Trace number 1736312

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.05 1200.42

General information on the benchmark

NameCRAFTED/parity-games/
instance_n6_i7_pp.cnf
MD5SUMcf086e2a9e34f65e113b083fb29cd927
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.07683
Satisfiable
(Un)Satisfiability was proved
Number of variables8484
Number of clauses73860
Sum of the clauses size241542
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214651
Number of clauses of size 333298
Number of clauses of size 418962
Number of clauses of size 55508
Number of clauses of size over 51441

Solver Data

4.40/4.43	c main():: ***                                   [ march satisfiability solver ]                                   ***
4.40/4.43	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
4.40/4.43	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
4.40/4.43	c main()::
4.40/4.43	c initFormula():: searching for DIMACS p-line....
4.40/4.43	c initFormula():: the DIMACS p-line indicates a CNF of 8484 variables and 73860 clauses.
4.40/4.43	c parseCNF():: parsing....
4.40/4.43	c parseCNF():: the CNF contains 0 unary clauses.
4.40/4.43	c runParser():: parsing was successful, warming up engines...
4.40/4.43	c find_and_remove_tautogolies():: found and removed 1243 tautologies
4.40/4.43	c find_and_remove_tautogolies():: found and removed 21 tautologies
4.40/4.43	c find_and_remove_tautogolies():: found and removed 14 tautologies
4.40/4.43	c find_and_remove_tautogolies():: found and removed 7 tautologies
4.40/4.43	c simplify_formula():: removed 700 tautological, 4190 satisfied and 2135 duplicate clauses
4.40/4.43	c preprocessing fase I completed:: there are now 7026 free variables and 66835 clauses.
4.40/4.43	c stat :: sign balance is biased by 5.843
4.40/4.43	c find_equivalence():: found 210 3-equivalences
4.40/4.43	c find_and_remove_tautogolies():: found and removed 84 tautologies
4.40/4.43	c find_and_remove_tautogolies():: found and removed 21 tautologies
4.40/4.43	c shorten_equivalence(): average equivalence length reduced from 3.000000 to 3.000000
4.40/4.43	c using k-SAT heuristics (size based diff)
4.40/4.43	c simplify_formula():: removed 0 tautological, 840 satisfied and 0 duplicate clauses
4.40/4.43	c simplify_formula():: removed 0 tautological, 0 satisfied and 338848 duplicate clauses
4.40/4.43	c resolvent_look() :: found 283301 resolvents
4.40/4.43	c main():: clause / variable ratio: ( 350136 / 8484 ) = 41.27
4.40/4.43	c longest clause has size 30
4.40/4.43	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
4.40/4.43	c number of free variables = 6921
4.40/4.43	c dynamic_preselect_setsize :: off
4.40/4.43	c main():: all systems go!
4.40/4.43	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-1736312-1240811206/watcher-1736312-1240811206 -o /tmp/evaluation-result-1736312-1240811206/solver-1736312-1240811206 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1736312-1240811206.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.28 1.05 1.02 3/64 11175
/proc/meminfo: memFree=1646144/2055920 swapFree=4186716/4192956
[pid=11175] ppid=11173 vsize=2112 CPUtime=0
/proc/11175/stat : 11175 (march_hi) R 11173 11175 11017 0 -1 4194304 322 0 0 0 0 0 0 0 20 0 1 0 109149434 2162688 307 1992294400 134512640 135197378 4294956224 18446744073709551615 134697335 0 0 4096 0 0 0 0 17 1 0 0
/proc/11175/statm: 528 307 57 167 0 359 0

[startup+0.0341019 s]
/proc/loadavg: 1.28 1.05 1.02 3/64 11175
/proc/meminfo: memFree=1646144/2055920 swapFree=4186716/4192956
[pid=11175] ppid=11173 vsize=2376 CPUtime=0.02
/proc/11175/stat : 11175 (march_hi) R 11173 11175 11017 0 -1 4194304 437 0 0 0 2 0 0 0 20 0 1 0 109149434 2433024 422 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/11175/statm: 594 422 57 167 0 425 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2376

[startup+0.102109 s]
/proc/loadavg: 1.28 1.05 1.02 3/64 11175
/proc/meminfo: memFree=1646144/2055920 swapFree=4186716/4192956
[pid=11175] ppid=11173 vsize=3300 CPUtime=0.09
/proc/11175/stat : 11175 (march_hi) R 11173 11175 11017 0 -1 4194304 701 0 0 0 9 0 0 0 20 0 1 0 109149434 3379200 686 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/11175/statm: 825 686 57 167 0 656 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3300

