Trace number 305456

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, and are wall clock time (not CPU 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 KS 2007-02-08? (TO) 1200.07 1200.45

General information on the benchmark

Namerandom/LargeSize/3SAT/v4000/
unif-k3-r4.2-v4000-c16800-S1946534526-16.cnf
MD5SUM000f0a2838a713053c9877abfe8633d8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.05938
Satisfiable
(Un)Satisfiability was proved
Number of variables4000
Number of clauses16800
Sum of the clauses size50400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 316800
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.10/0.18	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.10/0.18	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
0.10/0.18	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
0.10/0.18	c main()::
0.10/0.18	c initFormula():: searching for DIMACS p-line....
0.10/0.18	c initFormula():: the DIMACS p-line indicates a CNF of 4000 variables and 16800 clauses.
0.10/0.18	c parseCNF():: parsing....
0.10/0.18	c parseCNF():: the CNF contains 0 unary clauses.
0.10/0.18	c runParser():: parsing was successful, warming up engines...
0.10/0.18	c simplify_formula():: removed 0 tautological, 148 satisfied and 0 duplicate clauses
0.10/0.18	c preprocessing fase I completed:: there are now 3979 free variables and 16652 clauses.
0.10/0.18	c stat :: sign balance is biased by 0.480
0.10/0.18	c shorten_equivalence(): average equivalence length reduced from nan to nan
0.10/0.18	c using 3-SAT heuristics (occurence based diff)
0.10/0.18	c longest clause has size 3
0.10/0.18	c simplify_formula():: removed 0 tautological, 0 satisfied and 185 duplicate clauses
0.10/0.18	c resolvent_look() :: found 88 resolvents
0.10/0.18	c lessRedundantTransformation():: nothing to be done.
0.10/0.18	c transformTo3SAT():: you gave me 4000 variables and 16740 clauses.
0.10/0.18	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
0.10/0.18	c transformTo3SAT():: I will add 0 variables and 0 clauses!
0.10/0.18	c transformTo3SAT():: the transformation yielded 4000 variabels and 16740 clauses.
0.10/0.18	c main():: clause / variable ratio: ( 16740 / 4000 ) = 4.18
0.10/0.18	c longest clause has size 3
0.10/0.18	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.10/0.18	c dynamic_preselect_setsize :: off
0.10/0.18	c suggested doublelook initial :: 0
0.10/0.18	c main():: all systems go!
0.10/0.18	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 0 NC: 645 JD: 258
7.27/7.29	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node69/watcher-305456-1172079555 -o ROOT/results/node69/solver-305456-1172079555 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/305456-1172079555/march_ks /tmp/evaluation/305456-1172079555/instance-305456-1172079555.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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 1.08 1.81 3/64 22001
/proc/meminfo: memFree=1961696/2055920 swapFree=4183360/4192956
[pid=22001] ppid=21999 vsize=1084 CPUtime=0
/proc/22001/stat : 22001 (march_ks) R 21999 22001 20868 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 227913185 1110016 158 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/22001/statm: 271 158 47 123 0 146 0

[startup+0.106834 s]
/proc/loadavg: 0.92 1.08 1.81 3/64 22001
/proc/meminfo: memFree=1961696/2055920 swapFree=4183360/4192956
[pid=22001] ppid=21999 vsize=2720 CPUtime=0.1
/proc/22001/stat : 22001 (march_ks) R 21999 22001 20868 0 -1 4194304 1334 0 0 0 10 0 0 0 18 0 1 0 227913185 2785280 490 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134554786 0 0 4096 0 0 0 0 17 1 0 0
/proc/22001/statm: 680 490 63 123 0 555 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2720

[startup+0.5149 s]
/proc/loadavg: 0.92 1.08 1.81 3/64 22001
/proc/meminfo: memFree=1961696/2055920 swapFree=4183360/4192956
[pid=22001] ppid=21999 vsize=5548 CPUtime=0.5
/proc/22001/stat : 22001 (march_ks) R 21999 22001 20868 0 -1 4194304 2383 0 0 0 50 0 0 0 21 0 1 0 227913185 5681152 1199 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564374 0 0 4096 0 0 0 0 17 1 0 0
/proc/22001/statm: 1387 1199 73 123 0 1262 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 5548

[startup+1.33504 s]
/proc/loadavg: 0.92 1.08 1.81 2/65 22002
/proc/meminfo: memFree=1956760/2055920 swapFree=4183360/4192956
[pid=22001] ppid=21999 vsize=6072 CPUtime=1.33
/proc/22001/stat : 22001 (march_ks) R 21999 22001 20868 0 -1 4194304 2485 0 0 0 132 1 0 0 25 0 1 0 227913185 6217728 1301 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526533 0 0 4096 0 0 0 0 17 1 0 0
/proc/22001/statm: 1518 1301 73 123 0 1393 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 6072

[startup+2.9733 s]
/proc/loadavg: 0.92 1.08 1.81 2/65 22002
/proc/meminfo: memFree=1956504/2055920 swapFree=4183360/4192956
[pid=22001] ppid=21999 vsize=6332 CPUtime=2.97
/proc/22001/stat : 22001 (march_ks) R 21999 22001 20868 0 -1 4194304 2525 0 0 0 296 1 0 0 25 0 1 0 227913185 6483968 1341 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134628856 0 0 4096 0 0 0 0 17 1 0 0
/proc/22001/statm: 1583 1341 73 123 0 1458 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 6332

[startup+6.24984 s]
/proc/loadavg: 0.93 1.08 1.81 2/65 22002
/proc/meminfo: memFree=1956184/2055920 swapFree=4183360/4192956
[pid=22001] ppid=21999 vsize=6464 CPUtime=6.24
/proc/22001/stat : 22001 (march_ks) R 21999 22001 20868 0 -1 4194304 2573 0 0 0 623 1 0 0 25 0 1 0 227913185 6619136 1389 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538053 0 0 4096 0 0 0 0 17 1 0 0
/proc/22001/statm: 1616 1389 73 123 0 1491 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6464

[startup+12.7069 s]
/proc/loadavg: 0.93 1.08 1.80 2/65 22002
/proc/meminfo: memFree=1955808/2055920 swapFree=4183360/4192956
[pid=22001] ppid=21999 vsize=6732 CPUtime=12.7
/proc/22001/stat : 22001 (march_ks) R 21999 22001 20868 0 -1 4194304 2646 0 0 0 1269 1 0 0 25 0 1 0 227913185 6893568 1462 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134542363 0 0 4096 0 0 0 0 17 1 0 0
/proc/22001/statm: 1683 1462 73 123 0 1558 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 6732

[startup+25.507 s]
/proc/loadavg: 0.95 1.07 1.79 2/65 22002
/proc/meminfo: memFree=1955488/2055920 swapFree=4183360/4192956
[pid=22001] ppid=21999 vsize=7120 CPUtime=25.49
/proc/22001/stat : 22001 (march_ks) R 21999 22001 20868 0 -1 4194304 2723 0 0 0 2548 1 0 0 25 0 1 0 227913185 7290880 1539 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564818 0 0 4096 0 0 0 0 17 1 0 0
/proc/22001/statm: 1780 1539 73 123 0 1655 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 7120

[startup+51.1122 s]
/proc/loadavg: 0.96 1.06 1.77 2/65 22002
/proc/meminfo: memFree=1955168/2055920 swapFree=4183360/4192956
[pid=22001] ppid=21999 vsize=7376 CPUtime=51.09
/proc/22001/stat : 22001 (march_ks) R 21999 22001 20868 0 -1 4194304 2799 0 0 0 5108 1 0 0 25 0 1 0 227913185 7553024 1615 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134542548 0 0 4096 0 0 0 0 17 1 0 0
/proc/22001/statm: 1844 1615 73 123 0 1719 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 7376

[startup+102.318 s]
/proc/loadavg: 0.98 1.05 1.72 2/65 22002
/proc/meminfo: memFree=1954912/2055920 swapFree=4183360/4192956
[pid=22001] ppid=21999 vsize=7632 CPUtime=102.27
/proc/22001/stat : 22001 (march_ks) R 21999 22001 20868 0 -1 4194304 2855 0 0 0 10226 1 0 0 25 0 1 0 227913185 7815168 1671 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134563533 0 0 4096 0 0 0 0 17 1 0 0
/proc/22001/statm: 1908 1671 73 123 0 1783 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 7632

[startup+162.341 s]
/proc/loadavg: 0.99 1.04 1.68 2/65 22002
/proc/meminfo: memFree=1954720/2055920 swapFree=4183360/4192956
[pid=22001] ppid=21999 vsize=7760 CPUtime=162.28
/proc/22001/stat : 22001 (march_ks) R 21999 22001 20868 0 -1 4194304 2898 0 0 0 16227 1 0 0 25 0 1 0 227913185 7946240 1714 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526435 0 0 4096 0 0 0 0 17 1 0 0
/proc/22001/statm: 1940 1714 73 123 0 1815 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 7760

[startup+222.356 s]
/proc/loadavg: 0.99 1.03 1.63 2/65 22002
/proc/meminfo: memFree=1954592/2055920 swapFree=4183360/4192956
[pid=22001] ppid=21999 vsize=7888 CPUtime=222.27
/proc/22001/stat : 22001 (march_ks) R 21999 22001 20868 0 -1 4194304 2924 0 0 0 22226 1 0 0 25 0 1 0 227913185 8077312 1740 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 1 0 0
/proc/22001/statm: 1972 1740 73 123 0 1847 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 7888

[startup+282.371 s]
/proc/loadavg: 0.99 1.02 1.59 2/65 22002
/proc/meminfo: memFree=1954464/2055920 swapFree=4183360/4192956
[pid=22001] ppid=21999 vsize=8016 CPUtime=282.27
/proc/22001/stat : 22001 (march_ks) R 21999 22001 20868 0 -1 4194304 2944 0 0 0 28226 1 0 0 25 0 1 0 227913185 8208384 1760 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 1 0 0
/proc/22001/statm: 2004 1760 73 123 0 1879 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 8016

[startup+342.381 s]
/proc/loadavg: 0.99 1.02 1.55 2/65 22002
/proc/meminfo: memFree=1954336/2055920 swapFree=4183360/4192956
[pid=22001] ppid=21999 vsize=8016 CPUtime=342.26
/proc/22001/stat : 22001 (march_ks) R 21999 22001 20868 0 -1 4194304 2963 0 0 0 34224 2 0 0 25 0 1 0 227913185 8208384 1779 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538194 0 0 4096 0 0 0 0 17 1 0 0
/proc/22001/statm: 2004 1779 73 123 0 1879 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 8016

[startup+402.404 s]
/proc/loadavg: 0.99 1.01 1.51 2/65 22002
/proc/meminfo: memFree=1954272/2055920 swapFree=4183360/4192956
[pid=22001] ppid=21999 vsize=8144 CPUtime=402.27
/proc/22001/stat : 22001 (march_ks) R 21999 22001 20868 0 -1 4194304 2978 0 0 0 40225 2 0 0 25 0 1 0 227913185 8339456 1794 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526454 0 0 4096 0 0 0 0 17 1 0 0
/proc/22001/statm: 2036 1794 73 123 0 1911 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 8144

[startup+462.423 s]
/proc/loadavg: 0.99 1.01 1.48 2/65 22002
/proc/meminfo: memFree=1954208/2055920 swapFree=4183360/4192956
[pid=22001] ppid=21999 vsize=8144 CPUtime=462.27
/proc/22001/stat : 22001 (march_ks) R 21999 22001 20868 0 -1 4194304 2994 0 0 0 46225 2 0 0 25 0 1 0 227913185 8339456 1810 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/22001/statm: 2036 1810 73 123 0 1911 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 8144

[startup+522.438 s]
/proc/loadavg: 0.99 1.00 1.44 2/65 22002
/proc/meminfo: memFree=1954080/2055920 swapFree=4183360/4192956
[pid=22001] ppid=21999 vsize=8272 CPUtime=522.26
/proc/22001/stat : 22001 (march_ks) R 21999 22001 20868 0 -1 4194304 3009 0 0 0 52224 2 0 0 25 0 1 0 227913185 8470528 1825 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134542355 0 0 4096 0 0 0 0 17 1 0 0
/proc/22001/statm: 2068 1825 73 123 0 1943 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 8272

[startup+582.454 s]
/proc/loadavg: 0.99 1.00 1.41 2/65 22002
/proc/meminfo: memFree=1954016/2055920 swapFree=4183360/4192956
[pid=22001] ppid=21999 vsize=8276 CPUtime=582.26
/proc/22001/stat : 22001 (march_ks) R 21999 22001 20868 0 -1 4194304 3025 0 0 0 58224 2 0 0 25 0 1 0 227913185 8474624 1841 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134527205 0 0 4096 0 0 0 0 17 1 0 0
/proc/22001/statm: 2069 1841 73 123 0 1944 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 8276

[startup+642.472 s]
/proc/loadavg: 0.99 1.00 1.38 2/65 22002
/proc/meminfo: memFree=1953952/2055920 swapFree=4183360/4192956
[pid=22001] ppid=21999 vsize=8276 CPUtime=642.26
/proc/22001/stat : 22001 (march_ks) R 21999 22001 20868 0 -1 4194304 3034 0 0 0 64223 3 0 0 25 0 1 0 227913185 8474624 1850 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526441 0 0 4096 0 0 0 0 17 1 0 0
/proc/22001/statm: 2069 1850 73 123 0 1944 0
Current children cumulated CPU time (s) 642.26
Current children cumulated vsize (KiB) 8276

[startup+702.487 s]
/proc/loadavg: 0.99 1.00 1.36 2/65 22002
/proc/meminfo: memFree=1953888/2055920 swapFree=4183360/4192956
[pid=22001] ppid=21999 vsize=8404 CPUtime=702.26
/proc/22001/stat : 22001 (march_ks) R 21999 22001 20868 0 -1 4194304 3044 0 0 0 70223 3 0 0 25 0 1 0 227913185 8605696 1860 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526454 0 0 4096 0 0 0 0 17 1 0 0
/proc/22001/statm: 2101 1860 73 123 0 1976 0
Current children cumulated CPU time (s) 702.26
Current children cumulated vsize (KiB) 8404

[startup+762.503 s]
/proc/loadavg: 0.99 1.00 1.33 2/65 22002
/proc/meminfo: memFree=1953888/2055920 swapFree=4183360/4192956
[pid=22001] ppid=21999 vsize=8404 CPUtime=762.25
/proc/22001/stat : 22001 (march_ks) R 21999 22001 20868 0 -1 4194304 3053 0 0 0 76222 3 0 0 25 0 1 0 227913185 8605696 1869 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134548056 0 0 4096 0 0 0 0 17 1 0 0
/proc/22001/statm: 2101 1869 73 123 0 1976 0
Current children cumulated CPU time (s) 762.25
Current children cumulated vsize (KiB) 8404

[startup+822.522 s]
/proc/loadavg: 0.99 1.00 1.31 2/65 22002
/proc/meminfo: memFree=1953888/2055920 swapFree=4183360/4192956
[pid=22001] ppid=21999 vsize=8404 CPUtime=822.25
/proc/22001/stat : 22001 (march_ks) R 21999 22001 20868 0 -1 4194304 3061 0 0 0 82222 3 0 0 25 0 1 0 227913185 8605696 1877 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538194 0 0 4096 0 0 0 0 17 1 0 0
/proc/22001/statm: 2101 1877 73 123 0 1976 0
Current children cumulated CPU time (s) 822.25
Current children cumulated vsize (KiB) 8404

[startup+882.536 s]
/proc/loadavg: 0.99 1.00 1.29 2/65 22002
/proc/meminfo: memFree=1953824/2055920 swapFree=4183360/4192956
[pid=22001] ppid=21999 vsize=8404 CPUtime=882.25
/proc/22001/stat : 22001 (march_ks) R 21999 22001 20868 0 -1 4194304 3068 0 0 0 88222 3 0 0 25 0 1 0 227913185 8605696 1884 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526436 0 0 4096 0 0 0 0 17 1 0 0
/proc/22001/statm: 2101 1884 73 123 0 1976 0
Current children cumulated CPU time (s) 882.25
Current children cumulated vsize (KiB) 8404

[startup+942.552 s]
/proc/loadavg: 0.99 1.00 1.27 2/65 22002
/proc/meminfo: memFree=1953760/2055920 swapFree=4183360/4192956
[pid=22001] ppid=21999 vsize=8532 CPUtime=942.24
/proc/22001/stat : 22001 (march_ks) R 21999 22001 20868 0 -1 4194304 3076 0 0 0 94221 3 0 0 25 0 1 0 227913185 8736768 1892 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564774 0 0 4096 0 0 0 0 17 1 0 0
/proc/22001/statm: 2133 1892 73 123 0 2008 0
Current children cumulated CPU time (s) 942.24
Current children cumulated vsize (KiB) 8532

[startup+1002.57 s]
/proc/loadavg: 0.99 1.00 1.25 2/65 22002
/proc/meminfo: memFree=1953696/2055920 swapFree=4183360/4192956
[pid=22001] ppid=21999 vsize=8532 CPUtime=1002.24
/proc/22001/stat : 22001 (march_ks) R 21999 22001 20868 0 -1 4194304 3082 0 0 0 100221 3 0 0 25 0 1 0 227913185 8736768 1898 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/22001/statm: 2133 1898 73 123 0 2008 0
Current children cumulated CPU time (s) 1002.24
Current children cumulated vsize (KiB) 8532

[startup+1062.59 s]
/proc/loadavg: 0.99 1.00 1.23 2/65 22002
/proc/meminfo: memFree=1953696/2055920 swapFree=4183360/4192956
[pid=22001] ppid=21999 vsize=8532 CPUtime=1062.25
/proc/22001/stat : 22001 (march_ks) R 21999 22001 20868 0 -1 4194304 3090 0 0 0 106221 4 0 0 25 0 1 0 227913185 8736768 1906 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538142 0 0 4096 0 0 0 0 17 1 0 0
/proc/22001/statm: 2133 1906 73 123 0 2008 0
Current children cumulated CPU time (s) 1062.25
Current children cumulated vsize (KiB) 8532

[startup+1122.61 s]
/proc/loadavg: 0.99 1.00 1.21 2/65 22002
/proc/meminfo: memFree=1953632/2055920 swapFree=4183360/4192956
[pid=22001] ppid=21999 vsize=8532 CPUtime=1122.24
/proc/22001/stat : 22001 (march_ks) R 21999 22001 20868 0 -1 4194304 3095 0 0 0 112220 4 0 0 25 0 1 0 227913185 8736768 1911 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 1 0 0
/proc/22001/statm: 2133 1911 73 123 0 2008 0
Current children cumulated CPU time (s) 1122.24
Current children cumulated vsize (KiB) 8532

[startup+1182.62 s]
/proc/loadavg: 0.99 1.00 1.19 2/65 22002
/proc/meminfo: memFree=1953632/2055920 swapFree=4183360/4192956
[pid=22001] ppid=21999 vsize=8532 CPUtime=1182.24
/proc/22001/stat : 22001 (march_ks) R 21999 22001 20868 0 -1 4194304 3102 0 0 0 118220 4 0 0 25 0 1 0 227913185 8736768 1918 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538186 0 0 4096 0 0 0 0 17 1 0 0
/proc/22001/statm: 2133 1918 73 123 0 2008 0
Current children cumulated CPU time (s) 1182.24
Current children cumulated vsize (KiB) 8532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.44 s]
/proc/loadavg: 0.99 1.00 1.19 2/65 22002
/proc/meminfo: memFree=1953632/2055920 swapFree=4183360/4192956
[pid=22001] ppid=21999 vsize=8532 CPUtime=1200.06
/proc/22001/stat : 22001 (march_ks) R 21999 22001 20868 0 -1 4194304 3103 0 0 0 120002 4 0 0 25 0 1 0 227913185 8736768 1919 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564571 0 0 4096 0 0 0 0 17 1 0 0
/proc/22001/statm: 2133 1919 73 123 0 2008 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 8532

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.45
CPU time (s): 1200.07
CPU user time (s): 1200.02
CPU system time (s): 0.044993
CPU usage (%): 99.9683
Max. virtual memory (cumulated for all children) (KiB): 8532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.02
system time used= 0.044993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3103
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= 6
involuntary context switches= 2692

