Trace number 3322582

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
claspmt 2.0-R4095UNSAT 6833.87 979.14

General information on the benchmark

NameSAT03/handmade/stanion/hwb/
hwb-n28-01-S136611085.shuffled-as.sat03-1627.cnf
MD5SUM17624c574c7f9ee0eff4cc4a13e42e12
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark668.579
Satisfiable
(Un)Satisfiability was proved
Number of variables184
Number of clauses896
Sum of the clauses size3042
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214
Number of clauses of size 3514
Number of clauses of size 4368
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...390674/instance-3322582-1304390674.cnf
0.00/0.00	c Solving...
6833.62/979.13	s UNSATISFIABLE
6833.62/979.13	
6833.62/979.13	c Models        : 0     
6833.62/979.13	c Time          : 979.131s (Solving: 979.13s 1st Model: 0.00s Unsat: 979.13s)
6833.62/979.13	c CPU Time      : 6833.850s

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3322582-1304390674/watcher-3322582-1304390674 -o /tmp/evaluation-result-3322582-1304390674/solver-3322582-1304390674 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3322582-1304390674.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 9.13 9.08 9.06 2/392 8264
/proc/meminfo: memFree=24390308/32951132 swapFree=67111364/67111528
[pid=8264] ppid=8262 vsize=184484 CPUtime=0.01 cores=0-7
/proc/8264/stat : 8264 (claspmt) R 8262 8264 7488 0 -1 4202496 845 0 0 0 1 0 0 0 25 0 8 0 550666003 188911616 765 33554432000 4194304 4964704 140736817609648 18446744073709551615 4380234 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/8264/statm: 46121 765 458 189 0 40470 0
[pid=8264/tid=8265] ppid=8262 vsize=250020 CPUtime=0 cores=0-7
/proc/8264/task/8265/stat : 8265 (claspmt) S 8262 8264 7488 0 -1 4202560 32 0 0 0 0 0 0 0 18 0 8 0 550666004 256020480 793 33554432000 4194304 4964704 140736817609648 18446744073709551615 242970655214 0 0 4096 18946 18446604470960044992 0 0 -1 0 0 0 0
[pid=8264/tid=8266] ppid=8262 vsize=250020 CPUtime=0 cores=0-7
/proc/8264/task/8266/stat : 8266 (claspmt) R 8262 8264 7488 0 -1 4202560 24 0 0 0 0 0 0 0 25 0 8 0 550666004 256020480 793 33554432000 4194304 4964704 140736817609648 18446744073709551615 242970593463 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=8264/tid=8267] ppid=8262 vsize=250020 CPUtime=0 cores=0-7
/proc/8264/task/8267/stat : 8267 (claspmt) S 8262 8264 7488 0 -1 4202560 29 0 0 0 0 0 0 0 25 0 8 0 550666004 256020480 793 33554432000 4194304 4964704 140736817609648 18446744073709551615 242970655214 0 0 4096 18946 18446604470960044992 0 0 -1 0 0 0 0
[pid=8264/tid=8268] ppid=8262 vsize=250020 CPUtime=0 cores=0-7
/proc/8264/task/8268/stat : 8268 (claspmt) S 8262 8264 7488 0 -1 4202560 32 0 0 0 0 0 0 0 17 0 8 0 550666004 256020480 793 33554432000 4194304 4964704 140736817609648 18446744073709551615 242970655214 0 0 4096 18946 18446604470960044992 0 0 -1 2 0 0 0
[pid=8264/tid=8269] ppid=8262 vsize=250020 CPUtime=0 cores=0-7
/proc/8264/task/8269/stat : 8269 (claspmt) S 8262 8264 7488 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 8 0 550666004 256020480 793 33554432000 4194304 4964704 140736817609648 18446744073709551615 242970655214 0 0 4096 18946 18446604470960044992 0 0 -1 6 0 0 0
[pid=8264/tid=8270] ppid=8262 vsize=250020 CPUtime=0 cores=0-7
/proc/8264/task/8270/stat : 8270 (claspmt) R 8262 8264 7488 0 -1 4202560 23 0 0 0 0 0 0 0 25 0 8 0 550666004 256020480 796 33554432000 4194304 4964704 140736817609648 18446744073709551615 4668609 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=8264/tid=8271] ppid=8262 vsize=250020 CPUtime=0 cores=0-7
/proc/8264/task/8271/stat : 8271 (claspmt) R 8262 8264 7488 0 -1 4202560 24 0 0 0 0 0 0 0 25 0 8 0 550666004 256020480 796 33554432000 4194304 4964704 140736817609648 18446744073709551615 4653159 0 0 4096 18946 0 0 0 -1 2 0 0 0

