Trace number 1720330

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.1 1200.52

General information on the benchmark

Namevange-col-abb313GPIA-9-c.cnf
MD5SUM0baefedb2aaa81442743e253487854d8
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark19.1461
Satisfiable
(Un)Satisfiability was proved
Number of variables6228
Number of clauses484871
Sum of the clauses size3850952
Maximum clause length8
Minimum clause length1
Number of clauses of size 115
Number of clauses of size 24651
Number of clauses of size 31
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5480204

Solver Data

117.35/117.48	c main():: ***                                   [ march satisfiability solver ]                                   ***
117.35/117.48	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
117.35/117.48	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
117.35/117.48	c main()::
117.35/117.48	c initFormula():: searching for DIMACS p-line....
117.35/117.48	c full lookahead due to high density!
117.35/117.48	c initFormula():: the DIMACS p-line indicates a CNF of 6228 variables and 484871 clauses.
117.35/117.48	c parseCNF():: parsing....
117.35/117.48	c parseCNF():: the CNF contains 15 unary clauses.
117.35/117.48	c runParser():: parsing was successful, warming up engines...
117.35/117.48	c simplify_formula():: removed 0 tautological, 2319 satisfied and 0 duplicate clauses
117.35/117.48	c preprocessing fase I completed:: there are now 6204 free variables and 482552 clauses.
117.35/117.48	c stat :: sign balance is biased by 1.480
117.35/117.48	c using k-SAT heuristics (size based diff)
117.35/117.48	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
117.35/117.48	c find_and_remove_tautogolies():: found and removed 2 tautologies
117.35/117.48	c simplify_formula():: removed 3032 tautological, 4 satisfied and 15025 duplicate clauses
117.35/117.48	c resolvent_look() :: found 92793 resolvents
117.35/117.48	c main():: clause / variable ratio: ( 575345 / 6228 ) = 92.38
117.35/117.48	c longest clause has size 8
117.35/117.48	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
117.35/117.48	c number of free variables = 6202
117.35/117.48	c dynamic_preselect_setsize :: off
117.35/117.48	c main():: all systems go!
117.35/117.48	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-1720330-1240654935/watcher-1720330-1240654935 -o /tmp/evaluation-result-1720330-1240654935/solver-1720330-1240654935 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1720330-1240654935.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.98 0.99 2/64 16105
/proc/meminfo: memFree=1799368/2055920 swapFree=4181396/4192956
[pid=16105] ppid=16103 vsize=5024 CPUtime=0
/proc/16105/stat : 16105 (march_hi) R 16103 16105 15884 0 -1 4194304 673 0 0 0 0 0 0 0 18 0 1 0 93526618 5144576 658 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/16105/statm: 1256 658 57 167 0 1087 0

