Trace number 3380981

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
claspmt 2.0-R4095-patched (fixed)SAT 1267.79 158.924

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n180-s34713902-sat.cnf
MD5SUM19292459de25c4f5e9e6f187c00d549d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.223965
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of clauses432
Sum of the clauses size1080
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2360
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 572
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 ...498956/instance-3380981-1305498956.cnf
0.00/0.00	c Solving...
1267.62/158.92	c Answer: 1
1267.62/158.92	v 1 -2 -3 4 5 -6 -7 8 9 -10 -11 -12 -13 14 -15 16 -17 18 -19 20 -21 22 -23
1267.62/158.92	v -24 -25 -26 27 -28 29 30 31 -32 33 -34 35 -36 -37 38 39 -40 -41 42 -43
1267.62/158.92	v 44 -45 46 47 48 49 50 51 -52 53 54 55 -56 57 58 59 60 -61 62 -63 -64 -65
1267.62/158.92	v 66 67 -68 -69 -70 71 -72 -73 74 -75 76 77 78 -79 80 81 -82 83 84 -85 86
1267.62/158.92	v -87 88 -89 90 -91 -92 -93 94 -95 96 -97 98 -99 100 101 102 103 104 -105
1267.62/158.92	v 106 -107 108 -109 110 -111 -112 113 -114 115 -116 -117 118 -119 120 121
1267.62/158.92	v 122 123 124 125 126 -127 -128 -129 -130 -131 132 -133 134 -135 136 -137
1267.62/158.92	v -138 -139 -140 141 -142 -143 144 145 146 -147 -148 149 -150 151 -152 -153
1267.62/158.92	v -154 -155 -156 157 -158 -159 160 161 -162 163 -164 165 166 -167 168 169
1267.62/158.92	v -170 171 -172 173 -174 -175 176 177 -178 -179 180 0
1267.62/158.92	s SATISFIABLE
1267.62/158.92	
1267.62/158.92	c Models        : 1+    
1267.62/158.92	c Time          : 158.917s (Solving: 158.92s 1st Model: 158.92s Unsat: 0.00s)
1267.62/158.92	c CPU Time      : 1267.770s

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3380981-1305498956/watcher-3380981-1305498956 -o /tmp/evaluation-result-3380981-1305498956/solver-3380981-1305498956 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3380981-1305498956.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.56 8.05 8.07 2/305 561
/proc/meminfo: memFree=17750972/32951124 swapFree=54450792/67111528
[pid=561] ppid=559 vsize=20872 CPUtime=0 cores=0-7
/proc/561/stat : 561 (claspmt) R 559 561 535 0 -1 4202496 438 0 0 0 0 0 0 0 25 0 1 0 661493794 21372928 370 33554432000 4194304 4964800 140736619564832 18446744073709551615 246516495045 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/561/statm: 5218 373 320 189 0 92 0
[pid=561/tid=562] ppid=559 vsize=184348 CPUtime=0 cores=0-7
/proc/561/task/562/stat : 562 (claspmt) R 559 561 535 0 -1 4202560 14 0 0 0 0 0 0 0 25 0 8 0 661493795 188772352 745 33554432000 4194304 4964800 140736619564832 18446744073709551615 246516495393 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=561/tid=563] ppid=559 vsize=184348 CPUtime=0 cores=0-7
/proc/561/task/563/stat : 563 (claspmt) R 559 561 535 0 -1 4202560 15 0 0 0 0 0 0 0 25 0 8 0 661493795 188772352 745 33554432000 4194304 4964800 140736619564832 18446744073709551615 246528650137 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=561/tid=564] ppid=559 vsize=184348 CPUtime=0 cores=0-7
/proc/561/task/564/stat : 564 (claspmt) R 559 561 535 0 -1 4202560 27 0 0 0 0 0 0 0 25 0 8 0 661493795 188772352 745 33554432000 4194304 4964800 140736619564832 18446744073709551615 4342180 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=561/tid=565] ppid=559 vsize=184348 CPUtime=0 cores=0-7
/proc/561/task/565/stat : 565 (claspmt) R 559 561 535 0 -1 4202560 54 0 0 0 0 0 0 0 18 0 8 0 661493795 188772352 745 33554432000 4194304 4964800 140736619564832 18446744073709551615 4669026 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=561/tid=566] ppid=559 vsize=184348 CPUtime=0 cores=0-7
/proc/561/task/566/stat : 566 (claspmt) R 559 561 535 0 -1 4202560 38 0 0 0 0 0 0 0 25 0 8 0 661493795 188772352 745 33554432000 4194304 4964800 140736619564832 18446744073709551615 246516495045 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=561/tid=567] ppid=559 vsize=184348 CPUtime=0 cores=0-7
/proc/561/task/567/stat : 567 (claspmt) S 559 561 535 0 -1 4202560 19 0 0 0 0 0 0 0 25 0 8 0 661493795 188772352 745 33554432000 4194304 4964800 140736619564832 18446744073709551615 246528650137 0 0 4096 18946 18446604453872511168 0 0 -1 1 0 0 0
[pid=561/tid=568] ppid=559 vsize=184348 CPUtime=0 cores=0-7
/proc/561/task/568/stat : 568 (claspmt) S 559 561 535 0 -1 4202560 20 0 0 0 0 0 0 0 25 0 8 0 661493795 188772352 745 33554432000 4194304 4964800 140736619564832 18446744073709551615 246528650137 0 0 4096 18946 18446604453872511168 0 0 -1 6 0 0 0

