Trace number 368890

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.13 5002.05

General information on the benchmark

Namecrafted/Medium/contest05/sabharwal/
sat-strips-gripper-12t23.sat05-1144.reshuffled-07.cnf
MD5SUM34870d8ecf83d8ac2173b4630f0f7214
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.51977
Satisfiable
(Un)Satisfiability was proved
Number of variables4940
Number of clauses93221
Sum of the clauses size189296
Maximum clause length26
Minimum clause length1
Number of clauses of size 143
Number of clauses of size 292101
Number of clauses of size 3113
Number of clauses of size 4924
Number of clauses of size 50
Number of clauses of size over 540

Solver Data (download as text)

3.59/3.65	c main():: ***                                   [ march satisfiability solver ]                                   ***
3.59/3.65	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
3.59/3.65	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
3.59/3.65	c main()::
3.59/3.65	c initFormula():: searching for DIMACS p-line....
3.59/3.65	c full lookahead due to high density!
3.59/3.65	c initFormula():: the DIMACS p-line indicates a CNF of 4940 variables and 93221 clauses.
3.59/3.65	c parseCNF():: parsing....
3.59/3.65	c parseCNF():: the CNF contains 43 unary clauses.
3.59/3.65	c runParser():: parsing was successful, warming up engines...
3.59/3.65	c find_and_remove_tautogolies():: found and removed 391 tautologies
3.59/3.65	c simplify_formula():: removed 0 tautological, 7288 satisfied and 49 duplicate clauses
3.59/3.65	c preprocessing fase I completed:: there are now 4155 free variables and 85884 clauses.
3.59/3.65	c stat :: sign balance is biased by 28.034
3.59/3.65	c shorten_equivalence(): average equivalence length reduced from nan to nan
3.59/3.65	c using k-SAT heuristics (size based diff)
3.59/3.65	c longest clause has size 26
3.59/3.65	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
3.59/3.65	c main():: clause / variable ratio: ( 85884 / 4940 ) = 17.39
3.59/3.65	c longest clause has size 26
3.59/3.65	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
3.59/3.65	c dynamic_preselect_setsize :: on
3.59/3.65	c suggested doublelook initial :: 0
3.59/3.65	c main():: all systems go!
3.59/3.65	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/node13/watcher-368890-1177245454 -o ROOT/results/node13/solver-368890-1177245454 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/368890-1177245454/march_ks /tmp/evaluation/368890-1177245454/instance-368890-1177245454.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: 1.08 1.05 1.01 3/77 6270
/proc/meminfo: memFree=1693864/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=1788 CPUtime=0
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 172463237 1830912 252 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134739072 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 447 252 47 123 0 322 0

[startup+0.0596411 s]
/proc/loadavg: 1.08 1.05 1.01 3/77 6270
/proc/meminfo: memFree=1693864/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=2580 CPUtime=0.05
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 528 0 0 0 5 0 0 0 18 0 1 0 172463237 2641920 513 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 645 514 47 123 0 520 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2580

[startup+0.10265 s]
/proc/loadavg: 1.08 1.05 1.01 3/77 6270
/proc/meminfo: memFree=1693864/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=7028 CPUtime=0.09
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 958 0 0 0 9 0 0 0 18 0 1 0 172463237 7196672 942 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134558357 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 1757 942 48 123 0 1632 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7028

[startup+0.301691 s]
/proc/loadavg: 1.08 1.05 1.01 3/77 6270
/proc/meminfo: memFree=1693864/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=7108 CPUtime=0.29
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 2433 0 0 0 28 1 0 0 19 0 1 0 172463237 7278592 912 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134628861 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 1777 913 52 123 0 1652 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7108

[startup+0.701778 s]
/proc/loadavg: 1.08 1.05 1.01 3/77 6270
/proc/meminfo: memFree=1693864/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=7100 CPUtime=0.69
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 5887 0 0 0 67 2 0 0 22 0 1 0 172463237 7270400 898 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134677363 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 1775 898 52 123 0 1650 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7100

[startup+1.50195 s]
/proc/loadavg: 1.07 1.05 1.00 2/78 6271
/proc/meminfo: memFree=1690144/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=7092 CPUtime=1.49
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 12568 0 0 0 143 6 0 0 25 0 1 0 172463237 7262208 907 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134561705 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 1773 907 52 123 0 1648 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7092

