Trace number 3380641

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
claspmt 2.0-R4095-patched (fixed)UNSAT 239.227 136.281

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-5p0.cnf
MD5SUM4385f03fe3bdaf0f127ae989ddd7908d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark38.1652
Satisfiable
(Un)Satisfiability was proved
Number of variables162696
Number of clauses821000
Sum of the clauses size1953203
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2617825
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...486242/instance-3380641-1305486242.cnf
1.29/1.35	c Solving...
239.14/136.27	s UNSATISFIABLE
239.14/136.27	
239.14/136.27	c Models        : 0     
239.14/136.27	c Time          : 136.132s (Solving: 134.78s 1st Model: 0.00s Unsat: 134.78s)
239.14/136.27	c CPU Time      : 239.070s

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3380641-1305486242/watcher-3380641-1305486242 -o /tmp/evaluation-result-3380641-1305486242/solver-3380641-1305486242 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3380641-1305486242.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: 5.91 7.30 7.79 1/300 20648
/proc/meminfo: memFree=15848844/32951124 swapFree=52307768/67111528
[pid=20648] ppid=20646 vsize=41536 CPUtime=0 cores=0-7
/proc/20648/stat : 20648 (claspmt) R 20646 20648 20285 0 -1 4202496 2312 0 0 0 0 0 0 0 18 0 1 0 660227076 42532864 2242 33554432000 4194304 4964800 140737218763664 18446744073709551615 4700412 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20648/statm: 10384 2247 376 189 0 5258 0

[startup+0.064091 s]
/proc/loadavg: 5.91 7.30 7.79 1/300 20648
/proc/meminfo: memFree=15848844/32951124 swapFree=52307768/67111528
[pid=20648] ppid=20646 vsize=58104 CPUtime=0.05 cores=0-7
/proc/20648/stat : 20648 (claspmt) R 20646 20648 20285 0 -1 4202496 11378 0 0 0 4 1 0 0 18 0 1 0 660227076 59498496 9565 33554432000 4194304 4964800 140737218763664 18446744073709551615 218370618053 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20648/statm: 14526 9566 386 189 0 9400 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 58104

[startup+0.101075 s]
/proc/loadavg: 5.91 7.30 7.79 1/300 20648
/proc/meminfo: memFree=15848844/32951124 swapFree=52307768/67111528
[pid=20648] ppid=20646 vsize=64336 CPUtime=0.09 cores=0-7
/proc/20648/stat : 20648 (claspmt) R 20646 20648 20285 0 -1 4202496 13595 0 0 0 8 1 0 0 18 0 1 0 660227076 65880064 11104 33554432000 4194304 4964800 140737218763664 18446744073709551615 218370618053 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20648/statm: 16084 11106 386 189 0 10958 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64336

[startup+0.301033 s]
/proc/loadavg: 5.91 7.30 7.79 1/300 20648
/proc/meminfo: memFree=15848844/32951124 swapFree=52307768/67111528
[pid=20648] ppid=20646 vsize=105104 CPUtime=0.29 cores=0-7
/proc/20648/stat : 20648 (claspmt) R 20646 20648 20285 0 -1 4202496 27808 0 0 0 26 3 0 0 18 0 1 0 660227076 107626496 20801 33554432000 4194304 4964800 140737218763664 18446744073709551615 218370618053 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20648/statm: 26276 20804 400 189 0 21150 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 105104

[startup+0.700964 s]
/proc/loadavg: 5.91 7.30 7.79 1/300 20648
/proc/meminfo: memFree=15848844/32951124 swapFree=52307768/67111528
[pid=20648] ppid=20646 vsize=115516 CPUtime=0.69 cores=0-7
/proc/20648/stat : 20648 (claspmt) R 20646 20648 20285 0 -1 4202496 30471 0 0 0 66 3 0 0 18 0 1 0 660227076 118288384 23464 33554432000 4194304 4964800 140737218763664 18446744073709551615 4624142 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20648/statm: 28879 23464 404 189 0 23753 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 115516

[startup+1.50082 s]
/proc/loadavg: 5.91 7.30 7.79 2/301 20649
/proc/meminfo: memFree=15755720/32951124 swapFree=52307768/67111528
[pid=20648] ppid=20646 vsize=474408 CPUtime=1.78 cores=0-7
/proc/20648/stat : 20648 (claspmt) S 20646 20648 20285 0 -1 4202496 73247 0 0 0 157 21 0 0 18 0 8 0 660227076 485793792 54169 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/20648/statm: 118602 54170 437 189 0 112951 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 474408

