Trace number 3744580

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.09 893.848

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_2_ic.opb
MD5SUMc16bd2424e0fff3ff3df69ee00e2dc99
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
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 variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 112678587
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 11239356641
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 112678587
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 11239356641
Number of bits of the biggest sum of numbers34
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.05/0.07	c version 2.2.0.v20100531
0.05/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.07	c java.vm.version	19.1-b02
0.05/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.07	c sun.arch.data.model	64
0.05/0.07	c java.version		1.6.0_24
0.05/0.07	c os.name		Linux
0.05/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.07	c os.arch		amd64
0.05/0.07	c Free memory 		1349517296
0.05/0.07	c Max memory 		1356595200
0.05/0.07	c Total memory 		1356595200
0.05/0.07	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
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 Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
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 phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No 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	
0.10/0.11	c solving HOME/instance-3744580-1338810929.opb
0.10/0.11	c reading problem ... 
1.71/0.70	c ... done. Wall clock time 0.591s.
1.71/0.78	c #vars     15725
1.71/0.78	c #constraints  33208
1.71/0.78	c constraints type 
1.71/0.78	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.71/0.78	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.71/0.78	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.71/0.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1.71/0.78	c constraints type 
1.71/0.78	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1.71/0.78	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1.71/0.78	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1.71/0.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
13.47/5.68	c cleaning 2493 clauses out of 5000 with flag 5000/5000
25.02/11.38	c cleaning 4250 clauses out of 8507 with flag 11000/11000
36.66/17.19	c cleaning 5616 clauses out of 11257 with flag 18000/18000
49.88/23.70	c cleaning 6814 clauses out of 13643 with flag 26002/26002
69.49/33.58	c cleaning 7890 clauses out of 15827 with flag 35000/35000
89.09/43.30	c cleaning 8964 clauses out of 17937 with flag 45000/45000
109.91/53.74	c cleaning 9983 clauses out of 19973 with flag 56000/56000
136.00/66.71	c cleaning 10990 clauses out of 21990 with flag 68000/68000
161.36/79.42	c cleaning 11995 clauses out of 24000 with flag 81000/81000
192.63/95.07	c cleaning 12982 clauses out of 26005 with flag 95000/95000
222.51/110.00	c cleaning 13986 clauses out of 28024 with flag 110001/110001
260.83/129.07	c cleaning 15013 clauses out of 30038 with flag 126001/126001
307.22/152.16	c cleaning 16005 clauses out of 32024 with flag 143000/143000
352.84/174.85	c cleaning 16995 clauses out of 34019 with flag 161000/161000
399.66/198.17	c cleaning 18005 clauses out of 36026 with flag 180002/180002
435.99/216.27	c cleaning 19005 clauses out of 38019 with flag 200000/200000
491.98/244.12	c cleaning 20003 clauses out of 40014 with flag 221000/221000
551.60/273.82	c cleaning 20999 clauses out of 42011 with flag 243000/243000
602.67/299.25	c cleaning 0 clauses out of 5001 with flag 0/5001
613.88/304.79	c cleaning 22003 clauses out of 44015 with flag 266003/266003
666.71/331.06	c cleaning 22993 clauses out of 46009 with flag 290000/290000
726.78/360.99	c cleaning 24000 clauses out of 48016 with flag 315000/315000
782.51/388.66	c cleaning 24994 clauses out of 50016 with flag 341000/341000
869.05/431.62	c cleaning 26005 clauses out of 52023 with flag 368001/368001
963.90/478.82	c cleaning 27004 clauses out of 54018 with flag 396001/396001
1043.46/518.35	c cleaning 28001 clauses out of 56015 with flag 425002/425002
1115.10/553.87	c cleaning 28985 clauses out of 58013 with flag 455001/455001
1196.88/594.49	c cleaning 30010 clauses out of 60027 with flag 486000/486000
1271.51/631.65	c cleaning 31000 clauses out of 62018 with flag 518001/518001
1353.39/672.29	c cleaning 31986 clauses out of 64017 with flag 551000/551000
1434.21/712.32	c cleaning 33007 clauses out of 66034 with flag 585003/585003
1539.47/764.45	c cleaning 33504 clauses out of 67025 with flag 619001/619001
1627.82/808.36	c cleaning 33753 clauses out of 67520 with flag 653000/653000
1717.70/852.93	c cleaning 33862 clauses out of 67768 with flag 687001/687001
1800.09/893.81	c starts		: 169
1800.09/893.81	c conflicts		: 715034
1800.09/893.81	c decisions		: 1032779
1800.09/893.81	c propagations		: 428441423
1800.09/893.81	c inspects		: 2853887427
1800.09/893.81	c learnt literals	: 0
1800.09/893.81	c learnt binary clauses	: 0
1800.09/893.81	c learnt ternary clauses	: 4
1800.09/893.81	c learnt clauses	: 715034
1800.09/893.81	c ignored clauses	: 0
1800.09/893.81	c root simplifications	: 0
1800.09/893.81	c removed literals (reason simplification)	: 29852225
1800.09/893.81	c reason swapping (by a shorter reason)	: 0
1800.09/893.81	c Calls to reduceDB	: 33
1800.09/893.81	c number of reductions to clauses (during analyze)	: 0
1800.09/893.81	c number of learned constraints concerned by reduction	: 0
1800.09/893.81	c number of learning phase by resolution	: 0
1800.09/893.81	c number of learning phase by cutting planes	: 0
1800.09/893.81	c speed (assignments/second)	: 479718.0518434999
1800.09/893.81	c non guided choices	1
1800.09/893.84	c learnt constraints type 
1800.09/893.84	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 61959
1800.09/893.84	c constraints type 
1800.09/893.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.09/893.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.09/893.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.09/893.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.09/893.84	c constraints type 
1800.09/893.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1800.09/893.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1800.09/893.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1800.09/893.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.09/893.84	s UNKNOWN
1800.09/893.84	c Total wall clock time (in seconds): 893.73

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3744580-1338810929/watcher-3744580-1338810929 -o /tmp/evaluation-result-3744580-1338810929/solver-3744580-1338810929 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3744580-1338810929.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: 3.28 3.73 3.55 8/195 23553
/proc/meminfo: memFree=27658984/32873844 swapFree=6088/6088
[pid=23553] ppid=23551 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/23553/stat : 23553 (java) R 23551 23553 22963 0 -1 4202496 1054 0 0 0 0 0 0 0 20 0 1 0 347221326 23793664 780 33554432000 1073741824 1073778376 140733435210896 140733435199960 140031753407712 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23553/statm: 5809 798 593 9 0 128 0