[startup+0.088411 s]
/proc/loadavg: 9.13 9.08 9.06 2/392 8264
/proc/meminfo: memFree=24390308/32951132 swapFree=67111364/67111528
[pid=8264] ppid=8262 vsize=250280 CPUtime=0.63 cores=0-7
/proc/8264/stat : 8264 (claspmt) S 8262 8264 7488 0 -1 4202496 1163 0 0 0 63 0 0 0 25 0 8 0 550666003 256286720 1083 33554432000 4194304 4964704 140736817609648 18446744073709551615 242970655214 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/8264/statm: 62570 1083 464 189 0 56919 0
[pid=8264/tid=8265] ppid=8262 vsize=250280 CPUtime=0.09 cores=0-7
/proc/8264/task/8265/stat : 8265 (claspmt) S 8262 8264 7488 0 -1 4202560 83 0 0 0 9 0 0 0 18 0 8 0 550666004 256286720 1083 33554432000 4194304 4964704 140736817609648 18446744073709551615 242970655214 0 0 4096 18946 18446604470960044992 0 0 -1 0 0 0 0
[pid=8264/tid=8266] ppid=8262 vsize=250280 CPUtime=0.08 cores=0-7
/proc/8264/task/8266/stat : 8266 (claspmt) R 8262 8264 7488 0 -1 4202560 61 0 0 0 8 0 0 0 18 0 8 0 550666004 256286720 1083 33554432000 4194304 4964704 140736817609648 18446744073709551615 4660304 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=8264/tid=8267] ppid=8262 vsize=250280 CPUtime=0.09 cores=0-7
/proc/8264/task/8267/stat : 8267 (claspmt) S 8262 8264 7488 0 -1 4202560 61 0 0 0 9 0 0 0 18 0 8 0 550666004 256286720 1083 33554432000 4194304 4964704 140736817609648 18446744073709551615 242970655214 0 0 4096 18946 18446604470960044992 0 0 -1 7 0 0 0
[pid=8264/tid=8268] ppid=8262 vsize=250280 CPUtime=0.09 cores=0-7
/proc/8264/task/8268/stat : 8268 (claspmt) S 8262 8264 7488 0 -1 4202560 79 0 0 0 9 0 0 0 18 0 8 0 550666004 256286720 1083 33554432000 4194304 4964704 140736817609648 18446744073709551615 242970655214 0 0 4096 18946 18446604470960044992 0 0 -1 2 0 0 0
[pid=8264/tid=8269] ppid=8262 vsize=250280 CPUtime=0.09 cores=0-7
/proc/8264/task/8269/stat : 8269 (claspmt) R 8262 8264 7488 0 -1 4202560 78 0 0 0 9 0 0 0 18 0 8 0 550666004 256286720 1083 33554432000 4194304 4964704 140736817609648 18446744073709551615 4658366 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=8264/tid=8270] ppid=8262 vsize=250280 CPUtime=0 cores=0-7
/proc/8264/task/8270/stat : 8270 (claspmt) R 8262 8264 7488 0 -1 4202560 24 0 0 0 0 0 0 0 25 0 8 0 550666004 256286720 1083 33554432000 4194304 4964704 140736817609648 18446744073709551615 242970210301 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=8264/tid=8271] ppid=8262 vsize=250280 CPUtime=0.07 cores=0-7
/proc/8264/task/8271/stat : 8271 (claspmt) S 8262 8264 7488 0 -1 4202560 65 0 0 0 7 0 0 0 25 0 8 0 550666004 256286720 1083 33554432000 4194304 4964704 140736817609648 18446744073709551615 242970655214 0 0 4096 18946 18446604470960044992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 250280

[startup+0.124094 s]
/proc/loadavg: 9.13 9.08 9.06 2/392 8264
/proc/meminfo: memFree=24390308/32951132 swapFree=67111364/67111528
[pid=8264] ppid=8262 vsize=250280 CPUtime=0.84 cores=0-7
/proc/8264/stat : 8264 (claspmt) R 8262 8264 7488 0 -1 4202496 1239 0 0 0 83 1 0 0 25 0 8 0 550666003 256286720 1159 33554432000 4194304 4964704 140736817609648 18446744073709551615 242970655263 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/8264/statm: 62603 1205 464 189 0 56952 0
[pid=8264/tid=8265] ppid=8262 vsize=250412 CPUtime=0.19 cores=0-7
/proc/8264/task/8265/stat : 8265 (claspmt) R 8262 8264 7488 0 -1 4202560 104 0 0 0 19 0 0 0 18 0 8 0 550666004 256421888 1237 33554432000 4194304 4964704 140736817609648 18446744073709551615 4653450 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=8264/tid=8266] ppid=8262 vsize=250544 CPUtime=0.22 cores=0-7
/proc/8264/task/8266/stat : 8266 (claspmt) R 8262 8264 7488 0 -1 4202560 117 0 0 0 22 0 0 0 18 0 8 0 550666004 256557056 1356 33554432000 4194304 4964704 140736817609648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=8264/tid=8267] ppid=8262 vsize=250544 CPUtime=0.28 cores=0-7
/proc/8264/task/8267/stat : 8267 (claspmt) S 8262 8264 7488 0 -1 4202560 79 0 0 0 28 0 0 0 18 0 8 0 550666004 256557056 1397 33554432000 4194304 4964704 140736817609648 18446744073709551615 242970655214 0 0 4096 18946 18446604470960044992 0 0 -1 7 0 0 0
[pid=8264/tid=8268] ppid=8262 vsize=250544 CPUtime=0.33 cores=0-7
/proc/8264/task/8268/stat : 8268 (claspmt) R 8262 8264 7488 0 -1 4202560 124 0 0 0 33 0 0 0 18 0 8 0 550666004 256557056 1461 33554432000 4194304 4964704 140736817609648 18446744073709551615 242970655263 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=8264/tid=8269] ppid=8262 vsize=250544 CPUtime=0.33 cores=0-7
/proc/8264/task/8269/stat : 8269 (claspmt) R 8262 8264 7488 0 -1 4202560 103 0 0 0 33 0 0 0 18 0 8 0 550666004 256557056 1464 33554432000 4194304 4964704 140736817609648 18446744073709551615 4670230 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=8264/tid=8270] ppid=8262 vsize=250676 CPUtime=0 cores=0-7
/proc/8264/task/8270/stat : 8270 (claspmt) R 8262 8264 7488 0 -1 4202560 24 0 0 0 0 0 0 0 25 0 8 0 550666004 256692224 1491 33554432000 4194304 4964704 140736817609648 18446744073709551615 4669354 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=8264/tid=8271] ppid=8262 vsize=250676 CPUtime=0.38 cores=0-7
/proc/8264/task/8271/stat : 8271 (claspmt) R 8262 8264 7488 0 -1 4202560 164 0 0 0 38 0 0 0 25 0 8 0 550666004 256692224 1542 33554432000 4194304 4964704 140736817609648 18446744073709551615 242970655263 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 250280