[startup+3.10056 s]
/proc/loadavg: 5.91 7.30 7.79 2/308 20656
/proc/meminfo: memFree=15633284/32951124 swapFree=52307768/67111528
[pid=20648] ppid=20646 vsize=474408 CPUtime=3.41 cores=0-7
/proc/20648/stat : 20648 (claspmt) S 20646 20648 20285 0 -1 4202496 73739 0 0 0 320 21 0 0 18 0 8 0 660227076 485793792 54661 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/20648/statm: 118602 54661 442 189 0 112951 0
[pid=20648/tid=20650] ppid=20646 vsize=474408 CPUtime=0.04 cores=0-7
/proc/20648/task/20650/stat : 20650 (claspmt) S 20646 20648 20285 0 -1 4202560 3929 0 0 0 3 1 0 0 18 0 8 0 660227212 485793792 54661 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 1 0 0 0
[pid=20648/tid=20651] ppid=20646 vsize=474408 CPUtime=0.06 cores=0-7
/proc/20648/task/20651/stat : 20651 (claspmt) S 20646 20648 20285 0 -1 4202560 7155 0 0 0 4 2 0 0 18 0 8 0 660227212 485793792 54661 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 6 0 0 0
[pid=20648/tid=20652] ppid=20646 vsize=474408 CPUtime=0.06 cores=0-7
/proc/20648/task/20652/stat : 20652 (claspmt) S 20646 20648 20285 0 -1 4202560 6111 0 0 0 3 3 0 0 18 0 8 0 660227212 485793792 54661 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 7 0 0 0
[pid=20648/tid=20653] ppid=20646 vsize=474408 CPUtime=0.03 cores=0-7
/proc/20648/task/20653/stat : 20653 (claspmt) S 20646 20648 20285 0 -1 4202560 4095 0 0 0 2 1 0 0 18 0 8 0 660227212 485793792 54661 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 0 0 0 0
[pid=20648/tid=20654] ppid=20646 vsize=474408 CPUtime=1.67 cores=0-7
/proc/20648/task/20654/stat : 20654 (claspmt) R 20646 20648 20285 0 -1 4202560 6872 0 0 0 164 3 0 0 20 0 8 0 660227212 485793792 54661 33554432000 4194304 4964800 140737218763664 18446744073709551615 4669280 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20648/tid=20655] ppid=20646 vsize=474408 CPUtime=0.05 cores=0-7
/proc/20648/task/20655/stat : 20655 (claspmt) S 20646 20648 20285 0 -1 4202560 7174 0 0 0 3 2 0 0 18 0 8 0 660227212 485793792 54661 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 3 0 0 0
[pid=20648/tid=20656] ppid=20646 vsize=474408 CPUtime=0.06 cores=0-7
/proc/20648/task/20656/stat : 20656 (claspmt) S 20646 20648 20285 0 -1 4202560 6911 0 0 0 5 1 0 0 18 0 8 0 660227212 485793792 54661 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 474408

[startup+6.30097 s]
/proc/loadavg: 5.52 7.20 7.76 2/308 20656
/proc/meminfo: memFree=15633184/32951124 swapFree=52307768/67111528
[pid=20648] ppid=20646 vsize=474408 CPUtime=6.61 cores=0-7
/proc/20648/stat : 20648 (claspmt) S 20646 20648 20285 0 -1 4202496 73785 0 0 0 640 21 0 0 18 0 8 0 660227076 485793792 54707 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/20648/statm: 118602 54707 442 189 0 112951 0
[pid=20648/tid=20650] ppid=20646 vsize=474408 CPUtime=0.04 cores=0-7
/proc/20648/task/20650/stat : 20650 (claspmt) S 20646 20648 20285 0 -1 4202560 3929 0 0 0 3 1 0 0 18 0 8 0 660227212 485793792 54707 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 1 0 0 0
[pid=20648/tid=20651] ppid=20646 vsize=474408 CPUtime=0.06 cores=0-7
/proc/20648/task/20651/stat : 20651 (claspmt) S 20646 20648 20285 0 -1 4202560 7155 0 0 0 4 2 0 0 18 0 8 0 660227212 485793792 54707 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 6 0 0 0
[pid=20648/tid=20652] ppid=20646 vsize=474408 CPUtime=0.06 cores=0-7
/proc/20648/task/20652/stat : 20652 (claspmt) S 20646 20648 20285 0 -1 4202560 6111 0 0 0 3 3 0 0 18 0 8 0 660227212 485793792 54707 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 7 0 0 0
[pid=20648/tid=20653] ppid=20646 vsize=474408 CPUtime=0.03 cores=0-7
/proc/20648/task/20653/stat : 20653 (claspmt) S 20646 20648 20285 0 -1 4202560 4095 0 0 0 2 1 0 0 18 0 8 0 660227212 485793792 54707 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 0 0 0 0
[pid=20648/tid=20654] ppid=20646 vsize=474408 CPUtime=4.87 cores=0-7
/proc/20648/task/20654/stat : 20654 (claspmt) R 20646 20648 20285 0 -1 4202560 6918 0 0 0 484 3 0 0 25 0 8 0 660227212 485793792 54707 33554432000 4194304 4964800 140737218763664 18446744073709551615 4669280 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20648/tid=20655] ppid=20646 vsize=474408 CPUtime=0.05 cores=0-7
/proc/20648/task/20655/stat : 20655 (claspmt) S 20646 20648 20285 0 -1 4202560 7174 0 0 0 3 2 0 0 18 0 8 0 660227212 485793792 54707 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 3 0 0 0
[pid=20648/tid=20656] ppid=20646 vsize=474408 CPUtime=0.06 cores=0-7
/proc/20648/task/20656/stat : 20656 (claspmt) S 20646 20648 20285 0 -1 4202560 6911 0 0 0 5 1 0 0 18 0 8 0 660227212 485793792 54707 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.61
Current children cumulated vsize (KiB) 474408

