Trace number 307711

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.09 1200.54

General information on the benchmark

Namerandom/2+p/p0.7/v6500/
unif2p-p0.7-v6500-c17355-S365559754-09-UNSAT.cnf
MD5SUM187ddb77d85cea24bfd5c67a96bc6641
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables6495
Number of clauses17354
Sum of the clauses size46856
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25206
Number of clauses of size 312148
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.20/0.28	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.20/0.28	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
0.20/0.28	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
0.20/0.28	c main()::
0.20/0.28	c initFormula():: searching for DIMACS p-line....
0.20/0.28	c initFormula():: the DIMACS p-line indicates a CNF of 6500 variables and 17354 clauses.
0.20/0.28	c parseCNF():: parsing....
0.20/0.28	c parseCNF():: the CNF contains 0 unary clauses.
0.20/0.28	c runParser():: parsing was successful, warming up engines...
0.20/0.28	c simplify_formula():: removed 0 tautological, 1549 satisfied and 0 duplicate clauses
0.20/0.28	c preprocessing fase I completed:: there are now 6066 free variables and 15805 clauses.
0.20/0.28	c stat :: sign balance is biased by 0.731
0.20/0.28	c shorten_equivalence(): average equivalence length reduced from nan to nan
0.20/0.28	c using 3-SAT heuristics (occurence based diff)
0.20/0.28	c longest clause has size 3
0.20/0.28	c simplify_formula():: removed 0 tautological, 0 satisfied and 33 duplicate clauses
0.20/0.28	c resolvent_look() :: found 15 resolvents
0.20/0.28	c lessRedundantTransformation():: nothing to be done.
0.20/0.28	c transformTo3SAT():: you gave me 6500 variables and 15820 clauses.
0.20/0.28	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
0.20/0.28	c transformTo3SAT():: I will add 0 variables and 0 clauses!
0.20/0.28	c transformTo3SAT():: the transformation yielded 6500 variabels and 15820 clauses.
0.20/0.28	c main():: clause / variable ratio: ( 15820 / 6500 ) = 2.43
0.20/0.28	c longest clause has size 3
0.20/0.28	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.20/0.28	c dynamic_preselect_setsize :: on
0.20/0.28	c suggested doublelook initial :: 0
0.20/0.28	c main():: all systems go!
0.20/0.28	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 0 NC: 27742 JD: 7
248.61/248.79	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
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/node15/watcher-307711-1172498496 -o ROOT/results/node15/solver-307711-1172498496 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/307711-1172498496/march_ks /tmp/evaluation/307711-1172498496/instance-307711-1172498496.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: 1.00 1.00 1.00 3/83 15531
/proc/meminfo: memFree=1610940/2055920 swapFree=4192812/4192956
[pid=15531] ppid=15529 vsize=1344 CPUtime=0
/proc/15531/stat : 15531 (march_ks) R 15529 15531 14189 0 -1 4194304 225 0 0 0 0 0 0 0 18 0 1 0 269804029 1376256 210 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/15531/statm: 336 211 47 123 0 211 0

[startup+0.10741 s]
/proc/loadavg: 1.00 1.00 1.00 3/83 15531
/proc/meminfo: memFree=1610940/2055920 swapFree=4192812/4192956
[pid=15531] ppid=15529 vsize=2756 CPUtime=0.1
/proc/15531/stat : 15531 (march_ks) R 15529 15531 14189 0 -1 4194304 1261 0 0 0 10 0 0 0 18 0 1 0 269804029 2822144 485 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134560271 0 0 4096 0 0 0 0 17 1 0 0
/proc/15531/statm: 689 485 52 123 0 564 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2756

[startup+0.51548 s]
/proc/loadavg: 1.00 1.00 1.00 3/83 15531
/proc/meminfo: memFree=1610940/2055920 swapFree=4192812/4192956
[pid=15531] ppid=15529 vsize=7672 CPUtime=0.5
/proc/15531/stat : 15531 (march_ks) R 15529 15531 14189 0 -1 4194304 3946 0 0 0 50 0 0 0 21 0 1 0 269804029 7856128 1689 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 1 0 0
/proc/15531/statm: 1918 1689 73 123 0 1793 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 7672