[startup+0.818819 s]
/proc/loadavg: 9.13 9.08 9.06 2/392 8264
/proc/meminfo: memFree=24390308/32951132 swapFree=67111364/67111528
[pid=8264] ppid=8262 vsize=316476 CPUtime=5.6 cores=0-7
/proc/8264/stat : 8264 (claspmt) R 8262 8264 7488 0 -1 4202496 1906 0 0 0 559 1 0 0 25 0 8 0 550666003 324071424 1826 33554432000 4194304 4964704 140736817609648 18446744073709551615 4669249 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/8264/statm: 79119 1826 464 189 0 73468 0
[pid=8264/tid=8265] ppid=8262 vsize=316476 CPUtime=0.8 cores=0-7
/proc/8264/task/8265/stat : 8265 (claspmt) R 8262 8264 7488 0 -1 4202560 228 0 0 0 80 0 0 0 19 0 8 0 550666004 324071424 1826 33554432000 4194304 4964704 140736817609648 18446744073709551615 4659984 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=8264/tid=8266] ppid=8262 vsize=316476 CPUtime=0.78 cores=0-7
/proc/8264/task/8266/stat : 8266 (claspmt) R 8262 8264 7488 0 -1 4202560 191 0 0 0 78 0 0 0 19 0 8 0 550666004 324071424 1826 33554432000 4194304 4964704 140736817609648 18446744073709551615 4668657 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=8264/tid=8267] ppid=8262 vsize=316476 CPUtime=0.8 cores=0-7
/proc/8264/task/8267/stat : 8267 (claspmt) R 8262 8264 7488 0 -1 4202560 100 0 0 0 80 0 0 0 19 0 8 0 550666004 324071424 1826 33554432000 4194304 4964704 140736817609648 18446744073709551615 4332255 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=8264/tid=8268] ppid=8262 vsize=316476 CPUtime=0.8 cores=0-7
/proc/8264/task/8268/stat : 8268 (claspmt) R 8262 8264 7488 0 -1 4202560 189 0 0 0 80 0 0 0 18 0 8 0 550666004 324071424 1826 33554432000 4194304 4964704 140736817609648 18446744073709551615 4669472 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=8264/tid=8269] ppid=8262 vsize=316476 CPUtime=0.8 cores=0-7
/proc/8264/task/8269/stat : 8269 (claspmt) R 8262 8264 7488 0 -1 4202560 118 0 0 0 80 0 0 0 18 0 8 0 550666004 324071424 1826 33554432000 4194304 4964704 140736817609648 18446744073709551615 4670250 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=8264/tid=8270] ppid=8262 vsize=316476 CPUtime=0.19 cores=0-7
/proc/8264/task/8270/stat : 8270 (claspmt) R 8262 8264 7488 0 -1 4202560 50 0 0 0 19 0 0 0 25 0 8 0 550666004 324071424 1826 33554432000 4194304 4964704 140736817609648 18446744073709551615 4642569 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=8264/tid=8271] ppid=8262 vsize=316476 CPUtime=0.78 cores=0-7
/proc/8264/task/8271/stat : 8271 (claspmt) R 8262 8264 7488 0 -1 4202560 236 0 0 0 78 0 0 0 25 0 8 0 550666004 324071424 1826 33554432000 4194304 4964704 140736817609648 18446744073709551615 4668749 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 316476

[startup+0.900804 s]
/proc/loadavg: 9.13 9.08 9.06 2/392 8264
/proc/meminfo: memFree=24390308/32951132 swapFree=67111364/67111528
[pid=8264] ppid=8262 vsize=316476 CPUtime=6.17 cores=0-7
/proc/8264/stat : 8264 (claspmt) R 8262 8264 7488 0 -1 4202496 1916 0 0 0 616 1 0 0 25 0 8 0 550666003 324071424 1836 33554432000 4194304 4964704 140736817609648 18446744073709551615 4669396 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/8264/statm: 79119 1836 464 189 0 73468 0
[pid=8264/tid=8265] ppid=8262 vsize=316476 CPUtime=0.88 cores=0-7
/proc/8264/task/8265/stat : 8265 (claspmt) R 8262 8264 7488 0 -1 4202560 232 0 0 0 88 0 0 0 19 0 8 0 550666004 324071424 1836 33554432000 4194304 4964704 140736817609648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=8264/tid=8266] ppid=8262 vsize=316476 CPUtime=0.87 cores=0-7
/proc/8264/task/8266/stat : 8266 (claspmt) R 8262 8264 7488 0 -1 4202560 194 0 0 0 87 0 0 0 19 0 8 0 550666004 324071424 1836 33554432000 4194304 4964704 140736817609648 18446744073709551615 4689055 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=8264/tid=8267] ppid=8262 vsize=316476 CPUtime=0.88 cores=0-7
/proc/8264/task/8267/stat : 8267 (claspmt) R 8262 8264 7488 0 -1 4202560 100 0 0 0 88 0 0 0 19 0 8 0 550666004 324071424 1836 33554432000 4194304 4964704 140736817609648 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=8264/tid=8268] ppid=8262 vsize=316476 CPUtime=0.88 cores=0-7
/proc/8264/task/8268/stat : 8268 (claspmt) R 8262 8264 7488 0 -1 4202560 189 0 0 0 88 0 0 0 18 0 8 0 550666004 324071424 1836 33554432000 4194304 4964704 140736817609648 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=8264/tid=8269] ppid=8262 vsize=316476 CPUtime=0.88 cores=0-7
/proc/8264/task/8269/stat : 8269 (claspmt) R 8262 8264 7488 0 -1 4202560 118 0 0 0 88 0 0 0 18 0 8 0 550666004 324071424 1836 33554432000 4194304 4964704 140736817609648 18446744073709551615 4320944 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=8264/tid=8270] ppid=8262 vsize=316476 CPUtime=0.19 cores=0-7
/proc/8264/task/8270/stat : 8270 (claspmt) R 8262 8264 7488 0 -1 4202560 50 0 0 0 19 0 0 0 25 0 8 0 550666004 324071424 1836 33554432000 4194304 4964704 140736817609648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=8264/tid=8271] ppid=8262 vsize=316476 CPUtime=0.86 cores=0-7
/proc/8264/task/8271/stat : 8271 (claspmt) R 8262 8264 7488 0 -1 4202560 238 0 0 0 86 0 0 0 25 0 8 0 550666004 324071424 1837 33554432000 4194304 4964704 140736817609648 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 316476