[startup+12.7008 s]
/proc/loadavg: 5.15 7.09 7.72 2/308 20656
/proc/meminfo: memFree=15633672/32951124 swapFree=52307768/67111528
[pid=20648] ppid=20646 vsize=474408 CPUtime=13.01 cores=0-7
/proc/20648/stat : 20648 (claspmt) S 20646 20648 20285 0 -1 4202496 73950 0 0 0 1280 21 0 0 18 0 8 0 660227076 485793792 54872 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/20648/statm: 118602 54872 442 189 0 112951 0
[pid=20648/tid=20650] ppid=20646 vsize=474408 CPUtime=0.04 cores=0-7
/proc/20648/task/20650/stat : 20650 (claspmt) S 20646 20648 20285 0 -1 4202560 3929 0 0 0 3 1 0 0 18 0 8 0 660227212 485793792 54872 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 1 0 0 0
[pid=20648/tid=20651] ppid=20646 vsize=474408 CPUtime=0.06 cores=0-7
/proc/20648/task/20651/stat : 20651 (claspmt) S 20646 20648 20285 0 -1 4202560 7155 0 0 0 4 2 0 0 18 0 8 0 660227212 485793792 54872 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 6 0 0 0
[pid=20648/tid=20652] ppid=20646 vsize=474408 CPUtime=0.06 cores=0-7
/proc/20648/task/20652/stat : 20652 (claspmt) S 20646 20648 20285 0 -1 4202560 6111 0 0 0 3 3 0 0 18 0 8 0 660227212 485793792 54872 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 7 0 0 0
[pid=20648/tid=20653] ppid=20646 vsize=474408 CPUtime=0.03 cores=0-7
/proc/20648/task/20653/stat : 20653 (claspmt) S 20646 20648 20285 0 -1 4202560 4095 0 0 0 2 1 0 0 18 0 8 0 660227212 485793792 54872 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 0 0 0 0
[pid=20648/tid=20654] ppid=20646 vsize=474408 CPUtime=11.27 cores=0-7
/proc/20648/task/20654/stat : 20654 (claspmt) R 20646 20648 20285 0 -1 4202560 7083 0 0 0 1124 3 0 0 25 0 8 0 660227212 485793792 54872 33554432000 4194304 4964800 140737218763664 18446744073709551615 4670640 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20648/tid=20655] ppid=20646 vsize=474408 CPUtime=0.05 cores=0-7
/proc/20648/task/20655/stat : 20655 (claspmt) S 20646 20648 20285 0 -1 4202560 7174 0 0 0 3 2 0 0 18 0 8 0 660227212 485793792 54872 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 3 0 0 0
[pid=20648/tid=20656] ppid=20646 vsize=474408 CPUtime=0.06 cores=0-7
/proc/20648/task/20656/stat : 20656 (claspmt) S 20646 20648 20285 0 -1 4202560 6911 0 0 0 5 1 0 0 18 0 8 0 660227212 485793792 54872 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 13.01
Current children cumulated vsize (KiB) 474408

[startup+25.5006 s]
/proc/loadavg: 4.30 6.81 7.62 2/308 20657
/proc/meminfo: memFree=15634348/32951124 swapFree=52307768/67111528
[pid=20648] ppid=20646 vsize=474408 CPUtime=25.8 cores=0-7
/proc/20648/stat : 20648 (claspmt) S 20646 20648 20285 0 -1 4202496 74141 0 0 0 2559 21 0 0 18 0 8 0 660227076 485793792 55063 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/20648/statm: 118602 55063 442 189 0 112951 0
[pid=20648/tid=20650] ppid=20646 vsize=474408 CPUtime=0.04 cores=0-7
/proc/20648/task/20650/stat : 20650 (claspmt) S 20646 20648 20285 0 -1 4202560 3929 0 0 0 3 1 0 0 18 0 8 0 660227212 485793792 55063 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 1 0 0 0
[pid=20648/tid=20651] ppid=20646 vsize=474408 CPUtime=0.06 cores=0-7
/proc/20648/task/20651/stat : 20651 (claspmt) S 20646 20648 20285 0 -1 4202560 7155 0 0 0 4 2 0 0 18 0 8 0 660227212 485793792 55063 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 6 0 0 0
[pid=20648/tid=20652] ppid=20646 vsize=474408 CPUtime=0.06 cores=0-7
/proc/20648/task/20652/stat : 20652 (claspmt) S 20646 20648 20285 0 -1 4202560 6111 0 0 0 3 3 0 0 18 0 8 0 660227212 485793792 55063 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 7 0 0 0
[pid=20648/tid=20653] ppid=20646 vsize=474408 CPUtime=0.03 cores=0-7
/proc/20648/task/20653/stat : 20653 (claspmt) S 20646 20648 20285 0 -1 4202560 4095 0 0 0 2 1 0 0 18 0 8 0 660227212 485793792 55063 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 0 0 0 0
[pid=20648/tid=20654] ppid=20646 vsize=474408 CPUtime=24.07 cores=0-7
/proc/20648/task/20654/stat : 20654 (claspmt) R 20646 20648 20285 0 -1 4202560 7274 0 0 0 2404 3 0 0 25 0 8 0 660227212 485793792 55063 33554432000 4194304 4964800 140737218763664 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20648/tid=20655] ppid=20646 vsize=474408 CPUtime=0.05 cores=0-7
/proc/20648/task/20655/stat : 20655 (claspmt) S 20646 20648 20285 0 -1 4202560 7174 0 0 0 3 2 0 0 18 0 8 0 660227212 485793792 55063 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 3 0 0 0
[pid=20648/tid=20656] ppid=20646 vsize=474408 CPUtime=0.06 cores=0-7
/proc/20648/task/20656/stat : 20656 (claspmt) S 20646 20648 20285 0 -1 4202560 6911 0 0 0 5 1 0 0 18 0 8 0 660227212 485793792 55063 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.8
Current children cumulated vsize (KiB) 474408

