Trace number 1798035

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.06 1200.42

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_09_UNSAT.cnf
MD5SUM3cd74d1813a4408b4123afc23df07d7d
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 variables1910
Number of clauses167931
Sum of the clauses size500698
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23312
Number of clauses of size 3164588
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:  1910                                                 |
0.00/0.00	|  Number of clauses:    167931                                               |
0.06/0.07	|  Parsing time:         0.06         s                                       |
0.06/0.08	============================[ Search Statistics ]==============================
0.06/0.08	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.06/0.08	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.06/0.08	===============================================================================
0.06/0.08	|         0 |    1910   167931   500698 |    55977        0    nan |  0.000 % |
0.06/0.08	|       100 |    1910   167931   500698 |    61574      100     55 |  0.000 % |
0.09/0.11	|       251 |    1910   167931   500698 |    67732      251     46 |  0.000 % |
0.09/0.15	|       476 |    1910   167931   500698 |    74505      476     46 |  0.000 % |
0.19/0.21	|       813 |    1910   167931   500698 |    81955      813     44 |  0.000 % |
0.29/0.34	|      1319 |    1910   167931   500698 |    90151     1319     42 |  0.000 % |
0.39/0.45	|      2081 |    1910   167931   500698 |    99166     2081     46 |  0.000 % |
0.69/0.71	|      3222 |    1910   167931   500698 |   109083     3222     46 |  0.000 % |
1.09/1.18	|      4932 |    1910   167931   500698 |   119991     4932     47 |  0.000 % |
1.99/2.01	|      7494 |    1910   167931   500698 |   131990     7494     47 |  0.000 % |
3.39/3.44	|     11338 |    1910   167931   500698 |   145189    11338     49 |  0.000 % |
5.89/5.99	|     17104 |    1910   167931   500698 |   159708    17104     50 |  0.000 % |
10.09/10.18	|     25754 |    1910   167931   500698 |   175679    25754     53 |  0.000 % |
21.68/21.72	|     38728 |    1910   167931   500698 |   193247    38728     53 |  0.000 % |
41.57/41.62	|     58190 |    1910   167931   500698 |   212572    58190     53 |  0.000 % |
73.17/73.21	|     87382 |    1910   167931   500698 |   233829    87382     53 |  0.000 % |
275.50/275.68	|    131171 |    1910   167931   500698 |   257212   131171     53 |  0.000 % |
616.00/616.29	|    196858 |    1910   167931   500698 |   282934   196858     53 |  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-1798035-1242088299/watcher-1798035-1242088299 -o /tmp/evaluation-result-1798035-1242088299/solver-1798035-1242088299 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1798035-1242088299.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: 0.91 0.97 0.99 3/64 10513
/proc/meminfo: memFree=1232384/2055920 swapFree=4121008/4192956
[pid=10513] ppid=10511 vsize=2200 CPUtime=0
/proc/10513/stat : 10513 (minisat_static) R 10511 10513 10447 0 -1 4194304 416 0 0 0 0 0 0 0 18 0 1 0 236863156 2252800 401 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/10513/statm: 550 402 58 171 0 376 0

