Trace number 3381188

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-R4095-patched (fixed)UNSAT 1237.03 154.91

General information on the benchmark

NameSAT03/handmade/markstrom/UNSATISFIABLE/
mm-2x2-6-6-s.1.shuffled-as.sat03-1499.cnf
MD5SUM5fbbe7100f38217499e8b5ea555a4e4d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark180.703
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses2576
Sum of the clauses size8480
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2400
Number of clauses of size 31536
Number of clauses of size 4128
Number of clauses of size 5512
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 ...508587/instance-3381188-1305508587.cnf
0.00/0.00	c Solving...
1237.00/154.90	s UNSATISFIABLE
1237.00/154.90	
1237.00/154.90	c Models        : 0     
1237.00/154.90	c Time          : 154.901s (Solving: 154.90s 1st Model: 0.00s Unsat: 154.90s)
1237.00/154.90	c CPU Time      : 1237.020s

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: 961)

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-3381188-1305508587/watcher-3381188-1305508587 -o /tmp/evaluation-result-3381188-1305508587/solver-3381188-1305508587 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3381188-1305508587.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: 8.09 8.09 8.09 2/336 2072
/proc/meminfo: memFree=12170064/32951124 swapFree=65222232/67111528
[pid=2072] ppid=2069 vsize=21140 CPUtime=0 cores=0-7
/proc/2072/stat : 2072 (claspmt) R 2069 2072 1984 0 -1 4202496 615 0 0 0 0 0 0 0 25 0 1 0 662456597 21647360 543 33554432000 4194304 4964800 140736932791712 18446744073709551615 4623600 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/2072/statm: 5285 543 400 189 0 159 0
[pid=2072/tid=2074] ppid=2069 vsize=185052 CPUtime=0 cores=0-7
/proc/2072/task/2074/stat : 2074 (claspmt) R 2069 2072 1984 0 -1 4202560 26 0 0 0 0 0 0 0 18 0 8 0 662456598 189493248 881 33554432000 4194304 4964800 140736932791712 18446744073709551615 4321013 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2072/tid=2075] ppid=2069 vsize=185052 CPUtime=0 cores=0-7
/proc/2072/task/2075/stat : 2075 (claspmt) R 2069 2072 1984 0 -1 4202560 21 0 0 0 0 0 0 0 25 0 8 0 662456598 189493248 881 33554432000 4194304 4964800 140736932791712 18446744073709551615 4668675 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=2072/tid=2077] ppid=2069 vsize=185052 CPUtime=0 cores=0-7
/proc/2072/task/2077/stat : 2077 (claspmt) R 2069 2072 1984 0 -1 4202560 29 0 0 0 0 0 0 0 25 0 8 0 662456598 189493248 881 33554432000 4194304 4964800 140736932791712 18446744073709551615 255389117337 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2072/tid=2078] ppid=2069 vsize=185052 CPUtime=0 cores=0-7
/proc/2072/task/2078/stat : 2078 (claspmt) S 2069 2072 1984 0 -1 4202560 32 0 0 0 0 0 0 0 25 0 8 0 662456598 189493248 882 33554432000 4194304 4964800 140736932791712 18446744073709551615 255389117337 0 0 4096 18946 18446604453855270848 0 0 -1 4 0 0 0
[pid=2072/tid=2080] ppid=2069 vsize=185052 CPUtime=0 cores=0-7
/proc/2072/task/2080/stat : 2080 (claspmt) S 2069 2072 1984 0 -1 4202560 42 0 0 0 0 0 0 0 25 0 8 0 662456598 189493248 882 33554432000 4194304 4964800 140736932791712 18446744073709551615 255389117337 0 0 4096 18946 18446604453855270848 0 0 -1 4 0 0 0
[pid=2072/tid=2081] ppid=2069 vsize=185052 CPUtime=0 cores=0-7
/proc/2072/task/2081/stat : 2081 (claspmt) S 2069 2072 1984 0 -1 4202560 36 0 0 0 0 0 0 0 25 0 8 0 662456598 189493248 882 33554432000 4194304 4964800 140736932791712 18446744073709551615 255389117337 0 0 4096 18946 18446604453855270848 0 0 -1 4 0 0 0
[pid=2072/tid=2083] ppid=2069 vsize=185052 CPUtime=0 cores=0-7
/proc/2072/task/2083/stat : 2083 (claspmt) S 2069 2072 1984 0 -1 4202560 38 0 0 0 0 0 0 0 25 0 8 0 662456598 189493248 882 33554432000 4194304 4964800 140736932791712 18446744073709551615 255389117337 0 0 4096 18946 18446604453855270848 0 0 -1 4 0 0 0

[startup+0.0561239 s]
/proc/loadavg: 8.09 8.09 8.09 2/336 2072
/proc/meminfo: memFree=12170064/32951124 swapFree=65222232/67111528
[pid=2072] ppid=2069 vsize=250852 CPUtime=0.42 cores=0-7
/proc/2072/stat : 2072 (claspmt) R 2069 2072 1984 0 -1 4202496 1333 0 0 0 42 0 0 0 25 0 8 0 662456597 256872448 1246 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670313 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/2072/statm: 62713 1300 464 189 0 57062 0
[pid=2072/tid=2074] ppid=2069 vsize=250852 CPUtime=0.07 cores=0-7
/proc/2072/task/2074/stat : 2074 (claspmt) R 2069 2072 1984 0 -1 4202560 83 0 0 0 7 0 0 0 18 0 8 0 662456598 256872448 1312 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670381 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2072/tid=2075] ppid=2069 vsize=250984 CPUtime=0.11 cores=0-7
/proc/2072/task/2075/stat : 2075 (claspmt) R 2069 2072 1984 0 -1 4202560 99 0 0 0 11 0 0 0 18 0 8 0 662456598 257007616 1413 33554432000 4194304 4964800 140736932791712 18446744073709551615 255377406495 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2072/tid=2077] ppid=2069 vsize=251116 CPUtime=0.17 cores=0-7
/proc/2072/task/2077/stat : 2077 (claspmt) R 2069 2072 1984 0 -1 4202560 111 0 0 0 17 0 0 0 18 0 8 0 662456598 257142784 1508 33554432000 4194304 4964800 140736932791712 18446744073709551615 4668794 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2072/tid=2078] ppid=2069 vsize=251116 CPUtime=0.19 cores=0-7
/proc/2072/task/2078/stat : 2078 (claspmt) R 2069 2072 1984 0 -1 4202560 123 0 0 0 19 0 0 0 18 0 8 0 662456598 257142784 1553 33554432000 4194304 4964800 140736932791712 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2072/tid=2080] ppid=2069 vsize=251116 CPUtime=0.24 cores=0-7
/proc/2072/task/2080/stat : 2080 (claspmt) R 2069 2072 1984 0 -1 4202560 99 0 0 0 24 0 0 0 25 0 8 0 662456598 257142784 1737 33554432000 4194304 4964800 140736932791712 18446744073709551615 4669376 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=2072/tid=2081] ppid=2069 vsize=251380 CPUtime=0.31 cores=0-7
/proc/2072/task/2081/stat : 2081 (claspmt) S 2069 2072 1984 0 -1 4202560 131 0 0 0 31 0 0 0 18 0 8 0 662456598 257413120 1910 33554432000 4194304 4964800 140736932791712 18446744073709551615 255377406446 0 0 4096 18946 18446604453855270848 0 0 -1 7 0 0 0
[pid=2072/tid=2083] ppid=2069 vsize=251380 CPUtime=0.32 cores=0-7
/proc/2072/task/2083/stat : 2083 (claspmt) R 2069 2072 1984 0 -1 4202560 195 0 0 0 32 0 0 0 25 0 8 0 662456598 257413120 1910 33554432000 4194304 4964800 140736932791712 18446744073709551615 255377406495 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 250852

