Trace number 1559356

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 1200.41

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-28-s100.cnf
MD5SUM06e51f5d7b210924fc518c0569affee4
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 variables32151
Number of clauses96786
Sum of the clauses size228372
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261858
Number of clauses of size 334864
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

2.19/2.26	c main():: ***                                   [ march satisfiability solver ]                                   ***
2.19/2.26	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
2.19/2.26	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
2.19/2.26	c main()::
2.19/2.26	c initFormula():: searching for DIMACS p-line....
2.19/2.26	c initFormula():: the DIMACS p-line indicates a CNF of 32151 variables and 96786 clauses.
2.19/2.26	c parseCNF():: parsing....
2.19/2.26	c parseCNF():: the CNF contains 64 unary clauses.
2.19/2.26	c runParser():: parsing was successful, warming up engines...
2.19/2.26	c find_and_remove_tautogolies():: found and removed 848 tautologies
2.19/2.26	c find_and_remove_tautogolies():: found and removed 60 tautologies
2.19/2.26	c find_and_remove_tautogolies():: found and removed 23 tautologies
2.19/2.26	c find_and_remove_tautogolies():: found and removed 19 tautologies
2.19/2.26	c find_and_remove_tautogolies():: found and removed 18 tautologies
2.19/2.26	c find_and_remove_tautogolies():: found and removed 41 tautologies
2.19/2.26	c find_and_remove_tautogolies():: found and removed 55 tautologies
2.19/2.26	c simplify_formula():: removed 209 tautological, 3791 satisfied and 27 duplicate clauses
2.19/2.26	c preprocessing fase I completed:: there are now 30594 free variables and 92759 clauses.
2.19/2.26	c stat :: sign balance is biased by 0.124
2.19/2.26	c find_equivalence():: found 929 3-equivalences
2.19/2.26	c find_and_remove_tautogolies():: found and removed 8 tautologies
2.19/2.26	c find_and_remove_tautogolies():: found and removed 1 tautologies
2.19/2.26	c find_and_remove_tautogolies():: found and removed 2 tautologies
2.19/2.26	c find_and_remove_tautogolies():: found and removed 204 tautologies
2.19/2.26	c shorten_equivalence(): average equivalence length reduced from 4.313725 to 3.703081
2.19/2.26	c using 3-SAT heuristics (occurence based diff)
2.19/2.26	c simplify_formula():: removed 0 tautological, 3716 satisfied and 0 duplicate clauses
2.19/2.26	c simplify_formula():: removed 0 tautological, 0 satisfied and 7372 duplicate clauses
2.19/2.26	c resolvent_look() :: found 3654 resolvents
2.19/2.26	c lessRedundantTransformation():: nothing to be done.
2.19/2.26	c transformTo3SAT():: you gave me 32151 variables and 96413 clauses.
2.19/2.26	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
2.19/2.26	c transformTo3SAT():: I will add 0 variables and 0 clauses!
2.19/2.26	c transformTo3SAT():: the transformation yielded 32151 variabels and 96413 clauses.
2.19/2.26	c main():: clause / variable ratio: ( 96413 / 32151 ) = 3.00
2.19/2.26	c longest clause has size 3
2.19/2.26	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
2.19/2.26	c number of free variables = 30379
2.19/2.26	c dynamic_preselect_setsize :: off
2.19/2.26	c main():: all systems go!
2.19/2.26	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-1559356-1238882688/watcher-1559356-1238882688 -o /tmp/evaluation-result-1559356-1238882688/solver-1559356-1238882688 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1559356-1238882688.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.99 3/73 10282
/proc/meminfo: memFree=1759408/2055920 swapFree=4175408/4192956
[pid=10282] ppid=10280 vsize=3420 CPUtime=0
/proc/10282/stat : 10282 (march_hi) R 10280 10282 10209 0 -1 4194304 603 0 0 0 0 0 0 0 18 0 1 0 1160933325 3502080 588 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/10282/statm: 855 592 58 167 0 686 0

[startup+0.088269 s]
/proc/loadavg: 0.99 0.97 0.99 3/73 10282
/proc/meminfo: memFree=1759408/2055920 swapFree=4175408/4192956
[pid=10282] ppid=10280 vsize=5164 CPUtime=0.08
/proc/10282/stat : 10282 (march_hi) R 10280 10282 10209 0 -1 4194304 1122 0 0 0 7 1 0 0 18 0 1 0 1160933325 5287936 1107 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/10282/statm: 1291 1107 58 167 0 1122 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5164