[startup+51.101 s]
/proc/loadavg: 3.17 6.34 7.44 2/308 20657
/proc/meminfo: memFree=15633412/32951124 swapFree=52307768/67111528
[pid=20648] ppid=20646 vsize=474408 CPUtime=51.41 cores=0-7
/proc/20648/stat : 20648 (claspmt) S 20646 20648 20285 0 -1 4202496 74335 0 0 0 5119 22 0 0 18 0 8 0 660227076 485793792 55257 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/20648/statm: 118602 55257 442 189 0 112951 0
[pid=20648/tid=20650] ppid=20646 vsize=474408 CPUtime=0.04 cores=0-7
/proc/20648/task/20650/stat : 20650 (claspmt) S 20646 20648 20285 0 -1 4202560 3929 0 0 0 3 1 0 0 18 0 8 0 660227212 485793792 55257 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 1 0 0 0
[pid=20648/tid=20651] ppid=20646 vsize=474408 CPUtime=0.06 cores=0-7
/proc/20648/task/20651/stat : 20651 (claspmt) S 20646 20648 20285 0 -1 4202560 7155 0 0 0 4 2 0 0 18 0 8 0 660227212 485793792 55257 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 6 0 0 0
[pid=20648/tid=20652] ppid=20646 vsize=474408 CPUtime=0.06 cores=0-7
/proc/20648/task/20652/stat : 20652 (claspmt) S 20646 20648 20285 0 -1 4202560 6111 0 0 0 3 3 0 0 18 0 8 0 660227212 485793792 55257 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 7 0 0 0
[pid=20648/tid=20653] ppid=20646 vsize=474408 CPUtime=0.03 cores=0-7
/proc/20648/task/20653/stat : 20653 (claspmt) S 20646 20648 20285 0 -1 4202560 4095 0 0 0 2 1 0 0 18 0 8 0 660227212 485793792 55257 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 0 0 0 0
[pid=20648/tid=20654] ppid=20646 vsize=474408 CPUtime=49.67 cores=0-7
/proc/20648/task/20654/stat : 20654 (claspmt) R 20646 20648 20285 0 -1 4202560 7468 0 0 0 4964 3 0 0 25 0 8 0 660227212 485793792 55257 33554432000 4194304 4964800 140737218763664 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20648/tid=20655] ppid=20646 vsize=474408 CPUtime=0.05 cores=0-7
/proc/20648/task/20655/stat : 20655 (claspmt) S 20646 20648 20285 0 -1 4202560 7174 0 0 0 3 2 0 0 18 0 8 0 660227212 485793792 55257 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 3 0 0 0
[pid=20648/tid=20656] ppid=20646 vsize=474408 CPUtime=0.06 cores=0-7
/proc/20648/task/20656/stat : 20656 (claspmt) S 20646 20648 20285 0 -1 4202560 6911 0 0 0 5 1 0 0 18 0 8 0 660227212 485793792 55257 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 51.41
Current children cumulated vsize (KiB) 474408

[startup+102.311 s]
/proc/loadavg: 1.94 5.52 7.10 2/308 20659
/proc/meminfo: memFree=15632640/32951124 swapFree=52307768/67111528
[pid=20648] ppid=20646 vsize=474408 CPUtime=102.63 cores=0-7
/proc/20648/stat : 20648 (claspmt) S 20646 20648 20285 0 -1 4202496 74337 0 0 0 10241 22 0 0 18 0 8 0 660227076 485793792 55259 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/20648/statm: 118602 55259 442 189 0 112951 0
[pid=20648/tid=20650] ppid=20646 vsize=474408 CPUtime=0.04 cores=0-7
/proc/20648/task/20650/stat : 20650 (claspmt) S 20646 20648 20285 0 -1 4202560 3929 0 0 0 3 1 0 0 18 0 8 0 660227212 485793792 55259 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 1 0 0 0
[pid=20648/tid=20651] ppid=20646 vsize=474408 CPUtime=0.06 cores=0-7
/proc/20648/task/20651/stat : 20651 (claspmt) S 20646 20648 20285 0 -1 4202560 7155 0 0 0 4 2 0 0 18 0 8 0 660227212 485793792 55259 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 6 0 0 0
[pid=20648/tid=20652] ppid=20646 vsize=474408 CPUtime=0.06 cores=0-7
/proc/20648/task/20652/stat : 20652 (claspmt) S 20646 20648 20285 0 -1 4202560 6111 0 0 0 3 3 0 0 18 0 8 0 660227212 485793792 55259 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 7 0 0 0

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


[startup+115.101 s]
/proc/loadavg: 1.73 5.30 7.00 2/308 20659
/proc/meminfo: memFree=15632628/32951124 swapFree=52307768/67111528
[pid=20648] ppid=20646 vsize=474408 CPUtime=115.42 cores=0-7
/proc/20648/stat : 20648 (claspmt) S 20646 20648 20285 0 -1 4202496 74337 0 0 0 11520 22 0 0 18 0 8 0 660227076 485793792 55259 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/20648/statm: 118602 55259 442 189 0 112951 0
[pid=20648/tid=20650] ppid=20646 vsize=474408 CPUtime=0.04 cores=0-7
/proc/20648/task/20650/stat : 20650 (claspmt) S 20646 20648 20285 0 -1 4202560 3929 0 0 0 3 1 0 0 18 0 8 0 660227212 485793792 55259 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 1 0 0 0
[pid=20648/tid=20651] ppid=20646 vsize=474408 CPUtime=0.06 cores=0-7
/proc/20648/task/20651/stat : 20651 (claspmt) S 20646 20648 20285 0 -1 4202560 7155 0 0 0 4 2 0 0 18 0 8 0 660227212 485793792 55259 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 6 0 0 0
[pid=20648/tid=20652] ppid=20646 vsize=474408 CPUtime=0.06 cores=0-7
/proc/20648/task/20652/stat : 20652 (claspmt) S 20646 20648 20285 0 -1 4202560 6111 0 0 0 3 3 0 0 18 0 8 0 660227212 485793792 55259 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 7 0 0 0
[pid=20648/tid=20653] ppid=20646 vsize=474408 CPUtime=0.03 cores=0-7
/proc/20648/task/20653/stat : 20653 (claspmt) S 20646 20648 20285 0 -1 4202560 4095 0 0 0 2 1 0 0 18 0 8 0 660227212 485793792 55259 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 0 0 0 0
[pid=20648/tid=20654] ppid=20646 vsize=474408 CPUtime=113.67 cores=0-7
/proc/20648/task/20654/stat : 20654 (claspmt) R 20646 20648 20285 0 -1 4202560 7470 0 0 0 11364 3 0 0 25 0 8 0 660227212 485793792 55259 33554432000 4194304 4964800 140737218763664 18446744073709551615 4342208 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20648/tid=20655] ppid=20646 vsize=474408 CPUtime=0.05 cores=0-7
/proc/20648/task/20655/stat : 20655 (claspmt) S 20646 20648 20285 0 -1 4202560 7174 0 0 0 3 2 0 0 18 0 8 0 660227212 485793792 55259 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 3 0 0 0
[pid=20648/tid=20656] ppid=20646 vsize=474408 CPUtime=0.06 cores=0-7
/proc/20648/task/20656/stat : 20656 (claspmt) S 20646 20648 20285 0 -1 4202560 6911 0 0 0 5 1 0 0 18 0 8 0 660227212 485793792 55259 33554432000 4194304 4964800 140737218763664 18446744073709551615 218382773145 0 0 4096 18946 18446604452199962624 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 115.42
Current children cumulated vsize (KiB) 474408

