Trace number 1558836

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.06 1200.61

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-33-s100.cnf
MD5SUMabeb2c5a0bb0ad39fbdbdbc07efbecf7
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 variables32402
Number of clauses97556
Sum of the clauses size230290
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 262250
Number of clauses of size 335242
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

2.29/2.31	c main():: ***                                   [ march satisfiability solver ]                                   ***
2.29/2.31	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
2.29/2.31	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
2.29/2.31	c main()::
2.29/2.31	c initFormula():: searching for DIMACS p-line....
2.29/2.31	c initFormula():: the DIMACS p-line indicates a CNF of 32402 variables and 97556 clauses.
2.29/2.31	c parseCNF():: parsing....
2.29/2.31	c parseCNF():: the CNF contains 64 unary clauses.
2.29/2.31	c runParser():: parsing was successful, warming up engines...
2.29/2.31	c find_and_remove_tautogolies():: found and removed 861 tautologies
2.29/2.31	c find_and_remove_tautogolies():: found and removed 30 tautologies
2.29/2.31	c find_and_remove_tautogolies():: found and removed 23 tautologies
2.29/2.31	c find_and_remove_tautogolies():: found and removed 19 tautologies
2.29/2.31	c find_and_remove_tautogolies():: found and removed 18 tautologies
2.29/2.31	c find_and_remove_tautogolies():: found and removed 41 tautologies
2.29/2.31	c find_and_remove_tautogolies():: found and removed 55 tautologies
2.29/2.31	c simplify_formula():: removed 205 tautological, 3459 satisfied and 27 duplicate clauses
2.29/2.31	c preprocessing fase I completed:: there are now 30950 free variables and 93865 clauses.
2.29/2.31	c stat :: sign balance is biased by 0.124
2.29/2.31	c find_equivalence():: found 980 3-equivalences
2.29/2.31	c find_and_remove_tautogolies():: found and removed 11 tautologies
2.29/2.31	c find_and_remove_tautogolies():: found and removed 10 tautologies
2.29/2.31	c find_and_remove_tautogolies():: found and removed 2 tautologies
2.29/2.31	c find_and_remove_tautogolies():: found and removed 224 tautologies
2.29/2.31	c shorten_equivalence(): average equivalence length reduced from 4.396999 to 3.754434
2.29/2.31	c using 3-SAT heuristics (occurence based diff)
2.29/2.31	c simplify_formula():: removed 0 tautological, 3920 satisfied and 0 duplicate clauses
2.29/2.31	c simplify_formula():: removed 0 tautological, 0 satisfied and 7446 duplicate clauses
2.29/2.31	c resolvent_look() :: found 3524 resolvents
2.29/2.31	c lessRedundantTransformation():: nothing to be done.
2.29/2.31	c transformTo3SAT():: you gave me 32402 variables and 97389 clauses.
2.29/2.31	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
2.29/2.31	c transformTo3SAT():: I will add 0 variables and 0 clauses!
2.29/2.31	c transformTo3SAT():: the transformation yielded 32402 variabels and 97389 clauses.
2.29/2.31	c main():: clause / variable ratio: ( 97389 / 32402 ) = 3.01
2.29/2.31	c longest clause has size 3
2.29/2.31	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
2.29/2.31	c number of free variables = 30703
2.29/2.31	c dynamic_preselect_setsize :: off
2.29/2.31	c main():: all systems go!
2.29/2.31	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-1558836-1238874865/watcher-1558836-1238874865 -o /tmp/evaluation-result-1558836-1238874865/solver-1558836-1238874865 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1558836-1238874865.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: 1.00 1.00 1.00 3/64 29369
/proc/meminfo: memFree=1588224/2055920 swapFree=4175700/4192956
[pid=29369] ppid=29367 vsize=3040 CPUtime=0
/proc/29369/stat : 29369 (march_hi) R 29367 29369 29174 0 -1 4194304 484 0 0 0 0 0 0 0 18 0 1 0 1160151683 3112960 469 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 0 0 0
/proc/29369/statm: 760 473 58 167 0 591 0

