Trace number 1577684

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
march_hi hi? (TO) 1200.19 1200.8

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L60_coli.sat.cnf
MD5SUM38736d508aa4b137792e18ad6998c963
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark24.6163
Satisfiable
(Un)Satisfiability was proved
Number of variables187517
Number of clauses863483
Sum of the clauses size2483339
Maximum clause length11
Minimum clause length1
Number of clauses of size 121277
Number of clauses of size 2246837
Number of clauses of size 3445608
Number of clauses of size 4118315
Number of clauses of size 531267
Number of clauses of size over 5179

Solver Data

166.30/166.46	c main():: ***                                   [ march satisfiability solver ]                                   ***
166.30/166.46	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
166.30/166.46	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
166.30/166.46	c main()::
166.30/166.46	c initFormula():: searching for DIMACS p-line....
166.30/166.46	c initFormula():: the DIMACS p-line indicates a CNF of 187517 variables and 863483 clauses.
166.30/166.46	c parseCNF():: parsing....
166.30/166.46	c parseCNF():: the CNF contains 21277 unary clauses.
166.30/166.46	c runParser():: parsing was successful, warming up engines...
166.30/166.46	c find_and_remove_tautogolies():: found and removed 23373 tautologies
166.30/166.46	c find_and_remove_tautogolies():: found and removed 44 tautologies
166.30/166.46	c simplify_formula():: removed 42885 tautological, 219204 satisfied and 920 duplicate clauses
166.30/166.46	c preprocessing fase I completed:: there are now 117786 free variables and 600474 clauses.
166.30/166.46	c stat :: sign balance is biased by 0.747
166.30/166.46	c using k-SAT heuristics (size based diff)
166.30/166.46	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
166.30/166.46	c find_and_remove_tautogolies():: found and removed 3 tautologies
166.30/166.46	c simplify_formula():: removed 18 tautological, 6 satisfied and 8605331 duplicate clauses
166.30/166.46	c resolvent_look() :: found 3228064 resolvents
166.30/166.46	c main():: clause / variable ratio: ( 3828538 / 187517 ) = 20.42
166.30/166.46	c longest clause has size 11
166.30/166.46	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
166.30/166.46	c number of free variables = 117783
166.30/166.46	c dynamic_preselect_setsize :: off
166.30/166.46	c main():: all systems go!
166.30/166.46	c |----------------------------------------------------------------|

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-1577684-1241003749/watcher-1577684-1241003749 -o /tmp/evaluation-result-1577684-1241003749/solver-1577684-1241003749 -C 1200 -W 1800 -M 1800 HOME/march_hi HOME/instance-1577684-1241003749.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.92 0.98 1.07 3/64 2232
/proc/meminfo: memFree=787392/2055920 swapFree=4180504/4192956
[pid=2232] ppid=2230 vsize=4948 CPUtime=0
/proc/2232/stat : 2232 (march_hi) R 2230 2232 1916 0 -1 4194304 818 0 0 0 0 0 0 0 18 0 1 0 128399418 5066752 803 1992294400 134512640 135197378 4294956224 18446744073709551615 134568349 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 1237 809 57 167 0 1068 0

[startup+0.0849049 s]
/proc/loadavg: 0.92 0.98 1.07 3/64 2232
/proc/meminfo: memFree=787392/2055920 swapFree=4180504/4192956
[pid=2232] ppid=2230 vsize=22836 CPUtime=0.08
/proc/2232/stat : 2232 (march_hi) R 2230 2232 1916 0 -1 4194304 4611 0 0 0 6 2 0 0 18 0 1 0 128399418 23384064 4596 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 5709 4596 57 167 0 5540 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 22836

[startup+0.101907 s]
/proc/loadavg: 0.92 0.98 1.07 3/64 2232
/proc/meminfo: memFree=787392/2055920 swapFree=4180504/4192956
[pid=2232] ppid=2230 vsize=23100 CPUtime=0.09
/proc/2232/stat : 2232 (march_hi) R 2230 2232 1916 0 -1 4194304 4677 0 0 0 7 2 0 0 18 0 1 0 128399418 23654400 4662 1992294400 134512640 135197378 4294956224 18446744073709551615 134568882 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 5775 4662 57 167 0 5606 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23100

