Trace number 3458679

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2.3.0? (TO) 1800.13 1798.1

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=180-sizeP=91-sizeQ=180-780825197-max.opb
MD5SUMd31ef469fa2ed9fa9c3063355dbaf7b5
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables16651
Total number of constraints49141
Number of constraints which are clauses49140
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint16380
Number of terms in the objective function 91
Biggest coefficient in the objective function 1237940039285380274899124224
Number of bits for the biggest coefficient in the objective function 91
Sum of the numbers in the objective function 2475880078570760549798248447
Number of bits of the sum of numbers in the objective function 91
Biggest number in a constraint 948568795032094272909893509191171341133987714380927500611236528192824358010355712
Number of bits of the biggest number in a constraint 270
Biggest sum of numbers in a constraint 3794275180128377091639574036150438611441468153567802156940920507153788002840397422
Number of bits of the biggest sum of numbers271
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		12995394264
0.00/0.09	c Max memory 		13063553024
0.00/0.09	c Total memory 		13063553024
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3458679-1307154981.opb
0.10/0.11	c reading problem ... 
1.21/0.71	c ... done. Wall clock time 0.603s.
1.21/0.71	c #vars     16651
1.21/0.71	c #constraints  53237
1.21/0.71	c constraints type 
1.21/0.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16380
1.21/0.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 32760
1.21/0.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
270.67/269.76	c cleaning 2497 clauses out of 5000 with flag 5000/5000
404.17/402.78	c cleaning 4380 clauses out of 8761 with flag 11258/11258
710.83/709.22	c cleaning 5562 clauses out of 11123 with flag 18000/18000
1051.56/1049.87	c cleaning 6774 clauses out of 13561 with flag 26000/26000
1707.01/1705.11	c cleaning 7886 clauses out of 15787 with flag 35000/35000
1800.02/1798.02	c starts		: 62
1800.02/1798.02	c conflicts		: 37250
1800.02/1798.02	c decisions		: 297234
1800.02/1798.02	c propagations		: 13538677
1800.02/1798.02	c inspects		: 209040961
1800.02/1798.02	c shortcuts		: 0
1800.02/1798.02	c learnt literals	: 0
1800.02/1798.02	c learnt binary clauses	: 40
1800.02/1798.02	c learnt ternary clauses	: 149
1800.02/1798.02	c learnt constraints	: 37249
1800.02/1798.02	c ignored constraints	: 0
1800.02/1798.02	c root simplifications	: 0
1800.02/1798.02	c removed literals (reason simplification)	: 103828895
1800.02/1798.02	c reason swapping (by a shorter reason)	: 0
1800.02/1798.02	c Calls to reduceDB	: 5
1800.02/1798.02	c number of reductions to clauses (during analyze)	: 0
1800.02/1798.02	c number of learned constraints concerned by reduction	: 0
1800.02/1798.02	c number of learning phase by resolution	: 0
1800.02/1798.02	c number of learning phase by cutting planes	: 0
1800.02/1798.02	c speed (assignments/second)	: 7532.757063762618
1800.02/1798.02	c non guided choices	79
1800.02/1798.03	c learnt constraints type 
1800.02/1798.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 40
1800.02/1798.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10111
1800.02/1798.03	c constraints type 
1800.02/1798.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16380
1800.02/1798.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 32760
1800.02/1798.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.02/1798.03	s UNKNOWN
1800.02/1798.03	c Total wall clock time (in seconds): 1797.916

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3458679-1307154981/watcher-3458679-1307154981 -o /tmp/evaluation-result-3458679-1307154981/solver-3458679-1307154981 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458679-1307154981.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.04 2.01 3/471 22471
/proc/meminfo: memFree=31640616/32951124 swapFree=55639044/67111528
[pid=22471] ppid=22469 vsize=13508980 CPUtime=0 cores=1,3,5,7
/proc/22471/stat : 22471 (java) S 22469 22471 19250 0 -1 4202496 3263 0 1 0 0 0 0 0 25 0 2 0 827096048 13833195520 2965 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562340325 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/22471/statm: 3377245 2979 906 9 0 3368401 0
[pid=22471/tid=22472] ppid=22469 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22472/stat : 22472 (java) R 22469 22471 19250 0 -1 4202560 5560 0 1 0 0 0 0 0 25 0 2 0 827096049 13850947584 6376 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271550231611 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.022091 s]
/proc/loadavg: 2.00 2.04 2.01 3/471 22471
/proc/meminfo: memFree=31640616/32951124 swapFree=55639044/67111528
[pid=22471] ppid=22469 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/22471/stat : 22471 (java) S 22469 22471 19250 0 -1 4202496 10131 0 1 0 0 0 0 0 25 0 2 0 827096048 13850947584 9833 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562340325 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/22471/statm: 3381579 9851 917 9 0 3372735 0
[pid=22471/tid=22472] ppid=22469 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22472/stat : 22472 (java) R 22469 22471 19250 0 -1 4202560 9048 0 1 0 0 0 0 0 25 0 2 0 827096049 13850947584 9864 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271550231611 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13526316