[startup+0.028924 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 16105
/proc/meminfo: memFree=1799368/2055920 swapFree=4181396/4192956
[pid=16105] ppid=16103 vsize=5420 CPUtime=0.02
/proc/16105/stat : 16105 (march_hi) R 16103 16105 15884 0 -1 4194304 758 0 0 0 2 0 0 0 18 0 1 0 93526618 5550080 743 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/16105/statm: 1355 743 57 167 0 1186 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5420

[startup+0.101936 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 16105
/proc/meminfo: memFree=1799368/2055920 swapFree=4181396/4192956
[pid=16105] ppid=16103 vsize=6344 CPUtime=0.09
/proc/16105/stat : 16105 (march_hi) R 16103 16105 15884 0 -1 4194304 1030 0 0 0 9 0 0 0 18 0 1 0 93526618 6496256 1015 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/16105/statm: 1586 1015 57 167 0 1417 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6344

[startup+0.30197 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 16105
/proc/meminfo: memFree=1799368/2055920 swapFree=4181396/4192956
[pid=16105] ppid=16103 vsize=8852 CPUtime=0.29
/proc/16105/stat : 16105 (march_hi) R 16103 16105 15884 0 -1 4194304 1736 0 0 0 29 0 0 0 20 0 1 0 93526618 9064448 1721 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/16105/statm: 2213 1721 57 167 0 2044 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8852

[startup+0.701039 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 16105
/proc/meminfo: memFree=1799368/2055920 swapFree=4181396/4192956
[pid=16105] ppid=16103 vsize=13868 CPUtime=0.69
/proc/16105/stat : 16105 (march_hi) R 16103 16105 15884 0 -1 4194304 3108 0 0 0 68 1 0 0 22 0 1 0 93526618 14200832 3093 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/16105/statm: 3467 3093 57 167 0 3298 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13868

[startup+1.50117 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16106
/proc/meminfo: memFree=1783040/2055920 swapFree=4181396/4192956
[pid=16105] ppid=16103 vsize=23768 CPUtime=1.49
/proc/16105/stat : 16105 (march_hi) R 16103 16105 15884 0 -1 4194304 5840 0 0 0 146 3 0 0 25 0 1 0 93526618 24338432 5825 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/16105/statm: 5942 5825 57 167 0 5773 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23768

[startup+3.10145 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16106
/proc/meminfo: memFree=1771392/2055920 swapFree=4181396/4192956
[pid=16105] ppid=16103 vsize=73296 CPUtime=3.09
/proc/16105/stat : 16105 (march_hi) R 16103 16105 15884 0 -1 4194304 38641 0 0 0 290 19 0 0 25 0 1 0 93526618 75055104 14418 1992294400 134512640 135197378 4294956224 18446744073709551615 134561005 0 0 4096 0 0 0 0 17 1 0 0
/proc/16105/statm: 18324 14418 66 167 0 18155 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 73296

[startup+6.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16106
/proc/meminfo: memFree=1748864/2055920 swapFree=4181396/4192956
[pid=16105] ppid=16103 vsize=78676 CPUtime=6.29
/proc/16105/stat : 16105 (march_hi) R 16103 16105 15884 0 -1 4194304 119539 0 0 0 572 57 0 0 25 0 1 0 93526618 80564224 15792 1992294400 134512640 135197378 4294956224 18446744073709551615 134578126 0 0 4096 0 0 0 0 17 1 0 0
/proc/16105/statm: 19669 15792 79 167 0 19500 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 78676

[startup+12.7011 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16106
/proc/meminfo: memFree=1736328/2055920 swapFree=4181396/4192956
[pid=16105] ppid=16103 vsize=78676 CPUtime=12.68
/proc/16105/stat : 16105 (march_hi) R 16103 16105 15884 0 -1 4194304 119539 0 0 0 1211 57 0 0 25 0 1 0 93526618 80564224 15792 1992294400 134512640 135197378 4294956224 18446744073709551615 134539457 0 0 4096 0 0 0 0 17 1 0 0
/proc/16105/statm: 19669 15792 79 167 0 19500 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 78676

[startup+25.5013 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16106
/proc/meminfo: memFree=1735752/2055920 swapFree=4181396/4192956
[pid=16105] ppid=16103 vsize=79624 CPUtime=25.49
/proc/16105/stat : 16105 (march_hi) R 16103 16105 15884 0 -1 4194304 119751 0 0 0 2491 58 0 0 25 0 1 0 93526618 81534976 16004 1992294400 134512640 135197378 4294956224 18446744073709551615 134578126 0 0 4096 0 0 0 0 17 1 0 0
/proc/16105/statm: 19906 16004 79 167 0 19737 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 79624

[startup+51.1017 s]
/proc/loadavg: 1.06 1.00 1.00 2/65 16106
/proc/meminfo: memFree=1732360/2055920 swapFree=4181396/4192956
[pid=16105] ppid=16103 vsize=82900 CPUtime=51.07
/proc/16105/stat : 16105 (march_hi) R 16103 16105 15884 0 -1 4194304 120555 0 0 0 5049 58 0 0 25 0 1 0 93526618 84889600 16808 1992294400 134512640 135197378 4294956224 18446744073709551615 134539457 0 0 4096 0 0 0 0 17 1 0 0
/proc/16105/statm: 20725 16808 79 167 0 20556 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 82900

[startup+102.305 s]
/proc/loadavg: 1.02 1.00 1.00 2/65 16106
/proc/meminfo: memFree=1732360/2055920 swapFree=4181396/4192956
[pid=16105] ppid=16103 vsize=82900 CPUtime=102.26
/proc/16105/stat : 16105 (march_hi) R 16103 16105 15884 0 -1 4194304 120555 0 0 0 10168 58 0 0 25 0 1 0 93526618 84889600 16808 1992294400 134512640 135197378 4294956224 18446744073709551615 134578117 0 0 4096 0 0 0 0 17 1 0 0
/proc/16105/statm: 20725 16808 79 167 0 20556 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 82900

[startup+162.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 16106
/proc/meminfo: memFree=1712264/2055920 swapFree=4181396/4192956
[pid=16105] ppid=16103 vsize=136808 CPUtime=162.23
/proc/16105/stat : 16105 (march_hi) R 16103 16105 15884 0 -1 4194304 201384 0 0 0 16128 95 0 0 25 0 1 0 93526618 140091392 21823 1992294400 134512640 135197378 4294956224 18446744073709551615 134570786 0 0 4096 0 0 0 0 17 1 0 0
/proc/16105/statm: 34202 21823 92 167 0 34033 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 136808

[startup+222.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16106
/proc/meminfo: memFree=1711944/2055920 swapFree=4181396/4192956
[pid=16105] ppid=16103 vsize=137288 CPUtime=222.21
/proc/16105/stat : 16105 (march_hi) R 16103 16105 15884 0 -1 4194304 201451 0 0 0 22126 95 0 0 25 0 1 0 93526618 140582912 21890 1992294400 134512640 135197378 4294956224 18446744073709551615 134713206 0 0 4096 0 0 0 0 17 1 0 0
/proc/16105/statm: 34322 21890 92 167 0 34153 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 137288

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16106
/proc/meminfo: memFree=1711688/2055920 swapFree=4181396/4192956
[pid=16105] ppid=16103 vsize=137628 CPUtime=282.19
/proc/16105/stat : 16105 (march_hi) R 16103 16105 15884 0 -1 4194304 201521 0 0 0 28124 95 0 0 25 0 1 0 93526618 140931072 21960 1992294400 134512640 135197378 4294956224 18446744073709551615 134572875 0 0 4096 0 0 0 0 17 1 0 0
/proc/16105/statm: 34407 21960 92 167 0 34238 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 137628

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16106
/proc/meminfo: memFree=1711368/2055920 swapFree=4181396/4192956
[pid=16105] ppid=16103 vsize=137628 CPUtime=342.17
/proc/16105/stat : 16105 (march_hi) R 16103 16105 15884 0 -1 4194304 201589 0 0 0 34121 96 0 0 25 0 1 0 93526618 140931072 22028 1992294400 134512640 135197378 4294956224 18446744073709551615 134570901 0 0 4096 0 0 0 0 17 1 0 0
/proc/16105/statm: 34407 22028 92 167 0 34238 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 137628

[startup+402.302 s]
/proc/loadavg: 1.17 1.05 1.01 2/65 16106
/proc/meminfo: memFree=1711048/2055920 swapFree=4181396/4192956
[pid=16105] ppid=16103 vsize=138140 CPUtime=402.15
/proc/16105/stat : 16105 (march_hi) R 16103 16105 15884 0 -1 4194304 201657 0 0 0 40119 96 0 0 25 0 1 0 93526618 141455360 22096 1992294400 134512640 135197378 4294956224 18446744073709551615 134570918 0 0 4096 0 0 0 0 17 1 0 0
/proc/16105/statm: 34535 22096 92 167 0 34366 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 138140

[startup+462.301 s]
/proc/loadavg: 1.11 1.05 1.01 2/65 16106
/proc/meminfo: memFree=1710728/2055920 swapFree=4181396/4192956
[pid=16105] ppid=16103 vsize=138904 CPUtime=462.13
/proc/16105/stat : 16105 (march_hi) R 16103 16105 15884 0 -1 4194304 201725 0 0 0 46117 96 0 0 25 0 1 0 93526618 142237696 22164 1992294400 134512640 135197378 4294956224 18446744073709551615 134570914 0 0 4096 0 0 0 0 17 1 0 0
/proc/16105/statm: 34726 22164 92 167 0 34557 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 138904

[startup+522.301 s]
/proc/loadavg: 1.09 1.05 1.01 2/65 16106
/proc/meminfo: memFree=1710472/2055920 swapFree=4181396/4192956
[pid=16105] ppid=16103 vsize=138904 CPUtime=522.1
/proc/16105/stat : 16105 (march_hi) R 16103 16105 15884 0 -1 4194304 201792 0 0 0 52114 96 0 0 25 0 1 0 93526618 142237696 22231 1992294400 134512640 135197378 4294956224 18446744073709551615 134713223 0 0 4096 0 0 0 0 17 1 0 0
/proc/16105/statm: 34726 22231 92 167 0 34557 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 138904

[startup+582.302 s]
/proc/loadavg: 1.03 1.04 1.01 2/65 16106
/proc/meminfo: memFree=1710152/2055920 swapFree=4181396/4192956
[pid=16105] ppid=16103 vsize=138904 CPUtime=582.08
/proc/16105/stat : 16105 (march_hi) R 16103 16105 15884 0 -1 4194304 201859 0 0 0 58112 96 0 0 25 0 1 0 93526618 142237696 22298 1992294400 134512640 135197378 4294956224 18446744073709551615 134570918 0 0 4096 0 0 0 0 17 1 0 0
/proc/16105/statm: 34726 22298 92 167 0 34557 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 138904

[startup+642.302 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 16106
/proc/meminfo: memFree=1709896/2055920 swapFree=4181396/4192956
[pid=16105] ppid=16103 vsize=140056 CPUtime=642.07
/proc/16105/stat : 16105 (march_hi) R 16103 16105 15884 0 -1 4194304 201927 0 0 0 64110 97 0 0 25 0 1 0 93526618 143417344 22366 1992294400 134512640 135197378 4294956224 18446744073709551615 134572901 0 0 4096 0 0 0 0 17 1 0 0
/proc/16105/statm: 35014 22366 92 167 0 34845 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 140056

[startup+702.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 16106
/proc/meminfo: memFree=1709512/2055920 swapFree=4181396/4192956
[pid=16105] ppid=16103 vsize=140056 CPUtime=702.05
/proc/16105/stat : 16105 (march_hi) R 16103 16105 15884 0 -1 4194304 201995 0 0 0 70108 97 0 0 25 0 1 0 93526618 143417344 22434 1992294400 134512640 135197378 4294956224 18446744073709551615 134603250 0 0 4096 0 0 0 0 17 1 0 0
/proc/16105/statm: 35014 22434 92 167 0 34845 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 140056

[startup+762.305 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 16106
/proc/meminfo: memFree=1709256/2055920 swapFree=4181396/4192956
[pid=16105] ppid=16103 vsize=140056 CPUtime=762.02
/proc/16105/stat : 16105 (march_hi) R 16103 16105 15884 0 -1 4194304 202062 0 0 0 76105 97 0 0 25 0 1 0 93526618 143417344 22501 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 1 0 0
/proc/16105/statm: 35014 22501 92 167 0 34845 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 140056

[startup+822.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 16106
/proc/meminfo: memFree=1708936/2055920 swapFree=4181396/4192956
[pid=16105] ppid=16103 vsize=140056 CPUtime=822.01
/proc/16105/stat : 16105 (march_hi) R 16103 16105 15884 0 -1 4194304 202130 0 0 0 82103 98 0 0 25 0 1 0 93526618 143417344 22569 1992294400 134512640 135197378 4294956224 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 1 0 0
/proc/16105/statm: 35014 22569 92 167 0 34845 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 140056

[startup+882.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 16106
/proc/meminfo: memFree=1708680/2055920 swapFree=4181396/4192956
[pid=16105] ppid=16103 vsize=140056 CPUtime=881.98
/proc/16105/stat : 16105 (march_hi) R 16103 16105 15884 0 -1 4194304 202197 0 0 0 88100 98 0 0 25 0 1 0 93526618 143417344 22636 1992294400 134512640 135197378 4294956224 18446744073709551615 134572878 0 0 4096 0 0 0 0 17 1 0 0
/proc/16105/statm: 35014 22636 92 167 0 34845 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 140056

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16108
/proc/meminfo: memFree=1708296/2055920 swapFree=4181396/4192956
[pid=16105] ppid=16103 vsize=141780 CPUtime=941.96
/proc/16105/stat : 16105 (march_hi) R 16103 16105 15884 0 -1 4194304 202264 0 0 0 94098 98 0 0 25 0 1 0 93526618 145182720 22703 1992294400 134512640 135197378 4294956224 18446744073709551615 134548721 0 0 4096 0 0 0 0 17 1 0 0
/proc/16105/statm: 35445 22703 92 167 0 35276 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 141780

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16108
/proc/meminfo: memFree=1707976/2055920 swapFree=4181396/4192956
[pid=16105] ppid=16103 vsize=141780 CPUtime=1001.93
/proc/16105/stat : 16105 (march_hi) R 16103 16105 15884 0 -1 4194304 202332 0 0 0 100095 98 0 0 25 0 1 0 93526618 145182720 22771 1992294400 134512640 135197378 4294956224 18446744073709551615 134572904 0 0 4096 0 0 0 0 17 1 0 0
/proc/16105/statm: 35445 22771 92 167 0 35276 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 141780

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16108
/proc/meminfo: memFree=1707720/2055920 swapFree=4181396/4192956
[pid=16105] ppid=16103 vsize=141780 CPUtime=1061.92
/proc/16105/stat : 16105 (march_hi) R 16103 16105 15884 0 -1 4194304 202400 0 0 0 106093 99 0 0 25 0 1 0 93526618 145182720 22839 1992294400 134512640 135197378 4294956224 18446744073709551615 134713217 0 0 4096 0 0 0 0 17 1 0 0
/proc/16105/statm: 35445 22839 92 167 0 35276 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 141780

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16108
/proc/meminfo: memFree=1707400/2055920 swapFree=4181396/4192956
[pid=16105] ppid=16103 vsize=141780 CPUtime=1121.9
/proc/16105/stat : 16105 (march_hi) R 16103 16105 15884 0 -1 4194304 202468 0 0 0 112091 99 0 0 25 0 1 0 93526618 145182720 22907 1992294400 134512640 135197378 4294956224 18446744073709551615 134572898 0 0 4096 0 0 0 0 17 1 0 0
/proc/16105/statm: 35445 22907 92 167 0 35276 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 141780

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16108
/proc/meminfo: memFree=1707080/2055920 swapFree=4181396/4192956
[pid=16105] ppid=16103 vsize=141780 CPUtime=1181.88
/proc/16105/stat : 16105 (march_hi) R 16103 16105 15884 0 -1 4194304 202535 0 0 0 118089 99 0 0 25 0 1 0 93526618 145182720 22974 1992294400 134512640 135197378 4294956224 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0
/proc/16105/statm: 35445 22974 92 167 0 35276 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 141780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16108
/proc/meminfo: memFree=1707016/2055920 swapFree=4181396/4192956
[pid=16105] ppid=16103 vsize=141780 CPUtime=1200.07
/proc/16105/stat : 16105 (march_hi) R 16103 16105 15884 0 -1 4194304 202555 0 0 0 119908 99 0 0 25 0 1 0 93526618 145182720 22994 1992294400 134512640 135197378 4294956224 18446744073709551615 134570914 0 0 4096 0 0 0 0 17 1 0 0
/proc/16105/statm: 35445 22994 92 167 0 35276 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 141780

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16108
/proc/meminfo: memFree=1707016/2055920 swapFree=4181396/4192956
[pid=16105] ppid=16103 vsize=141780 CPUtime=1200.07
/proc/16105/stat : 16105 (march_hi) R 16103 16105 15884 0 -1 4194304 202555 0 0 0 119908 99 0 0 25 0 1 0 93526618 145182720 22994 1992294400 134512640 135197378 4294956224 18446744073709551615 134570914 0 0 4096 0 0 0 0 17 1 0 0
/proc/16105/statm: 35445 22994 92 167 0 35276 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 141780

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.1
CPU user time (s): 1199.09
CPU system time (s): 1.00885
CPU usage (%): 99.9648
Max. virtual memory (cumulated for all children) (KiB): 168372

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

runsolver used 0.927858 second user time and 2.37664 second system time

The end

Launcher Data

Begin job on node25 at 2009-04-25 12:22:16
IDJOB=1720330
IDBENCH=69600
IDSOLVER=521
FILE ID=node25/1720330-1240654935
PBS_JOBID= 9186528
Free space on /tmp= 66360 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT_RACE08/cnf/vange-col-abb313GPIA-9-c.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720330-1240654935/watcher-1720330-1240654935 -o /tmp/evaluation-result-1720330-1240654935/solver-1720330-1240654935 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1720330-1240654935.cnf

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

MD5SUM BENCH= 0baefedb2aaa81442743e253487854d8
RANDOM SEED=743905227

node25.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.259
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.259
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:       1799848 kB
Buffers:         11420 kB
Cached:         194232 kB
SwapCached:       5080 kB
Active:         146332 kB
Inactive:        66920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1799848 kB
SwapTotal:     4192956 kB
SwapFree:      4181396 kB
Dirty:           21312 kB
Writeback:           0 kB
Mapped:          13472 kB
Slab:            28860 kB
Committed_AS:   341068 kB
PageTables:       1464 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= 66356 MiB
End job on node25 at 2009-04-25 12:42:19