Trace number 3322583

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 1092.45 136.818

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 ...390688/instance-3322583-1304390688.cnf
0.00/0.00	c Solving...
1092.38/136.81	s UNSATISFIABLE
1092.38/136.81	
1092.38/136.81	c Models        : 0     
1092.38/136.81	c Time          : 136.808s (Solving: 136.80s 1st Model: 0.00s Unsat: 136.80s)
1092.38/136.81	c CPU Time      : 1092.440s

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-3322583-1304390688/watcher-3322583-1304390688 -o /tmp/evaluation-result-3322583-1304390688/solver-3322583-1304390688 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3322583-1304390688.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: 6.84 7.75 7.92 1/332 26827
/proc/meminfo: memFree=21081968/32951124 swapFree=67111364/67111528
[pid=26827] ppid=26825 vsize=119516 CPUtime=0 cores=0-7
/proc/26827/stat : 26827 (claspmt) S 26825 26827 26801 0 -1 4202496 967 0 0 0 0 0 0 0 25 0 8 0 550666755 122384384 879 33554432000 4194304 4964704 140736185275856 18446744073709551615 228256164761 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/26827/statm: 29879 879 453 189 0 24228 0
[pid=26827/tid=26828] ppid=26825 vsize=119516 CPUtime=0 cores=0-7
/proc/26827/task/26828/stat : 26828 (claspmt) R 26825 26827 26801 0 -1 4202560 20 0 0 0 0 0 0 0 25 0 8 0 550666756 122384384 879 33554432000 4194304 4964704 140736185275856 18446744073709551615 228244009669 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=26827/tid=26829] ppid=26825 vsize=119516 CPUtime=0 cores=0-7
/proc/26827/task/26829/stat : 26829 (claspmt) R 26825 26827 26801 0 -1 4202560 22 0 0 0 0 0 0 0 25 0 8 0 550666756 122384384 879 33554432000 4194304 4964704 140736185275856 18446744073709551615 4342213 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26827/tid=26830] ppid=26825 vsize=119516 CPUtime=0 cores=0-7
/proc/26827/task/26830/stat : 26830 (claspmt) R 26825 26827 26801 0 -1 4202560 29 0 0 0 0 0 0 0 25 0 8 0 550666756 122384384 879 33554432000 4194304 4964704 140736185275856 18446744073709551615 228256164761 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26827/tid=26831] ppid=26825 vsize=119516 CPUtime=0 cores=0-7
/proc/26827/task/26831/stat : 26831 (claspmt) S 26825 26827 26801 0 -1 4202560 32 0 0 0 0 0 0 0 25 0 8 0 550666756 122384384 880 33554432000 4194304 4964704 140736185275856 18446744073709551615 228256164761 0 0 4096 18946 18446604469367331712 0 0 -1 2 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=119516 CPUtime=0 cores=0-7
/proc/26827/task/26832/stat : 26832 (claspmt) S 26825 26827 26801 0 -1 4202560 42 0 0 0 0 0 0 0 25 0 8 0 550666756 122384384 880 33554432000 4194304 4964704 140736185275856 18446744073709551615 228256164761 0 0 4096 18946 18446604469367331712 0 0 -1 2 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=119516 CPUtime=0 cores=0-7
/proc/26827/task/26833/stat : 26833 (claspmt) S 26825 26827 26801 0 -1 4202560 36 0 0 0 0 0 0 0 25 0 8 0 550666756 122384384 880 33554432000 4194304 4964704 140736185275856 18446744073709551615 228256164761 0 0 4096 18946 18446604469367331712 0 0 -1 2 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=119516 CPUtime=0 cores=0-7
/proc/26827/task/26834/stat : 26834 (claspmt) R 26825 26827 26801 0 -1 4202560 67 0 0 0 0 0 0 0 18 0 8 0 550666756 122384384 880 33554432000 4194304 4964704 140736185275856 18446744073709551615 4668679 0 0 4096 18946 0 0 0 -1 2 0 0 0

[startup+0.0362941 s]
/proc/loadavg: 6.84 7.75 7.92 1/332 26827
/proc/meminfo: memFree=21081968/32951124 swapFree=67111364/67111528
[pid=26827] ppid=26825 vsize=250852 CPUtime=0.18 cores=0-7
/proc/26827/stat : 26827 (claspmt) R 26825 26827 26801 0 -1 4202496 1240 0 0 0 18 0 0 0 18 0 8 0 550666755 256872448 1152 33554432000 4194304 4964704 140736185275856 18446744073709551615 4669107 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/26827/statm: 62713 1152 464 189 0 57062 0
[pid=26827/tid=26828] ppid=26825 vsize=250852 CPUtime=0.01 cores=0-7
/proc/26827/task/26828/stat : 26828 (claspmt) R 26825 26827 26801 0 -1 4202560 45 0 0 0 1 0 0 0 25 0 8 0 550666756 256872448 1152 33554432000 4194304 4964704 140736185275856 18446744073709551615 228244453870 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=26827/tid=26829] ppid=26825 vsize=250852 CPUtime=0.02 cores=0-7
/proc/26827/task/26829/stat : 26829 (claspmt) R 26825 26827 26801 0 -1 4202560 76 0 0 0 2 0 0 0 18 0 8 0 550666756 256872448 1152 33554432000 4194304 4964704 140736185275856 18446744073709551615 4668632 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26827/tid=26830] ppid=26825 vsize=250852 CPUtime=0.01 cores=0-7
/proc/26827/task/26830/stat : 26830 (claspmt) R 26825 26827 26801 0 -1 4202560 59 0 0 0 1 0 0 0 18 0 8 0 550666756 256872448 1152 33554432000 4194304 4964704 140736185275856 18446744073709551615 4342208 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26827/tid=26831] ppid=26825 vsize=250852 CPUtime=0.01 cores=0-7
/proc/26827/task/26831/stat : 26831 (claspmt) R 26825 26827 26801 0 -1 4202560 70 0 0 0 1 0 0 0 25 0 8 0 550666756 256872448 1152 33554432000 4194304 4964704 140736185275856 18446744073709551615 228244010017 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=250852 CPUtime=0.02 cores=0-7
/proc/26827/task/26832/stat : 26832 (claspmt) R 26825 26827 26801 0 -1 4202560 56 0 0 0 2 0 0 0 25 0 8 0 550666756 256872448 1152 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670241 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=250852 CPUtime=0.02 cores=0-7
/proc/26827/task/26833/stat : 26833 (claspmt) R 26825 26827 26801 0 -1 4202560 64 0 0 0 2 0 0 0 25 0 8 0 550666756 256872448 1153 33554432000 4194304 4964704 140736185275856 18446744073709551615 4660024 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=250852 CPUtime=0.03 cores=0-7
/proc/26827/task/26834/stat : 26834 (claspmt) R 26825 26827 26801 0 -1 4202560 129 0 0 0 3 0 0 0 18 0 8 0 550666756 256872448 1154 33554432000 4194304 4964704 140736185275856 18446744073709551615 4321020 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 250852

