Trace number 1724254

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

General information on the benchmark

Namemanol-pipe-c7bidw_i.cnf
MD5SUM3eac71f4fca7132b74d6d27cfa83813f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark92.107
Satisfiable
(Un)Satisfiability was proved
Number of variables131004
Number of clauses387841
Sum of the clauses size904961
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2258560
Number of clauses of size 3129280
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

6.18/6.24	c main():: ***                                   [ march satisfiability solver ]                                   ***
6.18/6.24	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
6.18/6.24	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
6.18/6.24	c main()::
6.18/6.24	c initFormula():: searching for DIMACS p-line....
6.18/6.24	c initFormula():: the DIMACS p-line indicates a CNF of 131004 variables and 387841 clauses.
6.18/6.24	c parseCNF():: parsing....
6.18/6.24	c parseCNF():: the CNF contains 1 unary clauses.
6.18/6.24	c runParser():: parsing was successful, warming up engines...
6.18/6.24	c simplify_formula():: removed 0 tautological, 3 satisfied and 0 duplicate clauses
6.18/6.24	c preprocessing fase I completed:: there are now 131003 free variables and 387838 clauses.
6.18/6.24	c stat :: sign balance is biased by 0.157
6.18/6.24	c using 3-SAT heuristics (occurence based diff)
6.18/6.24	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
6.18/6.24	c simplify_formula():: removed 0 tautological, 0 satisfied and 1931 duplicate clauses
6.18/6.24	c resolvent_look() :: found 1633 resolvents
6.18/6.24	c lessRedundantTransformation():: nothing to be done.
6.18/6.24	c transformTo3SAT():: you gave me 131004 variables and 389471 clauses.
6.18/6.24	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
6.18/6.24	c transformTo3SAT():: I will add 0 variables and 0 clauses!
6.18/6.24	c transformTo3SAT():: the transformation yielded 131004 variabels and 389471 clauses.
6.18/6.24	c main():: clause / variable ratio: ( 389471 / 131004 ) = 2.97
6.18/6.24	c longest clause has size 3
6.18/6.24	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
6.18/6.24	c number of free variables = 131003
6.18/6.24	c dynamic_preselect_setsize :: off
6.18/6.24	c main():: all systems go!
6.18/6.24	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-1724254-1240693911/watcher-1724254-1240693911 -o /tmp/evaluation-result-1724254-1240693911/solver-1724254-1240693911 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1724254-1240693911.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.16 1.59 1.41 3/64 17396
/proc/meminfo: memFree=1107584/2055920 swapFree=4148400/4192956
[pid=17396] ppid=17394 vsize=6824 CPUtime=0
/proc/17396/stat : 17396 (march_hi) R 17394 17396 16694 0 -1 4194304 597 0 0 0 0 0 0 0 18 0 1 0 97424626 6987776 582 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/17396/statm: 1706 586 57 167 0 1537 0

[startup+0.0667831 s]
/proc/loadavg: 1.16 1.59 1.41 3/64 17396
/proc/meminfo: memFree=1107584/2055920 swapFree=4148400/4192956
[pid=17396] ppid=17394 vsize=14432 CPUtime=0.06
/proc/17396/stat : 17396 (march_hi) R 17394 17396 16694 0 -1 4194304 3025 0 0 0 5 1 0 0 18 0 1 0 97424626 14778368 3010 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/17396/statm: 3608 3010 57 167 0 3439 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 14432

[startup+0.101784 s]
/proc/loadavg: 1.16 1.59 1.41 3/64 17396
/proc/meminfo: memFree=1107584/2055920 swapFree=4148400/4192956
[pid=17396] ppid=17394 vsize=14828 CPUtime=0.09
/proc/17396/stat : 17396 (march_hi) R 17394 17396 16694 0 -1 4194304 3159 0 0 0 8 1 0 0 18 0 1 0 97424626 15183872 3144 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/17396/statm: 3707 3144 57 167 0 3538 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14828