[startup+0.301934 s]
/proc/loadavg: 0.92 0.98 1.07 3/64 2232
/proc/meminfo: memFree=787392/2055920 swapFree=4180504/4192956
[pid=2232] ppid=2230 vsize=25608 CPUtime=0.29
/proc/2232/stat : 2232 (march_hi) R 2230 2232 1916 0 -1 4194304 5440 0 0 0 27 2 0 0 20 0 1 0 128399418 26222592 5425 1992294400 134512640 135197378 4294956224 18446744073709551615 134697335 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 6402 5425 57 167 0 6233 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25608

[startup+0.701991 s]
/proc/loadavg: 0.92 0.98 1.07 3/64 2232
/proc/meminfo: memFree=787392/2055920 swapFree=4180504/4192956
[pid=2232] ppid=2230 vsize=30492 CPUtime=0.69
/proc/2232/stat : 2232 (march_hi) R 2230 2232 1916 0 -1 4194304 6940 0 0 0 65 4 0 0 24 0 1 0 128399418 31223808 6925 1992294400 134512640 135197378 4294956224 18446744073709551615 134849602 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 7623 6925 57 167 0 7454 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30492

[startup+1.50111 s]
/proc/loadavg: 0.92 0.98 1.07 2/65 2233
/proc/meminfo: memFree=755512/2055920 swapFree=4180504/4192956
[pid=2232] ppid=2230 vsize=90756 CPUtime=1.49
/proc/2232/stat : 2232 (march_hi) R 2230 2232 1916 0 -1 4194304 16941 0 0 0 140 9 0 0 25 0 1 0 128399418 92934144 15814 1992294400 134512640 135197378 4294956224 18446744073709551615 134694952 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 22689 15814 61 167 0 22520 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90756

[startup+3.10133 s]
/proc/loadavg: 0.92 0.98 1.07 2/65 2233
/proc/meminfo: memFree=725176/2055920 swapFree=4180504/4192956
[pid=2232] ppid=2230 vsize=104184 CPUtime=3.09
/proc/2232/stat : 2232 (march_hi) R 2230 2232 1916 0 -1 4194304 23289 0 0 0 296 13 0 0 25 0 1 0 128399418 106684416 19284 1992294400 134512640 135197378 4294956224 18446744073709551615 134691599 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 26046 19284 65 167 0 25877 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 104184

[startup+6.30178 s]
/proc/loadavg: 1.01 1.00 1.08 2/65 2233
/proc/meminfo: memFree=721280/2055920 swapFree=4180504/4192956
[pid=2232] ppid=2230 vsize=94472 CPUtime=6.29
/proc/2232/stat : 2232 (march_hi) R 2230 2232 1916 0 -1 4194304 31177 0 0 0 612 17 0 0 25 0 1 0 128399418 96739328 16136 1992294400 134512640 135197378 4294956224 18446744073709551615 134560764 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 23618 16136 66 167 0 23449 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 94472

