Trace number 3322579

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 12472.4 1562.75

General information on the benchmark

NameSAT03/handmade/stanion/hwb/
hwb-n28-02-S818962541.shuffled-as.sat03-1628.cnf
MD5SUMd705043763df769aab1e385bbbc2b11e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1325.32
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 ...390570/instance-3322579-1304390570.cnf
0.00/0.00	c Solving...
12472.10/1562.74	s UNSATISFIABLE
12472.10/1562.74	
12472.10/1562.74	c Models        : 0     
12472.10/1562.74	c Time          : 1562.740s (Solving: 1562.74s 1st Model: 0.00s Unsat: 1562.74s)
12472.10/1562.74	c CPU Time      : 12472.420s

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-3322579-1304390570/watcher-3322579-1304390570 -o /tmp/evaluation-result-3322579-1304390570/solver-3322579-1304390570 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3322579-1304390570.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: 7.53 7.93 7.97 2/274 22859
/proc/meminfo: memFree=17402120/32951124 swapFree=67111444/67111528
[pid=22859] ppid=22857 vsize=119080 CPUtime=0 cores=0-7
/proc/22859/stat : 22859 (claspmt) R 22857 22859 22776 0 -1 4202496 832 0 0 0 0 0 0 0 25 0 8 0 550654996 121937920 758 33554432000 4194304 4964704 140736943010496 18446744073709551615 228122374853 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/22859/statm: 29770 759 453 189 0 24119 0
[pid=22859/tid=22860] ppid=22857 vsize=119080 CPUtime=0 cores=0-7
/proc/22859/task/22860/stat : 22860 (claspmt) R 22857 22859 22776 0 -1 4202560 27 0 0 0 0 0 0 0 25 0 8 0 550654997 121937920 759 33554432000 4194304 4964704 140736943010496 18446744073709551615 228122374853 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=22859/tid=22861] ppid=22857 vsize=119080 CPUtime=0 cores=0-7
/proc/22859/task/22861/stat : 22861 (claspmt) R 22857 22859 22776 0 -1 4202560 20 0 0 0 0 0 0 0 25 0 8 0 550654997 121937920 759 33554432000 4194304 4964704 140736943010496 18446744073709551615 228122374853 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=22859/tid=22862] ppid=22857 vsize=119080 CPUtime=0 cores=0-7
/proc/22859/task/22862/stat : 22862 (claspmt) R 22857 22859 22776 0 -1 4202560 21 0 0 0 0 0 0 0 25 0 8 0 550654997 121937920 760 33554432000 4194304 4964704 140736943010496 18446744073709551615 228134529945 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=22859/tid=22863] ppid=22857 vsize=119080 CPUtime=0 cores=0-7
/proc/22859/task/22863/stat : 22863 (claspmt) S 22857 22859 22776 0 -1 4202560 19 0 0 0 0 0 0 0 25 0 8 0 550654997 121937920 760 33554432000 4194304 4964704 140736943010496 18446744073709551615 228134529945 0 0 4096 18946 18446604450558702016 0 0 -1 4 0 0 0
[pid=22859/tid=22864] ppid=22857 vsize=119080 CPUtime=0 cores=0-7
/proc/22859/task/22864/stat : 22864 (claspmt) S 22857 22859 22776 0 -1 4202560 23 0 0 0 0 0 0 0 25 0 8 0 550654997 121937920 760 33554432000 4194304 4964704 140736943010496 18446744073709551615 228134529945 0 0 4096 18946 18446604450558702016 0 0 -1 4 0 0 0
[pid=22859/tid=22865] ppid=22857 vsize=119080 CPUtime=0 cores=0-7
/proc/22859/task/22865/stat : 22865 (claspmt) S 22857 22859 22776 0 -1 4202560 21 0 0 0 0 0 0 0 25 0 8 0 550654997 121937920 761 33554432000 4194304 4964704 140736943010496 18446744073709551615 228134529945 0 0 4096 18946 18446604450558702016 0 0 -1 4 0 0 0
[pid=22859/tid=22866] ppid=22857 vsize=119080 CPUtime=0 cores=0-7
/proc/22859/task/22866/stat : 22866 (claspmt) R 22857 22859 22776 0 -1 4202560 47 0 0 0 0 0 0 0 25 0 8 0 550654997 121937920 761 33554432000 4194304 4964704 140736943010496 18446744073709551615 4668714 0 0 4096 18946 0 0 0 -1 4 0 0 0

