Trace number 1577736

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
march_hi hi? (TO) 1200.18 1200.65

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L200_coli.sat.cnf
MD5SUM853982f8646333d217e35d938b7eb00b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark542.008
Satisfiable
(Un)Satisfiability was proved
Number of variables670867
Number of clauses3513333
Sum of the clauses size10259569
Maximum clause length11
Minimum clause length1
Number of clauses of size 159077
Number of clauses of size 2795777
Number of clauses of size 32146608
Number of clauses of size 4393835
Number of clauses of size 5117437
Number of clauses of size over 5599

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1577736-1241004205/watcher-1577736-1241004205 -o /tmp/evaluation-result-1577736-1241004205/solver-1577736-1241004205 -C 1200 -W 1800 -M 1800 HOME/march_hi HOME/instance-1577736-1241004205.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.84 1.46 3/64 5316
/proc/meminfo: memFree=749176/2055920 swapFree=4164528/4192956
[pid=5316] ppid=5314 vsize=17184 CPUtime=0
/proc/5316/stat : 5316 (march_hi) R 5314 5316 4894 0 -1 4194304 830 0 0 0 0 0 0 0 18 0 1 0 128453571 17596416 815 1992294400 134512640 135197378 4294956224 18446744073709551615 134568349 0 0 4096 0 0 0 0 17 0 0 0
/proc/5316/statm: 4296 822 57 167 0 4127 0

[startup+0.079656 s]
/proc/loadavg: 1.91 1.84 1.46 3/64 5316
/proc/meminfo: memFree=749176/2055920 swapFree=4164528/4192956
[pid=5316] ppid=5314 vsize=59084 CPUtime=0.06
/proc/5316/stat : 5316 (march_hi) R 5314 5316 4894 0 -1 4194304 9441 0 0 0 3 3 0 0 18 0 1 0 128453571 60502016 9426 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 0 0 0
/proc/5316/statm: 14771 9431 57 167 0 14602 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 59084

[startup+0.101658 s]
/proc/loadavg: 1.91 1.84 1.46 3/64 5316
/proc/meminfo: memFree=749176/2055920 swapFree=4164528/4192956
[pid=5316] ppid=5314 vsize=65948 CPUtime=0.09
/proc/5316/stat : 5316 (march_hi) R 5314 5316 4894 0 -1 4194304 11700 0 0 0 5 4 0 0 18 0 1 0 128453571 67530752 11685 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 0 0 0
/proc/5316/statm: 16487 11689 57 167 0 16318 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 65948

[startup+0.301673 s]
/proc/loadavg: 1.91 1.84 1.46 3/64 5316
/proc/meminfo: memFree=749176/2055920 swapFree=4164528/4192956
[pid=5316] ppid=5314 vsize=82792 CPUtime=0.3
/proc/5316/stat : 5316 (march_hi) R 5314 5316 4894 0 -1 4194304 16607 0 0 0 23 7 0 0 19 0 1 0 128453571 84779008 16592 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 0 0 0
/proc/5316/statm: 20698 16592 57 167 0 20529 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 82792

[startup+0.701702 s]
/proc/loadavg: 1.91 1.84 1.46 3/64 5316
/proc/meminfo: memFree=749176/2055920 swapFree=4164528/4192956
[pid=5316] ppid=5314 vsize=87676 CPUtime=0.69
/proc/5316/stat : 5316 (march_hi) R 5314 5316 4894 0 -1 4194304 18120 0 0 0 61 8 0 0 23 0 1 0 128453571 89780224 18105 1992294400 134512640 135197378 4294956224 18446744073709551615 134568882 0 0 4096 0 0 0 0 17 0 0 0
/proc/5316/statm: 21919 18105 57 167 0 21750 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 87676

[startup+1.50176 s]
/proc/loadavg: 1.91 1.84 1.46 2/65 5317
/proc/meminfo: memFree=672624/2055920 swapFree=4164528/4192956
[pid=5316] ppid=5314 vsize=97444 CPUtime=1.5
/proc/5316/stat : 5316 (march_hi) R 5314 5316 4894 0 -1 4194304 21138 0 0 0 139 11 0 0 25 0 1 0 128453571 99782656 21123 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 0 0 0
/proc/5316/statm: 24361 21123 57 167 0 24192 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 97444