[startup+0.108988 s]
/proc/loadavg: 6.84 7.75 7.92 1/332 26827
/proc/meminfo: memFree=21081968/32951124 swapFree=67111364/67111528
[pid=26827] ppid=26825 vsize=250984 CPUtime=0.66 cores=0-7
/proc/26827/stat : 26827 (claspmt) R 26825 26827 26801 0 -1 4202496 1414 0 0 0 66 0 0 0 18 0 8 0 550666755 257007616 1326 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670219 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/26827/statm: 62746 1326 464 189 0 57095 0
[pid=26827/tid=26828] ppid=26825 vsize=250984 CPUtime=0.03 cores=0-7
/proc/26827/task/26828/stat : 26828 (claspmt) R 26825 26827 26801 0 -1 4202560 51 0 0 0 3 0 0 0 25 0 8 0 550666756 257007616 1326 33554432000 4194304 4964704 140736185275856 18446744073709551615 4653316 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=26827/tid=26829] ppid=26825 vsize=250984 CPUtime=0.09 cores=0-7
/proc/26827/task/26829/stat : 26829 (claspmt) R 26825 26827 26801 0 -1 4202560 109 0 0 0 9 0 0 0 18 0 8 0 550666756 257007616 1326 33554432000 4194304 4964704 140736185275856 18446744073709551615 4642509 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26827/tid=26830] ppid=26825 vsize=250984 CPUtime=0.08 cores=0-7
/proc/26827/task/26830/stat : 26830 (claspmt) R 26825 26827 26801 0 -1 4202560 79 0 0 0 8 0 0 0 18 0 8 0 550666756 257007616 1326 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26827/tid=26831] ppid=26825 vsize=250984 CPUtime=0.08 cores=0-7
/proc/26827/task/26831/stat : 26831 (claspmt) R 26825 26827 26801 0 -1 4202560 86 0 0 0 8 0 0 0 25 0 8 0 550666756 257007616 1326 33554432000 4194304 4964704 140736185275856 18446744073709551615 4668654 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=250984 CPUtime=0.09 cores=0-7
/proc/26827/task/26832/stat : 26832 (claspmt) R 26825 26827 26801 0 -1 4202560 85 0 0 0 9 0 0 0 25 0 8 0 550666756 257007616 1326 33554432000 4194304 4964704 140736185275856 18446744073709551615 228244453919 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=250984 CPUtime=0.08 cores=0-7
/proc/26827/task/26833/stat : 26833 (claspmt) R 26825 26827 26801 0 -1 4202560 80 0 0 0 8 0 0 0 18 0 8 0 550666756 257007616 1326 33554432000 4194304 4964704 140736185275856 18446744073709551615 4669196 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=250984 CPUtime=0.09 cores=0-7
/proc/26827/task/26834/stat : 26834 (claspmt) R 26825 26827 26801 0 -1 4202560 153 0 0 0 9 0 0 0 18 0 8 0 550666756 257007616 1326 33554432000 4194304 4964704 140736185275856 18446744073709551615 4367143 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 250984

[startup+0.300955 s]
/proc/loadavg: 6.84 7.75 7.92 1/332 26827
/proc/meminfo: memFree=21081968/32951124 swapFree=67111364/67111528
[pid=26827] ppid=26825 vsize=316796 CPUtime=2.2 cores=0-7
/proc/26827/stat : 26827 (claspmt) R 26825 26827 26801 0 -1 4202496 1881 0 0 0 219 1 0 0 18 0 8 0 550666755 324399104 1793 33554432000 4194304 4964704 140736185275856 18446744073709551615 4668676 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/26827/statm: 79199 1793 464 189 0 73548 0
[pid=26827/tid=26828] ppid=26825 vsize=316796 CPUtime=0.22 cores=0-7
/proc/26827/task/26828/stat : 26828 (claspmt) R 26825 26827 26801 0 -1 4202560 113 0 0 0 22 0 0 0 25 0 8 0 550666756 324399104 1793 33554432000 4194304 4964704 140736185275856 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=26827/tid=26829] ppid=26825 vsize=316796 CPUtime=0.28 cores=0-7
/proc/26827/task/26829/stat : 26829 (claspmt) R 26825 26827 26801 0 -1 4202560 209 0 0 0 28 0 0 0 18 0 8 0 550666756 324399104 1793 33554432000 4194304 4964704 140736185275856 18446744073709551615 4658314 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26827/tid=26830] ppid=26825 vsize=316796 CPUtime=0.27 cores=0-7
/proc/26827/task/26830/stat : 26830 (claspmt) R 26825 26827 26801 0 -1 4202560 125 0 0 0 27 0 0 0 18 0 8 0 550666756 324399104 1793 33554432000 4194304 4964704 140736185275856 18446744073709551615 4668632 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26827/tid=26831] ppid=26825 vsize=316796 CPUtime=0.27 cores=0-7
/proc/26827/task/26831/stat : 26831 (claspmt) R 26825 26827 26801 0 -1 4202560 157 0 0 0 27 0 0 0 25 0 8 0 550666756 324399104 1793 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=316796 CPUtime=0.28 cores=0-7
/proc/26827/task/26832/stat : 26832 (claspmt) R 26825 26827 26801 0 -1 4202560 130 0 0 0 28 0 0 0 25 0 8 0 550666756 324399104 1793 33554432000 4194304 4964704 140736185275856 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=316796 CPUtime=0.27 cores=0-7
/proc/26827/task/26833/stat : 26833 (claspmt) R 26825 26827 26801 0 -1 4202560 110 0 0 0 27 0 0 0 18 0 8 0 550666756 324399104 1793 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=316796 CPUtime=0.28 cores=0-7
/proc/26827/task/26834/stat : 26834 (claspmt) R 26825 26827 26801 0 -1 4202560 220 0 0 0 28 0 0 0 18 0 8 0 550666756 324399104 1793 33554432000 4194304 4964704 140736185275856 18446744073709551615 4320883 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 316796