[startup+0.065219 s]
/proc/loadavg: 7.53 7.93 7.97 2/274 22859
/proc/meminfo: memFree=17402120/32951124 swapFree=67111444/67111528
[pid=22859] ppid=22857 vsize=250284 CPUtime=0.63 cores=0-7
/proc/22859/stat : 22859 (claspmt) R 22857 22859 22776 0 -1 4202496 1173 0 0 0 63 0 0 0 18 0 8 0 550654996 256290816 1099 33554432000 4194304 4964704 140736943010496 18446744073709551615 228122819103 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/22859/statm: 78988 1177 464 189 0 73337 0
[pid=22859/tid=22860] ppid=22857 vsize=315952 CPUtime=0.14 cores=0-7
/proc/22859/task/22860/stat : 22860 (claspmt) R 22857 22859 22776 0 -1 4202560 98 0 0 0 14 0 0 0 18 0 8 0 550654997 323534848 1241 33554432000 4194304 4964704 140736943010496 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=22859/tid=22861] ppid=22857 vsize=315952 CPUtime=0.19 cores=0-7
/proc/22859/task/22861/stat : 22861 (claspmt) R 22857 22859 22776 0 -1 4202560 110 0 0 0 19 0 0 0 25 0 8 0 550654997 323534848 1305 33554432000 4194304 4964704 140736943010496 18446744073709551615 4321065 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=22859/tid=22862] ppid=22857 vsize=316084 CPUtime=0.23 cores=0-7
/proc/22859/task/22862/stat : 22862 (claspmt) R 22857 22859 22776 0 -1 4202560 73 0 0 0 23 0 0 0 25 0 8 0 550654997 323670016 1417 33554432000 4194304 4964704 140736943010496 18446744073709551615 228122819103 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=22859/tid=22863] ppid=22857 vsize=316084 CPUtime=0.26 cores=0-7
/proc/22859/task/22863/stat : 22863 (claspmt) R 22857 22859 22776 0 -1 4202560 88 0 0 0 26 0 0 0 25 0 8 0 550654997 323670016 1454 33554432000 4194304 4964704 140736943010496 18446744073709551615 228122819103 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=22859/tid=22864] ppid=22857 vsize=316084 CPUtime=0.34 cores=0-7
/proc/22859/task/22864/stat : 22864 (claspmt) R 22857 22859 22776 0 -1 4202560 90 0 0 0 34 0 0 0 25 0 8 0 550654997 323670016 1536 33554432000 4194304 4964704 140736943010496 18446744073709551615 228122819103 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=22859/tid=22865] ppid=22857 vsize=316216 CPUtime=0.39 cores=0-7
/proc/22859/task/22865/stat : 22865 (claspmt) S 22857 22859 22776 0 -1 4202560 80 0 0 0 39 0 0 0 18 0 8 0 550654997 323805184 1586 33554432000 4194304 4964704 140736943010496 18446744073709551615 228122819054 0 0 4096 18946 18446604450558702016 0 0 -1 7 0 0 0
[pid=22859/tid=22866] ppid=22857 vsize=316216 CPUtime=0.44 cores=0-7
/proc/22859/task/22866/stat : 22866 (claspmt) R 22857 22859 22776 0 -1 4202560 241 0 0 0 44 0 0 0 18 0 8 0 550654997 323805184 1611 33554432000 4194304 4964704 140736943010496 18446744073709551615 228122819103 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 250284

[startup+0.690869 s]
/proc/loadavg: 7.53 7.93 7.97 2/274 22859
/proc/meminfo: memFree=17402120/32951124 swapFree=67111444/67111528
[pid=22859] ppid=22857 vsize=316348 CPUtime=5.83 cores=0-7
/proc/22859/stat : 22859 (claspmt) R 22857 22859 22776 0 -1 4202496 1855 0 0 0 580 3 0 0 18 0 8 0 550654996 323940352 1781 33554432000 4194304 4964704 140736943010496 18446744073709551615 228122819103 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/22859/statm: 79087 1819 464 189 0 73436 0
[pid=22859/tid=22860] ppid=22857 vsize=316348 CPUtime=0.83 cores=0-7
/proc/22859/task/22860/stat : 22860 (claspmt) R 22857 22859 22776 0 -1 4202560 180 0 0 0 83 0 0 0 19 0 8 0 550654997 323940352 1863 33554432000 4194304 4964704 140736943010496 18446744073709551615 4670193 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=22859/tid=22861] ppid=22857 vsize=316348 CPUtime=0.87 cores=0-7
/proc/22859/task/22861/stat : 22861 (claspmt) R 22857 22859 22776 0 -1 4202560 231 0 0 0 87 0 0 0 25 0 8 0 550654997 323940352 1882 33554432000 4194304 4964704 140736943010496 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=22859/tid=22862] ppid=22857 vsize=316348 CPUtime=0.92 cores=0-7
/proc/22859/task/22862/stat : 22862 (claspmt) R 22857 22859 22776 0 -1 4202560 89 0 0 0 92 0 0 0 18 0 8 0 550654997 323940352 1919 33554432000 4194304 4964704 140736943010496 18446744073709551615 4660994 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=22859/tid=22863] ppid=22857 vsize=316348 CPUtime=0.97 cores=0-7
/proc/22859/task/22863/stat : 22863 (claspmt) R 22857 22859 22776 0 -1 4202560 179 0 0 0 97 0 0 0 18 0 8 0 550654997 323940352 1931 33554432000 4194304 4964704 140736943010496 18446744073709551615 228122819103 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=22859/tid=22864] ppid=22857 vsize=316348 CPUtime=0.99 cores=0-7
/proc/22859/task/22864/stat : 22864 (claspmt) R 22857 22859 22776 0 -1 4202560 98 0 0 0 99 0 0 0 18 0 8 0 550654997 323940352 1932 33554432000 4194304 4964704 140736943010496 18446744073709551615 228122819103 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=22859/tid=22865] ppid=22857 vsize=316476 CPUtime=1.03 cores=0-7
/proc/22859/task/22865/stat : 22865 (claspmt) R 22857 22859 22776 0 -1 4202560 109 0 0 0 103 0 0 0 18 0 8 0 550654997 324071424 1943 33554432000 4194304 4964704 140736943010496 18446744073709551615 228122819054 0 0 4096 18946 18446604450558702016 0 0 -1 7 0 0 0
[pid=22859/tid=22866] ppid=22857 vsize=316476 CPUtime=1.08 cores=0-7
/proc/22859/task/22866/stat : 22866 (claspmt) R 22857 22859 22776 0 -1 4202560 304 0 0 0 108 0 0 0 19 0 8 0 550654997 324071424 1958 33554432000 4194304 4964704 140736943010496 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 316348

