Trace number 1578204

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

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-10-5p0.cnf
MD5SUM9d45c35f4df88b155135c4914792c59e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.3138
Satisfiable
(Un)Satisfiability was proved
Number of variables104481
Number of clauses500875
Sum of the clauses size1175028
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2398201
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

Solver Data

5.79/5.80	c main():: ***                                   [ march satisfiability solver ]                                   ***
5.79/5.80	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
5.79/5.80	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
5.79/5.80	c main()::
5.79/5.80	c initFormula():: searching for DIMACS p-line....
5.79/5.80	c initFormula():: the DIMACS p-line indicates a CNF of 104481 variables and 500875 clauses.
5.79/5.80	c parseCNF():: parsing....
5.79/5.80	c parseCNF():: the CNF contains 5498 unary clauses.
5.79/5.80	c runParser():: parsing was successful, warming up engines...
5.79/5.80	c find_and_remove_tautogolies():: found and removed 2156 tautologies
5.79/5.80	c find_and_remove_tautogolies():: found and removed 1494 tautologies
5.79/5.80	c simplify_formula():: removed 0 tautological, 164102 satisfied and 15748 duplicate clauses
5.79/5.80	c preprocessing fase I completed:: there are now 70581 free variables and 321025 clauses.
5.79/5.80	c stat :: sign balance is biased by 0.446
5.79/5.80	c using k-SAT heuristics (size based diff)
5.79/5.80	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
5.79/5.80	c simplify_formula():: removed 0 tautological, 0 satisfied and 40 duplicate clauses
5.79/5.80	c resolvent_look() :: found 502 resolvents
5.79/5.80	c main():: clause / variable ratio: ( 321527 / 104481 ) = 3.08
5.79/5.80	c longest clause has size 10
5.79/5.80	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
5.79/5.80	c number of free variables = 70581
5.79/5.80	c dynamic_preselect_setsize :: off
5.79/5.80	c main():: all systems go!
5.79/5.80	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-1578204-1238895959/watcher-1578204-1238895959 -o /tmp/evaluation-result-1578204-1238895959/solver-1578204-1238895959 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1578204-1238895959.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.66 1.28 1.15 2/71 9795
/proc/meminfo: memFree=1719568/2055920 swapFree=4170316/4192956
[pid=9795] ppid=9793 vsize=7204 CPUtime=0
/proc/9795/stat : 9795 (march_hi) R 9793 9795 9277 0 -1 4194304 731 0 0 0 0 0 0 0 18 0 1 0 1162259080 7376896 716 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/9795/statm: 1801 719 58 167 0 1632 0

[startup+0.0138639 s]
/proc/loadavg: 1.66 1.28 1.15 2/71 9795
/proc/meminfo: memFree=1719568/2055920 swapFree=4170316/4192956
[pid=9795] ppid=9793 vsize=9712 CPUtime=0
/proc/9795/stat : 9795 (march_hi) R 9793 9795 9277 0 -1 4194304 1546 0 0 0 0 0 0 0 18 0 1 0 1162259080 9945088 1531 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/9795/statm: 2428 1534 58 167 0 2259 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9712

[startup+0.10188 s]
/proc/loadavg: 1.66 1.28 1.15 2/71 9795
/proc/meminfo: memFree=1719568/2055920 swapFree=4170316/4192956
[pid=9795] ppid=9793 vsize=13980 CPUtime=0.09
/proc/9795/stat : 9795 (march_hi) R 9793 9795 9277 0 -1 4194304 2855 0 0 0 8 1 0 0 18 0 1 0 1162259080 14315520 2840 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/9795/statm: 3495 2840 58 167 0 3326 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13980

[startup+0.301918 s]
/proc/loadavg: 1.66 1.28 1.15 2/71 9795
/proc/meminfo: memFree=1719568/2055920 swapFree=4170316/4192956
[pid=9795] ppid=9793 vsize=16620 CPUtime=0.29
/proc/9795/stat : 9795 (march_hi) R 9793 9795 9277 0 -1 4194304 3667 0 0 0 28 1 0 0 19 0 1 0 1162259080 17018880 3652 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/9795/statm: 4155 3652 58 167 0 3986 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16620

