Trace number 313787

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-08Signal 1042.37 1043.19

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/total-10-19-u.cnf
MD5SUMa2687a8a1b0deeabfd7eddcfa56549a2
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables331202
Number of clauses1571183
Sum of the clauses size3644324
Maximum clause length10
Minimum clause length1
Number of clauses of size 127558
Number of clauses of size 21199929
Number of clauses of size 3281756
Number of clauses of size 46880
Number of clauses of size 527520
Number of clauses of size over 527540

Solver Data (download as text)

22.48/22.59	c main():: ***                                   [ march satisfiability solver ]                                   ***
22.48/22.59	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
22.48/22.59	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
22.48/22.59	c main()::
22.48/22.59	c initFormula():: searching for DIMACS p-line....
22.48/22.59	c initFormula():: the DIMACS p-line indicates a CNF of 331202 variables and 1571183 clauses.
22.48/22.59	c parseCNF():: parsing....
22.48/22.59	c parseCNF():: the CNF contains 27558 unary clauses.
22.48/22.59	c runParser():: parsing was successful, warming up engines...
22.48/22.59	c find_and_remove_tautogolies():: found and removed 47107 tautologies
22.48/22.59	c find_and_remove_tautogolies():: found and removed 119 tautologies
22.48/22.59	c simplify_formula():: removed 293 tautological, 528984 satisfied and 30994 duplicate clauses
22.48/22.59	c preprocessing fase I completed:: there are now 176030 free variables and 1010912 clauses.
22.48/22.59	c stat :: sign balance is biased by 0.927
22.48/22.59	c shorten_equivalence(): average equivalence length reduced from nan to nan
22.48/22.59	c using k-SAT heuristics (size based diff)
22.48/22.59	c longest clause has size 10
22.48/22.59	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
22.48/22.59	c main():: clause / variable ratio: ( 1010912 / 331202 ) = 3.05
22.48/22.59	c longest clause has size 10
22.48/22.59	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
22.48/22.59	c dynamic_preselect_setsize :: on
22.48/22.59	c suggested doublelook initial :: 0
22.48/22.59	c main():: all systems go!
22.48/22.59	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node48/watcher-313787-1176891082 -o ROOT/results/node48/solver-313787-1176891082 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/313787-1176891082/march_ks /tmp/evaluation/313787-1176891082/instance-313787-1176891082.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.90 0.95 0.98 3/64 26341
/proc/meminfo: memFree=1827320/2055920 swapFree=4184636/4192956
[pid=26341] ppid=26339 vsize=8092 CPUtime=0
/proc/26341/stat : 26341 (march_ks) R 26339 26341 26238 0 -1 4194304 801 0 0 0 0 0 0 0 18 0 1 0 43953560 8286208 786 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134557383 0 0 4096 0 0 0 0 17 0 0 0
/proc/26341/statm: 2023 792 45 123 0 1898 0

[startup+0.0934021 s]
/proc/loadavg: 0.90 0.95 0.98 3/64 26341
/proc/meminfo: memFree=1827320/2055920 swapFree=4184636/4192956
[pid=26341] ppid=26339 vsize=39132 CPUtime=0.08
/proc/26341/stat : 26341 (march_ks) R 26339 26341 26238 0 -1 4194304 7860 0 0 0 5 3 0 0 18 0 1 0 43953560 40071168 7845 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134557851 0 0 4096 0 0 0 0 17 0 0 0
/proc/26341/statm: 9783 7845 47 123 0 9658 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 39132

[startup+0.101402 s]
/proc/loadavg: 0.90 0.95 0.98 3/64 26341
/proc/meminfo: memFree=1827320/2055920 swapFree=4184636/4192956
[pid=26341] ppid=26339 vsize=39264 CPUtime=0.09
/proc/26341/stat : 26341 (march_ks) R 26339 26341 26238 0 -1 4194304 7903 0 0 0 6 3 0 0 18 0 1 0 43953560 40206336 7888 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 0 0 0
/proc/26341/statm: 9816 7888 47 123 0 9691 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39264

[startup+0.30142 s]
/proc/loadavg: 0.90 0.95 0.98 3/64 26341
/proc/meminfo: memFree=1827320/2055920 swapFree=4184636/4192956
[pid=26341] ppid=26339 vsize=42432 CPUtime=0.29
/proc/26341/stat : 26341 (march_ks) R 26339 26341 26238 0 -1 4194304 8886 0 0 0 25 4 0 0 20 0 1 0 43953560 43450368 8871 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 0 0 0
/proc/26341/statm: 10608 8871 47 123 0 10483 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42432

