Trace number 3380829

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)? (TO) 40001.4 5011.32

General information on the benchmark

Nameapplication/jarvisalo/
AAAI2010-SATPlanning/aaai10-planning-ipc5-rovers-18-step11.cnf
MD5SUMac372f51471a04bbb3fb9a678284c6a4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.9334
Satisfiable
(Un)Satisfiability was proved
Number of variables29317
Number of clauses277090
Sum of the clauses size598882
Maximum clause length179
Minimum clause length1
Number of clauses of size 1144
Number of clauses of size 2264085
Number of clauses of size 38078
Number of clauses of size 41144
Number of clauses of size 5453
Number of clauses of size over 53186

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...493597/instance-3380829-1305493597.cnf
0.39/0.41	c Solving...
40000.43/5010.41	
40000.43/5010.41	*** INTERRUPTED! ***
40000.43/5010.41	*** Shutting down threads...
40001.39/5011.31	s UNKNOWN
40001.39/5011.31	
40001.39/5011.31	c INTERRUPTED   : 1
40001.39/5011.31	c Models        : 0+    
40001.39/5011.31	c Time          : 5010.463s (Solving: 5010.05s 1st Model: 0.00s Unsat: 0.00s)
40001.39/5011.31	c CPU Time      : 40000.550s

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3380829-1305493597/watcher-3380829-1305493597 -o /tmp/evaluation-result-3380829-1305493597/solver-3380829-1305493597 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3380829-1305493597.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.52 6.31 5.39 2/358 19873
/proc/meminfo: memFree=21494332/32950928 swapFree=62959384/67111528
[pid=19873] ppid=19871 vsize=27524 CPUtime=0 cores=0-7
/proc/19873/stat : 19873 (claspmt) R 19871 19873 19408 0 -1 4202496 2416 0 0 0 0 0 0 0 25 0 1 0 116969106 28184576 2081 33554432000 4194304 4964800 140734796282832 18446744073709551615 218880225989 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19873/statm: 6881 2083 386 189 0 1755 0

[startup+0.111203 s]
/proc/loadavg: 7.52 6.31 5.39 2/358 19873
/proc/meminfo: memFree=21494332/32950928 swapFree=62959384/67111528
[pid=19873] ppid=19871 vsize=44384 CPUtime=0.1 cores=0-7
/proc/19873/stat : 19873 (claspmt) R 19871 19873 19408 0 -1 4202496 7897 0 0 0 9 1 0 0 25 0 1 0 116969106 45449216 6163 33554432000 4194304 4964800 140734796282832 18446744073709551615 218880221110 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19873/statm: 11096 6164 400 189 0 5970 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 44384

[startup+0.201192 s]
/proc/loadavg: 7.52 6.31 5.39 2/358 19873
/proc/meminfo: memFree=21494332/32950928 swapFree=62959384/67111528
[pid=19873] ppid=19871 vsize=46020 CPUtime=0.19 cores=0-7
/proc/19873/stat : 19873 (claspmt) R 19871 19873 19408 0 -1 4202496 8339 0 0 0 18 1 0 0 25 0 1 0 116969106 47124480 6605 33554432000 4194304 4964800 140734796282832 18446744073709551615 4607604 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19873/statm: 11505 6605 403 189 0 6379 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 46020

[startup+0.301175 s]
/proc/loadavg: 7.52 6.31 5.39 2/358 19873
/proc/meminfo: memFree=21494332/32950928 swapFree=62959384/67111528
[pid=19873] ppid=19871 vsize=47208 CPUtime=0.29 cores=0-7
/proc/19873/stat : 19873 (claspmt) R 19871 19873 19408 0 -1 4202496 8615 0 0 0 28 1 0 0 25 0 1 0 116969106 48340992 6881 33554432000 4194304 4964800 140734796282832 18446744073709551615 4601745 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19873/statm: 11802 6881 404 189 0 6676 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47208

[startup+0.701102 s]
/proc/loadavg: 7.52 6.31 5.39 2/358 19873
/proc/meminfo: memFree=21494332/32950928 swapFree=62959384/67111528
[pid=19873] ppid=19871 vsize=340428 CPUtime=0.75 cores=0-7
/proc/19873/stat : 19873 (claspmt) S 19871 19873 19408 0 -1 4202496 15393 0 0 0 72 3 0 0 18 0 8 0 116969106 348598272 11506 33554432000 4194304 4964800 140734796282832 18446744073709551615 218892381081 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/19873/statm: 85107 11506 443 189 0 79456 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 340428

