Trace number 1717730

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.21 1200.83

General information on the benchmark

Nameindustrial/palacios/medium/
cube-11-h14-sat.cnf
MD5SUM7cc30e40be8c690e76c3fb158623be61
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables508177
Number of clauses1529045
Sum of the clauses size3568287
Maximum clause length19
Minimum clause length1
Number of clauses of size 11331
Number of clauses of size 21019705
Number of clauses of size 3505422
Number of clauses of size 42413
Number of clauses of size 519
Number of clauses of size over 5155

Solver Data

44.86/44.98	c main():: ***                                   [ march satisfiability solver ]                                   ***
44.86/44.98	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
44.86/44.98	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
44.86/44.98	c main()::
44.86/44.98	c initFormula():: searching for DIMACS p-line....
44.86/44.98	c initFormula():: the DIMACS p-line indicates a CNF of 509512 variables and 1529045 clauses.
44.86/44.98	c parseCNF():: parsing....
44.86/44.98	c parseCNF():: the CNF contains 1331 unary clauses.
44.86/44.98	c runParser():: parsing was successful, warming up engines...
44.86/44.98	c find_and_remove_tautogolies():: found and removed 84 tautologies
44.86/44.98	c simplify_formula():: removed 54 tautological, 4161 satisfied and 0 duplicate clauses
44.86/44.98	c preprocessing fase I completed:: there are now 508097 free variables and 1524830 clauses.
44.86/44.98	c stat :: sign balance is biased by 0.154
44.86/44.98	c using k-SAT heuristics (size based diff)
44.86/44.98	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
44.86/44.98	c simplify_formula():: removed 0 tautological, 0 satisfied and 49225 duplicate clauses
44.86/44.98	c resolvent_look() :: found 60742 resolvents
44.86/44.98	c main():: clause / variable ratio: ( 1585572 / 509512 ) = 3.11
44.86/44.98	c longest clause has size 19
44.86/44.98	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
44.86/44.98	c number of free variables = 506762
44.86/44.98	c dynamic_preselect_setsize :: off
44.86/44.98	c main():: all systems go!
44.86/44.98	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 197
442.58/442.83	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-1717730-1240629895/watcher-1717730-1240629895 -o /tmp/evaluation-result-1717730-1240629895/solver-1717730-1240629895 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1717730-1240629895.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 29153
/proc/meminfo: memFree=1177184/2055920 swapFree=4192956/4192956
[pid=29153] ppid=29151 vsize=8804 CPUtime=0
/proc/29153/stat : 29153 (march_hi) R 29151 29153 28114 0 -1 4194304 819 0 0 0 0 0 0 0 18 0 1 0 91015729 9015296 804 1992294400 134512640 135197378 4294956224 18446744073709551615 134568349 0 0 4096 0 0 0 0 17 0 0 0
/proc/29153/statm: 2201 811 57 167 0 2032 0

