Trace number 1563100

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

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l48_lambda.cnf
MD5SUMe7c28f6a200a1c1912fbaacfb3572515
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark261.819
Satisfiable
(Un)Satisfiability was proved
Number of variables34656
Number of clauses174528
Sum of the clauses size503708
Maximum clause length9
Minimum clause length1
Number of clauses of size 14424
Number of clauses of size 242805
Number of clauses of size 3103458
Number of clauses of size 416481
Number of clauses of size 57216
Number of clauses of size over 5144

Solver Data

10.59/10.60	c main():: ***                                   [ march satisfiability solver ]                                   ***
10.59/10.60	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
10.59/10.60	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
10.59/10.60	c main()::
10.59/10.60	c initFormula():: searching for DIMACS p-line....
10.59/10.60	c initFormula():: the DIMACS p-line indicates a CNF of 34656 variables and 174528 clauses.
10.59/10.60	c parseCNF():: parsing....
10.59/10.60	c parseCNF():: the CNF contains 4424 unary clauses.
10.59/10.60	c runParser():: parsing was successful, warming up engines...
10.59/10.60	c find_and_remove_tautogolies():: found and removed 4339 tautologies
10.59/10.60	c find_and_remove_tautogolies():: found and removed 2243 tautologies
10.59/10.60	c simplify_formula():: removed 3481 tautological, 30103 satisfied and 9057 duplicate clauses
10.59/10.60	c preprocessing fase I completed:: there are now 22586 free variables and 131887 clauses.
10.59/10.60	c stat :: sign balance is biased by 1.035
10.59/10.60	c find_equivalence():: found 2816 3-equivalences
10.59/10.60	c find_and_remove_tautogolies():: found and removed 94 tautologies
10.59/10.60	c shorten_equivalence(): average equivalence length reduced from 3.033799 to 3.000000
10.59/10.60	c using k-SAT heuristics (size based diff)
10.59/10.60	c simplify_formula():: removed 0 tautological, 11264 satisfied and 0 duplicate clauses
10.59/10.60	c simplify_formula():: removed 0 tautological, 0 satisfied and 430271 duplicate clauses
10.59/10.60	c resolvent_look() :: found 196844 resolvents
10.59/10.60	c main():: clause / variable ratio: ( 328731 / 34656 ) = 9.49
10.59/10.60	c longest clause has size 9
10.59/10.60	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
10.59/10.60	c number of free variables = 22492
10.59/10.60	c dynamic_preselect_setsize :: off
10.59/10.60	c main():: all systems go!
10.59/10.60	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-1563100-1241000302/watcher-1563100-1241000302 -o /tmp/evaluation-result-1563100-1241000302/solver-1563100-1241000302 -C 1200 -W 1800 -M 1800 HOME/march_hi HOME/instance-1563100-1241000302.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: 1.00 1.01 0.93 3/64 2844
/proc/meminfo: memFree=1174280/2055920 swapFree=4181360/4192956
[pid=2844] ppid=2842 vsize=3676 CPUtime=0
/proc/2844/stat : 2844 (march_hi) R 2842 2844 2604 0 -1 4194304 561 0 0 0 0 0 0 0 18 0 1 0 128063074 3764224 546 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/2844/statm: 952 549 57 167 0 783 0

[startup+0.0182739 s]
/proc/loadavg: 1.00 1.01 0.93 3/64 2844
/proc/meminfo: memFree=1174280/2055920 swapFree=4181360/4192956
[pid=2844] ppid=2842 vsize=5008 CPUtime=0.01
/proc/2844/stat : 2844 (march_hi) R 2842 2844 2604 0 -1 4194304 940 0 0 0 1 0 0 0 18 0 1 0 128063074 5128192 925 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/2844/statm: 1252 925 57 167 0 1083 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5008

[startup+0.101285 s]
/proc/loadavg: 1.00 1.01 0.93 3/64 2844
/proc/meminfo: memFree=1174280/2055920 swapFree=4181360/4192956
[pid=2844] ppid=2842 vsize=5932 CPUtime=0.09
/proc/2844/stat : 2844 (march_hi) R 2842 2844 2604 0 -1 4194304 1245 0 0 0 9 0 0 0 18 0 1 0 128063074 6074368 1230 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/2844/statm: 1483 1230 57 167 0 1314 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5932