[startup+0.0492139 s]
/proc/loadavg: 7.56 8.05 8.07 2/305 561
/proc/meminfo: memFree=17750972/32951124 swapFree=54450792/67111528
[pid=561] ppid=559 vsize=315552 CPUtime=0.31 cores=0-7
/proc/561/stat : 561 (claspmt) R 559 561 535 0 -1 4202496 1115 0 0 0 31 0 0 0 18 0 8 0 661493794 323125248 1041 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670654 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/561/statm: 78888 1041 464 189 0 73237 0
[pid=561/tid=562] ppid=559 vsize=315552 CPUtime=0.04 cores=0-7
/proc/561/task/562/stat : 562 (claspmt) R 559 561 535 0 -1 4202560 64 0 0 0 4 0 0 0 18 0 8 0 661493795 323125248 1041 33554432000 4194304 4964800 140736619564832 18446744073709551615 4669136 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=561/tid=563] ppid=559 vsize=315552 CPUtime=0.04 cores=0-7
/proc/561/task/563/stat : 563 (claspmt) R 559 561 535 0 -1 4202560 69 0 0 0 4 0 0 0 18 0 8 0 661493795 323125248 1041 33554432000 4194304 4964800 140736619564832 18446744073709551615 4361097 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=561/tid=564] ppid=559 vsize=315552 CPUtime=0.04 cores=0-7
/proc/561/task/564/stat : 564 (claspmt) R 559 561 535 0 -1 4202560 66 0 0 0 4 0 0 0 18 0 8 0 661493795 323125248 1041 33554432000 4194304 4964800 140736619564832 18446744073709551615 4321010 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=561/tid=565] ppid=559 vsize=315552 CPUtime=0.04 cores=0-7
/proc/561/task/565/stat : 565 (claspmt) R 559 561 535 0 -1 4202560 90 0 0 0 4 0 0 0 18 0 8 0 661493795 323125248 1041 33554432000 4194304 4964800 140736619564832 18446744073709551615 4660427 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=561/tid=566] ppid=559 vsize=315552 CPUtime=0 cores=0-7
/proc/561/task/566/stat : 566 (claspmt) R 559 561 535 0 -1 4202560 40 0 0 0 0 0 0 0 25 0 8 0 661493795 323125248 1041 33554432000 4194304 4964800 140736619564832 18446744073709551615 4399292 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=561/tid=567] ppid=559 vsize=315552 CPUtime=0.03 cores=0-7
/proc/561/task/567/stat : 567 (claspmt) R 559 561 535 0 -1 4202560 39 0 0 0 3 0 0 0 18 0 8 0 661493795 323125248 1041 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670654 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=561/tid=568] ppid=559 vsize=315552 CPUtime=0.03 cores=0-7
/proc/561/task/568/stat : 568 (claspmt) R 559 561 535 0 -1 4202560 73 0 0 0 3 0 0 0 18 0 8 0 661493795 323125248 1041 33554432000 4194304 4964800 140736619564832 18446744073709551615 4321082 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 315552

[startup+0.110426 s]
/proc/loadavg: 7.56 8.05 8.07 2/305 561
/proc/meminfo: memFree=17750972/32951124 swapFree=54450792/67111528
[pid=561] ppid=559 vsize=315816 CPUtime=0.71 cores=0-7
/proc/561/stat : 561 (claspmt) R 559 561 535 0 -1 4202496 1293 0 0 0 71 0 0 0 18 0 8 0 661493794 323395584 1219 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670538 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/561/statm: 78954 1219 464 189 0 73303 0
[pid=561/tid=562] ppid=559 vsize=315816 CPUtime=0.09 cores=0-7
/proc/561/task/562/stat : 562 (claspmt) R 559 561 535 0 -1 4202560 78 0 0 0 9 0 0 0 18 0 8 0 661493795 323395584 1219 33554432000 4194304 4964800 140736619564832 18446744073709551615 4660444 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=561/tid=563] ppid=559 vsize=315816 CPUtime=0.09 cores=0-7
/proc/561/task/563/stat : 563 (claspmt) R 559 561 535 0 -1 4202560 92 0 0 0 9 0 0 0 18 0 8 0 661493795 323395584 1219 33554432000 4194304 4964800 140736619564832 18446744073709551615 246516495393 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=561/tid=564] ppid=559 vsize=315816 CPUtime=0.1 cores=0-7
/proc/561/task/564/stat : 564 (claspmt) R 559 561 535 0 -1 4202560 83 0 0 0 10 0 0 0 18 0 8 0 661493795 323395584 1219 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=561/tid=565] ppid=559 vsize=315816 CPUtime=0.1 cores=0-7
/proc/561/task/565/stat : 565 (claspmt) R 559 561 535 0 -1 4202560 123 0 0 0 10 0 0 0 18 0 8 0 661493795 323395584 1219 33554432000 4194304 4964800 140736619564832 18446744073709551615 4362375 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=561/tid=566] ppid=559 vsize=315816 CPUtime=0.03 cores=0-7
/proc/561/task/566/stat : 566 (claspmt) R 559 561 535 0 -1 4202560 50 0 0 0 3 0 0 0 25 0 8 0 661493795 323395584 1219 33554432000 4194304 4964800 140736619564832 18446744073709551615 246516939246 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=561/tid=567] ppid=559 vsize=315816 CPUtime=0.09 cores=0-7
/proc/561/task/567/stat : 567 (claspmt) R 559 561 535 0 -1 4202560 55 0 0 0 9 0 0 0 18 0 8 0 661493795 323395584 1219 33554432000 4194304 4964800 140736619564832 18446744073709551615 4321088 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=561/tid=568] ppid=559 vsize=315816 CPUtime=0.09 cores=0-7
/proc/561/task/568/stat : 568 (claspmt) R 559 561 535 0 -1 4202560 108 0 0 0 9 0 0 0 18 0 8 0 661493795 323395584 1219 33554432000 4194304 4964800 140736619564832 18446744073709551615 246516939295 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 315816

