Trace number 3381187

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 5682.26 712.311

General information on the benchmark

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

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...508515/instance-3381187-1305508515.cnf
0.00/0.00	c Solving...
5682.22/712.30	s UNSATISFIABLE
5682.22/712.30	
5682.22/712.30	c Models        : 0     
5682.22/712.30	c Time          : 712.302s (Solving: 712.30s 1st Model: 0.00s Unsat: 712.30s)
5682.22/712.30	c CPU Time      : 5682.240s

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-3381187-1305508515/watcher-3381187-1305508515 -o /tmp/evaluation-result-3381187-1305508515/solver-3381187-1305508515 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3381187-1305508515.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.06 8.06 7.99 1/425 25368
/proc/meminfo: memFree=17178896/32951124 swapFree=45193372/67111528
[pid=25368] ppid=25366 vsize=184752 CPUtime=0.03 cores=0-7
/proc/25368/stat : 25368 (claspmt) R 25366 25368 25267 0 -1 4202496 907 0 0 0 3 0 0 0 18 0 8 0 741082128 189186048 831 33554432000 4194304 4964800 140735841075488 18446744073709551615 4380234 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/25368/statm: 46188 831 461 189 0 40537 0
[pid=25368/tid=25369] ppid=25366 vsize=184752 CPUtime=0 cores=0-7
/proc/25368/task/25369/stat : 25369 (claspmt) R 25366 25368 25267 0 -1 4202560 51 0 0 0 0 0 0 0 18 0 8 0 741082128 189186048 832 33554432000 4194304 4964800 140735841075488 18446744073709551615 4670658 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=25368/tid=25370] ppid=25366 vsize=184752 CPUtime=0 cores=0-7
/proc/25368/task/25370/stat : 25370 (claspmt) R 25366 25368 25267 0 -1 4202560 36 0 0 0 0 0 0 0 18 0 8 0 741082128 189186048 832 33554432000 4194304 4964800 140735841075488 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25368/tid=25371] ppid=25366 vsize=184752 CPUtime=0 cores=0-7
/proc/25368/task/25371/stat : 25371 (claspmt) R 25366 25368 25267 0 -1 4202560 34 0 0 0 0 0 0 0 25 0 8 0 741082128 189186048 832 33554432000 4194304 4964800 140735841075488 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25368/tid=25372] ppid=25366 vsize=184752 CPUtime=0 cores=0-7
/proc/25368/task/25372/stat : 25372 (claspmt) R 25366 25368 25267 0 -1 4202560 20 0 0 0 0 0 0 0 25 0 8 0 741082128 189186048 832 33554432000 4194304 4964800 140735841075488 18446744073709551615 4462730 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25368/tid=25373] ppid=25366 vsize=184752 CPUtime=0 cores=0-7
/proc/25368/task/25373/stat : 25373 (claspmt) R 25366 25368 25267 0 -1 4202560 28 0 0 0 0 0 0 0 25 0 8 0 741082128 189186048 832 33554432000 4194304 4964800 140735841075488 18446744073709551615 224284586693 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=25368/tid=25374] ppid=25366 vsize=184752 CPUtime=0 cores=0-7
/proc/25368/task/25374/stat : 25374 (claspmt) R 25366 25368 25267 0 -1 4202560 21 0 0 0 0 0 0 0 25 0 8 0 741082128 189186048 832 33554432000 4194304 4964800 140735841075488 18446744073709551615 224285030688 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=25368/tid=25375] ppid=25366 vsize=184752 CPUtime=0 cores=0-7
/proc/25368/task/25375/stat : 25375 (claspmt) S 25366 25368 25267 0 -1 4202560 23 0 0 0 0 0 0 0 25 0 8 0 741082128 189186048 832 33554432000 4194304 4964800 140735841075488 18446744073709551615 224296741785 0 0 4096 18946 18446604458112625728 0 0 -1 2 0 0 0

[startup+0.0781651 s]
/proc/loadavg: 8.06 8.06 7.99 1/425 25368
/proc/meminfo: memFree=17178896/32951124 swapFree=45193372/67111528
[pid=25368] ppid=25366 vsize=250420 CPUtime=0.75 cores=0-7
/proc/25368/stat : 25368 (claspmt) R 25366 25368 25267 0 -1 4202496 1198 0 0 0 75 0 0 0 18 0 8 0 741082128 256430080 1122 33554432000 4194304 4964800 140735841075488 18446744073709551615 4342208 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/25368/statm: 62605 1155 464 189 0 56954 0
[pid=25368/tid=25369] ppid=25366 vsize=250420 CPUtime=0.14 cores=0-7
/proc/25368/task/25369/stat : 25369 (claspmt) R 25366 25368 25267 0 -1 4202560 102 0 0 0 14 0 0 0 18 0 8 0 741082128 256430080 1177 33554432000 4194304 4964800 140735841075488 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=25368/tid=25370] ppid=25366 vsize=250420 CPUtime=0.16 cores=0-7
/proc/25368/task/25370/stat : 25370 (claspmt) R 25366 25368 25267 0 -1 4202560 94 0 0 0 16 0 0 0 18 0 8 0 741082128 256430080 1208 33554432000 4194304 4964800 140735841075488 18446744073709551615 4670313 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25368/tid=25371] ppid=25366 vsize=250552 CPUtime=0.18 cores=0-7
/proc/25368/task/25371/stat : 25371 (claspmt) R 25366 25368 25267 0 -1 4202560 77 0 0 0 18 0 0 0 25 0 8 0 741082128 256565248 1282 33554432000 4194304 4964800 140735841075488 18446744073709551615 224285030943 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25368/tid=25372] ppid=25366 vsize=250684 CPUtime=0.16 cores=0-7
/proc/25368/task/25372/stat : 25372 (claspmt) R 25366 25368 25267 0 -1 4202560 63 0 0 0 16 0 0 0 18 0 8 0 741082128 256700416 1357 33554432000 4194304 4964800 140735841075488 18446744073709551615 4684767 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=25368/tid=25373] ppid=25366 vsize=250684 CPUtime=0.23 cores=0-7
/proc/25368/task/25373/stat : 25373 (claspmt) R 25366 25368 25267 0 -1 4202560 56 0 0 0 23 0 0 0 18 0 8 0 741082128 256700416 1366 33554432000 4194304 4964800 140735841075488 18446744073709551615 224285030943 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=25368/tid=25374] ppid=25366 vsize=250684 CPUtime=0.27 cores=0-7
/proc/25368/task/25374/stat : 25374 (claspmt) S 25366 25368 25267 0 -1 4202560 75 0 0 0 27 0 0 0 18 0 8 0 741082128 256700416 1404 33554432000 4194304 4964800 140735841075488 18446744073709551615 224285030894 0 0 4096 18946 18446604458112625728 0 0 -1 7 0 0 0
[pid=25368/tid=25375] ppid=25366 vsize=250684 CPUtime=0.27 cores=0-7
/proc/25368/task/25375/stat : 25375 (claspmt) R 25366 25368 25267 0 -1 4202560 131 0 0 0 27 0 0 0 18 0 8 0 741082128 256700416 1427 33554432000 4194304 4964800 140735841075488 18446744073709551615 224285030943 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 250420

