Trace number 1798019

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
minisat2-core 070721? (TO) 1200.15 1200.65

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_14_UNSAT.cnf
MD5SUM6d69d175921d14f1c2600aaedc59f514
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2940
Number of clauses300446
Sum of the clauses size896973
Maximum clause length15
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24737
Number of clauses of size 3295678
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  2940                                                 |
0.00/0.00	|  Number of clauses:    300446                                               |
0.09/0.14	|  Parsing time:         0.12         s                                       |
0.09/0.14	============================[ Search Statistics ]==============================
0.09/0.14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.14	===============================================================================
0.09/0.14	|         0 |    2940   300446   896973 |   100148        0    nan |  0.000 % |
0.09/0.15	|       101 |    2940   300446   896973 |   110163      101     58 |  0.000 % |
0.09/0.18	|       253 |    2940   300446   896973 |   121179      253     61 |  0.000 % |
0.19/0.22	|       479 |    2940   300446   896973 |   133297      479     74 |  0.000 % |
0.19/0.27	|       818 |    2940   300446   896973 |   146627      818     79 |  0.000 % |
0.29/0.35	|      1326 |    2940   300446   896973 |   161290     1326     74 |  0.000 % |
0.39/0.47	|      2087 |    2940   300446   896973 |   177419     2087     81 |  0.000 % |
0.59/0.68	|      3228 |    2940   300446   896973 |   195161     3228     86 |  0.000 % |
0.99/1.04	|      4938 |    2940   300446   896973 |   214677     4938     93 |  0.000 % |
1.69/1.71	|      7500 |    2940   300446   896973 |   236145     7500     94 |  0.000 % |
2.82/3.29	|     11344 |    2940   300446   896973 |   259759    11344     94 |  0.000 % |
5.29/5.39	|     17111 |    2940   300446   896973 |   285735    17111    104 |  0.000 % |
8.78/8.88	|     25763 |    2940   300446   896973 |   314309    25763    112 |  0.000 % |
17.17/17.23	|     38738 |    2940   300446   896973 |   345740    38738    123 |  0.000 % |
34.76/34.88	|     58199 |    2940   300446   896973 |   380314    58199    124 |  0.000 % |
94.13/94.30	|     87393 |    2940   300446   896973 |   418345    87393    129 |  0.000 % |
155.71/155.80	|    131182 |    2940   300446   896973 |   460180   131182    128 |  0.000 % |
285.86/286.07	|    196866 |    2940   300446   896973 |   506198   196866    130 |  0.000 % |
542.96/543.21	|    295394 |    2940   300446   896973 |   556818   295394    135 |  0.000 % |

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-1798019-1242086810/watcher-1798019-1242086810 -o /tmp/evaluation-result-1798019-1242086810/solver-1798019-1242086810 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1798019-1242086810.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.00 1.00 1.00 3/64 10996
/proc/meminfo: memFree=1185400/2055920 swapFree=4180192/4192956
[pid=10996] ppid=10994 vsize=2216 CPUtime=0
/proc/10996/stat : 10996 (minisat_static) R 10994 10996 10387 0 -1 4194304 440 0 0 0 0 0 0 0 18 0 1 0 236714325 2269184 425 1992294400 134512640 135213614 4294956256 18446744073709551615 134724681 0 0 4096 3 0 0 0 17 1 0 0
/proc/10996/statm: 554 425 58 171 0 380 0