[startup+0.51926 s]
/proc/loadavg: 7.56 8.05 8.07 2/305 561
/proc/meminfo: memFree=17750972/32951124 swapFree=54450792/67111528
[pid=561] ppid=559 vsize=316212 CPUtime=4.1 cores=0-7
/proc/561/stat : 561 (claspmt) R 559 561 535 0 -1 4202496 1903 0 0 0 408 2 0 0 18 0 8 0 661493794 323801088 1829 33554432000 4194304 4964800 140736619564832 18446744073709551615 4321102 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/561/statm: 79053 1835 464 189 0 73402 0
[pid=561/tid=562] ppid=559 vsize=316212 CPUtime=0.54 cores=0-7
/proc/561/task/562/stat : 562 (claspmt) R 559 561 535 0 -1 4202560 191 0 0 0 54 0 0 0 18 0 8 0 661493795 323801088 1847 33554432000 4194304 4964800 140736619564832 18446744073709551615 4637083 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=561/tid=563] ppid=559 vsize=316212 CPUtime=0.55 cores=0-7
/proc/561/task/563/stat : 563 (claspmt) R 559 561 535 0 -1 4202560 209 0 0 0 55 0 0 0 18 0 8 0 661493795 323801088 1852 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670155 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=561/tid=564] ppid=559 vsize=316212 CPUtime=0.57 cores=0-7
/proc/561/task/564/stat : 564 (claspmt) R 559 561 535 0 -1 4202560 126 0 0 0 57 0 0 0 18 0 8 0 661493795 323801088 1856 33554432000 4194304 4964800 140736619564832 18446744073709551615 246516939295 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=561/tid=565] ppid=559 vsize=316212 CPUtime=0.59 cores=0-7
/proc/561/task/565/stat : 565 (claspmt) R 559 561 535 0 -1 4202560 244 0 0 0 59 0 0 0 18 0 8 0 661493795 323801088 1884 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670343 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=561/tid=566] ppid=559 vsize=316344 CPUtime=0.58 cores=0-7
/proc/561/task/566/stat : 566 (claspmt) S 559 561 535 0 -1 4202560 88 0 0 0 58 0 0 0 18 0 8 0 661493795 323936256 1905 33554432000 4194304 4964800 140736619564832 18446744073709551615 246516939246 0 0 4096 18946 18446604453872511168 0 0 -1 7 0 0 0
[pid=561/tid=567] ppid=559 vsize=316344 CPUtime=0.68 cores=0-7
/proc/561/task/567/stat : 567 (claspmt) R 559 561 535 0 -1 4202560 101 0 0 0 68 0 0 0 18 0 8 0 661493795 323936256 1954 33554432000 4194304 4964800 140736619564832 18446744073709551615 246516939295 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=561/tid=568] ppid=559 vsize=316344 CPUtime=0.71 cores=0-7
/proc/561/task/568/stat : 568 (claspmt) R 559 561 535 0 -1 4202560 195 0 0 0 71 0 0 0 18 0 8 0 661493795 323936256 1975 33554432000 4194304 4964800 140736619564832 18446744073709551615 4660277 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 316212

[startup+1.03009 s]
/proc/loadavg: 7.56 8.05 8.07 2/305 561
/proc/meminfo: memFree=17750972/32951124 swapFree=54450792/67111528
[pid=561] ppid=559 vsize=316476 CPUtime=8.55 cores=0-7
/proc/561/stat : 561 (claspmt) R 559 561 535 0 -1 4202496 2252 0 0 0 852 3 0 0 18 0 8 0 661493794 324071424 2178 33554432000 4194304 4964800 140736619564832 18446744073709551615 246516939295 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/561/statm: 79119 2198 464 189 0 73468 0
[pid=561/tid=562] ppid=559 vsize=316476 CPUtime=1.15 cores=0-7
/proc/561/task/562/stat : 562 (claspmt) R 559 561 535 0 -1 4202560 261 0 0 0 115 0 0 0 18 0 8 0 661493795 324071424 2209 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670295 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=561/tid=563] ppid=559 vsize=316476 CPUtime=1.17 cores=0-7
/proc/561/task/563/stat : 563 (claspmt) R 559 561 535 0 -1 4202560 275 0 0 0 117 0 0 0 19 0 8 0 661493795 324071424 2210 33554432000 4194304 4964800 140736619564832 18446744073709551615 246516939295 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=561/tid=564] ppid=559 vsize=316476 CPUtime=1.2 cores=0-7
/proc/561/task/564/stat : 564 (claspmt) R 559 561 535 0 -1 4202560 145 0 0 0 120 0 0 0 18 0 8 0 661493795 324071424 2216 33554432000 4194304 4964800 140736619564832 18446744073709551615 4660463 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=561/tid=565] ppid=559 vsize=316476 CPUtime=1.23 cores=0-7
/proc/561/task/565/stat : 565 (claspmt) R 559 561 535 0 -1 4202560 302 0 0 0 123 0 0 0 19 0 8 0 661493795 324071424 2224 33554432000 4194304 4964800 140736619564832 18446744073709551615 4642509 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=561/tid=566] ppid=559 vsize=316476 CPUtime=1.19 cores=0-7
/proc/561/task/566/stat : 566 (claspmt) S 559 561 535 0 -1 4202560 107 0 0 0 119 0 0 0 19 0 8 0 661493795 324071424 2243 33554432000 4194304 4964800 140736619564832 18446744073709551615 246516939246 0 0 4096 18946 18446604453872511168 0 0 -1 7 0 0 0
[pid=561/tid=567] ppid=559 vsize=316608 CPUtime=1.27 cores=0-7
/proc/561/task/567/stat : 567 (claspmt) R 559 561 535 0 -1 4202560 116 0 0 0 127 0 0 0 19 0 8 0 661493795 324206592 2254 33554432000 4194304 4964800 140736619564832 18446744073709551615 4378444 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=561/tid=568] ppid=559 vsize=316608 CPUtime=1.29 cores=0-7
/proc/561/task/568/stat : 568 (claspmt) R 559 561 535 0 -1 4202560 224 0 0 0 129 0 0 0 19 0 8 0 661493795 324206592 2257 33554432000 4194304 4964800 140736619564832 18446744073709551615 4320984 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.55
Current children cumulated vsize (KiB) 316476

