Trace number 3737702

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.03 899.244

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_5_80.opb
MD5SUM611c10fb20bc9774d31ac4d0681f384d
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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 FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31412
Sum of products size (including duplicates)62824
Number of different products15706
Sum of products size31412

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.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3737702-1338755111.opb
0.09/0.11	c reading problem ... 
12.80/12.12	c ... done. Wall clock time 12.008s.
12.80/12.12	c #vars     16706
12.80/12.12	c #constraints  32915
12.80/12.12	c constraints type 
12.80/12.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15706
12.80/12.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
12.80/12.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
12.80/12.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15706
12.80/12.12	c constraints type 
12.80/12.12	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
12.80/12.12	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15706
12.80/12.12	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
12.80/12.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15706
32.65/21.33	c cleaning 2505 clauses out of 5010 with flag 5010/5010
53.91/31.96	c cleaning 4264 clauses out of 8528 with flag 11033/11033
85.10/47.40	c cleaning 5618 clauses out of 11236 with flag 18005/18005
129.13/69.49	c cleaning 6827 clauses out of 13654 with flag 26041/26041
172.35/91.07	c cleaning 7896 clauses out of 15791 with flag 35005/35005
214.44/112.07	c cleaning 9005 clauses out of 18009 with flag 45119/45119
284.75/147.09	c cleaning 9961 clauses out of 19922 with flag 56037/56037
363.69/186.23	c cleaning 11076 clauses out of 22151 with flag 68227/68227
462.61/235.39	c cleaning 11928 clauses out of 23856 with flag 81008/81008
578.58/292.84	c cleaning 13079 clauses out of 26158 with flag 95238/95238
687.86/346.93	c cleaning 13923 clauses out of 27846 with flag 110005/110005
777.37/391.32	c cleaning 14959 clauses out of 29918 with flag 126000/126000
921.58/462.94	c cleaning 16041 clauses out of 32082 with flag 143123/143123
1110.97/556.83	c cleaning 16987 clauses out of 33974 with flag 161056/161056
1217.59/609.83	c cleaning 17970 clauses out of 35944 with flag 180013/180013
1374.68/687.91	c cleaning 19065 clauses out of 38129 with flag 200168/200168
1548.56/774.37	c cleaning 20034 clauses out of 40067 with flag 221171/221171
1772.34/885.45	c cleaning 20939 clauses out of 41878 with flag 243016/243016
1800.03/899.21	c starts		: 120
1800.03/899.21	c conflicts		: 246018
1800.03/899.21	c decisions		: 591091
1800.03/899.21	c propagations		: 25450559
1800.03/899.21	c inspects		: 1103855808
1800.03/899.21	c learnt literals	: 0
1800.03/899.21	c learnt binary clauses	: 0
1800.03/899.21	c learnt ternary clauses	: 4
1800.03/899.21	c learnt clauses	: 246017
1800.03/899.21	c ignored clauses	: 0
1800.03/899.21	c root simplifications	: 0
1800.03/899.21	c removed literals (reason simplification)	: 963425
1800.03/899.21	c reason swapping (by a shorter reason)	: 0
1800.03/899.21	c Calls to reduceDB	: 18
1800.03/899.21	c number of reductions to clauses (during analyze)	: 0
1800.03/899.21	c number of learned constraints concerned by reduction	: 0
1800.03/899.21	c number of learning phase by resolution	: 0
1800.03/899.21	c number of learning phase by cutting planes	: 0
1800.03/899.21	c speed (assignments/second)	: 28689.875458238832
1800.03/899.21	c non guided choices	16171
1800.03/899.22	c learnt constraints type 
1800.03/899.22	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 23946
1800.03/899.22	c constraints type 
1800.03/899.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15706
1800.03/899.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.03/899.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.03/899.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15706
1800.03/899.22	c constraints type 
1800.03/899.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1800.03/899.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15706
1800.03/899.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1800.03/899.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15706
1800.03/899.22	s UNKNOWN
1800.03/899.22	c Total wall clock time (in seconds): 899.113

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-3737702-1338755111/watcher-3737702-1338755111 -o /tmp/evaluation-result-3737702-1338755111/solver-3737702-1338755111 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3737702-1338755111.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.98 3.53 3.57 3/193 4469
/proc/meminfo: memFree=27652616/32873648 swapFree=7116/7116
[pid=4469] ppid=4467 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/4469/stat : 4469 (java6) D 4467 4469 32179 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 341636534 9515008 182 33554432000 1073741824 1073778376 140733956515616 140733956506648 260190322357 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/4469/statm: 2323 182 140 9 0 71 0

[startup+0.0124991 s]
/proc/loadavg: 2.98 3.53 3.57 3/193 4469
/proc/meminfo: memFree=27652616/32873648 swapFree=7116/7116
[pid=4469] ppid=4467 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/4469/stat : 4469 (java) S 4467 4469 32179 0 -1 4202496 1274 0 0 0 0 0 0 0 20 0 2 0 341636534 98570240 976 33554432000 1073741824 1073778376 140733667409184 140733667400320 260193681469 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4469/statm: 24065 976 742 9 0 16771 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96260