[startup+0.076301 s]
/proc/loadavg: 3.28 3.73 3.55 8/195 23553
/proc/meminfo: memFree=27658984/32873844 swapFree=6088/6088
[pid=23553] ppid=23551 vsize=2699928 CPUtime=0.05 cores=1,3,5,7
/proc/23553/stat : 23553 (java) S 23551 23553 22963 0 -1 4202496 3898 0 1 0 5 0 0 0 20 0 18 0 347221326 2764726272 5616 33554432000 1073741824 1073778376 140733435210896 140733435202032 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23553/statm: 674982 5616 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2699928

[startup+0.100258 s]
/proc/loadavg: 3.28 3.73 3.55 8/195 23553
/proc/meminfo: memFree=27658984/32873844 swapFree=6088/6088
[pid=23553] ppid=23551 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/23553/stat : 23553 (java) S 23551 23553 22963 0 -1 4202496 4759 0 1 0 9 1 0 0 20 0 18 0 347221326 2764726272 6444 33554432000 1073741824 1073778376 140733435210896 140733435202032 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23553/statm: 674982 6444 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.300174 s]
/proc/loadavg: 3.28 3.73 3.55 8/195 23553
/proc/meminfo: memFree=27658984/32873844 swapFree=6088/6088
[pid=23553] ppid=23551 vsize=2699928 CPUtime=0.53 cores=1,3,5,7
/proc/23553/stat : 23553 (java) S 23551 23553 22963 0 -1 4202496 6001 0 1 0 52 1 0 0 20 0 18 0 347221326 2764726272 10097 33554432000 1073741824 1073778376 140733435210896 140733435202032 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23553/statm: 674982 10097 2220 9 0 665676 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 2699928

[startup+0.700275 s]
/proc/loadavg: 3.28 3.73 3.55 8/195 23553
/proc/meminfo: memFree=27658984/32873844 swapFree=6088/6088
[pid=23553] ppid=23551 vsize=2699928 CPUtime=1.71 cores=1,3,5,7
/proc/23553/stat : 23553 (java) S 23551 23553 22963 0 -1 4202496 16095 0 1 0 166 5 0 0 20 0 18 0 347221326 2764726272 42539 33554432000 1073741824 1073778376 140733435210896 140733435202032 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23553/statm: 674982 42539 2240 9 0 665676 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 2699928

[startup+1.50084 s]
/proc/loadavg: 3.28 3.73 3.55 7/217 23575
/proc/meminfo: memFree=27466424/32873844 swapFree=6088/6088
[pid=23553] ppid=23551 vsize=2966184 CPUtime=4.4 cores=1,3,5,7
/proc/23553/stat : 23553 (java) S 23551 23553 22963 0 -1 4202496 16309 0 1 0 432 8 0 0 20 0 22 0 347221326 3037372416 87199 33554432000 1073741824 1073778376 140733435210896 140733435202032 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23553/statm: 741546 87199 2262 9 0 732240 0
[pid=23553/tid=23555] ppid=23551 vsize=2966184 CPUtime=0.68 cores=1,3,5,7
/proc/23553/task/23555/stat : 23555 (java) S 23551 23553 22963 0 -1 4202560 2860 0 1 0 65 3 0 0 20 0 22 0 347221326 3037372416 87199 33554432000 1073741824 1073778376 140733435210896 140031746544792 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23553/tid=23556] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23556/stat : 23556 (java) S 23551 23553 22963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347221327 3037372416 87199 33554432000 1073741824 1073778376 140733435210896 140031730826152 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23553/tid=23557] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23557/stat : 23557 (java) S 23551 23553 22963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347221327 3037372416 87199 33554432000 1073741824 1073778376 140733435210896 140031729773608 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23553/tid=23558] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23558/stat : 23558 (java) S 23551 23553 22963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347221327 3037372416 87199 33554432000 1073741824 1073778376 140733435210896 140031728720552 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23553/tid=23559] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23559/stat : 23559 (java) S 23551 23553 22963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347221327 3037372416 87199 33554432000 1073741824 1073778376 140733435210896 140031727668008 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23553/tid=23560] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23560/stat : 23560 (java) S 23551 23553 22963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347221327 3037372416 87199 33554432000 1073741824 1073778376 140733435210896 140031726614952 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23553/tid=23561] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23561/stat : 23561 (java) S 23551 23553 22963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347221327 3037372416 87199 33554432000 1073741824 1073778376 140733435210896 140031725562408 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23553/tid=23562] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23562/stat : 23562 (java) S 23551 23553 22963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347221327 3037372416 87199 33554432000 1073741824 1073778376 140733435210896 140031724509352 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23553/tid=23563] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23563/stat : 23563 (java) S 23551 23553 22963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 347221327 3037372416 87199 33554432000 1073741824 1073778376 140733435210896 140031723456808 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23553/tid=23564] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23564/stat : 23564 (java) S 23551 23553 22963 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 347221328 3037372416 87199 33554432000 1073741824 1073778376 140733435210896 140031711046504 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23553/tid=23565] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23565/stat : 23565 (java) S 23551 23553 22963 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 347221329 3037372416 87199 33554432000 1073741824 1073778376 140733435210896 140031709992824 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23553/tid=23566] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23566/stat : 23566 (java) S 23551 23553 22963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347221329 3037372416 87199 33554432000 1073741824 1073778376 140733435210896 140031708939656 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23553/tid=23567] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23567/stat : 23567 (java) S 23551 23553 22963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347221331 3037372416 87199 33554432000 1073741824 1073778376 140733435210896 140031707888400 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23553/tid=23568] ppid=23551 vsize=2966184 CPUtime=1.06 cores=1,3,5,7
/proc/23553/task/23568/stat : 23568 (java) S 23551 23553 22963 0 -1 4202560 5740 0 0 0 104 2 0 0 20 0 22 0 347221331 3037372416 87199 33554432000 1073741824 1073778376 140733435210896 140031706835256 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23553/tid=23569] ppid=23551 vsize=2966184 CPUtime=1.03 cores=1,3,5,7
/proc/23553/task/23569/stat : 23569 (java) S 23551 23553 22963 0 -1 4202560 6330 0 0 0 103 0 0 0 20 0 22 0 347221331 3037372416 87199 33554432000 1073741824 1073778376 140733435210896 140031705782712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23553/tid=23570] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23570/stat : 23570 (java) S 23551 23553 22963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347221331 3037372416 87199 33554432000 1073741824 1073778376 140733435210896 140031586986232 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23553/tid=23571] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23571/stat : 23571 (java) S 23551 23553 22963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347221331 3037372416 87199 33554432000 1073741824 1073778376 140733435210896 140031585933896 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23553/tid=23572] ppid=23551 vsize=2966184 CPUtime=0.77 cores=1,3,5,7
/proc/23553/task/23572/stat : 23572 (java) R 23551 23553 22963 0 -1 4202560 66 0 0 0 76 1 0 0 20 0 22 0 347221396 3037372416 87199 33554432000 1073741824 1073778376 140733435210896 140031584877568 140031587954740 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23553/tid=23573] ppid=23551 vsize=2966184 CPUtime=0.78 cores=1,3,5,7
/proc/23553/task/23573/stat : 23573 (java) R 23551 23553 22963 0 -1 4202560 111 0 0 0 76 2 0 0 20 0 22 0 347221396 3037372416 87199 33554432000 1073741824 1073778376 140733435210896 140031583826024 140031587722031 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23553/tid=23574] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23574/stat : 23574 (java) S 23551 23553 22963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347221404 3037372416 87199 33554432000 1073741824 1073778376 140733435210896 140031582774568 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23553/tid=23575] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23575/stat : 23575 (java) S 23551 23553 22963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347221404 3037372416 87199 33554432000 1073741824 1073778376 140733435210896 140031581722024 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 2966184