[startup+0.928208 s]
/proc/loadavg: 8.09 8.09 8.09 2/336 2072
/proc/meminfo: memFree=12170064/32951124 swapFree=65222232/67111528
[pid=2072] ppid=2069 vsize=317484 CPUtime=7.26 cores=0-7
/proc/2072/stat : 2072 (claspmt) R 2069 2072 1984 0 -1 4202496 2774 0 0 0 723 3 0 0 25 0 8 0 662456597 325103616 2687 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670151 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/2072/statm: 79371 2687 464 189 0 73720 0
[pid=2072/tid=2074] ppid=2069 vsize=317484 CPUtime=0.9 cores=0-7
/proc/2072/task/2074/stat : 2074 (claspmt) R 2069 2072 1984 0 -1 4202560 272 0 0 0 90 0 0 0 18 0 8 0 662456598 325103616 2687 33554432000 4194304 4964800 140736932791712 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2072/tid=2075] ppid=2069 vsize=317484 CPUtime=0.9 cores=0-7
/proc/2072/task/2075/stat : 2075 (claspmt) R 2069 2072 1984 0 -1 4202560 425 0 0 0 90 0 0 0 19 0 8 0 662456598 325103616 2687 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2072/tid=2077] ppid=2069 vsize=317484 CPUtime=0.9 cores=0-7
/proc/2072/task/2077/stat : 2077 (claspmt) R 2069 2072 1984 0 -1 4202560 204 0 0 0 90 0 0 0 19 0 8 0 662456598 325103616 2687 33554432000 4194304 4964800 140736932791712 18446744073709551615 4668789 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2072/tid=2078] ppid=2069 vsize=317484 CPUtime=0.9 cores=0-7
/proc/2072/task/2078/stat : 2078 (claspmt) R 2069 2072 1984 0 -1 4202560 274 0 0 0 90 0 0 0 18 0 8 0 662456598 325103616 2687 33554432000 4194304 4964800 140736932791712 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2072/tid=2080] ppid=2069 vsize=317484 CPUtime=0.89 cores=0-7
/proc/2072/task/2080/stat : 2080 (claspmt) R 2069 2072 1984 0 -1 4202560 157 0 0 0 89 0 0 0 25 0 8 0 662456598 325103616 2687 33554432000 4194304 4964800 140736932791712 18446744073709551615 4668773 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=2072/tid=2081] ppid=2069 vsize=317484 CPUtime=0.89 cores=0-7
/proc/2072/task/2081/stat : 2081 (claspmt) R 2069 2072 1984 0 -1 4202560 208 0 0 0 89 0 0 0 19 0 8 0 662456598 325103616 2687 33554432000 4194304 4964800 140736932791712 18446744073709551615 255376998992 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2072/tid=2083] ppid=2069 vsize=317484 CPUtime=0.9 cores=0-7
/proc/2072/task/2083/stat : 2083 (claspmt) R 2069 2072 1984 0 -1 4202560 289 0 0 0 90 0 0 0 25 0 8 0 662456598 325103616 2687 33554432000 4194304 4964800 140736932791712 18446744073709551615 4669552 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.26
Current children cumulated vsize (KiB) 317484

[startup+1.02837 s]
/proc/loadavg: 8.09 8.09 8.09 2/336 2072
/proc/meminfo: memFree=12170064/32951124 swapFree=65222232/67111528
[pid=2072] ppid=2069 vsize=317616 CPUtime=8.06 cores=0-7
/proc/2072/stat : 2072 (claspmt) R 2069 2072 1984 0 -1 4202496 2848 0 0 0 803 3 0 0 25 0 8 0 662456597 325238784 2761 33554432000 4194304 4964800 140736932791712 18446744073709551615 4668794 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/2072/statm: 79404 2761 464 189 0 73753 0
[pid=2072/tid=2074] ppid=2069 vsize=317616 CPUtime=1 cores=0-7
/proc/2072/task/2074/stat : 2074 (claspmt) R 2069 2072 1984 0 -1 4202560 283 0 0 0 100 0 0 0 19 0 8 0 662456598 325238784 2761 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2072/tid=2075] ppid=2069 vsize=317616 CPUtime=1 cores=0-7
/proc/2072/task/2075/stat : 2075 (claspmt) R 2069 2072 1984 0 -1 4202560 438 0 0 0 100 0 0 0 19 0 8 0 662456598 325238784 2761 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670273 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2072/tid=2077] ppid=2069 vsize=317616 CPUtime=1 cores=0-7
/proc/2072/task/2077/stat : 2077 (claspmt) R 2069 2072 1984 0 -1 4202560 205 0 0 0 100 0 0 0 19 0 8 0 662456598 325238784 2761 33554432000 4194304 4964800 140736932791712 18446744073709551615 4669574 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2072/tid=2078] ppid=2069 vsize=317616 CPUtime=1 cores=0-7
/proc/2072/task/2078/stat : 2078 (claspmt) R 2069 2072 1984 0 -1 4202560 295 0 0 0 100 0 0 0 18 0 8 0 662456598 325238784 2761 33554432000 4194304 4964800 140736932791712 18446744073709551615 4325352 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2072/tid=2080] ppid=2069 vsize=317616 CPUtime=0.99 cores=0-7
/proc/2072/task/2080/stat : 2080 (claspmt) R 2069 2072 1984 0 -1 4202560 157 0 0 0 99 0 0 0 25 0 8 0 662456598 325238784 2761 33554432000 4194304 4964800 140736932791712 18446744073709551615 4669089 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=2072/tid=2081] ppid=2069 vsize=317616 CPUtime=0.99 cores=0-7
/proc/2072/task/2081/stat : 2081 (claspmt) R 2069 2072 1984 0 -1 4202560 210 0 0 0 99 0 0 0 19 0 8 0 662456598 325238784 2761 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2072/tid=2083] ppid=2069 vsize=317616 CPUtime=1 cores=0-7
/proc/2072/task/2083/stat : 2083 (claspmt) R 2069 2072 1984 0 -1 4202560 309 0 0 0 100 0 0 0 25 0 8 0 662456598 325238784 2761 33554432000 4194304 4964800 140736932791712 18446744073709551615 4669496 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 8.06
Current children cumulated vsize (KiB) 317616

