Trace number 3380795

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.7 5037.79

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.025-NOTKNOWN.cnf
MD5SUM732b9c9b0d44d6a9e75489b2f5004165
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2632.81
Satisfiable
(Un)Satisfiability was proved
Number of variables95456
Number of clauses477186
Sum of the clauses size1137161
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2470925
Number of clauses of size 31500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54550

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...492540/instance-3380795-1305492540.cnf
0.29/0.39	c Solving...
40000.50/5036.72	
40000.50/5036.72	*** INTERRUPTED! ***
40000.50/5036.72	*** Shutting down threads...
40001.58/5037.75	s UNKNOWN
40001.58/5037.75	
40001.58/5037.75	c INTERRUPTED   : 1
40001.58/5037.75	c Models        : 0+    
40001.58/5037.75	c Time          : 5036.722s (Solving: 5036.33s 1st Model: 0.00s Unsat: 0.00s)
40001.58/5037.75	c CPU Time      : 40000.610s

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-3380795-1305492540/watcher-3380795-1305492540 -o /tmp/evaluation-result-3380795-1305492540/solver-3380795-1305492540 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3380795-1305492540.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: 8.11 8.08 8.05 2/438 11117
/proc/meminfo: memFree=21595916/32951124 swapFree=56449232/67111528
[pid=11117] ppid=11115 vsize=32968 CPUtime=0 cores=0-7
/proc/11117/stat : 11117 (claspmt) R 11115 11117 10868 0 -1 4202496 2663 0 0 0 0 0 0 0 23 0 1 0 660854391 33759232 2593 33554432000 4194304 4964800 140733370392960 18446744073709551615 4700412 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/11117/statm: 8242 2601 376 189 0 3116 0

[startup+0.0227409 s]
/proc/loadavg: 8.11 8.08 8.05 2/438 11117
/proc/meminfo: memFree=21595916/32951124 swapFree=56449232/67111528
[pid=11117] ppid=11115 vsize=39824 CPUtime=0.01 cores=0-7
/proc/11117/stat : 11117 (claspmt) R 11115 11117 10868 0 -1 4202496 5901 0 0 0 1 0 0 0 23 0 1 0 660854391 40779776 5086 33554432000 4194304 4964800 140733370392960 18446744073709551615 4581537 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/11117/statm: 9956 5086 389 189 0 4830 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 39824

[startup+0.100726 s]
/proc/loadavg: 8.11 8.08 8.05 2/438 11117
/proc/meminfo: memFree=21595916/32951124 swapFree=56449232/67111528
[pid=11117] ppid=11115 vsize=46868 CPUtime=0.09 cores=0-7
/proc/11117/stat : 11117 (claspmt) R 11115 11117 10868 0 -1 4202496 8345 0 0 0 9 0 0 0 23 0 1 0 660854391 47992832 6786 33554432000 4194304 4964800 140733370392960 18446744073709551615 253640859392 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/11117/statm: 11717 6787 389 189 0 6591 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46868

[startup+0.30069 s]
/proc/loadavg: 8.11 8.08 8.05 2/438 11117
/proc/meminfo: memFree=21595916/32951124 swapFree=56449232/67111528
[pid=11117] ppid=11115 vsize=62512 CPUtime=0.29 cores=0-7
/proc/11117/stat : 11117 (claspmt) R 11115 11117 10868 0 -1 4202496 13517 0 0 0 28 1 0 0 25 0 1 0 660854391 64012288 10620 33554432000 4194304 4964800 140733370392960 18446744073709551615 4600197 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/11117/statm: 15628 10620 404 189 0 10502 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62512

[startup+0.70063 s]
/proc/loadavg: 8.11 8.08 8.05 2/438 11117
/proc/meminfo: memFree=21595916/32951124 swapFree=56449232/67111528
[pid=11117] ppid=11115 vsize=393112 CPUtime=0.8 cores=0-7
/proc/11117/stat : 11117 (claspmt) S 11115 11117 10868 0 -1 4202496 33888 0 0 0 72 8 0 0 18 0 8 0 660854391 402546688 24313 33554432000 4194304 4964800 140733370392960 18446744073709551615 253652675481 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/11117/statm: 98278 24313 443 189 0 92627 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 393112

[startup+1.50047 s]
/proc/loadavg: 7.54 7.96 8.01 2/446 11125
/proc/meminfo: memFree=21500700/32951124 swapFree=56449232/67111528
[pid=11117] ppid=11115 vsize=393112 CPUtime=1.6 cores=0-7
/proc/11117/stat : 11117 (claspmt) S 11115 11117 10868 0 -1 4202496 33927 0 0 0 152 8 0 0 18 0 8 0 660854391 402546688 24352 33554432000 4194304 4964800 140733370392960 18446744073709551615 253652675481 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/11117/statm: 98278 24352 443 189 0 92627 0
[pid=11117/tid=11119] ppid=11115 vsize=393112 CPUtime=0.01 cores=0-7
/proc/11117/task/11119/stat : 11119 (claspmt) S 11115 11117 10868 0 -1 4202560 2210 0 0 0 0 1 0 0 18 0 8 0 660854431 402546688 24352 33554432000 4194304 4964800 140733370392960 18446744073709551615 253652675481 0 0 4096 18946 18446604447195291776 0 0 -1 1 0 0 0
[pid=11117/tid=11120] ppid=11115 vsize=393112 CPUtime=0.02 cores=0-7
/proc/11117/task/11120/stat : 11120 (claspmt) S 11115 11117 10868 0 -1 4202560 3054 0 0 0 1 1 0 0 18 0 8 0 660854431 402546688 24352 33554432000 4194304 4964800 140733370392960 18446744073709551615 253652675481 0 0 4096 18946 18446604447195291776 0 0 -1 6 0 0 0
[pid=11117/tid=11121] ppid=11115 vsize=393112 CPUtime=0.01 cores=0-7
/proc/11117/task/11121/stat : 11121 (claspmt) S 11115 11117 10868 0 -1 4202560 3207 0 0 0 1 0 0 0 18 0 8 0 660854431 402546688 24352 33554432000 4194304 4964800 140733370392960 18446744073709551615 253652675481 0 0 4096 18946 18446604447195291776 0 0 -1 4 0 0 0
[pid=11117/tid=11122] ppid=11115 vsize=393112 CPUtime=0 cores=0-7
/proc/11117/task/11122/stat : 11122 (claspmt) S 11115 11117 10868 0 -1 4202560 2375 0 0 0 0 0 0 0 18 0 8 0 660854431 402546688 24352 33554432000 4194304 4964800 140733370392960 18446744073709551615 253652675481 0 0 4096 18946 18446604447195291776 0 0 -1 3 0 0 0
[pid=11117/tid=11123] ppid=11115 vsize=393112 CPUtime=1.08 cores=0-7
/proc/11117/task/11123/stat : 11123 (claspmt) R 11115 11117 10868 0 -1 4202560 2942 0 0 0 107 1 0 0 19 0 8 0 660854431 402546688 24352 33554432000 4194304 4964800 140733370392960 18446744073709551615 4651353 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=11117/tid=11124] ppid=11115 vsize=393112 CPUtime=0.01 cores=0-7
/proc/11117/task/11124/stat : 11124 (claspmt) S 11115 11117 10868 0 -1 4202560 3419 0 0 0 0 1 0 0 18 0 8 0 660854431 402546688 24352 33554432000 4194304 4964800 140733370392960 18446744073709551615 253652675481 0 0 4096 18946 18446604447195291776 0 0 -1 4 0 0 0
[pid=11117/tid=11125] ppid=11115 vsize=393112 CPUtime=0.02 cores=0-7
/proc/11117/task/11125/stat : 11125 (claspmt) S 11115 11117 10868 0 -1 4202560 3095 0 0 0 2 0 0 0 18 0 8 0 660854431 402546688 24352 33554432000 4194304 4964800 140733370392960 18446744073709551615 253652675481 0 0 4096 18946 18446604447195291776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 393112