[startup+0.700885 s]
/proc/loadavg: 6.84 7.75 7.92 1/332 26827
/proc/meminfo: memFree=21081968/32951124 swapFree=67111364/67111528
[pid=26827] ppid=26825 vsize=317472 CPUtime=5.39 cores=0-7
/proc/26827/stat : 26827 (claspmt) R 26825 26827 26801 0 -1 4202496 2596 0 0 0 538 1 0 0 18 0 8 0 550666755 325091328 2508 33554432000 4194304 4964704 140736185275856 18446744073709551615 4668686 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/26827/statm: 79368 2508 464 189 0 73717 0
[pid=26827/tid=26828] ppid=26825 vsize=317472 CPUtime=0.62 cores=0-7
/proc/26827/task/26828/stat : 26828 (claspmt) R 26825 26827 26801 0 -1 4202560 236 0 0 0 62 0 0 0 25 0 8 0 550666756 325091328 2508 33554432000 4194304 4964704 140736185275856 18446744073709551615 4321010 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=26827/tid=26829] ppid=26825 vsize=317472 CPUtime=0.68 cores=0-7
/proc/26827/task/26829/stat : 26829 (claspmt) R 26825 26827 26801 0 -1 4202560 362 0 0 0 68 0 0 0 18 0 8 0 550666756 325091328 2508 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26827/tid=26830] ppid=26825 vsize=317472 CPUtime=0.67 cores=0-7
/proc/26827/task/26830/stat : 26830 (claspmt) R 26825 26827 26801 0 -1 4202560 179 0 0 0 67 0 0 0 18 0 8 0 550666756 325091328 2508 33554432000 4194304 4964704 140736185275856 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26827/tid=26831] ppid=26825 vsize=317472 CPUtime=0.67 cores=0-7
/proc/26827/task/26831/stat : 26831 (claspmt) R 26825 26827 26801 0 -1 4202560 248 0 0 0 67 0 0 0 25 0 8 0 550666756 325091328 2508 33554432000 4194304 4964704 140736185275856 18446744073709551615 228244010017 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=317472 CPUtime=0.68 cores=0-7
/proc/26827/task/26832/stat : 26832 (claspmt) R 26825 26827 26801 0 -1 4202560 166 0 0 0 68 0 0 0 25 0 8 0 550666756 325091328 2508 33554432000 4194304 4964704 140736185275856 18446744073709551615 4668534 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=317472 CPUtime=0.67 cores=0-7
/proc/26827/task/26833/stat : 26833 (claspmt) R 26825 26827 26801 0 -1 4202560 191 0 0 0 67 0 0 0 18 0 8 0 550666756 325091328 2508 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=317472 CPUtime=0.68 cores=0-7
/proc/26827/task/26834/stat : 26834 (claspmt) R 26825 26827 26801 0 -1 4202560 332 0 0 0 68 0 0 0 18 0 8 0 550666756 325091328 2508 33554432000 4194304 4964704 140736185275856 18446744073709551615 4320883 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.39
Current children cumulated vsize (KiB) 317472

[startup+1.50074 s]
/proc/loadavg: 6.84 7.75 7.92 9/340 26835
/proc/meminfo: memFree=21073224/32951124 swapFree=67111364/67111528
[pid=26827] ppid=26825 vsize=317588 CPUtime=11.78 cores=0-7
/proc/26827/stat : 26827 (claspmt) R 26825 26827 26801 0 -1 4202496 3358 0 0 0 1176 2 0 0 20 0 8 0 550666755 325210112 3270 33554432000 4194304 4964704 140736185275856 18446744073709551615 4332103 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/26827/statm: 79397 3270 464 189 0 73746 0
[pid=26827/tid=26828] ppid=26825 vsize=317588 CPUtime=1.41 cores=0-7
/proc/26827/task/26828/stat : 26828 (claspmt) R 26825 26827 26801 0 -1 4202560 356 0 0 0 141 0 0 0 25 0 8 0 550666756 325210112 3270 33554432000 4194304 4964704 140736185275856 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=26827/tid=26829] ppid=26825 vsize=317588 CPUtime=1.48 cores=0-7
/proc/26827/task/26829/stat : 26829 (claspmt) R 26825 26827 26801 0 -1 4202560 562 0 0 0 148 0 0 0 20 0 8 0 550666756 325210112 3270 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26827/tid=26830] ppid=26825 vsize=317588 CPUtime=1.47 cores=0-7
/proc/26827/task/26830/stat : 26830 (claspmt) R 26825 26827 26801 0 -1 4202560 257 0 0 0 147 0 0 0 20 0 8 0 550666756 325210112 3270 33554432000 4194304 4964704 140736185275856 18446744073709551615 4669494 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26827/tid=26831] ppid=26825 vsize=317588 CPUtime=1.47 cores=0-7
/proc/26827/task/26831/stat : 26831 (claspmt) R 26825 26827 26801 0 -1 4202560 364 0 0 0 147 0 0 0 25 0 8 0 550666756 325210112 3270 33554432000 4194304 4964704 140736185275856 18446744073709551615 4660209 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=317588 CPUtime=1.48 cores=0-7
/proc/26827/task/26832/stat : 26832 (claspmt) R 26825 26827 26801 0 -1 4202560 202 0 0 0 148 0 0 0 25 0 8 0 550666756 325210112 3270 33554432000 4194304 4964704 140736185275856 18446744073709551615 4669429 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=317588 CPUtime=1.47 cores=0-7
/proc/26827/task/26833/stat : 26833 (claspmt) R 26825 26827 26801 0 -1 4202560 256 0 0 0 147 0 0 0 20 0 8 0 550666756 325210112 3270 33554432000 4194304 4964704 140736185275856 18446744073709551615 4668609 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=317588 CPUtime=1.48 cores=0-7
/proc/26827/task/26834/stat : 26834 (claspmt) R 26825 26827 26801 0 -1 4202560 413 0 0 0 148 0 0 0 18 0 8 0 550666756 325210112 3270 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670318 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.78
Current children cumulated vsize (KiB) 317588