[startup+1.12488 s]
/proc/loadavg: 8.09 8.09 8.09 2/336 2072
/proc/meminfo: memFree=12170064/32951124 swapFree=65222232/67111528
[pid=2072] ppid=2069 vsize=317616 CPUtime=8.86 cores=0-7
/proc/2072/stat : 2072 (claspmt) R 2069 2072 1984 0 -1 4202496 2957 0 0 0 883 3 0 0 25 0 8 0 662456597 325238784 2870 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670264 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/2072/statm: 79404 2870 464 189 0 73753 0
[pid=2072/tid=2074] ppid=2069 vsize=317616 CPUtime=1.1 cores=0-7
/proc/2072/task/2074/stat : 2074 (claspmt) R 2069 2072 1984 0 -1 4202560 298 0 0 0 110 0 0 0 19 0 8 0 662456598 325238784 2870 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670264 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2072/tid=2075] ppid=2069 vsize=317616 CPUtime=1.1 cores=0-7
/proc/2072/task/2075/stat : 2075 (claspmt) R 2069 2072 1984 0 -1 4202560 448 0 0 0 110 0 0 0 19 0 8 0 662456598 325238784 2870 33554432000 4194304 4964800 140736932791712 18446744073709551615 4669509 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2072/tid=2077] ppid=2069 vsize=317616 CPUtime=1.1 cores=0-7
/proc/2072/task/2077/stat : 2077 (claspmt) R 2069 2072 1984 0 -1 4202560 219 0 0 0 110 0 0 0 19 0 8 0 662456598 325238784 2870 33554432000 4194304 4964800 140736932791712 18446744073709551615 4361293 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2072/tid=2078] ppid=2069 vsize=317616 CPUtime=1.1 cores=0-7
/proc/2072/task/2078/stat : 2078 (claspmt) R 2069 2072 1984 0 -1 4202560 308 0 0 0 110 0 0 0 18 0 8 0 662456598 325238784 2870 33554432000 4194304 4964800 140736932791712 18446744073709551615 4669479 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2072/tid=2080] ppid=2069 vsize=317616 CPUtime=1.08 cores=0-7
/proc/2072/task/2080/stat : 2080 (claspmt) R 2069 2072 1984 0 -1 4202560 166 0 0 0 108 0 0 0 25 0 8 0 662456598 325238784 2870 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670373 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=2072/tid=2081] ppid=2069 vsize=317616 CPUtime=1.09 cores=0-7
/proc/2072/task/2081/stat : 2081 (claspmt) R 2069 2072 1984 0 -1 4202560 226 0 0 0 109 0 0 0 19 0 8 0 662456598 325238784 2870 33554432000 4194304 4964800 140736932791712 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2072/tid=2083] ppid=2069 vsize=317616 CPUtime=1.1 cores=0-7
/proc/2072/task/2083/stat : 2083 (claspmt) R 2069 2072 1984 0 -1 4202560 327 0 0 0 110 0 0 0 25 0 8 0 662456598 325238784 2870 33554432000 4194304 4964800 140736932791712 18446744073709551615 4365162 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 8.86
Current children cumulated vsize (KiB) 317616

[startup+1.50028 s]
/proc/loadavg: 8.09 8.09 8.09 2/336 2072
/proc/meminfo: memFree=12170064/32951124 swapFree=65222232/67111528
[pid=2072] ppid=2069 vsize=317616 CPUtime=11.83 cores=0-7
/proc/2072/stat : 2072 (claspmt) R 2069 2072 1984 0 -1 4202496 3194 0 0 0 1180 3 0 0 25 0 8 0 662456597 325238784 3107 33554432000 4194304 4964800 140736932791712 18446744073709551615 4660449 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/2072/statm: 79404 3107 464 189 0 73753 0
[pid=2072/tid=2074] ppid=2069 vsize=317616 CPUtime=1.48 cores=0-7
/proc/2072/task/2074/stat : 2074 (claspmt) R 2069 2072 1984 0 -1 4202560 349 0 0 0 148 0 0 0 19 0 8 0 662456598 325238784 3107 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2072/tid=2075] ppid=2069 vsize=317616 CPUtime=1.47 cores=0-7
/proc/2072/task/2075/stat : 2075 (claspmt) R 2069 2072 1984 0 -1 4202560 492 0 0 0 147 0 0 0 20 0 8 0 662456598 325238784 3107 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670357 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2072/tid=2077] ppid=2069 vsize=317616 CPUtime=1.47 cores=0-7
/proc/2072/task/2077/stat : 2077 (claspmt) R 2069 2072 1984 0 -1 4202560 234 0 0 0 147 0 0 0 20 0 8 0 662456598 325238784 3107 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670313 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2072/tid=2078] ppid=2069 vsize=317616 CPUtime=1.47 cores=0-7
/proc/2072/task/2078/stat : 2078 (claspmt) R 2069 2072 1984 0 -1 4202560 341 0 0 0 147 0 0 0 19 0 8 0 662456598 325238784 3107 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2072/tid=2080] ppid=2069 vsize=317616 CPUtime=1.46 cores=0-7
/proc/2072/task/2080/stat : 2080 (claspmt) R 2069 2072 1984 0 -1 4202560 180 0 0 0 146 0 0 0 25 0 8 0 662456598 325238784 3107 33554432000 4194304 4964800 140736932791712 18446744073709551615 4320865 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=2072/tid=2081] ppid=2069 vsize=317616 CPUtime=1.46 cores=0-7
/proc/2072/task/2081/stat : 2081 (claspmt) R 2069 2072 1984 0 -1 4202560 243 0 0 0 146 0 0 0 20 0 8 0 662456598 325238784 3107 33554432000 4194304 4964800 140736932791712 18446744073709551615 4668829 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2072/tid=2083] ppid=2069 vsize=317616 CPUtime=1.47 cores=0-7
/proc/2072/task/2083/stat : 2083 (claspmt) R 2069 2072 1984 0 -1 4202560 369 0 0 0 147 0 0 0 25 0 8 0 662456598 325238784 3107 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.83
Current children cumulated vsize (KiB) 317616

