Trace number 1556756

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.09 1207.02

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-06.cnf
MD5SUM54bbde63bf0c9b14dd4e32426eab0a42
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark28.7376
Satisfiable
(Un)Satisfiability was proved
Number of variables68953
Number of clauses224868
Sum of the clauses size582796
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 291550
Number of clauses of size 3133189
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

2.98/3.04	c main():: ***                                   [ march satisfiability solver ]                                   ***
2.98/3.04	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
2.98/3.04	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
2.98/3.04	c main()::
2.98/3.04	c initFormula():: searching for DIMACS p-line....
2.98/3.04	c initFormula():: the DIMACS p-line indicates a CNF of 68953 variables and 224868 clauses.
2.98/3.04	c parseCNF():: parsing....
2.98/3.04	c parseCNF():: the CNF contains 129 unary clauses.
2.98/3.04	c runParser():: parsing was successful, warming up engines...
2.98/3.04	c find_and_remove_tautogolies():: found and removed 5198 tautologies
2.98/3.04	c simplify_formula():: removed 18 tautological, 11143 satisfied and 0 duplicate clauses
2.98/3.04	c preprocessing fase I completed:: there are now 63446 free variables and 213707 clauses.
2.98/3.04	c stat :: sign balance is biased by 0.079
2.98/3.04	c find_equivalence():: found 23038 3-equivalences
2.98/3.04	c find_and_remove_tautogolies():: found and removed 55 tautologies
2.98/3.04	c find_and_remove_tautogolies():: found and removed 2 tautologies
2.98/3.04	c find_and_remove_tautogolies():: found and removed 9018 tautologies
2.98/3.04	c shorten_equivalence(): average equivalence length reduced from 5.711308 to 3.817661
2.98/3.04	c using 3-SAT heuristics (occurence based diff)
2.98/3.04	c simplify_formula():: removed 0 tautological, 92152 satisfied and 0 duplicate clauses
2.98/3.04	c simplify_formula():: removed 0 tautological, 0 satisfied and 164 duplicate clauses
2.98/3.04	c lessRedundantTransformation():: nothing to be done.
2.98/3.04	c transformTo3SAT():: you gave me 68953 variables and 121631 clauses.
2.98/3.04	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
2.98/3.04	c transformTo3SAT():: I will add 0 variables and 0 clauses!
2.98/3.04	c transformTo3SAT():: the transformation yielded 68953 variabels and 121631 clauses.
2.98/3.04	c main():: clause / variable ratio: ( 121631 / 68953 ) = 1.76
2.98/3.04	c longest clause has size 3
2.98/3.04	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
2.98/3.04	c number of free variables = 54371
2.98/3.04	c dynamic_preselect_setsize :: off
2.98/3.04	c main():: all systems go!
2.98/3.04	c |----------------------------------------------------------------|
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-1556756-1238750416/watcher-1556756-1238750416 -o /tmp/evaluation-result-1556756-1238750416/solver-1556756-1238750416 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1556756-1238750416.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: 2.00 2.00 2.00 4/85 12005
/proc/meminfo: memFree=1845128/2055920 swapFree=4170404/4192956
[pid=12005] ppid=12003 vsize=4608 CPUtime=0
/proc/12005/stat : 12005 (march_hi) R 12003 12005 11755 0 -1 4194304 534 0 0 0 0 0 0 0 20 0 1 0 1147702581 4718592 519 1992294400 134512640 135197378 4294956240 18446744073709551615 134697411 0 0 4096 0 0 0 0 17 1 0 0
/proc/12005/statm: 1152 519 58 167 0 983 0