[startup+0.100234 s]
/proc/loadavg: 2.98 3.53 3.57 3/193 4469
/proc/meminfo: memFree=27652616/32873648 swapFree=7116/7116
[pid=4469] ppid=4467 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/4469/stat : 4469 (java) S 4467 4469 32179 0 -1 4202496 4711 0 1 0 8 1 0 0 20 0 18 0 341636534 2764726272 6415 33554432000 1073741824 1073778376 140733667409184 140733667400320 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4469/statm: 674982 6416 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300218 s]
/proc/loadavg: 2.98 3.53 3.57 3/193 4469
/proc/meminfo: memFree=27652616/32873648 swapFree=7116/7116
[pid=4469] ppid=4467 vsize=2699928 CPUtime=0.46 cores=1,3,5,7
/proc/4469/stat : 4469 (java) S 4467 4469 32179 0 -1 4202496 5709 0 1 0 45 1 0 0 20 0 18 0 341636534 2764726272 8700 33554432000 1073741824 1073778376 140733667409184 140733667400320 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4469/statm: 674982 8700 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2699928

[startup+0.700254 s]
/proc/loadavg: 2.98 3.53 3.57 3/193 4469
/proc/meminfo: memFree=27652616/32873648 swapFree=7116/7116
[pid=4469] ppid=4467 vsize=2699928 CPUtime=1.13 cores=1,3,5,7
/proc/4469/stat : 4469 (java) S 4467 4469 32179 0 -1 4202496 12108 0 1 0 111 2 0 0 20 0 18 0 341636534 2764726272 15617 33554432000 1073741824 1073778376 140733667409184 140733667400320 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4469/statm: 674982 15617 2233 9 0 665676 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 2699928

[startup+1.50064 s]
/proc/loadavg: 2.98 3.53 3.57 3/211 4487
/proc/meminfo: memFree=27587484/32873648 swapFree=7116/7116
[pid=4469] ppid=4467 vsize=2699928 CPUtime=2.11 cores=1,3,5,7
/proc/4469/stat : 4469 (java) S 4467 4469 32179 0 -1 4202496 12658 0 1 0 208 3 0 0 20 0 18 0 341636534 2764726272 19876 33554432000 1073741824 1073778376 140733667409184 140733667400320 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4469/statm: 674982 19876 2237 9 0 665676 0
[pid=4469/tid=4471] ppid=4467 vsize=2699928 CPUtime=1.46 cores=1,3,5,7
/proc/4469/task/4471/stat : 4471 (java) R 4467 4469 32179 0 -1 4202560 2797 0 1 0 145 1 0 0 20 0 18 0 341636535 2764726272 19876 33554432000 1073741824 1073778376 140733667409184 140724087697880 140723949561812 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4469/tid=4472] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4472/stat : 4472 (java) S 4467 4469 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341636537 2764726272 19876 33554432000 1073741824 1073778376 140733667409184 140724071979432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4473] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4473/stat : 4473 (java) S 4467 4469 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341636537 2764726272 19876 33554432000 1073741824 1073778376 140733667409184 140724070926888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4469/tid=4474] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4474/stat : 4474 (java) S 4467 4469 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341636537 2764726272 19876 33554432000 1073741824 1073778376 140733667409184 140724069873832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4469/tid=4475] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4475/stat : 4475 (java) S 4467 4469 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341636537 2764726272 19876 33554432000 1073741824 1073778376 140733667409184 140724068821288 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4469/tid=4476] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4476/stat : 4476 (java) S 4467 4469 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341636537 2764726272 19876 33554432000 1073741824 1073778376 140733667409184 140724067769256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4477] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4477/stat : 4477 (java) S 4467 4469 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341636537 2764726272 19876 33554432000 1073741824 1073778376 140733667409184 140723949136936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4469/tid=4478] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4478/stat : 4478 (java) S 4467 4469 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341636537 2764726272 19876 33554432000 1073741824 1073778376 140733667409184 140723948083880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4479] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4479/stat : 4479 (java) S 4467 4469 32179 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341636537 2764726272 19876 33554432000 1073741824 1073778376 140733667409184 140723947031336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4480] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4480/stat : 4480 (java) S 4467 4469 32179 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341636538 2764726272 19876 33554432000 1073741824 1073778376 140733667409184 140723934620008 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4481] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4481/stat : 4481 (java) S 4467 4469 32179 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341636538 2764726272 19876 33554432000 1073741824 1073778376 140733667409184 140723933566328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4482] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4482/stat : 4482 (java) S 4467 4469 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341636538 2764726272 19876 33554432000 1073741824 1073778376 140733667409184 140723328377736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4483] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4483/stat : 4483 (java) S 4467 4469 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341636540 2764726272 19876 33554432000 1073741824 1073778376 140733667409184 140723327326480 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4484] ppid=4467 vsize=2699928 CPUtime=0.26 cores=1,3,5,7
/proc/4469/task/4484/stat : 4484 (java) S 4467 4469 32179 0 -1 4202560 2635 0 0 0 26 0 0 0 20 0 18 0 341636540 2764726272 19876 33554432000 1073741824 1073778376 140733667409184 140723326274360 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4485] ppid=4467 vsize=2699928 CPUtime=0.35 cores=1,3,5,7
/proc/4469/task/4485/stat : 4485 (java) S 4467 4469 32179 0 -1 4202560 6041 0 0 0 35 0 0 0 20 0 18 0 341636540 2764726272 19876 33554432000 1073741824 1073778376 140733667409184 140723325221816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4469/tid=4486] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4486/stat : 4486 (java) S 4467 4469 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341636540 2764726272 19876 33554432000 1073741824 1073778376 140733667409184 140723324168952 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4469/tid=4487] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4487/stat : 4487 (java) S 4467 4469 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341636541 2764726272 19876 33554432000 1073741824 1073778376 140733667409184 140723323116616 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 2699928