[startup+0.511995 s]
/proc/loadavg: 8.06 8.06 7.99 1/425 25368
/proc/meminfo: memFree=17178896/32951124 swapFree=45193372/67111528
[pid=25368] ppid=25366 vsize=250948 CPUtime=4.31 cores=0-7
/proc/25368/stat : 25368 (claspmt) R 25366 25368 25267 0 -1 4202496 1745 0 0 0 429 2 0 0 18 0 8 0 741082128 256970752 1669 33554432000 4194304 4964800 140735841075488 18446744073709551615 224285030943 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/25368/statm: 62737 1676 464 189 0 57086 0
[pid=25368/tid=25369] ppid=25366 vsize=316484 CPUtime=0.63 cores=0-7
/proc/25368/task/25369/stat : 25369 (claspmt) R 25366 25368 25267 0 -1 4202560 184 0 0 0 63 0 0 0 18 0 8 0 741082128 324079616 1741 33554432000 4194304 4964800 140735841075488 18446744073709551615 224285030943 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=25368/tid=25370] ppid=25366 vsize=316484 CPUtime=0.65 cores=0-7
/proc/25368/task/25370/stat : 25370 (claspmt) R 25366 25368 25267 0 -1 4202560 212 0 0 0 65 0 0 0 18 0 8 0 741082128 324079616 1786 33554432000 4194304 4964800 140735841075488 18446744073709551615 4321029 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25368/tid=25371] ppid=25366 vsize=316484 CPUtime=0.67 cores=0-7
/proc/25368/task/25371/stat : 25371 (claspmt) R 25366 25368 25267 0 -1 4202560 112 0 0 0 67 0 0 0 18 0 8 0 741082128 324079616 1796 33554432000 4194304 4964800 140735841075488 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25368/tid=25372] ppid=25366 vsize=316484 CPUtime=0.64 cores=0-7
/proc/25368/task/25372/stat : 25372 (claspmt) R 25366 25368 25267 0 -1 4202560 133 0 0 0 64 0 0 0 18 0 8 0 741082128 324079616 1810 33554432000 4194304 4964800 140735841075488 18446744073709551615 224285030943 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=25368/tid=25373] ppid=25366 vsize=316484 CPUtime=0.72 cores=0-7
/proc/25368/task/25373/stat : 25373 (claspmt) R 25366 25368 25267 0 -1 4202560 92 0 0 0 72 0 0 0 18 0 8 0 741082128 324079616 1820 33554432000 4194304 4964800 140735841075488 18446744073709551615 4320890 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=25368/tid=25374] ppid=25366 vsize=316616 CPUtime=0.78 cores=0-7
/proc/25368/task/25374/stat : 25374 (claspmt) S 25366 25368 25267 0 -1 4202560 99 0 0 0 78 0 0 0 18 0 8 0 741082128 324214784 1844 33554432000 4194304 4964800 140735841075488 18446744073709551615 224285030894 0 0 4096 18946 18446604458112625728 0 0 -1 7 0 0 0
[pid=25368/tid=25375] ppid=25366 vsize=316616 CPUtime=0.86 cores=0-7
/proc/25368/task/25375/stat : 25375 (claspmt) R 25366 25368 25267 0 -1 4202560 214 0 0 0 86 0 0 0 19 0 8 0 741082128 324214784 1865 33554432000 4194304 4964800 140735841075488 18446744073709551615 4320864 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 250948

[startup+1.21314 s]
/proc/loadavg: 8.06 8.06 7.99 1/425 25368
/proc/meminfo: memFree=17178896/32951124 swapFree=45193372/67111528
[pid=25368] ppid=25366 vsize=316616 CPUtime=9.58 cores=0-7
/proc/25368/stat : 25368 (claspmt) R 25366 25368 25267 0 -1 4202496 2061 0 0 0 955 3 0 0 18 0 8 0 741082128 324214784 1985 33554432000 4194304 4964800 140735841075488 18446744073709551615 224285030943 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/25368/statm: 79154 1985 464 189 0 73503 0
[pid=25368/tid=25369] ppid=25366 vsize=316616 CPUtime=1.2 cores=0-7
/proc/25368/task/25369/stat : 25369 (claspmt) R 25366 25368 25267 0 -1 4202560 223 0 0 0 120 0 0 0 19 0 8 0 741082128 324214784 1985 33554432000 4194304 4964800 140735841075488 18446744073709551615 224285030943 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=25368/tid=25370] ppid=25366 vsize=316616 CPUtime=1.2 cores=0-7
/proc/25368/task/25370/stat : 25370 (claspmt) R 25366 25368 25267 0 -1 4202560 252 0 0 0 120 0 0 0 19 0 8 0 741082128 324214784 1985 33554432000 4194304 4964800 140735841075488 18446744073709551615 4670415 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25368/tid=25371] ppid=25366 vsize=316616 CPUtime=1.19 cores=0-7
/proc/25368/task/25371/stat : 25371 (claspmt) R 25366 25368 25267 0 -1 4202560 120 0 0 0 119 0 0 0 19 0 8 0 741082128 324214784 1985 33554432000 4194304 4964800 140735841075488 18446744073709551615 224285030943 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25368/tid=25372] ppid=25366 vsize=316616 CPUtime=1.14 cores=0-7
/proc/25368/task/25372/stat : 25372 (claspmt) R 25366 25368 25267 0 -1 4202560 162 0 0 0 114 0 0 0 19 0 8 0 741082128 324214784 1985 33554432000 4194304 4964800 140735841075488 18446744073709551615 4324755 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=25368/tid=25373] ppid=25366 vsize=316616 CPUtime=1.2 cores=0-7
/proc/25368/task/25373/stat : 25373 (claspmt) R 25366 25368 25267 0 -1 4202560 95 0 0 0 120 0 0 0 19 0 8 0 741082128 324214784 1985 33554432000 4194304 4964800 140735841075488 18446744073709551615 4660427 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=25368/tid=25374] ppid=25366 vsize=316616 CPUtime=1.19 cores=0-7
/proc/25368/task/25374/stat : 25374 (claspmt) R 25366 25368 25267 0 -1 4202560 102 0 0 0 119 0 0 0 19 0 8 0 741082128 324214784 1985 33554432000 4194304 4964800 140735841075488 18446744073709551615 4670349 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=25368/tid=25375] ppid=25366 vsize=316616 CPUtime=1.19 cores=0-7
/proc/25368/task/25375/stat : 25375 (claspmt) R 25366 25368 25267 0 -1 4202560 235 0 0 0 119 0 0 0 19 0 8 0 741082128 324214784 1985 33554432000 4194304 4964800 140735841075488 18446744073709551615 4320981 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 9.58
Current children cumulated vsize (KiB) 316616