[startup+1.5007 s]
/proc/loadavg: 9.13 9.08 9.06 2/392 8264
/proc/meminfo: memFree=24390308/32951132 swapFree=67111364/67111528
[pid=8264] ppid=8262 vsize=316604 CPUtime=10.36 cores=0-7
/proc/8264/stat : 8264 (claspmt) R 8262 8264 7488 0 -1 4202496 2118 0 0 0 1034 2 0 0 25 0 8 0 550666003 324202496 2038 33554432000 4194304 4964704 140736817609648 18446744073709551615 4670560 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/8264/statm: 79151 2038 464 189 0 73500 0
[pid=8264/tid=8265] ppid=8262 vsize=316604 CPUtime=1.46 cores=0-7
/proc/8264/task/8265/stat : 8265 (claspmt) R 8262 8264 7488 0 -1 4202560 272 0 0 0 146 0 0 0 20 0 8 0 550666004 324202496 2038 33554432000 4194304 4964704 140736817609648 18446744073709551615 4668632 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=8264/tid=8266] ppid=8262 vsize=316604 CPUtime=1.46 cores=0-7
/proc/8264/task/8266/stat : 8266 (claspmt) R 8262 8264 7488 0 -1 4202560 238 0 0 0 146 0 0 0 20 0 8 0 550666004 324202496 2038 33554432000 4194304 4964704 140736817609648 18446744073709551615 4670269 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=8264/tid=8267] ppid=8262 vsize=316604 CPUtime=1.48 cores=0-7
/proc/8264/task/8267/stat : 8267 (claspmt) R 8262 8264 7488 0 -1 4202560 107 0 0 0 148 0 0 0 18 0 8 0 550666004 324202496 2038 33554432000 4194304 4964704 140736817609648 18446744073709551615 4378532 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=8264/tid=8268] ppid=8262 vsize=316604 CPUtime=1.48 cores=0-7
/proc/8264/task/8268/stat : 8268 (claspmt) R 8262 8264 7488 0 -1 4202560 234 0 0 0 148 0 0 0 19 0 8 0 550666004 324202496 2038 33554432000 4194304 4964704 140736817609648 18446744073709551615 4364560 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=8264/tid=8269] ppid=8262 vsize=316604 CPUtime=1.48 cores=0-7
/proc/8264/task/8269/stat : 8269 (claspmt) R 8262 8264 7488 0 -1 4202560 130 0 0 0 148 0 0 0 19 0 8 0 550666004 324202496 2038 33554432000 4194304 4964704 140736817609648 18446744073709551615 4668676 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=8264/tid=8270] ppid=8262 vsize=316604 CPUtime=0.22 cores=0-7
/proc/8264/task/8270/stat : 8270 (claspmt) R 8262 8264 7488 0 -1 4202560 50 0 0 0 22 0 0 0 25 0 8 0 550666004 324202496 2038 33554432000 4194304 4964704 140736817609648 18446744073709551615 4642509 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=8264/tid=8271] ppid=8262 vsize=316604 CPUtime=1.46 cores=0-7
/proc/8264/task/8271/stat : 8271 (claspmt) R 8262 8264 7488 0 -1 4202560 266 0 0 0 146 0 0 0 25 0 8 0 550666004 324202496 2038 33554432000 4194304 4964704 140736817609648 18446744073709551615 4669309 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.36
Current children cumulated vsize (KiB) 316604

[startup+3.10043 s]
/proc/loadavg: 9.20 9.10 9.07 10/400 8272
/proc/meminfo: memFree=24383052/32951132 swapFree=67111364/67111528
[pid=8264] ppid=8262 vsize=316868 CPUtime=21.29 cores=0-7
/proc/8264/stat : 8264 (claspmt) R 8262 8264 7488 0 -1 4202496 2527 0 0 0 2122 7 0 0 18 0 8 0 550666003 324472832 2447 33554432000 4194304 4964704 140736817609648 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/8264/statm: 79217 2447 464 189 0 73566 0
[pid=8264/tid=8265] ppid=8262 vsize=316868 CPUtime=2.99 cores=0-7
/proc/8264/task/8265/stat : 8265 (claspmt) R 8262 8264 7488 0 -1 4202560 356 0 0 0 299 0 0 0 25 0 8 0 550666004 324472832 2447 33554432000 4194304 4964704 140736817609648 18446744073709551615 4647541 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=8264/tid=8266] ppid=8262 vsize=316868 CPUtime=3.06 cores=0-7
/proc/8264/task/8266/stat : 8266 (claspmt) R 8262 8264 7488 0 -1 4202560 304 0 0 0 306 0 0 0 19 0 8 0 550666004 324472832 2447 33554432000 4194304 4964704 140736817609648 18446744073709551615 4670181 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=8264/tid=8267] ppid=8262 vsize=316868 CPUtime=3.04 cores=0-7
/proc/8264/task/8267/stat : 8267 (claspmt) R 8262 8264 7488 0 -1 4202560 135 0 0 0 304 0 0 0 19 0 8 0 550666004 324472832 2447 33554432000 4194304 4964704 140736817609648 18446744073709551615 4670454 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=8264/tid=8268] ppid=8262 vsize=316868 CPUtime=2.84 cores=0-7
/proc/8264/task/8268/stat : 8268 (claspmt) R 8262 8264 7488 0 -1 4202560 309 0 0 0 283 1 0 0 22 0 8 0 550666004 324472832 2447 33554432000 4194304 4964704 140736817609648 18446744073709551615 4456623 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=8264/tid=8269] ppid=8262 vsize=316868 CPUtime=2.99 cores=0-7
/proc/8264/task/8269/stat : 8269 (claspmt) R 8262 8264 7488 0 -1 4202560 134 0 0 0 299 0 0 0 22 0 8 0 550666004 324472832 2447 33554432000 4194304 4964704 140736817609648 18446744073709551615 4668673 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=8264/tid=8270] ppid=8262 vsize=316868 CPUtime=0.38 cores=0-7
/proc/8264/task/8270/stat : 8270 (claspmt) R 8262 8264 7488 0 -1 4202560 59 0 0 0 38 0 0 0 25 0 8 0 550666004 324472832 2447 33554432000 4194304 4964704 140736817609648 18446744073709551615 4683929 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=8264/tid=8271] ppid=8262 vsize=316868 CPUtime=3.04 cores=0-7
/proc/8264/task/8271/stat : 8271 (claspmt) R 8262 8264 7488 0 -1 4202560 347 0 0 0 304 0 0 0 25 0 8 0 550666004 324472832 2447 33554432000 4194304 4964704 140736817609648 18446744073709551615 4320981 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.29
Current children cumulated vsize (KiB) 316868