[startup+3.10067 s]
/proc/loadavg: 2.98 3.53 3.57 4/211 4487
/proc/meminfo: memFree=27566136/32873648 swapFree=7116/7116
[pid=4469] ppid=4467 vsize=2699928 CPUtime=3.79 cores=1,3,5,7
/proc/4469/stat : 4469 (java) S 4467 4469 32179 0 -1 4202496 12711 0 1 0 376 3 0 0 20 0 18 0 341636534 2764726272 25540 33554432000 1073741824 1073778376 140733667409184 140733667400320 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4469/statm: 674982 25540 2238 9 0 665676 0
[pid=4469/tid=4471] ppid=4467 vsize=2699928 CPUtime=3.06 cores=1,3,5,7
/proc/4469/task/4471/stat : 4471 (java) R 4467 4469 32179 0 -1 4202560 2809 0 1 0 304 2 0 0 20 0 18 0 341636535 2764726272 25540 33554432000 1073741824 1073778376 140733667409184 140724087695736 140723949561723 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4469/tid=4472] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4472/stat : 4472 (java) S 4467 4469 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341636537 2764726272 25540 33554432000 1073741824 1073778376 140733667409184 140724071979432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4473] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4473/stat : 4473 (java) S 4467 4469 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341636537 2764726272 25540 33554432000 1073741824 1073778376 140733667409184 140724070926888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4469/tid=4474] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4474/stat : 4474 (java) S 4467 4469 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341636537 2764726272 25540 33554432000 1073741824 1073778376 140733667409184 140724069873832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4469/tid=4475] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4475/stat : 4475 (java) S 4467 4469 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341636537 2764726272 25540 33554432000 1073741824 1073778376 140733667409184 140724068821288 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4469/tid=4476] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4476/stat : 4476 (java) S 4467 4469 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341636537 2764726272 25540 33554432000 1073741824 1073778376 140733667409184 140724067769256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4477] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4477/stat : 4477 (java) S 4467 4469 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341636537 2764726272 25540 33554432000 1073741824 1073778376 140733667409184 140723949136936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4469/tid=4478] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4478/stat : 4478 (java) S 4467 4469 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341636537 2764726272 25540 33554432000 1073741824 1073778376 140733667409184 140723948083880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4479] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4479/stat : 4479 (java) S 4467 4469 32179 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341636537 2764726272 25540 33554432000 1073741824 1073778376 140733667409184 140723947031336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4480] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4480/stat : 4480 (java) S 4467 4469 32179 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341636538 2764726272 25540 33554432000 1073741824 1073778376 140733667409184 140723934620008 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4481] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4481/stat : 4481 (java) S 4467 4469 32179 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341636538 2764726272 25540 33554432000 1073741824 1073778376 140733667409184 140723933566328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4482] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4482/stat : 4482 (java) S 4467 4469 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341636538 2764726272 25540 33554432000 1073741824 1073778376 140733667409184 140723328377736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4483] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4483/stat : 4483 (java) S 4467 4469 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341636540 2764726272 25540 33554432000 1073741824 1073778376 140733667409184 140723327326480 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4484] ppid=4467 vsize=2699928 CPUtime=0.29 cores=1,3,5,7
/proc/4469/task/4484/stat : 4484 (java) S 4467 4469 32179 0 -1 4202560 2644 0 0 0 29 0 0 0 20 0 18 0 341636540 2764726272 25540 33554432000 1073741824 1073778376 140733667409184 140723326274360 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4485] ppid=4467 vsize=2699928 CPUtime=0.4 cores=1,3,5,7
/proc/4469/task/4485/stat : 4485 (java) S 4467 4469 32179 0 -1 4202560 6073 0 0 0 40 0 0 0 20 0 18 0 341636540 2764726272 25540 33554432000 1073741824 1073778376 140733667409184 140723325221816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4469/tid=4486] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4486/stat : 4486 (java) S 4467 4469 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341636540 2764726272 25540 33554432000 1073741824 1073778376 140733667409184 140723324168952 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4469/tid=4487] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4487/stat : 4487 (java) S 4467 4469 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341636541 2764726272 25540 33554432000 1073741824 1073778376 140733667409184 140723323116616 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 2699928