[startup+1.32054 s]
/proc/loadavg: 8.06 8.06 7.99 1/425 25368
/proc/meminfo: memFree=17178896/32951124 swapFree=45193372/67111528
[pid=25368] ppid=25366 vsize=316616 CPUtime=10.39 cores=0-7
/proc/25368/stat : 25368 (claspmt) R 25366 25368 25267 0 -1 4202496 2094 0 0 0 1035 4 0 0 19 0 8 0 741082128 324214784 2018 33554432000 4194304 4964800 140735841075488 18446744073709551615 4670357 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/25368/statm: 79154 2018 464 189 0 73503 0
[pid=25368/tid=25369] ppid=25366 vsize=316616 CPUtime=1.3 cores=0-7
/proc/25368/task/25369/stat : 25369 (claspmt) R 25366 25368 25267 0 -1 4202560 233 0 0 0 130 0 0 0 19 0 8 0 741082128 324214784 2018 33554432000 4194304 4964800 140735841075488 18446744073709551615 4670499 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=25368/tid=25370] ppid=25366 vsize=316616 CPUtime=1.3 cores=0-7
/proc/25368/task/25370/stat : 25370 (claspmt) R 25366 25368 25267 0 -1 4202560 255 0 0 0 130 0 0 0 19 0 8 0 741082128 324214784 2018 33554432000 4194304 4964800 140735841075488 18446744073709551615 4670361 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25368/tid=25371] ppid=25366 vsize=316616 CPUtime=1.29 cores=0-7
/proc/25368/task/25371/stat : 25371 (claspmt) R 25366 25368 25267 0 -1 4202560 121 0 0 0 129 0 0 0 19 0 8 0 741082128 324214784 2018 33554432000 4194304 4964800 140735841075488 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25368/tid=25372] ppid=25366 vsize=316616 CPUtime=1.24 cores=0-7
/proc/25368/task/25372/stat : 25372 (claspmt) R 25366 25368 25267 0 -1 4202560 167 0 0 0 124 0 0 0 19 0 8 0 741082128 324214784 2018 33554432000 4194304 4964800 140735841075488 18446744073709551615 4668702 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=25368/tid=25373] ppid=25366 vsize=316616 CPUtime=1.3 cores=0-7
/proc/25368/task/25373/stat : 25373 (claspmt) R 25366 25368 25267 0 -1 4202560 95 0 0 0 130 0 0 0 19 0 8 0 741082128 324214784 2018 33554432000 4194304 4964800 140735841075488 18446744073709551615 4670335 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=25368/tid=25374] ppid=25366 vsize=316616 CPUtime=1.29 cores=0-7
/proc/25368/task/25374/stat : 25374 (claspmt) R 25366 25368 25267 0 -1 4202560 105 0 0 0 129 0 0 0 19 0 8 0 741082128 324214784 2018 33554432000 4194304 4964800 140735841075488 18446744073709551615 4668753 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=25368/tid=25375] ppid=25366 vsize=316616 CPUtime=1.29 cores=0-7
/proc/25368/task/25375/stat : 25375 (claspmt) R 25366 25368 25267 0 -1 4202560 241 0 0 0 129 0 0 0 19 0 8 0 741082128 324214784 2018 33554432000 4194304 4964800 140735841075488 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 10.39
Current children cumulated vsize (KiB) 316616

[startup+1.5205 s]
/proc/loadavg: 8.06 8.06 7.99 1/425 25368
/proc/meminfo: memFree=17178896/32951124 swapFree=45193372/67111528
[pid=25368] ppid=25366 vsize=316756 CPUtime=11.99 cores=0-7
/proc/25368/stat : 25368 (claspmt) R 25366 25368 25267 0 -1 4202496 2156 0 0 0 1195 4 0 0 19 0 8 0 741082128 324358144 2080 33554432000 4194304 4964800 140735841075488 18446744073709551615 4321102 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/25368/statm: 79189 2080 464 189 0 73538 0
[pid=25368/tid=25369] ppid=25366 vsize=316756 CPUtime=1.5 cores=0-7
/proc/25368/task/25369/stat : 25369 (claspmt) R 25366 25368 25267 0 -1 4202560 243 0 0 0 150 0 0 0 20 0 8 0 741082128 324358144 2080 33554432000 4194304 4964800 140735841075488 18446744073709551615 4665222 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=25368/tid=25370] ppid=25366 vsize=316756 CPUtime=1.5 cores=0-7
/proc/25368/task/25370/stat : 25370 (claspmt) R 25366 25368 25267 0 -1 4202560 259 0 0 0 150 0 0 0 20 0 8 0 741082128 324358144 2080 33554432000 4194304 4964800 140735841075488 18446744073709551615 4473200 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25368/tid=25371] ppid=25366 vsize=316756 CPUtime=1.49 cores=0-7
/proc/25368/task/25371/stat : 25371 (claspmt) R 25366 25368 25267 0 -1 4202560 124 0 0 0 149 0 0 0 19 0 8 0 741082128 324358144 2080 33554432000 4194304 4964800 140735841075488 18446744073709551615 4361334 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25368/tid=25372] ppid=25366 vsize=316756 CPUtime=1.44 cores=0-7
/proc/25368/task/25372/stat : 25372 (claspmt) R 25366 25368 25267 0 -1 4202560 175 0 0 0 144 0 0 0 19 0 8 0 741082128 324358144 2080 33554432000 4194304 4964800 140735841075488 18446744073709551615 4669552 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=25368/tid=25373] ppid=25366 vsize=316756 CPUtime=1.5 cores=0-7
/proc/25368/task/25373/stat : 25373 (claspmt) R 25366 25368 25267 0 -1 4202560 97 0 0 0 150 0 0 0 18 0 8 0 741082128 324358144 2080 33554432000 4194304 4964800 140735841075488 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=25368/tid=25374] ppid=25366 vsize=316756 CPUtime=1.49 cores=0-7
/proc/25368/task/25374/stat : 25374 (claspmt) R 25366 25368 25267 0 -1 4202560 105 0 0 0 149 0 0 0 19 0 8 0 741082128 324358144 2080 33554432000 4194304 4964800 140735841075488 18446744073709551615 4670338 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=25368/tid=25375] ppid=25366 vsize=316756 CPUtime=1.49 cores=0-7
/proc/25368/task/25375/stat : 25375 (claspmt) R 25366 25368 25267 0 -1 4202560 265 0 0 0 149 0 0 0 20 0 8 0 741082128 324358144 2080 33554432000 4194304 4964800 140735841075488 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.99
Current children cumulated vsize (KiB) 316756