[startup+0.101073 s]
/proc/loadavg: 2.00 2.04 2.01 3/471 22471
/proc/meminfo: memFree=31640616/32951124 swapFree=55639044/67111528
[pid=22471] ppid=22469 vsize=13556264 CPUtime=0.1 cores=1,3,5,7
/proc/22471/stat : 22471 (java) S 22469 22471 19250 0 -1 4202496 15365 0 1 0 9 1 0 0 25 0 18 0 827096048 13881614336 15062 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22471/statm: 3389066 15062 2093 9 0 3379800 0
[pid=22471/tid=22472] ppid=22469 vsize=13556264 CPUtime=0.08 cores=1,3,5,7
/proc/22471/task/22472/stat : 22472 (java) R 22469 22471 19250 0 -1 4202560 13585 0 1 0 7 1 0 0 25 0 18 0 827096049 13881614336 15062 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 46912496218544 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13556264

[startup+0.301003 s]
/proc/loadavg: 2.00 2.04 2.01 3/471 22471
/proc/meminfo: memFree=31640616/32951124 swapFree=55639044/67111528
[pid=22471] ppid=22469 vsize=13625060 CPUtime=0.5 cores=1,3,5,7
/proc/22471/stat : 22471 (java) S 22469 22471 19250 0 -1 4202496 18392 0 1 0 48 2 0 0 25 0 18 0 827096048 13952061440 17925 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22471/statm: 3406265 17932 2202 9 0 3396999 0
[pid=22471/tid=22472] ppid=22469 vsize=13625060 CPUtime=0.28 cores=1,3,5,7
/proc/22471/task/22472/stat : 22472 (java) R 22469 22471 19250 0 -1 4202560 15583 0 1 0 27 1 0 0 25 0 18 0 827096049 13952061440 17939 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 46912505541022 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 13625060

[startup+0.700931 s]
/proc/loadavg: 2.00 2.04 2.01 3/471 22471
/proc/meminfo: memFree=31640616/32951124 swapFree=55639044/67111528
[pid=22471] ppid=22469 vsize=13628420 CPUtime=1.21 cores=1,3,5,7
/proc/22471/stat : 22471 (java) S 22469 22471 19250 0 -1 4202496 46489 0 1 0 115 6 0 0 25 0 18 0 827096048 13955502080 44102 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22471/statm: 3407105 44102 2225 9 0 3397839 0
[pid=22471/tid=22472] ppid=22469 vsize=13628420 CPUtime=0.68 cores=1,3,5,7
/proc/22471/task/22472/stat : 22472 (java) R 22469 22471 19250 0 -1 4202560 40061 0 1 0 63 5 0 0 25 0 18 0 827096049 13955502080 44102 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 46912505197511 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 13628420

