Trace number 318172

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 726.951 727.535

General information on the benchmark

Nameindustrial/babic/
dspam/dspam_dump_vc1093.cnf
MD5SUMfe5edee84f2eb21126b00640515281bf
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.08383
Satisfiable
(Un)Satisfiability was proved
Number of variables106648
Number of clauses337439
Sum of the clauses size896316
Maximum clause length3
Minimum clause length1
Number of clauses of size 12907
Number of clauses of size 2110187
Number of clauses of size 3224345
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

724.29/724.58	march_ks: solver.c:294: initSolver: Assertion `CeqSizes[ i ] != 1' failed.
724.29/724.58	c main():: ***                                   [ march satisfiability solver ]                                   ***
724.29/724.58	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
724.29/724.58	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
724.29/724.58	c main()::
724.29/724.58	c initFormula():: searching for DIMACS p-line....
724.29/724.58	c initFormula():: the DIMACS p-line indicates a CNF of 106720 variables and 337439 clauses.
724.29/724.58	c parseCNF():: parsing....
724.29/724.58	c parseCNF():: the CNF contains 2907 unary clauses.
724.29/724.58	c runParser():: parsing was successful, warming up engines...
724.29/724.58	c find_and_remove_tautogolies():: found and removed 9695 tautologies
724.29/724.58	c find_and_remove_tautogolies():: found and removed 2 tautologies
724.29/724.58	c find_and_remove_tautogolies():: found and removed 1 tautologies
724.29/724.58	c simplify_formula():: removed 72 tautological, 26855 satisfied and 32 duplicate clauses
724.29/724.58	c preprocessing fase I completed:: there are now 92010 free variables and 310480 clauses.
724.29/724.58	c stat :: sign balance is biased by 0.067
724.29/724.58	c find_equivalence():: found 38748 3-equivalences
724.29/724.58	c find_and_remove_tautogolies():: found and removed 1032 tautologies
724.29/724.58	c find_and_remove_tautogolies():: found and removed 28 tautologies
724.29/724.58	c find_and_remove_tautogolies():: found and removed 1 tautologies
724.29/724.58	c find_and_remove_tautogolies():: found and removed 270 tautologies
724.29/724.58	c shorten_equivalence(): average equivalence length reduced from 79.351899 to 49.322821
724.29/724.58	c using 3-SAT heuristics (occurence based diff)
724.29/724.58	c longest clause has size 3
724.29/724.58	c resolvent_look() :: found 505279 resolvents
724.29/724.58	c lessRedundantTransformation():: nothing to be done.
724.29/724.58	c transformTo3SAT():: you gave me 106720 variables and 815759 clauses.
724.29/724.58	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
724.29/724.58	c transformTo3SAT():: I will add 0 variables and 0 clauses!
724.29/724.58	c transformTo3SAT():: the transformation yielded 106720 variabels and 815759 clauses.
724.29/724.58	c main():: clause / variable ratio: ( 627753 / 106720 ) = 5.88
724.29/724.58	c longest clause has size 3
724.29/724.58	c many dependent variables -> full lookahead
724.29/724.58	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/node55/watcher-318172-1176314688 -o ROOT/results/node55/solver-318172-1176314688 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/318172-1176314688/march_ks /tmp/evaluation/318172-1176314688/instance-318172-1176314688.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.00 0.00 0.00 3/64 11676
/proc/meminfo: memFree=1454028/2055920 swapFree=4191892/4192956
[pid=11676] ppid=11674 vsize=5916 CPUtime=0
/proc/11676/stat : 11676 (march_ks) R 11674 11676 11611 0 -1 4194304 607 0 0 0 0 0 0 0 18 0 1 0 79378913 6057984 592 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/11676/statm: 1479 597 45 123 0 1354 0

[startup+0.0861621 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 11676
/proc/meminfo: memFree=1454028/2055920 swapFree=4191892/4192956
[pid=11676] ppid=11674 vsize=12452 CPUtime=0.08
/proc/11676/stat : 11676 (march_ks) R 11674 11676 11611 0 -1 4194304 2636 0 0 0 7 1 0 0 18 0 1 0 79378913 12750848 2621 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/11676/statm: 3113 2621 47 123 0 2988 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12452

[startup+0.101201 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 11676
/proc/meminfo: memFree=1454028/2055920 swapFree=4191892/4192956
[pid=11676] ppid=11674 vsize=12584 CPUtime=0.09
/proc/11676/stat : 11676 (march_ks) R 11674 11676 11611 0 -1 4194304 2691 0 0 0 8 1 0 0 18 0 1 0 79378913 12886016 2676 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/11676/statm: 3146 2676 47 123 0 3021 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12584

[startup+0.301218 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 11676
/proc/meminfo: memFree=1454028/2055920 swapFree=4191892/4192956
[pid=11676] ppid=11674 vsize=14960 CPUtime=0.29
/proc/11676/stat : 11676 (march_ks) R 11674 11676 11611 0 -1 4194304 3421 0 0 0 27 2 0 0 19 0 1 0 79378913 15319040 3406 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/11676/statm: 3740 3406 47 123 0 3615 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14960

[startup+0.701257 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 11676
/proc/meminfo: memFree=1454028/2055920 swapFree=4191892/4192956
[pid=11676] ppid=11674 vsize=40340 CPUtime=0.69
/proc/11676/stat : 11676 (march_ks) R 11674 11676 11611 0 -1 4194304 7989 0 0 0 65 4 0 0 22 0 1 0 79378913 41308160 7213 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134628569 0 0 4096 0 0 0 0 17 1 0 0
/proc/11676/statm: 10085 7213 50 123 0 9960 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40340

[startup+1.50133 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 11677
/proc/meminfo: memFree=1417732/2055920 swapFree=4191892/4192956
[pid=11676] ppid=11674 vsize=47732 CPUtime=1.49
/proc/11676/stat : 11676 (march_ks) R 11674 11676 11611 0 -1 4194304 11776 0 0 0 143 6 0 0 25 0 1 0 79378913 48877568 9241 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/11676/statm: 11933 9243 52 123 0 11808 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47732

[startup+3.10144 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 11677
/proc/meminfo: memFree=1416580/2055920 swapFree=4191892/4192956
[pid=11676] ppid=11674 vsize=45728 CPUtime=3.09
/proc/11676/stat : 11676 (march_ks) R 11674 11676 11611 0 -1 4194304 15521 0 0 0 302 7 0 0 25 0 1 0 79378913 46825472 8887 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134555251 0 0 4096 0 0 0 0 17 1 0 0
/proc/11676/statm: 11432 8887 63 123 0 11307 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45728

[startup+6.30174 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 11677
/proc/meminfo: memFree=1418884/2055920 swapFree=4191892/4192956
[pid=11676] ppid=11674 vsize=45932 CPUtime=6.28
/proc/11676/stat : 11676 (march_ks) R 11674 11676 11611 0 -1 4194304 16728 0 0 0 620 8 0 0 25 0 1 0 79378913 47034368 8925 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134528817 0 0 4096 0 0 0 0 17 1 0 0
/proc/11676/statm: 11483 8925 63 123 0 11358 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 45932

[startup+12.7013 s]
/proc/loadavg: 0.15 0.03 0.01 2/65 11677
/proc/meminfo: memFree=1401028/2055920 swapFree=4191892/4192956
[pid=11676] ppid=11674 vsize=67744 CPUtime=12.68
/proc/11676/stat : 11676 (march_ks) R 11674 11676 11611 0 -1 4194304 21740 0 0 0 1257 11 0 0 25 0 1 0 79378913 69369856 13937 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134528871 0 0 4096 0 0 0 0 17 1 0 0
/proc/11676/statm: 16936 13937 63 123 0 16811 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 67744

[startup+25.5015 s]
/proc/loadavg: 0.34 0.08 0.02 2/65 11677
/proc/meminfo: memFree=1371396/2055920 swapFree=4191892/4192956
[pid=11676] ppid=11674 vsize=95240 CPUtime=25.48
/proc/11676/stat : 11676 (march_ks) R 11674 11676 11611 0 -1 4194304 28526 0 0 0 2534 14 0 0 25 0 1 0 79378913 97525760 20723 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134528652 0 0 4096 0 0 0 0 17 1 0 0
/proc/11676/statm: 23810 20723 63 123 0 23685 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 95240

[startup+51.1018 s]
/proc/loadavg: 0.56 0.15 0.05 2/65 11677
/proc/meminfo: memFree=1342020/2055920 swapFree=4191892/4192956
[pid=11676] ppid=11674 vsize=128096 CPUtime=51.07
/proc/11676/stat : 11676 (march_ks) R 11674 11676 11611 0 -1 4194304 35887 0 0 0 5090 17 0 0 25 0 1 0 79378913 131170304 28084 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134528823 0 0 4096 0 0 0 0 17 1 0 0
/proc/11676/statm: 32024 28084 63 123 0 31899 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 128096

[startup+102.306 s]
/proc/loadavg: 0.81 0.28 0.10 2/65 11677
/proc/meminfo: memFree=1306308/2055920 swapFree=4191892/4192956
[pid=11676] ppid=11674 vsize=168564 CPUtime=102.26
/proc/11676/stat : 11676 (march_ks) R 11674 11676 11611 0 -1 4194304 44786 0 0 0 10204 22 0 0 25 0 1 0 79378913 172609536 36983 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134528817 0 0 4096 0 0 0 0 17 1 0 0
/proc/11676/statm: 42141 36983 63 123 0 42016 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 168564

[startup+162.301 s]
/proc/loadavg: 0.93 0.41 0.15 2/65 11677
/proc/meminfo: memFree=1226884/2055920 swapFree=4191892/4192956
[pid=11676] ppid=11674 vsize=253168 CPUtime=162.24
/proc/11676/stat : 11676 (march_ks) R 11674 11676 11611 0 -1 4194304 64773 0 0 0 16193 31 0 0 25 0 1 0 79378913 259244032 56970 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134528876 0 0 4096 0 0 0 0 17 1 0 0
/proc/11676/statm: 63292 56970 63 123 0 63167 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 253168

[startup+222.302 s]
/proc/loadavg: 0.97 0.51 0.20 2/65 11677
/proc/meminfo: memFree=1172612/2055920 swapFree=4191892/4192956
[pid=11676] ppid=11674 vsize=311064 CPUtime=222.23
/proc/11676/stat : 11676 (march_ks) R 11674 11676 11611 0 -1 4194304 78035 0 0 0 22188 35 0 0 25 0 1 0 79378913 318529536 70232 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134528823 0 0 4096 0 0 0 0 17 1 0 0
/proc/11676/statm: 77766 70232 63 123 0 77641 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 311064

[startup+282.301 s]
/proc/loadavg: 0.99 0.60 0.25 2/65 11677
/proc/meminfo: memFree=1131588/2055920 swapFree=4191892/4192956
[pid=11676] ppid=11674 vsize=356860 CPUtime=282.21
/proc/11676/stat : 11676 (march_ks) R 11674 11676 11611 0 -1 4194304 88718 0 0 0 28182 39 0 0 25 0 1 0 79378913 365424640 80915 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134528727 0 0 4096 0 0 0 0 17 1 0 0
/proc/11676/statm: 89215 80915 63 123 0 89090 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 356860

[startup+342.302 s]
/proc/loadavg: 0.99 0.67 0.29 2/65 11677
/proc/meminfo: memFree=1045444/2055920 swapFree=4191892/4192956
[pid=11676] ppid=11674 vsize=448532 CPUtime=342.19
/proc/11676/stat : 11676 (march_ks) R 11674 11676 11611 0 -1 4194304 109862 0 0 0 34173 46 0 0 25 0 1 0 79378913 459296768 102059 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134528823 0 0 4096 0 0 0 0 17 1 0 0
/proc/11676/statm: 112133 102059 63 123 0 112008 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 448532

[startup+402.301 s]
/proc/loadavg: 0.99 0.73 0.33 2/65 11677
/proc/meminfo: memFree=1008452/2055920 swapFree=4191892/4192956
[pid=11676] ppid=11674 vsize=489812 CPUtime=402.18
/proc/11676/stat : 11676 (march_ks) R 11674 11676 11611 0 -1 4194304 119014 0 0 0 40168 50 0 0 25 0 1 0 79378913 501567488 111211 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134528817 0 0 4096 0 0 0 0 17 1 0 0
/proc/11676/statm: 122453 111211 63 123 0 122328 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 489812

[startup+462.302 s]
/proc/loadavg: 0.99 0.77 0.37 2/65 11677
/proc/meminfo: memFree=967812/2055920 swapFree=4191892/4192956
[pid=11676] ppid=11674 vsize=533836 CPUtime=462.16
/proc/11676/stat : 11676 (march_ks) R 11674 11676 11611 0 -1 4194304 129215 0 0 0 46162 54 0 0 25 0 1 0 79378913 546648064 121412 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134528817 0 0 4096 0 0 0 0 17 1 0 0
/proc/11676/statm: 133459 121412 63 123 0 133334 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 533836

[startup+522.301 s]
/proc/loadavg: 0.99 0.81 0.41 2/65 11677
/proc/meminfo: memFree=939588/2055920 swapFree=4191892/4192956
[pid=11676] ppid=11674 vsize=566952 CPUtime=522.14
/proc/11676/stat : 11676 (march_ks) R 11674 11676 11611 0 -1 4194304 136943 0 0 0 52157 57 0 0 25 0 1 0 79378913 580558848 128513 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134528817 0 0 4096 0 0 0 0 17 1 0 0
/proc/11676/statm: 141738 128513 63 123 0 141613 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 566952

[startup+582.302 s]
/proc/loadavg: 0.99 0.84 0.44 2/65 11677
/proc/meminfo: memFree=924484/2055920 swapFree=4191892/4192956
[pid=11676] ppid=11674 vsize=584328 CPUtime=582.13
/proc/11676/stat : 11676 (march_ks) R 11674 11676 11611 0 -1 4194304 140619 0 0 0 58154 59 0 0 25 0 1 0 79378913 598351872 132189 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134529692 0 0 4096 0 0 0 0 17 1 0 0
/proc/11676/statm: 146082 132189 63 123 0 145957 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 584328

[startup+642.301 s]
/proc/loadavg: 0.99 0.87 0.47 2/65 11677
/proc/meminfo: memFree=914564/2055920 swapFree=4191892/4192956
[pid=11676] ppid=11674 vsize=595064 CPUtime=642.11
/proc/11676/stat : 11676 (march_ks) R 11674 11676 11611 0 -1 4194304 143064 0 0 0 64152 59 0 0 25 0 1 0 79378913 609345536 134634 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134528823 0 0 4096 0 0 0 0 17 1 0 0
/proc/11676/statm: 148766 134634 63 123 0 148641 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 595064

[startup+702.302 s]
/proc/loadavg: 0.99 0.89 0.50 3/65 11677
/proc/meminfo: memFree=913348/2055920 swapFree=4191892/4192956
[pid=11676] ppid=11674 vsize=596264 CPUtime=702.1
/proc/11676/stat : 11676 (march_ks) R 11674 11676 11611 0 -1 4194304 143348 0 0 0 70150 60 0 0 25 0 1 0 79378913 610574336 134918 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134530169 0 0 4096 0 0 0 0 17 1 0 0
/proc/11676/statm: 149066 134918 63 123 0 148941 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 596264

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

[startup+703.903 s]
/proc/loadavg: 0.99 0.89 0.51 2/65 11677
/proc/meminfo: memFree=913348/2055920 swapFree=4191892/4192956
[pid=11676] ppid=11674 vsize=596264 CPUtime=703.71
/proc/11676/stat : 11676 (march_ks) R 11674 11676 11611 0 -1 4194304 143348 0 0 0 70311 60 0 0 25 0 1 0 79378913 610574336 134918 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134530169 0 0 4096 0 0 0 0 17 1 0 0
/proc/11676/statm: 149066 134918 63 123 0 148941 0
Current children cumulated CPU time (s) 703.71
Current children cumulated vsize (KiB) 596264

[startup+716.701 s]
/proc/loadavg: 0.99 0.89 0.51 2/65 11677
/proc/meminfo: memFree=913412/2055920 swapFree=4191892/4192956
[pid=11676] ppid=11674 vsize=596264 CPUtime=716.5
/proc/11676/stat : 11676 (march_ks) R 11674 11676 11611 0 -1 4194304 143348 0 0 0 71590 60 0 0 25 0 1 0 79378913 610574336 134918 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134529689 0 0 4096 0 0 0 0 17 1 0 0
/proc/11676/statm: 149066 134918 63 123 0 148941 0
Current children cumulated CPU time (s) 716.5
Current children cumulated vsize (KiB) 596264

[startup+723.102 s]
/proc/loadavg: 0.99 0.90 0.51 2/65 11677
/proc/meminfo: memFree=893892/2055920 swapFree=4191892/4192956
[pid=11676] ppid=11674 vsize=623272 CPUtime=722.89
/proc/11676/stat : 11676 (march_ks) R 11674 11676 11611 0 -1 4194304 150156 0 0 0 72227 62 0 0 25 0 1 0 79378913 638230528 140248 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134567265 0 0 4096 0 0 0 0 17 1 0 0
/proc/11676/statm: 155818 140248 67 123 0 155693 0
Current children cumulated CPU time (s) 722.89
Current children cumulated vsize (KiB) 623272

[startup+724.702 s]
/proc/loadavg: 0.99 0.90 0.52 2/65 11677
/proc/meminfo: memFree=886340/2055920 swapFree=4191892/4192956
[pid=11676] ppid=11674 vsize=696776 CPUtime=724.49
/proc/11676/stat : 11676 (march_ks) R 11674 11676 11611 0 -1 4195840 171131 0 0 0 72367 82 0 0 25 0 1 0 79378913 713498624 156679 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134735201 0 0 4096 0 0 0 0 17 1 0 0
/proc/11676/statm: 174194 156679 70 123 0 174069 0
Current children cumulated CPU time (s) 724.49
Current children cumulated vsize (KiB) 696776

[startup+726.301 s]
/proc/loadavg: 0.99 0.90 0.52 2/65 11677
/proc/meminfo: memFree=517188/2055920 swapFree=4191892/4192956
[pid=11676] ppid=11674 vsize=696776 CPUtime=725.93
/proc/11676/stat : 11676 (march_ks) R 11674 11676 11611 0 -1 4195840 177957 0 0 0 72367 226 0 0 25 0 1 0 79378913 713498624 156679 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134735201 0 0 4096 0 0 0 0 17 1 0 0
/proc/11676/statm: 174194 156679 70 123 0 174069 0
Current children cumulated CPU time (s) 725.93
Current children cumulated vsize (KiB) 696776

[startup+727.105 s]
/proc/loadavg: 0.99 0.90 0.52 2/65 11677
/proc/meminfo: memFree=281540/2055920 swapFree=4191892/4192956
[pid=11676] ppid=11674 vsize=696776 CPUtime=726.51
/proc/11676/stat : 11676 (march_ks) R 11674 11676 11611 0 -1 4195840 182647 0 0 0 72367 284 0 0 25 0 1 0 79378913 713498624 156679 18446744073709551615 134512640 135019032 4294956592 18446744073709551615 134735201 0 0 4096 0 0 0 0 17 1 0 0
/proc/11676/statm: 174194 156679 70 123 0 174069 0
Current children cumulated CPU time (s) 726.51
Current children cumulated vsize (KiB) 696776

[startup+727.501 s]
/proc/loadavg: 0.99 0.90 0.52 2/65 11677
/proc/meminfo: memFree=281540/2055920 swapFree=4191892/4192956
[pid=11676] ppid=11674 vsize=0 CPUtime=726.91
/proc/11676/stat : 11676 (march_ks) R 11674 11676 11611 0 -1 4195844 187465 0 0 0 72367 324 0 0 25 0 1 0 79378913 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/11676/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 726.91
Current children cumulated vsize (KiB) 0

Child ended because it received signal 6 (SIGABRT)
Real time (s): 727.535
CPU time (s): 726.951
CPU user time (s): 723.676
CPU system time (s): 3.2745
CPU usage (%): 99.9197
Max. virtual memory (cumulated for all children) (KiB): 696776

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

runsolver used 0.492925 second user time and 1.50777 second system time

The end

Launcher Data (download as text)

Begin job on node55 on Wed Apr 11 18:04:49 UTC 2007

IDJOB= 318172
IDBENCH= 20448
IDSOLVER= 111
FILE ID= node55/318172-1176314688

PBS_JOBID= 4516693

Free space on /tmp= 66556 MiB

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

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  fe5edee84f2eb21126b00640515281bf

RANDOM SEED= 906140722

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node55.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.216
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.216
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:       1454564 kB
Buffers:         41124 kB
Cached:         398840 kB
SwapCached:        268 kB
Active:         167692 kB
Inactive:       286900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1454564 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            8572 kB
Writeback:           0 kB
Mapped:          23568 kB
Slab:           132896 kB
Committed_AS:   117680 kB
PageTables:       1380 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= 65944 MiB

End job on node55 on Wed Apr 11 18:16:57 UTC 2007