[startup+3.10088 s]
/proc/loadavg: 3.50 3.77 3.56 5/217 23575
/proc/meminfo: memFree=27246172/32873844 swapFree=6088/6088
[pid=23553] ppid=23551 vsize=2966184 CPUtime=8.09 cores=1,3,5,7
/proc/23553/stat : 23553 (java) S 23551 23553 22963 0 -1 4202496 16479 0 1 0 792 17 0 0 20 0 22 0 347221326 3037372416 112842 33554432000 1073741824 1073778376 140733435210896 140733435202032 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23553/statm: 741546 112842 2275 9 0 732240 0
[pid=23553/tid=23555] ppid=23551 vsize=2966184 CPUtime=0.68 cores=1,3,5,7
/proc/23553/task/23555/stat : 23555 (java) S 23551 23553 22963 0 -1 4202560 2860 0 1 0 65 3 0 0 20 0 22 0 347221326 3037372416 112842 33554432000 1073741824 1073778376 140733435210896 140031746544792 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23553/tid=23556] ppid=23551 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/23553/task/23556/stat : 23556 (java) S 23551 23553 22963 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 347221327 3037372416 112842 33554432000 1073741824 1073778376 140733435210896 140031730826152 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23553/tid=23557] ppid=23551 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/23553/task/23557/stat : 23557 (java) S 23551 23553 22963 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 347221327 3037372416 112842 33554432000 1073741824 1073778376 140733435210896 140031729773608 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23553/tid=23558] ppid=23551 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/23553/task/23558/stat : 23558 (java) S 23551 23553 22963 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 347221327 3037372416 112842 33554432000 1073741824 1073778376 140733435210896 140031728720552 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23553/tid=23559] ppid=23551 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/23553/task/23559/stat : 23559 (java) S 23551 23553 22963 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 347221327 3037372416 112842 33554432000 1073741824 1073778376 140733435210896 140031727668008 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23553/tid=23560] ppid=23551 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/23553/task/23560/stat : 23560 (java) S 23551 23553 22963 0 -1 4202560 20 0 0 0 2 2 0 0 20 0 22 0 347221327 3037372416 112842 33554432000 1073741824 1073778376 140733435210896 140031726614952 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23553/tid=23561] ppid=23551 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/23553/task/23561/stat : 23561 (java) S 23551 23553 22963 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 22 0 347221327 3037372416 112842 33554432000 1073741824 1073778376 140733435210896 140031725562408 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23553/tid=23562] ppid=23551 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/23553/task/23562/stat : 23562 (java) S 23551 23553 22963 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 22 0 347221327 3037372416 112842 33554432000 1073741824 1073778376 140733435210896 140031724509352 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23553/tid=23563] ppid=23551 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/23553/task/23563/stat : 23563 (java) S 23551 23553 22963 0 -1 4202560 21 0 0 0 2 2 0 0 20 0 22 0 347221327 3037372416 112842 33554432000 1073741824 1073778376 140733435210896 140031723456808 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23553/tid=23564] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23564/stat : 23564 (java) S 23551 23553 22963 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 347221328 3037372416 112842 33554432000 1073741824 1073778376 140733435210896 140031711046504 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23553/tid=23565] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23565/stat : 23565 (java) S 23551 23553 22963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347221329 3037372416 112842 33554432000 1073741824 1073778376 140733435210896 140031709992824 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23553/tid=23566] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23566/stat : 23566 (java) S 23551 23553 22963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347221329 3037372416 112842 33554432000 1073741824 1073778376 140733435210896 140031708939656 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23553/tid=23567] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23567/stat : 23567 (java) S 23551 23553 22963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347221331 3037372416 112842 33554432000 1073741824 1073778376 140733435210896 140031707888400 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23553/tid=23568] ppid=23551 vsize=2966184 CPUtime=1.34 cores=1,3,5,7
/proc/23553/task/23568/stat : 23568 (java) S 23551 23553 22963 0 -1 4202560 5754 0 0 0 132 2 0 0 20 0 22 0 347221331 3037372416 112842 33554432000 1073741824 1073778376 140733435210896 140031706835256 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23553/tid=23569] ppid=23551 vsize=2966184 CPUtime=1.1 cores=1,3,5,7
/proc/23553/task/23569/stat : 23569 (java) S 23551 23553 22963 0 -1 4202560 6330 0 0 0 110 0 0 0 20 0 22 0 347221331 3037372416 112842 33554432000 1073741824 1073778376 140733435210896 140031705782712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23553/tid=23570] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23570/stat : 23570 (java) S 23551 23553 22963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347221331 3037372416 112842 33554432000 1073741824 1073778376 140733435210896 140031586986232 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23553/tid=23571] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23571/stat : 23571 (java) S 23551 23553 22963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347221331 3037372416 112842 33554432000 1073741824 1073778376 140733435210896 140031585933896 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23553/tid=23572] ppid=23551 vsize=2966184 CPUtime=2.28 cores=1,3,5,7
/proc/23553/task/23572/stat : 23572 (java) R 23551 23553 22963 0 -1 4202560 78 0 0 0 226 2 0 0 20 0 22 0 347221396 3037372416 112842 33554432000 1073741824 1073778376 140733435210896 140031584879880 140031587986213 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23553/tid=23573] ppid=23551 vsize=2966184 CPUtime=2.3 cores=1,3,5,7
/proc/23553/task/23573/stat : 23573 (java) R 23551 23553 22963 0 -1 4202560 125 0 0 0 227 3 0 0 20 0 22 0 347221396 3037372416 112842 33554432000 1073741824 1073778376 140733435210896 140031583826632 140031587999179 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23553/tid=23574] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23574/stat : 23574 (java) S 23551 23553 22963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347221404 3037372416 112842 33554432000 1073741824 1073778376 140733435210896 140031582774568 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23553/tid=23575] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23575/stat : 23575 (java) S 23551 23553 22963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347221404 3037372416 112842 33554432000 1073741824 1073778376 140733435210896 140031581722024 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.09
Current children cumulated vsize (KiB) 2966184