[startup+1.50096 s]
/proc/loadavg: 7.00 6.22 5.37 2/366 19881
/proc/meminfo: memFree=21450504/32950928 swapFree=62959384/67111528
[pid=19873] ppid=19871 vsize=340428 CPUtime=1.55 cores=0-7
/proc/19873/stat : 19873 (claspmt) S 19871 19873 19408 0 -1 4202496 15393 0 0 0 152 3 0 0 18 0 8 0 116969106 348598272 11506 33554432000 4194304 4964800 140734796282832 18446744073709551615 218892381081 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/19873/statm: 85107 11506 443 189 0 79456 0
[pid=19873/tid=19875] ppid=19871 vsize=340428 CPUtime=0 cores=0-7
/proc/19873/task/19875/stat : 19875 (claspmt) S 19871 19873 19408 0 -1 4202560 843 0 0 0 0 0 0 0 18 0 8 0 116969148 348598272 11506 33554432000 4194304 4964800 140734796282832 18446744073709551615 218892381081 0 0 4096 18946 18446604453972449344 0 0 -1 1 0 0 0
[pid=19873/tid=19876] ppid=19871 vsize=340428 CPUtime=0.01 cores=0-7
/proc/19873/task/19876/stat : 19876 (claspmt) S 19871 19873 19408 0 -1 4202560 1147 0 0 0 1 0 0 0 18 0 8 0 116969148 348598272 11506 33554432000 4194304 4964800 140734796282832 18446744073709551615 218892381081 0 0 4096 18946 18446604453972449344 0 0 -1 0 0 0 0
[pid=19873/tid=19877] ppid=19871 vsize=340428 CPUtime=0 cores=0-7
/proc/19873/task/19877/stat : 19877 (claspmt) S 19871 19873 19408 0 -1 4202560 793 0 0 0 0 0 0 0 20 0 8 0 116969148 348598272 11506 33554432000 4194304 4964800 140734796282832 18446744073709551615 218892381081 0 0 4096 18946 18446604453972449344 0 0 -1 4 0 0 0
[pid=19873/tid=19878] ppid=19871 vsize=340428 CPUtime=0 cores=0-7
/proc/19873/task/19878/stat : 19878 (claspmt) S 19871 19873 19408 0 -1 4202560 928 0 0 0 0 0 0 0 18 0 8 0 116969148 348598272 11506 33554432000 4194304 4964800 140734796282832 18446744073709551615 218892381081 0 0 4096 18946 18446604453972449344 0 0 -1 1 0 0 0
[pid=19873/tid=19879] ppid=19871 vsize=340428 CPUtime=1.07 cores=0-7
/proc/19873/task/19879/stat : 19879 (claspmt) R 19871 19873 19408 0 -1 4202560 664 0 0 0 107 0 0 0 19 0 8 0 116969148 348598272 11506 33554432000 4194304 4964800 140734796282832 18446744073709551615 4669136 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=19873/tid=19880] ppid=19871 vsize=340428 CPUtime=0 cores=0-7
/proc/19873/task/19880/stat : 19880 (claspmt) S 19871 19873 19408 0 -1 4202560 1128 0 0 0 0 0 0 0 18 0 8 0 116969148 348598272 11506 33554432000 4194304 4964800 140734796282832 18446744073709551615 218892381081 0 0 4096 18946 18446604453972449344 0 0 -1 6 0 0 0
[pid=19873/tid=19881] ppid=19871 vsize=340428 CPUtime=0 cores=0-7
/proc/19873/task/19881/stat : 19881 (claspmt) S 19871 19873 19408 0 -1 4202560 1167 0 0 0 0 0 0 0 18 0 8 0 116969148 348598272 11506 33554432000 4194304 4964800 140734796282832 18446744073709551615 218892381081 0 0 4096 18946 18446604453972449344 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 340428

[startup+3.1006 s]
/proc/loadavg: 7.00 6.22 5.37 2/366 19881
/proc/meminfo: memFree=21449884/32950928 swapFree=62959384/67111528
[pid=19873] ppid=19871 vsize=405964 CPUtime=6.17 cores=0-7
/proc/19873/stat : 19873 (claspmt) R 19871 19873 19408 0 -1 4202496 19829 0 0 0 610 7 0 0 18 0 8 0 116969106 415707136 15942 33554432000 4194304 4964800 140734796282832 18446744073709551615 4325338 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/19873/statm: 101491 15943 464 189 0 95840 0
[pid=19873/tid=19875] ppid=19871 vsize=405964 CPUtime=0.43 cores=0-7
/proc/19873/task/19875/stat : 19875 (claspmt) R 19871 19873 19408 0 -1 4202560 1342 0 0 0 43 0 0 0 18 0 8 0 116969148 415707136 15944 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=19873/tid=19876] ppid=19871 vsize=405964 CPUtime=0.43 cores=0-7
/proc/19873/task/19876/stat : 19876 (claspmt) R 19871 19873 19408 0 -1 4202560 1877 0 0 0 43 0 0 0 18 0 8 0 116969148 415707136 15944 33554432000 4194304 4964800 140734796282832 18446744073709551615 4668984 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19873/tid=19877] ppid=19871 vsize=405964 CPUtime=0.43 cores=0-7
/proc/19873/task/19877/stat : 19877 (claspmt) R 19871 19873 19408 0 -1 4202560 1573 0 0 0 43 0 0 0 18 0 8 0 116969148 415707136 15944 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=19873/tid=19878] ppid=19871 vsize=405964 CPUtime=0.43 cores=0-7
/proc/19873/task/19878/stat : 19878 (claspmt) R 19871 19873 19408 0 -1 4202560 1511 0 0 0 43 0 0 0 18 0 8 0 116969148 415707136 15945 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670321 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=19873/tid=19879] ppid=19871 vsize=405964 CPUtime=2.67 cores=0-7
/proc/19873/task/19879/stat : 19879 (claspmt) R 19871 19873 19408 0 -1 4202560 674 0 0 0 267 0 0 0 23 0 8 0 116969148 415707136 15945 33554432000 4194304 4964800 140734796282832 18446744073709551615 4669008 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=19873/tid=19880] ppid=19871 vsize=405964 CPUtime=0.44 cores=0-7
/proc/19873/task/19880/stat : 19880 (claspmt) R 19871 19873 19408 0 -1 4202560 1481 0 0 0 43 1 0 0 18 0 8 0 116969148 415707136 15945 33554432000 4194304 4964800 140734796282832 18446744073709551615 4668896 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=19873/tid=19881] ppid=19871 vsize=405964 CPUtime=0.43 cores=0-7
/proc/19873/task/19881/stat : 19881 (claspmt) R 19871 19873 19408 0 -1 4202560 2137 0 0 0 42 1 0 0 18 0 8 0 116969148 415707136 15945 33554432000 4194304 4964800 140734796282832 18446744073709551615 4660495 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 405964