[startup+0.301802 s]
/proc/loadavg: 1.16 1.59 1.41 3/64 17396
/proc/meminfo: memFree=1107584/2055920 swapFree=4148400/4192956
[pid=17396] ppid=17394 vsize=17336 CPUtime=0.29
/proc/17396/stat : 17396 (march_hi) R 17394 17396 16694 0 -1 4194304 3925 0 0 0 28 1 0 0 19 0 1 0 97424626 17752064 3910 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/17396/statm: 4334 3910 57 167 0 4165 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17336

[startup+0.701839 s]
/proc/loadavg: 1.16 1.59 1.41 3/64 17396
/proc/meminfo: memFree=1107584/2055920 swapFree=4148400/4192956
[pid=17396] ppid=17394 vsize=46972 CPUtime=0.69
/proc/17396/stat : 17396 (march_hi) R 17394 17396 16694 0 -1 4194304 9178 0 0 0 66 3 0 0 22 0 1 0 97424626 48099328 8268 1992294400 134512640 135197378 4294956224 18446744073709551615 134565197 0 0 4096 0 0 0 0 17 1 0 0
/proc/17396/statm: 11743 8268 64 167 0 11574 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46972

[startup+1.50191 s]
/proc/loadavg: 1.16 1.59 1.41 2/65 17397
/proc/meminfo: memFree=1069496/2055920 swapFree=4148400/4192956
[pid=17396] ppid=17394 vsize=45144 CPUtime=1.49
/proc/17396/stat : 17396 (march_hi) R 17394 17396 16694 0 -1 4194304 14574 0 0 0 142 7 0 0 25 0 1 0 97424626 46227456 7872 1992294400 134512640 135197378 4294956224 18446744073709551615 134565212 0 0 4096 0 0 0 0 17 1 0 0
/proc/17396/statm: 11286 7872 66 167 0 11117 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45144

[startup+3.10106 s]
/proc/loadavg: 1.16 1.59 1.41 2/65 17397
/proc/meminfo: memFree=1064440/2055920 swapFree=4148400/4192956
[pid=17396] ppid=17394 vsize=44632 CPUtime=3.09
/proc/17396/stat : 17396 (march_hi) R 17394 17396 16694 0 -1 4194304 31301 0 0 0 294 15 0 0 25 0 1 0 97424626 45703168 8041 1992294400 134512640 135197378 4294956224 18446744073709551615 134565008 0 0 4096 0 0 0 0 17 1 0 0
/proc/17396/statm: 11158 8041 79 167 0 10989 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44632

[startup+6.30136 s]
/proc/loadavg: 1.14 1.58 1.40 2/65 17397
/proc/meminfo: memFree=1025592/2055920 swapFree=4148400/4192956
[pid=17396] ppid=17394 vsize=225628 CPUtime=6.28
/proc/17396/stat : 17396 (march_hi) R 17394 17396 16694 0 -1 4194304 64757 0 0 0 598 30 0 0 25 0 1 0 97424626 231043072 24158 1992294400 134512640 135197378 4294956224 18446744073709551615 134542160 0 0 4096 0 0 0 0 17 1 0 0
/proc/17396/statm: 56407 24158 86 167 0 56238 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 225628

[startup+12.7019 s]
/proc/loadavg: 1.13 1.57 1.40 2/65 17397
/proc/meminfo: memFree=918392/2055920 swapFree=4148400/4192956
[pid=17396] ppid=17394 vsize=227924 CPUtime=12.68
/proc/17396/stat : 17396 (march_hi) R 17394 17396 16694 0 -1 4194304 91147 0 0 0 1230 38 0 0 25 0 1 0 97424626 233394176 50548 1992294400 134512640 135197378 4294956224 18446744073709551615 134572734 0 0 4096 0 0 0 0 17 1 0 0
/proc/17396/statm: 56981 50548 90 167 0 56812 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 227924