[startup+3.10129 s]
/proc/loadavg: 1.07 1.05 1.00 2/78 6271
/proc/meminfo: memFree=1689248/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=7060 CPUtime=3.09
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 26047 0 0 0 297 12 0 0 25 0 1 0 172463237 7229440 965 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134555008 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 1765 965 52 123 0 1640 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7060

[startup+6.30197 s]
/proc/loadavg: 1.07 1.05 1.00 2/78 6271
/proc/meminfo: memFree=1684384/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=14868 CPUtime=6.29
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 32657 0 0 0 613 16 0 0 25 0 1 0 172463237 15224832 2358 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538215 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 3717 2358 72 123 0 3592 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14868

[startup+12.7013 s]
/proc/loadavg: 1.06 1.05 1.00 2/78 6271
/proc/meminfo: memFree=1684128/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=15132 CPUtime=12.69
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 32754 0 0 0 1253 16 0 0 25 0 1 0 172463237 15495168 2455 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538215 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 3783 2455 72 123 0 3658 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15132

[startup+25.5011 s]
/proc/loadavg: 1.05 1.05 1.00 2/78 6271
/proc/meminfo: memFree=1684072/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=15264 CPUtime=25.48
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 32780 0 0 0 2532 16 0 0 25 0 1 0 172463237 15630336 2481 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 3816 2481 72 123 0 3691 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 15264

[startup+51.1015 s]
/proc/loadavg: 1.03 1.04 1.00 2/78 6271
/proc/meminfo: memFree=1683560/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=15920 CPUtime=51.07
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 32933 0 0 0 5091 16 0 0 25 0 1 0 172463237 16302080 2634 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134537935 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 3980 2634 72 123 0 3855 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 15920

[startup+102.305 s]
/proc/loadavg: 1.01 1.03 1.00 2/78 6271
/proc/meminfo: memFree=1682984/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=16604 CPUtime=102.25
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 33091 0 0 0 10209 16 0 0 25 0 1 0 172463237 17002496 2792 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134564384 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 4151 2792 72 123 0 4026 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 16604