[startup+6.30104 s]
/proc/loadavg: 7.00 6.22 5.37 9/366 19881
/proc/meminfo: memFree=21365076/32950928 swapFree=62959384/67111528
[pid=19873] ppid=19871 vsize=417076 CPUtime=31.72 cores=0-7
/proc/19873/stat : 19873 (claspmt) R 19871 19873 19408 0 -1 4202496 38276 0 0 0 3156 16 0 0 25 0 8 0 116969106 427085824 34389 33554432000 4194304 4964800 140734796282832 18446744073709551615 4342208 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/19873/statm: 104269 34389 464 189 0 98618 0
[pid=19873/tid=19875] ppid=19871 vsize=417076 CPUtime=3.63 cores=0-7
/proc/19873/task/19875/stat : 19875 (claspmt) R 19871 19873 19408 0 -1 4202560 3258 0 0 0 362 1 0 0 19 0 8 0 116969148 427085824 34389 33554432000 4194304 4964800 140734796282832 18446744073709551615 4669022 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=19873/tid=19876] ppid=19871 vsize=417076 CPUtime=3.64 cores=0-7
/proc/19873/task/19876/stat : 19876 (claspmt) R 19871 19873 19408 0 -1 4202560 5064 0 0 0 362 2 0 0 25 0 8 0 116969148 427085824 34389 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19873/tid=19877] ppid=19871 vsize=417076 CPUtime=3.63 cores=0-7
/proc/19873/task/19877/stat : 19877 (claspmt) R 19871 19873 19408 0 -1 4202560 4077 0 0 0 362 1 0 0 25 0 8 0 116969148 427085824 34389 33554432000 4194304 4964800 140734796282832 18446744073709551615 4669119 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=19873/tid=19878] ppid=19871 vsize=417076 CPUtime=3.59 cores=0-7
/proc/19873/task/19878/stat : 19878 (claspmt) R 19871 19873 19408 0 -1 4202560 4222 0 0 0 358 1 0 0 25 0 8 0 116969148 427085824 34389 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=19873/tid=19879] ppid=19871 vsize=417076 CPUtime=5.87 cores=0-7
/proc/19873/task/19879/stat : 19879 (claspmt) R 19871 19873 19408 0 -1 4202560 687 0 0 0 587 0 0 0 25 0 8 0 116969148 427085824 34389 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670520 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=19873/tid=19880] ppid=19871 vsize=417076 CPUtime=3.63 cores=0-7
/proc/19873/task/19880/stat : 19880 (claspmt) R 19871 19873 19408 0 -1 4202560 4075 0 0 0 361 2 0 0 25 0 8 0 116969148 427085824 34389 33554432000 4194304 4964800 140734796282832 18446744073709551615 4320947 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=19873/tid=19881] ppid=19871 vsize=417076 CPUtime=3.63 cores=0-7
/proc/19873/task/19881/stat : 19881 (claspmt) R 19871 19873 19408 0 -1 4202560 5741 0 0 0 360 3 0 0 25 0 8 0 116969148 427085824 34389 33554432000 4194304 4964800 140734796282832 18446744073709551615 4320981 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 31.72
Current children cumulated vsize (KiB) 417076

[startup+12.7009 s]
/proc/loadavg: 7.15 6.28 5.40 9/366 19882
/proc/meminfo: memFree=21275216/32950928 swapFree=62959384/67111528
[pid=19873] ppid=19871 vsize=433944 CPUtime=82.84 cores=0-7
/proc/19873/stat : 19873 (claspmt) R 19871 19873 19408 0 -1 4202496 60906 0 0 0 8253 31 0 0 25 0 8 0 116969106 444358656 57019 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670520 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/19873/statm: 108486 57019 466 189 0 102835 0
[pid=19873/tid=19875] ppid=19871 vsize=433944 CPUtime=10.03 cores=0-7
/proc/19873/task/19875/stat : 19875 (claspmt) R 19871 19873 19408 0 -1 4202560 6405 0 0 0 1000 3 0 0 25 0 8 0 116969148 444358656 57019 33554432000 4194304 4964800 140734796282832 18446744073709551615 4669008 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=19873/tid=19876] ppid=19871 vsize=433944 CPUtime=10.04 cores=0-7
/proc/19873/task/19876/stat : 19876 (claspmt) R 19871 19873 19408 0 -1 4202560 8244 0 0 0 1000 4 0 0 25 0 8 0 116969148 444358656 57019 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19873/tid=19877] ppid=19871 vsize=433944 CPUtime=10.03 cores=0-7
/proc/19873/task/19877/stat : 19877 (claspmt) R 19871 19873 19408 0 -1 4202560 7513 0 0 0 1000 3 0 0 25 0 8 0 116969148 444358656 57019 33554432000 4194304 4964800 140734796282832 18446744073709551615 4668987 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=19873/tid=19878] ppid=19871 vsize=433944 CPUtime=9.91 cores=0-7
/proc/19873/task/19878/stat : 19878 (claspmt) R 19871 19873 19408 0 -1 4202560 6967 0 0 0 988 3 0 0 25 0 8 0 116969148 444358656 57019 33554432000 4194304 4964800 140734796282832 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=19873/tid=19879] ppid=19871 vsize=433944 CPUtime=12.27 cores=0-7
/proc/19873/task/19879/stat : 19879 (claspmt) R 19871 19873 19408 0 -1 4202560 687 0 0 0 1227 0 0 0 25 0 8 0 116969148 444358656 57019 33554432000 4194304 4964800 140734796282832 18446744073709551615 4399339 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=19873/tid=19880] ppid=19871 vsize=433944 CPUtime=10.04 cores=0-7
/proc/19873/task/19880/stat : 19880 (claspmt) R 19871 19873 19408 0 -1 4202560 6064 0 0 0 1001 3 0 0 25 0 8 0 116969148 444358656 57019 33554432000 4194304 4964800 140734796282832 18446744073709551615 4668753 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=19873/tid=19881] ppid=19871 vsize=433944 CPUtime=10.03 cores=0-7
/proc/19873/task/19881/stat : 19881 (claspmt) R 19871 19873 19408 0 -1 4202560 10490 0 0 0 997 6 0 0 25 0 8 0 116969148 444358656 57019 33554432000 4194304 4964800 140734796282832 18446744073709551615 218880226337 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 82.84
Current children cumulated vsize (KiB) 433944

