Trace number 309065

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 724.914 455.511

General information on the benchmark

Namerandom/2+p/p0.7/v4500/
unif2p-p0.7-v4500-c12015-S1349608788-18-UNSAT.cnf
MD5SUM7031e461464b8d1c0f6a8a1c913e5155
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark618.095
Satisfiable
(Un)Satisfiability was proved
Number of variables4497
Number of clauses12014
Sum of the clauses size32438
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23604
Number of clauses of size 38410
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/309065-1172533144/kcnfs-smp   V. 1.2
0.00/0.00	c reading file ... done
0.00/0.02	c Input file : '/tmp/evaluation/309065-1172533144/instance-309065-1172533144.cnf'
0.00/0.02	c [#vars: 4500, #clauses: 12014 , (2-3)-CNF]
0.00/0.03	c unit clauses propagate before processing (#clause: 12014)
0.00/0.03	c estimated distribution: 8 tasks
0.00/0.04	c <5650> [PID]: 5652 5653 5654 5655 5656 5657 5658
0.05/0.37	c <5650> [PID]: 5659
0.05/0.37	c real distribution: 8 tasks
12.85/6.54	c <5650> [5659: UNSAT][5658: UNSAT][5657: UNSAT][5655: UNSAT][5653: UNSAT]
474.37/237.79	c <5650> [5654: UNSAT][5656: UNSAT][5652: UNSAT]
724.85/455.51	s UNSATISFIABLE
724.85/455.51	c CPU time            : 724.870 seconds
724.85/455.51	c Elapsed Time        : 455.488 seconds
724.85/455.51	c Size of search tree : 92967 nodes
724.85/455.51	c average speed       : 128.255 nodes/sec.
724.85/455.51	

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/node61/watcher-309065-1172533144 -o ROOT/results/node61/solver-309065-1172533144 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/309065-1172533144/kcnfs-smp /tmp/evaluation/309065-1172533144/instance-309065-1172533144.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/64 5650
/proc/meminfo: memFree=1884184/2055920 swapFree=4180412/4192956
[pid=5650] ppid=5648 vsize=180916 CPUtime=0
/proc/5650/stat : 5650 (kcnfs-smp) R 5648 5650 5139 0 -1 4194304 124 0 0 0 0 0 0 0 18 0 1 0 273271362 185257984 109 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134820679 0 0 4096 0 0 0 0 17 1 0 0
/proc/5650/statm: 45229 110 48 160 0 45067 0

[startup+0.106538 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 5650
/proc/meminfo: memFree=1884184/2055920 swapFree=4180412/4192956
[pid=5650] ppid=5648 vsize=182968 CPUtime=0.05
/proc/5650/stat : 5650 (kcnfs-smp) R 5648 5650 5139 0 -1 4194304 1028 0 0 0 5 0 0 0 21 0 1 0 273271362 187359232 890 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836899 0 0 4096 0 0 0 0 17 0 0 0
/proc/5650/statm: 45742 890 65 160 0 45580 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 182968

[startup+0.514577 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 5650
/proc/meminfo: memFree=1884184/2055920 swapFree=4180412/4192956
[pid=5650] ppid=5648 vsize=182968 CPUtime=0.05
/proc/5650/stat : 5650 (kcnfs-smp) S 5648 5650 5139 0 -1 4194304 1228 0 0 0 5 0 0 0 21 0 1 0 273271362 187359232 891 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5650/statm: 45742 891 66 160 0 45580 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 182968

[startup+1.33666 s]
/proc/loadavg: 0.92 0.98 0.99 9/73 5659
/proc/meminfo: memFree=1877520/2055920 swapFree=4180412/4192956
[pid=5650] ppid=5648 vsize=182968 CPUtime=0.05
/proc/5650/stat : 5650 (kcnfs-smp) S 5648 5650 5139 0 -1 4194304 1228 0 0 0 5 0 0 0 21 0 1 0 273271362 187359232 891 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5650/statm: 45742 891 66 160 0 45580 0
[pid=5652] ppid=5650 vsize=182968 CPUtime=0.54
/proc/5652/stat : 5652 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 82 0 0 0 54 0 0 0 24 0 1 0 273271366 187359232 903 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572276 0 0 4096 2 0 0 0 17 1 0 0
/proc/5652/statm: 45742 903 69 160 0 45580 0
[pid=5653] ppid=5650 vsize=182968 CPUtime=0.42
/proc/5653/stat : 5653 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 80 0 0 0 42 0 0 0 24 0 1 0 273271366 187359232 902 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567517 0 0 4096 0 0 0 0 17 1 0 0
/proc/5653/statm: 45742 902 69 160 0 45580 0
[pid=5654] ppid=5650 vsize=182968 CPUtime=0.4
/proc/5654/stat : 5654 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 82 0 0 0 40 0 0 0 25 0 1 0 273271370 187359232 909 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567399 0 0 4096 2 0 0 0 17 0 0 0
/proc/5654/statm: 45742 909 71 160 0 45580 0
[pid=5655] ppid=5650 vsize=182968 CPUtime=0.2
/proc/5655/stat : 5655 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 79 0 0 0 20 0 0 0 23 0 1 0 273271370 187359232 907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572846 0 0 4096 0 0 0 0 17 1 0 0
/proc/5655/statm: 45742 907 71 160 0 45580 0
[pid=5656] ppid=5650 vsize=182968 CPUtime=0.29
/proc/5656/stat : 5656 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 80 0 0 0 29 0 0 0 25 0 1 0 273271391 187359232 908 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134568974 0 0 4096 2 0 0 0 17 0 0 0
/proc/5656/statm: 45742 908 71 160 0 45580 0
[pid=5657] ppid=5650 vsize=182968 CPUtime=0.27
/proc/5657/stat : 5657 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 76 0 0 0 27 0 0 0 25 0 1 0 273271396 187359232 904 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572753 0 0 4096 0 0 0 0 17 1 0 0
/proc/5657/statm: 45742 904 67 160 0 45580 0
[pid=5658] ppid=5650 vsize=182968 CPUtime=0.21
/proc/5658/stat : 5658 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 79 0 0 0 21 0 0 0 25 0 1 0 273271398 187359232 908 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580273 0 0 4096 2 0 0 0 17 0 0 0
/proc/5658/statm: 45742 908 71 160 0 45580 0
[pid=5659] ppid=5650 vsize=182968 CPUtime=0.2
/proc/5659/stat : 5659 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 79 0 0 0 20 0 0 0 25 0 1 0 273271399 187359232 908 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572638 0 0 4096 0 0 0 0 17 0 0 0
/proc/5659/statm: 45742 908 71 160 0 45580 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 1646712

[startup+2.98881 s]
/proc/loadavg: 0.92 0.98 0.99 9/73 5659
/proc/meminfo: memFree=1877392/2055920 swapFree=4180412/4192956
[pid=5650] ppid=5648 vsize=182968 CPUtime=0.05
/proc/5650/stat : 5650 (kcnfs-smp) S 5648 5650 5139 0 -1 4194304 1228 0 0 0 5 0 0 0 21 0 1 0 273271362 187359232 891 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5650/statm: 45742 891 66 160 0 45580 0
[pid=5652] ppid=5650 vsize=182968 CPUtime=0.94
/proc/5652/stat : 5652 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 82 0 0 0 94 0 0 0 25 0 1 0 273271366 187359232 903 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134675789 0 0 4096 2 0 0 0 17 1 0 0
/proc/5652/statm: 45742 903 69 160 0 45580 0
[pid=5653] ppid=5650 vsize=182968 CPUtime=0.82
/proc/5653/stat : 5653 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 85 0 0 0 82 0 0 0 25 0 1 0 273271366 187359232 907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572793 0 0 4096 0 0 0 0 17 1 0 0
/proc/5653/statm: 45742 907 71 160 0 45580 0
[pid=5654] ppid=5650 vsize=182968 CPUtime=0.8
/proc/5654/stat : 5654 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 82 0 0 0 80 0 0 0 25 0 1 0 273271370 187359232 909 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567406 0 0 4096 2 0 0 0 17 0 0 0
/proc/5654/statm: 45742 909 71 160 0 45580 0
[pid=5655] ppid=5650 vsize=182968 CPUtime=0.6
/proc/5655/stat : 5655 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 80 0 0 0 60 0 0 0 25 0 1 0 273271370 187359232 908 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567303 0 0 4096 0 0 0 0 17 1 0 0
/proc/5655/statm: 45742 908 71 160 0 45580 0
[pid=5656] ppid=5650 vsize=182968 CPUtime=0.74
/proc/5656/stat : 5656 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 80 0 0 0 74 0 0 0 25 0 1 0 273271391 187359232 908 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134633623 0 0 4096 2 0 0 0 17 0 0 0
/proc/5656/statm: 45742 908 71 160 0 45580 0
[pid=5657] ppid=5650 vsize=182968 CPUtime=0.72
/proc/5657/stat : 5657 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 81 0 0 0 72 0 0 0 25 0 1 0 273271396 187359232 909 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577440 0 0 4096 0 0 0 0 17 1 0 0
/proc/5657/statm: 45742 909 71 160 0 45580 0
[pid=5658] ppid=5650 vsize=182968 CPUtime=0.61
/proc/5658/stat : 5658 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 79 0 0 0 61 0 0 0 25 0 1 0 273271398 187359232 908 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567517 0 0 4096 2 0 0 0 17 0 0 0
/proc/5658/statm: 45742 908 71 160 0 45580 0
[pid=5659] ppid=5650 vsize=182968 CPUtime=0.6
/proc/5659/stat : 5659 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 79 0 0 0 60 0 0 0 25 0 1 0 273271399 187359232 908 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134636812 0 0 4096 0 0 0 0 17 0 0 0
/proc/5659/statm: 45742 908 71 160 0 45580 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 1646712

[startup+6.28413 s]
/proc/loadavg: 1.49 1.10 1.03 9/73 5659
/proc/meminfo: memFree=1877264/2055920 swapFree=4180412/4192956
[pid=5650] ppid=5648 vsize=182968 CPUtime=0.05
/proc/5650/stat : 5650 (kcnfs-smp) S 5648 5650 5139 0 -1 4194304 1228 0 0 0 5 0 0 0 21 0 1 0 273271362 187359232 891 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5650/statm: 45742 891 66 160 0 45580 0
[pid=5652] ppid=5650 vsize=182968 CPUtime=1.74
/proc/5652/stat : 5652 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 82 0 0 0 174 0 0 0 25 0 1 0 273271366 187359232 903 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572733 0 0 4096 2 0 0 0 17 1 0 0
/proc/5652/statm: 45742 903 69 160 0 45580 0
[pid=5653] ppid=5650 vsize=182968 CPUtime=1.62
/proc/5653/stat : 5653 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 85 0 0 0 162 0 0 0 25 0 1 0 273271366 187359232 907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572655 0 0 4096 0 0 0 0 17 1 0 0
/proc/5653/statm: 45742 907 71 160 0 45580 0
[pid=5654] ppid=5650 vsize=182968 CPUtime=1.73
/proc/5654/stat : 5654 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 85 0 0 0 173 0 0 0 25 0 1 0 273271370 187359232 909 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572878 0 0 4096 2 0 0 0 17 0 0 0
/proc/5654/statm: 45742 909 71 160 0 45580 0
[pid=5655] ppid=5650 vsize=182968 CPUtime=1.49
/proc/5655/stat : 5655 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 82 0 0 0 149 0 0 0 25 0 1 0 273271370 187359232 908 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572276 0 0 4096 0 0 0 0 17 1 0 0
/proc/5655/statm: 45742 908 71 160 0 45580 0
[pid=5656] ppid=5650 vsize=182968 CPUtime=1.64
/proc/5656/stat : 5656 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 84 0 0 0 164 0 0 0 25 0 1 0 273271391 187359232 909 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567622 0 0 4096 2 0 0 0 17 0 0 0
/proc/5656/statm: 45742 909 71 160 0 45580 0
[pid=5657] ppid=5650 vsize=182968 CPUtime=1.52
/proc/5657/stat : 5657 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 84 0 0 0 152 0 0 0 25 0 1 0 273271396 187359232 909 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572856 0 0 4096 0 0 0 0 17 1 0 0
/proc/5657/statm: 45742 909 71 160 0 45580 0
[pid=5658] ppid=5650 vsize=182968 CPUtime=1.61
/proc/5658/stat : 5658 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 83 0 0 0 161 0 0 0 25 0 1 0 273271398 187359232 909 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572642 0 0 4096 2 0 0 0 17 0 0 0
/proc/5658/statm: 45742 909 71 160 0 45580 0
[pid=5659] ppid=5650 vsize=0 CPUtime=1.04
/proc/5659/stat : 5659 (kcnfs-smp) R 5650 5650 5139 0 -1 4194372 138 0 0 0 104 0 0 0 25 0 1 0 273271399 0 0 18446744073709551615 0 0 0 0 0 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/5659/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 1463744

[startup+12.7767 s]
/proc/loadavg: 2.33 1.29 1.10 8/72 5659
/proc/meminfo: memFree=1877400/2055920 swapFree=4180412/4192956
[pid=5650] ppid=5648 vsize=182968 CPUtime=1.09
/proc/5650/stat : 5650 (kcnfs-smp) S 5648 5650 5139 0 -1 4194304 1229 138 0 0 5 0 104 0 16 0 1 0 273271362 187359232 891 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5650/statm: 45742 891 66 160 0 45580 0
[pid=5652] ppid=5650 vsize=182968 CPUtime=3.34
/proc/5652/stat : 5652 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 82 0 0 0 334 0 0 0 25 0 1 0 273271366 187359232 903 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567239 0 0 4096 2 0 0 0 17 1 0 0
/proc/5652/statm: 45742 903 69 160 0 45580 0
[pid=5653] ppid=5650 vsize=182968 CPUtime=3.31
/proc/5653/stat : 5653 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 85 0 0 0 331 0 0 0 25 0 1 0 273271366 187359232 907 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567239 0 0 4096 0 0 0 0 17 1 0 0
/proc/5653/statm: 45742 907 71 160 0 45580 0
[pid=5654] ppid=5650 vsize=182968 CPUtime=3.89
/proc/5654/stat : 5654 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 85 0 0 0 389 0 0 0 25 0 1 0 273271370 187359232 909 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580339 0 0 4096 2 0 0 0 17 0 0 0
/proc/5654/statm: 45742 909 71 160 0 45580 0
[pid=5655] ppid=5650 vsize=182968 CPUtime=3.1
/proc/5655/stat : 5655 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 83 0 0 0 310 0 0 0 25 0 1 0 273271370 187359232 908 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580056 0 0 4096 0 0 0 0 17 1 0 0
/proc/5655/statm: 45742 908 71 160 0 45580 0
[pid=5656] ppid=5650 vsize=182968 CPUtime=3.84
/proc/5656/stat : 5656 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 84 0 0 0 384 0 0 0 25 0 1 0 273271391 187359232 909 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572276 0 0 4096 2 0 0 0 17 0 0 0
/proc/5656/statm: 45742 909 71 160 0 45580 0
[pid=5657] ppid=5650 vsize=182968 CPUtime=3.12
/proc/5657/stat : 5657 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 84 0 0 0 312 0 0 0 25 0 1 0 273271396 187359232 909 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572704 0 0 4096 0 0 0 0 17 1 0 0
/proc/5657/statm: 45742 909 71 160 0 45580 0
[pid=5658] ppid=5650 vsize=182968 CPUtime=3.71
/proc/5658/stat : 5658 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 83 0 0 0 371 0 0 0 25 0 1 0 273271398 187359232 909 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567307 0 0 4096 2 0 0 0 17 0 0 0
/proc/5658/statm: 45742 909 71 160 0 45580 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 1463744

[startup+25.63 s]
/proc/loadavg: 3.05 1.48 1.16 8/72 5659
/proc/meminfo: memFree=1877400/2055920 swapFree=4180412/4192956
[pid=5650] ppid=5648 vsize=182968 CPUtime=1.09
/proc/5650/stat : 5650 (kcnfs-smp) S 5648 5650 5139 0 -1 4194304 1229 138 0 0 5 0 104 0 16 0 1 0 273271362 187359232 891 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5650/statm: 45742 891 66 160 0 45580 0
[pid=5652] ppid=5650 vsize=182968 CPUtime=6.58
/proc/5652/stat : 5652 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 88 0 0 0 658 0 0 0 25 0 1 0 273271366 187359232 909 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567577 0 0 4096 2 0 0 0 17 1 0 0
/proc/5652/statm: 45742 909 71 160 0 45580 0
[pid=5653] ppid=5650 vsize=182968 CPUtime=6.52
/proc/5653/stat : 5653 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 88 0 0 0 652 0 0 0 25 0 1 0 273271366 187359232 910 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683111 0 0 4096 0 0 0 0 17 1 0 0
/proc/5653/statm: 45742 910 71 160 0 45580 0
[pid=5654] ppid=5650 vsize=182968 CPUtime=8.19
/proc/5654/stat : 5654 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 86 0 0 0 819 0 0 0 25 0 1 0 273271370 187359232 910 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572893 0 0 4096 2 0 0 0 17 0 0 0
/proc/5654/statm: 45742 910 71 160 0 45580 0
[pid=5655] ppid=5650 vsize=182968 CPUtime=6.3
/proc/5655/stat : 5655 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 84 0 0 0 630 0 0 0 25 0 1 0 273271370 187359232 909 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572182 0 0 4096 0 0 0 0 17 1 0 0
/proc/5655/statm: 45742 909 71 160 0 45580 0
[pid=5656] ppid=5650 vsize=182968 CPUtime=8.05
/proc/5656/stat : 5656 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 84 0 0 0 805 0 0 0 25 0 1 0 273271391 187359232 909 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572834 0 0 4096 2 0 0 0 17 0 0 0
/proc/5656/statm: 45742 909 71 160 0 45580 0
[pid=5657] ppid=5650 vsize=182968 CPUtime=6.32
/proc/5657/stat : 5657 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 84 0 0 0 632 0 0 0 25 0 1 0 273271396 187359232 909 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572727 0 0 4096 0 0 0 0 17 1 0 0
/proc/5657/statm: 45742 909 71 160 0 45580 0
[pid=5658] ppid=5650 vsize=182968 CPUtime=8
/proc/5658/stat : 5658 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 83 0 0 0 800 0 0 0 25 0 1 0 273271398 187359232 909 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567283 0 0 4096 2 0 0 0 17 0 0 0
/proc/5658/statm: 45742 909 71 160 0 45580 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 1463744

[startup+51.2734 s]
/proc/loadavg: 4.40 1.92 1.31 8/72 5659
/proc/meminfo: memFree=1877400/2055920 swapFree=4180412/4192956
[pid=5650] ppid=5648 vsize=182968 CPUtime=1.09

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

/proc/meminfo: memFree=1878256/2055920 swapFree=4180412/4192956
[pid=5650] ppid=5648 vsize=182968 CPUtime=105.79
/proc/5650/stat : 5650 (kcnfs-smp) S 5648 5650 5139 0 -1 4194304 1229 566 0 0 5 0 10574 0 16 0 1 0 273271362 187359232 891 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5650/statm: 45742 891 66 160 0 45580 0
[pid=5652] ppid=5650 vsize=182968 CPUtime=49.66
/proc/5652/stat : 5652 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 90 0 0 0 4966 0 0 0 25 0 1 0 273271366 187359232 911 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572642 0 0 4096 2 0 0 0 17 0 0 0
/proc/5652/statm: 45742 911 71 160 0 45580 0
[pid=5653] ppid=5650 vsize=182968 CPUtime=59.91
/proc/5653/stat : 5653 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 88 0 0 0 5991 0 0 0 25 0 1 0 273271366 187359232 910 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572890 0 0 4096 0 0 0 0 17 1 0 0
/proc/5653/statm: 45742 910 71 160 0 45580 0
[pid=5654] ppid=5650 vsize=182968 CPUtime=54.54
/proc/5654/stat : 5654 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 87 0 0 0 5454 0 0 0 25 0 1 0 273271370 187359232 911 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577099 0 0 4096 2 0 0 0 17 1 0 0
/proc/5654/statm: 45742 911 71 160 0 45580 0
[pid=5656] ppid=5650 vsize=182968 CPUtime=54.43
/proc/5656/stat : 5656 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 87 0 0 0 5443 0 0 0 25 0 1 0 273271391 187359232 912 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572834 0 0 4096 2 0 0 0 17 0 0 0
/proc/5656/statm: 45742 912 71 160 0 45580 0
Current children cumulated CPU time (s) 324.33
Current children cumulated vsize (KiB) 914840

[startup+222.667 s]
/proc/loadavg: 3.98 3.09 1.88 4/68 5661
/proc/meminfo: memFree=1878712/2055920 swapFree=4180412/4192956
[pid=5650] ppid=5648 vsize=182968 CPUtime=177.32
/proc/5650/stat : 5650 (kcnfs-smp) S 5648 5650 5139 0 -1 4194304 1229 712 0 0 5 0 17727 0 16 0 1 0 273271362 187359232 891 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5650/statm: 45742 891 66 160 0 45580 0
[pid=5652] ppid=5650 vsize=182968 CPUtime=79.59
/proc/5652/stat : 5652 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 90 0 0 0 7959 0 0 0 25 0 1 0 273271366 187359232 911 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567303 0 0 4096 2 0 0 0 17 0 0 0
/proc/5652/statm: 45742 911 71 160 0 45580 0
[pid=5654] ppid=5650 vsize=182968 CPUtime=102.99
/proc/5654/stat : 5654 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 88 0 0 0 10299 0 0 0 25 0 1 0 273271370 187359232 912 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572621 0 0 4096 2 0 0 0 17 1 0 0
/proc/5654/statm: 45742 912 71 160 0 45580 0
[pid=5656] ppid=5650 vsize=182968 CPUtime=84.33
/proc/5656/stat : 5656 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 87 0 0 0 8433 0 0 0 25 0 1 0 273271391 187359232 912 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577634 0 0 4096 2 0 0 0 17 0 0 0
/proc/5656/statm: 45742 912 71 160 0 45580 0
Current children cumulated CPU time (s) 444.23
Current children cumulated vsize (KiB) 731872

[startup+282.696 s]
/proc/loadavg: 2.58 2.88 1.89 2/66 5661
/proc/meminfo: memFree=1879504/2055920 swapFree=4180412/4192956
[pid=5650] ppid=5648 vsize=182968 CPUtime=419.9
/proc/5650/stat : 5650 (kcnfs-smp) S 5648 5650 5139 0 -1 4194304 1229 1003 0 0 5 0 41984 1 16 0 1 0 273271362 187359232 891 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5650/statm: 45742 891 66 160 0 45580 0
[pid=5652] ppid=5650 vsize=182968 CPUtime=132.21
/proc/5652/stat : 5652 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 90 0 0 0 13221 0 0 0 25 0 1 0 273271366 187359232 911 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567604 0 0 4096 2 0 0 0 17 1 0 0
/proc/5652/statm: 45742 911 71 160 0 45580 0
Current children cumulated CPU time (s) 552.11
Current children cumulated vsize (KiB) 365936

[startup+342.753 s]
/proc/loadavg: 1.58 2.54 1.83 2/66 5661
/proc/meminfo: memFree=1879568/2055920 swapFree=4180412/4192956
[pid=5650] ppid=5648 vsize=182968 CPUtime=419.9
/proc/5650/stat : 5650 (kcnfs-smp) S 5648 5650 5139 0 -1 4194304 1229 1003 0 0 5 0 41984 1 16 0 1 0 273271362 187359232 891 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5650/statm: 45742 891 66 160 0 45580 0
[pid=5652] ppid=5650 vsize=182968 CPUtime=192.25
/proc/5652/stat : 5652 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 90 0 0 0 19225 0 0 0 25 0 1 0 273271366 187359232 911 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134569534 0 0 4096 2 0 0 0 17 1 0 0
/proc/5652/statm: 45742 911 71 160 0 45580 0
Current children cumulated CPU time (s) 612.15
Current children cumulated vsize (KiB) 365936

[startup+402.806 s]
/proc/loadavg: 1.23 2.28 1.78 2/66 5661
/proc/meminfo: memFree=1879568/2055920 swapFree=4180412/4192956
[pid=5650] ppid=5648 vsize=182968 CPUtime=419.9
/proc/5650/stat : 5650 (kcnfs-smp) S 5648 5650 5139 0 -1 4194304 1229 1003 0 0 5 0 41984 1 16 0 1 0 273271362 187359232 891 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5650/statm: 45742 891 66 160 0 45580 0
[pid=5652] ppid=5650 vsize=182968 CPUtime=252.29
/proc/5652/stat : 5652 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 90 0 0 0 25229 0 0 0 25 0 1 0 273271366 187359232 911 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580154 0 0 4096 2 0 0 0 17 1 0 0
/proc/5652/statm: 45742 911 71 160 0 45580 0
Current children cumulated CPU time (s) 672.19
Current children cumulated vsize (KiB) 365936

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

[startup+420.637 s]
/proc/loadavg: 1.16 2.19 1.77 2/66 5661
/proc/meminfo: memFree=1879568/2055920 swapFree=4180412/4192956
[pid=5650] ppid=5648 vsize=182968 CPUtime=419.9
/proc/5650/stat : 5650 (kcnfs-smp) S 5648 5650 5139 0 -1 4194304 1229 1003 0 0 5 0 41984 1 16 0 1 0 273271362 187359232 891 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5650/statm: 45742 891 66 160 0 45580 0
[pid=5652] ppid=5650 vsize=182968 CPUtime=270.11
/proc/5652/stat : 5652 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 90 0 0 0 27011 0 0 0 25 0 1 0 273271366 187359232 911 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572082 0 0 4096 2 0 0 0 17 1 0 0
/proc/5652/statm: 45742 911 71 160 0 45580 0
Current children cumulated CPU time (s) 690.01
Current children cumulated vsize (KiB) 365936

[startup+433.759 s]
/proc/loadavg: 1.13 2.13 1.75 2/66 5661
/proc/meminfo: memFree=1879568/2055920 swapFree=4180412/4192956
[pid=5650] ppid=5648 vsize=182968 CPUtime=419.9
/proc/5650/stat : 5650 (kcnfs-smp) S 5648 5650 5139 0 -1 4194304 1229 1003 0 0 5 0 41984 1 16 0 1 0 273271362 187359232 891 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5650/statm: 45742 891 66 160 0 45580 0
[pid=5652] ppid=5650 vsize=182968 CPUtime=283.23
/proc/5652/stat : 5652 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 90 0 0 0 28323 0 0 0 25 0 1 0 273271366 187359232 911 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567303 0 0 4096 2 0 0 0 17 1 0 0
/proc/5652/statm: 45742 911 71 160 0 45580 0
Current children cumulated CPU time (s) 703.13
Current children cumulated vsize (KiB) 365936

[startup+446.873 s]
/proc/loadavg: 1.11 2.10 1.74 2/66 5661
/proc/meminfo: memFree=1879568/2055920 swapFree=4180412/4192956
[pid=5650] ppid=5648 vsize=182968 CPUtime=419.9
/proc/5650/stat : 5650 (kcnfs-smp) S 5648 5650 5139 0 -1 4194304 1229 1003 0 0 5 0 41984 1 16 0 1 0 273271362 187359232 891 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5650/statm: 45742 891 66 160 0 45580 0
[pid=5652] ppid=5650 vsize=182968 CPUtime=296.34
/proc/5652/stat : 5652 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 90 0 0 0 29634 0 0 0 25 0 1 0 273271366 187359232 911 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134636592 0 0 4096 2 0 0 0 17 1 0 0
/proc/5652/statm: 45742 911 71 160 0 45580 0
Current children cumulated CPU time (s) 716.24
Current children cumulated vsize (KiB) 365936

[startup+450.161 s]
/proc/loadavg: 1.10 2.08 1.74 2/66 5661
/proc/meminfo: memFree=1879568/2055920 swapFree=4180412/4192956
[pid=5650] ppid=5648 vsize=182968 CPUtime=419.9
/proc/5650/stat : 5650 (kcnfs-smp) S 5648 5650 5139 0 -1 4194304 1229 1003 0 0 5 0 41984 1 16 0 1 0 273271362 187359232 891 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5650/statm: 45742 891 66 160 0 45580 0
[pid=5652] ppid=5650 vsize=182968 CPUtime=299.63
/proc/5652/stat : 5652 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 90 0 0 0 29963 0 0 0 25 0 1 0 273271366 187359232 911 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683111 0 0 4096 2 0 0 0 17 1 0 0
/proc/5652/statm: 45742 911 71 160 0 45580 0
Current children cumulated CPU time (s) 719.53
Current children cumulated vsize (KiB) 365936

[startup+453.436 s]
/proc/loadavg: 1.09 2.06 1.74 2/66 5661
/proc/meminfo: memFree=1879632/2055920 swapFree=4180412/4192956
[pid=5650] ppid=5648 vsize=182968 CPUtime=419.9
/proc/5650/stat : 5650 (kcnfs-smp) S 5648 5650 5139 0 -1 4194304 1229 1003 0 0 5 0 41984 1 16 0 1 0 273271362 187359232 891 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5650/statm: 45742 891 66 160 0 45580 0
[pid=5652] ppid=5650 vsize=182968 CPUtime=302.9
/proc/5652/stat : 5652 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 90 0 0 0 30290 0 0 0 25 0 1 0 273271366 187359232 911 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572829 0 0 4096 2 0 0 0 17 1 0 0
/proc/5652/statm: 45742 911 71 160 0 45580 0
Current children cumulated CPU time (s) 722.8
Current children cumulated vsize (KiB) 365936

[startup+454.256 s]
/proc/loadavg: 1.09 2.06 1.74 2/66 5661
/proc/meminfo: memFree=1879632/2055920 swapFree=4180412/4192956
[pid=5650] ppid=5648 vsize=182968 CPUtime=419.9
/proc/5650/stat : 5650 (kcnfs-smp) S 5648 5650 5139 0 -1 4194304 1229 1003 0 0 5 0 41984 1 16 0 1 0 273271362 187359232 891 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5650/statm: 45742 891 66 160 0 45580 0
[pid=5652] ppid=5650 vsize=182968 CPUtime=303.72
/proc/5652/stat : 5652 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 90 0 0 0 30372 0 0 0 25 0 1 0 273271366 187359232 911 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580041 0 0 4096 2 0 0 0 17 1 0 0
/proc/5652/statm: 45742 911 71 160 0 45580 0
Current children cumulated CPU time (s) 723.62
Current children cumulated vsize (KiB) 365936

[startup+455.072 s]
/proc/loadavg: 1.09 2.06 1.74 2/66 5661
/proc/meminfo: memFree=1879632/2055920 swapFree=4180412/4192956
[pid=5650] ppid=5648 vsize=182968 CPUtime=419.9
/proc/5650/stat : 5650 (kcnfs-smp) S 5648 5650 5139 0 -1 4194304 1229 1003 0 0 5 0 41984 1 16 0 1 0 273271362 187359232 891 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5650/statm: 45742 891 66 160 0 45580 0
[pid=5652] ppid=5650 vsize=182968 CPUtime=304.54
/proc/5652/stat : 5652 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 90 0 0 0 30454 0 0 0 25 0 1 0 273271366 187359232 911 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567493 0 0 4096 2 0 0 0 17 1 0 0
/proc/5652/statm: 45742 911 71 160 0 45580 0
Current children cumulated CPU time (s) 724.44
Current children cumulated vsize (KiB) 365936

[startup+455.484 s]
/proc/loadavg: 1.09 2.06 1.74 2/66 5661
/proc/meminfo: memFree=1879632/2055920 swapFree=4180412/4192956
[pid=5650] ppid=5648 vsize=182968 CPUtime=419.9
/proc/5650/stat : 5650 (kcnfs-smp) S 5648 5650 5139 0 -1 4194304 1229 1003 0 0 5 0 41984 1 16 0 1 0 273271362 187359232 891 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5650/statm: 45742 891 66 160 0 45580 0
[pid=5652] ppid=5650 vsize=182968 CPUtime=304.95
/proc/5652/stat : 5652 (kcnfs-smp) R 5650 5650 5139 0 -1 4194368 90 0 0 0 30495 0 0 0 25 0 1 0 273271366 187359232 911 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567234 0 0 4096 2 0 0 0 17 1 0 0
/proc/5652/statm: 45742 911 71 160 0 45580 0
Current children cumulated CPU time (s) 724.85
Current children cumulated vsize (KiB) 365936

Child status: 20
Real time (s): 455.511
CPU time (s): 724.914
CPU user time (s): 724.879
CPU system time (s): 0.034994
CPU usage (%): 159.143
Max. virtual memory (cumulated for all children) (KiB): 1646712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 724.879
system time used= 0.034994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2450
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= 8387

runsolver used 0.384941 second user time and 1.07784 second system time

The end

Launcher Data (download as text)

Begin job on node61 on Mon Feb 26 23:39:04 UTC 2007

IDJOB= 309065
IDBENCH= 20249
IDSOLVER= 112
FILE ID= node61/309065-1172533144

PBS_JOBID= 3971806

Free space on /tmp= 66556 MiB

SOLVER NAME= KCNFS SMP
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.7/v4500/unif2p-p0.7-v4500-c12015-S1349608788-18-UNSAT.cnf
COMMAND LINE= /tmp/evaluation/309065-1172533144/kcnfs-smp /tmp/evaluation/309065-1172533144/instance-309065-1172533144.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-309065-1172533144 -o ROOT/results/node61/solver-309065-1172533144 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/309065-1172533144/kcnfs-smp /tmp/evaluation/309065-1172533144/instance-309065-1172533144.cnf            

META MD5SUM SOLVER= 23f87ccf1c743ff5b6146b444e216cd3
MD5SUM BENCH=  7031e461464b8d1c0f6a8a1c913e5155

RANDOM SEED= 127580091

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node61.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:       1884592 kB
Buffers:         23676 kB
Cached:         107664 kB
SwapCached:       6632 kB
Active:          53756 kB
Inactive:        90344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1884592 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:            3328 kB
Writeback:           0 kB
Mapped:          15456 kB
Slab:            13344 kB
Committed_AS:   716728 kB
PageTables:       1388 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB

End job on node61 on Mon Feb 26 23:46:40 UTC 2007