Trace number 1718354

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.54

General information on the benchmark

Nameindustrial/grieu/
vmpc_25.cnf
MD5SUMc5b44b10975f50cd32d40650a6a22d18
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.47478
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of clauses76775
Sum of the clauses size201350
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 230075
Number of clauses of size 346650
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data

18.59/18.68	c main():: ***                                   [ march satisfiability solver ]                                   ***
18.59/18.68	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
18.59/18.68	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
18.59/18.68	c main()::
18.59/18.68	c initFormula():: searching for DIMACS p-line....
18.59/18.68	c full lookahead due to high density!
18.59/18.68	c initFormula():: the DIMACS p-line indicates a CNF of 625 variables and 76775 clauses.
18.59/18.68	c parseCNF():: parsing....
18.59/18.68	c parseCNF():: the CNF contains 0 unary clauses.
18.59/18.68	c runParser():: parsing was successful, warming up engines...
18.59/18.68	c simplify_formula():: removed 0 tautological, 0 satisfied and 15000 duplicate clauses
18.59/18.68	c preprocessing fase I completed:: there are now 625 free variables and 61775 clauses.
18.59/18.68	c stat :: sign balance is biased by 0.959
18.59/18.68	c using k-SAT heuristics (size based diff)
18.59/18.68	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
18.59/18.68	c simplify_formula():: removed 0 tautological, 0 satisfied and 553177 duplicate clauses
18.59/18.68	c resolvent_look() :: found 1610762 resolvents
18.59/18.68	c main():: clause / variable ratio: ( 1672537 / 625 ) = 2676.06
18.59/18.68	c longest clause has size 25
18.59/18.68	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
18.59/18.68	c number of free variables = 625
18.59/18.68	c dynamic_preselect_setsize :: off
18.59/18.68	c main():: all systems go!
18.59/18.68	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 353
257.00/257.15	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
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-1718354-1240635895/watcher-1718354-1240635895 -o /tmp/evaluation-result-1718354-1240635895/solver-1718354-1240635895 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1718354-1240635895.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.99 1.85 1.54 3/64 24161
/proc/meminfo: memFree=1830776/2055924 swapFree=4180784/4192956
[pid=24161] ppid=24159 vsize=1436 CPUtime=0
/proc/24161/stat : 24161 (march_hi) R 24159 24161 24027 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 91623855 1470464 168 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/24161/statm: 359 168 58 167 0 190 0

[startup+0.097618 s]
/proc/loadavg: 1.99 1.85 1.54 3/64 24161
/proc/meminfo: memFree=1830776/2055924 swapFree=4180784/4192956
[pid=24161] ppid=24159 vsize=5620 CPUtime=0.09
/proc/24161/stat : 24161 (march_hi) R 24159 24161 24027 0 -1 4194304 709 0 0 0 9 0 0 0 18 0 1 0 91623855 5754880 693 1992294400 134512640 135197378 4294956224 18446744073709551615 134565107 0 0 4096 0 0 0 0 17 1 0 0
/proc/24161/statm: 1405 693 62 167 0 1236 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5620

[startup+0.101618 s]
/proc/loadavg: 1.99 1.85 1.54 3/64 24161
/proc/meminfo: memFree=1830776/2055924 swapFree=4180784/4192956
[pid=24161] ppid=24159 vsize=6148 CPUtime=0.09
/proc/24161/stat : 24161 (march_hi) R 24159 24161 24027 0 -1 4194304 843 0 0 0 9 0 0 0 18 0 1 0 91623855 6295552 828 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/24161/statm: 1570 836 62 167 0 1401 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6148

[startup+0.301648 s]
/proc/loadavg: 1.99 1.85 1.54 3/64 24161
/proc/meminfo: memFree=1830776/2055924 swapFree=4180784/4192956
[pid=24161] ppid=24159 vsize=6700 CPUtime=0.29
/proc/24161/stat : 24161 (march_hi) R 24159 24161 24027 0 -1 4194304 2900 0 0 0 29 0 0 0 19 0 1 0 91623855 6860800 959 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/24161/statm: 1675 966 80 167 0 1506 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6700