[startup+1.35369 s]
/proc/loadavg: 7.53 7.93 7.97 2/274 22859
/proc/meminfo: memFree=17402120/32951124 swapFree=67111444/67111528
[pid=22859] ppid=22857 vsize=316476 CPUtime=10.86 cores=0-7
/proc/22859/stat : 22859 (claspmt) R 22857 22859 22776 0 -1 4202496 2143 0 0 0 1081 5 0 0 19 0 8 0 550654996 324071424 2069 33554432000 4194304 4964704 140736943010496 18446744073709551615 228122819103 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/22859/statm: 79119 2099 464 189 0 73468 0
[pid=22859/tid=22860] ppid=22857 vsize=316476 CPUtime=1.42 cores=0-7
/proc/22859/task/22860/stat : 22860 (claspmt) R 22857 22859 22776 0 -1 4202560 233 0 0 0 142 0 0 0 18 0 8 0 550654997 324071424 2108 33554432000 4194304 4964704 140736943010496 18446744073709551615 4670215 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=22859/tid=22861] ppid=22857 vsize=316476 CPUtime=1.49 cores=0-7
/proc/22859/task/22861/stat : 22861 (claspmt) R 22857 22859 22776 0 -1 4202560 259 0 0 0 149 0 0 0 25 0 8 0 550654997 324071424 2130 33554432000 4194304 4964704 140736943010496 18446744073709551615 4320928 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=22859/tid=22862] ppid=22857 vsize=316476 CPUtime=1.51 cores=0-7
/proc/22859/task/22862/stat : 22862 (claspmt) R 22857 22859 22776 0 -1 4202560 103 0 0 0 151 0 0 0 18 0 8 0 550654997 324071424 2140 33554432000 4194304 4964704 140736943010496 18446744073709551615 228122819103 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=22859/tid=22863] ppid=22857 vsize=316608 CPUtime=1.55 cores=0-7
/proc/22859/task/22863/stat : 22863 (claspmt) R 22857 22859 22776 0 -1 4202560 228 0 0 0 155 0 0 0 18 0 8 0 550654997 324206592 2163 33554432000 4194304 4964704 140736943010496 18446744073709551615 228122410763 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=22859/tid=22864] ppid=22857 vsize=316608 CPUtime=1.59 cores=0-7
/proc/22859/task/22864/stat : 22864 (claspmt) R 22857 22859 22776 0 -1 4202560 106 0 0 0 159 0 0 0 18 0 8 0 550654997 324206592 2165 33554432000 4194304 4964704 140736943010496 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=22859/tid=22865] ppid=22857 vsize=316608 CPUtime=1.59 cores=0-7
/proc/22859/task/22865/stat : 22865 (claspmt) R 22857 22859 22776 0 -1 4202560 120 0 0 0 159 0 0 0 19 0 8 0 550654997 324206592 2165 33554432000 4194304 4964704 140736943010496 18446744073709551615 4324688 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=22859/tid=22866] ppid=22857 vsize=316608 CPUtime=1.59 cores=0-7
/proc/22859/task/22866/stat : 22866 (claspmt) R 22857 22859 22776 0 -1 4202560 360 0 0 0 159 0 0 0 20 0 8 0 550654997 324206592 2165 33554432000 4194304 4964704 140736943010496 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 10.86
Current children cumulated vsize (KiB) 316476

[startup+1.66729 s]
/proc/loadavg: 7.53 7.93 7.97 2/274 22859
/proc/meminfo: memFree=17402120/32951124 swapFree=67111444/67111528
[pid=22859] ppid=22857 vsize=316608 CPUtime=13.38 cores=0-7
/proc/22859/stat : 22859 (claspmt) R 22857 22859 22776 0 -1 4202496 2260 0 0 0 1332 6 0 0 20 0 8 0 550654996 324206592 2186 33554432000 4194304 4964704 140736943010496 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/22859/statm: 79152 2196 464 189 0 73501 0
[pid=22859/tid=22860] ppid=22857 vsize=316608 CPUtime=1.7 cores=0-7
/proc/22859/task/22860/stat : 22860 (claspmt) R 22857 22859 22776 0 -1 4202560 242 0 0 0 170 0 0 0 19 0 8 0 550654997 324206592 2196 33554432000 4194304 4964704 140736943010496 18446744073709551615 4670215 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=22859/tid=22861] ppid=22857 vsize=316608 CPUtime=1.7 cores=0-7
/proc/22859/task/22861/stat : 22861 (claspmt) R 22857 22859 22776 0 -1 4202560 263 0 0 0 170 0 0 0 25 0 8 0 550654997 324206592 2196 33554432000 4194304 4964704 140736943010496 18446744073709551615 4668725 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=22859/tid=22862] ppid=22857 vsize=316608 CPUtime=1.68 cores=0-7
/proc/22859/task/22862/stat : 22862 (claspmt) R 22857 22859 22776 0 -1 4202560 103 0 0 0 168 0 0 0 18 0 8 0 550654997 324206592 2196 33554432000 4194304 4964704 140736943010496 18446744073709551615 4658341 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=22859/tid=22863] ppid=22857 vsize=316608 CPUtime=1.68 cores=0-7
/proc/22859/task/22863/stat : 22863 (claspmt) R 22857 22859 22776 0 -1 4202560 231 0 0 0 167 1 0 0 18 0 8 0 550654997 324206592 2196 33554432000 4194304 4964704 140736943010496 18446744073709551615 4654527 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=22859/tid=22864] ppid=22857 vsize=316608 CPUtime=1.7 cores=0-7
/proc/22859/task/22864/stat : 22864 (claspmt) R 22857 22859 22776 0 -1 4202560 106 0 0 0 169 1 0 0 19 0 8 0 550654997 324206592 2196 33554432000 4194304 4964704 140736943010496 18446744073709551615 4670277 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=22859/tid=22865] ppid=22857 vsize=316608 CPUtime=1.69 cores=0-7
/proc/22859/task/22865/stat : 22865 (claspmt) R 22857 22859 22776 0 -1 4202560 123 0 0 0 169 0 0 0 19 0 8 0 550654997 324206592 2196 33554432000 4194304 4964704 140736943010496 18446744073709551615 4660769 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=22859/tid=22866] ppid=22857 vsize=316608 CPUtime=1.69 cores=0-7
/proc/22859/task/22866/stat : 22866 (claspmt) R 22857 22859 22776 0 -1 4202560 364 0 0 0 169 0 0 0 20 0 8 0 550654997 324206592 2196 33554432000 4194304 4964704 140736943010496 18446744073709551615 4670332 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 13.38
Current children cumulated vsize (KiB) 316608