[startup+3.10024 s]
/proc/loadavg: 8.06 8.06 7.99 9/433 25376
/proc/meminfo: memFree=17170356/32951124 swapFree=45193372/67111528
[pid=25368] ppid=25366 vsize=317024 CPUtime=24.7 cores=0-7
/proc/25368/stat : 25368 (claspmt) R 25366 25368 25267 0 -1 4202496 2604 0 0 0 2464 6 0 0 23 0 8 0 741082128 324632576 2528 33554432000 4194304 4964800 140735841075488 18446744073709551615 4670321 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/25368/statm: 79256 2528 464 189 0 73605 0
[pid=25368/tid=25369] ppid=25366 vsize=317024 CPUtime=3.09 cores=0-7
/proc/25368/task/25369/stat : 25369 (claspmt) R 25366 25368 25267 0 -1 4202560 323 0 0 0 309 0 0 0 20 0 8 0 741082128 324632576 2528 33554432000 4194304 4964800 140735841075488 18446744073709551615 4362211 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=25368/tid=25370] ppid=25366 vsize=317024 CPUtime=3.09 cores=0-7
/proc/25368/task/25370/stat : 25370 (claspmt) R 25366 25368 25267 0 -1 4202560 337 0 0 0 309 0 0 0 25 0 8 0 741082128 324632576 2528 33554432000 4194304 4964800 140735841075488 18446744073709551615 4320981 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25368/tid=25371] ppid=25366 vsize=317024 CPUtime=3.09 cores=0-7
/proc/25368/task/25371/stat : 25371 (claspmt) R 25366 25368 25267 0 -1 4202560 155 0 0 0 309 0 0 0 23 0 8 0 741082128 324632576 2528 33554432000 4194304 4964800 140735841075488 18446744073709551615 4320890 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25368/tid=25372] ppid=25366 vsize=317024 CPUtime=3.03 cores=0-7
/proc/25368/task/25372/stat : 25372 (claspmt) R 25366 25368 25267 0 -1 4202560 250 0 0 0 303 0 0 0 25 0 8 0 741082128 324632576 2528 33554432000 4194304 4964800 140735841075488 18446744073709551615 4670282 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=25368/tid=25373] ppid=25366 vsize=317024 CPUtime=3.08 cores=0-7
/proc/25368/task/25373/stat : 25373 (claspmt) R 25366 25368 25267 0 -1 4202560 118 0 0 0 308 0 0 0 18 0 8 0 741082128 324632576 2528 33554432000 4194304 4964800 140735841075488 18446744073709551615 4658556 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=25368/tid=25374] ppid=25366 vsize=317024 CPUtime=3.05 cores=0-7
/proc/25368/task/25374/stat : 25374 (claspmt) R 25366 25368 25267 0 -1 4202560 134 0 0 0 305 0 0 0 24 0 8 0 741082128 324632576 2528 33554432000 4194304 4964800 140735841075488 18446744073709551615 4669509 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=25368/tid=25375] ppid=25366 vsize=317024 CPUtime=3.08 cores=0-7
/proc/25368/task/25375/stat : 25375 (claspmt) R 25366 25368 25267 0 -1 4202560 339 0 0 0 308 0 0 0 20 0 8 0 741082128 324632576 2528 33554432000 4194304 4964800 140735841075488 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.7
Current children cumulated vsize (KiB) 317024

[startup+6.30071 s]
/proc/loadavg: 8.06 8.05 7.99 9/433 25376
/proc/meminfo: memFree=17169364/32951124 swapFree=45193372/67111528
[pid=25368] ppid=25366 vsize=317424 CPUtime=50.12 cores=0-7
/proc/25368/stat : 25368 (claspmt) R 25366 25368 25267 0 -1 4202496 3041 0 0 0 5001 11 0 0 25 0 8 0 741082128 325042176 2965 33554432000 4194304 4964800 140735841075488 18446744073709551615 4687098 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/25368/statm: 79356 2965 464 189 0 73705 0
[pid=25368/tid=25369] ppid=25366 vsize=317424 CPUtime=6.28 cores=0-7
/proc/25368/task/25369/stat : 25369 (claspmt) R 25366 25368 25267 0 -1 4202560 417 0 0 0 627 1 0 0 20 0 8 0 741082128 325042176 2965 33554432000 4194304 4964800 140735841075488 18446744073709551615 4669312 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=25368/tid=25370] ppid=25366 vsize=317424 CPUtime=6.27 cores=0-7
/proc/25368/task/25370/stat : 25370 (claspmt) R 25366 25368 25267 0 -1 4202560 435 0 0 0 626 1 0 0 25 0 8 0 741082128 325042176 2965 33554432000 4194304 4964800 140735841075488 18446744073709551615 4653172 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25368/tid=25371] ppid=25366 vsize=317424 CPUtime=6.27 cores=0-7
/proc/25368/task/25371/stat : 25371 (claspmt) R 25366 25368 25267 0 -1 4202560 166 0 0 0 626 1 0 0 25 0 8 0 741082128 325042176 2965 33554432000 4194304 4964800 140735841075488 18446744073709551615 224285030943 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25368/tid=25372] ppid=25366 vsize=317424 CPUtime=6.22 cores=0-7
/proc/25368/task/25372/stat : 25372 (claspmt) R 25366 25368 25267 0 -1 4202560 313 0 0 0 621 1 0 0 25 0 8 0 741082128 325042176 2965 33554432000 4194304 4964800 140735841075488 18446744073709551615 224285030943 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=25368/tid=25373] ppid=25366 vsize=317424 CPUtime=6.26 cores=0-7
/proc/25368/task/25373/stat : 25373 (claspmt) R 25366 25368 25267 0 -1 4202560 129 0 0 0 625 1 0 0 21 0 8 0 741082128 325042176 2965 33554432000 4194304 4964800 140735841075488 18446744073709551615 4627290 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=25368/tid=25374] ppid=25366 vsize=317424 CPUtime=6.21 cores=0-7
/proc/25368/task/25374/stat : 25374 (claspmt) R 25366 25368 25267 0 -1 4202560 150 0 0 0 620 1 0 0 25 0 8 0 741082128 325042176 2965 33554432000 4194304 4964800 140735841075488 18446744073709551615 4660165 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=25368/tid=25375] ppid=25366 vsize=317424 CPUtime=6.27 cores=0-7
/proc/25368/task/25375/stat : 25375 (claspmt) R 25366 25368 25267 0 -1 4202560 412 0 0 0 626 1 0 0 18 0 8 0 741082128 325042176 2965 33554432000 4194304 4964800 140735841075488 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 3 0 0 0

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