[startup+3.10118 s]
/proc/loadavg: 7.54 7.96 8.01 2/446 11125
/proc/meminfo: memFree=21499460/32951124 swapFree=56449232/67111528
[pid=11117] ppid=11115 vsize=393112 CPUtime=3.2 cores=0-7
/proc/11117/stat : 11117 (claspmt) S 11115 11117 10868 0 -1 4202496 33986 0 0 0 312 8 0 0 18 0 8 0 660854391 402546688 24411 33554432000 4194304 4964800 140733370392960 18446744073709551615 253652675481 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/11117/statm: 98278 24411 443 189 0 92627 0
[pid=11117/tid=11119] ppid=11115 vsize=393112 CPUtime=0.01 cores=0-7
/proc/11117/task/11119/stat : 11119 (claspmt) S 11115 11117 10868 0 -1 4202560 2210 0 0 0 0 1 0 0 18 0 8 0 660854431 402546688 24411 33554432000 4194304 4964800 140733370392960 18446744073709551615 253652675481 0 0 4096 18946 18446604447195291776 0 0 -1 1 0 0 0
[pid=11117/tid=11120] ppid=11115 vsize=393112 CPUtime=0.02 cores=0-7
/proc/11117/task/11120/stat : 11120 (claspmt) S 11115 11117 10868 0 -1 4202560 3054 0 0 0 1 1 0 0 18 0 8 0 660854431 402546688 24411 33554432000 4194304 4964800 140733370392960 18446744073709551615 253652675481 0 0 4096 18946 18446604447195291776 0 0 -1 6 0 0 0
[pid=11117/tid=11121] ppid=11115 vsize=393112 CPUtime=0.01 cores=0-7
/proc/11117/task/11121/stat : 11121 (claspmt) S 11115 11117 10868 0 -1 4202560 3207 0 0 0 1 0 0 0 18 0 8 0 660854431 402546688 24411 33554432000 4194304 4964800 140733370392960 18446744073709551615 253652675481 0 0 4096 18946 18446604447195291776 0 0 -1 4 0 0 0
[pid=11117/tid=11122] ppid=11115 vsize=393112 CPUtime=0 cores=0-7
/proc/11117/task/11122/stat : 11122 (claspmt) S 11115 11117 10868 0 -1 4202560 2375 0 0 0 0 0 0 0 18 0 8 0 660854431 402546688 24411 33554432000 4194304 4964800 140733370392960 18446744073709551615 253652675481 0 0 4096 18946 18446604447195291776 0 0 -1 3 0 0 0
[pid=11117/tid=11123] ppid=11115 vsize=393112 CPUtime=2.68 cores=0-7
/proc/11117/task/11123/stat : 11123 (claspmt) R 11115 11117 10868 0 -1 4202560 3001 0 0 0 267 1 0 0 22 0 8 0 660854431 402546688 24411 33554432000 4194304 4964800 140733370392960 18446744073709551615 4399415 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=11117/tid=11124] ppid=11115 vsize=393112 CPUtime=0.01 cores=0-7
/proc/11117/task/11124/stat : 11124 (claspmt) S 11115 11117 10868 0 -1 4202560 3419 0 0 0 0 1 0 0 18 0 8 0 660854431 402546688 24411 33554432000 4194304 4964800 140733370392960 18446744073709551615 253652675481 0 0 4096 18946 18446604447195291776 0 0 -1 4 0 0 0
[pid=11117/tid=11125] ppid=11115 vsize=393112 CPUtime=0.02 cores=0-7
/proc/11117/task/11125/stat : 11125 (claspmt) S 11115 11117 10868 0 -1 4202560 3095 0 0 0 2 0 0 0 18 0 8 0 660854431 402546688 24411 33554432000 4194304 4964800 140733370392960 18446744073709551615 253652675481 0 0 4096 18946 18446604447195291776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 393112

