Trace number 315227

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.1 1200.52

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-6-ipc5-h11-unsat.cnf
MD5SUMe6effc82c71213141cc1dab3b63f32e3
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1102.55
Satisfiable
(Un)Satisfiability was proved
Number of variables27142
Number of clauses95880
Sum of the clauses size233558
Maximum clause length31
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 269004
Number of clauses of size 325020
Number of clauses of size 4224
Number of clauses of size 5167
Number of clauses of size over 51401

Solver Data (download as text)

3.29/3.33	c main():: ***                                   [ march satisfiability solver ]                                   ***
3.29/3.33	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
3.29/3.33	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
3.29/3.33	c main()::
3.29/3.33	c initFormula():: searching for DIMACS p-line....
3.29/3.33	c initFormula():: the DIMACS p-line indicates a CNF of 27724 variables and 95880 clauses.
3.29/3.33	c parseCNF():: parsing....
3.29/3.33	c parseCNF():: the CNF contains 64 unary clauses.
3.29/3.33	c runParser():: parsing was successful, warming up engines...
3.29/3.33	c find_and_remove_tautogolies():: found and removed 165 tautologies
3.29/3.33	c simplify_formula():: removed 0 tautological, 522 satisfied and 0 duplicate clauses
3.29/3.33	c preprocessing fase I completed:: there are now 27495 free variables and 95358 clauses.
3.29/3.33	c stat :: sign balance is biased by 0.326
3.29/3.33	c shorten_equivalence(): average equivalence length reduced from nan to nan
3.29/3.33	c using k-SAT heuristics (size based diff)
3.29/3.33	c longest clause has size 31
3.29/3.33	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
3.29/3.33	c resolvent_look() :: found 137503 resolvents
3.29/3.33	c main():: clause / variable ratio: ( 232861 / 27724 ) = 8.40
3.29/3.33	c longest clause has size 31
3.29/3.33	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
3.29/3.33	c dynamic_preselect_setsize :: off
3.29/3.33	c suggested doublelook initial :: 0
3.29/3.33	c main():: all systems go!
3.29/3.33	c |----------------------------------------------------------------|
c |*

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node6/watcher-315227-1172651320 -o ROOT/results/node6/solver-315227-1172651320 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/315227-1172651320/march_ks /tmp/evaluation/315227-1172651320/instance-315227-1172651320.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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 0.98 0.98 3/77 26584
/proc/meminfo: memFree=1304440/2055924 swapFree=4191880/4192956
[pid=26584] ppid=26582 vsize=3036 CPUtime=0
/proc/26584/stat : 26584 (march_ks) R 26582 26584 25017 0 -1 4194304 524 0 0 0 0 0 0 0 18 0 1 0 285086747 3108864 509 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134557506 0 0 4096 0 0 0 0 17 1 0 0
/proc/26584/statm: 759 514 45 123 0 634 0

[startup+0.0191111 s]
/proc/loadavg: 0.92 0.98 0.98 3/77 26584
/proc/meminfo: memFree=1304440/2055924 swapFree=4191880/4192956
[pid=26584] ppid=26582 vsize=3716 CPUtime=0.01
/proc/26584/stat : 26584 (march_ks) R 26582 26584 25017 0 -1 4194304 738 0 0 0 1 0 0 0 18 0 1 0 285086747 3805184 723 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/26584/statm: 929 724 47 123 0 804 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3716

[startup+0.101126 s]
/proc/loadavg: 0.92 0.98 0.98 3/77 26584
/proc/meminfo: memFree=1304440/2055924 swapFree=4191880/4192956
[pid=26584] ppid=26582 vsize=4772 CPUtime=0.09
/proc/26584/stat : 26584 (march_ks) R 26582 26584 25017 0 -1 4194304 1076 0 0 0 9 0 0 0 18 0 1 0 285086747 4886528 1061 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134557851 0 0 4096 0 0 0 0 17 1 0 0
/proc/26584/statm: 1193 1061 47 123 0 1068 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4772