/proc/25368/task/25373/stat : 25373 (claspmt) R 25366 25368 25267 0 -1 4202560 546 0 0 0 63976 85 0 0 25 0 8 0 741082128 394489856 6175 33554432000 4194304 4964800 140735841075488 18446744073709551615 4362516 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=25368/tid=25374] ppid=25366 vsize=385244 CPUtime=640.4 cores=0-7
/proc/25368/task/25374/stat : 25374 (claspmt) R 25366 25368 25267 0 -1 4202560 595 0 0 0 63956 84 0 0 21 0 8 0 741082128 394489856 6175 33554432000 4194304 4964800 140735841075488 18446744073709551615 4669509 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=25368/tid=25375] ppid=25366 vsize=385244 CPUtime=641.76 cores=0-7
/proc/25368/task/25375/stat : 25375 (claspmt) R 25366 25368 25267 0 -1 4202560 718 0 0 0 64098 78 0 0 25 0 8 0 741082128 394489856 6175 33554432000 4194304 4964800 140735841075488 18446744073709551615 4689125 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5123.73
Current children cumulated vsize (KiB) 385244

[startup+702.301 s]
/proc/loadavg: 7.99 8.00 7.99 9/433 25396
/proc/meminfo: memFree=17155300/32951124 swapFree=45193372/67111528
[pid=25368] ppid=25366 vsize=385244 CPUtime=5602.4 cores=0-7
/proc/25368/stat : 25368 (claspmt) R 25366 25368 25267 0 -1 4202496 6291 0 0 0 559528 712 0 0 21 0 8 0 741082128 394489856 6215 33554432000 4194304 4964800 140735841075488 18446744073709551615 4321013 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/25368/statm: 96311 6215 464 189 0 90660 0
[pid=25368/tid=25369] ppid=25366 vsize=385244 CPUtime=700.83 cores=0-7
/proc/25368/task/25369/stat : 25369 (claspmt) R 25366 25368 25267 0 -1 4202560 1029 0 0 0 69994 89 0 0 25 0 8 0 741082128 394489856 6215 33554432000 4194304 4964800 140735841075488 18446744073709551615 4653477 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=25368/tid=25370] ppid=25366 vsize=385244 CPUtime=698.89 cores=0-7
/proc/25368/task/25370/stat : 25370 (claspmt) R 25366 25368 25267 0 -1 4202560 910 0 0 0 69792 97 0 0 25 0 8 0 741082128 394489856 6215 33554432000 4194304 4964800 140735841075488 18446744073709551615 4670009 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=25368/tid=25371] ppid=25366 vsize=385244 CPUtime=701.19 cores=0-7
/proc/25368/task/25371/stat : 25371 (claspmt) R 25366 25368 25267 0 -1 4202560 531 0 0 0 70034 85 0 0 25 0 8 0 741082128 394489856 6215 33554432000 4194304 4964800 140735841075488 18446744073709551615 4321016 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25368/tid=25372] ppid=25366 vsize=385244 CPUtime=700.01 cores=0-7
/proc/25368/task/25372/stat : 25372 (claspmt) R 25366 25368 25267 0 -1 4202560 619 0 0 0 69912 89 0 0 25 0 8 0 741082128 394489856 6215 33554432000 4194304 4964800 140735841075488 18446744073709551615 4660452 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25368/tid=25373] ppid=25366 vsize=385244 CPUtime=700.56 cores=0-7
/proc/25368/task/25373/stat : 25373 (claspmt) R 25366 25368 25267 0 -1 4202560 550 0 0 0 69964 92 0 0 24 0 8 0 741082128 394489856 6215 33554432000 4194304 4964800 140735841075488 18446744073709551615 4342144 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=25368/tid=25374] ppid=25366 vsize=385244 CPUtime=700.35 cores=0-7
/proc/25368/task/25374/stat : 25374 (claspmt) R 25366 25368 25267 0 -1 4202560 597 0 0 0 69945 90 0 0 25 0 8 0 741082128 394489856 6215 33554432000 4194304 4964800 140735841075488 18446744073709551615 4683667 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=25368/tid=25375] ppid=25366 vsize=385244 CPUtime=701.72 cores=0-7
/proc/25368/task/25375/stat : 25375 (claspmt) R 25366 25368 25267 0 -1 4202560 727 0 0 0 70088 84 0 0 25 0 8 0 741082128 394489856 6215 33554432000 4194304 4964800 140735841075488 18446744073709551615 4320996 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5602.4
Current children cumulated vsize (KiB) 385244

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