[startup+0.0207329 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10996
/proc/meminfo: memFree=1185400/2055920 swapFree=4180192/4192956
[pid=10996] ppid=10994 vsize=3504 CPUtime=0.01
/proc/10996/stat : 10996 (minisat_static) R 10994 10996 10387 0 -1 4194304 752 0 0 0 1 0 0 0 18 0 1 0 236714325 3588096 737 1992294400 134512640 135213614 4294956256 18446744073709551615 134528556 0 0 4096 3 0 0 0 17 1 0 0
/proc/10996/statm: 876 739 58 171 0 702 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3504

[startup+0.101747 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10996
/proc/meminfo: memFree=1185400/2055920 swapFree=4180192/4192956
[pid=10996] ppid=10994 vsize=10496 CPUtime=0.09
/proc/10996/stat : 10996 (minisat_static) R 10994 10996 10387 0 -1 4194304 2387 0 0 0 8 1 0 0 18 0 1 0 236714325 10747904 2372 1992294400 134512640 135213614 4294956256 18446744073709551615 134528538 0 0 4096 3 0 0 0 17 1 0 0
/proc/10996/statm: 2624 2372 58 171 0 2450 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10496

[startup+0.301784 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10996
/proc/meminfo: memFree=1185400/2055920 swapFree=4180192/4192956
[pid=10996] ppid=10994 vsize=13928 CPUtime=0.29
/proc/10996/stat : 10996 (minisat_static) R 10994 10996 10387 0 -1 4194304 3359 0 0 0 27 2 0 0 19 0 1 0 236714325 14262272 3344 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10996/statm: 3482 3344 78 171 0 3308 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13928

[startup+0.701863 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10996
/proc/meminfo: memFree=1185400/2055920 swapFree=4180192/4192956
[pid=10996] ppid=10994 vsize=14984 CPUtime=0.69
/proc/10996/stat : 10996 (minisat_static) R 10994 10996 10387 0 -1 4194304 3636 0 0 0 67 2 0 0 22 0 1 0 236714325 15343616 3621 1992294400 134512640 135213614 4294956256 18446744073709551615 134527176 0 0 4096 3 0 0 0 17 1 0 0
/proc/10996/statm: 3746 3621 78 171 0 3572 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14984

[startup+1.50202 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10997
/proc/meminfo: memFree=1170416/2055920 swapFree=4180192/4192956
[pid=10996] ppid=10994 vsize=16568 CPUtime=1.49
/proc/10996/stat : 10996 (minisat_static) R 10994 10996 10387 0 -1 4194304 4042 0 0 0 147 2 0 0 25 0 1 0 236714325 16965632 4027 1992294400 134512640 135213614 4294956256 18446744073709551615 134526878 0 0 4096 3 0 0 0 17 1 0 0
/proc/10996/statm: 4142 4027 78 171 0 3968 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16568

[startup+3.30297 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10997
/proc/meminfo: memFree=1168632/2055920 swapFree=4180192/4192956
[pid=10996] ppid=10994 vsize=18708 CPUtime=3.34
/proc/10996/stat : 10996 (minisat_static) R 10994 10996 10387 0 -1 4194304 4565 0 0 0 331 3 0 0 25 0 1 0 236714325 19156992 4550 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/10996/statm: 4823 4672 78 171 0 4649 0
Current children cumulated CPU time (s) 3.34
Current children cumulated vsize (KiB) 18708

[startup+6.30196 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10997
/proc/meminfo: memFree=1163128/2055920 swapFree=4180192/4192956
[pid=10996] ppid=10994 vsize=23148 CPUtime=6.29
/proc/10996/stat : 10996 (minisat_static) R 10994 10996 10387 0 -1 4194304 5679 0 0 0 626 3 0 0 25 0 1 0 236714325 23703552 5664 1992294400 134512640 135213614 4294956256 18446744073709551615 134526869 0 0 4096 3 0 0 0 17 1 0 0
/proc/10996/statm: 5787 5664 78 171 0 5613 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23148

[startup+12.7052 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10997
/proc/meminfo: memFree=1154872/2055920 swapFree=4180192/4192956
[pid=10996] ppid=10994 vsize=31300 CPUtime=12.68
/proc/10996/stat : 10996 (minisat_static) R 10994 10996 10387 0 -1 4194304 7680 0 0 0 1263 5 0 0 25 0 1 0 236714325 32051200 7665 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10996/statm: 7825 7665 78 171 0 7651 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 31300

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10997
/proc/meminfo: memFree=1145976/2055920 swapFree=4180192/4192956
[pid=10996] ppid=10994 vsize=40392 CPUtime=25.47
/proc/10996/stat : 10996 (minisat_static) R 10994 10996 10387 0 -1 4194304 9967 0 0 0 2539 8 0 0 25 0 1 0 236714325 41361408 9952 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10996/statm: 10098 9952 78 171 0 9924 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 40392

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10997
/proc/meminfo: memFree=1133176/2055920 swapFree=4180192/4192956
[pid=10996] ppid=10994 vsize=52844 CPUtime=51.06
/proc/10996/stat : 10996 (minisat_static) R 10994 10996 10387 0 -1 4194304 13069 0 0 0 5096 10 0 0 25 0 1 0 236714325 54112256 13054 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10996/statm: 13211 13054 78 171 0 13037 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 52844

[startup+102.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10997
/proc/meminfo: memFree=1120376/2055920 swapFree=4180192/4192956
[pid=10996] ppid=10994 vsize=65768 CPUtime=102.23
/proc/10996/stat : 10996 (minisat_static) R 10994 10996 10387 0 -1 4194304 16305 0 0 0 10210 13 0 0 25 0 1 0 236714325 67346432 16290 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/10996/statm: 16442 16290 78 171 0 16268 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 65768

[startup+162.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10997
/proc/meminfo: memFree=1097336/2055920 swapFree=4180192/4192956
[pid=10996] ppid=10994 vsize=88864 CPUtime=162.21
/proc/10996/stat : 10996 (minisat_static) R 10994 10996 10387 0 -1 4194304 22040 0 0 0 16203 18 0 0 25 0 1 0 236714325 90996736 22025 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10996/statm: 22216 22025 78 171 0 22042 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 88864

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10997
/proc/meminfo: memFree=1079352/2055920 swapFree=4180192/4192956
[pid=10996] ppid=10994 vsize=107168 CPUtime=222.18
/proc/10996/stat : 10996 (minisat_static) R 10994 10996 10387 0 -1 4194304 26553 0 0 0 22195 23 0 0 25 0 1 0 236714325 109740032 26538 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/10996/statm: 26792 26538 78 171 0 26618 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 107168

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10997
/proc/meminfo: memFree=1062072/2055920 swapFree=4180192/4192956
[pid=10996] ppid=10994 vsize=124140 CPUtime=282.16
/proc/10996/stat : 10996 (minisat_static) R 10994 10996 10387 0 -1 4194304 30817 0 0 0 28189 27 0 0 25 0 1 0 236714325 127119360 30802 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10996/statm: 31035 30802 78 171 0 30861 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 124140

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10997
/proc/meminfo: memFree=1043256/2055920 swapFree=4180192/4192956
[pid=10996] ppid=10994 vsize=143500 CPUtime=342.13
/proc/10996/stat : 10996 (minisat_static) R 10994 10996 10387 0 -1 4194304 35558 0 0 0 34179 34 0 0 25 0 1 0 236714325 146944000 35543 1992294400 134512640 135213614 4294956256 18446744073709551615 134526871 0 0 4096 3 0 0 0 17 1 0 0
/proc/10996/statm: 35875 35543 78 171 0 35701 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 143500

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10997
/proc/meminfo: memFree=1028152/2055920 swapFree=4180192/4192956
[pid=10996] ppid=10994 vsize=158544 CPUtime=402.11
/proc/10996/stat : 10996 (minisat_static) R 10994 10996 10387 0 -1 4194304 39283 0 0 0 40174 37 0 0 25 0 1 0 236714325 162349056 39268 1992294400 134512640 135213614 4294956256 18446744073709551615 134526854 0 0 4096 3 0 0 0 17 1 0 0
/proc/10996/statm: 39636 39268 78 171 0 39462 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 158544

[startup+462.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10997
/proc/meminfo: memFree=1016120/2055920 swapFree=4180192/4192956
[pid=10996] ppid=10994 vsize=170780 CPUtime=462.09
/proc/10996/stat : 10996 (minisat_static) R 10994 10996 10387 0 -1 4194304 42317 0 0 0 46169 40 0 0 25 0 1 0 236714325 174878720 42302 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10996/statm: 42695 42302 78 171 0 42521 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 170780

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10997
/proc/meminfo: memFree=1003448/2055920 swapFree=4180192/4192956
[pid=10996] ppid=10994 vsize=183264 CPUtime=522.06
/proc/10996/stat : 10996 (minisat_static) R 10994 10996 10387 0 -1 4194304 45434 0 0 0 52163 43 0 0 25 0 1 0 236714325 187662336 45419 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10996/statm: 45816 45419 78 171 0 45642 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 183264

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10997
/proc/meminfo: memFree=995128/2055920 swapFree=4180192/4192956
[pid=10996] ppid=10994 vsize=191844 CPUtime=582.04
/proc/10996/stat : 10996 (minisat_static) R 10994 10996 10387 0 -1 4194304 47525 0 0 0 58158 46 0 0 25 0 1 0 236714325 196448256 47510 1992294400 134512640 135213614 4294956256 18446744073709551615 134526860 0 0 4096 3 0 0 0 17 1 0 0
/proc/10996/statm: 47961 47510 78 171 0 47787 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 191844

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10997
/proc/meminfo: memFree=986936/2055920 swapFree=4180192/4192956
[pid=10996] ppid=10994 vsize=200520 CPUtime=642.01
/proc/10996/stat : 10996 (minisat_static) R 10994 10996 10387 0 -1 4194304 49555 0 0 0 64154 47 0 0 25 0 1 0 236714325 205332480 49540 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/10996/statm: 50130 49540 78 171 0 49956 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 200520

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10997
/proc/meminfo: memFree=982264/2055920 swapFree=4180192/4192956
[pid=10996] ppid=10994 vsize=205324 CPUtime=702
/proc/10996/stat : 10996 (minisat_static) R 10994 10996 10387 0 -1 4194304 50703 0 0 0 70151 49 0 0 25 0 1 0 236714325 210251776 50680 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10996/statm: 51331 50680 78 171 0 51157 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 205324

[startup+762.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10997
/proc/meminfo: memFree=978744/2055920 swapFree=4180192/4192956
[pid=10996] ppid=10994 vsize=208752 CPUtime=761.97
/proc/10996/stat : 10996 (minisat_static) R 10994 10996 10387 0 -1 4194304 51590 0 0 0 76147 50 0 0 25 0 1 0 236714325 213762048 51567 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10996/statm: 52188 51567 78 171 0 52014 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 208752

[startup+822.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10997
/proc/meminfo: memFree=973560/2055920 swapFree=4180192/4192956
[pid=10996] ppid=10994 vsize=214028 CPUtime=821.94
/proc/10996/stat : 10996 (minisat_static) R 10994 10996 10387 0 -1 4194304 52875 0 0 0 82143 51 0 0 25 0 1 0 236714325 219164672 52852 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/10996/statm: 53507 52852 78 171 0 53333 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 214028

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10997
/proc/meminfo: memFree=966904/2055920 swapFree=4180192/4192956
[pid=10996] ppid=10994 vsize=220820 CPUtime=881.92
/proc/10996/stat : 10996 (minisat_static) R 10994 10996 10387 0 -1 4194304 54558 0 0 0 88139 53 0 0 25 0 1 0 236714325 226119680 54535 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/10996/statm: 55205 54535 78 171 0 55031 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 220820

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10997
/proc/meminfo: memFree=962232/2055920 swapFree=4180192/4192956
[pid=10996] ppid=10994 vsize=225448 CPUtime=941.89
/proc/10996/stat : 10996 (minisat_static) R 10994 10996 10387 0 -1 4194304 55715 0 0 0 94135 54 0 0 25 0 1 0 236714325 230858752 55684 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10996/statm: 56362 55684 78 171 0 56188 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 225448

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10997
/proc/meminfo: memFree=957240/2055920 swapFree=4180192/4192956
[pid=10996] ppid=10994 vsize=230464 CPUtime=1001.87
/proc/10996/stat : 10996 (minisat_static) R 10994 10996 10387 0 -1 4194304 56973 0 0 0 100132 55 0 0 25 0 1 0 236714325 235995136 56942 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10996/statm: 57616 56942 78 171 0 57442 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 230464

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10997
/proc/meminfo: memFree=951928/2055920 swapFree=4180192/4192956
[pid=10996] ppid=10994 vsize=235748 CPUtime=1061.84
/proc/10996/stat : 10996 (minisat_static) R 10994 10996 10387 0 -1 4194304 58283 0 0 0 106128 56 0 0 25 0 1 0 236714325 241405952 58252 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/10996/statm: 58937 58252 78 171 0 58763 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 235748

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10997
/proc/meminfo: memFree=948152/2055920 swapFree=4180192/4192956
[pid=10996] ppid=10994 vsize=239664 CPUtime=1121.82
/proc/10996/stat : 10996 (minisat_static) R 10994 10996 10387 0 -1 4194304 59239 0 0 0 112125 57 0 0 25 0 1 0 236714325 245415936 59208 1992294400 134512640 135213614 4294956256 18446744073709551615 134526878 0 0 4096 3 0 0 0 17 1 0 0
/proc/10996/statm: 59916 59208 78 171 0 59742 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 239664

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10997
/proc/meminfo: memFree=942776/2055920 swapFree=4180192/4192956
[pid=10996] ppid=10994 vsize=245180 CPUtime=1181.8
/proc/10996/stat : 10996 (minisat_static) R 10994 10996 10387 0 -1 4194304 60559 0 0 0 118121 59 0 0 25 0 1 0 236714325 251064320 60528 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10996/statm: 61295 60528 78 171 0 61121 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 245180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10997
/proc/meminfo: memFree=942008/2055920 swapFree=4180192/4192956
[pid=10996] ppid=10994 vsize=246184 CPUtime=1200.1
/proc/10996/stat : 10996 (minisat_static) R 10994 10996 10387 0 -1 4194304 60759 0 0 0 119951 59 0 0 25 0 1 0 236714325 252092416 60728 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10996/statm: 61546 60728 78 171 0 61372 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 246184

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

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

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10997
/proc/meminfo: memFree=942008/2055920 swapFree=4180192/4192956
[pid=10996] ppid=10994 vsize=246184 CPUtime=1200.1
/proc/10996/stat : 10996 (minisat_static) R 10994 10996 10387 0 -1 4194304 60759 0 0 0 119951 59 0 0 25 0 1 0 236714325 252092416 60728 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10996/statm: 61546 60728 78 171 0 61372 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 246184

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.65
CPU time (s): 1200.15
CPU user time (s): 1199.51
CPU system time (s): 0.640902
CPU usage (%): 99.9584
Max. virtual memory (cumulated for all children) (KiB): 246184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.51
system time used= 0.640902
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60759
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= 3301

runsolver used 0.958854 second user time and 2.87756 second system time

The end

Launcher Data

Begin job on node28 at 2009-05-12 02:06:50
IDJOB=1798019
IDBENCH=71071
IDSOLVER=651
FILE ID=node28/1798019-1242086810
PBS_JOBID= 9277649
Free space on /tmp= 66032 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_14_UNSAT.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1798019-1242086810/watcher-1798019-1242086810 -o /tmp/evaluation-result-1798019-1242086810/solver-1798019-1242086810 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1798019-1242086810.cnf

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

MD5SUM BENCH= 6d69d175921d14f1c2600aaedc59f514
RANDOM SEED=426916698

node28.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.261
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.261
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:       1185816 kB
Buffers:         67828 kB
Cached:         702996 kB
SwapCached:       5940 kB
Active:          35780 kB
Inactive:       743704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1185816 kB
SwapTotal:     4192956 kB
SwapFree:      4180192 kB
Dirty:            5752 kB
Writeback:           0 kB
Mapped:          14276 kB
Slab:            76424 kB
Committed_AS:   845848 kB
PageTables:       1420 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66032 MiB
End job on node28 at 2009-05-12 02:26:53