[startup+25.5011 s]
/proc/loadavg: 1.10 1.54 1.39 3/65 17397
/proc/meminfo: memFree=903096/2055920 swapFree=4148400/4192956
[pid=17396] ppid=17394 vsize=229384 CPUtime=25.48
/proc/17396/stat : 17396 (march_hi) R 17394 17396 16694 0 -1 4194304 91633 0 0 0 2509 39 0 0 25 0 1 0 97424626 234889216 51034 1992294400 134512640 135197378 4294956224 18446744073709551615 134570737 0 0 4096 0 0 0 0 17 1 0 0
/proc/17396/statm: 57346 51034 90 167 0 57177 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 229384

[startup+51.1015 s]
/proc/loadavg: 1.07 1.50 1.38 2/65 17397
/proc/meminfo: memFree=902968/2055920 swapFree=4148400/4192956
[pid=17396] ppid=17394 vsize=229540 CPUtime=51.07
/proc/17396/stat : 17396 (march_hi) R 17394 17396 16694 0 -1 4194304 91667 0 0 0 5068 39 0 0 25 0 1 0 97424626 235048960 51068 1992294400 134512640 135197378 4294956224 18446744073709551615 134541631 0 0 4096 0 0 0 0 17 1 0 0
/proc/17396/statm: 57385 51068 90 167 0 57216 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 229540

[startup+102.305 s]
/proc/loadavg: 1.03 1.42 1.36 2/65 17397
/proc/meminfo: memFree=902968/2055920 swapFree=4148400/4192956
[pid=17396] ppid=17394 vsize=229716 CPUtime=102.26
/proc/17396/stat : 17396 (march_hi) R 17394 17396 16694 0 -1 4194304 91706 0 0 0 10187 39 0 0 25 0 1 0 97424626 235229184 51107 1992294400 134512640 135197378 4294956224 18446744073709551615 134601475 0 0 4096 0 0 0 0 17 1 0 0
/proc/17396/statm: 57429 51107 90 167 0 57260 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 229716

[startup+162.302 s]
/proc/loadavg: 1.01 1.34 1.33 2/65 17397
/proc/meminfo: memFree=902712/2055920 swapFree=4148400/4192956
[pid=17396] ppid=17394 vsize=229920 CPUtime=162.25
/proc/17396/stat : 17396 (march_hi) R 17394 17396 16694 0 -1 4194304 91765 0 0 0 16185 40 0 0 25 0 1 0 97424626 235438080 51166 1992294400 134512640 135197378 4294956224 18446744073709551615 134590628 0 0 4096 0 0 0 0 17 1 0 0
/proc/17396/statm: 57480 51166 90 167 0 57311 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 229920

[startup+222.301 s]
/proc/loadavg: 1.00 1.27 1.31 2/65 17397
/proc/meminfo: memFree=902584/2055920 swapFree=4148400/4192956
[pid=17396] ppid=17394 vsize=230020 CPUtime=222.23
/proc/17396/stat : 17396 (march_hi) R 17394 17396 16694 0 -1 4194304 91781 0 0 0 22183 40 0 0 25 0 1 0 97424626 235540480 51182 1992294400 134512640 135197378 4294956224 18446744073709551615 134541669 0 0 4096 0 0 0 0 17 1 0 0
/proc/17396/statm: 57505 51182 90 167 0 57336 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 230020

[startup+282.302 s]
/proc/loadavg: 1.00 1.22 1.29 2/65 17397
/proc/meminfo: memFree=902520/2055920 swapFree=4148400/4192956
[pid=17396] ppid=17394 vsize=230020 CPUtime=282.21
/proc/17396/stat : 17396 (march_hi) R 17394 17396 16694 0 -1 4194304 91797 0 0 0 28181 40 0 0 25 0 1 0 97424626 235540480 51198 1992294400 134512640 135197378 4294956224 18446744073709551615 134572875 0 0 4096 0 0 0 0 17 1 0 0
/proc/17396/statm: 57505 51198 90 167 0 57336 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 230020