[startup+12.7027 s]
/proc/loadavg: 1.01 1.00 1.08 2/65 2233
/proc/meminfo: memFree=705536/2055920 swapFree=4180504/4192956
[pid=2232] ppid=2230 vsize=111804 CPUtime=12.69
/proc/2232/stat : 2232 (march_hi) R 2230 2232 1916 0 -1 4194304 58925 0 0 0 1240 29 0 0 25 0 1 0 128399418 114487296 20848 1992294400 134512640 135197378 4294956224 18446744073709551615 134578135 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 27951 20848 80 167 0 27782 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 111804

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 2233
/proc/meminfo: memFree=662592/2055920 swapFree=4180504/4192956
[pid=2232] ppid=2230 vsize=168076 CPUtime=25.47
/proc/2232/stat : 2232 (march_hi) R 2230 2232 1916 0 -1 4194304 69619 0 0 0 2514 33 0 0 25 0 1 0 128399418 172109824 31542 1992294400 134512640 135197378 4294956224 18446744073709551615 134539469 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 42019 31542 80 167 0 41850 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 168076

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 2233
/proc/meminfo: memFree=619776/2055920 swapFree=4180504/4192956
[pid=2232] ppid=2230 vsize=199228 CPUtime=51.05
/proc/2232/stat : 2232 (march_hi) R 2230 2232 1916 0 -1 4194304 80241 0 0 0 5067 38 0 0 25 0 1 0 128399418 204009472 42164 1992294400 134512640 135197378 4294956224 18446744073709551615 134578131 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 49807 42164 80 167 0 49638 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 199228

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 2233
/proc/meminfo: memFree=563584/2055920 swapFree=4180504/4192956
[pid=2232] ppid=2230 vsize=272520 CPUtime=102.24
/proc/2232/stat : 2232 (march_hi) R 2230 2232 1916 0 -1 4194304 94046 0 0 0 10180 44 0 0 25 0 1 0 128399418 279060480 55969 1992294400 134512640 135197378 4294956224 18446744073709551615 134539471 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 68130 55969 80 167 0 67961 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 272520

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 2233
/proc/meminfo: memFree=257664/2055920 swapFree=4180504/4192956
[pid=2232] ppid=2230 vsize=855768 CPUtime=162.2
/proc/2232/stat : 2232 (march_hi) R 2230 2232 1916 0 -1 4194304 281987 0 0 0 16093 127 0 0 25 0 1 0 128399418 876306432 132923 1992294400 134512640 135197378 4294956224 18446744073709551615 134565251 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 213942 132923 87 167 0 213773 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 855768

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 2233
/proc/meminfo: memFree=144064/2055920 swapFree=4180504/4192956
[pid=2232] ppid=2230 vsize=870096 CPUtime=222.18
/proc/2232/stat : 2232 (march_hi) R 2230 2232 1916 0 -1 4194304 311876 0 0 0 22079 139 0 0 25 0 1 0 128399418 890978304 160575 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 217524 160575 92 167 0 217355 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 870096

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 2233
/proc/meminfo: memFree=142464/2055920 swapFree=4180504/4192956
[pid=2232] ppid=2230 vsize=870140 CPUtime=282.15
/proc/2232/stat : 2232 (march_hi) R 2230 2232 1916 0 -1 4194304 312280 0 0 0 28076 139 0 0 25 0 1 0 128399418 891023360 160979 1992294400 134512640 135197378 4294956224 18446744073709551615 134572901 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 217535 160979 92 167 0 217366 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 870140

[startup+342.301 s]
/proc/loadavg: 1.08 1.02 1.05 2/65 2233
/proc/meminfo: memFree=142400/2055920 swapFree=4180504/4192956
[pid=2232] ppid=2230 vsize=870140 CPUtime=342.12
/proc/2232/stat : 2232 (march_hi) R 2230 2232 1916 0 -1 4194304 312288 0 0 0 34073 139 0 0 25 0 1 0 128399418 891023360 160987 1992294400 134512640 135197378 4294956224 18446744073709551615 134713215 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 217535 160987 92 167 0 217366 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 870140

[startup+402.302 s]
/proc/loadavg: 1.15 1.04 1.06 2/65 2233
/proc/meminfo: memFree=142400/2055920 swapFree=4180504/4192956
[pid=2232] ppid=2230 vsize=870140 CPUtime=402.1
/proc/2232/stat : 2232 (march_hi) R 2230 2232 1916 0 -1 4194304 312290 0 0 0 40071 139 0 0 25 0 1 0 128399418 891023360 160989 1992294400 134512640 135197378 4294956224 18446744073709551615 134541522 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 217535 160989 92 167 0 217366 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 870140

[startup+462.301 s]
/proc/loadavg: 1.12 1.05 1.06 2/65 2233
/proc/meminfo: memFree=142400/2055920 swapFree=4180504/4192956
[pid=2232] ppid=2230 vsize=870140 CPUtime=462.07
/proc/2232/stat : 2232 (march_hi) R 2230 2232 1916 0 -1 4194304 312294 0 0 0 46068 139 0 0 25 0 1 0 128399418 891023360 160993 1992294400 134512640 135197378 4294956224 18446744073709551615 134570914 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 217535 160993 92 167 0 217366 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 870140

[startup+522.302 s]
/proc/loadavg: 1.04 1.04 1.05 2/65 2233
/proc/meminfo: memFree=142400/2055920 swapFree=4180504/4192956
[pid=2232] ppid=2230 vsize=870140 CPUtime=522.03
/proc/2232/stat : 2232 (march_hi) R 2230 2232 1916 0 -1 4194304 312294 0 0 0 52064 139 0 0 25 0 1 0 128399418 891023360 160993 1992294400 134512640 135197378 4294956224 18446744073709551615 134570918 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 217535 160993 92 167 0 217366 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 870140