[startup+1.52286 s]
/proc/loadavg: 7.56 8.05 8.07 2/305 561
/proc/meminfo: memFree=17750972/32951124 swapFree=54450792/67111528
[pid=561] ppid=559 vsize=316608 CPUtime=11.99 cores=0-7
/proc/561/stat : 561 (claspmt) R 559 561 535 0 -1 4202496 2390 0 0 0 1195 4 0 0 19 0 8 0 661493794 324206592 2316 33554432000 4194304 4964800 140736619564832 18446744073709551615 4321102 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/561/statm: 79152 2316 464 189 0 73501 0
[pid=561/tid=562] ppid=559 vsize=316608 CPUtime=1.5 cores=0-7
/proc/561/task/562/stat : 562 (claspmt) R 559 561 535 0 -1 4202560 285 0 0 0 150 0 0 0 19 0 8 0 661493795 324206592 2316 33554432000 4194304 4964800 140736619564832 18446744073709551615 4647578 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=561/tid=563] ppid=559 vsize=316608 CPUtime=1.5 cores=0-7
/proc/561/task/563/stat : 563 (claspmt) R 559 561 535 0 -1 4202560 287 0 0 0 150 0 0 0 20 0 8 0 661493795 324206592 2316 33554432000 4194304 4964800 140736619564832 18446744073709551615 4321016 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=561/tid=564] ppid=559 vsize=316608 CPUtime=1.5 cores=0-7
/proc/561/task/564/stat : 564 (claspmt) R 559 561 535 0 -1 4202560 147 0 0 0 150 0 0 0 19 0 8 0 661493795 324206592 2316 33554432000 4194304 4964800 140736619564832 18446744073709551615 4660408 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=561/tid=565] ppid=559 vsize=316608 CPUtime=1.5 cores=0-7
/proc/561/task/565/stat : 565 (claspmt) R 559 561 535 0 -1 4202560 311 0 0 0 150 0 0 0 18 0 8 0 661493795 324206592 2316 33554432000 4194304 4964800 140736619564832 18446744073709551615 4660449 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=561/tid=566] ppid=559 vsize=316608 CPUtime=1.44 cores=0-7
/proc/561/task/566/stat : 566 (claspmt) R 559 561 535 0 -1 4202560 111 0 0 0 144 0 0 0 19 0 8 0 661493795 324206592 2316 33554432000 4194304 4964800 140736619564832 18446744073709551615 4362510 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=561/tid=567] ppid=559 vsize=316608 CPUtime=1.49 cores=0-7
/proc/561/task/567/stat : 567 (claspmt) R 559 561 535 0 -1 4202560 116 0 0 0 149 0 0 0 20 0 8 0 661493795 324206592 2316 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=561/tid=568] ppid=559 vsize=316608 CPUtime=1.49 cores=0-7
/proc/561/task/568/stat : 568 (claspmt) R 559 561 535 0 -1 4202560 231 0 0 0 149 0 0 0 20 0 8 0 661493795 324206592 2316 33554432000 4194304 4964800 140736619564832 18446744073709551615 4320955 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.99
Current children cumulated vsize (KiB) 316608

[startup+3.11157 s]
/proc/loadavg: 7.56 8.05 8.07 9/313 569
/proc/meminfo: memFree=17742524/32951124 swapFree=54450792/67111528
[pid=561] ppid=559 vsize=316864 CPUtime=24.66 cores=0-7
/proc/561/stat : 561 (claspmt) R 559 561 535 0 -1 4202496 2804 0 0 0 2458 8 0 0 20 0 8 0 661493794 324468736 2730 33554432000 4194304 4964800 140736619564832 18446744073709551615 4342167 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/561/statm: 79216 2730 464 189 0 73565 0
[pid=561/tid=562] ppid=559 vsize=316864 CPUtime=3.08 cores=0-7
/proc/561/task/562/stat : 562 (claspmt) R 559 561 535 0 -1 4202560 394 0 0 0 308 0 0 0 18 0 8 0 661493795 324468736 2730 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670357 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=561/tid=563] ppid=559 vsize=316864 CPUtime=3.09 cores=0-7
/proc/561/task/563/stat : 563 (claspmt) R 559 561 535 0 -1 4202560 359 0 0 0 308 1 0 0 19 0 8 0 661493795 324468736 2730 33554432000 4194304 4964800 140736619564832 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=561/tid=564] ppid=559 vsize=316864 CPUtime=3.08 cores=0-7
/proc/561/task/564/stat : 564 (claspmt) R 559 561 535 0 -1 4202560 173 0 0 0 308 0 0 0 22 0 8 0 661493795 324468736 2730 33554432000 4194304 4964800 140736619564832 18446744073709551615 4660305 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=561/tid=565] ppid=559 vsize=316864 CPUtime=3.09 cores=0-7
/proc/561/task/565/stat : 565 (claspmt) R 559 561 535 0 -1 4202560 366 0 0 0 308 1 0 0 20 0 8 0 661493795 324468736 2730 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=561/tid=566] ppid=559 vsize=316864 CPUtime=3 cores=0-7
/proc/561/task/566/stat : 566 (claspmt) R 559 561 535 0 -1 4202560 125 0 0 0 299 1 0 0 19 0 8 0 661493795 324468736 2730 33554432000 4194304 4964800 140736619564832 18446744073709551615 4320944 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=561/tid=567] ppid=559 vsize=316864 CPUtime=3.08 cores=0-7
/proc/561/task/567/stat : 567 (claspmt) R 559 561 535 0 -1 4202560 132 0 0 0 308 0 0 0 18 0 8 0 661493795 324468736 2730 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=561/tid=568] ppid=559 vsize=316864 CPUtime=3.08 cores=0-7
/proc/561/task/568/stat : 568 (claspmt) R 559 561 535 0 -1 4202560 286 0 0 0 308 0 0 0 25 0 8 0 661493795 324468736 2730 33554432000 4194304 4964800 140736619564832 18446744073709551615 4321016 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.66
Current children cumulated vsize (KiB) 316864

