Trace number 3322643

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-R4095SAT 3220.88 403.192

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2-rand3bip-sat/
mod2-rand3bip-sat-270-1.shuffled-as.sat05-2248.cnf
MD5SUM51d9aefd9da7f94abc32dd024090dc46
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.005998
Satisfiable
(Un)Satisfiability was proved
Number of variables270
Number of clauses1080
Sum of the clauses size3240
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31080
Number of clauses of size 40
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 ...392033/instance-3322643-1304392033.cnf
0.00/0.00	c Solving...
3220.20/403.18	c Answer: 1
3220.20/403.18	v -1 2 -3 -4 5 -6 -7 8 -9 10 -11 12 -13 14 15 -16 17 18 -19 -20 -21 -22 -23
3220.20/403.18	v 24 25 26 27 28 -29 -30 -31 -32 -33 -34 35 36 37 38 -39 -40 41 42 -43 -44
3220.20/403.18	v 45 -46 -47 48 49 50 51 52 53 54 55 -56 57 58 59 60 61 -62 63 -64 65 -66
3220.20/403.18	v 67 68 69 70 71 -72 -73 -74 75 76 -77 -78 79 80 -81 82 83 84 85 86 -87 -88
3220.20/403.18	v -89 -90 91 92 -93 -94 -95 -96 -97 -98 99 100 101 102 -103 104 105 106 107
3220.20/403.18	v -108 109 -110 111 112 -113 114 115 116 117 118 119 -120 121 -122 123 -124
3220.20/403.18	v -125 126 127 -128 129 130 -131 -132 -133 134 135 136 137 138 139 -140 141
3220.20/403.18	v -142 143 144 -145 146 -147 148 -149 150 151 152 -153 -154 -155 -156 157
3220.20/403.18	v -158 -159 -160 -161 162 -163 -164 -165 166 167 -168 -169 170 171 172 -173
3220.20/403.18	v 174 175 176 177 178 179 180 181 -182 -183 184 -185 -186 -187 188 -189 -190
3220.20/403.18	v 191 -192 -193 -194 195 -196 -197 -198 -199 -200 201 -202 203 -204 -205
3220.20/403.18	v 206 -207 208 209 -210 -211 212 -213 214 215 216 217 218 -219 -220 -221
3220.20/403.18	v -222 -223 -224 225 -226 227 228 -229 230 231 232 -233 -234 -235 -236 237
3220.20/403.18	v -238 -239 -240 241 -242 -243 -244 245 -246 247 248 -249 250 -251 252 253
3220.20/403.18	v 254 255 256 -257 -258 259 260 -261 -262 -263 264 265 -266 267 -268 269
3220.20/403.18	v 270 0
3220.20/403.19	s SATISFIABLE
3220.20/403.19	
3220.20/403.19	c Models        : 1+    
3220.20/403.19	c Time          : 403.181s (Solving: 403.18s 1st Model: 403.18s Unsat: 0.00s)
3220.20/403.19	c CPU Time      : 3220.860s

Verifier Data

OK

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-3322643-1304392033/watcher-3322643-1304392033 -o /tmp/evaluation-result-3322643-1304392033/solver-3322643-1304392033 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3322643-1304392033.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.39 7.94 7.98 1/222 13605
/proc/meminfo: memFree=20765920/32950928 swapFree=66698992/67111528
[pid=13605] ppid=13603 vsize=118820 CPUtime=0 cores=0-7
/proc/13605/stat : 13605 (claspmt) R 13603 13605 13579 0 -1 4202496 781 0 0 0 0 0 0 0 25 0 8 0 550803085 121671680 699 33554432000 4194304 4964704 140733918353280 18446744073709551615 4668683 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/13605/statm: 29705 699 453 189 0 24054 0
[pid=13605/tid=13606] ppid=13603 vsize=118820 CPUtime=0 cores=0-7
/proc/13605/task/13606/stat : 13606 (claspmt) R 13603 13605 13579 0 -1 4202560 28 0 0 0 0 0 0 0 25 0 8 0 550803085 121671680 701 33554432000 4194304 4964704 140733918353280 18446744073709551615 248089359045 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=13605/tid=13607] ppid=13603 vsize=118820 CPUtime=0 cores=0-7
/proc/13605/task/13607/stat : 13607 (claspmt) R 13603 13605 13579 0 -1 4202560 14 0 0 0 0 0 0 0 25 0 8 0 550803085 121671680 702 33554432000 4194304 4964704 140733918353280 18446744073709551615 248089359045 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=13605/tid=13608] ppid=13603 vsize=118820 CPUtime=0 cores=0-7
/proc/13605/task/13608/stat : 13608 (claspmt) R 13603 13605 13579 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 8 0 550803085 121671680 702 33554432000 4194304 4964704 140733918353280 18446744073709551615 248101514137 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=13605/tid=13609] ppid=13603 vsize=118820 CPUtime=0 cores=0-7
/proc/13605/task/13609/stat : 13609 (claspmt) S 13603 13605 13579 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 8 0 550803085 121671680 702 33554432000 4194304 4964704 140733918353280 18446744073709551615 248101514137 0 0 4096 18946 18446604442303904832 0 0 -1 4 0 0 0
[pid=13605/tid=13610] ppid=13603 vsize=118820 CPUtime=0 cores=0-7
/proc/13605/task/13610/stat : 13610 (claspmt) S 13603 13605 13579 0 -1 4202560 13 0 0 0 0 0 0 0 25 0 8 0 550803085 121671680 702 33554432000 4194304 4964704 140733918353280 18446744073709551615 248101514137 0 0 4096 18946 18446604442303904832 0 0 -1 4 0 0 0
[pid=13605/tid=13611] ppid=13603 vsize=118820 CPUtime=0 cores=0-7
/proc/13605/task/13611/stat : 13611 (claspmt) S 13603 13605 13579 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 8 0 550803085 121671680 702 33554432000 4194304 4964704 140733918353280 18446744073709551615 248101514137 0 0 4096 18946 18446604442303904832 0 0 -1 4 0 0 0
[pid=13605/tid=13612] ppid=13603 vsize=118820 CPUtime=0 cores=0-7
/proc/13605/task/13612/stat : 13612 (claspmt) R 13603 13605 13579 0 -1 4202560 48 0 0 0 0 0 0 0 25 0 8 0 550803085 121671680 702 33554432000 4194304 4964704 140733918353280 18446744073709551615 248089359045 0 0 4096 18946 0 0 0 -1 0 0 0 0

