Trace number 1561332

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

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_8_4_5_cmp.cnf
MD5SUM0b9eae71c375cb5515f5dd7953424584
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark136.322
Satisfiable
(Un)Satisfiability was proved
Number of variables2420
Number of clauses22340
Sum of the clauses size74788
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23164
Number of clauses of size 313968
Number of clauses of size 42628
Number of clauses of size 52460
Number of clauses of size over 5120

Solver Data

1.69/1.74	c main():: ***                                   [ march satisfiability solver ]                                   ***
1.69/1.74	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
1.69/1.74	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
1.69/1.74	c main()::
1.69/1.74	c initFormula():: searching for DIMACS p-line....
1.69/1.74	c initFormula():: the DIMACS p-line indicates a CNF of 2420 variables and 22340 clauses.
1.69/1.74	c parseCNF():: parsing....
1.69/1.74	c parseCNF():: the CNF contains 0 unary clauses.
1.69/1.74	c runParser():: parsing was successful, warming up engines...
1.69/1.74	c simplify_formula():: removed 0 tautological, 0 satisfied and 1296 duplicate clauses
1.69/1.74	c preprocessing fase I completed:: there are now 2420 free variables and 21044 clauses.
1.69/1.74	c stat :: sign balance is biased by 3.034
1.69/1.74	c using k-SAT heuristics (size based diff)
1.69/1.74	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
1.69/1.74	c simplify_formula():: removed 0 tautological, 0 satisfied and 112140 duplicate clauses
1.69/1.74	c resolvent_look() :: found 269712 resolvents
1.69/1.74	c main():: clause / variable ratio: ( 290756 / 2420 ) = 120.15
1.69/1.74	c longest clause has size 36
1.69/1.74	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
1.69/1.74	c number of free variables = 2420
1.69/1.74	c dynamic_preselect_setsize :: off
1.69/1.74	c main():: all systems go!
1.69/1.74	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-1561332-1238765248/watcher-1561332-1238765248 -o /tmp/evaluation-result-1561332-1238765248/solver-1561332-1238765248 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1561332-1238765248.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.92 0.98 0.99 3/70 25753
/proc/meminfo: memFree=1651792/2055920 swapFree=4170592/4192956
[pid=25753] ppid=25751 vsize=1152 CPUtime=0
/proc/25753/stat : 25753 (march_hi) R 25751 25753 25184 0 -1 4194304 164 0 0 0 0 0 0 0 18 0 1 0 1149187448 1179648 149 1992294400 134512640 135197378 4294956224 18446744073709551615 134875410 0 0 4096 0 0 0 0 17 1 0 0
/proc/25753/statm: 288 150 57 167 0 119 0

[startup+0.101009 s]
/proc/loadavg: 0.92 0.98 0.99 3/70 25753
/proc/meminfo: memFree=1651792/2055920 swapFree=4170592/4192956
[pid=25753] ppid=25751 vsize=2988 CPUtime=0.09
/proc/25753/stat : 25753 (march_hi) R 25751 25753 25184 0 -1 4194304 541 0 0 0 9 0 0 0 18 0 1 0 1149187448 3059712 485 1992294400 134512640 135197378 4294956224 18446744073709551615 134713215 0 0 4096 0 0 0 0 17 1 0 0
/proc/25753/statm: 747 485 78 167 0 578 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2988

[startup+0.202027 s]
/proc/loadavg: 0.92 0.98 0.99 3/70 25753
/proc/meminfo: memFree=1651792/2055920 swapFree=4170592/4192956
[pid=25753] ppid=25751 vsize=7044 CPUtime=0.19
/proc/25753/stat : 25753 (march_hi) R 25751 25753 25184 0 -1 4194304 1582 0 0 0 19 0 0 0 18 0 1 0 1149187448 7213056 1448 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/25753/statm: 1761 1449 79 167 0 1592 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 7044

[startup+0.301044 s]
/proc/loadavg: 0.92 0.98 0.99 3/70 25753
/proc/meminfo: memFree=1651792/2055920 swapFree=4170592/4192956
[pid=25753] ppid=25751 vsize=10840 CPUtime=0.29
/proc/25753/stat : 25753 (march_hi) R 25751 25753 25184 0 -1 4194304 2544 0 0 0 29 0 0 0 19 0 1 0 1149187448 11100160 2410 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/25753/statm: 2710 2411 79 167 0 2541 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10840