[startup+0.701456 s]
/proc/loadavg: 0.90 0.95 0.98 3/64 26341
/proc/meminfo: memFree=1827320/2055920 swapFree=4184636/4192956
[pid=26341] ppid=26339 vsize=48504 CPUtime=0.69
/proc/26341/stat : 26341 (march_ks) R 26339 26341 26238 0 -1 4194304 10785 0 0 0 64 5 0 0 24 0 1 0 43953560 49668096 10770 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134557851 0 0 4096 0 0 0 0 17 0 0 0
/proc/26341/statm: 12126 10770 47 123 0 12001 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 48504

[startup+1.50153 s]
/proc/loadavg: 0.90 0.95 0.98 2/65 26342
/proc/meminfo: memFree=1779440/2055920 swapFree=4184636/4192956
[pid=26341] ppid=26339 vsize=60120 CPUtime=1.49
/proc/26341/stat : 26341 (march_ks) R 26339 26341 26238 0 -1 4194304 14387 0 0 0 141 8 0 0 25 0 1 0 43953560 61562880 14372 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 0 0 0
/proc/26341/statm: 15030 14372 47 123 0 14905 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 60120

[startup+3.10169 s]
/proc/loadavg: 0.90 0.95 0.98 2/65 26342
/proc/meminfo: memFree=1711408/2055920 swapFree=4184636/4192956
[pid=26341] ppid=26339 vsize=157088 CPUtime=3.09
/proc/26341/stat : 26341 (march_ks) R 26339 26341 26238 0 -1 4194304 29622 0 0 0 293 16 0 0 25 0 1 0 43953560 160858112 26339 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134561718 0 0 4096 0 0 0 0 17 1 0 0
/proc/26341/statm: 39272 26339 50 123 0 39147 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 157088

[startup+6.30179 s]
/proc/loadavg: 0.90 0.96 0.98 2/65 26342
/proc/meminfo: memFree=1700720/2055920 swapFree=4184636/4192956
[pid=26341] ppid=26339 vsize=166932 CPUtime=6.29
/proc/26341/stat : 26341 (march_ks) R 26339 26341 26238 0 -1 4194304 39909 0 0 0 609 20 0 0 25 0 1 0 43953560 170938368 29697 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134561711 0 0 4096 0 0 0 0 17 1 0 0
/proc/26341/statm: 41733 29697 52 123 0 41608 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 166932

[startup+12.7024 s]
/proc/loadavg: 0.91 0.96 0.98 2/65 26342
/proc/meminfo: memFree=1710072/2055920 swapFree=4184636/4192956
[pid=26341] ppid=26339 vsize=165516 CPUtime=12.69
/proc/26341/stat : 26341 (march_ks) R 26339 26341 26238 0 -1 4194304 54483 0 0 0 1242 27 0 0 25 0 1 0 43953560 169488384 29354 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134657941 0 0 4096 0 0 0 0 17 1 0 0
/proc/26341/statm: 41379 29354 63 123 0 41254 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 165516

[startup+25.5016 s]
/proc/loadavg: 0.93 0.96 0.98 2/65 26342
/proc/meminfo: memFree=1505656/2055920 swapFree=4184636/4192956
[pid=26341] ppid=26339 vsize=412576 CPUtime=25.48
/proc/26341/stat : 26341 (march_ks) R 26339 26341 26238 0 -1 4194304 146661 0 0 0 2479 69 0 0 25 0 1 0 43953560 422477824 80444 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538179 0 0 4096 0 0 0 0 17 1 0 0
/proc/26341/statm: 103144 80444 72 123 0 103019 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 412576