[startup+6.3006 s]
/proc/loadavg: 7.54 7.96 8.01 2/446 11125
/proc/meminfo: memFree=21498980/32951124 swapFree=56449232/67111528
[pid=11117] ppid=11115 vsize=393112 CPUtime=6.41 cores=0-7
/proc/11117/stat : 11117 (claspmt) S 11115 11117 10868 0 -1 4202496 34093 0 0 0 632 9 0 0 18 0 8 0 660854391 402546688 24518 33554432000 4194304 4964800 140733370392960 18446744073709551615 253652675481 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/11117/statm: 98278 24518 443 189 0 92627 0
[pid=11117/tid=11119] ppid=11115 vsize=393112 CPUtime=0.01 cores=0-7
/proc/11117/task/11119/stat : 11119 (claspmt) S 11115 11117 10868 0 -1 4202560 2210 0 0 0 0 1 0 0 18 0 8 0 660854431 402546688 24518 33554432000 4194304 4964800 140733370392960 18446744073709551615 253652675481 0 0 4096 18946 18446604447195291776 0 0 -1 1 0 0 0
[pid=11117/tid=11120] ppid=11115 vsize=393112 CPUtime=0.02 cores=0-7
/proc/11117/task/11120/stat : 11120 (claspmt) S 11115 11117 10868 0 -1 4202560 3054 0 0 0 1 1 0 0 18 0 8 0 660854431 402546688 24518 33554432000 4194304 4964800 140733370392960 18446744073709551615 253652675481 0 0 4096 18946 18446604447195291776 0 0 -1 6 0 0 0
[pid=11117/tid=11121] ppid=11115 vsize=393112 CPUtime=0.01 cores=0-7
/proc/11117/task/11121/stat : 11121 (claspmt) S 11115 11117 10868 0 -1 4202560 3207 0 0 0 1 0 0 0 18 0 8 0 660854431 402546688 24518 33554432000 4194304 4964800 140733370392960 18446744073709551615 253652675481 0 0 4096 18946 18446604447195291776 0 0 -1 4 0 0 0
[pid=11117/tid=11122] ppid=11115 vsize=393112 CPUtime=0 cores=0-7
/proc/11117/task/11122/stat : 11122 (claspmt) S 11115 11117 10868 0 -1 4202560 2375 0 0 0 0 0 0 0 18 0 8 0 660854431 402546688 24518 33554432000 4194304 4964800 140733370392960 18446744073709551615 253652675481 0 0 4096 18946 18446604447195291776 0 0 -1 3 0 0 0
[pid=11117/tid=11123] ppid=11115 vsize=393112 CPUtime=5.88 cores=0-7
/proc/11117/task/11123/stat : 11123 (claspmt) R 11115 11117 10868 0 -1 4202560 3108 0 0 0 587 1 0 0 25 0 8 0 660854431 402546688 24518 33554432000 4194304 4964800 140733370392960 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=11117/tid=11124] ppid=11115 vsize=393112 CPUtime=0.01 cores=0-7
/proc/11117/task/11124/stat : 11124 (claspmt) S 11115 11117 10868 0 -1 4202560 3419 0 0 0 0 1 0 0 18 0 8 0 660854431 402546688 24518 33554432000 4194304 4964800 140733370392960 18446744073709551615 253652675481 0 0 4096 18946 18446604447195291776 0 0 -1 4 0 0 0
[pid=11117/tid=11125] ppid=11115 vsize=393112 CPUtime=0.02 cores=0-7
/proc/11117/task/11125/stat : 11125 (claspmt) S 11115 11117 10868 0 -1 4202560 3095 0 0 0 2 0 0 0 18 0 8 0 660854431 402546688 24518 33554432000 4194304 4964800 140733370392960 18446744073709551615 253652675481 0 0 4096 18946 18446604447195291776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.41
Current children cumulated vsize (KiB) 393112

[startup+12.7004 s]
/proc/loadavg: 6.53 7.73 7.93 2/446 11126
/proc/meminfo: memFree=21498092/32951124 swapFree=56449232/67111528
[pid=11117] ppid=11115 vsize=393112 CPUtime=12.81 cores=0-7
/proc/11117/stat : 11117 (claspmt) S 11115 11117 10868 0 -1 4202496 34169 0 0 0 1272 9 0 0 18 0 8 0 660854391 402546688 24594 33554432000 4194304 4964800 140733370392960 18446744073709551615 253652675481 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/11117/statm: 98278 24594 443 189 0 92627 0
[pid=11117/tid=11119] ppid=11115 vsize=393112 CPUtime=0.01 cores=0-7
/proc/11117/task/11119/stat : 11119 (claspmt) S 11115 11117 10868 0 -1 4202560 2210 0 0 0 0 1 0 0 18 0 8 0 660854431 402546688 24594 33554432000 4194304 4964800 140733370392960 18446744073709551615 253652675481 0 0 4096 18946 18446604447195291776 0 0 -1 1 0 0 0
[pid=11117/tid=11120] ppid=11115 vsize=393112 CPUtime=0.02 cores=0-7
/proc/11117/task/11120/stat : 11120 (claspmt) S 11115 11117 10868 0 -1 4202560 3054 0 0 0 1 1 0 0 18 0 8 0 660854431 402546688 24594 33554432000 4194304 4964800 140733370392960 18446744073709551615 253652675481 0 0 4096 18946 18446604447195291776 0 0 -1 6 0 0 0
[pid=11117/tid=11121] ppid=11115 vsize=393112 CPUtime=0.01 cores=0-7
/proc/11117/task/11121/stat : 11121 (claspmt) S 11115 11117 10868 0 -1 4202560 3207 0 0 0 1 0 0 0 18 0 8 0 660854431 402546688 24594 33554432000 4194304 4964800 140733370392960 18446744073709551615 253652675481 0 0 4096 18946 18446604447195291776 0 0 -1 4 0 0 0
[pid=11117/tid=11122] ppid=11115 vsize=393112 CPUtime=0 cores=0-7
/proc/11117/task/11122/stat : 11122 (claspmt) S 11115 11117 10868 0 -1 4202560 2375 0 0 0 0 0 0 0 18 0 8 0 660854431 402546688 24594 33554432000 4194304 4964800 140733370392960 18446744073709551615 253652675481 0 0 4096 18946 18446604447195291776 0 0 -1 3 0 0 0
[pid=11117/tid=11123] ppid=11115 vsize=393112 CPUtime=12.28 cores=0-7
/proc/11117/task/11123/stat : 11123 (claspmt) R 11115 11117 10868 0 -1 4202560 3184 0 0 0 1227 1 0 0 25 0 8 0 660854431 402546688 24594 33554432000 4194304 4964800 140733370392960 18446744073709551615 4399292 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=11117/tid=11124] ppid=11115 vsize=393112 CPUtime=0.01 cores=0-7
/proc/11117/task/11124/stat : 11124 (claspmt) S 11115 11117 10868 0 -1 4202560 3419 0 0 0 0 1 0 0 18 0 8 0 660854431 402546688 24594 33554432000 4194304 4964800 140733370392960 18446744073709551615 253652675481 0 0 4096 18946 18446604447195291776 0 0 -1 4 0 0 0
[pid=11117/tid=11125] ppid=11115 vsize=393112 CPUtime=0.02 cores=0-7
/proc/11117/task/11125/stat : 11125 (claspmt) S 11115 11117 10868 0 -1 4202560 3095 0 0 0 2 0 0 0 18 0 8 0 660854431 402546688 24594 33554432000 4194304 4964800 140733370392960 18446744073709551615 253652675481 0 0 4096 18946 18446604447195291776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.81
Current children cumulated vsize (KiB) 393112