[startup+1.76315 s]
/proc/loadavg: 7.53 7.93 7.97 2/274 22859
/proc/meminfo: memFree=17402120/32951124 swapFree=67111444/67111528
[pid=22859] ppid=22857 vsize=316608 CPUtime=14.22 cores=0-7
/proc/22859/stat : 22859 (claspmt) R 22857 22859 22776 0 -1 4202496 2325 0 0 0 1416 6 0 0 20 0 8 0 550654996 324206592 2251 33554432000 4194304 4964704 140736943010496 18446744073709551615 4670230 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/22859/statm: 79152 2258 464 189 0 73501 0
[pid=22859/tid=22860] ppid=22857 vsize=316608 CPUtime=1.8 cores=0-7
/proc/22859/task/22860/stat : 22860 (claspmt) R 22857 22859 22776 0 -1 4202560 253 0 0 0 180 0 0 0 19 0 8 0 550654997 324206592 2258 33554432000 4194304 4964704 140736943010496 18446744073709551615 4320981 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=22859/tid=22861] ppid=22857 vsize=316608 CPUtime=1.8 cores=0-7
/proc/22859/task/22861/stat : 22861 (claspmt) R 22857 22859 22776 0 -1 4202560 279 0 0 0 180 0 0 0 25 0 8 0 550654997 324206592 2258 33554432000 4194304 4964704 140736943010496 18446744073709551615 4670243 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=22859/tid=22862] ppid=22857 vsize=316608 CPUtime=1.78 cores=0-7
/proc/22859/task/22862/stat : 22862 (claspmt) R 22857 22859 22776 0 -1 4202560 103 0 0 0 178 0 0 0 18 0 8 0 550654997 324206592 2258 33554432000 4194304 4964704 140736943010496 18446744073709551615 4363610 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=22859/tid=22863] ppid=22857 vsize=316608 CPUtime=1.78 cores=0-7
/proc/22859/task/22863/stat : 22863 (claspmt) R 22857 22859 22776 0 -1 4202560 236 0 0 0 177 1 0 0 18 0 8 0 550654997 324206592 2258 33554432000 4194304 4964704 140736943010496 18446744073709551615 4670454 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=22859/tid=22864] ppid=22857 vsize=316608 CPUtime=1.8 cores=0-7
/proc/22859/task/22864/stat : 22864 (claspmt) R 22857 22859 22776 0 -1 4202560 107 0 0 0 179 1 0 0 19 0 8 0 550654997 324206592 2258 33554432000 4194304 4964704 140736943010496 18446744073709551615 4670454 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=22859/tid=22865] ppid=22857 vsize=316608 CPUtime=1.79 cores=0-7
/proc/22859/task/22865/stat : 22865 (claspmt) R 22857 22859 22776 0 -1 4202560 125 0 0 0 179 0 0 0 19 0 8 0 550654997 324206592 2258 33554432000 4194304 4964704 140736943010496 18446744073709551615 4683577 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=22859/tid=22866] ppid=22857 vsize=316608 CPUtime=1.79 cores=0-7
/proc/22859/task/22866/stat : 22866 (claspmt) R 22857 22859 22776 0 -1 4202560 372 0 0 0 179 0 0 0 20 0 8 0 550654997 324206592 2258 33554432000 4194304 4964704 140736943010496 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 14.22
Current children cumulated vsize (KiB) 316608

[startup+3.1003 s]
/proc/loadavg: 7.53 7.93 7.97 8/282 22867
/proc/meminfo: memFree=17395368/32951124 swapFree=67111444/67111528
[pid=22859] ppid=22857 vsize=316876 CPUtime=24.62 cores=0-7
/proc/22859/stat : 22859 (claspmt) R 22857 22859 22776 0 -1 4202496 2598 0 0 0 2453 9 0 0 19 0 8 0 550654996 324481024 2524 33554432000 4194304 4964704 140736943010496 18446744073709551615 228122372519 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/22859/statm: 79219 2524 464 189 0 73568 0
[pid=22859/tid=22860] ppid=22857 vsize=316876 CPUtime=3.07 cores=0-7
/proc/22859/task/22860/stat : 22860 (claspmt) R 22857 22859 22776 0 -1 4202560 314 0 0 0 307 0 0 0 21 0 8 0 550654997 324481024 2524 33554432000 4194304 4964704 140736943010496 18446744073709551615 4332168 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=22859/tid=22861] ppid=22857 vsize=316876 CPUtime=3.08 cores=0-7
/proc/22859/task/22861/stat : 22861 (claspmt) R 22857 22859 22776 0 -1 4202560 347 0 0 0 308 0 0 0 19 0 8 0 550654997 324481024 2524 33554432000 4194304 4964704 140736943010496 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=22859/tid=22862] ppid=22857 vsize=316876 CPUtime=3.06 cores=0-7
/proc/22859/task/22862/stat : 22862 (claspmt) R 22857 22859 22776 0 -1 4202560 111 0 0 0 306 0 0 0 20 0 8 0 550654997 324481024 2524 33554432000 4194304 4964704 140736943010496 18446744073709551615 4321121 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=22859/tid=22863] ppid=22857 vsize=316876 CPUtime=3.06 cores=0-7
/proc/22859/task/22863/stat : 22863 (claspmt) R 22857 22859 22776 0 -1 4202560 261 0 0 0 305 1 0 0 20 0 8 0 550654997 324481024 2524 33554432000 4194304 4964704 140736943010496 18446744073709551615 4321069 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=22859/tid=22864] ppid=22857 vsize=316876 CPUtime=3.07 cores=0-7
/proc/22859/task/22864/stat : 22864 (claspmt) R 22857 22859 22776 0 -1 4202560 111 0 0 0 306 1 0 0 18 0 8 0 550654997 324481024 2524 33554432000 4194304 4964704 140736943010496 18446744073709551615 4670454 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=22859/tid=22865] ppid=22857 vsize=316876 CPUtime=3.07 cores=0-7
/proc/22859/task/22865/stat : 22865 (claspmt) R 22857 22859 22776 0 -1 4202560 135 0 0 0 306 1 0 0 22 0 8 0 550654997 324481024 2524 33554432000 4194304 4964704 140736943010496 18446744073709551615 4320864 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=22859/tid=22866] ppid=22857 vsize=316876 CPUtime=3.07 cores=0-7
/proc/22859/task/22866/stat : 22866 (claspmt) R 22857 22859 22776 0 -1 4202560 414 0 0 0 306 1 0 0 18 0 8 0 550654997 324481024 2524 33554432000 4194304 4964704 140736943010496 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.62
Current children cumulated vsize (KiB) 316876