[startup+3.10099 s]
/proc/loadavg: 8.09 8.09 8.09 9/344 2084
/proc/meminfo: memFree=12156536/32951124 swapFree=65222232/67111528
[pid=2072] ppid=2069 vsize=318276 CPUtime=24.61 cores=0-7
/proc/2072/stat : 2072 (claspmt) R 2069 2072 1984 0 -1 4202496 3970 0 0 0 2457 4 0 0 25 0 8 0 662456597 325914624 3883 33554432000 4194304 4964800 140736932791712 18446744073709551615 4668715 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/2072/statm: 79569 3883 464 189 0 73918 0
[pid=2072/tid=2074] ppid=2069 vsize=318276 CPUtime=3.07 cores=0-7
/proc/2072/task/2074/stat : 2074 (claspmt) R 2069 2072 1984 0 -1 4202560 541 0 0 0 307 0 0 0 24 0 8 0 662456598 325914624 3883 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2072/tid=2075] ppid=2069 vsize=318276 CPUtime=3.07 cores=0-7
/proc/2072/task/2075/stat : 2075 (claspmt) R 2069 2072 1984 0 -1 4202560 684 0 0 0 307 0 0 0 25 0 8 0 662456598 325914624 3883 33554432000 4194304 4964800 140736932791712 18446744073709551615 4660832 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2072/tid=2077] ppid=2069 vsize=318276 CPUtime=3.07 cores=0-7
/proc/2072/task/2077/stat : 2077 (claspmt) R 2069 2072 1984 0 -1 4202560 268 0 0 0 307 0 0 0 25 0 8 0 662456598 325914624 3883 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2072/tid=2078] ppid=2069 vsize=318276 CPUtime=3.07 cores=0-7
/proc/2072/task/2078/stat : 2078 (claspmt) R 2069 2072 1984 0 -1 4202560 519 0 0 0 307 0 0 0 22 0 8 0 662456598 325914624 3883 33554432000 4194304 4964800 140736932791712 18446744073709551615 4669184 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2072/tid=2080] ppid=2069 vsize=318276 CPUtime=3.06 cores=0-7
/proc/2072/task/2080/stat : 2080 (claspmt) R 2069 2072 1984 0 -1 4202560 203 0 0 0 306 0 0 0 25 0 8 0 662456598 325914624 3883 33554432000 4194304 4964800 140736932791712 18446744073709551615 4668725 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=2072/tid=2081] ppid=2069 vsize=318276 CPUtime=3.04 cores=0-7
/proc/2072/task/2081/stat : 2081 (claspmt) R 2069 2072 1984 0 -1 4202560 283 0 0 0 304 0 0 0 25 0 8 0 662456598 325914624 3883 33554432000 4194304 4964800 140736932791712 18446744073709551615 4342157 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2072/tid=2083] ppid=2069 vsize=318276 CPUtime=3.07 cores=0-7
/proc/2072/task/2083/stat : 2083 (claspmt) R 2069 2072 1984 0 -1 4202560 436 0 0 0 307 0 0 0 25 0 8 0 662456598 325914624 3883 33554432000 4194304 4964800 140736932791712 18446744073709551615 4660126 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.61
Current children cumulated vsize (KiB) 318276

[startup+6.31339 s]
/proc/loadavg: 8.09 8.09 8.09 9/344 2084
/proc/meminfo: memFree=12152944/32951124 swapFree=65222232/67111528
[pid=2072] ppid=2069 vsize=318948 CPUtime=50.27 cores=0-7
/proc/2072/stat : 2072 (claspmt) R 2069 2072 1984 0 -1 4202496 4819 0 0 0 5020 7 0 0 25 0 8 0 662456597 326602752 4732 33554432000 4194304 4964800 140736932791712 18446744073709551615 4653198 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/2072/statm: 79737 4732 464 189 0 74086 0
[pid=2072/tid=2074] ppid=2069 vsize=318948 CPUtime=6.28 cores=0-7
/proc/2072/task/2074/stat : 2074 (claspmt) R 2069 2072 1984 0 -1 4202560 698 0 0 0 628 0 0 0 25 0 8 0 662456598 326602752 4732 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2072/tid=2075] ppid=2069 vsize=318948 CPUtime=6.28 cores=0-7
/proc/2072/task/2075/stat : 2075 (claspmt) R 2069 2072 1984 0 -1 4202560 833 0 0 0 628 0 0 0 25 0 8 0 662456598 326602752 4732 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2072/tid=2077] ppid=2069 vsize=318948 CPUtime=6.29 cores=0-7
/proc/2072/task/2077/stat : 2077 (claspmt) R 2069 2072 1984 0 -1 4202560 321 0 0 0 628 1 0 0 19 0 8 0 662456598 326602752 4732 33554432000 4194304 4964800 140736932791712 18446744073709551615 4361278 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2072/tid=2078] ppid=2069 vsize=318948 CPUtime=6.29 cores=0-7
/proc/2072/task/2078/stat : 2078 (claspmt) R 2069 2072 1984 0 -1 4202560 678 0 0 0 628 1 0 0 25 0 8 0 662456598 326602752 4732 33554432000 4194304 4964800 140736932791712 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2072/tid=2080] ppid=2069 vsize=318948 CPUtime=6.26 cores=0-7
/proc/2072/task/2080/stat : 2080 (claspmt) R 2069 2072 1984 0 -1 4202560 241 0 0 0 626 0 0 0 18 0 8 0 662456598 326602752 4732 33554432000 4194304 4964800 140736932791712 18446744073709551615 4379728 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=2072/tid=2081] ppid=2069 vsize=318948 CPUtime=6.21 cores=0-7
/proc/2072/task/2081/stat : 2081 (claspmt) R 2069 2072 1984 0 -1 4202560 344 0 0 0 621 0 0 0 25 0 8 0 662456598 326602752 4732 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670160 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2072/tid=2083] ppid=2069 vsize=318948 CPUtime=6.28 cores=0-7
/proc/2072/task/2083/stat : 2083 (claspmt) R 2069 2072 1984 0 -1 4202560 633 0 0 0 628 0 0 0 25 0 8 0 662456598 326602752 4732 33554432000 4194304 4964800 140736932791712 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 4 0 0 0

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