[startup+25.5011 s]
/proc/loadavg: 5.68 7.51 7.86 2/446 11126
/proc/meminfo: memFree=21499224/32951124 swapFree=56449232/67111528
[pid=11117] ppid=11115 vsize=393112 CPUtime=25.61 cores=0-7
/proc/11117/stat : 11117 (claspmt) S 11115 11117 10868 0 -1 4202496 34203 0 0 0 2552 9 0 0 18 0 8 0 660854391 402546688 24628 33554432000 4194304 4964800 140733370392960 18446744073709551615 253652675481 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/11117/statm: 98278 24628 443 189 0 92627 0
[pid=11117/tid=11119] ppid=11115 vsize=393112 CPUtime=0.01 cores=0-7
/proc/11117/task/11119/stat : 11119 (claspmt) S 11115 11117 10868 0 -1 4202560 2210 0 0 0 0 1 0 0 18 0 8 0 660854431 402546688 24628 33554432000 4194304 4964800 140733370392960 18446744073709551615 253652675481 0 0 4096 18946 18446604447195291776 0 0 -1 1 0 0 0
[pid=11117/tid=11120] ppid=11115 vsize=393112 CPUtime=0.02 cores=0-7
/proc/11117/task/11120/stat : 11120 (claspmt) S 11115 11117 10868 0 -1 4202560 3054 0 0 0 1 1 0 0 18 0 8 0 660854431 402546688 24628 33554432000 4194304 4964800 140733370392960 18446744073709551615 253652675481 0 0 4096 18946 18446604447195291776 0 0 -1 6 0 0 0
[pid=11117/tid=11121] ppid=11115 vsize=393112 CPUtime=0.01 cores=0-7
/proc/11117/task/11121/stat : 11121 (claspmt) S 11115 11117 10868 0 -1 4202560 3207 0 0 0 1 0 0 0 18 0 8 0 660854431 402546688 24628 33554432000 4194304 4964800 140733370392960 18446744073709551615 253652675481 0 0 4096 18946 18446604447195291776 0 0 -1 4 0 0 0
[pid=11117/tid=11122] ppid=11115 vsize=393112 CPUtime=0 cores=0-7
/proc/11117/task/11122/stat : 11122 (claspmt) S 11115 11117 10868 0 -1 4202560 2375 0 0 0 0 0 0 0 18 0 8 0 660854431 402546688 24628 33554432000 4194304 4964800 140733370392960 18446744073709551615 253652675481 0 0 4096 18946 18446604447195291776 0 0 -1 3 0 0 0
[pid=11117/tid=11123] ppid=11115 vsize=393112 CPUtime=25.08 cores=0-7
/proc/11117/task/11123/stat : 11123 (claspmt) R 11115 11117 10868 0 -1 4202560 3218 0 0 0 2507 1 0 0 25 0 8 0 660854431 402546688 24628 33554432000 4194304 4964800 140733370392960 18446744073709551615 4403024 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=11117/tid=11124] ppid=11115 vsize=393112 CPUtime=0.01 cores=0-7
/proc/11117/task/11124/stat : 11124 (claspmt) S 11115 11117 10868 0 -1 4202560 3419 0 0 0 0 1 0 0 18 0 8 0 660854431 402546688 24628 33554432000 4194304 4964800 140733370392960 18446744073709551615 253652675481 0 0 4096 18946 18446604447195291776 0 0 -1 4 0 0 0
[pid=11117/tid=11125] ppid=11115 vsize=393112 CPUtime=0.02 cores=0-7
/proc/11117/task/11125/stat : 11125 (claspmt) S 11115 11117 10868 0 -1 4202560 3095 0 0 0 2 0 0 0 18 0 8 0 660854431 402546688 24628 33554432000 4194304 4964800 140733370392960 18446744073709551615 253652675481 0 0 4096 18946 18446604447195291776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.61
Current children cumulated vsize (KiB) 393112

