Trace number 1798025

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.04 1200.33

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_10_UNSAT.cnf
MD5SUM54c22a62e5d0a640d4ea8d185b9b1fc7
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 variables2112
Number of clauses191788
Sum of the clauses size572017
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23595
Number of clauses of size 3188162
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:  2112                                                 |
0.00/0.00	|  Number of clauses:    191788                                               |
0.04/0.08	|  Parsing time:         0.08         s                                       |
0.04/0.09	============================[ Search Statistics ]==============================
0.04/0.09	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.04/0.09	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.04/0.09	===============================================================================
0.04/0.09	|         0 |    2112   191788   572017 |    63929        0    nan |  0.000 % |
0.04/0.10	|       101 |    2112   191788   572017 |    70322      101     43 |  0.000 % |
0.09/0.11	|       253 |    2112   191788   572017 |    77354      253     47 |  0.000 % |
0.09/0.14	|       479 |    2112   191788   572017 |    85089      479     53 |  0.000 % |
0.20/0.22	|       816 |    2112   191788   572017 |    93598      816     62 |  0.000 % |
0.29/0.30	|      1323 |    2112   191788   572017 |   102958     1323     60 |  0.000 % |
0.49/0.50	|      2083 |    2112   191788   572017 |   113254     2083     59 |  0.000 % |
0.69/0.70	|      3226 |    2112   191788   572017 |   124580     3226     62 |  0.000 % |
0.89/0.99	|      4935 |    2112   191788   572017 |   137038     4935     63 |  0.000 % |
2.19/2.22	|      7497 |    2112   191788   572017 |   150742     7497     58 |  0.000 % |
4.09/4.19	|     11341 |    2112   191788   572017 |   165816    11341     58 |  0.000 % |
6.19/6.21	|     17108 |    2112   191788   572017 |   182397    17108     63 |  0.000 % |
10.79/10.90	|     25760 |    2112   191788   572017 |   200637    25760     68 |  0.000 % |
21.79/21.86	|     38735 |    2112   191788   572017 |   220701    38735     70 |  0.000 % |
47.48/47.56	|     58196 |    2112   191788   572017 |   242771    58196     71 |  0.000 % |
102.37/102.41	|     87388 |    2112   191788   572017 |   267048    87388     72 |  0.000 % |
214.24/214.37	|    131177 |    2112   191788   572017 |   293753   131177     69 |  0.000 % |
437.79/437.93	|    196863 |    2112   191788   572017 |   323128   196863     67 |  0.000 % |
743.31/743.58	|    295391 |    2112   191788   572017 |   355441   295391     66 |  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-1798025-1242087258/watcher-1798025-1242087258 -o /tmp/evaluation-result-1798025-1242087258/solver-1798025-1242087258 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1798025-1242087258.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.85 0.97 0.99 3/64 17370
/proc/meminfo: memFree=1931152/2055920 swapFree=4178852/4192956
[pid=17370] ppid=17368 vsize=2160 CPUtime=0
/proc/17370/stat : 17370 (minisat_static) R 17368 17370 17333 0 -1 4194304 422 0 0 0 0 0 0 0 18 0 1 0 236753225 2211840 407 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/17370/statm: 540 407 58 171 0 366 0

