Trace number 3321580

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? (TO) 40001.5 5032.93

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
MD5SUM3c5c73741ba21d5f39c7f436ba834743
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables95456
Number of clauses483561
Sum of the clauses size1149911
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2477300
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 ...361303/instance-3321580-1304361303.cnf
0.29/0.39	c Solving...
40000.46/5031.91	
40000.46/5031.91	*** INTERRUPTED! ***
40000.46/5031.91	*** Shutting down threads...
40001.40/5032.89	s UNKNOWN
40001.40/5032.89	
40001.40/5032.89	c INTERRUPTED   : 1
40001.40/5032.89	c Models        : 0+    
40001.40/5032.89	c Time          : 5031.915s (Solving: 5031.52s 1st Model: 0.00s Unsat: 0.00s)
40001.40/5032.89	c CPU Time      : 40000.510s

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: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3321580-1304361303/watcher-3321580-1304361303 -o /tmp/evaluation-result-3321580-1304361303/solver-3321580-1304361303 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3321580-1304361303.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: 1.89 1.63 3.88 2/212 28645
/proc/meminfo: memFree=19761648/32951124 swapFree=67110188/67111528
[pid=28645] ppid=28643 vsize=32968 CPUtime=0 cores=0-7
/proc/28645/stat : 28645 (claspmt) R 28643 28645 27692 0 -1 4202496 1672 0 0 0 0 0 0 0 18 0 1 0 547731102 33759232 1601 33554432000 4194304 4964704 140733913273072 18446744073709551615 4700332 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/28645/statm: 8242 1609 376 189 0 3116 0

[startup+0.0740071 s]
/proc/loadavg: 1.89 1.63 3.88 2/212 28645
/proc/meminfo: memFree=19761648/32951124 swapFree=67110188/67111528
[pid=28645] ppid=28643 vsize=43952 CPUtime=0.07 cores=0-7
/proc/28645/stat : 28645 (claspmt) R 28643 28645 27692 0 -1 4202496 7366 0 0 0 6 1 0 0 18 0 1 0 547731102 45006848 6077 33554432000 4194304 4964704 140733913273072 18446744073709551615 222921776896 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/28645/statm: 10988 6077 389 189 0 5862 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 43952

[startup+0.101013 s]
/proc/loadavg: 1.89 1.63 3.88 2/212 28645
/proc/meminfo: memFree=19761648/32951124 swapFree=67110188/67111528
[pid=28645] ppid=28643 vsize=47000 CPUtime=0.09 cores=0-7
/proc/28645/stat : 28645 (claspmt) R 28643 28645 27692 0 -1 4202496 8402 0 0 0 8 1 0 0 18 0 1 0 547731102 48128000 6842 33554432000 4194304 4964704 140733913273072 18446744073709551615 222921437893 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/28645/statm: 11750 6844 389 189 0 6624 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47000

[startup+0.300963 s]
/proc/loadavg: 1.89 1.63 3.88 2/212 28645
/proc/meminfo: memFree=19761648/32951124 swapFree=67110188/67111528
[pid=28645] ppid=28643 vsize=63272 CPUtime=0.29 cores=0-7
/proc/28645/stat : 28645 (claspmt) R 28643 28645 27692 0 -1 4202496 13671 0 0 0 28 1 0 0 18 0 1 0 547731102 64790528 10773 33554432000 4194304 4964704 140733913273072 18446744073709551615 222921473555 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/28645/statm: 15818 10773 404 189 0 10692 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63272

[startup+0.700891 s]
/proc/loadavg: 1.89 1.63 3.88 2/212 28645
/proc/meminfo: memFree=19761648/32951124 swapFree=67110188/67111528
[pid=28645] ppid=28643 vsize=450360 CPUtime=0.81 cores=0-7
/proc/28645/stat : 28645 (claspmt) S 28643 28645 27692 0 -1 4202496 34006 0 0 0 72 9 0 0 18 0 8 0 547731102 461168640 24129 33554432000 4194304 4964704 140733913273072 18446744073709551615 222933592985 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/28645/statm: 112590 24129 443 189 0 106939 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 450360

[startup+1.50074 s]
/proc/loadavg: 1.82 1.62 3.86 2/220 28653
/proc/meminfo: memFree=19665864/32951124 swapFree=67110188/67111528
[pid=28645] ppid=28643 vsize=450360 CPUtime=1.61 cores=0-7
/proc/28645/stat : 28645 (claspmt) S 28643 28645 27692 0 -1 4202496 34008 0 0 0 152 9 0 0 18 0 8 0 547731102 461168640 24131 33554432000 4194304 4964704 140733913273072 18446744073709551615 222933592985 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/28645/statm: 112590 24131 443 189 0 106939 0
[pid=28645/tid=28647] ppid=28643 vsize=450360 CPUtime=0 cores=0-7
/proc/28645/task/28647/stat : 28647 (claspmt) S 28643 28645 27692 0 -1 4202560 2169 0 0 0 0 0 0 0 18 0 8 0 547731142 461168640 24131 33554432000 4194304 4964704 140733913273072 18446744073709551615 222933592985 0 0 4096 18946 18446604471136701312 0 0 -1 1 0 0 0
[pid=28645/tid=28648] ppid=28643 vsize=450360 CPUtime=0.02 cores=0-7
/proc/28645/task/28648/stat : 28648 (claspmt) S 28643 28645 27692 0 -1 4202560 3247 0 0 0 1 1 0 0 18 0 8 0 547731142 461168640 24131 33554432000 4194304 4964704 140733913273072 18446744073709551615 222933592985 0 0 4096 18946 18446604471136701312 0 0 -1 6 0 0 0
[pid=28645/tid=28649] ppid=28643 vsize=450360 CPUtime=0.02 cores=0-7
/proc/28645/task/28649/stat : 28649 (claspmt) S 28643 28645 27692 0 -1 4202560 3248 0 0 0 1 1 0 0 18 0 8 0 547731142 461168640 24131 33554432000 4194304 4964704 140733913273072 18446744073709551615 222933592985 0 0 4096 18946 18446604471136701312 0 0 -1 2 0 0 0
[pid=28645/tid=28650] ppid=28643 vsize=450360 CPUtime=0 cores=0-7
/proc/28645/task/28650/stat : 28650 (claspmt) S 28643 28645 27692 0 -1 4202560 2537 0 0 0 0 0 0 0 18 0 8 0 547731142 461168640 24131 33554432000 4194304 4964704 140733913273072 18446744073709551615 222933592985 0 0 4096 18946 18446604471136701312 0 0 -1 7 0 0 0
[pid=28645/tid=28651] ppid=28643 vsize=450360 CPUtime=1.07 cores=0-7
/proc/28645/task/28651/stat : 28651 (claspmt) R 28643 28645 27692 0 -1 4202560 2485 0 0 0 107 0 0 0 21 0 8 0 547731142 461168640 24131 33554432000 4194304 4964704 140733913273072 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=28645/tid=28652] ppid=28643 vsize=450360 CPUtime=0.01 cores=0-7
/proc/28645/task/28652/stat : 28652 (claspmt) S 28643 28645 27692 0 -1 4202560 3400 0 0 0 1 0 0 0 18 0 8 0 547731142 461168640 24131 33554432000 4194304 4964704 140733913273072 18446744073709551615 222933592985 0 0 4096 18946 18446604471136701312 0 0 -1 3 0 0 0
[pid=28645/tid=28653] ppid=28643 vsize=450360 CPUtime=0.02 cores=0-7
/proc/28645/task/28653/stat : 28653 (claspmt) S 28643 28645 27692 0 -1 4202560 3166 0 0 0 1 1 0 0 18 0 8 0 547731142 461168640 24131 33554432000 4194304 4964704 140733913273072 18446744073709551615 222933592985 0 0 4096 18946 18446604471136701312 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 450360