[startup+0.017141 s]
/proc/loadavg: 7.39 7.94 7.98 1/222 13605
/proc/meminfo: memFree=20765920/32950928 swapFree=66698992/67111528
[pid=13605] ppid=13603 vsize=250156 CPUtime=0.03 cores=0-7
/proc/13605/stat : 13605 (claspmt) D 13603 13605 13579 0 -1 4202496 925 0 0 0 3 0 0 0 25 0 8 0 550803085 256159744 842 33554432000 4194304 4964704 140733918353280 18446744073709551615 248089741495 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/13605/statm: 62539 843 458 189 0 56888 0
[pid=13605/tid=13606] ppid=13603 vsize=250156 CPUtime=0 cores=0-7
/proc/13605/task/13606/stat : 13606 (claspmt) R 13603 13605 13579 0 -1 4202560 53 0 0 0 0 0 0 0 25 0 8 0 550803085 256159744 843 33554432000 4194304 4964704 140733918353280 18446744073709551615 4670114 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=13605/tid=13607] ppid=13603 vsize=250156 CPUtime=0 cores=0-7
/proc/13605/task/13607/stat : 13607 (claspmt) R 13603 13605 13579 0 -1 4202560 41 0 0 0 0 0 0 0 25 0 8 0 550803085 256159744 843 33554432000 4194304 4964704 140733918353280 18446744073709551615 4379076 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=13605/tid=13608] ppid=13603 vsize=250156 CPUtime=0 cores=0-7
/proc/13605/task/13608/stat : 13608 (claspmt) R 13603 13605 13579 0 -1 4202560 13 0 0 0 0 0 0 0 25 0 8 0 550803085 256159744 843 33554432000 4194304 4964704 140733918353280 18446744073709551615 4379076 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=13605/tid=13609] ppid=13603 vsize=250156 CPUtime=0 cores=0-7
/proc/13605/task/13609/stat : 13609 (claspmt) D 13603 13605 13579 0 -1 4202560 24 0 0 0 0 0 0 0 25 0 8 0 550803085 256159744 843 33554432000 4194304 4964704 140733918353280 18446744073709551615 248089359045 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=13605/tid=13610] ppid=13603 vsize=250156 CPUtime=0 cores=0-7
/proc/13605/task/13610/stat : 13610 (claspmt) S 13603 13605 13579 0 -1 4202560 22 0 0 0 0 0 0 0 25 0 8 0 550803085 256159744 843 33554432000 4194304 4964704 140733918353280 18446744073709551615 248089803246 0 0 4096 18946 18446604442303904832 0 0 -1 6 0 0 0
[pid=13605/tid=13611] ppid=13603 vsize=250156 CPUtime=0 cores=0-7
/proc/13605/task/13611/stat : 13611 (claspmt) R 13603 13605 13579 0 -1 4202560 35 0 0 0 0 0 0 0 25 0 8 0 550803085 256159744 843 33554432000 4194304 4964704 140733918353280 18446744073709551615 248089803246 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=13605/tid=13612] ppid=13603 vsize=250156 CPUtime=0 cores=0-7
/proc/13605/task/13612/stat : 13612 (claspmt) S 13603 13605 13579 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 8 0 550803085 256159744 843 33554432000 4194304 4964704 140733918353280 18446744073709551615 248089803246 0 0 4096 18946 18446604442303904832 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 250156

[startup+0.101127 s]
/proc/loadavg: 7.39 7.94 7.98 1/222 13605
/proc/meminfo: memFree=20765920/32950928 swapFree=66698992/67111528
[pid=13605] ppid=13603 vsize=315956 CPUtime=0.66 cores=0-7
/proc/13605/stat : 13605 (claspmt) R 13603 13605 13579 0 -1 4202496 1233 0 0 0 66 0 0 0 25 0 8 0 550803085 323538944 1150 33554432000 4194304 4964704 140733918353280 18446744073709551615 248089803295 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/13605/statm: 78989 1150 464 189 0 73338 0
[pid=13605/tid=13606] ppid=13603 vsize=315956 CPUtime=0.08 cores=0-7
/proc/13605/task/13606/stat : 13606 (claspmt) R 13603 13605 13579 0 -1 4202560 86 0 0 0 8 0 0 0 25 0 8 0 550803085 323538944 1150 33554432000 4194304 4964704 140733918353280 18446744073709551615 248089803295 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=13605/tid=13607] ppid=13603 vsize=315956 CPUtime=0.08 cores=0-7
/proc/13605/task/13607/stat : 13607 (claspmt) R 13603 13605 13579 0 -1 4202560 73 0 0 0 8 0 0 0 25 0 8 0 550803085 323538944 1150 33554432000 4194304 4964704 140733918353280 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=13605/tid=13608] ppid=13603 vsize=315956 CPUtime=0.08 cores=0-7
/proc/13605/task/13608/stat : 13608 (claspmt) R 13603 13605 13579 0 -1 4202560 60 0 0 0 8 0 0 0 25 0 8 0 550803085 323538944 1150 33554432000 4194304 4964704 140733918353280 18446744073709551615 248089803295 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=13605/tid=13609] ppid=13603 vsize=315956 CPUtime=0.08 cores=0-7
/proc/13605/task/13609/stat : 13609 (claspmt) R 13603 13605 13579 0 -1 4202560 68 0 0 0 8 0 0 0 25 0 8 0 550803085 323538944 1150 33554432000 4194304 4964704 140733918353280 18446744073709551615 248089803295 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=13605/tid=13610] ppid=13603 vsize=315956 CPUtime=0.07 cores=0-7
/proc/13605/task/13610/stat : 13610 (claspmt) R 13603 13605 13579 0 -1 4202560 44 0 0 0 7 0 0 0 25 0 8 0 550803085 323538944 1150 33554432000 4194304 4964704 140733918353280 18446744073709551615 4670075 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=13605/tid=13611] ppid=13603 vsize=315956 CPUtime=0.07 cores=0-7
/proc/13605/task/13611/stat : 13611 (claspmt) R 13603 13605 13579 0 -1 4202560 55 0 0 0 7 0 0 0 25 0 8 0 550803085 323538944 1150 33554432000 4194304 4964704 140733918353280 18446744073709551615 248089803295 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=13605/tid=13612] ppid=13603 vsize=315956 CPUtime=0.08 cores=0-7
/proc/13605/task/13612/stat : 13612 (claspmt) R 13603 13605 13579 0 -1 4202560 130 0 0 0 8 0 0 0 25 0 8 0 550803085 323538944 1150 33554432000 4194304 4964704 140733918353280 18446744073709551615 248089803295 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 315956