[startup+0.071767 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 10513
/proc/meminfo: memFree=1232384/2055920 swapFree=4121008/4192956
[pid=10513] ppid=10511 vsize=8032 CPUtime=0.06
/proc/10513/stat : 10513 (minisat_static) R 10511 10513 10447 0 -1 4194304 1835 0 0 0 5 1 0 0 18 0 1 0 236863156 8224768 1820 1992294400 134512640 135213614 4294956256 18446744073709551615 134528770 0 0 4096 3 0 0 0 17 1 0 0
/proc/10513/statm: 2008 1821 58 171 0 1834 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8032

[startup+0.10273 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 10513
/proc/meminfo: memFree=1232384/2055920 swapFree=4121008/4192956
[pid=10513] ppid=10511 vsize=8424 CPUtime=0.09
/proc/10513/stat : 10513 (minisat_static) R 10511 10513 10447 0 -1 4194304 1975 0 0 0 8 1 0 0 18 0 1 0 236863156 8626176 1960 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/10513/statm: 2106 1960 78 171 0 1932 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8424

[startup+0.302753 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 10513
/proc/meminfo: memFree=1232384/2055920 swapFree=4121008/4192956
[pid=10513] ppid=10511 vsize=8956 CPUtime=0.29
/proc/10513/stat : 10513 (minisat_static) R 10511 10513 10447 0 -1 4194304 2105 0 0 0 28 1 0 0 19 0 1 0 236863156 9170944 2090 1992294400 134512640 135213614 4294956256 18446744073709551615 134526764 0 0 4096 3 0 0 0 17 1 0 0
/proc/10513/statm: 2239 2090 78 171 0 2065 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8956

[startup+0.702807 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 10513
/proc/meminfo: memFree=1232384/2055920 swapFree=4121008/4192956
[pid=10513] ppid=10511 vsize=9484 CPUtime=0.69
/proc/10513/stat : 10513 (minisat_static) R 10511 10513 10447 0 -1 4194304 2242 0 0 0 68 1 0 0 23 0 1 0 236863156 9711616 2227 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/10513/statm: 2371 2228 78 171 0 2197 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9484

[startup+1.50189 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 10514
/proc/meminfo: memFree=1223352/2055920 swapFree=4121008/4192956
[pid=10513] ppid=10511 vsize=10276 CPUtime=1.49
/proc/10513/stat : 10513 (minisat_static) R 10511 10513 10447 0 -1 4194304 2417 0 0 0 148 1 0 0 25 0 1 0 236863156 10522624 2402 1992294400 134512640 135213614 4294956256 18446744073709551615 134526957 0 0 4096 3 0 0 0 17 1 0 0
/proc/10513/statm: 2569 2402 78 171 0 2395 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10276

[startup+3.10108 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 10514
/proc/meminfo: memFree=1222456/2055920 swapFree=4121008/4192956
[pid=10513] ppid=10511 vsize=11332 CPUtime=3.09
/proc/10513/stat : 10513 (minisat_static) R 10511 10513 10447 0 -1 4194304 2701 0 0 0 308 1 0 0 25 0 1 0 236863156 11603968 2686 1992294400 134512640 135213614 4294956256 18446744073709551615 134538921 0 0 4096 3 0 0 0 17 1 0 0
/proc/10513/statm: 2833 2686 78 171 0 2659 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11332

[startup+6.30145 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 10514
/proc/meminfo: memFree=1220152/2055920 swapFree=4121008/4192956
[pid=10513] ppid=10511 vsize=13320 CPUtime=6.29
/proc/10513/stat : 10513 (minisat_static) R 10511 10513 10447 0 -1 4194304 3203 0 0 0 627 2 0 0 25 0 1 0 236863156 13639680 3188 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10513/statm: 3330 3188 78 171 0 3156 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13320

[startup+12.7012 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 10514
/proc/meminfo: memFree=1216696/2055920 swapFree=4121008/4192956
[pid=10513] ppid=10511 vsize=16464 CPUtime=12.69
/proc/10513/stat : 10513 (minisat_static) R 10511 10513 10447 0 -1 4194304 3976 0 0 0 1266 3 0 0 25 0 1 0 236863156 16859136 3961 1992294400 134512640 135213614 4294956256 18446744073709551615 134527168 0 0 4096 3 0 0 0 17 1 0 0
/proc/10513/statm: 4116 3961 78 171 0 3942 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16464

[startup+25.5017 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 10514
/proc/meminfo: memFree=1212984/2055920 swapFree=4121008/4192956
[pid=10513] ppid=10511 vsize=20276 CPUtime=25.48
/proc/10513/stat : 10513 (minisat_static) R 10511 10513 10447 0 -1 4194304 4894 0 0 0 2544 4 0 0 25 0 1 0 236863156 20762624 4879 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10513/statm: 5069 4879 78 171 0 4895 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 20276

[startup+51.1016 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 10514
/proc/meminfo: memFree=1206712/2055920 swapFree=4121008/4192956
[pid=10513] ppid=10511 vsize=26740 CPUtime=51.07
/proc/10513/stat : 10513 (minisat_static) R 10511 10513 10447 0 -1 4194304 6490 0 0 0 5101 6 0 0 25 0 1 0 236863156 27381760 6475 1992294400 134512640 135213614 4294956256 18446744073709551615 134526755 0 0 4096 3 0 0 0 17 1 0 0
/proc/10513/statm: 6685 6475 78 171 0 6511 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 26740

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 10514
/proc/meminfo: memFree=1199352/2055920 swapFree=4121008/4192956
[pid=10513] ppid=10511 vsize=34052 CPUtime=102.26
/proc/10513/stat : 10513 (minisat_static) R 10511 10513 10447 0 -1 4194304 8254 0 0 0 10218 8 0 0 25 0 1 0 236863156 34869248 8239 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/10513/statm: 8513 8239 78 171 0 8339 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 34052

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10514
/proc/meminfo: memFree=1196024/2055920 swapFree=4121008/4192956
[pid=10513] ppid=10511 vsize=37520 CPUtime=162.24
/proc/10513/stat : 10513 (minisat_static) R 10511 10513 10447 0 -1 4194304 9096 0 0 0 16215 9 0 0 25 0 1 0 236863156 38420480 9081 1992294400 134512640 135213614 4294956256 18446744073709551615 134526871 0 0 4096 3 0 0 0 17 1 0 0
/proc/10513/statm: 9380 9081 78 171 0 9206 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 37520

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10514
/proc/meminfo: memFree=1192888/2055920 swapFree=4121008/4192956
[pid=10513] ppid=10511 vsize=40568 CPUtime=222.22
/proc/10513/stat : 10513 (minisat_static) R 10511 10513 10447 0 -1 4194304 9858 0 0 0 22212 10 0 0 25 0 1 0 236863156 41541632 9843 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10513/statm: 10142 9843 78 171 0 9968 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 40568

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10514
/proc/meminfo: memFree=1189880/2055920 swapFree=4121008/4192956
[pid=10513] ppid=10511 vsize=43668 CPUtime=282.21
/proc/10513/stat : 10513 (minisat_static) R 10511 10513 10447 0 -1 4194304 10600 0 0 0 28209 12 0 0 25 0 1 0 236863156 44716032 10585 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10513/statm: 10917 10585 78 171 0 10743 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 43668

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10514
/proc/meminfo: memFree=1186808/2055920 swapFree=4121008/4192956
[pid=10513] ppid=10511 vsize=46800 CPUtime=342.18
/proc/10513/stat : 10513 (minisat_static) R 10511 10513 10447 0 -1 4194304 11360 0 0 0 34206 12 0 0 25 0 1 0 236863156 47923200 11345 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10513/statm: 11700 11345 78 171 0 11526 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 46800

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10514
/proc/meminfo: memFree=1183352/2055920 swapFree=4121008/4192956
[pid=10513] ppid=10511 vsize=50364 CPUtime=402.17
/proc/10513/stat : 10513 (minisat_static) R 10511 10513 10447 0 -1 4194304 12238 0 0 0 40204 13 0 0 25 0 1 0 236863156 51572736 12223 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10513/statm: 12591 12223 78 171 0 12417 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 50364

[startup+462.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10514
/proc/meminfo: memFree=1180728/2055920 swapFree=4121008/4192956
[pid=10513] ppid=10511 vsize=53128 CPUtime=462.16
/proc/10513/stat : 10513 (minisat_static) R 10511 10513 10447 0 -1 4194304 12919 0 0 0 46202 14 0 0 25 0 1 0 236863156 54403072 12904 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10513/statm: 13282 12904 78 171 0 13108 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 53128

[startup+522.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10514
/proc/meminfo: memFree=1178296/2055920 swapFree=4121008/4192956
[pid=10513] ppid=10511 vsize=55720 CPUtime=522.14
/proc/10513/stat : 10513 (minisat_static) R 10511 10513 10447 0 -1 4194304 13583 0 0 0 52199 15 0 0 25 0 1 0 236863156 57057280 13568 1992294400 134512640 135213614 4294956256 18446744073709551615 134526939 0 0 4096 3 0 0 0 17 1 0 0
/proc/10513/statm: 13930 13568 78 171 0 13756 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 55720

[startup+582.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10514
/proc/meminfo: memFree=1174968/2055920 swapFree=4121008/4192956
[pid=10513] ppid=10511 vsize=58712 CPUtime=582.12
/proc/10513/stat : 10513 (minisat_static) R 10511 10513 10447 0 -1 4194304 14348 0 0 0 58196 16 0 0 25 0 1 0 236863156 60121088 14333 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10513/statm: 14678 14333 78 171 0 14504 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 58712

[startup+642.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10516
/proc/meminfo: memFree=1172216/2055920 swapFree=4121008/4192956
[pid=10513] ppid=10511 vsize=61564 CPUtime=642.1
/proc/10513/stat : 10513 (minisat_static) R 10511 10513 10447 0 -1 4194304 15020 0 0 0 64194 16 0 0 25 0 1 0 236863156 63041536 15005 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/10513/statm: 15391 15005 78 171 0 15217 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 61564

[startup+702.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10516
/proc/meminfo: memFree=1169848/2055920 swapFree=4121008/4192956
[pid=10513] ppid=10511 vsize=64340 CPUtime=702.08
/proc/10513/stat : 10513 (minisat_static) R 10511 10513 10447 0 -1 4194304 15618 0 0 0 70191 17 0 0 25 0 1 0 236863156 65884160 15603 1992294400 134512640 135213614 4294956256 18446744073709551615 134526925 0 0 4096 3 0 0 0 17 1 0 0
/proc/10513/statm: 16085 15603 78 171 0 15911 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 64340

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10516
/proc/meminfo: memFree=1167352/2055920 swapFree=4121008/4192956
[pid=10513] ppid=10511 vsize=66864 CPUtime=762.06
/proc/10513/stat : 10513 (minisat_static) R 10511 10513 10447 0 -1 4194304 16241 0 0 0 76188 18 0 0 25 0 1 0 236863156 68468736 16226 1992294400 134512640 135213614 4294956256 18446744073709551615 134526789 0 0 4096 3 0 0 0 17 1 0 0
/proc/10513/statm: 16716 16226 78 171 0 16542 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 66864

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10516
/proc/meminfo: memFree=1165176/2055920 swapFree=4121008/4192956
[pid=10513] ppid=10511 vsize=69048 CPUtime=822.05
/proc/10513/stat : 10513 (minisat_static) R 10511 10513 10447 0 -1 4194304 16789 0 0 0 82186 19 0 0 25 0 1 0 236863156 70705152 16774 1992294400 134512640 135213614 4294956256 18446744073709551615 134526775 0 0 4096 3 0 0 0 17 1 0 0
/proc/10513/statm: 17262 16774 78 171 0 17088 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 69048

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10516
/proc/meminfo: memFree=1163192/2055920 swapFree=4121008/4192956
[pid=10513] ppid=10511 vsize=71140 CPUtime=882.03
/proc/10513/stat : 10513 (minisat_static) R 10511 10513 10447 0 -1 4194304 17287 0 0 0 88183 20 0 0 25 0 1 0 236863156 72847360 17272 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/10513/statm: 17785 17272 78 171 0 17611 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 71140

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10516
/proc/meminfo: memFree=1161336/2055920 swapFree=4121008/4192956
[pid=10513] ppid=10511 vsize=72852 CPUtime=942.01
/proc/10513/stat : 10513 (minisat_static) R 10511 10513 10447 0 -1 4194304 17746 0 0 0 94181 20 0 0 25 0 1 0 236863156 74600448 17731 1992294400 134512640 135213614 4294956256 18446744073709551615 134526772 0 0 4096 3 0 0 0 17 1 0 0
/proc/10513/statm: 18213 17731 78 171 0 18039 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 72852

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10516
/proc/meminfo: memFree=1159032/2055920 swapFree=4121008/4192956
[pid=10513] ppid=10511 vsize=75152 CPUtime=1002
/proc/10513/stat : 10513 (minisat_static) R 10511 10513 10447 0 -1 4194304 18308 0 0 0 100178 22 0 0 25 0 1 0 236863156 76955648 18293 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10513/statm: 18788 18293 78 171 0 18614 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 75152

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10516
/proc/meminfo: memFree=1156472/2055920 swapFree=4121008/4192956
[pid=10513] ppid=10511 vsize=77652 CPUtime=1061.97
/proc/10513/stat : 10513 (minisat_static) R 10511 10513 10447 0 -1 4194304 18946 0 0 0 106175 22 0 0 25 0 1 0 236863156 79515648 18931 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10513/statm: 19413 18931 78 171 0 19239 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 77652

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10516
/proc/meminfo: memFree=1154232/2055920 swapFree=4121008/4192956
[pid=10513] ppid=10511 vsize=80192 CPUtime=1121.96
/proc/10513/stat : 10513 (minisat_static) R 10511 10513 10447 0 -1 4194304 19525 0 0 0 112172 24 0 0 25 0 1 0 236863156 82116608 19510 1992294400 134512640 135213614 4294956256 18446744073709551615 134526961 0 0 4096 3 0 0 0 17 1 0 0
/proc/10513/statm: 20048 19510 78 171 0 19874 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 80192

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10516
/proc/meminfo: memFree=1151544/2055920 swapFree=4121008/4192956
[pid=10513] ppid=10511 vsize=82768 CPUtime=1181.94
/proc/10513/stat : 10513 (minisat_static) R 10511 10513 10447 0 -1 4194304 20192 0 0 0 118169 25 0 0 25 0 1 0 236863156 84754432 20177 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10513/statm: 20692 20177 78 171 0 20518 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 82768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10516
/proc/meminfo: memFree=1150392/2055920 swapFree=4121008/4192956
[pid=10513] ppid=10511 vsize=83924 CPUtime=1200.03
/proc/10513/stat : 10513 (minisat_static) R 10511 10513 10447 0 -1 4194304 20466 0 0 0 119978 25 0 0 25 0 1 0 236863156 85938176 20451 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10513/statm: 20981 20451 78 171 0 20807 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 83924

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.42
CPU time (s): 1200.06
CPU user time (s): 1199.79
CPU system time (s): 0.272958
CPU usage (%): 99.9702
Max. virtual memory (cumulated for all children) (KiB): 83924

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

runsolver used 0.880866 second user time and 2.6006 second system time

The end

Launcher Data

Begin job on node20 at 2009-05-12 02:31:39
IDJOB=1798035
IDBENCH=71093
IDSOLVER=651
FILE ID=node20/1798035-1242088299
PBS_JOBID= 9277694
Free space on /tmp= 66316 MiB

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

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

MD5SUM BENCH= 3cd74d1813a4408b4123afc23df07d7d
RANDOM SEED=538949024

node20.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	: 5931.00
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:       1232800 kB
Buffers:         78976 kB
Cached:         590736 kB
SwapCached:      66320 kB
Active:         270104 kB
Inactive:       467588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1232800 kB
SwapTotal:     4192956 kB
SwapFree:      4121008 kB
Dirty:            3424 kB
Writeback:           0 kB
Mapped:          13504 kB
Slab:            71436 kB
Committed_AS:   916248 kB
PageTables:       1396 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= 66316 MiB
End job on node20 at 2009-05-12 02:51:42