[startup+342.301 s]
/proc/loadavg: 1.00 1.18 1.27 2/65 17397
/proc/meminfo: memFree=902392/2055920 swapFree=4148400/4192956
[pid=17396] ppid=17394 vsize=230172 CPUtime=342.19
/proc/17396/stat : 17396 (march_hi) R 17394 17396 16694 0 -1 4194304 91815 0 0 0 34179 40 0 0 25 0 1 0 97424626 235696128 51216 1992294400 134512640 135197378 4294956224 18446744073709551615 134590628 0 0 4096 0 0 0 0 17 1 0 0
/proc/17396/statm: 57543 51216 90 167 0 57374 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 230172

[startup+402.301 s]
/proc/loadavg: 1.00 1.14 1.25 2/65 17397
/proc/meminfo: memFree=902328/2055920 swapFree=4148400/4192956
[pid=17396] ppid=17394 vsize=230172 CPUtime=402.17
/proc/17396/stat : 17396 (march_hi) R 17394 17396 16694 0 -1 4194304 91831 0 0 0 40177 40 0 0 25 0 1 0 97424626 235696128 51232 1992294400 134512640 135197378 4294956224 18446744073709551615 134570760 0 0 4096 0 0 0 0 17 1 0 0
/proc/17396/statm: 57543 51232 90 167 0 57374 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 230172

[startup+462.302 s]
/proc/loadavg: 1.00 1.11 1.23 2/65 17397
/proc/meminfo: memFree=902200/2055920 swapFree=4148400/4192956
[pid=17396] ppid=17394 vsize=230400 CPUtime=462.17
/proc/17396/stat : 17396 (march_hi) R 17394 17396 16694 0 -1 4194304 91847 0 0 0 46176 41 0 0 25 0 1 0 97424626 235929600 51248 1992294400 134512640 135197378 4294956224 18446744073709551615 134570755 0 0 4096 0 0 0 0 17 1 0 0
/proc/17396/statm: 57600 51248 90 167 0 57431 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 230400

[startup+522.301 s]
/proc/loadavg: 1.00 1.09 1.21 2/65 17397
/proc/meminfo: memFree=902136/2055920 swapFree=4148400/4192956
[pid=17396] ppid=17394 vsize=230400 CPUtime=522.15
/proc/17396/stat : 17396 (march_hi) R 17394 17396 16694 0 -1 4194304 91863 0 0 0 52174 41 0 0 25 0 1 0 97424626 235929600 51264 1992294400 134512640 135197378 4294956224 18446744073709551615 134570794 0 0 4096 0 0 0 0 17 1 0 0
/proc/17396/statm: 57600 51264 90 167 0 57431 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 230400

[startup+582.302 s]
/proc/loadavg: 1.00 1.07 1.20 2/65 17397
/proc/meminfo: memFree=902008/2055920 swapFree=4148400/4192956
[pid=17396] ppid=17394 vsize=230400 CPUtime=582.13
/proc/17396/stat : 17396 (march_hi) R 17394 17396 16694 0 -1 4194304 91878 0 0 0 58172 41 0 0 25 0 1 0 97424626 235929600 51279 1992294400 134512640 135197378 4294956224 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 1 0 0
/proc/17396/statm: 57600 51279 90 167 0 57431 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 230400

[startup+642.301 s]
/proc/loadavg: 1.00 1.06 1.18 2/65 17397
/proc/meminfo: memFree=901944/2055920 swapFree=4148400/4192956
[pid=17396] ppid=17394 vsize=230400 CPUtime=642.12
/proc/17396/stat : 17396 (march_hi) R 17394 17396 16694 0 -1 4194304 91894 0 0 0 64171 41 0 0 25 0 1 0 97424626 235929600 51295 1992294400 134512640 135197378 4294956224 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/17396/statm: 57600 51295 90 167 0 57431 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 230400