[startup+0.701727 s]
/proc/loadavg: 1.99 1.85 1.54 3/64 24161
/proc/meminfo: memFree=1830776/2055924 swapFree=4180784/4192956
[pid=24161] ppid=24159 vsize=9484 CPUtime=0.69
/proc/24161/stat : 24161 (march_hi) R 24159 24161 24027 0 -1 4194304 3659 0 0 0 68 1 0 0 22 0 1 0 91623855 9711616 1561 1992294400 134512640 135197378 4294956224 18446744073709551615 134578126 0 0 4096 0 0 0 0 17 1 0 0
/proc/24161/statm: 2371 1561 81 167 0 2202 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9484

[startup+1.50188 s]
/proc/loadavg: 1.91 1.84 1.54 2/65 24162
/proc/meminfo: memFree=1823280/2055924 swapFree=4180784/4192956
[pid=24161] ppid=24159 vsize=13412 CPUtime=1.49
/proc/24161/stat : 24161 (march_hi) R 24159 24161 24027 0 -1 4194304 4735 0 0 0 147 2 0 0 25 0 1 0 91623855 13733888 2637 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/24161/statm: 3353 2637 81 167 0 3184 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13412

[startup+3.1012 s]
/proc/loadavg: 1.91 1.84 1.54 2/65 24162
/proc/meminfo: memFree=1817328/2055924 swapFree=4180784/4192956
[pid=24161] ppid=24159 vsize=25100 CPUtime=3.09
/proc/24161/stat : 24161 (march_hi) R 24159 24161 24027 0 -1 4194304 6834 0 0 0 306 3 0 0 25 0 1 0 91623855 25702400 4736 1992294400 134512640 135197378 4294956224 18446744073709551615 134539469 0 0 4096 0 0 0 0 17 1 0 0
/proc/24161/statm: 6275 4736 81 167 0 6106 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25100

[startup+6.30183 s]
/proc/loadavg: 1.91 1.84 1.54 2/65 24162
/proc/meminfo: memFree=1800176/2055924 swapFree=4180784/4192956
[pid=24161] ppid=24159 vsize=44248 CPUtime=6.29
/proc/24161/stat : 24161 (march_hi) R 24159 24161 24027 0 -1 4194304 10894 0 0 0 624 5 0 0 25 0 1 0 91623855 45309952 8796 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/24161/statm: 11062 8796 81 167 0 10893 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44248

[startup+12.7011 s]
/proc/loadavg: 1.77 1.81 1.53 2/65 24162
/proc/meminfo: memFree=1762736/2055924 swapFree=4180784/4192956
[pid=24161] ppid=24159 vsize=74988 CPUtime=12.69
/proc/24161/stat : 24161 (march_hi) R 24159 24161 24027 0 -1 4194304 32507 0 0 0 1256 13 0 0 25 0 1 0 91623855 76787712 16977 1992294400 134512640 135197378 4294956224 18446744073709551615 134713223 0 0 4096 0 0 0 0 17 1 0 0
/proc/24161/statm: 18747 16977 81 167 0 18578 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 74988

[startup+25.5016 s]
/proc/loadavg: 1.65 1.78 1.53 2/65 24162
/proc/meminfo: memFree=1636848/2055924 swapFree=4180784/4192956
[pid=24161] ppid=24159 vsize=217988 CPUtime=25.48
/proc/24161/stat : 24161 (march_hi) R 24159 24161 24027 0 -1 4194304 104794 0 0 0 2502 46 0 0 25 0 1 0 91623855 223219712 48394 1992294400 134512640 135197378 4294956224 18446744073709551615 134524890 0 0 4096 0 0 0 0 17 1 0 0
/proc/24161/statm: 54497 48394 90 167 0 54328 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 217988

