Trace number 1592871

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.07 1200.53

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_13_UNSAT.cnf
MD5SUMd4e16a803f6cd0903a2bd3e7157287b3
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 variables2730
Number of clauses271285
Sum of the clauses size809746
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24450
Number of clauses of size 3266804
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:  2730                                                 |
0.00/0.00	|  Number of clauses:    271285                                               |
0.19/0.20	|  Parsing time:         0.17         s                                       |
8.88/8.92	============================[ Search Statistics ]==============================
8.88/8.92	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.88/8.92	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.88/8.92	===============================================================================
8.88/8.92	|         0 |    1774   261748  1163191 |    87249        0    nan |  0.000 % |
8.88/8.98	|       100 |    1774   261748  1163191 |    95974      100     74 |  0.000 % |
8.98/9.07	|       252 |    1774   261748  1163191 |   105571      252     77 |  0.000 % |
9.08/9.17	|       478 |    1774   261748  1163191 |   116128      478     80 |  0.000 % |
9.29/9.33	|       817 |    1774   261748  1163191 |   127741      817     75 |  0.000 % |
9.49/9.52	|      1325 |    1774   261748  1163191 |   140515     1325     95 |  0.000 % |
9.80/9.88	|      2085 |    1774   261748  1163191 |   154567     2085     94 |  0.000 % |
10.39/10.44	|      3225 |    1774   261748  1163191 |   170024     3225    100 |  0.000 % |
11.29/11.37	|      4933 |    1774   261748  1163191 |   187026     4933    111 |  0.000 % |
12.29/12.33	|      7498 |    1774   261748  1163191 |   205729     7498    122 |  0.000 % |
14.79/14.89	|     11344 |    1774   261748  1163191 |   226302    11344    116 |  0.000 % |
21.38/21.47	|     17112 |    1774   261748  1163191 |   248932    17112    119 |  0.000 % |
31.88/31.91	|     25762 |    1774   261748  1163191 |   273825    25762    122 |  0.000 % |
53.77/53.84	|     38737 |    1774   261748  1163191 |   301208    38737    126 |  0.000 % |
85.35/85.40	|     58199 |    1774   261748  1163191 |   331329    58199    124 |  0.000 % |
122.84/122.93	|     87393 |    1774   261748  1163191 |   364462    87393    125 |  0.000 % |
188.32/188.45	|    131185 |    1774   261748  1163191 |   400908   131185    126 |  0.000 % |
400.94/401.11	|    196870 |    1774   261748  1163191 |   440999   196870    123 |  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-1592871-1239229325/watcher-1592871-1239229325 -o /tmp/evaluation-result-1592871-1239229325/solver-1592871-1239229325 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1592871-1239229325.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.99 0.97 0.69 3/73 20313
/proc/meminfo: memFree=1334240/2055920 swapFree=4170044/4192956
[pid=20313] ppid=20311 vsize=2348 CPUtime=0
/proc/20313/stat : 20313 (minisat_static) R 20311 20313 20221 0 -1 4194304 467 0 0 0 0 0 0 0 20 0 1 0 1195596440 2404352 453 1992294400 134512640 135243866 4294956256 18446744073709551615 134764927 0 0 4096 3 0 0 0 17 1 0 0
/proc/20313/statm: 587 460 65 178 0 407 0

[startup+0.0334539 s]
/proc/loadavg: 0.99 0.97 0.69 3/73 20313
/proc/meminfo: memFree=1334240/2055920 swapFree=4170044/4192956
[pid=20313] ppid=20311 vsize=4416 CPUtime=0.02
/proc/20313/stat : 20313 (minisat_static) R 20311 20313 20221 0 -1 4194304 957 0 0 0 2 0 0 0 20 0 1 0 1195596440 4521984 942 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/20313/statm: 1104 942 65 178 0 924 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4416

[startup+0.101469 s]
/proc/loadavg: 0.99 0.97 0.69 3/73 20313
/proc/meminfo: memFree=1334240/2055920 swapFree=4170044/4192956
[pid=20313] ppid=20311 vsize=9532 CPUtime=0.09
/proc/20313/stat : 20313 (minisat_static) R 20311 20313 20221 0 -1 4194304 2225 0 0 0 8 1 0 0 20 0 1 0 1195596440 9760768 2210 1992294400 134512640 135243866 4294956256 18446744073709551615 134547865 0 0 4096 3 0 0 0 17 1 0 0
/proc/20313/statm: 2383 2210 65 178 0 2203 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9532