[startup+0.301132 s]
/proc/loadavg: 1.28 1.05 1.02 3/64 11175
/proc/meminfo: memFree=1646144/2055920 swapFree=4186716/4192956
[pid=11175] ppid=11173 vsize=8772 CPUtime=0.29
/proc/11175/stat : 11175 (march_hi) R 11173 11175 11017 0 -1 4194304 2805 0 0 0 28 1 0 0 22 0 1 0 109149434 8982528 1487 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/11175/statm: 2193 1490 66 167 0 2024 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8772

[startup+0.702179 s]
/proc/loadavg: 1.28 1.05 1.02 3/64 11175
/proc/meminfo: memFree=1646144/2055920 swapFree=4186716/4192956
[pid=11175] ppid=11173 vsize=7840 CPUtime=0.69
/proc/11175/stat : 11175 (march_hi) R 11173 11175 11017 0 -1 4194304 5024 0 0 0 67 2 0 0 25 0 1 0 109149434 8028160 1280 1992294400 134512640 135197378 4294956224 18446744073709551615 134693764 0 0 4096 0 0 0 0 17 1 0 0
/proc/11175/statm: 1960 1280 66 167 0 1791 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7840

[startup+1.50127 s]
/proc/loadavg: 1.28 1.05 1.02 2/65 11176
/proc/meminfo: memFree=1640312/2055920 swapFree=4186716/4192956
[pid=11175] ppid=11173 vsize=20772 CPUtime=1.49
/proc/11175/stat : 11175 (march_hi) R 11173 11175 11017 0 -1 4194304 11835 0 0 0 145 4 0 0 25 0 1 0 109149434 21270528 4276 1992294400 134512640 135197378 4294956224 18446744073709551615 134578126 0 0 4096 0 0 0 0 17 1 0 0
/proc/11175/statm: 5193 4276 79 167 0 5024 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20772

[startup+3.10146 s]
/proc/loadavg: 1.26 1.05 1.01 2/65 11176
/proc/meminfo: memFree=1626488/2055920 swapFree=4186716/4192956
[pid=11175] ppid=11173 vsize=27368 CPUtime=3.09
/proc/11175/stat : 11175 (march_hi) R 11173 11175 11017 0 -1 4194304 18075 0 0 0 302 7 0 0 25 0 1 0 109149434 28024832 5771 1992294400 134512640 135197378 4294956224 18446744073709551615 134649162 0 0 4096 0 0 0 0 17 1 0 0
/proc/11175/statm: 6842 5772 79 167 0 6673 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27368

[startup+6.30184 s]
/proc/loadavg: 1.26 1.05 1.01 2/65 11176
/proc/meminfo: memFree=1595008/2055920 swapFree=4186716/4192956
[pid=11175] ppid=11173 vsize=68424 CPUtime=6.29
/proc/11175/stat : 11175 (march_hi) R 11173 11175 11017 0 -1 4194304 30352 0 0 0 618 11 0 0 25 0 1 0 109149434 70066176 12833 1992294400 134512640 135197378 4294956224 18446744073709551615 134603255 0 0 4096 0 0 0 0 17 1 0 0
/proc/11175/statm: 17106 12833 92 167 0 16937 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 68424

[startup+12.7016 s]
/proc/loadavg: 1.22 1.05 1.01 2/65 11176
/proc/meminfo: memFree=1594560/2055920 swapFree=4186716/4192956
[pid=11175] ppid=11173 vsize=68428 CPUtime=12.68
/proc/11175/stat : 11175 (march_hi) R 11173 11175 11017 0 -1 4194304 30409 0 0 0 1257 11 0 0 25 0 1 0 109149434 70070272 12890 1992294400 134512640 135197378 4294956224 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/11175/statm: 17107 12890 92 167 0 16938 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 68428

[startup+25.5011 s]
/proc/loadavg: 1.18 1.04 1.01 2/65 11176
/proc/meminfo: memFree=1594312/2055920 swapFree=4186716/4192956
[pid=11175] ppid=11173 vsize=68852 CPUtime=25.48
/proc/11175/stat : 11175 (march_hi) R 11173 11175 11017 0 -1 4194304 30470 0 0 0 2537 11 0 0 25 0 1 0 109149434 70504448 12951 1992294400 134512640 135197378 4294956224 18446744073709551615 134602884 0 0 4096 0 0 0 0 17 1 0 0
/proc/11175/statm: 17213 12951 92 167 0 17044 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 68852