[startup+0.0678381 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 29153
/proc/meminfo: memFree=1177184/2055920 swapFree=4192956/4192956
[pid=29153] ppid=29151 vsize=40304 CPUtime=0.05
/proc/29153/stat : 29153 (march_hi) R 29151 29153 28114 0 -1 4194304 7459 0 0 0 3 2 0 0 18 0 1 0 91015729 41271296 7444 1992294400 134512640 135197378 4294956224 18446744073709551615 134568480 0 0 4096 0 0 0 0 17 0 0 0
/proc/29153/statm: 10076 7448 57 167 0 9907 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 40304

[startup+0.101842 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 29153
/proc/meminfo: memFree=1177184/2055920 swapFree=4192956/4192956
[pid=29153] ppid=29151 vsize=52616 CPUtime=0.1
/proc/29153/stat : 29153 (march_hi) R 29151 29153 28114 0 -1 4194304 11056 0 0 0 6 4 0 0 18 0 1 0 91015729 53878784 11041 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 0 0 0
/proc/29153/statm: 13154 11041 57 167 0 12985 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 52616

[startup+0.301868 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 29153
/proc/meminfo: memFree=1177184/2055920 swapFree=4192956/4192956
[pid=29153] ppid=29151 vsize=55256 CPUtime=0.29
/proc/29153/stat : 29153 (march_hi) R 29151 29153 28114 0 -1 4194304 11891 0 0 0 25 4 0 0 19 0 1 0 91015729 56582144 11876 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 0 0 0
/proc/29153/statm: 13814 11876 57 167 0 13645 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55256

[startup+0.701923 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 29153
/proc/meminfo: memFree=1177184/2055920 swapFree=4192956/4192956
[pid=29153] ppid=29151 vsize=60536 CPUtime=0.69
/proc/29153/stat : 29153 (march_hi) R 29151 29153 28114 0 -1 4194304 13525 0 0 0 63 6 0 0 23 0 1 0 91015729 61988864 13510 1992294400 134512640 135197378 4294956224 18446744073709551615 134568882 0 0 4096 0 0 0 0 17 0 0 0
/proc/29153/statm: 15134 13510 57 167 0 14965 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 60536

[startup+1.50103 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29154
/proc/meminfo: memFree=1118360/2055920 swapFree=4192956/4192956
[pid=29153] ppid=29151 vsize=70964 CPUtime=1.49
/proc/29153/stat : 29153 (march_hi) R 29151 29153 28114 0 -1 4194304 16770 0 0 0 141 8 0 0 25 0 1 0 91015729 72667136 16755 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 0 0 0
/proc/29153/statm: 17741 16755 57 167 0 17572 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 70964

[startup+3.10125 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29154
/proc/meminfo: memFree=1061888/2055920 swapFree=4192956/4192956
[pid=29153] ppid=29151 vsize=181992 CPUtime=3.09
/proc/29153/stat : 29153 (march_hi) R 29151 29153 28114 0 -1 4194304 36193 0 0 0 295 14 0 0 25 0 1 0 91015729 186359808 32683 1992294400 134512640 135197378 4294956224 18446744073709551615 134649057 0 0 4096 0 0 0 0 17 0 0 0
/proc/29153/statm: 45498 32683 64 167 0 45329 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 181992

[startup+6.30168 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29154
/proc/meminfo: memFree=1035680/2055920 swapFree=4192956/4192956
[pid=29153] ppid=29151 vsize=182032 CPUtime=6.29
/proc/29153/stat : 29153 (march_hi) R 29151 29153 28114 0 -1 4194304 53806 0 0 0 608 21 0 0 25 0 1 0 91015729 186400768 32345 1992294400 134512640 135197378 4294956224 18446744073709551615 134649174 0 0 4096 0 0 0 0 17 0 0 0
/proc/29153/statm: 45508 32345 66 167 0 45339 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 182032

[startup+12.7015 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29154
/proc/meminfo: memFree=1041376/2055920 swapFree=4192956/4192956
[pid=29153] ppid=29151 vsize=203932 CPUtime=12.69
/proc/29153/stat : 29153 (march_hi) R 29151 29153 28114 0 -1 4194304 108660 0 0 0 1224 45 0 0 25 0 1 0 91015729 208826368 38923 1992294400 134512640 135197378 4294956224 18446744073709551615 134695342 0 0 4096 0 0 0 0 17 0 0 0
/proc/29153/statm: 50983 38923 77 167 0 50814 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 203932

[startup+25.5013 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29154
/proc/meminfo: memFree=1015328/2055920 swapFree=4192956/4192956
[pid=29153] ppid=29151 vsize=214388 CPUtime=25.48
/proc/29153/stat : 29153 (march_hi) R 29151 29153 28114 0 -1 4194304 135879 0 0 0 2492 56 0 0 25 0 1 0 91015729 219533312 40541 1992294400 134512640 135197378 4294956224 18446744073709551615 134578098 0 0 4096 0 0 0 0 17 0 0 0
/proc/29153/statm: 53597 40541 80 167 0 53428 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 214388

[startup+51.1017 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29154
/proc/meminfo: memFree=784480/2055920 swapFree=4192956/4192956
[pid=29153] ppid=29151 vsize=893848 CPUtime=51.07
/proc/29153/stat : 29153 (march_hi) R 29151 29153 28114 0 -1 4194304 235179 0 0 0 5009 98 0 0 25 0 1 0 91015729 915300352 98119 1992294400 134512640 135197378 4294956224 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 0 0 0
/proc/29153/statm: 223462 98119 88 167 0 223293 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 893848

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29154
/proc/meminfo: memFree=784544/2055920 swapFree=4192956/4192956
[pid=29153] ppid=29151 vsize=893848 CPUtime=102.25
/proc/29153/stat : 29153 (march_hi) R 29151 29153 28114 0 -1 4194304 235179 0 0 0 10127 98 0 0 25 0 1 0 91015729 915300352 98119 1992294400 134512640 135197378 4294956224 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 0 0 0
/proc/29153/statm: 223462 98119 88 167 0 223293 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 893848

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29154
/proc/meminfo: memFree=651808/2055920 swapFree=4192956/4192956
[pid=29153] ppid=29151 vsize=1028296 CPUtime=162.22
/proc/29153/stat : 29153 (march_hi) R 29151 29153 28114 0 -1 4194304 268473 0 0 0 16111 111 0 0 25 0 1 0 91015729 1052975104 131413 1992294400 134512640 135197378 4294956224 18446744073709551615 134548473 0 0 4096 0 0 0 0 17 0 0 0
/proc/29153/statm: 257074 131413 90 167 0 256905 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 1028296

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29154
/proc/meminfo: memFree=591776/2055920 swapFree=4192956/4192956
[pid=29153] ppid=29151 vsize=1113740 CPUtime=222.19
/proc/29153/stat : 29153 (march_hi) R 29151 29153 28114 0 -1 4194304 283501 0 0 0 22102 117 0 0 25 0 1 0 91015729 1140469760 146237 1992294400 134512640 135197378 4294956224 18446744073709551615 134539127 0 0 4096 0 0 0 0 17 0 0 0
/proc/29153/statm: 278435 146237 90 167 0 278266 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 1113740

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29154
/proc/meminfo: memFree=526752/2055920 swapFree=4192956/4192956
[pid=29153] ppid=29151 vsize=1184648 CPUtime=282.17
/proc/29153/stat : 29153 (march_hi) R 29151 29153 28114 0 -1 4194304 300258 0 0 0 28093 124 0 0 25 0 1 0 91015729 1213079552 162608 1992294400 134512640 135197378 4294956224 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 0 0 0
/proc/29153/statm: 296162 162608 90 167 0 295993 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 1184648

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29154
/proc/meminfo: memFree=463520/2055920 swapFree=4192956/4192956
[pid=29153] ppid=29151 vsize=1243280 CPUtime=342.13
/proc/29153/stat : 29153 (march_hi) R 29151 29153 28114 0 -1 4194304 320505 0 0 0 34079 134 0 0 25 0 1 0 91015729 1273118720 178251 1992294400 134512640 135197378 4294956224 18446744073709551615 134649523 0 0 4096 0 0 0 0 17 0 0 0
/proc/29153/statm: 310820 178251 90 167 0 310651 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 1243280

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29154
/proc/meminfo: memFree=416160/2055920 swapFree=4192956/4192956
[pid=29153] ppid=29151 vsize=1293296 CPUtime=402.09
/proc/29153/stat : 29153 (march_hi) R 29151 29153 28114 0 -1 4194304 335964 0 0 0 40067 142 0 0 25 0 1 0 91015729 1324335104 190042 1992294400 134512640 135197378 4294956224 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 0 0 0
/proc/29153/statm: 323324 190042 90 167 0 323155 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 1293296

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29154
/proc/meminfo: memFree=402336/2055920 swapFree=4192956/4192956
[pid=29153] ppid=29151 vsize=1312996 CPUtime=462.07
/proc/29153/stat : 29153 (march_hi) R 29151 29153 28114 0 -1 4194304 342451 0 0 0 46062 145 0 0 25 0 1 0 91015729 1344507904 193475 1992294400 134512640 135197378 4294956224 18446744073709551615 134539344 0 0 4096 0 0 0 0 17 0 0 0
/proc/29153/statm: 328249 193475 90 167 0 328080 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 1312996

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29154
/proc/meminfo: memFree=402336/2055920 swapFree=4192956/4192956
[pid=29153] ppid=29151 vsize=1312996 CPUtime=522.05
/proc/29153/stat : 29153 (march_hi) R 29151 29153 28114 0 -1 4194304 342455 0 0 0 52060 145 0 0 25 0 1 0 91015729 1344507904 193478 1992294400 134512640 135197378 4294956224 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 0 0 0
/proc/29153/statm: 328249 193478 90 167 0 328080 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 1312996

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29154
/proc/meminfo: memFree=397280/2055920 swapFree=4192956/4192956
[pid=29153] ppid=29151 vsize=1319672 CPUtime=582.02
/proc/29153/stat : 29153 (march_hi) R 29151 29153 28114 0 -1 4194304 343721 0 0 0 58056 146 0 0 25 0 1 0 91015729 1351344128 194744 1992294400 134512640 135197378 4294956224 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 0 0 0
/proc/29153/statm: 329918 194744 90 167 0 329749 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 1319672

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29154
/proc/meminfo: memFree=397280/2055920 swapFree=4192956/4192956
[pid=29153] ppid=29151 vsize=1319672 CPUtime=642
/proc/29153/stat : 29153 (march_hi) R 29151 29153 28114 0 -1 4194304 343731 0 0 0 64054 146 0 0 25 0 1 0 91015729 1351344128 194754 1992294400 134512640 135197378 4294956224 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 0 0 0
/proc/29153/statm: 329918 194754 90 167 0 329749 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 1319672

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29154
/proc/meminfo: memFree=392096/2055920 swapFree=4192956/4192956
[pid=29153] ppid=29151 vsize=1326236 CPUtime=701.96
/proc/29153/stat : 29153 (march_hi) R 29151 29153 28114 0 -1 4194304 345022 0 0 0 70049 147 0 0 25 0 1 0 91015729 1358065664 196043 1992294400 134512640 135197378 4294956224 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 0 0 0
/proc/29153/statm: 331559 196043 90 167 0 331390 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 1326236

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29154
/proc/meminfo: memFree=376864/2055920 swapFree=4192956/4192956
[pid=29153] ppid=29151 vsize=1347240 CPUtime=761.93
/proc/29153/stat : 29153 (march_hi) R 29151 29153 28114 0 -1 4194304 348806 0 0 0 76045 148 0 0 25 0 1 0 91015729 1379573760 199827 1992294400 134512640 135197378 4294956224 18446744073709551615 134550653 0 0 4096 0 0 0 0 17 0 0 0
/proc/29153/statm: 336810 199827 90 167 0 336641 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 1347240

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29154
/proc/meminfo: memFree=376864/2055920 swapFree=4192956/4192956
[pid=29153] ppid=29151 vsize=1348120 CPUtime=821.9
/proc/29153/stat : 29153 (march_hi) R 29151 29153 28114 0 -1 4194304 348814 0 0 0 82042 148 0 0 25 0 1 0 91015729 1380474880 199835 1992294400 134512640 135197378 4294956224 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 0 0 0
/proc/29153/statm: 337030 199835 90 167 0 336861 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 1348120

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29156
/proc/meminfo: memFree=367968/2055920 swapFree=4192956/4192956
[pid=29153] ppid=29151 vsize=1358100 CPUtime=881.87
/proc/29153/stat : 29153 (march_hi) R 29151 29153 28114 0 -1 4194304 352040 0 0 0 88037 150 0 0 25 0 1 0 91015729 1390694400 202036 1992294400 134512640 135197378 4294956224 18446744073709551615 134539127 0 0 4096 0 0 0 0 17 0 0 0
/proc/29153/statm: 339525 202036 90 167 0 339356 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 1358100

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29156
/proc/meminfo: memFree=367200/2055920 swapFree=4192956/4192956
[pid=29153] ppid=29151 vsize=1359416 CPUtime=941.83
/proc/29153/stat : 29153 (march_hi) R 29151 29153 28114 0 -1 4194304 352266 0 0 0 94033 150 0 0 25 0 1 0 91015729 1392041984 202262 1992294400 134512640 135197378 4294956224 18446744073709551615 134524906 0 0 4096 0 0 0 0 17 0 0 0
/proc/29153/statm: 339854 202262 90 167 0 339685 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 1359416

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29156
/proc/meminfo: memFree=363936/2055920 swapFree=4192956/4192956
[pid=29153] ppid=29151 vsize=1364036 CPUtime=1001.8
/proc/29153/stat : 29153 (march_hi) R 29151 29153 28114 0 -1 4194304 353201 0 0 0 100030 150 0 0 25 0 1 0 91015729 1396772864 203197 1992294400 134512640 135197378 4294956224 18446744073709551615 134550945 0 0 4096 0 0 0 0 17 0 0 0
/proc/29153/statm: 341009 203197 90 167 0 340840 0
Current children cumulated CPU time (s) 1001.8
Current children cumulated vsize (KiB) 1364036

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29156
/proc/meminfo: memFree=350496/2055920 swapFree=4192956/4192956
[pid=29153] ppid=29151 vsize=1381224 CPUtime=1061.76
/proc/29153/stat : 29153 (march_hi) R 29151 29153 28114 0 -1 4194304 356425 0 0 0 106025 151 0 0 25 0 1 0 91015729 1414373376 206421 1992294400 134512640 135197378 4294956224 18446744073709551615 134548552 0 0 4096 0 0 0 0 17 0 0 0
/proc/29153/statm: 345306 206421 90 167 0 345137 0
Current children cumulated CPU time (s) 1061.76
Current children cumulated vsize (KiB) 1381224

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29156
/proc/meminfo: memFree=344928/2055920 swapFree=4192956/4192956
[pid=29153] ppid=29151 vsize=1387564 CPUtime=1121.71
/proc/29153/stat : 29153 (march_hi) R 29151 29153 28114 0 -1 4194304 357832 0 0 0 112018 153 0 0 25 0 1 0 91015729 1420865536 207820 1992294400 134512640 135197378 4294956224 18446744073709551615 134524906 0 0 4096 0 0 0 0 17 0 0 0
/proc/29153/statm: 346891 207820 90 167 0 346722 0
Current children cumulated CPU time (s) 1121.71
Current children cumulated vsize (KiB) 1387564

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29156
/proc/meminfo: memFree=338016/2055920 swapFree=4192956/4192956
[pid=29153] ppid=29151 vsize=1398144 CPUtime=1181.68
/proc/29153/stat : 29153 (march_hi) R 29151 29153 28114 0 -1 4194304 359563 0 0 0 118015 153 0 0 25 0 1 0 91015729 1431699456 209551 1992294400 134512640 135197378 4294956224 18446744073709551615 134550950 0 0 4096 0 0 0 0 17 0 0 0
/proc/29153/statm: 349536 209551 90 167 0 349367 0
Current children cumulated CPU time (s) 1181.68
Current children cumulated vsize (KiB) 1398144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29156
/proc/meminfo: memFree=337504/2055920 swapFree=4192956/4192956
[pid=29153] ppid=29151 vsize=1398420 CPUtime=1200.08
/proc/29153/stat : 29153 (march_hi) R 29151 29153 28114 0 -1 4194304 359662 0 0 0 119855 153 0 0 25 0 1 0 91015729 1431982080 209650 1992294400 134512640 135197378 4294956224 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 0 0 0
/proc/29153/statm: 349605 209650 90 167 0 349436 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 1398420

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

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

[startup+1200.81 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29156
/proc/meminfo: memFree=337504/2055920 swapFree=4192956/4192956
[pid=29153] ppid=29151 vsize=0 CPUtime=1200.18
/proc/29153/stat : 29153 (march_hi) R 29151 29153 28114 0 -1 4195332 359662 0 0 0 119855 163 0 0 25 0 1 0 91015729 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/29153/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.18
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.83
CPU time (s): 1200.21
CPU user time (s): 1198.55
CPU system time (s): 1.65975
CPU usage (%): 99.9489
Max. virtual memory (cumulated for all children) (KiB): 1398420

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

runsolver used 1.01684 second user time and 3.36049 second system time

The end

Launcher Data

Begin job on node71 at 2009-04-25 05:24:58
IDJOB=1717730
IDBENCH=20423
IDSOLVER=521
FILE ID=node71/1717730-1240629895
PBS_JOBID= 9186366
Free space on /tmp= 66448 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT07/industrial/palacios/medium/cube-11-h14-sat.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717730-1240629895/watcher-1717730-1240629895 -o /tmp/evaluation-result-1717730-1240629895/solver-1717730-1240629895 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1717730-1240629895.cnf

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

MD5SUM BENCH= 7cc30e40be8c690e76c3fb158623be61
RANDOM SEED=1286652520

node71.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.236
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.236
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:       1177664 kB
Buffers:         87984 kB
Cached:         692656 kB
SwapCached:          0 kB
Active:         365080 kB
Inactive:       429448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1177664 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           28420 kB
Writeback:           0 kB
Mapped:          23676 kB
Slab:            69728 kB
Committed_AS:   200040 kB
PageTables:       1436 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= 66448 MiB
End job on node71 at 2009-04-25 05:45:00