[startup+6.30073 s]
/proc/loadavg: 2.90 3.51 3.56 3/211 4487
/proc/meminfo: memFree=27519212/32873648 swapFree=7116/7116
[pid=4469] ppid=4467 vsize=2699928 CPUtime=6.99 cores=1,3,5,7
/proc/4469/stat : 4469 (java) S 4467 4469 32179 0 -1 4202496 12734 0 1 0 695 4 0 0 20 0 18 0 341636534 2764726272 35715 33554432000 1073741824 1073778376 140733667409184 140733667400320 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4469/statm: 674982 35715 2239 9 0 665676 0
[pid=4469/tid=4471] ppid=4467 vsize=2699928 CPUtime=6.25 cores=1,3,5,7
/proc/4469/task/4471/stat : 4471 (java) R 4467 4469 32179 0 -1 4202560 2831 0 1 0 623 2 0 0 20 0 18 0 341636535 2764726272 35715 33554432000 1073741824 1073778376 140733667409184 140724087689120 140723949561660 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4469/tid=4472] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4472/stat : 4472 (java) S 4467 4469 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341636537 2764726272 35715 33554432000 1073741824 1073778376 140733667409184 140724071979432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4473] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4473/stat : 4473 (java) S 4467 4469 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341636537 2764726272 35715 33554432000 1073741824 1073778376 140733667409184 140724070926888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4469/tid=4474] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4474/stat : 4474 (java) S 4467 4469 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341636537 2764726272 35715 33554432000 1073741824 1073778376 140733667409184 140724069873832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4469/tid=4475] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4475/stat : 4475 (java) S 4467 4469 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341636537 2764726272 35715 33554432000 1073741824 1073778376 140733667409184 140724068821288 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4469/tid=4476] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4476/stat : 4476 (java) S 4467 4469 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341636537 2764726272 35715 33554432000 1073741824 1073778376 140733667409184 140724067769256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4477] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4477/stat : 4477 (java) S 4467 4469 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341636537 2764726272 35715 33554432000 1073741824 1073778376 140733667409184 140723949136936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4469/tid=4478] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4478/stat : 4478 (java) S 4467 4469 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341636537 2764726272 35715 33554432000 1073741824 1073778376 140733667409184 140723948083880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4479] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4479/stat : 4479 (java) S 4467 4469 32179 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341636537 2764726272 35715 33554432000 1073741824 1073778376 140733667409184 140723947031336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4480] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4480/stat : 4480 (java) S 4467 4469 32179 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341636538 2764726272 35715 33554432000 1073741824 1073778376 140733667409184 140723934620008 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4481] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4481/stat : 4481 (java) S 4467 4469 32179 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341636538 2764726272 35715 33554432000 1073741824 1073778376 140733667409184 140723933566328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4482] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4482/stat : 4482 (java) S 4467 4469 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341636538 2764726272 35715 33554432000 1073741824 1073778376 140733667409184 140723328377736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4483] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4483/stat : 4483 (java) S 4467 4469 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341636540 2764726272 35715 33554432000 1073741824 1073778376 140733667409184 140723327326480 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4484] ppid=4467 vsize=2699928 CPUtime=0.29 cores=1,3,5,7
/proc/4469/task/4484/stat : 4484 (java) S 4467 4469 32179 0 -1 4202560 2644 0 0 0 29 0 0 0 20 0 18 0 341636540 2764726272 35715 33554432000 1073741824 1073778376 140733667409184 140723326274360 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4485] ppid=4467 vsize=2699928 CPUtime=0.4 cores=1,3,5,7
/proc/4469/task/4485/stat : 4485 (java) S 4467 4469 32179 0 -1 4202560 6073 0 0 0 40 0 0 0 20 0 18 0 341636540 2764726272 35715 33554432000 1073741824 1073778376 140733667409184 140723325221816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4469/tid=4486] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4486/stat : 4486 (java) S 4467 4469 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341636540 2764726272 35715 33554432000 1073741824 1073778376 140733667409184 140723324168952 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4469/tid=4487] ppid=4467 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4487/stat : 4487 (java) S 4467 4469 32179 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341636541 2764726272 35715 33554432000 1073741824 1073778376 140733667409184 140723323116616 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.99
Current children cumulated vsize (KiB) 2699928

[startup+12.7006 s]
/proc/loadavg: 2.83 3.48 3.56 3/211 4487
/proc/meminfo: memFree=27428468/32873648 swapFree=7116/7116
[pid=4469] ppid=4467 vsize=2966184 CPUtime=14.79 cores=1,3,5,7
/proc/4469/stat : 4469 (java) S 4467 4469 32179 0 -1 4202496 14426 0 1 0 1472 7 0 0 20 0 22 0 341636534 3037372416 74876 33554432000 1073741824 1073778376 140733667409184 140733667400320 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4469/statm: 741546 74876 2257 9 0 732240 0
[pid=4469/tid=4471] ppid=4467 vsize=2966184 CPUtime=12.05 cores=1,3,5,7

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