[startup+0.301092 s]
/proc/loadavg: 7.39 7.94 7.98 1/222 13605
/proc/meminfo: memFree=20765920/32950928 swapFree=66698992/67111528
[pid=13605] ppid=13603 vsize=316220 CPUtime=2.25 cores=0-7
/proc/13605/stat : 13605 (claspmt) R 13603 13605 13579 0 -1 4202496 1622 0 0 0 225 0 0 0 25 0 8 0 550803085 323809280 1539 33554432000 4194304 4964704 140733918353280 18446744073709551615 4660068 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/13605/statm: 79055 1539 464 189 0 73404 0
[pid=13605/tid=13606] ppid=13603 vsize=316220 CPUtime=0.28 cores=0-7
/proc/13605/task/13606/stat : 13606 (claspmt) R 13603 13605 13579 0 -1 4202560 148 0 0 0 28 0 0 0 25 0 8 0 550803085 323809280 1539 33554432000 4194304 4964704 140733918353280 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=13605/tid=13607] ppid=13603 vsize=316220 CPUtime=0.28 cores=0-7
/proc/13605/task/13607/stat : 13607 (claspmt) R 13603 13605 13579 0 -1 4202560 141 0 0 0 28 0 0 0 25 0 8 0 550803085 323809280 1539 33554432000 4194304 4964704 140733918353280 18446744073709551615 4668657 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=13605/tid=13608] ppid=13603 vsize=316220 CPUtime=0.28 cores=0-7
/proc/13605/task/13608/stat : 13608 (claspmt) R 13603 13605 13579 0 -1 4202560 96 0 0 0 28 0 0 0 25 0 8 0 550803085 323809280 1539 33554432000 4194304 4964704 140733918353280 18446744073709551615 4660369 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=13605/tid=13609] ppid=13603 vsize=316220 CPUtime=0.28 cores=0-7
/proc/13605/task/13609/stat : 13609 (claspmt) R 13603 13605 13579 0 -1 4202560 99 0 0 0 28 0 0 0 25 0 8 0 550803085 323809280 1539 33554432000 4194304 4964704 140733918353280 18446744073709551615 4670241 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=13605/tid=13610] ppid=13603 vsize=316220 CPUtime=0.27 cores=0-7
/proc/13605/task/13610/stat : 13610 (claspmt) R 13603 13605 13579 0 -1 4202560 76 0 0 0 27 0 0 0 18 0 8 0 550803085 323809280 1539 33554432000 4194304 4964704 140733918353280 18446744073709551615 4370264 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=13605/tid=13611] ppid=13603 vsize=316220 CPUtime=0.27 cores=0-7
/proc/13605/task/13611/stat : 13611 (claspmt) R 13603 13605 13579 0 -1 4202560 92 0 0 0 27 0 0 0 25 0 8 0 550803085 323809280 1539 33554432000 4194304 4964704 140733918353280 18446744073709551615 4660364 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=13605/tid=13612] ppid=13603 vsize=316220 CPUtime=0.28 cores=0-7
/proc/13605/task/13612/stat : 13612 (claspmt) R 13603 13605 13579 0 -1 4202560 208 0 0 0 28 0 0 0 25 0 8 0 550803085 323809280 1539 33554432000 4194304 4964704 140733918353280 18446744073709551615 4660304 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 316220

[startup+0.701021 s]
/proc/loadavg: 7.39 7.94 7.98 1/222 13605
/proc/meminfo: memFree=20765920/32950928 swapFree=66698992/67111528
[pid=13605] ppid=13603 vsize=316616 CPUtime=5.45 cores=0-7
/proc/13605/stat : 13605 (claspmt) R 13603 13605 13579 0 -1 4202496 2097 0 0 0 544 1 0 0 25 0 8 0 550803085 324214784 2014 33554432000 4194304 4964704 140733918353280 18446744073709551615 4320989 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/13605/statm: 79154 2014 464 189 0 73503 0
[pid=13605/tid=13606] ppid=13603 vsize=316616 CPUtime=0.68 cores=0-7
/proc/13605/task/13606/stat : 13606 (claspmt) R 13603 13605 13579 0 -1 4202560 203 0 0 0 68 0 0 0 25 0 8 0 550803085 324214784 2014 33554432000 4194304 4964704 140733918353280 18446744073709551615 4670277 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=13605/tid=13607] ppid=13603 vsize=316616 CPUtime=0.67 cores=0-7
/proc/13605/task/13607/stat : 13607 (claspmt) R 13603 13605 13579 0 -1 4202560 220 0 0 0 67 0 0 0 25 0 8 0 550803085 324214784 2014 33554432000 4194304 4964704 140733918353280 18446744073709551615 4320939 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=13605/tid=13608] ppid=13603 vsize=316616 CPUtime=0.67 cores=0-7
/proc/13605/task/13608/stat : 13608 (claspmt) R 13603 13605 13579 0 -1 4202560 146 0 0 0 67 0 0 0 25 0 8 0 550803085 324214784 2014 33554432000 4194304 4964704 140733918353280 18446744073709551615 4668618 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=13605/tid=13609] ppid=13603 vsize=316616 CPUtime=0.67 cores=0-7
/proc/13605/task/13609/stat : 13609 (claspmt) R 13603 13605 13579 0 -1 4202560 182 0 0 0 67 0 0 0 25 0 8 0 550803085 324214784 2014 33554432000 4194304 4964704 140733918353280 18446744073709551615 4668464 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=13605/tid=13610] ppid=13603 vsize=316616 CPUtime=0.67 cores=0-7
/proc/13605/task/13610/stat : 13610 (claspmt) R 13603 13605 13579 0 -1 4202560 103 0 0 0 67 0 0 0 18 0 8 0 550803085 324214784 2014 33554432000 4194304 4964704 140733918353280 18446744073709551615 4684725 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=13605/tid=13611] ppid=13603 vsize=316616 CPUtime=0.67 cores=0-7
/proc/13605/task/13611/stat : 13611 (claspmt) R 13603 13605 13579 0 -1 4202560 138 0 0 0 67 0 0 0 25 0 8 0 550803085 324214784 2014 33554432000 4194304 4964704 140733918353280 18446744073709551615 4668721 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=13605/tid=13612] ppid=13603 vsize=316616 CPUtime=0.68 cores=0-7
/proc/13605/task/13612/stat : 13612 (claspmt) R 13603 13605 13579 0 -1 4202560 297 0 0 0 68 0 0 0 25 0 8 0 550803085 324214784 2014 33554432000 4194304 4964704 140733918353280 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.45
Current children cumulated vsize (KiB) 316616