[startup+127.901 s]
/proc/loadavg: 2.18 5.27 6.97 9/308 20659
/proc/meminfo: memFree=15625180/32951124 swapFree=52307768/67111528
[pid=20648] ppid=20646 vsize=474408 CPUtime=173.35 cores=0-7
/proc/20648/stat : 20648 (claspmt) R 20646 20648 20285 0 -1 4202496 77035 0 0 0 17310 25 0 0 25 0 8 0 660227076 485793792 57945 33554432000 4194304 4964800 140737218763664 18446744073709551615 4668568 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/20648/statm: 118602 57945 464 189 0 112951 0
[pid=20648/tid=20650] ppid=20646 vsize=474408 CPUtime=6.51 cores=0-7
/proc/20648/task/20650/stat : 20650 (claspmt) R 20646 20648 20285 0 -1 4202560 4216 0 0 0 650 1 0 0 25 0 8 0 660227212 485793792 57945 33554432000 4194304 4964800 140737218763664 18446744073709551615 4320879 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=20648/tid=20651] ppid=20646 vsize=474408 CPUtime=6.51 cores=0-7
/proc/20648/task/20651/stat : 20651 (claspmt) R 20646 20648 20285 0 -1 4202560 7612 0 0 0 648 3 0 0 25 0 8 0 660227212 485793792 57945 33554432000 4194304 4964800 140737218763664 18446744073709551615 4670194 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=20648/tid=20652] ppid=20646 vsize=474408 CPUtime=6.51 cores=0-7
/proc/20648/task/20652/stat : 20652 (claspmt) R 20646 20648 20285 0 -1 4202560 6529 0 0 0 648 3 0 0 25 0 8 0 660227212 485793792 57945 33554432000 4194304 4964800 140737218763664 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=20648/tid=20653] ppid=20646 vsize=474408 CPUtime=6.51 cores=0-7
/proc/20648/task/20653/stat : 20653 (claspmt) R 20646 20648 20285 0 -1 4202560 4306 0 0 0 649 2 0 0 25 0 8 0 660227212 485793792 57945 33554432000 4194304 4964800 140737218763664 18446744073709551615 4668987 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=20648/tid=20654] ppid=20646 vsize=474408 CPUtime=126.47 cores=0-7
/proc/20648/task/20654/stat : 20654 (claspmt) R 20646 20648 20285 0 -1 4202560 7479 0 0 0 12644 3 0 0 25 0 8 0 660227212 485793792 57945 33554432000 4194304 4964800 140737218763664 18446744073709551615 4669280 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20648/tid=20655] ppid=20646 vsize=474408 CPUtime=6.45 cores=0-7
/proc/20648/task/20655/stat : 20655 (claspmt) R 20646 20648 20285 0 -1 4202560 7694 0 0 0 642 3 0 0 25 0 8 0 660227212 485793792 57945 33554432000 4194304 4964800 140737218763664 18446744073709551615 4669089 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=20648/tid=20656] ppid=20646 vsize=474408 CPUtime=6.52 cores=0-7
/proc/20648/task/20656/stat : 20656 (claspmt) R 20646 20648 20285 0 -1 4202560 7413 0 0 0 650 2 0 0 25 0 8 0 660227212 485793792 57945 33554432000 4194304 4964800 140737218763664 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 173.35
Current children cumulated vsize (KiB) 474408