[startup+0.701995 s]
/proc/loadavg: 1.66 1.28 1.15 2/71 9795
/proc/meminfo: memFree=1719568/2055920 swapFree=4170316/4192956
[pid=9795] ppid=9793 vsize=47224 CPUtime=0.69
/proc/9795/stat : 9795 (march_hi) R 9793 9795 9277 0 -1 4194304 7474 0 0 0 66 3 0 0 23 0 1 0 1162259080 48357376 7457 1992294400 134512640 135197378 4294956224 18446744073709551615 134560366 0 0 4096 0 0 0 0 17 1 0 0
/proc/9795/statm: 11806 7457 62 167 0 11637 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47224

[startup+1.50115 s]
/proc/loadavg: 1.61 1.28 1.15 2/72 9796
/proc/meminfo: memFree=1692488/2055920 swapFree=4170316/4192956
[pid=9795] ppid=9793 vsize=51808 CPUtime=1.49
/proc/9795/stat : 9795 (march_hi) R 9793 9795 9277 0 -1 4194304 13270 0 0 0 143 6 0 0 25 0 1 0 1162259080 53051392 8947 1992294400 134512640 135197378 4294956224 18446744073709551615 134687964 0 0 4096 0 0 0 0 17 1 0 0
/proc/9795/statm: 12952 8947 67 167 0 12783 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 51808

[startup+3.10145 s]
/proc/loadavg: 1.61 1.28 1.15 2/72 9796
/proc/meminfo: memFree=1683208/2055920 swapFree=4170316/4192956
[pid=9795] ppid=9793 vsize=53632 CPUtime=3.09
/proc/9795/stat : 9795 (march_hi) R 9793 9795 9277 0 -1 4194304 18661 0 0 0 300 9 0 0 25 0 1 0 1162259080 54919168 9410 1992294400 134512640 135197378 4294956224 18446744073709551615 134687945 0 0 4096 0 0 0 0 17 1 0 0
/proc/9795/statm: 13408 9410 78 167 0 13239 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53632

[startup+6.30206 s]
/proc/loadavg: 1.56 1.27 1.15 2/72 9796
/proc/meminfo: memFree=1653576/2055920 swapFree=4170316/4192956
[pid=9795] ppid=9793 vsize=188904 CPUtime=6.29
/proc/9795/stat : 9795 (march_hi) R 9793 9795 9277 0 -1 4194304 41040 0 0 0 610 19 0 0 25 0 1 0 1162259080 193437696 19526 1992294400 134512640 135197378 4294956224 18446744073709551615 134539097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9795/statm: 47226 19526 89 167 0 47057 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 188904

[startup+12.7013 s]
/proc/loadavg: 1.52 1.27 1.15 2/72 9796
/proc/meminfo: memFree=1641416/2055920 swapFree=4170316/4192956
[pid=9795] ppid=9793 vsize=188904 CPUtime=12.68
/proc/9795/stat : 9795 (march_hi) R 9793 9795 9277 0 -1 4194304 41048 0 0 0 1249 19 0 0 25 0 1 0 1162259080 193437696 19534 1992294400 134512640 135197378 4294956224 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/9795/statm: 47226 19534 89 167 0 47057 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 188904

[startup+25.5017 s]
/proc/loadavg: 1.40 1.26 1.14 2/72 9796
/proc/meminfo: memFree=1633672/2055920 swapFree=4170316/4192956
[pid=9795] ppid=9793 vsize=195824 CPUtime=25.49
/proc/9795/stat : 9795 (march_hi) R 9793 9795 9277 0 -1 4194304 43011 0 0 0 2528 21 0 0 25 0 1 0 1162259080 200523776 21497 1992294400 134512640 135197378 4294956224 18446744073709551615 134550747 0 0 4096 0 0 0 0 17 1 0 0
/proc/9795/statm: 48956 21497 91 167 0 48787 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 195824

[startup+51.1016 s]
/proc/loadavg: 1.26 1.23 1.14 2/72 9796
/proc/meminfo: memFree=1632072/2055920 swapFree=4170316/4192956
[pid=9795] ppid=9793 vsize=197396 CPUtime=51.07
/proc/9795/stat : 9795 (march_hi) R 9793 9795 9277 0 -1 4194304 43440 0 0 0 5086 21 0 0 25 0 1 0 1162259080 202133504 21926 1992294400 134512640 135197378 4294956224 18446744073709551615 134548713 0 0 4096 0 0 0 0 17 1 0 0
/proc/9795/statm: 49349 21926 91 167 0 49180 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 197396