[startup+702.302 s]
/proc/loadavg: 1.00 1.04 1.17 2/65 17397
/proc/meminfo: memFree=901880/2055920 swapFree=4148400/4192956
[pid=17396] ppid=17394 vsize=230740 CPUtime=702.1
/proc/17396/stat : 17396 (march_hi) R 17394 17396 16694 0 -1 4194304 91910 0 0 0 70169 41 0 0 25 0 1 0 97424626 236277760 51311 1992294400 134512640 135197378 4294956224 18446744073709551615 134541631 0 0 4096 0 0 0 0 17 1 0 0
/proc/17396/statm: 57685 51311 90 167 0 57516 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 230740

[startup+762.305 s]
/proc/loadavg: 1.04 1.05 1.16 2/65 17397
/proc/meminfo: memFree=901752/2055920 swapFree=4148400/4192956
[pid=17396] ppid=17394 vsize=230740 CPUtime=762.08
/proc/17396/stat : 17396 (march_hi) R 17394 17396 16694 0 -1 4194304 91925 0 0 0 76167 41 0 0 25 0 1 0 97424626 236277760 51326 1992294400 134512640 135197378 4294956224 18446744073709551615 134541631 0 0 4096 0 0 0 0 17 1 0 0
/proc/17396/statm: 57685 51326 90 167 0 57516 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 230740

[startup+822.302 s]
/proc/loadavg: 1.06 1.05 1.15 2/65 17397
/proc/meminfo: memFree=901816/2055920 swapFree=4148400/4192956
[pid=17396] ppid=17394 vsize=230740 CPUtime=822.06
/proc/17396/stat : 17396 (march_hi) R 17394 17396 16694 0 -1 4194304 91941 0 0 0 82165 41 0 0 25 0 1 0 97424626 236277760 51342 1992294400 134512640 135197378 4294956224 18446744073709551615 134541631 0 0 4096 0 0 0 0 17 1 0 0
/proc/17396/statm: 57685 51342 90 167 0 57516 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 230740

[startup+882.301 s]
/proc/loadavg: 1.11 1.07 1.15 2/65 17397
/proc/meminfo: memFree=901688/2055920 swapFree=4148400/4192956
[pid=17396] ppid=17394 vsize=230740 CPUtime=882.05
/proc/17396/stat : 17396 (march_hi) R 17394 17396 16694 0 -1 4194304 91957 0 0 0 88163 42 0 0 25 0 1 0 97424626 236277760 51358 1992294400 134512640 135197378 4294956224 18446744073709551615 134541631 0 0 4096 0 0 0 0 17 1 0 0
/proc/17396/statm: 57685 51358 90 167 0 57516 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 230740

[startup+942.301 s]
/proc/loadavg: 1.07 1.07 1.15 2/65 17397
/proc/meminfo: memFree=901624/2055920 swapFree=4148400/4192956
[pid=17396] ppid=17394 vsize=230740 CPUtime=942.03
/proc/17396/stat : 17396 (march_hi) R 17394 17396 16694 0 -1 4194304 91973 0 0 0 94161 42 0 0 25 0 1 0 97424626 236277760 51374 1992294400 134512640 135197378 4294956224 18446744073709551615 134541213 0 0 4096 0 0 0 0 17 1 0 0
/proc/17396/statm: 57685 51374 90 167 0 57516 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 230740

[startup+1002.3 s]
/proc/loadavg: 1.03 1.05 1.14 2/65 17397
/proc/meminfo: memFree=901368/2055920 swapFree=4148400/4192956
[pid=17396] ppid=17394 vsize=231384 CPUtime=1002.01
/proc/17396/stat : 17396 (march_hi) R 17394 17396 16694 0 -1 4194304 92032 0 0 0 100159 42 0 0 25 0 1 0 97424626 236937216 51433 1992294400 134512640 135197378 4294956224 18446744073709551615 134541677 0 0 4096 0 0 0 0 17 1 0 0
/proc/17396/statm: 57846 51433 90 167 0 57677 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 231384

