Trace number 1592851

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-simp 070721? (TO) 1200.12 1200.43

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_12_UNSAT.cnf
MD5SUMecc4810d82e30597ea8451526243ec09
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 variables2522
Number of clauses243459
Sum of the clauses size726523
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24164
Number of clauses of size 3239264
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:  2522                                                 |
0.00/0.00	|  Number of clauses:    243459                                               |
0.09/0.19	|  Parsing time:         0.17         s                                       |
8.19/8.23	============================[ Search Statistics ]==============================
8.19/8.23	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.19/8.23	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.19/8.23	===============================================================================
8.19/8.23	|         0 |    1625   233949  1041337 |    77983        0    nan |  0.000 % |
8.29/8.32	|       101 |    1625   233949  1041337 |    85781      101     65 |  0.000 % |
8.39/8.44	|       253 |    1625   233949  1041337 |    94359      253     67 |  0.000 % |
8.59/8.63	|       479 |    1625   233949  1041337 |   103795      479     73 |  0.000 % |
8.79/8.84	|       818 |    1625   233949  1041337 |   114174      818     78 |  0.000 % |
9.09/9.16	|      1324 |    1625   233949  1041337 |   125592     1324     82 |  0.000 % |
9.49/9.54	|      2084 |    1625   233949  1041337 |   138151     2084     82 |  0.000 % |
10.19/10.25	|      3223 |    1625   233949  1041337 |   151966     3223     88 |  0.000 % |
11.29/11.34	|      4932 |    1625   233949  1041337 |   167163     4932     90 |  0.000 % |
12.58/12.62	|      7498 |    1625   233949  1041337 |   183879     7498     88 |  0.000 % |
14.78/14.86	|     11344 |    1625   233949  1041337 |   202267    11344     87 |  0.000 % |
19.49/19.57	|     17111 |    1625   233949  1041337 |   222494    17111     87 |  0.000 % |
29.18/29.21	|     25763 |    1625   233949  1041337 |   244744    25763     86 |  0.000 % |
47.17/47.22	|     38739 |    1625   233949  1041337 |   269218    38739     92 |  0.000 % |
80.86/80.96	|     58200 |    1625   233949  1041337 |   296140    58200     94 |  0.000 % |
131.25/131.38	|     87392 |    1625   233949  1041337 |   325754    87392     93 |  0.000 % |
270.12/270.22	|    131182 |    1625   233949  1041337 |   358329   131182     91 |  0.000 % |
605.63/605.81	|    196868 |    1625   233949  1041337 |   394162   196868     91 |  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-1592851-1239228342/watcher-1592851-1239228342 -o /tmp/evaluation-result-1592851-1239228342/solver-1592851-1239228342 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1592851-1239228342.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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.49 0.12 0.04 3/70 15430
/proc/meminfo: memFree=1620776/2055920 swapFree=4173148/4192956
[pid=15430] ppid=15428 vsize=2332 CPUtime=0
/proc/15430/stat : 15430 (minisat_static) R 15428 15430 15366 0 -1 4194304 459 0 0 0 0 0 0 0 18 0 1 0 1195497489 2387968 444 1992294400 134512640 135243866 4294956256 18446744073709551615 134527653 0 0 4096 3 0 0 0 17 1 0 0
/proc/15430/statm: 583 445 65 178 0 403 0

[startup+0.0529201 s]
/proc/loadavg: 0.49 0.12 0.04 3/70 15430
/proc/meminfo: memFree=1620776/2055920 swapFree=4173148/4192956
[pid=15430] ppid=15428 vsize=5556 CPUtime=0.04
/proc/15430/stat : 15430 (minisat_static) R 15428 15430 15366 0 -1 4194304 1265 0 0 0 4 0 0 0 18 0 1 0 1195497489 5689344 1250 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/15430/statm: 1389 1250 65 178 0 1209 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5556

[startup+0.101925 s]
/proc/loadavg: 0.49 0.12 0.04 3/70 15430
/proc/meminfo: memFree=1620776/2055920 swapFree=4173148/4192956
[pid=15430] ppid=15428 vsize=9060 CPUtime=0.09
/proc/15430/stat : 15430 (minisat_static) R 15428 15430 15366 0 -1 4194304 2124 0 0 0 9 0 0 0 18 0 1 0 1195497489 9277440 2109 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/15430/statm: 2265 2111 65 178 0 2085 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9060