/proc/2072/task/2078/stat : 2078 (claspmt) R 2069 2072 1984 0 -1 4202560 1672 0 0 0 12858 6 0 0 25 0 8 0 662456598 333008896 11829 33554432000 4194304 4964800 140736932791712 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2072/tid=2080] ppid=2069 vsize=325204 CPUtime=128.02 cores=0-7
/proc/2072/task/2080/stat : 2080 (claspmt) R 2069 2072 1984 0 -1 4202560 1210 0 0 0 12795 7 0 0 22 0 8 0 662456598 333008896 11829 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2072/tid=2081] ppid=2069 vsize=325204 CPUtime=127.84 cores=0-7
/proc/2072/task/2081/stat : 2081 (claspmt) R 2069 2072 1984 0 -1 4202560 888 0 0 0 12777 7 0 0 25 0 8 0 662456598 333008896 11829 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670437 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=2072/tid=2083] ppid=2069 vsize=325204 CPUtime=128.6 cores=0-7
/proc/2072/task/2083/stat : 2083 (claspmt) R 2069 2072 1984 0 -1 4202560 1448 0 0 0 12853 7 0 0 25 0 8 0 662456598 333008896 11829 33554432000 4194304 4964800 140736932791712 18446744073709551615 4668756 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1027.73
Current children cumulated vsize (KiB) 325204

[startup+141.5 s]
/proc/loadavg: 8.12 8.09 8.09 9/344 2088
/proc/meminfo: memFree=12123692/32951124 swapFree=65222232/67111528
[pid=2072] ppid=2069 vsize=325352 CPUtime=1130.01 cores=0-7
/proc/2072/stat : 2072 (claspmt) R 2069 2072 1984 0 -1 4202496 12171 0 0 0 112940 61 0 0 25 0 8 0 662456597 333160448 12084 33554432000 4194304 4964800 140736932791712 18446744073709551615 4669856 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/2072/statm: 81338 12084 464 189 0 75687 0
[pid=2072/tid=2074] ppid=2069 vsize=325352 CPUtime=141.43 cores=0-7
/proc/2072/task/2074/stat : 2074 (claspmt) R 2069 2072 1984 0 -1 4202560 2663 0 0 0 14135 8 0 0 25 0 8 0 662456598 333160448 12084 33554432000 4194304 4964800 140736932791712 18446744073709551615 4320928 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2072/tid=2075] ppid=2069 vsize=325352 CPUtime=141.43 cores=0-7
/proc/2072/task/2075/stat : 2075 (claspmt) R 2069 2072 1984 0 -1 4202560 1922 0 0 0 14136 7 0 0 25 0 8 0 662456598 333160448 12084 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2072/tid=2077] ppid=2069 vsize=325352 CPUtime=141.47 cores=0-7
/proc/2072/task/2077/stat : 2077 (claspmt) R 2069 2072 1984 0 -1 4202560 766 0 0 0 14141 6 0 0 25 0 8 0 662456598 333160448 12084 33554432000 4194304 4964800 140736932791712 18446744073709551615 4669272 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2072/tid=2078] ppid=2069 vsize=325352 CPUtime=141.45 cores=0-7
/proc/2072/task/2078/stat : 2078 (claspmt) R 2069 2072 1984 0 -1 4202560 1694 0 0 0 14139 6 0 0 25 0 8 0 662456598 333160448 12084 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2072/tid=2080] ppid=2069 vsize=325352 CPUtime=140.68 cores=0-7
/proc/2072/task/2080/stat : 2080 (claspmt) R 2069 2072 1984 0 -1 4202560 1242 0 0 0 14061 7 0 0 25 0 8 0 662456598 333160448 12084 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2072/tid=2081] ppid=2069 vsize=325352 CPUtime=140.66 cores=0-7
/proc/2072/task/2081/stat : 2081 (claspmt) R 2069 2072 1984 0 -1 4202560 940 0 0 0 14058 8 0 0 19 0 8 0 662456598 333160448 12084 33554432000 4194304 4964800 140736932791712 18446744073709551615 4320890 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=2072/tid=2083] ppid=2069 vsize=325352 CPUtime=141.41 cores=0-7
/proc/2072/task/2083/stat : 2083 (claspmt) R 2069 2072 1984 0 -1 4202560 1471 0 0 0 14132 9 0 0 19 0 8 0 662456598 333160448 12084 33554432000 4194304 4964800 140736932791712 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1130.01
Current children cumulated vsize (KiB) 325352

