Trace number 1579400

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

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-5p0.cnf
MD5SUMb0f091d476e617a8697e9f8acfd1538f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark41.6977
Satisfiable
(Un)Satisfiability was proved
Number of variables123925
Number of clauses539763
Sum of the clauses size1252804
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2437089
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

6.09/6.14	c main():: ***                                   [ march satisfiability solver ]                                   ***
6.09/6.14	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
6.09/6.14	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
6.09/6.14	c main()::
6.09/6.14	c initFormula():: searching for DIMACS p-line....
6.09/6.14	c initFormula():: the DIMACS p-line indicates a CNF of 123925 variables and 539763 clauses.
6.09/6.14	c parseCNF():: parsing....
6.09/6.14	c parseCNF():: the CNF contains 5498 unary clauses.
6.09/6.14	c runParser():: parsing was successful, warming up engines...
6.09/6.14	c find_and_remove_tautogolies():: found and removed 2259 tautologies
6.09/6.14	c find_and_remove_tautogolies():: found and removed 1101 tautologies
6.09/6.14	c simplify_formula():: removed 0 tautological, 164050 satisfied and 15732 duplicate clauses
6.09/6.14	c preprocessing fase I completed:: there are now 90033 free variables and 359981 clauses.
6.09/6.14	c stat :: sign balance is biased by 0.360
6.09/6.14	c using k-SAT heuristics (size based diff)
6.09/6.14	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
6.09/6.14	c simplify_formula():: removed 0 tautological, 0 satisfied and 40 duplicate clauses
6.09/6.14	c resolvent_look() :: found 502 resolvents
6.09/6.14	c main():: clause / variable ratio: ( 360483 / 123925 ) = 2.91
6.09/6.14	c longest clause has size 10
6.09/6.14	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
6.09/6.14	c number of free variables = 90033
6.09/6.14	c dynamic_preselect_setsize :: off
6.09/6.14	c main():: all systems go!
6.09/6.14	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-1579400-1238907228/watcher-1579400-1238907228 -o /tmp/evaluation-result-1579400-1238907228/solver-1579400-1238907228 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1579400-1238907228.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.79 1.26 1.24 3/81 18230
/proc/meminfo: memFree=1811592/2055920 swapFree=4169716/4192956
[pid=18230] ppid=18228 vsize=8020 CPUtime=0
/proc/18230/stat : 18230 (march_hi) R 18228 18230 17768 0 -1 4194304 827 0 0 0 0 0 0 0 20 0 1 0 517051731 8212480 812 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/18230/statm: 2005 816 58 167 0 1836 0

[startup+0.034868 s]
/proc/loadavg: 1.79 1.26 1.24 3/81 18230
/proc/meminfo: memFree=1811592/2055920 swapFree=4169716/4192956
[pid=18230] ppid=18228 vsize=14892 CPUtime=0.02
/proc/18230/stat : 18230 (march_hi) R 18228 18230 17768 0 -1 4194304 2955 0 0 0 2 0 0 0 20 0 1 0 517051731 15249408 2940 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/18230/statm: 3723 2940 58 167 0 3554 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 14892

[startup+0.101874 s]
/proc/loadavg: 1.79 1.26 1.24 3/81 18230
/proc/meminfo: memFree=1811592/2055920 swapFree=4169716/4192956
[pid=18230] ppid=18228 vsize=15816 CPUtime=0.09
/proc/18230/stat : 18230 (march_hi) R 18228 18230 17768 0 -1 4194304 3260 0 0 0 9 0 0 0 20 0 1 0 517051731 16195584 3245 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/18230/statm: 3954 3245 58 167 0 3785 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15816

[startup+0.301893 s]
/proc/loadavg: 1.79 1.26 1.24 3/81 18230
/proc/meminfo: memFree=1811592/2055920 swapFree=4169716/4192956
[pid=18230] ppid=18228 vsize=18588 CPUtime=0.29
/proc/18230/stat : 18230 (march_hi) R 18228 18230 17768 0 -1 4194304 4110 0 0 0 28 1 0 0 22 0 1 0 517051731 19034112 4095 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/18230/statm: 4647 4095 58 167 0 4478 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18588