[startup+582.301 s]
/proc/loadavg: 1.01 1.03 1.04 2/65 2233
/proc/meminfo: memFree=142400/2055920 swapFree=4180504/4192956
[pid=2232] ppid=2230 vsize=870140 CPUtime=582.01
/proc/2232/stat : 2232 (march_hi) R 2230 2232 1916 0 -1 4194304 312294 0 0 0 58061 140 0 0 25 0 1 0 128399418 891023360 160993 1992294400 134512640 135197378 4294956224 18446744073709551615 134572901 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 217535 160993 92 167 0 217366 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 870140

[startup+642.302 s]
/proc/loadavg: 1.00 1.02 1.04 2/65 2233
/proc/meminfo: memFree=142400/2055920 swapFree=4180504/4192956
[pid=2232] ppid=2230 vsize=870140 CPUtime=641.98
/proc/2232/stat : 2232 (march_hi) R 2230 2232 1916 0 -1 4194304 312294 0 0 0 64058 140 0 0 25 0 1 0 128399418 891023360 160993 1992294400 134512640 135197378 4294956224 18446744073709551615 134590543 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 217535 160993 92 167 0 217366 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 870140

[startup+702.301 s]
/proc/loadavg: 1.00 1.02 1.03 2/65 2233
/proc/meminfo: memFree=142336/2055920 swapFree=4180504/4192956
[pid=2232] ppid=2230 vsize=870140 CPUtime=701.95
/proc/2232/stat : 2232 (march_hi) R 2230 2232 1916 0 -1 4194304 312294 0 0 0 70055 140 0 0 25 0 1 0 128399418 891023360 160993 1992294400 134512640 135197378 4294956224 18446744073709551615 134572865 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 217535 160993 92 167 0 217366 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 870140