[startup+3.10046 s]
/proc/loadavg: 6.84 7.75 7.92 9/340 26835
/proc/meminfo: memFree=21069752/32951124 swapFree=67111364/67111528
[pid=26827] ppid=26825 vsize=318280 CPUtime=24.56 cores=0-7
/proc/26827/stat : 26827 (claspmt) R 26825 26827 26801 0 -1 4202496 3843 0 0 0 2453 3 0 0 25 0 8 0 550666755 325918720 3755 33554432000 4194304 4964704 140736185275856 18446744073709551615 4669015 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/26827/statm: 79570 3755 464 189 0 73919 0
[pid=26827/tid=26828] ppid=26825 vsize=318280 CPUtime=3 cores=0-7
/proc/26827/task/26828/stat : 26828 (claspmt) R 26825 26827 26801 0 -1 4202560 438 0 0 0 300 0 0 0 25 0 8 0 550666756 325918720 3755 33554432000 4194304 4964704 140736185275856 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=26827/tid=26829] ppid=26825 vsize=318280 CPUtime=3.08 cores=0-7
/proc/26827/task/26829/stat : 26829 (claspmt) R 26825 26827 26801 0 -1 4202560 703 0 0 0 308 0 0 0 25 0 8 0 550666756 325918720 3755 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670184 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26827/tid=26830] ppid=26825 vsize=318280 CPUtime=3.07 cores=0-7
/proc/26827/task/26830/stat : 26830 (claspmt) R 26825 26827 26801 0 -1 4202560 290 0 0 0 307 0 0 0 25 0 8 0 550666756 325918720 3755 33554432000 4194304 4964704 140736185275856 18446744073709551615 228244453919 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26827/tid=26831] ppid=26825 vsize=318280 CPUtime=3.07 cores=0-7
/proc/26827/task/26831/stat : 26831 (claspmt) R 26825 26827 26801 0 -1 4202560 487 0 0 0 307 0 0 0 25 0 8 0 550666756 325918720 3755 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670252 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=318280 CPUtime=3.07 cores=0-7
/proc/26827/task/26832/stat : 26832 (claspmt) R 26825 26827 26801 0 -1 4202560 217 0 0 0 307 0 0 0 25 0 8 0 550666756 325918720 3755 33554432000 4194304 4964704 140736185275856 18446744073709551615 228244453919 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=318280 CPUtime=3.07 cores=0-7
/proc/26827/task/26833/stat : 26833 (claspmt) R 26825 26827 26801 0 -1 4202560 275 0 0 0 307 0 0 0 25 0 8 0 550666756 325918720 3755 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=318280 CPUtime=3.08 cores=0-7
/proc/26827/task/26834/stat : 26834 (claspmt) R 26825 26827 26801 0 -1 4202560 462 0 0 0 308 0 0 0 21 0 8 0 550666756 325918720 3755 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.56
Current children cumulated vsize (KiB) 318280

[startup+6.30091 s]
/proc/loadavg: 6.94 7.76 7.92 9/340 26835
/proc/meminfo: memFree=21066292/32951124 swapFree=67111364/67111528
[pid=26827] ppid=26825 vsize=318844 CPUtime=50.11 cores=0-7
/proc/26827/stat : 26827 (claspmt) R 26825 26827 26801 0 -1 4202496 4747 0 0 0 5007 4 0 0 25 0 8 0 550666755 326496256 4659 33554432000 4194304 4964704 140736185275856 18446744073709551615 4669270 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/26827/statm: 79711 4659 464 189 0 74060 0
[pid=26827/tid=26828] ppid=26825 vsize=318844 CPUtime=6.16 cores=0-7
/proc/26827/task/26828/stat : 26828 (claspmt) R 26825 26827 26801 0 -1 4202560 614 0 0 0 616 0 0 0 25 0 8 0 550666756 326496256 4659 33554432000 4194304 4964704 140736185275856 18446744073709551615 4627860 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=26827/tid=26829] ppid=26825 vsize=318844 CPUtime=6.27 cores=0-7
/proc/26827/task/26829/stat : 26829 (claspmt) R 26825 26827 26801 0 -1 4202560 938 0 0 0 627 0 0 0 19 0 8 0 550666756 326496256 4659 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670202 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26827/tid=26830] ppid=26825 vsize=318844 CPUtime=6.27 cores=0-7
/proc/26827/task/26830/stat : 26830 (claspmt) R 26825 26827 26801 0 -1 4202560 361 0 0 0 627 0 0 0 25 0 8 0 550666756 326496256 4659 33554432000 4194304 4964704 140736185275856 18446744073709551615 4673923 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26827/tid=26831] ppid=26825 vsize=318844 CPUtime=6.27 cores=0-7
/proc/26827/task/26831/stat : 26831 (claspmt) R 26825 26827 26801 0 -1 4202560 646 0 0 0 627 0 0 0 25 0 8 0 550666756 326496256 4659 33554432000 4194304 4964704 140736185275856 18446744073709551615 4321057 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=318844 CPUtime=6.27 cores=0-7
/proc/26827/task/26832/stat : 26832 (claspmt) R 26825 26827 26801 0 -1 4202560 233 0 0 0 627 0 0 0 25 0 8 0 550666756 326496256 4659 33554432000 4194304 4964704 140736185275856 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=318844 CPUtime=6.26 cores=0-7
/proc/26827/task/26833/stat : 26833 (claspmt) R 26825 26827 26801 0 -1 4202560 317 0 0 0 626 0 0 0 25 0 8 0 550666756 326496256 4659 33554432000 4194304 4964704 140736185275856 18446744073709551615 4644870 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=318844 CPUtime=6.28 cores=0-7
/proc/26827/task/26834/stat : 26834 (claspmt) R 26825 26827 26801 0 -1 4202560 614 0 0 0 628 0 0 0 25 0 8 0 550666756 326496256 4659 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670184 0 0 4096 18946 0 0 0 -1 6 0 0 0

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