[startup+51.1019 s]
/proc/loadavg: 0.95 0.96 0.98 2/65 26342
/proc/meminfo: memFree=1505464/2055920 swapFree=4184636/4192956
[pid=26341] ppid=26339 vsize=412576 CPUtime=51.08
/proc/26341/stat : 26341 (march_ks) R 26339 26341 26238 0 -1 4194304 146726 0 0 0 5039 69 0 0 25 0 1 0 43953560 422477824 80509 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 1 0 0
/proc/26341/statm: 103144 80509 72 123 0 103019 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 412576

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.98 2/65 26342
/proc/meminfo: memFree=1505336/2055920 swapFree=4184636/4192956
[pid=26341] ppid=26339 vsize=412576 CPUtime=102.27
/proc/26341/stat : 26341 (march_ks) R 26339 26341 26238 0 -1 4194304 146767 0 0 0 10158 69 0 0 25 0 1 0 43953560 422477824 80550 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 1 0 0
/proc/26341/statm: 103144 80550 72 123 0 103019 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 412576

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26342
/proc/meminfo: memFree=1505208/2055920 swapFree=4184636/4192956
[pid=26341] ppid=26339 vsize=412576 CPUtime=162.25
/proc/26341/stat : 26341 (march_ks) R 26339 26341 26238 0 -1 4194304 146783 0 0 0 16156 69 0 0 25 0 1 0 43953560 422477824 80566 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538179 0 0 4096 0 0 0 0 17 1 0 0
/proc/26341/statm: 103144 80566 72 123 0 103019 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 412576

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26342
/proc/meminfo: memFree=1504888/2055920 swapFree=4184636/4192956
[pid=26341] ppid=26339 vsize=413032 CPUtime=222.23
/proc/26341/stat : 26341 (march_ks) R 26339 26341 26238 0 -1 4194304 146888 0 0 0 22154 69 0 0 25 0 1 0 43953560 422944768 80671 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538197 0 0 4096 0 0 0 0 17 1 0 0
/proc/26341/statm: 103258 80671 72 123 0 103133 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 413032

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26342
/proc/meminfo: memFree=1504704/2055920 swapFree=4184636/4192956
[pid=26341] ppid=26339 vsize=413288 CPUtime=282.22
/proc/26341/stat : 26341 (march_ks) R 26339 26341 26238 0 -1 4194304 146920 0 0 0 28153 69 0 0 25 0 1 0 43953560 423206912 80703 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 1 0 0
/proc/26341/statm: 103322 80703 72 123 0 103197 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 413288

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26342
/proc/meminfo: memFree=1504704/2055920 swapFree=4184636/4192956
[pid=26341] ppid=26339 vsize=413288 CPUtime=342.2
/proc/26341/stat : 26341 (march_ks) R 26339 26341 26238 0 -1 4194304 146920 0 0 0 34151 69 0 0 25 0 1 0 43953560 423206912 80703 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526922 0 0 4096 0 0 0 0 17 1 0 0
/proc/26341/statm: 103322 80703 72 123 0 103197 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 413288

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26342
/proc/meminfo: memFree=1504704/2055920 swapFree=4184636/4192956
[pid=26341] ppid=26339 vsize=413288 CPUtime=402.19
/proc/26341/stat : 26341 (march_ks) R 26339 26341 26238 0 -1 4194304 146921 0 0 0 40150 69 0 0 25 0 1 0 43953560 423206912 80704 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538179 0 0 4096 0 0 0 0 17 1 0 0
/proc/26341/statm: 103322 80704 72 123 0 103197 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 413288

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26342
/proc/meminfo: memFree=1504640/2055920 swapFree=4184636/4192956
[pid=26341] ppid=26339 vsize=413288 CPUtime=462.17
/proc/26341/stat : 26341 (march_ks) R 26339 26341 26238 0 -1 4194304 146921 0 0 0 46148 69 0 0 25 0 1 0 43953560 423206912 80704 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134527002 0 0 4096 0 0 0 0 17 1 0 0
/proc/26341/statm: 103322 80704 72 123 0 103197 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 413288

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26342
/proc/meminfo: memFree=1504640/2055920 swapFree=4184636/4192956
[pid=26341] ppid=26339 vsize=413288 CPUtime=522.16
/proc/26341/stat : 26341 (march_ks) R 26339 26341 26238 0 -1 4194304 146921 0 0 0 52147 69 0 0 25 0 1 0 43953560 423206912 80704 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 1 0 0
/proc/26341/statm: 103322 80704 72 123 0 103197 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 413288

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26342
/proc/meminfo: memFree=1504576/2055920 swapFree=4184636/4192956
[pid=26341] ppid=26339 vsize=413288 CPUtime=582.15
/proc/26341/stat : 26341 (march_ks) R 26339 26341 26238 0 -1 4194304 146929 0 0 0 58146 69 0 0 25 0 1 0 43953560 423206912 80712 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134537981 0 0 4096 0 0 0 0 17 1 0 0
/proc/26341/statm: 103322 80712 72 123 0 103197 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 413288

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26342
/proc/meminfo: memFree=1504384/2055920 swapFree=4184636/4192956
[pid=26341] ppid=26339 vsize=413420 CPUtime=642.13
/proc/26341/stat : 26341 (march_ks) R 26339 26341 26238 0 -1 4194304 146979 0 0 0 64144 69 0 0 25 0 1 0 43953560 423342080 80762 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134541846 0 0 4096 0 0 0 0 17 1 0 0
/proc/26341/statm: 103355 80762 72 123 0 103230 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 413420

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26342
/proc/meminfo: memFree=1482560/2055920 swapFree=4184636/4192956
[pid=26341] ppid=26339 vsize=435872 CPUtime=702.12
/proc/26341/stat : 26341 (march_ks) R 26339 26341 26238 0 -1 4194304 152444 0 0 0 70139 73 0 0 25 0 1 0 43953560 446332928 86227 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134541846 0 0 4096 0 0 0 0 17 1 0 0
/proc/26341/statm: 108968 86227 72 123 0 108843 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 435872

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26342
/proc/meminfo: memFree=1479744/2055920 swapFree=4184636/4192956
[pid=26341] ppid=26339 vsize=438572 CPUtime=762.11
/proc/26341/stat : 26341 (march_ks) R 26339 26341 26238 0 -1 4194304 153107 0 0 0 76137 74 0 0 25 0 1 0 43953560 449097728 86890 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134541800 0 0 4096 0 0 0 0 17 1 0 0
/proc/26341/statm: 109643 86890 72 123 0 109518 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 438572

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26342
/proc/meminfo: memFree=1478464/2055920 swapFree=4184636/4192956
[pid=26341] ppid=26339 vsize=439904 CPUtime=822.09
/proc/26341/stat : 26341 (march_ks) R 26339 26341 26238 0 -1 4194304 153421 0 0 0 82135 74 0 0 25 0 1 0 43953560 450461696 87204 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134541846 0 0 4096 0 0 0 0 17 1 0 0
/proc/26341/statm: 109976 87204 72 123 0 109851 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 439904

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26342
/proc/meminfo: memFree=1478400/2055920 swapFree=4184636/4192956
[pid=26341] ppid=26339 vsize=439904 CPUtime=882.07
/proc/26341/stat : 26341 (march_ks) R 26339 26341 26238 0 -1 4194304 153432 0 0 0 88133 74 0 0 25 0 1 0 43953560 450461696 87215 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134541846 0 0 4096 0 0 0 0 17 1 0 0
/proc/26341/statm: 109976 87215 72 123 0 109851 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 439904

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26342
/proc/meminfo: memFree=1450176/2055920 swapFree=4184636/4192956
[pid=26341] ppid=26339 vsize=470676 CPUtime=942.05
/proc/26341/stat : 26341 (march_ks) R 26339 26341 26238 0 -1 4194304 160481 0 0 0 94129 76 0 0 25 0 1 0 43953560 481972224 94260 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538578 0 0 4096 0 0 0 0 17 1 0 0
/proc/26341/statm: 117669 94260 72 123 0 117544 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 470676

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26342
/proc/meminfo: memFree=1446720/2055920 swapFree=4184636/4192956
[pid=26341] ppid=26339 vsize=474560 CPUtime=1002.04
/proc/26341/stat : 26341 (march_ks) R 26339 26341 26238 0 -1 4194304 161341 0 0 0 100128 76 0 0 25 0 1 0 43953560 485949440 95117 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134541846 0 0 4096 0 0 0 0 17 1 0 0
/proc/26341/statm: 118640 95117 72 123 0 118515 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 474560

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