[startup+0.701932 s]
/proc/loadavg: 1.79 1.26 1.24 3/81 18230
/proc/meminfo: memFree=1811592/2055920 swapFree=4169716/4192956
[pid=18230] ppid=18228 vsize=49964 CPUtime=0.69
/proc/18230/stat : 18230 (march_hi) R 18228 18230 17768 0 -1 4194304 8154 0 0 0 66 3 0 0 25 0 1 0 517051731 51163136 8137 1992294400 134512640 135197378 4294956224 18446744073709551615 134564947 0 0 4096 0 0 0 0 17 1 0 0
/proc/18230/statm: 12491 8137 62 167 0 12322 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 49964

[startup+1.50201 s]
/proc/loadavg: 1.79 1.26 1.24 2/82 18231
/proc/meminfo: memFree=1780928/2055920 swapFree=4169716/4192956
[pid=18230] ppid=18228 vsize=58468 CPUtime=1.49
/proc/18230/stat : 18230 (march_hi) R 18228 18230 17768 0 -1 4194304 15077 0 0 0 143 6 0 0 25 0 1 0 517051731 59871232 10188 1992294400 134512640 135197378 4294956224 18446744073709551615 134695363 0 0 4096 0 0 0 0 17 1 0 0
/proc/18230/statm: 14617 10188 67 167 0 14448 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58468

[startup+3.10117 s]
/proc/loadavg: 1.79 1.26 1.24 2/82 18231
/proc/meminfo: memFree=1768384/2055920 swapFree=4169716/4192956
[pid=18230] ppid=18228 vsize=60296 CPUtime=3.09
/proc/18230/stat : 18230 (march_hi) R 18228 18230 17768 0 -1 4194304 21329 0 0 0 300 9 0 0 25 0 1 0 517051731 61743104 10753 1992294400 134512640 135197378 4294956224 18446744073709551615 134687967 0 0 4096 0 0 0 0 17 1 0 0
/proc/18230/statm: 15074 10753 78 167 0 14905 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 60296

[startup+6.30148 s]
/proc/loadavg: 1.81 1.27 1.24 2/82 18231
/proc/meminfo: memFree=1728320/2055920 swapFree=4169716/4192956
[pid=18230] ppid=18228 vsize=219888 CPUtime=6.29
/proc/18230/stat : 18230 (march_hi) R 18228 18230 17768 0 -1 4194304 48030 0 0 0 610 19 0 0 25 0 1 0 517051731 225165312 22662 1992294400 134512640 135197378 4294956224 18446744073709551615 134539097 0 0 4096 0 0 0 0 17 1 0 0
/proc/18230/statm: 54972 22662 89 167 0 54803 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 219888

[startup+12.7011 s]
/proc/loadavg: 1.74 1.26 1.24 2/82 18231
/proc/meminfo: memFree=1720640/2055920 swapFree=4169716/4192956
[pid=18230] ppid=18228 vsize=219888 CPUtime=12.69
/proc/18230/stat : 18230 (march_hi) R 18228 18230 17768 0 -1 4194304 48051 0 0 0 1249 20 0 0 25 0 1 0 517051731 225165312 22683 1992294400 134512640 135197378 4294956224 18446744073709551615 134539097 0 0 4096 0 0 0 0 17 1 0 0
/proc/18230/statm: 54972 22683 89 167 0 54803 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 219888

[startup+25.5014 s]
/proc/loadavg: 1.58 1.25 1.23 2/82 18231
/proc/meminfo: memFree=1716992/2055920 swapFree=4169716/4192956
[pid=18230] ppid=18228 vsize=223764 CPUtime=25.48
/proc/18230/stat : 18230 (march_hi) R 18228 18230 17768 0 -1 4194304 48995 0 0 0 2528 20 0 0 25 0 1 0 517051731 229134336 23627 1992294400 134512640 135197378 4294956224 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 1 0 0
/proc/18230/statm: 55941 23627 89 167 0 55772 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 223764

[startup+51.1019 s]
/proc/loadavg: 1.38 1.23 1.23 2/82 18231
/proc/meminfo: memFree=1712320/2055920 swapFree=4169716/4192956
[pid=18230] ppid=18228 vsize=227404 CPUtime=51.06
/proc/18230/stat : 18230 (march_hi) R 18228 18230 17768 0 -1 4194304 50158 0 0 0 5086 20 0 0 25 0 1 0 517051731 232861696 24790 1992294400 134512640 135197378 4294956224 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/18230/statm: 56851 24790 91 167 0 56682 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 227404