[startup+1.50088 s]
/proc/loadavg: 7.44 7.94 7.98 9/230 13613
/proc/meminfo: memFree=20759560/32950928 swapFree=66698992/67111528
[pid=13605] ppid=13603 vsize=317012 CPUtime=11.83 cores=0-7
/proc/13605/stat : 13605 (claspmt) R 13603 13605 13579 0 -1 4202496 2646 0 0 0 1181 2 0 0 25 0 8 0 550803085 324620288 2563 33554432000 4194304 4964704 140733918353280 18446744073709551615 4668618 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/13605/statm: 79253 2563 464 189 0 73602 0
[pid=13605/tid=13606] ppid=13603 vsize=317012 CPUtime=1.48 cores=0-7
/proc/13605/task/13606/stat : 13606 (claspmt) R 13603 13605 13579 0 -1 4202560 280 0 0 0 148 0 0 0 25 0 8 0 550803085 324620288 2563 33554432000 4194304 4964704 140733918353280 18446744073709551615 4668690 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=13605/tid=13607] ppid=13603 vsize=317012 CPUtime=1.46 cores=0-7
/proc/13605/task/13607/stat : 13607 (claspmt) R 13603 13605 13579 0 -1 4202560 305 0 0 0 146 0 0 0 25 0 8 0 550803085 324620288 2563 33554432000 4194304 4964704 140733918353280 18446744073709551615 248089358875 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=13605/tid=13608] ppid=13603 vsize=317012 CPUtime=1.47 cores=0-7
/proc/13605/task/13608/stat : 13608 (claspmt) R 13603 13605 13579 0 -1 4202560 177 0 0 0 147 0 0 0 25 0 8 0 550803085 324620288 2563 33554432000 4194304 4964704 140733918353280 18446744073709551615 4378536 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=13605/tid=13609] ppid=13603 vsize=317012 CPUtime=1.47 cores=0-7
/proc/13605/task/13609/stat : 13609 (claspmt) R 13603 13605 13579 0 -1 4202560 232 0 0 0 147 0 0 0 25 0 8 0 550803085 324620288 2563 33554432000 4194304 4964704 140733918353280 18446744073709551615 4660059 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=13605/tid=13610] ppid=13603 vsize=317012 CPUtime=1.47 cores=0-7
/proc/13605/task/13610/stat : 13610 (claspmt) R 13603 13605 13579 0 -1 4202560 155 0 0 0 147 0 0 0 18 0 8 0 550803085 324620288 2563 33554432000 4194304 4964704 140733918353280 18446744073709551615 4669196 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=13605/tid=13611] ppid=13603 vsize=317012 CPUtime=1.47 cores=0-7
/proc/13605/task/13611/stat : 13611 (claspmt) R 13603 13605 13579 0 -1 4202560 209 0 0 0 147 0 0 0 25 0 8 0 550803085 324620288 2563 33554432000 4194304 4964704 140733918353280 18446744073709551615 4660043 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=13605/tid=13612] ppid=13603 vsize=317012 CPUtime=1.48 cores=0-7
/proc/13605/task/13612/stat : 13612 (claspmt) S 13603 13605 13579 0 -1 4202560 415 0 0 0 148 0 0 0 25 0 8 0 550803085 324620288 2563 33554432000 4194304 4964704 140733918353280 18446744073709551615 248089803246 0 0 4096 18946 18446604442303904832 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.83
Current children cumulated vsize (KiB) 317012

[startup+3.1006 s]
/proc/loadavg: 7.44 7.94 7.98 9/230 13613
/proc/meminfo: memFree=20756832/32950928 swapFree=66698992/67111528
[pid=13605] ppid=13603 vsize=317540 CPUtime=24.61 cores=0-7
/proc/13605/stat : 13605 (claspmt) R 13603 13605 13579 0 -1 4202496 3349 0 0 0 2457 4 0 0 25 0 8 0 550803085 325160960 3266 33554432000 4194304 4964704 140733918353280 18446744073709551615 4670248 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/13605/statm: 79385 3266 464 189 0 73734 0
[pid=13605/tid=13606] ppid=13603 vsize=317540 CPUtime=3.08 cores=0-7
/proc/13605/task/13606/stat : 13606 (claspmt) R 13603 13605 13579 0 -1 4202560 377 0 0 0 308 0 0 0 25 0 8 0 550803085 325160960 3266 33554432000 4194304 4964704 140733918353280 18446744073709551615 4364587 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=13605/tid=13607] ppid=13603 vsize=317540 CPUtime=3.05 cores=0-7
/proc/13605/task/13607/stat : 13607 (claspmt) R 13603 13605 13579 0 -1 4202560 411 0 0 0 305 0 0 0 25 0 8 0 550803085 325160960 3266 33554432000 4194304 4964704 140733918353280 18446744073709551615 4660471 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=13605/tid=13608] ppid=13603 vsize=317540 CPUtime=3.07 cores=0-7
/proc/13605/task/13608/stat : 13608 (claspmt) R 13603 13605 13579 0 -1 4202560 232 0 0 0 307 0 0 0 25 0 8 0 550803085 325160960 3266 33554432000 4194304 4964704 140733918353280 18446744073709551615 4378499 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=13605/tid=13609] ppid=13603 vsize=317540 CPUtime=3.07 cores=0-7
/proc/13605/task/13609/stat : 13609 (claspmt) R 13603 13605 13579 0 -1 4202560 338 0 0 0 307 0 0 0 25 0 8 0 550803085 325160960 3266 33554432000 4194304 4964704 140733918353280 18446744073709551615 4668618 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=13605/tid=13610] ppid=13603 vsize=317540 CPUtime=3.06 cores=0-7
/proc/13605/task/13610/stat : 13610 (claspmt) R 13603 13605 13579 0 -1 4202560 200 0 0 0 306 0 0 0 21 0 8 0 550803085 325160960 3266 33554432000 4194304 4964704 140733918353280 18446744073709551615 4669333 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=13605/tid=13611] ppid=13603 vsize=317540 CPUtime=3.06 cores=0-7
/proc/13605/task/13611/stat : 13611 (claspmt) R 13603 13605 13579 0 -1 4202560 281 0 0 0 306 0 0 0 25 0 8 0 550803085 325160960 3266 33554432000 4194304 4964704 140733918353280 18446744073709551615 4684027 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=13605/tid=13612] ppid=13603 vsize=317540 CPUtime=3.07 cores=0-7
/proc/13605/task/13612/stat : 13612 (claspmt) R 13603 13605 13579 0 -1 4202560 550 0 0 0 307 0 0 0 25 0 8 0 550803085 325160960 3266 33554432000 4194304 4964704 140733918353280 18446744073709551615 4670233 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.61
Current children cumulated vsize (KiB) 317540