[startup+704.9 s]
/proc/loadavg: 7.99 8.00 7.99 9/433 25396
/proc/meminfo: memFree=17155300/32951124 swapFree=45193372/67111528
[pid=25368] ppid=25366 vsize=385244 CPUtime=5623.25 cores=0-7
/proc/25368/stat : 25368 (claspmt) R 25366 25368 25267 0 -1 4202496 6291 0 0 0 561610 715 0 0 25 0 8 0 741082128 394489856 6215 33554432000 4194304 4964800 140735841075488 18446744073709551615 4380234 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/25368/statm: 96311 6215 464 189 0 90660 0
[pid=25368/tid=25369] ppid=25366 vsize=385244 CPUtime=703.41 cores=0-7
/proc/25368/task/25369/stat : 25369 (claspmt) R 25366 25368 25267 0 -1 4202560 1029 0 0 0 70251 90 0 0 25 0 8 0 741082128 394489856 6215 33554432000 4194304 4964800 140735841075488 18446744073709551615 4660080 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=25368/tid=25370] ppid=25366 vsize=385244 CPUtime=701.5 cores=0-7
/proc/25368/task/25370/stat : 25370 (claspmt) R 25366 25368 25267 0 -1 4202560 910 0 0 0 70053 97 0 0 18 0 8 0 741082128 394489856 6215 33554432000 4194304 4964800 140735841075488 18446744073709551615 4670273 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=25368/tid=25371] ppid=25366 vsize=385244 CPUtime=703.79 cores=0-7
/proc/25368/task/25371/stat : 25371 (claspmt) R 25366 25368 25267 0 -1 4202560 531 0 0 0 70294 85 0 0 25 0 8 0 741082128 394489856 6215 33554432000 4194304 4964800 140735841075488 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25368/tid=25372] ppid=25366 vsize=385244 CPUtime=702.62 cores=0-7
/proc/25368/task/25372/stat : 25372 (claspmt) R 25366 25368 25267 0 -1 4202560 619 0 0 0 70173 89 0 0 25 0 8 0 741082128 394489856 6215 33554432000 4194304 4964800 140735841075488 18446744073709551615 224284584345 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25368/tid=25373] ppid=25366 vsize=385244 CPUtime=703.17 cores=0-7
/proc/25368/task/25373/stat : 25373 (claspmt) R 25366 25368 25267 0 -1 4202560 550 0 0 0 70225 92 0 0 19 0 8 0 741082128 394489856 6215 33554432000 4194304 4964800 140735841075488 18446744073709551615 4669523 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=25368/tid=25374] ppid=25366 vsize=385244 CPUtime=702.96 cores=0-7
/proc/25368/task/25374/stat : 25374 (claspmt) R 25366 25368 25267 0 -1 4202560 597 0 0 0 70206 90 0 0 25 0 8 0 741082128 394489856 6215 33554432000 4194304 4964800 140735841075488 18446744073709551615 4670286 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=25368/tid=25375] ppid=25366 vsize=385244 CPUtime=704.33 cores=0-7
/proc/25368/task/25375/stat : 25375 (claspmt) R 25366 25368 25267 0 -1 4202560 727 0 0 0 70349 84 0 0 25 0 8 0 741082128 394489856 6215 33554432000 4194304 4964800 140735841075488 18446744073709551615 4324936 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5623.25
Current children cumulated vsize (KiB) 385244

[startup+708.101 s]
/proc/loadavg: 7.99 8.00 7.99 9/433 25396
/proc/meminfo: memFree=17155300/32951124 swapFree=45193372/67111528
[pid=25368] ppid=25366 vsize=385244 CPUtime=5648.7 cores=0-7
/proc/25368/stat : 25368 (claspmt) R 25366 25368 25267 0 -1 4202496 6295 0 0 0 564153 717 0 0 18 0 8 0 741082128 394489856 6219 33554432000 4194304 4964800 140735841075488 18446744073709551615 4627179 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/25368/statm: 96311 6219 464 189 0 90660 0
[pid=25368/tid=25369] ppid=25366 vsize=385244 CPUtime=706.56 cores=0-7
/proc/25368/task/25369/stat : 25369 (claspmt) R 25366 25368 25267 0 -1 4202560 1029 0 0 0 70566 90 0 0 25 0 8 0 741082128 394489856 6219 33554432000 4194304 4964800 140735841075488 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=25368/tid=25370] ppid=25366 vsize=385244 CPUtime=704.67 cores=0-7
/proc/25368/task/25370/stat : 25370 (claspmt) R 25366 25368 25267 0 -1 4202560 910 0 0 0 70370 97 0 0 25 0 8 0 741082128 394489856 6219 33554432000 4194304 4964800 140735841075488 18446744073709551615 4660104 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=25368/tid=25371] ppid=25366 vsize=385244 CPUtime=706.97 cores=0-7
/proc/25368/task/25371/stat : 25371 (claspmt) R 25366 25368 25267 0 -1 4202560 531 0 0 0 70612 85 0 0 21 0 8 0 741082128 394489856 6219 33554432000 4194304 4964800 140735841075488 18446744073709551615 4669389 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25368/tid=25372] ppid=25366 vsize=385244 CPUtime=705.8 cores=0-7
/proc/25368/task/25372/stat : 25372 (claspmt) R 25366 25368 25267 0 -1 4202560 623 0 0 0 70491 89 0 0 25 0 8 0 741082128 394489856 6219 33554432000 4194304 4964800 140735841075488 18446744073709551615 4669496 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25368/tid=25373] ppid=25366 vsize=385244 CPUtime=706.35 cores=0-7
/proc/25368/task/25373/stat : 25373 (claspmt) R 25366 25368 25267 0 -1 4202560 550 0 0 0 70543 92 0 0 25 0 8 0 741082128 394489856 6219 33554432000 4194304 4964800 140735841075488 18446744073709551615 4658562 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=25368/tid=25374] ppid=25366 vsize=385244 CPUtime=706.16 cores=0-7
/proc/25368/task/25374/stat : 25374 (claspmt) R 25366 25368 25267 0 -1 4202560 597 0 0 0 70525 91 0 0 25 0 8 0 741082128 394489856 6219 33554432000 4194304 4964800 140735841075488 18446744073709551615 4669437 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=25368/tid=25375] ppid=25366 vsize=385244 CPUtime=707.52 cores=0-7
/proc/25368/task/25375/stat : 25375 (claspmt) R 25366 25368 25267 0 -1 4202560 727 0 0 0 70667 85 0 0 25 0 8 0 741082128 394489856 6219 33554432000 4194304 4964800 140735841075488 18446744073709551615 4324761 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5648.7
Current children cumulated vsize (KiB) 385244

