Trace number 369017

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.07 5001.94

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
gt-ordering-unsat-gt-060.sat05-1312.reshuffled-07.cnf
MD5SUMdff294238660aead84de7aec33e643fc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark45.6311
Satisfiable
(Un)Satisfiability was proved
Number of variables3540
Number of clauses207150
Sum of the clauses size623040
Maximum clause length59
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21770
Number of clauses of size 3205320
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

Solver Data (download as text)

17.09/17.18	c main():: ***                                   [ march satisfiability solver ]                                   ***
17.09/17.18	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
17.09/17.18	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
17.09/17.18	c main()::
17.09/17.18	c initFormula():: searching for DIMACS p-line....
17.09/17.18	c full lookahead due to high density!
17.09/17.18	c initFormula():: the DIMACS p-line indicates a CNF of 3600 variables and 207150 clauses.
17.09/17.18	c parseCNF():: parsing....
17.09/17.18	c parseCNF():: the CNF contains 0 unary clauses.
17.09/17.18	c runParser():: parsing was successful, warming up engines...
17.09/17.18	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
17.09/17.18	c preprocessing fase I completed:: there are now 3600 free variables and 207150 clauses.
17.09/17.18	c stat :: sign balance is biased by 0.487
17.09/17.18	c shorten_equivalence(): average equivalence length reduced from nan to nan
17.09/17.18	c using k-SAT heuristics (size based diff)
17.09/17.18	c longest clause has size 59
17.09/17.18	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
17.09/17.18	c resolvent_look() :: found 208860 resolvents
17.09/17.18	c main():: clause / variable ratio: ( 416010 / 3600 ) = 115.56
17.09/17.18	c longest clause has size 59
17.09/17.18	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
17.09/17.18	c dynamic_preselect_setsize :: off
17.09/17.18	c suggested doublelook initial :: 0
17.09/17.18	c main():: all systems go!
17.09/17.18	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 0 NC: 16195 JD: 260
2061.67/2062.49	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/node20/watcher-369017-1177287848 -o ROOT/results/node20/solver-369017-1177287848 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/369017-1177287848/march_ks /tmp/evaluation/369017-1177287848/instance-369017-1177287848.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.00 0.99 0.98 3/77 28572
/proc/meminfo: memFree=1661296/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=2548 CPUtime=0
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 176702209 2609152 335 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 637 335 47 123 0 512 0

[startup+0.0506381 s]
/proc/loadavg: 1.00 0.99 0.98 3/77 28572
/proc/meminfo: memFree=1661296/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=3076 CPUtime=0.04
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 518 0 0 0 4 0 0 0 18 0 1 0 176702209 3149824 503 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134557851 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 769 503 47 123 0 644 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3076

[startup+0.101647 s]
/proc/loadavg: 1.00 0.99 0.98 3/77 28572
/proc/meminfo: memFree=1661296/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=3604 CPUtime=0.09
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 705 0 0 0 9 0 0 0 18 0 1 0 176702209 3690496 690 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 901 690 47 123 0 776 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3604

[startup+0.301686 s]
/proc/loadavg: 1.00 0.99 0.98 3/77 28572
/proc/meminfo: memFree=1661296/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=14076 CPUtime=0.29
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 1816 0 0 0 29 0 0 0 19 0 1 0 176702209 14413824 1800 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134555014 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 3519 1800 48 123 0 3394 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14076

[startup+0.701767 s]
/proc/loadavg: 1.00 0.99 0.98 3/77 28572
/proc/meminfo: memFree=1661296/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=20932 CPUtime=0.69
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 4577 0 0 0 68 1 0 0 23 0 1 0 176702209 21434368 3538 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134554758 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 5233 3538 52 123 0 5108 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20932