[startup+6.30103 s]
/proc/loadavg: 7.44 7.94 7.98 9/230 13613
/proc/meminfo: memFree=20752996/32950928 swapFree=66698992/67111528
[pid=13605] ppid=13603 vsize=318196 CPUtime=50.16 cores=0-7
/proc/13605/stat : 13605 (claspmt) R 13603 13605 13579 0 -1 4202496 4186 0 0 0 5008 8 0 0 25 0 8 0 550803085 325832704 4103 33554432000 4194304 4964704 140733918353280 18446744073709551615 4670219 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/13605/statm: 79549 4103 464 189 0 73898 0
[pid=13605/tid=13606] ppid=13603 vsize=318196 CPUtime=6.27 cores=0-7
/proc/13605/task/13606/stat : 13606 (claspmt) R 13603 13605 13579 0 -1 4202560 499 0 0 0 627 0 0 0 25 0 8 0 550803085 325832704 4103 33554432000 4194304 4964704 140733918353280 18446744073709551615 4670283 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=13605/tid=13607] ppid=13603 vsize=318196 CPUtime=6.23 cores=0-7
/proc/13605/task/13607/stat : 13607 (claspmt) R 13603 13605 13579 0 -1 4202560 520 0 0 0 622 1 0 0 25 0 8 0 550803085 325832704 4103 33554432000 4194304 4964704 140733918353280 18446744073709551615 4320947 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=13605/tid=13608] ppid=13603 vsize=318196 CPUtime=6.26 cores=0-7
/proc/13605/task/13608/stat : 13608 (claspmt) R 13603 13605 13579 0 -1 4202560 302 0 0 0 626 0 0 0 21 0 8 0 550803085 325832704 4103 33554432000 4194304 4964704 140733918353280 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=13605/tid=13609] ppid=13603 vsize=318196 CPUtime=6.26 cores=0-7
/proc/13605/task/13609/stat : 13609 (claspmt) R 13603 13605 13579 0 -1 4202560 500 0 0 0 625 1 0 0 21 0 8 0 550803085 325832704 4103 33554432000 4194304 4964704 140733918353280 18446744073709551615 4660223 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=13605/tid=13610] ppid=13603 vsize=318196 CPUtime=6.26 cores=0-7
/proc/13605/task/13610/stat : 13610 (claspmt) R 13603 13605 13579 0 -1 4202560 251 0 0 0 626 0 0 0 25 0 8 0 550803085 325832704 4103 33554432000 4194304 4964704 140733918353280 18446744073709551615 4668618 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=13605/tid=13611] ppid=13603 vsize=318196 CPUtime=6.27 cores=0-7
/proc/13605/task/13611/stat : 13611 (claspmt) R 13603 13605 13579 0 -1 4202560 358 0 0 0 626 1 0 0 25 0 8 0 550803085 325832704 4103 33554432000 4194304 4964704 140733918353280 18446744073709551615 4670454 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=13605/tid=13612] ppid=13603 vsize=318196 CPUtime=6.27 cores=0-7
/proc/13605/task/13612/stat : 13612 (claspmt) R 13603 13605 13579 0 -1 4202560 686 0 0 0 626 1 0 0 21 0 8 0 550803085 325832704 4103 33554432000 4194304 4964704 140733918353280 18446744073709551615 4670248 0 0 4096 18946 0 0 0 -1 6 0 0 0

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

/proc/13605/task/13610/stat : 13610 (claspmt) R 13603 13605 13579 0 -1 4202560 1005 0 0 0 10216 7 0 0 25 0 8 0 550803085 331067392 10424 33554432000 4194304 4964704 140733918353280 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=13605/tid=13611] ppid=13603 vsize=323308 CPUtime=102.22 cores=0-7
/proc/13605/task/13611/stat : 13611 (claspmt) R 13603 13605 13579 0 -1 4202560 939 0 0 0 10211 11 0 0 25 0 8 0 550803085 331067392 10424 33554432000 4194304 4964704 140733918353280 18446744073709551615 4670360 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=13605/tid=13612] ppid=13603 vsize=323308 CPUtime=102.17 cores=0-7
/proc/13605/task/13612/stat : 13612 (claspmt) R 13603 13605 13579 0 -1 4202560 1319 0 0 0 10207 10 0 0 25 0 8 0 550803085 331067392 10424 33554432000 4194304 4964704 140733918353280 18446744073709551615 4669006 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 817.14
Current children cumulated vsize (KiB) 323308

[startup+162.3 s]
/proc/loadavg: 8.01 7.99 7.99 9/230 13617
/proc/meminfo: memFree=20723232/32950928 swapFree=66698992/67111528
[pid=13605] ppid=13603 vsize=324264 CPUtime=1296.43 cores=0-7
/proc/13605/stat : 13605 (claspmt) R 13603 13605 13579 0 -1 4202496 11654 0 0 0 129528 115 0 0 25 0 8 0 550803085 332046336 11571 33554432000 4194304 4964704 140733918353280 18446744073709551615 4320879 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/13605/statm: 81066 11571 464 189 0 75415 0
[pid=13605/tid=13606] ppid=13603 vsize=324264 CPUtime=161.79 cores=0-7
/proc/13605/task/13606/stat : 13606 (claspmt) R 13603 13605 13579 0 -1 4202560 1549 0 0 0 16164 15 0 0 25 0 8 0 550803085 332046336 11571 33554432000 4194304 4964704 140733918353280 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=13605/tid=13607] ppid=13603 vsize=324264 CPUtime=161.54 cores=0-7
/proc/13605/task/13607/stat : 13607 (claspmt) R 13603 13605 13579 0 -1 4202560 1728 0 0 0 16140 14 0 0 25 0 8 0 550803085 332046336 11571 33554432000 4194304 4964704 140733918353280 18446744073709551615 4683929 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=13605/tid=13608] ppid=13603 vsize=324264 CPUtime=162.14 cores=0-7
/proc/13605/task/13608/stat : 13608 (claspmt) R 13603 13605 13579 0 -1 4202560 1086 0 0 0 16200 14 0 0 25 0 8 0 550803085 332046336 11571 33554432000 4194304 4964704 140733918353280 18446744073709551615 4660339 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=13605/tid=13609] ppid=13603 vsize=324264 CPUtime=162.15 cores=0-7
/proc/13605/task/13609/stat : 13609 (claspmt) R 13603 13605 13579 0 -1 4202560 1571 0 0 0 16198 17 0 0 25 0 8 0 550803085 332046336 11571 33554432000 4194304 4964704 140733918353280 18446744073709551615 4669196 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=13605/tid=13610] ppid=13603 vsize=324264 CPUtime=162.21 cores=0-7
/proc/13605/task/13610/stat : 13610 (claspmt) R 13603 13605 13579 0 -1 4202560 1107 0 0 0 16211 10 0 0 18 0 8 0 550803085 332046336 11571 33554432000 4194304 4964704 140733918353280 18446744073709551615 4670271 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=13605/tid=13611] ppid=13603 vsize=324264 CPUtime=162.19 cores=0-7
/proc/13605/task/13611/stat : 13611 (claspmt) R 13603 13605 13579 0 -1 4202560 1160 0 0 0 16203 16 0 0 25 0 8 0 550803085 332046336 11571 33554432000 4194304 4964704 140733918353280 18446744073709551615 4670260 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=13605/tid=13612] ppid=13603 vsize=324264 CPUtime=162.11 cores=0-7
/proc/13605/task/13612/stat : 13612 (claspmt) R 13603 13605 13579 0 -1 4202560 1418 0 0 0 16197 14 0 0 25 0 8 0 550803085 332046336 11571 33554432000 4194304 4964704 140733918353280 18446744073709551615 4366048 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1296.43
Current children cumulated vsize (KiB) 324264