[startup+0.301508 s]
/proc/loadavg: 0.99 0.97 0.69 3/73 20313
/proc/meminfo: memFree=1334240/2055920 swapFree=4170044/4192956
[pid=20313] ppid=20311 vsize=17520 CPUtime=0.29
/proc/20313/stat : 20313 (minisat_static) R 20311 20313 20221 0 -1 4194304 4191 0 0 0 26 3 0 0 22 0 1 0 1195596440 17940480 4176 1992294400 134512640 135243866 4294956256 18446744073709551615 134535587 0 0 4096 3 0 0 0 17 1 0 0
/proc/20313/statm: 4380 4176 80 178 0 4200 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17520

[startup+0.701589 s]
/proc/loadavg: 0.99 0.97 0.69 3/73 20313
/proc/meminfo: memFree=1334240/2055920 swapFree=4170044/4192956
[pid=20313] ppid=20311 vsize=17520 CPUtime=0.69
/proc/20313/stat : 20313 (minisat_static) R 20311 20313 20221 0 -1 4194304 4191 0 0 0 66 3 0 0 25 0 1 0 1195596440 17940480 4176 1992294400 134512640 135243866 4294956256 18446744073709551615 134535477 0 0 4096 3 0 0 0 17 1 0 0
/proc/20313/statm: 4380 4176 80 178 0 4200 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17520

[startup+1.50175 s]
/proc/loadavg: 0.99 0.97 0.69 2/74 20314
/proc/meminfo: memFree=1317784/2055920 swapFree=4170044/4192956
[pid=20313] ppid=20311 vsize=17520 CPUtime=1.49
/proc/20313/stat : 20313 (minisat_static) R 20311 20313 20221 0 -1 4194304 4191 0 0 0 146 3 0 0 25 0 1 0 1195596440 17940480 4176 1992294400 134512640 135243866 4294956256 18446744073709551615 134535587 0 0 4096 3 0 0 0 17 1 0 0
/proc/20313/statm: 4380 4176 80 178 0 4200 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17520

[startup+3.10107 s]
/proc/loadavg: 0.99 0.97 0.69 2/74 20314
/proc/meminfo: memFree=1317592/2055920 swapFree=4170044/4192956
[pid=20313] ppid=20311 vsize=19524 CPUtime=3.09
/proc/20313/stat : 20313 (minisat_static) R 20311 20313 20221 0 -1 4194304 4709 0 0 0 306 3 0 0 25 0 1 0 1195596440 19992576 4694 1992294400 134512640 135243866 4294956256 18446744073709551615 134535587 0 0 4096 3 0 0 0 17 1 0 0
/proc/20313/statm: 4881 4694 80 178 0 4701 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19524

[startup+6.30172 s]
/proc/loadavg: 0.99 0.97 0.69 2/74 20314
/proc/meminfo: memFree=1308632/2055920 swapFree=4170044/4192956
[pid=20313] ppid=20311 vsize=26752 CPUtime=6.29
/proc/20313/stat : 20313 (minisat_static) R 20311 20313 20221 0 -1 4194304 6424 0 0 0 626 3 0 0 25 0 1 0 1195596440 27394048 6409 1992294400 134512640 135243866 4294956256 18446744073709551615 134535728 0 0 4096 3 0 0 0 17 1 0 0
/proc/20313/statm: 6688 6409 80 178 0 6508 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26752

[startup+12.702 s]
/proc/loadavg: 0.99 0.97 0.70 2/74 20314
/proc/meminfo: memFree=1310808/2055920 swapFree=4170044/4192956
[pid=20313] ppid=20311 vsize=23900 CPUtime=12.69
/proc/20313/stat : 20313 (minisat_static) R 20311 20313 20221 0 -1 4194304 6436 0 0 0 1265 4 0 0 25 0 1 0 1195596440 24473600 5854 1992294400 134512640 135243866 4294956256 18446744073709551615 134555804 0 0 4096 3 0 0 0 17 1 0 0
/proc/20313/statm: 5975 5854 87 178 0 5795 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 23900