[startup+51.1016 s]
/proc/loadavg: 1.43 1.72 1.51 2/65 24162
/proc/meminfo: memFree=1636912/2055924 swapFree=4180784/4192956
[pid=24161] ppid=24159 vsize=217988 CPUtime=51.07
/proc/24161/stat : 24161 (march_hi) R 24159 24161 24027 0 -1 4194304 104794 0 0 0 5061 46 0 0 25 0 1 0 91623855 223219712 48394 1992294400 134512640 135197378 4294956224 18446744073709551615 134524890 0 0 4096 0 0 0 0 17 1 0 0
/proc/24161/statm: 54497 48394 90 167 0 54328 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 217988

[startup+102.306 s]
/proc/loadavg: 1.17 1.59 1.48 2/65 24162
/proc/meminfo: memFree=1634096/2055924 swapFree=4180784/4192956
[pid=24161] ppid=24159 vsize=217988 CPUtime=102.26
/proc/24161/stat : 24161 (march_hi) R 24159 24161 24027 0 -1 4194304 105488 0 0 0 10179 47 0 0 25 0 1 0 91623855 223219712 49088 1992294400 134512640 135197378 4294956224 18446744073709551615 134550680 0 0 4096 0 0 0 0 17 1 0 0
/proc/24161/statm: 54497 49088 93 167 0 54328 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 217988

[startup+162.301 s]
/proc/loadavg: 1.06 1.48 1.45 2/65 24162
/proc/meminfo: memFree=1633712/2055924 swapFree=4180784/4192956
[pid=24161] ppid=24159 vsize=217988 CPUtime=162.24
/proc/24161/stat : 24161 (march_hi) R 24159 24161 24027 0 -1 4194304 105572 0 0 0 16177 47 0 0 25 0 1 0 91623855 223219712 49172 1992294400 134512640 135197378 4294956224 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0
/proc/24161/statm: 54497 49172 93 167 0 54328 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 217988

[startup+222.301 s]
/proc/loadavg: 1.02 1.39 1.42 2/65 24162
/proc/meminfo: memFree=1633392/2055924 swapFree=4180784/4192956
[pid=24161] ppid=24159 vsize=217988 CPUtime=222.21
/proc/24161/stat : 24161 (march_hi) R 24159 24161 24027 0 -1 4194304 105658 0 0 0 22174 47 0 0 25 0 1 0 91623855 223219712 49258 1992294400 134512640 135197378 4294956224 18446744073709551615 134524921 0 0 4096 0 0 0 0 17 1 0 0
/proc/24161/statm: 54497 49258 93 167 0 54328 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 217988

[startup+282.301 s]
/proc/loadavg: 1.01 1.32 1.39 2/65 24162
/proc/meminfo: memFree=1630320/2055924 swapFree=4180784/4192956
[pid=24161] ppid=24159 vsize=218404 CPUtime=282.19
/proc/24161/stat : 24161 (march_hi) R 24159 24161 24027 0 -1 4194304 106428 0 0 0 28172 47 0 0 25 0 1 0 91623855 223645696 50028 1992294400 134512640 135197378 4294956224 18446744073709551615 134524890 0 0 4096 0 0 0 0 17 1 0 0
/proc/24161/statm: 54601 50028 93 167 0 54432 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 218404

[startup+342.302 s]
/proc/loadavg: 1.00 1.26 1.36 2/65 24162
/proc/meminfo: memFree=1630256/2055924 swapFree=4180784/4192956
[pid=24161] ppid=24159 vsize=218404 CPUtime=342.18
/proc/24161/stat : 24161 (march_hi) R 24159 24161 24027 0 -1 4194304 106428 0 0 0 34170 48 0 0 25 0 1 0 91623855 223645696 50028 1992294400 134512640 135197378 4294956224 18446744073709551615 134550715 0 0 4096 0 0 0 0 17 1 0 0
/proc/24161/statm: 54601 50028 93 167 0 54432 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 218404