[startup+25.5007 s]
/proc/loadavg: 7.28 6.34 5.42 9/366 19882
/proc/meminfo: memFree=21155340/32950928 swapFree=62959384/67111528
[pid=19873] ppid=19871 vsize=460852 CPUtime=185.07 cores=0-7
/proc/19873/stat : 19873 (claspmt) R 19871 19873 19408 0 -1 4202496 90089 0 0 0 18457 50 0 0 25 0 8 0 116969106 471912448 86202 33554432000 4194304 4964800 140734796282832 18446744073709551615 4321102 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/19873/statm: 115213 86202 466 189 0 109562 0
[pid=19873/tid=19875] ppid=19871 vsize=460852 CPUtime=22.83 cores=0-7
/proc/19873/task/19875/stat : 19875 (claspmt) R 19871 19873 19408 0 -1 4202560 9808 0 0 0 2276 7 0 0 25 0 8 0 116969148 471912448 86202 33554432000 4194304 4964800 140734796282832 18446744073709551615 4320944 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=19873/tid=19876] ppid=19871 vsize=460852 CPUtime=22.83 cores=0-7
/proc/19873/task/19876/stat : 19876 (claspmt) R 19871 19873 19408 0 -1 4202560 10828 0 0 0 2278 5 0 0 25 0 8 0 116969148 471912448 86202 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670534 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19873/tid=19877] ppid=19871 vsize=460852 CPUtime=22.83 cores=0-7
/proc/19873/task/19877/stat : 19877 (claspmt) R 19871 19873 19408 0 -1 4202560 11380 0 0 0 2278 5 0 0 25 0 8 0 116969148 471912448 86202 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=19873/tid=19878] ppid=19871 vsize=460852 CPUtime=22.55 cores=0-7
/proc/19873/task/19878/stat : 19878 (claspmt) R 19871 19873 19408 0 -1 4202560 10920 0 0 0 2250 5 0 0 25 0 8 0 116969148 471912448 86202 33554432000 4194304 4964800 140734796282832 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=19873/tid=19879] ppid=19871 vsize=460852 CPUtime=25.07 cores=0-7
/proc/19873/task/19879/stat : 19879 (claspmt) R 19871 19873 19408 0 -1 4202560 697 0 0 0 2507 0 0 0 25 0 8 0 116969148 471912448 86202 33554432000 4194304 4964800 140734796282832 18446744073709551615 4678045 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=19873/tid=19880] ppid=19871 vsize=460852 CPUtime=22.84 cores=0-7
/proc/19873/task/19880/stat : 19880 (claspmt) R 19871 19873 19408 0 -1 4202560 9588 0 0 0 2279 5 0 0 25 0 8 0 116969148 471912448 86202 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670295 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=19873/tid=19881] ppid=19871 vsize=460852 CPUtime=22.83 cores=0-7
/proc/19873/task/19881/stat : 19881 (claspmt) R 19871 19873 19408 0 -1 4202560 19251 0 0 0 2272 11 0 0 25 0 8 0 116969148 471912448 86202 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 185.07
Current children cumulated vsize (KiB) 460852

[startup+51.1012 s]
/proc/loadavg: 7.52 6.47 5.49 9/366 19883
/proc/meminfo: memFree=21005772/32950928 swapFree=62959384/67111528
[pid=19873] ppid=19871 vsize=809784 CPUtime=389.52 cores=0-7
/proc/19873/stat : 19873 (claspmt) R 19871 19873 19408 0 -1 4202496 128754 0 0 0 38875 77 0 0 25 0 8 0 116969106 829218816 124867 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670546 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/19873/statm: 202446 124868 466 189 0 196795 0
[pid=19873/tid=19875] ppid=19871 vsize=809784 CPUtime=48.42 cores=0-7
/proc/19873/task/19875/stat : 19875 (claspmt) R 19871 19873 19408 0 -1 4202560 14101 0 0 0 4832 10 0 0 25 0 8 0 116969148 829218816 124868 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670538 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=19873/tid=19876] ppid=19871 vsize=809784 CPUtime=48.43 cores=0-7
/proc/19873/task/19876/stat : 19876 (claspmt) R 19871 19873 19408 0 -1 4202560 14937 0 0 0 4835 8 0 0 25 0 8 0 116969148 829218816 124868 33554432000 4194304 4964800 140734796282832 18446744073709551615 4668896 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19873/tid=19877] ppid=19871 vsize=809784 CPUtime=48.43 cores=0-7
/proc/19873/task/19877/stat : 19877 (claspmt) R 19871 19873 19408 0 -1 4202560 15021 0 0 0 4835 8 0 0 25 0 8 0 116969148 829218816 124868 33554432000 4194304 4964800 140734796282832 18446744073709551615 4342199 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=19873/tid=19878] ppid=19871 vsize=809784 CPUtime=47.84 cores=0-7
/proc/19873/task/19878/stat : 19878 (claspmt) R 19871 19873 19408 0 -1 4202560 14342 0 0 0 4777 7 0 0 25 0 8 0 116969148 829218816 124868 33554432000 4194304 4964800 140734796282832 18446744073709551615 4325321 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=19873/tid=19879] ppid=19871 vsize=809784 CPUtime=50.66 cores=0-7
/proc/19873/task/19879/stat : 19879 (claspmt) R 19871 19873 19408 0 -1 4202560 7227 0 0 0 5063 3 0 0 25 0 8 0 116969148 829218816 124868 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=19873/tid=19880] ppid=19871 vsize=809784 CPUtime=48.42 cores=0-7
/proc/19873/task/19880/stat : 19880 (claspmt) R 19871 19873 19408 0 -1 4202560 12692 0 0 0 4835 7 0 0 25 0 8 0 116969148 829218816 124868 33554432000 4194304 4964800 140734796282832 18446744073709551615 4660452 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=19873/tid=19881] ppid=19871 vsize=809784 CPUtime=48.43 cores=0-7
/proc/19873/task/19881/stat : 19881 (claspmt) R 19871 19873 19408 0 -1 4202560 27907 0 0 0 4824 19 0 0 25 0 8 0 116969148 829218816 124868 33554432000 4194304 4964800 140734796282832 18446744073709551615 218880225989 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 389.52

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