[startup+25.5016 s]
/proc/loadavg: 0.99 0.97 0.70 2/74 20314
/proc/meminfo: memFree=1306648/2055920 swapFree=4170044/4192956
[pid=20313] ppid=20311 vsize=28444 CPUtime=25.48
/proc/20313/stat : 20313 (minisat_static) R 20311 20313 20221 0 -1 4194304 7551 0 0 0 2543 5 0 0 25 0 1 0 1195596440 29126656 6969 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/20313/statm: 7111 6969 87 178 0 6931 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 28444

[startup+51.1018 s]
/proc/loadavg: 0.99 0.97 0.71 2/74 20314
/proc/meminfo: memFree=1297176/2055920 swapFree=4170044/4192956
[pid=20313] ppid=20311 vsize=37876 CPUtime=51.07
/proc/20313/stat : 20313 (minisat_static) R 20311 20313 20221 0 -1 4194304 9934 0 0 0 5099 8 0 0 25 0 1 0 1195596440 38785024 9352 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/20313/statm: 9469 9352 87 178 0 9289 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 37876

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.72 2/74 20314
/proc/meminfo: memFree=1279960/2055920 swapFree=4170044/4192956
[pid=20313] ppid=20311 vsize=55088 CPUtime=102.25
/proc/20313/stat : 20313 (minisat_static) R 20311 20313 20221 0 -1 4194304 14183 0 0 0 10211 14 0 0 25 0 1 0 1195596440 56410112 13601 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/20313/statm: 13772 13601 87 178 0 13592 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 55088

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.74 2/74 20314
/proc/meminfo: memFree=1257752/2055920 swapFree=4170044/4192956
[pid=20313] ppid=20311 vsize=77524 CPUtime=162.22
/proc/20313/stat : 20313 (minisat_static) R 20311 20313 20221 0 -1 4194304 19760 0 0 0 16203 19 0 0 25 0 1 0 1195596440 79384576 19178 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/20313/statm: 19381 19178 87 178 0 19201 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 77524

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.75 2/74 20314
/proc/meminfo: memFree=1238744/2055920 swapFree=4170044/4192956
[pid=20313] ppid=20311 vsize=96680 CPUtime=222.2
/proc/20313/stat : 20313 (minisat_static) R 20311 20313 20221 0 -1 4194304 24479 0 0 0 22197 23 0 0 25 0 1 0 1195596440 99000320 23897 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/20313/statm: 24170 23897 87 178 0 23990 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 96680

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.76 2/74 20314
/proc/meminfo: memFree=1229016/2055920 swapFree=4170044/4192956
[pid=20313] ppid=20311 vsize=106680 CPUtime=282.18
/proc/20313/stat : 20313 (minisat_static) R 20311 20313 20221 0 -1 4194304 26946 0 0 0 28192 26 0 0 25 0 1 0 1195596440 109240320 26364 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/20313/statm: 26670 26364 87 178 0 26490 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 106680

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.77 2/74 20314
/proc/meminfo: memFree=1219288/2055920 swapFree=4170044/4192956
[pid=20313] ppid=20311 vsize=116212 CPUtime=342.16
/proc/20313/stat : 20313 (minisat_static) R 20311 20313 20221 0 -1 4194304 29343 0 0 0 34187 29 0 0 25 0 1 0 1195596440 119001088 28761 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/20313/statm: 29053 28761 87 178 0 28873 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 116212