[startup+0.301312 s]
/proc/loadavg: 1.00 1.01 0.93 3/64 2844
/proc/meminfo: memFree=1174280/2055920 swapFree=4181360/4192956
[pid=2844] ppid=2842 vsize=19192 CPUtime=0.29
/proc/2844/stat : 2844 (march_hi) R 2842 2844 2604 0 -1 4194304 3355 0 0 0 28 1 0 0 19 0 1 0 128063074 19652608 3270 1992294400 134512640 135197378 4294956224 18446744073709551615 134566777 0 0 4096 0 0 0 0 17 1 0 0
/proc/2844/statm: 4798 3270 61 167 0 4629 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19192

[startup+0.701369 s]
/proc/loadavg: 1.00 1.01 0.93 3/64 2844
/proc/meminfo: memFree=1174280/2055920 swapFree=4181360/4192956
[pid=2844] ppid=2842 vsize=20984 CPUtime=0.69
/proc/2844/stat : 2844 (march_hi) R 2842 2844 2604 0 -1 4194304 5292 0 0 0 67 2 0 0 22 0 1 0 128063074 21487616 3798 1992294400 134512640 135197378 4294956224 18446744073709551615 134565341 0 0 4096 0 0 0 0 17 1 0 0
/proc/2844/statm: 5246 3798 66 167 0 5077 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20984

[startup+1.50148 s]
/proc/loadavg: 1.00 1.01 0.93 2/65 2845
/proc/meminfo: memFree=1159360/2055920 swapFree=4181360/4192956
[pid=2844] ppid=2842 vsize=21200 CPUtime=1.5
/proc/2844/stat : 2844 (march_hi) R 2842 2844 2604 0 -1 4194304 5676 0 0 0 147 3 0 0 25 0 1 0 128063074 21708800 3851 1992294400 134512640 135197378 4294956224 18446744073709551615 134693743 0 0 4096 0 0 0 0 17 1 0 0
/proc/2844/statm: 5300 3851 76 167 0 5131 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 21200

[startup+3.10171 s]
/proc/loadavg: 1.00 1.01 0.93 2/65 2845
/proc/meminfo: memFree=1156288/2055920 swapFree=4181360/4192956
[pid=2844] ppid=2842 vsize=25936 CPUtime=3.09
/proc/2844/stat : 2844 (march_hi) R 2842 2844 2604 0 -1 4194304 7012 0 0 0 306 3 0 0 25 0 1 0 128063074 26558464 4864 1992294400 134512640 135197378 4294956224 18446744073709551615 134539457 0 0 4096 0 0 0 0 17 1 0 0
/proc/2844/statm: 6484 4864 79 167 0 6315 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25936

[startup+6.30117 s]
/proc/loadavg: 1.00 1.01 0.93 2/65 2845
/proc/meminfo: memFree=1152776/2055920 swapFree=4181360/4192956
[pid=2844] ppid=2842 vsize=30228 CPUtime=6.29
/proc/2844/stat : 2844 (march_hi) R 2842 2844 2604 0 -1 4194304 7870 0 0 0 625 4 0 0 25 0 1 0 128063074 30953472 5722 1992294400 134512640 135197378 4294956224 18446744073709551615 134539469 0 0 4096 0 0 0 0 17 1 0 0
/proc/2844/statm: 7557 5722 79 167 0 7388 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30228

[startup+12.7011 s]
/proc/loadavg: 1.00 1.01 0.93 2/65 2845
/proc/meminfo: memFree=1113800/2055920 swapFree=4181360/4192956
[pid=2844] ppid=2842 vsize=99304 CPUtime=12.69
/proc/2844/stat : 2844 (march_hi) R 2842 2844 2604 0 -1 4194304 29502 0 0 0 1256 13 0 0 25 0 1 0 128063074 101687296 15271 1992294400 134512640 135197378 4294956224 18446744073709551615 134539311 0 0 4096 0 0 0 0 17 1 0 0
/proc/2844/statm: 24826 15271 92 167 0 24657 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 99304

[startup+25.5019 s]
/proc/loadavg: 1.00 1.01 0.93 2/65 2845
/proc/meminfo: memFree=1107528/2055920 swapFree=4181360/4192956
[pid=2844] ppid=2842 vsize=105396 CPUtime=25.48
/proc/2844/stat : 2844 (march_hi) R 2842 2844 2604 0 -1 4194304 30931 0 0 0 2534 14 0 0 25 0 1 0 128063074 107925504 16700 1992294400 134512640 135197378 4294956224 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/2844/statm: 26349 16700 92 167 0 26180 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 105396