[startup+3.10045 s]
/proc/loadavg: 1.82 1.62 3.86 2/220 28653
/proc/meminfo: memFree=19665536/32951124 swapFree=67110188/67111528
[pid=28645] ppid=28643 vsize=450360 CPUtime=3.21 cores=0-7
/proc/28645/stat : 28645 (claspmt) S 28643 28645 27692 0 -1 4202496 34010 0 0 0 312 9 0 0 18 0 8 0 547731102 461168640 24133 33554432000 4194304 4964704 140733913273072 18446744073709551615 222933592985 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/28645/statm: 112590 24133 443 189 0 106939 0
[pid=28645/tid=28647] ppid=28643 vsize=450360 CPUtime=0 cores=0-7
/proc/28645/task/28647/stat : 28647 (claspmt) S 28643 28645 27692 0 -1 4202560 2169 0 0 0 0 0 0 0 18 0 8 0 547731142 461168640 24133 33554432000 4194304 4964704 140733913273072 18446744073709551615 222933592985 0 0 4096 18946 18446604471136701312 0 0 -1 1 0 0 0
[pid=28645/tid=28648] ppid=28643 vsize=450360 CPUtime=0.02 cores=0-7
/proc/28645/task/28648/stat : 28648 (claspmt) S 28643 28645 27692 0 -1 4202560 3247 0 0 0 1 1 0 0 18 0 8 0 547731142 461168640 24133 33554432000 4194304 4964704 140733913273072 18446744073709551615 222933592985 0 0 4096 18946 18446604471136701312 0 0 -1 6 0 0 0
[pid=28645/tid=28649] ppid=28643 vsize=450360 CPUtime=0.02 cores=0-7
/proc/28645/task/28649/stat : 28649 (claspmt) S 28643 28645 27692 0 -1 4202560 3248 0 0 0 1 1 0 0 18 0 8 0 547731142 461168640 24133 33554432000 4194304 4964704 140733913273072 18446744073709551615 222933592985 0 0 4096 18946 18446604471136701312 0 0 -1 2 0 0 0
[pid=28645/tid=28650] ppid=28643 vsize=450360 CPUtime=0 cores=0-7
/proc/28645/task/28650/stat : 28650 (claspmt) S 28643 28645 27692 0 -1 4202560 2537 0 0 0 0 0 0 0 18 0 8 0 547731142 461168640 24133 33554432000 4194304 4964704 140733913273072 18446744073709551615 222933592985 0 0 4096 18946 18446604471136701312 0 0 -1 7 0 0 0
[pid=28645/tid=28651] ppid=28643 vsize=450360 CPUtime=2.67 cores=0-7
/proc/28645/task/28651/stat : 28651 (claspmt) R 28643 28645 27692 0 -1 4202560 2487 0 0 0 267 0 0 0 25 0 8 0 547731142 461168640 24133 33554432000 4194304 4964704 140733913273072 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=28645/tid=28652] ppid=28643 vsize=450360 CPUtime=0.01 cores=0-7
/proc/28645/task/28652/stat : 28652 (claspmt) S 28643 28645 27692 0 -1 4202560 3400 0 0 0 1 0 0 0 18 0 8 0 547731142 461168640 24133 33554432000 4194304 4964704 140733913273072 18446744073709551615 222933592985 0 0 4096 18946 18446604471136701312 0 0 -1 3 0 0 0
[pid=28645/tid=28653] ppid=28643 vsize=450360 CPUtime=0.02 cores=0-7
/proc/28645/task/28653/stat : 28653 (claspmt) S 28643 28645 27692 0 -1 4202560 3166 0 0 0 1 1 0 0 18 0 8 0 547731142 461168640 24133 33554432000 4194304 4964704 140733913273072 18446744073709551615 222933592985 0 0 4096 18946 18446604471136701312 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 450360