[startup+0.101268 s]
/proc/loadavg: 0.99 0.97 0.99 3/73 10282
/proc/meminfo: memFree=1759408/2055920 swapFree=4175408/4192956
[pid=10282] ppid=10280 vsize=5296 CPUtime=0.1
/proc/10282/stat : 10282 (march_hi) R 10280 10282 10209 0 -1 4194304 1177 0 0 0 9 1 0 0 18 0 1 0 1160933325 5423104 1162 1992294400 134512640 135197378 4294956240 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/10282/statm: 1324 1163 58 167 0 1155 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5296

[startup+0.301291 s]
/proc/loadavg: 0.99 0.97 0.99 3/73 10282
/proc/meminfo: memFree=1759408/2055920 swapFree=4175408/4192956
[pid=10282] ppid=10280 vsize=14500 CPUtime=0.29
/proc/10282/stat : 10282 (march_hi) R 10280 10282 10209 0 -1 4194304 3375 0 0 0 27 2 0 0 19 0 1 0 1160933325 14848000 2755 1992294400 134512640 135197378 4294956240 18446744073709551615 134713223 0 0 4096 0 0 0 0 17 1 0 0
/proc/10282/statm: 3625 2755 67 167 0 3456 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14500

[startup+0.701338 s]
/proc/loadavg: 0.99 0.97 0.99 3/73 10282
/proc/meminfo: memFree=1759408/2055920 swapFree=4175408/4192956
[pid=10282] ppid=10280 vsize=14496 CPUtime=0.69
/proc/10282/stat : 10282 (march_hi) R 10280 10282 10209 0 -1 4194304 3375 0 0 0 67 2 0 0 23 0 1 0 1160933325 14843904 2754 1992294400 134512640 135197378 4294956240 18446744073709551615 134560366 0 0 4096 0 0 0 0 17 1 0 0
/proc/10282/statm: 3624 2754 67 167 0 3455 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14496