[startup+51.1004 s]
/proc/loadavg: 6.07 7.44 7.82 9/446 11127
/proc/meminfo: memFree=20822704/32951124 swapFree=56449232/67111528
[pid=11117] ppid=11115 vsize=1013404 CPUtime=196.41 cores=0-7
/proc/11117/stat : 11117 (claspmt) R 11115 11117 10868 0 -1 4202496 205371 0 0 0 19550 91 0 0 25 0 8 0 660854391 1037725696 195796 33554432000 4194304 4964800 140733370392960 18446744073709551615 4632500 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/11117/statm: 253351 195796 466 189 0 247700 0
[pid=11117/tid=11119] ppid=11115 vsize=1013404 CPUtime=20.55 cores=0-7
/proc/11117/task/11119/stat : 11119 (claspmt) R 11115 11117 10868 0 -1 4202560 17834 0 0 0 2045 10 0 0 25 0 8 0 660854431 1037725696 195796 33554432000 4194304 4964800 140733370392960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=11117/tid=11120] ppid=11115 vsize=1013404 CPUtime=20.77 cores=0-7
/proc/11117/task/11120/stat : 11120 (claspmt) R 11115 11117 10868 0 -1 4202560 26380 0 0 0 2066 11 0 0 25 0 8 0 660854431 1037725696 195796 33554432000 4194304 4964800 140733370392960 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=11117/tid=11121] ppid=11115 vsize=1013404 CPUtime=20.81 cores=0-7
/proc/11117/task/11121/stat : 11121 (claspmt) R 11115 11117 10868 0 -1 4202560 26661 0 0 0 2070 11 0 0 25 0 8 0 660854431 1037725696 195796 33554432000 4194304 4964800 140733370392960 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=11117/tid=11122] ppid=11115 vsize=1013404 CPUtime=20.81 cores=0-7
/proc/11117/task/11122/stat : 11122 (claspmt) R 11115 11117 10868 0 -1 4202560 29139 0 0 0 2067 14 0 0 25 0 8 0 660854431 1037725696 195796 33554432000 4194304 4964800 140733370392960 18446744073709551615 4334283 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=11117/tid=11123] ppid=11115 vsize=1013404 CPUtime=50.66 cores=0-7
/proc/11117/task/11123/stat : 11123 (claspmt) R 11115 11117 10868 0 -1 4202560 3229 0 0 0 5065 1 0 0 25 0 8 0 660854431 1037725696 195796 33554432000 4194304 4964800 140733370392960 18446744073709551615 4627626 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=11117/tid=11124] ppid=11115 vsize=1013404 CPUtime=20.82 cores=0-7
/proc/11117/task/11124/stat : 11124 (claspmt) R 11115 11117 10868 0 -1 4202560 20396 0 0 0 2073 9 0 0 25 0 8 0 660854431 1037725696 195796 33554432000 4194304 4964800 140733370392960 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=11117/tid=11125] ppid=11115 vsize=1013404 CPUtime=20.74 cores=0-7
/proc/11117/task/11125/stat : 11125 (claspmt) R 11115 11117 10868 0 -1 4202560 46938 0 0 0 2056 18 0 0 25 0 8 0 660854431 1037725696 195796 33554432000 4194304 4964800 140733370392960 18446744073709551615 4320976 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 196.41

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

[pid=11117] ppid=11115 vsize=6754116 CPUtime=37969 cores=0-7
/proc/11117/stat : 11117 (claspmt) R 11115 11117 10868 0 -1 4202496 1632823 0 0 0 3795725 1179 0 0 25 0 8 0 660854391 6916214784 1615964 33554432000 4194304 4964800 140733370392960 18446744073709551615 4653584 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/11117/statm: 1688529 1615964 466 189 0 1682878 0
[pid=11117/tid=11119] ppid=11115 vsize=6754116 CPUtime=4739.05 cores=0-7
/proc/11117/task/11119/stat : 11119 (claspmt) R 11115 11117 10868 0 -1 4202560 74830 0 0 0 473831 74 0 0 25 0 8 0 660854431 6916214784 1615964 33554432000 4194304 4964800 140733370392960 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=11117/tid=11120] ppid=11115 vsize=6754116 CPUtime=4751.52 cores=0-7
/proc/11117/task/11120/stat : 11120 (claspmt) R 11115 11117 10868 0 -1 4202560 109275 0 0 0 475077 75 0 0 25 0 8 0 660854431 6916214784 1615964 33554432000 4194304 4964800 140733370392960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=11117/tid=11121] ppid=11115 vsize=6754116 CPUtime=4751.45 cores=0-7
/proc/11117/task/11121/stat : 11121 (claspmt) R 11115 11117 10868 0 -1 4202560 100924 0 0 0 475064 81 0 0 25 0 8 0 660854431 6916214784 1615964 33554432000 4194304 4964800 140733370392960 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=11117/tid=11122] ppid=11115 vsize=6754116 CPUtime=4737.92 cores=0-7
/proc/11117/task/11122/stat : 11122 (claspmt) R 11115 11117 10868 0 -1 4202560 195906 0 0 0 473628 164 0 0 25 0 8 0 660854431 6916214784 1615964 33554432000 4194304 4964800 140733370392960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=11117/tid=11123] ppid=11115 vsize=6754116 CPUtime=4781.03 cores=0-7
/proc/11117/task/11123/stat : 11123 (claspmt) R 11115 11117 10868 0 -1 4202560 82496 0 0 0 478037 66 0 0 25 0 8 0 660854431 6916214784 1615964 33554432000 4194304 4964800 140733370392960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=11117/tid=11124] ppid=11115 vsize=6754116 CPUtime=4751.28 cores=0-7
/proc/11117/task/11124/stat : 11124 (claspmt) R 11115 11117 10868 0 -1 4202560 139245 0 0 0 475001 127 0 0 25 0 8 0 660854431 6916214784 1615964 33554432000 4194304 4964800 140733370392960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=11117/tid=11125] ppid=11115 vsize=6754116 CPUtime=4727.85 cores=0-7
/proc/11117/task/11125/stat : 11125 (claspmt) R 11115 11117 10868 0 -1 4202560 753678 0 0 0 472351 434 0 0 25 0 8 0 660854431 6916214784 1615964 33554432000 4194304 4964800 140733370392960 18446744073709551615 4320981 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37969
Current children cumulated vsize (KiB) 6754116