[startup+6.30087 s]
/proc/loadavg: 1.76 1.61 3.85 2/220 28653
/proc/meminfo: memFree=19665688/32951124 swapFree=67110188/67111528
[pid=28645] ppid=28643 vsize=450360 CPUtime=6.41 cores=0-7
/proc/28645/stat : 28645 (claspmt) S 28643 28645 27692 0 -1 4202496 34016 0 0 0 632 9 0 0 18 0 8 0 547731102 461168640 24139 33554432000 4194304 4964704 140733913273072 18446744073709551615 222933592985 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/28645/statm: 112590 24139 443 189 0 106939 0
[pid=28645/tid=28647] ppid=28643 vsize=450360 CPUtime=0 cores=0-7
/proc/28645/task/28647/stat : 28647 (claspmt) S 28643 28645 27692 0 -1 4202560 2169 0 0 0 0 0 0 0 18 0 8 0 547731142 461168640 24139 33554432000 4194304 4964704 140733913273072 18446744073709551615 222933592985 0 0 4096 18946 18446604471136701312 0 0 -1 1 0 0 0
[pid=28645/tid=28648] ppid=28643 vsize=450360 CPUtime=0.02 cores=0-7
/proc/28645/task/28648/stat : 28648 (claspmt) S 28643 28645 27692 0 -1 4202560 3247 0 0 0 1 1 0 0 18 0 8 0 547731142 461168640 24139 33554432000 4194304 4964704 140733913273072 18446744073709551615 222933592985 0 0 4096 18946 18446604471136701312 0 0 -1 6 0 0 0
[pid=28645/tid=28649] ppid=28643 vsize=450360 CPUtime=0.02 cores=0-7
/proc/28645/task/28649/stat : 28649 (claspmt) S 28643 28645 27692 0 -1 4202560 3248 0 0 0 1 1 0 0 18 0 8 0 547731142 461168640 24139 33554432000 4194304 4964704 140733913273072 18446744073709551615 222933592985 0 0 4096 18946 18446604471136701312 0 0 -1 2 0 0 0
[pid=28645/tid=28650] ppid=28643 vsize=450360 CPUtime=0 cores=0-7
/proc/28645/task/28650/stat : 28650 (claspmt) S 28643 28645 27692 0 -1 4202560 2537 0 0 0 0 0 0 0 18 0 8 0 547731142 461168640 24139 33554432000 4194304 4964704 140733913273072 18446744073709551615 222933592985 0 0 4096 18946 18446604471136701312 0 0 -1 7 0 0 0
[pid=28645/tid=28651] ppid=28643 vsize=450360 CPUtime=5.87 cores=0-7
/proc/28645/task/28651/stat : 28651 (claspmt) R 28643 28645 27692 0 -1 4202560 2493 0 0 0 587 0 0 0 25 0 8 0 547731142 461168640 24139 33554432000 4194304 4964704 140733913273072 18446744073709551615 4399307 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=28645/tid=28652] ppid=28643 vsize=450360 CPUtime=0.01 cores=0-7
/proc/28645/task/28652/stat : 28652 (claspmt) S 28643 28645 27692 0 -1 4202560 3400 0 0 0 1 0 0 0 18 0 8 0 547731142 461168640 24139 33554432000 4194304 4964704 140733913273072 18446744073709551615 222933592985 0 0 4096 18946 18446604471136701312 0 0 -1 3 0 0 0
[pid=28645/tid=28653] ppid=28643 vsize=450360 CPUtime=0.02 cores=0-7
/proc/28645/task/28653/stat : 28653 (claspmt) S 28643 28645 27692 0 -1 4202560 3166 0 0 0 1 1 0 0 18 0 8 0 547731142 461168640 24139 33554432000 4194304 4964704 140733913273072 18446744073709551615 222933592985 0 0 4096 18946 18446604471136701312 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.41
Current children cumulated vsize (KiB) 450360

[startup+12.7007 s]
/proc/loadavg: 1.70 1.60 3.83 2/220 28653
/proc/meminfo: memFree=19665832/32951124 swapFree=67110188/67111528
[pid=28645] ppid=28643 vsize=450360 CPUtime=12.81 cores=0-7
/proc/28645/stat : 28645 (claspmt) S 28643 28645 27692 0 -1 4202496 34020 0 0 0 1272 9 0 0 18 0 8 0 547731102 461168640 24143 33554432000 4194304 4964704 140733913273072 18446744073709551615 222933592985 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/28645/statm: 112590 24143 443 189 0 106939 0
[pid=28645/tid=28647] ppid=28643 vsize=450360 CPUtime=0 cores=0-7
/proc/28645/task/28647/stat : 28647 (claspmt) S 28643 28645 27692 0 -1 4202560 2169 0 0 0 0 0 0 0 18 0 8 0 547731142 461168640 24143 33554432000 4194304 4964704 140733913273072 18446744073709551615 222933592985 0 0 4096 18946 18446604471136701312 0 0 -1 1 0 0 0
[pid=28645/tid=28648] ppid=28643 vsize=450360 CPUtime=0.02 cores=0-7
/proc/28645/task/28648/stat : 28648 (claspmt) S 28643 28645 27692 0 -1 4202560 3247 0 0 0 1 1 0 0 18 0 8 0 547731142 461168640 24143 33554432000 4194304 4964704 140733913273072 18446744073709551615 222933592985 0 0 4096 18946 18446604471136701312 0 0 -1 6 0 0 0
[pid=28645/tid=28649] ppid=28643 vsize=450360 CPUtime=0.02 cores=0-7
/proc/28645/task/28649/stat : 28649 (claspmt) S 28643 28645 27692 0 -1 4202560 3248 0 0 0 1 1 0 0 18 0 8 0 547731142 461168640 24143 33554432000 4194304 4964704 140733913273072 18446744073709551615 222933592985 0 0 4096 18946 18446604471136701312 0 0 -1 2 0 0 0
[pid=28645/tid=28650] ppid=28643 vsize=450360 CPUtime=0 cores=0-7
/proc/28645/task/28650/stat : 28650 (claspmt) S 28643 28645 27692 0 -1 4202560 2537 0 0 0 0 0 0 0 18 0 8 0 547731142 461168640 24143 33554432000 4194304 4964704 140733913273072 18446744073709551615 222933592985 0 0 4096 18946 18446604471136701312 0 0 -1 7 0 0 0
[pid=28645/tid=28651] ppid=28643 vsize=450360 CPUtime=12.27 cores=0-7
/proc/28645/task/28651/stat : 28651 (claspmt) R 28643 28645 27692 0 -1 4202560 2497 0 0 0 1227 0 0 0 25 0 8 0 547731142 461168640 24143 33554432000 4194304 4964704 140733913273072 18446744073709551615 4668918 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=28645/tid=28652] ppid=28643 vsize=450360 CPUtime=0.01 cores=0-7
/proc/28645/task/28652/stat : 28652 (claspmt) S 28643 28645 27692 0 -1 4202560 3400 0 0 0 1 0 0 0 18 0 8 0 547731142 461168640 24143 33554432000 4194304 4964704 140733913273072 18446744073709551615 222933592985 0 0 4096 18946 18446604471136701312 0 0 -1 3 0 0 0
[pid=28645/tid=28653] ppid=28643 vsize=450360 CPUtime=0.02 cores=0-7
/proc/28645/task/28653/stat : 28653 (claspmt) S 28643 28645 27692 0 -1 4202560 3166 0 0 0 1 1 0 0 18 0 8 0 547731142 461168640 24143 33554432000 4194304 4964704 140733913273072 18446744073709551615 222933592985 0 0 4096 18946 18446604471136701312 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.81
Current children cumulated vsize (KiB) 450360