[startup+51.1011 s]
/proc/loadavg: 1.12 1.04 1.01 2/65 11176
/proc/meminfo: memFree=1594184/2055920 swapFree=4186716/4192956
[pid=11175] ppid=11173 vsize=68852 CPUtime=51.07
/proc/11175/stat : 11175 (march_hi) R 11173 11175 11017 0 -1 4194304 30526 0 0 0 5096 11 0 0 25 0 1 0 109149434 70504448 13007 1992294400 134512640 135197378 4294956224 18446744073709551615 134592729 0 0 4096 0 0 0 0 17 1 0 0
/proc/11175/statm: 17213 13007 92 167 0 17044 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 68852

[startup+102.305 s]
/proc/loadavg: 1.05 1.03 1.00 2/65 11176
/proc/meminfo: memFree=1593992/2055920 swapFree=4186716/4192956
[pid=11175] ppid=11173 vsize=69052 CPUtime=102.26
/proc/11175/stat : 11175 (march_hi) R 11173 11175 11017 0 -1 4194304 30578 0 0 0 10215 11 0 0 25 0 1 0 109149434 70709248 13059 1992294400 134512640 135197378 4294956224 18446744073709551615 134603332 0 0 4096 0 0 0 0 17 1 0 0
/proc/11175/statm: 17263 13059 92 167 0 17094 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 69052

