Trace number 371047

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) 5000.1 5001.71

General information on the benchmark

Namerandom/LargeSize/3SAT/v4000/
unif-k3-r4.2-v4000-c16800-S440063851-05.cnf
MD5SUM5b6d3b78fcf9a67b709c845674e3c629
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.26152
Satisfiable
(Un)Satisfiability was proved
Number of variables3999
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.09/0.18	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.09/0.18	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
0.09/0.18	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
0.09/0.18	c main()::
0.09/0.18	c initFormula():: searching for DIMACS p-line....
0.09/0.18	c initFormula():: the DIMACS p-line indicates a CNF of 4000 variables and 16800 clauses.
0.09/0.18	c parseCNF():: parsing....
0.09/0.18	c parseCNF():: the CNF contains 0 unary clauses.
0.09/0.18	c runParser():: parsing was successful, warming up engines...
0.09/0.18	c simplify_formula():: removed 0 tautological, 140 satisfied and 0 duplicate clauses
0.09/0.18	c preprocessing fase I completed:: there are now 3981 free variables and 16660 clauses.
0.09/0.18	c stat :: sign balance is biased by 0.473
0.09/0.18	c shorten_equivalence(): average equivalence length reduced from nan to nan
0.09/0.18	c using 3-SAT heuristics (occurence based diff)
0.09/0.18	c longest clause has size 3
0.09/0.18	c simplify_formula():: removed 0 tautological, 0 satisfied and 150 duplicate clauses
0.09/0.18	c resolvent_look() :: found 62 resolvents
0.09/0.18	c lessRedundantTransformation():: nothing to be done.
0.09/0.18	c transformTo3SAT():: you gave me 4000 variables and 16722 clauses.
0.09/0.18	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
0.09/0.18	c transformTo3SAT():: I will add 0 variables and 0 clauses!
0.09/0.18	c transformTo3SAT():: the transformation yielded 4000 variabels and 16722 clauses.
0.09/0.18	c main():: clause / variable ratio: ( 16722 / 4000 ) = 4.18
0.09/0.18	c longest clause has size 3
0.09/0.18	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.09/0.18	c dynamic_preselect_setsize :: off
0.09/0.18	c suggested doublelook initial :: 0
0.09/0.18	c main():: all systems go!
0.09/0.18	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 0 NC: 406 JD: 277
2.89/2.97	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.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node63/watcher-371047-1177177653 -o ROOT/results/node63/solver-371047-1177177653 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/371047-1177177653/march_ks /tmp/evaluation/371047-1177177653/instance-371047-1177177653.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 7500 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.84 0.95 0.98 3/64 23162
/proc/meminfo: memFree=1740132/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=1084 CPUtime=0
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 193755217 1110016 158 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 271 158 47 123 0 146 0

[startup+0.07828 s]
/proc/loadavg: 0.84 0.95 0.98 3/64 23162
/proc/meminfo: memFree=1740132/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=2456 CPUtime=0.07
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 944 0 0 0 7 0 0 0 18 0 1 0 193755217 2514944 425 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134599329 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 614 425 63 123 0 489 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2456

[startup+0.101282 s]
/proc/loadavg: 0.84 0.95 0.98 3/64 23162
/proc/meminfo: memFree=1740132/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=2456 CPUtime=0.09
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 1204 0 0 0 9 0 0 0 18 0 1 0 193755217 2514944 425 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134554589 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 614 425 63 123 0 489 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2456

[startup+0.301303 s]
/proc/loadavg: 0.84 0.95 0.98 3/64 23162
/proc/meminfo: memFree=1740132/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=5536 CPUtime=0.29
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 2379 0 0 0 28 1 0 0 19 0 1 0 193755217 5668864 1194 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526435 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 1384 1194 73 123 0 1259 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5536

[startup+0.701346 s]
/proc/loadavg: 0.84 0.95 0.98 3/64 23162
/proc/meminfo: memFree=1740132/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=5940 CPUtime=0.69
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 2433 0 0 0 68 1 0 0 23 0 1 0 193755217 6082560 1248 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526463 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 1485 1248 73 123 0 1360 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5940