[startup+25.5004 s]
/proc/loadavg: 1.59 1.58 3.80 2/220 28654
/proc/meminfo: memFree=19666492/32951124 swapFree=67110188/67111528
[pid=28645] ppid=28643 vsize=450360 CPUtime=25.61 cores=0-7
/proc/28645/stat : 28645 (claspmt) S 28643 28645 27692 0 -1 4202496 34023 0 0 0 2552 9 0 0 18 0 8 0 547731102 461168640 24146 33554432000 4194304 4964704 140733913273072 18446744073709551615 222933592985 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/28645/statm: 112590 24146 443 189 0 106939 0
[pid=28645/tid=28647] ppid=28643 vsize=450360 CPUtime=0 cores=0-7
/proc/28645/task/28647/stat : 28647 (claspmt) S 28643 28645 27692 0 -1 4202560 2169 0 0 0 0 0 0 0 18 0 8 0 547731142 461168640 24146 33554432000 4194304 4964704 140733913273072 18446744073709551615 222933592985 0 0 4096 18946 18446604471136701312 0 0 -1 1 0 0 0
[pid=28645/tid=28648] ppid=28643 vsize=450360 CPUtime=0.02 cores=0-7
/proc/28645/task/28648/stat : 28648 (claspmt) S 28643 28645 27692 0 -1 4202560 3247 0 0 0 1 1 0 0 18 0 8 0 547731142 461168640 24146 33554432000 4194304 4964704 140733913273072 18446744073709551615 222933592985 0 0 4096 18946 18446604471136701312 0 0 -1 6 0 0 0
[pid=28645/tid=28649] ppid=28643 vsize=450360 CPUtime=0.02 cores=0-7
/proc/28645/task/28649/stat : 28649 (claspmt) S 28643 28645 27692 0 -1 4202560 3248 0 0 0 1 1 0 0 18 0 8 0 547731142 461168640 24146 33554432000 4194304 4964704 140733913273072 18446744073709551615 222933592985 0 0 4096 18946 18446604471136701312 0 0 -1 2 0 0 0
[pid=28645/tid=28650] ppid=28643 vsize=450360 CPUtime=0 cores=0-7
/proc/28645/task/28650/stat : 28650 (claspmt) S 28643 28645 27692 0 -1 4202560 2537 0 0 0 0 0 0 0 18 0 8 0 547731142 461168640 24146 33554432000 4194304 4964704 140733913273072 18446744073709551615 222933592985 0 0 4096 18946 18446604471136701312 0 0 -1 7 0 0 0
[pid=28645/tid=28651] ppid=28643 vsize=450360 CPUtime=25.07 cores=0-7
/proc/28645/task/28651/stat : 28651 (claspmt) R 28643 28645 27692 0 -1 4202560 2500 0 0 0 2507 0 0 0 25 0 8 0 547731142 461168640 24146 33554432000 4194304 4964704 140733913273072 18446744073709551615 4668820 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=28645/tid=28652] ppid=28643 vsize=450360 CPUtime=0.01 cores=0-7
/proc/28645/task/28652/stat : 28652 (claspmt) S 28643 28645 27692 0 -1 4202560 3400 0 0 0 1 0 0 0 18 0 8 0 547731142 461168640 24146 33554432000 4194304 4964704 140733913273072 18446744073709551615 222933592985 0 0 4096 18946 18446604471136701312 0 0 -1 3 0 0 0
[pid=28645/tid=28653] ppid=28643 vsize=450360 CPUtime=0.02 cores=0-7
/proc/28645/task/28653/stat : 28653 (claspmt) S 28643 28645 27692 0 -1 4202560 3166 0 0 0 1 1 0 0 18 0 8 0 547731142 461168640 24146 33554432000 4194304 4964704 140733913273072 18446744073709551615 222933592985 0 0 4096 18946 18446604471136701312 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.61
Current children cumulated vsize (KiB) 450360