[startup+51.1015 s]
/proc/loadavg: 1.00 1.01 0.93 2/65 2845
/proc/meminfo: memFree=1101832/2055920 swapFree=4181360/4192956
[pid=2844] ppid=2842 vsize=111176 CPUtime=51.07
/proc/2844/stat : 2844 (march_hi) R 2842 2844 2604 0 -1 4194304 32373 0 0 0 5092 15 0 0 25 0 1 0 128063074 113844224 18142 1992294400 134512640 135197378 4294956224 18446744073709551615 134606041 0 0 4096 0 0 0 0 17 1 0 0
/proc/2844/statm: 27794 18142 92 167 0 27625 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 111176

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 2845
/proc/meminfo: memFree=1096840/2055920 swapFree=4181360/4192956
[pid=2844] ppid=2842 vsize=116116 CPUtime=102.27
/proc/2844/stat : 2844 (march_hi) R 2842 2844 2604 0 -1 4194304 33590 0 0 0 10210 17 0 0 25 0 1 0 128063074 118902784 19359 1992294400 134512640 135197378 4294956224 18446744073709551615 134603255 0 0 4096 0 0 0 0 17 1 0 0
/proc/2844/statm: 29029 19359 92 167 0 28860 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 116116

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 2845
/proc/meminfo: memFree=1093896/2055920 swapFree=4181360/4192956
[pid=2844] ppid=2842 vsize=118992 CPUtime=162.24
/proc/2844/stat : 2844 (march_hi) R 2842 2844 2604 0 -1 4194304 34307 0 0 0 16206 18 0 0 25 0 1 0 128063074 121847808 20076 1992294400 134512640 135197378 4294956224 18446744073709551615 134539304 0 0 4096 0 0 0 0 17 1 0 0
/proc/2844/statm: 29748 20076 92 167 0 29579 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 118992

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 2845
/proc/meminfo: memFree=1092424/2055920 swapFree=4181360/4192956
[pid=2844] ppid=2842 vsize=120348 CPUtime=222.22
/proc/2844/stat : 2844 (march_hi) R 2842 2844 2604 0 -1 4194304 34676 0 0 0 22204 18 0 0 25 0 1 0 128063074 123236352 20445 1992294400 134512640 135197378 4294956224 18446744073709551615 134572904 0 0 4096 0 0 0 0 17 1 0 0
/proc/2844/statm: 30087 20445 92 167 0 29918 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 120348

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 2845
/proc/meminfo: memFree=1091144/2055920 swapFree=4181360/4192956
[pid=2844] ppid=2842 vsize=121404 CPUtime=282.2
/proc/2844/stat : 2844 (march_hi) R 2842 2844 2604 0 -1 4194304 34983 0 0 0 28202 18 0 0 25 0 1 0 128063074 124317696 20752 1992294400 134512640 135197378 4294956224 18446744073709551615 134525699 0 0 4096 0 0 0 0 17 1 0 0
/proc/2844/statm: 30351 20752 92 167 0 30182 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 121404

[startup+342.301 s]
/proc/loadavg: 1.04 1.01 0.93 2/65 2845
/proc/meminfo: memFree=1089736/2055920 swapFree=4181360/4192956
[pid=2844] ppid=2842 vsize=122960 CPUtime=342.19
/proc/2844/stat : 2844 (march_hi) R 2842 2844 2604 0 -1 4194304 35312 0 0 0 34200 19 0 0 25 0 1 0 128063074 125911040 21081 1992294400 134512640 135197378 4294956224 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 1 0 0
/proc/2844/statm: 30740 21081 92 167 0 30571 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 122960