[startup+1.50082 s]
/proc/loadavg: 2.00 2.04 2.01 3/490 22490
/proc/meminfo: memFree=31467368/32951124 swapFree=55639044/67111528
[pid=22471] ppid=22469 vsize=13629448 CPUtime=2.31 cores=1,3,5,7
/proc/22471/stat : 22471 (java) S 22469 22471 19250 0 -1 4202496 48630 0 1 0 225 6 0 0 25 0 19 0 827096048 13956554752 45474 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22471/statm: 3407362 45474 2237 9 0 3398096 0
[pid=22471/tid=22472] ppid=22469 vsize=13629448 CPUtime=1.48 cores=1,3,5,7
/proc/22471/task/22472/stat : 22472 (java) R 22469 22471 19250 0 -1 4202560 41366 0 1 0 143 5 0 0 25 0 19 0 827096049 13956554752 45474 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 46912505839309 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22471/tid=22474] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22474/stat : 22474 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827096051 13956554752 45474 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22475] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22475/stat : 22475 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827096051 13956554752 45474 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22476] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22476/stat : 22476 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827096051 13956554752 45474 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22477] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22477/stat : 22477 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827096051 13956554752 45474 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22478] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22478/stat : 22478 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827096051 13956554752 45474 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22479] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22479/stat : 22479 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827096051 13956554752 45474 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22480] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22480/stat : 22480 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827096051 13956554752 45474 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22481] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22481/stat : 22481 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827096051 13956554752 45474 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22482] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22482/stat : 22482 (java) S 22469 22471 19250 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 827096052 13956554752 45474 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562354176 0 0 0 16800975 18446604471136590592 0 0 -1 3 0 0 0
[pid=22471/tid=22483] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22483/stat : 22483 (java) S 22469 22471 19250 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 827096052 13956554752 45474 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 3 0 0 0
[pid=22471/tid=22484] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22484/stat : 22484 (java) S 22469 22471 19250 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827096052 13956554752 45474 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 3 0 0 0
[pid=22471/tid=22485] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22485/stat : 22485 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827096055 13956554752 45474 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562361265 0 4 0 16800975 18446604471136590592 0 0 -1 3 0 0 0
[pid=22471/tid=22486] ppid=22469 vsize=13629448 CPUtime=0.38 cores=1,3,5,7
/proc/22471/task/22486/stat : 22486 (java) S 22469 22471 19250 0 -1 4202560 2181 0 0 0 38 0 0 0 19 0 19 0 827096055 13956554752 45474 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 5 0 0 0
[pid=22471/tid=22487] ppid=22469 vsize=13629448 CPUtime=0.42 cores=1,3,5,7
/proc/22471/task/22487/stat : 22487 (java) S 22469 22471 19250 0 -1 4202560 3923 0 0 0 42 0 0 0 20 0 19 0 827096055 13956554752 45474 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22488] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22488/stat : 22488 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827096055 13956554752 45474 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 3 0 0 0
[pid=22471/tid=22489] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22489/stat : 22489 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827096055 13956554752 45474 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562354176 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22490] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22490/stat : 22490 (java) S 22469 22471 19250 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827096122 13956554752 45474 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562354176 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 13629448

[startup+3.10153 s]
/proc/loadavg: 2.00 2.04 2.01 3/490 22490
/proc/meminfo: memFree=31463524/32951124 swapFree=55639044/67111528
[pid=22471] ppid=22469 vsize=13629448 CPUtime=3.93 cores=1,3,5,7
/proc/22471/stat : 22471 (java) S 22469 22471 19250 0 -1 4202496 49550 0 1 0 387 6 0 0 25 0 19 0 827096048 13956554752 46393 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22471/statm: 3407362 46393 2237 9 0 3398096 0
[pid=22471/tid=22472] ppid=22469 vsize=13629448 CPUtime=3.08 cores=1,3,5,7
/proc/22471/task/22472/stat : 22472 (java) R 22469 22471 19250 0 -1 4202560 42283 0 1 0 303 5 0 0 25 0 19 0 827096049 13956554752 46393 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 46912505867422 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22471/tid=22474] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22474/stat : 22474 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827096051 13956554752 46393 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22475] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22475/stat : 22475 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827096051 13956554752 46393 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22476] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22476/stat : 22476 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827096051 13956554752 46394 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22477] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22477/stat : 22477 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827096051 13956554752 46394 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22478] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22478/stat : 22478 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827096051 13956554752 46394 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22479] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22479/stat : 22479 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827096051 13956554752 46394 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22480] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22480/stat : 22480 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827096051 13956554752 46394 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22481] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22481/stat : 22481 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827096051 13956554752 46394 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22482] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22482/stat : 22482 (java) S 22469 22471 19250 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 827096052 13956554752 46394 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562354176 0 0 0 16800975 18446604471136590592 0 0 -1 3 0 0 0
[pid=22471/tid=22483] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22483/stat : 22483 (java) S 22469 22471 19250 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 827096052 13956554752 46394 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 3 0 0 0
[pid=22471/tid=22484] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22484/stat : 22484 (java) S 22469 22471 19250 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827096052 13956554752 46394 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 3 0 0 0
[pid=22471/tid=22485] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22485/stat : 22485 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827096055 13956554752 46395 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562361265 0 4 0 16800975 18446604471136590592 0 0 -1 3 0 0 0
[pid=22471/tid=22486] ppid=22469 vsize=13629448 CPUtime=0.38 cores=1,3,5,7
/proc/22471/task/22486/stat : 22486 (java) S 22469 22471 19250 0 -1 4202560 2182 0 0 0 38 0 0 0 16 0 19 0 827096055 13956554752 46395 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 5 0 0 0
[pid=22471/tid=22487] ppid=22469 vsize=13629448 CPUtime=0.44 cores=1,3,5,7
/proc/22471/task/22487/stat : 22487 (java) S 22469 22471 19250 0 -1 4202560 3924 0 0 0 44 0 0 0 15 0 19 0 827096055 13956554752 46395 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22488] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22488/stat : 22488 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827096055 13956554752 46395 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 3 0 0 0
[pid=22471/tid=22489] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22489/stat : 22489 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827096055 13956554752 46395 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562354176 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22490] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22490/stat : 22490 (java) S 22469 22471 19250 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827096122 13956554752 46395 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562354176 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 13629448