[startup+51.1006 s]
/proc/loadavg: 3.40 1.99 3.86 9/220 28654
/proc/meminfo: memFree=18953128/32951124 swapFree=67110188/67111528
[pid=28645] ppid=28643 vsize=1137732 CPUtime=193.76 cores=0-7
/proc/28645/stat : 28645 (claspmt) R 28643 28645 27692 0 -1 4202496 212254 0 0 0 19283 93 0 0 25 0 8 0 547731102 1165037568 202377 33554432000 4194304 4964704 140733913273072 18446744073709551615 4668488 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/28645/statm: 284433 202377 466 189 0 278782 0
[pid=28645/tid=28647] ppid=28643 vsize=1137732 CPUtime=20.42 cores=0-7
/proc/28645/task/28647/stat : 28647 (claspmt) R 28643 28645 27692 0 -1 4202560 17214 0 0 0 2035 7 0 0 25 0 8 0 547731142 1165037568 202377 33554432000 4194304 4964704 140733913273072 18446744073709551615 4320944 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=28645/tid=28648] ppid=28643 vsize=1137732 CPUtime=20.4 cores=0-7
/proc/28645/task/28648/stat : 28648 (claspmt) R 28643 28645 27692 0 -1 4202560 27768 0 0 0 2028 12 0 0 25 0 8 0 547731142 1165037568 202377 33554432000 4194304 4964704 140733913273072 18446744073709551615 4313818 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=28645/tid=28649] ppid=28643 vsize=1137732 CPUtime=20.39 cores=0-7
/proc/28645/task/28649/stat : 28649 (claspmt) R 28643 28645 27692 0 -1 4202560 23325 0 0 0 2028 11 0 0 25 0 8 0 547731142 1165037568 202377 33554432000 4194304 4964704 140733913273072 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=28645/tid=28650] ppid=28643 vsize=1137732 CPUtime=20.31 cores=0-7
/proc/28645/task/28650/stat : 28650 (claspmt) R 28643 28645 27692 0 -1 4202560 30055 0 0 0 2016 15 0 0 25 0 8 0 547731142 1165037568 202377 33554432000 4194304 4964704 140733913273072 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=28645/tid=28651] ppid=28643 vsize=1137732 CPUtime=50.67 cores=0-7
/proc/28645/task/28651/stat : 28651 (claspmt) R 28643 28645 27692 0 -1 4202560 2510 0 0 0 5067 0 0 0 25 0 8 0 547731142 1165037568 202377 33554432000 4194304 4964704 140733913273072 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=28645/tid=28652] ppid=28643 vsize=1137732 CPUtime=20.28 cores=0-7
/proc/28645/task/28652/stat : 28652 (claspmt) R 28643 28645 27692 0 -1 4202560 23028 0 0 0 2018 10 0 0 20 0 8 0 547731142 1165037568 202377 33554432000 4194304 4964704 140733913273072 18446744073709551615 4313807 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=28645/tid=28653] ppid=28643 vsize=1137732 CPUtime=20.4 cores=0-7
/proc/28645/task/28653/stat : 28653 (claspmt) R 28643 28645 27692 0 -1 4202560 55482 0 0 0 2018 22 0 0 25 0 8 0 547731142 1165037568 202377 33554432000 4194304 4964704 140733913273072 18446744073709551615 4313751 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 193.76

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

[pid=28645] ppid=28643 vsize=6342012 CPUtime=38005.4 cores=0-7
/proc/28645/stat : 28645 (claspmt) R 28643 28645 27692 0 -1 4202496 1545309 0 0 0 3799552 987 0 0 25 0 8 0 547731102 6494220288 1523057 33554432000 4194304 4964704 140733913273072 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/28645/statm: 1585503 1523057 466 189 0 1579852 0
[pid=28645/tid=28647] ppid=28643 vsize=6342012 CPUtime=4743.95 cores=0-7
/proc/28645/task/28647/stat : 28647 (claspmt) R 28643 28645 27692 0 -1 4202560 55074 0 0 0 474336 59 0 0 25 0 8 0 547731142 6494220288 1523057 33554432000 4194304 4964704 140733913273072 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=28645/tid=28648] ppid=28643 vsize=6342012 CPUtime=4750.45 cores=0-7
/proc/28645/task/28648/stat : 28648 (claspmt) R 28643 28645 27692 0 -1 4202560 116240 0 0 0 474965 80 0 0 25 0 8 0 547731142 6494220288 1523057 33554432000 4194304 4964704 140733913273072 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=28645/tid=28649] ppid=28643 vsize=6342012 CPUtime=4750.77 cores=0-7
/proc/28645/task/28649/stat : 28649 (claspmt) R 28643 28645 27692 0 -1 4202560 73737 0 0 0 475016 61 0 0 25 0 8 0 547731142 6494220288 1523057 33554432000 4194304 4964704 140733913273072 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=28645/tid=28650] ppid=28643 vsize=6342012 CPUtime=4737.88 cores=0-7
/proc/28645/task/28650/stat : 28650 (claspmt) R 28643 28645 27692 0 -1 4202560 188362 0 0 0 473648 140 0 0 25 0 8 0 547731142 6494220288 1523057 33554432000 4194304 4964704 140733913273072 18446744073709551615 4320848 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=28645/tid=28651] ppid=28643 vsize=6342012 CPUtime=4780.79 cores=0-7
/proc/28645/task/28651/stat : 28651 (claspmt) R 28643 28645 27692 0 -1 4202560 64094 0 0 0 478024 55 0 0 25 0 8 0 547731142 6494220288 1523057 33554432000 4194304 4964704 140733913273072 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=28645/tid=28652] ppid=28643 vsize=6342012 CPUtime=4739.01 cores=0-7
/proc/28645/task/28652/stat : 28652 (claspmt) R 28643 28645 27692 0 -1 4202560 94404 0 0 0 473822 79 0 0 25 0 8 0 547731142 6494220288 1523057 33554432000 4194304 4964704 140733913273072 18446744073709551615 4669429 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=28645/tid=28653] ppid=28643 vsize=6342012 CPUtime=4751.06 cores=0-7
/proc/28645/task/28653/stat : 28653 (claspmt) R 28643 28645 27692 0 -1 4202560 761056 0 0 0 474737 369 0 0 25 0 8 0 547731142 6494220288 1523057 33554432000 4194304 4964704 140733913273072 18446744073709551615 4670215 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38005.4
Current children cumulated vsize (KiB) 6342012

