Trace number 1561696

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

General information on the benchmark

NameCRAFTED/edgematching/
explicit/em_8_4_5_exp.cnf
MD5SUM8074a7bc3c1695dbe8e033b31e3d3feb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark14.8357
Satisfiable
(Un)Satisfiability was proved
Number of variables2420
Number of clauses51668
Sum of the clauses size133444
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 232492
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

2.09/2.17	c main():: ***                                   [ march satisfiability solver ]                                   ***
2.09/2.17	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
2.09/2.17	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
2.09/2.17	c main()::
2.09/2.17	c initFormula():: searching for DIMACS p-line....
2.09/2.17	c full lookahead due to high density!
2.09/2.17	c initFormula():: the DIMACS p-line indicates a CNF of 2420 variables and 51668 clauses.
2.09/2.17	c parseCNF():: parsing....
2.09/2.17	c parseCNF():: the CNF contains 0 unary clauses.
2.09/2.17	c runParser():: parsing was successful, warming up engines...
2.09/2.17	c simplify_formula():: removed 0 tautological, 0 satisfied and 1296 duplicate clauses
2.09/2.17	c preprocessing fase I completed:: there are now 2420 free variables and 50372 clauses.
2.09/2.17	c stat :: sign balance is biased by 14.951
2.09/2.17	c using k-SAT heuristics (size based diff)
2.09/2.17	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
2.09/2.17	c simplify_formula():: removed 0 tautological, 0 satisfied and 112140 duplicate clauses
2.09/2.17	c resolvent_look() :: found 269712 resolvents
2.09/2.17	c main():: clause / variable ratio: ( 320084 / 2420 ) = 132.27
2.09/2.17	c longest clause has size 36
2.09/2.17	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
2.09/2.17	c number of free variables = 2420
2.09/2.17	c dynamic_preselect_setsize :: off
2.09/2.17	c main():: all systems go!
2.09/2.17	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-1561696-1238768276/watcher-1561696-1238768276 -o /tmp/evaluation-result-1561696-1238768276/solver-1561696-1238768276 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1561696-1238768276.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 1.08 3/64 13981
/proc/meminfo: memFree=1825968/2055920 swapFree=4176444/4192956
[pid=13981] ppid=13979 vsize=1376 CPUtime=0
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13217 0 -1 4194304 195 0 0 0 0 0 0 0 20 0 1 0 1149492979 1409024 180 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/13981/statm: 344 180 57 167 0 175 0

