Trace number 1718614

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

Nameindustrial/grieu/
vmpc_28.cnf
MD5SUM2679ca6fb11bcf9f950de09652ce7147
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark14.9597
Satisfiable
(Un)Satisfiability was proved
Number of variables784
Number of clauses108080
Sum of the clauses size283220
Maximum clause length28
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 242420
Number of clauses of size 365604
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 556

Solver Data

21.68/21.70	c main():: ***                                   [ march satisfiability solver ]                                   ***
21.68/21.70	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
21.68/21.70	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
21.68/21.70	c main()::
21.68/21.70	c initFormula():: searching for DIMACS p-line....
21.68/21.70	c full lookahead due to high density!
21.68/21.70	c initFormula():: the DIMACS p-line indicates a CNF of 784 variables and 108080 clauses.
21.68/21.70	c parseCNF():: parsing....
21.68/21.70	c parseCNF():: the CNF contains 0 unary clauses.
21.68/21.70	c runParser():: parsing was successful, warming up engines...
21.68/21.70	c simplify_formula():: removed 0 tautological, 0 satisfied and 21168 duplicate clauses
21.68/21.70	c preprocessing fase I completed:: there are now 784 free variables and 86912 clauses.
21.68/21.70	c stat :: sign balance is biased by 0.968
21.68/21.70	c using k-SAT heuristics (size based diff)
21.68/21.70	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
21.68/21.70	c simplify_formula():: removed 0 tautological, 0 satisfied and 514200 duplicate clauses
21.68/21.70	c resolvent_look() :: found 1562820 resolvents
21.68/21.70	c main():: clause / variable ratio: ( 1649732 / 784 ) = 2104.25
21.68/21.70	c longest clause has size 28
21.68/21.70	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
21.68/21.70	c number of free variables = 784
21.68/21.70	c dynamic_preselect_setsize :: off
21.68/21.70	c main():: all systems go!
21.68/21.70	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 426
342.00/342.19	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-1718614-1240638343/watcher-1718614-1240638343 -o /tmp/evaluation-result-1718614-1240638343/solver-1718614-1240638343 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1718614-1240638343.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 3/64 16908
/proc/meminfo: memFree=1679984/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=1684 CPUtime=0
/proc/16908/stat : 16908 (march_hi) R 16906 16908 16752 0 -1 4194304 216 0 0 0 0 0 0 0 18 0 1 0 91862348 1724416 201 1992294400 134512640 135197378 4294956240 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/16908/statm: 421 201 58 167 0 252 0