[startup+0.701116 s]
/proc/loadavg: 0.92 0.98 0.99 3/70 25753
/proc/meminfo: memFree=1651792/2055920 swapFree=4170592/4192956
[pid=25753] ppid=25751 vsize=21220 CPUtime=0.69
/proc/25753/stat : 25753 (march_hi) R 25751 25753 25184 0 -1 4194304 6270 0 0 0 67 2 0 0 23 0 1 0 1149187448 21729280 4847 1992294400 134512640 135197378 4294956224 18446744073709551615 134649120 0 0 4096 0 0 0 0 17 1 0 0
/proc/25753/statm: 5305 4847 79 167 0 5136 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21220

[startup+1.50126 s]
/proc/loadavg: 0.92 0.98 0.99 2/71 25754
/proc/meminfo: memFree=1631432/2055920 swapFree=4170592/4192956
[pid=25753] ppid=25751 vsize=45708 CPUtime=1.49
/proc/25753/stat : 25753 (march_hi) R 25751 25753 25184 0 -1 4194304 11517 0 0 0 145 4 0 0 25 0 1 0 1149187448 46804992 7472 1992294400 134512640 135197378 4294956224 18446744073709551615 134569597 0 0 4096 0 0 0 0 17 1 0 0
/proc/25753/statm: 11427 7472 87 167 0 11258 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45708

[startup+3.10155 s]
/proc/loadavg: 0.92 0.98 0.99 2/71 25754
/proc/meminfo: memFree=1619592/2055920 swapFree=4170592/4192956
[pid=25753] ppid=25751 vsize=46868 CPUtime=3.09
/proc/25753/stat : 25753 (march_hi) R 25751 25753 25184 0 -1 4194304 16787 0 0 0 302 7 0 0 25 0 1 0 1149187448 47992832 8068 1992294400 134512640 135197378 4294956224 18446744073709551615 134524866 0 0 4096 0 0 0 0 17 1 0 0
/proc/25753/statm: 11717 8068 89 167 0 11548 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46868

[startup+6.30114 s]
/proc/loadavg: 0.93 0.98 0.99 2/71 25754
/proc/meminfo: memFree=1617096/2055920 swapFree=4170592/4192956
[pid=25753] ppid=25751 vsize=46868 CPUtime=6.29
/proc/25753/stat : 25753 (march_hi) R 25751 25753 25184 0 -1 4194304 17525 0 0 0 622 7 0 0 25 0 1 0 1149187448 47992832 8806 1992294400 134512640 135197378 4294956224 18446744073709551615 134550698 0 0 4096 0 0 0 0 17 1 0 0
/proc/25753/statm: 11717 8806 92 167 0 11548 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46868

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.99 2/71 25754
/proc/meminfo: memFree=1615432/2055920 swapFree=4170592/4192956
[pid=25753] ppid=25751 vsize=47060 CPUtime=12.68
/proc/25753/stat : 25753 (march_hi) R 25751 25753 25184 0 -1 4194304 17798 0 0 0 1261 7 0 0 25 0 1 0 1149187448 48189440 9079 1992294400 134512640 135197378 4294956224 18446744073709551615 134541511 0 0 4096 0 0 0 0 17 1 0 0
/proc/25753/statm: 11765 9079 92 167 0 11596 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 47060

[startup+25.5016 s]
/proc/loadavg: 0.95 0.98 0.99 2/71 25754
/proc/meminfo: memFree=1615176/2055920 swapFree=4170592/4192956
[pid=25753] ppid=25751 vsize=47684 CPUtime=25.48
/proc/25753/stat : 25753 (march_hi) R 25751 25753 25184 0 -1 4194304 17857 0 0 0 2541 7 0 0 25 0 1 0 1149187448 48828416 9138 1992294400 134512640 135197378 4294956224 18446744073709551615 134603327 0 0 4096 0 0 0 0 17 1 0 0
/proc/25753/statm: 11921 9138 92 167 0 11752 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 47684

[startup+51.1013 s]
/proc/loadavg: 0.96 0.98 0.99 2/71 25754
/proc/meminfo: memFree=1614408/2055920 swapFree=4170592/4192956
[pid=25753] ppid=25751 vsize=48368 CPUtime=51.07
/proc/25753/stat : 25753 (march_hi) R 25751 25753 25184 0 -1 4194304 18060 0 0 0 5099 8 0 0 25 0 1 0 1149187448 49528832 9341 1992294400 134512640 135197378 4294956224 18446744073709551615 134541425 0 0 4096 0 0 0 0 17 1 0 0
/proc/25753/statm: 12092 9341 92 167 0 11923 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 48368