[startup+222.301 s]
/proc/loadavg: 8.04 8.00 7.99 9/230 13618
/proc/meminfo: memFree=20720324/32950928 swapFree=66698992/67111528
[pid=13605] ppid=13603 vsize=324812 CPUtime=1775.82 cores=0-7
/proc/13605/stat : 13605 (claspmt) R 13603 13605 13579 0 -1 4202496 12445 0 0 0 177435 147 0 0 20 0 8 0 550803085 332607488 12362 33554432000 4194304 4964704 140733918353280 18446744073709551615 4670248 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/13605/statm: 81203 12362 464 189 0 75552 0
[pid=13605/tid=13606] ppid=13603 vsize=324812 CPUtime=221.37 cores=0-7
/proc/13605/task/13606/stat : 13606 (claspmt) R 13603 13605 13579 0 -1 4202560 1610 0 0 0 22118 19 0 0 25 0 8 0 550803085 332607488 12362 33554432000 4194304 4964704 140733918353280 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=13605/tid=13607] ppid=13603 vsize=324812 CPUtime=221.51 cores=0-7
/proc/13605/task/13607/stat : 13607 (claspmt) R 13603 13605 13579 0 -1 4202560 1805 0 0 0 22133 18 0 0 25 0 8 0 550803085 332607488 12362 33554432000 4194304 4964704 140733918353280 18446744073709551615 4669192 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=13605/tid=13608] ppid=13603 vsize=324812 CPUtime=222.1 cores=0-7
/proc/13605/task/13608/stat : 13608 (claspmt) R 13603 13605 13579 0 -1 4202560 1234 0 0 0 22193 17 0 0 25 0 8 0 550803085 332607488 12362 33554432000 4194304 4964704 140733918353280 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=13605/tid=13609] ppid=13603 vsize=324812 CPUtime=222.1 cores=0-7
/proc/13605/task/13609/stat : 13609 (claspmt) R 13603 13605 13579 0 -1 4202560 1639 0 0 0 22189 21 0 0 25 0 8 0 550803085 332607488 12362 33554432000 4194304 4964704 140733918353280 18446744073709551615 4364587 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=13605/tid=13610] ppid=13603 vsize=324812 CPUtime=222.19 cores=0-7
/proc/13605/task/13610/stat : 13610 (claspmt) R 13603 13605 13579 0 -1 4202560 1176 0 0 0 22205 14 0 0 25 0 8 0 550803085 332607488 12362 33554432000 4194304 4964704 140733918353280 18446744073709551615 4364587 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=13605/tid=13611] ppid=13603 vsize=324812 CPUtime=222.17 cores=0-7
/proc/13605/task/13611/stat : 13611 (claspmt) R 13603 13605 13579 0 -1 4202560 1397 0 0 0 22196 21 0 0 20 0 8 0 550803085 332607488 12362 33554432000 4194304 4964704 140733918353280 18446744073709551615 4669192 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=13605/tid=13612] ppid=13603 vsize=324812 CPUtime=222.06 cores=0-7
/proc/13605/task/13612/stat : 13612 (claspmt) R 13603 13605 13579 0 -1 4202560 1484 0 0 0 22189 17 0 0 21 0 8 0 550803085 332607488 12362 33554432000 4194304 4964704 140733918353280 18446744073709551615 4668629 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1775.82
Current children cumulated vsize (KiB) 324812

[startup+282.3 s]
/proc/loadavg: 8.12 8.03 8.00 9/230 13620
/proc/meminfo: memFree=20718656/32950928 swapFree=66698992/67111528
[pid=13605] ppid=13603 vsize=325224 CPUtime=2255.15 cores=0-7
/proc/13605/stat : 13605 (claspmt) R 13603 13605 13579 0 -1 4202496 12862 0 0 0 225331 184 0 0 25 0 8 0 550803085 333029376 12779 33554432000 4194304 4964704 140733918353280 18446744073709551615 4670266 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/13605/statm: 81306 12779 464 189 0 75655 0
[pid=13605/tid=13606] ppid=13603 vsize=325224 CPUtime=281.16 cores=0-7
/proc/13605/task/13606/stat : 13606 (claspmt) R 13603 13605 13579 0 -1 4202560 1638 0 0 0 28092 24 0 0 25 0 8 0 550803085 333029376 12779 33554432000 4194304 4964704 140733918353280 18446744073709551615 4670281 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=13605/tid=13607] ppid=13603 vsize=325224 CPUtime=281.48 cores=0-7
/proc/13605/task/13607/stat : 13607 (claspmt) R 13603 13605 13579 0 -1 4202560 1876 0 0 0 28124 24 0 0 25 0 8 0 550803085 333029376 12779 33554432000 4194304 4964704 140733918353280 18446744073709551615 4627365 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=13605/tid=13608] ppid=13603 vsize=325224 CPUtime=282.06 cores=0-7
/proc/13605/task/13608/stat : 13608 (claspmt) R 13603 13605 13579 0 -1 4202560 1278 0 0 0 28186 20 0 0 25 0 8 0 550803085 333029376 12779 33554432000 4194304 4964704 140733918353280 18446744073709551615 4670215 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=13605/tid=13609] ppid=13603 vsize=325224 CPUtime=282.05 cores=0-7
/proc/13605/task/13609/stat : 13609 (claspmt) R 13603 13605 13579 0 -1 4202560 1677 0 0 0 28179 26 0 0 25 0 8 0 550803085 333029376 12779 33554432000 4194304 4964704 140733918353280 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=13605/tid=13610] ppid=13603 vsize=325224 CPUtime=282.17 cores=0-7
/proc/13605/task/13610/stat : 13610 (claspmt) R 13603 13605 13579 0 -1 4202560 1206 0 0 0 28199 18 0 0 25 0 8 0 550803085 333029376 12779 33554432000 4194304 4964704 140733918353280 18446744073709551615 4364587 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=13605/tid=13611] ppid=13603 vsize=325224 CPUtime=281.91 cores=0-7
/proc/13605/task/13611/stat : 13611 (claspmt) R 13603 13605 13579 0 -1 4202560 1485 0 0 0 28166 25 0 0 25 0 8 0 550803085 333029376 12779 33554432000 4194304 4964704 140733918353280 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=13605/tid=13612] ppid=13603 vsize=325224 CPUtime=282.01 cores=0-7
/proc/13605/task/13612/stat : 13612 (claspmt) R 13603 13605 13579 0 -1 4202560 1536 0 0 0 28179 22 0 0 25 0 8 0 550803085 333029376 12779 33554432000 4194304 4964704 140733918353280 18446744073709551615 4366090 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2255.15
Current children cumulated vsize (KiB) 325224