[startup+709.7 s]
/proc/loadavg: 7.99 8.00 7.99 9/433 25396
/proc/meminfo: memFree=17155176/32951124 swapFree=45193372/67111528
[pid=25368] ppid=25366 vsize=385244 CPUtime=5661.45 cores=0-7
/proc/25368/stat : 25368 (claspmt) R 25366 25368 25267 0 -1 4202496 6299 0 0 0 565427 718 0 0 21 0 8 0 741082128 394489856 6223 33554432000 4194304 4964800 140735841075488 18446744073709551615 4668814 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/25368/statm: 96311 6223 464 189 0 90660 0
[pid=25368/tid=25369] ppid=25366 vsize=385244 CPUtime=708.13 cores=0-7
/proc/25368/task/25369/stat : 25369 (claspmt) R 25366 25368 25267 0 -1 4202560 1029 0 0 0 70723 90 0 0 25 0 8 0 741082128 394489856 6223 33554432000 4194304 4964800 140735841075488 18446744073709551615 4670899 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=25368/tid=25370] ppid=25366 vsize=385244 CPUtime=706.28 cores=0-7
/proc/25368/task/25370/stat : 25370 (claspmt) R 25366 25368 25267 0 -1 4202560 910 0 0 0 70530 98 0 0 25 0 8 0 741082128 394489856 6223 33554432000 4194304 4964800 140735841075488 18446744073709551615 4324840 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=25368/tid=25371] ppid=25366 vsize=385244 CPUtime=708.57 cores=0-7
/proc/25368/task/25371/stat : 25371 (claspmt) R 25366 25368 25267 0 -1 4202560 535 0 0 0 70772 85 0 0 25 0 8 0 741082128 394489856 6223 33554432000 4194304 4964800 140735841075488 18446744073709551615 4669493 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25368/tid=25372] ppid=25366 vsize=385244 CPUtime=707.4 cores=0-7
/proc/25368/task/25372/stat : 25372 (claspmt) R 25366 25368 25267 0 -1 4202560 623 0 0 0 70651 89 0 0 18 0 8 0 741082128 394489856 6223 33554432000 4194304 4964800 140735841075488 18446744073709551615 4669503 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25368/tid=25373] ppid=25366 vsize=385244 CPUtime=707.94 cores=0-7
/proc/25368/task/25373/stat : 25373 (claspmt) R 25366 25368 25267 0 -1 4202560 550 0 0 0 70702 92 0 0 25 0 8 0 741082128 394489856 6223 33554432000 4194304 4964800 140735841075488 18446744073709551615 4338784 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=25368/tid=25374] ppid=25366 vsize=385244 CPUtime=707.75 cores=0-7
/proc/25368/task/25374/stat : 25374 (claspmt) R 25366 25368 25267 0 -1 4202560 597 0 0 0 70684 91 0 0 19 0 8 0 741082128 394489856 6223 33554432000 4194304 4964800 140735841075488 18446744073709551615 4321116 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=25368/tid=25375] ppid=25366 vsize=385244 CPUtime=709.11 cores=0-7
/proc/25368/task/25375/stat : 25375 (claspmt) R 25366 25368 25267 0 -1 4202560 727 0 0 0 70826 85 0 0 25 0 8 0 741082128 394489856 6223 33554432000 4194304 4964800 140735841075488 18446744073709551615 4668753 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5661.45
Current children cumulated vsize (KiB) 385244

[startup+711.301 s]
/proc/loadavg: 7.99 8.00 7.99 9/433 25396
/proc/meminfo: memFree=17155164/32951124 swapFree=45193372/67111528
[pid=25368] ppid=25366 vsize=385244 CPUtime=5674.23 cores=0-7
/proc/25368/stat : 25368 (claspmt) R 25366 25368 25267 0 -1 4202496 6299 0 0 0 566705 718 0 0 25 0 8 0 741082128 394489856 6223 33554432000 4194304 4964800 140735841075488 18446744073709551615 4333227 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/25368/statm: 96311 6223 464 189 0 90660 0
[pid=25368/tid=25369] ppid=25366 vsize=385244 CPUtime=709.71 cores=0-7
/proc/25368/task/25369/stat : 25369 (claspmt) R 25366 25368 25267 0 -1 4202560 1029 0 0 0 70881 90 0 0 25 0 8 0 741082128 394489856 6223 33554432000 4194304 4964800 140735841075488 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=25368/tid=25370] ppid=25366 vsize=385244 CPUtime=707.88 cores=0-7
/proc/25368/task/25370/stat : 25370 (claspmt) R 25366 25368 25267 0 -1 4202560 910 0 0 0 70690 98 0 0 25 0 8 0 741082128 394489856 6223 33554432000 4194304 4964800 140735841075488 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=25368/tid=25371] ppid=25366 vsize=385244 CPUtime=710.17 cores=0-7
/proc/25368/task/25371/stat : 25371 (claspmt) R 25366 25368 25267 0 -1 4202560 535 0 0 0 70932 85 0 0 25 0 8 0 741082128 394489856 6223 33554432000 4194304 4964800 140735841075488 18446744073709551615 4670546 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25368/tid=25372] ppid=25366 vsize=385244 CPUtime=709 cores=0-7
/proc/25368/task/25372/stat : 25372 (claspmt) R 25366 25368 25267 0 -1 4202560 623 0 0 0 70811 89 0 0 22 0 8 0 741082128 394489856 6223 33554432000 4194304 4964800 140735841075488 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25368/tid=25373] ppid=25366 vsize=385244 CPUtime=709.55 cores=0-7
/proc/25368/task/25373/stat : 25373 (claspmt) R 25366 25368 25267 0 -1 4202560 550 0 0 0 70862 93 0 0 19 0 8 0 741082128 394489856 6223 33554432000 4194304 4964800 140735841075488 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=25368/tid=25374] ppid=25366 vsize=385244 CPUtime=709.35 cores=0-7
/proc/25368/task/25374/stat : 25374 (claspmt) R 25366 25368 25267 0 -1 4202560 597 0 0 0 70844 91 0 0 24 0 8 0 741082128 394489856 6223 33554432000 4194304 4964800 140735841075488 18446744073709551615 4320848 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=25368/tid=25375] ppid=25366 vsize=385244 CPUtime=710.71 cores=0-7
/proc/25368/task/25375/stat : 25375 (claspmt) R 25366 25368 25267 0 -1 4202560 727 0 0 0 70986 85 0 0 25 0 8 0 741082128 394489856 6223 33554432000 4194304 4964800 140735841075488 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5674.23
Current children cumulated vsize (KiB) 385244