[startup+6.30099 s]
/proc/loadavg: 7.59 8.05 8.07 9/313 569
/proc/meminfo: memFree=17741036/32951124 swapFree=54450792/67111528
[pid=561] ppid=559 vsize=317260 CPUtime=50.12 cores=0-7
/proc/561/stat : 561 (claspmt) R 559 561 535 0 -1 4202496 3235 0 0 0 4997 15 0 0 22 0 8 0 661493794 324874240 3161 33554432000 4194304 4964800 140736619564832 18446744073709551615 4684135 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/561/statm: 79315 3161 464 189 0 73664 0
[pid=561/tid=562] ppid=559 vsize=317260 CPUtime=6.27 cores=0-7
/proc/561/task/562/stat : 562 (claspmt) R 559 561 535 0 -1 4202560 539 0 0 0 626 1 0 0 22 0 8 0 661493795 324874240 3163 33554432000 4194304 4964800 140736619564832 18446744073709551615 4660148 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=561/tid=563] ppid=559 vsize=317260 CPUtime=6.29 cores=0-7
/proc/561/task/563/stat : 563 (claspmt) R 559 561 535 0 -1 4202560 422 0 0 0 627 2 0 0 20 0 8 0 661493795 324874240 3163 33554432000 4194304 4964800 140736619564832 18446744073709551615 4689062 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=561/tid=564] ppid=559 vsize=317260 CPUtime=6.27 cores=0-7
/proc/561/task/564/stat : 564 (claspmt) R 559 561 535 0 -1 4202560 191 0 0 0 626 1 0 0 20 0 8 0 661493795 324874240 3163 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=561/tid=565] ppid=559 vsize=317260 CPUtime=6.28 cores=0-7
/proc/561/task/565/stat : 565 (claspmt) R 559 561 535 0 -1 4202560 412 0 0 0 626 2 0 0 23 0 8 0 661493795 324874240 3163 33554432000 4194304 4964800 140736619564832 18446744073709551615 246516939295 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=561/tid=566] ppid=559 vsize=317260 CPUtime=6.16 cores=0-7
/proc/561/task/566/stat : 566 (claspmt) R 559 561 535 0 -1 4202560 155 0 0 0 614 2 0 0 18 0 8 0 661493795 324874240 3163 33554432000 4194304 4964800 140736619564832 18446744073709551615 4669574 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=561/tid=567] ppid=559 vsize=317260 CPUtime=6.27 cores=0-7
/proc/561/task/567/stat : 567 (claspmt) R 559 561 535 0 -1 4202560 158 0 0 0 626 1 0 0 20 0 8 0 661493795 324874240 3163 33554432000 4194304 4964800 140736619564832 18446744073709551615 246516939295 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=561/tid=568] ppid=559 vsize=317260 CPUtime=6.28 cores=0-7
/proc/561/task/568/stat : 568 (claspmt) R 559 561 535 0 -1 4202560 335 0 0 0 627 1 0 0 25 0 8 0 661493795 324874240 3163 33554432000 4194304 4964800 140736619564832 18446744073709551615 4366196 0 0 4096 18946 0 0 0 -1 1 0 0 0

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

/proc/561/task/565/stat : 565 (claspmt) R 559 561 535 0 -1 4202560 642 0 0 0 14097 34 0 0 19 0 8 0 661493795 326479872 5310 33554432000 4194304 4964800 140736619564832 18446744073709551615 246516939295 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=561/tid=566] ppid=559 vsize=318828 CPUtime=139.99 cores=0-7
/proc/561/task/566/stat : 566 (claspmt) R 559 561 535 0 -1 4202560 346 0 0 0 13965 34 0 0 21 0 8 0 661493795 326479872 5310 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670434 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=561/tid=567] ppid=559 vsize=318828 CPUtime=141.41 cores=0-7
/proc/561/task/567/stat : 567 (claspmt) R 559 561 535 0 -1 4202560 303 0 0 0 14110 31 0 0 19 0 8 0 661493795 326479872 5310 33554432000 4194304 4964800 140736619564832 18446744073709551615 246516939295 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=561/tid=568] ppid=559 vsize=318828 CPUtime=141.43 cores=0-7
/proc/561/task/568/stat : 568 (claspmt) R 559 561 535 0 -1 4202560 507 0 0 0 14115 28 0 0 20 0 8 0 661493795 326479872 5310 33554432000 4194304 4964800 140736619564832 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1129.57
Current children cumulated vsize (KiB) 318828

[startup+148.001 s]
/proc/loadavg: 8.18 8.07 8.07 9/313 573
/proc/meminfo: memFree=17733972/32951124 swapFree=54450792/67111528
[pid=561] ppid=559 vsize=318828 CPUtime=1180.64 cores=0-7
/proc/561/stat : 561 (claspmt) R 559 561 535 0 -1 4202496 5423 0 0 0 117809 255 0 0 25 0 8 0 661493794 326479872 5349 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670299 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/561/statm: 79707 5349 464 189 0 74056 0
[pid=561/tid=562] ppid=559 vsize=318828 CPUtime=147.57 cores=0-7
/proc/561/task/562/stat : 562 (claspmt) R 559 561 535 0 -1 4202560 1364 0 0 0 14724 33 0 0 25 0 8 0 661493795 326479872 5349 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670392 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=561/tid=563] ppid=559 vsize=318828 CPUtime=147.77 cores=0-7
/proc/561/task/563/stat : 563 (claspmt) R 559 561 535 0 -1 4202560 634 0 0 0 14742 35 0 0 20 0 8 0 661493795 326479872 5349 33554432000 4194304 4964800 140736619564832 18446744073709551615 4660247 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=561/tid=564] ppid=559 vsize=318828 CPUtime=147.82 cores=0-7
/proc/561/task/564/stat : 564 (claspmt) R 559 561 535 0 -1 4202560 318 0 0 0 14756 26 0 0 25 0 8 0 661493795 326479872 5349 33554432000 4194304 4964800 140736619564832 18446744073709551615 4660444 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=561/tid=565] ppid=559 vsize=318828 CPUtime=147.69 cores=0-7
/proc/561/task/565/stat : 565 (claspmt) R 559 561 535 0 -1 4202560 642 0 0 0 14734 35 0 0 19 0 8 0 661493795 326479872 5349 33554432000 4194304 4964800 140736619564832 18446744073709551615 4364560 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=561/tid=566] ppid=559 vsize=318828 CPUtime=146.31 cores=0-7
/proc/561/task/566/stat : 566 (claspmt) R 559 561 535 0 -1 4202560 355 0 0 0 14596 35 0 0 19 0 8 0 661493795 326479872 5349 33554432000 4194304 4964800 140736619564832 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=561/tid=567] ppid=559 vsize=318828 CPUtime=147.8 cores=0-7
/proc/561/task/567/stat : 567 (claspmt) R 559 561 535 0 -1 4202560 305 0 0 0 14747 33 0 0 19 0 8 0 661493795 326479872 5349 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=561/tid=568] ppid=559 vsize=318828 CPUtime=147.81 cores=0-7
/proc/561/task/568/stat : 568 (claspmt) R 559 561 535 0 -1 4202560 511 0 0 0 14752 29 0 0 25 0 8 0 661493795 326479872 5349 33554432000 4194304 4964800 140736619564832 18446744073709551615 4660168 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1180.64
Current children cumulated vsize (KiB) 318828

