Trace number 309803

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 474.422 246.263

General information on the benchmark

Namerandom/2+p/p0.9/v810/
unif2p-p0.9-v810-c2932-S1889416016-07-UNSAT.cnf
MD5SUM880cf9bf7c6e3aec7f289eb949c11ac5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark370.799
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/309803-1172547192/kcnfs-smp   V. 1.2
0.00/0.00	c reading file ... done
0.00/0.00	c Input file : '/tmp/evaluation/309803-1172547192/instance-309803-1172547192.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.07	c <17214> [PID]: 17216 17217 17218 17219 17220 17221 17222
0.09/0.48	c <17214> [PID]: 17223
0.09/0.48	c real distribution: 8 tasks
30.10/15.21	c <17214> [17218: UNSAT][17219: UNSAT][17221: UNSAT][17220: UNSAT][17223: UNSAT]
395.64/198.35	c <17214> [17222: UNSAT][17217: UNSAT][17216: UNSAT]
474.38/246.26	s UNSATISFIABLE
474.38/246.26	c CPU time            : 474.430 seconds
474.38/246.26	c Elapsed Time        : 246.256 seconds
474.38/246.26	c Size of search tree : 593671 nodes
474.38/246.26	c average speed       : 1251.335 nodes/sec.
474.38/246.26	

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/node5/watcher-309803-1172547192 -o ROOT/results/node5/solver-309803-1172547192 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/309803-1172547192/kcnfs-smp /tmp/evaluation/309803-1172547192/instance-309803-1172547192.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.92 0.98 0.99 3/77 17214
/proc/meminfo: memFree=1662560/2055920 swapFree=4192812/4192956
[pid=17214] ppid=17212 vsize=180916 CPUtime=0
/proc/17214/stat : 17214 (kcnfs-smp) R 17212 17214 16304 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 274674051 185257984 117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134820679 0 0 4096 0 0 0 0 17 1 0 0
/proc/17214/statm: 45229 117 48 160 0 45067 0