[startup+6.30088 s]
/proc/loadavg: 9.18 9.09 9.06 10/400 8272
/proc/meminfo: memFree=24381448/32951132 swapFree=67111364/67111528
[pid=8264] ppid=8262 vsize=317256 CPUtime=43.61 cores=0-7
/proc/8264/stat : 8264 (claspmt) R 8262 8264 7488 0 -1 4202496 2976 0 0 0 4351 10 0 0 25 0 8 0 550666003 324870144 2896 33554432000 4194304 4964704 140736817609648 18446744073709551615 4320953 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/8264/statm: 79314 2896 464 189 0 73663 0
[pid=8264/tid=8265] ppid=8262 vsize=317256 CPUtime=6.18 cores=0-7
/proc/8264/task/8265/stat : 8265 (claspmt) R 8262 8264 7488 0 -1 4202560 465 0 0 0 617 1 0 0 25 0 8 0 550666004 324870144 2896 33554432000 4194304 4964704 140736817609648 18446744073709551615 242970655263 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=8264/tid=8266] ppid=8262 vsize=317256 CPUtime=6.26 cores=0-7
/proc/8264/task/8266/stat : 8266 (claspmt) R 8262 8264 7488 0 -1 4202560 391 0 0 0 625 1 0 0 25 0 8 0 550666004 324870144 2896 33554432000 4194304 4964704 140736817609648 18446744073709551615 4320897 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=8264/tid=8267] ppid=8262 vsize=317256 CPUtime=6.19 cores=0-7
/proc/8264/task/8267/stat : 8267 (claspmt) R 8262 8264 7488 0 -1 4202560 171 0 0 0 618 1 0 0 25 0 8 0 550666004 324870144 2896 33554432000 4194304 4964704 140736817609648 18446744073709551615 4670248 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=8264/tid=8268] ppid=8262 vsize=317256 CPUtime=3.99 cores=0-7
/proc/8264/task/8268/stat : 8268 (claspmt) R 8262 8264 7488 0 -1 4202560 350 0 0 0 398 1 0 0 25 0 8 0 550666004 324870144 2896 33554432000 4194304 4964704 140736817609648 18446744073709551615 242970655214 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=8264/tid=8269] ppid=8262 vsize=317256 CPUtime=6.18 cores=0-7
/proc/8264/task/8269/stat : 8269 (claspmt) R 8262 8264 7488 0 -1 4202560 163 0 0 0 618 0 0 0 25 0 8 0 550666004 324870144 2896 33554432000 4194304 4964704 140736817609648 18446744073709551615 242970655263 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=8264/tid=8270] ppid=8262 vsize=317256 CPUtime=3.57 cores=0-7
/proc/8264/task/8270/stat : 8270 (claspmt) R 8262 8264 7488 0 -1 4202560 85 0 0 0 357 0 0 0 19 0 8 0 550666004 324870144 2896 33554432000 4194304 4964704 140736817609648 18446744073709551615 242970655263 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=8264/tid=8271] ppid=8262 vsize=317256 CPUtime=5.1 cores=0-7
/proc/8264/task/8271/stat : 8271 (claspmt) R 8262 8264 7488 0 -1 4202560 405 0 0 0 509 1 0 0 19 0 8 0 550666004 324870144 2896 33554432000 4194304 4964704 140736817609648 18446744073709551615 4670454 0 0 4096 18946 0 0 0 -1 1 0 0 0

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

/proc/8264/task/8268/stat : 8268 (claspmt) R 8262 8264 7488 0 -1 4202560 664 0 0 0 84511 100 0 0 23 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=8264/tid=8269] ppid=8262 vsize=320176 CPUtime=818.75 cores=0-7
/proc/8264/task/8269/stat : 8269 (claspmt) R 8262 8264 7488 0 -1 4202560 529 0 0 0 81787 88 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4320993 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=8264/tid=8270] ppid=8262 vsize=320176 CPUtime=841.23 cores=0-7
/proc/8264/task/8270/stat : 8270 (claspmt) R 8262 8264 7488 0 -1 4202560 527 0 0 0 84033 90 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=8264/tid=8271] ppid=8262 vsize=320176 CPUtime=771.97 cores=0-7
/proc/8264/task/8271/stat : 8271 (claspmt) R 8262 8264 7488 0 -1 4202560 793 0 0 0 77098 99 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4668657 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6614.48
Current children cumulated vsize (KiB) 320176