/proc/26827/task/26831/stat : 26831 (claspmt) R 26825 26827 26801 0 -1 4202560 1661 0 0 0 11495 7 0 0 25 0 8 0 550666756 331878400 11463 33554432000 4194304 4964704 140736185275856 18446744073709551615 4669429 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=324100 CPUtime=115.05 cores=0-7
/proc/26827/task/26832/stat : 26832 (claspmt) R 26825 26827 26801 0 -1 4202560 1099 0 0 0 11502 3 0 0 25 0 8 0 550666756 331878400 11463 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670255 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=324100 CPUtime=115 cores=0-7
/proc/26827/task/26833/stat : 26833 (claspmt) R 26825 26827 26801 0 -1 4202560 874 0 0 0 11495 5 0 0 25 0 8 0 550666756 331878400 11463 33554432000 4194304 4964704 140736185275856 18446744073709551615 4653347 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=324100 CPUtime=115.01 cores=0-7
/proc/26827/task/26834/stat : 26834 (claspmt) R 26825 26827 26801 0 -1 4202560 1487 0 0 0 11495 6 0 0 25 0 8 0 550666756 331878400 11463 33554432000 4194304 4964704 140736185275856 18446744073709551615 228244008871 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 919.04
Current children cumulated vsize (KiB) 324100

[startup+127.901 s]
/proc/loadavg: 7.94 7.87 7.94 9/340 26838
/proc/meminfo: memFree=21039440/32951124 swapFree=67111364/67111528
[pid=26827] ppid=26825 vsize=324456 CPUtime=1021.27 cores=0-7
/proc/26827/stat : 26827 (claspmt) R 26825 26827 26801 0 -1 4202496 11764 0 0 0 102078 49 0 0 25 0 8 0 550666755 332242944 11676 33554432000 4194304 4964704 140736185275856 18446744073709551615 4668668 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/26827/statm: 81114 11676 464 189 0 75463 0
[pid=26827/tid=26828] ppid=26825 vsize=324456 CPUtime=126.88 cores=0-7
/proc/26827/task/26828/stat : 26828 (claspmt) R 26825 26827 26801 0 -1 4202560 2559 0 0 0 12683 5 0 0 25 0 8 0 550666756 332242944 11676 33554432000 4194304 4964704 140736185275856 18446744073709551615 4669391 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26827/tid=26829] ppid=26825 vsize=324456 CPUtime=127.38 cores=0-7
/proc/26827/task/26829/stat : 26829 (claspmt) R 26825 26827 26801 0 -1 4202560 1914 0 0 0 12733 5 0 0 25 0 8 0 550666756 332242944 11676 33554432000 4194304 4964704 140736185275856 18446744073709551615 4363022 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=26827/tid=26830] ppid=26825 vsize=324456 CPUtime=127.84 cores=0-7
/proc/26827/task/26830/stat : 26830 (claspmt) R 26825 26827 26801 0 -1 4202560 708 0 0 0 12777 7 0 0 25 0 8 0 550666756 332242944 11676 33554432000 4194304 4964704 140736185275856 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26827/tid=26831] ppid=26825 vsize=324456 CPUtime=127.82 cores=0-7
/proc/26827/task/26831/stat : 26831 (claspmt) R 26825 26827 26801 0 -1 4202560 1673 0 0 0 12775 7 0 0 25 0 8 0 550666756 332242944 11676 33554432000 4194304 4964704 140736185275856 18446744073709551615 4465573 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=324456 CPUtime=127.85 cores=0-7
/proc/26827/task/26832/stat : 26832 (claspmt) R 26825 26827 26801 0 -1 4202560 1117 0 0 0 12781 4 0 0 25 0 8 0 550666756 332242944 11676 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=324456 CPUtime=127.8 cores=0-7
/proc/26827/task/26833/stat : 26833 (claspmt) R 26825 26827 26801 0 -1 4202560 897 0 0 0 12774 6 0 0 25 0 8 0 550666756 332242944 11676 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=324456 CPUtime=127.81 cores=0-7
/proc/26827/task/26834/stat : 26834 (claspmt) R 26825 26827 26801 0 -1 4202560 1498 0 0 0 12774 7 0 0 25 0 8 0 550666756 332242944 11676 33554432000 4194304 4964704 140736185275856 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1021.27
Current children cumulated vsize (KiB) 324456