[startup+102.307 s]
/proc/loadavg: 1.16 1.19 1.21 2/82 18231
/proc/meminfo: memFree=1703552/2055920 swapFree=4169716/4192956
[pid=18230] ppid=18228 vsize=236760 CPUtime=102.26
/proc/18230/stat : 18230 (march_hi) R 18228 18230 17768 0 -1 4194304 52340 0 0 0 10204 22 0 0 25 0 1 0 517051731 242442240 26972 1992294400 134512640 135197378 4294956224 18446744073709551615 134524866 0 0 4096 0 0 0 0 17 1 0 0
/proc/18230/statm: 59190 26972 91 167 0 59021 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 236760

[startup+162.302 s]
/proc/loadavg: 1.06 1.15 1.19 2/82 18231
/proc/meminfo: memFree=1691136/2055920 swapFree=4169716/4192956
[pid=18230] ppid=18228 vsize=250640 CPUtime=162.23
/proc/18230/stat : 18230 (march_hi) R 18228 18230 17768 0 -1 4194304 55432 0 0 0 16199 24 0 0 25 0 1 0 517051731 256655360 30064 1992294400 134512640 135197378 4294956224 18446744073709551615 134541458 0 0 4096 0 0 0 0 17 1 0 0
/proc/18230/statm: 62660 30064 91 167 0 62491 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 250640

[startup+222.302 s]
/proc/loadavg: 1.02 1.12 1.18 2/82 18231
/proc/meminfo: memFree=1691008/2055920 swapFree=4169716/4192956
[pid=18230] ppid=18228 vsize=250640 CPUtime=222.22
/proc/18230/stat : 18230 (march_hi) R 18228 18230 17768 0 -1 4194304 55453 0 0 0 22198 24 0 0 25 0 1 0 517051731 256655360 30085 1992294400 134512640 135197378 4294956224 18446744073709551615 134597423 0 0 4096 0 0 0 0 17 1 0 0
/proc/18230/statm: 62660 30085 91 167 0 62491 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 250640

[startup+282.302 s]
/proc/loadavg: 1.00 1.10 1.17 2/82 18231
/proc/meminfo: memFree=1690880/2055920 swapFree=4169716/4192956
[pid=18230] ppid=18228 vsize=250776 CPUtime=282.2
/proc/18230/stat : 18230 (march_hi) R 18228 18230 17768 0 -1 4194304 55471 0 0 0 28196 24 0 0 25 0 1 0 517051731 256794624 30103 1992294400 134512640 135197378 4294956224 18446744073709551615 134541450 0 0 4096 0 0 0 0 17 1 0 0
/proc/18230/statm: 62694 30103 91 167 0 62525 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 250776

[startup+342.302 s]
/proc/loadavg: 1.00 1.08 1.15 2/82 18231
/proc/meminfo: memFree=1690816/2055920 swapFree=4169716/4192956
[pid=18230] ppid=18228 vsize=250776 CPUtime=342.18
/proc/18230/stat : 18230 (march_hi) R 18228 18230 17768 0 -1 4194304 55479 0 0 0 34194 24 0 0 25 0 1 0 517051731 256794624 30111 1992294400 134512640 135197378 4294956224 18446744073709551615 134603082 0 0 4096 0 0 0 0 17 1 0 0
/proc/18230/statm: 62694 30111 91 167 0 62525 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 250776

[startup+402.302 s]
/proc/loadavg: 1.00 1.06 1.14 2/82 18231
/proc/meminfo: memFree=1690624/2055920 swapFree=4169716/4192956
[pid=18230] ppid=18228 vsize=250908 CPUtime=402.16
/proc/18230/stat : 18230 (march_hi) R 18228 18230 17768 0 -1 4194304 55512 0 0 0 40192 24 0 0 25 0 1 0 517051731 256929792 30144 1992294400 134512640 135197378 4294956224 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 1 0 0
/proc/18230/statm: 62727 30144 91 167 0 62558 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 250908

[startup+462.301 s]
/proc/loadavg: 1.00 1.05 1.13 2/82 18237
/proc/meminfo: memFree=1690424/2055920 swapFree=4169716/4192956
[pid=18230] ppid=18228 vsize=250908 CPUtime=462.14
/proc/18230/stat : 18230 (march_hi) R 18228 18230 17768 0 -1 4194304 55516 0 0 0 46190 24 0 0 25 0 1 0 517051731 256929792 30148 1992294400 134512640 135197378 4294956224 18446744073709551615 134550680 0 0 4096 0 0 0 0 17 1 0 0
/proc/18230/statm: 62727 30148 91 167 0 62558 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 250908