[startup+4842.3 s]
/proc/loadavg: 8.11 8.09 8.03 9/446 11278
/proc/meminfo: memFree=15119408/32951124 swapFree=56449232/67111528
[pid=11117] ppid=11115 vsize=6754116 CPUtime=38448.1 cores=0-7
/proc/11117/stat : 11117 (claspmt) R 11115 11117 10868 0 -1 4202496 1632827 0 0 0 3843632 1180 0 0 25 0 8 0 660854391 6916214784 1615968 33554432000 4194304 4964800 140733370392960 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/11117/statm: 1688529 1615968 466 189 0 1682878 0
[pid=11117/tid=11119] ppid=11115 vsize=6754116 CPUtime=4799.03 cores=0-7
/proc/11117/task/11119/stat : 11119 (claspmt) R 11115 11117 10868 0 -1 4202560 74830 0 0 0 479829 74 0 0 25 0 8 0 660854431 6916214784 1615968 33554432000 4194304 4964800 140733370392960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=11117/tid=11120] ppid=11115 vsize=6754116 CPUtime=4811.52 cores=0-7
/proc/11117/task/11120/stat : 11120 (claspmt) R 11115 11117 10868 0 -1 4202560 109275 0 0 0 481077 75 0 0 25 0 8 0 660854431 6916214784 1615968 33554432000 4194304 4964800 140733370392960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=11117/tid=11121] ppid=11115 vsize=6754116 CPUtime=4811.44 cores=0-7
/proc/11117/task/11121/stat : 11121 (claspmt) R 11115 11117 10868 0 -1 4202560 100925 0 0 0 481063 81 0 0 25 0 8 0 660854431 6916214784 1615968 33554432000 4194304 4964800 140733370392960 18446744073709551615 4669131 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=11117/tid=11122] ppid=11115 vsize=6754116 CPUtime=4797.92 cores=0-7
/proc/11117/task/11122/stat : 11122 (claspmt) R 11115 11117 10868 0 -1 4202560 195907 0 0 0 479628 164 0 0 25 0 8 0 660854431 6916214784 1615968 33554432000 4194304 4964800 140733370392960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=11117/tid=11123] ppid=11115 vsize=6754116 CPUtime=4841.03 cores=0-7
/proc/11117/task/11123/stat : 11123 (claspmt) R 11115 11117 10868 0 -1 4202560 82496 0 0 0 484037 66 0 0 25 0 8 0 660854431 6916214784 1615968 33554432000 4194304 4964800 140733370392960 18446744073709551615 4653186 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=11117/tid=11124] ppid=11115 vsize=6754116 CPUtime=4811.27 cores=0-7
/proc/11117/task/11124/stat : 11124 (claspmt) R 11115 11117 10868 0 -1 4202560 139245 0 0 0 480999 128 0 0 25 0 8 0 660854431 6916214784 1615968 33554432000 4194304 4964800 140733370392960 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=11117/tid=11125] ppid=11115 vsize=6754116 CPUtime=4786.97 cores=0-7
/proc/11117/task/11125/stat : 11125 (claspmt) R 11115 11117 10868 0 -1 4202560 753680 0 0 0 478263 434 0 0 25 0 8 0 660854431 6916214784 1615968 33554432000 4194304 4964800 140733370392960 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38448.1
Current children cumulated vsize (KiB) 6754116

[startup+4902.3 s]
/proc/loadavg: 8.11 8.09 8.03 9/446 11280
/proc/meminfo: memFree=15057156/32951124 swapFree=56449232/67111528
[pid=11117] ppid=11115 vsize=6819652 CPUtime=38927.2 cores=0-7
/proc/11117/stat : 11117 (claspmt) R 11115 11117 10868 0 -1 4202496 1649024 0 0 0 3891527 1198 0 0 25 0 8 0 660854391 6983323648 1632165 33554432000 4194304 4964800 140733370392960 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/11117/statm: 1704913 1632165 466 189 0 1699262 0
[pid=11117/tid=11119] ppid=11115 vsize=6819652 CPUtime=4859.02 cores=0-7
/proc/11117/task/11119/stat : 11119 (claspmt) R 11115 11117 10868 0 -1 4202560 74919 0 0 0 485828 74 0 0 25 0 8 0 660854431 6983323648 1632165 33554432000 4194304 4964800 140733370392960 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=11117/tid=11120] ppid=11115 vsize=6819652 CPUtime=4871.53 cores=0-7
/proc/11117/task/11120/stat : 11120 (claspmt) R 11115 11117 10868 0 -1 4202560 111002 0 0 0 487076 77 0 0 25 0 8 0 660854431 6983323648 1632165 33554432000 4194304 4964800 140733370392960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=11117/tid=11121] ppid=11115 vsize=6819652 CPUtime=4871.44 cores=0-7
/proc/11117/task/11121/stat : 11121 (claspmt) R 11115 11117 10868 0 -1 4202560 102101 0 0 0 487062 82 0 0 25 0 8 0 660854431 6983323648 1632165 33554432000 4194304 4964800 140733370392960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=11117/tid=11122] ppid=11115 vsize=6819652 CPUtime=4857.93 cores=0-7
/proc/11117/task/11122/stat : 11122 (claspmt) R 11115 11117 10868 0 -1 4202560 198554 0 0 0 485625 168 0 0 25 0 8 0 660854431 6983323648 1632165 33554432000 4194304 4964800 140733370392960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=11117/tid=11123] ppid=11115 vsize=6819652 CPUtime=4901.03 cores=0-7
/proc/11117/task/11123/stat : 11123 (claspmt) R 11115 11117 10868 0 -1 4202560 86962 0 0 0 490031 72 0 0 25 0 8 0 660854431 6983323648 1632165 33554432000 4194304 4964800 140733370392960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=11117/tid=11124] ppid=11115 vsize=6819652 CPUtime=4871.27 cores=0-7
/proc/11117/task/11124/stat : 11124 (claspmt) R 11115 11117 10868 0 -1 4202560 139261 0 0 0 486999 128 0 0 25 0 8 0 660854431 6983323648 1632165 33554432000 4194304 4964800 140733370392960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=11117/tid=11125] ppid=11115 vsize=6819652 CPUtime=4846.1 cores=0-7
/proc/11117/task/11125/stat : 11125 (claspmt) R 11115 11117 10868 0 -1 4202560 759733 0 0 0 484171 439 0 0 25 0 8 0 660854431 6983323648 1632165 33554432000 4194304 4964800 140733370392960 18446744073709551615 4320944 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38927.2
Current children cumulated vsize (KiB) 6819652