runsolver used 0.736887 second user time and 2.47462 second system time

The end

Launcher Data (download as text)

Begin job on node69 on Wed Feb 21 17:39:15 UTC 2007

IDJOB= 305456
IDBENCH= 20157
IDSOLVER= 111
FILE ID= node69/305456-1172079555

PBS_JOBID= 3892815

Free space on /tmp= 66561 MiB

SOLVER NAME= March KS 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v4000/unif-k3-r4.2-v4000-c16800-S1946534526-16.cnf
COMMAND LINE= /tmp/evaluation/305456-1172079555/march_ks /tmp/evaluation/305456-1172079555/instance-305456-1172079555.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node69/watcher-305456-1172079555 -o ROOT/results/node69/solver-305456-1172079555 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/305456-1172079555/march_ks /tmp/evaluation/305456-1172079555/instance-305456-1172079555.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  000f0a2838a713053c9877abfe8633d8

RANDOM SEED= 750129340

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node69.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.261
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.261
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:       1962168 kB
Buffers:          3624 kB
Cached:          35764 kB
SwapCached:       3792 kB
Active:          26028 kB
Inactive:        23232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1962168 kB
SwapTotal:     4192956 kB
SwapFree:      4183360 kB
Dirty:            2552 kB
Writeback:           0 kB
Mapped:          15660 kB
Slab:            30564 kB
Committed_AS:   656836 kB
PageTables:       1472 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= 66561 MiB

End job on node69 on Wed Feb 21 17:59:17 UTC 2007