[startup+4842.3 s]
/proc/loadavg: 8.01 8.02 7.97 9/220 28794
/proc/meminfo: memFree=13657800/32951124 swapFree=67110188/67111528
[pid=28645] ppid=28643 vsize=6342012 CPUtime=38484.9 cores=0-7
/proc/28645/stat : 28645 (claspmt) R 28643 28645 27692 0 -1 4202496 1545311 0 0 0 3847507 988 0 0 25 0 8 0 547731102 6494220288 1523059 33554432000 4194304 4964704 140733913273072 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/28645/statm: 1585503 1523059 466 189 0 1579852 0
[pid=28645/tid=28647] ppid=28643 vsize=6342012 CPUtime=4803.95 cores=0-7
/proc/28645/task/28647/stat : 28647 (claspmt) R 28643 28645 27692 0 -1 4202560 55074 0 0 0 480336 59 0 0 25 0 8 0 547731142 6494220288 1523059 33554432000 4194304 4964704 140733913273072 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=28645/tid=28648] ppid=28643 vsize=6342012 CPUtime=4810.45 cores=0-7
/proc/28645/task/28648/stat : 28648 (claspmt) R 28643 28645 27692 0 -1 4202560 116240 0 0 0 480965 80 0 0 25 0 8 0 547731142 6494220288 1523059 33554432000 4194304 4964704 140733913273072 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=28645/tid=28649] ppid=28643 vsize=6342012 CPUtime=4810.75 cores=0-7
/proc/28645/task/28649/stat : 28649 (claspmt) R 28643 28645 27692 0 -1 4202560 73737 0 0 0 481013 62 0 0 25 0 8 0 547731142 6494220288 1523059 33554432000 4194304 4964704 140733913273072 18446744073709551615 4321010 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=28645/tid=28650] ppid=28643 vsize=6342012 CPUtime=4797.88 cores=0-7
/proc/28645/task/28650/stat : 28650 (claspmt) R 28643 28645 27692 0 -1 4202560 188362 0 0 0 479648 140 0 0 25 0 8 0 547731142 6494220288 1523059 33554432000 4194304 4964704 140733913273072 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=28645/tid=28651] ppid=28643 vsize=6342012 CPUtime=4840.79 cores=0-7
/proc/28645/task/28651/stat : 28651 (claspmt) R 28643 28645 27692 0 -1 4202560 64094 0 0 0 484024 55 0 0 25 0 8 0 547731142 6494220288 1523059 33554432000 4194304 4964704 140733913273072 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=28645/tid=28652] ppid=28643 vsize=6342012 CPUtime=4798.62 cores=0-7
/proc/28645/task/28652/stat : 28652 (claspmt) R 28643 28645 27692 0 -1 4202560 94404 0 0 0 479783 79 0 0 25 0 8 0 547731142 6494220288 1523059 33554432000 4194304 4964704 140733913273072 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=28645/tid=28653] ppid=28643 vsize=6342012 CPUtime=4811.04 cores=0-7
/proc/28645/task/28653/stat : 28653 (claspmt) R 28643 28645 27692 0 -1 4202560 761058 0 0 0 480735 369 0 0 25 0 8 0 547731142 6494220288 1523059 33554432000 4194304 4964704 140733913273072 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38484.9
Current children cumulated vsize (KiB) 6342012

[startup+4902.3 s]
/proc/loadavg: 8.11 8.04 7.99 9/220 28796
/proc/meminfo: memFree=13657632/32951124 swapFree=67110188/67111528
[pid=28645] ppid=28643 vsize=6342012 CPUtime=38964.6 cores=0-7
/proc/28645/stat : 28645 (claspmt) R 28643 28645 27692 0 -1 4202496 1545313 0 0 0 3895466 989 0 0 25 0 8 0 547731102 6494220288 1523061 33554432000 4194304 4964704 140733913273072 18446744073709551615 4670219 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/28645/statm: 1585503 1523061 466 189 0 1579852 0
[pid=28645/tid=28647] ppid=28643 vsize=6342012 CPUtime=4863.96 cores=0-7
/proc/28645/task/28647/stat : 28647 (claspmt) R 28643 28645 27692 0 -1 4202560 55074 0 0 0 486337 59 0 0 25 0 8 0 547731142 6494220288 1523061 33554432000 4194304 4964704 140733913273072 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=28645/tid=28648] ppid=28643 vsize=6342012 CPUtime=4870.45 cores=0-7
/proc/28645/task/28648/stat : 28648 (claspmt) R 28643 28645 27692 0 -1 4202560 116240 0 0 0 486965 80 0 0 25 0 8 0 547731142 6494220288 1523061 33554432000 4194304 4964704 140733913273072 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=28645/tid=28649] ppid=28643 vsize=6342012 CPUtime=4870.75 cores=0-7
/proc/28645/task/28649/stat : 28649 (claspmt) R 28643 28645 27692 0 -1 4202560 73737 0 0 0 487013 62 0 0 25 0 8 0 547731142 6494220288 1523061 33554432000 4194304 4964704 140733913273072 18446744073709551615 4670215 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=28645/tid=28650] ppid=28643 vsize=6342012 CPUtime=4857.88 cores=0-7
/proc/28645/task/28650/stat : 28650 (claspmt) R 28643 28645 27692 0 -1 4202560 188362 0 0 0 485648 140 0 0 25 0 8 0 547731142 6494220288 1523061 33554432000 4194304 4964704 140733913273072 18446744073709551615 4320955 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=28645/tid=28651] ppid=28643 vsize=6342012 CPUtime=4900.78 cores=0-7
/proc/28645/task/28651/stat : 28651 (claspmt) R 28643 28645 27692 0 -1 4202560 64094 0 0 0 490023 55 0 0 25 0 8 0 547731142 6494220288 1523061 33554432000 4194304 4964704 140733913273072 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=28645/tid=28652] ppid=28643 vsize=6342012 CPUtime=4858.25 cores=0-7
/proc/28645/task/28652/stat : 28652 (claspmt) R 28643 28645 27692 0 -1 4202560 94404 0 0 0 485746 79 0 0 25 0 8 0 547731142 6494220288 1523061 33554432000 4194304 4964704 140733913273072 18446744073709551615 4670248 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=28645/tid=28653] ppid=28643 vsize=6342012 CPUtime=4871.02 cores=0-7
/proc/28645/task/28653/stat : 28653 (claspmt) R 28643 28645 27692 0 -1 4202560 761060 0 0 0 486733 369 0 0 25 0 8 0 547731142 6494220288 1523061 33554432000 4194304 4964704 140733913273072 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38964.6
Current children cumulated vsize (KiB) 6342012