[startup+6.30073 s]
/proc/loadavg: 7.56 7.93 7.97 9/282 22867
/proc/meminfo: memFree=17392824/32951124 swapFree=67111444/67111528
[pid=22859] ppid=22857 vsize=317264 CPUtime=50.14 cores=0-7
/proc/22859/stat : 22859 (claspmt) R 22857 22859 22776 0 -1 4202496 3096 0 0 0 4998 16 0 0 21 0 8 0 550654996 324878336 3022 33554432000 4194304 4964704 140736943010496 18446744073709551615 4660304 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/22859/statm: 79316 3022 464 189 0 73665 0
[pid=22859/tid=22860] ppid=22857 vsize=317264 CPUtime=6.27 cores=0-7
/proc/22859/task/22860/stat : 22860 (claspmt) R 22857 22859 22776 0 -1 4202560 411 0 0 0 626 1 0 0 18 0 8 0 550654997 324878336 3022 33554432000 4194304 4964704 140736943010496 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=22859/tid=22861] ppid=22857 vsize=317264 CPUtime=6.28 cores=0-7
/proc/22859/task/22861/stat : 22861 (claspmt) R 22857 22859 22776 0 -1 4202560 428 0 0 0 627 1 0 0 25 0 8 0 550654997 324878336 3022 33554432000 4194304 4964704 140736943010496 18446744073709551615 4669391 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=22859/tid=22862] ppid=22857 vsize=317264 CPUtime=6.27 cores=0-7
/proc/22859/task/22862/stat : 22862 (claspmt) R 22857 22859 22776 0 -1 4202560 130 0 0 0 625 2 0 0 21 0 8 0 550654997 324878336 3022 33554432000 4194304 4964704 140736943010496 18446744073709551615 4321176 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=22859/tid=22863] ppid=22857 vsize=317264 CPUtime=6.25 cores=0-7
/proc/22859/task/22863/stat : 22863 (claspmt) R 22857 22859 22776 0 -1 4202560 345 0 0 0 624 1 0 0 21 0 8 0 550654997 324878336 3022 33554432000 4194304 4964704 140736943010496 18446744073709551615 228122381274 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=22859/tid=22864] ppid=22857 vsize=317264 CPUtime=6.27 cores=0-7
/proc/22859/task/22864/stat : 22864 (claspmt) R 22857 22859 22776 0 -1 4202560 131 0 0 0 625 2 0 0 19 0 8 0 550654997 324878336 3022 33554432000 4194304 4964704 140736943010496 18446744073709551615 4668709 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=22859/tid=22865] ppid=22857 vsize=317264 CPUtime=6.23 cores=0-7
/proc/22859/task/22865/stat : 22865 (claspmt) R 22857 22859 22776 0 -1 4202560 164 0 0 0 622 1 0 0 19 0 8 0 550654997 324878336 3022 33554432000 4194304 4964704 140736943010496 18446744073709551615 4669455 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=22859/tid=22866] ppid=22857 vsize=317264 CPUtime=6.26 cores=0-7
/proc/22859/task/22866/stat : 22866 (claspmt) R 22857 22859 22776 0 -1 4202560 498 0 0 0 624 2 0 0 19 0 8 0 550654997 324878336 3022 33554432000 4194304 4964704 140736943010496 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 5 0 0 0

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

/proc/22859/task/22863/stat : 22863 (claspmt) R 22857 22859 22776 0 -1 4202560 724 0 0 0 154486 212 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4670243 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=22859/tid=22864] ppid=22857 vsize=385356 CPUtime=1545.36 cores=0-7
/proc/22859/task/22864/stat : 22864 (claspmt) R 22857 22859 22776 0 -1 4202560 612 0 0 0 154325 211 0 0 18 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4669427 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=22859/tid=22865] ppid=22857 vsize=385356 CPUtime=1545.32 cores=0-7
/proc/22859/task/22865/stat : 22865 (claspmt) R 22857 22859 22776 0 -1 4202560 677 0 0 0 154324 208 0 0 18 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 228122819103 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=22859/tid=22866] ppid=22857 vsize=385356 CPUtime=1545.8 cores=0-7
/proc/22859/task/22866/stat : 22866 (claspmt) R 22857 22859 22776 0 -1 4202560 959 0 0 0 154339 241 0 0 18 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 228122819103 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12370.8
Current children cumulated vsize (KiB) 385356