[startup+4962.3 s]
/proc/loadavg: 8.11 8.08 8.02 9/446 11282
/proc/meminfo: memFree=15047224/32951124 swapFree=56449232/67111528
[pid=11117] ppid=11115 vsize=6819652 CPUtime=39406.3 cores=0-7
/proc/11117/stat : 11117 (claspmt) R 11115 11117 10868 0 -1 4202496 1651275 0 0 0 3939432 1202 0 0 25 0 8 0 660854391 6983323648 1634416 33554432000 4194304 4964800 140733370392960 18446744073709551615 4332351 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/11117/statm: 1704913 1634416 466 189 0 1699262 0
[pid=11117/tid=11119] ppid=11115 vsize=6819652 CPUtime=4919.01 cores=0-7
/proc/11117/task/11119/stat : 11119 (claspmt) R 11115 11117 10868 0 -1 4202560 74924 0 0 0 491827 74 0 0 25 0 8 0 660854431 6983323648 1634416 33554432000 4194304 4964800 140733370392960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=11117/tid=11120] ppid=11115 vsize=6819652 CPUtime=4931.53 cores=0-7
/proc/11117/task/11120/stat : 11120 (claspmt) R 11115 11117 10868 0 -1 4202560 111004 0 0 0 493076 77 0 0 25 0 8 0 660854431 6983323648 1634416 33554432000 4194304 4964800 140733370392960 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=11117/tid=11121] ppid=11115 vsize=6819652 CPUtime=4931.43 cores=0-7
/proc/11117/task/11121/stat : 11121 (claspmt) R 11115 11117 10868 0 -1 4202560 102105 0 0 0 493061 82 0 0 25 0 8 0 660854431 6983323648 1634416 33554432000 4194304 4964800 140733370392960 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=11117/tid=11122] ppid=11115 vsize=6819652 CPUtime=4917.93 cores=0-7
/proc/11117/task/11122/stat : 11122 (claspmt) R 11115 11117 10868 0 -1 4202560 198569 0 0 0 491625 168 0 0 25 0 8 0 660854431 6983323648 1634416 33554432000 4194304 4964800 140733370392960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=11117/tid=11123] ppid=11115 vsize=6819652 CPUtime=4961.03 cores=0-7
/proc/11117/task/11123/stat : 11123 (claspmt) R 11115 11117 10868 0 -1 4202560 89121 0 0 0 496028 75 0 0 25 0 8 0 660854431 6983323648 1634416 33554432000 4194304 4964800 140733370392960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=11117/tid=11124] ppid=11115 vsize=6819652 CPUtime=4931.27 cores=0-7
/proc/11117/task/11124/stat : 11124 (claspmt) R 11115 11117 10868 0 -1 4202560 139326 0 0 0 492999 128 0 0 25 0 8 0 660854431 6983323648 1634416 33554432000 4194304 4964800 140733370392960 18446744073709551615 4320944 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=11117/tid=11125] ppid=11115 vsize=6819652 CPUtime=4905.2 cores=0-7
/proc/11117/task/11125/stat : 11125 (claspmt) R 11115 11117 10868 0 -1 4202560 759734 0 0 0 490081 439 0 0 25 0 8 0 660854431 6983323648 1634416 33554432000 4194304 4964800 140733370392960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39406.3
Current children cumulated vsize (KiB) 6819652

[startup+5022.3 s]
/proc/loadavg: 8.10 8.08 8.02 9/446 11283
/proc/meminfo: memFree=15044612/32951124 swapFree=56449232/67111528
[pid=11117] ppid=11115 vsize=6819652 CPUtime=39885.5 cores=0-7
/proc/11117/stat : 11117 (claspmt) R 11115 11117 10868 0 -1 4202496 1651909 0 0 0 3987343 1203 0 0 25 0 8 0 660854391 6983323648 1635050 33554432000 4194304 4964800 140733370392960 18446744073709551615 4321102 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/11117/statm: 1704913 1635050 466 189 0 1699262 0
[pid=11117/tid=11119] ppid=11115 vsize=6819652 CPUtime=4978.99 cores=0-7
/proc/11117/task/11119/stat : 11119 (claspmt) R 11115 11117 10868 0 -1 4202560 74924 0 0 0 497825 74 0 0 25 0 8 0 660854431 6983323648 1635050 33554432000 4194304 4964800 140733370392960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=11117/tid=11120] ppid=11115 vsize=6819652 CPUtime=4991.53 cores=0-7
/proc/11117/task/11120/stat : 11120 (claspmt) R 11115 11117 10868 0 -1 4202560 111004 0 0 0 499076 77 0 0 25 0 8 0 660854431 6983323648 1635050 33554432000 4194304 4964800 140733370392960 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=11117/tid=11121] ppid=11115 vsize=6819652 CPUtime=4991.43 cores=0-7
/proc/11117/task/11121/stat : 11121 (claspmt) R 11115 11117 10868 0 -1 4202560 102105 0 0 0 499061 82 0 0 25 0 8 0 660854431 6983323648 1635050 33554432000 4194304 4964800 140733370392960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=11117/tid=11122] ppid=11115 vsize=6819652 CPUtime=4977.93 cores=0-7
/proc/11117/task/11122/stat : 11122 (claspmt) R 11115 11117 10868 0 -1 4202560 198572 0 0 0 497625 168 0 0 25 0 8 0 660854431 6983323648 1635050 33554432000 4194304 4964800 140733370392960 18446744073709551615 4653179 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=11117/tid=11123] ppid=11115 vsize=6819652 CPUtime=5021.03 cores=0-7
/proc/11117/task/11123/stat : 11123 (claspmt) R 11115 11117 10868 0 -1 4202560 89121 0 0 0 502028 75 0 0 25 0 8 0 660854431 6983323648 1635050 33554432000 4194304 4964800 140733370392960 18446744073709551615 4653186 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=11117/tid=11124] ppid=11115 vsize=6819652 CPUtime=4991.27 cores=0-7
/proc/11117/task/11124/stat : 11124 (claspmt) R 11115 11117 10868 0 -1 4202560 139326 0 0 0 498999 128 0 0 25 0 8 0 660854431 6983323648 1635050 33554432000 4194304 4964800 140733370392960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=11117/tid=11125] ppid=11115 vsize=6819652 CPUtime=4964.34 cores=0-7
/proc/11117/task/11125/stat : 11125 (claspmt) R 11115 11117 10868 0 -1 4202560 760364 0 0 0 495994 440 0 0 25 0 8 0 660854431 6983323648 1635050 33554432000 4194304 4964800 140733370392960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39885.5
Current children cumulated vsize (KiB) 6819652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5036.7 s]
/proc/loadavg: 8.08 8.08 8.02 9/446 11284
/proc/meminfo: memFree=15044488/32951124 swapFree=56449232/67111528
[pid=11117] ppid=11115 vsize=6819652 CPUtime=40000.5 cores=0-7
/proc/11117/stat : 11117 (claspmt) R 11115 11117 10868 0 -1 4202496 1651909 0 0 0 3998847 1203 0 0 25 0 8 0 660854391 6983323648 1635050 33554432000 4194304 4964800 140733370392960 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/11117/statm: 1704913 1635050 466 189 0 1699262 0
[pid=11117/tid=11119] ppid=11115 vsize=6819652 CPUtime=4993.41 cores=0-7
/proc/11117/task/11119/stat : 11119 (claspmt) R 11115 11117 10868 0 -1 4202560 74924 0 0 0 499267 74 0 0 25 0 8 0 660854431 6983323648 1635050 33554432000 4194304 4964800 140733370392960 18446744073709551615 4659391 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=11117/tid=11120] ppid=11115 vsize=6819652 CPUtime=5005.95 cores=0-7
/proc/11117/task/11120/stat : 11120 (claspmt) R 11115 11117 10868 0 -1 4202560 111004 0 0 0 500518 77 0 0 25 0 8 0 660854431 6983323648 1635050 33554432000 4194304 4964800 140733370392960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=11117/tid=11121] ppid=11115 vsize=6819652 CPUtime=5005.85 cores=0-7
/proc/11117/task/11121/stat : 11121 (claspmt) R 11115 11117 10868 0 -1 4202560 102105 0 0 0 500503 82 0 0 25 0 8 0 660854431 6983323648 1635050 33554432000 4194304 4964800 140733370392960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=11117/tid=11122] ppid=11115 vsize=6819652 CPUtime=4992.35 cores=0-7
/proc/11117/task/11122/stat : 11122 (claspmt) R 11115 11117 10868 0 -1 4202560 198572 0 0 0 499067 168 0 0 25 0 8 0 660854431 6983323648 1635050 33554432000 4194304 4964800 140733370392960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=11117/tid=11123] ppid=11115 vsize=6819652 CPUtime=5035.45 cores=0-7
/proc/11117/task/11123/stat : 11123 (claspmt) R 11115 11117 10868 0 -1 4202560 89121 0 0 0 503470 75 0 0 25 0 8 0 660854431 6983323648 1635050 33554432000 4194304 4964800 140733370392960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=11117/tid=11124] ppid=11115 vsize=6819652 CPUtime=5005.68 cores=0-7
/proc/11117/task/11124/stat : 11124 (claspmt) R 11115 11117 10868 0 -1 4202560 139326 0 0 0 500440 128 0 0 25 0 8 0 660854431 6983323648 1635050 33554432000 4194304 4964800 140733370392960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=11117/tid=11125] ppid=11115 vsize=6819652 CPUtime=4978.52 cores=0-7
/proc/11117/task/11125/stat : 11125 (claspmt) R 11115 11117 10868 0 -1 4202560 760364 0 0 0 497412 440 0 0 25 0 8 0 660854431 6983323648 1635050 33554432000 4194304 4964800 140733370392960 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.5
Current children cumulated vsize (KiB) 6819652

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

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