[startup+342.301 s]
/proc/loadavg: 8.15 8.05 8.01 9/230 13622
/proc/meminfo: memFree=20717612/32950928 swapFree=66698992/67111528
[pid=13605] ppid=13603 vsize=325496 CPUtime=2734.48 cores=0-7
/proc/13605/stat : 13605 (claspmt) R 13603 13605 13579 0 -1 4202496 13126 0 0 0 273227 221 0 0 25 0 8 0 550803085 333307904 13043 33554432000 4194304 4964704 140733918353280 18446744073709551615 4320966 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/13605/statm: 81374 13043 464 189 0 75723 0
[pid=13605/tid=13606] ppid=13603 vsize=325496 CPUtime=341.13 cores=0-7
/proc/13605/task/13606/stat : 13606 (claspmt) R 13603 13605 13579 0 -1 4202560 1674 0 0 0 34084 29 0 0 25 0 8 0 550803085 333307904 13043 33554432000 4194304 4964704 140733918353280 18446744073709551615 4668601 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=13605/tid=13607] ppid=13603 vsize=325496 CPUtime=341.46 cores=0-7
/proc/13605/task/13607/stat : 13607 (claspmt) R 13603 13605 13579 0 -1 4202560 1900 0 0 0 34117 29 0 0 25 0 8 0 550803085 333307904 13043 33554432000 4194304 4964704 140733918353280 18446744073709551615 4668484 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=13605/tid=13608] ppid=13603 vsize=325496 CPUtime=341.68 cores=0-7
/proc/13605/task/13608/stat : 13608 (claspmt) R 13603 13605 13579 0 -1 4202560 1329 0 0 0 34143 25 0 0 25 0 8 0 550803085 333307904 13043 33554432000 4194304 4964704 140733918353280 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=13605/tid=13609] ppid=13603 vsize=325496 CPUtime=342 cores=0-7
/proc/13605/task/13609/stat : 13609 (claspmt) R 13603 13605 13579 0 -1 4202560 1686 0 0 0 34169 31 0 0 25 0 8 0 550803085 333307904 13043 33554432000 4194304 4964704 140733918353280 18446744073709551615 4627526 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=13605/tid=13610] ppid=13603 vsize=325496 CPUtime=342.15 cores=0-7
/proc/13605/task/13610/stat : 13610 (claspmt) R 13603 13605 13579 0 -1 4202560 1227 0 0 0 34192 23 0 0 25 0 8 0 550803085 333307904 13043 33554432000 4194304 4964704 140733918353280 18446744073709551615 4362339 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=13605/tid=13611] ppid=13603 vsize=325496 CPUtime=341.85 cores=0-7
/proc/13605/task/13611/stat : 13611 (claspmt) R 13603 13605 13579 0 -1 4202560 1536 0 0 0 34155 30 0 0 25 0 8 0 550803085 333307904 13043 33554432000 4194304 4964704 140733918353280 18446744073709551615 4669945 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=13605/tid=13612] ppid=13603 vsize=325496 CPUtime=341.96 cores=0-7
/proc/13605/task/13612/stat : 13612 (claspmt) R 13603 13605 13579 0 -1 4202560 1571 0 0 0 34169 27 0 0 25 0 8 0 550803085 333307904 13043 33554432000 4194304 4964704 140733918353280 18446744073709551615 248089803295 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2734.48
Current children cumulated vsize (KiB) 325496

[startup+402.301 s]
/proc/loadavg: 8.05 8.04 8.00 9/230 13623
/proc/meminfo: memFree=20716688/32950928 swapFree=66698992/67111528
[pid=13605] ppid=13603 vsize=325632 CPUtime=3213.81 cores=0-7
/proc/13605/stat : 13605 (claspmt) R 13603 13605 13579 0 -1 4202496 13338 0 0 0 321119 262 0 0 25 0 8 0 550803085 333447168 13255 33554432000 4194304 4964704 140733918353280 18446744073709551615 4660183 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/13605/statm: 81408 13255 464 189 0 75757 0
[pid=13605/tid=13606] ppid=13603 vsize=325632 CPUtime=401.09 cores=0-7
/proc/13605/task/13606/stat : 13606 (claspmt) R 13603 13605 13579 0 -1 4202560 1679 0 0 0 40075 34 0 0 25 0 8 0 550803085 333447168 13255 33554432000 4194304 4964704 140733918353280 18446744073709551615 4684027 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=13605/tid=13607] ppid=13603 vsize=325632 CPUtime=401.41 cores=0-7
/proc/13605/task/13607/stat : 13607 (claspmt) R 13603 13605 13579 0 -1 4202560 1910 0 0 0 40108 33 0 0 25 0 8 0 550803085 333447168 13255 33554432000 4194304 4964704 140733918353280 18446744073709551615 4670454 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=13605/tid=13608] ppid=13603 vsize=325632 CPUtime=401.27 cores=0-7
/proc/13605/task/13608/stat : 13608 (claspmt) R 13603 13605 13579 0 -1 4202560 1370 0 0 0 40098 29 0 0 25 0 8 0 550803085 333447168 13255 33554432000 4194304 4964704 140733918353280 18446744073709551615 4321029 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=13605/tid=13609] ppid=13603 vsize=325632 CPUtime=401.94 cores=0-7
/proc/13605/task/13609/stat : 13609 (claspmt) R 13603 13605 13579 0 -1 4202560 1708 0 0 0 40157 37 0 0 25 0 8 0 550803085 333447168 13255 33554432000 4194304 4964704 140733918353280 18446744073709551615 248089803295 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=13605/tid=13610] ppid=13603 vsize=325632 CPUtime=402.13 cores=0-7
/proc/13605/task/13610/stat : 13610 (claspmt) R 13603 13605 13579 0 -1 4202560 1240 0 0 0 40185 28 0 0 25 0 8 0 550803085 333447168 13255 33554432000 4194304 4964704 140733918353280 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=13605/tid=13611] ppid=13603 vsize=325632 CPUtime=401.79 cores=0-7
/proc/13605/task/13611/stat : 13611 (claspmt) R 13603 13605 13579 0 -1 4202560 1579 0 0 0 40143 36 0 0 25 0 8 0 550803085 333447168 13255 33554432000 4194304 4964704 140733918353280 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=13605/tid=13612] ppid=13603 vsize=325632 CPUtime=401.91 cores=0-7
/proc/13605/task/13612/stat : 13612 (claspmt) R 13603 13605 13579 0 -1 4202560 1598 0 0 0 40159 32 0 0 25 0 8 0 550803085 333447168 13255 33554432000 4194304 4964704 140733918353280 18446744073709551615 4627365 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3213.81
Current children cumulated vsize (KiB) 325632

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