[startup+147.901 s]
/proc/loadavg: 8.27 8.12 8.10 9/344 2089
/proc/meminfo: memFree=12123444/32951124 swapFree=65222232/67111528
[pid=2072] ppid=2069 vsize=325352 CPUtime=1181.1 cores=0-7
/proc/2072/stat : 2072 (claspmt) R 2069 2072 1984 0 -1 4202496 12226 0 0 0 118047 63 0 0 25 0 8 0 662456597 333160448 12139 33554432000 4194304 4964800 140736932791712 18446744073709551615 4660177 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/2072/statm: 81338 12139 464 189 0 75687 0
[pid=2072/tid=2074] ppid=2069 vsize=325352 CPUtime=147.82 cores=0-7
/proc/2072/task/2074/stat : 2074 (claspmt) R 2069 2072 1984 0 -1 4202560 2676 0 0 0 14774 8 0 0 25 0 8 0 662456598 333160448 12139 33554432000 4194304 4964800 140736932791712 18446744073709551615 4312169 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2072/tid=2075] ppid=2069 vsize=325352 CPUtime=147.81 cores=0-7
/proc/2072/task/2075/stat : 2075 (claspmt) R 2069 2072 1984 0 -1 4202560 1924 0 0 0 14774 7 0 0 25 0 8 0 662456598 333160448 12139 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670323 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2072/tid=2077] ppid=2069 vsize=325352 CPUtime=147.86 cores=0-7
/proc/2072/task/2077/stat : 2077 (claspmt) R 2069 2072 1984 0 -1 4202560 767 0 0 0 14779 7 0 0 25 0 8 0 662456598 333160448 12139 33554432000 4194304 4964800 140736932791712 18446744073709551615 255376957595 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2072/tid=2078] ppid=2069 vsize=325352 CPUtime=147.83 cores=0-7
/proc/2072/task/2078/stat : 2078 (claspmt) R 2069 2072 1984 0 -1 4202560 1696 0 0 0 14777 6 0 0 25 0 8 0 662456598 333160448 12139 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2072/tid=2080] ppid=2069 vsize=325352 CPUtime=147.01 cores=0-7
/proc/2072/task/2080/stat : 2080 (claspmt) R 2069 2072 1984 0 -1 4202560 1251 0 0 0 14693 8 0 0 25 0 8 0 662456598 333160448 12139 33554432000 4194304 4964800 140736932791712 18446744073709551615 4669026 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2072/tid=2081] ppid=2069 vsize=325352 CPUtime=147.05 cores=0-7
/proc/2072/task/2081/stat : 2081 (claspmt) R 2069 2072 1984 0 -1 4202560 949 0 0 0 14697 8 0 0 25 0 8 0 662456598 333160448 12139 33554432000 4194304 4964800 140736932791712 18446744073709551615 4669532 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=2072/tid=2083] ppid=2069 vsize=325352 CPUtime=147.79 cores=0-7
/proc/2072/task/2083/stat : 2083 (claspmt) R 2069 2072 1984 0 -1 4202560 1471 0 0 0 14770 9 0 0 25 0 8 0 662456598 333160448 12139 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1181.1
Current children cumulated vsize (KiB) 325352

[startup+151.101 s]
/proc/loadavg: 8.25 8.12 8.10 10/344 2089
/proc/meminfo: memFree=12123444/32951124 swapFree=65222232/67111528
[pid=2072] ppid=2069 vsize=325352 CPUtime=1206.65 cores=0-7
/proc/2072/stat : 2072 (claspmt) R 2069 2072 1984 0 -1 4202496 12271 0 0 0 120601 64 0 0 18 0 8 0 662456597 333160448 12184 33554432000 4194304 4964800 140736932791712 18446744073709551615 4320883 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/2072/statm: 81338 12184 464 189 0 75687 0
[pid=2072/tid=2074] ppid=2069 vsize=325352 CPUtime=151.02 cores=0-7
/proc/2072/task/2074/stat : 2074 (claspmt) R 2069 2072 1984 0 -1 4202560 2682 0 0 0 15094 8 0 0 25 0 8 0 662456598 333160448 12184 33554432000 4194304 4964800 140736932791712 18446744073709551615 4628024 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2072/tid=2075] ppid=2069 vsize=325352 CPUtime=151.01 cores=0-7
/proc/2072/task/2075/stat : 2075 (claspmt) R 2069 2072 1984 0 -1 4202560 1925 0 0 0 15094 7 0 0 25 0 8 0 662456598 333160448 12184 33554432000 4194304 4964800 140736932791712 18446744073709551615 4324732 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2072/tid=2077] ppid=2069 vsize=325352 CPUtime=151.06 cores=0-7
/proc/2072/task/2077/stat : 2077 (claspmt) R 2069 2072 1984 0 -1 4202560 769 0 0 0 15099 7 0 0 25 0 8 0 662456598 333160448 12184 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2072/tid=2078] ppid=2069 vsize=325352 CPUtime=151.03 cores=0-7
/proc/2072/task/2078/stat : 2078 (claspmt) R 2069 2072 1984 0 -1 4202560 1697 0 0 0 15097 6 0 0 25 0 8 0 662456598 333160448 12184 33554432000 4194304 4964800 140736932791712 18446744073709551615 4668689 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2072/tid=2080] ppid=2069 vsize=325352 CPUtime=150.18 cores=0-7
/proc/2072/task/2080/stat : 2080 (claspmt) R 2069 2072 1984 0 -1 4202560 1275 0 0 0 15010 8 0 0 25 0 8 0 662456598 333160448 12184 33554432000 4194304 4964800 140736932791712 18446744073709551615 4342208 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2072/tid=2081] ppid=2069 vsize=325352 CPUtime=150.25 cores=0-7
/proc/2072/task/2081/stat : 2081 (claspmt) R 2069 2072 1984 0 -1 4202560 949 0 0 0 15017 8 0 0 25 0 8 0 662456598 333160448 12184 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=2072/tid=2083] ppid=2069 vsize=325352 CPUtime=150.99 cores=0-7
/proc/2072/task/2083/stat : 2083 (claspmt) R 2069 2072 1984 0 -1 4202560 1480 0 0 0 15090 9 0 0 25 0 8 0 662456598 333160448 12184 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670368 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1206.65
Current children cumulated vsize (KiB) 325352

[startup+152.701 s]
/proc/loadavg: 8.25 8.12 8.10 9/344 2089
/proc/meminfo: memFree=12122576/32951124 swapFree=65222232/67111528
[pid=2072] ppid=2069 vsize=325352 CPUtime=1219.43 cores=0-7
/proc/2072/stat : 2072 (claspmt) R 2069 2072 1984 0 -1 4202496 12280 0 0 0 121879 64 0 0 21 0 8 0 662456597 333160448 12193 33554432000 4194304 4964800 140736932791712 18446744073709551615 4668681 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/2072/statm: 81338 12193 464 189 0 75687 0
[pid=2072/tid=2074] ppid=2069 vsize=325352 CPUtime=152.62 cores=0-7
/proc/2072/task/2074/stat : 2074 (claspmt) R 2069 2072 1984 0 -1 4202560 2683 0 0 0 15254 8 0 0 25 0 8 0 662456598 333160448 12193 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670323 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2072/tid=2075] ppid=2069 vsize=325352 CPUtime=152.61 cores=0-7
/proc/2072/task/2075/stat : 2075 (claspmt) R 2069 2072 1984 0 -1 4202560 1925 0 0 0 15254 7 0 0 25 0 8 0 662456598 333160448 12193 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2072/tid=2077] ppid=2069 vsize=325352 CPUtime=152.66 cores=0-7
/proc/2072/task/2077/stat : 2077 (claspmt) R 2069 2072 1984 0 -1 4202560 769 0 0 0 15259 7 0 0 25 0 8 0 662456598 333160448 12193 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2072/tid=2078] ppid=2069 vsize=325352 CPUtime=152.63 cores=0-7
/proc/2072/task/2078/stat : 2078 (claspmt) R 2069 2072 1984 0 -1 4202560 1697 0 0 0 15257 6 0 0 25 0 8 0 662456598 333160448 12193 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2072/tid=2080] ppid=2069 vsize=325352 CPUtime=151.75 cores=0-7
/proc/2072/task/2080/stat : 2080 (claspmt) R 2069 2072 1984 0 -1 4202560 1278 0 0 0 15167 8 0 0 25 0 8 0 662456598 333160448 12193 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2072/tid=2081] ppid=2069 vsize=325352 CPUtime=151.84 cores=0-7
/proc/2072/task/2081/stat : 2081 (claspmt) R 2069 2072 1984 0 -1 4202560 949 0 0 0 15176 8 0 0 25 0 8 0 662456598 333160448 12193 33554432000 4194304 4964800 140736932791712 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=2072/tid=2083] ppid=2069 vsize=325352 CPUtime=152.59 cores=0-7
/proc/2072/task/2083/stat : 2083 (claspmt) R 2069 2072 1984 0 -1 4202560 1480 0 0 0 15250 9 0 0 25 0 8 0 662456598 333160448 12193 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670351 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1219.43
Current children cumulated vsize (KiB) 325352