[startup+1556.4 s]
/proc/loadavg: 8.08 8.08 8.03 9/282 22920
/proc/meminfo: memFree=17376724/32951124 swapFree=67111444/67111528
[pid=22859] ppid=22857 vsize=385356 CPUtime=12421.8 cores=0-7
/proc/22859/stat : 22859 (claspmt) R 22857 22859 22776 0 -1 4202496 6805 0 0 0 1240515 1664 0 0 18 0 8 0 550654996 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4364604 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/22859/statm: 96339 6731 464 189 0 90688 0
[pid=22859/tid=22860] ppid=22857 vsize=385356 CPUtime=1553.79 cores=0-7
/proc/22859/task/22860/stat : 22860 (claspmt) R 22857 22859 22776 0 -1 4202560 1009 0 0 0 155155 224 0 0 18 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4670458 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=22859/tid=22861] ppid=22857 vsize=385356 CPUtime=1552.67 cores=0-7
/proc/22859/task/22861/stat : 22861 (claspmt) R 22857 22859 22776 0 -1 4202560 940 0 0 0 155077 190 0 0 19 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4320939 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=22859/tid=22862] ppid=22857 vsize=385356 CPUtime=1553.9 cores=0-7
/proc/22859/task/22862/stat : 22862 (claspmt) R 22857 22859 22776 0 -1 4202560 592 0 0 0 155206 184 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=22859/tid=22863] ppid=22857 vsize=385356 CPUtime=1553.31 cores=0-7
/proc/22859/task/22863/stat : 22863 (claspmt) R 22857 22859 22776 0 -1 4202560 724 0 0 0 155119 212 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4668668 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=22859/tid=22864] ppid=22857 vsize=385356 CPUtime=1551.74 cores=0-7
/proc/22859/task/22864/stat : 22864 (claspmt) R 22857 22859 22776 0 -1 4202560 612 0 0 0 154963 211 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=22859/tid=22865] ppid=22857 vsize=385356 CPUtime=1551.7 cores=0-7
/proc/22859/task/22865/stat : 22865 (claspmt) R 22857 22859 22776 0 -1 4202560 677 0 0 0 154962 208 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4660075 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=22859/tid=22866] ppid=22857 vsize=385356 CPUtime=1552.17 cores=0-7
/proc/22859/task/22866/stat : 22866 (claspmt) R 22857 22859 22776 0 -1 4202560 959 0 0 0 154976 241 0 0 19 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12421.8
Current children cumulated vsize (KiB) 385356

[startup+1559.6 s]
/proc/loadavg: 8.08 8.08 8.03 9/282 22921
/proc/meminfo: memFree=17376724/32951124 swapFree=67111444/67111528
[pid=22859] ppid=22857 vsize=385356 CPUtime=12447.3 cores=0-7
/proc/22859/stat : 22859 (claspmt) R 22857 22859 22776 0 -1 4202496 6805 0 0 0 1243068 1667 0 0 25 0 8 0 550654996 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4320902 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/22859/statm: 96339 6731 464 189 0 90688 0
[pid=22859/tid=22860] ppid=22857 vsize=385356 CPUtime=1556.99 cores=0-7
/proc/22859/task/22860/stat : 22860 (claspmt) R 22857 22859 22776 0 -1 4202560 1009 0 0 0 155475 224 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4669844 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=22859/tid=22861] ppid=22857 vsize=385356 CPUtime=1555.87 cores=0-7
/proc/22859/task/22861/stat : 22861 (claspmt) R 22857 22859 22776 0 -1 4202560 940 0 0 0 155396 191 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4378516 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=22859/tid=22862] ppid=22857 vsize=385356 CPUtime=1557.1 cores=0-7
/proc/22859/task/22862/stat : 22862 (claspmt) R 22857 22859 22776 0 -1 4202560 592 0 0 0 155526 184 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4668618 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=22859/tid=22863] ppid=22857 vsize=385356 CPUtime=1556.49 cores=0-7
/proc/22859/task/22863/stat : 22863 (claspmt) R 22857 22859 22776 0 -1 4202560 724 0 0 0 155436 213 0 0 19 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4668618 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=22859/tid=22864] ppid=22857 vsize=385356 CPUtime=1554.94 cores=0-7
/proc/22859/task/22864/stat : 22864 (claspmt) R 22857 22859 22776 0 -1 4202560 612 0 0 0 155282 212 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4670277 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=22859/tid=22865] ppid=22857 vsize=385356 CPUtime=1554.9 cores=0-7
/proc/22859/task/22865/stat : 22865 (claspmt) R 22857 22859 22776 0 -1 4202560 677 0 0 0 155281 209 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4654435 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=22859/tid=22866] ppid=22857 vsize=385356 CPUtime=1555.38 cores=0-7
/proc/22859/task/22866/stat : 22866 (claspmt) R 22857 22859 22776 0 -1 4202560 959 0 0 0 155296 242 0 0 18 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4320848 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12447.3
Current children cumulated vsize (KiB) 385356

[startup+1561.2 s]
/proc/loadavg: 8.07 8.08 8.03 9/282 22921
/proc/meminfo: memFree=17376724/32951124 swapFree=67111444/67111528
[pid=22859] ppid=22857 vsize=385356 CPUtime=12460.1 cores=0-7
/proc/22859/stat : 22859 (claspmt) R 22857 22859 22776 0 -1 4202496 6805 0 0 0 1244345 1667 0 0 25 0 8 0 550654996 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4332672 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/22859/statm: 96339 6731 464 189 0 90688 0
[pid=22859/tid=22860] ppid=22857 vsize=385356 CPUtime=1558.59 cores=0-7
/proc/22859/task/22860/stat : 22860 (claspmt) R 22857 22859 22776 0 -1 4202560 1009 0 0 0 155635 224 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4320944 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=22859/tid=22861] ppid=22857 vsize=385356 CPUtime=1557.47 cores=0-7
/proc/22859/task/22861/stat : 22861 (claspmt) R 22857 22859 22776 0 -1 4202560 940 0 0 0 155556 191 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4653140 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=22859/tid=22862] ppid=22857 vsize=385356 CPUtime=1558.7 cores=0-7
/proc/22859/task/22862/stat : 22862 (claspmt) R 22857 22859 22776 0 -1 4202560 592 0 0 0 155686 184 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4670230 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=22859/tid=22863] ppid=22857 vsize=385356 CPUtime=1558.08 cores=0-7
/proc/22859/task/22863/stat : 22863 (claspmt) R 22857 22859 22776 0 -1 4202560 724 0 0 0 155595 213 0 0 23 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=22859/tid=22864] ppid=22857 vsize=385356 CPUtime=1556.54 cores=0-7
/proc/22859/task/22864/stat : 22864 (claspmt) R 22857 22859 22776 0 -1 4202560 612 0 0 0 155442 212 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4670193 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=22859/tid=22865] ppid=22857 vsize=385356 CPUtime=1556.5 cores=0-7
/proc/22859/task/22865/stat : 22865 (claspmt) R 22857 22859 22776 0 -1 4202560 677 0 0 0 155441 209 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4669365 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=22859/tid=22866] ppid=22857 vsize=385356 CPUtime=1556.97 cores=0-7
/proc/22859/task/22866/stat : 22866 (claspmt) R 22857 22859 22776 0 -1 4202560 959 0 0 0 155455 242 0 0 21 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4627168 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12460.1
Current children cumulated vsize (KiB) 385356