[startup+0.301944 s]
/proc/loadavg: 0.49 0.12 0.04 3/70 15430
/proc/meminfo: memFree=1620776/2055920 swapFree=4173148/4192956
[pid=15430] ppid=15428 vsize=16232 CPUtime=0.29
/proc/15430/stat : 15430 (minisat_static) R 15428 15430 15366 0 -1 4194304 3803 0 0 0 27 2 0 0 19 0 1 0 1195497489 16621568 3788 1992294400 134512640 135243866 4294956256 18446744073709551615 134535475 0 0 4096 3 0 0 0 17 1 0 0
/proc/15430/statm: 4058 3788 80 178 0 3878 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16232

[startup+0.701983 s]
/proc/loadavg: 0.49 0.12 0.04 3/70 15430
/proc/meminfo: memFree=1620776/2055920 swapFree=4173148/4192956
[pid=15430] ppid=15428 vsize=16232 CPUtime=0.69
/proc/15430/stat : 15430 (minisat_static) R 15428 15430 15366 0 -1 4194304 3803 0 0 0 67 2 0 0 22 0 1 0 1195497489 16621568 3788 1992294400 134512640 135243866 4294956256 18446744073709551615 134535587 0 0 4096 3 0 0 0 17 1 0 0
/proc/15430/statm: 4058 3788 80 178 0 3878 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16232

[startup+1.50207 s]
/proc/loadavg: 0.49 0.12 0.04 2/71 15431
/proc/meminfo: memFree=1605856/2055920 swapFree=4173148/4192956
[pid=15430] ppid=15428 vsize=16232 CPUtime=1.49
/proc/15430/stat : 15430 (minisat_static) R 15428 15430 15366 0 -1 4194304 3803 0 0 0 147 2 0 0 25 0 1 0 1195497489 16621568 3788 1992294400 134512640 135243866 4294956256 18446744073709551615 134535475 0 0 4096 3 0 0 0 17 1 0 0
/proc/15430/statm: 4058 3788 80 178 0 3878 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16232

[startup+3.10122 s]
/proc/loadavg: 0.53 0.14 0.04 2/71 15431
/proc/meminfo: memFree=1605728/2055920 swapFree=4173148/4192956
[pid=15430] ppid=15428 vsize=20504 CPUtime=3.09
/proc/15430/stat : 15430 (minisat_static) R 15428 15430 15366 0 -1 4194304 4930 0 0 0 307 2 0 0 25 0 1 0 1195497489 20996096 4915 1992294400 134512640 135243866 4294956256 18446744073709551615 134538730 0 0 4096 3 0 0 0 17 1 0 0
/proc/15430/statm: 5126 4915 80 178 0 4946 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20504

[startup+6.30153 s]
/proc/loadavg: 0.53 0.14 0.04 2/71 15431
/proc/meminfo: memFree=1597344/2055920 swapFree=4173148/4192956
[pid=15430] ppid=15428 vsize=24764 CPUtime=6.29
/proc/15430/stat : 15430 (minisat_static) R 15428 15430 15366 0 -1 4194304 5857 0 0 0 626 3 0 0 25 0 1 0 1195497489 25358336 5842 1992294400 134512640 135243866 4294956256 18446744073709551615 134535475 0 0 4096 3 0 0 0 17 1 0 0
/proc/15430/statm: 6191 5842 80 178 0 6011 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24764

[startup+12.7012 s]
/proc/loadavg: 0.60 0.17 0.05 2/71 15431
/proc/meminfo: memFree=1600032/2055920 swapFree=4173148/4192956
[pid=15430] ppid=15428 vsize=21032 CPUtime=12.68
/proc/15430/stat : 15430 (minisat_static) R 15428 15430 15366 0 -1 4194304 5869 0 0 0 1265 3 0 0 25 0 1 0 1195497489 21536768 5121 1992294400 134512640 135243866 4294956256 18446744073709551615 134555857 0 0 4096 3 0 0 0 17 1 0 0
/proc/15430/statm: 5258 5121 87 178 0 5078 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 21032

[startup+25.5014 s]
/proc/loadavg: 0.66 0.19 0.06 2/71 15431
/proc/meminfo: memFree=1595680/2055920 swapFree=4173148/4192956
[pid=15430] ppid=15428 vsize=25668 CPUtime=25.48
/proc/15430/stat : 15430 (minisat_static) R 15428 15430 15366 0 -1 4194304 7014 0 0 0 2544 4 0 0 25 0 1 0 1195497489 26284032 6266 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15430/statm: 6417 6266 87 178 0 6237 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 25668