[startup+154.301 s]
/proc/loadavg: 8.23 8.12 8.10 9/344 2089
/proc/meminfo: memFree=12122452/32951124 swapFree=65222232/67111528
[pid=2072] ppid=2069 vsize=325352 CPUtime=1232.21 cores=0-7
/proc/2072/stat : 2072 (claspmt) R 2069 2072 1984 0 -1 4202496 12282 0 0 0 123157 64 0 0 25 0 8 0 662456597 333160448 12195 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670361 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/2072/statm: 81338 12195 464 189 0 75687 0
[pid=2072/tid=2074] ppid=2069 vsize=325352 CPUtime=154.22 cores=0-7
/proc/2072/task/2074/stat : 2074 (claspmt) R 2069 2072 1984 0 -1 4202560 2683 0 0 0 15414 8 0 0 20 0 8 0 662456598 333160448 12195 33554432000 4194304 4964800 140736932791712 18446744073709551615 4324688 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2072/tid=2075] ppid=2069 vsize=325352 CPUtime=154.21 cores=0-7
/proc/2072/task/2075/stat : 2075 (claspmt) R 2069 2072 1984 0 -1 4202560 1925 0 0 0 15414 7 0 0 18 0 8 0 662456598 333160448 12195 33554432000 4194304 4964800 140736932791712 18446744073709551615 4654532 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2072/tid=2077] ppid=2069 vsize=325352 CPUtime=154.26 cores=0-7
/proc/2072/task/2077/stat : 2077 (claspmt) R 2069 2072 1984 0 -1 4202560 769 0 0 0 15419 7 0 0 25 0 8 0 662456598 333160448 12195 33554432000 4194304 4964800 140736932791712 18446744073709551615 4669496 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2072/tid=2078] ppid=2069 vsize=325352 CPUtime=154.23 cores=0-7
/proc/2072/task/2078/stat : 2078 (claspmt) R 2069 2072 1984 0 -1 4202560 1698 0 0 0 15417 6 0 0 25 0 8 0 662456598 333160448 12195 33554432000 4194304 4964800 140736932791712 18446744073709551615 4342208 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2072/tid=2080] ppid=2069 vsize=325352 CPUtime=153.34 cores=0-7
/proc/2072/task/2080/stat : 2080 (claspmt) R 2069 2072 1984 0 -1 4202560 1278 0 0 0 15326 8 0 0 25 0 8 0 662456598 333160448 12195 33554432000 4194304 4964800 140736932791712 18446744073709551615 4660435 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2072/tid=2081] ppid=2069 vsize=325352 CPUtime=153.44 cores=0-7
/proc/2072/task/2081/stat : 2081 (claspmt) R 2069 2072 1984 0 -1 4202560 950 0 0 0 15336 8 0 0 25 0 8 0 662456598 333160448 12195 33554432000 4194304 4964800 140736932791712 18446744073709551615 4653183 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=2072/tid=2083] ppid=2069 vsize=325352 CPUtime=154.19 cores=0-7
/proc/2072/task/2083/stat : 2083 (claspmt) R 2069 2072 1984 0 -1 4202560 1480 0 0 0 15410 9 0 0 25 0 8 0 662456598 333160448 12195 33554432000 4194304 4964800 140736932791712 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1232.21
Current children cumulated vsize (KiB) 325352

[startup+154.701 s]
/proc/loadavg: 8.23 8.12 8.10 9/344 2089
/proc/meminfo: memFree=12122452/32951124 swapFree=65222232/67111528
[pid=2072] ppid=2069 vsize=325352 CPUtime=1235.45 cores=0-7
/proc/2072/stat : 2072 (claspmt) R 2069 2072 1984 0 -1 4202496 12282 0 0 0 123481 64 0 0 25 0 8 0 662456597 333160448 12195 33554432000 4194304 4964800 140736932791712 18446744073709551615 4669350 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/2072/statm: 81338 12195 464 189 0 75687 0
[pid=2072/tid=2074] ppid=2069 vsize=325352 CPUtime=154.63 cores=0-7
/proc/2072/task/2074/stat : 2074 (claspmt) R 2069 2072 1984 0 -1 4202560 2683 0 0 0 15455 8 0 0 21 0 8 0 662456598 333160448 12195 33554432000 4194304 4964800 140736932791712 18446744073709551615 4668789 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2072/tid=2075] ppid=2069 vsize=325352 CPUtime=154.62 cores=0-7
/proc/2072/task/2075/stat : 2075 (claspmt) R 2069 2072 1984 0 -1 4202560 1925 0 0 0 15455 7 0 0 18 0 8 0 662456598 333160448 12195 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670357 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2072/tid=2077] ppid=2069 vsize=325352 CPUtime=154.67 cores=0-7
/proc/2072/task/2077/stat : 2077 (claspmt) R 2069 2072 1984 0 -1 4202560 769 0 0 0 15460 7 0 0 25 0 8 0 662456598 333160448 12195 33554432000 4194304 4964800 140736932791712 18446744073709551615 4669033 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2072/tid=2078] ppid=2069 vsize=325352 CPUtime=154.64 cores=0-7
/proc/2072/task/2078/stat : 2078 (claspmt) R 2069 2072 1984 0 -1 4202560 1698 0 0 0 15458 6 0 0 25 0 8 0 662456598 333160448 12195 33554432000 4194304 4964800 140736932791712 18446744073709551615 4669376 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2072/tid=2080] ppid=2069 vsize=325352 CPUtime=153.74 cores=0-7
/proc/2072/task/2080/stat : 2080 (claspmt) R 2069 2072 1984 0 -1 4202560 1278 0 0 0 15366 8 0 0 25 0 8 0 662456598 333160448 12195 33554432000 4194304 4964800 140736932791712 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2072/tid=2081] ppid=2069 vsize=325352 CPUtime=153.85 cores=0-7
/proc/2072/task/2081/stat : 2081 (claspmt) R 2069 2072 1984 0 -1 4202560 950 0 0 0 15377 8 0 0 25 0 8 0 662456598 333160448 12195 33554432000 4194304 4964800 140736932791712 18446744073709551615 4660425 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=2072/tid=2083] ppid=2069 vsize=325352 CPUtime=154.6 cores=0-7
/proc/2072/task/2083/stat : 2083 (claspmt) R 2069 2072 1984 0 -1 4202560 1480 0 0 0 15451 9 0 0 25 0 8 0 662456598 333160448 12195 33554432000 4194304 4964800 140736932791712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1235.45
Current children cumulated vsize (KiB) 325352