[startup+3.10289 s]
/proc/loadavg: 1.91 1.84 1.46 2/65 5317
/proc/meminfo: memFree=656240/2055920 swapFree=4164528/4192956
[pid=5316] ppid=5314 vsize=116188 CPUtime=3.09
/proc/5316/stat : 5316 (march_hi) R 5314 5316 4894 0 -1 4194304 26902 0 0 0 295 14 0 0 25 0 1 0 128453571 118976512 26887 1992294400 134512640 135197378 4294956224 18446744073709551615 134852374 0 0 4096 0 0 0 0 17 1 0 0
/proc/5316/statm: 29047 26887 57 167 0 28878 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 116188

[startup+6.30111 s]
/proc/loadavg: 1.84 1.82 1.46 2/65 5317
/proc/meminfo: memFree=555184/2055920 swapFree=4164528/4192956
[pid=5316] ppid=5314 vsize=352252 CPUtime=6.29
/proc/5316/stat : 5316 (march_hi) R 5314 5316 4894 0 -1 4194304 64985 0 0 0 598 31 0 0 25 0 1 0 128453571 360706048 60497 1992294400 134512640 135197378 4294956224 18446744073709551615 134695000 0 0 4096 0 0 0 0 17 0 0 0
/proc/5316/statm: 88063 60497 61 167 0 87894 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 352252

[startup+12.7026 s]
/proc/loadavg: 1.77 1.81 1.46 2/65 5317
/proc/meminfo: memFree=457136/2055920 swapFree=4164528/4192956
[pid=5316] ppid=5314 vsize=411424 CPUtime=12.68
/proc/5316/stat : 5316 (march_hi) R 5314 5316 4894 0 -1 4194304 94098 0 0 0 1224 44 0 0 25 0 1 0 128453571 421298176 75595 1992294400 134512640 135197378 4294956224 18446744073709551615 134560953 0 0 4096 0 0 0 0 17 0 0 0
/proc/5316/statm: 102856 75595 65 167 0 102687 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 411424

[startup+25.5015 s]
/proc/loadavg: 1.60 1.77 1.45 2/65 5317
/proc/meminfo: memFree=478384/2055920 swapFree=4164528/4192956
[pid=5316] ppid=5314 vsize=381736 CPUtime=25.48
/proc/5316/stat : 5316 (march_hi) R 5314 5316 4894 0 -1 4194304 108954 0 0 0 2496 52 0 0 25 0 1 0 128453571 390897664 68188 1992294400 134512640 135197378 4294956224 18446744073709551615 134569557 0 0 4096 0 0 0 0 17 0 0 0
/proc/5316/statm: 95434 68188 66 167 0 95265 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 381736

[startup+51.1014 s]
/proc/loadavg: 1.40 1.71 1.44 2/65 5317
/proc/meminfo: memFree=382640/2055920 swapFree=4164528/4192956
[pid=5316] ppid=5314 vsize=479956 CPUtime=51.06
/proc/5316/stat : 5316 (march_hi) R 5314 5316 4894 0 -1 4194304 182419 0 0 0 5021 85 0 0 25 0 1 0 128453571 491474944 92102 1992294400 134512640 135197378 4294956224 18446744073709551615 134539457 0 0 4096 0 0 0 0 17 0 0 0
/proc/5316/statm: 119989 92102 80 167 0 119820 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 479956

[startup+102.305 s]
/proc/loadavg: 1.17 1.60 1.41 2/65 5317
/proc/meminfo: memFree=382704/2055920 swapFree=4164528/4192956
[pid=5316] ppid=5314 vsize=479956 CPUtime=102.24
/proc/5316/stat : 5316 (march_hi) R 5314 5316 4894 0 -1 4194304 182419 0 0 0 10139 85 0 0 25 0 1 0 128453571 491474944 92102 1992294400 134512640 135197378 4294956224 18446744073709551615 134578114 0 0 4096 0 0 0 0 17 0 0 0
/proc/5316/statm: 119989 92102 80 167 0 119820 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 479956

[startup+162.302 s]
/proc/loadavg: 1.06 1.48 1.38 2/65 5317
/proc/meminfo: memFree=341808/2055920 swapFree=4164528/4192956
[pid=5316] ppid=5314 vsize=545500 CPUtime=162.21
/proc/5316/stat : 5316 (march_hi) R 5314 5316 4894 0 -1 4194304 192729 0 0 0 16132 89 0 0 25 0 1 0 128453571 558592000 102412 1992294400 134512640 135197378 4294956224 18446744073709551615 134578126 0 0 4096 0 0 0 0 17 0 0 0
/proc/5316/statm: 136375 102412 80 167 0 136206 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 545500