/proc/19873/task/19880/stat : 19880 (claspmt) R 19871 19873 19408 0 -1 4202560 64048 0 0 0 465842 68 0 0 25 0 8 0 116969148 3413172224 767818 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=19873/tid=19881] ppid=19871 vsize=3333176 CPUtime=4641.24 cores=0-7
/proc/19873/task/19881/stat : 19881 (claspmt) R 19871 19873 19408 0 -1 4202560 171661 0 0 0 463904 220 0 0 25 0 8 0 116969148 3413172224 767818 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37219.8
Current children cumulated vsize (KiB) 3333176

[startup+4722.3 s]
/proc/loadavg: 8.02 8.05 8.00 9/366 20022
/proc/meminfo: memFree=18357228/32950928 swapFree=62959384/67111528
[pid=19873] ppid=19871 vsize=3333176 CPUtime=37699.1 cores=0-7
/proc/19873/stat : 19873 (claspmt) R 19871 19873 19408 0 -1 4202496 777614 0 0 0 3769091 820 0 0 25 0 8 0 116969106 3413172224 768772 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/19873/statm: 833294 768772 466 189 0 827643 0
[pid=19873/tid=19875] ppid=19871 vsize=3333176 CPUtime=4706.82 cores=0-7
/proc/19873/task/19875/stat : 19875 (claspmt) R 19871 19873 19408 0 -1 4202560 67686 0 0 0 470607 75 0 0 25 0 8 0 116969148 3413172224 768772 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=19873/tid=19876] ppid=19871 vsize=3333176 CPUtime=4718.83 cores=0-7
/proc/19873/task/19876/stat : 19876 (claspmt) R 19871 19873 19408 0 -1 4202560 88370 0 0 0 471834 49 0 0 25 0 8 0 116969148 3413172224 768772 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19873/tid=19877] ppid=19871 vsize=3333176 CPUtime=4697.75 cores=0-7
/proc/19873/task/19877/stat : 19877 (claspmt) R 19871 19873 19408 0 -1 4202560 61216 0 0 0 469701 74 0 0 25 0 8 0 116969148 3413172224 768772 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19873/tid=19878] ppid=19871 vsize=3333176 CPUtime=4717.5 cores=0-7
/proc/19873/task/19878/stat : 19878 (claspmt) R 19871 19873 19408 0 -1 4202560 76188 0 0 0 471678 72 0 0 25 0 8 0 116969148 3413172224 768772 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=19873/tid=19879] ppid=19871 vsize=3333176 CPUtime=4719.08 cores=0-7
/proc/19873/task/19879/stat : 19879 (claspmt) R 19871 19873 19408 0 -1 4202560 70814 0 0 0 471832 76 0 0 25 0 8 0 116969148 3413172224 768772 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=19873/tid=19880] ppid=19871 vsize=3333176 CPUtime=4719.11 cores=0-7
/proc/19873/task/19880/stat : 19880 (claspmt) R 19871 19873 19408 0 -1 4202560 64053 0 0 0 471843 68 0 0 25 0 8 0 116969148 3413172224 768772 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670321 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=19873/tid=19881] ppid=19871 vsize=3333176 CPUtime=4700.53 cores=0-7
/proc/19873/task/19881/stat : 19881 (claspmt) R 19871 19873 19408 0 -1 4202560 171665 0 0 0 469833 220 0 0 25 0 8 0 116969148 3413172224 768772 33554432000 4194304 4964800 140734796282832 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37699.1
Current children cumulated vsize (KiB) 3333176