[startup+131.101 s]
/proc/loadavg: 7.94 7.87 7.94 9/340 26838
/proc/meminfo: memFree=21039068/32951124 swapFree=67111364/67111528
[pid=26827] ppid=26825 vsize=324456 CPUtime=1046.84 cores=0-7
/proc/26827/stat : 26827 (claspmt) R 26825 26827 26801 0 -1 4202496 11820 0 0 0 104634 50 0 0 25 0 8 0 550666755 332242944 11732 33554432000 4194304 4964704 140736185275856 18446744073709551615 4669270 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/26827/statm: 81114 11732 464 189 0 75463 0
[pid=26827/tid=26828] ppid=26825 vsize=324456 CPUtime=130.08 cores=0-7
/proc/26827/task/26828/stat : 26828 (claspmt) R 26825 26827 26801 0 -1 4202560 2581 0 0 0 13003 5 0 0 25 0 8 0 550666756 332242944 11732 33554432000 4194304 4964704 140736185275856 18446744073709551615 4668632 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26827/tid=26829] ppid=26825 vsize=324456 CPUtime=130.55 cores=0-7
/proc/26827/task/26829/stat : 26829 (claspmt) R 26825 26827 26801 0 -1 4202560 1915 0 0 0 13050 5 0 0 25 0 8 0 550666756 332242944 11732 33554432000 4194304 4964704 140736185275856 18446744073709551615 4668648 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=26827/tid=26830] ppid=26825 vsize=324456 CPUtime=131.04 cores=0-7
/proc/26827/task/26830/stat : 26830 (claspmt) R 26825 26827 26801 0 -1 4202560 712 0 0 0 13097 7 0 0 25 0 8 0 550666756 332242944 11732 33554432000 4194304 4964704 140736185275856 18446744073709551615 4320942 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26827/tid=26831] ppid=26825 vsize=324456 CPUtime=131.02 cores=0-7
/proc/26827/task/26831/stat : 26831 (claspmt) R 26825 26827 26801 0 -1 4202560 1674 0 0 0 13095 7 0 0 25 0 8 0 550666756 332242944 11732 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670271 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=324456 CPUtime=131.05 cores=0-7
/proc/26827/task/26832/stat : 26832 (claspmt) R 26825 26827 26801 0 -1 4202560 1128 0 0 0 13101 4 0 0 25 0 8 0 550666756 332242944 11732 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670337 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=324456 CPUtime=131 cores=0-7
/proc/26827/task/26833/stat : 26833 (claspmt) R 26825 26827 26801 0 -1 4202560 908 0 0 0 13094 6 0 0 25 0 8 0 550666756 332242944 11732 33554432000 4194304 4964704 140736185275856 18446744073709551615 4321082 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=324456 CPUtime=131.01 cores=0-7
/proc/26827/task/26834/stat : 26834 (claspmt) R 26825 26827 26801 0 -1 4202560 1504 0 0 0 13094 7 0 0 25 0 8 0 550666756 332242944 11732 33554432000 4194304 4964704 140736185275856 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1046.84
Current children cumulated vsize (KiB) 324456

[startup+134.3 s]
/proc/loadavg: 7.95 7.88 7.94 9/340 26838
/proc/meminfo: memFree=21039188/32951124 swapFree=67111364/67111528
[pid=26827] ppid=26825 vsize=324456 CPUtime=1072.39 cores=0-7
/proc/26827/stat : 26827 (claspmt) R 26825 26827 26801 0 -1 4202496 11838 0 0 0 107189 50 0 0 25 0 8 0 550666755 332242944 11750 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670281 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/26827/statm: 81114 11750 464 189 0 75463 0
[pid=26827/tid=26828] ppid=26825 vsize=324456 CPUtime=133.28 cores=0-7
/proc/26827/task/26828/stat : 26828 (claspmt) R 26825 26827 26801 0 -1 4202560 2588 0 0 0 13323 5 0 0 25 0 8 0 550666756 332242944 11750 33554432000 4194304 4964704 140736185275856 18446744073709551615 4669427 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26827/tid=26829] ppid=26825 vsize=324456 CPUtime=133.71 cores=0-7
/proc/26827/task/26829/stat : 26829 (claspmt) R 26825 26827 26801 0 -1 4202560 1917 0 0 0 13366 5 0 0 25 0 8 0 550666756 332242944 11750 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670598 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=26827/tid=26830] ppid=26825 vsize=324456 CPUtime=134.24 cores=0-7
/proc/26827/task/26830/stat : 26830 (claspmt) R 26825 26827 26801 0 -1 4202560 712 0 0 0 13417 7 0 0 25 0 8 0 550666756 332242944 11750 33554432000 4194304 4964704 140736185275856 18446744073709551615 228244046430 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26827/tid=26831] ppid=26825 vsize=324456 CPUtime=134.21 cores=0-7
/proc/26827/task/26831/stat : 26831 (claspmt) R 26825 26827 26801 0 -1 4202560 1674 0 0 0 13414 7 0 0 18 0 8 0 550666756 332242944 11750 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670458 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=324456 CPUtime=134.25 cores=0-7
/proc/26827/task/26832/stat : 26832 (claspmt) R 26825 26827 26801 0 -1 4202560 1129 0 0 0 13421 4 0 0 25 0 8 0 550666756 332242944 11750 33554432000 4194304 4964704 140736185275856 18446744073709551615 4321059 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=324456 CPUtime=134.19 cores=0-7
/proc/26827/task/26833/stat : 26833 (claspmt) R 26825 26827 26801 0 -1 4202560 916 0 0 0 13413 6 0 0 25 0 8 0 550666756 332242944 11750 33554432000 4194304 4964704 140736185275856 18446744073709551615 4378432 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=324456 CPUtime=134.21 cores=0-7
/proc/26827/task/26834/stat : 26834 (claspmt) R 26825 26827 26801 0 -1 4202560 1504 0 0 0 13414 7 0 0 25 0 8 0 550666756 332242944 11750 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670608 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1072.39
Current children cumulated vsize (KiB) 324456