[startup+6.30095 s]
/proc/loadavg: 2.00 2.04 2.01 3/490 22490
/proc/meminfo: memFree=31453488/32951124 swapFree=55639044/67111528
[pid=22471] ppid=22469 vsize=13629448 CPUtime=7.14 cores=1,3,5,7
/proc/22471/stat : 22471 (java) S 22469 22471 19250 0 -1 4202496 52251 0 1 0 707 7 0 0 25 0 19 0 827096048 13956554752 49077 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22471/statm: 3407362 49077 2237 9 0 3398096 0
[pid=22471/tid=22472] ppid=22469 vsize=13629448 CPUtime=6.28 cores=1,3,5,7
/proc/22471/task/22472/stat : 22472 (java) R 22469 22471 19250 0 -1 4202560 44980 0 1 0 623 5 0 0 25 0 19 0 827096049 13956554752 49077 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 46912505762163 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22471/tid=22474] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22474/stat : 22474 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827096051 13956554752 49077 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22475] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22475/stat : 22475 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827096051 13956554752 49077 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22476] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22476/stat : 22476 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827096051 13956554752 49077 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22477] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22477/stat : 22477 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827096051 13956554752 49077 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22478] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22478/stat : 22478 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827096051 13956554752 49077 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22479] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22479/stat : 22479 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827096051 13956554752 49077 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22480] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22480/stat : 22480 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827096051 13956554752 49077 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22481] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22481/stat : 22481 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827096051 13956554752 49077 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22482] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22482/stat : 22482 (java) S 22469 22471 19250 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 827096052 13956554752 49077 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562354176 0 0 0 16800975 18446604471136590592 0 0 -1 3 0 0 0
[pid=22471/tid=22483] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22483/stat : 22483 (java) S 22469 22471 19250 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 827096052 13956554752 49077 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 3 0 0 0
[pid=22471/tid=22484] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22484/stat : 22484 (java) S 22469 22471 19250 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827096052 13956554752 49077 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 3 0 0 0
[pid=22471/tid=22485] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22485/stat : 22485 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827096055 13956554752 49077 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562361265 0 4 0 16800975 18446604471136590592 0 0 -1 3 0 0 0
[pid=22471/tid=22486] ppid=22469 vsize=13629448 CPUtime=0.38 cores=1,3,5,7
/proc/22471/task/22486/stat : 22486 (java) S 22469 22471 19250 0 -1 4202560 2182 0 0 0 38 0 0 0 16 0 19 0 827096055 13956554752 49077 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 5 0 0 0
[pid=22471/tid=22487] ppid=22469 vsize=13629448 CPUtime=0.45 cores=1,3,5,7
/proc/22471/task/22487/stat : 22487 (java) S 22469 22471 19250 0 -1 4202560 3928 0 0 0 45 0 0 0 15 0 19 0 827096055 13956554752 49077 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0

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

[pid=22471/tid=22479] ppid=22469 vsize=13629448 CPUtime=0.06 cores=1,3,5,7
/proc/22471/task/22479/stat : 22479 (java) S 22469 22471 19250 0 -1 4202560 13120 0 0 0 4 2 0 0 15 0 19 0 827096051 13956554752 437162 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22480] ppid=22469 vsize=13629448 CPUtime=0.1 cores=1,3,5,7
/proc/22471/task/22480/stat : 22480 (java) S 22469 22471 19250 0 -1 4202560 22769 0 0 0 8 2 0 0 16 0 19 0 827096051 13956554752 437162 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22481] ppid=22469 vsize=13629448 CPUtime=0.04 cores=1,3,5,7
/proc/22471/task/22481/stat : 22481 (java) S 22469 22471 19250 0 -1 4202560 9789 0 0 0 3 1 0 0 15 0 19 0 827096051 13956554752 437162 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 1 0 0 0
[pid=22471/tid=22482] ppid=22469 vsize=13629448 CPUtime=0.25 cores=1,3,5,7
/proc/22471/task/22482/stat : 22482 (java) S 22469 22471 19250 0 -1 4202560 33517 0 0 0 22 3 0 0 15 0 19 0 827096052 13956554752 437162 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562354176 0 0 0 16800975 18446604471136590592 0 0 -1 3 0 0 0
[pid=22471/tid=22483] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22483/stat : 22483 (java) S 22469 22471 19250 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827096052 13956554752 437162 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 3 0 0 0
[pid=22471/tid=22484] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22484/stat : 22484 (java) S 22469 22471 19250 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 827096052 13956554752 437162 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 3 0 0 0
[pid=22471/tid=22485] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22485/stat : 22485 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827096055 13956554752 437162 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562361265 0 4 0 16800975 18446604471136590592 0 0 -1 3 0 0 0
[pid=22471/tid=22486] ppid=22469 vsize=13629448 CPUtime=0.54 cores=1,3,5,7
/proc/22471/task/22486/stat : 22486 (java) S 22469 22471 19250 0 -1 4202560 2233 0 0 0 54 0 0 0 15 0 19 0 827096055 13956554752 437162 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 5 0 0 0
[pid=22471/tid=22487] ppid=22469 vsize=13629448 CPUtime=0.93 cores=1,3,5,7
/proc/22471/task/22487/stat : 22487 (java) S 22469 22471 19250 0 -1 4202560 11867 0 0 0 92 1 0 0 15 0 19 0 827096055 13956554752 437162 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22488] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22488/stat : 22488 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827096055 13956554752 437162 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 3 0 0 0
[pid=22471/tid=22489] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22489/stat : 22489 (java) S 22469 22471 19250 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 827096055 13956554752 437162 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562354176 0 4 0 16800975 18446604471136590592 0 0 -1 1 0 0 0
[pid=22471/tid=22490] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22490/stat : 22490 (java) S 22469 22471 19250 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827096122 13956554752 437162 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562354176 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1664.21
Current children cumulated vsize (KiB) 13629448