[startup+0.152562 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 12005
/proc/meminfo: memFree=1845128/2055920 swapFree=4170404/4192956
[pid=12005] ppid=12003 vsize=9512 CPUtime=0.13
/proc/12005/stat : 12005 (march_hi) R 12003 12005 11755 0 -1 4194304 2086 0 0 0 13 0 0 0 20 0 1 0 1147702581 9740288 2071 1992294400 134512640 135197378 4294956240 18446744073709551615 134785443 0 0 4096 0 0 0 0 17 1 0 0
/proc/12005/statm: 2378 2071 58 167 0 2209 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 9512

[startup+0.201565 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 12005
/proc/meminfo: memFree=1845128/2055920 swapFree=4170404/4192956
[pid=12005] ppid=12003 vsize=10040 CPUtime=0.18
/proc/12005/stat : 12005 (march_hi) R 12003 12005 11755 0 -1 4194304 2257 0 0 0 18 0 0 0 20 0 1 0 1147702581 10280960 2242 1992294400 134512640 135197378 4294956240 18446744073709551615 134785331 0 0 4096 0 0 0 0 17 1 0 0
/proc/12005/statm: 2510 2242 58 167 0 2341 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10040

[startup+0.30158 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 12005
/proc/meminfo: memFree=1845128/2055920 swapFree=4170404/4192956
[pid=12005] ppid=12003 vsize=11228 CPUtime=0.29
/proc/12005/stat : 12005 (march_hi) R 12003 12005 11755 0 -1 4194304 2608 0 0 0 28 1 0 0 21 0 1 0 1147702581 11497472 2593 1992294400 134512640 135197378 4294956240 18446744073709551615 134852418 0 0 4096 0 0 0 0 17 1 0 0
/proc/12005/statm: 2807 2593 58 167 0 2638 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11228

[startup+0.701626 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 12005
/proc/meminfo: memFree=1845128/2055920 swapFree=4170404/4192956
[pid=12005] ppid=12003 vsize=31976 CPUtime=0.68
/proc/12005/stat : 12005 (march_hi) R 12003 12005 11755 0 -1 4194304 8172 0 0 0 65 3 0 0 25 0 1 0 1147702581 32743424 6144 1992294400 134512640 135197378 4294956240 18446744073709551615 134692268 0 0 4096 0 0 0 0 17 1 0 0
/proc/12005/statm: 7994 6144 66 167 0 7825 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 31976

[startup+1.50171 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12006
/proc/meminfo: memFree=1822912/2055920 swapFree=4170404/4192956
[pid=12005] ppid=12003 vsize=29860 CPUtime=1.48
/proc/12005/stat : 12005 (march_hi) R 12003 12005 11755 0 -1 4194304 10370 0 0 0 144 4 0 0 25 0 1 0 1147702581 30576640 5699 1992294400 134512640 135197378 4294956240 18446744073709551615 134694947 0 0 4096 0 0 0 0 17 1 0 0
/proc/12005/statm: 7465 5699 79 167 0 7296 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 29860

[startup+3.10286 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12006
/proc/meminfo: memFree=1821568/2055920 swapFree=4170404/4192956
[pid=12005] ppid=12003 vsize=114900 CPUtime=3.07
/proc/12005/stat : 12005 (march_hi) R 12003 12005 11755 0 -1 4194304 22899 0 0 0 298 9 0 0 25 0 1 0 1147702581 117657600 12292 1992294400 134512640 135197378 4294956240 18446744073709551615 134526094 0 0 4096 0 0 0 0 17 1 0 0
/proc/12005/statm: 28725 12292 90 167 0 28556 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 114900

[startup+6.30118 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12006
/proc/meminfo: memFree=1792512/2055920 swapFree=4170404/4192956
[pid=12005] ppid=12003 vsize=121084 CPUtime=6.25
/proc/12005/stat : 12005 (march_hi) R 12003 12005 11755 0 -1 4194304 24425 0 0 0 615 10 0 0 25 0 1 0 1147702581 123990016 13818 1992294400 134512640 135197378 4294956240 18446744073709551615 134617945 0 0 4096 0 0 0 0 17 1 0 0
/proc/12005/statm: 30271 13818 92 167 0 30102 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 121084

[startup+12.7018 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12006
/proc/meminfo: memFree=1787584/2055920 swapFree=4170404/4192956
[pid=12005] ppid=12003 vsize=123328 CPUtime=12.61
/proc/12005/stat : 12005 (march_hi) R 12003 12005 11755 0 -1 4194304 24972 0 0 0 1251 10 0 0 25 0 1 0 1147702581 126287872 14365 1992294400 134512640 135197378 4294956240 18446744073709551615 134548531 0 0 4096 0 0 0 0 17 1 0 0
/proc/12005/statm: 30832 14365 92 167 0 30663 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 123328

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12006
/proc/meminfo: memFree=1784256/2055920 swapFree=4170404/4192956
[pid=12005] ppid=12003 vsize=127164 CPUtime=25.34
/proc/12005/stat : 12005 (march_hi) R 12003 12005 11755 0 -1 4194304 25835 0 0 0 2523 11 0 0 25 0 1 0 1147702581 130215936 15228 1992294400 134512640 135197378 4294956240 18446744073709551615 134540899 0 0 4096 0 0 0 0 17 1 0 0
/proc/12005/statm: 31791 15228 92 167 0 31622 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 127164

[startup+51.1016 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12006
/proc/meminfo: memFree=1779392/2055920 swapFree=4170404/4192956
[pid=12005] ppid=12003 vsize=132712 CPUtime=50.79
/proc/12005/stat : 12005 (march_hi) R 12003 12005 11755 0 -1 4194304 27022 0 0 0 5067 12 0 0 25 0 1 0 1147702581 135897088 16413 1992294400 134512640 135197378 4294956240 18446744073709551615 134548514 0 0 4096 0 0 0 0 17 1 0 0
/proc/12005/statm: 33178 16413 92 167 0 33009 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 132712

[startup+102.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12006
/proc/meminfo: memFree=1778240/2055920 swapFree=4170404/4192956
[pid=12005] ppid=12003 vsize=133896 CPUtime=101.7
/proc/12005/stat : 12005 (march_hi) R 12003 12005 11755 0 -1 4194304 27279 0 0 0 10158 12 0 0 25 0 1 0 1147702581 137109504 16670 1992294400 134512640 135197378 4294956240 18446744073709551615 134601475 0 0 4096 0 0 0 0 17 1 0 0
/proc/12005/statm: 33474 16670 92 167 0 33305 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 133896

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12006
/proc/meminfo: memFree=1777536/2055920 swapFree=4170404/4192956
[pid=12005] ppid=12003 vsize=134516 CPUtime=161.35
/proc/12005/stat : 12005 (march_hi) R 12003 12005 11755 0 -1 4194304 27447 0 0 0 16123 12 0 0 25 0 1 0 1147702581 137744384 16838 1992294400 134512640 135197378 4294956240 18446744073709551615 134540901 0 0 4096 0 0 0 0 17 1 0 0
/proc/12005/statm: 33629 16838 92 167 0 33460 0
Current children cumulated CPU time (s) 161.35
Current children cumulated vsize (KiB) 134516

[startup+222.308 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12006
/proc/meminfo: memFree=1776768/2055920 swapFree=4170404/4192956
[pid=12005] ppid=12003 vsize=135332 CPUtime=221.01
/proc/12005/stat : 12005 (march_hi) R 12003 12005 11755 0 -1 4194304 27636 0 0 0 22089 12 0 0 25 0 1 0 1147702581 138579968 17027 1992294400 134512640 135197378 4294956240 18446744073709551615 134572901 0 0 4096 0 0 0 0 17 1 0 0
/proc/12005/statm: 33833 17027 92 167 0 33664 0
Current children cumulated CPU time (s) 221.01
Current children cumulated vsize (KiB) 135332

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12006
/proc/meminfo: memFree=1776448/2055920 swapFree=4170404/4192956
[pid=12005] ppid=12003 vsize=135804 CPUtime=280.67
/proc/12005/stat : 12005 (march_hi) R 12003 12005 11755 0 -1 4194304 27719 0 0 0 28054 13 0 0 25 0 1 0 1147702581 139063296 17110 1992294400 134512640 135197378 4294956240 18446744073709551615 134570822 0 0 4096 0 0 0 0 17 1 0 0
/proc/12005/statm: 33951 17110 92 167 0 33782 0
Current children cumulated CPU time (s) 280.67
Current children cumulated vsize (KiB) 135804

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12006
/proc/meminfo: memFree=1775808/2055920 swapFree=4170404/4192956
[pid=12005] ppid=12003 vsize=136200 CPUtime=340.32
/proc/12005/stat : 12005 (march_hi) R 12003 12005 11755 0 -1 4194304 27869 0 0 0 34019 13 0 0 25 0 1 0 1147702581 139468800 17260 1992294400 134512640 135197378 4294956240 18446744073709551615 134570912 0 0 4096 0 0 0 0 17 1 0 0
/proc/12005/statm: 34050 17260 92 167 0 33881 0
Current children cumulated CPU time (s) 340.32
Current children cumulated vsize (KiB) 136200

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12006
/proc/meminfo: memFree=1775296/2055920 swapFree=4170404/4192956
[pid=12005] ppid=12003 vsize=136976 CPUtime=399.98
/proc/12005/stat : 12005 (march_hi) R 12003 12005 11755 0 -1 4194304 27980 0 0 0 39985 13 0 0 25 0 1 0 1147702581 140263424 17371 1992294400 134512640 135197378 4294956240 18446744073709551615 134539344 0 0 4096 0 0 0 0 17 1 0 0
/proc/12005/statm: 34244 17371 92 167 0 34075 0
Current children cumulated CPU time (s) 399.98
Current children cumulated vsize (KiB) 136976

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12006
/proc/meminfo: memFree=1774976/2055920 swapFree=4170404/4192956
[pid=12005] ppid=12003 vsize=137240 CPUtime=459.63
/proc/12005/stat : 12005 (march_hi) R 12003 12005 11755 0 -1 4194304 28062 0 0 0 45950 13 0 0 25 0 1 0 1147702581 140533760 17453 1992294400 134512640 135197378 4294956240 18446744073709551615 134526327 0 0 4096 0 0 0 0 17 1 0 0
/proc/12005/statm: 34310 17453 92 167 0 34141 0
Current children cumulated CPU time (s) 459.63
Current children cumulated vsize (KiB) 137240

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12006
/proc/meminfo: memFree=1774592/2055920 swapFree=4170404/4192956
[pid=12005] ppid=12003 vsize=137372 CPUtime=519.29
/proc/12005/stat : 12005 (march_hi) R 12003 12005 11755 0 -1 4194304 28156 0 0 0 51916 13 0 0 25 0 1 0 1147702581 140668928 17547 1992294400 134512640 135197378 4294956240 18446744073709551615 134590626 0 0 4096 0 0 0 0 17 1 0 0
/proc/12005/statm: 34343 17547 92 167 0 34174 0
Current children cumulated CPU time (s) 519.29
Current children cumulated vsize (KiB) 137372

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12006
/proc/meminfo: memFree=1774144/2055920 swapFree=4170404/4192956
[pid=12005] ppid=12003 vsize=138400 CPUtime=578.94
/proc/12005/stat : 12005 (march_hi) R 12003 12005 11755 0 -1 4194304 28267 0 0 0 57881 13 0 0 25 0 1 0 1147702581 141721600 17658 1992294400 134512640 135197378 4294956240 18446744073709551615 134551175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12005/statm: 34600 17658 92 167 0 34431 0
Current children cumulated CPU time (s) 578.94
Current children cumulated vsize (KiB) 138400

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12006
/proc/meminfo: memFree=1773696/2055920 swapFree=4170404/4192956
[pid=12005] ppid=12003 vsize=138664 CPUtime=638.6
/proc/12005/stat : 12005 (march_hi) R 12003 12005 11755 0 -1 4194304 28368 0 0 0 63847 13 0 0 25 0 1 0 1147702581 141991936 17759 1992294400 134512640 135197378 4294956240 18446744073709551615 134540901 0 0 4096 0 0 0 0 17 1 0 0
/proc/12005/statm: 34666 17759 92 167 0 34497 0
Current children cumulated CPU time (s) 638.6
Current children cumulated vsize (KiB) 138664

[startup+702.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12006
/proc/meminfo: memFree=1773248/2055920 swapFree=4170404/4192956
[pid=12005] ppid=12003 vsize=138928 CPUtime=698.26
/proc/12005/stat : 12005 (march_hi) R 12003 12005 11755 0 -1 4194304 28462 0 0 0 69812 14 0 0 25 0 1 0 1147702581 142262272 17853 1992294400 134512640 135197378 4294956240 18446744073709551615 134572883 0 0 4096 0 0 0 0 17 1 0 0
/proc/12005/statm: 34732 17853 92 167 0 34563 0
Current children cumulated CPU time (s) 698.26
Current children cumulated vsize (KiB) 138928

[startup+762.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12006
/proc/meminfo: memFree=1772928/2055920 swapFree=4170404/4192956
[pid=12005] ppid=12003 vsize=138928 CPUtime=757.92
/proc/12005/stat : 12005 (march_hi) R 12003 12005 11755 0 -1 4194304 28536 0 0 0 75778 14 0 0 25 0 1 0 1147702581 142262272 17927 1992294400 134512640 135197378 4294956240 18446744073709551615 134540899 0 0 4096 0 0 0 0 17 1 0 0
/proc/12005/statm: 34732 17927 92 167 0 34563 0
Current children cumulated CPU time (s) 757.92
Current children cumulated vsize (KiB) 138928

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12006
/proc/meminfo: memFree=1772736/2055920 swapFree=4170404/4192956
[pid=12005] ppid=12003 vsize=139060 CPUtime=817.57
/proc/12005/stat : 12005 (march_hi) R 12003 12005 11755 0 -1 4194304 28602 0 0 0 81743 14 0 0 25 0 1 0 1147702581 142397440 17993 1992294400 134512640 135197378 4294956240 18446744073709551615 134541006 0 0 4096 0 0 0 0 17 1 0 0
/proc/12005/statm: 34765 17993 92 167 0 34596 0
Current children cumulated CPU time (s) 817.57
Current children cumulated vsize (KiB) 139060

[startup+882.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12006
/proc/meminfo: memFree=1772416/2055920 swapFree=4170404/4192956
[pid=12005] ppid=12003 vsize=140344 CPUtime=877.22
/proc/12005/stat : 12005 (march_hi) R 12003 12005 11755 0 -1 4194304 28663 0 0 0 87708 14 0 0 25 0 1 0 1147702581 143712256 18054 1992294400 134512640 135197378 4294956240 18446744073709551615 134541031 0 0 4096 0 0 0 0 17 1 0 0
/proc/12005/statm: 35086 18054 92 167 0 34917 0
Current children cumulated CPU time (s) 877.22
Current children cumulated vsize (KiB) 140344

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12006
/proc/meminfo: memFree=1772160/2055920 swapFree=4170404/4192956
[pid=12005] ppid=12003 vsize=140476 CPUtime=936.88
/proc/12005/stat : 12005 (march_hi) R 12003 12005 11755 0 -1 4194304 28733 0 0 0 93673 15 0 0 25 0 1 0 1147702581 143847424 18124 1992294400 134512640 135197378 4294956240 18446744073709551615 134540901 0 0 4096 0 0 0 0 17 1 0 0
/proc/12005/statm: 35119 18124 92 167 0 34950 0
Current children cumulated CPU time (s) 936.88
Current children cumulated vsize (KiB) 140476

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12006
/proc/meminfo: memFree=1771840/2055920 swapFree=4170404/4192956
[pid=12005] ppid=12003 vsize=140612 CPUtime=996.53
/proc/12005/stat : 12005 (march_hi) R 12003 12005 11755 0 -1 4194304 28813 0 0 0 99638 15 0 0 25 0 1 0 1147702581 143986688 18204 1992294400 134512640 135197378 4294956240 18446744073709551615 134570839 0 0 4096 0 0 0 0 17 1 0 0
/proc/12005/statm: 35153 18204 92 167 0 34984 0
Current children cumulated CPU time (s) 996.53
Current children cumulated vsize (KiB) 140612

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12006
/proc/meminfo: memFree=1771520/2055920 swapFree=4170404/4192956
[pid=12005] ppid=12003 vsize=140748 CPUtime=1056.19
/proc/12005/stat : 12005 (march_hi) R 12003 12005 11755 0 -1 4194304 28905 0 0 0 105604 15 0 0 25 0 1 0 1147702581 144125952 18296 1992294400 134512640 135197378 4294956240 18446744073709551615 134540949 0 0 4096 0 0 0 0 17 1 0 0
/proc/12005/statm: 35187 18296 92 167 0 35018 0
Current children cumulated CPU time (s) 1056.19
Current children cumulated vsize (KiB) 140748

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12006
/proc/meminfo: memFree=1771328/2055920 swapFree=4170404/4192956
[pid=12005] ppid=12003 vsize=140748 CPUtime=1115.85
/proc/12005/stat : 12005 (march_hi) R 12003 12005 11755 0 -1 4194304 28956 0 0 0 111569 16 0 0 25 0 1 0 1147702581 144125952 18347 1992294400 134512640 135197378 4294956240 18446744073709551615 134570746 0 0 4096 0 0 0 0 17 1 0 0
/proc/12005/statm: 35187 18347 92 167 0 35018 0
Current children cumulated CPU time (s) 1115.85
Current children cumulated vsize (KiB) 140748

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12006
/proc/meminfo: memFree=1771008/2055920 swapFree=4170404/4192956
[pid=12005] ppid=12003 vsize=140880 CPUtime=1175.51
/proc/12005/stat : 12005 (march_hi) R 12003 12005 11755 0 -1 4194304 29019 0 0 0 117535 16 0 0 25 0 1 0 1147702581 144261120 18410 1992294400 134512640 135197378 4294956240 18446744073709551615 134570751 0 0 4096 0 0 0 0 17 1 0 0
/proc/12005/statm: 35220 18410 92 167 0 35051 0
Current children cumulated CPU time (s) 1175.51
Current children cumulated vsize (KiB) 140880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12006
/proc/meminfo: memFree=1770752/2055920 swapFree=4170404/4192956
[pid=12005] ppid=12003 vsize=140880 CPUtime=1200.07
/proc/12005/stat : 12005 (march_hi) R 12003 12005 11755 0 -1 4194304 29041 0 0 0 119991 16 0 0 25 0 1 0 1147702581 144261120 18432 1992294400 134512640 135197378 4294956240 18446744073709551615 134540901 0 0 4096 0 0 0 0 17 1 0 0
/proc/12005/statm: 35220 18432 92 167 0 35051 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 140880

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

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

[startup+1207 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12006
/proc/meminfo: memFree=1770752/2055920 swapFree=4170404/4192956
[pid=12005] ppid=12003 vsize=140880 CPUtime=1200.07
/proc/12005/stat : 12005 (march_hi) R 12003 12005 11755 0 -1 4194304 29041 0 0 0 119991 16 0 0 25 0 1 0 1147702581 144261120 18432 1992294400 134512640 135197378 4294956240 18446744073709551615 134540901 0 0 4096 0 0 0 0 17 1 0 0
/proc/12005/statm: 35220 18432 92 167 0 35051 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 140880

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1207.02
CPU time (s): 1200.09
CPU user time (s): 1199.91
CPU system time (s): 0.175973
CPU usage (%): 99.4255
Max. virtual memory (cumulated for all children) (KiB): 140880

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

runsolver used 1.85772 second user time and 4.73928 second system time

The end

Launcher Data

Begin job on node70 at 2009-04-03 11:20:16
IDJOB=1556756
IDBENCH=70825
IDSOLVER=521
FILE ID=node70/1556756-1238750416
PBS_JOBID= 9085444
Free space on /tmp= 66476 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-06.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1556756-1238750416/watcher-1556756-1238750416 -o /tmp/evaluation-result-1556756-1238750416/solver-1556756-1238750416 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1556756-1238750416.cnf

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

MD5SUM BENCH= 54bbde63bf0c9b14dd4e32426eab0a42
RANDOM SEED=1270174416

node70.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.234
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.234
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:       1845608 kB
Buffers:         26948 kB
Cached:         104532 kB
SwapCached:       8328 kB
Active:          31392 kB
Inactive:       109900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1845608 kB
SwapTotal:     4192956 kB
SwapFree:      4170404 kB
Dirty:            4824 kB
Writeback:           0 kB
Mapped:          15380 kB
Slab:            53140 kB
Committed_AS:  2249100 kB
PageTables:       2556 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= 66476 MiB
End job on node70 at 2009-04-03 11:40:25