[startup+131.101 s]
/proc/loadavg: 2.65 5.31 6.98 9/308 20659
/proc/meminfo: memFree=15616624/32951124 swapFree=52307768/67111528
[pid=20648] ppid=20646 vsize=474408 CPUtime=198.91 cores=0-7
/proc/20648/stat : 20648 (claspmt) R 20646 20648 20285 0 -1 4202496 78958 0 0 0 19863 28 0 0 25 0 8 0 660227076 485793792 59868 33554432000 4194304 4964800 140737218763664 18446744073709551615 4670180 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/20648/statm: 118602 59868 464 189 0 112951 0
[pid=20648/tid=20650] ppid=20646 vsize=474408 CPUtime=9.72 cores=0-7
/proc/20648/task/20650/stat : 20650 (claspmt) R 20646 20648 20285 0 -1 4202560 4402 0 0 0 970 2 0 0 25 0 8 0 660227212 485793792 59868 33554432000 4194304 4964800 140737218763664 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=20648/tid=20651] ppid=20646 vsize=474408 CPUtime=9.7 cores=0-7
/proc/20648/task/20651/stat : 20651 (claspmt) R 20646 20648 20285 0 -1 4202560 8182 0 0 0 967 3 0 0 25 0 8 0 660227212 485793792 59868 33554432000 4194304 4964800 140737218763664 18446744073709551615 4670343 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=20648/tid=20652] ppid=20646 vsize=474408 CPUtime=9.71 cores=0-7
/proc/20648/task/20652/stat : 20652 (claspmt) R 20646 20648 20285 0 -1 4202560 6717 0 0 0 968 3 0 0 25 0 8 0 660227212 485793792 59868 33554432000 4194304 4964800 140737218763664 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=20648/tid=20653] ppid=20646 vsize=474408 CPUtime=9.7 cores=0-7
/proc/20648/task/20653/stat : 20653 (claspmt) R 20646 20648 20285 0 -1 4202560 4460 0 0 0 968 2 0 0 25 0 8 0 660227212 485793792 59868 33554432000 4194304 4964800 140737218763664 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=20648/tid=20654] ppid=20646 vsize=474408 CPUtime=129.67 cores=0-7
/proc/20648/task/20654/stat : 20654 (claspmt) R 20646 20648 20285 0 -1 4202560 7479 0 0 0 12964 3 0 0 25 0 8 0 660227212 485793792 59868 33554432000 4194304 4964800 140737218763664 18446744073709551615 4678045 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20648/tid=20655] ppid=20646 vsize=474408 CPUtime=9.62 cores=0-7
/proc/20648/task/20655/stat : 20655 (claspmt) R 20646 20648 20285 0 -1 4202560 7922 0 0 0 958 4 0 0 25 0 8 0 660227212 485793792 59868 33554432000 4194304 4964800 140737218763664 18446744073709551615 4668920 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=20648/tid=20656] ppid=20646 vsize=474408 CPUtime=9.71 cores=0-7
/proc/20648/task/20656/stat : 20656 (claspmt) R 20646 20648 20285 0 -1 4202560 7900 0 0 0 969 2 0 0 25 0 8 0 660227212 485793792 59868 33554432000 4194304 4964800 140737218763664 18446744073709551615 4669131 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 198.91
Current children cumulated vsize (KiB) 474408

[startup+134.301 s]
/proc/loadavg: 2.65 5.31 6.98 9/308 20659
/proc/meminfo: memFree=15610176/32951124 swapFree=52307768/67111528
[pid=20648] ppid=20646 vsize=474408 CPUtime=224.48 cores=0-7
/proc/20648/stat : 20648 (claspmt) R 20646 20648 20285 0 -1 4202496 80471 0 0 0 22418 30 0 0 25 0 8 0 660227076 485793792 61381 33554432000 4194304 4964800 140737218763664 18446744073709551615 4669011 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/20648/statm: 118602 61381 464 189 0 112951 0
[pid=20648/tid=20650] ppid=20646 vsize=474408 CPUtime=12.91 cores=0-7
/proc/20648/task/20650/stat : 20650 (claspmt) R 20646 20648 20285 0 -1 4202560 4481 0 0 0 1289 2 0 0 25 0 8 0 660227212 485793792 61381 33554432000 4194304 4964800 140737218763664 18446744073709551615 4669011 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=20648/tid=20651] ppid=20646 vsize=474408 CPUtime=12.9 cores=0-7
/proc/20648/task/20651/stat : 20651 (claspmt) R 20646 20648 20285 0 -1 4202560 8305 0 0 0 1287 3 0 0 25 0 8 0 660227212 485793792 61381 33554432000 4194304 4964800 140737218763664 18446744073709551615 4670538 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=20648/tid=20652] ppid=20646 vsize=474408 CPUtime=12.91 cores=0-7
/proc/20648/task/20652/stat : 20652 (claspmt) R 20646 20648 20285 0 -1 4202560 6838 0 0 0 1288 3 0 0 25 0 8 0 660227212 485793792 61381 33554432000 4194304 4964800 140737218763664 18446744073709551615 4378499 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=20648/tid=20653] ppid=20646 vsize=474408 CPUtime=12.9 cores=0-7
/proc/20648/task/20653/stat : 20653 (claspmt) R 20646 20648 20285 0 -1 4202560 4774 0 0 0 1288 2 0 0 25 0 8 0 660227212 485793792 61381 33554432000 4194304 4964800 140737218763664 18446744073709551615 4668689 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=20648/tid=20654] ppid=20646 vsize=474408 CPUtime=132.87 cores=0-7
/proc/20648/task/20654/stat : 20654 (claspmt) R 20646 20648 20285 0 -1 4202560 7479 0 0 0 13284 3 0 0 25 0 8 0 660227212 485793792 61381 33554432000 4194304 4964800 140737218763664 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20648/tid=20655] ppid=20646 vsize=474408 CPUtime=12.79 cores=0-7
/proc/20648/task/20655/stat : 20655 (claspmt) R 20646 20648 20285 0 -1 4202560 8127 0 0 0 1275 4 0 0 25 0 8 0 660227212 485793792 61381 33554432000 4194304 4964800 140737218763664 18446744073709551615 4668715 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=20648/tid=20656] ppid=20646 vsize=474408 CPUtime=12.91 cores=0-7
/proc/20648/task/20656/stat : 20656 (claspmt) R 20646 20648 20285 0 -1 4202560 8414 0 0 0 1288 3 0 0 25 0 8 0 660227212 485793792 61381 33554432000 4194304 4964800 140737218763664 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 224.48
Current children cumulated vsize (KiB) 474408