[startup+1722.3 s]
/proc/loadavg: 1.14 1.19 1.55 2/466 22567
/proc/meminfo: memFree=30097444/32951124 swapFree=55639044/67111528
[pid=22471] ppid=22469 vsize=13629448 CPUtime=1724.31 cores=1,3,5,7
/proc/22471/stat : 22471 (java) S 22469 22471 19250 0 -1 4202496 451015 0 1 0 172373 58 0 0 25 0 19 0 827096048 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22471/statm: 3407362 441616 2265 9 0 3398096 0
[pid=22471/tid=22472] ppid=22469 vsize=13629448 CPUtime=1721.82 cores=1,3,5,7
/proc/22471/task/22472/stat : 22472 (java) R 22469 22471 19250 0 -1 4202560 292211 0 1 0 172147 35 0 0 25 0 19 0 827096049 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 46912505902107 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22471/tid=22474] ppid=22469 vsize=13629448 CPUtime=0.12 cores=1,3,5,7
/proc/22471/task/22474/stat : 22474 (java) S 22469 22471 19250 0 -1 4202560 24654 0 0 0 8 4 0 0 16 0 19 0 827096051 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 5 0 0 0
[pid=22471/tid=22475] ppid=22469 vsize=13629448 CPUtime=0.08 cores=1,3,5,7
/proc/22471/task/22475/stat : 22475 (java) S 22469 22471 19250 0 -1 4202560 13694 0 0 0 6 2 0 0 15 0 19 0 827096051 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22476] ppid=22469 vsize=13629448 CPUtime=0.07 cores=1,3,5,7
/proc/22471/task/22476/stat : 22476 (java) S 22469 22471 19250 0 -1 4202560 11634 0 0 0 6 1 0 0 16 0 19 0 827096051 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 1 0 0 0
[pid=22471/tid=22477] ppid=22469 vsize=13629448 CPUtime=0.03 cores=1,3,5,7
/proc/22471/task/22477/stat : 22477 (java) S 22469 22471 19250 0 -1 4202560 8 0 0 0 3 0 0 0 16 0 19 0 827096051 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22478] ppid=22469 vsize=13629448 CPUtime=0.06 cores=1,3,5,7
/proc/22471/task/22478/stat : 22478 (java) S 22469 22471 19250 0 -1 4202560 9828 0 0 0 5 1 0 0 16 0 19 0 827096051 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22479] ppid=22469 vsize=13629448 CPUtime=0.06 cores=1,3,5,7
/proc/22471/task/22479/stat : 22479 (java) S 22469 22471 19250 0 -1 4202560 13120 0 0 0 4 2 0 0 15 0 19 0 827096051 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22480] ppid=22469 vsize=13629448 CPUtime=0.1 cores=1,3,5,7
/proc/22471/task/22480/stat : 22480 (java) S 22469 22471 19250 0 -1 4202560 22769 0 0 0 8 2 0 0 15 0 19 0 827096051 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 3 0 0 0
[pid=22471/tid=22481] ppid=22469 vsize=13629448 CPUtime=0.07 cores=1,3,5,7
/proc/22471/task/22481/stat : 22481 (java) S 22469 22471 19250 0 -1 4202560 9791 0 0 0 6 1 0 0 16 0 19 0 827096051 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 1 0 0 0
[pid=22471/tid=22482] ppid=22469 vsize=13629448 CPUtime=0.3 cores=1,3,5,7
/proc/22471/task/22482/stat : 22482 (java) S 22469 22471 19250 0 -1 4202560 37956 0 0 0 27 3 0 0 15 0 19 0 827096052 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562354176 0 0 0 16800975 18446604471136590592 0 0 -1 3 0 0 0
[pid=22471/tid=22483] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22483/stat : 22483 (java) S 22469 22471 19250 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827096052 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 3 0 0 0
[pid=22471/tid=22484] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22484/stat : 22484 (java) S 22469 22471 19250 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 827096052 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 3 0 0 0
[pid=22471/tid=22485] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22485/stat : 22485 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827096055 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562361265 0 4 0 16800975 18446604471136590592 0 0 -1 3 0 0 0
[pid=22471/tid=22486] ppid=22469 vsize=13629448 CPUtime=0.54 cores=1,3,5,7
/proc/22471/task/22486/stat : 22486 (java) S 22469 22471 19250 0 -1 4202560 2233 0 0 0 54 0 0 0 15 0 19 0 827096055 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 5 0 0 0
[pid=22471/tid=22487] ppid=22469 vsize=13629448 CPUtime=0.93 cores=1,3,5,7
/proc/22471/task/22487/stat : 22487 (java) S 22469 22471 19250 0 -1 4202560 11867 0 0 0 92 1 0 0 15 0 19 0 827096055 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22488] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22488/stat : 22488 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827096055 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 3 0 0 0
[pid=22471/tid=22489] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22489/stat : 22489 (java) S 22469 22471 19250 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 827096055 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562354176 0 4 0 16800975 18446604471136590592 0 0 -1 1 0 0 0
[pid=22471/tid=22490] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22490/stat : 22490 (java) S 22469 22471 19250 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827096122 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562354176 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1724.31
Current children cumulated vsize (KiB) 13629448