[startup+4962.3 s]
/proc/loadavg: 8.11 8.05 7.99 9/220 28797
/proc/meminfo: memFree=13657728/32951124 swapFree=67110188/67111528
[pid=28645] ppid=28643 vsize=6342012 CPUtime=39444.1 cores=0-7
/proc/28645/stat : 28645 (claspmt) R 28643 28645 27692 0 -1 4202496 1545314 0 0 0 3943419 989 0 0 25 0 8 0 547731102 6494220288 1523062 33554432000 4194304 4964704 140733913273072 18446744073709551615 4652078 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/28645/statm: 1585503 1523062 466 189 0 1579852 0
[pid=28645/tid=28647] ppid=28643 vsize=6342012 CPUtime=4923.96 cores=0-7
/proc/28645/task/28647/stat : 28647 (claspmt) R 28643 28645 27692 0 -1 4202560 55074 0 0 0 492337 59 0 0 25 0 8 0 547731142 6494220288 1523062 33554432000 4194304 4964704 140733913273072 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=28645/tid=28648] ppid=28643 vsize=6342012 CPUtime=4930.45 cores=0-7
/proc/28645/task/28648/stat : 28648 (claspmt) R 28643 28645 27692 0 -1 4202560 116240 0 0 0 492965 80 0 0 25 0 8 0 547731142 6494220288 1523062 33554432000 4194304 4964704 140733913273072 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=28645/tid=28649] ppid=28643 vsize=6342012 CPUtime=4930.75 cores=0-7
/proc/28645/task/28649/stat : 28649 (claspmt) R 28643 28645 27692 0 -1 4202560 73737 0 0 0 493013 62 0 0 25 0 8 0 547731142 6494220288 1523062 33554432000 4194304 4964704 140733913273072 18446744073709551615 4363459 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=28645/tid=28650] ppid=28643 vsize=6342012 CPUtime=4917.83 cores=0-7
/proc/28645/task/28650/stat : 28650 (claspmt) R 28643 28645 27692 0 -1 4202560 188362 0 0 0 491643 140 0 0 25 0 8 0 547731142 6494220288 1523062 33554432000 4194304 4964704 140733913273072 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=28645/tid=28651] ppid=28643 vsize=6342012 CPUtime=4960.77 cores=0-7
/proc/28645/task/28651/stat : 28651 (claspmt) R 28643 28645 27692 0 -1 4202560 64094 0 0 0 496022 55 0 0 25 0 8 0 547731142 6494220288 1523062 33554432000 4194304 4964704 140733913273072 18446744073709551615 4627365 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=28645/tid=28652] ppid=28643 vsize=6342012 CPUtime=4917.85 cores=0-7
/proc/28645/task/28652/stat : 28652 (claspmt) R 28643 28645 27692 0 -1 4202560 94404 0 0 0 491706 79 0 0 25 0 8 0 547731142 6494220288 1523062 33554432000 4194304 4964704 140733913273072 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=28645/tid=28653] ppid=28643 vsize=6342012 CPUtime=4931.01 cores=0-7
/proc/28645/task/28653/stat : 28653 (claspmt) R 28643 28645 27692 0 -1 4202560 761061 0 0 0 492732 369 0 0 25 0 8 0 547731142 6494220288 1523062 33554432000 4194304 4964704 140733913273072 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39444.1
Current children cumulated vsize (KiB) 6342012

[startup+5022.3 s]
/proc/loadavg: 8.11 8.05 8.00 9/220 28799
/proc/meminfo: memFree=13657584/32951124 swapFree=67110188/67111528
[pid=28645] ppid=28643 vsize=6342012 CPUtime=39923.7 cores=0-7
/proc/28645/stat : 28645 (claspmt) R 28643 28645 27692 0 -1 4202496 1545317 0 0 0 3991377 990 0 0 25 0 8 0 547731102 6494220288 1523065 33554432000 4194304 4964704 140733913273072 18446744073709551615 4362287 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/28645/statm: 1585503 1523065 466 189 0 1579852 0
[pid=28645/tid=28647] ppid=28643 vsize=6342012 CPUtime=4983.96 cores=0-7
/proc/28645/task/28647/stat : 28647 (claspmt) R 28643 28645 27692 0 -1 4202560 55074 0 0 0 498337 59 0 0 25 0 8 0 547731142 6494220288 1523065 33554432000 4194304 4964704 140733913273072 18446744073709551615 4670248 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=28645/tid=28648] ppid=28643 vsize=6342012 CPUtime=4990.45 cores=0-7
/proc/28645/task/28648/stat : 28648 (claspmt) R 28643 28645 27692 0 -1 4202560 116243 0 0 0 498965 80 0 0 25 0 8 0 547731142 6494220288 1523065 33554432000 4194304 4964704 140733913273072 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=28645/tid=28649] ppid=28643 vsize=6342012 CPUtime=4990.73 cores=0-7
/proc/28645/task/28649/stat : 28649 (claspmt) R 28643 28645 27692 0 -1 4202560 73737 0 0 0 499011 62 0 0 25 0 8 0 547731142 6494220288 1523065 33554432000 4194304 4964704 140733913273072 18446744073709551615 4653475 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=28645/tid=28650] ppid=28643 vsize=6342012 CPUtime=4977.83 cores=0-7
/proc/28645/task/28650/stat : 28650 (claspmt) R 28643 28645 27692 0 -1 4202560 188362 0 0 0 497643 140 0 0 25 0 8 0 547731142 6494220288 1523065 33554432000 4194304 4964704 140733913273072 18446744073709551615 4670193 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=28645/tid=28651] ppid=28643 vsize=6342012 CPUtime=5020.77 cores=0-7
/proc/28645/task/28651/stat : 28651 (claspmt) R 28643 28645 27692 0 -1 4202560 64094 0 0 0 502022 55 0 0 25 0 8 0 547731142 6494220288 1523065 33554432000 4194304 4964704 140733913273072 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=28645/tid=28652] ppid=28643 vsize=6342012 CPUtime=4977.47 cores=0-7
/proc/28645/task/28652/stat : 28652 (claspmt) R 28643 28645 27692 0 -1 4202560 94404 0 0 0 497668 79 0 0 25 0 8 0 547731142 6494220288 1523065 33554432000 4194304 4964704 140733913273072 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=28645/tid=28653] ppid=28643 vsize=6342012 CPUtime=4991.01 cores=0-7
/proc/28645/task/28653/stat : 28653 (claspmt) R 28643 28645 27692 0 -1 4202560 761061 0 0 0 498732 369 0 0 25 0 8 0 547731142 6494220288 1523065 33554432000 4194304 4964704 140733913273072 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39923.7
Current children cumulated vsize (KiB) 6342012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5031.9 s]
/proc/loadavg: 8.09 8.05 8.00 9/220 28799
/proc/meminfo: memFree=13657580/32951124 swapFree=67110188/67111528
[pid=28645] ppid=28643 vsize=6342012 CPUtime=40000.5 cores=0-7
/proc/28645/stat : 28645 (claspmt) R 28643 28645 27692 0 -1 4202496 1545317 0 0 0 3999056 990 0 0 25 0 8 0 547731102 6494220288 1523065 33554432000 4194304 4964704 140733913273072 18446744073709551615 4670281 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/28645/statm: 1585503 1523065 466 189 0 1579852 0
[pid=28645/tid=28647] ppid=28643 vsize=6342012 CPUtime=4993.57 cores=0-7
/proc/28645/task/28647/stat : 28647 (claspmt) R 28643 28645 27692 0 -1 4202560 55074 0 0 0 499298 59 0 0 25 0 8 0 547731142 6494220288 1523065 33554432000 4194304 4964704 140733913273072 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=28645/tid=28648] ppid=28643 vsize=6342012 CPUtime=5000.06 cores=0-7
/proc/28645/task/28648/stat : 28648 (claspmt) R 28643 28645 27692 0 -1 4202560 116243 0 0 0 499926 80 0 0 25 0 8 0 547731142 6494220288 1523065 33554432000 4194304 4964704 140733913273072 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=28645/tid=28649] ppid=28643 vsize=6342012 CPUtime=5000.34 cores=0-7
/proc/28645/task/28649/stat : 28649 (claspmt) R 28643 28645 27692 0 -1 4202560 73737 0 0 0 499972 62 0 0 25 0 8 0 547731142 6494220288 1523065 33554432000 4194304 4964704 140733913273072 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=28645/tid=28650] ppid=28643 vsize=6342012 CPUtime=4987.44 cores=0-7
/proc/28645/task/28650/stat : 28650 (claspmt) R 28643 28645 27692 0 -1 4202560 188362 0 0 0 498604 140 0 0 25 0 8 0 547731142 6494220288 1523065 33554432000 4194304 4964704 140733913273072 18446744073709551615 4670360 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=28645/tid=28651] ppid=28643 vsize=6342012 CPUtime=5030.38 cores=0-7
/proc/28645/task/28651/stat : 28651 (claspmt) R 28643 28645 27692 0 -1 4202560 64094 0 0 0 502983 55 0 0 25 0 8 0 547731142 6494220288 1523065 33554432000 4194304 4964704 140733913273072 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=28645/tid=28652] ppid=28643 vsize=6342012 CPUtime=4987.01 cores=0-7
/proc/28645/task/28652/stat : 28652 (claspmt) R 28643 28645 27692 0 -1 4202560 94404 0 0 0 498622 79 0 0 25 0 8 0 547731142 6494220288 1523065 33554432000 4194304 4964704 140733913273072 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=28645/tid=28653] ppid=28643 vsize=6342012 CPUtime=5000.61 cores=0-7
/proc/28645/task/28653/stat : 28653 (claspmt) R 28643 28645 27692 0 -1 4202560 761061 0 0 0 499692 369 0 0 25 0 8 0 547731142 6494220288 1523065 33554432000 4194304 4964704 140733913273072 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 40000.5
Current children cumulated vsize (KiB) 6342012

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

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