[startup+222.302 s]
/proc/loadavg: 1.02 1.39 1.36 2/65 5317
/proc/meminfo: memFree=271600/2055920 swapFree=4164528/4192956
[pid=5316] ppid=5314 vsize=656576 CPUtime=222.2
/proc/5316/stat : 5316 (march_hi) R 5314 5316 4894 0 -1 4194304 210174 0 0 0 22123 97 0 0 25 0 1 0 128453571 672333824 119857 1992294400 134512640 135197378 4294956224 18446744073709551615 134539469 0 0 4096 0 0 0 0 17 0 0 0
/proc/5316/statm: 164144 119857 80 167 0 163975 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 656576

[startup+282.301 s]
/proc/loadavg: 1.01 1.32 1.33 2/65 5317
/proc/meminfo: memFree=255280/2055920 swapFree=4164528/4192956
[pid=5316] ppid=5314 vsize=668720 CPUtime=282.14
/proc/5316/stat : 5316 (march_hi) R 5314 5316 4894 0 -1 4194304 214234 0 0 0 28116 98 0 0 25 0 1 0 128453571 684769280 123917 1992294400 134512640 135197378 4294956224 18446744073709551615 134578135 0 0 4096 0 0 0 0 17 0 0 0
/proc/5316/statm: 167180 123917 80 167 0 167011 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 668720

[startup+342.302 s]
/proc/loadavg: 1.00 1.26 1.31 2/65 5317
/proc/meminfo: memFree=235064/2055920 swapFree=4164528/4192956
[pid=5316] ppid=5314 vsize=682448 CPUtime=342.11
/proc/5316/stat : 5316 (march_hi) R 5314 5316 4894 0 -1 4194304 219325 0 0 0 34112 99 0 0 25 0 1 0 128453571 698826752 129008 1992294400 134512640 135197378 4294956224 18446744073709551615 134539469 0 0 4096 0 0 0 0 17 0 0 0
/proc/5316/statm: 170612 129008 80 167 0 170443 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 682448

[startup+402.301 s]
/proc/loadavg: 1.00 1.21 1.29 2/65 5317
/proc/meminfo: memFree=169080/2055920 swapFree=4164528/4192956
[pid=5316] ppid=5314 vsize=731684 CPUtime=402.09
/proc/5316/stat : 5316 (march_hi) R 5314 5316 4894 0 -1 4194304 236020 0 0 0 40102 107 0 0 25 0 1 0 128453571 749244416 145703 1992294400 134512640 135197378 4294956224 18446744073709551615 134578131 0 0 4096 0 0 0 0 17 0 0 0
/proc/5316/statm: 182921 145703 80 167 0 182752 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 731684

[startup+462.302 s]
/proc/loadavg: 1.00 1.17 1.26 2/65 5317
/proc/meminfo: memFree=149176/2055920 swapFree=4164528/4192956
[pid=5316] ppid=5314 vsize=745808 CPUtime=462.07
/proc/5316/stat : 5316 (march_hi) R 5314 5316 4894 0 -1 4194304 240718 0 0 0 46097 110 0 0 25 0 1 0 128453571 763707392 150401 1992294400 134512640 135197378 4294956224 18446744073709551615 134578135 0 0 4096 0 0 0 0 17 0 0 0
/proc/5316/statm: 186452 150401 80 167 0 186283 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 745808

[startup+522.302 s]
/proc/loadavg: 1.00 1.13 1.25 2/65 5317
/proc/meminfo: memFree=124408/2055920 swapFree=4164528/4192956
[pid=5316] ppid=5314 vsize=764684 CPUtime=522.05
/proc/5316/stat : 5316 (march_hi) R 5314 5316 4894 0 -1 4194304 247000 0 0 0 52093 112 0 0 25 0 1 0 128453571 783036416 156683 1992294400 134512640 135197378 4294956224 18446744073709551615 134539469 0 0 4096 0 0 0 0 17 0 0 0
/proc/5316/statm: 191171 156683 80 167 0 191002 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 764684

[startup+582.301 s]
/proc/loadavg: 1.00 1.11 1.23 2/65 5317
/proc/meminfo: memFree=114488/2055920 swapFree=4164528/4192956
[pid=5316] ppid=5314 vsize=771680 CPUtime=582.04
/proc/5316/stat : 5316 (march_hi) R 5314 5316 4894 0 -1 4194304 249356 0 0 0 58090 114 0 0 25 0 1 0 128453571 790200320 159039 1992294400 134512640 135197378 4294956224 18446744073709551615 134539466 0 0 4096 0 0 0 0 17 0 0 0
/proc/5316/statm: 192920 159039 80 167 0 192751 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 771680