/proc/4469/statm: 741546 272393 2285 9 0 732240 0
[pid=4469/tid=4471] ppid=4467 vsize=2966184 CPUtime=12.07 cores=1,3,5,7
/proc/4469/task/4471/stat : 4471 (java) S 4467 4469 32179 0 -1 4202560 2892 0 1 0 1203 4 0 0 20 0 22 0 341636535 3037372416 272393 33554432000 1073741824 1073778376 140733667409184 140724087698584 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4469/tid=4472] ppid=4467 vsize=2966184 CPUtime=4.12 cores=1,3,5,7
/proc/4469/task/4472/stat : 4472 (java) S 4467 4469 32179 0 -1 4202560 355 0 0 0 405 7 0 0 20 0 22 0 341636537 3037372416 272393 33554432000 1073741824 1073778376 140733667409184 140724071979432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4469/tid=4473] ppid=4467 vsize=2966184 CPUtime=4.21 cores=1,3,5,7
/proc/4469/task/4473/stat : 4473 (java) S 4467 4469 32179 0 -1 4202560 351 0 0 0 412 9 0 0 20 0 22 0 341636537 3037372416 272393 33554432000 1073741824 1073778376 140733667409184 140724070926888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4469/tid=4474] ppid=4467 vsize=2966184 CPUtime=4.24 cores=1,3,5,7
/proc/4469/task/4474/stat : 4474 (java) S 4467 4469 32179 0 -1 4202560 348 0 0 0 415 9 0 0 20 0 22 0 341636537 3037372416 272393 33554432000 1073741824 1073778376 140733667409184 140724069873832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4469/tid=4475] ppid=4467 vsize=2966184 CPUtime=4.17 cores=1,3,5,7
/proc/4469/task/4475/stat : 4475 (java) S 4467 4469 32179 0 -1 4202560 390 0 0 0 407 10 0 0 20 0 22 0 341636537 3037372416 272393 33554432000 1073741824 1073778376 140733667409184 140724068821288 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4476] ppid=4467 vsize=2966184 CPUtime=4.17 cores=1,3,5,7
/proc/4469/task/4476/stat : 4476 (java) S 4467 4469 32179 0 -1 4202560 383 0 0 0 406 11 0 0 20 0 22 0 341636537 3037372416 272393 33554432000 1073741824 1073778376 140733667409184 140724067769256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4469/tid=4477] ppid=4467 vsize=2966184 CPUtime=4.2 cores=1,3,5,7
/proc/4469/task/4477/stat : 4477 (java) S 4467 4469 32179 0 -1 4202560 391 0 0 0 411 9 0 0 20 0 22 0 341636537 3037372416 272393 33554432000 1073741824 1073778376 140733667409184 140723949136936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4469/tid=4478] ppid=4467 vsize=2966184 CPUtime=4.23 cores=1,3,5,7
/proc/4469/task/4478/stat : 4478 (java) S 4467 4469 32179 0 -1 4202560 367 0 0 0 412 11 0 0 20 0 22 0 341636537 3037372416 272393 33554432000 1073741824 1073778376 140733667409184 140723948083880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4479] ppid=4467 vsize=2966184 CPUtime=4.15 cores=1,3,5,7
/proc/4469/task/4479/stat : 4479 (java) S 4467 4469 32179 0 -1 4202560 357 0 0 0 407 8 0 0 20 0 22 0 341636537 3037372416 272393 33554432000 1073741824 1073778376 140733667409184 140723947031336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4469/tid=4480] ppid=4467 vsize=2966184 CPUtime=3.86 cores=1,3,5,7
/proc/4469/task/4480/stat : 4480 (java) S 4467 4469 32179 0 -1 4202560 140 0 0 0 344 42 0 0 20 0 22 0 341636538 3037372416 272393 33554432000 1073741824 1073778376 140733667409184 140723934620008 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4469/tid=4481] ppid=4467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4481/stat : 4481 (java) S 4467 4469 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341636538 3037372416 272393 33554432000 1073741824 1073778376 140733667409184 140723933566328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4469/tid=4482] ppid=4467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4482/stat : 4482 (java) S 4467 4469 32179 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341636538 3037372416 272393 33554432000 1073741824 1073778376 140733667409184 140723328377736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4483] ppid=4467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4483/stat : 4483 (java) S 4467 4469 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341636540 3037372416 272393 33554432000 1073741824 1073778376 140733667409184 140723327326480 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4484] ppid=4467 vsize=2966184 CPUtime=1.17 cores=1,3,5,7
/proc/4469/task/4484/stat : 4484 (java) S 4467 4469 32179 0 -1 4202560 5175 0 0 0 117 0 0 0 20 0 22 0 341636540 3037372416 272393 33554432000 1073741824 1073778376 140733667409184 140723326274360 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4469/tid=4485] ppid=4467 vsize=2966184 CPUtime=1.2 cores=1,3,5,7
/proc/4469/task/4485/stat : 4485 (java) S 4467 4469 32179 0 -1 4202560 6115 0 0 0 118 2 0 0 20 0 22 0 341636540 3037372416 272393 33554432000 1073741824 1073778376 140733667409184 140723325221816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4469/tid=4486] ppid=4467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4486/stat : 4486 (java) S 4467 4469 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341636540 3037372416 272393 33554432000 1073741824 1073778376 140733667409184 140723324168952 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4469/tid=4487] ppid=4467 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/4469/task/4487/stat : 4487 (java) S 4467 4469 32179 0 -1 4202560 48 0 0 0 12 20 0 0 20 0 22 0 341636541 3037372416 272393 33554432000 1073741824 1073778376 140733667409184 140723323116616 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4469/tid=4488] ppid=4467 vsize=2966184 CPUtime=794.45 cores=1,3,5,7
/proc/4469/task/4488/stat : 4488 (java) R 4467 4469 32179 0 -1 4202560 393 0 0 0 79429 16 0 0 20 0 22 0 341637746 3037372416 272393 33554432000 1073741824 1073778376 140733667409184 140723322059264 140723950226036 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4489] ppid=4467 vsize=2966184 CPUtime=794.49 cores=1,3,5,7
/proc/4469/task/4489/stat : 4489 (java) R 4467 4469 32179 0 -1 4202560 477 0 0 0 79434 15 0 0 20 0 22 0 341637746 3037372416 272393 33554432000 1073741824 1073778376 140733667409184 140723321007600 140723950022461 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4469/tid=4490] ppid=4467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4490/stat : 4490 (java) S 4467 4469 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341637749 3037372416 272393 33554432000 1073741824 1073778376 140733667409184 140723319956264 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4469/tid=4491] ppid=4467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4491/stat : 4491 (java) S 4467 4469 32179 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341637749 3037372416 272393 33554432000 1073741824 1073778376 140733667409184 140723318903720 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1645.03
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 4.01 3.90 3.66 5/219 4526
/proc/meminfo: memFree=25913824/32873648 swapFree=7116/7116
[pid=4469] ppid=4467 vsize=2966184 CPUtime=1766.04 cores=1,3,5,7
/proc/4469/stat : 4469 (java) S 4467 4469 32179 0 -1 4202496 19445 0 1 0 176453 151 0 0 20 0 22 0 341636534 3037372416 275977 33554432000 1073741824 1073778376 140733667409184 140733667400320 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4469/statm: 741546 275977 2285 9 0 732240 0
[pid=4469/tid=4471] ppid=4467 vsize=2966184 CPUtime=12.08 cores=1,3,5,7
/proc/4469/task/4471/stat : 4471 (java) S 4467 4469 32179 0 -1 4202560 2894 0 1 0 1204 4 0 0 20 0 22 0 341636535 3037372416 275977 33554432000 1073741824 1073778376 140733667409184 140724087698584 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4469/tid=4472] ppid=4467 vsize=2966184 CPUtime=4.4 cores=1,3,5,7
/proc/4469/task/4472/stat : 4472 (java) S 4467 4469 32179 0 -1 4202560 358 0 0 0 432 8 0 0 20 0 22 0 341636537 3037372416 275977 33554432000 1073741824 1073778376 140733667409184 140724071979432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4469/tid=4473] ppid=4467 vsize=2966184 CPUtime=4.51 cores=1,3,5,7
/proc/4469/task/4473/stat : 4473 (java) S 4467 4469 32179 0 -1 4202560 353 0 0 0 442 9 0 0 20 0 22 0 341636537 3037372416 275977 33554432000 1073741824 1073778376 140733667409184 140724070926888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4474] ppid=4467 vsize=2966184 CPUtime=4.54 cores=1,3,5,7
/proc/4469/task/4474/stat : 4474 (java) S 4467 4469 32179 0 -1 4202560 350 0 0 0 445 9 0 0 20 0 22 0 341636537 3037372416 275977 33554432000 1073741824 1073778376 140733667409184 140724069873832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4475] ppid=4467 vsize=2966184 CPUtime=4.45 cores=1,3,5,7
/proc/4469/task/4475/stat : 4475 (java) S 4467 4469 32179 0 -1 4202560 394 0 0 0 434 11 0 0 20 0 22 0 341636537 3037372416 275977 33554432000 1073741824 1073778376 140733667409184 140724068821288 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4476] ppid=4467 vsize=2966184 CPUtime=4.47 cores=1,3,5,7
/proc/4469/task/4476/stat : 4476 (java) S 4467 4469 32179 0 -1 4202560 385 0 0 0 435 12 0 0 20 0 22 0 341636537 3037372416 275977 33554432000 1073741824 1073778376 140733667409184 140724067769256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4469/tid=4477] ppid=4467 vsize=2966184 CPUtime=4.49 cores=1,3,5,7
/proc/4469/task/4477/stat : 4477 (java) S 4467 4469 32179 0 -1 4202560 394 0 0 0 440 9 0 0 20 0 22 0 341636537 3037372416 275977 33554432000 1073741824 1073778376 140733667409184 140723949136936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4478] ppid=4467 vsize=2966184 CPUtime=4.55 cores=1,3,5,7
/proc/4469/task/4478/stat : 4478 (java) S 4467 4469 32179 0 -1 4202560 370 0 0 0 444 11 0 0 20 0 22 0 341636537 3037372416 275977 33554432000 1073741824 1073778376 140733667409184 140723948083880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4479] ppid=4467 vsize=2966184 CPUtime=4.49 cores=1,3,5,7
/proc/4469/task/4479/stat : 4479 (java) S 4467 4469 32179 0 -1 4202560 359 0 0 0 440 9 0 0 20 0 22 0 341636537 3037372416 275977 33554432000 1073741824 1073778376 140733667409184 140723947031336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4480] ppid=4467 vsize=2966184 CPUtime=3.89 cores=1,3,5,7
/proc/4469/task/4480/stat : 4480 (java) S 4467 4469 32179 0 -1 4202560 144 0 0 0 345 44 0 0 20 0 22 0 341636538 3037372416 275977 33554432000 1073741824 1073778376 140733667409184 140723934620008 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4481] ppid=4467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4481/stat : 4481 (java) S 4467 4469 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341636538 3037372416 275977 33554432000 1073741824 1073778376 140733667409184 140723933566328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4469/tid=4482] ppid=4467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4482/stat : 4482 (java) S 4467 4469 32179 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341636538 3037372416 275977 33554432000 1073741824 1073778376 140733667409184 140723328377736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4483] ppid=4467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4483/stat : 4483 (java) S 4467 4469 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341636540 3037372416 275977 33554432000 1073741824 1073778376 140733667409184 140723327326480 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4484] ppid=4467 vsize=2966184 CPUtime=1.18 cores=1,3,5,7
/proc/4469/task/4484/stat : 4484 (java) S 4467 4469 32179 0 -1 4202560 5176 0 0 0 118 0 0 0 20 0 22 0 341636540 3037372416 275977 33554432000 1073741824 1073778376 140733667409184 140723326274360 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4469/tid=4485] ppid=4467 vsize=2966184 CPUtime=1.2 cores=1,3,5,7
/proc/4469/task/4485/stat : 4485 (java) S 4467 4469 32179 0 -1 4202560 6115 0 0 0 118 2 0 0 20 0 22 0 341636540 3037372416 275977 33554432000 1073741824 1073778376 140733667409184 140723325221816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4469/tid=4486] ppid=4467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4486/stat : 4486 (java) S 4467 4469 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341636540 3037372416 275977 33554432000 1073741824 1073778376 140733667409184 140723324168952 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4469/tid=4487] ppid=4467 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/4469/task/4487/stat : 4487 (java) S 4467 4469 32179 0 -1 4202560 52 0 0 0 12 23 0 0 20 0 22 0 341636541 3037372416 275977 33554432000 1073741824 1073778376 140733667409184 140723323116616 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4469/tid=4488] ppid=4467 vsize=2966184 CPUtime=853.55 cores=1,3,5,7
/proc/4469/task/4488/stat : 4488 (java) R 4467 4469 32179 0 -1 4202560 415 0 0 0 85339 16 0 0 20 0 22 0 341637746 3037372416 275977 33554432000 1073741824 1073778376 140733667409184 140723322060224 140723950021046 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4469/tid=4489] ppid=4467 vsize=2966184 CPUtime=853.64 cores=1,3,5,7
/proc/4469/task/4489/stat : 4489 (java) R 4467 4469 32179 0 -1 4202560 496 0 0 0 85349 15 0 0 20 0 22 0 341637746 3037372416 275977 33554432000 1073741824 1073778376 140733667409184 140723321006648 140723950094731 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4469/tid=4490] ppid=4467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4490/stat : 4490 (java) S 4467 4469 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341637749 3037372416 275977 33554432000 1073741824 1073778376 140733667409184 140723319956264 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4469/tid=4491] ppid=4467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4491/stat : 4491 (java) S 4467 4469 32179 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341637749 3037372416 275977 33554432000 1073741824 1073778376 140733667409184 140723318903720 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1766.04
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.201 s]
/proc/loadavg: 4.01 3.91 3.67 5/220 4529
/proc/meminfo: memFree=25909992/32873648 swapFree=7116/7116
[pid=4469] ppid=4467 vsize=2966184 CPUtime=1800.03 cores=1,3,5,7
/proc/4469/stat : 4469 (java) S 4467 4469 32179 0 -1 4202496 19468 0 1 0 179851 152 0 0 20 0 22 0 341636534 3037372416 277001 33554432000 1073741824 1073778376 140733667409184 140733667400320 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4469/statm: 741546 277001 2285 9 0 732240 0
[pid=4469/tid=4471] ppid=4467 vsize=2966184 CPUtime=12.08 cores=1,3,5,7
/proc/4469/task/4471/stat : 4471 (java) S 4467 4469 32179 0 -1 4202560 2895 0 1 0 1204 4 0 0 20 0 22 0 341636535 3037372416 277001 33554432000 1073741824 1073778376 140733667409184 140724087698584 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4469/tid=4472] ppid=4467 vsize=2966184 CPUtime=4.5 cores=1,3,5,7
/proc/4469/task/4472/stat : 4472 (java) S 4467 4469 32179 0 -1 4202560 358 0 0 0 442 8 0 0 20 0 22 0 341636537 3037372416 277001 33554432000 1073741824 1073778376 140733667409184 140724071979432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4469/tid=4473] ppid=4467 vsize=2966184 CPUtime=4.6 cores=1,3,5,7
/proc/4469/task/4473/stat : 4473 (java) S 4467 4469 32179 0 -1 4202560 354 0 0 0 451 9 0 0 20 0 22 0 341636537 3037372416 277001 33554432000 1073741824 1073778376 140733667409184 140724070926888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4474] ppid=4467 vsize=2966184 CPUtime=4.67 cores=1,3,5,7
/proc/4469/task/4474/stat : 4474 (java) S 4467 4469 32179 0 -1 4202560 351 0 0 0 457 10 0 0 20 0 22 0 341636537 3037372416 277001 33554432000 1073741824 1073778376 140733667409184 140724069873832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4469/tid=4475] ppid=4467 vsize=2966184 CPUtime=4.6 cores=1,3,5,7
/proc/4469/task/4475/stat : 4475 (java) S 4467 4469 32179 0 -1 4202560 395 0 0 0 449 11 0 0 20 0 22 0 341636537 3037372416 277001 33554432000 1073741824 1073778376 140733667409184 140724068821288 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4476] ppid=4467 vsize=2966184 CPUtime=4.6 cores=1,3,5,7
/proc/4469/task/4476/stat : 4476 (java) S 4467 4469 32179 0 -1 4202560 386 0 0 0 448 12 0 0 20 0 22 0 341636537 3037372416 277001 33554432000 1073741824 1073778376 140733667409184 140724067769256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4469/tid=4477] ppid=4467 vsize=2966184 CPUtime=4.64 cores=1,3,5,7
/proc/4469/task/4477/stat : 4477 (java) S 4467 4469 32179 0 -1 4202560 395 0 0 0 454 10 0 0 20 0 22 0 341636537 3037372416 277001 33554432000 1073741824 1073778376 140733667409184 140723949136936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4469/tid=4478] ppid=4467 vsize=2966184 CPUtime=4.65 cores=1,3,5,7
/proc/4469/task/4478/stat : 4478 (java) S 4467 4469 32179 0 -1 4202560 370 0 0 0 454 11 0 0 20 0 22 0 341636537 3037372416 277001 33554432000 1073741824 1073778376 140733667409184 140723948083880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4469/tid=4479] ppid=4467 vsize=2966184 CPUtime=4.64 cores=1,3,5,7
/proc/4469/task/4479/stat : 4479 (java) S 4467 4469 32179 0 -1 4202560 359 0 0 0 455 9 0 0 20 0 22 0 341636537 3037372416 277001 33554432000 1073741824 1073778376 140733667409184 140723947031336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4480] ppid=4467 vsize=2966184 CPUtime=4.12 cores=1,3,5,7
/proc/4469/task/4480/stat : 4480 (java) S 4467 4469 32179 0 -1 4202560 144 0 0 0 368 44 0 0 20 0 22 0 341636538 3037372416 277001 33554432000 1073741824 1073778376 140733667409184 140723934620008 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4469/tid=4481] ppid=4467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4481/stat : 4481 (java) S 4467 4469 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341636538 3037372416 277001 33554432000 1073741824 1073778376 140733667409184 140723933566328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4469/tid=4482] ppid=4467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4482/stat : 4482 (java) S 4467 4469 32179 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341636538 3037372416 277001 33554432000 1073741824 1073778376 140733667409184 140723328377736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4483] ppid=4467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4483/stat : 4483 (java) S 4467 4469 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341636540 3037372416 277001 33554432000 1073741824 1073778376 140733667409184 140723327326480 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4469/tid=4484] ppid=4467 vsize=2966184 CPUtime=1.18 cores=1,3,5,7
/proc/4469/task/4484/stat : 4484 (java) S 4467 4469 32179 0 -1 4202560 5176 0 0 0 118 0 0 0 20 0 22 0 341636540 3037372416 277001 33554432000 1073741824 1073778376 140733667409184 140723326274360 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4469/tid=4485] ppid=4467 vsize=2966184 CPUtime=1.2 cores=1,3,5,7
/proc/4469/task/4485/stat : 4485 (java) S 4467 4469 32179 0 -1 4202560 6115 0 0 0 118 2 0 0 20 0 22 0 341636540 3037372416 277001 33554432000 1073741824 1073778376 140733667409184 140723325221816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4469/tid=4486] ppid=4467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4486/stat : 4486 (java) S 4467 4469 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341636540 3037372416 277001 33554432000 1073741824 1073778376 140733667409184 140723324168952 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4469/tid=4487] ppid=4467 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/4469/task/4487/stat : 4487 (java) S 4467 4469 32179 0 -1 4202560 52 0 0 0 13 23 0 0 20 0 22 0 341636541 3037372416 277001 33554432000 1073741824 1073778376 140733667409184 140723323116616 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4469/tid=4488] ppid=4467 vsize=2966184 CPUtime=869.88 cores=1,3,5,7
/proc/4469/task/4488/stat : 4488 (java) R 4467 4469 32179 0 -1 4202560 425 0 0 0 86971 17 0 0 20 0 22 0 341637746 3037372416 277001 33554432000 1073741824 1073778376 140733667409184 140723322060224 140723949988238 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4469/tid=4489] ppid=4467 vsize=2966184 CPUtime=870 cores=1,3,5,7
/proc/4469/task/4489/stat : 4489 (java) R 4467 4469 32179 0 -1 4202560 503 0 0 0 86984 16 0 0 20 0 22 0 341637746 3037372416 277001 33554432000 1073741824 1073778376 140733667409184 140723321006936 140723950094800 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4469/tid=4490] ppid=4467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4490/stat : 4490 (java) S 4467 4469 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341637749 3037372416 277001 33554432000 1073741824 1073778376 140733667409184 140723319956264 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4469/tid=4491] ppid=4467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4469/task/4491/stat : 4491 (java) S 4467 4469 32179 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341637749 3037372416 277001 33554432000 1073741824 1073778376 140733667409184 140723318903720 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 4469 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=70259
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=20692
# CPU time returned by wait4() is 1796.09
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 899.244
CPU time (s): 1800.03
CPU user time (s): 1798.51
CPU system time (s): 1.52
CPU usage (%): 200.172
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.07
system time used= 2.02069
maximum resident set size= 1108120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19498
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42323
involuntary context switches= 74773