[startup+0.301167 s]
/proc/loadavg: 0.92 0.98 0.98 3/77 26584
/proc/meminfo: memFree=1304440/2055924 swapFree=4191880/4192956
[pid=26584] ppid=26582 vsize=10692 CPUtime=0.29
/proc/26584/stat : 26584 (march_ks) R 26582 26584 25017 0 -1 4194304 3474 0 0 0 28 1 0 0 19 0 1 0 285086747 10948608 1853 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134558452 0 0 4096 0 0 0 0 17 1 0 0
/proc/26584/statm: 2673 1853 52 123 0 2548 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10692

[startup+0.701245 s]
/proc/loadavg: 0.92 0.98 0.98 3/77 26584
/proc/meminfo: memFree=1304440/2055924 swapFree=4191880/4192956
[pid=26584] ppid=26582 vsize=19808 CPUtime=0.69
/proc/26584/stat : 26584 (march_ks) R 26582 26584 25017 0 -1 4194304 9938 0 0 0 65 4 0 0 23 0 1 0 285086747 20283392 3854 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134553430 0 0 4096 0 0 0 0 17 1 0 0
/proc/26584/statm: 4952 3855 67 123 0 4827 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19808

[startup+1.5014 s]
/proc/loadavg: 0.92 0.98 0.98 2/78 26585
/proc/meminfo: memFree=1283440/2055924 swapFree=4191880/4192956
[pid=26584] ppid=26582 vsize=31696 CPUtime=1.49
/proc/26584/stat : 26584 (march_ks) R 26582 26584 25017 0 -1 4194304 13489 0 0 0 144 5 0 0 25 0 1 0 285086747 32456704 6812 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134558443 0 0 4096 0 0 0 0 17 1 0 0
/proc/26584/statm: 7924 6812 67 123 0 7799 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31696

[startup+3.10272 s]
/proc/loadavg: 0.92 0.98 0.98 2/78 26585
/proc/meminfo: memFree=1275376/2055924 swapFree=4191880/4192956
[pid=26584] ppid=26582 vsize=97320 CPUtime=3.09
/proc/26584/stat : 26584 (march_ks) R 26582 26584 25017 0 -1 4194304 47358 0 0 0 290 19 0 0 25 0 1 0 285086747 99655680 21321 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134554764 0 0 4096 0 0 0 0 17 1 0 0
/proc/26584/statm: 24330 21322 68 123 0 24205 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 97320