[startup+51.1019 s]
/proc/loadavg: 0.77 0.26 0.09 2/71 15431
/proc/meminfo: memFree=1588448/2055920 swapFree=4173148/4192956
[pid=15430] ppid=15428 vsize=33192 CPUtime=51.07
/proc/15430/stat : 15430 (minisat_static) R 15428 15430 15366 0 -1 4194304 8865 0 0 0 5101 6 0 0 25 0 1 0 1195497489 33988608 8117 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15430/statm: 8298 8117 87 178 0 8118 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 33192

[startup+102.307 s]
/proc/loadavg: 0.91 0.38 0.14 2/71 15431
/proc/meminfo: memFree=1575200/2055920 swapFree=4173148/4192956
[pid=15430] ppid=15428 vsize=46520 CPUtime=102.26
/proc/15430/stat : 15430 (minisat_static) R 15428 15430 15366 0 -1 4194304 12126 0 0 0 10217 9 0 0 25 0 1 0 1195497489 47636480 11378 1992294400 134512640 135243866 4294956256 18446744073709551615 134555740 0 0 4096 3 0 0 0 17 1 0 0
/proc/15430/statm: 11630 11378 87 178 0 11450 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 46520

[startup+162.302 s]
/proc/loadavg: 0.96 0.48 0.19 2/71 15431
/proc/meminfo: memFree=1563552/2055920 swapFree=4173148/4192956
[pid=15430] ppid=15428 vsize=58436 CPUtime=162.25
/proc/15430/stat : 15430 (minisat_static) R 15428 15430 15366 0 -1 4194304 15039 0 0 0 16211 14 0 0 25 0 1 0 1195497489 59838464 14291 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15430/statm: 14609 14291 87 178 0 14429 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 58436

[startup+222.302 s]
/proc/loadavg: 0.98 0.58 0.24 2/71 15431
/proc/meminfo: memFree=1556832/2055920 swapFree=4173148/4192956
[pid=15430] ppid=15428 vsize=65040 CPUtime=222.23
/proc/15430/stat : 15430 (minisat_static) R 15428 15430 15366 0 -1 4194304 16687 0 0 0 22207 16 0 0 25 0 1 0 1195497489 66600960 15939 1992294400 134512640 135243866 4294956256 18446744073709551615 134555869 0 0 4096 3 0 0 0 17 1 0 0
/proc/15430/statm: 16260 15939 87 178 0 16080 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 65040

[startup+282.302 s]
/proc/loadavg: 0.99 0.65 0.28 2/71 15431
/proc/meminfo: memFree=1548448/2055920 swapFree=4173148/4192956
[pid=15430] ppid=15428 vsize=73792 CPUtime=282.21
/proc/15430/stat : 15430 (minisat_static) R 15428 15430 15366 0 -1 4194304 18769 0 0 0 28204 17 0 0 25 0 1 0 1195497489 75563008 18021 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/15430/statm: 18448 18021 87 178 0 18268 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 73792

[startup+342.302 s]
/proc/loadavg: 0.99 0.71 0.32 2/71 15431
/proc/meminfo: memFree=1542752/2055920 swapFree=4173148/4192956
[pid=15430] ppid=15428 vsize=79700 CPUtime=342.19
/proc/15430/stat : 15430 (minisat_static) R 15428 15430 15366 0 -1 4194304 20176 0 0 0 34201 18 0 0 25 0 1 0 1195497489 81612800 19428 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15430/statm: 19925 19428 87 178 0 19745 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 79700

[startup+402.301 s]
/proc/loadavg: 1.04 0.77 0.37 2/71 15431
/proc/meminfo: memFree=1536416/2055920 swapFree=4173148/4192956
[pid=15430] ppid=15428 vsize=86100 CPUtime=402.18
/proc/15430/stat : 15430 (minisat_static) R 15428 15430 15366 0 -1 4194304 21735 0 0 0 40198 20 0 0 25 0 1 0 1195497489 88166400 20987 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15430/statm: 21525 20987 87 178 0 21345 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 86100