[startup+762.306 s]
/proc/loadavg: 1.00 1.01 1.03 2/65 2233
/proc/meminfo: memFree=142336/2055920 swapFree=4180504/4192956
[pid=2232] ppid=2230 vsize=870140 CPUtime=761.92
/proc/2232/stat : 2232 (march_hi) R 2230 2232 1916 0 -1 4194304 312294 0 0 0 76052 140 0 0 25 0 1 0 128399418 891023360 160993 1992294400 134512640 135197378 4294956224 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 217535 160993 92 167 0 217366 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 870140

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 2233
/proc/meminfo: memFree=142336/2055920 swapFree=4180504/4192956
[pid=2232] ppid=2230 vsize=870140 CPUtime=821.88
/proc/2232/stat : 2232 (march_hi) R 2230 2232 1916 0 -1 4194304 312294 0 0 0 82048 140 0 0 25 0 1 0 128399418 891023360 160993 1992294400 134512640 135197378 4294956224 18446744073709551615 134541425 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 217535 160993 92 167 0 217366 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 870140

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 2233
/proc/meminfo: memFree=142336/2055920 swapFree=4180504/4192956
[pid=2232] ppid=2230 vsize=870140 CPUtime=881.85
/proc/2232/stat : 2232 (march_hi) R 2230 2232 1916 0 -1 4194304 312294 0 0 0 88045 140 0 0 25 0 1 0 128399418 891023360 160993 1992294400 134512640 135197378 4294956224 18446744073709551615 134649523 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 217535 160993 92 167 0 217366 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 870140

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 2233
/proc/meminfo: memFree=142336/2055920 swapFree=4180504/4192956
[pid=2232] ppid=2230 vsize=870140 CPUtime=941.82
/proc/2232/stat : 2232 (march_hi) R 2230 2232 1916 0 -1 4194304 312295 0 0 0 94042 140 0 0 25 0 1 0 128399418 891023360 160994 1992294400 134512640 135197378 4294956224 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 217535 160994 92 167 0 217366 0
Current children cumulated CPU time (s) 941.82
Current children cumulated vsize (KiB) 870140

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2233
/proc/meminfo: memFree=142336/2055920 swapFree=4180504/4192956
[pid=2232] ppid=2230 vsize=870152 CPUtime=1001.8
/proc/2232/stat : 2232 (march_hi) R 2230 2232 1916 0 -1 4194304 312299 0 0 0 100040 140 0 0 25 0 1 0 128399418 891035648 160998 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 217538 160998 92 167 0 217369 0
Current children cumulated CPU time (s) 1001.8
Current children cumulated vsize (KiB) 870152

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2233
/proc/meminfo: memFree=142336/2055920 swapFree=4180504/4192956
[pid=2232] ppid=2230 vsize=870152 CPUtime=1061.75
/proc/2232/stat : 2232 (march_hi) R 2230 2232 1916 0 -1 4194304 312301 0 0 0 106035 140 0 0 25 0 1 0 128399418 891035648 161000 1992294400 134512640 135197378 4294956224 18446744073709551615 134572865 0 0 4096 0 0 0 0 17 1 0 0
/proc/2232/statm: 217538 161000 92 167 0 217369 0
Current children cumulated CPU time (s) 1061.75
Current children cumulated vsize (KiB) 870152

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2233
/proc/meminfo: memFree=142336/2055920 swapFree=4180504/4192956
[pid=2232] ppid=2230 vsize=870152 CPUtime=1121.71
/proc/2232/stat : 2232 (march_hi) R 2230 2232 1916 0 -1 4194304 312301 0 0 0 112031 140 0 0 25 0 1 0 128399418 891035648 161000 1992294400 134512640 135197378 4294956224 18446744073709551615 134541450 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 217538 161000 92 167 0 217369 0
Current children cumulated CPU time (s) 1121.71
Current children cumulated vsize (KiB) 870152

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2233
/proc/meminfo: memFree=142336/2055920 swapFree=4180504/4192956
[pid=2232] ppid=2230 vsize=870152 CPUtime=1181.69
/proc/2232/stat : 2232 (march_hi) R 2230 2232 1916 0 -1 4194304 312301 0 0 0 118029 140 0 0 25 0 1 0 128399418 891035648 161000 1992294400 134512640 135197378 4294956224 18446744073709551615 134597423 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 217538 161000 92 167 0 217369 0
Current children cumulated CPU time (s) 1181.69
Current children cumulated vsize (KiB) 870152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2233
/proc/meminfo: memFree=142336/2055920 swapFree=4180504/4192956
[pid=2232] ppid=2230 vsize=870152 CPUtime=1200.08
/proc/2232/stat : 2232 (march_hi) R 2230 2232 1916 0 -1 4194304 312301 0 0 0 119868 140 0 0 25 0 1 0 128399418 891035648 161000 1992294400 134512640 135197378 4294956224 18446744073709551615 134602871 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 217538 161000 92 167 0 217369 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 870152

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

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

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2233
/proc/meminfo: memFree=142336/2055920 swapFree=4180504/4192956
[pid=2232] ppid=2230 vsize=870152 CPUtime=1200.08
/proc/2232/stat : 2232 (march_hi) R 2230 2232 1916 0 -1 4194304 312301 0 0 0 119868 140 0 0 25 0 1 0 128399418 891035648 161000 1992294400 134512640 135197378 4294956224 18446744073709551615 134602871 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 217538 161000 92 167 0 217369 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 870152

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.8
CPU time (s): 1200.19
CPU user time (s): 1198.69
CPU system time (s): 1.50377
CPU usage (%): 99.9491
Max. virtual memory (cumulated for all children) (KiB): 870152

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

runsolver used 1.15482 second user time and 3.22251 second system time

The end

Launcher Data

Begin job on node49 at 2009-04-29 13:15:50
IDJOB=1577684
IDBENCH=70964
IDSOLVER=521
FILE ID=node49/1577684-1241003749
PBS_JOBID= 9204821
Free space on /tmp= 66372 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L60_coli.sat.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1577684-1241003749/watcher-1577684-1241003749 -o /tmp/evaluation-result-1577684-1241003749/solver-1577684-1241003749 -C 1200 -W 1800 -M 1800  HOME/march_hi HOME/instance-1577684-1241003749.cnf

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

MD5SUM BENCH= 38736d508aa4b137792e18ad6998c963
RANDOM SEED=485731318

node49.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.241
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.241
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:        787808 kB
Buffers:         77396 kB
Cached:        1101872 kB
SwapCached:       5564 kB
Active:         343856 kB
Inactive:       843636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        787808 kB
SwapTotal:     4192956 kB
SwapFree:      4180504 kB
Dirty:           17380 kB
Writeback:           0 kB
Mapped:          13852 kB
Slab:            66404 kB
Committed_AS:   520080 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66372 MiB
End job on node49 at 2009-04-29 13:35:53