Trace number 309926

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
KCNFS SMPUNSAT 380.974 219.189

General information on the benchmark

Namerandom/2+p/p0.9/v810/
unif2p-p0.9-v810-c2932-S1955492734-15-UNSAT.cnf
MD5SUMd921c717596c6b2305f82fa29e923d52
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark284.896
Satisfiable
(Un)Satisfiability was proved
Number of variables810
Number of clauses2931
Sum of the clauses size8500
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2293
Number of clauses of size 32638
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	
0.00/0.00	c Computed by /tmp/evaluation/309926-1172550106/kcnfs-smp   V. 1.2
0.00/0.00	c reading file ... done
0.00/0.00	c Input file : '/tmp/evaluation/309926-1172550106/instance-309926-1172550106.cnf'
0.00/0.00	c [#vars: 810, #clauses: 2931 , (2-3)-CNF]
0.00/0.00	c unit clauses propagate before processing (#clause: 2931)
0.00/0.00	c estimated distribution: 8 tasks
0.00/0.02	c <2409> [PID]: 2411 2412 2413 2414 2415 2416 2417
0.00/0.31	c <2409> [PID]: 2418
0.00/0.31	c real distribution: 8 tasks
121.34/60.86	c <2409> [2418: UNSAT][2412: UNSAT][2413: UNSAT][2417: UNSAT][2415: UNSAT]
276.66/138.69	c <2409> [2414: UNSAT][2416: UNSAT][2411: UNSAT]
380.90/219.18	s UNSATISFIABLE
380.90/219.18	c CPU time            : 380.970 seconds
380.90/219.18	c Elapsed Time        : 219.182 seconds
380.90/219.18	c Size of search tree : 471633 nodes
380.90/219.18	c average speed       : 1237.979 nodes/sec.
380.90/219.18	

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node43/watcher-309926-1172550106 -o ROOT/results/node43/solver-309926-1172550106 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/309926-1172550106/kcnfs-smp /tmp/evaluation/309926-1172550106/instance-309926-1172550106.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.97 0.99 3/64 2409
/proc/meminfo: memFree=1822072/2055920 swapFree=4177336/4192956
[pid=2409] ppid=2407 vsize=180916 CPUtime=0
/proc/2409/stat : 2409 (kcnfs-smp) R 2407 2409 979 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 274966631 185257984 112 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134820679 0 0 4096 0 0 0 0 17 1 0 0
/proc/2409/statm: 45229 113 48 160 0 45067 0

[startup+0.10711 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 2409
/proc/meminfo: memFree=1822072/2055920 swapFree=4177336/4192956
[pid=2409] ppid=2407 vsize=181644 CPUtime=0
/proc/2409/stat : 2409 (kcnfs-smp) R 2407 2409 979 0 -1 4194304 383 0 0 0 0 0 0 0 21 0 1 0 274966631 186003456 295 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836899 0 0 4096 0 0 0 0 17 0 0 0
/proc/2409/statm: 45411 295 65 160 0 45249 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 181644

[startup+0.515176 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 2409
/proc/meminfo: memFree=1822072/2055920 swapFree=4177336/4192956
[pid=2409] ppid=2407 vsize=181644 CPUtime=0
/proc/2409/stat : 2409 (kcnfs-smp) S 2407 2409 979 0 -1 4194304 497 0 0 0 0 0 0 0 21 0 1 0 274966631 186003456 295 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2409/statm: 45411 295 65 160 0 45249 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 181644

[startup+1.33731 s]
/proc/loadavg: 0.91 0.97 0.99 9/73 2418
/proc/meminfo: memFree=1819056/2055920 swapFree=4177336/4192956
[pid=2409] ppid=2407 vsize=181644 CPUtime=0
/proc/2409/stat : 2409 (kcnfs-smp) S 2407 2409 979 0 -1 4194304 497 0 0 0 0 0 0 0 21 0 1 0 274966631 186003456 295 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2409/statm: 45411 295 65 160 0 45249 0
[pid=2411] ppid=2409 vsize=181644 CPUtime=0.6
/proc/2411/stat : 2411 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 46 0 0 0 60 0 0 0 24 0 1 0 274966632 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683211 0 0 4096 2 0 0 0 17 1 0 0
/proc/2411/statm: 45411 308 71 160 0 45249 0
[pid=2412] ppid=2409 vsize=181644 CPUtime=0.4
/proc/2412/stat : 2412 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 46 0 0 0 40 0 0 0 23 0 1 0 274966633 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567313 0 0 4096 0 0 0 0 17 1 0 0
/proc/2412/statm: 45411 308 71 160 0 45249 0
[pid=2413] ppid=2409 vsize=181644 CPUtime=0.4
/proc/2413/stat : 2413 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 40 0 0 0 25 0 1 0 274966633 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572753 0 0 4096 2 0 0 0 17 0 0 0
/proc/2413/statm: 45411 308 71 160 0 45249 0
[pid=2414] ppid=2409 vsize=181644 CPUtime=0.22
/proc/2414/stat : 2414 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 22 0 0 0 23 0 1 0 274966633 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683243 0 0 4096 0 0 0 0 17 1 0 0
/proc/2414/statm: 45411 308 71 160 0 45249 0
[pid=2415] ppid=2409 vsize=181644 CPUtime=0.24
/proc/2415/stat : 2415 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 24 0 0 0 25 0 1 0 274966654 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134675468 0 0 4096 2 0 0 0 17 1 0 0
/proc/2415/statm: 45411 308 71 160 0 45249 0
[pid=2416] ppid=2409 vsize=181644 CPUtime=0.32
/proc/2416/stat : 2416 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 32 0 0 0 25 0 1 0 274966658 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683143 0 0 4096 0 0 0 0 17 0 0 0
/proc/2416/statm: 45411 308 71 160 0 45249 0
[pid=2417] ppid=2409 vsize=181644 CPUtime=0.23
/proc/2417/stat : 2417 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 23 0 0 0 25 0 1 0 274966661 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683245 0 0 4096 2 0 0 0 17 0 0 0
/proc/2417/statm: 45411 308 71 160 0 45249 0
[pid=2418] ppid=2409 vsize=181644 CPUtime=0.2
/proc/2418/stat : 2418 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 20 0 0 0 25 0 1 0 274966662 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683127 0 0 4096 0 0 0 0 17 0 0 0
/proc/2418/statm: 45411 308 71 160 0 45249 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 1634796

[startup+2.98359 s]
/proc/loadavg: 0.91 0.97 0.99 9/73 2418
/proc/meminfo: memFree=1818864/2055920 swapFree=4177336/4192956
[pid=2409] ppid=2407 vsize=181644 CPUtime=0
/proc/2409/stat : 2409 (kcnfs-smp) S 2407 2409 979 0 -1 4194304 497 0 0 0 0 0 0 0 21 0 1 0 274966631 186003456 295 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2409/statm: 45411 295 65 160 0 45249 0
[pid=2411] ppid=2409 vsize=181644 CPUtime=1
/proc/2411/stat : 2411 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 46 0 0 0 100 0 0 0 25 0 1 0 274966632 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579723 0 0 4096 2 0 0 0 17 1 0 0
/proc/2411/statm: 45411 308 71 160 0 45249 0
[pid=2412] ppid=2409 vsize=181644 CPUtime=0.8
/proc/2412/stat : 2412 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 46 0 0 0 80 0 0 0 25 0 1 0 274966633 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572276 0 0 4096 0 0 0 0 17 1 0 0
/proc/2412/statm: 45411 308 71 160 0 45249 0
[pid=2413] ppid=2409 vsize=181644 CPUtime=0.8
/proc/2413/stat : 2413 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 80 0 0 0 25 0 1 0 274966633 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572793 0 0 4096 2 0 0 0 17 0 0 0
/proc/2413/statm: 45411 308 71 160 0 45249 0
[pid=2414] ppid=2409 vsize=181644 CPUtime=0.66
/proc/2414/stat : 2414 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 66 0 0 0 25 0 1 0 274966633 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134581683 0 0 4096 0 0 0 0 17 1 0 0
/proc/2414/statm: 45411 308 71 160 0 45249 0
[pid=2415] ppid=2409 vsize=181644 CPUtime=0.64
/proc/2415/stat : 2415 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 64 0 0 0 25 0 1 0 274966654 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572621 0 0 4096 2 0 0 0 17 1 0 0
/proc/2415/statm: 45411 308 71 160 0 45249 0
[pid=2416] ppid=2409 vsize=181644 CPUtime=0.72
/proc/2416/stat : 2416 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 72 0 0 0 25 0 1 0 274966658 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134639302 0 0 4096 0 0 0 0 17 0 0 0
/proc/2416/statm: 45411 308 71 160 0 45249 0
[pid=2417] ppid=2409 vsize=181644 CPUtime=0.67
/proc/2417/stat : 2417 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 67 0 0 0 25 0 1 0 274966661 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580056 0 0 4096 2 0 0 0 17 0 0 0
/proc/2417/statm: 45411 308 71 160 0 45249 0
[pid=2418] ppid=2409 vsize=181644 CPUtime=0.6
/proc/2418/stat : 2418 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 60 0 0 0 25 0 1 0 274966662 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577090 0 0 4096 0 0 0 0 17 0 0 0
/proc/2418/statm: 45411 308 71 160 0 45249 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 1634796

[startup+6.27713 s]
/proc/loadavg: 1.56 1.10 1.03 9/73 2418
/proc/meminfo: memFree=1818672/2055920 swapFree=4177336/4192956
[pid=2409] ppid=2407 vsize=181644 CPUtime=0
/proc/2409/stat : 2409 (kcnfs-smp) S 2407 2409 979 0 -1 4194304 497 0 0 0 0 0 0 0 21 0 1 0 274966631 186003456 295 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2409/statm: 45411 295 65 160 0 45249 0
[pid=2411] ppid=2409 vsize=181644 CPUtime=1.8
/proc/2411/stat : 2411 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 46 0 0 0 180 0 0 0 25 0 1 0 274966632 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572276 0 0 4096 2 0 0 0 17 1 0 0
/proc/2411/statm: 45411 308 71 160 0 45249 0
[pid=2412] ppid=2409 vsize=181644 CPUtime=1.6
/proc/2412/stat : 2412 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 46 0 0 0 160 0 0 0 25 0 1 0 274966633 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567399 0 0 4096 0 0 0 0 17 1 0 0
/proc/2412/statm: 45411 308 71 160 0 45249 0
[pid=2413] ppid=2409 vsize=181644 CPUtime=1.59
/proc/2413/stat : 2413 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 159 0 0 0 25 0 1 0 274966633 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567581 0 0 4096 2 0 0 0 17 0 0 0
/proc/2413/statm: 45411 308 71 160 0 45249 0
[pid=2414] ppid=2409 vsize=181644 CPUtime=1.5
/proc/2414/stat : 2414 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 150 0 0 0 25 0 1 0 274966633 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683143 0 0 4096 0 0 0 0 17 1 0 0
/proc/2414/statm: 45411 308 71 160 0 45249 0
[pid=2415] ppid=2409 vsize=181644 CPUtime=1.5
/proc/2415/stat : 2415 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 150 0 0 0 25 0 1 0 274966654 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580258 0 0 4096 2 0 0 0 17 1 0 0
/proc/2415/statm: 45411 308 71 160 0 45249 0
[pid=2416] ppid=2409 vsize=181644 CPUtime=1.52
/proc/2416/stat : 2416 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 152 0 0 0 25 0 1 0 274966658 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683350 0 0 4096 0 0 0 0 17 0 0 0
/proc/2416/statm: 45411 308 71 160 0 45249 0
[pid=2417] ppid=2409 vsize=181644 CPUtime=1.51
/proc/2417/stat : 2417 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 151 0 0 0 25 0 1 0 274966661 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134589808 0 0 4096 2 0 0 0 17 0 0 0
/proc/2417/statm: 45411 308 71 160 0 45249 0
[pid=2418] ppid=2409 vsize=181644 CPUtime=1.43
/proc/2418/stat : 2418 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 143 0 0 0 25 0 1 0 274966662 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683211 0 0 4096 0 0 0 0 17 0 0 0
/proc/2418/statm: 45411 308 71 160 0 45249 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 1634796

[startup+12.7682 s]
/proc/loadavg: 2.08 1.21 1.07 9/73 2418
/proc/meminfo: memFree=1818608/2055920 swapFree=4177336/4192956
[pid=2409] ppid=2407 vsize=181644 CPUtime=0
/proc/2409/stat : 2409 (kcnfs-smp) S 2407 2409 979 0 -1 4194304 497 0 0 0 0 0 0 0 21 0 1 0 274966631 186003456 295 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2409/statm: 45411 295 65 160 0 45249 0
[pid=2411] ppid=2409 vsize=181644 CPUtime=3.4
/proc/2411/stat : 2411 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 46 0 0 0 340 0 0 0 25 0 1 0 274966632 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683223 0 0 4096 2 0 0 0 17 1 0 0
/proc/2411/statm: 45411 308 71 160 0 45249 0
[pid=2412] ppid=2409 vsize=181644 CPUtime=3.24
/proc/2412/stat : 2412 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 46 0 0 0 324 0 0 0 25 0 1 0 274966633 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572741 0 0 4096 0 0 0 0 17 1 0 0
/proc/2412/statm: 45411 308 71 160 0 45249 0
[pid=2413] ppid=2409 vsize=181644 CPUtime=3.19
/proc/2413/stat : 2413 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 319 0 0 0 25 0 1 0 274966633 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567313 0 0 4096 2 0 0 0 17 0 0 0
/proc/2413/statm: 45411 308 71 160 0 45249 0
[pid=2414] ppid=2409 vsize=181644 CPUtime=3.1
/proc/2414/stat : 2414 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 310 0 0 0 25 0 1 0 274966633 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134633227 0 0 4096 0 0 0 0 17 1 0 0
/proc/2414/statm: 45411 308 71 160 0 45249 0
[pid=2415] ppid=2409 vsize=181644 CPUtime=3.14
/proc/2415/stat : 2415 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 314 0 0 0 25 0 1 0 274966654 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579509 0 0 4096 2 0 0 0 17 1 0 0
/proc/2415/statm: 45411 308 71 160 0 45249 0
[pid=2416] ppid=2409 vsize=181644 CPUtime=3.12
/proc/2416/stat : 2416 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 312 0 0 0 25 0 1 0 274966658 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134636639 0 0 4096 0 0 0 0 17 0 0 0
/proc/2416/statm: 45411 308 71 160 0 45249 0
[pid=2417] ppid=2409 vsize=181644 CPUtime=3.11
/proc/2417/stat : 2417 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 311 0 0 0 25 0 1 0 274966661 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572890 0 0 4096 2 0 0 0 17 0 0 0
/proc/2417/statm: 45411 308 71 160 0 45249 0
[pid=2418] ppid=2409 vsize=181644 CPUtime=3.09
/proc/2418/stat : 2418 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 309 0 0 0 25 0 1 0 274966662 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134674495 0 0 4096 0 0 0 0 17 0 0 0
/proc/2418/statm: 45411 308 71 160 0 45249 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 1634796

[startup+25.6343 s]
/proc/loadavg: 3.39 1.55 1.18 9/73 2418
/proc/meminfo: memFree=1818608/2055920 swapFree=4177336/4192956
[pid=2409] ppid=2407 vsize=181644 CPUtime=0
/proc/2409/stat : 2409 (kcnfs-smp) S 2407 2409 979 0 -1 4194304 497 0 0 0 0 0 0 0 21 0 1 0 274966631 186003456 295 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2409/statm: 45411 295 65 160 0 45249 0
[pid=2411] ppid=2409 vsize=181644 CPUtime=6.61
/proc/2411/stat : 2411 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 46 0 0 0 661 0 0 0 25 0 1 0 274966632 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683038 0 0 4096 2 0 0 0 17 1 0 0
/proc/2411/statm: 45411 308 71 160 0 45249 0
[pid=2412] ppid=2409 vsize=181644 CPUtime=6.5
/proc/2412/stat : 2412 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 46 0 0 0 650 0 0 0 25 0 1 0 274966633 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577451 0 0 4096 0 0 0 0 17 1 0 0
/proc/2412/statm: 45411 308 71 160 0 45249 0
[pid=2413] ppid=2409 vsize=181644 CPUtime=6.41
/proc/2413/stat : 2413 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 641 0 0 0 25 0 1 0 274966633 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134598875 0 0 4096 2 0 0 0 17 0 0 0
/proc/2413/statm: 45411 308 71 160 0 45249 0
[pid=2414] ppid=2409 vsize=181644 CPUtime=6.3
/proc/2414/stat : 2414 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 630 0 0 0 25 0 1 0 274966633 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579685 0 0 4096 0 0 0 0 17 1 0 0
/proc/2414/statm: 45411 308 71 160 0 45249 0
[pid=2415] ppid=2409 vsize=181644 CPUtime=6.34
/proc/2415/stat : 2415 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 634 0 0 0 25 0 1 0 274966654 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134589854 0 0 4096 2 0 0 0 17 1 0 0
/proc/2415/statm: 45411 308 71 160 0 45249 0
[pid=2416] ppid=2409 vsize=181644 CPUtime=6.32
/proc/2416/stat : 2416 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 632 0 0 0 25 0 1 0 274966658 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134636465 0 0 4096 0 0 0 0 17 0 0 0
/proc/2416/statm: 45411 308 71 160 0 45249 0
[pid=2417] ppid=2409 vsize=181644 CPUtime=6.31
/proc/2417/stat : 2417 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 631 0 0 0 25 0 1 0 274966661 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134589664 0 0 4096 2 0 0 0 17 0 0 0
/proc/2417/statm: 45411 308 71 160 0 45249 0
[pid=2418] ppid=2409 vsize=181644 CPUtime=6.3
/proc/2418/stat : 2418 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 630 0 0 0 25 0 1 0 274966662 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580136 0 0 4096 0 0 0 0 17 0 0 0
/proc/2418/statm: 45411 308 71 160 0 45249 0
Current children cumulated CPU time (s) 51.09

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

/proc/2413/statm: 45411 308 71 160 0 45249 0
[pid=2414] ppid=2409 vsize=181644 CPUtime=12.69
/proc/2414/stat : 2414 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 1269 0 0 0 25 0 1 0 274966633 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567641 0 0 4096 0 0 0 0 17 1 0 0
/proc/2414/statm: 45411 308 71 160 0 45249 0
[pid=2415] ppid=2409 vsize=181644 CPUtime=12.74
/proc/2415/stat : 2415 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 1274 0 0 0 25 0 1 0 274966654 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134628417 0 0 4096 2 0 0 0 17 1 0 0
/proc/2415/statm: 45411 308 71 160 0 45249 0
[pid=2416] ppid=2409 vsize=181644 CPUtime=12.72
/proc/2416/stat : 2416 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 1272 0 0 0 25 0 1 0 274966658 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134636597 0 0 4096 0 0 0 0 17 0 0 0
/proc/2416/statm: 45411 308 71 160 0 45249 0
[pid=2417] ppid=2409 vsize=181644 CPUtime=12.71
/proc/2417/stat : 2417 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 1271 0 0 0 25 0 1 0 274966661 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683113 0 0 4096 2 0 0 0 17 0 0 0
/proc/2417/statm: 45411 308 71 160 0 45249 0
[pid=2418] ppid=2409 vsize=181644 CPUtime=12.63
/proc/2418/stat : 2418 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 1263 0 0 0 25 0 1 0 274966662 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134631252 0 0 4096 0 0 0 0 17 0 0 0
/proc/2418/statm: 45411 308 71 160 0 45249 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 1634796

[startup+102.532 s]
/proc/loadavg: 6.19 2.85 1.66 7/71 2418
/proc/meminfo: memFree=1818752/2055920 swapFree=4177336/4192956
[pid=2409] ppid=2407 vsize=181644 CPUtime=40.16
/proc/2409/stat : 2409 (kcnfs-smp) S 2407 2409 979 0 -1 4194304 498 122 0 0 0 0 4016 0 16 0 1 0 274966631 186003456 295 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2409/statm: 45411 295 65 160 0 45249 0
[pid=2411] ppid=2409 vsize=181644 CPUtime=25.92
/proc/2411/stat : 2411 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 46 0 0 0 2592 0 0 0 25 0 1 0 274966632 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572829 0 0 4096 2 0 0 0 17 1 0 0
/proc/2411/statm: 45411 308 71 160 0 45249 0
[pid=2413] ppid=2409 vsize=181644 CPUtime=29.18
/proc/2413/stat : 2413 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 2918 0 0 0 25 0 1 0 274966633 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579307 0 0 4096 2 0 0 0 17 0 0 0
/proc/2413/statm: 45411 308 71 160 0 45249 0
[pid=2414] ppid=2409 vsize=181644 CPUtime=25.59
/proc/2414/stat : 2414 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 2559 0 0 0 25 0 1 0 274966633 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134587657 0 0 4096 0 0 0 0 17 1 0 0
/proc/2414/statm: 45411 308 71 160 0 45249 0
[pid=2415] ppid=2409 vsize=181644 CPUtime=25.64
/proc/2415/stat : 2415 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 2564 0 0 0 25 0 1 0 274966654 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577556 0 0 4096 2 0 0 0 17 1 0 0
/proc/2415/statm: 45411 308 71 160 0 45249 0
[pid=2416] ppid=2409 vsize=181644 CPUtime=29.02
/proc/2416/stat : 2416 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 2902 0 0 0 25 0 1 0 274966658 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572267 0 0 4096 0 0 0 0 17 0 0 0
/proc/2416/statm: 45411 308 71 160 0 45249 0
[pid=2417] ppid=2409 vsize=181644 CPUtime=29
/proc/2417/stat : 2417 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 44 0 0 0 2900 0 0 0 25 0 1 0 274966661 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579685 0 0 4096 2 0 0 0 17 0 0 0
/proc/2417/statm: 45411 308 71 160 0 45249 0
Current children cumulated CPU time (s) 204.51
Current children cumulated vsize (KiB) 1271508

[startup+162.579 s]
/proc/loadavg: 3.96 2.85 1.74 3/67 2418
/proc/meminfo: memFree=1819744/2055920 swapFree=4177336/4192956
[pid=2409] ppid=2407 vsize=181644 CPUtime=171.96
/proc/2409/stat : 2409 (kcnfs-smp) S 2407 2409 979 0 -1 4194304 498 362 0 0 0 0 17196 0 16 0 1 0 274966631 186003456 295 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2409/statm: 45411 295 65 160 0 45249 0
[pid=2411] ppid=2409 vsize=181644 CPUtime=67.07
/proc/2411/stat : 2411 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 46 0 0 0 6707 0 0 0 25 0 1 0 274966632 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572690 0 0 4096 2 0 0 0 17 1 0 0
/proc/2411/statm: 45411 308 71 160 0 45249 0
[pid=2416] ppid=2409 vsize=0 CPUtime=85.32
/proc/2416/stat : 2416 (kcnfs-smp) R 2409 2409 979 0 -1 4194372 60 0 0 0 8532 0 0 0 25 0 1 0 274966658 0 0 18446744073709551615 0 0 0 0 0 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/2416/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 324.35
Current children cumulated vsize (KiB) 363288

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

[startup+184.201 s]
/proc/loadavg: 3.12 2.73 1.72 2/66 2418
/proc/meminfo: memFree=1820008/2055920 swapFree=4177336/4192956
[pid=2409] ppid=2407 vsize=181644 CPUtime=257.28
/proc/2409/stat : 2409 (kcnfs-smp) S 2407 2409 979 0 -1 4194304 498 422 0 0 0 0 25728 0 16 0 1 0 274966631 186003456 295 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2409/statm: 45411 295 65 160 0 45249 0
[pid=2411] ppid=2409 vsize=181644 CPUtime=88.69
/proc/2411/stat : 2411 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 46 0 0 0 8869 0 0 0 25 0 1 0 274966632 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567466 0 0 4096 2 0 0 0 17 1 0 0
/proc/2411/statm: 45411 308 71 160 0 45249 0
Current children cumulated CPU time (s) 345.97
Current children cumulated vsize (KiB) 363288

[startup+197.322 s]
/proc/loadavg: 2.65 2.64 1.71 2/66 2418
/proc/meminfo: memFree=1820008/2055920 swapFree=4177336/4192956
[pid=2409] ppid=2407 vsize=181644 CPUtime=257.28
/proc/2409/stat : 2409 (kcnfs-smp) S 2407 2409 979 0 -1 4194304 498 422 0 0 0 0 25728 0 16 0 1 0 274966631 186003456 295 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2409/statm: 45411 295 65 160 0 45249 0
[pid=2411] ppid=2409 vsize=181644 CPUtime=101.8
/proc/2411/stat : 2411 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 46 0 0 0 10180 0 0 0 25 0 1 0 274966632 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567234 0 0 4096 2 0 0 0 17 1 0 0
/proc/2411/statm: 45411 308 71 160 0 45249 0
Current children cumulated CPU time (s) 359.08
Current children cumulated vsize (KiB) 363288

[startup+210.441 s]
/proc/loadavg: 2.28 2.56 1.70 2/66 2418
/proc/meminfo: memFree=1820008/2055920 swapFree=4177336/4192956
[pid=2409] ppid=2407 vsize=181644 CPUtime=257.28
/proc/2409/stat : 2409 (kcnfs-smp) S 2407 2409 979 0 -1 4194304 498 422 0 0 0 0 25728 0 16 0 1 0 274966631 186003456 295 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2409/statm: 45411 295 65 160 0 45249 0
[pid=2411] ppid=2409 vsize=181644 CPUtime=114.91
/proc/2411/stat : 2411 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 46 0 0 0 11491 0 0 0 25 0 1 0 274966632 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683219 0 0 4096 2 0 0 0 17 1 0 0
/proc/2411/statm: 45411 308 71 160 0 45249 0
Current children cumulated CPU time (s) 372.19
Current children cumulated vsize (KiB) 363288

[startup+213.72 s]
/proc/loadavg: 2.28 2.56 1.70 2/66 2418
/proc/meminfo: memFree=1820008/2055920 swapFree=4177336/4192956
[pid=2409] ppid=2407 vsize=181644 CPUtime=257.28
/proc/2409/stat : 2409 (kcnfs-smp) S 2407 2409 979 0 -1 4194304 498 422 0 0 0 0 25728 0 16 0 1 0 274966631 186003456 295 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2409/statm: 45411 295 65 160 0 45249 0
[pid=2411] ppid=2409 vsize=181644 CPUtime=118.19
/proc/2411/stat : 2411 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 46 0 0 0 11819 0 0 0 25 0 1 0 274966632 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572638 0 0 4096 2 0 0 0 17 1 0 0
/proc/2411/statm: 45411 308 71 160 0 45249 0
Current children cumulated CPU time (s) 375.47
Current children cumulated vsize (KiB) 363288

[startup+216.997 s]
/proc/loadavg: 2.18 2.54 1.69 2/66 2418
/proc/meminfo: memFree=1820008/2055920 swapFree=4177336/4192956
[pid=2409] ppid=2407 vsize=181644 CPUtime=257.28
/proc/2409/stat : 2409 (kcnfs-smp) S 2407 2409 979 0 -1 4194304 498 422 0 0 0 0 25728 0 16 0 1 0 274966631 186003456 295 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2409/statm: 45411 295 65 160 0 45249 0
[pid=2411] ppid=2409 vsize=181644 CPUtime=121.47
/proc/2411/stat : 2411 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 46 0 0 0 12147 0 0 0 25 0 1 0 274966632 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567303 0 0 4096 2 0 0 0 17 1 0 0
/proc/2411/statm: 45411 308 71 160 0 45249 0
Current children cumulated CPU time (s) 378.75
Current children cumulated vsize (KiB) 363288

[startup+217.817 s]
/proc/loadavg: 2.18 2.54 1.69 2/66 2418
/proc/meminfo: memFree=1820008/2055920 swapFree=4177336/4192956
[pid=2409] ppid=2407 vsize=181644 CPUtime=257.28
/proc/2409/stat : 2409 (kcnfs-smp) S 2407 2409 979 0 -1 4194304 498 422 0 0 0 0 25728 0 16 0 1 0 274966631 186003456 295 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2409/statm: 45411 295 65 160 0 45249 0
[pid=2411] ppid=2409 vsize=181644 CPUtime=122.29
/proc/2411/stat : 2411 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 46 0 0 0 12229 0 0 0 25 0 1 0 274966632 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580041 0 0 4096 2 0 0 0 17 1 0 0
/proc/2411/statm: 45411 308 71 160 0 45249 0
Current children cumulated CPU time (s) 379.57
Current children cumulated vsize (KiB) 363288

[startup+218.637 s]
/proc/loadavg: 2.18 2.54 1.69 2/66 2418
/proc/meminfo: memFree=1820008/2055920 swapFree=4177336/4192956
[pid=2409] ppid=2407 vsize=181644 CPUtime=257.28
/proc/2409/stat : 2409 (kcnfs-smp) S 2407 2409 979 0 -1 4194304 498 422 0 0 0 0 25728 0 16 0 1 0 274966631 186003456 295 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2409/statm: 45411 295 65 160 0 45249 0
[pid=2411] ppid=2409 vsize=181644 CPUtime=123.11
/proc/2411/stat : 2411 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 46 0 0 0 12311 0 0 0 25 0 1 0 274966632 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134593117 0 0 4096 2 0 0 0 17 1 0 0
/proc/2411/statm: 45411 308 71 160 0 45249 0
Current children cumulated CPU time (s) 380.39
Current children cumulated vsize (KiB) 363288

[startup+219.046 s]
/proc/loadavg: 2.18 2.54 1.69 2/66 2418
/proc/meminfo: memFree=1820008/2055920 swapFree=4177336/4192956
[pid=2409] ppid=2407 vsize=181644 CPUtime=257.28
/proc/2409/stat : 2409 (kcnfs-smp) S 2407 2409 979 0 -1 4194304 498 422 0 0 0 0 25728 0 16 0 1 0 274966631 186003456 295 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2409/statm: 45411 295 65 160 0 45249 0
[pid=2411] ppid=2409 vsize=181644 CPUtime=123.52
/proc/2411/stat : 2411 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 46 0 0 0 12352 0 0 0 25 0 1 0 274966632 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683143 0 0 4096 2 0 0 0 17 1 0 0
/proc/2411/statm: 45411 308 71 160 0 45249 0
Current children cumulated CPU time (s) 380.8
Current children cumulated vsize (KiB) 363288

[startup+219.148 s]
/proc/loadavg: 2.18 2.54 1.69 2/66 2418
/proc/meminfo: memFree=1820008/2055920 swapFree=4177336/4192956
[pid=2409] ppid=2407 vsize=181644 CPUtime=257.28
/proc/2409/stat : 2409 (kcnfs-smp) S 2407 2409 979 0 -1 4194304 498 422 0 0 0 0 25728 0 16 0 1 0 274966631 186003456 295 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2409/statm: 45411 295 65 160 0 45249 0
[pid=2411] ppid=2409 vsize=181644 CPUtime=123.62
/proc/2411/stat : 2411 (kcnfs-smp) R 2409 2409 979 0 -1 4194368 46 0 0 0 12362 0 0 0 25 0 1 0 274966632 186003456 308 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572631 0 0 4096 2 0 0 0 17 1 0 0
/proc/2411/statm: 45411 308 71 160 0 45249 0
Current children cumulated CPU time (s) 380.9
Current children cumulated vsize (KiB) 363288

Child status: 20
Real time (s): 219.189
CPU time (s): 380.974
CPU user time (s): 380.96
CPU system time (s): 0.013997
CPU usage (%): 173.811
Max. virtual memory (cumulated for all children) (KiB): 1634796

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

runsolver used 0.213967 second user time and 0.530919 second system time

The end

Launcher Data (download as text)

Begin job on node43 on Tue Feb 27 04:21:46 UTC 2007

IDJOB= 309926
IDBENCH= 20273
IDSOLVER= 112
FILE ID= node43/309926-1172550106

PBS_JOBID= 3971831

Free space on /tmp= 66557 MiB

SOLVER NAME= KCNFS SMP
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.9/v810/unif2p-p0.9-v810-c2932-S1955492734-15-UNSAT.cnf
COMMAND LINE= /tmp/evaluation/309926-1172550106/kcnfs-smp /tmp/evaluation/309926-1172550106/instance-309926-1172550106.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-309926-1172550106 -o ROOT/results/node43/solver-309926-1172550106 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/309926-1172550106/kcnfs-smp /tmp/evaluation/309926-1172550106/instance-309926-1172550106.cnf            

META MD5SUM SOLVER= 23f87ccf1c743ff5b6146b444e216cd3
MD5SUM BENCH=  d921c717596c6b2305f82fa29e923d52

RANDOM SEED= 94341771

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node43.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.281
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.281
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:       1822544 kB
Buffers:         30392 kB
Cached:         147460 kB
SwapCached:       9964 kB
Active:          73884 kB
Inactive:       120560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1822544 kB
SwapTotal:     4192956 kB
SwapFree:      4177336 kB
Dirty:            3192 kB
Writeback:           0 kB
Mapped:          15388 kB
Slab:            24988 kB
Committed_AS:   658636 kB
PageTables:       1392 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= 66557 MiB

End job on node43 on Tue Feb 27 04:25:25 UTC 2007