Trace number 318213

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 716.27 716.847

General information on the benchmark

Nameindustrial/babic/dspam/
dspam_dump_vc962.cnf
MD5SUM6ec38fc9ca82d07fdf92336aa2980d6e
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.971851
Satisfiable
(Un)Satisfiability was proved
Number of variables101078
Number of clauses322159
Sum of the clauses size856454
Maximum clause length3
Minimum clause length1
Number of clauses of size 12710
Number of clauses of size 2104603
Number of clauses of size 3214846
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

713.73/714.04	march_ks: solver.c:294: initSolver: Assertion `CeqSizes[ i ] != 1' failed.
713.73/714.04	c main():: ***                                   [ march satisfiability solver ]                                   ***
713.73/714.04	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
713.73/714.04	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
713.73/714.04	c main()::
713.73/714.04	c initFormula():: searching for DIMACS p-line....
713.73/714.04	c initFormula():: the DIMACS p-line indicates a CNF of 101150 variables and 322159 clauses.
713.73/714.04	c parseCNF():: parsing....
713.73/714.04	c parseCNF():: the CNF contains 2710 unary clauses.
713.73/714.04	c runParser():: parsing was successful, warming up engines...
713.73/714.04	c find_and_remove_tautogolies():: found and removed 8329 tautologies
713.73/714.04	c find_and_remove_tautogolies():: found and removed 2 tautologies
713.73/714.04	c find_and_remove_tautogolies():: found and removed 1 tautologies
713.73/714.04	c simplify_formula():: removed 72 tautological, 23083 satisfied and 0 duplicate clauses
713.73/714.04	c preprocessing fase I completed:: there are now 88389 free variables and 299004 clauses.
713.73/714.04	c stat :: sign balance is biased by 0.066
713.73/714.04	c find_equivalence():: found 38538 3-equivalences
713.73/714.04	c find_and_remove_tautogolies():: found and removed 962 tautologies
713.73/714.04	c find_and_remove_tautogolies():: found and removed 20 tautologies
713.73/714.04	c find_and_remove_tautogolies():: found and removed 1 tautologies
713.73/714.04	c find_and_remove_tautogolies():: found and removed 270 tautologies
713.73/714.04	c shorten_equivalence(): average equivalence length reduced from 79.620598 to 49.266434
713.73/714.04	c using 3-SAT heuristics (occurence based diff)
713.73/714.04	c longest clause has size 3
713.73/714.04	c resolvent_look() :: found 361459 resolvents
713.73/714.04	c lessRedundantTransformation():: nothing to be done.
713.73/714.04	c transformTo3SAT():: you gave me 101150 variables and 660463 clauses.
713.73/714.04	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
713.73/714.04	c transformTo3SAT():: I will add 0 variables and 0 clauses!
713.73/714.04	c transformTo3SAT():: the transformation yielded 101150 variabels and 660463 clauses.
713.73/714.04	c main():: clause / variable ratio: ( 484519 / 101150 ) = 4.79
713.73/714.04	c longest clause has size 3
713.73/714.04	c many dependent variables -> full lookahead
713.73/714.04	c dynamic_preselect_setsize :: on

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/node75/watcher-318213-1176315118 -o ROOT/results/node75/solver-318213-1176315118 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/318213-1176315118/march_ks /tmp/evaluation/318213-1176315118/instance-318213-1176315118.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.91 0.72 0.34 3/64 8628
/proc/meminfo: memFree=912024/2055920 swapFree=4191892/4192956
[pid=8628] ppid=8626 vsize=5816 CPUtime=0
/proc/8628/stat : 8628 (march_ks) R 8626 8628 8415 0 -1 4194304 632 0 0 0 0 0 0 0 20 0 1 0 79425731 5955584 617 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/8628/statm: 1454 622 45 123 0 1329 0

[startup+0.0220929 s]
/proc/loadavg: 0.91 0.72 0.34 3/64 8628
/proc/meminfo: memFree=912024/2055920 swapFree=4191892/4192956
[pid=8628] ppid=8626 vsize=11096 CPUtime=0.01
/proc/8628/stat : 8628 (march_ks) R 8626 8628 8415 0 -1 4194304 2279 0 0 0 0 1 0 0 20 0 1 0 79425731 11362304 2264 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/8628/statm: 2774 2264 47 123 0 2649 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11096

[startup+0.101109 s]
/proc/loadavg: 0.91 0.72 0.34 3/64 8628
/proc/meminfo: memFree=912024/2055920 swapFree=4191892/4192956
[pid=8628] ppid=8626 vsize=12152 CPUtime=0.09
/proc/8628/stat : 8628 (march_ks) R 8626 8628 8415 0 -1 4194304 2603 0 0 0 8 1 0 0 20 0 1 0 79425731 12443648 2588 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/8628/statm: 3038 2588 47 123 0 2913 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12152

[startup+0.301148 s]
/proc/loadavg: 0.91 0.72 0.34 3/64 8628
/proc/meminfo: memFree=912024/2055920 swapFree=4191892/4192956
[pid=8628] ppid=8626 vsize=14660 CPUtime=0.29
/proc/8628/stat : 8628 (march_ks) R 8626 8628 8415 0 -1 4194304 3396 0 0 0 28 1 0 0 22 0 1 0 79425731 15011840 3381 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/8628/statm: 3665 3381 47 123 0 3540 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14660

[startup+0.701227 s]
/proc/loadavg: 0.91 0.72 0.34 3/64 8628
/proc/meminfo: memFree=912024/2055920 swapFree=4191892/4192956
[pid=8628] ppid=8626 vsize=37208 CPUtime=0.69
/proc/8628/stat : 8628 (march_ks) R 8626 8628 8415 0 -1 4194304 7761 0 0 0 64 5 0 0 25 0 1 0 79425731 38100992 6712 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134560435 0 0 4096 0 0 0 0 17 1 0 0
/proc/8628/statm: 9302 6712 50 123 0 9177 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37208

[startup+1.50139 s]
/proc/loadavg: 0.91 0.72 0.34 2/65 8629
/proc/meminfo: memFree=877520/2055920 swapFree=4191892/4192956
[pid=8628] ppid=8626 vsize=45992 CPUtime=1.49
/proc/8628/stat : 8628 (march_ks) R 8626 8628 8415 0 -1 4194304 11948 0 0 0 143 6 0 0 25 0 1 0 79425731 47095808 8917 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134554794 0 0 4096 0 0 0 0 17 1 0 0
/proc/8628/statm: 11498 8917 52 123 0 11373 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45992

[startup+3.1017 s]
/proc/loadavg: 0.91 0.72 0.34 2/65 8629
/proc/meminfo: memFree=878416/2055920 swapFree=4191892/4192956
[pid=8628] ppid=8626 vsize=42952 CPUtime=3.09
/proc/8628/stat : 8628 (march_ks) R 8626 8628 8415 0 -1 4194304 14974 0 0 0 302 7 0 0 25 0 1 0 79425731 43982848 8335 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134661758 0 0 4096 0 0 0 0 17 1 0 0
/proc/8628/statm: 10738 8335 63 123 0 10613 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42952

[startup+6.30133 s]
/proc/loadavg: 0.92 0.73 0.34 2/65 8629
/proc/meminfo: memFree=878352/2055920 swapFree=4191892/4192956
[pid=8628] ppid=8626 vsize=45112 CPUtime=6.28
/proc/8628/stat : 8628 (march_ks) R 8626 8628 8415 0 -1 4194304 16124 0 0 0 621 7 0 0 25 0 1 0 79425731 46194688 8783 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134528871 0 0 4096 0 0 0 0 17 1 0 0
/proc/8628/statm: 11278 8783 63 123 0 11153 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 45112

[startup+12.7016 s]
/proc/loadavg: 0.93 0.73 0.35 2/65 8629
/proc/meminfo: memFree=856400/2055920 swapFree=4191892/4192956
[pid=8628] ppid=8626 vsize=69204 CPUtime=12.69
/proc/8628/stat : 8628 (march_ks) R 8626 8628 8415 0 -1 4194304 21831 0 0 0 1259 10 0 0 25 0 1 0 79425731 70864896 14490 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134528817 0 0 4096 0 0 0 0 17 1 0 0
/proc/8628/statm: 17301 14490 63 123 0 17176 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 69204

[startup+25.5011 s]
/proc/loadavg: 0.94 0.74 0.36 2/65 8629
/proc/meminfo: memFree=827920/2055920 swapFree=4191892/4192956
[pid=8628] ppid=8626 vsize=96468 CPUtime=25.48
/proc/8628/stat : 8628 (march_ks) R 8626 8628 8415 0 -1 4194304 28425 0 0 0 2536 12 0 0 25 0 1 0 79425731 98783232 21084 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134528865 0 0 4096 0 0 0 0 17 1 0 0
/proc/8628/statm: 24117 21084 63 123 0 23992 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 96468

[startup+51.1012 s]
/proc/loadavg: 0.96 0.76 0.37 2/65 8629
/proc/meminfo: memFree=797200/2055920 swapFree=4191892/4192956
[pid=8628] ppid=8626 vsize=131020 CPUtime=51.06
/proc/8628/stat : 8628 (march_ks) R 8626 8628 8415 0 -1 4194304 36143 0 0 0 5091 15 0 0 25 0 1 0 79425731 134164480 28802 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134528823 0 0 4096 0 0 0 0 17 1 0 0
/proc/8628/statm: 32755 28802 63 123 0 32630 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 131020

[startup+102.305 s]
/proc/loadavg: 0.98 0.80 0.40 2/65 8629
/proc/meminfo: memFree=757328/2055920 swapFree=4191892/4192956
[pid=8628] ppid=8626 vsize=173552 CPUtime=102.26
/proc/8628/stat : 8628 (march_ks) R 8626 8628 8415 0 -1 4194304 45982 0 0 0 10206 20 0 0 25 0 1 0 79425731 177717248 38641 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134528865 0 0 4096 0 0 0 0 17 1 0 0
/proc/8628/statm: 43388 38641 63 123 0 43263 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 173552

[startup+162.301 s]
/proc/loadavg: 0.99 0.83 0.44 2/65 8629
/proc/meminfo: memFree=669136/2055920 swapFree=4191892/4192956
[pid=8628] ppid=8626 vsize=269672 CPUtime=162.22
/proc/8628/stat : 8628 (march_ks) R 8626 8628 8415 0 -1 4194304 68275 0 0 0 16194 28 0 0 25 0 1 0 79425731 276144128 60934 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134528864 0 0 4096 0 0 0 0 17 1 0 0
/proc/8628/statm: 67418 60934 63 123 0 67293 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 269672

[startup+222.301 s]
/proc/loadavg: 0.99 0.86 0.47 2/65 8629
/proc/meminfo: memFree=622288/2055920 swapFree=4191892/4192956
[pid=8628] ppid=8626 vsize=319728 CPUtime=222.2
/proc/8628/stat : 8628 (march_ks) R 8626 8628 8415 0 -1 4194304 79654 0 0 0 22187 33 0 0 25 0 1 0 79425731 327401472 72313 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134528817 0 0 4096 0 0 0 0 17 1 0 0
/proc/8628/statm: 79932 72313 63 123 0 79807 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 319728

[startup+282.302 s]
/proc/loadavg: 0.99 0.88 0.50 2/65 8629
/proc/meminfo: memFree=569232/2055920 swapFree=4191892/4192956
[pid=8628] ppid=8626 vsize=378144 CPUtime=282.19
/proc/8628/stat : 8628 (march_ks) R 8626 8628 8415 0 -1 4194304 93392 0 0 0 28181 38 0 0 25 0 1 0 79425731 387219456 86051 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134528871 0 0 4096 0 0 0 0 17 1 0 0
/proc/8628/statm: 94536 86051 63 123 0 94411 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 378144

[startup+342.302 s]
/proc/loadavg: 0.99 0.90 0.53 2/65 8629
/proc/meminfo: memFree=483664/2055920 swapFree=4191892/4192956
[pid=8628] ppid=8626 vsize=468164 CPUtime=342.17
/proc/8628/stat : 8628 (march_ks) R 8626 8628 8415 0 -1 4194304 114349 0 0 0 34170 47 0 0 25 0 1 0 79425731 479399936 107008 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134528816 0 0 4096 0 0 0 0 17 1 0 0
/proc/8628/statm: 117041 107008 63 123 0 116916 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 468164

[startup+402.302 s]
/proc/loadavg: 0.99 0.92 0.56 2/65 8629
/proc/meminfo: memFree=442448/2055920 swapFree=4191892/4192956
[pid=8628] ppid=8626 vsize=514540 CPUtime=402.14
/proc/8628/stat : 8628 (march_ks) R 8626 8628 8415 0 -1 4194304 124755 0 0 0 40163 51 0 0 25 0 1 0 79425731 526888960 117414 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134528823 0 0 4096 0 0 0 0 17 1 0 0
/proc/8628/statm: 128635 117414 63 123 0 128510 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 514540

[startup+462.302 s]
/proc/loadavg: 0.99 0.93 0.58 2/65 8629
/proc/meminfo: memFree=404752/2055920 swapFree=4191892/4192956
[pid=8628] ppid=8626 vsize=553192 CPUtime=462.12
/proc/8628/stat : 8628 (march_ks) R 8626 8628 8415 0 -1 4194304 133920 0 0 0 46158 54 0 0 25 0 1 0 79425731 566468608 126579 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134528823 0 0 4096 0 0 0 0 17 1 0 0
/proc/8628/statm: 138298 126579 63 123 0 138173 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 553192

[startup+522.302 s]
/proc/loadavg: 0.99 0.94 0.60 2/65 8629
/proc/meminfo: memFree=374608/2055920 swapFree=4191892/4192956
[pid=8628] ppid=8626 vsize=586688 CPUtime=522.1
/proc/8628/stat : 8628 (march_ks) R 8626 8628 8415 0 -1 4194304 142028 0 0 0 52151 59 0 0 25 0 1 0 79425731 600768512 134093 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134529689 0 0 4096 0 0 0 0 17 1 0 0
/proc/8628/statm: 146672 134093 63 123 0 146547 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 586688

[startup+582.301 s]
/proc/loadavg: 0.99 0.95 0.63 2/65 8629
/proc/meminfo: memFree=357584/2055920 swapFree=4191892/4192956
[pid=8628] ppid=8626 vsize=606196 CPUtime=582.08
/proc/8628/stat : 8628 (march_ks) R 8626 8628 8415 0 -1 4194304 146267 0 0 0 58147 61 0 0 25 0 1 0 79425731 620744704 138332 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134530169 0 0 4096 0 0 0 0 17 1 0 0
/proc/8628/statm: 151549 138332 63 123 0 151424 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 606196

[startup+642.301 s]
/proc/loadavg: 0.99 0.95 0.65 2/65 8629
/proc/meminfo: memFree=353808/2055920 swapFree=4191892/4192956
[pid=8628] ppid=8626 vsize=610380 CPUtime=642.06
/proc/8628/stat : 8628 (march_ks) R 8626 8628 8415 0 -1 4194304 147212 0 0 0 64145 61 0 0 25 0 1 0 79425731 625029120 139277 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134530171 0 0 4096 0 0 0 0 17 1 0 0
/proc/8628/statm: 152595 139277 63 123 0 152470 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 610380

[startup+702.301 s]
/proc/loadavg: 0.99 0.96 0.66 2/65 8629
/proc/meminfo: memFree=353680/2055920 swapFree=4191892/4192956
[pid=8628] ppid=8626 vsize=610512 CPUtime=702.03
/proc/8628/stat : 8628 (march_ks) R 8626 8628 8415 0 -1 4194304 147240 0 0 0 70142 61 0 0 25 0 1 0 79425731 625164288 139305 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134530179 0 0 4096 0 0 0 0 17 1 0 0
/proc/8628/statm: 152628 139305 63 123 0 152503 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 610512

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

[startup+703.902 s]
/proc/loadavg: 0.99 0.96 0.66 2/65 8629
/proc/meminfo: memFree=353680/2055920 swapFree=4191892/4192956
[pid=8628] ppid=8626 vsize=610512 CPUtime=703.64
/proc/8628/stat : 8628 (march_ks) R 8626 8628 8415 0 -1 4194304 147240 0 0 0 70303 61 0 0 25 0 1 0 79425731 625164288 139305 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134530179 0 0 4096 0 0 0 0 17 1 0 0
/proc/8628/statm: 152628 139305 63 123 0 152503 0
Current children cumulated CPU time (s) 703.64
Current children cumulated vsize (KiB) 610512

[startup+710.303 s]
/proc/loadavg: 0.99 0.96 0.67 2/65 8629
/proc/meminfo: memFree=353680/2055920 swapFree=4191892/4192956
[pid=8628] ppid=8626 vsize=610512 CPUtime=710.03
/proc/8628/stat : 8628 (march_ks) R 8626 8628 8415 0 -1 4194304 147240 0 0 0 70942 61 0 0 25 0 1 0 79425731 625164288 139305 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134529692 0 0 4096 0 0 0 0 17 1 0 0
/proc/8628/statm: 152628 139305 63 123 0 152503 0
Current children cumulated CPU time (s) 710.03
Current children cumulated vsize (KiB) 610512

[startup+713.501 s]
/proc/loadavg: 0.99 0.96 0.67 2/65 8629
/proc/meminfo: memFree=334416/2055920 swapFree=4191892/4192956
[pid=8628] ppid=8626 vsize=632520 CPUtime=713.24
/proc/8628/stat : 8628 (march_ks) R 8626 8628 8415 0 -1 4194304 154866 0 0 0 71259 65 0 0 25 0 1 0 79425731 647700480 143722 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134534676 0 0 4096 0 0 0 0 17 1 0 0
/proc/8628/statm: 158130 143722 67 123 0 158005 0
Current children cumulated CPU time (s) 713.24
Current children cumulated vsize (KiB) 632520

[startup+715.103 s]
/proc/loadavg: 0.99 0.96 0.67 2/65 8629
/proc/meminfo: memFree=60176/2055920 swapFree=4191892/4192956
[pid=8628] ppid=8626 vsize=683128 CPUtime=714.81
/proc/8628/stat : 8628 (march_ks) R 8626 8628 8415 0 -1 4195840 171918 0 0 0 71309 172 0 0 25 0 1 0 79425731 699523072 154301 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134735201 0 0 4096 0 0 0 0 17 1 0 0
/proc/8628/statm: 170782 154301 70 123 0 170657 0
Current children cumulated CPU time (s) 714.81
Current children cumulated vsize (KiB) 683128

[startup+715.902 s]
/proc/loadavg: 0.99 0.96 0.67 2/65 8629
/proc/meminfo: memFree=60176/2055920 swapFree=4191892/4192956
[pid=8628] ppid=8626 vsize=683128 CPUtime=715.49
/proc/8628/stat : 8628 (march_ks) D 8626 8628 8415 0 -1 4195840 175459 0 0 0 71309 240 0 0 25 0 1 0 79425731 699523072 154301 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134735201 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/8628/statm: 170782 154301 70 123 0 170657 0
Current children cumulated CPU time (s) 715.49
Current children cumulated vsize (KiB) 683128

[startup+716.301 s]
/proc/loadavg: 0.99 0.96 0.67 2/65 8629
/proc/meminfo: memFree=16336/2055920 swapFree=4191892/4192956
[pid=8628] ppid=8626 vsize=683128 CPUtime=715.79
/proc/8628/stat : 8628 (march_ks) R 8626 8628 8415 0 -1 4195840 177259 0 0 0 71309 270 0 0 25 0 1 0 79425731 699523072 154301 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134735201 0 0 4096 0 0 0 0 17 0 0 0
/proc/8628/statm: 170782 154301 70 123 0 170657 0
Current children cumulated CPU time (s) 715.79
Current children cumulated vsize (KiB) 683128

[startup+716.701 s]
/proc/loadavg: 0.99 0.96 0.67 2/65 8629
/proc/meminfo: memFree=16336/2055920 swapFree=4191892/4192956
[pid=8628] ppid=8626 vsize=683128 CPUtime=716.12
/proc/8628/stat : 8628 (march_ks) R 8626 8628 8415 0 -1 4195840 180738 0 0 0 71309 303 0 0 25 0 1 0 79425731 699523072 154301 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134735201 0 0 4096 0 0 0 0 17 0 0 0
/proc/8628/statm: 170782 154301 70 123 0 170657 0
Current children cumulated CPU time (s) 716.12
Current children cumulated vsize (KiB) 683128

[startup+716.801 s]
/proc/loadavg: 0.99 0.96 0.67 2/65 8629
/proc/meminfo: memFree=16336/2055920 swapFree=4191892/4192956
[pid=8628] ppid=8626 vsize=0 CPUtime=716.22
/proc/8628/stat : 8628 (march_ks) R 8626 8628 8415 0 -1 4195844 183759 0 0 0 71309 313 0 0 25 0 1 0 79425731 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/8628/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 716.22
Current children cumulated vsize (KiB) 0

Child ended because it received signal 6 (SIGABRT)
Real time (s): 716.847
CPU time (s): 716.27
CPU user time (s): 713.094
CPU system time (s): 3.17652
CPU usage (%): 99.9195
Max. virtual memory (cumulated for all children) (KiB): 683128

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

runsolver used 0.515921 second user time and 1.45678 second system time

The end

Launcher Data (download as text)

Begin job on node75 on Wed Apr 11 18:11:58 UTC 2007

IDJOB= 318213
IDBENCH= 20449
IDSOLVER= 111
FILE ID= node75/318213-1176315118

PBS_JOBID= 4516689

Free space on /tmp= 66557 MiB

SOLVER NAME= March KS 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/babic/dspam/dspam_dump_vc962.cnf
COMMAND LINE= /tmp/evaluation/318213-1176315118/march_ks /tmp/evaluation/318213-1176315118/instance-318213-1176315118.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-318213-1176315118 -o ROOT/results/node75/solver-318213-1176315118 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/318213-1176315118/march_ks /tmp/evaluation/318213-1176315118/instance-318213-1176315118.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  6ec38fc9ca82d07fdf92336aa2980d6e

RANDOM SEED= 754910530

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node75.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.257
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.257
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        912496 kB
Buffers:         39612 kB
Cached:         881452 kB
SwapCached:        268 kB
Active:         307800 kB
Inactive:       628276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        912496 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            8340 kB
Writeback:           0 kB
Mapped:          24652 kB
Slab:           193300 kB
Committed_AS:   112536 kB
PageTables:       1432 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= 65953 MiB

End job on node75 on Wed Apr 11 18:23:55 UTC 2007