[startup+162.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 6273
/proc/meminfo: memFree=1679784/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=21096 CPUtime=162.23
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 33844 0 0 0 16206 17 0 0 25 0 1 0 172463237 21602304 3545 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134564377 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 5274 3545 72 123 0 5149 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 21096

[startup+222.301 s]
/proc/loadavg: 1.06 1.03 1.00 2/78 6273
/proc/meminfo: memFree=1676712/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=23684 CPUtime=222.21
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 34611 0 0 0 22203 18 0 0 25 0 1 0 172463237 24252416 4312 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134564765 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 5921 4312 72 123 0 5796 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 23684

[startup+282.302 s]
/proc/loadavg: 1.08 1.04 1.00 2/78 6273
/proc/meminfo: memFree=1673768/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=27564 CPUtime=282.19
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 35364 0 0 0 28200 19 0 0 25 0 1 0 172463237 28225536 5065 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134564829 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 6891 5065 72 123 0 6766 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 27564

[startup+342.302 s]
/proc/loadavg: 1.08 1.05 1.00 2/78 6273
/proc/meminfo: memFree=1670632/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=33384 CPUtime=342.16
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 36130 0 0 0 34197 19 0 0 25 0 1 0 172463237 34185216 5831 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134628639 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 8346 5831 72 123 0 8221 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 33384

[startup+402.301 s]
/proc/loadavg: 1.08 1.05 1.00 2/78 6273
/proc/meminfo: memFree=1667688/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=33384 CPUtime=402.14
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 36884 0 0 0 40194 20 0 0 25 0 1 0 172463237 34185216 6585 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134565496 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 8346 6585 72 123 0 8221 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 33384

[startup+462.301 s]
/proc/loadavg: 1.03 1.04 1.00 2/78 6273
/proc/meminfo: memFree=1664616/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=42116 CPUtime=462.13
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 37632 0 0 0 46191 22 0 0 25 0 1 0 172463237 43126784 7333 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134677354 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 10529 7333 72 123 0 10404 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 42116

[startup+522.302 s]
/proc/loadavg: 1.01 1.03 1.00 2/78 6273
/proc/meminfo: memFree=1661672/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=42116 CPUtime=522.1
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 38376 0 0 0 52188 22 0 0 25 0 1 0 172463237 43126784 8077 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134587448 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 10529 8077 72 123 0 10404 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 42116

[startup+582.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 6273
/proc/meminfo: memFree=1658664/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=42116 CPUtime=582.08
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 39123 0 0 0 58185 23 0 0 25 0 1 0 172463237 43126784 8824 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538602 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 10529 8824 72 123 0 10404 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 42116

[startup+642.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 6273
/proc/meminfo: memFree=1655656/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=55212 CPUtime=642.06
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 39870 0 0 0 64182 24 0 0 25 0 1 0 172463237 56537088 9571 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134565460 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 13803 9571 72 123 0 13678 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 55212


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

[startup+4002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6473
/proc/meminfo: memFree=1489000/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=214824 CPUtime=4000.74
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 81459 0 0 0 400000 74 0 0 25 0 1 0 172463237 219979776 51160 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134565456 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 53706 51160 72 123 0 53581 0
Current children cumulated CPU time (s) 4000.74
Current children cumulated vsize (KiB) 214824

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6473
/proc/meminfo: memFree=1485928/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=214824 CPUtime=4060.72
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 82213 0 0 0 405997 75 0 0 25 0 1 0 172463237 219979776 51914 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134677323 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 53706 51914 72 123 0 53581 0
Current children cumulated CPU time (s) 4060.72
Current children cumulated vsize (KiB) 214824

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6473
/proc/meminfo: memFree=1482536/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=314272 CPUtime=4120.69
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 82969 0 0 0 411992 77 0 0 25 0 1 0 172463237 321814528 52670 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134564765 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 78568 52670 72 123 0 78443 0
Current children cumulated CPU time (s) 4120.69
Current children cumulated vsize (KiB) 314272

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6473
/proc/meminfo: memFree=1479528/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=314272 CPUtime=4180.67
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 83710 0 0 0 417989 78 0 0 25 0 1 0 172463237 321814528 53411 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134584627 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 78568 53411 72 123 0 78443 0
Current children cumulated CPU time (s) 4180.67
Current children cumulated vsize (KiB) 314272

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6473
/proc/meminfo: memFree=1476520/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=314272 CPUtime=4240.65
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 84453 0 0 0 423986 79 0 0 25 0 1 0 172463237 321814528 54154 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134677354 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 78568 54154 72 123 0 78443 0
Current children cumulated CPU time (s) 4240.65
Current children cumulated vsize (KiB) 314272

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6473
/proc/meminfo: memFree=1473576/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=314272 CPUtime=4300.63
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 85198 0 0 0 429983 80 0 0 25 0 1 0 172463237 321814528 54899 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134564384 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 78568 54899 72 123 0 78443 0
Current children cumulated CPU time (s) 4300.63
Current children cumulated vsize (KiB) 314272

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6473
/proc/meminfo: memFree=1470632/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=314272 CPUtime=4360.61
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 85940 0 0 0 435980 81 0 0 25 0 1 0 172463237 321814528 55641 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134628846 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 78568 55641 72 123 0 78443 0
Current children cumulated CPU time (s) 4360.61
Current children cumulated vsize (KiB) 314272

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6473
/proc/meminfo: memFree=1467624/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=314272 CPUtime=4420.59
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 86681 0 0 0 441977 82 0 0 25 0 1 0 172463237 321814528 56382 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134584635 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 78568 56382 72 123 0 78443 0
Current children cumulated CPU time (s) 4420.59
Current children cumulated vsize (KiB) 314272

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6473
/proc/meminfo: memFree=1464680/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=314272 CPUtime=4480.56
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 87424 0 0 0 447974 82 0 0 25 0 1 0 172463237 321814528 57125 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134596427 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 78568 57125 72 123 0 78443 0
Current children cumulated CPU time (s) 4480.56
Current children cumulated vsize (KiB) 314272

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6473
/proc/meminfo: memFree=1461736/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=314272 CPUtime=4540.54
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 88164 0 0 0 453971 83 0 0 25 0 1 0 172463237 321814528 57865 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134565482 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 78568 57865 72 123 0 78443 0
Current children cumulated CPU time (s) 4540.54
Current children cumulated vsize (KiB) 314272

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6473
/proc/meminfo: memFree=1458664/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=314272 CPUtime=4600.52
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 88910 0 0 0 459968 84 0 0 25 0 1 0 172463237 321814528 58611 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538578 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 78568 58611 72 123 0 78443 0
Current children cumulated CPU time (s) 4600.52
Current children cumulated vsize (KiB) 314272

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6473
/proc/meminfo: memFree=1455720/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=314272 CPUtime=4660.5
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 89650 0 0 0 465965 85 0 0 25 0 1 0 172463237 321814528 59351 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134564744 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 78568 59351 72 123 0 78443 0
Current children cumulated CPU time (s) 4660.5
Current children cumulated vsize (KiB) 314272

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6473
/proc/meminfo: memFree=1452712/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=314272 CPUtime=4720.48
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 90396 0 0 0 471962 86 0 0 25 0 1 0 172463237 321814528 60097 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134564766 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 78568 60097 72 123 0 78443 0
Current children cumulated CPU time (s) 4720.48
Current children cumulated vsize (KiB) 314272

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6473
/proc/meminfo: memFree=1449704/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=314272 CPUtime=4780.46
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 91154 0 0 0 477959 87 0 0 25 0 1 0 172463237 321814528 60855 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134564766 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 78568 60855 72 123 0 78443 0
Current children cumulated CPU time (s) 4780.46
Current children cumulated vsize (KiB) 314272

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6473
/proc/meminfo: memFree=1446568/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=314272 CPUtime=4840.43
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 91915 0 0 0 483956 87 0 0 25 0 1 0 172463237 321814528 61616 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134564765 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 78568 61616 72 123 0 78443 0
Current children cumulated CPU time (s) 4840.43
Current children cumulated vsize (KiB) 314272

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6473
/proc/meminfo: memFree=1443624/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=314272 CPUtime=4900.41
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 92655 0 0 0 489953 88 0 0 25 0 1 0 172463237 321814528 62356 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134564374 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 78568 62356 72 123 0 78443 0
Current children cumulated CPU time (s) 4900.41
Current children cumulated vsize (KiB) 314272

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6473
/proc/meminfo: memFree=1440616/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=314272 CPUtime=4960.39
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 93398 0 0 0 495950 89 0 0 25 0 1 0 172463237 321814528 63099 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134564774 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 78568 63099 72 123 0 78443 0
Current children cumulated CPU time (s) 4960.39
Current children cumulated vsize (KiB) 314272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6473
/proc/meminfo: memFree=1438632/2055920 swapFree=4159428/4192956
[pid=6270] ppid=6268 vsize=314272 CPUtime=5000.07
/proc/6270/stat : 6270 (march_ks) R 6268 6270 5976 0 -1 4194304 93891 0 0 0 499918 89 0 0 25 0 1 0 172463237 321814528 63592 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134677364 0 0 4096 0 0 0 0 17 1 0 0
/proc/6270/statm: 78568 63592 72 123 0 78443 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 314272

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): 5002.05
CPU time (s): 5000.13
CPU user time (s): 4999.19
CPU system time (s): 0.940856
CPU usage (%): 99.9616
Max. virtual memory (cumulated for all children) (KiB): 314272

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

runsolver used 5.88511 second user time and 12.1142 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Sun Apr 22 12:37:34 UTC 2007

IDJOB= 368890
IDBENCH= 24580
IDSOLVER= 180
FILE ID= node13/368890-1177245454

PBS_JOBID= 4650535

Free space on /tmp= 66356 MiB

SOLVER NAME= March KS 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/sabharwal/sat-strips-gripper-12t23.sat05-1144.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/368890-1177245454/march_ks /tmp/evaluation/368890-1177245454/instance-368890-1177245454.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-368890-1177245454 -o ROOT/results/node13/solver-368890-1177245454 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/368890-1177245454/march_ks /tmp/evaluation/368890-1177245454/instance-368890-1177245454.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  34870d8ecf83d8ac2173b4630f0f7214

RANDOM SEED= 889702623

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 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.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1694272 kB
Buffers:         41952 kB
Cached:         235764 kB
SwapCached:      12780 kB
Active:         213904 kB
Inactive:       101180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1694272 kB
SwapTotal:     4192956 kB
SwapFree:      4159428 kB
Dirty:            3508 kB
Writeback:           0 kB
Mapped:          44396 kB
Slab:            31992 kB
Committed_AS:  6830636 kB
PageTables:       1904 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= 66356 MiB

End job on node13 on Sun Apr 22 14:00:58 UTC 2007