[startup+4782.3 s]
/proc/loadavg: 8.05 8.05 8.00 9/366 20024
/proc/meminfo: memFree=18356712/32950928 swapFree=62959384/67111528
[pid=19873] ppid=19871 vsize=3333176 CPUtime=38178.3 cores=0-7
/proc/19873/stat : 19873 (claspmt) R 19871 19873 19408 0 -1 4202496 777766 0 0 0 3817010 821 0 0 25 0 8 0 116969106 3413172224 768924 33554432000 4194304 4964800 140734796282832 18446744073709551615 4321079 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/19873/statm: 833294 768924 466 189 0 827643 0
[pid=19873/tid=19875] ppid=19871 vsize=3333176 CPUtime=4766.81 cores=0-7
/proc/19873/task/19875/stat : 19875 (claspmt) R 19871 19873 19408 0 -1 4202560 67724 0 0 0 476606 75 0 0 25 0 8 0 116969148 3413172224 768924 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=19873/tid=19876] ppid=19871 vsize=3333176 CPUtime=4778.81 cores=0-7
/proc/19873/task/19876/stat : 19876 (claspmt) R 19871 19873 19408 0 -1 4202560 88440 0 0 0 477832 49 0 0 25 0 8 0 116969148 3413172224 768924 33554432000 4194304 4964800 140734796282832 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19873/tid=19877] ppid=19871 vsize=3333176 CPUtime=4757.74 cores=0-7
/proc/19873/task/19877/stat : 19877 (claspmt) R 19871 19873 19408 0 -1 4202560 61225 0 0 0 475700 74 0 0 25 0 8 0 116969148 3413172224 768924 33554432000 4194304 4964800 140734796282832 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19873/tid=19878] ppid=19871 vsize=3333176 CPUtime=4777.49 cores=0-7
/proc/19873/task/19878/stat : 19878 (claspmt) R 19871 19873 19408 0 -1 4202560 76214 0 0 0 477677 72 0 0 25 0 8 0 116969148 3413172224 768924 33554432000 4194304 4964800 140734796282832 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=19873/tid=19879] ppid=19871 vsize=3333176 CPUtime=4779.07 cores=0-7
/proc/19873/task/19879/stat : 19879 (claspmt) R 19871 19873 19408 0 -1 4202560 70815 0 0 0 477831 76 0 0 25 0 8 0 116969148 3413172224 768924 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=19873/tid=19880] ppid=19871 vsize=3333176 CPUtime=4779.1 cores=0-7
/proc/19873/task/19880/stat : 19880 (claspmt) R 19871 19873 19408 0 -1 4202560 64053 0 0 0 477841 69 0 0 25 0 8 0 116969148 3413172224 768924 33554432000 4194304 4964800 140734796282832 18446744073709551615 4321122 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=19873/tid=19881] ppid=19871 vsize=3333176 CPUtime=4759.82 cores=0-7
/proc/19873/task/19881/stat : 19881 (claspmt) R 19871 19873 19408 0 -1 4202560 171667 0 0 0 475762 220 0 0 25 0 8 0 116969148 3413172224 768924 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38178.3
Current children cumulated vsize (KiB) 3333176

[startup+4842.31 s]
/proc/loadavg: 8.02 8.04 8.00 9/366 20026
/proc/meminfo: memFree=18354584/32950928 swapFree=62959384/67111528
[pid=19873] ppid=19871 vsize=3334240 CPUtime=38657.7 cores=0-7
/proc/19873/stat : 19873 (claspmt) R 19871 19873 19408 0 -1 4202496 778388 0 0 0 3864946 821 0 0 25 0 8 0 116969106 3414261760 769546 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/19873/statm: 833560 769546 466 189 0 827909 0
[pid=19873/tid=19875] ppid=19871 vsize=3334240 CPUtime=4826.82 cores=0-7
/proc/19873/task/19875/stat : 19875 (claspmt) R 19871 19873 19408 0 -1 4202560 68113 0 0 0 482607 75 0 0 25 0 8 0 116969148 3414261760 769546 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=19873/tid=19876] ppid=19871 vsize=3334240 CPUtime=4838.81 cores=0-7
/proc/19873/task/19876/stat : 19876 (claspmt) R 19871 19873 19408 0 -1 4202560 88513 0 0 0 483832 49 0 0 25 0 8 0 116969148 3414261760 769546 33554432000 4194304 4964800 140734796282832 18446744073709551615 4627263 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19873/tid=19877] ppid=19871 vsize=3334240 CPUtime=4817.74 cores=0-7
/proc/19873/task/19877/stat : 19877 (claspmt) R 19871 19873 19408 0 -1 4202560 61261 0 0 0 481700 74 0 0 25 0 8 0 116969148 3414261760 769546 33554432000 4194304 4964800 140734796282832 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19873/tid=19878] ppid=19871 vsize=3334240 CPUtime=4837.5 cores=0-7
/proc/19873/task/19878/stat : 19878 (claspmt) R 19871 19873 19408 0 -1 4202560 76327 0 0 0 483678 72 0 0 25 0 8 0 116969148 3414261760 769546 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=19873/tid=19879] ppid=19871 vsize=3334240 CPUtime=4839.09 cores=0-7
/proc/19873/task/19879/stat : 19879 (claspmt) R 19871 19873 19408 0 -1 4202560 70820 0 0 0 483833 76 0 0 25 0 8 0 116969148 3414261760 769546 33554432000 4194304 4964800 140734796282832 18446744073709551615 4669479 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=19873/tid=19880] ppid=19871 vsize=3334240 CPUtime=4839.11 cores=0-7
/proc/19873/task/19880/stat : 19880 (claspmt) R 19871 19873 19408 0 -1 4202560 64053 0 0 0 483842 69 0 0 25 0 8 0 116969148 3414261760 769546 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=19873/tid=19881] ppid=19871 vsize=3334240 CPUtime=4819.11 cores=0-7
/proc/19873/task/19881/stat : 19881 (claspmt) R 19871 19873 19408 0 -1 4202560 171669 0 0 0 481691 220 0 0 25 0 8 0 116969148 3414261760 769546 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38657.7
Current children cumulated vsize (KiB) 3334240