[startup+642.302 s]
/proc/loadavg: 1.00 1.08 1.21 2/65 5317
/proc/meminfo: memFree=112504/2055920 swapFree=4164528/4192956
[pid=5316] ppid=5314 vsize=773132 CPUtime=642.02
/proc/5316/stat : 5316 (march_hi) R 5314 5316 4894 0 -1 4194304 249824 0 0 0 64088 114 0 0 25 0 1 0 128453571 791687168 159507 1992294400 134512640 135197378 4294956224 18446744073709551615 134539469 0 0 4096 0 0 0 0 17 0 0 0
/proc/5316/statm: 193283 159507 80 167 0 193114 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 773132

[startup+702.301 s]
/proc/loadavg: 1.00 1.07 1.19 2/65 5317
/proc/meminfo: memFree=110776/2055920 swapFree=4164528/4192956
[pid=5316] ppid=5314 vsize=774452 CPUtime=701.99
/proc/5316/stat : 5316 (march_hi) R 5314 5316 4894 0 -1 4194304 250263 0 0 0 70085 114 0 0 25 0 1 0 128453571 793038848 159946 1992294400 134512640 135197378 4294956224 18446744073709551615 134539471 0 0 4096 0 0 0 0 17 0 0 0
/proc/5316/statm: 193613 159946 80 167 0 193444 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 774452

[startup+762.305 s]
/proc/loadavg: 1.00 1.05 1.18 2/65 5317
/proc/meminfo: memFree=90616/2055920 swapFree=4164528/4192956
[pid=5316] ppid=5314 vsize=787916 CPUtime=761.98
/proc/5316/stat : 5316 (march_hi) R 5314 5316 4894 0 -1 4194304 255296 0 0 0 76082 116 0 0 25 0 1 0 128453571 806825984 164979 1992294400 134512640 135197378 4294956224 18446744073709551615 134539469 0 0 4096 0 0 0 0 17 0 0 0
/proc/5316/statm: 196979 164979 80 167 0 196810 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 787916

[startup+822.302 s]
/proc/loadavg: 1.00 1.04 1.17 2/65 5317
/proc/meminfo: memFree=19000/2055920 swapFree=4164528/4192956
[pid=5316] ppid=5314 vsize=971656 CPUtime=821.95
/proc/5316/stat : 5316 (march_hi) R 5314 5316 4894 0 -1 4194304 273148 0 0 0 82069 126 0 0 25 0 1 0 128453571 994975744 182831 1992294400 134512640 135197378 4294956224 18446744073709551615 134539469 0 0 4096 0 0 0 0 17 0 0 0
/proc/5316/statm: 242914 182831 80 167 0 242745 0
Current children cumulated CPU time (s) 821.95
Current children cumulated vsize (KiB) 971656