[startup+0.10671 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 17214
/proc/meminfo: memFree=1662560/2055920 swapFree=4192812/4192956
[pid=17214] ppid=17212 vsize=182580 CPUtime=0.07
/proc/17214/stat : 17214 (kcnfs-smp) R 17212 17214 16304 0 -1 4194304 421 0 0 0 7 0 0 0 22 0 1 0 274674051 186961920 304 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134640121 0 0 4096 0 0 0 0 17 0 0 0
/proc/17214/statm: 45645 304 70 160 0 45483 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 182580

[startup+0.514756 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 17214
/proc/meminfo: memFree=1662560/2055920 swapFree=4192812/4192956
[pid=17214] ppid=17212 vsize=182580 CPUtime=0.1
/proc/17214/stat : 17214 (kcnfs-smp) S 17212 17214 16304 0 -1 4194304 509 0 0 0 10 0 0 0 22 0 1 0 274674051 186961920 304 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17214/statm: 45645 304 70 160 0 45483 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 182580

[startup+1.33685 s]
/proc/loadavg: 0.92 0.98 0.99 9/86 17223
/proc/meminfo: memFree=1659480/2055920 swapFree=4192812/4192956
[pid=17214] ppid=17212 vsize=182580 CPUtime=0.1
/proc/17214/stat : 17214 (kcnfs-smp) S 17212 17214 16304 0 -1 4194304 509 0 0 0 10 0 0 0 22 0 1 0 274674051 186961920 304 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17214/statm: 45645 304 70 160 0 45483 0
[pid=17216] ppid=17214 vsize=182580 CPUtime=0.56
/proc/17216/stat : 17216 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 56 0 0 0 23 0 1 0 274674058 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572834 0 0 4096 2 0 0 0 17 1 0 0
/proc/17216/statm: 45645 317 76 160 0 45483 0
[pid=17217] ppid=17214 vsize=182580 CPUtime=0.4
/proc/17217/stat : 17217 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 40 0 0 0 23 0 1 0 274674059 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683130 0 0 4096 0 0 0 0 17 1 0 0
/proc/17217/statm: 45645 317 76 160 0 45483 0
[pid=17218] ppid=17214 vsize=182580 CPUtime=0.34
/proc/17218/stat : 17218 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 34 0 0 0 24 0 1 0 274674059 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683204 0 0 4096 2 0 0 0 17 0 0 0
/proc/17218/statm: 45645 317 76 160 0 45483 0
[pid=17219] ppid=17214 vsize=182580 CPUtime=0.3
/proc/17219/stat : 17219 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 30 0 0 0 24 0 1 0 274674060 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572793 0 0 4096 0 0 0 0 17 1 0 0
/proc/17219/statm: 45645 317 76 160 0 45483 0
[pid=17220] ppid=17214 vsize=182580 CPUtime=0.23
/proc/17220/stat : 17220 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 23 0 0 0 25 0 1 0 274674093 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572850 0 0 4096 2 0 0 0 17 0 0 0
/proc/17220/statm: 45645 317 76 160 0 45483 0
[pid=17221] ppid=17214 vsize=182580 CPUtime=0.21
/proc/17221/stat : 17221 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 21 0 0 0 25 0 1 0 274674097 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577099 0 0 4096 0 0 0 0 17 1 0 0
/proc/17221/statm: 45645 317 76 160 0 45483 0
[pid=17222] ppid=17214 vsize=182580 CPUtime=0.2
/proc/17222/stat : 17222 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 20 0 0 0 25 0 1 0 274674098 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577653 0 0 4096 2 0 0 0 17 0 0 0
/proc/17222/statm: 45645 317 76 160 0 45483 0
[pid=17223] ppid=17214 vsize=182580 CPUtime=0.2
/proc/17223/stat : 17223 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 20 0 0 0 25 0 1 0 274674099 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683210 0 0 4096 0 0 0 0 17 0 0 0
/proc/17223/statm: 45645 317 76 160 0 45483 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 1643220

[startup+2.98604 s]
/proc/loadavg: 0.92 0.98 0.99 9/86 17223
/proc/meminfo: memFree=1659288/2055920 swapFree=4192812/4192956
[pid=17214] ppid=17212 vsize=182580 CPUtime=0.1
/proc/17214/stat : 17214 (kcnfs-smp) S 17212 17214 16304 0 -1 4194304 509 0 0 0 10 0 0 0 22 0 1 0 274674051 186961920 304 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17214/statm: 45645 304 70 160 0 45483 0
[pid=17216] ppid=17214 vsize=182580 CPUtime=1
/proc/17216/stat : 17216 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 100 0 0 0 25 0 1 0 274674058 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567517 0 0 4096 2 0 0 0 17 1 0 0
/proc/17216/statm: 45645 317 76 160 0 45483 0
[pid=17217] ppid=17214 vsize=182580 CPUtime=0.8
/proc/17217/stat : 17217 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 80 0 0 0 25 0 1 0 274674059 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577451 0 0 4096 0 0 0 0 17 1 0 0
/proc/17217/statm: 45645 317 76 160 0 45483 0
[pid=17218] ppid=17214 vsize=182580 CPUtime=0.79
/proc/17218/stat : 17218 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 79 0 0 0 25 0 1 0 274674059 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134640211 0 0 4096 2 0 0 0 17 0 0 0
/proc/17218/statm: 45645 317 76 160 0 45483 0
[pid=17219] ppid=17214 vsize=182580 CPUtime=0.7
/proc/17219/stat : 17219 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 70 0 0 0 25 0 1 0 274674060 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134601201 0 0 4096 0 0 0 0 17 1 0 0
/proc/17219/statm: 45645 317 76 160 0 45483 0
[pid=17220] ppid=17214 vsize=182580 CPUtime=0.63
/proc/17220/stat : 17220 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 63 0 0 0 25 0 1 0 274674093 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567604 0 0 4096 2 0 0 0 17 0 0 0
/proc/17220/statm: 45645 317 76 160 0 45483 0
[pid=17221] ppid=17214 vsize=182580 CPUtime=0.61
/proc/17221/stat : 17221 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 61 0 0 0 25 0 1 0 274674097 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683211 0 0 4096 0 0 0 0 17 1 0 0
/proc/17221/statm: 45645 317 76 160 0 45483 0
[pid=17222] ppid=17214 vsize=182580 CPUtime=0.6
/proc/17222/stat : 17222 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 60 0 0 0 25 0 1 0 274674098 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683073 0 0 4096 2 0 0 0 17 0 0 0
/proc/17222/statm: 45645 317 76 160 0 45483 0
[pid=17223] ppid=17214 vsize=182580 CPUtime=0.6
/proc/17223/stat : 17223 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 60 0 0 0 25 0 1 0 274674099 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567466 0 0 4096 0 0 0 0 17 0 0 0
/proc/17223/statm: 45645 317 76 160 0 45483 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 1643220

[startup+6.1914 s]
/proc/loadavg: 1.49 1.10 1.03 9/86 17223
/proc/meminfo: memFree=1659032/2055920 swapFree=4192812/4192956
[pid=17214] ppid=17212 vsize=182580 CPUtime=0.1
/proc/17214/stat : 17214 (kcnfs-smp) S 17212 17214 16304 0 -1 4194304 509 0 0 0 10 0 0 0 22 0 1 0 274674051 186961920 304 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17214/statm: 45645 304 70 160 0 45483 0
[pid=17216] ppid=17214 vsize=182580 CPUtime=1.81
/proc/17216/stat : 17216 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 181 0 0 0 25 0 1 0 274674058 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580327 0 0 4096 2 0 0 0 17 1 0 0
/proc/17216/statm: 45645 317 76 160 0 45483 0
[pid=17217] ppid=17214 vsize=182580 CPUtime=1.6
/proc/17217/stat : 17217 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 160 0 0 0 25 0 1 0 274674059 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683223 0 0 4096 0 0 0 0 17 1 0 0
/proc/17217/statm: 45645 317 76 160 0 45483 0
[pid=17218] ppid=17214 vsize=182580 CPUtime=1.58
/proc/17218/stat : 17218 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 158 0 0 0 25 0 1 0 274674059 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134581678 0 0 4096 2 0 0 0 17 0 0 0
/proc/17218/statm: 45645 317 76 160 0 45483 0
[pid=17219] ppid=17214 vsize=182580 CPUtime=1.5
/proc/17219/stat : 17219 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 150 0 0 0 25 0 1 0 274674060 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567505 0 0 4096 0 0 0 0 17 1 0 0
/proc/17219/statm: 45645 317 76 160 0 45483 0
[pid=17220] ppid=17214 vsize=182580 CPUtime=1.43
/proc/17220/stat : 17220 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 143 0 0 0 25 0 1 0 274674093 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134581570 0 0 4096 2 0 0 0 17 0 0 0
/proc/17220/statm: 45645 317 76 160 0 45483 0
[pid=17221] ppid=17214 vsize=182580 CPUtime=1.41
/proc/17221/stat : 17221 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 141 0 0 0 25 0 1 0 274674097 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134544892 0 0 4096 0 0 0 0 17 1 0 0
/proc/17221/statm: 45645 317 76 160 0 45483 0
[pid=17222] ppid=17214 vsize=182580 CPUtime=1.4
/proc/17222/stat : 17222 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 140 0 0 0 25 0 1 0 274674098 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567320 0 0 4096 2 0 0 0 17 0 0 0
/proc/17222/statm: 45645 317 76 160 0 45483 0
[pid=17223] ppid=17214 vsize=182580 CPUtime=1.4
/proc/17223/stat : 17223 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 140 0 0 0 25 0 1 0 274674099 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567648 0 0 4096 0 0 0 0 17 0 0 0
/proc/17223/statm: 45645 317 76 160 0 45483 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 1643220

[startup+12.6741 s]
/proc/loadavg: 2.09 1.23 1.07 9/86 17223
/proc/meminfo: memFree=1658904/2055920 swapFree=4192812/4192956
[pid=17214] ppid=17212 vsize=182580 CPUtime=0.1
/proc/17214/stat : 17214 (kcnfs-smp) S 17212 17214 16304 0 -1 4194304 509 0 0 0 10 0 0 0 22 0 1 0 274674051 186961920 304 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17214/statm: 45645 304 70 160 0 45483 0
[pid=17216] ppid=17214 vsize=182580 CPUtime=3.41
/proc/17216/stat : 17216 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 341 0 0 0 25 0 1 0 274674058 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567202 0 0 4096 2 0 0 0 17 1 0 0
/proc/17216/statm: 45645 317 76 160 0 45483 0
[pid=17217] ppid=17214 vsize=182580 CPUtime=3.28
/proc/17217/stat : 17217 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 328 0 0 0 25 0 1 0 274674059 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577653 0 0 4096 0 0 0 0 17 1 0 0
/proc/17217/statm: 45645 317 76 160 0 45483 0
[pid=17218] ppid=17214 vsize=182580 CPUtime=3.2
/proc/17218/stat : 17218 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 320 0 0 0 25 0 1 0 274674059 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567202 0 0 4096 2 0 0 0 17 0 0 0
/proc/17218/statm: 45645 317 76 160 0 45483 0
[pid=17219] ppid=17214 vsize=182580 CPUtime=3.1
/proc/17219/stat : 17219 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 310 0 0 0 25 0 1 0 274674060 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580339 0 0 4096 0 0 0 0 17 1 0 0
/proc/17219/statm: 45645 317 76 160 0 45483 0
[pid=17220] ppid=17214 vsize=182580 CPUtime=3.05
/proc/17220/stat : 17220 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 305 0 0 0 25 0 1 0 274674093 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579723 0 0 4096 2 0 0 0 17 0 0 0
/proc/17220/statm: 45645 317 76 160 0 45483 0
[pid=17221] ppid=17214 vsize=182580 CPUtime=3.01
/proc/17221/stat : 17221 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 301 0 0 0 25 0 1 0 274674097 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567202 0 0 4096 0 0 0 0 17 1 0 0
/proc/17221/statm: 45645 317 76 160 0 45483 0
[pid=17222] ppid=17214 vsize=182580 CPUtime=3
/proc/17222/stat : 17222 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 300 0 0 0 25 0 1 0 274674098 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577880 0 0 4096 2 0 0 0 17 0 0 0
/proc/17222/statm: 45645 317 76 160 0 45483 0
[pid=17223] ppid=17214 vsize=182580 CPUtime=3
/proc/17223/stat : 17223 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 300 0 0 0 25 0 1 0 274674099 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567187 0 0 4096 0 0 0 0 17 0 0 0
/proc/17223/statm: 45645 317 76 160 0 45483 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 1643220

[startup+25.5426 s]
/proc/loadavg: 3.16 1.51 1.17 6/83 17223
/proc/meminfo: memFree=1659440/2055920 swapFree=4192812/4192956
[pid=17214] ppid=17212 vsize=182580 CPUtime=14.93
/proc/17214/stat : 17214 (kcnfs-smp) S 17212 17214 16304 0 -1 4194304 510 180 0 0 10 0 1483 0 16 0 1 0 274674051 186961920 304 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17214/statm: 45645 304 70 160 0 45483 0
[pid=17216] ppid=17214 vsize=182580 CPUtime=7.2
/proc/17216/stat : 17216 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 720 0 0 0 25 0 1 0 274674058 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580136 0 0 4096 2 0 0 0 17 1 0 0
/proc/17216/statm: 45645 317 76 160 0 45483 0
[pid=17217] ppid=17214 vsize=182580 CPUtime=7
/proc/17217/stat : 17217 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 700 0 0 0 25 0 1 0 274674059 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567202 0 0 4096 0 0 0 0 17 1 0 0
/proc/17217/statm: 45645 317 76 160 0 45483 0
[pid=17220] ppid=17214 vsize=182580 CPUtime=7.32
/proc/17220/stat : 17220 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 732 0 0 0 25 0 1 0 274674093 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572638 0 0 4096 2 0 0 0 17 0 0 0
/proc/17220/statm: 45645 317 76 160 0 45483 0
[pid=17222] ppid=17214 vsize=182580 CPUtime=7.2
/proc/17222/stat : 17222 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 720 0 0 0 25 0 1 0 274674098 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134590050 0 0 4096 2 0 0 0 17 0 0 0
/proc/17222/statm: 45645 317 76 160 0 45483 0
[pid=17223] ppid=17214 vsize=182580 CPUtime=7.2
/proc/17223/stat : 17223 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 720 0 0 0 25 0 1 0 274674099 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572933 0 0 4096 0 0 0 0 17 0 0 0
/proc/17223/statm: 45645 317 76 160 0 45483 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 1095480

[startup+51.1435 s]
/proc/loadavg: 3.79 1.79 1.27 6/83 17223
/proc/meminfo: memFree=1659504/2055920 swapFree=4192812/4192956
[pid=17214] ppid=17212 vsize=182580 CPUtime=14.93
/proc/17214/stat : 17214 (kcnfs-smp) S 17212 17214 16304 0 -1 4194304 510 180 0 0 10 0 1483 0 16 0 1 0 274674051 186961920 304 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17214/statm: 45645 304 70 160 0 45483 0
[pid=17216] ppid=17214 vsize=182580 CPUtime=19.99
/proc/17216/stat : 17216 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 1999 0 0 0 25 0 1 0 274674058 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567592 0 0 4096 2 0 0 0 17 1 0 0
/proc/17216/statm: 45645 317 76 160 0 45483 0
[pid=17217] ppid=17214 vsize=182580 CPUtime=19.8
/proc/17217/stat : 17217 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 1980 0 0 0 25 0 1 0 274674059 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134628417 0 0 4096 0 0 0 0 17 1 0 0
/proc/17217/statm: 45645 317 76 160 0 45483 0
[pid=17220] ppid=17214 vsize=182580 CPUtime=15.81
/proc/17220/stat : 17220 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 1581 0 0 0 25 0 1 0 274674093 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683195 0 0 4096 2 0 0 0 17 0 0 0
/proc/17220/statm: 45645 317 76 160 0 45483 0
[pid=17222] ppid=17214 vsize=182580 CPUtime=15.7
/proc/17222/stat : 17222 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 1570 0 0 0 25 0 1 0 274674098 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572315 0 0 4096 2 0 0 0 17 0 0 0
/proc/17222/statm: 45645 317 76 160 0 45483 0
[pid=17223] ppid=17214 vsize=182580 CPUtime=15.7
/proc/17223/stat : 17223 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 1570 0 0 0 25 0 1 0 274674099 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577715 0 0 4096 0 0 0 0 17 0 0 0
/proc/17223/statm: 45645 317 76 160 0 45483 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 1095480

[startup+102.422 s]
/proc/loadavg: 4.47 2.28 1.46 6/83 17223
/proc/meminfo: memFree=1659568/2055920 swapFree=4192812/4192956
[pid=17214] ppid=17212 vsize=182580 CPUtime=14.93
/proc/17214/stat : 17214 (kcnfs-smp) S 17212 17214 16304 0 -1 4194304 510 180 0 0 10 0 1483 0 16 0 1 0 274674051 186961920 304 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17214/statm: 45645 304 70 160 0 45483 0
[pid=17216] ppid=17214 vsize=182580 CPUtime=45.6
/proc/17216/stat : 17216 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 4560 0 0 0 25 0 1 0 274674058 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580054 0 0 4096 2 0 0 0 17 1 0 0
/proc/17216/statm: 45645 317 76 160 0 45483 0
[pid=17217] ppid=17214 vsize=182580 CPUtime=45.45
/proc/17217/stat : 17217 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 4545 0 0 0 25 0 1 0 274674059 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572912 0 0 4096 0 0 0 0 17 1 0 0
/proc/17217/statm: 45645 317 76 160 0 45483 0
[pid=17220] ppid=17214 vsize=182580 CPUtime=32.83
/proc/17220/stat : 17220 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 3283 0 0 0 25 0 1 0 274674093 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572949 0 0 4096 2 0 0 0 17 0 0 0
/proc/17220/statm: 45645 317 76 160 0 45483 0
[pid=17222] ppid=17214 vsize=182580 CPUtime=32.75
/proc/17222/stat : 17222 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 3275 0 0 0 25 0 1 0 274674098 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134674511 0 0 4096 2 0 0 0 17 0 0 0
/proc/17222/statm: 45645 317 76 160 0 45483 0
[pid=17223] ppid=17214 vsize=182580 CPUtime=32.69
/proc/17223/stat : 17223 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 3269 0 0 0 25 0 1 0 274674099 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577752 0 0 4096 0 0 0 0 17 0 0 0
/proc/17223/statm: 45645 317 76 160 0 45483 0
Current children cumulated CPU time (s) 204.25
Current children cumulated vsize (KiB) 1095480

[startup+162.507 s]
/proc/loadavg: 3.98 2.56 1.61 4/81 17223
/proc/meminfo: memFree=1660096/2055920 swapFree=4192812/4192956
[pid=17214] ppid=17212 vsize=182580 CPUtime=101.48
/proc/17214/stat : 17214 (kcnfs-smp) S 17212 17214 16304 0 -1 4194304 510 300 0 0 10 0 10138 0 16 0 1 0 274674051 186961920 304 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17214/statm: 45645 304 70 160 0 45483 0
[pid=17216] ppid=17214 vsize=182580 CPUtime=75.63
/proc/17216/stat : 17216 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 7563 0 0 0 25 0 1 0 274674058 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580339 0 0 4096 2 0 0 0 17 1 0 0
/proc/17216/statm: 45645 317 76 160 0 45483 0
[pid=17217] ppid=17214 vsize=182580 CPUtime=75.49
/proc/17217/stat : 17217 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 7549 0 0 0 25 0 1 0 274674059 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683587 0 0 4096 0 0 0 0 17 1 0 0
/proc/17217/statm: 45645 317 76 160 0 45483 0
[pid=17222] ppid=17214 vsize=182580 CPUtime=71.55
/proc/17222/stat : 17222 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 7155 0 0 0 25 0 1 0 274674098 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683223 0 0 4096 2 0 0 0 17 0 0 0
/proc/17222/statm: 45645 317 76 160 0 45483 0
Current children cumulated CPU time (s) 324.15
Current children cumulated vsize (KiB) 730320

[startup+222.55 s]
/proc/loadavg: 3.07 2.57 1.67 3/80 17223
/proc/meminfo: memFree=1660360/2055920 swapFree=4192812/4192956
[pid=17214] ppid=17212 vsize=182580 CPUtime=208.43
/proc/17214/stat : 17214 (kcnfs-smp) S 17212 17214 16304 0 -1 4194304 510 360 0 0 10 0 20832 1 16 0 1 0 274674051 186961920 304 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17214/statm: 45645 304 70 160 0 45483 0
[pid=17216] ppid=17214 vsize=182580 CPUtime=117.79
/proc/17216/stat : 17216 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 11779 0 0 0 25 0 1 0 274674058 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577632 0 0 4096 2 0 0 0 17 0 0 0
/proc/17216/statm: 45645 317 76 160 0 45483 0
[pid=17217] ppid=17214 vsize=182580 CPUtime=117.75
/proc/17217/stat : 17217 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 11775 0 0 0 25 0 1 0 274674059 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134636634 0 0 4096 0 0 0 0 17 1 0 0
/proc/17217/statm: 45645 317 76 160 0 45483 0
Current children cumulated CPU time (s) 443.97
Current children cumulated vsize (KiB) 547740

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

[startup+223.676 s]
/proc/loadavg: 3.07 2.57 1.67 3/80 17223
/proc/meminfo: memFree=1660360/2055920 swapFree=4192812/4192956
[pid=17214] ppid=17212 vsize=182580 CPUtime=208.43
/proc/17214/stat : 17214 (kcnfs-smp) S 17212 17214 16304 0 -1 4194304 510 360 0 0 10 0 20832 1 16 0 1 0 274674051 186961920 304 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17214/statm: 45645 304 70 160 0 45483 0
[pid=17216] ppid=17214 vsize=182580 CPUtime=118.91
/proc/17216/stat : 17216 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 11891 0 0 0 25 0 1 0 274674058 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567466 0 0 4096 2 0 0 0 17 0 0 0
/proc/17216/statm: 45645 317 76 160 0 45483 0
[pid=17217] ppid=17214 vsize=182580 CPUtime=118.87
/proc/17217/stat : 17217 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 11887 0 0 0 25 0 1 0 274674059 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134593377 0 0 4096 0 0 0 0 17 1 0 0
/proc/17217/statm: 45645 317 76 160 0 45483 0
Current children cumulated CPU time (s) 446.21
Current children cumulated vsize (KiB) 547740

[startup+236.803 s]
/proc/loadavg: 2.76 2.53 1.67 3/79 17223
/proc/meminfo: memFree=1660432/2055920 swapFree=4192812/4192956
[pid=17214] ppid=17212 vsize=182580 CPUtime=332.93
/proc/17214/stat : 17214 (kcnfs-smp) S 17212 17214 16304 0 -1 4194304 510 420 0 0 10 0 33282 1 16 0 1 0 274674051 186961920 304 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17214/statm: 45645 304 70 160 0 45483 0
[pid=17216] ppid=17214 vsize=182580 CPUtime=132.01
/proc/17216/stat : 17216 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 13201 0 0 0 25 0 1 0 274674058 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579723 0 0 4096 2 0 0 0 17 1 0 0
/proc/17216/statm: 45645 317 76 160 0 45483 0
Current children cumulated CPU time (s) 464.94
Current children cumulated vsize (KiB) 365160

[startup+240.09 s]
/proc/loadavg: 2.61 2.50 1.66 2/79 17223
/proc/meminfo: memFree=1660496/2055920 swapFree=4192812/4192956
[pid=17214] ppid=17212 vsize=182580 CPUtime=332.93
/proc/17214/stat : 17214 (kcnfs-smp) S 17212 17214 16304 0 -1 4194304 510 420 0 0 10 0 33282 1 16 0 1 0 274674051 186961920 304 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17214/statm: 45645 304 70 160 0 45483 0
[pid=17216] ppid=17214 vsize=182580 CPUtime=135.3
/proc/17216/stat : 17216 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 13530 0 0 0 25 0 1 0 274674058 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683223 0 0 4096 2 0 0 0 17 1 0 0
/proc/17216/statm: 45645 317 76 160 0 45483 0
Current children cumulated CPU time (s) 468.23
Current children cumulated vsize (KiB) 365160

[startup+243.366 s]
/proc/loadavg: 2.49 2.47 1.66 2/79 17223
/proc/meminfo: memFree=1660496/2055920 swapFree=4192812/4192956
[pid=17214] ppid=17212 vsize=182580 CPUtime=332.93
/proc/17214/stat : 17214 (kcnfs-smp) S 17212 17214 16304 0 -1 4194304 510 420 0 0 10 0 33282 1 16 0 1 0 274674051 186961920 304 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17214/statm: 45645 304 70 160 0 45483 0
[pid=17216] ppid=17214 vsize=182580 CPUtime=138.57
/proc/17216/stat : 17216 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 13857 0 0 0 25 0 1 0 274674058 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134675319 0 0 4096 2 0 0 0 17 1 0 0
/proc/17216/statm: 45645 317 76 160 0 45483 0
Current children cumulated CPU time (s) 471.5
Current children cumulated vsize (KiB) 365160

[startup+245.002 s]
/proc/loadavg: 2.49 2.47 1.66 2/79 17223
/proc/meminfo: memFree=1660496/2055920 swapFree=4192812/4192956
[pid=17214] ppid=17212 vsize=182580 CPUtime=332.93
/proc/17214/stat : 17214 (kcnfs-smp) S 17212 17214 16304 0 -1 4194304 510 420 0 0 10 0 33282 1 16 0 1 0 274674051 186961920 304 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17214/statm: 45645 304 70 160 0 45483 0
[pid=17216] ppid=17214 vsize=182580 CPUtime=140.21
/proc/17216/stat : 17216 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 14021 0 0 0 25 0 1 0 274674058 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580075 0 0 4096 2 0 0 0 17 1 0 0
/proc/17216/statm: 45645 317 76 160 0 45483 0
Current children cumulated CPU time (s) 473.14
Current children cumulated vsize (KiB) 365160

[startup+245.829 s]
/proc/loadavg: 2.49 2.47 1.66 2/79 17223
/proc/meminfo: memFree=1660496/2055920 swapFree=4192812/4192956
[pid=17214] ppid=17212 vsize=182580 CPUtime=332.93
/proc/17214/stat : 17214 (kcnfs-smp) S 17212 17214 16304 0 -1 4194304 510 420 0 0 10 0 33282 1 16 0 1 0 274674051 186961920 304 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17214/statm: 45645 304 70 160 0 45483 0
[pid=17216] ppid=17214 vsize=182580 CPUtime=141.03
/proc/17216/stat : 17216 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 14103 0 0 0 25 0 1 0 274674058 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567399 0 0 4096 2 0 0 0 17 1 0 0
/proc/17216/statm: 45645 317 76 160 0 45483 0
Current children cumulated CPU time (s) 473.96
Current children cumulated vsize (KiB) 365160

[startup+246.241 s]
/proc/loadavg: 2.49 2.47 1.66 2/79 17223
/proc/meminfo: memFree=1660496/2055920 swapFree=4192812/4192956
[pid=17214] ppid=17212 vsize=182580 CPUtime=332.93
/proc/17214/stat : 17214 (kcnfs-smp) S 17212 17214 16304 0 -1 4194304 510 420 0 0 10 0 33282 1 16 0 1 0 274674051 186961920 304 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17214/statm: 45645 304 70 160 0 45483 0
[pid=17216] ppid=17214 vsize=182580 CPUtime=141.45
/proc/17216/stat : 17216 (kcnfs-smp) R 17214 17214 16304 0 -1 4194368 44 0 0 0 14145 0 0 0 25 0 1 0 274674058 186961920 317 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580041 0 0 4096 2 0 0 0 17 1 0 0
/proc/17216/statm: 45645 317 76 160 0 45483 0
Current children cumulated CPU time (s) 474.38
Current children cumulated vsize (KiB) 365160

Child status: 20
Real time (s): 246.263
CPU time (s): 474.422
CPU user time (s): 474.403
CPU system time (s): 0.018997
CPU usage (%): 192.648
Max. virtual memory (cumulated for all children) (KiB): 1643220

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

runsolver used 0.239963 second user time and 0.638902 second system time

The end

Launcher Data (download as text)

Begin job on node5 on Tue Feb 27 03:33:12 UTC 2007

IDJOB= 309803
IDBENCH= 20270
IDSOLVER= 112
FILE ID= node5/309803-1172547192

PBS_JOBID= 3971650

Free space on /tmp= 66553 MiB

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

META MD5SUM SOLVER= 23f87ccf1c743ff5b6146b444e216cd3
MD5SUM BENCH=  880cf9bf7c6e3aec7f289eb949c11ac5

RANDOM SEED= 529095461

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node5.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.224
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.224
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:       1663032 kB
Buffers:         50312 kB
Cached:         227944 kB
SwapCached:          0 kB
Active:         232024 kB
Inactive:        90180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1663032 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3208 kB
Writeback:           0 kB
Mapped:          62872 kB
Slab:            56380 kB
Committed_AS:   891260 kB
PageTables:       1692 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= 66553 MiB

End job on node5 on Tue Feb 27 03:37:19 UTC 2007