runsolver used 3.33949 second user time and 8.22475 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-03 22:25:11
IDJOB=3737702
IDBENCH=48295
IDSOLVER=2324
FILE ID=node123/3737702-1338755111
RUNJOBID= node123-1338737887-32196
PBS_JOBID= 14636768
Free space on /tmp= 71300 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_5_80.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737702-1338755111/watcher-3737702-1338755111 -o /tmp/evaluation-result-3737702-1338755111/solver-3737702-1338755111 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3737702-1338755111.opb

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

MD5SUM BENCH= 611c10fb20bc9774d31ac4d0681f384d
RANDOM SEED=1657916145

node123.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		: 2667.217
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	: 5334.43
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		: 2667.217
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		: 2667.217
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		: 2667.217
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		: 2667.217
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.91
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		: 2667.217
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.91
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		: 2667.217
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		: 2667.217
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:       32873648 kB
MemFree:        27652508 kB
Buffers:         1806316 kB
Cached:          2244272 kB
SwapCached:         2268 kB
Active:          2424296 kB
Inactive:        1903556 kB
Active(anon):     270024 kB
Inactive(anon):     5504 kB
Active(file):    2154272 kB
Inactive(file):  1898052 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100316 kB
Dirty:               436 kB
Writeback:             0 kB
AnonPages:        281860 kB
Mapped:            18352 kB
Shmem:                 0 kB
Slab:             750532 kB
SReclaimable:     194380 kB
SUnreclaim:       556152 kB
KernelStack:        1592 kB
PageTables:         4368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1571944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71300 MiB
End job on node123 at 2012-06-03 22:40:12