[startup+402.302 s]
/proc/loadavg: 1.00 1.21 1.34 2/65 24162
/proc/meminfo: memFree=1628848/2055924 swapFree=4180784/4192956
[pid=24161] ppid=24159 vsize=218404 CPUtime=402.15
/proc/24161/stat : 24161 (march_hi) R 24159 24161 24027 0 -1 4194304 106789 0 0 0 40167 48 0 0 25 0 1 0 91623855 223645696 50389 1992294400 134512640 135197378 4294956224 18446744073709551615 134524890 0 0 4096 0 0 0 0 17 1 0 0
/proc/24161/statm: 54601 50389 93 167 0 54432 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 218404

[startup+462.302 s]
/proc/loadavg: 1.00 1.17 1.31 2/65 24162
/proc/meminfo: memFree=1628784/2055924 swapFree=4180784/4192956
[pid=24161] ppid=24159 vsize=218404 CPUtime=462.13
/proc/24161/stat : 24161 (march_hi) R 24159 24161 24027 0 -1 4194304 106800 0 0 0 46165 48 0 0 25 0 1 0 91623855 223645696 50400 1992294400 134512640 135197378 4294956224 18446744073709551615 134524890 0 0 4096 0 0 0 0 17 1 0 0
/proc/24161/statm: 54601 50400 93 167 0 54432 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 218404

[startup+522.301 s]
/proc/loadavg: 1.00 1.13 1.29 2/65 24162
/proc/meminfo: memFree=1628208/2055924 swapFree=4180784/4192956
[pid=24161] ppid=24159 vsize=218404 CPUtime=522.11
/proc/24161/stat : 24161 (march_hi) R 24159 24161 24027 0 -1 4194304 106939 0 0 0 52162 49 0 0 25 0 1 0 91623855 223645696 50539 1992294400 134512640 135197378 4294956224 18446744073709551615 134524890 0 0 4096 0 0 0 0 17 1 0 0
/proc/24161/statm: 54601 50539 93 167 0 54432 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 218404

[startup+582.302 s]
/proc/loadavg: 1.00 1.11 1.27 2/65 24162
/proc/meminfo: memFree=1628016/2055924 swapFree=4180784/4192956
[pid=24161] ppid=24159 vsize=218404 CPUtime=582.09
/proc/24161/stat : 24161 (march_hi) R 24159 24161 24027 0 -1 4194304 106977 0 0 0 58160 49 0 0 25 0 1 0 91623855 223645696 50577 1992294400 134512640 135197378 4294956224 18446744073709551615 134524943 0 0 4096 0 0 0 0 17 1 0 0
/proc/24161/statm: 54601 50577 93 167 0 54432 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 218404

[startup+642.302 s]
/proc/loadavg: 1.00 1.08 1.25 2/65 24162
/proc/meminfo: memFree=1627952/2055924 swapFree=4180784/4192956
[pid=24161] ppid=24159 vsize=218404 CPUtime=642.07
/proc/24161/stat : 24161 (march_hi) R 24159 24161 24027 0 -1 4194304 106996 0 0 0 64158 49 0 0 25 0 1 0 91623855 223645696 50596 1992294400 134512640 135197378 4294956224 18446744073709551615 134550715 0 0 4096 0 0 0 0 17 1 0 0
/proc/24161/statm: 54601 50596 93 167 0 54432 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 218404

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.23 2/65 24162
/proc/meminfo: memFree=1627568/2055924 swapFree=4180784/4192956
[pid=24161] ppid=24159 vsize=218404 CPUtime=702.04
/proc/24161/stat : 24161 (march_hi) R 24159 24161 24027 0 -1 4194304 107065 0 0 0 70155 49 0 0 25 0 1 0 91623855 223645696 50665 1992294400 134512640 135197378 4294956224 18446744073709551615 134524890 0 0 4096 0 0 0 0 17 1 0 0
/proc/24161/statm: 54601 50665 93 167 0 54432 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 218404