[startup+1.50193 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 28573
/proc/meminfo: memFree=1652072/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=20932 CPUtime=1.49
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 13293 0 0 0 144 5 0 0 25 0 1 0 176702209 21434368 3545 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134838346 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 5233 3545 803 123 0 5108 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20932

[startup+3.10125 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 28573
/proc/meminfo: memFree=1643944/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=24188 CPUtime=3.09
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 15340 0 0 0 303 6 0 0 25 0 1 0 176702209 24768512 4349 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134536937 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 6047 4349 67 123 0 5922 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24188

[startup+6.30289 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 28573
/proc/meminfo: memFree=1600296/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=67556 CPUtime=6.29
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 28394 0 0 0 618 11 0 0 25 0 1 0 176702209 69177344 15174 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134558454 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 16889 15174 67 123 0 16764 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 67556

[startup+12.7012 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 28573
/proc/meminfo: memFree=1491376/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=186108 CPUtime=12.68
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 119568 0 0 0 1217 51 0 0 25 0 1 0 176702209 190574592 42343 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134558397 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 46527 42343 68 123 0 46402 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 186108

[startup+25.5018 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 28573
/proc/meminfo: memFree=1485232/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=187216 CPUtime=25.48
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 184840 0 0 0 2468 80 0 0 25 0 1 0 176702209 191709184 43889 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 46804 43889 72 123 0 46679 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 187216

[startup+51.1019 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 28573
/proc/meminfo: memFree=1485232/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=187216 CPUtime=51.07
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 184840 0 0 0 5027 80 0 0 25 0 1 0 176702209 191709184 43889 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526957 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 46804 43889 72 123 0 46679 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 187216

[startup+102.306 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 28573
/proc/meminfo: memFree=1485232/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=187216 CPUtime=102.25
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 184840 0 0 0 10145 80 0 0 25 0 1 0 176702209 191709184 43889 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 46804 43889 72 123 0 46679 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 187216

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 28573
/proc/meminfo: memFree=1485232/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=187216 CPUtime=162.23
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 184840 0 0 0 16142 81 0 0 25 0 1 0 176702209 191709184 43889 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526935 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 46804 43889 72 123 0 46679 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 187216

[startup+222.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 28573
/proc/meminfo: memFree=1485232/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=187216 CPUtime=222.22
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 184840 0 0 0 22140 82 0 0 25 0 1 0 176702209 191709184 43889 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 46804 43889 72 123 0 46679 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 187216

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 28573
/proc/meminfo: memFree=1485168/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=187216 CPUtime=282.19
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 184840 0 0 0 28137 82 0 0 25 0 1 0 176702209 191709184 43889 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134537973 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 46804 43889 72 123 0 46679 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 187216

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 28573
/proc/meminfo: memFree=1485168/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=187216 CPUtime=342.17
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 184840 0 0 0 34135 82 0 0 25 0 1 0 176702209 191709184 43889 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134537968 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 46804 43889 72 123 0 46679 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 187216

[startup+402.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 28573
/proc/meminfo: memFree=1485232/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=187216 CPUtime=402.15
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 184840 0 0 0 40132 83 0 0 25 0 1 0 176702209 191709184 43889 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526957 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 46804 43889 72 123 0 46679 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 187216

[startup+462.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 28573
/proc/meminfo: memFree=1485232/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=187216 CPUtime=462.13
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 184840 0 0 0 46129 84 0 0 25 0 1 0 176702209 191709184 43889 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526957 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 46804 43889 72 123 0 46679 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 187216

[startup+522.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 28573
/proc/meminfo: memFree=1485296/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=187216 CPUtime=522.1
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 184840 0 0 0 52126 84 0 0 25 0 1 0 176702209 191709184 43889 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 46804 43889 72 123 0 46679 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 187216

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 28573
/proc/meminfo: memFree=1485232/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=187216 CPUtime=582.09
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 184840 0 0 0 58124 85 0 0 25 0 1 0 176702209 191709184 43889 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526957 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 46804 43889 72 123 0 46679 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 187216

[startup+642.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 28573
/proc/meminfo: memFree=1485232/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=187216 CPUtime=642.06
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 184840 0 0 0 64121 85 0 0 25 0 1 0 176702209 191709184 43889 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 46804 43889 72 123 0 46679 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 187216


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

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 28773
/proc/meminfo: memFree=1484208/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=188608 CPUtime=4060.76
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 185101 0 0 0 405963 113 0 0 25 0 1 0 176702209 193134592 44150 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 47152 44150 72 123 0 47027 0
Current children cumulated CPU time (s) 4060.76
Current children cumulated vsize (KiB) 188608

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 28773
/proc/meminfo: memFree=1484208/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=188608 CPUtime=4120.74
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 185104 0 0 0 411960 114 0 0 25 0 1 0 176702209 193134592 44153 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134537968 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 47152 44153 72 123 0 47027 0
Current children cumulated CPU time (s) 4120.74
Current children cumulated vsize (KiB) 188608

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 28773
/proc/meminfo: memFree=1484272/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=188608 CPUtime=4180.71
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 185105 0 0 0 417957 114 0 0 25 0 1 0 176702209 193134592 44154 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 47152 44154 72 123 0 47027 0
Current children cumulated CPU time (s) 4180.71
Current children cumulated vsize (KiB) 188608

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 28773
/proc/meminfo: memFree=1484272/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=188608 CPUtime=4240.7
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 185106 0 0 0 423955 115 0 0 25 0 1 0 176702209 193134592 44155 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 47152 44155 72 123 0 47027 0
Current children cumulated CPU time (s) 4240.7
Current children cumulated vsize (KiB) 188608

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 28773
/proc/meminfo: memFree=1484208/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=188608 CPUtime=4300.67
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 185107 0 0 0 429952 115 0 0 25 0 1 0 176702209 193134592 44156 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 47152 44156 72 123 0 47027 0
Current children cumulated CPU time (s) 4300.67
Current children cumulated vsize (KiB) 188608

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 28773
/proc/meminfo: memFree=1484080/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=188732 CPUtime=4360.65
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 185132 0 0 0 435949 116 0 0 25 0 1 0 176702209 193261568 44181 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 47183 44181 72 123 0 47058 0
Current children cumulated CPU time (s) 4360.65
Current children cumulated vsize (KiB) 188732

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 28773
/proc/meminfo: memFree=1484080/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=188732 CPUtime=4420.63
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 185132 0 0 0 441947 116 0 0 25 0 1 0 176702209 193261568 44181 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 47183 44181 72 123 0 47058 0
Current children cumulated CPU time (s) 4420.63
Current children cumulated vsize (KiB) 188732

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 28773
/proc/meminfo: memFree=1484080/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=188732 CPUtime=4480.61
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 185132 0 0 0 447944 117 0 0 25 0 1 0 176702209 193261568 44181 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526957 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 47183 44181 72 123 0 47058 0
Current children cumulated CPU time (s) 4480.61
Current children cumulated vsize (KiB) 188732

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 28775
/proc/meminfo: memFree=1484080/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=188732 CPUtime=4540.58
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 185132 0 0 0 453941 117 0 0 25 0 1 0 176702209 193261568 44181 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526957 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 47183 44181 72 123 0 47058 0
Current children cumulated CPU time (s) 4540.58
Current children cumulated vsize (KiB) 188732

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 28775
/proc/meminfo: memFree=1484016/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=188732 CPUtime=4600.57
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 185132 0 0 0 459939 118 0 0 25 0 1 0 176702209 193261568 44181 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526944 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 47183 44181 72 123 0 47058 0
Current children cumulated CPU time (s) 4600.57
Current children cumulated vsize (KiB) 188732

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 28775
/proc/meminfo: memFree=1484080/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=188732 CPUtime=4660.54
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 185133 0 0 0 465936 118 0 0 25 0 1 0 176702209 193261568 44182 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134541823 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 47183 44182 72 123 0 47058 0
Current children cumulated CPU time (s) 4660.54
Current children cumulated vsize (KiB) 188732

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 28775
/proc/meminfo: memFree=1484016/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=188732 CPUtime=4720.53
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 185134 0 0 0 471934 119 0 0 25 0 1 0 176702209 193261568 44183 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526944 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 47183 44183 72 123 0 47058 0
Current children cumulated CPU time (s) 4720.53
Current children cumulated vsize (KiB) 188732

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 28775
/proc/meminfo: memFree=1484080/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=188732 CPUtime=4780.5
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 185136 0 0 0 477931 119 0 0 25 0 1 0 176702209 193261568 44185 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 47183 44185 72 123 0 47058 0
Current children cumulated CPU time (s) 4780.5
Current children cumulated vsize (KiB) 188732

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 28775
/proc/meminfo: memFree=1484016/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=188732 CPUtime=4840.49
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 185143 0 0 0 483929 120 0 0 25 0 1 0 176702209 193261568 44192 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 47183 44192 72 123 0 47058 0
Current children cumulated CPU time (s) 4840.49
Current children cumulated vsize (KiB) 188732

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 28775
/proc/meminfo: memFree=1483952/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=188732 CPUtime=4900.46
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 185146 0 0 0 489926 120 0 0 25 0 1 0 176702209 193261568 44195 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 47183 44195 72 123 0 47058 0
Current children cumulated CPU time (s) 4900.46
Current children cumulated vsize (KiB) 188732

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 28775
/proc/meminfo: memFree=1484080/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=188732 CPUtime=4960.45
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 185148 0 0 0 495924 121 0 0 25 0 1 0 176702209 193261568 44197 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 47183 44197 72 123 0 47058 0
Current children cumulated CPU time (s) 4960.45
Current children cumulated vsize (KiB) 188732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.9 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 28775
/proc/meminfo: memFree=1484016/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=188732 CPUtime=5000.03
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 185152 0 0 0 499882 121 0 0 25 0 1 0 176702209 193261568 44201 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 47183 44201 72 123 0 47058 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 188732

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

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

[startup+5001.9 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 28775
/proc/meminfo: memFree=1484016/2055920 swapFree=4155232/4192956
[pid=28572] ppid=28570 vsize=188732 CPUtime=5000.03
/proc/28572/stat : 28572 (march_ks) R 28570 28572 28079 0 -1 4194304 185152 0 0 0 499882 121 0 0 25 0 1 0 176702209 193261568 44201 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/28572/statm: 47183 44201 72 123 0 47058 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 188732

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5001.94
CPU time (s): 5000.07
CPU user time (s): 4998.83
CPU system time (s): 1.24281
CPU usage (%): 99.9627
Max. virtual memory (cumulated for all children) (KiB): 288216

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

runsolver used 5.99409 second user time and 11.7752 second system time

The end

Launcher Data (download as text)

Begin job on node20 on Mon Apr 23 00:24:09 UTC 2007

IDJOB= 369017
IDBENCH= 24724
IDSOLVER= 180
FILE ID= node20/369017-1177287848

PBS_JOBID= 4650791

Free space on /tmp= 66451 MiB

SOLVER NAME= March KS 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/sabharwal/gt-ordering-unsat-gt-060.sat05-1312.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/369017-1177287848/march_ks /tmp/evaluation/369017-1177287848/instance-369017-1177287848.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-369017-1177287848 -o ROOT/results/node20/solver-369017-1177287848 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/369017-1177287848/march_ks /tmp/evaluation/369017-1177287848/instance-369017-1177287848.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  dff294238660aead84de7aec33e643fc

RANDOM SEED= 376145042

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node20.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.265
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.265
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:       1661768 kB
Buffers:         41092 kB
Cached:         263136 kB
SwapCached:      16120 kB
Active:         228228 kB
Inactive:        99024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1661768 kB
SwapTotal:     4192956 kB
SwapFree:      4155232 kB
Dirty:            5912 kB
Writeback:           0 kB
Mapped:          30052 kB
Slab:            52500 kB
Committed_AS:  2022380 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= 66451 MiB

End job on node20 on Mon Apr 23 01:47:33 UTC 2007