[startup+1782.3 s]
/proc/loadavg: 1.05 1.16 1.51 2/466 22569
/proc/meminfo: memFree=30097256/32951124 swapFree=55639044/67111528
[pid=22471] ppid=22469 vsize=13629448 CPUtime=1784.31 cores=1,3,5,7
/proc/22471/stat : 22471 (java) S 22469 22471 19250 0 -1 4202496 451017 0 1 0 178373 58 0 0 25 0 19 0 827096048 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22471/statm: 3407362 441616 2265 9 0 3398096 0
[pid=22471/tid=22472] ppid=22469 vsize=13629448 CPUtime=1781.82 cores=1,3,5,7
/proc/22471/task/22472/stat : 22472 (java) R 22469 22471 19250 0 -1 4202560 292211 0 1 0 178147 35 0 0 25 0 19 0 827096049 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 46912505854937 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22471/tid=22474] ppid=22469 vsize=13629448 CPUtime=0.12 cores=1,3,5,7
/proc/22471/task/22474/stat : 22474 (java) S 22469 22471 19250 0 -1 4202560 24654 0 0 0 8 4 0 0 16 0 19 0 827096051 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 5 0 0 0
[pid=22471/tid=22475] ppid=22469 vsize=13629448 CPUtime=0.08 cores=1,3,5,7
/proc/22471/task/22475/stat : 22475 (java) S 22469 22471 19250 0 -1 4202560 13694 0 0 0 6 2 0 0 15 0 19 0 827096051 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22476] ppid=22469 vsize=13629448 CPUtime=0.07 cores=1,3,5,7
/proc/22471/task/22476/stat : 22476 (java) S 22469 22471 19250 0 -1 4202560 11634 0 0 0 6 1 0 0 16 0 19 0 827096051 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 1 0 0 0
[pid=22471/tid=22477] ppid=22469 vsize=13629448 CPUtime=0.03 cores=1,3,5,7
/proc/22471/task/22477/stat : 22477 (java) S 22469 22471 19250 0 -1 4202560 8 0 0 0 3 0 0 0 16 0 19 0 827096051 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22478] ppid=22469 vsize=13629448 CPUtime=0.06 cores=1,3,5,7
/proc/22471/task/22478/stat : 22478 (java) S 22469 22471 19250 0 -1 4202560 9828 0 0 0 5 1 0 0 16 0 19 0 827096051 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22479] ppid=22469 vsize=13629448 CPUtime=0.06 cores=1,3,5,7
/proc/22471/task/22479/stat : 22479 (java) S 22469 22471 19250 0 -1 4202560 13120 0 0 0 4 2 0 0 15 0 19 0 827096051 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22480] ppid=22469 vsize=13629448 CPUtime=0.1 cores=1,3,5,7
/proc/22471/task/22480/stat : 22480 (java) S 22469 22471 19250 0 -1 4202560 22769 0 0 0 8 2 0 0 15 0 19 0 827096051 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 3 0 0 0
[pid=22471/tid=22481] ppid=22469 vsize=13629448 CPUtime=0.07 cores=1,3,5,7
/proc/22471/task/22481/stat : 22481 (java) S 22469 22471 19250 0 -1 4202560 9791 0 0 0 6 1 0 0 16 0 19 0 827096051 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 1 0 0 0
[pid=22471/tid=22482] ppid=22469 vsize=13629448 CPUtime=0.3 cores=1,3,5,7
/proc/22471/task/22482/stat : 22482 (java) S 22469 22471 19250 0 -1 4202560 37956 0 0 0 27 3 0 0 15 0 19 0 827096052 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562354176 0 0 0 16800975 18446604471136590592 0 0 -1 3 0 0 0
[pid=22471/tid=22483] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22483/stat : 22483 (java) S 22469 22471 19250 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827096052 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 3 0 0 0
[pid=22471/tid=22484] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22484/stat : 22484 (java) S 22469 22471 19250 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 827096052 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 3 0 0 0
[pid=22471/tid=22485] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22485/stat : 22485 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827096055 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562361265 0 4 0 16800975 18446604471136590592 0 0 -1 3 0 0 0
[pid=22471/tid=22486] ppid=22469 vsize=13629448 CPUtime=0.54 cores=1,3,5,7
/proc/22471/task/22486/stat : 22486 (java) S 22469 22471 19250 0 -1 4202560 2233 0 0 0 54 0 0 0 15 0 19 0 827096055 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 5 0 0 0
[pid=22471/tid=22487] ppid=22469 vsize=13629448 CPUtime=0.93 cores=1,3,5,7
/proc/22471/task/22487/stat : 22487 (java) S 22469 22471 19250 0 -1 4202560 11867 0 0 0 92 1 0 0 15 0 19 0 827096055 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22488] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22488/stat : 22488 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827096055 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 3 0 0 0
[pid=22471/tid=22489] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22489/stat : 22489 (java) S 22469 22471 19250 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 827096055 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562354176 0 4 0 16800975 18446604471136590592 0 0 -1 1 0 0 0
[pid=22471/tid=22490] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22490/stat : 22490 (java) S 22469 22471 19250 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827096122 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562354176 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1784.31
Current children cumulated vsize (KiB) 13629448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798 s]
/proc/loadavg: 1.04 1.15 1.50 2/466 22569
/proc/meminfo: memFree=30097120/32951124 swapFree=55639044/67111528
[pid=22471] ppid=22469 vsize=13629448 CPUtime=1800.02 cores=1,3,5,7
/proc/22471/stat : 22471 (java) S 22469 22471 19250 0 -1 4202496 451019 0 1 0 179944 58 0 0 25 0 19 0 827096048 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22471/statm: 3407362 441616 2265 9 0 3398096 0
[pid=22471/tid=22472] ppid=22469 vsize=13629448 CPUtime=1797.53 cores=1,3,5,7
/proc/22471/task/22472/stat : 22472 (java) R 22469 22471 19250 0 -1 4202560 292211 0 1 0 179718 35 0 0 25 0 19 0 827096049 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 46912505885568 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22471/tid=22474] ppid=22469 vsize=13629448 CPUtime=0.12 cores=1,3,5,7
/proc/22471/task/22474/stat : 22474 (java) S 22469 22471 19250 0 -1 4202560 24654 0 0 0 8 4 0 0 16 0 19 0 827096051 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 5 0 0 0
[pid=22471/tid=22475] ppid=22469 vsize=13629448 CPUtime=0.08 cores=1,3,5,7
/proc/22471/task/22475/stat : 22475 (java) S 22469 22471 19250 0 -1 4202560 13694 0 0 0 6 2 0 0 15 0 19 0 827096051 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22476] ppid=22469 vsize=13629448 CPUtime=0.07 cores=1,3,5,7
/proc/22471/task/22476/stat : 22476 (java) S 22469 22471 19250 0 -1 4202560 11634 0 0 0 6 1 0 0 16 0 19 0 827096051 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 1 0 0 0
[pid=22471/tid=22477] ppid=22469 vsize=13629448 CPUtime=0.03 cores=1,3,5,7
/proc/22471/task/22477/stat : 22477 (java) S 22469 22471 19250 0 -1 4202560 8 0 0 0 3 0 0 0 16 0 19 0 827096051 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22478] ppid=22469 vsize=13629448 CPUtime=0.06 cores=1,3,5,7
/proc/22471/task/22478/stat : 22478 (java) S 22469 22471 19250 0 -1 4202560 9828 0 0 0 5 1 0 0 16 0 19 0 827096051 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22479] ppid=22469 vsize=13629448 CPUtime=0.06 cores=1,3,5,7
/proc/22471/task/22479/stat : 22479 (java) S 22469 22471 19250 0 -1 4202560 13120 0 0 0 4 2 0 0 15 0 19 0 827096051 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22480] ppid=22469 vsize=13629448 CPUtime=0.1 cores=1,3,5,7
/proc/22471/task/22480/stat : 22480 (java) S 22469 22471 19250 0 -1 4202560 22769 0 0 0 8 2 0 0 15 0 19 0 827096051 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 3 0 0 0
[pid=22471/tid=22481] ppid=22469 vsize=13629448 CPUtime=0.07 cores=1,3,5,7
/proc/22471/task/22481/stat : 22481 (java) S 22469 22471 19250 0 -1 4202560 9791 0 0 0 6 1 0 0 16 0 19 0 827096051 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 1 0 0 0
[pid=22471/tid=22482] ppid=22469 vsize=13629448 CPUtime=0.3 cores=1,3,5,7
/proc/22471/task/22482/stat : 22482 (java) S 22469 22471 19250 0 -1 4202560 37956 0 0 0 27 3 0 0 15 0 19 0 827096052 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562354176 0 0 0 16800975 18446604471136590592 0 0 -1 3 0 0 0
[pid=22471/tid=22483] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22483/stat : 22483 (java) S 22469 22471 19250 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827096052 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 3 0 0 0
[pid=22471/tid=22484] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22484/stat : 22484 (java) S 22469 22471 19250 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 827096052 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 3 0 0 0
[pid=22471/tid=22485] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22485/stat : 22485 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827096055 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562361265 0 4 0 16800975 18446604471136590592 0 0 -1 3 0 0 0
[pid=22471/tid=22486] ppid=22469 vsize=13629448 CPUtime=0.54 cores=1,3,5,7
/proc/22471/task/22486/stat : 22486 (java) S 22469 22471 19250 0 -1 4202560 2233 0 0 0 54 0 0 0 15 0 19 0 827096055 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 5 0 0 0
[pid=22471/tid=22487] ppid=22469 vsize=13629448 CPUtime=0.93 cores=1,3,5,7
/proc/22471/task/22487/stat : 22487 (java) S 22469 22471 19250 0 -1 4202560 11867 0 0 0 92 1 0 0 15 0 19 0 827096055 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
[pid=22471/tid=22488] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22488/stat : 22488 (java) S 22469 22471 19250 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827096055 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562353561 0 4 0 16800975 18446604471136590592 0 0 -1 3 0 0 0
[pid=22471/tid=22489] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22489/stat : 22489 (java) S 22469 22471 19250 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 827096055 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562354176 0 4 0 16800975 18446604471136590592 0 0 -1 1 0 0 0
[pid=22471/tid=22490] ppid=22469 vsize=13629448 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22490/stat : 22490 (java) S 22469 22471 19250 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827096122 13956554752 441616 33554432000 1073741824 1073778376 140733300595600 18446744073709551615 271562354176 0 4 0 16800975 18446604471136590592 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 13629448

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

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