[startup+1062.3 s]
/proc/loadavg: 1.01 1.04 1.12 2/65 17397
/proc/meminfo: memFree=901368/2055920 swapFree=4148400/4192956
[pid=17396] ppid=17394 vsize=231384 CPUtime=1062
/proc/17396/stat : 17396 (march_hi) R 17394 17396 16694 0 -1 4194304 92049 0 0 0 106158 42 0 0 25 0 1 0 97424626 236937216 51450 1992294400 134512640 135197378 4294956224 18446744073709551615 134541626 0 0 4096 0 0 0 0 17 1 0 0
/proc/17396/statm: 57846 51450 90 167 0 57677 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 231384

[startup+1122.3 s]
/proc/loadavg: 1.00 1.03 1.11 2/65 17397
/proc/meminfo: memFree=901240/2055920 swapFree=4148400/4192956
[pid=17396] ppid=17394 vsize=231516 CPUtime=1121.98
/proc/17396/stat : 17396 (march_hi) R 17394 17396 16694 0 -1 4194304 92067 0 0 0 112156 42 0 0 25 0 1 0 97424626 237072384 51468 1992294400 134512640 135197378 4294956224 18446744073709551615 134525272 0 0 4096 0 0 0 0 17 1 0 0
/proc/17396/statm: 57879 51468 90 167 0 57710 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 231516

[startup+1182.3 s]
/proc/loadavg: 1.00 1.02 1.10 2/65 17397
/proc/meminfo: memFree=901176/2055920 swapFree=4148400/4192956
[pid=17396] ppid=17394 vsize=231516 CPUtime=1181.97
/proc/17396/stat : 17396 (march_hi) R 17394 17396 16694 0 -1 4194304 92082 0 0 0 118154 43 0 0 25 0 1 0 97424626 237072384 51483 1992294400 134512640 135197378 4294956224 18446744073709551615 134541712 0 0 4096 0 0 0 0 17 1 0 0
/proc/17396/statm: 57879 51483 90 167 0 57710 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 231516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.02 1.10 2/65 17397
/proc/meminfo: memFree=901176/2055920 swapFree=4148400/4192956
[pid=17396] ppid=17394 vsize=231516 CPUtime=1200.07
/proc/17396/stat : 17396 (march_hi) R 17394 17396 16694 0 -1 4194304 92087 0 0 0 119964 43 0 0 25 0 1 0 97424626 237072384 51488 1992294400 134512640 135197378 4294956224 18446744073709551615 134541677 0 0 4096 0 0 0 0 17 1 0 0
/proc/17396/statm: 57879 51488 90 167 0 57710 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 231516

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.11
CPU user time (s): 1199.65
CPU system time (s): 0.464929
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (KiB): 231516

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

runsolver used 1.2788 second user time and 2.70859 second system time

The end

Launcher Data

Begin job on node14 at 2009-04-25 23:11:51
IDJOB=1724254
IDBENCH=71766
IDSOLVER=521
FILE ID=node14/1724254-1240693911
PBS_JOBID= 9186705
Free space on /tmp= 66292 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT_RACE06/manol-pipe-c7bidw_i.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1724254-1240693911/watcher-1724254-1240693911 -o /tmp/evaluation-result-1724254-1240693911/solver-1724254-1240693911 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1724254-1240693911.cnf

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

MD5SUM BENCH= 3eac71f4fca7132b74d6d27cfa83813f
RANDOM SEED=405586706

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:       1108064 kB
Buffers:         67524 kB
Cached:         769348 kB
SwapCached:      38288 kB
Active:         176540 kB
Inactive:       701012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1108064 kB
SwapTotal:     4192956 kB
SwapFree:      4148400 kB
Dirty:            7340 kB
Writeback:           0 kB
Mapped:          13508 kB
Slab:            56256 kB
Committed_AS:   330000 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= 66288 MiB
End job on node14 at 2009-04-25 23:31:54