[startup+1.50143 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 10283
/proc/meminfo: memFree=1748584/2055920 swapFree=4175408/4192956
[pid=10282] ppid=10280 vsize=14492 CPUtime=1.49
/proc/10282/stat : 10282 (march_hi) R 10280 10282 10209 0 -1 4194304 3396 0 0 0 147 2 0 0 25 0 1 0 1160933325 14839808 2773 1992294400 134512640 135197378 4294956240 18446744073709551615 134702527 0 0 4096 0 0 0 0 17 1 0 0
/proc/10282/statm: 3623 2773 79 167 0 3454 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14492

[startup+3.10162 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 10283
/proc/meminfo: memFree=1739112/2055920 swapFree=4175408/4192956
[pid=10282] ppid=10280 vsize=56832 CPUtime=3.09
/proc/10282/stat : 10282 (march_hi) R 10280 10282 10209 0 -1 4194304 9160 0 0 0 304 5 0 0 25 0 1 0 1160933325 58195968 6391 1992294400 134512640 135197378 4294956240 18446744073709551615 134649305 0 0 4096 0 0 0 0 17 1 0 0
/proc/10282/statm: 14208 6391 92 167 0 14039 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 56832

[startup+6.30299 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 10283
/proc/meminfo: memFree=1731496/2055920 swapFree=4175408/4192956
[pid=10282] ppid=10280 vsize=59808 CPUtime=6.29
/proc/10282/stat : 10282 (march_hi) R 10280 10282 10209 0 -1 4194304 9896 0 0 0 624 5 0 0 25 0 1 0 1160933325 61243392 7127 1992294400 134512640 135197378 4294956240 18446744073709551615 134570918 0 0 4096 0 0 0 0 17 1 0 0
/proc/10282/statm: 14952 7127 92 167 0 14783 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 59808

[startup+12.7017 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 10283
/proc/meminfo: memFree=1729896/2055920 swapFree=4175408/4192956
[pid=10282] ppid=10280 vsize=60732 CPUtime=12.69
/proc/10282/stat : 10282 (march_hi) R 10280 10282 10209 0 -1 4194304 10146 0 0 0 1263 6 0 0 25 0 1 0 1160933325 62189568 7377 1992294400 134512640 135197378 4294956240 18446744073709551615 134570751 0 0 4096 0 0 0 0 17 1 0 0
/proc/10282/statm: 15183 7377 92 167 0 15014 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 60732

[startup+25.5012 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 10283
/proc/meminfo: memFree=1729192/2055920 swapFree=4175408/4192956
[pid=10282] ppid=10280 vsize=61416 CPUtime=25.49
/proc/10282/stat : 10282 (march_hi) R 10280 10282 10209 0 -1 4194304 10312 0 0 0 2543 6 0 0 25 0 1 0 1160933325 62889984 7543 1992294400 134512640 135197378 4294956240 18446744073709551615 134603836 0 0 4096 0 0 0 0 17 1 0 0
/proc/10282/statm: 15354 7543 92 167 0 15185 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 61416

[startup+51.1012 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 10283
/proc/meminfo: memFree=1728360/2055920 swapFree=4175408/4192956
[pid=10282] ppid=10280 vsize=62268 CPUtime=51.07
/proc/10282/stat : 10282 (march_hi) R 10280 10282 10209 0 -1 4194304 10506 0 0 0 5101 6 0 0 25 0 1 0 1160933325 63762432 7737 1992294400 134512640 135197378 4294956240 18446744073709551615 134713209 0 0 4096 0 0 0 0 17 1 0 0
/proc/10282/statm: 15567 7737 92 167 0 15398 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 62268

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 10283
/proc/meminfo: memFree=1727272/2055920 swapFree=4175408/4192956
[pid=10282] ppid=10280 vsize=63316 CPUtime=102.26
/proc/10282/stat : 10282 (march_hi) R 10280 10282 10209 0 -1 4194304 10772 0 0 0 10220 6 0 0 25 0 1 0 1160933325 64835584 8003 1992294400 134512640 135197378 4294956240 18446744073709551615 134713223 0 0 4096 0 0 0 0 17 1 0 0
/proc/10282/statm: 15829 8003 92 167 0 15660 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 63316

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 10283
/proc/meminfo: memFree=1726824/2055920 swapFree=4175408/4192956
[pid=10282] ppid=10280 vsize=63808 CPUtime=162.25
/proc/10282/stat : 10282 (march_hi) R 10280 10282 10209 0 -1 4194304 10881 0 0 0 16218 7 0 0 25 0 1 0 1160933325 65339392 8112 1992294400 134512640 135197378 4294956240 18446744073709551615 134572878 0 0 4096 0 0 0 0 17 1 0 0
/proc/10282/statm: 15952 8112 92 167 0 15783 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 63808

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 10283
/proc/meminfo: memFree=1726312/2055920 swapFree=4175408/4192956
[pid=10282] ppid=10280 vsize=64544 CPUtime=222.23
/proc/10282/stat : 10282 (march_hi) R 10280 10282 10209 0 -1 4194304 11009 0 0 0 22216 7 0 0 25 0 1 0 1160933325 66093056 8240 1992294400 134512640 135197378 4294956240 18446744073709551615 134572699 0 0 4096 0 0 0 0 17 1 0 0
/proc/10282/statm: 16136 8240 92 167 0 15967 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 64544

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 10283
/proc/meminfo: memFree=1725736/2055920 swapFree=4175408/4192956
[pid=10282] ppid=10280 vsize=64808 CPUtime=282.21
/proc/10282/stat : 10282 (march_hi) R 10280 10282 10209 0 -1 4194304 11141 0 0 0 28214 7 0 0 25 0 1 0 1160933325 66363392 8372 1992294400 134512640 135197378 4294956240 18446744073709551615 134713223 0 0 4096 0 0 0 0 17 1 0 0
/proc/10282/statm: 16202 8372 92 167 0 16033 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 64808

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 10283
/proc/meminfo: memFree=1725288/2055920 swapFree=4175408/4192956
[pid=10282] ppid=10280 vsize=65584 CPUtime=342.2
/proc/10282/stat : 10282 (march_hi) R 10280 10282 10209 0 -1 4194304 11251 0 0 0 34212 8 0 0 25 0 1 0 1160933325 67158016 8482 1992294400 134512640 135197378 4294956240 18446744073709551615 134540938 0 0 4096 0 0 0 0 17 1 0 0
/proc/10282/statm: 16396 8482 92 167 0 16227 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 65584

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 10283
/proc/meminfo: memFree=1724904/2055920 swapFree=4175408/4192956
[pid=10282] ppid=10280 vsize=65848 CPUtime=402.18
/proc/10282/stat : 10282 (march_hi) R 10280 10282 10209 0 -1 4194304 11347 0 0 0 40210 8 0 0 25 0 1 0 1160933325 67428352 8578 1992294400 134512640 135197378 4294956240 18446744073709551615 134572883 0 0 4096 0 0 0 0 17 1 0 0
/proc/10282/statm: 16462 8578 92 167 0 16293 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 65848

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 10283
/proc/meminfo: memFree=1724520/2055920 swapFree=4175408/4192956
[pid=10282] ppid=10280 vsize=65980 CPUtime=462.17
/proc/10282/stat : 10282 (march_hi) R 10280 10282 10209 0 -1 4194304 11435 0 0 0 46209 8 0 0 25 0 1 0 1160933325 67563520 8666 1992294400 134512640 135197378 4294956240 18446744073709551615 134713215 0 0 4096 0 0 0 0 17 1 0 0
/proc/10282/statm: 16495 8666 92 167 0 16326 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 65980

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 10283
/proc/meminfo: memFree=1724136/2055920 swapFree=4175408/4192956
[pid=10282] ppid=10280 vsize=66876 CPUtime=522.15
/proc/10282/stat : 10282 (march_hi) R 10280 10282 10209 0 -1 4194304 11529 0 0 0 52207 8 0 0 25 0 1 0 1160933325 68481024 8760 1992294400 134512640 135197378 4294956240 18446744073709551615 134713215 0 0 4096 0 0 0 0 17 1 0 0
/proc/10282/statm: 16719 8760 92 167 0 16550 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 66876

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 10283
/proc/meminfo: memFree=1723688/2055920 swapFree=4175408/4192956
[pid=10282] ppid=10280 vsize=67140 CPUtime=582.13
/proc/10282/stat : 10282 (march_hi) R 10280 10282 10209 0 -1 4194304 11630 0 0 0 58205 8 0 0 25 0 1 0 1160933325 68751360 8861 1992294400 134512640 135197378 4294956240 18446744073709551615 134713207 0 0 4096 0 0 0 0 17 1 0 0
/proc/10282/statm: 16785 8861 92 167 0 16616 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 67140

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 10283
/proc/meminfo: memFree=1723368/2055920 swapFree=4175408/4192956
[pid=10282] ppid=10280 vsize=67272 CPUtime=642.12
/proc/10282/stat : 10282 (march_hi) R 10280 10282 10209 0 -1 4194304 11706 0 0 0 64204 8 0 0 25 0 1 0 1160933325 68886528 8937 1992294400 134512640 135197378 4294956240 18446744073709551615 134572901 0 0 4096 0 0 0 0 17 1 0 0
/proc/10282/statm: 16818 8937 92 167 0 16649 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 67272

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 10283
/proc/meminfo: memFree=1722984/2055920 swapFree=4175408/4192956
[pid=10282] ppid=10280 vsize=67404 CPUtime=702.11
/proc/10282/stat : 10282 (march_hi) R 10280 10282 10209 0 -1 4194304 11793 0 0 0 70202 9 0 0 25 0 1 0 1160933325 69021696 9024 1992294400 134512640 135197378 4294956240 18446744073709551615 134649136 0 0 4096 0 0 0 0 17 1 0 0
/proc/10282/statm: 16851 9024 92 167 0 16682 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 67404

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 10283
/proc/meminfo: memFree=1722600/2055920 swapFree=4175408/4192956
[pid=10282] ppid=10280 vsize=68688 CPUtime=762.09
/proc/10282/stat : 10282 (march_hi) R 10280 10282 10209 0 -1 4194304 11878 0 0 0 76200 9 0 0 25 0 1 0 1160933325 70336512 9109 1992294400 134512640 135197378 4294956240 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 1 0 0
/proc/10282/statm: 17172 9109 92 167 0 17003 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 68688

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 10283
/proc/meminfo: memFree=1722280/2055920 swapFree=4175408/4192956
[pid=10282] ppid=10280 vsize=68820 CPUtime=822.07
/proc/10282/stat : 10282 (march_hi) R 10280 10282 10209 0 -1 4194304 11956 0 0 0 82198 9 0 0 25 0 1 0 1160933325 70471680 9187 1992294400 134512640 135197378 4294956240 18446744073709551615 134713223 0 0 4096 0 0 0 0 17 1 0 0
/proc/10282/statm: 17205 9187 92 167 0 17036 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 68820

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 10283
/proc/meminfo: memFree=1721960/2055920 swapFree=4175408/4192956
[pid=10282] ppid=10280 vsize=68952 CPUtime=882.05
/proc/10282/stat : 10282 (march_hi) R 10280 10282 10209 0 -1 4194304 12034 0 0 0 88196 9 0 0 25 0 1 0 1160933325 70606848 9265 1992294400 134512640 135197378 4294956240 18446744073709551615 134570751 0 0 4096 0 0 0 0 17 1 0 0
/proc/10282/statm: 17238 9265 92 167 0 17069 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 68952

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 10283
/proc/meminfo: memFree=1721640/2055920 swapFree=4175408/4192956
[pid=10282] ppid=10280 vsize=69084 CPUtime=942.03
/proc/10282/stat : 10282 (march_hi) R 10280 10282 10209 0 -1 4194304 12106 0 0 0 94194 9 0 0 25 0 1 0 1160933325 70742016 9337 1992294400 134512640 135197378 4294956240 18446744073709551615 134570751 0 0 4096 0 0 0 0 17 1 0 0
/proc/10282/statm: 17271 9337 92 167 0 17102 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 69084

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 10283
/proc/meminfo: memFree=1721448/2055920 swapFree=4175408/4192956
[pid=10282] ppid=10280 vsize=69216 CPUtime=1002.02
/proc/10282/stat : 10282 (march_hi) R 10280 10282 10209 0 -1 4194304 12177 0 0 0 100193 9 0 0 25 0 1 0 1160933325 70877184 9408 1992294400 134512640 135197378 4294956240 18446744073709551615 134713225 0 0 4096 0 0 0 0 17 1 0 0
/proc/10282/statm: 17304 9408 92 167 0 17135 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 69216

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 10283
/proc/meminfo: memFree=1721064/2055920 swapFree=4175408/4192956
[pid=10282] ppid=10280 vsize=69348 CPUtime=1062
/proc/10282/stat : 10282 (march_hi) R 10280 10282 10209 0 -1 4194304 12268 0 0 0 106191 9 0 0 25 0 1 0 1160933325 71012352 9499 1992294400 134512640 135197378 4294956240 18446744073709551615 134713223 0 0 4096 0 0 0 0 17 1 0 0
/proc/10282/statm: 17337 9499 92 167 0 17168 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 69348

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 10283
/proc/meminfo: memFree=1720744/2055920 swapFree=4175408/4192956
[pid=10282] ppid=10280 vsize=71204 CPUtime=1121.98
/proc/10282/stat : 10282 (march_hi) R 10280 10282 10209 0 -1 4194304 12349 0 0 0 112189 9 0 0 25 0 1 0 1160933325 72912896 9580 1992294400 134512640 135197378 4294956240 18446744073709551615 134572878 0 0 4096 0 0 0 0 17 1 0 0
/proc/10282/statm: 17801 9580 92 167 0 17632 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 71204

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 10283
/proc/meminfo: memFree=1720424/2055920 swapFree=4175408/4192956
[pid=10282] ppid=10280 vsize=71336 CPUtime=1181.97
/proc/10282/stat : 10282 (march_hi) R 10280 10282 10209 0 -1 4194304 12426 0 0 0 118188 9 0 0 25 0 1 0 1160933325 73048064 9657 1992294400 134512640 135197378 4294956240 18446744073709551615 134713190 0 0 4096 0 0 0 0 17 1 0 0
/proc/10282/statm: 17834 9657 92 167 0 17665 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 71336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 10283
/proc/meminfo: memFree=1720296/2055920 swapFree=4175408/4192956
[pid=10282] ppid=10280 vsize=71336 CPUtime=1200.07
/proc/10282/stat : 10282 (march_hi) R 10280 10282 10209 0 -1 4194304 12447 0 0 0 119998 9 0 0 25 0 1 0 1160933325 73048064 9678 1992294400 134512640 135197378 4294956240 18446744073709551615 134572901 0 0 4096 0 0 0 0 17 1 0 0
/proc/10282/statm: 17834 9678 92 167 0 17665 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 71336

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.41
CPU time (s): 1200.09
CPU user time (s): 1199.98
CPU system time (s): 0.105983
CPU usage (%): 99.9731
Max. virtual memory (cumulated for all children) (KiB): 71336

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

runsolver used 1.08783 second user time and 3.2905 second system time

The end

Launcher Data

Begin job on node77 at 2009-04-05 00:04:48
IDJOB=1559356
IDBENCH=70875
IDSOLVER=521
FILE ID=node77/1559356-1238882688
PBS_JOBID= 9086014
Free space on /tmp= 66544 MiB

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

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

MD5SUM BENCH= 06e51f5d7b210924fc518c0569affee4
RANDOM SEED=360502953

node77.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.230
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.230
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1759888 kB
Buffers:         37216 kB
Cached:         185980 kB
SwapCached:       8888 kB
Active:          45264 kB
Inactive:       190528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1759888 kB
SwapTotal:     4192956 kB
SwapFree:      4175408 kB
Dirty:            2308 kB
Writeback:           0 kB
Mapped:          16252 kB
Slab:            45328 kB
Committed_AS:  3109428 kB
PageTables:       1984 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= 66544 MiB
End job on node77 at 2009-04-05 00:24:50