[startup+1562 s]
/proc/loadavg: 8.07 8.08 8.03 9/282 22921
/proc/meminfo: memFree=17376724/32951124 swapFree=67111444/67111528
[pid=22859] ppid=22857 vsize=385356 CPUtime=12466.5 cores=0-7
/proc/22859/stat : 22859 (claspmt) R 22857 22859 22776 0 -1 4202496 6805 0 0 0 1244983 1668 0 0 25 0 8 0 550654996 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4669429 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/22859/statm: 96339 6731 464 189 0 90688 0
[pid=22859/tid=22860] ppid=22857 vsize=385356 CPUtime=1559.39 cores=0-7
/proc/22859/task/22860/stat : 22860 (claspmt) R 22857 22859 22776 0 -1 4202560 1009 0 0 0 155715 224 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4670458 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=22859/tid=22861] ppid=22857 vsize=385356 CPUtime=1558.26 cores=0-7
/proc/22859/task/22861/stat : 22861 (claspmt) R 22857 22859 22776 0 -1 4202560 940 0 0 0 155635 191 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4660292 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=22859/tid=22862] ppid=22857 vsize=385356 CPUtime=1559.5 cores=0-7
/proc/22859/task/22862/stat : 22862 (claspmt) R 22857 22859 22776 0 -1 4202560 592 0 0 0 155766 184 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4669429 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=22859/tid=22863] ppid=22857 vsize=385356 CPUtime=1558.87 cores=0-7
/proc/22859/task/22863/stat : 22863 (claspmt) R 22857 22859 22776 0 -1 4202560 724 0 0 0 155674 213 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4668654 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=22859/tid=22864] ppid=22857 vsize=385356 CPUtime=1557.34 cores=0-7
/proc/22859/task/22864/stat : 22864 (claspmt) R 22857 22859 22776 0 -1 4202560 612 0 0 0 155522 212 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4332205 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=22859/tid=22865] ppid=22857 vsize=385356 CPUtime=1557.3 cores=0-7
/proc/22859/task/22865/stat : 22865 (claspmt) R 22857 22859 22776 0 -1 4202560 677 0 0 0 155521 209 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4325293 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=22859/tid=22866] ppid=22857 vsize=385356 CPUtime=1557.77 cores=0-7
/proc/22859/task/22866/stat : 22866 (claspmt) R 22857 22859 22776 0 -1 4202560 959 0 0 0 155535 242 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12466.5
Current children cumulated vsize (KiB) 385356

[startup+1562.4 s]
/proc/loadavg: 8.07 8.08 8.03 9/282 22921
/proc/meminfo: memFree=17376724/32951124 swapFree=67111444/67111528
[pid=22859] ppid=22857 vsize=385356 CPUtime=12469.7 cores=0-7
/proc/22859/stat : 22859 (claspmt) R 22857 22859 22776 0 -1 4202496 6805 0 0 0 1245302 1668 0 0 25 0 8 0 550654996 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4332144 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/22859/statm: 96339 6731 464 189 0 90688 0
[pid=22859/tid=22860] ppid=22857 vsize=385356 CPUtime=1559.79 cores=0-7
/proc/22859/task/22860/stat : 22860 (claspmt) R 22857 22859 22776 0 -1 4202560 1009 0 0 0 155755 224 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4669423 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=22859/tid=22861] ppid=22857 vsize=385356 CPUtime=1558.66 cores=0-7
/proc/22859/task/22861/stat : 22861 (claspmt) R 22857 22859 22776 0 -1 4202560 940 0 0 0 155675 191 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=22859/tid=22862] ppid=22857 vsize=385356 CPUtime=1559.9 cores=0-7
/proc/22859/task/22862/stat : 22862 (claspmt) R 22857 22859 22776 0 -1 4202560 592 0 0 0 155806 184 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=22859/tid=22863] ppid=22857 vsize=385356 CPUtime=1559.27 cores=0-7
/proc/22859/task/22863/stat : 22863 (claspmt) R 22857 22859 22776 0 -1 4202560 724 0 0 0 155714 213 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4660107 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=22859/tid=22864] ppid=22857 vsize=385356 CPUtime=1557.73 cores=0-7
/proc/22859/task/22864/stat : 22864 (claspmt) R 22857 22859 22776 0 -1 4202560 612 0 0 0 155561 212 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4670230 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=22859/tid=22865] ppid=22857 vsize=385356 CPUtime=1557.7 cores=0-7
/proc/22859/task/22865/stat : 22865 (claspmt) R 22857 22859 22776 0 -1 4202560 677 0 0 0 155561 209 0 0 18 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4684009 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=22859/tid=22866] ppid=22857 vsize=385356 CPUtime=1558.17 cores=0-7
/proc/22859/task/22866/stat : 22866 (claspmt) R 22857 22859 22776 0 -1 4202560 959 0 0 0 155575 242 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4669277 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12469.7
Current children cumulated vsize (KiB) 385356