[startup+462.301 s]
/proc/loadavg: 1.05 0.83 0.41 2/71 15431
/proc/meminfo: memFree=1532000/2055920 swapFree=4173148/4192956
[pid=15430] ppid=15428 vsize=90380 CPUtime=462.17
/proc/15430/stat : 15430 (minisat_static) R 15428 15430 15366 0 -1 4194304 22827 0 0 0 46196 21 0 0 25 0 1 0 1195497489 92549120 22079 1992294400 134512640 135243866 4294956256 18446744073709551615 134555804 0 0 4096 3 0 0 0 17 1 0 0
/proc/15430/statm: 22595 22079 87 178 0 22415 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 90380

[startup+522.301 s]
/proc/loadavg: 1.06 0.87 0.45 2/71 15431
/proc/meminfo: memFree=1527648/2055920 swapFree=4173148/4192956
[pid=15430] ppid=15428 vsize=94816 CPUtime=522.15
/proc/15430/stat : 15430 (minisat_static) R 15428 15430 15366 0 -1 4194304 23911 0 0 0 52192 23 0 0 25 0 1 0 1195497489 97091584 23163 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/15430/statm: 23704 23163 87 178 0 23524 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 94816

[startup+582.301 s]
/proc/loadavg: 1.09 0.92 0.49 2/71 15431
/proc/meminfo: memFree=1523424/2055920 swapFree=4173148/4192956
[pid=15430] ppid=15428 vsize=98964 CPUtime=582.14
/proc/15430/stat : 15430 (minisat_static) R 15428 15430 15366 0 -1 4194304 24952 0 0 0 58190 24 0 0 25 0 1 0 1195497489 101339136 24204 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15430/statm: 24741 24204 87 178 0 24561 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 98964

[startup+642.302 s]
/proc/loadavg: 1.06 0.94 0.53 2/71 15431
/proc/meminfo: memFree=1519904/2055920 swapFree=4173148/4192956
[pid=15430] ppid=15428 vsize=102564 CPUtime=642.13
/proc/15430/stat : 15430 (minisat_static) R 15428 15430 15366 0 -1 4194304 25809 0 0 0 64188 25 0 0 25 0 1 0 1195497489 105025536 25061 1992294400 134512640 135243866 4294956256 18446744073709551615 134555834 0 0 4096 3 0 0 0 17 1 0 0
/proc/15430/statm: 25641 25061 87 178 0 25461 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 102564

[startup+702.302 s]
/proc/loadavg: 1.02 0.95 0.55 2/71 15431
/proc/meminfo: memFree=1516704/2055920 swapFree=4173148/4192956
[pid=15430] ppid=15428 vsize=106160 CPUtime=702.1
/proc/15430/stat : 15430 (minisat_static) R 15428 15430 15366 0 -1 4194304 26614 0 0 0 70184 26 0 0 25 0 1 0 1195497489 108707840 25866 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15430/statm: 26540 25866 87 178 0 26360 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 106160

[startup+762.307 s]
/proc/loadavg: 1.01 0.96 0.58 2/71 15431
/proc/meminfo: memFree=1513824/2055920 swapFree=4173148/4192956
[pid=15430] ppid=15428 vsize=108956 CPUtime=762.09
/proc/15430/stat : 15430 (minisat_static) R 15428 15430 15366 0 -1 4194304 27327 0 0 0 76182 27 0 0 25 0 1 0 1195497489 111570944 26579 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15430/statm: 27239 26579 87 178 0 27059 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 108956

[startup+822.302 s]
/proc/loadavg: 1.00 0.96 0.60 2/71 15431
/proc/meminfo: memFree=1511136/2055920 swapFree=4173148/4192956
[pid=15430] ppid=15428 vsize=111660 CPUtime=822.07
/proc/15430/stat : 15430 (minisat_static) R 15428 15430 15366 0 -1 4194304 27998 0 0 0 82179 28 0 0 25 0 1 0 1195497489 114339840 27250 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15430/statm: 27915 27250 87 178 0 27735 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 111660

[startup+882.303 s]
/proc/loadavg: 1.00 0.97 0.62 2/71 15431
/proc/meminfo: memFree=1508256/2055920 swapFree=4173148/4192956
[pid=15430] ppid=15428 vsize=114612 CPUtime=882.06
/proc/15430/stat : 15430 (minisat_static) R 15428 15430 15366 0 -1 4194304 28712 0 0 0 88177 29 0 0 25 0 1 0 1195497489 117362688 27964 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15430/statm: 28653 27964 87 178 0 28473 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 114612