[startup+135.101 s]
/proc/loadavg: 2.65 5.31 6.98 9/308 20659
/proc/meminfo: memFree=15610176/32951124 swapFree=52307768/67111528
[pid=20648] ppid=20646 vsize=474408 CPUtime=230.88 cores=0-7
/proc/20648/stat : 20648 (claspmt) R 20646 20648 20285 0 -1 4202496 80780 0 0 0 23057 31 0 0 25 0 8 0 660227076 485793792 61690 33554432000 4194304 4964800 140737218763664 18446744073709551615 4668689 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/20648/statm: 118602 61690 464 189 0 112951 0
[pid=20648/tid=20650] ppid=20646 vsize=474408 CPUtime=13.71 cores=0-7
/proc/20648/task/20650/stat : 20650 (claspmt) R 20646 20648 20285 0 -1 4202560 4513 0 0 0 1369 2 0 0 25 0 8 0 660227212 485793792 61690 33554432000 4194304 4964800 140737218763664 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=20648/tid=20651] ppid=20646 vsize=474408 CPUtime=13.7 cores=0-7
/proc/20648/task/20651/stat : 20651 (claspmt) R 20646 20648 20285 0 -1 4202560 8305 0 0 0 1367 3 0 0 25 0 8 0 660227212 485793792 61690 33554432000 4194304 4964800 140737218763664 18446744073709551615 4653186 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=20648/tid=20652] ppid=20646 vsize=474408 CPUtime=13.71 cores=0-7
/proc/20648/task/20652/stat : 20652 (claspmt) R 20646 20648 20285 0 -1 4202560 6860 0 0 0 1368 3 0 0 25 0 8 0 660227212 485793792 61690 33554432000 4194304 4964800 140737218763664 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=20648/tid=20653] ppid=20646 vsize=474408 CPUtime=13.7 cores=0-7
/proc/20648/task/20653/stat : 20653 (claspmt) R 20646 20648 20285 0 -1 4202560 4846 0 0 0 1368 2 0 0 25 0 8 0 660227212 485793792 61690 33554432000 4194304 4964800 140737218763664 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=20648/tid=20654] ppid=20646 vsize=474408 CPUtime=133.67 cores=0-7
/proc/20648/task/20654/stat : 20654 (claspmt) R 20646 20648 20285 0 -1 4202560 7479 0 0 0 13364 3 0 0 25 0 8 0 660227212 485793792 61690 33554432000 4194304 4964800 140737218763664 18446744073709551615 4668987 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20648/tid=20655] ppid=20646 vsize=474408 CPUtime=13.58 cores=0-7
/proc/20648/task/20655/stat : 20655 (claspmt) R 20646 20648 20285 0 -1 4202560 8147 0 0 0 1354 4 0 0 25 0 8 0 660227212 485793792 61690 33554432000 4194304 4964800 140737218763664 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=20648/tid=20656] ppid=20646 vsize=474408 CPUtime=13.71 cores=0-7
/proc/20648/task/20656/stat : 20656 (claspmt) R 20646 20648 20285 0 -1 4202560 8535 0 0 0 1368 3 0 0 25 0 8 0 660227212 485793792 61690 33554432000 4194304 4964800 140737218763664 18446744073709551615 4342213 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 230.88
Current children cumulated vsize (KiB) 474408

[startup+135.901 s]
/proc/loadavg: 3.07 5.36 6.99 9/308 20659
/proc/meminfo: memFree=15608316/32951124 swapFree=52307768/67111528
[pid=20648] ppid=20646 vsize=474408 CPUtime=237.26 cores=0-7
/proc/20648/stat : 20648 (claspmt) R 20646 20648 20285 0 -1 4202496 81394 0 0 0 23695 31 0 0 25 0 8 0 660227076 485793792 62304 33554432000 4194304 4964800 140737218763664 18446744073709551615 4320909 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/20648/statm: 118602 62304 464 189 0 112951 0
[pid=20648/tid=20650] ppid=20646 vsize=474408 CPUtime=14.51 cores=0-7
/proc/20648/task/20650/stat : 20650 (claspmt) R 20646 20648 20285 0 -1 4202560 4577 0 0 0 1449 2 0 0 25 0 8 0 660227212 485793792 62304 33554432000 4194304 4964800 140737218763664 18446744073709551615 4670097 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=20648/tid=20651] ppid=20646 vsize=474408 CPUtime=14.5 cores=0-7
/proc/20648/task/20651/stat : 20651 (claspmt) R 20646 20648 20285 0 -1 4202560 8456 0 0 0 1446 4 0 0 25 0 8 0 660227212 485793792 62304 33554432000 4194304 4964800 140737218763664 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=20648/tid=20652] ppid=20646 vsize=474408 CPUtime=14.51 cores=0-7
/proc/20648/task/20652/stat : 20652 (claspmt) R 20646 20648 20285 0 -1 4202560 6874 0 0 0 1448 3 0 0 25 0 8 0 660227212 485793792 62304 33554432000 4194304 4964800 140737218763664 18446744073709551615 4669011 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=20648/tid=20653] ppid=20646 vsize=474408 CPUtime=14.5 cores=0-7
/proc/20648/task/20653/stat : 20653 (claspmt) R 20646 20648 20285 0 -1 4202560 4961 0 0 0 1448 2 0 0 25 0 8 0 660227212 485793792 62304 33554432000 4194304 4964800 140737218763664 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=20648/tid=20654] ppid=20646 vsize=474408 CPUtime=134.47 cores=0-7
/proc/20648/task/20654/stat : 20654 (claspmt) R 20646 20648 20285 0 -1 4202560 7479 0 0 0 13444 3 0 0 25 0 8 0 660227212 485793792 62304 33554432000 4194304 4964800 140737218763664 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20648/tid=20655] ppid=20646 vsize=474408 CPUtime=14.37 cores=0-7
/proc/20648/task/20655/stat : 20655 (claspmt) R 20646 20648 20285 0 -1 4202560 8193 0 0 0 1433 4 0 0 25 0 8 0 660227212 485793792 62304 33554432000 4194304 4964800 140737218763664 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=20648/tid=20656] ppid=20646 vsize=474408 CPUtime=14.52 cores=0-7
/proc/20648/task/20656/stat : 20656 (claspmt) R 20646 20648 20285 0 -1 4202560 8709 0 0 0 1448 4 0 0 25 0 8 0 660227212 485793792 62304 33554432000 4194304 4964800 140737218763664 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 237.26
Current children cumulated vsize (KiB) 474408

