Trace number 1717002

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.12 1200.44

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-25.cnf
MD5SUM0acd143a4e60b38309663b5993b5ded9
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 variables8920
Number of clauses31884
Sum of the clauses size83706
Maximum clause length229
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 215331
Number of clauses of size 314327
Number of clauses of size 41469
Number of clauses of size 5588
Number of clauses of size over 5168

Solver Data

0.29/0.34	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.29/0.34	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.29/0.34	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.29/0.34	c main()::
0.29/0.34	c initFormula():: searching for DIMACS p-line....
0.29/0.34	c initFormula():: the DIMACS p-line indicates a CNF of 8920 variables and 31884 clauses.
0.29/0.34	c parseCNF():: parsing....
0.29/0.34	c parseCNF():: the CNF contains 1 unary clauses.
0.29/0.34	c runParser():: parsing was successful, warming up engines...
0.29/0.34	c find_and_remove_tautogolies():: found and removed 575 tautologies
0.29/0.34	c simplify_formula():: removed 0 tautological, 2062 satisfied and 0 duplicate clauses
0.29/0.34	c preprocessing fase I completed:: there are now 8115 free variables and 29822 clauses.
0.29/0.34	c stat :: sign balance is biased by 0.113
0.29/0.34	c find_equivalence():: found 2789 3-equivalences
0.29/0.34	c find_and_remove_tautogolies():: found and removed 412 tautologies
0.29/0.34	c shorten_equivalence(): average equivalence length reduced from 4.949095 to 3.385360
0.29/0.34	c using k-SAT heuristics (size based diff)
0.29/0.34	c simplify_formula():: removed 0 tautological, 11156 satisfied and 0 duplicate clauses
0.29/0.34	c simplify_formula():: removed 0 tautological, 0 satisfied and 36 duplicate clauses
0.29/0.34	c main():: clause / variable ratio: ( 24524 / 8920 ) = 2.75
0.29/0.34	c longest clause has size 8
0.29/0.34	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.29/0.34	c number of free variables = 7703
0.29/0.34	c dynamic_preselect_setsize :: off
0.29/0.34	c main():: all systems go!
0.29/0.34	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-1717002-1240622927/watcher-1717002-1240622927 -o /tmp/evaluation-result-1717002-1240622927/solver-1717002-1240622927 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1717002-1240622927.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 14005
/proc/meminfo: memFree=1287872/2055920 swapFree=4146964/4192956
[pid=14005] ppid=14003 vsize=1744 CPUtime=0
/proc/14005/stat : 14005 (march_hi) R 14003 14005 13907 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 90326215 1785856 274 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/14005/statm: 436 274 57 167 0 267 0