[startup+102.306 s]
/proc/loadavg: 1.11 1.20 1.13 2/72 9796
/proc/meminfo: memFree=1623048/2055920 swapFree=4170316/4192956
[pid=9795] ppid=9793 vsize=206676 CPUtime=102.26
/proc/9795/stat : 9795 (march_hi) R 9793 9795 9277 0 -1 4194304 45676 0 0 0 10203 23 0 0 25 0 1 0 1162259080 211636224 24162 1992294400 134512640 135197378 4294956224 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 1 0 0
/proc/9795/statm: 51669 24162 91 167 0 51500 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 206676

[startup+162.302 s]
/proc/loadavg: 1.04 1.16 1.12 2/72 9796
/proc/meminfo: memFree=1614856/2055920 swapFree=4170316/4192956
[pid=9795] ppid=9793 vsize=217296 CPUtime=162.23
/proc/9795/stat : 9795 (march_hi) R 9793 9795 9277 0 -1 4194304 47705 0 0 0 16198 25 0 0 25 0 1 0 1162259080 222511104 26191 1992294400 134512640 135197378 4294956224 18446744073709551615 134541466 0 0 4096 0 0 0 0 17 1 0 0
/proc/9795/statm: 54324 26191 91 167 0 54155 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 217296

[startup+222.301 s]
/proc/loadavg: 1.01 1.13 1.10 2/72 9796
/proc/meminfo: memFree=1614344/2055920 swapFree=4170316/4192956
[pid=9795] ppid=9793 vsize=217896 CPUtime=222.21
/proc/9795/stat : 9795 (march_hi) R 9793 9795 9277 0 -1 4194304 47817 0 0 0 22196 25 0 0 25 0 1 0 1162259080 223125504 26303 1992294400 134512640 135197378 4294956224 18446744073709551615 134603846 0 0 4096 0 0 0 0 17 1 0 0
/proc/9795/statm: 54474 26303 91 167 0 54305 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 217896

[startup+282.302 s]
/proc/loadavg: 1.00 1.10 1.09 2/72 9796
/proc/meminfo: memFree=1614280/2055920 swapFree=4170316/4192956
[pid=9795] ppid=9793 vsize=217896 CPUtime=282.18
/proc/9795/stat : 9795 (march_hi) R 9793 9795 9277 0 -1 4194304 47835 0 0 0 28193 25 0 0 25 0 1 0 1162259080 223125504 26321 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 1 0 0
/proc/9795/statm: 54474 26321 91 167 0 54305 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 217896

[startup+342.301 s]
/proc/loadavg: 1.00 1.08 1.09 2/72 9796
/proc/meminfo: memFree=1614280/2055920 swapFree=4170316/4192956
[pid=9795] ppid=9793 vsize=217896 CPUtime=342.16
/proc/9795/stat : 9795 (march_hi) R 9793 9795 9277 0 -1 4194304 47853 0 0 0 34191 25 0 0 25 0 1 0 1162259080 223125504 26339 1992294400 134512640 135197378 4294956224 18446744073709551615 134570839 0 0 4096 0 0 0 0 17 1 0 0
/proc/9795/statm: 54474 26339 91 167 0 54305 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 217896

[startup+402.302 s]
/proc/loadavg: 1.00 1.06 1.08 2/72 9796
/proc/meminfo: memFree=1613896/2055920 swapFree=4170316/4192956
[pid=9795] ppid=9793 vsize=218352 CPUtime=402.15
/proc/9795/stat : 9795 (march_hi) R 9793 9795 9277 0 -1 4194304 47948 0 0 0 40189 26 0 0 25 0 1 0 1162259080 223592448 26434 1992294400 134512640 135197378 4294956224 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 1 0 0
/proc/9795/statm: 54588 26434 91 167 0 54419 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 218352

[startup+462.301 s]
/proc/loadavg: 1.00 1.05 1.07 2/72 9796
/proc/meminfo: memFree=1613768/2055920 swapFree=4170316/4192956
[pid=9795] ppid=9793 vsize=218352 CPUtime=462.12
/proc/9795/stat : 9795 (march_hi) R 9793 9795 9277 0 -1 4194304 47968 0 0 0 46186 26 0 0 25 0 1 0 1162259080 223592448 26454 1992294400 134512640 135197378 4294956224 18446744073709551615 134541493 0 0 4096 0 0 0 0 17 1 0 0
/proc/9795/statm: 54588 26454 91 167 0 54419 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 218352