[startup+154.901 s]
/proc/loadavg: 8.23 8.12 8.10 9/344 2089
/proc/meminfo: memFree=12122452/32951124 swapFree=65222232/67111528
[pid=2072] ppid=2069 vsize=325352 CPUtime=1237 cores=0-7
/proc/2072/stat : 2072 (claspmt) R 2069 2072 1984 0 -1 4202496 12282 0 0 0 123636 64 0 0 25 0 8 0 662456597 333160448 12195 33554432000 4194304 4964800 140736932791712 18446744073709551615 4668568 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/2072/statm: 81338 12195 464 189 0 75687 0
[pid=2072/tid=2074] ppid=2069 vsize=325352 CPUtime=154.82 cores=0-7
/proc/2072/task/2074/stat : 2074 (claspmt) R 2069 2072 1984 0 -1 4202560 2683 0 0 0 15474 8 0 0 21 0 8 0 662456598 333160448 12195 33554432000 4194304 4964800 140736932791712 18446744073709551615 4364704 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2072/tid=2075] ppid=2069 vsize=325352 CPUtime=154.81 cores=0-7
/proc/2072/task/2075/stat : 2075 (claspmt) R 2069 2072 1984 0 -1 4202560 1925 0 0 0 15474 7 0 0 18 0 8 0 662456598 333160448 12195 33554432000 4194304 4964800 140736932791712 18446744073709551615 4320928 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2072/tid=2077] ppid=2069 vsize=325352 CPUtime=154.86 cores=0-7
/proc/2072/task/2077/stat : 2077 (claspmt) R 2069 2072 1984 0 -1 4202560 769 0 0 0 15479 7 0 0 25 0 8 0 662456598 333160448 12195 33554432000 4194304 4964800 140736932791712 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2072/tid=2078] ppid=2069 vsize=325352 CPUtime=154.83 cores=0-7
/proc/2072/task/2078/stat : 2078 (claspmt) R 2069 2072 1984 0 -1 4202560 1698 0 0 0 15477 6 0 0 25 0 8 0 662456598 333160448 12195 33554432000 4194304 4964800 140736932791712 18446744073709551615 4320890 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2072/tid=2080] ppid=2069 vsize=325352 CPUtime=153.93 cores=0-7
/proc/2072/task/2080/stat : 2080 (claspmt) R 2069 2072 1984 0 -1 4202560 1278 0 0 0 15385 8 0 0 25 0 8 0 662456598 333160448 12195 33554432000 4194304 4964800 140736932791712 18446744073709551615 4668712 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2072/tid=2081] ppid=2069 vsize=325352 CPUtime=154.04 cores=0-7
/proc/2072/task/2081/stat : 2081 (claspmt) R 2069 2072 1984 0 -1 4202560 950 0 0 0 15396 8 0 0 25 0 8 0 662456598 333160448 12195 33554432000 4194304 4964800 140736932791712 18446744073709551615 4320955 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=2072/tid=2083] ppid=2069 vsize=325352 CPUtime=154.79 cores=0-7
/proc/2072/task/2083/stat : 2083 (claspmt) R 2069 2072 1984 0 -1 4202560 1480 0 0 0 15470 9 0 0 25 0 8 0 662456598 333160448 12195 33554432000 4194304 4964800 140736932791712 18446744073709551615 4668712 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1237
Current children cumulated vsize (KiB) 325352

Child status: 20
Real time (s): 154.91
CPU time (s): 1237.03
CPU user time (s): 1236.38
CPU system time (s): 0.6549
CPU usage (%): 798.547
Max. virtual memory (cumulated for all children) (KiB): 325352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1236.38
system time used= 0.6549
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12296
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= 69263
involuntary context switches= 11210

runsolver used 0.513921 second user time and 1.17982 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-16 03:16:27
IDJOB=3381188
IDBENCH=84062
IDSOLVER=1865
FILE ID=node135/3381188-1305508587
RUNJOBID= node135-1305507771-1998
PBS_JOBID= 13325512
Free space on /tmp= 73344 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT03/handmade/markstrom/UNSATISFIABLE/mm-2x2-6-6-s.1.shuffled-as.sat03-1499.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-3381188-1305508587/watcher-3381188-1305508587 -o /tmp/evaluation-result-3381188-1305508587/solver-3381188-1305508587 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3381188-1305508587.cnf

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

MD5SUM BENCH= 5fbbe7100f38217499e8b5ea555a4e4d
RANDOM SEED=1896385758

node135.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.851
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.851
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.83
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.851
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.75
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
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	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12170460 kB
Buffers:        306236 kB
Cached:        6274884 kB
SwapCached:      60528 kB
Active:       10511980 kB
Inactive:     10009848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12170460 kB
SwapTotal:    67111528 kB
SwapFree:     65222232 kB
Dirty:             776 kB
Writeback:           0 kB
AnonPages:    13885896 kB
Mapped:          21688 kB
Slab:           141624 kB
PageTables:      52244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79783736 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73344 MiB
End job on node135 at 2011-05-16 03:19:02