[startup+154.401 s]
/proc/loadavg: 8.15 8.07 8.07 9/313 573
/proc/meminfo: memFree=17733592/32951124 swapFree=54450792/67111528
[pid=561] ppid=559 vsize=318828 CPUtime=1231.71 cores=0-7
/proc/561/stat : 561 (claspmt) R 559 561 535 0 -1 4202496 5433 0 0 0 122907 264 0 0 25 0 8 0 661493794 326479872 5359 33554432000 4194304 4964800 140736619564832 18446744073709551615 4321102 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/561/statm: 79707 5359 464 189 0 74056 0
[pid=561/tid=562] ppid=559 vsize=318828 CPUtime=153.95 cores=0-7
/proc/561/task/562/stat : 562 (claspmt) R 559 561 535 0 -1 4202560 1365 0 0 0 15361 34 0 0 18 0 8 0 661493795 326479872 5359 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=561/tid=563] ppid=559 vsize=318828 CPUtime=154.17 cores=0-7
/proc/561/task/563/stat : 563 (claspmt) R 559 561 535 0 -1 4202560 637 0 0 0 15380 37 0 0 19 0 8 0 661493795 326479872 5359 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670295 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=561/tid=564] ppid=559 vsize=318828 CPUtime=154.22 cores=0-7
/proc/561/task/564/stat : 564 (claspmt) R 559 561 535 0 -1 4202560 318 0 0 0 15395 27 0 0 19 0 8 0 661493795 326479872 5359 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670194 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=561/tid=565] ppid=559 vsize=318828 CPUtime=154.08 cores=0-7
/proc/561/task/565/stat : 565 (claspmt) R 559 561 535 0 -1 4202560 642 0 0 0 15372 36 0 0 25 0 8 0 661493795 326479872 5359 33554432000 4194304 4964800 140736619564832 18446744073709551615 4684089 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=561/tid=566] ppid=559 vsize=318828 CPUtime=152.65 cores=0-7
/proc/561/task/566/stat : 566 (claspmt) R 559 561 535 0 -1 4202560 355 0 0 0 15228 37 0 0 25 0 8 0 661493795 326479872 5359 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670335 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=561/tid=567] ppid=559 vsize=318828 CPUtime=154.18 cores=0-7
/proc/561/task/567/stat : 567 (claspmt) R 559 561 535 0 -1 4202560 305 0 0 0 15384 34 0 0 19 0 8 0 661493795 326479872 5359 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=561/tid=568] ppid=559 vsize=318828 CPUtime=154.2 cores=0-7
/proc/561/task/568/stat : 568 (claspmt) R 559 561 535 0 -1 4202560 514 0 0 0 15390 30 0 0 25 0 8 0 661493795 326479872 5359 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1231.71
Current children cumulated vsize (KiB) 318828

[startup+156.012 s]
/proc/loadavg: 8.15 8.07 8.07 9/313 573
/proc/meminfo: memFree=17733468/32951124 swapFree=54450792/67111528
[pid=561] ppid=559 vsize=318828 CPUtime=1244.56 cores=0-7
/proc/561/stat : 561 (claspmt) R 559 561 535 0 -1 4202496 5446 0 0 0 124190 266 0 0 25 0 8 0 661493794 326479872 5372 33554432000 4194304 4964800 140736619564832 18446744073709551615 4660163 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/561/statm: 79707 5372 464 189 0 74056 0
[pid=561/tid=562] ppid=559 vsize=318828 CPUtime=155.57 cores=0-7
/proc/561/task/562/stat : 562 (claspmt) R 559 561 535 0 -1 4202560 1370 0 0 0 15522 35 0 0 21 0 8 0 661493795 326479872 5372 33554432000 4194304 4964800 140736619564832 18446744073709551615 4684072 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=561/tid=563] ppid=559 vsize=318828 CPUtime=155.78 cores=0-7
/proc/561/task/563/stat : 563 (claspmt) R 559 561 535 0 -1 4202560 637 0 0 0 15541 37 0 0 24 0 8 0 661493795 326479872 5372 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670520 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=561/tid=564] ppid=559 vsize=318828 CPUtime=155.82 cores=0-7
/proc/561/task/564/stat : 564 (claspmt) R 559 561 535 0 -1 4202560 324 0 0 0 15555 27 0 0 25 0 8 0 661493795 326479872 5372 33554432000 4194304 4964800 140736619564832 18446744073709551615 4320944 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=561/tid=565] ppid=559 vsize=318828 CPUtime=155.69 cores=0-7
/proc/561/task/565/stat : 565 (claspmt) R 559 561 535 0 -1 4202560 642 0 0 0 15533 36 0 0 18 0 8 0 661493795 326479872 5372 33554432000 4194304 4964800 140736619564832 18446744073709551615 4320897 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=561/tid=566] ppid=559 vsize=318828 CPUtime=154.23 cores=0-7
/proc/561/task/566/stat : 566 (claspmt) R 559 561 535 0 -1 4202560 357 0 0 0 15386 37 0 0 18 0 8 0 661493795 326479872 5372 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670530 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=561/tid=567] ppid=559 vsize=318828 CPUtime=155.8 cores=0-7
/proc/561/task/567/stat : 567 (claspmt) R 559 561 535 0 -1 4202560 305 0 0 0 15545 35 0 0 25 0 8 0 661493795 326479872 5372 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670321 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=561/tid=568] ppid=559 vsize=318828 CPUtime=155.81 cores=0-7
/proc/561/task/568/stat : 568 (claspmt) R 559 561 535 0 -1 4202560 514 0 0 0 15551 30 0 0 25 0 8 0 661493795 326479872 5372 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670654 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1244.56
Current children cumulated vsize (KiB) 318828