[startup+6.30085 s]
/proc/loadavg: 3.50 3.77 3.56 14/217 23575
/proc/meminfo: memFree=27170024/32873844 swapFree=6088/6088
[pid=23553] ppid=23551 vsize=2966184 CPUtime=14.86 cores=1,3,5,7
/proc/23553/stat : 23553 (java) S 23551 23553 22963 0 -1 4202496 16675 0 1 0 1456 30 0 0 20 0 22 0 347221326 3037372416 133299 33554432000 1073741824 1073778376 140733435210896 140733435202032 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23553/statm: 741546 133299 2287 9 0 732240 0
[pid=23553/tid=23555] ppid=23551 vsize=2966184 CPUtime=0.68 cores=1,3,5,7
/proc/23553/task/23555/stat : 23555 (java) S 23551 23553 22963 0 -1 4202560 2861 0 1 0 65 3 0 0 20 0 22 0 347221326 3037372416 133299 33554432000 1073741824 1073778376 140733435210896 140031746544792 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23553/tid=23556] ppid=23551 vsize=2966184 CPUtime=0.17 cores=1,3,5,7
/proc/23553/task/23556/stat : 23556 (java) S 23551 23553 22963 0 -1 4202560 46 0 0 0 14 3 0 0 20 0 22 0 347221327 3037372416 133299 33554432000 1073741824 1073778376 140733435210896 140031730826152 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23553/tid=23557] ppid=23551 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/23553/task/23557/stat : 23557 (java) S 23551 23553 22963 0 -1 4202560 27 0 0 0 5 2 0 0 20 0 22 0 347221327 3037372416 133299 33554432000 1073741824 1073778376 140733435210896 140031729773608 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23553/tid=23558] ppid=23551 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/23553/task/23558/stat : 23558 (java) S 23551 23553 22963 0 -1 4202560 31 0 0 0 9 2 0 0 20 0 22 0 347221327 3037372416 133299 33554432000 1073741824 1073778376 140733435210896 140031728720552 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23553/tid=23559] ppid=23551 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/23553/task/23559/stat : 23559 (java) S 23551 23553 22963 0 -1 4202560 42 0 0 0 10 3 0 0 20 0 22 0 347221327 3037372416 133299 33554432000 1073741824 1073778376 140733435210896 140031727668008 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23553/tid=23560] ppid=23551 vsize=2966184 CPUtime=0.16 cores=1,3,5,7
/proc/23553/task/23560/stat : 23560 (java) S 23551 23553 22963 0 -1 4202560 39 0 0 0 13 3 0 0 20 0 22 0 347221327 3037372416 133299 33554432000 1073741824 1073778376 140733435210896 140031726614952 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23553/tid=23561] ppid=23551 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/23553/task/23561/stat : 23561 (java) S 23551 23553 22963 0 -1 4202560 36 0 0 0 10 3 0 0 20 0 22 0 347221327 3037372416 133299 33554432000 1073741824 1073778376 140733435210896 140031725562408 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23553/tid=23562] ppid=23551 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/23553/task/23562/stat : 23562 (java) S 23551 23553 22963 0 -1 4202560 40 0 0 0 9 3 0 0 20 0 22 0 347221327 3037372416 133299 33554432000 1073741824 1073778376 140733435210896 140031724509352 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23553/tid=23563] ppid=23551 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/23553/task/23563/stat : 23563 (java) S 23551 23553 22963 0 -1 4202560 34 0 0 0 8 2 0 0 20 0 22 0 347221327 3037372416 133299 33554432000 1073741824 1073778376 140733435210896 140031723456808 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23553/tid=23564] ppid=23551 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/23553/task/23564/stat : 23564 (java) S 23551 23553 22963 0 -1 4202560 33 0 0 0 11 0 0 0 20 0 22 0 347221328 3037372416 133299 33554432000 1073741824 1073778376 140733435210896 140031711046504 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23553/tid=23565] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23565/stat : 23565 (java) S 23551 23553 22963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347221329 3037372416 133299 33554432000 1073741824 1073778376 140733435210896 140031709992824 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23553/tid=23566] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23566/stat : 23566 (java) S 23551 23553 22963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347221329 3037372416 133299 33554432000 1073741824 1073778376 140733435210896 140031708939656 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23553/tid=23567] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23567/stat : 23567 (java) S 23551 23553 22963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347221331 3037372416 133299 33554432000 1073741824 1073778376 140733435210896 140031707888400 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23553/tid=23568] ppid=23551 vsize=2966184 CPUtime=1.39 cores=1,3,5,7
/proc/23553/task/23568/stat : 23568 (java) S 23551 23553 22963 0 -1 4202560 5758 0 0 0 137 2 0 0 20 0 22 0 347221331 3037372416 133299 33554432000 1073741824 1073778376 140733435210896 140031706835256 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