[startup+0.0835641 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29369
/proc/meminfo: memFree=1588224/2055920 swapFree=4175700/4192956
[pid=29369] ppid=29367 vsize=5068 CPUtime=0.07
/proc/29369/stat : 29369 (march_hi) R 29367 29369 29174 0 -1 4194304 1086 0 0 0 7 0 0 0 18 0 1 0 1160151683 5189632 1071 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 0 0 0
/proc/29369/statm: 1267 1071 58 167 0 1098 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5068

[startup+0.101565 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29369
/proc/meminfo: memFree=1588224/2055920 swapFree=4175700/4192956
[pid=29369] ppid=29367 vsize=5332 CPUtime=0.09
/proc/29369/stat : 29369 (march_hi) R 29367 29369 29174 0 -1 4194304 1157 0 0 0 9 0 0 0 18 0 1 0 1160151683 5459968 1142 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 0 0 0
/proc/29369/statm: 1333 1142 58 167 0 1164 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5332

[startup+0.301595 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29369
/proc/meminfo: memFree=1588224/2055920 swapFree=4175700/4192956
[pid=29369] ppid=29367 vsize=14592 CPUtime=0.29
/proc/29369/stat : 29369 (march_hi) R 29367 29369 29174 0 -1 4194304 3405 0 0 0 28 1 0 0 19 0 1 0 1160151683 14942208 2779 1992294400 134512640 135197378 4294956224 18446744073709551615 134702552 0 0 4096 0 0 0 0 17 0 0 0
/proc/29369/statm: 3648 2779 67 167 0 3479 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14592

[startup+0.701652 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29369
/proc/meminfo: memFree=1588224/2055920 swapFree=4175700/4192956
[pid=29369] ppid=29367 vsize=14588 CPUtime=0.69
/proc/29369/stat : 29369 (march_hi) R 29367 29369 29174 0 -1 4194304 3405 0 0 0 68 1 0 0 23 0 1 0 1160151683 14938112 2778 1992294400 134512640 135197378 4294956224 18446744073709551615 134532948 0 0 4096 0 0 0 0 17 0 0 0
/proc/29369/statm: 3647 2778 67 167 0 3478 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14588

[startup+1.50177 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29370
/proc/meminfo: memFree=1577336/2055920 swapFree=4175700/4192956
[pid=29369] ppid=29367 vsize=14584 CPUtime=1.49
/proc/29369/stat : 29369 (march_hi) R 29367 29369 29174 0 -1 4194304 3426 0 0 0 148 1 0 0 25 0 1 0 1160151683 14934016 2797 1992294400 134512640 135197378 4294956224 18446744073709551615 134695764 0 0 4096 0 0 0 0 17 0 0 0
/proc/29369/statm: 3646 2797 79 167 0 3477 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14584

[startup+3.10201 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29370
/proc/meminfo: memFree=1568248/2055920 swapFree=4175700/4192956
[pid=29369] ppid=29367 vsize=57392 CPUtime=3.09
/proc/29369/stat : 29369 (march_hi) R 29367 29369 29174 0 -1 4194304 9275 0 0 0 305 4 0 0 25 0 1 0 1160151683 58769408 6482 1992294400 134512640 135197378 4294956224 18446744073709551615 134570822 0 0 4096 0 0 0 0 17 0 0 0
/proc/29369/statm: 14348 6482 92 167 0 14179 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 57392

[startup+6.30148 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29370
/proc/meminfo: memFree=1560504/2055920 swapFree=4175700/4192956
[pid=29369] ppid=29367 vsize=60128 CPUtime=6.29
/proc/29369/stat : 29369 (march_hi) R 29367 29369 29174 0 -1 4194304 9926 0 0 0 625 4 0 0 25 0 1 0 1160151683 61571072 7133 1992294400 134512640 135197378 4294956224 18446744073709551615 134570918 0 0 4096 0 0 0 0 17 0 0 0
/proc/29369/statm: 15032 7133 92 167 0 14863 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 60128

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29370
/proc/meminfo: memFree=1558520/2055920 swapFree=4175700/4192956
[pid=29369] ppid=29367 vsize=61196 CPUtime=12.68
/proc/29369/stat : 29369 (march_hi) R 29367 29369 29174 0 -1 4194304 10239 0 0 0 1264 4 0 0 25 0 1 0 1160151683 62664704 7446 1992294400 134512640 135197378 4294956224 18446744073709551615 134570839 0 0 4096 0 0 0 0 17 0 0 0
/proc/29369/statm: 15299 7446 92 167 0 15130 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 61196

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29370
/proc/meminfo: memFree=1558072/2055920 swapFree=4175700/4192956
[pid=29369] ppid=29367 vsize=61740 CPUtime=25.49
/proc/29369/stat : 29369 (march_hi) R 29367 29369 29174 0 -1 4194304 10374 0 0 0 2544 5 0 0 25 0 1 0 1160151683 63221760 7581 1992294400 134512640 135197378 4294956224 18446744073709551615 134540901 0 0 4096 0 0 0 0 17 0 0 0
/proc/29369/statm: 15435 7581 92 167 0 15266 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 61740

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29370
/proc/meminfo: memFree=1557432/2055920 swapFree=4175700/4192956
[pid=29369] ppid=29367 vsize=62492 CPUtime=51.06
/proc/29369/stat : 29369 (march_hi) R 29367 29369 29174 0 -1 4194304 10532 0 0 0 5101 5 0 0 25 0 1 0 1160151683 63991808 7739 1992294400 134512640 135197378 4294956224 18446744073709551615 134570925 0 0 4096 0 0 0 0 17 0 0 0
/proc/29369/statm: 15623 7739 92 167 0 15454 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 62492

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29370
/proc/meminfo: memFree=1556472/2055920 swapFree=4175700/4192956
[pid=29369] ppid=29367 vsize=63376 CPUtime=102.24
/proc/29369/stat : 29369 (march_hi) R 29367 29369 29174 0 -1 4194304 10757 0 0 0 10219 5 0 0 25 0 1 0 1160151683 64897024 7964 1992294400 134512640 135197378 4294956224 18446744073709551615 134570889 0 0 4096 0 0 0 0 17 0 0 0
/proc/29369/statm: 15844 7964 92 167 0 15675 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 63376

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29370
/proc/meminfo: memFree=1555896/2055920 swapFree=4175700/4192956
[pid=29369] ppid=29367 vsize=64000 CPUtime=162.21
/proc/29369/stat : 29369 (march_hi) R 29367 29369 29174 0 -1 4194304 10888 0 0 0 16216 5 0 0 25 0 1 0 1160151683 65536000 8095 1992294400 134512640 135197378 4294956224 18446744073709551615 134572901 0 0 4096 0 0 0 0 17 0 0 0
/proc/29369/statm: 16000 8095 92 167 0 15831 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 64000

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29370
/proc/meminfo: memFree=1555192/2055920 swapFree=4175700/4192956
[pid=29369] ppid=29367 vsize=64736 CPUtime=222.19
/proc/29369/stat : 29369 (march_hi) R 29367 29369 29174 0 -1 4194304 11054 0 0 0 22213 6 0 0 25 0 1 0 1160151683 66289664 8261 1992294400 134512640 135197378 4294956224 18446744073709551615 134548488 0 0 4096 0 0 0 0 17 0 0 0
/proc/29369/statm: 16184 8261 92 167 0 16015 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 64736

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29370
/proc/meminfo: memFree=1554616/2055920 swapFree=4175700/4192956
[pid=29369] ppid=29367 vsize=65132 CPUtime=282.17
/proc/29369/stat : 29369 (march_hi) R 29367 29369 29174 0 -1 4194304 11198 0 0 0 28211 6 0 0 25 0 1 0 1160151683 66695168 8405 1992294400 134512640 135197378 4294956224 18446744073709551615 134572760 0 0 4096 0 0 0 0 17 0 0 0
/proc/29369/statm: 16283 8405 92 167 0 16114 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 65132

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29370
/proc/meminfo: memFree=1554232/2055920 swapFree=4175700/4192956
[pid=29369] ppid=29367 vsize=65776 CPUtime=342.13
/proc/29369/stat : 29369 (march_hi) R 29367 29369 29174 0 -1 4194304 11287 0 0 0 34207 6 0 0 25 0 1 0 1160151683 67354624 8494 1992294400 134512640 135197378 4294956224 18446744073709551615 134713223 0 0 4096 0 0 0 0 17 0 0 0
/proc/29369/statm: 16444 8494 92 167 0 16275 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 65776

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29376
/proc/meminfo: memFree=1553648/2055920 swapFree=4175700/4192956
[pid=29369] ppid=29367 vsize=66040 CPUtime=402.09
/proc/29369/stat : 29369 (march_hi) R 29367 29369 29174 0 -1 4194304 11380 0 0 0 40203 6 0 0 25 0 1 0 1160151683 67624960 8587 1992294400 134512640 135197378 4294956224 18446744073709551615 134570880 0 0 4096 0 0 0 0 17 0 0 0
/proc/29369/statm: 16510 8587 92 167 0 16341 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 66040

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29376
/proc/meminfo: memFree=1553464/2055920 swapFree=4175700/4192956
[pid=29369] ppid=29367 vsize=66936 CPUtime=462.07
/proc/29369/stat : 29369 (march_hi) R 29367 29369 29174 0 -1 4194304 11479 0 0 0 46200 7 0 0 25 0 1 0 1160151683 68542464 8686 1992294400 134512640 135197378 4294956224 18446744073709551615 134570760 0 0 4096 0 0 0 0 17 0 0 0
/proc/29369/statm: 16734 8686 92 167 0 16565 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 66936

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29376
/proc/meminfo: memFree=1552888/2055920 swapFree=4175700/4192956
[pid=29369] ppid=29367 vsize=67332 CPUtime=522.05
/proc/29369/stat : 29369 (march_hi) R 29367 29369 29174 0 -1 4194304 11617 0 0 0 52198 7 0 0 25 0 1 0 1160151683 68947968 8824 1992294400 134512640 135197378 4294956224 18446744073709551615 134540901 0 0 4096 0 0 0 0 17 0 0 0
/proc/29369/statm: 16833 8824 92 167 0 16664 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 67332

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29376
/proc/meminfo: memFree=1552568/2055920 swapFree=4175700/4192956
[pid=29369] ppid=29367 vsize=67464 CPUtime=582.01
/proc/29369/stat : 29369 (march_hi) R 29367 29369 29174 0 -1 4194304 11714 0 0 0 58194 7 0 0 25 0 1 0 1160151683 69083136 8921 1992294400 134512640 135197378 4294956224 18446744073709551615 134713223 0 0 4096 0 0 0 0 17 0 0 0
/proc/29369/statm: 16866 8921 92 167 0 16697 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 67464

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29376
/proc/meminfo: memFree=1552248/2055920 swapFree=4175700/4192956
[pid=29369] ppid=29367 vsize=67596 CPUtime=641.99
/proc/29369/stat : 29369 (march_hi) R 29367 29369 29174 0 -1 4194304 11795 0 0 0 64192 7 0 0 25 0 1 0 1160151683 69218304 9002 1992294400 134512640 135197378 4294956224 18446744073709551615 134713215 0 0 4096 0 0 0 0 17 0 0 0
/proc/29369/statm: 16899 9002 92 167 0 16730 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 67596

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29376
/proc/meminfo: memFree=1551800/2055920 swapFree=4175700/4192956
[pid=29369] ppid=29367 vsize=68880 CPUtime=701.97
/proc/29369/stat : 29369 (march_hi) R 29367 29369 29174 0 -1 4194304 11871 0 0 0 70190 7 0 0 25 0 1 0 1160151683 70533120 9078 1992294400 134512640 135197378 4294956224 18446744073709551615 134572883 0 0 4096 0 0 0 0 17 0 0 0
/proc/29369/statm: 17220 9078 92 167 0 17051 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 68880

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29376
/proc/meminfo: memFree=1551416/2055920 swapFree=4175700/4192956
[pid=29369] ppid=29367 vsize=69012 CPUtime=761.95
/proc/29369/stat : 29369 (march_hi) R 29367 29369 29174 0 -1 4194304 11961 0 0 0 76188 7 0 0 25 0 1 0 1160151683 70668288 9168 1992294400 134512640 135197378 4294956224 18446744073709551615 134649062 0 0 4096 0 0 0 0 17 0 0 0
/proc/29369/statm: 17253 9168 92 167 0 17084 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 69012

[startup+822.302 s]
/proc/loadavg: 1.13 1.04 1.01 2/65 29376
/proc/meminfo: memFree=1551160/2055920 swapFree=4175700/4192956
[pid=29369] ppid=29367 vsize=69144 CPUtime=821.92
/proc/29369/stat : 29369 (march_hi) R 29367 29369 29174 0 -1 4194304 12036 0 0 0 82184 8 0 0 25 0 1 0 1160151683 70803456 9243 1992294400 134512640 135197378 4294956224 18446744073709551615 134713177 0 0 4096 0 0 0 0 17 0 0 0
/proc/29369/statm: 17286 9243 92 167 0 17117 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 69144

[startup+882.302 s]
/proc/loadavg: 1.08 1.05 1.01 2/65 29376
/proc/meminfo: memFree=1550904/2055920 swapFree=4175700/4192956
[pid=29369] ppid=29367 vsize=69276 CPUtime=881.89
/proc/29369/stat : 29369 (march_hi) R 29367 29369 29174 0 -1 4194304 12111 0 0 0 88181 8 0 0 25 0 1 0 1160151683 70938624 9318 1992294400 134512640 135197378 4294956224 18446744073709551615 134572883 0 0 4096 0 0 0 0 17 0 0 0
/proc/29369/statm: 17319 9318 92 167 0 17150 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 69276

[startup+942.301 s]
/proc/loadavg: 1.03 1.04 1.00 2/65 29376
/proc/meminfo: memFree=1550584/2055920 swapFree=4175700/4192956
[pid=29369] ppid=29367 vsize=69276 CPUtime=941.84
/proc/29369/stat : 29369 (march_hi) R 29367 29369 29174 0 -1 4194304 12188 0 0 0 94176 8 0 0 25 0 1 0 1160151683 70938624 9395 1992294400 134512640 135197378 4294956224 18446744073709551615 134572867 0 0 4096 0 0 0 0 17 0 0 0
/proc/29369/statm: 17319 9395 92 167 0 17150 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 69276

[startup+1002.3 s]
/proc/loadavg: 1.01 1.03 1.00 3/65 29376
/proc/meminfo: memFree=1550328/2055920 swapFree=4175700/4192956
[pid=29369] ppid=29367 vsize=69408 CPUtime=1001.82
/proc/29369/stat : 29369 (march_hi) R 29367 29369 29174 0 -1 4194304 12260 0 0 0 100174 8 0 0 25 0 1 0 1160151683 71073792 9467 1992294400 134512640 135197378 4294956224 18446744073709551615 134548518 0 0 4096 0 0 0 0 17 0 0 0
/proc/29369/statm: 17352 9467 92 167 0 17183 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 69408

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 29376
/proc/meminfo: memFree=1550008/2055920 swapFree=4175700/4192956
[pid=29369] ppid=29367 vsize=71264 CPUtime=1061.8
/proc/29369/stat : 29369 (march_hi) R 29367 29369 29174 0 -1 4194304 12333 0 0 0 106171 9 0 0 25 0 1 0 1160151683 72974336 9540 1992294400 134512640 135197378 4294956224 18446744073709551615 134603846 0 0 4096 0 0 0 0 17 0 0 0
/proc/29369/statm: 17816 9540 92 167 0 17647 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 71264

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 29376
/proc/meminfo: memFree=1549624/2055920 swapFree=4175700/4192956
[pid=29369] ppid=29367 vsize=71396 CPUtime=1121.78
/proc/29369/stat : 29369 (march_hi) R 29367 29369 29174 0 -1 4194304 12409 0 0 0 112169 9 0 0 25 0 1 0 1160151683 73109504 9616 1992294400 134512640 135197378 4294956224 18446744073709551615 134713223 0 0 4096 0 0 0 0 17 0 0 0
/proc/29369/statm: 17849 9616 92 167 0 17680 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 71396

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 29376
/proc/meminfo: memFree=1549368/2055920 swapFree=4175700/4192956
[pid=29369] ppid=29367 vsize=71396 CPUtime=1181.75
/proc/29369/stat : 29369 (march_hi) R 29367 29369 29174 0 -1 4194304 12480 0 0 0 118166 9 0 0 25 0 1 0 1160151683 73109504 9687 1992294400 134512640 135197378 4294956224 18446744073709551615 134570925 0 0 4096 0 0 0 0 17 0 0 0
/proc/29369/statm: 17849 9687 92 167 0 17680 0
Current children cumulated CPU time (s) 1181.75
Current children cumulated vsize (KiB) 71396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 29376
/proc/meminfo: memFree=1549304/2055920 swapFree=4175700/4192956
[pid=29369] ppid=29367 vsize=71396 CPUtime=1200.05
/proc/29369/stat : 29369 (march_hi) R 29367 29369 29174 0 -1 4194304 12500 0 0 0 119996 9 0 0 25 0 1 0 1160151683 73109504 9707 1992294400 134512640 135197378 4294956224 18446744073709551615 134570910 0 0 4096 0 0 0 0 17 0 0 0
/proc/29369/statm: 17849 9707 92 167 0 17680 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 71396

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.61
CPU time (s): 1200.06
CPU user time (s): 1199.96
CPU system time (s): 0.098984
CPU usage (%): 99.9543
Max. virtual memory (cumulated for all children) (KiB): 71396

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

runsolver used 1.14083 second user time and 3.23551 second system time

The end

Launcher Data

Begin job on node30 at 2009-04-04 21:54:25
IDJOB=1558836
IDBENCH=70865
IDSOLVER=521
FILE ID=node30/1558836-1238874865
PBS_JOBID= 9085976
Free space on /tmp= 66540 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-33-s100.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1558836-1238874865/watcher-1558836-1238874865 -o /tmp/evaluation-result-1558836-1238874865/solver-1558836-1238874865 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1558836-1238874865.cnf

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

MD5SUM BENCH= abeb2c5a0bb0ad39fbdbdbc07efbecf7
RANDOM SEED=310838904

node30.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.260
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	: 5931.00
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.260
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:       1588704 kB
Buffers:         47408 kB
Cached:         352448 kB
SwapCached:      11476 kB
Active:         162048 kB
Inactive:       251256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1588704 kB
SwapTotal:     4192956 kB
SwapFree:      4175700 kB
Dirty:            2320 kB
Writeback:           0 kB
Mapped:          18744 kB
Slab:            39944 kB
Committed_AS:  3546532 kB
PageTables:       1368 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= 66540 MiB
End job on node30 at 2009-04-04 22:14:27