[startup+712.101 s]
/proc/loadavg: 7.99 8.00 7.99 9/433 25396
/proc/meminfo: memFree=17155164/32951124 swapFree=45193372/67111528
[pid=25368] ppid=25366 vsize=385244 CPUtime=5680.62 cores=0-7
/proc/25368/stat : 25368 (claspmt) R 25366 25368 25267 0 -1 4202496 6299 0 0 0 567343 719 0 0 25 0 8 0 741082128 394489856 6223 33554432000 4194304 4964800 140735841075488 18446744073709551615 4321002 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/25368/statm: 96311 6223 464 189 0 90660 0
[pid=25368/tid=25369] ppid=25366 vsize=385244 CPUtime=710.5 cores=0-7
/proc/25368/task/25369/stat : 25369 (claspmt) R 25366 25368 25267 0 -1 4202560 1029 0 0 0 70960 90 0 0 25 0 8 0 741082128 394489856 6223 33554432000 4194304 4964800 140735841075488 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=25368/tid=25370] ppid=25366 vsize=385244 CPUtime=708.68 cores=0-7
/proc/25368/task/25370/stat : 25370 (claspmt) R 25366 25368 25267 0 -1 4202560 910 0 0 0 70770 98 0 0 25 0 8 0 741082128 394489856 6223 33554432000 4194304 4964800 140735841075488 18446744073709551615 4668794 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=25368/tid=25371] ppid=25366 vsize=385244 CPUtime=710.97 cores=0-7
/proc/25368/task/25371/stat : 25371 (claspmt) R 25366 25368 25267 0 -1 4202560 535 0 0 0 71012 85 0 0 25 0 8 0 741082128 394489856 6223 33554432000 4194304 4964800 140735841075488 18446744073709551615 4660507 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25368/tid=25372] ppid=25366 vsize=385244 CPUtime=709.8 cores=0-7
/proc/25368/task/25372/stat : 25372 (claspmt) R 25366 25368 25267 0 -1 4202560 623 0 0 0 70891 89 0 0 25 0 8 0 741082128 394489856 6223 33554432000 4194304 4964800 140735841075488 18446744073709551615 4669471 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25368/tid=25373] ppid=25366 vsize=385244 CPUtime=710.35 cores=0-7
/proc/25368/task/25373/stat : 25373 (claspmt) R 25366 25368 25267 0 -1 4202560 550 0 0 0 70942 93 0 0 21 0 8 0 741082128 394489856 6223 33554432000 4194304 4964800 140735841075488 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=25368/tid=25374] ppid=25366 vsize=385244 CPUtime=710.15 cores=0-7
/proc/25368/task/25374/stat : 25374 (claspmt) R 25366 25368 25267 0 -1 4202560 597 0 0 0 70924 91 0 0 25 0 8 0 741082128 394489856 6223 33554432000 4194304 4964800 140735841075488 18446744073709551615 4670366 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=25368/tid=25375] ppid=25366 vsize=385244 CPUtime=711.51 cores=0-7
/proc/25368/task/25375/stat : 25375 (claspmt) R 25366 25368 25267 0 -1 4202560 727 0 0 0 71066 85 0 0 25 0 8 0 741082128 394489856 6223 33554432000 4194304 4964800 140735841075488 18446744073709551615 4365819 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5680.62
Current children cumulated vsize (KiB) 385244

[startup+712.301 s]
/proc/loadavg: 7.99 8.00 7.99 9/433 25396
/proc/meminfo: memFree=17155164/32951124 swapFree=45193372/67111528
[pid=25368] ppid=25366 vsize=385244 CPUtime=5682.22 cores=0-7
/proc/25368/stat : 25368 (claspmt) R 25366 25368 25267 0 -1 4202496 6299 0 0 0 567503 719 0 0 25 0 8 0 741082128 394489856 6223 33554432000 4194304 4964800 140735841075488 18446744073709551615 4627272 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/25368/statm: 96311 6223 464 189 0 90660 0
[pid=25368/tid=25369] ppid=25366 vsize=385244 CPUtime=710.7 cores=0-7
/proc/25368/task/25369/stat : 25369 (claspmt) R 25366 25368 25267 0 -1 4202560 1029 0 0 0 70980 90 0 0 25 0 8 0 741082128 394489856 6223 33554432000 4194304 4964800 140735841075488 18446744073709551615 4342208 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=25368/tid=25370] ppid=25366 vsize=385244 CPUtime=708.88 cores=0-7
/proc/25368/task/25370/stat : 25370 (claspmt) R 25366 25368 25267 0 -1 4202560 910 0 0 0 70790 98 0 0 25 0 8 0 741082128 394489856 6223 33554432000 4194304 4964800 140735841075488 18446744073709551615 4651424 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=25368/tid=25371] ppid=25366 vsize=385244 CPUtime=711.17 cores=0-7
/proc/25368/task/25371/stat : 25371 (claspmt) R 25366 25368 25267 0 -1 4202560 535 0 0 0 71032 85 0 0 25 0 8 0 741082128 394489856 6223 33554432000 4194304 4964800 140735841075488 18446744073709551615 4669479 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25368/tid=25372] ppid=25366 vsize=385244 CPUtime=710 cores=0-7
/proc/25368/task/25372/stat : 25372 (claspmt) R 25366 25368 25267 0 -1 4202560 623 0 0 0 70911 89 0 0 25 0 8 0 741082128 394489856 6223 33554432000 4194304 4964800 140735841075488 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25368/tid=25373] ppid=25366 vsize=385244 CPUtime=710.55 cores=0-7
/proc/25368/task/25373/stat : 25373 (claspmt) R 25366 25368 25267 0 -1 4202560 550 0 0 0 70962 93 0 0 21 0 8 0 741082128 394489856 6223 33554432000 4194304 4964800 140735841075488 18446744073709551615 4627170 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=25368/tid=25374] ppid=25366 vsize=385244 CPUtime=710.35 cores=0-7
/proc/25368/task/25374/stat : 25374 (claspmt) R 25366 25368 25267 0 -1 4202560 597 0 0 0 70944 91 0 0 25 0 8 0 741082128 394489856 6223 33554432000 4194304 4964800 140735841075488 18446744073709551615 4669479 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=25368/tid=25375] ppid=25366 vsize=385244 CPUtime=711.71 cores=0-7
/proc/25368/task/25375/stat : 25375 (claspmt) R 25366 25368 25267 0 -1 4202560 727 0 0 0 71086 85 0 0 25 0 8 0 741082128 394489856 6223 33554432000 4194304 4964800 140735841075488 18446744073709551615 4669542 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5682.22
Current children cumulated vsize (KiB) 385244

Child status: 20
Real time (s): 712.311
CPU time (s): 5682.26
CPU user time (s): 5675.06
CPU system time (s): 7.19391
CPU usage (%): 797.722
Max. virtual memory (cumulated for all children) (KiB): 385244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5675.06
system time used= 7.19391
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6310
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= 1100434
involuntary context switches= 26585

runsolver used 2.94055 second user time and 6.76997 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-16 03:15:15
IDJOB=3381187
IDBENCH=84030
IDSOLVER=1865
FILE ID=node118/3381187-1305508515
RUNJOBID= node118-1305507295-25281
PBS_JOBID= 13325506
Free space on /tmp= 73268 MiB

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

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

MD5SUM BENCH= 17624c574c7f9ee0eff4cc4a13e42e12
RANDOM SEED=556084455

node118.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.842
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.68
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.842
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.842
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.74
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.842
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
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.68
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.842
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17179416 kB
Buffers:        313056 kB
Cached:        4717396 kB
SwapCached:      22076 kB
Active:       12811668 kB
Inactive:      2635360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17179416 kB
SwapTotal:    67111528 kB
SwapFree:     45193372 kB
Dirty:             824 kB
Writeback:          12 kB
AnonPages:    10407592 kB
Mapped:          21836 kB
Slab:           158480 kB
PageTables:      98440 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 125839228 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= 73264 MiB
End job on node118 at 2011-05-16 03:27:07