[startup+135.901 s]
/proc/loadavg: 7.95 7.88 7.94 9/340 26839
/proc/meminfo: memFree=21039064/32951124 swapFree=67111364/67111528
[pid=26827] ppid=26825 vsize=324456 CPUtime=1085.19 cores=0-7
/proc/26827/stat : 26827 (claspmt) R 26825 26827 26801 0 -1 4202496 11842 0 0 0 108468 51 0 0 25 0 8 0 550666755 332242944 11754 33554432000 4194304 4964704 140736185275856 18446744073709551615 4668632 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/26827/statm: 81114 11754 464 189 0 75463 0
[pid=26827/tid=26828] ppid=26825 vsize=324456 CPUtime=134.88 cores=0-7
/proc/26827/task/26828/stat : 26828 (claspmt) R 26825 26827 26801 0 -1 4202560 2588 0 0 0 13483 5 0 0 25 0 8 0 550666756 332242944 11754 33554432000 4194304 4964704 140736185275856 18446744073709551615 4321008 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26827/tid=26829] ppid=26825 vsize=324456 CPUtime=135.3 cores=0-7
/proc/26827/task/26829/stat : 26829 (claspmt) R 26825 26827 26801 0 -1 4202560 1917 0 0 0 13525 5 0 0 25 0 8 0 550666756 332242944 11754 33554432000 4194304 4964704 140736185275856 18446744073709551615 4660755 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=26827/tid=26830] ppid=26825 vsize=324456 CPUtime=135.84 cores=0-7
/proc/26827/task/26830/stat : 26830 (claspmt) R 26825 26827 26801 0 -1 4202560 712 0 0 0 13577 7 0 0 25 0 8 0 550666756 332242944 11754 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670233 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26827/tid=26831] ppid=26825 vsize=324456 CPUtime=135.81 cores=0-7
/proc/26827/task/26831/stat : 26831 (claspmt) R 26825 26827 26801 0 -1 4202560 1674 0 0 0 13574 7 0 0 20 0 8 0 550666756 332242944 11754 33554432000 4194304 4964704 140736185275856 18446744073709551615 4321002 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=324456 CPUtime=135.85 cores=0-7
/proc/26827/task/26832/stat : 26832 (claspmt) R 26825 26827 26801 0 -1 4202560 1129 0 0 0 13581 4 0 0 25 0 8 0 550666756 332242944 11754 33554432000 4194304 4964704 140736185275856 18446744073709551615 4653121 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=324456 CPUtime=135.79 cores=0-7
/proc/26827/task/26833/stat : 26833 (claspmt) R 26825 26827 26801 0 -1 4202560 920 0 0 0 13573 6 0 0 25 0 8 0 550666756 332242944 11754 33554432000 4194304 4964704 140736185275856 18446744073709551615 4321023 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=324456 CPUtime=135.81 cores=0-7
/proc/26827/task/26834/stat : 26834 (claspmt) R 26825 26827 26801 0 -1 4202560 1504 0 0 0 13574 7 0 0 25 0 8 0 550666756 332242944 11754 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1085.19
Current children cumulated vsize (KiB) 324456

[startup+136.301 s]
/proc/loadavg: 7.95 7.88 7.94 10/340 26839
/proc/meminfo: memFree=21039172/32951124 swapFree=67111364/67111528
[pid=26827] ppid=26825 vsize=324456 CPUtime=1088.47 cores=0-7
/proc/26827/stat : 26827 (claspmt) R 26825 26827 26801 0 -1 4202496 11842 0 0 0 108796 51 0 0 25 0 8 0 550666755 332242944 11754 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/26827/statm: 81114 11754 464 189 0 75463 0
[pid=26827/tid=26828] ppid=26825 vsize=324456 CPUtime=135.29 cores=0-7
/proc/26827/task/26828/stat : 26828 (claspmt) R 26825 26827 26801 0 -1 4202560 2588 0 0 0 13524 5 0 0 18 0 8 0 550666756 332242944 11754 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26827/tid=26829] ppid=26825 vsize=324456 CPUtime=135.7 cores=0-7
/proc/26827/task/26829/stat : 26829 (claspmt) R 26825 26827 26801 0 -1 4202560 1917 0 0 0 13565 5 0 0 25 0 8 0 550666756 332242944 11754 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=26827/tid=26830] ppid=26825 vsize=324456 CPUtime=136.25 cores=0-7
/proc/26827/task/26830/stat : 26830 (claspmt) R 26825 26827 26801 0 -1 4202560 712 0 0 0 13618 7 0 0 25 0 8 0 550666756 332242944 11754 33554432000 4194304 4964704 140736185275856 18446744073709551615 4668709 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26827/tid=26831] ppid=26825 vsize=324456 CPUtime=136.22 cores=0-7
/proc/26827/task/26831/stat : 26831 (claspmt) R 26825 26827 26801 0 -1 4202560 1674 0 0 0 13615 7 0 0 21 0 8 0 550666756 332242944 11754 33554432000 4194304 4964704 140736185275856 18446744073709551615 4321010 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=324456 CPUtime=136.26 cores=0-7
/proc/26827/task/26832/stat : 26832 (claspmt) R 26825 26827 26801 0 -1 4202560 1129 0 0 0 13622 4 0 0 25 0 8 0 550666756 332242944 11754 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670230 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=324456 CPUtime=136.21 cores=0-7
/proc/26827/task/26833/stat : 26833 (claspmt) R 26825 26827 26801 0 -1 4202560 920 0 0 0 13615 6 0 0 25 0 8 0 550666756 332242944 11754 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=324456 CPUtime=136.22 cores=0-7
/proc/26827/task/26834/stat : 26834 (claspmt) R 26825 26827 26801 0 -1 4202560 1504 0 0 0 13615 7 0 0 18 0 8 0 550666756 332242944 11754 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1088.47
Current children cumulated vsize (KiB) 324456