[startup+0.084486 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 13981
/proc/meminfo: memFree=1825968/2055920 swapFree=4176444/4192956
[pid=13981] ppid=13979 vsize=4580 CPUtime=0.07
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13217 0 -1 4194304 761 0 0 0 7 0 0 0 20 0 1 0 1149492979 4689920 572 1992294400 134512640 135197378 4294956224 18446744073709551615 134565214 0 0 4096 0 0 0 0 17 1 0 0
/proc/13981/statm: 1145 572 64 167 0 976 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4580

[startup+0.101487 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 13981
/proc/meminfo: memFree=1825968/2055920 swapFree=4176444/4192956
[pid=13981] ppid=13979 vsize=4580 CPUtime=0.09
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13217 0 -1 4194304 830 0 0 0 9 0 0 0 20 0 1 0 1149492979 4689920 641 1992294400 134512640 135197378 4294956224 18446744073709551615 134687948 0 0 4096 0 0 0 0 17 1 0 0
/proc/13981/statm: 1145 641 64 167 0 976 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4580

[startup+0.301506 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 13981
/proc/meminfo: memFree=1825968/2055920 swapFree=4176444/4192956
[pid=13981] ppid=13979 vsize=8988 CPUtime=0.29
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13217 0 -1 4194304 3753 0 0 0 27 2 0 0 22 0 1 0 1149492979 9203712 1721 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/13981/statm: 2247 1721 82 167 0 2078 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8988

[startup+0.701546 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 13981
/proc/meminfo: memFree=1825968/2055920 swapFree=4176444/4192956
[pid=13981] ppid=13979 vsize=18576 CPUtime=0.69
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13217 0 -1 4194304 8868 0 0 0 65 4 0 0 25 0 1 0 1149492979 19021824 3788 1992294400 134512640 135197378 4294956224 18446744073709551615 134649535 0 0 4096 0 0 0 0 17 1 0 0
/proc/13981/statm: 4644 3788 82 167 0 4475 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18576

[startup+1.50263 s]
/proc/loadavg: 0.92 0.98 1.08 2/65 13982
/proc/meminfo: memFree=1811112/2055920 swapFree=4176444/4192956
[pid=13981] ppid=13979 vsize=50476 CPUtime=1.5
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13217 0 -1 4194304 18428 0 0 0 142 8 0 0 25 0 1 0 1149492979 51687424 8435 1992294400 134512640 135197378 4294956224 18446744073709551615 134560353 0 0 4096 0 0 0 0 17 1 0 0
/proc/13981/statm: 12619 8435 87 167 0 12450 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 50476

[startup+3.10179 s]
/proc/loadavg: 0.92 0.98 1.08 2/65 13982
/proc/meminfo: memFree=1785768/2055920 swapFree=4176444/4192956
[pid=13981] ppid=13979 vsize=51816 CPUtime=3.09
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13217 0 -1 4194304 24430 0 0 0 299 10 0 0 25 0 1 0 1149492979 53059584 8896 1992294400 134512640 135197378 4294956224 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0
/proc/13981/statm: 12954 8896 89 167 0 12785 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51816

[startup+6.30111 s]
/proc/loadavg: 0.93 0.98 1.08 2/65 13982
/proc/meminfo: memFree=1789416/2055920 swapFree=4176444/4192956
[pid=13981] ppid=13979 vsize=51816 CPUtime=6.29
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13217 0 -1 4194304 25121 0 0 0 619 10 0 0 25 0 1 0 1149492979 53059584 9587 1992294400 134512640 135197378 4294956224 18446744073709551615 134524866 0 0 4096 0 0 0 0 17 1 0 0
/proc/13981/statm: 12954 9587 92 167 0 12785 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 51816

[startup+12.7018 s]
/proc/loadavg: 0.93 0.98 1.08 2/65 13982
/proc/meminfo: memFree=1786472/2055920 swapFree=4176444/4192956
[pid=13981] ppid=13979 vsize=51832 CPUtime=12.68
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13217 0 -1 4194304 25408 0 0 0 1258 10 0 0 25 0 1 0 1149492979 53075968 9874 1992294400 134512640 135197378 4294956224 18446744073709551615 134603255 0 0 4096 0 0 0 0 17 1 0 0
/proc/13981/statm: 12958 9874 92 167 0 12789 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 51832

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 1.08 2/65 13982
/proc/meminfo: memFree=1786408/2055920 swapFree=4176444/4192956
[pid=13981] ppid=13979 vsize=51984 CPUtime=25.49
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13217 0 -1 4194304 25423 0 0 0 2538 11 0 0 25 0 1 0 1149492979 53231616 9889 1992294400 134512640 135197378 4294956224 18446744073709551615 134592659 0 0 4096 0 0 0 0 17 1 0 0
/proc/13981/statm: 12996 9889 92 167 0 12827 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 51984

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 1.07 2/65 13982
/proc/meminfo: memFree=1786216/2055920 swapFree=4176444/4192956
[pid=13981] ppid=13979 vsize=52400 CPUtime=51.08
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13217 0 -1 4194304 25461 0 0 0 5097 11 0 0 25 0 1 0 1149492979 53657600 9927 1992294400 134512640 135197378 4294956224 18446744073709551615 134592981 0 0 4096 0 0 0 0 17 1 0 0
/proc/13981/statm: 13100 9927 92 167 0 12931 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 52400

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 1.07 2/65 13982
/proc/meminfo: memFree=1785384/2055920 swapFree=4176444/4192956
[pid=13981] ppid=13979 vsize=53088 CPUtime=102.27
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13217 0 -1 4194304 25650 0 0 0 10216 11 0 0 25 0 1 0 1149492979 54362112 10116 1992294400 134512640 135197378 4294956224 18446744073709551615 134593229 0 0 4096 0 0 0 0 17 1 0 0
/proc/13981/statm: 13272 10116 92 167 0 13103 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 53088

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.06 2/65 13982
/proc/meminfo: memFree=1785000/2055920 swapFree=4176444/4192956
[pid=13981] ppid=13979 vsize=53428 CPUtime=162.25
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13217 0 -1 4194304 25735 0 0 0 16214 11 0 0 25 0 1 0 1149492979 54710272 10201 1992294400 134512640 135197378 4294956224 18446744073709551615 134602884 0 0 4096 0 0 0 0 17 1 0 0
/proc/13981/statm: 13357 10201 92 167 0 13188 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 53428

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 1.06 2/65 13982
/proc/meminfo: memFree=1784680/2055920 swapFree=4176444/4192956
[pid=13981] ppid=13979 vsize=53940 CPUtime=222.23
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13217 0 -1 4194304 25817 0 0 0 22212 11 0 0 25 0 1 0 1149492979 55234560 10283 1992294400 134512640 135197378 4294956224 18446744073709551615 134541522 0 0 4096 0 0 0 0 17 1 0 0
/proc/13981/statm: 13485 10283 92 167 0 13316 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 53940

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.05 2/65 13982
/proc/meminfo: memFree=1784296/2055920 swapFree=4176444/4192956
[pid=13981] ppid=13979 vsize=53940 CPUtime=282.22
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13217 0 -1 4194304 25899 0 0 0 28210 12 0 0 25 0 1 0 1149492979 55234560 10365 1992294400 134512640 135197378 4294956224 18446744073709551615 134572901 0 0 4096 0 0 0 0 17 1 0 0
/proc/13981/statm: 13485 10365 92 167 0 13316 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 53940

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 1.05 2/65 13982
/proc/meminfo: memFree=1783912/2055920 swapFree=4176444/4192956
[pid=13981] ppid=13979 vsize=54704 CPUtime=342.21
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13217 0 -1 4194304 25986 0 0 0 34209 12 0 0 25 0 1 0 1149492979 56016896 10452 1992294400 134512640 135197378 4294956224 18446744073709551615 134572878 0 0 4096 0 0 0 0 17 1 0 0
/proc/13981/statm: 13676 10452 92 167 0 13507 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 54704

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 1.04 2/65 13982
/proc/meminfo: memFree=1783592/2055920 swapFree=4176444/4192956
[pid=13981] ppid=13979 vsize=54704 CPUtime=402.19
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13217 0 -1 4194304 26063 0 0 0 40207 12 0 0 25 0 1 0 1149492979 56016896 10529 1992294400 134512640 135197378 4294956224 18446744073709551615 134603262 0 0 4096 0 0 0 0 17 1 0 0
/proc/13981/statm: 13676 10529 92 167 0 13507 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 54704

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 1.03 2/65 13982
/proc/meminfo: memFree=1783208/2055920 swapFree=4176444/4192956
[pid=13981] ppid=13979 vsize=55856 CPUtime=462.17
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13217 0 -1 4194304 26144 0 0 0 46205 12 0 0 25 0 1 0 1149492979 57196544 10610 1992294400 134512640 135197378 4294956224 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/13981/statm: 13964 10610 92 167 0 13795 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 55856

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 1.03 2/65 13982
/proc/meminfo: memFree=1782952/2055920 swapFree=4176444/4192956
[pid=13981] ppid=13979 vsize=55856 CPUtime=522.15
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13217 0 -1 4194304 26226 0 0 0 52203 12 0 0 25 0 1 0 1149492979 57196544 10692 1992294400 134512640 135197378 4294956224 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/13981/statm: 13964 10692 92 167 0 13795 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 55856

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 1.02 2/65 13982
/proc/meminfo: memFree=1782568/2055920 swapFree=4176444/4192956
[pid=13981] ppid=13979 vsize=55856 CPUtime=582.14
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13217 0 -1 4194304 26311 0 0 0 58202 12 0 0 25 0 1 0 1149492979 57196544 10777 1992294400 134512640 135197378 4294956224 18446744073709551615 134602915 0 0 4096 0 0 0 0 17 1 0 0
/proc/13981/statm: 13964 10777 92 167 0 13795 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 55856

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 1.02 2/65 13982
/proc/meminfo: memFree=1782184/2055920 swapFree=4176444/4192956
[pid=13981] ppid=13979 vsize=57580 CPUtime=642.14
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13217 0 -1 4194304 26396 0 0 0 64201 13 0 0 25 0 1 0 1149492979 58961920 10862 1992294400 134512640 135197378 4294956224 18446744073709551615 134593059 0 0 4096 0 0 0 0 17 1 0 0
/proc/13981/statm: 14395 10862 92 167 0 14226 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 57580

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 1.01 2/65 13982
/proc/meminfo: memFree=1781736/2055920 swapFree=4176444/4192956
[pid=13981] ppid=13979 vsize=57580 CPUtime=702.11
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13217 0 -1 4194304 26481 0 0 0 70198 13 0 0 25 0 1 0 1149492979 58961920 10947 1992294400 134512640 135197378 4294956224 18446744073709551615 134602669 0 0 4096 0 0 0 0 17 1 0 0
/proc/13981/statm: 14395 10947 92 167 0 14226 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 57580

[startup+762.307 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 13982
/proc/meminfo: memFree=1781352/2055920 swapFree=4176444/4192956
[pid=13981] ppid=13979 vsize=57580 CPUtime=762.1
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13217 0 -1 4194304 26566 0 0 0 76197 13 0 0 25 0 1 0 1149492979 58961920 11032 1992294400 134512640 135197378 4294956224 18446744073709551615 134603262 0 0 4096 0 0 0 0 17 1 0 0
/proc/13981/statm: 14395 11032 92 167 0 14226 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 57580

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 13982
/proc/meminfo: memFree=1781032/2055920 swapFree=4176444/4192956
[pid=13981] ppid=13979 vsize=57580 CPUtime=822.08
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13217 0 -1 4194304 26650 0 0 0 82195 13 0 0 25 0 1 0 1149492979 58961920 11116 1992294400 134512640 135197378 4294956224 18446744073709551615 134593053 0 0 4096 0 0 0 0 17 1 0 0
/proc/13981/statm: 14395 11116 92 167 0 14226 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 57580

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 13982
/proc/meminfo: memFree=1780584/2055920 swapFree=4176444/4192956
[pid=13981] ppid=13979 vsize=57580 CPUtime=882.07
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13217 0 -1 4194304 26749 0 0 0 88193 14 0 0 25 0 1 0 1149492979 58961920 11215 1992294400 134512640 135197378 4294956224 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/13981/statm: 14395 11215 92 167 0 14226 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 57580

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 13982
/proc/meminfo: memFree=1780200/2055920 swapFree=4176444/4192956
[pid=13981] ppid=13979 vsize=60168 CPUtime=942.05
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13217 0 -1 4194304 26841 0 0 0 94191 14 0 0 25 0 1 0 1149492979 61612032 11307 1992294400 134512640 135197378 4294956224 18446744073709551615 134603453 0 0 4096 0 0 0 0 17 1 0 0
/proc/13981/statm: 15042 11307 92 167 0 14873 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 60168

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 13982
/proc/meminfo: memFree=1779880/2055920 swapFree=4176444/4192956
[pid=13981] ppid=13979 vsize=60168 CPUtime=1002.04
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13217 0 -1 4194304 26929 0 0 0 100190 14 0 0 25 0 1 0 1149492979 61612032 11395 1992294400 134512640 135197378 4294956224 18446744073709551615 134603250 0 0 4096 0 0 0 0 17 1 0 0
/proc/13981/statm: 15042 11395 92 167 0 14873 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 60168

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 13982
/proc/meminfo: memFree=1779496/2055920 swapFree=4176444/4192956
[pid=13981] ppid=13979 vsize=60168 CPUtime=1062.02
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13217 0 -1 4194304 27018 0 0 0 106188 14 0 0 25 0 1 0 1149492979 61612032 11484 1992294400 134512640 135197378 4294956224 18446744073709551615 134572878 0 0 4096 0 0 0 0 17 1 0 0
/proc/13981/statm: 15042 11484 92 167 0 14873 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 60168

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 13982
/proc/meminfo: memFree=1779048/2055920 swapFree=4176444/4192956
[pid=13981] ppid=13979 vsize=60168 CPUtime=1122.01
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13217 0 -1 4194304 27113 0 0 0 112186 15 0 0 25 0 1 0 1149492979 61612032 11579 1992294400 134512640 135197378 4294956224 18446744073709551615 134541450 0 0 4096 0 0 0 0 17 1 0 0
/proc/13981/statm: 15042 11579 92 167 0 14873 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 60168

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 13982
/proc/meminfo: memFree=1778664/2055920 swapFree=4176444/4192956
[pid=13981] ppid=13979 vsize=60168 CPUtime=1181.99
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13217 0 -1 4194304 27200 0 0 0 118184 15 0 0 25 0 1 0 1149492979 61612032 11666 1992294400 134512640 135197378 4294956224 18446744073709551615 134603270 0 0 4096 0 0 0 0 17 1 0 0
/proc/13981/statm: 15042 11666 92 167 0 14873 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 60168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 13982
/proc/meminfo: memFree=1778536/2055920 swapFree=4176444/4192956
[pid=13981] ppid=13979 vsize=60168 CPUtime=1200.09
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13217 0 -1 4194304 27233 0 0 0 119994 15 0 0 25 0 1 0 1149492979 61612032 11699 1992294400 134512640 135197378 4294956224 18446744073709551615 134603184 0 0 4096 0 0 0 0 17 1 0 0
/proc/13981/statm: 15042 11699 92 167 0 14873 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 60168

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.41
CPU time (s): 1200.11
CPU user time (s): 1199.95
CPU system time (s): 0.161975
CPU usage (%): 99.9747
Max. virtual memory (cumulated for all children) (KiB): 60168

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

runsolver used 0.997848 second user time and 3.37949 second system time

The end

Launcher Data

Begin job on node27 at 2009-04-03 16:17:56
IDJOB=1561696
IDBENCH=70920
IDSOLVER=521
FILE ID=node27/1561696-1238768276
PBS_JOBID= 9085495
Free space on /tmp= 66328 MiB

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

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

MD5SUM BENCH= 8074a7bc3c1695dbe8e033b31e3d3feb
RANDOM SEED=457476549

node27.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		: 2800.196
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	: 5521.40
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		: 2800.196
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:       1826448 kB
Buffers:         22016 kB
Cached:         144436 kB
SwapCached:       9328 kB
Active:          54920 kB
Inactive:       122568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1826448 kB
SwapTotal:     4192956 kB
SwapFree:      4176444 kB
Dirty:            1568 kB
Writeback:           0 kB
Mapped:          16908 kB
Slab:            37892 kB
Committed_AS:  3181900 kB
PageTables:       1392 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66328 MiB
End job on node27 at 2009-04-03 16:37:58