[startup+4902.3 s]
/proc/loadavg: 8.04 8.04 8.00 9/366 20027
/proc/meminfo: memFree=18350596/32950928 swapFree=62959384/67111528
[pid=19873] ppid=19871 vsize=3337088 CPUtime=39136.9 cores=0-7
/proc/19873/stat : 19873 (claspmt) R 19871 19873 19408 0 -1 4202496 779392 0 0 0 3912864 822 0 0 25 0 8 0 116969106 3417178112 770550 33554432000 4194304 4964800 140734796282832 18446744073709551615 4669350 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/19873/statm: 834272 770550 466 189 0 828621 0
[pid=19873/tid=19875] ppid=19871 vsize=3337088 CPUtime=4886.81 cores=0-7
/proc/19873/task/19875/stat : 19875 (claspmt) R 19871 19873 19408 0 -1 4202560 68448 0 0 0 488606 75 0 0 25 0 8 0 116969148 3417178112 770550 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=19873/tid=19876] ppid=19871 vsize=3337088 CPUtime=4898.78 cores=0-7
/proc/19873/task/19876/stat : 19876 (claspmt) R 19871 19873 19408 0 -1 4202560 88747 0 0 0 489829 49 0 0 25 0 8 0 116969148 3417178112 770550 33554432000 4194304 4964800 140734796282832 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19873/tid=19877] ppid=19871 vsize=3337088 CPUtime=4877.73 cores=0-7
/proc/19873/task/19877/stat : 19877 (claspmt) R 19871 19873 19408 0 -1 4202560 61264 0 0 0 487699 74 0 0 25 0 8 0 116969148 3417178112 770550 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670343 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19873/tid=19878] ppid=19871 vsize=3337088 CPUtime=4897.49 cores=0-7
/proc/19873/task/19878/stat : 19878 (claspmt) R 19871 19873 19408 0 -1 4202560 76723 0 0 0 489677 72 0 0 25 0 8 0 116969148 3417178112 770550 33554432000 4194304 4964800 140734796282832 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=19873/tid=19879] ppid=19871 vsize=3337088 CPUtime=4899.07 cores=0-7
/proc/19873/task/19879/stat : 19879 (claspmt) R 19871 19873 19408 0 -1 4202560 70834 0 0 0 489831 76 0 0 25 0 8 0 116969148 3417178112 770550 33554432000 4194304 4964800 140734796282832 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=19873/tid=19880] ppid=19871 vsize=3337088 CPUtime=4899.1 cores=0-7
/proc/19873/task/19880/stat : 19880 (claspmt) R 19871 19873 19408 0 -1 4202560 64068 0 0 0 489841 69 0 0 25 0 8 0 116969148 3417178112 770550 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670330 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=19873/tid=19881] ppid=19871 vsize=3337088 CPUtime=4878.4 cores=0-7
/proc/19873/task/19881/stat : 19881 (claspmt) R 19871 19873 19408 0 -1 4202560 171670 0 0 0 487620 220 0 0 25 0 8 0 116969148 3417178112 770550 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39136.9
Current children cumulated vsize (KiB) 3337088