[startup+402.701 s]
/proc/loadavg: 8.05 8.04 8.00 9/230 13623
/proc/meminfo: memFree=20716688/32950928 swapFree=66698992/67111528
[pid=13605] ppid=13603 vsize=325632 CPUtime=3217 cores=0-7
/proc/13605/stat : 13605 (claspmt) R 13603 13605 13579 0 -1 4202496 13338 0 0 0 321438 262 0 0 25 0 8 0 550803085 333447168 13255 33554432000 4194304 4964704 140733918353280 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/13605/statm: 81408 13255 464 189 0 75757 0
[pid=13605/tid=13606] ppid=13603 vsize=325632 CPUtime=401.49 cores=0-7
/proc/13605/task/13606/stat : 13606 (claspmt) R 13603 13605 13579 0 -1 4202560 1679 0 0 0 40115 34 0 0 25 0 8 0 550803085 333447168 13255 33554432000 4194304 4964704 140733918353280 18446744073709551615 4684027 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=13605/tid=13607] ppid=13603 vsize=325632 CPUtime=401.81 cores=0-7
/proc/13605/task/13607/stat : 13607 (claspmt) R 13603 13605 13579 0 -1 4202560 1910 0 0 0 40148 33 0 0 25 0 8 0 550803085 333447168 13255 33554432000 4194304 4964704 140733918353280 18446744073709551615 4361072 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=13605/tid=13608] ppid=13603 vsize=325632 CPUtime=401.67 cores=0-7
/proc/13605/task/13608/stat : 13608 (claspmt) R 13603 13605 13579 0 -1 4202560 1370 0 0 0 40137 30 0 0 25 0 8 0 550803085 333447168 13255 33554432000 4194304 4964704 140733918353280 18446744073709551615 4668652 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=13605/tid=13609] ppid=13603 vsize=325632 CPUtime=402.34 cores=0-7
/proc/13605/task/13609/stat : 13609 (claspmt) R 13603 13605 13579 0 -1 4202560 1708 0 0 0 40197 37 0 0 25 0 8 0 550803085 333447168 13255 33554432000 4194304 4964704 140733918353280 18446744073709551615 4320939 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=13605/tid=13610] ppid=13603 vsize=325632 CPUtime=402.53 cores=0-7
/proc/13605/task/13610/stat : 13610 (claspmt) R 13603 13605 13579 0 -1 4202560 1240 0 0 0 40225 28 0 0 25 0 8 0 550803085 333447168 13255 33554432000 4194304 4964704 140733918353280 18446744073709551615 4370266 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=13605/tid=13611] ppid=13603 vsize=325632 CPUtime=402.19 cores=0-7
/proc/13605/task/13611/stat : 13611 (claspmt) R 13603 13605 13579 0 -1 4202560 1579 0 0 0 40183 36 0 0 25 0 8 0 550803085 333447168 13255 33554432000 4194304 4964704 140733918353280 18446744073709551615 4321023 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=13605/tid=13612] ppid=13603 vsize=325632 CPUtime=402.31 cores=0-7
/proc/13605/task/13612/stat : 13612 (claspmt) R 13603 13605 13579 0 -1 4202560 1598 0 0 0 40199 32 0 0 25 0 8 0 550803085 333447168 13255 33554432000 4194304 4964704 140733918353280 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3217
Current children cumulated vsize (KiB) 325632

[startup+403.101 s]
/proc/loadavg: 8.05 8.04 8.00 9/230 13623
/proc/meminfo: memFree=20716688/32950928 swapFree=66698992/67111528
[pid=13605] ppid=13603 vsize=325632 CPUtime=3220.2 cores=0-7
/proc/13605/stat : 13605 (claspmt) R 13603 13605 13579 0 -1 4202496 13338 0 0 0 321758 262 0 0 25 0 8 0 550803085 333447168 13255 33554432000 4194304 4964704 140733918353280 18446744073709551615 4670219 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/13605/statm: 81408 13255 464 189 0 75757 0
[pid=13605/tid=13606] ppid=13603 vsize=325632 CPUtime=401.89 cores=0-7
/proc/13605/task/13606/stat : 13606 (claspmt) R 13603 13605 13579 0 -1 4202560 1679 0 0 0 40155 34 0 0 25 0 8 0 550803085 333447168 13255 33554432000 4194304 4964704 140733918353280 18446744073709551615 4362231 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=13605/tid=13607] ppid=13603 vsize=325632 CPUtime=402.21 cores=0-7
/proc/13605/task/13607/stat : 13607 (claspmt) R 13603 13605 13579 0 -1 4202560 1910 0 0 0 40188 33 0 0 25 0 8 0 550803085 333447168 13255 33554432000 4194304 4964704 140733918353280 18446744073709551615 4325305 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=13605/tid=13608] ppid=13603 vsize=325632 CPUtime=402.07 cores=0-7
/proc/13605/task/13608/stat : 13608 (claspmt) R 13603 13605 13579 0 -1 4202560 1370 0 0 0 40177 30 0 0 25 0 8 0 550803085 333447168 13255 33554432000 4194304 4964704 140733918353280 18446744073709551615 4670252 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=13605/tid=13609] ppid=13603 vsize=325632 CPUtime=402.74 cores=0-7
/proc/13605/task/13609/stat : 13609 (claspmt) R 13603 13605 13579 0 -1 4202560 1708 0 0 0 40237 37 0 0 25 0 8 0 550803085 333447168 13255 33554432000 4194304 4964704 140733918353280 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=13605/tid=13610] ppid=13603 vsize=325632 CPUtime=402.93 cores=0-7
/proc/13605/task/13610/stat : 13610 (claspmt) R 13603 13605 13579 0 -1 4202560 1240 0 0 0 40265 28 0 0 25 0 8 0 550803085 333447168 13255 33554432000 4194304 4964704 140733918353280 18446744073709551615 4669192 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=13605/tid=13611] ppid=13603 vsize=325632 CPUtime=402.59 cores=0-7
/proc/13605/task/13611/stat : 13611 (claspmt) R 13603 13605 13579 0 -1 4202560 1579 0 0 0 40223 36 0 0 25 0 8 0 550803085 333447168 13255 33554432000 4194304 4964704 140733918353280 18446744073709551615 4670202 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=13605/tid=13612] ppid=13603 vsize=325632 CPUtime=402.71 cores=0-7
/proc/13605/task/13612/stat : 13612 (claspmt) R 13603 13605 13579 0 -1 4202560 1598 0 0 0 40239 32 0 0 25 0 8 0 550803085 333447168 13255 33554432000 4194304 4964704 140733918353280 18446744073709551615 4627252 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3220.2
Current children cumulated vsize (KiB) 325632

Child status: 10
Real time (s): 403.192
CPU time (s): 3220.88
CPU user time (s): 3218.25
CPU system time (s): 2.6296
CPU usage (%): 798.844
Max. virtual memory (cumulated for all children) (KiB): 325632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3218.25
system time used= 2.6296
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13367
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= 357064
involuntary context switches= 14693

runsolver used 0.739887 second user time and 1.83572 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-03 05:07:13
IDJOB=3322643
IDBENCH=85304
IDSOLVER=1711
FILE ID=node123/3322643-1304392033
RUNJOBID= node123-1304392033-13593
PBS_JOBID= 13181849
Free space on /tmp= 73688 MiB

SOLVER NAME= claspmt 2.0-R4095
BENCH NAME= SAT05/crafted/jarvisalo05/mod2-rand3bip-sat/mod2-rand3bip-sat-270-1.shuffled-as.sat05-2248.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-3322643-1304392033/watcher-3322643-1304392033 -o /tmp/evaluation-result-3322643-1304392033/solver-3322643-1304392033 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3322643-1304392033.cnf

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

MD5SUM BENCH= 51d9aefd9da7f94abc32dd024090dc46
RANDOM SEED=63313554

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20766448 kB
Buffers:        104684 kB
Cached:         793908 kB
SwapCached:      16436 kB
Active:        9275604 kB
Inactive:      2670328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20766448 kB
SwapTotal:    67111528 kB
SwapFree:     66698992 kB
Dirty:             844 kB
Writeback:           0 kB
AnonPages:    11038352 kB
Mapped:          18752 kB
Slab:           144100 kB
PageTables:      31060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 13014676 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= 73688 MiB
End job on node123 at 2011-05-03 05:13:56