[startup+402.303 s]
/proc/loadavg: 0.99 0.97 0.78 2/74 20314
/proc/meminfo: memFree=1212184/2055920 swapFree=4170044/4192956
[pid=20313] ppid=20311 vsize=123332 CPUtime=402.14
/proc/20313/stat : 20313 (minisat_static) R 20311 20313 20221 0 -1 4194304 31117 0 0 0 40183 31 0 0 25 0 1 0 1195596440 126291968 30535 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/20313/statm: 30833 30535 87 178 0 30653 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 123332

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.79 2/74 20314
/proc/meminfo: memFree=1202968/2055920 swapFree=4170044/4192956
[pid=20313] ppid=20311 vsize=133144 CPUtime=462.11
/proc/20313/stat : 20313 (minisat_static) R 20311 20313 20221 0 -1 4194304 33426 0 0 0 46179 32 0 0 25 0 1 0 1195596440 136339456 32836 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/20313/statm: 33286 32836 87 178 0 33106 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 133144

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.81 2/74 20314
/proc/meminfo: memFree=1199512/2055920 swapFree=4170044/4192956
[pid=20313] ppid=20311 vsize=136804 CPUtime=522.09
/proc/20313/stat : 20313 (minisat_static) R 20311 20313 20221 0 -1 4194304 34333 0 0 0 52176 33 0 0 25 0 1 0 1195596440 140087296 33695 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/20313/statm: 34201 33695 87 178 0 34021 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 136804

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.82 2/74 20314
/proc/meminfo: memFree=1196504/2055920 swapFree=4170044/4192956
[pid=20313] ppid=20311 vsize=139808 CPUtime=582.07
/proc/20313/stat : 20313 (minisat_static) R 20311 20313 20221 0 -1 4194304 35072 0 0 0 58173 34 0 0 25 0 1 0 1195596440 143163392 34434 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/20313/statm: 34952 34434 87 178 0 34772 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 139808

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.82 2/74 20314
/proc/meminfo: memFree=1194200/2055920 swapFree=4170044/4192956
[pid=20313] ppid=20311 vsize=142060 CPUtime=642.05
/proc/20313/stat : 20313 (minisat_static) R 20311 20313 20221 0 -1 4194304 35633 0 0 0 64171 34 0 0 25 0 1 0 1195596440 145469440 34995 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/20313/statm: 35515 34995 87 178 0 35335 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 142060

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.83 2/74 20314
/proc/meminfo: memFree=1191768/2055920 swapFree=4170044/4192956
[pid=20313] ppid=20311 vsize=144472 CPUtime=702.02
/proc/20313/stat : 20313 (minisat_static) R 20311 20313 20221 0 -1 4194304 36233 0 0 0 70167 35 0 0 25 0 1 0 1195596440 147939328 35595 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/20313/statm: 36118 35595 87 178 0 35938 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 144472