/proc/23553/statm: 741546 189622 2287 9 0 732240 0
[pid=23553/tid=23555] ppid=23551 vsize=2966184 CPUtime=0.7 cores=1,3,5,7
/proc/23553/task/23555/stat : 23555 (java) S 23551 23553 22963 0 -1 4202560 2871 0 1 0 66 4 0 0 20 0 22 0 347221326 3037372416 189622 33554432000 1073741824 1073778376 140733435210896 140031746544792 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23553/tid=23556] ppid=23551 vsize=2966184 CPUtime=5.23 cores=1,3,5,7
/proc/23553/task/23556/stat : 23556 (java) S 23551 23553 22963 0 -1 4202560 338 0 0 0 514 9 0 0 20 0 22 0 347221327 3037372416 189622 33554432000 1073741824 1073778376 140733435210896 140031730826152 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23553/tid=23557] ppid=23551 vsize=2966184 CPUtime=4.85 cores=1,3,5,7
/proc/23553/task/23557/stat : 23557 (java) S 23551 23553 22963 0 -1 4202560 302 0 0 0 479 6 0 0 20 0 22 0 347221327 3037372416 189622 33554432000 1073741824 1073778376 140733435210896 140031729773608 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23553/tid=23558] ppid=23551 vsize=2966184 CPUtime=5.23 cores=1,3,5,7
/proc/23553/task/23558/stat : 23558 (java) S 23551 23553 22963 0 -1 4202560 326 0 0 0 515 8 0 0 20 0 22 0 347221327 3037372416 189622 33554432000 1073741824 1073778376 140733435210896 140031728720552 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23553/tid=23559] ppid=23551 vsize=2966184 CPUtime=5.2 cores=1,3,5,7
/proc/23553/task/23559/stat : 23559 (java) S 23551 23553 22963 0 -1 4202560 341 0 0 0 510 10 0 0 20 0 22 0 347221327 3037372416 189622 33554432000 1073741824 1073778376 140733435210896 140031727668008 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23553/tid=23560] ppid=23551 vsize=2966184 CPUtime=5.18 cores=1,3,5,7
/proc/23553/task/23560/stat : 23560 (java) S 23551 23553 22963 0 -1 4202560 323 0 0 0 511 7 0 0 20 0 22 0 347221327 3037372416 189622 33554432000 1073741824 1073778376 140733435210896 140031726614952 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23553/tid=23561] ppid=23551 vsize=2966184 CPUtime=5.06 cores=1,3,5,7
/proc/23553/task/23561/stat : 23561 (java) S 23551 23553 22963 0 -1 4202560 323 0 0 0 497 9 0 0 20 0 22 0 347221327 3037372416 189622 33554432000 1073741824 1073778376 140733435210896 140031725562408 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23553/tid=23562] ppid=23551 vsize=2966184 CPUtime=5.02 cores=1,3,5,7
/proc/23553/task/23562/stat : 23562 (java) S 23551 23553 22963 0 -1 4202560 331 0 0 0 494 8 0 0 20 0 22 0 347221327 3037372416 189622 33554432000 1073741824 1073778376 140733435210896 140031724509352 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23553/tid=23563] ppid=23551 vsize=2966184 CPUtime=5.04 cores=1,3,5,7
/proc/23553/task/23563/stat : 23563 (java) S 23551 23553 22963 0 -1 4202560 318 0 0 0 496 8 0 0 20 0 22 0 347221327 3037372416 189622 33554432000 1073741824 1073778376 140733435210896 140031723456808 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23553/tid=23564] ppid=23551 vsize=2966184 CPUtime=8.71 cores=1,3,5,7
/proc/23553/task/23564/stat : 23564 (java) S 23551 23553 22963 0 -1 4202560 7579 0 0 0 835 36 0 0 20 0 22 0 347221328 3037372416 189622 33554432000 1073741824 1073778376 140733435210896 140031711046504 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23553/tid=23565] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23565/stat : 23565 (java) S 23551 23553 22963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347221329 3037372416 189622 33554432000 1073741824 1073778376 140733435210896 140031709992824 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23553/tid=23566] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23566/stat : 23566 (java) S 23551 23553 22963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347221329 3037372416 189622 33554432000 1073741824 1073778376 140733435210896 140031708939656 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23553/tid=23567] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23567/stat : 23567 (java) S 23551 23553 22963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347221331 3037372416 189622 33554432000 1073741824 1073778376 140733435210896 140031707888400 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23553/tid=23568] ppid=23551 vsize=2966184 CPUtime=1.94 cores=1,3,5,7
/proc/23553/task/23568/stat : 23568 (java) S 23551 23553 22963 0 -1 4202560 8374 0 0 0 191 3 0 0 20 0 22 0 347221331 3037372416 189622 33554432000 1073741824 1073778376 140733435210896 140031706835256 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23553/tid=23569] ppid=23551 vsize=2966184 CPUtime=1.35 cores=1,3,5,7
/proc/23553/task/23569/stat : 23569 (java) S 23551 23553 22963 0 -1 4202560 6332 0 0 0 134 1 0 0 20 0 22 0 347221331 3037372416 189622 33554432000 1073741824 1073778376 140733435210896 140031705782712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23553/tid=23570] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23570/stat : 23570 (java) S 23551 23553 22963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347221331 3037372416 189622 33554432000 1073741824 1073778376 140733435210896 140031586986232 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23553/tid=23571] ppid=23551 vsize=2966184 CPUtime=0.38 cores=1,3,5,7
/proc/23553/task/23571/stat : 23571 (java) S 23551 23553 22963 0 -1 4202560 47 0 0 0 21 17 0 0 20 0 22 0 347221331 3037372416 189622 33554432000 1073741824 1073778376 140733435210896 140031585933896 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23553/tid=23572] ppid=23551 vsize=2966184 CPUtime=799.07 cores=1,3,5,7
/proc/23553/task/23572/stat : 23572 (java) R 23551 23553 22963 0 -1 4202560 412 0 0 0 79891 16 0 0 20 0 22 0 347221396 3037372416 189622 33554432000 1073741824 1073778376 140733435210896 140031584877600 140031588018613 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23553/tid=23573] ppid=23551 vsize=2966184 CPUtime=799.11 cores=1,3,5,7
/proc/23553/task/23573/stat : 23573 (java) R 23551 23553 22963 0 -1 4202560 444 0 0 0 79895 16 0 0 20 0 22 0 347221396 3037372416 189622 33554432000 1073741824 1073778376 140733435210896 140031583825872 140031587999264 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23553/tid=23574] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23574/stat : 23574 (java) S 23551 23553 22963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347221404 3037372416 189622 33554432000 1073741824 1073778376 140733435210896 140031582774568 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23553/tid=23575] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23575/stat : 23575 (java) S 23551 23553 22963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347221404 3037372416 189622 33554432000 1073741824 1073778376 140733435210896 140031581722024 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1655.83
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.99 4.07 3.87 5/218 23673
/proc/meminfo: memFree=26963024/32873844 swapFree=6088/6088
[pid=23553] ppid=23551 vsize=2966184 CPUtime=1776.83 cores=1,3,5,7
/proc/23553/stat : 23553 (java) S 23551 23553 22963 0 -1 4202496 30286 0 1 0 177550 133 0 0 20 0 22 0 347221326 3037372416 189623 33554432000 1073741824 1073778376 140733435210896 140733435202032 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23553/statm: 741546 189623 2287 9 0 732240 0
[pid=23553/tid=23555] ppid=23551 vsize=2966184 CPUtime=0.7 cores=1,3,5,7
/proc/23553/task/23555/stat : 23555 (java) S 23551 23553 22963 0 -1 4202560 2872 0 1 0 66 4 0 0 20 0 22 0 347221326 3037372416 189623 33554432000 1073741824 1073778376 140733435210896 140031746544792 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23553/tid=23556] ppid=23551 vsize=2966184 CPUtime=5.57 cores=1,3,5,7
/proc/23553/task/23556/stat : 23556 (java) S 23551 23553 22963 0 -1 4202560 338 0 0 0 548 9 0 0 20 0 22 0 347221327 3037372416 189623 33554432000 1073741824 1073778376 140733435210896 140031730826152 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23553/tid=23557] ppid=23551 vsize=2966184 CPUtime=5.23 cores=1,3,5,7
/proc/23553/task/23557/stat : 23557 (java) S 23551 23553 22963 0 -1 4202560 302 0 0 0 517 6 0 0 20 0 22 0 347221327 3037372416 189623 33554432000 1073741824 1073778376 140733435210896 140031729773608 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23553/tid=23558] ppid=23551 vsize=2966184 CPUtime=5.67 cores=1,3,5,7
/proc/23553/task/23558/stat : 23558 (java) S 23551 23553 22963 0 -1 4202560 326 0 0 0 559 8 0 0 20 0 22 0 347221327 3037372416 189623 33554432000 1073741824 1073778376 140733435210896 140031728720552 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23553/tid=23559] ppid=23551 vsize=2966184 CPUtime=5.61 cores=1,3,5,7
/proc/23553/task/23559/stat : 23559 (java) S 23551 23553 22963 0 -1 4202560 341 0 0 0 551 10 0 0 20 0 22 0 347221327 3037372416 189623 33554432000 1073741824 1073778376 140733435210896 140031727668008 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23553/tid=23560] ppid=23551 vsize=2966184 CPUtime=5.6 cores=1,3,5,7
/proc/23553/task/23560/stat : 23560 (java) S 23551 23553 22963 0 -1 4202560 323 0 0 0 553 7 0 0 20 0 22 0 347221327 3037372416 189623 33554432000 1073741824 1073778376 140733435210896 140031726614952 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23553/tid=23561] ppid=23551 vsize=2966184 CPUtime=5.44 cores=1,3,5,7
/proc/23553/task/23561/stat : 23561 (java) S 23551 23553 22963 0 -1 4202560 323 0 0 0 535 9 0 0 20 0 22 0 347221327 3037372416 189623 33554432000 1073741824 1073778376 140733435210896 140031725562408 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23553/tid=23562] ppid=23551 vsize=2966184 CPUtime=5.47 cores=1,3,5,7
/proc/23553/task/23562/stat : 23562 (java) S 23551 23553 22963 0 -1 4202560 331 0 0 0 539 8 0 0 20 0 22 0 347221327 3037372416 189623 33554432000 1073741824 1073778376 140733435210896 140031724509352 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23553/tid=23563] ppid=23551 vsize=2966184 CPUtime=5.45 cores=1,3,5,7
/proc/23553/task/23563/stat : 23563 (java) S 23551 23553 22963 0 -1 4202560 318 0 0 0 537 8 0 0 20 0 22 0 347221327 3037372416 189623 33554432000 1073741824 1073778376 140733435210896 140031723456808 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23553/tid=23564] ppid=23551 vsize=2966184 CPUtime=9.06 cores=1,3,5,7
/proc/23553/task/23564/stat : 23564 (java) S 23551 23553 22963 0 -1 4202560 7965 0 0 0 867 39 0 0 20 0 22 0 347221328 3037372416 189623 33554432000 1073741824 1073778376 140733435210896 140031711046504 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23553/tid=23565] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23565/stat : 23565 (java) S 23551 23553 22963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347221329 3037372416 189623 33554432000 1073741824 1073778376 140733435210896 140031709992824 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23553/tid=23566] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23566/stat : 23566 (java) S 23551 23553 22963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347221329 3037372416 189623 33554432000 1073741824 1073778376 140733435210896 140031708939656 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23553/tid=23567] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23567/stat : 23567 (java) S 23551 23553 22963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347221331 3037372416 189623 33554432000 1073741824 1073778376 140733435210896 140031707888400 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23553/tid=23568] ppid=23551 vsize=2966184 CPUtime=1.94 cores=1,3,5,7
/proc/23553/task/23568/stat : 23568 (java) S 23551 23553 22963 0 -1 4202560 8374 0 0 0 191 3 0 0 20 0 22 0 347221331 3037372416 189623 33554432000 1073741824 1073778376 140733435210896 140031706835256 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23553/tid=23569] ppid=23551 vsize=2966184 CPUtime=1.35 cores=1,3,5,7
/proc/23553/task/23569/stat : 23569 (java) S 23551 23553 22963 0 -1 4202560 6332 0 0 0 134 1 0 0 20 0 22 0 347221331 3037372416 189623 33554432000 1073741824 1073778376 140733435210896 140031705782712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23553/tid=23570] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23570/stat : 23570 (java) S 23551 23553 22963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347221331 3037372416 189623 33554432000 1073741824 1073778376 140733435210896 140031586986232 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23553/tid=23571] ppid=23551 vsize=2966184 CPUtime=0.4 cores=1,3,5,7
/proc/23553/task/23571/stat : 23571 (java) S 23551 23553 22963 0 -1 4202560 51 0 0 0 23 17 0 0 20 0 22 0 347221331 3037372416 189623 33554432000 1073741824 1073778376 140733435210896 140031585933896 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23553/tid=23572] ppid=23551 vsize=2966184 CPUtime=857.64 cores=1,3,5,7
/proc/23553/task/23572/stat : 23572 (java) R 23551 23553 22963 0 -1 4202560 432 0 0 0 85746 18 0 0 20 0 22 0 347221396 3037372416 189623 33554432000 1073741824 1073778376 140733435210896 140031584877712 140031588018613 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23553/tid=23573] ppid=23551 vsize=2966184 CPUtime=857.66 cores=1,3,5,7
/proc/23553/task/23573/stat : 23573 (java) R 23551 23553 22963 0 -1 4202560 469 0 0 0 85749 17 0 0 20 0 22 0 347221396 3037372416 189623 33554432000 1073741824 1073778376 140733435210896 140031583825936 140031588478600 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23553/tid=23574] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23574/stat : 23574 (java) S 23551 23553 22963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347221404 3037372416 189623 33554432000 1073741824 1073778376 140733435210896 140031582774568 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23553/tid=23575] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23575/stat : 23575 (java) S 23551 23553 22963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347221404 3037372416 189623 33554432000 1073741824 1073778376 140733435210896 140031581722024 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1776.83
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+893.801 s]
/proc/loadavg: 3.99 4.07 3.87 5/218 23673
/proc/meminfo: memFree=26948820/32873844 swapFree=6088/6088
[pid=23553] ppid=23551 vsize=2966184 CPUtime=1800.09 cores=1,3,5,7
/proc/23553/stat : 23553 (java) S 23551 23553 22963 0 -1 4202496 30301 0 1 0 179875 134 0 0 20 0 22 0 347221326 3037372416 191159 33554432000 1073741824 1073778376 140733435210896 140733435202032 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23553/statm: 741546 191159 2287 9 0 732240 0
[pid=23553/tid=23555] ppid=23551 vsize=2966184 CPUtime=0.7 cores=1,3,5,7
/proc/23553/task/23555/stat : 23555 (java) S 23551 23553 22963 0 -1 4202560 2872 0 1 0 66 4 0 0 20 0 22 0 347221326 3037372416 191159 33554432000 1073741824 1073778376 140733435210896 140031746544792 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23553/tid=23556] ppid=23551 vsize=2966184 CPUtime=5.64 cores=1,3,5,7
/proc/23553/task/23556/stat : 23556 (java) S 23551 23553 22963 0 -1 4202560 338 0 0 0 555 9 0 0 20 0 22 0 347221327 3037372416 191159 33554432000 1073741824 1073778376 140733435210896 140031730826152 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23553/tid=23557] ppid=23551 vsize=2966184 CPUtime=5.32 cores=1,3,5,7
/proc/23553/task/23557/stat : 23557 (java) S 23551 23553 22963 0 -1 4202560 304 0 0 0 526 6 0 0 20 0 22 0 347221327 3037372416 191159 33554432000 1073741824 1073778376 140733435210896 140031729773608 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23553/tid=23558] ppid=23551 vsize=2966184 CPUtime=5.74 cores=1,3,5,7
/proc/23553/task/23558/stat : 23558 (java) S 23551 23553 22963 0 -1 4202560 327 0 0 0 566 8 0 0 20 0 22 0 347221327 3037372416 191159 33554432000 1073741824 1073778376 140733435210896 140031728720552 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23553/tid=23559] ppid=23551 vsize=2966184 CPUtime=5.68 cores=1,3,5,7
/proc/23553/task/23559/stat : 23559 (java) S 23551 23553 22963 0 -1 4202560 341 0 0 0 558 10 0 0 20 0 22 0 347221327 3037372416 191159 33554432000 1073741824 1073778376 140733435210896 140031727668008 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23553/tid=23560] ppid=23551 vsize=2966184 CPUtime=5.67 cores=1,3,5,7
/proc/23553/task/23560/stat : 23560 (java) S 23551 23553 22963 0 -1 4202560 324 0 0 0 559 8 0 0 20 0 22 0 347221327 3037372416 191159 33554432000 1073741824 1073778376 140733435210896 140031726614952 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23553/tid=23561] ppid=23551 vsize=2966184 CPUtime=5.52 cores=1,3,5,7
/proc/23553/task/23561/stat : 23561 (java) S 23551 23553 22963 0 -1 4202560 324 0 0 0 543 9 0 0 20 0 22 0 347221327 3037372416 191159 33554432000 1073741824 1073778376 140733435210896 140031725562408 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23553/tid=23562] ppid=23551 vsize=2966184 CPUtime=5.54 cores=1,3,5,7
/proc/23553/task/23562/stat : 23562 (java) S 23551 23553 22963 0 -1 4202560 332 0 0 0 546 8 0 0 20 0 22 0 347221327 3037372416 191159 33554432000 1073741824 1073778376 140733435210896 140031724509352 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23553/tid=23563] ppid=23551 vsize=2966184 CPUtime=5.53 cores=1,3,5,7
/proc/23553/task/23563/stat : 23563 (java) S 23551 23553 22963 0 -1 4202560 320 0 0 0 544 9 0 0 20 0 22 0 347221327 3037372416 191159 33554432000 1073741824 1073778376 140733435210896 140031723456808 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23553/tid=23564] ppid=23551 vsize=2966184 CPUtime=9.06 cores=1,3,5,7
/proc/23553/task/23564/stat : 23564 (java) S 23551 23553 22963 0 -1 4202560 7965 0 0 0 867 39 0 0 20 0 22 0 347221328 3037372416 191159 33554432000 1073741824 1073778376 140733435210896 140031711046504 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23553/tid=23565] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23565/stat : 23565 (java) S 23551 23553 22963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347221329 3037372416 191159 33554432000 1073741824 1073778376 140733435210896 140031709992824 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23553/tid=23566] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23566/stat : 23566 (java) S 23551 23553 22963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347221329 3037372416 191159 33554432000 1073741824 1073778376 140733435210896 140031708939656 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23553/tid=23567] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23567/stat : 23567 (java) S 23551 23553 22963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347221331 3037372416 191159 33554432000 1073741824 1073778376 140733435210896 140031707888400 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23553/tid=23568] ppid=23551 vsize=2966184 CPUtime=1.94 cores=1,3,5,7
/proc/23553/task/23568/stat : 23568 (java) S 23551 23553 22963 0 -1 4202560 8374 0 0 0 191 3 0 0 20 0 22 0 347221331 3037372416 191159 33554432000 1073741824 1073778376 140733435210896 140031706835256 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23553/tid=23569] ppid=23551 vsize=2966184 CPUtime=1.35 cores=1,3,5,7
/proc/23553/task/23569/stat : 23569 (java) S 23551 23553 22963 0 -1 4202560 6332 0 0 0 134 1 0 0 20 0 22 0 347221331 3037372416 191159 33554432000 1073741824 1073778376 140733435210896 140031705782712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23553/tid=23570] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23570/stat : 23570 (java) S 23551 23553 22963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347221331 3037372416 191159 33554432000 1073741824 1073778376 140733435210896 140031586986232 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23553/tid=23571] ppid=23551 vsize=2966184 CPUtime=0.41 cores=1,3,5,7
/proc/23553/task/23571/stat : 23571 (java) S 23551 23553 22963 0 -1 4202560 51 0 0 0 23 18 0 0 20 0 22 0 347221331 3037372416 191159 33554432000 1073741824 1073778376 140733435210896 140031585933896 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23553/tid=23572] ppid=23551 vsize=2966184 CPUtime=868.94 cores=1,3,5,7
/proc/23553/task/23572/stat : 23572 (java) R 23551 23553 22963 0 -1 4202560 432 0 0 0 86876 18 0 0 20 0 22 0 347221396 3037372416 191159 33554432000 1073741824 1073778376 140733435210896 140031584877600 140031587999179 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23553/tid=23573] ppid=23551 vsize=2966184 CPUtime=868.96 cores=1,3,5,7
/proc/23553/task/23573/stat : 23573 (java) R 23551 23553 22963 0 -1 4202560 476 0 0 0 86879 17 0 0 20 0 22 0 347221396 3037372416 191159 33554432000 1073741824 1073778376 140733435210896 140031583825872 140031588477378 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23553/tid=23574] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23574/stat : 23574 (java) S 23551 23553 22963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347221404 3037372416 191159 33554432000 1073741824 1073778376 140733435210896 140031582774568 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23553/tid=23575] ppid=23551 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23553/task/23575/stat : 23575 (java) S 23551 23553 22963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347221404 3037372416 191159 33554432000 1073741824 1073778376 140733435210896 140031581722024 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 2966184

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23553 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=580182
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=830721
# CPU time returned by wait4() is 1796.41
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 893.848
CPU time (s): 1800.09
CPU user time (s): 1798.75
CPU system time (s): 1.34
CPU usage (%): 201.386
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.58
system time used= 1.83072
maximum resident set size= 766808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30335
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40843
involuntary context switches= 77479