[startup+5037.4 s]
/proc/loadavg: 8.08 8.08 8.02 2/440 11285
/proc/meminfo: memFree=15070080/32951124 swapFree=56449232/67111528
[pid=11117] ppid=11115 vsize=6698908 CPUtime=40001.3 cores=0-7
/proc/11117/stat : 11117 (claspmt) R 11115 11117 10868 0 -1 4202496 1651919 0 0 0 3998925 1203 0 0 25 0 1 0 660854391 6859681792 1618072 33554432000 4194304 4964800 140733370392960 18446744073709551615 4646607 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/11117/statm: 1674727 1618072 476 189 0 1669076 0
Current children cumulated CPU time (s) 40001.3
Current children cumulated vsize (KiB) 6698908

[startup+5037.6 s]
/proc/loadavg: 8.08 8.08 8.02 2/440 11285
/proc/meminfo: memFree=15070080/32951124 swapFree=56449232/67111528
[pid=11117] ppid=11115 vsize=5318176 CPUtime=40001.5 cores=0-7
/proc/11117/stat : 11117 (claspmt) R 11115 11117 10868 0 -1 4202496 1651919 0 0 0 3998940 1208 0 0 25 0 1 0 660854391 5445812224 1277109 33554432000 4194304 4964800 140733370392960 18446744073709551615 253640902791 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/11117/statm: 1329544 1276604 476 189 0 1323893 0
Current children cumulated CPU time (s) 40001.5
Current children cumulated vsize (KiB) 5318176

[startup+5037.7 s]
/proc/loadavg: 8.08 8.08 8.02 2/440 11285
/proc/meminfo: memFree=15070080/32951124 swapFree=56449232/67111528
[pid=11117] ppid=11115 vsize=2500128 CPUtime=40001.6 cores=0-7
/proc/11117/stat : 11117 (claspmt) R 11115 11117 10868 0 -1 4202496 1651919 0 0 0 3998940 1218 0 0 25 0 1 0 660854391 2560131072 572133 33554432000 4194304 4964800 140733370392960 18446744073709551615 253640902791 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/11117/statm: 625032 572133 476 189 0 619381 0
Current children cumulated CPU time (s) 40001.6
Current children cumulated vsize (KiB) 2500128

Child status: 0
Real time (s): 5037.79
CPU time (s): 40001.7
CPU user time (s): 39989.4
CPU system time (s): 12.2701
CPU usage (%): 794.032
Max. virtual memory (cumulated for all children) (KiB): 6819652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39989.4
system time used= 12.2701
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1651920
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= 107144
involuntary context switches= 141934

runsolver used 19.598 second user time and 53.7288 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-15 22:49:00
IDJOB=3380795
IDBENCH=82390
IDSOLVER=1865
FILE ID=node106/3380795-1305492540
RUNJOBID= node106-1305487216-10882
PBS_JOBID= 13325387
Free space on /tmp= 73376 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.025-NOTKNOWN.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-3380795-1305492540/watcher-3380795-1305492540 -o /tmp/evaluation-result-3380795-1305492540/solver-3380795-1305492540 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3380795-1305492540.cnf

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

MD5SUM BENCH= 732b9c9b0d44d6a9e75489b2f5004165
RANDOM SEED=33369999

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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:      21596568 kB
Buffers:        306756 kB
Cached:        6246456 kB
SwapCached:      27536 kB
Active:        2751864 kB
Inactive:      8343828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21596568 kB
SwapTotal:    67111528 kB
SwapFree:     56449232 kB
Dirty:            8940 kB
Writeback:           0 kB
AnonPages:     4524516 kB
Mapped:          20308 kB
Slab:           129576 kB
PageTables:      59672 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 123521904 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= 73376 MiB
End job on node106 at 2011-05-16 00:12:59