[startup+136.701 s]
/proc/loadavg: 7.95 7.88 7.94 10/340 26839
/proc/meminfo: memFree=21039172/32951124 swapFree=67111364/67111528
[pid=26827] ppid=26825 vsize=324456 CPUtime=1091.58 cores=0-7
/proc/26827/stat : 26827 (claspmt) R 26825 26827 26801 0 -1 4202496 11842 0 0 0 109107 51 0 0 25 0 8 0 550666755 332242944 11754 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670100 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/26827/statm: 81114 11754 464 189 0 75463 0
[pid=26827/tid=26828] ppid=26825 vsize=324456 CPUtime=135.68 cores=0-7
/proc/26827/task/26828/stat : 26828 (claspmt) R 26825 26827 26801 0 -1 4202560 2588 0 0 0 13563 5 0 0 18 0 8 0 550666756 332242944 11754 33554432000 4194304 4964704 140736185275856 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26827/tid=26829] ppid=26825 vsize=324456 CPUtime=136.09 cores=0-7
/proc/26827/task/26829/stat : 26829 (claspmt) R 26825 26827 26801 0 -1 4202560 1917 0 0 0 13604 5 0 0 25 0 8 0 550666756 332242944 11754 33554432000 4194304 4964704 140736185275856 18446744073709551615 4669377 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=26827/tid=26830] ppid=26825 vsize=324456 CPUtime=136.64 cores=0-7
/proc/26827/task/26830/stat : 26830 (claspmt) R 26825 26827 26801 0 -1 4202560 712 0 0 0 13657 7 0 0 25 0 8 0 550666756 332242944 11754 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670215 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26827/tid=26831] ppid=26825 vsize=324456 CPUtime=136.61 cores=0-7
/proc/26827/task/26831/stat : 26831 (claspmt) R 26825 26827 26801 0 -1 4202560 1674 0 0 0 13654 7 0 0 22 0 8 0 550666756 332242944 11754 33554432000 4194304 4964704 140736185275856 18446744073709551615 4321038 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=324456 CPUtime=136.65 cores=0-7
/proc/26827/task/26832/stat : 26832 (claspmt) R 26825 26827 26801 0 -1 4202560 1129 0 0 0 13661 4 0 0 25 0 8 0 550666756 332242944 11754 33554432000 4194304 4964704 140736185275856 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=324456 CPUtime=136.59 cores=0-7
/proc/26827/task/26833/stat : 26833 (claspmt) R 26825 26827 26801 0 -1 4202560 920 0 0 0 13653 6 0 0 25 0 8 0 550666756 332242944 11754 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=324456 CPUtime=136.61 cores=0-7
/proc/26827/task/26834/stat : 26834 (claspmt) R 26825 26827 26801 0 -1 4202560 1504 0 0 0 13654 7 0 0 18 0 8 0 550666756 332242944 11754 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1091.58
Current children cumulated vsize (KiB) 324456

[startup+136.801 s]
/proc/loadavg: 7.95 7.88 7.94 10/340 26839
/proc/meminfo: memFree=21039172/32951124 swapFree=67111364/67111528
[pid=26827] ppid=26825 vsize=324456 CPUtime=1092.38 cores=0-7
/proc/26827/stat : 26827 (claspmt) R 26825 26827 26801 0 -1 4202496 11842 0 0 0 109187 51 0 0 25 0 8 0 550666755 332242944 11754 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670277 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/26827/statm: 81114 11754 464 189 0 75463 0
[pid=26827/tid=26828] ppid=26825 vsize=324456 CPUtime=135.78 cores=0-7
/proc/26827/task/26828/stat : 26828 (claspmt) R 26825 26827 26801 0 -1 4202560 2588 0 0 0 13573 5 0 0 18 0 8 0 550666756 332242944 11754 33554432000 4194304 4964704 140736185275856 18446744073709551615 4690210 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26827/tid=26829] ppid=26825 vsize=324456 CPUtime=136.19 cores=0-7
/proc/26827/task/26829/stat : 26829 (claspmt) R 26825 26827 26801 0 -1 4202560 1917 0 0 0 13614 5 0 0 25 0 8 0 550666756 332242944 11754 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=26827/tid=26830] ppid=26825 vsize=324456 CPUtime=136.74 cores=0-7
/proc/26827/task/26830/stat : 26830 (claspmt) R 26825 26827 26801 0 -1 4202560 712 0 0 0 13667 7 0 0 25 0 8 0 550666756 332242944 11754 33554432000 4194304 4964704 140736185275856 18446744073709551615 4669443 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26827/tid=26831] ppid=26825 vsize=324456 CPUtime=136.71 cores=0-7
/proc/26827/task/26831/stat : 26831 (claspmt) R 26825 26827 26801 0 -1 4202560 1674 0 0 0 13664 7 0 0 23 0 8 0 550666756 332242944 11754 33554432000 4194304 4964704 140736185275856 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=324456 CPUtime=136.75 cores=0-7
/proc/26827/task/26832/stat : 26832 (claspmt) R 26825 26827 26801 0 -1 4202560 1129 0 0 0 13671 4 0 0 25 0 8 0 550666756 332242944 11754 33554432000 4194304 4964704 140736185275856 18446744073709551615 4324752 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=324456 CPUtime=136.69 cores=0-7
/proc/26827/task/26833/stat : 26833 (claspmt) R 26825 26827 26801 0 -1 4202560 920 0 0 0 13663 6 0 0 25 0 8 0 550666756 332242944 11754 33554432000 4194304 4964704 140736185275856 18446744073709551615 4332063 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=324456 CPUtime=136.71 cores=0-7
/proc/26827/task/26834/stat : 26834 (claspmt) R 26825 26827 26801 0 -1 4202560 1504 0 0 0 13664 7 0 0 18 0 8 0 550666756 332242944 11754 33554432000 4194304 4964704 140736185275856 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1092.38
Current children cumulated vsize (KiB) 324456

Child status: 20
Real time (s): 136.818
CPU time (s): 1092.45
CPU user time (s): 1091.93
CPU system time (s): 0.51992
CPU usage (%): 798.474
Max. virtual memory (cumulated for all children) (KiB): 324456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1091.93
system time used= 0.51992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11854
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= 60219
involuntary context switches= 4952

runsolver used 0.435933 second user time and 1.02584 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-03 04:44:48
IDJOB=3322583
IDBENCH=84062
IDSOLVER=1711
FILE ID=node136/3322583-1304390688
RUNJOBID= node136-1304390688-26815
PBS_JOBID= 13181837
Free space on /tmp= 73892 MiB

SOLVER NAME= claspmt 2.0-R4095
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-3322583-1304390688/watcher-3322583-1304390688 -o /tmp/evaluation-result-3322583-1304390688/solver-3322583-1304390688 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3322583-1304390688.cnf

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

MD5SUM BENCH= 5fbbe7100f38217499e8b5ea555a4e4d
RANDOM SEED=1095659337

node136.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.809
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.61
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.809
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.809
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.809
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.76
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.809
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.75
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.809
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.83
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.809
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.75
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21082240 kB
Buffers:        683356 kB
Cached:        1567760 kB
SwapCached:          0 kB
Active:        9576860 kB
Inactive:      1813996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21082240 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:             792 kB
Writeback:           0 kB
AnonPages:     9140452 kB
Mapped:          28144 kB
Slab:           373232 kB
PageTables:      39196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 69855396 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73892 MiB
End job on node136 at 2011-05-03 04:47:05