[startup+762.304 s]
/proc/loadavg: 1.00 1.05 1.21 2/65 24162
/proc/meminfo: memFree=1627376/2055924 swapFree=4180784/4192956
[pid=24161] ppid=24159 vsize=218404 CPUtime=762.02
/proc/24161/stat : 24161 (march_hi) R 24159 24161 24027 0 -1 4194304 107101 0 0 0 76153 49 0 0 25 0 1 0 91623855 223645696 50701 1992294400 134512640 135197378 4294956224 18446744073709551615 134539119 0 0 4096 0 0 0 0 17 1 0 0
/proc/24161/statm: 54601 50701 93 167 0 54432 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 218404

[startup+822.301 s]
/proc/loadavg: 1.00 1.04 1.20 2/65 24162
/proc/meminfo: memFree=1627248/2055924 swapFree=4180784/4192956
[pid=24161] ppid=24159 vsize=218404 CPUtime=822
/proc/24161/stat : 24161 (march_hi) R 24159 24161 24027 0 -1 4194304 107128 0 0 0 82151 49 0 0 25 0 1 0 91623855 223645696 50728 1992294400 134512640 135197378 4294956224 18446744073709551615 134550680 0 0 4096 0 0 0 0 17 1 0 0
/proc/24161/statm: 54601 50728 93 167 0 54432 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 218404

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.18 2/65 24162
/proc/meminfo: memFree=1627184/2055924 swapFree=4180784/4192956
[pid=24161] ppid=24159 vsize=218404 CPUtime=881.99
/proc/24161/stat : 24161 (march_hi) R 24159 24161 24027 0 -1 4194304 107137 0 0 0 88149 50 0 0 25 0 1 0 91623855 223645696 50737 1992294400 134512640 135197378 4294956224 18446744073709551615 134524890 0 0 4096 0 0 0 0 17 1 0 0
/proc/24161/statm: 54601 50737 93 167 0 54432 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 218404

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.17 2/65 24162
/proc/meminfo: memFree=1627120/2055924 swapFree=4180784/4192956
[pid=24161] ppid=24159 vsize=218404 CPUtime=941.96
/proc/24161/stat : 24161 (march_hi) R 24159 24161 24027 0 -1 4194304 107155 0 0 0 94146 50 0 0 25 0 1 0 91623855 223645696 50755 1992294400 134512640 135197378 4294956224 18446744073709551615 134550709 0 0 4096 0 0 0 0 17 1 0 0
/proc/24161/statm: 54601 50755 93 167 0 54432 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 218404

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.16 2/65 24162
/proc/meminfo: memFree=1627056/2055924 swapFree=4180784/4192956
[pid=24161] ppid=24159 vsize=218404 CPUtime=1001.94
/proc/24161/stat : 24161 (march_hi) R 24159 24161 24027 0 -1 4194304 107161 0 0 0 100144 50 0 0 25 0 1 0 91623855 223645696 50761 1992294400 134512640 135197378 4294956224 18446744073709551615 134602884 0 0 4096 0 0 0 0 17 1 0 0
/proc/24161/statm: 54601 50761 93 167 0 54432 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 218404

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.14 2/65 24162
/proc/meminfo: memFree=1627056/2055924 swapFree=4180784/4192956
[pid=24161] ppid=24159 vsize=218404 CPUtime=1061.92
/proc/24161/stat : 24161 (march_hi) R 24159 24161 24027 0 -1 4194304 107167 0 0 0 106142 50 0 0 25 0 1 0 91623855 223645696 50767 1992294400 134512640 135197378 4294956224 18446744073709551615 134572901 0 0 4096 0 0 0 0 17 1 0 0
/proc/24161/statm: 54601 50767 93 167 0 54432 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 218404

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.13 2/65 24162
/proc/meminfo: memFree=1626992/2055924 swapFree=4180784/4192956
[pid=24161] ppid=24159 vsize=218404 CPUtime=1121.9
/proc/24161/stat : 24161 (march_hi) R 24159 24161 24027 0 -1 4194304 107172 0 0 0 112140 50 0 0 25 0 1 0 91623855 223645696 50772 1992294400 134512640 135197378 4294956224 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/24161/statm: 54601 50772 93 167 0 54432 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 218404

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/65 24162
/proc/meminfo: memFree=1626992/2055924 swapFree=4180784/4192956
[pid=24161] ppid=24159 vsize=218404 CPUtime=1181.88
/proc/24161/stat : 24161 (march_hi) R 24159 24161 24027 0 -1 4194304 107173 0 0 0 118138 50 0 0 25 0 1 0 91623855 223645696 50773 1992294400 134512640 135197378 4294956224 18446744073709551615 134524899 0 0 4096 0 0 0 0 17 1 0 0
/proc/24161/statm: 54601 50773 93 167 0 54432 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 218404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.12 2/65 24162
/proc/meminfo: memFree=1626992/2055924 swapFree=4180784/4192956
[pid=24161] ppid=24159 vsize=218404 CPUtime=1200.07
/proc/24161/stat : 24161 (march_hi) R 24159 24161 24027 0 -1 4194304 107174 0 0 0 119957 50 0 0 25 0 1 0 91623855 223645696 50774 1992294400 134512640 135197378 4294956224 18446744073709551615 134524890 0 0 4096 0 0 0 0 17 1 0 0
/proc/24161/statm: 54601 50774 93 167 0 54432 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 218404

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.12 2/65 24162
/proc/meminfo: memFree=1626992/2055924 swapFree=4180784/4192956
[pid=24161] ppid=24159 vsize=218404 CPUtime=1200.07
/proc/24161/stat : 24161 (march_hi) R 24159 24161 24027 0 -1 4194304 107174 0 0 0 119957 50 0 0 25 0 1 0 91623855 223645696 50774 1992294400 134512640 135197378 4294956224 18446744073709551615 134524890 0 0 4096 0 0 0 0 17 1 0 0
/proc/24161/statm: 54601 50774 93 167 0 54432 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 218404

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.54
CPU time (s): 1200.12
CPU user time (s): 1199.58
CPU system time (s): 0.539917
CPU usage (%): 99.965
Max. virtual memory (cumulated for all children) (KiB): 251300

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

runsolver used 0.988849 second user time and 2.54161 second system time

The end

Launcher Data

Begin job on node6 at 2009-04-25 07:04:55
IDJOB=1718354
IDBENCH=20485
IDSOLVER=521
FILE ID=node6/1718354-1240635895
PBS_JOBID= 9186410
Free space on /tmp= 66320 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT07/industrial/grieu/vmpc_25.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1718354-1240635895/watcher-1718354-1240635895 -o /tmp/evaluation-result-1718354-1240635895/solver-1718354-1240635895 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1718354-1240635895.cnf

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

MD5SUM BENCH= c5b44b10975f50cd32d40650a6a22d18
RANDOM SEED=870527619

node6.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.281
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.281
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:      2055924 kB
MemFree:       1831256 kB
Buffers:         24880 kB
Cached:         128384 kB
SwapCached:       5992 kB
Active:          22424 kB
Inactive:       139256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1831256 kB
SwapTotal:     4192956 kB
SwapFree:      4180784 kB
Dirty:            1820 kB
Writeback:           0 kB
Mapped:          14016 kB
Slab:            48972 kB
Committed_AS:   354584 kB
PageTables:       1452 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= 66320 MiB
End job on node6 at 2009-04-25 07:24:58