[startup+402.302 s]
/proc/loadavg: 1.01 1.01 0.93 2/65 2845
/proc/meminfo: memFree=1087880/2055920 swapFree=4181360/4192956
[pid=2844] ppid=2842 vsize=124676 CPUtime=402.17
/proc/2844/stat : 2844 (march_hi) R 2842 2844 2604 0 -1 4194304 35775 0 0 0 40198 19 0 0 25 0 1 0 128063074 127668224 21544 1992294400 134512640 135197378 4294956224 18446744073709551615 134540901 0 0 4096 0 0 0 0 17 1 0 0
/proc/2844/statm: 31169 21544 92 167 0 31000 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 124676

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 2845
/proc/meminfo: memFree=1086728/2055920 swapFree=4181360/4192956
[pid=2844] ppid=2842 vsize=126072 CPUtime=462.15
/proc/2844/stat : 2844 (march_hi) R 2842 2844 2604 0 -1 4194304 36059 0 0 0 46195 20 0 0 25 0 1 0 128063074 129097728 21828 1992294400 134512640 135197378 4294956224 18446744073709551615 134548514 0 0 4096 0 0 0 0 17 1 0 0
/proc/2844/statm: 31518 21828 92 167 0 31349 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 126072

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 2845
/proc/meminfo: memFree=1086088/2055920 swapFree=4181360/4192956
[pid=2844] ppid=2842 vsize=126476 CPUtime=522.14
/proc/2844/stat : 2844 (march_hi) R 2842 2844 2604 0 -1 4194304 36200 0 0 0 52194 20 0 0 25 0 1 0 128063074 129511424 21969 1992294400 134512640 135197378 4294956224 18446744073709551615 134553476 0 0 4096 0 0 0 0 17 1 0 0
/proc/2844/statm: 31619 21969 92 167 0 31450 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 126476

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 2845
/proc/meminfo: memFree=1085576/2055920 swapFree=4181360/4192956
[pid=2844] ppid=2842 vsize=127004 CPUtime=582.12
/proc/2844/stat : 2844 (march_hi) R 2842 2844 2604 0 -1 4194304 36334 0 0 0 58192 20 0 0 25 0 1 0 128063074 130052096 22103 1992294400 134512640 135197378 4294956224 18446744073709551615 134713217 0 0 4096 0 0 0 0 17 1 0 0
/proc/2844/statm: 31751 22103 92 167 0 31582 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 127004

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 2845
/proc/meminfo: memFree=1084616/2055920 swapFree=4181360/4192956
[pid=2844] ppid=2842 vsize=128240 CPUtime=642.11
/proc/2844/stat : 2844 (march_hi) R 2842 2844 2604 0 -1 4194304 36564 0 0 0 64190 21 0 0 25 0 1 0 128063074 131317760 22333 1992294400 134512640 135197378 4294956224 18446744073709551615 134540901 0 0 4096 0 0 0 0 17 1 0 0
/proc/2844/statm: 32060 22333 92 167 0 31891 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 128240

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 2845
/proc/meminfo: memFree=1084168/2055920 swapFree=4181360/4192956
[pid=2844] ppid=2842 vsize=128504 CPUtime=702.08
/proc/2844/stat : 2844 (march_hi) R 2842 2844 2604 0 -1 4194304 36674 0 0 0 70187 21 0 0 25 0 1 0 128063074 131588096 22443 1992294400 134512640 135197378 4294956224 18446744073709551615 134570901 0 0 4096 0 0 0 0 17 1 0 0
/proc/2844/statm: 32126 22443 92 167 0 31957 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 128504

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 2845
/proc/meminfo: memFree=1083912/2055920 swapFree=4181360/4192956
[pid=2844] ppid=2842 vsize=128636 CPUtime=762.07
/proc/2844/stat : 2844 (march_hi) R 2842 2844 2604 0 -1 4194304 36751 0 0 0 76186 21 0 0 25 0 1 0 128063074 131723264 22520 1992294400 134512640 135197378 4294956224 18446744073709551615 134572901 0 0 4096 0 0 0 0 17 1 0 0
/proc/2844/statm: 32159 22520 92 167 0 31990 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 128636

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 2845
/proc/meminfo: memFree=1083528/2055920 swapFree=4181360/4192956
[pid=2844] ppid=2842 vsize=129400 CPUtime=822.04
/proc/2844/stat : 2844 (march_hi) R 2842 2844 2604 0 -1 4194304 36832 0 0 0 82183 21 0 0 25 0 1 0 128063074 132505600 22601 1992294400 134512640 135197378 4294956224 18446744073709551615 134553215 0 0 4096 0 0 0 0 17 1 0 0
/proc/2844/statm: 32350 22601 92 167 0 32181 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 129400

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 2845
/proc/meminfo: memFree=1083208/2055920 swapFree=4181360/4192956
[pid=2844] ppid=2842 vsize=129532 CPUtime=882.02
/proc/2844/stat : 2844 (march_hi) R 2842 2844 2604 0 -1 4194304 36915 0 0 0 88181 21 0 0 25 0 1 0 128063074 132640768 22684 1992294400 134512640 135197378 4294956224 18446744073709551615 134553180 0 0 4096 0 0 0 0 17 1 0 0
/proc/2844/statm: 32383 22684 92 167 0 32214 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 129532

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 2845
/proc/meminfo: memFree=1082824/2055920 swapFree=4181360/4192956
[pid=2844] ppid=2842 vsize=129664 CPUtime=942.02
/proc/2844/stat : 2844 (march_hi) R 2842 2844 2604 0 -1 4194304 36989 0 0 0 94180 22 0 0 25 0 1 0 128063074 132775936 22758 1992294400 134512640 135197378 4294956224 18446744073709551615 134553546 0 0 4096 0 0 0 0 17 1 0 0
/proc/2844/statm: 32416 22758 92 167 0 32247 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 129664

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 2845
/proc/meminfo: memFree=1082568/2055920 swapFree=4181360/4192956
[pid=2844] ppid=2842 vsize=130816 CPUtime=1002
/proc/2844/stat : 2844 (march_hi) R 2842 2844 2604 0 -1 4194304 37062 0 0 0 100178 22 0 0 25 0 1 0 128063074 133955584 22831 1992294400 134512640 135197378 4294956224 18446744073709551615 134553147 0 0 4096 0 0 0 0 17 1 0 0
/proc/2844/statm: 32704 22831 92 167 0 32535 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 130816

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 2845
/proc/meminfo: memFree=1082184/2055920 swapFree=4181360/4192956
[pid=2844] ppid=2842 vsize=131080 CPUtime=1061.98
/proc/2844/stat : 2844 (march_hi) R 2842 2844 2604 0 -1 4194304 37144 0 0 0 106176 22 0 0 25 0 1 0 128063074 134225920 22913 1992294400 134512640 135197378 4294956224 18446744073709551615 134602882 0 0 4096 0 0 0 0 17 1 0 0
/proc/2844/statm: 32770 22913 92 167 0 32601 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 131080

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 2845
/proc/meminfo: memFree=1081992/2055920 swapFree=4181360/4192956
[pid=2844] ppid=2842 vsize=131212 CPUtime=1121.96
/proc/2844/stat : 2844 (march_hi) R 2842 2844 2604 0 -1 4194304 37202 0 0 0 112174 22 0 0 25 0 1 0 128063074 134361088 22971 1992294400 134512640 135197378 4294956224 18446744073709551615 134602907 0 0 4096 0 0 0 0 17 1 0 0
/proc/2844/statm: 32803 22971 92 167 0 32634 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 131212

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 2847
/proc/meminfo: memFree=1081672/2055920 swapFree=4181360/4192956
[pid=2844] ppid=2842 vsize=131344 CPUtime=1181.94
/proc/2844/stat : 2844 (march_hi) R 2842 2844 2604 0 -1 4194304 37280 0 0 0 118172 22 0 0 25 0 1 0 128063074 134496256 23049 1992294400 134512640 135197378 4294956224 18446744073709551615 134572901 0 0 4096 0 0 0 0 17 1 0 0
/proc/2844/statm: 32836 23049 92 167 0 32667 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 131344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 2847
/proc/meminfo: memFree=1081608/2055920 swapFree=4181360/4192956
[pid=2844] ppid=2842 vsize=131344 CPUtime=1200.04
/proc/2844/stat : 2844 (march_hi) R 2842 2844 2604 0 -1 4194304 37298 0 0 0 119982 22 0 0 25 0 1 0 128063074 134496256 23067 1992294400 134512640 135197378 4294956224 18446744073709551615 134553147 0 0 4096 0 0 0 0 17 1 0 0
/proc/2844/statm: 32836 23067 92 167 0 32667 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 131344

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.42
CPU time (s): 1200.07
CPU user time (s): 1199.83
CPU system time (s): 0.241963
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 131344

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

runsolver used 0.862868 second user time and 2.52162 second system time

The end

Launcher Data

Begin job on node29 at 2009-04-29 12:18:22
IDJOB=1563100
IDBENCH=70947
IDSOLVER=521
FILE ID=node29/1563100-1241000302
PBS_JOBID= 9204838
Free space on /tmp= 66360 MiB

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

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

MD5SUM BENCH= e7c28f6a200a1c1912fbaacfb3572515
RANDOM SEED=208794980

node29.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.281
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.281
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:       1174696 kB
Buffers:         57548 kB
Cached:         737592 kB
SwapCached:       5424 kB
Active:          35456 kB
Inactive:       767612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1174696 kB
SwapTotal:     4192956 kB
SwapFree:      4181360 kB
Dirty:            3992 kB
Writeback:           0 kB
Mapped:          13640 kB
Slab:            64108 kB
Committed_AS:   583120 kB
PageTables:       1468 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= 66360 MiB
End job on node29 at 2009-04-29 12:38:25