[startup+102.302 s]
/proc/loadavg: 0.98 0.98 0.99 2/71 25754
/proc/meminfo: memFree=1613640/2055920 swapFree=4170592/4192956
[pid=25753] ppid=25751 vsize=49220 CPUtime=102.26
/proc/25753/stat : 25753 (march_hi) R 25751 25753 25184 0 -1 4194304 18234 0 0 0 10218 8 0 0 25 0 1 0 1149187448 50401280 9515 1992294400 134512640 135197378 4294956224 18446744073709551615 134592551 0 0 4096 0 0 0 0 17 1 0 0
/proc/25753/statm: 12305 9515 92 167 0 12136 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 49220

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 25754
/proc/meminfo: memFree=1612808/2055920 swapFree=4170592/4192956
[pid=25753] ppid=25751 vsize=49988 CPUtime=162.23
/proc/25753/stat : 25753 (march_hi) R 25751 25753 25184 0 -1 4194304 18436 0 0 0 16215 8 0 0 25 0 1 0 1149187448 51187712 9717 1992294400 134512640 135197378 4294956224 18446744073709551615 134572862 0 0 4096 0 0 0 0 17 1 0 0
/proc/25753/statm: 12497 9717 92 167 0 12328 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 49988

[startup+222.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 25754
/proc/meminfo: memFree=1611912/2055920 swapFree=4170592/4192956
[pid=25753] ppid=25751 vsize=51140 CPUtime=222.21
/proc/25753/stat : 25753 (march_hi) R 25751 25753 25184 0 -1 4194304 18645 0 0 0 22213 8 0 0 25 0 1 0 1149187448 52367360 9926 1992294400 134512640 135197378 4294956224 18446744073709551615 134602894 0 0 4096 0 0 0 0 17 1 0 0
/proc/25753/statm: 12785 9926 92 167 0 12616 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 51140

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 25754
/proc/meminfo: memFree=1611080/2055920 swapFree=4170592/4192956
[pid=25753] ppid=25751 vsize=52864 CPUtime=282.19
/proc/25753/stat : 25753 (march_hi) R 25751 25753 25184 0 -1 4194304 18856 0 0 0 28210 9 0 0 25 0 1 0 1149187448 54132736 10137 1992294400 134512640 135197378 4294956224 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/25753/statm: 13216 10137 92 167 0 13047 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 52864

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 25754
/proc/meminfo: memFree=1610248/2055920 swapFree=4170592/4192956
[pid=25753] ppid=25751 vsize=52864 CPUtime=342.17
/proc/25753/stat : 25753 (march_hi) R 25751 25753 25184 0 -1 4194304 19057 0 0 0 34208 9 0 0 25 0 1 0 1149187448 54132736 10338 1992294400 134512640 135197378 4294956224 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/25753/statm: 13216 10338 92 167 0 13047 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 52864

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 25754
/proc/meminfo: memFree=1609416/2055920 swapFree=4170592/4192956
[pid=25753] ppid=25751 vsize=55452 CPUtime=402.14
/proc/25753/stat : 25753 (march_hi) R 25751 25753 25184 0 -1 4194304 19256 0 0 0 40205 9 0 0 25 0 1 0 1149187448 56782848 10537 1992294400 134512640 135197378 4294956224 18446744073709551615 134617963 0 0 4096 0 0 0 0 17 1 0 0
/proc/25753/statm: 13863 10537 92 167 0 13694 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 55452

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 25754
/proc/meminfo: memFree=1608584/2055920 swapFree=4170592/4192956
[pid=25753] ppid=25751 vsize=55452 CPUtime=462.12
/proc/25753/stat : 25753 (march_hi) R 25751 25753 25184 0 -1 4194304 19453 0 0 0 46202 10 0 0 25 0 1 0 1149187448 56782848 10734 1992294400 134512640 135197378 4294956224 18446744073709551615 134649520 0 0 4096 0 0 0 0 17 1 0 0
/proc/25753/statm: 13863 10734 92 167 0 13694 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 55452

[startup+522.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 25754
/proc/meminfo: memFree=1607880/2055920 swapFree=4170592/4192956
[pid=25753] ppid=25751 vsize=55452 CPUtime=522.1
/proc/25753/stat : 25753 (march_hi) R 25751 25753 25184 0 -1 4194304 19640 0 0 0 52200 10 0 0 25 0 1 0 1149187448 56782848 10921 1992294400 134512640 135197378 4294956224 18446744073709551615 134572878 0 0 4096 0 0 0 0 17 1 0 0
/proc/25753/statm: 13863 10921 92 167 0 13694 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 55452

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 25754
/proc/meminfo: memFree=1607112/2055920 swapFree=4170592/4192956
[pid=25753] ppid=25751 vsize=55452 CPUtime=582.08
/proc/25753/stat : 25753 (march_hi) R 25751 25753 25184 0 -1 4194304 19829 0 0 0 58197 11 0 0 25 0 1 0 1149187448 56782848 11110 1992294400 134512640 135197378 4294956224 18446744073709551615 134603354 0 0 4096 0 0 0 0 17 1 0 0
/proc/25753/statm: 13863 11110 92 167 0 13694 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 55452

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 25754
/proc/meminfo: memFree=1606344/2055920 swapFree=4170592/4192956
[pid=25753] ppid=25751 vsize=59332 CPUtime=642.06
/proc/25753/stat : 25753 (march_hi) R 25751 25753 25184 0 -1 4194304 20021 0 0 0 64195 11 0 0 25 0 1 0 1149187448 60755968 11302 1992294400 134512640 135197378 4294956224 18446744073709551615 134592986 0 0 4096 0 0 0 0 17 1 0 0
/proc/25753/statm: 14833 11302 92 167 0 14664 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 59332

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 25754
/proc/meminfo: memFree=1605576/2055920 swapFree=4170592/4192956
[pid=25753] ppid=25751 vsize=59332 CPUtime=702.04
/proc/25753/stat : 25753 (march_hi) R 25751 25753 25184 0 -1 4194304 20208 0 0 0 70192 12 0 0 25 0 1 0 1149187448 60755968 11489 1992294400 134512640 135197378 4294956224 18446744073709551615 134592702 0 0 4096 0 0 0 0 17 1 0 0
/proc/25753/statm: 14833 11489 92 167 0 14664 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 59332

[startup+762.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 25754
/proc/meminfo: memFree=1604872/2055920 swapFree=4170592/4192956
[pid=25753] ppid=25751 vsize=59332 CPUtime=762.02
/proc/25753/stat : 25753 (march_hi) R 25751 25753 25184 0 -1 4194304 20390 0 0 0 76190 12 0 0 25 0 1 0 1149187448 60755968 11671 1992294400 134512640 135197378 4294956224 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/25753/statm: 14833 11671 92 167 0 14664 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 59332

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 25754
/proc/meminfo: memFree=1604168/2055920 swapFree=4170592/4192956
[pid=25753] ppid=25751 vsize=59332 CPUtime=821.99
/proc/25753/stat : 25753 (march_hi) R 25751 25753 25184 0 -1 4194304 20575 0 0 0 82187 12 0 0 25 0 1 0 1149187448 60755968 11856 1992294400 134512640 135197378 4294956224 18446744073709551615 134602814 0 0 4096 0 0 0 0 17 1 0 0
/proc/25753/statm: 14833 11856 92 167 0 14664 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 59332

[startup+882.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 25754
/proc/meminfo: memFree=1603400/2055920 swapFree=4170592/4192956
[pid=25753] ppid=25751 vsize=59332 CPUtime=881.98
/proc/25753/stat : 25753 (march_hi) R 25751 25753 25184 0 -1 4194304 20749 0 0 0 88185 13 0 0 25 0 1 0 1149187448 60755968 12030 1992294400 134512640 135197378 4294956224 18446744073709551615 134593090 0 0 4096 0 0 0 0 17 1 0 0
/proc/25753/statm: 14833 12030 92 167 0 14664 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 59332

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 25754
/proc/meminfo: memFree=1602632/2055920 swapFree=4170592/4192956
[pid=25753] ppid=25751 vsize=65152 CPUtime=941.95
/proc/25753/stat : 25753 (march_hi) R 25751 25753 25184 0 -1 4194304 20939 0 0 0 94182 13 0 0 25 0 1 0 1149187448 66715648 12220 1992294400 134512640 135197378 4294956224 18446744073709551615 134603250 0 0 4096 0 0 0 0 17 1 0 0
/proc/25753/statm: 16288 12220 92 167 0 16119 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 65152

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 25756
/proc/meminfo: memFree=1601800/2055920 swapFree=4170592/4192956
[pid=25753] ppid=25751 vsize=65152 CPUtime=1001.93
/proc/25753/stat : 25753 (march_hi) R 25751 25753 25184 0 -1 4194304 21124 0 0 0 100180 13 0 0 25 0 1 0 1149187448 66715648 12405 1992294400 134512640 135197378 4294956224 18446744073709551615 134603150 0 0 4096 0 0 0 0 17 1 0 0
/proc/25753/statm: 16288 12405 92 167 0 16119 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 65152

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 25756
/proc/meminfo: memFree=1601160/2055920 swapFree=4170592/4192956
[pid=25753] ppid=25751 vsize=65152 CPUtime=1061.91
/proc/25753/stat : 25753 (march_hi) R 25751 25753 25184 0 -1 4194304 21306 0 0 0 106178 13 0 0 25 0 1 0 1149187448 66715648 12587 1992294400 134512640 135197378 4294956224 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/25753/statm: 16288 12587 92 167 0 16119 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 65152

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 25756
/proc/meminfo: memFree=1600392/2055920 swapFree=4170592/4192956
[pid=25753] ppid=25751 vsize=65152 CPUtime=1121.88
/proc/25753/stat : 25753 (march_hi) R 25751 25753 25184 0 -1 4194304 21494 0 0 0 112175 13 0 0 25 0 1 0 1149187448 66715648 12775 1992294400 134512640 135197378 4294956224 18446744073709551615 134593195 0 0 4096 0 0 0 0 17 1 0 0
/proc/25753/statm: 16288 12775 92 167 0 16119 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 65152

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 25756
/proc/meminfo: memFree=1599624/2055920 swapFree=4170592/4192956
[pid=25753] ppid=25751 vsize=65152 CPUtime=1181.87
/proc/25753/stat : 25753 (march_hi) R 25751 25753 25184 0 -1 4194304 21676 0 0 0 118173 14 0 0 25 0 1 0 1149187448 66715648 12957 1992294400 134512640 135197378 4294956224 18446744073709551615 134541511 0 0 4096 0 0 0 0 17 1 0 0
/proc/25753/statm: 16288 12957 92 167 0 16119 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 65152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 25756
/proc/meminfo: memFree=1599368/2055920 swapFree=4170592/4192956
[pid=25753] ppid=25751 vsize=65152 CPUtime=1200.06
/proc/25753/stat : 25753 (march_hi) R 25751 25753 25184 0 -1 4194304 21730 0 0 0 119992 14 0 0 25 0 1 0 1149187448 66715648 13011 1992294400 134512640 135197378 4294956224 18446744073709551615 134603547 0 0 4096 0 0 0 0 17 1 0 0
/proc/25753/statm: 16288 13011 92 167 0 16119 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 65152

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.52
CPU time (s): 1200.08
CPU user time (s): 1199.93
CPU system time (s): 0.155976
CPU usage (%): 99.964
Max. virtual memory (cumulated for all children) (KiB): 65152

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

runsolver used 1.06884 second user time and 3.3095 second system time

The end

Launcher Data

Begin job on node45 at 2009-04-03 15:27:28
IDJOB=1561332
IDBENCH=70913
IDSOLVER=521
FILE ID=node45/1561332-1238765248
PBS_JOBID= 9085451
Free space on /tmp= 66460 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT09/APPLICATIONS/edgematching/compact/em_8_4_5_cmp.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1561332-1238765248/watcher-1561332-1238765248 -o /tmp/evaluation-result-1561332-1238765248/solver-1561332-1238765248 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1561332-1238765248.cnf

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

MD5SUM BENCH= 0b9eae71c375cb5515f5dd7953424584
RANDOM SEED=122515957

node45.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.285
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.285
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:       1652208 kB
Buffers:         77840 kB
Cached:         231076 kB
SwapCached:      11568 kB
Active:         121052 kB
Inactive:       200956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1652208 kB
SwapTotal:     4192956 kB
SwapFree:      4170592 kB
Dirty:            1208 kB
Writeback:           0 kB
Mapped:          18752 kB
Slab:            66972 kB
Committed_AS:  2929552 kB
PageTables:       1908 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= 66460 MiB
End job on node45 at 2009-04-03 15:47:31