[startup+5032.6 s]
/proc/loadavg: 8.09 8.05 8.00 2/214 28800
/proc/meminfo: memFree=13712560/32951124 swapFree=67110188/67111528
[pid=28645] ppid=28643 vsize=6292276 CPUtime=40001.2 cores=0-7
/proc/28645/stat : 28645 (claspmt) R 28643 28645 27692 0 -1 4202496 1545327 0 0 0 3999129 991 0 0 25 0 1 0 547731102 6443290624 1506677 33554432000 4194304 4964704 140733913273072 18446744073709551615 4646575 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/28645/statm: 1573069 1506677 476 189 0 1567418 0
Current children cumulated CPU time (s) 40001.2
Current children cumulated vsize (KiB) 6292276

[startup+5032.8 s]
/proc/loadavg: 8.09 8.05 8.00 2/214 28800
/proc/meminfo: memFree=13712560/32951124 swapFree=67110188/67111528
[pid=28645] ppid=28643 vsize=3595352 CPUtime=40001.4 cores=0-7
/proc/28645/stat : 28645 (claspmt) R 28643 28645 27692 0 -1 4202496 1545327 0 0 0 3999139 1001 0 0 25 0 1 0 547731102 3681640448 843256 33554432000 4194304 4964704 140733913273072 18446744073709551615 222921820519 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/28645/statm: 898838 843256 476 189 0 893187 0
Current children cumulated CPU time (s) 40001.4
Current children cumulated vsize (KiB) 3595352

[startup+5032.9 s]
/proc/loadavg: 8.09 8.05 8.00 2/214 28800
/proc/meminfo: memFree=13712560/32951124 swapFree=67110188/67111528
[pid=28645] ppid=28643 vsize=0 CPUtime=40001.5 cores=0-7
/proc/28645/stat : 28645 (claspmt) R 28643 28645 27692 0 -1 4202500 1545328 0 0 0 3999139 1011 0 0 25 0 1 0 547731102 0 0 33554432000 0 0 0 0 0 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/28645/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 40001.5
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 5032.93
CPU time (s): 40001.5
CPU user time (s): 39991.4
CPU system time (s): 10.1395
CPU usage (%): 794.796
Max. virtual memory (cumulated for all children) (KiB): 6342012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39991.4
system time used= 10.1395
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1545328
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= 115311
involuntary context switches= 191635

runsolver used 8.5227 second user time and 23.4994 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-02 20:35:04
IDJOB=3321580
IDBENCH=82381
IDSOLVER=1711
FILE ID=node109/3321580-1304361303
RUNJOBID= node109-1304348815-27706
PBS_JOBID= 13178669
Free space on /tmp= 73240 MiB

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

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

MD5SUM BENCH= 3c5c73741ba21d5f39c7f436ba834743
RANDOM SEED=1369791071

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19761804 kB
Buffers:        859664 kB
Cached:        2801616 kB
SwapCached:        712 kB
Active:        9489016 kB
Inactive:      3282632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19761804 kB
SwapTotal:    67111528 kB
SwapFree:     67110188 kB
Dirty:            8980 kB
Writeback:           0 kB
AnonPages:     9109476 kB
Mapped:          19308 kB
Slab:           333000 kB
PageTables:      24804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10309820 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= 73240 MiB
End job on node109 at 2011-05-02 21:58:57