[startup+960.501 s]
/proc/loadavg: 9.04 9.05 9.03 10/400 8297
/proc/meminfo: memFree=24367104/32951132 swapFree=67111364/67111528
[pid=8264] ppid=8262 vsize=320176 CPUtime=6703.77 cores=0-7
/proc/8264/stat : 8264 (claspmt) R 8262 8264 7488 0 -1 4202496 6364 0 0 0 669616 761 0 0 20 0 8 0 550666003 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4668632 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/8264/statm: 80044 6284 464 189 0 74393 0
[pid=8264/tid=8265] ppid=8262 vsize=320176 CPUtime=803.16 cores=0-7
/proc/8264/task/8265/stat : 8265 (claspmt) R 8262 8264 7488 0 -1 4202560 1065 0 0 0 80219 97 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4669429 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=8264/tid=8266] ppid=8262 vsize=320176 CPUtime=854.12 cores=0-7
/proc/8264/task/8266/stat : 8266 (claspmt) R 8262 8264 7488 0 -1 4202560 889 0 0 0 85314 98 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=8264/tid=8267] ppid=8262 vsize=320176 CPUtime=853.79 cores=0-7
/proc/8264/task/8267/stat : 8267 (claspmt) R 8262 8264 7488 0 -1 4202560 598 0 0 0 85290 89 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4670233 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=8264/tid=8268] ppid=8262 vsize=320176 CPUtime=858.9 cores=0-7
/proc/8264/task/8268/stat : 8268 (claspmt) R 8262 8264 7488 0 -1 4202560 664 0 0 0 85788 102 0 0 22 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4675550 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=8264/tid=8269] ppid=8262 vsize=320176 CPUtime=831.53 cores=0-7
/proc/8264/task/8269/stat : 8269 (claspmt) R 8262 8264 7488 0 -1 4202560 529 0 0 0 83064 89 0 0 22 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=8264/tid=8270] ppid=8262 vsize=320176 CPUtime=853.88 cores=0-7
/proc/8264/task/8270/stat : 8270 (claspmt) R 8262 8264 7488 0 -1 4202560 527 0 0 0 85297 91 0 0 20 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4670458 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=8264/tid=8271] ppid=8262 vsize=320176 CPUtime=780.45 cores=0-7
/proc/8264/task/8271/stat : 8271 (claspmt) R 8262 8264 7488 0 -1 4202560 793 0 0 0 77946 99 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4644844 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6703.77
Current children cumulated vsize (KiB) 320176

[startup+966.901 s]
/proc/loadavg: 9.04 9.05 9.03 10/400 8298
/proc/meminfo: memFree=24367104/32951132 swapFree=67111364/67111528
[pid=8264] ppid=8262 vsize=320176 CPUtime=6748.43 cores=0-7
/proc/8264/stat : 8264 (claspmt) R 8262 8264 7488 0 -1 4202496 6364 0 0 0 674079 764 0 0 25 0 8 0 550666003 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4364560 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/8264/statm: 80044 6284 464 189 0 74393 0
[pid=8264/tid=8265] ppid=8262 vsize=320176 CPUtime=805.8 cores=0-7
/proc/8264/task/8265/stat : 8265 (claspmt) R 8262 8264 7488 0 -1 4202560 1065 0 0 0 80482 98 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4669452 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=8264/tid=8266] ppid=8262 vsize=320176 CPUtime=859.35 cores=0-7
/proc/8264/task/8266/stat : 8266 (claspmt) R 8262 8264 7488 0 -1 4202560 889 0 0 0 85836 99 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 242970655214 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=8264/tid=8267] ppid=8262 vsize=320176 CPUtime=860.12 cores=0-7
/proc/8264/task/8267/stat : 8267 (claspmt) R 8262 8264 7488 0 -1 4202560 598 0 0 0 85922 90 0 0 22 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4670248 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=8264/tid=8268] ppid=8262 vsize=320176 CPUtime=865.29 cores=0-7
/proc/8264/task/8268/stat : 8268 (claspmt) R 8262 8264 7488 0 -1 4202560 664 0 0 0 86427 102 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=8264/tid=8269] ppid=8262 vsize=320176 CPUtime=837.92 cores=0-7
/proc/8264/task/8269/stat : 8269 (claspmt) R 8262 8264 7488 0 -1 4202560 529 0 0 0 83703 89 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4669420 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=8264/tid=8270] ppid=8262 vsize=320176 CPUtime=859.93 cores=0-7
/proc/8264/task/8270/stat : 8270 (claspmt) R 8262 8264 7488 0 -1 4202560 527 0 0 0 85901 92 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4669296 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=8264/tid=8271] ppid=8262 vsize=320176 CPUtime=786.75 cores=0-7
/proc/8264/task/8271/stat : 8271 (claspmt) R 8262 8264 7488 0 -1 4202560 793 0 0 0 78575 100 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6748.43
Current children cumulated vsize (KiB) 320176

[startup+973.3 s]
/proc/loadavg: 9.03 9.04 9.03 10/400 8298
/proc/meminfo: memFree=24367104/32951132 swapFree=67111364/67111528
[pid=8264] ppid=8262 vsize=320176 CPUtime=6793.13 cores=0-7
/proc/8264/stat : 8264 (claspmt) R 8262 8264 7488 0 -1 4202496 6364 0 0 0 678546 767 0 0 25 0 8 0 550666003 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4669429 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/8264/statm: 80044 6284 464 189 0 74393 0
[pid=8264/tid=8265] ppid=8262 vsize=320176 CPUtime=812.2 cores=0-7
/proc/8264/task/8265/stat : 8265 (claspmt) R 8262 8264 7488 0 -1 4202560 1065 0 0 0 81122 98 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4670263 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=8264/tid=8266] ppid=8262 vsize=320176 CPUtime=864.3 cores=0-7
/proc/8264/task/8266/stat : 8266 (claspmt) R 8262 8264 7488 0 -1 4202560 889 0 0 0 86331 99 0 0 18 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4660170 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=8264/tid=8267] ppid=8262 vsize=320176 CPUtime=866.52 cores=0-7
/proc/8264/task/8267/stat : 8267 (claspmt) R 8262 8264 7488 0 -1 4202560 598 0 0 0 86562 90 0 0 20 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4660310 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=8264/tid=8268] ppid=8262 vsize=320176 CPUtime=871.69 cores=0-7
/proc/8264/task/8268/stat : 8268 (claspmt) R 8262 8264 7488 0 -1 4202560 664 0 0 0 87067 102 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4321020 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=8264/tid=8269] ppid=8262 vsize=320176 CPUtime=844.32 cores=0-7
/proc/8264/task/8269/stat : 8269 (claspmt) R 8262 8264 7488 0 -1 4202560 529 0 0 0 84342 90 0 0 24 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4670269 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=8264/tid=8270] ppid=8262 vsize=320176 CPUtime=863.55 cores=0-7
/proc/8264/task/8270/stat : 8270 (claspmt) R 8262 8264 7488 0 -1 4202560 527 0 0 0 86263 92 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 242970655214 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=8264/tid=8271] ppid=8262 vsize=320176 CPUtime=790.96 cores=0-7
/proc/8264/task/8271/stat : 8271 (claspmt) R 8262 8264 7488 0 -1 4202560 793 0 0 0 78996 100 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6793.13
Current children cumulated vsize (KiB) 320176