[startup+157.6 s]
/proc/loadavg: 8.15 8.07 8.07 9/313 573
/proc/meminfo: memFree=17733468/32951124 swapFree=54450792/67111528
[pid=561] ppid=559 vsize=318828 CPUtime=1257.24 cores=0-7
/proc/561/stat : 561 (claspmt) R 559 561 535 0 -1 4202496 5454 0 0 0 125455 269 0 0 25 0 8 0 661493794 326479872 5380 33554432000 4194304 4964800 140736619564832 18446744073709551615 4653507 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/561/statm: 79707 5380 464 189 0 74056 0
[pid=561/tid=562] ppid=559 vsize=318828 CPUtime=157.15 cores=0-7
/proc/561/task/562/stat : 562 (claspmt) R 559 561 535 0 -1 4202560 1376 0 0 0 15680 35 0 0 19 0 8 0 661493795 326479872 5380 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=561/tid=563] ppid=559 vsize=318828 CPUtime=157.36 cores=0-7
/proc/561/task/563/stat : 563 (claspmt) R 559 561 535 0 -1 4202560 637 0 0 0 15699 37 0 0 18 0 8 0 661493795 326479872 5380 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=561/tid=564] ppid=559 vsize=318828 CPUtime=157.41 cores=0-7
/proc/561/task/564/stat : 564 (claspmt) R 559 561 535 0 -1 4202560 324 0 0 0 15714 27 0 0 19 0 8 0 661493795 326479872 5380 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=561/tid=565] ppid=559 vsize=318828 CPUtime=157.28 cores=0-7
/proc/561/task/565/stat : 565 (claspmt) R 559 561 535 0 -1 4202560 642 0 0 0 15691 37 0 0 22 0 8 0 661493795 326479872 5380 33554432000 4194304 4964800 140736619564832 18446744073709551615 4320921 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=561/tid=566] ppid=559 vsize=318828 CPUtime=155.8 cores=0-7
/proc/561/task/566/stat : 566 (claspmt) R 559 561 535 0 -1 4202560 357 0 0 0 15543 37 0 0 18 0 8 0 661493795 326479872 5380 33554432000 4194304 4964800 140736619564832 18446744073709551615 4320879 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=561/tid=567] ppid=559 vsize=318828 CPUtime=157.38 cores=0-7
/proc/561/task/567/stat : 567 (claspmt) R 559 561 535 0 -1 4202560 305 0 0 0 15703 35 0 0 25 0 8 0 661493795 326479872 5380 33554432000 4194304 4964800 140736619564832 18446744073709551615 4627186 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=561/tid=568] ppid=559 vsize=318828 CPUtime=157.4 cores=0-7
/proc/561/task/568/stat : 568 (claspmt) R 559 561 535 0 -1 4202560 515 0 0 0 15710 30 0 0 19 0 8 0 661493795 326479872 5380 33554432000 4194304 4964800 140736619564832 18446744073709551615 4654559 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1257.24
Current children cumulated vsize (KiB) 318828

[startup+158.401 s]
/proc/loadavg: 8.15 8.07 8.07 9/313 573
/proc/meminfo: memFree=17733468/32951124 swapFree=54450792/67111528
[pid=561] ppid=559 vsize=318828 CPUtime=1263.63 cores=0-7
/proc/561/stat : 561 (claspmt) R 559 561 535 0 -1 4202496 5454 0 0 0 126093 270 0 0 25 0 8 0 661493794 326479872 5380 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670335 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/561/statm: 79707 5380 464 189 0 74056 0
[pid=561/tid=562] ppid=559 vsize=318828 CPUtime=157.95 cores=0-7
/proc/561/task/562/stat : 562 (claspmt) S 559 561 535 0 -1 4202560 1376 0 0 0 15759 36 0 0 20 0 8 0 661493795 326479872 5380 33554432000 4194304 4964800 140736619564832 18446744073709551615 246516939246 0 0 4096 18946 18446604453872511168 0 0 -1 4 0 0 0
[pid=561/tid=563] ppid=559 vsize=318828 CPUtime=158.16 cores=0-7
/proc/561/task/563/stat : 563 (claspmt) R 559 561 535 0 -1 4202560 637 0 0 0 15779 37 0 0 19 0 8 0 661493795 326479872 5380 33554432000 4194304 4964800 140736619564832 18446744073709551615 4320864 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=561/tid=564] ppid=559 vsize=318828 CPUtime=158.21 cores=0-7
/proc/561/task/564/stat : 564 (claspmt) R 559 561 535 0 -1 4202560 324 0 0 0 15794 27 0 0 18 0 8 0 661493795 326479872 5380 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670349 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=561/tid=565] ppid=559 vsize=318828 CPUtime=158.08 cores=0-7
/proc/561/task/565/stat : 565 (claspmt) R 559 561 535 0 -1 4202560 642 0 0 0 15771 37 0 0 25 0 8 0 661493795 326479872 5380 33554432000 4194304 4964800 140736619564832 18446744073709551615 4627365 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=561/tid=566] ppid=559 vsize=318828 CPUtime=156.59 cores=0-7
/proc/561/task/566/stat : 566 (claspmt) R 559 561 535 0 -1 4202560 357 0 0 0 15622 37 0 0 19 0 8 0 661493795 326479872 5380 33554432000 4194304 4964800 140736619564832 18446744073709551615 246516492965 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=561/tid=567] ppid=559 vsize=318828 CPUtime=158.18 cores=0-7
/proc/561/task/567/stat : 567 (claspmt) R 559 561 535 0 -1 4202560 305 0 0 0 15783 35 0 0 25 0 8 0 661493795 326479872 5380 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670654 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=561/tid=568] ppid=559 vsize=318828 CPUtime=158.19 cores=0-7
/proc/561/task/568/stat : 568 (claspmt) R 559 561 535 0 -1 4202560 515 0 0 0 15789 30 0 0 21 0 8 0 661493795 326479872 5380 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1263.63
Current children cumulated vsize (KiB) 318828