[startup+162.301 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 11176
/proc/meminfo: memFree=1593736/2055920 swapFree=4186716/4192956
[pid=11175] ppid=11173 vsize=69188 CPUtime=162.24
/proc/11175/stat : 11175 (march_hi) R 11173 11175 11017 0 -1 4194304 30624 0 0 0 16212 12 0 0 25 0 1 0 109149434 70848512 13105 1992294400 134512640 135197378 4294956224 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/11175/statm: 17297 13105 92 167 0 17128 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 69188

[startup+222.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 11176
/proc/meminfo: memFree=1593032/2055920 swapFree=4186716/4192956
[pid=11175] ppid=11173 vsize=69916 CPUtime=222.23
/proc/11175/stat : 11175 (march_hi) R 11173 11175 11017 0 -1 4194304 30798 0 0 0 22211 12 0 0 25 0 1 0 109149434 71593984 13279 1992294400 134512640 135197378 4294956224 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/11175/statm: 17479 13279 92 167 0 17310 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 69916

[startup+282.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 11176
/proc/meminfo: memFree=1592456/2055920 swapFree=4186716/4192956
[pid=11175] ppid=11173 vsize=70312 CPUtime=282.21
/proc/11175/stat : 11175 (march_hi) R 11173 11175 11017 0 -1 4194304 30928 0 0 0 28209 12 0 0 25 0 1 0 109149434 71999488 13409 1992294400 134512640 135197378 4294956224 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/11175/statm: 17578 13409 92 167 0 17409 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 70312

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11176
/proc/meminfo: memFree=1591688/2055920 swapFree=4186716/4192956
[pid=11175] ppid=11173 vsize=71200 CPUtime=342.19
/proc/11175/stat : 11175 (march_hi) R 11173 11175 11017 0 -1 4194304 31121 0 0 0 34207 12 0 0 25 0 1 0 109149434 72908800 13602 1992294400 134512640 135197378 4294956224 18446744073709551615 134596910 0 0 4096 0 0 0 0 17 1 0 0
/proc/11175/statm: 17800 13602 92 167 0 17631 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 71200

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11176
/proc/meminfo: memFree=1591048/2055920 swapFree=4186716/4192956
[pid=11175] ppid=11173 vsize=71728 CPUtime=402.17
/proc/11175/stat : 11175 (march_hi) R 11173 11175 11017 0 -1 4194304 31262 0 0 0 40205 12 0 0 25 0 1 0 109149434 73449472 13743 1992294400 134512640 135197378 4294956224 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/11175/statm: 17932 13743 92 167 0 17763 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 71728

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11176
/proc/meminfo: memFree=1590600/2055920 swapFree=4186716/4192956
[pid=11175] ppid=11173 vsize=72124 CPUtime=462.15
/proc/11175/stat : 11175 (march_hi) R 11173 11175 11017 0 -1 4194304 31378 0 0 0 46203 12 0 0 25 0 1 0 109149434 73854976 13859 1992294400 134512640 135197378 4294956224 18446744073709551615 134553568 0 0 4096 0 0 0 0 17 1 0 0
/proc/11175/statm: 18031 13859 92 167 0 17862 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 72124

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11176
/proc/meminfo: memFree=1590088/2055920 swapFree=4186716/4192956
[pid=11175] ppid=11173 vsize=72860 CPUtime=522.13
/proc/11175/stat : 11175 (march_hi) R 11173 11175 11017 0 -1 4194304 31499 0 0 0 52201 12 0 0 25 0 1 0 109149434 74608640 13980 1992294400 134512640 135197378 4294956224 18446744073709551615 134593747 0 0 4096 0 0 0 0 17 1 0 0
/proc/11175/statm: 18215 13980 92 167 0 18046 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 72860

[startup+582.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11176
/proc/meminfo: memFree=1589640/2055920 swapFree=4186716/4192956
[pid=11175] ppid=11173 vsize=73256 CPUtime=582.12
/proc/11175/stat : 11175 (march_hi) R 11173 11175 11017 0 -1 4194304 31629 0 0 0 58199 13 0 0 25 0 1 0 109149434 75014144 14110 1992294400 134512640 135197378 4294956224 18446744073709551615 134572898 0 0 4096 0 0 0 0 17 1 0 0
/proc/11175/statm: 18314 14110 92 167 0 18145 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 73256

[startup+642.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11176
/proc/meminfo: memFree=1589192/2055920 swapFree=4186716/4192956
[pid=11175] ppid=11173 vsize=73656 CPUtime=642.11
/proc/11175/stat : 11175 (march_hi) R 11173 11175 11017 0 -1 4194304 31728 0 0 0 64198 13 0 0 25 0 1 0 109149434 75423744 14209 1992294400 134512640 135197378 4294956224 18446744073709551615 134596910 0 0 4096 0 0 0 0 17 1 0 0
/proc/11175/statm: 18414 14209 92 167 0 18245 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 73656

[startup+702.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11176
/proc/meminfo: memFree=1588808/2055920 swapFree=4186716/4192956
[pid=11175] ppid=11173 vsize=73920 CPUtime=702.08
/proc/11175/stat : 11175 (march_hi) R 11173 11175 11017 0 -1 4194304 31830 0 0 0 70195 13 0 0 25 0 1 0 109149434 75694080 14311 1992294400 134512640 135197378 4294956224 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/11175/statm: 18480 14311 92 167 0 18311 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 73920

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11176
/proc/meminfo: memFree=1588360/2055920 swapFree=4186716/4192956
[pid=11175] ppid=11173 vsize=74696 CPUtime=762.07
/proc/11175/stat : 11175 (march_hi) R 11173 11175 11017 0 -1 4194304 31923 0 0 0 76194 13 0 0 25 0 1 0 109149434 76488704 14404 1992294400 134512640 135197378 4294956224 18446744073709551615 134553546 0 0 4096 0 0 0 0 17 1 0 0
/proc/11175/statm: 18674 14404 92 167 0 18505 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 74696

[startup+822.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11176
/proc/meminfo: memFree=1587976/2055920 swapFree=4186716/4192956
[pid=11175] ppid=11173 vsize=75100 CPUtime=822.05
/proc/11175/stat : 11175 (march_hi) R 11173 11175 11017 0 -1 4194304 32020 0 0 0 82191 14 0 0 25 0 1 0 109149434 76902400 14501 1992294400 134512640 135197378 4294956224 18446744073709551615 134603175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11175/statm: 18775 14501 92 167 0 18606 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 75100

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11182
/proc/meminfo: memFree=1587464/2055920 swapFree=4186716/4192956
[pid=11175] ppid=11173 vsize=75236 CPUtime=882.03
/proc/11175/stat : 11175 (march_hi) R 11173 11175 11017 0 -1 4194304 32102 0 0 0 88189 14 0 0 25 0 1 0 109149434 77041664 14583 1992294400 134512640 135197378 4294956224 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/11175/statm: 18809 14583 92 167 0 18640 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 75236

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11182
/proc/meminfo: memFree=1587272/2055920 swapFree=4186716/4192956
[pid=11175] ppid=11173 vsize=75368 CPUtime=942.01
/proc/11175/stat : 11175 (march_hi) R 11173 11175 11017 0 -1 4194304 32157 0 0 0 94187 14 0 0 25 0 1 0 109149434 77176832 14638 1992294400 134512640 135197378 4294956224 18446744073709551615 134602884 0 0 4096 0 0 0 0 17 1 0 0
/proc/11175/statm: 18842 14638 92 167 0 18673 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 75368

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11182
/proc/meminfo: memFree=1586952/2055920 swapFree=4186716/4192956
[pid=11175] ppid=11173 vsize=75632 CPUtime=1001.99
/proc/11175/stat : 11175 (march_hi) R 11173 11175 11017 0 -1 4194304 32224 0 0 0 100185 14 0 0 25 0 1 0 109149434 77447168 14705 1992294400 134512640 135197378 4294956224 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/11175/statm: 18908 14705 92 167 0 18739 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 75632

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11182
/proc/meminfo: memFree=1586632/2055920 swapFree=4186716/4192956
[pid=11175] ppid=11173 vsize=75896 CPUtime=1061.97
/proc/11175/stat : 11175 (march_hi) R 11173 11175 11017 0 -1 4194304 32314 0 0 0 106183 14 0 0 25 0 1 0 109149434 77717504 14795 1992294400 134512640 135197378 4294956224 18446744073709551615 134572869 0 0 4096 0 0 0 0 17 1 0 0
/proc/11175/statm: 18974 14795 92 167 0 18805 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 75896

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11182
/proc/meminfo: memFree=1586312/2055920 swapFree=4186716/4192956
[pid=11175] ppid=11173 vsize=76172 CPUtime=1121.95
/proc/11175/stat : 11175 (march_hi) R 11173 11175 11017 0 -1 4194304 32400 0 0 0 112181 14 0 0 25 0 1 0 109149434 78000128 14881 1992294400 134512640 135197378 4294956224 18446744073709551615 134603136 0 0 4096 0 0 0 0 17 1 0 0
/proc/11175/statm: 19043 14881 92 167 0 18874 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 76172

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11182
/proc/meminfo: memFree=1585992/2055920 swapFree=4186716/4192956
[pid=11175] ppid=11173 vsize=77068 CPUtime=1181.94
/proc/11175/stat : 11175 (march_hi) R 11173 11175 11017 0 -1 4194304 32466 0 0 0 118179 15 0 0 25 0 1 0 109149434 78917632 14947 1992294400 134512640 135197378 4294956224 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/11175/statm: 19267 14947 92 167 0 19098 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 77068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11182
/proc/meminfo: memFree=1585928/2055920 swapFree=4186716/4192956
[pid=11175] ppid=11173 vsize=77068 CPUtime=1200.04
/proc/11175/stat : 11175 (march_hi) R 11173 11175 11017 0 -1 4194304 32479 0 0 0 119989 15 0 0 25 0 1 0 109149434 78917632 14960 1992294400 134512640 135197378 4294956224 18446744073709551615 134540996 0 0 4096 0 0 0 0 17 1 0 0
/proc/11175/statm: 19267 14960 92 167 0 19098 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 77068

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.42
CPU time (s): 1200.05
CPU user time (s): 1199.89
CPU system time (s): 0.160975
CPU usage (%): 99.97
Max. virtual memory (cumulated for all children) (KiB): 77068

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

runsolver used 1.01385 second user time and 2.31165 second system time

The end

Launcher Data

Begin job on node75 at 2009-04-27 07:46:46
IDJOB=1736312
IDBENCH=71622
IDSOLVER=521
FILE ID=node75/1736312-1240811206
PBS_JOBID= 9187460
Free space on /tmp= 66560 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT09/CRAFTED/parity-games/instance_n6_i7_pp.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1736312-1240811206/watcher-1736312-1240811206 -o /tmp/evaluation-result-1736312-1240811206/solver-1736312-1240811206 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1736312-1240811206.cnf

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

MD5SUM BENCH= cf086e2a9e34f65e113b083fb29cd927
RANDOM SEED=1007480674

node75.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.213
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.213
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1646560 kB
Buffers:         54368 kB
Cached:         278264 kB
SwapCached:       3016 kB
Active:         135360 kB
Inactive:       208112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1646560 kB
SwapTotal:     4192956 kB
SwapFree:      4186716 kB
Dirty:            2180 kB
Writeback:           0 kB
Mapped:          19080 kB
Slab:            51812 kB
Committed_AS:   331232 kB
PageTables:       1416 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= 66560 MiB
End job on node75 at 2009-04-27 08:06:48