[startup+4962.3 s]
/proc/loadavg: 8.20 8.08 8.01 9/366 20029
/proc/meminfo: memFree=18324780/32950928 swapFree=62959384/67111528
[pid=19873] ppid=19871 vsize=3337728 CPUtime=39616.1 cores=0-7
/proc/19873/stat : 19873 (claspmt) R 19871 19873 19408 0 -1 4202496 785934 0 0 0 3960780 832 0 0 25 0 8 0 116969106 3417833472 777092 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/19873/statm: 834432 777092 466 189 0 828781 0
[pid=19873/tid=19875] ppid=19871 vsize=3337728 CPUtime=4946.82 cores=0-7
/proc/19873/task/19875/stat : 19875 (claspmt) R 19871 19873 19408 0 -1 4202560 69278 0 0 0 494606 76 0 0 25 0 8 0 116969148 3417833472 777092 33554432000 4194304 4964800 140734796282832 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=19873/tid=19876] ppid=19871 vsize=3337728 CPUtime=4958.77 cores=0-7
/proc/19873/task/19876/stat : 19876 (claspmt) R 19871 19873 19408 0 -1 4202560 89731 0 0 0 495828 49 0 0 25 0 8 0 116969148 3417833472 777092 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19873/tid=19877] ppid=19871 vsize=3337728 CPUtime=4937.73 cores=0-7
/proc/19873/task/19877/stat : 19877 (claspmt) R 19871 19873 19408 0 -1 4202560 61288 0 0 0 493699 74 0 0 25 0 8 0 116969148 3417833472 777092 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19873/tid=19878] ppid=19871 vsize=3337728 CPUtime=4957.49 cores=0-7
/proc/19873/task/19878/stat : 19878 (claspmt) R 19871 19873 19408 0 -1 4202560 77044 0 0 0 495677 72 0 0 25 0 8 0 116969148 3417833472 777092 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=19873/tid=19879] ppid=19871 vsize=3337728 CPUtime=4959.08 cores=0-7
/proc/19873/task/19879/stat : 19879 (claspmt) R 19871 19873 19408 0 -1 4202560 71639 0 0 0 495830 78 0 0 25 0 8 0 116969148 3417833472 777092 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=19873/tid=19880] ppid=19871 vsize=3337728 CPUtime=4959.08 cores=0-7
/proc/19873/task/19880/stat : 19880 (claspmt) R 19871 19873 19408 0 -1 4202560 64117 0 0 0 495839 69 0 0 25 0 8 0 116969148 3417833472 777092 33554432000 4194304 4964800 140734796282832 18446744073709551615 4660442 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=19873/tid=19881] ppid=19871 vsize=3337728 CPUtime=4937.67 cores=0-7
/proc/19873/task/19881/stat : 19881 (claspmt) R 19871 19873 19408 0 -1 4202560 171842 0 0 0 493547 220 0 0 25 0 8 0 116969148 3417833472 777092 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39616.1
Current children cumulated vsize (KiB) 3337728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5010.4 s]
/proc/loadavg: 8.09 8.07 8.01 9/366 20030
/proc/meminfo: memFree=18318696/32950928 swapFree=62959384/67111528
[pid=19873] ppid=19871 vsize=3340180 CPUtime=40000.4 cores=0-7
/proc/19873/stat : 19873 (claspmt) R 19871 19873 19408 0 -1 4202496 787629 0 0 0 3999210 833 0 0 25 0 8 0 116969106 3420344320 778579 33554432000 4194304 4964800 140734796282832 18446744073709551615 4320909 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/19873/statm: 835045 778579 466 189 0 829394 0
[pid=19873/tid=19875] ppid=19871 vsize=3340180 CPUtime=4994.92 cores=0-7
/proc/19873/task/19875/stat : 19875 (claspmt) R 19871 19873 19408 0 -1 4202560 69551 0 0 0 499416 76 0 0 25 0 8 0 116969148 3420344320 778579 33554432000 4194304 4964800 140734796282832 18446744073709551615 4362191 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=19873/tid=19876] ppid=19871 vsize=3340180 CPUtime=5006.87 cores=0-7
/proc/19873/task/19876/stat : 19876 (claspmt) R 19871 19873 19408 0 -1 4202560 90291 0 0 0 500638 49 0 0 25 0 8 0 116969148 3420344320 778579 33554432000 4194304 4964800 140734796282832 18446744073709551615 4320953 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19873/tid=19877] ppid=19871 vsize=3340180 CPUtime=4985.84 cores=0-7
/proc/19873/task/19877/stat : 19877 (claspmt) R 19871 19873 19408 0 -1 4202560 61288 0 0 0 498510 74 0 0 25 0 8 0 116969148 3420344320 778579 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19873/tid=19878] ppid=19871 vsize=3340180 CPUtime=5005.6 cores=0-7
/proc/19873/task/19878/stat : 19878 (claspmt) R 19871 19873 19408 0 -1 4202560 77576 0 0 0 500488 72 0 0 25 0 8 0 116969148 3420344320 778579 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=19873/tid=19879] ppid=19871 vsize=3340180 CPUtime=5007.19 cores=0-7
/proc/19873/task/19879/stat : 19879 (claspmt) R 19871 19873 19408 0 -1 4202560 71959 0 0 0 500641 78 0 0 25 0 8 0 116969148 3420344320 778579 33554432000 4194304 4964800 140734796282832 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=19873/tid=19880] ppid=19871 vsize=3340180 CPUtime=5007.19 cores=0-7
/proc/19873/task/19880/stat : 19880 (claspmt) R 19871 19873 19408 0 -1 4202560 64117 0 0 0 500650 69 0 0 25 0 8 0 116969148 3420344320 778579 33554432000 4194304 4964800 140734796282832 18446744073709551615 4670534 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=19873/tid=19881] ppid=19871 vsize=3340180 CPUtime=4985.22 cores=0-7
/proc/19873/task/19881/stat : 19881 (claspmt) R 19871 19873 19408 0 -1 4202560 171846 0 0 0 498302 220 0 0 25 0 8 0 116969148 3420344320 778579 33554432000 4194304 4964800 140734796282832 18446744073709551615 4320981 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.4
Current children cumulated vsize (KiB) 3340180

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+5011.1 s]
/proc/loadavg: 8.09 8.07 8.01 2/360 20031
/proc/meminfo: memFree=18321840/32950928 swapFree=62959384/67111528
[pid=19873] ppid=19871 vsize=3323744 CPUtime=40001.2 cores=0-7
/proc/19873/stat : 19873 (claspmt) R 19871 19873 19408 0 -1 4202496 787639 0 0 0 3999285 834 0 0 25 0 1 0 116969106 3403513856 770703 33554432000 4194304 4964800 140734796282832 18446744073709551615 218880222186 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19873/statm: 830936 770703 476 189 0 825285 0
Current children cumulated CPU time (s) 40001.2
Current children cumulated vsize (KiB) 3323744

[startup+5011.3 s]
/proc/loadavg: 8.09 8.07 8.01 2/360 20031
/proc/meminfo: memFree=18321840/32950928 swapFree=62959384/67111528
[pid=19873] ppid=19871 vsize=596108 CPUtime=40001.4 cores=0-7
/proc/19873/stat : 19873 (claspmt) R 19871 19873 19408 0 -1 4202496 787639 0 0 0 3999293 846 0 0 25 0 1 0 116969106 610414592 70355 33554432000 4194304 4964800 140734796282832 18446744073709551615 218880608391 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19873/statm: 149027 69892 476 189 0 143376 0
Current children cumulated CPU time (s) 40001.4
Current children cumulated vsize (KiB) 596108

Child status: 0
Real time (s): 5011.32
CPU time (s): 40001.4
CPU user time (s): 39992.9
CPU system time (s): 8.47671
CPU usage (%): 798.222
Max. virtual memory (cumulated for all children) (KiB): 3340180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39992.9
system time used= 8.47671
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 787640
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= 95811
involuntary context switches= 189272

runsolver used 16.2715 second user time and 42.9615 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-15 23:06:37
IDJOB=3380829
IDBENCH=82424
IDSOLVER=1865
FILE ID=node112/3380829-1305493597
RUNJOBID= node112-1305487284-19422
PBS_JOBID= 13325388
Free space on /tmp= 73524 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-rovers-18-step11.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-3380829-1305493597/watcher-3380829-1305493597 -o /tmp/evaluation-result-3380829-1305493597/solver-3380829-1305493597 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3380829-1305493597.cnf

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

MD5SUM BENCH= ac372f51471a04bbb3fb9a678284c6a4
RANDOM SEED=389117378

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21494488 kB
Buffers:          2168 kB
Cached:          98188 kB
SwapCached:      67260 kB
Active:          72764 kB
Inactive:     11196508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21494488 kB
SwapTotal:    67111528 kB
SwapFree:     62959384 kB
Dirty:            5148 kB
Writeback:           0 kB
AnonPages:    11108512 kB
Mapped:          19544 kB
Slab:            65204 kB
PageTables:      52636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 74555720 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= 73520 MiB
End job on node112 at 2011-05-16 00:30:09