[startup+522.302 s]
/proc/loadavg: 1.00 1.04 1.07 2/72 9796
/proc/meminfo: memFree=1613704/2055920 swapFree=4170316/4192956
[pid=9795] ppid=9793 vsize=218580 CPUtime=522.1
/proc/9795/stat : 9795 (march_hi) R 9793 9795 9277 0 -1 4194304 47987 0 0 0 52184 26 0 0 25 0 1 0 1162259080 223825920 26473 1992294400 134512640 135197378 4294956224 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 1 0 0
/proc/9795/statm: 54645 26473 91 167 0 54476 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 218580

[startup+582.301 s]
/proc/loadavg: 1.00 1.03 1.06 2/72 9796
/proc/meminfo: memFree=1613576/2055920 swapFree=4170316/4192956
[pid=9795] ppid=9793 vsize=218580 CPUtime=582.08
/proc/9795/stat : 9795 (march_hi) R 9793 9795 9277 0 -1 4194304 48005 0 0 0 58182 26 0 0 25 0 1 0 1162259080 223825920 26491 1992294400 134512640 135197378 4294956224 18446744073709551615 134541425 0 0 4096 0 0 0 0 17 1 0 0
/proc/9795/statm: 54645 26491 91 167 0 54476 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 218580

[startup+642.302 s]
/proc/loadavg: 1.00 1.02 1.06 2/72 9796
/proc/meminfo: memFree=1613512/2055920 swapFree=4170316/4192956
[pid=9795] ppid=9793 vsize=218580 CPUtime=642.06
/proc/9795/stat : 9795 (march_hi) R 9793 9795 9277 0 -1 4194304 48024 0 0 0 64180 26 0 0 25 0 1 0 1162259080 223825920 26510 1992294400 134512640 135197378 4294956224 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 1 0 0
/proc/9795/statm: 54645 26510 91 167 0 54476 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 218580

[startup+702.302 s]
/proc/loadavg: 1.00 1.02 1.05 2/72 9796
/proc/meminfo: memFree=1613384/2055920 swapFree=4170316/4192956
[pid=9795] ppid=9793 vsize=218920 CPUtime=702.03
/proc/9795/stat : 9795 (march_hi) R 9793 9795 9277 0 -1 4194304 48043 0 0 0 70177 26 0 0 25 0 1 0 1162259080 224174080 26529 1992294400 134512640 135197378 4294956224 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 1 0 0
/proc/9795/statm: 54730 26529 91 167 0 54561 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 218920

[startup+762.307 s]
/proc/loadavg: 1.00 1.01 1.04 2/72 9796
/proc/meminfo: memFree=1613256/2055920 swapFree=4170316/4192956
[pid=9795] ppid=9793 vsize=218920 CPUtime=762.02
/proc/9795/stat : 9795 (march_hi) R 9793 9795 9277 0 -1 4194304 48061 0 0 0 76175 27 0 0 25 0 1 0 1162259080 224174080 26547 1992294400 134512640 135197378 4294956224 18446744073709551615 134541415 0 0 4096 0 0 0 0 17 1 0 0
/proc/9795/statm: 54730 26547 91 167 0 54561 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 218920

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/72 9796
/proc/meminfo: memFree=1613192/2055920 swapFree=4170316/4192956
[pid=9795] ppid=9793 vsize=218920 CPUtime=821.99
/proc/9795/stat : 9795 (march_hi) R 9793 9795 9277 0 -1 4194304 48079 0 0 0 82172 27 0 0 25 0 1 0 1162259080 224174080 26565 1992294400 134512640 135197378 4294956224 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 1 0 0
/proc/9795/statm: 54730 26565 91 167 0 54561 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 218920

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/72 9796
/proc/meminfo: memFree=1613064/2055920 swapFree=4170316/4192956
[pid=9795] ppid=9793 vsize=218920 CPUtime=881.96
/proc/9795/stat : 9795 (march_hi) R 9793 9795 9277 0 -1 4194304 48098 0 0 0 88169 27 0 0 25 0 1 0 1162259080 224174080 26584 1992294400 134512640 135197378 4294956224 18446744073709551615 134541450 0 0 4096 0 0 0 0 17 1 0 0
/proc/9795/statm: 54730 26584 91 167 0 54561 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 218920

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/72 9802
/proc/meminfo: memFree=1612864/2055920 swapFree=4170316/4192956
[pid=9795] ppid=9793 vsize=219432 CPUtime=941.93
/proc/9795/stat : 9795 (march_hi) R 9793 9795 9277 0 -1 4194304 48116 0 0 0 94166 27 0 0 25 0 1 0 1162259080 224698368 26602 1992294400 134512640 135197378 4294956224 18446744073709551615 134572875 0 0 4096 0 0 0 0 17 1 0 0
/proc/9795/statm: 54858 26602 91 167 0 54689 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 219432