[startup+1.50143 s]
/proc/loadavg: 0.84 0.95 0.98 2/65 23163
/proc/meminfo: memFree=1735324/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=6200 CPUtime=1.49
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 2501 0 0 0 148 1 0 0 25 0 1 0 193755217 6348800 1316 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 1550 1316 73 123 0 1425 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6200

[startup+3.1016 s]
/proc/loadavg: 0.85 0.95 0.98 2/65 23163
/proc/meminfo: memFree=1735068/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=6332 CPUtime=3.09
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 2535 0 0 0 308 1 0 0 25 0 1 0 193755217 6483968 1350 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134564744 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 1583 1350 73 123 0 1458 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6332

[startup+6.30194 s]
/proc/loadavg: 0.85 0.95 0.98 2/65 23163
/proc/meminfo: memFree=1734620/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=6596 CPUtime=6.29
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 2602 0 0 0 628 1 0 0 25 0 1 0 193755217 6754304 1417 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538234 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 1649 1417 73 123 0 1524 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6596

[startup+12.7026 s]
/proc/loadavg: 0.88 0.95 0.98 2/65 23163
/proc/meminfo: memFree=1734380/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=6724 CPUtime=12.69
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 2648 0 0 0 1268 1 0 0 25 0 1 0 193755217 6885376 1463 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 1681 1463 73 123 0 1556 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6724

[startup+25.502 s]
/proc/loadavg: 0.89 0.95 0.98 2/65 23163
/proc/meminfo: memFree=1734196/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=6984 CPUtime=25.48
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 2689 0 0 0 2547 1 0 0 25 0 1 0 193755217 7151616 1504 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 1746 1504 73 123 0 1621 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6984

[startup+51.1017 s]
/proc/loadavg: 0.93 0.96 0.98 2/65 23163
/proc/meminfo: memFree=1734004/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=7112 CPUtime=51.08
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 2733 0 0 0 5106 2 0 0 25 0 1 0 193755217 7282688 1548 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538142 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 1778 1548 73 123 0 1653 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7112

[startup+102.305 s]
/proc/loadavg: 0.97 0.96 0.98 2/65 23163
/proc/meminfo: memFree=1733876/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=7368 CPUtime=102.27
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 2787 0 0 0 10225 2 0 0 25 0 1 0 193755217 7544832 1602 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526441 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 1842 1602 73 123 0 1717 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 7368

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 3/65 23163
/proc/meminfo: memFree=1733684/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=7496 CPUtime=162.24
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 2829 0 0 0 16222 2 0 0 25 0 1 0 193755217 7675904 1644 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538194 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 1874 1644 73 123 0 1749 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 7496

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 23163
/proc/meminfo: memFree=1733556/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=7624 CPUtime=222.23
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 2859 0 0 0 22221 2 0 0 25 0 1 0 193755217 7806976 1674 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538194 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 1906 1674 73 123 0 1781 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 7624

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 23163
/proc/meminfo: memFree=1733428/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=7752 CPUtime=282.21
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 2884 0 0 0 28219 2 0 0 25 0 1 0 193755217 7938048 1699 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526476 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 1938 1699 73 123 0 1813 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 7752

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 23163
/proc/meminfo: memFree=1733364/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=7752 CPUtime=342.19
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 2907 0 0 0 34217 2 0 0 25 0 1 0 193755217 7938048 1722 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 1938 1722 73 123 0 1813 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 7752

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 23163
/proc/meminfo: memFree=1733236/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=7880 CPUtime=402.17
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 2923 0 0 0 40215 2 0 0 25 0 1 0 193755217 8069120 1738 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526481 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 1970 1738 73 123 0 1845 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 7880

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 23163
/proc/meminfo: memFree=1733236/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=7880 CPUtime=462.16
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 2936 0 0 0 46214 2 0 0 25 0 1 0 193755217 8069120 1751 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526499 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 1970 1751 73 123 0 1845 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 7880

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 23163
/proc/meminfo: memFree=1733172/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=8008 CPUtime=522.14
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 2949 0 0 0 52212 2 0 0 25 0 1 0 193755217 8200192 1764 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526451 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 2002 1764 73 123 0 1877 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 8008

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 23163
/proc/meminfo: memFree=1733172/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=8008 CPUtime=582.12
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 2963 0 0 0 58210 2 0 0 25 0 1 0 193755217 8200192 1778 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538257 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 2002 1778 73 123 0 1877 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 8008

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 23163
/proc/meminfo: memFree=1733044/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=8136 CPUtime=642.11
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 2975 0 0 0 64209 2 0 0 25 0 1 0 193755217 8331264 1790 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526533 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 2034 1790 73 123 0 1909 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 8136