Child status: 143
Real time (s): 1798.1
CPU time (s): 1800.13
CPU user time (s): 1799.47
CPU system time (s): 0.657899
CPU usage (%): 100.113
Max. virtual memory (cumulated for all children) (KiB): 13629448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.47
system time used= 0.657899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 451050
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36858
involuntary context switches= 4260

runsolver used 7.8618 second user time and 18.4422 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-04 04:36:22
IDJOB=3458679
IDBENCH=2999
IDSOLVER=1952
FILE ID=node133/3458679-1307154981
RUNJOBID= node133-1307147127-20829
PBS_JOBID= 13508783
Free space on /tmp= 73976 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=180-sizeP=91-sizeQ=180-780825197-max.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458679-1307154981/watcher-3458679-1307154981 -o /tmp/evaluation-result-3458679-1307154981/solver-3458679-1307154981 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458679-1307154981.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= d31ef469fa2ed9fa9c3063355dbaf7b5
RANDOM SEED=1007225441

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31640912 kB
Buffers:        312676 kB
Cached:         484128 kB
SwapCached:      10584 kB
Active:         581512 kB
Inactive:       455308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31640912 kB
SwapTotal:    67111528 kB
SwapFree:     55639044 kB
Dirty:            2368 kB
Writeback:          12 kB
AnonPages:      237224 kB
Mapped:          21160 kB
Slab:           152312 kB
PageTables:      54320 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 128347048 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73980 MiB
End job on node133 at 2011-06-04 05:06:22