[startup+522.301 s]
/proc/loadavg: 1.00 1.04 1.12 2/82 18237
/proc/meminfo: memFree=1690424/2055920 swapFree=4169716/4192956
[pid=18230] ppid=18228 vsize=250908 CPUtime=522.13
/proc/18230/stat : 18230 (march_hi) R 18228 18230 17768 0 -1 4194304 55522 0 0 0 52188 25 0 0 25 0 1 0 517051731 256929792 30154 1992294400 134512640 135197378 4294956224 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 1 0 0
/proc/18230/statm: 62727 30154 91 167 0 62558 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 250908

[startup+582.301 s]
/proc/loadavg: 1.00 1.03 1.11 2/82 18237
/proc/meminfo: memFree=1690424/2055920 swapFree=4169716/4192956
[pid=18230] ppid=18228 vsize=250908 CPUtime=582.12
/proc/18230/stat : 18230 (march_hi) R 18228 18230 17768 0 -1 4194304 55524 0 0 0 58187 25 0 0 25 0 1 0 517051731 256929792 30156 1992294400 134512640 135197378 4294956224 18446744073709551615 134541376 0 0 4096 0 0 0 0 17 1 0 0
/proc/18230/statm: 62727 30156 91 167 0 62558 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 250908

[startup+642.301 s]
/proc/loadavg: 1.00 1.02 1.10 2/82 18237
/proc/meminfo: memFree=1690424/2055920 swapFree=4169716/4192956
[pid=18230] ppid=18228 vsize=250908 CPUtime=642.1
/proc/18230/stat : 18230 (march_hi) R 18228 18230 17768 0 -1 4194304 55527 0 0 0 64185 25 0 0 25 0 1 0 517051731 256929792 30159 1992294400 134512640 135197378 4294956224 18446744073709551615 134541450 0 0 4096 0 0 0 0 17 1 0 0
/proc/18230/statm: 62727 30159 91 167 0 62558 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 250908

[startup+702.301 s]
/proc/loadavg: 1.00 1.02 1.09 2/82 18237
/proc/meminfo: memFree=1690424/2055920 swapFree=4169716/4192956
[pid=18230] ppid=18228 vsize=251040 CPUtime=702.08
/proc/18230/stat : 18230 (march_hi) R 18228 18230 17768 0 -1 4194304 55529 0 0 0 70183 25 0 0 25 0 1 0 517051731 257064960 30161 1992294400 134512640 135197378 4294956224 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 1 0 0
/proc/18230/statm: 62760 30161 91 167 0 62591 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 251040

[startup+762.307 s]
/proc/loadavg: 1.00 1.01 1.08 2/82 18237
/proc/meminfo: memFree=1690496/2055920 swapFree=4169716/4192956
[pid=18230] ppid=18228 vsize=251040 CPUtime=762.07
/proc/18230/stat : 18230 (march_hi) R 18228 18230 17768 0 -1 4194304 55532 0 0 0 76182 25 0 0 25 0 1 0 517051731 257064960 30164 1992294400 134512640 135197378 4294956224 18446744073709551615 134597295 0 0 4096 0 0 0 0 17 1 0 0
/proc/18230/statm: 62760 30164 91 167 0 62591 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 251040

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.08 2/82 18237
/proc/meminfo: memFree=1690432/2055920 swapFree=4169716/4192956
[pid=18230] ppid=18228 vsize=251040 CPUtime=822.05
/proc/18230/stat : 18230 (march_hi) R 18228 18230 17768 0 -1 4194304 55534 0 0 0 82180 25 0 0 25 0 1 0 517051731 257064960 30166 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 1 0 0
/proc/18230/statm: 62760 30166 91 167 0 62591 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 251040

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/82 18237
/proc/meminfo: memFree=1690432/2055920 swapFree=4169716/4192956
[pid=18230] ppid=18228 vsize=251040 CPUtime=882.03
/proc/18230/stat : 18230 (march_hi) R 18228 18230 17768 0 -1 4194304 55539 0 0 0 88178 25 0 0 25 0 1 0 517051731 257064960 30171 1992294400 134512640 135197378 4294956224 18446744073709551615 134541546 0 0 4096 0 0 0 0 17 1 0 0
/proc/18230/statm: 62760 30171 91 167 0 62591 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 251040

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/82 18237
/proc/meminfo: memFree=1690368/2055920 swapFree=4169716/4192956
[pid=18230] ppid=18228 vsize=251040 CPUtime=942.02
/proc/18230/stat : 18230 (march_hi) R 18228 18230 17768 0 -1 4194304 55541 0 0 0 94177 25 0 0 25 0 1 0 517051731 257064960 30173 1992294400 134512640 135197378 4294956224 18446744073709551615 134541415 0 0 4096 0 0 0 0 17 1 0 0
/proc/18230/statm: 62760 30173 91 167 0 62591 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 251040

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/82 18237
/proc/meminfo: memFree=1690304/2055920 swapFree=4169716/4192956
[pid=18230] ppid=18228 vsize=251040 CPUtime=1002
/proc/18230/stat : 18230 (march_hi) R 18228 18230 17768 0 -1 4194304 55550 0 0 0 100175 25 0 0 25 0 1 0 517051731 257064960 30182 1992294400 134512640 135197378 4294956224 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 1 0 0
/proc/18230/statm: 62760 30182 91 167 0 62591 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 251040