[startup+6.30135 s]
/proc/loadavg: 0.93 0.98 0.98 2/78 26585
/proc/meminfo: memFree=1240560/2055924 swapFree=4191880/4192956
[pid=26584] ppid=26582 vsize=73348 CPUtime=6.28
/proc/26584/stat : 26584 (march_ks) R 26582 26584 25017 0 -1 4194304 54252 0 0 0 605 23 0 0 25 0 1 0 285086747 75108352 15927 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134537981 0 0 4096 0 0 0 0 17 1 0 0
/proc/26584/statm: 18337 15927 72 123 0 18212 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 73348

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.98 2/78 26585
/proc/meminfo: memFree=1240560/2055924 swapFree=4191880/4192956
[pid=26584] ppid=26582 vsize=73348 CPUtime=12.68
/proc/26584/stat : 26584 (march_ks) R 26582 26584 25017 0 -1 4194304 54252 0 0 0 1245 23 0 0 25 0 1 0 285086747 75108352 15927 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 1 0 0
/proc/26584/statm: 18337 15927 72 123 0 18212 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 73348

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.98 2/78 26585
/proc/meminfo: memFree=1240560/2055924 swapFree=4191880/4192956
[pid=26584] ppid=26582 vsize=73348 CPUtime=25.49
/proc/26584/stat : 26584 (march_ks) R 26582 26584 25017 0 -1 4194304 54252 0 0 0 2525 24 0 0 25 0 1 0 285086747 75108352 15927 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134537968 0 0 4096 0 0 0 0 17 1 0 0
/proc/26584/statm: 18337 15927 72 123 0 18212 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 73348

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 0.98 2/78 26585
/proc/meminfo: memFree=1240624/2055924 swapFree=4191880/4192956
[pid=26584] ppid=26582 vsize=73348 CPUtime=51.07
/proc/26584/stat : 26584 (march_ks) R 26582 26584 25017 0 -1 4194304 54253 0 0 0 5083 24 0 0 25 0 1 0 285086747 75108352 15928 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 1 0 0
/proc/26584/statm: 18337 15928 72 123 0 18212 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 73348

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.98 2/78 26585
/proc/meminfo: memFree=1231344/2055924 swapFree=4191880/4192956
[pid=26584] ppid=26582 vsize=82896 CPUtime=102.26
/proc/26584/stat : 26584 (march_ks) R 26582 26584 25017 0 -1 4194304 56571 0 0 0 10200 26 0 0 25 0 1 0 285086747 84885504 18246 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134541806 0 0 4096 0 0 0 0 17 1 0 0
/proc/26584/statm: 20724 18246 72 123 0 20599 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 82896

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26585
/proc/meminfo: memFree=1230704/2055924 swapFree=4191880/4192956
[pid=26584] ppid=26582 vsize=83808 CPUtime=162.23
/proc/26584/stat : 26584 (march_ks) R 26582 26584 25017 0 -1 4194304 56728 0 0 0 16196 27 0 0 25 0 1 0 285086747 85819392 18403 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134541823 0 0 4096 0 0 0 0 17 1 0 0
/proc/26584/statm: 20952 18403 72 123 0 20827 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 83808

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26585
/proc/meminfo: memFree=1229936/2055924 swapFree=4191880/4192956
[pid=26584] ppid=26582 vsize=84468 CPUtime=222.22
/proc/26584/stat : 26584 (march_ks) R 26582 26584 25017 0 -1 4194304 56919 0 0 0 22194 28 0 0 25 0 1 0 285086747 86495232 18594 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/26584/statm: 21117 18594 72 123 0 20992 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 84468

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26585
/proc/meminfo: memFree=1227952/2055924 swapFree=4191880/4192956
[pid=26584] ppid=26582 vsize=86432 CPUtime=282.19
/proc/26584/stat : 26584 (march_ks) R 26582 26584 25017 0 -1 4194304 57416 0 0 0 28191 28 0 0 25 0 1 0 285086747 88506368 19091 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134538419 0 0 4096 0 0 0 0 17 1 0 0
/proc/26584/statm: 21608 19091 72 123 0 21483 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 86432

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26585
/proc/meminfo: memFree=1227568/2055924 swapFree=4191880/4192956
[pid=26584] ppid=26582 vsize=86772 CPUtime=342.17
/proc/26584/stat : 26584 (march_ks) R 26582 26584 25017 0 -1 4194304 57511 0 0 0 34188 29 0 0 25 0 1 0 285086747 88854528 19186 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134541823 0 0 4096 0 0 0 0 17 1 0 0
/proc/26584/statm: 21693 19186 72 123 0 21568 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 86772

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26585
/proc/meminfo: memFree=1227184/2055924 swapFree=4191880/4192956
[pid=26584] ppid=26582 vsize=87036 CPUtime=402.15
/proc/26584/stat : 26584 (march_ks) R 26582 26584 25017 0 -1 4194304 57593 0 0 0 40186 29 0 0 25 0 1 0 285086747 89124864 19268 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134585127 0 0 4096 0 0 0 0 17 1 0 0
/proc/26584/statm: 21759 19268 72 123 0 21634 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 87036

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26585
/proc/meminfo: memFree=1225712/2055924 swapFree=4191880/4192956
[pid=26584] ppid=26582 vsize=88584 CPUtime=462.13
/proc/26584/stat : 26584 (march_ks) R 26582 26584 25017 0 -1 4194304 57963 0 0 0 46183 30 0 0 25 0 1 0 285086747 90710016 19638 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134541829 0 0 4096 0 0 0 0 17 1 0 0
/proc/26584/statm: 22146 19638 72 123 0 22021 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 88584

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26585
/proc/meminfo: memFree=1224944/2055924 swapFree=4191880/4192956
[pid=26584] ppid=26582 vsize=89384 CPUtime=522.1
/proc/26584/stat : 26584 (march_ks) R 26582 26584 25017 0 -1 4194304 58147 0 0 0 52180 30 0 0 25 0 1 0 285086747 91529216 19822 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/26584/statm: 22346 19822 72 123 0 22221 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 89384

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26585
/proc/meminfo: memFree=1224752/2055924 swapFree=4191880/4192956
[pid=26584] ppid=26582 vsize=89504 CPUtime=582.09
/proc/26584/stat : 26584 (march_ks) R 26582 26584 25017 0 -1 4194304 58194 0 0 0 58178 31 0 0 25 0 1 0 285086747 91652096 19869 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134538606 0 0 4096 0 0 0 0 17 1 0 0
/proc/26584/statm: 22376 19869 72 123 0 22251 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 89504

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26585
/proc/meminfo: memFree=1224624/2055924 swapFree=4191880/4192956
[pid=26584] ppid=26582 vsize=89640 CPUtime=642.07
/proc/26584/stat : 26584 (march_ks) R 26582 26584 25017 0 -1 4194304 58224 0 0 0 64175 32 0 0 25 0 1 0 285086747 91791360 19899 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134541800 0 0 4096 0 0 0 0 17 1 0 0
/proc/26584/statm: 22410 19899 72 123 0 22285 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 89640

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26585
/proc/meminfo: memFree=1224432/2055924 swapFree=4191880/4192956
[pid=26584] ppid=26582 vsize=89884 CPUtime=702.05
/proc/26584/stat : 26584 (march_ks) R 26582 26584 25017 0 -1 4194304 58270 0 0 0 70173 32 0 0 25 0 1 0 285086747 92041216 19945 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134585127 0 0 4096 0 0 0 0 17 1 0 0
/proc/26584/statm: 22471 19945 72 123 0 22346 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 89884

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26585
/proc/meminfo: memFree=1224304/2055924 swapFree=4191880/4192956
[pid=26584] ppid=26582 vsize=89992 CPUtime=762.02
/proc/26584/stat : 26584 (march_ks) R 26582 26584 25017 0 -1 4194304 58296 0 0 0 76170 32 0 0 25 0 1 0 285086747 92151808 19971 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134541823 0 0 4096 0 0 0 0 17 1 0 0
/proc/26584/statm: 22498 19971 72 123 0 22373 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 89992

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26587
/proc/meminfo: memFree=1224240/2055924 swapFree=4191880/4192956
[pid=26584] ppid=26582 vsize=89992 CPUtime=822
/proc/26584/stat : 26584 (march_ks) R 26582 26584 25017 0 -1 4194304 58313 0 0 0 82167 33 0 0 25 0 1 0 285086747 92151808 19988 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134538419 0 0 4096 0 0 0 0 17 1 0 0
/proc/26584/statm: 22498 19988 72 123 0 22373 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 89992

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26587
/proc/meminfo: memFree=1224176/2055924 swapFree=4191880/4192956
[pid=26584] ppid=26582 vsize=90112 CPUtime=881.98
/proc/26584/stat : 26584 (march_ks) R 26582 26584 25017 0 -1 4194304 58324 0 0 0 88165 33 0 0 25 0 1 0 285086747 92274688 19999 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134585127 0 0 4096 0 0 0 0 17 1 0 0
/proc/26584/statm: 22528 19999 72 123 0 22403 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 90112