[startup+976.501 s]
/proc/loadavg: 9.03 9.04 9.03 10/400 8298
/proc/meminfo: memFree=24367104/32951132 swapFree=67111364/67111528
[pid=8264] ppid=8262 vsize=320176 CPUtime=6815.47 cores=0-7
/proc/8264/stat : 8264 (claspmt) R 8262 8264 7488 0 -1 4202496 6364 0 0 0 680780 767 0 0 25 0 8 0 550666003 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4320883 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/8264/statm: 80044 6284 464 189 0 74393 0
[pid=8264/tid=8265] ppid=8262 vsize=320176 CPUtime=815.29 cores=0-7
/proc/8264/task/8265/stat : 8265 (claspmt) R 8262 8264 7488 0 -1 4202560 1065 0 0 0 81431 98 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 242970655263 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=8264/tid=8266] ppid=8262 vsize=320176 CPUtime=867.5 cores=0-7
/proc/8264/task/8266/stat : 8266 (claspmt) R 8262 8264 7488 0 -1 4202560 889 0 0 0 86651 99 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4670252 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=8264/tid=8267] ppid=8262 vsize=320176 CPUtime=869.71 cores=0-7
/proc/8264/task/8267/stat : 8267 (claspmt) R 8262 8264 7488 0 -1 4202560 598 0 0 0 86881 90 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4669391 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=8264/tid=8268] ppid=8262 vsize=320176 CPUtime=874.88 cores=0-7
/proc/8264/task/8268/stat : 8268 (claspmt) R 8262 8264 7488 0 -1 4202560 664 0 0 0 87386 102 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4669429 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=8264/tid=8269] ppid=8262 vsize=320176 CPUtime=847.52 cores=0-7
/proc/8264/task/8269/stat : 8269 (claspmt) R 8262 8264 7488 0 -1 4202560 529 0 0 0 84662 90 0 0 20 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=8264/tid=8270] ppid=8262 vsize=320176 CPUtime=865.45 cores=0-7
/proc/8264/task/8270/stat : 8270 (claspmt) R 8262 8264 7488 0 -1 4202560 527 0 0 0 86453 92 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 242970655263 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=8264/tid=8271] ppid=8262 vsize=320176 CPUtime=792.37 cores=0-7
/proc/8264/task/8271/stat : 8271 (claspmt) R 8262 8264 7488 0 -1 4202560 793 0 0 0 79137 100 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4686972 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6815.47
Current children cumulated vsize (KiB) 320176

[startup+978.101 s]
/proc/loadavg: 9.03 9.04 9.03 10/400 8298
/proc/meminfo: memFree=24367104/32951132 swapFree=67111364/67111528
[pid=8264] ppid=8262 vsize=320176 CPUtime=6826.65 cores=0-7
/proc/8264/stat : 8264 (claspmt) R 8262 8264 7488 0 -1 4202496 6364 0 0 0 681897 768 0 0 25 0 8 0 550666003 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4669270 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/8264/statm: 80044 6284 464 189 0 74393 0
[pid=8264/tid=8265] ppid=8262 vsize=320176 CPUtime=815.91 cores=0-7
/proc/8264/task/8265/stat : 8265 (claspmt) R 8262 8264 7488 0 -1 4202560 1065 0 0 0 81493 98 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 242970655214 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=8264/tid=8266] ppid=8262 vsize=320176 CPUtime=869.1 cores=0-7
/proc/8264/task/8266/stat : 8266 (claspmt) R 8262 8264 7488 0 -1 4202560 889 0 0 0 86811 99 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4378499 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=8264/tid=8267] ppid=8262 vsize=320176 CPUtime=871.31 cores=0-7
/proc/8264/task/8267/stat : 8267 (claspmt) R 8262 8264 7488 0 -1 4202560 598 0 0 0 87041 90 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=8264/tid=8268] ppid=8262 vsize=320176 CPUtime=876.12 cores=0-7
/proc/8264/task/8268/stat : 8268 (claspmt) R 8262 8264 7488 0 -1 4202560 664 0 0 0 87510 102 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=8264/tid=8269] ppid=8262 vsize=320176 CPUtime=849.11 cores=0-7
/proc/8264/task/8269/stat : 8269 (claspmt) R 8262 8264 7488 0 -1 4202560 529 0 0 0 84821 90 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4669399 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=8264/tid=8270] ppid=8262 vsize=320176 CPUtime=867.05 cores=0-7
/proc/8264/task/8270/stat : 8270 (claspmt) R 8262 8264 7488 0 -1 4202560 527 0 0 0 86613 92 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4670206 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=8264/tid=8271] ppid=8262 vsize=320176 CPUtime=793.71 cores=0-7
/proc/8264/task/8271/stat : 8271 (claspmt) R 8262 8264 7488 0 -1 4202560 793 0 0 0 79271 100 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6826.65
Current children cumulated vsize (KiB) 320176