################
# More data... #
################

[startup+4062.31 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 23363
/proc/meminfo: memFree=1731892/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=9032 CPUtime=4061.06
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 3224 0 0 0 406101 5 0 0 25 0 1 0 193755217 9248768 2039 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526451 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 2258 2039 73 123 0 2133 0
Current children cumulated CPU time (s) 4061.06
Current children cumulated vsize (KiB) 9032

[startup+4122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 23363
/proc/meminfo: memFree=1731828/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=9032 CPUtime=4121.04
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 3227 0 0 0 412099 5 0 0 25 0 1 0 193755217 9248768 2042 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134542952 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 2258 2042 73 123 0 2133 0
Current children cumulated CPU time (s) 4121.04
Current children cumulated vsize (KiB) 9032

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23363
/proc/meminfo: memFree=1731828/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=9032 CPUtime=4181.02
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 3229 0 0 0 418097 5 0 0 25 0 1 0 193755217 9248768 2044 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134527194 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 2258 2044 73 123 0 2133 0
Current children cumulated CPU time (s) 4181.02
Current children cumulated vsize (KiB) 9032

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23363
/proc/meminfo: memFree=1731892/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=9160 CPUtime=4241
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 3232 0 0 0 424095 5 0 0 25 0 1 0 193755217 9379840 2047 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538254 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 2290 2047 73 123 0 2165 0
Current children cumulated CPU time (s) 4241
Current children cumulated vsize (KiB) 9160

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23363
/proc/meminfo: memFree=1731828/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=9160 CPUtime=4300.98
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 3234 0 0 0 430093 5 0 0 25 0 1 0 193755217 9379840 2049 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526432 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 2290 2049 73 123 0 2165 0
Current children cumulated CPU time (s) 4300.98
Current children cumulated vsize (KiB) 9160

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23363
/proc/meminfo: memFree=1731828/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=9160 CPUtime=4360.97
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 3236 0 0 0 436092 5 0 0 25 0 1 0 193755217 9379840 2051 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134580018 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 2290 2051 73 123 0 2165 0
Current children cumulated CPU time (s) 4360.97
Current children cumulated vsize (KiB) 9160

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 23445
/proc/meminfo: memFree=1730620/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=9160 CPUtime=4420.91
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 3237 0 0 0 442085 6 0 0 25 0 1 0 193755217 9379840 2052 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 2290 2052 73 123 0 2165 0
Current children cumulated CPU time (s) 4420.91
Current children cumulated vsize (KiB) 9160

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23561
/proc/meminfo: memFree=1731572/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=9160 CPUtime=4480.83
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 3239 0 0 0 448077 6 0 0 25 0 1 0 193755217 9379840 2054 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538016 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 2290 2054 73 123 0 2165 0
Current children cumulated CPU time (s) 4480.83
Current children cumulated vsize (KiB) 9160

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23561
/proc/meminfo: memFree=1731572/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=9160 CPUtime=4540.81
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 3241 0 0 0 454075 6 0 0 25 0 1 0 193755217 9379840 2056 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526505 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 2290 2056 73 123 0 2165 0
Current children cumulated CPU time (s) 4540.81
Current children cumulated vsize (KiB) 9160

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23561
/proc/meminfo: memFree=1731636/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=9160 CPUtime=4600.8
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 3244 0 0 0 460073 7 0 0 25 0 1 0 193755217 9379840 2059 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526454 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 2290 2059 73 123 0 2165 0
Current children cumulated CPU time (s) 4600.8
Current children cumulated vsize (KiB) 9160

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23561
/proc/meminfo: memFree=1731700/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=9160 CPUtime=4660.78
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 3246 0 0 0 466071 7 0 0 25 0 1 0 193755217 9379840 2061 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538194 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 2290 2061 73 123 0 2165 0
Current children cumulated CPU time (s) 4660.78
Current children cumulated vsize (KiB) 9160

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23561
/proc/meminfo: memFree=1731700/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=9160 CPUtime=4720.77
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 3247 0 0 0 472070 7 0 0 25 0 1 0 193755217 9379840 2062 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538131 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 2290 2062 73 123 0 2165 0
Current children cumulated CPU time (s) 4720.77
Current children cumulated vsize (KiB) 9160

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23561
/proc/meminfo: memFree=1731700/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=9160 CPUtime=4780.74
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 3248 0 0 0 478067 7 0 0 25 0 1 0 193755217 9379840 2063 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538194 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 2290 2063 73 123 0 2165 0
Current children cumulated CPU time (s) 4780.74
Current children cumulated vsize (KiB) 9160

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23561
/proc/meminfo: memFree=1731636/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=9160 CPUtime=4840.73
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 3251 0 0 0 484066 7 0 0 25 0 1 0 193755217 9379840 2066 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 2290 2066 73 123 0 2165 0
Current children cumulated CPU time (s) 4840.73
Current children cumulated vsize (KiB) 9160

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23561
/proc/meminfo: memFree=1731764/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=9160 CPUtime=4900.71
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 3253 0 0 0 490064 7 0 0 25 0 1 0 193755217 9379840 2068 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538194 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 2290 2068 73 123 0 2165 0
Current children cumulated CPU time (s) 4900.71
Current children cumulated vsize (KiB) 9160

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23561
/proc/meminfo: memFree=1731764/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=9160 CPUtime=4960.69
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 3254 0 0 0 496062 7 0 0 25 0 1 0 193755217 9379840 2069 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538215 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 2290 2069 73 123 0 2165 0
Current children cumulated CPU time (s) 4960.69
Current children cumulated vsize (KiB) 9160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23561
/proc/meminfo: memFree=1731764/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=9160 CPUtime=5000.09
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 3255 0 0 0 500002 7 0 0 25 0 1 0 193755217 9379840 2070 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538585 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 2290 2070 73 123 0 2165 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 9160

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+5001.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23561
/proc/meminfo: memFree=1731764/2055920 swapFree=4182876/4192956
[pid=23162] ppid=23160 vsize=9160 CPUtime=5000.09
/proc/23162/stat : 23162 (march_ks) R 23160 23162 23108 0 -1 4194304 3255 0 0 0 500002 7 0 0 25 0 1 0 193755217 9379840 2070 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538585 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 2290 2070 73 123 0 2165 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 9160

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5001.71
CPU time (s): 5000.1
CPU user time (s): 5000.02
CPU system time (s): 0.078987
CPU usage (%): 99.9678
Max. virtual memory (cumulated for all children) (KiB): 9160

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

runsolver used 3.16052 second user time and 10.5974 second system time

The end

Launcher Data (download as text)

Begin job on node63 on Sat Apr 21 17:47:33 UTC 2007

IDJOB= 371047
IDBENCH= 20165
IDSOLVER= 180
FILE ID= node63/371047-1177177653

PBS_JOBID= 4649043

Free space on /tmp= 66472 MiB

SOLVER NAME= March KS 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v4000/unif-k3-r4.2-v4000-c16800-S440063851-05.cnf
COMMAND LINE= /tmp/evaluation/371047-1177177653/march_ks /tmp/evaluation/371047-1177177653/instance-371047-1177177653.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node63/watcher-371047-1177177653 -o ROOT/results/node63/solver-371047-1177177653 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/371047-1177177653/march_ks /tmp/evaluation/371047-1177177653/instance-371047-1177177653.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  5b6d3b78fcf9a67b709c845674e3c629

RANDOM SEED= 938705834

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node63.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.232
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.232
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:       1740668 kB
Buffers:         36688 kB
Cached:         208848 kB
SwapCached:       3752 kB
Active:         125472 kB
Inactive:       129152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1740668 kB
SwapTotal:     4192956 kB
SwapFree:      4182876 kB
Dirty:            2784 kB
Writeback:           0 kB
Mapped:          15136 kB
Slab:            46596 kB
Committed_AS:  2147612 kB
PageTables:       1460 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= 66472 MiB

End job on node63 on Sat Apr 21 19:10:57 UTC 2007