[startup+136.101 s]
/proc/loadavg: 3.07 5.36 6.99 9/308 20659
/proc/meminfo: memFree=15608316/32951124 swapFree=52307768/67111528
[pid=20648] ppid=20646 vsize=474408 CPUtime=238.86 cores=0-7
/proc/20648/stat : 20648 (claspmt) R 20646 20648 20285 0 -1 4202496 81397 0 0 0 23855 31 0 0 25 0 8 0 660227076 485793792 62307 33554432000 4194304 4964800 140737218763664 18446744073709551615 4629965 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/20648/statm: 118602 62307 464 189 0 112951 0
[pid=20648/tid=20650] ppid=20646 vsize=474408 CPUtime=14.71 cores=0-7
/proc/20648/task/20650/stat : 20650 (claspmt) R 20646 20648 20285 0 -1 4202560 4577 0 0 0 1469 2 0 0 25 0 8 0 660227212 485793792 62307 33554432000 4194304 4964800 140737218763664 18446744073709551615 4313663 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=20648/tid=20651] ppid=20646 vsize=474408 CPUtime=14.7 cores=0-7
/proc/20648/task/20651/stat : 20651 (claspmt) R 20646 20648 20285 0 -1 4202560 8456 0 0 0 1466 4 0 0 25 0 8 0 660227212 485793792 62307 33554432000 4194304 4964800 140737218763664 18446744073709551615 4669011 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=20648/tid=20652] ppid=20646 vsize=474408 CPUtime=14.71 cores=0-7
/proc/20648/task/20652/stat : 20652 (claspmt) R 20646 20648 20285 0 -1 4202560 6874 0 0 0 1468 3 0 0 25 0 8 0 660227212 485793792 62307 33554432000 4194304 4964800 140737218763664 18446744073709551615 4669280 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=20648/tid=20653] ppid=20646 vsize=474408 CPUtime=14.7 cores=0-7
/proc/20648/task/20653/stat : 20653 (claspmt) R 20646 20648 20285 0 -1 4202560 4961 0 0 0 1468 2 0 0 25 0 8 0 660227212 485793792 62307 33554432000 4194304 4964800 140737218763664 18446744073709551615 4669011 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=20648/tid=20654] ppid=20646 vsize=474408 CPUtime=134.67 cores=0-7
/proc/20648/task/20654/stat : 20654 (claspmt) R 20646 20648 20285 0 -1 4202560 7482 0 0 0 13464 3 0 0 25 0 8 0 660227212 485793792 62307 33554432000 4194304 4964800 140737218763664 18446744073709551615 4668789 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20648/tid=20655] ppid=20646 vsize=474408 CPUtime=14.57 cores=0-7
/proc/20648/task/20655/stat : 20655 (claspmt) R 20646 20648 20285 0 -1 4202560 8193 0 0 0 1453 4 0 0 25 0 8 0 660227212 485793792 62307 33554432000 4194304 4964800 140737218763664 18446744073709551615 4669153 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=20648/tid=20656] ppid=20646 vsize=474408 CPUtime=14.72 cores=0-7
/proc/20648/task/20656/stat : 20656 (claspmt) R 20646 20648 20285 0 -1 4202560 8709 0 0 0 1468 4 0 0 25 0 8 0 660227212 485793792 62307 33554432000 4194304 4964800 140737218763664 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 238.86
Current children cumulated vsize (KiB) 474408

[startup+136.201 s]
/proc/loadavg: 3.07 5.36 6.99 9/308 20659
/proc/meminfo: memFree=15608316/32951124 swapFree=52307768/67111528
[pid=20648] ppid=20646 vsize=453908 CPUtime=239.14 cores=0-7
/proc/20648/stat : 20648 (claspmt) R 20646 20648 20285 0 -1 4202496 81407 0 0 0 23882 32 0 0 17 0 1 0 660227076 464801792 57192 33554432000 4194304 4964800 140737218763664 18446744073709551615 218370613147 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/20648/statm: 113477 57192 474 189 0 107826 0
Current children cumulated CPU time (s) 239.14
Current children cumulated vsize (KiB) 453908

Child status: 20
Real time (s): 136.281
CPU time (s): 239.227
CPU user time (s): 238.894
CPU system time (s): 0.332949
CPU usage (%): 175.539
Max. virtual memory (cumulated for all children) (KiB): 474408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 238.894
system time used= 0.332949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81408
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= 13101
involuntary context switches= 653

runsolver used 0.383941 second user time and 0.842871 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-15 21:04:03
IDJOB=3380641
IDBENCH=71019
IDSOLVER=1865
FILE ID=node101/3380641-1305486242
RUNJOBID= node101-1305481207-20299
PBS_JOBID= 13325379
Free space on /tmp= 73744 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-5p0.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-3380641-1305486242/watcher-3380641-1305486242 -o /tmp/evaluation-result-3380641-1305486242/solver-3380641-1305486242 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3380641-1305486242.cnf

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

MD5SUM BENCH= 4385f03fe3bdaf0f127ae989ddd7908d
RANDOM SEED=868838806

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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.07
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.841
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.77
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.841
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.83
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.841
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.841
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.841
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.841
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:     32951124 kB
MemFree:      15849000 kB
Buffers:        347548 kB
Cached:        6224772 kB
SwapCached:      14848 kB
Active:       11618928 kB
Inactive:      5189888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15849000 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:           16964 kB
Writeback:           0 kB
AnonPages:    10233156 kB
Mapped:          15508 kB
Slab:           160444 kB
PageTables:      63496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 42585756 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= 73740 MiB
End job on node101 at 2011-05-15 21:06:19