[startup+942.301 s]
/proc/loadavg: 1.04 1.00 0.99 2/78 26587
/proc/meminfo: memFree=1223536/2055924 swapFree=4191880/4192956
[pid=26584] ppid=26582 vsize=90788 CPUtime=941.96
/proc/26584/stat : 26584 (march_ks) R 26582 26584 25017 0 -1 4194304 58486 0 0 0 94162 34 0 0 25 0 1 0 285086747 92966912 20161 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/26584/statm: 22697 20161 72 123 0 22572 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 90788

[startup+1002.3 s]
/proc/loadavg: 1.01 1.00 0.99 2/78 26587
/proc/meminfo: memFree=1223216/2055924 swapFree=4191880/4192956
[pid=26584] ppid=26582 vsize=91040 CPUtime=1001.93
/proc/26584/stat : 26584 (march_ks) R 26582 26584 25017 0 -1 4194304 58552 0 0 0 100159 34 0 0 25 0 1 0 285086747 93224960 20227 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/26584/statm: 22760 20227 72 123 0 22635 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 91040

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 26587
/proc/meminfo: memFree=1222896/2055924 swapFree=4191880/4192956
[pid=26584] ppid=26582 vsize=91432 CPUtime=1061.92
/proc/26584/stat : 26584 (march_ks) R 26582 26584 25017 0 -1 4194304 58632 0 0 0 106157 35 0 0 25 0 1 0 285086747 93626368 20307 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 1 0 0
/proc/26584/statm: 22858 20307 72 123 0 22733 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 91432

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 26587
/proc/meminfo: memFree=1222704/2055924 swapFree=4191880/4192956
[pid=26584] ppid=26582 vsize=91564 CPUtime=1121.9
/proc/26584/stat : 26584 (march_ks) R 26582 26584 25017 0 -1 4194304 58684 0 0 0 112155 35 0 0 25 0 1 0 285086747 93761536 20359 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134538578 0 0 4096 0 0 0 0 17 1 0 0
/proc/26584/statm: 22891 20359 72 123 0 22766 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 91564

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 26587
/proc/meminfo: memFree=1222576/2055924 swapFree=4191880/4192956
[pid=26584] ppid=26582 vsize=91684 CPUtime=1181.88
/proc/26584/stat : 26584 (march_ks) R 26582 26584 25017 0 -1 4194304 58705 0 0 0 118152 36 0 0 25 0 1 0 285086747 93884416 20380 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134537968 0 0 4096 0 0 0 0 17 1 0 0
/proc/26584/statm: 22921 20380 72 123 0 22796 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 91684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 26587
/proc/meminfo: memFree=1222576/2055924 swapFree=4191880/4192956
[pid=26584] ppid=26582 vsize=91684 CPUtime=1200.08
/proc/26584/stat : 26584 (march_ks) R 26582 26584 25017 0 -1 4194304 58710 0 0 0 119972 36 0 0 25 0 1 0 285086747 93884416 20385 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134541820 0 0 4096 0 0 0 0 17 1 0 0
/proc/26584/statm: 22921 20385 72 123 0 22796 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 91684

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 26587
/proc/meminfo: memFree=1222576/2055924 swapFree=4191880/4192956
[pid=26584] ppid=26582 vsize=91684 CPUtime=1200.08
/proc/26584/stat : 26584 (march_ks) R 26582 26584 25017 0 -1 4194304 58710 0 0 0 119972 36 0 0 25 0 1 0 285086747 93884416 20385 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134541820 0 0 4096 0 0 0 0 17 1 0 0
/proc/26584/statm: 22921 20385 72 123 0 22796 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 91684

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.1
CPU user time (s): 1199.72
CPU system time (s): 0.375942
CPU usage (%): 99.9649
Max. virtual memory (cumulated for all children) (KiB): 97320

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