[startup+0.0270589 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 16908
/proc/meminfo: memFree=1679984/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=1948 CPUtime=0.02
/proc/16908/stat : 16908 (march_hi) R 16906 16908 16752 0 -1 4194304 307 0 0 0 2 0 0 0 18 0 1 0 91862348 1994752 292 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/16908/statm: 487 292 58 167 0 318 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1948

[startup+0.101065 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 16908
/proc/meminfo: memFree=1679984/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=3004 CPUtime=0.09
/proc/16908/stat : 16908 (march_hi) R 16906 16908 16752 0 -1 4194304 606 0 0 0 9 0 0 0 18 0 1 0 91862348 3076096 591 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/16908/statm: 751 591 58 167 0 582 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3004

[startup+0.301081 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 16908
/proc/meminfo: memFree=1679984/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=9736 CPUtime=0.28
/proc/16908/stat : 16908 (march_hi) R 16906 16908 16752 0 -1 4194304 2903 0 0 0 28 0 0 0 19 0 1 0 91862348 9969664 1479 1992294400 134512640 135197378 4294956240 18446744073709551615 134560981 0 0 4096 0 0 0 0 17 1 0 0
/proc/16908/statm: 2434 1479 78 167 0 2265 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9736

[startup+0.701118 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 16908
/proc/meminfo: memFree=1679984/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=11552 CPUtime=0.69
/proc/16908/stat : 16908 (march_hi) R 16906 16908 16752 0 -1 4194304 5076 0 0 0 67 2 0 0 22 0 1 0 91862348 11829248 1942 1992294400 134512640 135197378 4294956240 18446744073709551615 134539469 0 0 4096 0 0 0 0 17 1 0 0
/proc/16908/statm: 2888 1942 81 167 0 2719 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11552

[startup+1.50119 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16909
/proc/meminfo: memFree=1671784/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=14400 CPUtime=1.49
/proc/16908/stat : 16908 (march_hi) R 16906 16908 16752 0 -1 4194304 5610 0 0 0 147 2 0 0 25 0 1 0 91862348 14745600 2476 1992294400 134512640 135197378 4294956240 18446744073709551615 134578098 0 0 4096 0 0 0 0 17 1 0 0
/proc/16908/statm: 3600 2476 81 167 0 3431 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14400

[startup+3.10133 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16909
/proc/meminfo: memFree=1667880/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=20672 CPUtime=3.09
/proc/16908/stat : 16908 (march_hi) R 16906 16908 16752 0 -1 4194304 7158 0 0 0 306 3 0 0 25 0 1 0 91862348 21168128 4024 1992294400 134512640 135197378 4294956240 18446744073709551615 134578151 0 0 4096 0 0 0 0 17 1 0 0
/proc/16908/statm: 5168 4024 81 167 0 4999 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20672

[startup+6.30162 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16909
/proc/meminfo: memFree=1655080/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=32952 CPUtime=6.29
/proc/16908/stat : 16908 (march_hi) R 16906 16908 16752 0 -1 4194304 10157 0 0 0 625 4 0 0 25 0 1 0 91862348 33742848 7023 1992294400 134512640 135197378 4294956240 18446744073709551615 134578201 0 0 4096 0 0 0 0 17 1 0 0
/proc/16908/statm: 8238 7023 81 167 0 8069 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32952

[startup+12.7012 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16909
/proc/meminfo: memFree=1630824/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=56984 CPUtime=12.69
/proc/16908/stat : 16908 (march_hi) R 16906 16908 16752 0 -1 4194304 16075 0 0 0 1261 8 0 0 25 0 1 0 91862348 58351616 12941 1992294400 134512640 135197378 4294956240 18446744073709551615 134578126 0 0 4096 0 0 0 0 17 1 0 0
/proc/16908/statm: 14246 12941 81 167 0 14077 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56984

[startup+25.5013 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16909
/proc/meminfo: memFree=1487272/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=218852 CPUtime=25.48
/proc/16908/stat : 16908 (march_hi) R 16906 16908 16752 0 -1 4194304 104988 0 0 0 2504 44 0 0 25 0 1 0 91862348 224104448 48059 1992294400 134512640 135197378 4294956240 18446744073709551615 134524866 0 0 4096 0 0 0 0 17 1 0 0
/proc/16908/statm: 54713 48059 90 167 0 54544 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 218852

[startup+51.1016 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16909
/proc/meminfo: memFree=1487272/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=218852 CPUtime=51.07
/proc/16908/stat : 16908 (march_hi) R 16906 16908 16752 0 -1 4194304 104988 0 0 0 5063 44 0 0 25 0 1 0 91862348 224104448 48059 1992294400 134512640 135197378 4294956240 18446744073709551615 134524921 0 0 4096 0 0 0 0 17 1 0 0
/proc/16908/statm: 54713 48059 90 167 0 54544 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 218852

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16909
/proc/meminfo: memFree=1484008/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=218852 CPUtime=102.26
/proc/16908/stat : 16908 (march_hi) R 16906 16908 16752 0 -1 4194304 105800 0 0 0 10182 44 0 0 25 0 1 0 91862348 224104448 48871 1992294400 134512640 135197378 4294956240 18446744073709551615 134550680 0 0 4096 0 0 0 0 17 1 0 0
/proc/16908/statm: 54713 48871 93 167 0 54544 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 218852

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16909
/proc/meminfo: memFree=1483752/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=218852 CPUtime=162.25
/proc/16908/stat : 16908 (march_hi) R 16906 16908 16752 0 -1 4194304 105869 0 0 0 16180 45 0 0 25 0 1 0 91862348 224104448 48940 1992294400 134512640 135197378 4294956240 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0
/proc/16908/statm: 54713 48940 93 167 0 54544 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 218852

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16909
/proc/meminfo: memFree=1483560/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=218852 CPUtime=222.23
/proc/16908/stat : 16908 (march_hi) R 16906 16908 16752 0 -1 4194304 105915 0 0 0 22178 45 0 0 25 0 1 0 91862348 224104448 48986 1992294400 134512640 135197378 4294956240 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0
/proc/16908/statm: 54713 48986 93 167 0 54544 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 218852

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16909
/proc/meminfo: memFree=1483304/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=218852 CPUtime=282.22
/proc/16908/stat : 16908 (march_hi) R 16906 16908 16752 0 -1 4194304 105972 0 0 0 28177 45 0 0 25 0 1 0 91862348 224104448 49043 1992294400 134512640 135197378 4294956240 18446744073709551615 134524866 0 0 4096 0 0 0 0 17 1 0 0
/proc/16908/statm: 54713 49043 93 167 0 54544 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 218852

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16909
/proc/meminfo: memFree=1481768/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=219280 CPUtime=342.2
/proc/16908/stat : 16908 (march_hi) R 16906 16908 16752 0 -1 4194304 106449 0 0 0 34175 45 0 0 25 0 1 0 91862348 224542720 49520 1992294400 134512640 135197378 4294956240 18446744073709551615 134602884 0 0 4096 0 0 0 0 17 1 0 0
/proc/16908/statm: 54820 49520 93 167 0 54651 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 219280

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16909
/proc/meminfo: memFree=1480616/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=219280 CPUtime=402.18
/proc/16908/stat : 16908 (march_hi) R 16906 16908 16752 0 -1 4194304 106629 0 0 0 40173 45 0 0 25 0 1 0 91862348 224542720 49700 1992294400 134512640 135197378 4294956240 18446744073709551615 134524866 0 0 4096 0 0 0 0 17 1 0 0
/proc/16908/statm: 54820 49700 93 167 0 54651 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 219280

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16909
/proc/meminfo: memFree=1479784/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=219280 CPUtime=462.16
/proc/16908/stat : 16908 (march_hi) R 16906 16908 16752 0 -1 4194304 106828 0 0 0 46171 45 0 0 25 0 1 0 91862348 224542720 49899 1992294400 134512640 135197378 4294956240 18446744073709551615 134524871 0 0 4096 0 0 0 0 17 1 0 0
/proc/16908/statm: 54820 49899 93 167 0 54651 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 219280

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16909
/proc/meminfo: memFree=1478760/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=219280 CPUtime=522.16
/proc/16908/stat : 16908 (march_hi) R 16906 16908 16752 0 -1 4194304 107085 0 0 0 52170 46 0 0 25 0 1 0 91862348 224542720 50156 1992294400 134512640 135197378 4294956240 18446744073709551615 134524890 0 0 4096 0 0 0 0 17 1 0 0
/proc/16908/statm: 54820 50156 93 167 0 54651 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 219280

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16909
/proc/meminfo: memFree=1478312/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=219280 CPUtime=582.14
/proc/16908/stat : 16908 (march_hi) R 16906 16908 16752 0 -1 4194304 107191 0 0 0 58168 46 0 0 25 0 1 0 91862348 224542720 50262 1992294400 134512640 135197378 4294956240 18446744073709551615 134572901 0 0 4096 0 0 0 0 17 1 0 0
/proc/16908/statm: 54820 50262 93 167 0 54651 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 219280

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16909
/proc/meminfo: memFree=1478056/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=219280 CPUtime=642.12
/proc/16908/stat : 16908 (march_hi) R 16906 16908 16752 0 -1 4194304 107247 0 0 0 64166 46 0 0 25 0 1 0 91862348 224542720 50318 1992294400 134512640 135197378 4294956240 18446744073709551615 134524890 0 0 4096 0 0 0 0 17 1 0 0
/proc/16908/statm: 54820 50318 93 167 0 54651 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 219280

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16909
/proc/meminfo: memFree=1477736/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=219280 CPUtime=702.11
/proc/16908/stat : 16908 (march_hi) R 16906 16908 16752 0 -1 4194304 107329 0 0 0 70164 47 0 0 25 0 1 0 91862348 224542720 50400 1992294400 134512640 135197378 4294956240 18446744073709551615 134524890 0 0 4096 0 0 0 0 17 1 0 0
/proc/16908/statm: 54820 50400 93 167 0 54651 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 219280

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16909
/proc/meminfo: memFree=1477544/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=219280 CPUtime=762.09
/proc/16908/stat : 16908 (march_hi) R 16906 16908 16752 0 -1 4194304 107368 0 0 0 76162 47 0 0 25 0 1 0 91862348 224542720 50439 1992294400 134512640 135197378 4294956240 18446744073709551615 134550680 0 0 4096 0 0 0 0 17 1 0 0
/proc/16908/statm: 54820 50439 93 167 0 54651 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 219280

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16909
/proc/meminfo: memFree=1477480/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=219280 CPUtime=822.07
/proc/16908/stat : 16908 (march_hi) R 16906 16908 16752 0 -1 4194304 107378 0 0 0 82160 47 0 0 25 0 1 0 91862348 224542720 50449 1992294400 134512640 135197378 4294956240 18446744073709551615 134550715 0 0 4096 0 0 0 0 17 1 0 0
/proc/16908/statm: 54820 50449 93 167 0 54651 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 219280

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16909
/proc/meminfo: memFree=1477544/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=219280 CPUtime=882.05
/proc/16908/stat : 16908 (march_hi) R 16906 16908 16752 0 -1 4194304 107378 0 0 0 88158 47 0 0 25 0 1 0 91862348 224542720 50449 1992294400 134512640 135197378 4294956240 18446744073709551615 134550718 0 0 4096 0 0 0 0 17 1 0 0
/proc/16908/statm: 54820 50449 93 167 0 54651 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 219280

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16915
/proc/meminfo: memFree=1477280/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=219280 CPUtime=942.03
/proc/16908/stat : 16908 (march_hi) R 16906 16908 16752 0 -1 4194304 107380 0 0 0 94155 48 0 0 25 0 1 0 91862348 224542720 50451 1992294400 134512640 135197378 4294956240 18446744073709551615 134548733 0 0 4096 0 0 0 0 17 1 0 0
/proc/16908/statm: 54820 50451 93 167 0 54651 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 219280

[startup+1002.3 s]
/proc/loadavg: 1.07 1.00 1.00 2/65 16915
/proc/meminfo: memFree=1477280/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=219280 CPUtime=1002.02
/proc/16908/stat : 16908 (march_hi) R 16906 16908 16752 0 -1 4194304 107380 0 0 0 100154 48 0 0 25 0 1 0 91862348 224542720 50451 1992294400 134512640 135197378 4294956240 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0
/proc/16908/statm: 54820 50451 93 167 0 54651 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 219280

[startup+1062.3 s]
/proc/loadavg: 1.10 1.02 1.00 2/65 16915
/proc/meminfo: memFree=1477280/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=219280 CPUtime=1062
/proc/16908/stat : 16908 (march_hi) R 16906 16908 16752 0 -1 4194304 107385 0 0 0 106152 48 0 0 25 0 1 0 91862348 224542720 50456 1992294400 134512640 135197378 4294956240 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/16908/statm: 54820 50456 93 167 0 54651 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 219280

[startup+1122.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 16915
/proc/meminfo: memFree=1477280/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=219280 CPUtime=1121.98
/proc/16908/stat : 16908 (march_hi) R 16906 16908 16752 0 -1 4194304 107385 0 0 0 112150 48 0 0 25 0 1 0 91862348 224542720 50456 1992294400 134512640 135197378 4294956240 18446744073709551615 134524890 0 0 4096 0 0 0 0 17 1 0 0
/proc/16908/statm: 54820 50456 93 167 0 54651 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 219280

[startup+1182.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 16915
/proc/meminfo: memFree=1477280/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=219280 CPUtime=1181.97
/proc/16908/stat : 16908 (march_hi) R 16906 16908 16752 0 -1 4194304 107387 0 0 0 118149 48 0 0 25 0 1 0 91862348 224542720 50458 1992294400 134512640 135197378 4294956240 18446744073709551615 134524945 0 0 4096 0 0 0 0 17 1 0 0
/proc/16908/statm: 54820 50458 93 167 0 54651 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 219280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 16915
/proc/meminfo: memFree=1477280/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=219280 CPUtime=1200.07
/proc/16908/stat : 16908 (march_hi) R 16906 16908 16752 0 -1 4194304 107387 0 0 0 119959 48 0 0 25 0 1 0 91862348 224542720 50458 1992294400 134512640 135197378 4294956240 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0
/proc/16908/statm: 54820 50458 93 167 0 54651 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 219280

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.59
CPU system time (s): 0.52192
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 250312

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

runsolver used 1.06684 second user time and 2.72758 second system time

The end

Launcher Data

Begin job on node43 at 2009-04-25 07:45:43
IDJOB=1718614
IDBENCH=20492
IDSOLVER=521
FILE ID=node43/1718614-1240638343
PBS_JOBID= 9186437
Free space on /tmp= 66404 MiB

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

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

MD5SUM BENCH= 2679ca6fb11bcf9f950de09652ce7147
RANDOM SEED=1193849378

node43.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.237
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.237
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:       1680400 kB
Buffers:         38136 kB
Cached:         256500 kB
SwapCached:        144 kB
Active:         101648 kB
Inactive:       207072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1680400 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2320 kB
Writeback:           0 kB
Mapped:          23652 kB
Slab:            52744 kB
Committed_AS:   323908 kB
PageTables:       1444 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= 66400 MiB
End job on node43 at 2009-04-25 08:05:45