runsolver used 3.37049 second user time and 8.41472 second system time

The end

Launcher Data

Begin job on node110 at 2012-06-04 13:55:29
IDJOB=3744580
IDBENCH=92778
IDSOLVER=2324
FILE ID=node110/3744580-1338810929
RUNJOBID= node110-1338809049-22980
PBS_JOBID= 14636881
Free space on /tmp= 71068 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_2_ic.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744580-1338810929/watcher-3744580-1338810929 -o /tmp/evaluation-result-3744580-1338810929/solver-3744580-1338810929 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3744580-1338810929.opb

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

MD5SUM BENCH= c16bd2424e0fff3ff3df69ee00e2dc99
RANDOM SEED=428504833

node110.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.893
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27659248 kB
Buffers:          913272 kB
Cached:          2631860 kB
SwapCached:          604 kB
Active:          2699028 kB
Inactive:        1656088 kB
Active(anon):     798216 kB
Inactive(anon):    12316 kB
Active(file):    1900812 kB
Inactive(file):  1643772 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67107364 kB
Dirty:              1576 kB
Writeback:             0 kB
AnonPages:        809644 kB
Mapped:            19864 kB
Shmem:                40 kB
Slab:             709360 kB
SReclaimable:     151172 kB
SUnreclaim:       558188 kB
KernelStack:        1792 kB
PageTables:         5688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1559780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    757760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71028 MiB
End job on node110 at 2012-06-04 14:10:25