[startup+762.307 s]
/proc/loadavg: 0.99 0.97 0.84 2/74 20314
/proc/meminfo: memFree=1189464/2055920 swapFree=4170044/4192956
[pid=20313] ppid=20311 vsize=146716 CPUtime=762.01
/proc/20313/stat : 20313 (minisat_static) R 20311 20313 20221 0 -1 4194304 36807 0 0 0 76165 36 0 0 25 0 1 0 1195596440 150237184 36169 1992294400 134512640 135243866 4294956256 18446744073709551615 134555822 0 0 4096 3 0 0 0 17 1 0 0
/proc/20313/statm: 36679 36169 87 178 0 36499 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 146716

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.84 2/74 20314
/proc/meminfo: memFree=1187416/2055920 swapFree=4170044/4192956
[pid=20313] ppid=20311 vsize=148816 CPUtime=821.97
/proc/20313/stat : 20313 (minisat_static) R 20311 20313 20221 0 -1 4194304 37323 0 0 0 82161 36 0 0 25 0 1 0 1195596440 152387584 36685 1992294400 134512640 135243866 4294956256 18446744073709551615 134555822 0 0 4096 3 0 0 0 17 1 0 0
/proc/20313/statm: 37204 36685 87 178 0 37024 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 148816

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.85 2/74 20314
/proc/meminfo: memFree=1185560/2055920 swapFree=4170044/4192956
[pid=20313] ppid=20311 vsize=150664 CPUtime=881.95
/proc/20313/stat : 20313 (minisat_static) R 20311 20313 20221 0 -1 4194304 37784 0 0 0 88158 37 0 0 25 0 1 0 1195596440 154279936 37146 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/20313/statm: 37666 37146 87 178 0 37486 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 150664

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.85 2/74 20314
/proc/meminfo: memFree=1182424/2055920 swapFree=4170044/4192956
[pid=20313] ppid=20311 vsize=153872 CPUtime=941.93
/proc/20313/stat : 20313 (minisat_static) R 20311 20313 20221 0 -1 4194304 38569 0 0 0 94155 38 0 0 25 0 1 0 1195596440 157564928 37931 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/20313/statm: 38468 37931 87 178 0 38288 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 153872

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.86 2/74 20314
/proc/meminfo: memFree=1180184/2055920 swapFree=4170044/4192956
[pid=20313] ppid=20311 vsize=156192 CPUtime=1001.91
/proc/20313/stat : 20313 (minisat_static) R 20311 20313 20221 0 -1 4194304 39128 0 0 0 100153 38 0 0 25 0 1 0 1195596440 159940608 38490 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/20313/statm: 39048 38490 87 178 0 38868 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 156192

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.87 2/74 20314
/proc/meminfo: memFree=1178584/2055920 swapFree=4170044/4192956
[pid=20313] ppid=20311 vsize=157844 CPUtime=1061.88
/proc/20313/stat : 20313 (minisat_static) R 20311 20313 20221 0 -1 4194304 39527 0 0 0 106150 38 0 0 25 0 1 0 1195596440 161632256 38889 1992294400 134512640 135243866 4294956256 18446744073709551615 134555804 0 0 4096 3 0 0 0 17 1 0 0
/proc/20313/statm: 39461 38889 87 178 0 39281 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 157844

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.87 2/74 20314
/proc/meminfo: memFree=1176920/2055920 swapFree=4170044/4192956
[pid=20313] ppid=20311 vsize=159428 CPUtime=1121.87
/proc/20313/stat : 20313 (minisat_static) R 20311 20313 20221 0 -1 4194304 39937 0 0 0 112148 39 0 0 25 0 1 0 1195596440 163254272 39299 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/20313/statm: 39857 39299 87 178 0 39677 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 159428

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.88 2/74 20314
/proc/meminfo: memFree=1174616/2055920 swapFree=4170044/4192956
[pid=20313] ppid=20311 vsize=161924 CPUtime=1181.84
/proc/20313/stat : 20313 (minisat_static) R 20311 20313 20221 0 -1 4194304 40525 0 0 0 118145 39 0 0 25 0 1 0 1195596440 165810176 39887 1992294400 134512640 135243866 4294956256 18446744073709551615 134555822 0 0 4096 3 0 0 0 17 1 0 0
/proc/20313/statm: 40481 39887 87 178 0 40301 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 161924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.88 2/74 20314
/proc/meminfo: memFree=1173528/2055920 swapFree=4170044/4192956
[pid=20313] ppid=20311 vsize=162864 CPUtime=1200.03
/proc/20313/stat : 20313 (minisat_static) R 20311 20313 20221 0 -1 4194304 40778 0 0 0 119964 39 0 0 25 0 1 0 1195596440 166772736 40140 1992294400 134512640 135243866 4294956256 18446744073709551615 134555822 0 0 4096 3 0 0 0 17 1 0 0
/proc/20313/statm: 40716 40140 87 178 0 40536 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 162864

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.88 2/74 20314
/proc/meminfo: memFree=1173528/2055920 swapFree=4170044/4192956
[pid=20313] ppid=20311 vsize=162864 CPUtime=1200.03
/proc/20313/stat : 20313 (minisat_static) R 20311 20313 20221 0 -1 4194304 40778 0 0 0 119964 39 0 0 25 0 1 0 1195596440 166772736 40140 1992294400 134512640 135243866 4294956256 18446744073709551615 134555822 0 0 4096 3 0 0 0 17 1 0 0
/proc/20313/statm: 40716 40140 87 178 0 40536 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 162864

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.07
CPU user time (s): 1199.65
CPU system time (s): 0.422935
CPU usage (%): 99.9618
Max. virtual memory (cumulated for all children) (KiB): 162864

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

runsolver used 1.3058 second user time and 3.07353 second system time

The end

Launcher Data

Begin job on node80 at 2009-04-09 00:22:05
IDJOB=1592871
IDBENCH=71088
IDSOLVER=568
FILE ID=node80/1592871-1239229325
PBS_JOBID= 9113595
Free space on /tmp= 66556 MiB

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

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

MD5SUM BENCH= d4e16a803f6cd0903a2bd3e7157287b3
RANDOM SEED=1298457561

node80.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.263
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.263
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1334720 kB
Buffers:         77872 kB
Cached:         550252 kB
SwapCached:      14544 kB
Active:         305544 kB
Inactive:       339008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1334720 kB
SwapTotal:     4192956 kB
SwapFree:      4170044 kB
Dirty:            5452 kB
Writeback:           0 kB
Mapped:          22040 kB
Slab:            61744 kB
Committed_AS:  3268536 kB
PageTables:       2008 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= 66556 MiB
End job on node80 at 2009-04-09 00:42:08