[startup+1062.3 s]
/proc/loadavg: 1.05 1.01 1.06 2/82 18237
/proc/meminfo: memFree=1690304/2055920 swapFree=4169716/4192956
[pid=18230] ppid=18228 vsize=251040 CPUtime=1061.98
/proc/18230/stat : 18230 (march_hi) R 18228 18230 17768 0 -1 4194304 55552 0 0 0 106173 25 0 0 25 0 1 0 517051731 257064960 30184 1992294400 134512640 135197378 4294956224 18446744073709551615 134570839 0 0 4096 0 0 0 0 17 1 0 0
/proc/18230/statm: 62760 30184 91 167 0 62591 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 251040

[startup+1122.3 s]
/proc/loadavg: 1.07 1.02 1.06 2/82 18237
/proc/meminfo: memFree=1690240/2055920 swapFree=4169716/4192956
[pid=18230] ppid=18228 vsize=251040 CPUtime=1121.97
/proc/18230/stat : 18230 (march_hi) R 18228 18230 17768 0 -1 4194304 55553 0 0 0 112172 25 0 0 25 0 1 0 517051731 257064960 30185 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 1 0 0
/proc/18230/statm: 62760 30185 91 167 0 62591 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 251040

[startup+1182.3 s]
/proc/loadavg: 1.07 1.03 1.06 2/82 18237
/proc/meminfo: memFree=1690240/2055920 swapFree=4169716/4192956
[pid=18230] ppid=18228 vsize=251040 CPUtime=1181.95
/proc/18230/stat : 18230 (march_hi) R 18228 18230 17768 0 -1 4194304 55553 0 0 0 118170 25 0 0 25 0 1 0 517051731 257064960 30185 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 1 0 0
/proc/18230/statm: 62760 30185 91 167 0 62591 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 251040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.13 1.05 1.06 2/82 18237
/proc/meminfo: memFree=1690240/2055920 swapFree=4169716/4192956
[pid=18230] ppid=18228 vsize=251040 CPUtime=1200.05
/proc/18230/stat : 18230 (march_hi) R 18228 18230 17768 0 -1 4194304 55553 0 0 0 119980 25 0 0 25 0 1 0 517051731 257064960 30185 1992294400 134512640 135197378 4294956224 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 1 0 0
/proc/18230/statm: 62760 30185 91 167 0 62591 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 251040

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.43
CPU time (s): 1200.08
CPU user time (s): 1199.81
CPU system time (s): 0.271958
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (KiB): 251040

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

runsolver used 1.48577 second user time and 3.98439 second system time

The end

Launcher Data

Begin job on node89 at 2009-04-05 06:53:49
IDJOB=1579400
IDBENCH=70997
IDSOLVER=521
FILE ID=node89/1579400-1238907228
PBS_JOBID= 9101342
Free space on /tmp= 66508 MiB

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

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

MD5SUM BENCH= b0f091d476e617a8697e9f8acfd1538f
RANDOM SEED=492748375

node89.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.240
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.240
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:       1812008 kB
Buffers:         13412 kB
Cached:         155872 kB
SwapCached:      12344 kB
Active:          54028 kB
Inactive:       129160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1812008 kB
SwapTotal:     4192956 kB
SwapFree:      4169716 kB
Dirty:            9968 kB
Writeback:           0 kB
Mapped:          19632 kB
Slab:            44932 kB
Committed_AS:  1833008 kB
PageTables:       2628 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= 66508 MiB
End job on node89 at 2009-04-05 07:13:51