[startup+1562.6 s]
/proc/loadavg: 8.07 8.08 8.03 9/282 22921
/proc/meminfo: memFree=17376724/32951124 swapFree=67111444/67111528
[pid=22859] ppid=22857 vsize=385356 CPUtime=12471.3 cores=0-7
/proc/22859/stat : 22859 (claspmt) R 22857 22859 22776 0 -1 4202496 6805 0 0 0 1245462 1668 0 0 25 0 8 0 550654996 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4320951 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/22859/statm: 96339 6731 464 189 0 90688 0
[pid=22859/tid=22860] ppid=22857 vsize=385356 CPUtime=1559.99 cores=0-7
/proc/22859/task/22860/stat : 22860 (claspmt) R 22857 22859 22776 0 -1 4202560 1009 0 0 0 155775 224 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4362240 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=22859/tid=22861] ppid=22857 vsize=385356 CPUtime=1558.86 cores=0-7
/proc/22859/task/22861/stat : 22861 (claspmt) R 22857 22859 22776 0 -1 4202560 940 0 0 0 155695 191 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4660085 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=22859/tid=22862] ppid=22857 vsize=385356 CPUtime=1560.1 cores=0-7
/proc/22859/task/22862/stat : 22862 (claspmt) R 22857 22859 22776 0 -1 4202560 592 0 0 0 155826 184 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=22859/tid=22863] ppid=22857 vsize=385356 CPUtime=1559.47 cores=0-7
/proc/22859/task/22863/stat : 22863 (claspmt) R 22857 22859 22776 0 -1 4202560 724 0 0 0 155734 213 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4342144 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=22859/tid=22864] ppid=22857 vsize=385356 CPUtime=1557.93 cores=0-7
/proc/22859/task/22864/stat : 22864 (claspmt) R 22857 22859 22776 0 -1 4202560 612 0 0 0 155581 212 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4669316 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=22859/tid=22865] ppid=22857 vsize=385356 CPUtime=1557.9 cores=0-7
/proc/22859/task/22865/stat : 22865 (claspmt) R 22857 22859 22776 0 -1 4202560 677 0 0 0 155581 209 0 0 18 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4668632 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=22859/tid=22866] ppid=22857 vsize=385356 CPUtime=1558.37 cores=0-7
/proc/22859/task/22866/stat : 22866 (claspmt) R 22857 22859 22776 0 -1 4202560 959 0 0 0 155595 242 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4670230 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12471.3
Current children cumulated vsize (KiB) 385356

[startup+1562.7 s]
/proc/loadavg: 8.07 8.08 8.03 9/282 22921
/proc/meminfo: memFree=17376724/32951124 swapFree=67111444/67111528
[pid=22859] ppid=22857 vsize=385356 CPUtime=12472.1 cores=0-7
/proc/22859/stat : 22859 (claspmt) R 22857 22859 22776 0 -1 4202496 6805 0 0 0 1245542 1668 0 0 25 0 8 0 550654996 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4669270 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/22859/statm: 96339 6731 464 189 0 90688 0
[pid=22859/tid=22860] ppid=22857 vsize=385356 CPUtime=1560.09 cores=0-7
/proc/22859/task/22860/stat : 22860 (claspmt) R 22857 22859 22776 0 -1 4202560 1009 0 0 0 155785 224 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4684655 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=22859/tid=22861] ppid=22857 vsize=385356 CPUtime=1558.96 cores=0-7
/proc/22859/task/22861/stat : 22861 (claspmt) R 22857 22859 22776 0 -1 4202560 940 0 0 0 155705 191 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4361118 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=22859/tid=22862] ppid=22857 vsize=385356 CPUtime=1560.2 cores=0-7
/proc/22859/task/22862/stat : 22862 (claspmt) R 22857 22859 22776 0 -1 4202560 592 0 0 0 155836 184 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4669007 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=22859/tid=22863] ppid=22857 vsize=385356 CPUtime=1559.56 cores=0-7
/proc/22859/task/22863/stat : 22863 (claspmt) R 22857 22859 22776 0 -1 4202560 724 0 0 0 155743 213 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4670230 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=22859/tid=22864] ppid=22857 vsize=385356 CPUtime=1558.03 cores=0-7
/proc/22859/task/22864/stat : 22864 (claspmt) R 22857 22859 22776 0 -1 4202560 612 0 0 0 155591 212 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 228122372338 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=22859/tid=22865] ppid=22857 vsize=385356 CPUtime=1558 cores=0-7
/proc/22859/task/22865/stat : 22865 (claspmt) R 22857 22859 22776 0 -1 4202560 677 0 0 0 155591 209 0 0 18 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=22859/tid=22866] ppid=22857 vsize=385356 CPUtime=1558.47 cores=0-7
/proc/22859/task/22866/stat : 22866 (claspmt) R 22857 22859 22776 0 -1 4202560 959 0 0 0 155605 242 0 0 25 0 8 0 550654997 394604544 6731 33554432000 4194304 4964704 140736943010496 18446744073709551615 4636477 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12472.1
Current children cumulated vsize (KiB) 385356

Child status: 20
Real time (s): 1562.75
CPU time (s): 12472.4
CPU user time (s): 12455.7
CPU system time (s): 16.6895
CPU usage (%): 798.11
Max. virtual memory (cumulated for all children) (KiB): 385356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12455.7
system time used= 16.6895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6816
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= 2628143
involuntary context switches= 58611

runsolver used 3.71344 second user time and 9.07662 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-03 04:42:50
IDJOB=3322579
IDBENCH=84018
IDSOLVER=1711
FILE ID=node138/3322579-1304390570
RUNJOBID= node138-1304389717-22790
PBS_JOBID= 13181827
Free space on /tmp= 73532 MiB

SOLVER NAME= claspmt 2.0-R4095
BENCH NAME= SAT03/handmade/stanion/hwb/hwb-n28-02-S818962541.shuffled-as.sat03-1628.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-3322579-1304390570/watcher-3322579-1304390570 -o /tmp/evaluation-result-3322579-1304390570/solver-3322579-1304390570 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3322579-1304390570.cnf

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

MD5SUM BENCH= d705043763df769aab1e385bbbc2b11e
RANDOM SEED=1980167885

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.80
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.854
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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17402648 kB
Buffers:        750896 kB
Cached:        2690652 kB
SwapCached:         84 kB
Active:       12257652 kB
Inactive:      2847976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17402648 kB
SwapTotal:    67111528 kB
SwapFree:     67111444 kB
Dirty:             804 kB
Writeback:           0 kB
AnonPages:    11664228 kB
Mapped:          24704 kB
Slab:           341468 kB
PageTables:      37848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 38309000 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= 73528 MiB
End job on node138 at 2011-05-03 05:08:53