[startup+942.302 s]
/proc/loadavg: 1.00 0.97 0.64 2/71 15431
/proc/meminfo: memFree=1504800/2055920 swapFree=4173148/4192956
[pid=15430] ppid=15428 vsize=118112 CPUtime=942.05
/proc/15430/stat : 15430 (minisat_static) R 15428 15430 15366 0 -1 4194304 29586 0 0 0 94174 31 0 0 25 0 1 0 1195497489 120946688 28838 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/15430/statm: 29528 28838 87 178 0 29348 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 118112

[startup+1002.3 s]
/proc/loadavg: 1.00 0.97 0.66 2/71 15431
/proc/meminfo: memFree=1501088/2055920 swapFree=4173148/4192956
[pid=15430] ppid=15428 vsize=121668 CPUtime=1002.04
/proc/15430/stat : 15430 (minisat_static) R 15428 15430 15366 0 -1 4194304 30502 0 0 0 100172 32 0 0 25 0 1 0 1195497489 124588032 29754 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15430/statm: 30417 29754 87 178 0 30237 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 121668

[startup+1062.3 s]
/proc/loadavg: 1.00 0.97 0.68 2/71 15431
/proc/meminfo: memFree=1497504/2055920 swapFree=4173148/4192956
[pid=15430] ppid=15428 vsize=125604 CPUtime=1062.02
/proc/15430/stat : 15430 (minisat_static) R 15428 15430 15366 0 -1 4194304 31406 0 0 0 106169 33 0 0 25 0 1 0 1195497489 128618496 30658 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15430/statm: 31401 30658 87 178 0 31221 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 125604

[startup+1122.3 s]
/proc/loadavg: 1.00 0.97 0.70 2/71 15431
/proc/meminfo: memFree=1494240/2055920 swapFree=4173148/4192956
[pid=15430] ppid=15428 vsize=128712 CPUtime=1122
/proc/15430/stat : 15430 (minisat_static) R 15428 15430 15366 0 -1 4194304 32191 0 0 0 112167 33 0 0 25 0 1 0 1195497489 131801088 31443 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15430/statm: 32178 31443 87 178 0 31998 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 128712

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 0.71 2/71 15431
/proc/meminfo: memFree=1491296/2055920 swapFree=4173148/4192956
[pid=15430] ppid=15428 vsize=131716 CPUtime=1181.99
/proc/15430/stat : 15430 (minisat_static) R 15428 15430 15366 0 -1 4194304 32924 0 0 0 118165 34 0 0 25 0 1 0 1195497489 134877184 32176 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15430/statm: 32929 32176 87 178 0 32749 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 131716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.97 0.72 2/71 15431
/proc/meminfo: memFree=1490272/2055920 swapFree=4173148/4192956
[pid=15430] ppid=15428 vsize=132640 CPUtime=1200.09
/proc/15430/stat : 15430 (minisat_static) R 15428 15430 15366 0 -1 4194304 33163 0 0 0 119974 35 0 0 25 0 1 0 1195497489 135823360 32415 1992294400 134512640 135243866 4294956256 18446744073709551615 134555804 0 0 4096 3 0 0 0 17 1 0 0
/proc/15430/statm: 33160 32415 87 178 0 32980 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 132640

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.43
CPU time (s): 1200.12
CPU user time (s): 1199.75
CPU system time (s): 0.373943
CPU usage (%): 99.9743
Max. virtual memory (cumulated for all children) (KiB): 132640

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

runsolver used 1.12283 second user time and 3.2555 second system time

The end

Launcher Data

Begin job on node36 at 2009-04-09 00:05:42
IDJOB=1592851
IDBENCH=71068
IDSOLVER=568
FILE ID=node36/1592851-1239228342
PBS_JOBID= 9113616
Free space on /tmp= 66480 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_12_UNSAT.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1592851-1239228342/watcher-1592851-1239228342 -o /tmp/evaluation-result-1592851-1239228342/solver-1592851-1239228342 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minisat_static HOME/instance-1592851-1239228342.cnf

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

MD5SUM BENCH= ecc4810d82e30597ea8451526243ec09
RANDOM SEED=391907184

node36.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:       1621256 kB
Buffers:         21920 kB
Cached:         338592 kB
SwapCached:       9068 kB
Active:          35292 kB
Inactive:       335732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1621256 kB
SwapTotal:     4192956 kB
SwapFree:      4173148 kB
Dirty:            5000 kB
Writeback:           0 kB
Mapped:          16188 kB
Slab:            49060 kB
Committed_AS:  3697752 kB
PageTables:       1876 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= 66480 MiB
End job on node36 at 2009-04-09 00:25:45