[startup+1.33762 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 15534
/proc/meminfo: memFree=1604368/2055920 swapFree=4192812/4192956
[pid=15531] ppid=15529 vsize=7964 CPUtime=1.32
/proc/15531/stat : 15531 (march_ks) R 15529 15531 14189 0 -1 4194304 3991 0 0 0 132 0 0 0 25 0 1 0 269804029 8155136 1734 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134547880 0 0 4096 0 0 0 0 17 1 0 0
/proc/15531/statm: 1991 1734 73 123 0 1866 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 7964

[startup+2.9749 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 15534
/proc/meminfo: memFree=1604112/2055920 swapFree=4192812/4192956
[pid=15531] ppid=15529 vsize=7964 CPUtime=2.96
/proc/15531/stat : 15531 (march_ks) R 15529 15531 14189 0 -1 4194304 3998 0 0 0 296 0 0 0 25 0 1 0 269804029 8155136 1741 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/15531/statm: 1991 1741 73 123 0 1866 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 7964

[startup+6.25447 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 15536
/proc/meminfo: memFree=1603792/2055920 swapFree=4192812/4192956
[pid=15531] ppid=15529 vsize=8216 CPUtime=6.23
/proc/15531/stat : 15531 (march_ks) R 15529 15531 14189 0 -1 4194304 4049 0 0 0 623 0 0 0 25 0 1 0 269804029 8413184 1792 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134542985 0 0 4096 0 0 0 0 17 1 0 0
/proc/15531/statm: 2054 1792 73 123 0 1929 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 8216

[startup+12.7106 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 15542
/proc/meminfo: memFree=1603536/2055920 swapFree=4192812/4192956
[pid=15531] ppid=15529 vsize=8472 CPUtime=12.68
/proc/15531/stat : 15531 (march_ks) R 15529 15531 14189 0 -1 4194304 4109 0 0 0 1268 0 0 0 25 0 1 0 269804029 8675328 1852 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 1 0 0
/proc/15531/statm: 2118 1852 73 123 0 1993 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 8472

[startup+25.5188 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 15562
/proc/meminfo: memFree=1603280/2055920 swapFree=4192812/4192956
[pid=15531] ppid=15529 vsize=8732 CPUtime=25.48
/proc/15531/stat : 15531 (march_ks) R 15529 15531 14189 0 -1 4194304 4201 0 0 0 2547 1 0 0 25 0 1 0 269804029 8941568 1944 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538705 0 0 4096 0 0 0 0 17 1 0 0
/proc/15531/statm: 2183 1944 73 123 0 2058 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 8732

[startup+51.1442 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 15602
/proc/meminfo: memFree=1602896/2055920 swapFree=4192812/4192956
[pid=15531] ppid=15529 vsize=9272 CPUtime=51.07
/proc/15531/stat : 15531 (march_ks) R 15529 15531 14189 0 -1 4194304 4304 0 0 0 5106 1 0 0 25 0 1 0 269804029 9494528 2047 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134527184 0 0 4096 0 0 0 0 17 1 0 0
/proc/15531/statm: 2318 2047 73 123 0 2193 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 9272

[startup+102.367 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15622
/proc/meminfo: memFree=1603472/2055920 swapFree=4192812/4192956
[pid=15531] ppid=15529 vsize=9868 CPUtime=102.27
/proc/15531/stat : 15531 (march_ks) R 15529 15531 14189 0 -1 4194304 4430 0 0 0 10225 2 0 0 25 0 1 0 269804029 10104832 2173 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538181 0 0 4096 0 0 0 0 17 1 0 0
/proc/15531/statm: 2467 2173 73 123 0 2342 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 9868

[startup+162.402 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 15622
/proc/meminfo: memFree=1602960/2055920 swapFree=4192812/4192956
[pid=15531] ppid=15529 vsize=10384 CPUtime=162.28
/proc/15531/stat : 15531 (march_ks) R 15529 15531 14189 0 -1 4194304 4553 0 0 0 16226 2 0 0 25 0 1 0 269804029 10633216 2296 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15531/statm: 2596 2296 73 123 0 2471 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 10384

[startup+222.434 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 15622
/proc/meminfo: memFree=1602576/2055920 swapFree=4192812/4192956
[pid=15531] ppid=15529 vsize=10744 CPUtime=222.29
/proc/15531/stat : 15531 (march_ks) R 15529 15531 14189 0 -1 4194304 4640 0 0 0 22226 3 0 0 25 0 1 0 269804029 11001856 2383 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564805 0 0 4096 0 0 0 0 17 1 0 0
/proc/15531/statm: 2686 2383 73 123 0 2561 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 10744

[startup+282.462 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15622
/proc/meminfo: memFree=1602192/2055920 swapFree=4192812/4192956
[pid=15531] ppid=15529 vsize=10996 CPUtime=282.3
/proc/15531/stat : 15531 (march_ks) R 15529 15531 14189 0 -1 4194304 4720 0 0 0 28227 3 0 0 25 0 1 0 269804029 11259904 2463 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134543030 0 0 4096 0 0 0 0 17 1 0 0
/proc/15531/statm: 2749 2463 73 123 0 2624 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 10996

[startup+342.487 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15622
/proc/meminfo: memFree=1602192/2055920 swapFree=4192812/4192956
[pid=15531] ppid=15529 vsize=11128 CPUtime=342.31
/proc/15531/stat : 15531 (march_ks) R 15529 15531 14189 0 -1 4194304 4756 0 0 0 34227 4 0 0 25 0 1 0 269804029 11395072 2499 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526540 0 0 4096 0 0 0 0 17 1 0 0
/proc/15531/statm: 2782 2499 73 123 0 2657 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 11128

[startup+402.516 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15622
/proc/meminfo: memFree=1602000/2055920 swapFree=4192812/4192956
[pid=15531] ppid=15529 vsize=11260 CPUtime=402.32
/proc/15531/stat : 15531 (march_ks) R 15529 15531 14189 0 -1 4194304 4788 0 0 0 40227 5 0 0 25 0 1 0 269804029 11530240 2531 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134542609 0 0 4096 0 0 0 0 17 1 0 0
/proc/15531/statm: 2815 2531 73 123 0 2690 0
Current children cumulated CPU time (s) 402.32
Current children cumulated vsize (KiB) 11260

[startup+462.543 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15622
/proc/meminfo: memFree=1601936/2055920 swapFree=4192812/4192956
[pid=15531] ppid=15529 vsize=11392 CPUtime=462.32
/proc/15531/stat : 15531 (march_ks) R 15529 15531 14189 0 -1 4194304 4812 0 0 0 46227 5 0 0 25 0 1 0 269804029 11665408 2555 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538212 0 0 4096 0 0 0 0 17 1 0 0
/proc/15531/statm: 2848 2555 73 123 0 2723 0
Current children cumulated CPU time (s) 462.32
Current children cumulated vsize (KiB) 11392

[startup+522.577 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15622
/proc/meminfo: memFree=1601808/2055920 swapFree=4192812/4192956
[pid=15531] ppid=15529 vsize=11524 CPUtime=522.33
/proc/15531/stat : 15531 (march_ks) R 15529 15531 14189 0 -1 4194304 4833 0 0 0 52228 5 0 0 25 0 1 0 269804029 11800576 2576 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134542609 0 0 4096 0 0 0 0 17 1 0 0
/proc/15531/statm: 2881 2576 73 123 0 2756 0
Current children cumulated CPU time (s) 522.33
Current children cumulated vsize (KiB) 11524

[startup+582.606 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15622
/proc/meminfo: memFree=1601744/2055920 swapFree=4192812/4192956
[pid=15531] ppid=15529 vsize=11656 CPUtime=582.35
/proc/15531/stat : 15531 (march_ks) R 15529 15531 14189 0 -1 4194304 4857 0 0 0 58229 6 0 0 25 0 1 0 269804029 11935744 2600 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564805 0 0 4096 0 0 0 0 17 1 0 0
/proc/15531/statm: 2914 2600 73 123 0 2789 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 11656

[startup+642.637 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15622
/proc/meminfo: memFree=1601680/2055920 swapFree=4192812/4192956
[pid=15531] ppid=15529 vsize=11656 CPUtime=642.36
/proc/15531/stat : 15531 (march_ks) R 15529 15531 14189 0 -1 4194304 4875 0 0 0 64229 7 0 0 25 0 1 0 269804029 11935744 2618 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526533 0 0 4096 0 0 0 0 17 1 0 0
/proc/15531/statm: 2914 2618 73 123 0 2789 0
Current children cumulated CPU time (s) 642.36
Current children cumulated vsize (KiB) 11656

[startup+702.665 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15622
/proc/meminfo: memFree=1601616/2055920 swapFree=4192812/4192956
[pid=15531] ppid=15529 vsize=11788 CPUtime=702.37
/proc/15531/stat : 15531 (march_ks) R 15529 15531 14189 0 -1 4194304 4891 0 0 0 70230 7 0 0 25 0 1 0 269804029 12070912 2634 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 1 0 0
/proc/15531/statm: 2947 2634 73 123 0 2822 0
Current children cumulated CPU time (s) 702.37
Current children cumulated vsize (KiB) 11788

[startup+762.694 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15622
/proc/meminfo: memFree=1601552/2055920 swapFree=4192812/4192956
[pid=15531] ppid=15529 vsize=11788 CPUtime=762.38
/proc/15531/stat : 15531 (march_ks) R 15529 15531 14189 0 -1 4194304 4902 0 0 0 76230 8 0 0 25 0 1 0 269804029 12070912 2645 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15531/statm: 2947 2645 73 123 0 2822 0
Current children cumulated CPU time (s) 762.38
Current children cumulated vsize (KiB) 11788

[startup+822.732 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15622
/proc/meminfo: memFree=1601552/2055920 swapFree=4192812/4192956
[pid=15531] ppid=15529 vsize=11788 CPUtime=822.39
/proc/15531/stat : 15531 (march_ks) R 15529 15531 14189 0 -1 4194304 4918 0 0 0 82231 8 0 0 25 0 1 0 269804029 12070912 2661 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564744 0 0 4096 0 0 0 0 17 1 0 0
/proc/15531/statm: 2947 2661 73 123 0 2822 0
Current children cumulated CPU time (s) 822.39
Current children cumulated vsize (KiB) 11788

[startup+882.764 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15622
/proc/meminfo: memFree=1601488/2055920 swapFree=4192812/4192956
[pid=15531] ppid=15529 vsize=11920 CPUtime=882.41
/proc/15531/stat : 15531 (march_ks) R 15529 15531 14189 0 -1 4194304 4930 0 0 0 88232 9 0 0 25 0 1 0 269804029 12206080 2673 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564765 0 0 4096 0 0 0 0 17 1 0 0
/proc/15531/statm: 2980 2673 73 123 0 2855 0
Current children cumulated CPU time (s) 882.41
Current children cumulated vsize (KiB) 11920

[startup+942.792 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15622
/proc/meminfo: memFree=1601488/2055920 swapFree=4192812/4192956
[pid=15531] ppid=15529 vsize=11920 CPUtime=942.42
/proc/15531/stat : 15531 (march_ks) R 15529 15531 14189 0 -1 4194304 4942 0 0 0 94233 9 0 0 25 0 1 0 269804029 12206080 2685 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526533 0 0 4096 0 0 0 0 17 1 0 0
/proc/15531/statm: 2980 2685 73 123 0 2855 0
Current children cumulated CPU time (s) 942.42
Current children cumulated vsize (KiB) 11920

[startup+1002.82 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15622
/proc/meminfo: memFree=1601424/2055920 swapFree=4192812/4192956
[pid=15531] ppid=15529 vsize=11920 CPUtime=1002.43
/proc/15531/stat : 15531 (march_ks) R 15529 15531 14189 0 -1 4194304 4955 0 0 0 100233 10 0 0 25 0 1 0 269804029 12206080 2698 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134542393 0 0 4096 0 0 0 0 17 1 0 0
/proc/15531/statm: 2980 2698 73 123 0 2855 0
Current children cumulated CPU time (s) 1002.43
Current children cumulated vsize (KiB) 11920

[startup+1062.85 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15622
/proc/meminfo: memFree=1601424/2055920 swapFree=4192812/4192956
[pid=15531] ppid=15529 vsize=12052 CPUtime=1062.43
/proc/15531/stat : 15531 (march_ks) R 15529 15531 14189 0 -1 4194304 4968 0 0 0 106233 10 0 0 25 0 1 0 269804029 12341248 2711 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134584635 0 0 4096 0 0 0 0 17 1 0 0
/proc/15531/statm: 3013 2711 73 123 0 2888 0
Current children cumulated CPU time (s) 1062.43
Current children cumulated vsize (KiB) 12052

[startup+1122.88 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15622
/proc/meminfo: memFree=1601360/2055920 swapFree=4192812/4192956
[pid=15531] ppid=15529 vsize=12052 CPUtime=1122.45
/proc/15531/stat : 15531 (march_ks) R 15529 15531 14189 0 -1 4194304 4981 0 0 0 112234 11 0 0 25 0 1 0 269804029 12341248 2724 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134542329 0 0 4096 0 0 0 0 17 1 0 0
/proc/15531/statm: 3013 2724 73 123 0 2888 0
Current children cumulated CPU time (s) 1122.45
Current children cumulated vsize (KiB) 12052

[startup+1182.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15622
/proc/meminfo: memFree=1601296/2055920 swapFree=4192812/4192956
[pid=15531] ppid=15529 vsize=12184 CPUtime=1182.46
/proc/15531/stat : 15531 (march_ks) R 15529 15531 14189 0 -1 4194304 4990 0 0 0 118235 11 0 0 25 0 1 0 269804029 12476416 2733 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134542391 0 0 4096 0 0 0 0 17 1 0 0
/proc/15531/statm: 3046 2733 73 123 0 2921 0
Current children cumulated CPU time (s) 1182.46
Current children cumulated vsize (KiB) 12184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.53 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15622
/proc/meminfo: memFree=1601296/2055920 swapFree=4192812/4192956
[pid=15531] ppid=15529 vsize=12184 CPUtime=1200.08
/proc/15531/stat : 15531 (march_ks) R 15529 15531 14189 0 -1 4194304 4995 0 0 0 119997 11 0 0 25 0 1 0 269804029 12476416 2738 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526400 0 0 4096 0 0 0 0 17 1 0 0
/proc/15531/statm: 3046 2738 73 123 0 2921 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 12184

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.54
CPU time (s): 1200.09
CPU user time (s): 1199.97
CPU system time (s): 0.118981
CPU usage (%): 99.9626
Max. virtual memory (cumulated for all children) (KiB): 12184

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

runsolver used 1.47378 second user time and 2.75758 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Mon Feb 26 14:01:37 UTC 2007

IDJOB= 307711
IDBENCH= 20212
IDSOLVER= 111
FILE ID= node15/307711-1172498496

PBS_JOBID= 3971572

Free space on /tmp= 66558 MiB

SOLVER NAME= March KS 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.7/v6500/unif2p-p0.7-v6500-c17355-S365559754-09-UNSAT.cnf
COMMAND LINE= /tmp/evaluation/307711-1172498496/march_ks /tmp/evaluation/307711-1172498496/instance-307711-1172498496.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-307711-1172498496 -o ROOT/results/node15/solver-307711-1172498496 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/307711-1172498496/march_ks /tmp/evaluation/307711-1172498496/instance-307711-1172498496.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  187ddb77d85cea24bfd5c67a96bc6641

RANDOM SEED= 207356614

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.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.276
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.276
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:       1611440 kB
Buffers:         47876 kB
Cached:         265060 kB
SwapCached:          0 kB
Active:         225276 kB
Inactive:       149116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1611440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2644 kB
Writeback:           0 kB
Mapped:          80784 kB
Slab:            55168 kB
Committed_AS:   915496 kB
PageTables:       2048 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= 66558 MiB

End job on node15 on Mon Feb 26 14:21:39 UTC 2007