[startup+978.901 s]
/proc/loadavg: 9.03 9.04 9.03 10/400 8298
/proc/meminfo: memFree=24366980/32951132 swapFree=67111364/67111528
[pid=8264] ppid=8262 vsize=320176 CPUtime=6832.22 cores=0-7
/proc/8264/stat : 8264 (claspmt) R 8262 8264 7488 0 -1 4202496 6364 0 0 0 682454 768 0 0 25 0 8 0 550666003 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4669455 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/8264/statm: 80044 6284 464 189 0 74393 0
[pid=8264/tid=8265] ppid=8262 vsize=320176 CPUtime=816.32 cores=0-7
/proc/8264/task/8265/stat : 8265 (claspmt) R 8262 8264 7488 0 -1 4202560 1065 0 0 0 81534 98 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=8264/tid=8266] ppid=8262 vsize=320176 CPUtime=869.89 cores=0-7
/proc/8264/task/8266/stat : 8266 (claspmt) R 8262 8264 7488 0 -1 4202560 889 0 0 0 86890 99 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4669494 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=8264/tid=8267] ppid=8262 vsize=320176 CPUtime=872.11 cores=0-7
/proc/8264/task/8267/stat : 8267 (claspmt) R 8262 8264 7488 0 -1 4202560 598 0 0 0 87121 90 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=8264/tid=8268] ppid=8262 vsize=320176 CPUtime=876.51 cores=0-7
/proc/8264/task/8268/stat : 8268 (claspmt) R 8262 8264 7488 0 -1 4202560 664 0 0 0 87549 102 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=8264/tid=8269] ppid=8262 vsize=320176 CPUtime=849.91 cores=0-7
/proc/8264/task/8269/stat : 8269 (claspmt) R 8262 8264 7488 0 -1 4202560 529 0 0 0 84901 90 0 0 18 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=8264/tid=8270] ppid=8262 vsize=320176 CPUtime=867.85 cores=0-7
/proc/8264/task/8270/stat : 8270 (claspmt) R 8262 8264 7488 0 -1 4202560 527 0 0 0 86693 92 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4669480 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=8264/tid=8271] ppid=8262 vsize=320176 CPUtime=794.51 cores=0-7
/proc/8264/task/8271/stat : 8271 (claspmt) R 8262 8264 7488 0 -1 4202560 793 0 0 0 79351 100 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4669462 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6832.22
Current children cumulated vsize (KiB) 320176

[startup+979.1 s]
/proc/loadavg: 9.03 9.04 9.03 10/400 8298
/proc/meminfo: memFree=24366980/32951132 swapFree=67111364/67111528
[pid=8264] ppid=8262 vsize=320176 CPUtime=6833.62 cores=0-7
/proc/8264/stat : 8264 (claspmt) R 8262 8264 7488 0 -1 4202496 6364 0 0 0 682594 768 0 0 25 0 8 0 550666003 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4670184 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/8264/statm: 80044 6284 464 189 0 74393 0
[pid=8264/tid=8265] ppid=8262 vsize=320176 CPUtime=816.44 cores=0-7
/proc/8264/task/8265/stat : 8265 (claspmt) R 8262 8264 7488 0 -1 4202560 1065 0 0 0 81546 98 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 242970655214 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=8264/tid=8266] ppid=8262 vsize=320176 CPUtime=870.09 cores=0-7
/proc/8264/task/8266/stat : 8266 (claspmt) R 8262 8264 7488 0 -1 4202560 889 0 0 0 86910 99 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4670354 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=8264/tid=8267] ppid=8262 vsize=320176 CPUtime=872.31 cores=0-7
/proc/8264/task/8267/stat : 8267 (claspmt) R 8262 8264 7488 0 -1 4202560 598 0 0 0 87141 90 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4670233 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=8264/tid=8268] ppid=8262 vsize=320176 CPUtime=876.59 cores=0-7
/proc/8264/task/8268/stat : 8268 (claspmt) R 8262 8264 7488 0 -1 4202560 664 0 0 0 87557 102 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4670357 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=8264/tid=8269] ppid=8262 vsize=320176 CPUtime=850.11 cores=0-7
/proc/8264/task/8269/stat : 8269 (claspmt) R 8262 8264 7488 0 -1 4202560 529 0 0 0 84921 90 0 0 18 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4669326 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=8264/tid=8270] ppid=8262 vsize=320176 CPUtime=868.05 cores=0-7
/proc/8264/task/8270/stat : 8270 (claspmt) R 8262 8264 7488 0 -1 4202560 527 0 0 0 86713 92 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=8264/tid=8271] ppid=8262 vsize=320176 CPUtime=794.71 cores=0-7
/proc/8264/task/8271/stat : 8271 (claspmt) R 8262 8264 7488 0 -1 4202560 793 0 0 0 79371 100 0 0 25 0 8 0 550666004 327860224 6284 33554432000 4194304 4964704 140736817609648 18446744073709551615 4670263 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6833.62
Current children cumulated vsize (KiB) 320176

Child status: 20
Real time (s): 979.14
CPU time (s): 6833.87
CPU user time (s): 6826.18
CPU system time (s): 7.68983
CPU usage (%): 697.946
Max. virtual memory (cumulated for all children) (KiB): 320192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6826.18
system time used= 7.68983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6375
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= 1130935
involuntary context switches= 87815

runsolver used 3.78542 second user time and 8.5587 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-03 04:44:34
IDJOB=3322582
IDBENCH=84030
IDSOLVER=1711
FILE ID=node128/3322582-1304390674
RUNJOBID= node128-1304385546-7502
PBS_JOBID= 13181794
Free space on /tmp= 73520 MiB

SOLVER NAME= claspmt 2.0-R4095
BENCH NAME= SAT03/handmade/stanion/hwb/hwb-n28-01-S136611085.shuffled-as.sat03-1627.cnf
COMMAND LINE= HOME/claspmt -tNBCORE -p HOME/sat11-port.txt --distribute=all,2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3322582-1304390674/watcher-3322582-1304390674 -o /tmp/evaluation-result-3322582-1304390674/solver-3322582-1304390674 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3322582-1304390674.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 17624c574c7f9ee0eff4cc4a13e42e12
RANDOM SEED=1784412317

node128.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24390588 kB
Buffers:        543840 kB
Cached:        2232536 kB
SwapCached:          0 kB
Active:        5874772 kB
Inactive:      2217776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24390588 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:             792 kB
Writeback:           0 kB
AnonPages:     5315760 kB
Mapped:          32916 kB
Slab:           364052 kB
PageTables:      37532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 101004344 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73520 MiB
End job on node128 at 2011-05-03 05:00:53