[startup+0.0463159 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 17370
/proc/meminfo: memFree=1931152/2055920 swapFree=4178852/4192956
[pid=17370] ppid=17368 vsize=5784 CPUtime=0.04
/proc/17370/stat : 17370 (minisat_static) R 17368 17370 17333 0 -1 4194304 1289 0 0 0 4 0 0 0 18 0 1 0 236753225 5922816 1274 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/17370/statm: 1446 1275 58 171 0 1272 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5784

[startup+0.10132 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 17370
/proc/meminfo: memFree=1931152/2055920 swapFree=4178852/4192956
[pid=17370] ppid=17368 vsize=9216 CPUtime=0.09
/proc/17370/stat : 17370 (minisat_static) R 17368 17370 17333 0 -1 4194304 2177 0 0 0 9 0 0 0 18 0 1 0 236753225 9437184 2162 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/17370/statm: 2304 2163 78 171 0 2130 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9216

[startup+0.301338 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 17370
/proc/meminfo: memFree=1931152/2055920 swapFree=4178852/4192956
[pid=17370] ppid=17368 vsize=9876 CPUtime=0.29
/proc/17370/stat : 17370 (minisat_static) R 17368 17370 17333 0 -1 4194304 2341 0 0 0 28 1 0 0 20 0 1 0 236753225 10113024 2326 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17370/statm: 2469 2326 78 171 0 2295 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9876

[startup+0.701374 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 17370
/proc/meminfo: memFree=1931152/2055920 swapFree=4178852/4192956
[pid=17370] ppid=17368 vsize=10536 CPUtime=0.69
/proc/17370/stat : 17370 (minisat_static) R 17368 17370 17333 0 -1 4194304 2519 0 0 0 68 1 0 0 23 0 1 0 236753225 10788864 2504 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/17370/statm: 2634 2504 78 171 0 2460 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10536

[startup+1.50145 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 17371
/proc/meminfo: memFree=1920776/2055920 swapFree=4178852/4192956
[pid=17370] ppid=17368 vsize=11484 CPUtime=1.49
/proc/17370/stat : 17370 (minisat_static) R 17368 17370 17333 0 -1 4194304 2741 0 0 0 148 1 0 0 25 0 1 0 236753225 11759616 2726 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/17370/statm: 2871 2726 78 171 0 2697 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11484

[startup+3.10159 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 17371
/proc/meminfo: memFree=1920072/2055920 swapFree=4178852/4192956
[pid=17370] ppid=17368 vsize=12276 CPUtime=3.09
/proc/17370/stat : 17370 (minisat_static) R 17368 17370 17333 0 -1 4194304 2945 0 0 0 308 1 0 0 25 0 1 0 236753225 12570624 2930 1992294400 134512640 135213614 4294956256 18446744073709551615 134526783 0 0 4096 3 0 0 0 17 1 0 0
/proc/17370/statm: 3069 2930 78 171 0 2895 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12276

[startup+6.30188 s]
/proc/loadavg: 0.86 0.97 0.99 2/65 17371
/proc/meminfo: memFree=1917576/2055920 swapFree=4178852/4192956
[pid=17370] ppid=17368 vsize=14916 CPUtime=6.29
/proc/17370/stat : 17370 (minisat_static) R 17368 17370 17333 0 -1 4194304 3609 0 0 0 627 2 0 0 25 0 1 0 236753225 15273984 3594 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17370/statm: 3729 3594 78 171 0 3555 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14916

[startup+12.7025 s]
/proc/loadavg: 0.87 0.97 0.99 2/65 17371
/proc/meminfo: memFree=1913288/2055920 swapFree=4178852/4192956
[pid=17370] ppid=17368 vsize=18752 CPUtime=12.69
/proc/17370/stat : 17370 (minisat_static) R 17368 17370 17333 0 -1 4194304 4555 0 0 0 1266 3 0 0 25 0 1 0 236753225 19202048 4540 1992294400 134512640 135213614 4294956256 18446744073709551615 134526967 0 0 4096 3 0 0 0 17 1 0 0
/proc/17370/statm: 4688 4540 78 171 0 4514 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18752

[startup+25.5016 s]
/proc/loadavg: 0.90 0.97 0.99 2/65 17371
/proc/meminfo: memFree=1908232/2055920 swapFree=4178852/4192956
[pid=17370] ppid=17368 vsize=23696 CPUtime=25.49
/proc/17370/stat : 17370 (minisat_static) R 17368 17370 17333 0 -1 4194304 5769 0 0 0 2545 4 0 0 25 0 1 0 236753225 24264704 5754 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17370/statm: 5924 5754 78 171 0 5750 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 23696

[startup+51.1019 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 17371
/proc/meminfo: memFree=1901832/2055920 swapFree=4178852/4192956
[pid=17370] ppid=17368 vsize=30040 CPUtime=51.08
/proc/17370/stat : 17370 (minisat_static) R 17368 17370 17333 0 -1 4194304 7361 0 0 0 5103 5 0 0 25 0 1 0 236753225 30760960 7346 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/17370/statm: 7510 7346 78 171 0 7336 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 30040

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 17371
/proc/meminfo: memFree=1891464/2055920 swapFree=4178852/4192956
[pid=17370] ppid=17368 vsize=40872 CPUtime=102.27
/proc/17370/stat : 17370 (minisat_static) R 17368 17370 17333 0 -1 4194304 9961 0 0 0 10219 8 0 0 25 0 1 0 236753225 41852928 9946 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17370/statm: 10218 9946 78 171 0 10044 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 40872

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 17371
/proc/meminfo: memFree=1885384/2055920 swapFree=4178852/4192956
[pid=17370] ppid=17368 vsize=46992 CPUtime=162.25
/proc/17370/stat : 17370 (minisat_static) R 17368 17370 17333 0 -1 4194304 11456 0 0 0 16215 10 0 0 25 0 1 0 236753225 48119808 11441 1992294400 134512640 135213614 4294956256 18446744073709551615 134526761 0 0 4096 3 0 0 0 17 1 0 0
/proc/17370/statm: 11748 11441 78 171 0 11574 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 46992

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 17371
/proc/meminfo: memFree=1877768/2055920 swapFree=4178852/4192956
[pid=17370] ppid=17368 vsize=54548 CPUtime=222.24
/proc/17370/stat : 17370 (minisat_static) R 17368 17370 17333 0 -1 4194304 13337 0 0 0 22211 13 0 0 25 0 1 0 236753225 55857152 13322 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17370/statm: 13637 13322 78 171 0 13463 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 54548

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 17371
/proc/meminfo: memFree=1872712/2055920 swapFree=4178852/4192956
[pid=17370] ppid=17368 vsize=59968 CPUtime=282.22
/proc/17370/stat : 17370 (minisat_static) R 17368 17370 17333 0 -1 4194304 14608 0 0 0 28208 14 0 0 25 0 1 0 236753225 61407232 14593 1992294400 134512640 135213614 4294956256 18446744073709551615 134526869 0 0 4096 3 0 0 0 17 1 0 0
/proc/17370/statm: 14992 14593 78 171 0 14818 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 59968

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 17371
/proc/meminfo: memFree=1868040/2055920 swapFree=4178852/4192956
[pid=17370] ppid=17368 vsize=64496 CPUtime=342.21
/proc/17370/stat : 17370 (minisat_static) R 17368 17370 17333 0 -1 4194304 15765 0 0 0 34205 16 0 0 25 0 1 0 236753225 66043904 15750 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17370/statm: 16124 15750 78 171 0 15950 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 64496

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 17371
/proc/meminfo: memFree=1862088/2055920 swapFree=4178852/4192956
[pid=17370] ppid=17368 vsize=70572 CPUtime=402.19
/proc/17370/stat : 17370 (minisat_static) R 17368 17370 17333 0 -1 4194304 17248 0 0 0 40201 18 0 0 25 0 1 0 236753225 72265728 17233 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17370/statm: 17643 17233 78 171 0 17469 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 70572

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 17371
/proc/meminfo: memFree=1857672/2055920 swapFree=4178852/4192956
[pid=17370] ppid=17368 vsize=74860 CPUtime=462.18
/proc/17370/stat : 17370 (minisat_static) R 17368 17370 17333 0 -1 4194304 18332 0 0 0 46199 19 0 0 25 0 1 0 236753225 76656640 18317 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17370/statm: 18715 18317 78 171 0 18541 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 74860

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 17371
/proc/meminfo: memFree=1853192/2055920 swapFree=4178852/4192956
[pid=17370] ppid=17368 vsize=79800 CPUtime=522.16
/proc/17370/stat : 17370 (minisat_static) R 17368 17370 17333 0 -1 4194304 19465 0 0 0 52196 20 0 0 25 0 1 0 236753225 81715200 19450 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17370/statm: 19950 19450 78 171 0 19776 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 79800

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 17371
/proc/meminfo: memFree=1848392/2055920 swapFree=4178852/4192956
[pid=17370] ppid=17368 vsize=84604 CPUtime=582.15
/proc/17370/stat : 17370 (minisat_static) R 17368 17370 17333 0 -1 4194304 20640 0 0 0 58193 22 0 0 25 0 1 0 236753225 86634496 20625 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/17370/statm: 21151 20625 78 171 0 20977 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 84604

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 17371
/proc/meminfo: memFree=1843400/2055920 swapFree=4178852/4192956
[pid=17370] ppid=17368 vsize=89700 CPUtime=642.14
/proc/17370/stat : 17370 (minisat_static) R 17368 17370 17333 0 -1 4194304 21884 0 0 0 64190 24 0 0 25 0 1 0 236753225 91852800 21869 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17370/statm: 22425 21869 78 171 0 22251 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 89700

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 17371
/proc/meminfo: memFree=1834632/2055920 swapFree=4178852/4192956
[pid=17370] ppid=17368 vsize=98496 CPUtime=702.12
/proc/17370/stat : 17370 (minisat_static) R 17368 17370 17333 0 -1 4194304 24086 0 0 0 70186 26 0 0 25 0 1 0 236753225 100859904 24063 1992294400 134512640 135213614 4294956256 18446744073709551615 134526810 0 0 4096 3 0 0 0 17 1 0 0
/proc/17370/statm: 24624 24063 78 171 0 24450 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 98496

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 17371
/proc/meminfo: memFree=1826120/2055920 swapFree=4178852/4192956
[pid=17370] ppid=17368 vsize=107312 CPUtime=762.11
/proc/17370/stat : 17370 (minisat_static) R 17368 17370 17333 0 -1 4194304 26269 0 0 0 76182 29 0 0 25 0 1 0 236753225 109887488 26159 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/17370/statm: 26828 26159 78 171 0 26654 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 107312

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 17371
/proc/meminfo: memFree=1824328/2055920 swapFree=4178852/4192956
[pid=17370] ppid=17368 vsize=109268 CPUtime=822.1
/proc/17370/stat : 17370 (minisat_static) R 17368 17370 17333 0 -1 4194304 26725 0 0 0 82180 30 0 0 25 0 1 0 236753225 111890432 26615 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17370/statm: 27317 26615 78 171 0 27143 0
Current children cumulated CPU time (s) 822.1
Current children cumulated vsize (KiB) 109268

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 17371
/proc/meminfo: memFree=1822280/2055920 swapFree=4178852/4192956
[pid=17370] ppid=17368 vsize=111256 CPUtime=882.08
/proc/17370/stat : 17370 (minisat_static) R 17368 17370 17333 0 -1 4194304 27226 0 0 0 88177 31 0 0 25 0 1 0 236753225 113926144 27116 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17370/statm: 27814 27116 78 171 0 27640 0
Current children cumulated CPU time (s) 882.08
Current children cumulated vsize (KiB) 111256

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 17371
/proc/meminfo: memFree=1819528/2055920 swapFree=4178852/4192956
[pid=17370] ppid=17368 vsize=114608 CPUtime=942.06
/proc/17370/stat : 17370 (minisat_static) R 17368 17370 17333 0 -1 4194304 27903 0 0 0 94174 32 0 0 25 0 1 0 236753225 117358592 27793 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17370/statm: 28652 27793 78 171 0 28478 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 114608

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 17371
/proc/meminfo: memFree=1816648/2055920 swapFree=4178852/4192956
[pid=17370] ppid=17368 vsize=117732 CPUtime=1002.05
/proc/17370/stat : 17370 (minisat_static) R 17368 17370 17333 0 -1 4194304 28620 0 0 0 100171 34 0 0 25 0 1 0 236753225 120557568 28510 1992294400 134512640 135213614 4294956256 18446744073709551615 134526878 0 0 4096 3 0 0 0 17 1 0 0
/proc/17370/statm: 29433 28510 78 171 0 29259 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 117732

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 17371
/proc/meminfo: memFree=1814856/2055920 swapFree=4178852/4192956
[pid=17370] ppid=17368 vsize=119344 CPUtime=1062.03
/proc/17370/stat : 17370 (minisat_static) R 17368 17370 17333 0 -1 4194304 29051 0 0 0 106169 34 0 0 25 0 1 0 236753225 122208256 28941 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17370/statm: 29836 28941 78 171 0 29662 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 119344

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 17371
/proc/meminfo: memFree=1812744/2055920 swapFree=4178852/4192956
[pid=17370] ppid=17368 vsize=121636 CPUtime=1122.02
/proc/17370/stat : 17370 (minisat_static) R 17368 17370 17333 0 -1 4194304 29583 0 0 0 112167 35 0 0 25 0 1 0 236753225 124555264 29473 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17370/statm: 30409 29473 78 171 0 30235 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 121636

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 17371
/proc/meminfo: memFree=1811272/2055920 swapFree=4178852/4192956
[pid=17370] ppid=17368 vsize=123052 CPUtime=1182
/proc/17370/stat : 17370 (minisat_static) R 17368 17370 17333 0 -1 4194304 29940 0 0 0 118165 35 0 0 25 0 1 0 236753225 126005248 29830 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17370/statm: 30763 29830 78 171 0 30589 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 123052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 17371
/proc/meminfo: memFree=1810824/2055920 swapFree=4178852/4192956
[pid=17370] ppid=17368 vsize=123500 CPUtime=1200
/proc/17370/stat : 17370 (minisat_static) R 17368 17370 17333 0 -1 4194304 30046 0 0 0 119965 35 0 0 25 0 1 0 236753225 126464000 29936 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/17370/statm: 30875 29936 78 171 0 30701 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 123500

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

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

[startup+1200.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 17371
/proc/meminfo: memFree=1810824/2055920 swapFree=4178852/4192956
[pid=17370] ppid=17368 vsize=123500 CPUtime=1200
/proc/17370/stat : 17370 (minisat_static) R 17368 17370 17333 0 -1 4194304 30046 0 0 0 119965 35 0 0 25 0 1 0 236753225 126464000 29936 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/17370/statm: 30875 29936 78 171 0 30701 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 123500

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.33
CPU time (s): 1200.04
CPU user time (s): 1199.66
CPU system time (s): 0.378942
CPU usage (%): 99.9759
Max. virtual memory (cumulated for all children) (KiB): 123500

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

runsolver used 0.879866 second user time and 2.76958 second system time

The end

Launcher Data

Begin job on node55 at 2009-05-12 02:14:19
IDJOB=1798025
IDBENCH=71080
IDSOLVER=651
FILE ID=node55/1798025-1242087258
PBS_JOBID= 9277710
Free space on /tmp= 66260 MiB

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

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

MD5SUM BENCH= 54c22a62e5d0a640d4ea8d185b9b1fc7
RANDOM SEED=1586326744

node55.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.240
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.240
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:       1931568 kB
Buffers:         19532 kB
Cached:          52600 kB
SwapCached:       7904 kB
Active:          29788 kB
Inactive:        52200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1931568 kB
SwapTotal:     4192956 kB
SwapFree:      4178852 kB
Dirty:            4064 kB
Writeback:           0 kB
Mapped:          15480 kB
Slab:            28432 kB
Committed_AS:   718952 kB
PageTables:       1364 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= 66260 MiB
End job on node55 at 2009-05-12 02:34:21