runsolver used 1.3378 second user time and 3.03654 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Wed Feb 28 08:28:40 UTC 2007

IDJOB= 315227
IDBENCH= 20411
IDSOLVER= 111
FILE ID= node6/315227-1172651320

PBS_JOBID= 3980939

Free space on /tmp= 66419 MiB

SOLVER NAME= March KS 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacias/hard/sortnet-6-ipc5-h11-unsat.cnf
COMMAND LINE= /tmp/evaluation/315227-1172651320/march_ks /tmp/evaluation/315227-1172651320/instance-315227-1172651320.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-315227-1172651320 -o ROOT/results/node6/solver-315227-1172651320 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/315227-1172651320/march_ks /tmp/evaluation/315227-1172651320/instance-315227-1172651320.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  e6effc82c71213141cc1dab3b63f32e3

RANDOM SEED= 666269765

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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.277
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.277
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:      2055924 kB
MemFree:       1304912 kB
Buffers:         31228 kB
Cached:         598684 kB
SwapCached:        448 kB
Active:         225532 kB
Inactive:       460288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1304912 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            3876 kB
Writeback:           0 kB
Mapped:          65824 kB
Slab:            50800 kB
Committed_AS:   984552 kB
PageTables:       1744 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= 66419 MiB

End job on node6 on Wed Feb 28 08:48:43 UTC 2007