[startup+158.801 s]
/proc/loadavg: 8.15 8.07 8.07 9/313 573
/proc/meminfo: memFree=17733468/32951124 swapFree=54450792/67111528
[pid=561] ppid=559 vsize=318964 CPUtime=1266.82 cores=0-7
/proc/561/stat : 561 (claspmt) R 559 561 535 0 -1 4202496 5460 0 0 0 126411 271 0 0 25 0 8 0 661493794 326619136 5386 33554432000 4194304 4964800 140736619564832 18446744073709551615 4654463 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/561/statm: 79741 5386 464 189 0 74090 0
[pid=561/tid=562] ppid=559 vsize=318964 CPUtime=158.35 cores=0-7
/proc/561/task/562/stat : 562 (claspmt) R 559 561 535 0 -1 4202560 1376 0 0 0 15799 36 0 0 21 0 8 0 661493795 326619136 5386 33554432000 4194304 4964800 140736619564832 18446744073709551615 4320955 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=561/tid=563] ppid=559 vsize=318964 CPUtime=158.56 cores=0-7
/proc/561/task/563/stat : 563 (claspmt) R 559 561 535 0 -1 4202560 637 0 0 0 15819 37 0 0 20 0 8 0 661493795 326619136 5386 33554432000 4194304 4964800 140736619564832 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=561/tid=564] ppid=559 vsize=318964 CPUtime=158.61 cores=0-7
/proc/561/task/564/stat : 564 (claspmt) R 559 561 535 0 -1 4202560 324 0 0 0 15834 27 0 0 19 0 8 0 661493795 326619136 5386 33554432000 4194304 4964800 140736619564832 18446744073709551615 4363459 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=561/tid=565] ppid=559 vsize=318964 CPUtime=158.47 cores=0-7
/proc/561/task/565/stat : 565 (claspmt) R 559 561 535 0 -1 4202560 642 0 0 0 15810 37 0 0 18 0 8 0 661493795 326619136 5386 33554432000 4194304 4964800 140736619564832 18446744073709551615 4684704 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=561/tid=566] ppid=559 vsize=318964 CPUtime=157 cores=0-7
/proc/561/task/566/stat : 566 (claspmt) R 559 561 535 0 -1 4202560 357 0 0 0 15662 38 0 0 19 0 8 0 661493795 326619136 5386 33554432000 4194304 4964800 140736619564832 18446744073709551615 4321059 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=561/tid=567] ppid=559 vsize=318964 CPUtime=158.58 cores=0-7
/proc/561/task/567/stat : 567 (claspmt) R 559 561 535 0 -1 4202560 311 0 0 0 15823 35 0 0 25 0 8 0 661493795 326619136 5386 33554432000 4194304 4964800 140736619564832 18446744073709551615 4653265 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=561/tid=568] ppid=559 vsize=318964 CPUtime=158.59 cores=0-7
/proc/561/task/568/stat : 568 (claspmt) R 559 561 535 0 -1 4202560 515 0 0 0 15829 30 0 0 21 0 8 0 661493795 326619136 5386 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1266.82
Current children cumulated vsize (KiB) 318964

[startup+158.901 s]
/proc/loadavg: 8.15 8.07 8.07 9/313 573
/proc/meminfo: memFree=17733468/32951124 swapFree=54450792/67111528
[pid=561] ppid=559 vsize=318964 CPUtime=1267.62 cores=0-7
/proc/561/stat : 561 (claspmt) R 559 561 535 0 -1 4202496 5463 0 0 0 126491 271 0 0 25 0 8 0 661493794 326619136 5389 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670295 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/561/statm: 79741 5389 464 189 0 74090 0
[pid=561/tid=562] ppid=559 vsize=318964 CPUtime=158.45 cores=0-7
/proc/561/task/562/stat : 562 (claspmt) R 559 561 535 0 -1 4202560 1376 0 0 0 15809 36 0 0 18 0 8 0 661493795 326619136 5389 33554432000 4194304 4964800 140736619564832 18446744073709551615 4675467 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=561/tid=563] ppid=559 vsize=318964 CPUtime=158.66 cores=0-7
/proc/561/task/563/stat : 563 (claspmt) R 559 561 535 0 -1 4202560 637 0 0 0 15829 37 0 0 20 0 8 0 661493795 326619136 5389 33554432000 4194304 4964800 140736619564832 18446744073709551615 4654511 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=561/tid=564] ppid=559 vsize=318964 CPUtime=158.71 cores=0-7
/proc/561/task/564/stat : 564 (claspmt) R 559 561 535 0 -1 4202560 324 0 0 0 15844 27 0 0 19 0 8 0 661493795 326619136 5389 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670343 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=561/tid=565] ppid=559 vsize=318964 CPUtime=158.57 cores=0-7
/proc/561/task/565/stat : 565 (claspmt) R 559 561 535 0 -1 4202560 642 0 0 0 15820 37 0 0 18 0 8 0 661493795 326619136 5389 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=561/tid=566] ppid=559 vsize=318964 CPUtime=157.1 cores=0-7
/proc/561/task/566/stat : 566 (claspmt) R 559 561 535 0 -1 4202560 360 0 0 0 15672 38 0 0 19 0 8 0 661493795 326619136 5389 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670273 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=561/tid=567] ppid=559 vsize=318964 CPUtime=158.68 cores=0-7
/proc/561/task/567/stat : 567 (claspmt) R 559 561 535 0 -1 4202560 311 0 0 0 15833 35 0 0 25 0 8 0 661493795 326619136 5389 33554432000 4194304 4964800 140736619564832 18446744073709551615 4627335 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=561/tid=568] ppid=559 vsize=318964 CPUtime=158.69 cores=0-7
/proc/561/task/568/stat : 568 (claspmt) R 559 561 535 0 -1 4202560 515 0 0 0 15839 30 0 0 22 0 8 0 661493795 326619136 5389 33554432000 4194304 4964800 140736619564832 18446744073709551615 4670340 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1267.62
Current children cumulated vsize (KiB) 318964

Child status: 10
Real time (s): 158.924
CPU time (s): 1267.79
CPU user time (s): 1265.07
CPU system time (s): 2.71659
CPU usage (%): 797.73
Max. virtual memory (cumulated for all children) (KiB): 318964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1265.07
system time used= 2.71659
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5480
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= 415486
involuntary context switches= 10712

runsolver used 0.45693 second user time and 1.05784 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-16 00:35:56
IDJOB=3380981
IDBENCH=83141
IDSOLVER=1865
FILE ID=node134/3380981-1305498956
RUNJOBID= node134-1305498956-549
PBS_JOBID= 13325448
Free space on /tmp= 73488 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n180-s34713902-sat.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-3380981-1305498956/watcher-3380981-1305498956 -o /tmp/evaluation-result-3380981-1305498956/solver-3380981-1305498956 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3380981-1305498956.cnf

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

MD5SUM BENCH= 19292459de25c4f5e9e6f187c00d549d
RANDOM SEED=598395859

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17751252 kB
Buffers:        108624 kB
Cached:         491464 kB
SwapCached:      16428 kB
Active:        4008628 kB
Inactive:     10963264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17751252 kB
SwapTotal:    67111528 kB
SwapFree:     54450792 kB
Dirty:             864 kB
Writeback:           0 kB
AnonPages:    14363692 kB
Mapped:          13856 kB
Slab:            90144 kB
PageTables:      72580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 59409888 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73488 MiB
End job on node134 at 2011-05-16 00:38:35