[startup+0.051789 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14005
/proc/meminfo: memFree=1287872/2055920 swapFree=4146964/4192956
[pid=14005] ppid=14003 vsize=3936 CPUtime=0.04
/proc/14005/stat : 14005 (march_hi) R 14003 14005 13907 0 -1 4194304 783 0 0 0 4 0 0 0 18 0 1 0 90326215 4030464 629 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/14005/statm: 984 629 61 167 0 815 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3936

[startup+0.102809 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14005
/proc/meminfo: memFree=1287872/2055920 swapFree=4146964/4192956
[pid=14005] ppid=14003 vsize=4208 CPUtime=0.09
/proc/14005/stat : 14005 (march_hi) R 14003 14005 13907 0 -1 4194304 1333 0 0 0 9 0 0 0 18 0 1 0 90326215 4308992 702 1992294400 134512640 135197378 4294956240 18446744073709551615 134569221 0 0 4096 0 0 0 0 17 1 0 0
/proc/14005/statm: 1052 702 66 167 0 883 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4208

[startup+0.301819 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14005
/proc/meminfo: memFree=1287872/2055920 swapFree=4146964/4192956
[pid=14005] ppid=14003 vsize=16568 CPUtime=0.29
/proc/14005/stat : 14005 (march_hi) R 14003 14005 13907 0 -1 4194304 4056 0 0 0 29 0 0 0 19 0 1 0 90326215 16965632 1704 1992294400 134512640 135197378 4294956240 18446744073709551615 134560412 0 0 4096 0 0 0 0 17 1 0 0
/proc/14005/statm: 4142 1704 86 167 0 3973 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16568

[startup+0.701854 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14005
/proc/meminfo: memFree=1287872/2055920 swapFree=4146964/4192956
[pid=14005] ppid=14003 vsize=18840 CPUtime=0.69
/proc/14005/stat : 14005 (march_hi) R 14003 14005 13907 0 -1 4194304 5211 0 0 0 68 1 0 0 22 0 1 0 90326215 19292160 2382 1992294400 134512640 135197378 4294956240 18446744073709551615 134713217 0 0 4096 0 0 0 0 17 1 0 0
/proc/14005/statm: 4710 2382 91 167 0 4541 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18840

[startup+1.50193 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14006
/proc/meminfo: memFree=1278072/2055920 swapFree=4146964/4192956
[pid=14005] ppid=14003 vsize=19636 CPUtime=1.49
/proc/14005/stat : 14005 (march_hi) R 14003 14005 13907 0 -1 4194304 5429 0 0 0 148 1 0 0 25 0 1 0 90326215 20107264 2600 1992294400 134512640 135197378 4294956240 18446744073709551615 134553454 0 0 4096 0 0 0 0 17 1 0 0
/proc/14005/statm: 4909 2600 91 167 0 4740 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19636

[startup+3.10107 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14006
/proc/meminfo: memFree=1277496/2055920 swapFree=4146964/4192956
[pid=14005] ppid=14003 vsize=20036 CPUtime=3.09
/proc/14005/stat : 14005 (march_hi) R 14003 14005 13907 0 -1 4194304 5547 0 0 0 308 1 0 0 25 0 1 0 90326215 20516864 2718 1992294400 134512640 135197378 4294956240 18446744073709551615 134548713 0 0 4096 0 0 0 0 17 1 0 0
/proc/14005/statm: 5009 2718 91 167 0 4840 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20036

[startup+6.30137 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14006
/proc/meminfo: memFree=1276792/2055920 swapFree=4146964/4192956
[pid=14005] ppid=14003 vsize=20564 CPUtime=6.29
/proc/14005/stat : 14005 (march_hi) R 14003 14005 13907 0 -1 4194304 5653 0 0 0 628 1 0 0 25 0 1 0 90326215 21057536 2824 1992294400 134512640 135197378 4294956240 18446744073709551615 134548521 0 0 4096 0 0 0 0 17 1 0 0
/proc/14005/statm: 5141 2824 91 167 0 4972 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20564

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14006
/proc/meminfo: memFree=1276216/2055920 swapFree=4146964/4192956
[pid=14005] ppid=14003 vsize=21044 CPUtime=12.69
/proc/14005/stat : 14005 (march_hi) R 14003 14005 13907 0 -1 4194304 5765 0 0 0 1268 1 0 0 25 0 1 0 90326215 21549056 2936 1992294400 134512640 135197378 4294956240 18446744073709551615 134556542 0 0 4096 0 0 0 0 17 1 0 0
/proc/14005/statm: 5261 2936 91 167 0 5092 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21044

[startup+25.5022 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14006
/proc/meminfo: memFree=1275960/2055920 swapFree=4146964/4192956
[pid=14005] ppid=14003 vsize=21176 CPUtime=25.48
/proc/14005/stat : 14005 (march_hi) R 14003 14005 13907 0 -1 4194304 5819 0 0 0 2547 1 0 0 25 0 1 0 90326215 21684224 2990 1992294400 134512640 135197378 4294956240 18446744073709551615 134539276 0 0 4096 0 0 0 0 17 1 0 0
/proc/14005/statm: 5294 2990 91 167 0 5125 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 21176

[startup+51.1025 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14006
/proc/meminfo: memFree=1272184/2055920 swapFree=4146964/4192956
[pid=14005] ppid=14003 vsize=26356 CPUtime=51.08
/proc/14005/stat : 14005 (march_hi) R 14003 14005 13907 0 -1 4194304 6772 0 0 0 5106 2 0 0 25 0 1 0 90326215 26988544 3943 1992294400 134512640 135197378 4294956240 18446744073709551615 134601439 0 0 4096 0 0 0 0 17 1 0 0
/proc/14005/statm: 6589 3943 91 167 0 6420 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 26356

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14006
/proc/meminfo: memFree=1263096/2055920 swapFree=4146964/4192956
[pid=14005] ppid=14003 vsize=38644 CPUtime=102.26
/proc/14005/stat : 14005 (march_hi) R 14003 14005 13907 0 -1 4194304 9041 0 0 0 10223 3 0 0 25 0 1 0 90326215 39571456 6212 1992294400 134512640 135197378 4294956240 18446744073709551615 134603831 0 0 4096 0 0 0 0 17 1 0 0
/proc/14005/statm: 9661 6212 91 167 0 9492 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 38644

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14006
/proc/meminfo: memFree=1252152/2055920 swapFree=4146964/4192956
[pid=14005] ppid=14003 vsize=47376 CPUtime=162.24
/proc/14005/stat : 14005 (march_hi) R 14003 14005 13907 0 -1 4194304 11773 0 0 0 16219 5 0 0 25 0 1 0 90326215 48513024 8944 1992294400 134512640 135197378 4294956240 18446744073709551615 134603821 0 0 4096 0 0 0 0 17 1 0 0
/proc/14005/statm: 11844 8944 91 167 0 11675 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 47376

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14006
/proc/meminfo: memFree=1241080/2055920 swapFree=4146964/4192956
[pid=14005] ppid=14003 vsize=60472 CPUtime=222.23
/proc/14005/stat : 14005 (march_hi) R 14003 14005 13907 0 -1 4194304 14511 0 0 0 22216 7 0 0 25 0 1 0 90326215 61923328 11682 1992294400 134512640 135197378 4294956240 18446744073709551615 134522760 0 0 4096 0 0 0 0 17 1 0 0
/proc/14005/statm: 15118 11682 91 167 0 14949 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 60472

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14006
/proc/meminfo: memFree=1230072/2055920 swapFree=4146964/4192956
[pid=14005] ppid=14003 vsize=80116 CPUtime=282.21
/proc/14005/stat : 14005 (march_hi) R 14003 14005 13907 0 -1 4194304 17258 0 0 0 28212 9 0 0 25 0 1 0 90326215 82038784 14429 1992294400 134512640 135197378 4294956240 18446744073709551615 134603821 0 0 4096 0 0 0 0 17 1 0 0
/proc/14005/statm: 20029 14429 91 167 0 19860 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 80116

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14006
/proc/meminfo: memFree=1219000/2055920 swapFree=4146964/4192956
[pid=14005] ppid=14003 vsize=80116 CPUtime=342.19
/proc/14005/stat : 14005 (march_hi) R 14003 14005 13907 0 -1 4194304 19990 0 0 0 34209 10 0 0 25 0 1 0 90326215 82038784 17161 1992294400 134512640 135197378 4294956240 18446744073709551615 134603831 0 0 4096 0 0 0 0 17 1 0 0
/proc/14005/statm: 20029 17161 91 167 0 19860 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 80116

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14006
/proc/meminfo: memFree=1208120/2055920 swapFree=4146964/4192956
[pid=14005] ppid=14003 vsize=109584 CPUtime=402.18
/proc/14005/stat : 14005 (march_hi) R 14003 14005 13907 0 -1 4194304 22735 0 0 0 40206 12 0 0 25 0 1 0 90326215 112214016 19906 1992294400 134512640 135197378 4294956240 18446744073709551615 134603846 0 0 4096 0 0 0 0 17 1 0 0
/proc/14005/statm: 27396 19906 91 167 0 27227 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 109584

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14006
/proc/meminfo: memFree=1197176/2055920 swapFree=4146964/4192956
[pid=14005] ppid=14003 vsize=109584 CPUtime=462.17
/proc/14005/stat : 14005 (march_hi) R 14003 14005 13907 0 -1 4194304 25462 0 0 0 46203 14 0 0 25 0 1 0 90326215 112214016 22633 1992294400 134512640 135197378 4294956240 18446744073709551615 134616009 0 0 4096 0 0 0 0 17 1 0 0
/proc/14005/statm: 27396 22633 91 167 0 27227 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 109584

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14008
/proc/meminfo: memFree=1186040/2055920 swapFree=4146964/4192956
[pid=14005] ppid=14003 vsize=153784 CPUtime=522.15
/proc/14005/stat : 14005 (march_hi) R 14003 14005 13907 0 -1 4194304 28216 0 0 0 52199 16 0 0 25 0 1 0 90326215 157474816 25387 1992294400 134512640 135197378 4294956240 18446744073709551615 134522847 0 0 4096 0 0 0 0 17 1 0 0
/proc/14005/statm: 38446 25387 91 167 0 38277 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 153784

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14008
/proc/meminfo: memFree=1175032/2055920 swapFree=4146964/4192956
[pid=14005] ppid=14003 vsize=153784 CPUtime=582.13
/proc/14005/stat : 14005 (march_hi) R 14003 14005 13907 0 -1 4194304 30949 0 0 0 58197 16 0 0 25 0 1 0 90326215 157474816 28120 1992294400 134512640 135197378 4294956240 18446744073709551615 134616135 0 0 4096 0 0 0 0 17 1 0 0
/proc/14005/statm: 38446 28120 91 167 0 38277 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 153784

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14008
/proc/meminfo: memFree=1163960/2055920 swapFree=4146964/4192956
[pid=14005] ppid=14003 vsize=153784 CPUtime=642.12
/proc/14005/stat : 14005 (march_hi) R 14003 14005 13907 0 -1 4194304 33679 0 0 0 64194 18 0 0 25 0 1 0 90326215 157474816 30850 1992294400 134512640 135197378 4294956240 18446744073709551615 134603821 0 0 4096 0 0 0 0 17 1 0 0
/proc/14005/statm: 38446 30850 91 167 0 38277 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 153784

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14008
/proc/meminfo: memFree=1153080/2055920 swapFree=4146964/4192956
[pid=14005] ppid=14003 vsize=153784 CPUtime=702.1
/proc/14005/stat : 14005 (march_hi) R 14003 14005 13907 0 -1 4194304 36416 0 0 0 70190 20 0 0 25 0 1 0 90326215 157474816 33587 1992294400 134512640 135197378 4294956240 18446744073709551615 134603831 0 0 4096 0 0 0 0 17 1 0 0
/proc/14005/statm: 38446 33587 91 167 0 38277 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 153784

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14008
/proc/meminfo: memFree=1141752/2055920 swapFree=4146964/4192956
[pid=14005] ppid=14003 vsize=220084 CPUtime=762.08
/proc/14005/stat : 14005 (march_hi) R 14003 14005 13907 0 -1 4194304 39210 0 0 0 76188 20 0 0 25 0 1 0 90326215 225366016 36381 1992294400 134512640 135197378 4294956240 18446744073709551615 134603831 0 0 4096 0 0 0 0 17 1 0 0
/proc/14005/statm: 55021 36381 91 167 0 54852 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 220084

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14008
/proc/meminfo: memFree=1130744/2055920 swapFree=4146964/4192956
[pid=14005] ppid=14003 vsize=220084 CPUtime=822.07
/proc/14005/stat : 14005 (march_hi) R 14003 14005 13907 0 -1 4194304 42005 0 0 0 82185 22 0 0 25 0 1 0 90326215 225366016 39176 1992294400 134512640 135197378 4294956240 18446744073709551615 134603831 0 0 4096 0 0 0 0 17 1 0 0
/proc/14005/statm: 55021 39176 91 167 0 54852 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 220084

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14008
/proc/meminfo: memFree=1119416/2055920 swapFree=4146964/4192956
[pid=14005] ppid=14003 vsize=220084 CPUtime=882.05
/proc/14005/stat : 14005 (march_hi) R 14003 14005 13907 0 -1 4194304 44808 0 0 0 88181 24 0 0 25 0 1 0 90326215 225366016 41979 1992294400 134512640 135197378 4294956240 18446744073709551615 134540986 0 0 4096 0 0 0 0 17 1 0 0
/proc/14005/statm: 55021 41979 91 167 0 54852 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 220084

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14008
/proc/meminfo: memFree=1108344/2055920 swapFree=4146964/4192956
[pid=14005] ppid=14003 vsize=220084 CPUtime=942.03
/proc/14005/stat : 14005 (march_hi) R 14003 14005 13907 0 -1 4194304 47609 0 0 0 94177 26 0 0 25 0 1 0 90326215 225366016 44780 1992294400 134512640 135197378 4294956240 18446744073709551615 134522781 0 0 4096 0 0 0 0 17 1 0 0
/proc/14005/statm: 55021 44780 91 167 0 54852 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 220084

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14008
/proc/meminfo: memFree=1097016/2055920 swapFree=4146964/4192956
[pid=14005] ppid=14003 vsize=220084 CPUtime=1002.01
/proc/14005/stat : 14005 (march_hi) R 14003 14005 13907 0 -1 4194304 50409 0 0 0 100174 27 0 0 25 0 1 0 90326215 225366016 47580 1992294400 134512640 135197378 4294956240 18446744073709551615 134603846 0 0 4096 0 0 0 0 17 1 0 0
/proc/14005/statm: 55021 47580 91 167 0 54852 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 220084

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14008
/proc/meminfo: memFree=1085240/2055920 swapFree=4146964/4192956
[pid=14005] ppid=14003 vsize=220084 CPUtime=1062
/proc/14005/stat : 14005 (march_hi) R 14003 14005 13907 0 -1 4194304 53371 0 0 0 106171 29 0 0 25 0 1 0 90326215 225366016 50542 1992294400 134512640 135197378 4294956240 18446744073709551615 134603380 0 0 4096 0 0 0 0 17 1 0 0
/proc/14005/statm: 55021 50542 91 167 0 54852 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 220084

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14008
/proc/meminfo: memFree=1073080/2055920 swapFree=4146964/4192956
[pid=14005] ppid=14003 vsize=319532 CPUtime=1121.98
/proc/14005/stat : 14005 (march_hi) R 14003 14005 13907 0 -1 4194304 56293 0 0 0 112166 32 0 0 25 0 1 0 90326215 327200768 53464 1992294400 134512640 135197378 4294956240 18446744073709551615 134603453 0 0 4096 0 0 0 0 17 1 0 0
/proc/14005/statm: 79883 53464 91 167 0 79714 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 319532

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14008
/proc/meminfo: memFree=1061496/2055920 swapFree=4146964/4192956
[pid=14005] ppid=14003 vsize=319532 CPUtime=1181.97
/proc/14005/stat : 14005 (march_hi) R 14003 14005 13907 0 -1 4194304 59214 0 0 0 118163 34 0 0 25 0 1 0 90326215 327200768 56385 1992294400 134512640 135197378 4294956240 18446744073709551615 134603831 0 0 4096 0 0 0 0 17 1 0 0
/proc/14005/statm: 79883 56385 91 167 0 79714 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 319532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14008
/proc/meminfo: memFree=1057784/2055920 swapFree=4146964/4192956
[pid=14005] ppid=14003 vsize=319532 CPUtime=1200.07
/proc/14005/stat : 14005 (march_hi) R 14003 14005 13907 0 -1 4194304 60093 0 0 0 119972 35 0 0 25 0 1 0 90326215 327200768 57264 1992294400 134512640 135197378 4294956240 18446744073709551615 134603849 0 0 4096 0 0 0 0 17 1 0 0
/proc/14005/statm: 79883 57264 91 167 0 79714 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 319532

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.44
CPU time (s): 1200.12
CPU user time (s): 1199.72
CPU system time (s): 0.39194
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 319532

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

runsolver used 0.818875 second user time and 2.53261 second system time

The end

Launcher Data

Begin job on node14 at 2009-04-25 03:28:47
IDJOB=1717002
IDBENCH=20402
IDSOLVER=521
FILE ID=node14/1717002-1240622927
PBS_JOBID= 9186378
Free space on /tmp= 66296 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-25.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717002-1240622927/watcher-1717002-1240622927 -o /tmp/evaluation-result-1717002-1240622927/solver-1717002-1240622927 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1717002-1240622927.cnf

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

MD5SUM BENCH= 0acd143a4e60b38309663b5993b5ded9
RANDOM SEED=1050382297

node14.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.256
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.256
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:       1288288 kB
Buffers:         58948 kB
Cached:         597356 kB
SwapCached:      40764 kB
Active:          96392 kB
Inactive:       603044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1288288 kB
SwapTotal:     4192956 kB
SwapFree:      4146964 kB
Dirty:            1268 kB
Writeback:           0 kB
Mapped:          13444 kB
Slab:            54112 kB
Committed_AS:   276184 kB
PageTables:       1448 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= 66296 MiB
End job on node14 at 2009-04-25 03:48:50