[startup+1002.3 s]
/proc/loadavg: 1.04 1.01 1.03 2/72 10282
/proc/meminfo: memFree=1590336/2055920 swapFree=4170316/4192956
[pid=9795] ppid=9793 vsize=219432 CPUtime=1001.85
/proc/9795/stat : 9795 (march_hi) R 9793 9795 9277 0 -1 4194304 48135 0 0 0 100156 29 0 0 25 0 1 0 1162259080 224698368 26621 1992294400 134512640 135197378 4294956224 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 1 0 0
/proc/9795/statm: 54858 26621 91 167 0 54689 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 219432

[startup+1062.3 s]
/proc/loadavg: 1.01 1.01 1.02 2/72 10282
/proc/meminfo: memFree=1590400/2055920 swapFree=4170316/4192956
[pid=9795] ppid=9793 vsize=219432 CPUtime=1061.82
/proc/9795/stat : 9795 (march_hi) R 9793 9795 9277 0 -1 4194304 48155 0 0 0 106153 29 0 0 25 0 1 0 1162259080 224698368 26641 1992294400 134512640 135197378 4294956224 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 1 0 0
/proc/9795/statm: 54858 26641 91 167 0 54689 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 219432

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/72 10282
/proc/meminfo: memFree=1590400/2055920 swapFree=4170316/4192956
[pid=9795] ppid=9793 vsize=219432 CPUtime=1121.81
/proc/9795/stat : 9795 (march_hi) R 9793 9795 9277 0 -1 4194304 48172 0 0 0 112151 30 0 0 25 0 1 0 1162259080 224698368 26658 1992294400 134512640 135197378 4294956224 18446744073709551615 134548486 0 0 4096 0 0 0 0 17 1 0 0
/proc/9795/statm: 54858 26658 91 167 0 54689 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 219432

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/72 10282
/proc/meminfo: memFree=1590336/2055920 swapFree=4170316/4192956
[pid=9795] ppid=9793 vsize=219432 CPUtime=1181.78
/proc/9795/stat : 9795 (march_hi) R 9793 9795 9277 0 -1 4194304 48189 0 0 0 118148 30 0 0 25 0 1 0 1162259080 224698368 26675 1992294400 134512640 135197378 4294956224 18446744073709551615 134591981 0 0 4096 0 0 0 0 17 1 0 0
/proc/9795/statm: 54858 26675 91 167 0 54689 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 219432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.01 2/72 10282
/proc/meminfo: memFree=1590272/2055920 swapFree=4170316/4192956
[pid=9795] ppid=9793 vsize=219432 CPUtime=1200.08
/proc/9795/stat : 9795 (march_hi) R 9793 9795 9277 0 -1 4194304 48195 0 0 0 119978 30 0 0 25 0 1 0 1162259080 224698368 26681 1992294400 134512640 135197378 4294956224 18446744073709551615 134570746 0 0 4096 0 0 0 0 17 1 0 0
/proc/9795/statm: 54858 26681 91 167 0 54689 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 219432

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.62
CPU time (s): 1200.11
CPU user time (s): 1199.79
CPU system time (s): 0.32295
CPU usage (%): 99.9571
Max. virtual memory (cumulated for all children) (KiB): 219432

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

runsolver used 1.04984 second user time and 3.33849 second system time

The end

Launcher Data

Begin job on node38 at 2009-04-05 03:46:00
IDJOB=1578204
IDBENCH=70974
IDSOLVER=521
FILE ID=node38/1578204-1238895959
PBS_JOBID= 9086040
Free space on /tmp= 66512 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-10-5p0.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1578204-1238895959/watcher-1578204-1238895959 -o /tmp/evaluation-result-1578204-1238895959/solver-1578204-1238895959 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1578204-1238895959.cnf

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

MD5SUM BENCH= 9d45c35f4df88b155135c4914792c59e
RANDOM SEED=800102370

node38.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.259
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	: 5931.00
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.259
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:       1720048 kB
Buffers:         44624 kB
Cached:         222416 kB
SwapCached:      11216 kB
Active:          94568 kB
Inactive:       185172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1720048 kB
SwapTotal:     4192956 kB
SwapFree:      4170316 kB
Dirty:            9268 kB
Writeback:           0 kB
Mapped:          18256 kB
Slab:            41360 kB
Committed_AS:  3557516 kB
PageTables:       1988 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= 66552 MiB
End job on node38 at 2009-04-05 04:06:03