[startup+882.301 s]
/proc/loadavg: 1.00 1.03 1.15 2/65 5319
/proc/meminfo: memFree=14840/2055920 swapFree=4164528/4192956
[pid=5316] ppid=5314 vsize=985780 CPUtime=881.92
/proc/5316/stat : 5316 (march_hi) R 5314 5316 4894 0 -1 4194304 277850 0 0 0 88064 128 0 0 25 0 1 0 128453571 1009438720 187533 1992294400 134512640 135197378 4294956224 18446744073709551615 134578135 0 0 4096 0 0 0 0 17 0 0 0
/proc/5316/statm: 246445 187533 80 167 0 246276 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 985780

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.14 2/65 5319
/proc/meminfo: memFree=15352/2055920 swapFree=4164528/4192956
[pid=5316] ppid=5314 vsize=1010860 CPUtime=941.91
/proc/5316/stat : 5316 (march_hi) R 5314 5316 4894 0 -1 4194304 286195 0 0 0 94058 133 0 0 25 0 1 0 128453571 1035120640 195878 1992294400 134512640 135197378 4294956224 18446744073709551615 134539457 0 0 4096 0 0 0 0 17 0 0 0
/proc/5316/statm: 252715 195878 80 167 0 252546 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 1010860

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.13 2/65 5319
/proc/meminfo: memFree=15416/2055920 swapFree=4164528/4192956
[pid=5316] ppid=5314 vsize=1011916 CPUtime=1001.88
/proc/5316/stat : 5316 (march_hi) R 5314 5316 4894 0 -1 4194304 286566 0 0 0 100055 133 0 0 25 0 1 0 128453571 1036201984 196249 1992294400 134512640 135197378 4294956224 18446744073709551615 134578126 0 0 4096 0 0 0 0 17 0 0 0
/proc/5316/statm: 252979 196249 80 167 0 252810 0
Current children cumulated CPU time (s) 1001.88
Current children cumulated vsize (KiB) 1011916

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/65 5319
/proc/meminfo: memFree=15672/2055920 swapFree=4164528/4192956
[pid=5316] ppid=5314 vsize=1012972 CPUtime=1061.86
/proc/5316/stat : 5316 (march_hi) R 5314 5316 4894 0 -1 4194304 286907 0 0 0 106053 133 0 0 25 0 1 0 128453571 1037283328 196590 1992294400 134512640 135197378 4294956224 18446744073709551615 134539469 0 0 4096 0 0 0 0 17 0 0 0
/proc/5316/statm: 253243 196590 80 167 0 253074 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 1012972

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/65 5319
/proc/meminfo: memFree=15480/2055920 swapFree=4164528/4192956
[pid=5316] ppid=5314 vsize=1019044 CPUtime=1121.84
/proc/5316/stat : 5316 (march_hi) R 5314 5316 4894 0 -1 4194304 289006 0 0 0 112050 134 0 0 25 0 1 0 128453571 1043501056 198689 1992294400 134512640 135197378 4294956224 18446744073709551615 134578107 0 0 4096 0 0 0 0 17 0 0 0
/proc/5316/statm: 254761 198689 80 167 0 254592 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 1019044

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 5319
/proc/meminfo: memFree=15032/2055920 swapFree=4164528/4192956
[pid=5316] ppid=5314 vsize=1076068 CPUtime=1181.82
/proc/5316/stat : 5316 (march_hi) R 5314 5316 4894 0 -1 4194304 310406 0 0 0 118038 144 0 0 25 0 1 0 128453571 1101893632 220089 1992294400 134512640 135197378 4294956224 18446744073709551615 134578126 0 0 4096 0 0 0 0 17 0 0 0
/proc/5316/statm: 269017 220089 80 167 0 268848 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 1076068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 5319
/proc/meminfo: memFree=16184/2055920 swapFree=4164528/4192956
[pid=5316] ppid=5314 vsize=1093756 CPUtime=1200.03
/proc/5316/stat : 5316 (march_hi) R 5314 5316 4894 0 -1 4194304 317054 0 0 0 119855 148 0 0 25 0 1 0 128453571 1120006144 226737 1992294400 134512640 135197378 4294956224 18446744073709551615 134539469 0 0 4096 0 0 0 0 17 0 0 0
/proc/5316/statm: 273439 226737 80 167 0 273270 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 1093756

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.61 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 5319
/proc/meminfo: memFree=16184/2055920 swapFree=4164528/4192956
[pid=5316] ppid=5314 vsize=0 CPUtime=1200.13
/proc/5316/stat : 5316 (march_hi) R 5314 5316 4894 0 -1 4195332 317054 0 0 0 119855 158 0 0 25 0 1 0 128453571 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/5316/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.65
CPU time (s): 1200.18
CPU user time (s): 1198.55
CPU system time (s): 1.62175
CPU usage (%): 99.9608
Max. virtual memory (cumulated for all children) (KiB): 1093756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.55
system time used= 1.62175
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 317054
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 3611

runsolver used 1.3238 second user time and 3.05054 second system time

The end

Launcher Data

Begin job on node34 at 2009-04-29 13:23:29
IDJOB=1577736
IDBENCH=70965
IDSOLVER=521
FILE ID=node34/1577736-1241004205
PBS_JOBID= 9204833
Free space on /tmp= 66380 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L200_coli.sat.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1577736-1241004205/watcher-1577736-1241004205 -o /tmp/evaluation-result-1577736-1241004205/solver-1577736-1241004205 -C 1200 -W 1800 -M 1800  HOME/march_hi HOME/instance-1577736-1241004205.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 853982f8646333d217e35d938b7eb00b
RANDOM SEED=314911462

node34.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        749592 kB
Buffers:         36728 kB
Cached:        1196692 kB
SwapCached:      22608 kB
Active:         232928 kB
Inactive:      1025312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        749592 kB
SwapTotal:     4192956 kB
SwapFree:      4164528 kB
Dirty:           72216 kB
Writeback:           0 kB
Mapped:          13520 kB
Slab:            34168 kB
Committed_AS:   545256 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66380 MiB
End job on node34 at 2009-04-29 13:43:32