[startup+1023.9 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26342
/proc/meminfo: memFree=1442624/2055920 swapFree=4184636/4192956
[pid=26341] ppid=26339 vsize=480376 CPUtime=1023.63
/proc/26341/stat : 26341 (march_ks) R 26339 26341 26238 0 -1 4194304 162426 0 0 0 102286 77 0 0 25 0 1 0 43953560 491905024 96202 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538602 0 0 4096 0 0 0 0 17 1 0 0
/proc/26341/statm: 120094 96202 72 123 0 119969 0
Current children cumulated CPU time (s) 1023.63
Current children cumulated vsize (KiB) 480376

[startup+1036.7 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26342
/proc/meminfo: memFree=1441792/2055920 swapFree=4184636/4192956
[pid=26341] ppid=26339 vsize=480900 CPUtime=1036.43
/proc/26341/stat : 26341 (march_ks) R 26339 26341 26238 0 -1 4194304 162563 0 0 0 103566 77 0 0 25 0 1 0 43953560 492441600 96339 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538160 0 0 4096 0 0 0 0 17 1 0 0
/proc/26341/statm: 120225 96339 72 123 0 120100 0
Current children cumulated CPU time (s) 1036.43
Current children cumulated vsize (KiB) 480900

[startup+1039.9 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26342
/proc/meminfo: memFree=1441856/2055920 swapFree=4184636/4192956
[pid=26341] ppid=26339 vsize=481036 CPUtime=1039.64
/proc/26341/stat : 26341 (march_ks) R 26339 26341 26238 0 -1 4194304 162580 0 0 0 103886 78 0 0 25 0 1 0 43953560 492580864 96356 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538604 0 0 4096 0 0 0 0 17 1 0 0
/proc/26341/statm: 120259 96356 72 123 0 120134 0
Current children cumulated CPU time (s) 1039.64
Current children cumulated vsize (KiB) 481036

[startup+1041.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26342
/proc/meminfo: memFree=1441792/2055920 swapFree=4184636/4192956
[pid=26341] ppid=26339 vsize=481184 CPUtime=1041.22
/proc/26341/stat : 26341 (march_ks) R 26339 26341 26238 0 -1 4195840 162637 0 0 0 104001 121 0 0 25 0 1 0 43953560 492732416 96404 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134523657 0 0 4096 0 0 0 0 17 0 0 0
/proc/26341/statm: 120296 96404 72 123 0 120171 0
Current children cumulated CPU time (s) 1041.22
Current children cumulated vsize (KiB) 481184

[startup+1042.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26342
/proc/meminfo: memFree=1293376/2055920 swapFree=4184636/4192956
[pid=26341] ppid=26339 vsize=481184 CPUtime=1042
/proc/26341/stat : 26341 (march_ks) D 26339 26341 26238 0 -1 4195840 167501 0 0 0 104001 199 0 0 25 0 1 0 43953560 492732416 96404 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134523657 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/26341/statm: 120296 96404 72 123 0 120171 0
Current children cumulated CPU time (s) 1042
Current children cumulated vsize (KiB) 481184

[startup+1042.7 s]
/proc/loadavg: 0.99 0.97 0.98 1/65 26342
/proc/meminfo: memFree=1114560/2055920 swapFree=4184636/4192956
[pid=26341] ppid=26339 vsize=481184 CPUtime=1042
/proc/26341/stat : 26341 (march_ks) D 26339 26341 26238 0 -1 4195840 167501 0 0 0 104001 199 0 0 25 0 1 0 43953560 492732416 96404 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134523657 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/26341/statm: 120296 96404 72 123 0 120171 0
Current children cumulated CPU time (s) 1042
Current children cumulated vsize (KiB) 481184

[startup+1043.1 s]
/proc/loadavg: 0.99 0.97 0.98 1/65 26342
/proc/meminfo: memFree=1114560/2055920 swapFree=4184636/4192956
[pid=26341] ppid=26339 vsize=481184 CPUtime=1042.26
/proc/26341/stat : 26341 (march_ks) R 26339 26341 26238 0 -1 4195840 173857 0 0 0 104001 225 0 0 25 0 1 0 43953560 492732416 96404 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134523657 0 0 4096 0 0 0 0 17 1 0 0
/proc/26341/statm: 120296 96404 72 123 0 120171 0
Current children cumulated CPU time (s) 1042.26
Current children cumulated vsize (KiB) 481184

Child ended because it received signal 11 (SIGSEGV)
Real time (s): 1043.19
CPU time (s): 1042.37
CPU user time (s): 1040.01
CPU system time (s): 2.35064
CPU usage (%): 99.9205
Max. virtual memory (cumulated for all children) (KiB): 481184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1040.01
system time used= 2.35064
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174180
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= 7
involuntary context switches= 1445

runsolver used 0.678896 second user time and 2.18467 second system time

The end

Launcher Data (download as text)

Begin job on node48 on Wed Apr 18 10:11:22 UTC 2007

IDJOB= 313787
IDBENCH= 20375
IDSOLVER= 111
FILE ID= node48/313787-1176891082

PBS_JOBID= 4595168

Free space on /tmp= 66504 MiB

SOLVER NAME= March KS 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/hard-unsat/total-10-19-u.cnf
COMMAND LINE= /tmp/evaluation/313787-1176891082/march_ks /tmp/evaluation/313787-1176891082/instance-313787-1176891082.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node48/watcher-313787-1176891082 -o ROOT/results/node48/solver-313787-1176891082 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/313787-1176891082/march_ks /tmp/evaluation/313787-1176891082/instance-313787-1176891082.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  a2687a8a1b0deeabfd7eddcfa56549a2

RANDOM SEED= 112711534

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node48.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.238
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.238
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:       1828176 kB
Buffers:          4876 kB
Cached:         161580 kB
SwapCached:       1980 kB
Active:          48304 kB
Inactive:       127268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1828176 kB
SwapTotal:     4192956 kB
SwapFree:      4184636 kB
Dirty:           31100 kB
Writeback:           0 kB
Mapped:          16268 kB
Slab:            38104 kB
Committed_AS:   958096 kB
PageTables:       1388 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= 66127 MiB

End job on node48 on Wed Apr 18 10:28:46 UTC 2007