Trace number 4085435

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16UNSAT 593.54 592.327

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_3.opb
MD5SUMd2b3af71376059fa940b007abcee01cc
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark165.369
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2821
Number of bits of the biggest sum of numbers12
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
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 No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085435-1465243400.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
0.09/0.13	c ... done. Wall clock time 0.016s.
0.09/0.13	c declared #vars     31
0.09/0.13	c #constraints  9
0.09/0.13	c constraints type 
0.09/0.13	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.09/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.09/0.13	c 9 constraints processed.
0.09/0.13	c objective function length is 1 literals
0.64/0.48	c cleaning 2501 clauses out of 5002 with flag 10165/5002
1.15/0.86	c cleaning 4250 clauses out of 8499 with flag 22301/11000
1.65/1.38	c cleaning 5624 clauses out of 11249 with flag 36420/18000
2.31/1.99	c cleaning 6813 clauses out of 13625 with flag 52750/26000
3.13/2.73	c cleaning 7907 clauses out of 15813 with flag 71107/35001
4.03/3.68	c cleaning 8950 clauses out of 17905 with flag 91343/45000
5.13/4.77	c cleaning 9979 clauses out of 19957 with flag 113930/56002
6.43/6.05	c cleaning 10986 clauses out of 21978 with flag 138621/68002
7.83/7.49	c cleaning 11995 clauses out of 23990 with flag 165261/81000
9.73/9.31	c cleaning 12997 clauses out of 25997 with flag 193978/95002
11.73/11.36	c cleaning 13999 clauses out of 28000 with flag 224955/110002
14.14/13.78	c cleaning 14999 clauses out of 30000 with flag 258293/126001
16.84/16.45	c cleaning 15997 clauses out of 32001 with flag 293742/143001
19.84/19.49	c cleaning 16999 clauses out of 34003 with flag 330736/161000
23.24/22.83	c cleaning 18002 clauses out of 36004 with flag 369469/180000
26.94/26.52	c cleaning 19000 clauses out of 38003 with flag 410015/200001
31.04/30.65	c cleaning 20000 clauses out of 40003 with flag 453281/221001
35.43/35.08	c cleaning 20999 clauses out of 42003 with flag 498690/243001
40.44/40.08	c cleaning 22003 clauses out of 44005 with flag 545524/266002
45.84/45.42	c cleaning 23000 clauses out of 46000 with flag 594289/290000
51.33/50.95	c cleaning 23996 clauses out of 48003 with flag 645652/315003
57.44/57.07	c cleaning 25000 clauses out of 50005 with flag 699365/341001
63.84/63.47	c cleaning 25998 clauses out of 52004 with flag 754576/368000
70.85/70.50	c cleaning 27002 clauses out of 54009 with flag 811504/396003
78.44/78.03	c cleaning 27999 clauses out of 56007 with flag 871397/425003
85.84/85.42	c cleaning 29003 clauses out of 58005 with flag 933519/455000
93.84/93.44	c cleaning 29999 clauses out of 60003 with flag 997470/486001
102.84/102.43	c cleaning 30999 clauses out of 62003 with flag 1063534/518000
112.04/111.60	c cleaning 32000 clauses out of 64004 with flag 1131810/551000
123.04/122.66	c cleaning 33002 clauses out of 66005 with flag 1202026/585001
134.84/134.46	c cleaning 33999 clauses out of 68002 with flag 1273221/620000
147.35/146.90	c cleaning 35000 clauses out of 70004 with flag 1346737/656001
159.95/159.55	c cleaning 35997 clauses out of 72003 with flag 1423657/693000
172.54/172.14	c cleaning 37000 clauses out of 74006 with flag 1501585/731000
186.46/186.01	c cleaning 38001 clauses out of 76007 with flag 1582076/770001
201.95/201.58	c cleaning 39000 clauses out of 78005 with flag 1664900/810000
217.66/217.20	c cleaning 40002 clauses out of 80006 with flag 1749421/851001
233.56/233.17	c cleaning 41002 clauses out of 82006 with flag 1835301/893003
251.90/251.45	c cleaning 41999 clauses out of 84002 with flag 1923324/936001
269.91/269.47	c cleaning 42998 clauses out of 86002 with flag 2012731/980000
289.70/289.28	c cleaning 43999 clauses out of 88004 with flag 2104138/1025000
310.41/309.98	c cleaning 45003 clauses out of 90006 with flag 2197522/1071001
332.80/331.75	c cleaning 46000 clauses out of 92003 with flag 2294124/1118001
357.89/356.87	c cleaning 46995 clauses out of 94002 with flag 2392071/1166000
381.79/380.72	c cleaning 48002 clauses out of 96007 with flag 2492400/1215000
406.08/405.04	c cleaning 49003 clauses out of 98007 with flag 2595059/1265002
433.98/432.99	c cleaning 49996 clauses out of 100004 with flag 2699179/1316002
459.18/458.16	c cleaning 51003 clauses out of 102007 with flag 2805142/1368001
487.28/486.26	c cleaning 52000 clauses out of 104004 with flag 2912730/1421001
518.26/517.25	c cleaning 52997 clauses out of 106002 with flag 3022311/1475000
551.34/550.21	c cleaning 54002 clauses out of 108006 with flag 3134333/1530001
587.74/586.65	c cleaning 55002 clauses out of 110004 with flag 3248127/1586002
593.43/592.29	c starts		: 487
593.43/592.29	c conflicts		: 1600839
593.43/592.29	c decisions		: 1623495
593.43/592.29	c propagations		: 11010476
593.43/592.29	c inspects		: 14251613604
593.43/592.29	c shortcuts		: 0
593.43/592.29	c learnt literals	: 18
593.43/592.29	c learnt binary clauses	: 16
593.43/592.29	c learnt ternary clauses	: 28
593.43/592.29	c learnt constraints	: 1600820
593.43/592.29	c ignored constraints	: 0
593.43/592.29	c root simplifications	: 0
593.43/592.29	c removed literals (reason simplification)	: 0
593.43/592.29	c reason swapping (by a shorter reason)	: 0
593.43/592.29	c Calls to reduceDB	: 52
593.43/592.29	c Number of update (reduction) of LBD	: 28888
593.43/592.29	c Imported unit clauses	: 0
593.43/592.29	c number of reductions to clauses (during analyze)	: 0
593.43/592.29	c number of learned constraints concerned by reduction	: 0
593.43/592.29	c number of learning phase by resolution	: 0
593.43/592.29	c number of learning phase by cutting planes	: 0
593.43/592.29	c speed (assignments/second)	: 18593.783088663688
593.43/592.29	c non guided choices	13
593.54/592.32	c learnt constraints type 
593.54/592.32	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 16
593.54/592.32	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 69806
593.54/592.32	s UNSATISFIABLE
593.54/592.32	c Total wall clock time (in seconds): 592.206

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4085435-1465243400/watcher-4085435-1465243400 -o /tmp/evaluation-result-4085435-1465243400/solver-4085435-1465243400 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465218300-31161 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085435-1465243400.opb 

pid=2332
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.15 2.17 2.11 3/194 2335
/proc/meminfo: memFree=31181836/32872528 swapFree=12352/737972
[pid=2335] ppid=2332 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/2335/stat : 2335 (java) R 2332 2335 31144 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 106274423 9515008 184 33554432000 1073741824 1073778376 140735000035456 140735000026488 213866147248 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2335/statm: 2323 184 142 9 0 71 0

[startup+0.100157 s]
/proc/loadavg: 2.15 2.17 2.11 3/194 2335
/proc/meminfo: memFree=31181836/32872528 swapFree=12352/737972
[pid=2335] ppid=2332 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/2335/stat : 2335 (java) S 2332 2335 31144 0 -1 4202496 4403 0 1 0 8 1 0 0 20 0 18 0 106274423 9787879424 6026 33554432000 1073741824 1073778376 140733605443328 140733605434464 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2335/statm: 2389619 6026 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200333 s]
/proc/loadavg: 2.15 2.17 2.11 3/194 2335
/proc/meminfo: memFree=31181836/32872528 swapFree=12352/737972
[pid=2335] ppid=2332 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/2335/stat : 2335 (java) S 2332 2335 31144 0 -1 4202496 7131 0 1 0 29 1 0 0 20 0 19 0 106274423 9856040960 8151 33554432000 1073741824 1073778376 140733605443328 140733605434464 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2335/statm: 2406260 8151 2214 9 0 2396937 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9625040

[startup+0.300349 s]
/proc/loadavg: 2.15 2.17 2.11 3/194 2335
/proc/meminfo: memFree=31181836/32872528 swapFree=12352/737972
[pid=2335] ppid=2332 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/2335/stat : 2335 (java) S 2332 2335 31144 0 -1 4202496 7243 0 1 0 51 2 0 0 20 0 19 0 106274423 9856040960 8018 33554432000 1073741824 1073778376 140733605443328 140733605434464 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2335/statm: 2406260 8018 2231 9 0 2396937 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.70024 s]
/proc/loadavg: 2.15 2.17 2.11 3/194 2335
/proc/meminfo: memFree=31181836/32872528 swapFree=12352/737972
[pid=2335] ppid=2332 vsize=9625040 CPUtime=1.04 cores=1,3,5,7
/proc/2335/stat : 2335 (java) S 2332 2335 31144 0 -1 4202496 8450 0 1 0 102 2 0 0 20 0 19 0 106274423 9856040960 8604 33554432000 1073741824 1073778376 140733605443328 140733605434464 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2335/statm: 2406260 8604 2244 9 0 2396937 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9625040

[startup+1.50084 s]
/proc/loadavg: 2.15 2.17 2.11 3/213 2354
/proc/meminfo: memFree=31155540/32872528 swapFree=12352/737972
[pid=2335] ppid=2332 vsize=9625040 CPUtime=1.88 cores=1,3,5,7
/proc/2335/stat : 2335 (java) S 2332 2335 31144 0 -1 4202496 9415 0 1 0 186 2 0 0 20 0 19 0 106274423 9856040960 9528 33554432000 1073741824 1073778376 140733605443328 140733605434464 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2335/statm: 2406260 9528 2247 9 0 2396937 0
[pid=2335/tid=2337] ppid=2332 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/2335/task/2337/stat : 2337 (java) R 2332 2335 31144 0 -1 4202560 2407 0 1 0 144 1 0 0 20 0 19 0 106274424 9856040960 9528 33554432000 1073741824 1073778376 140733605443328 140359489085136 140359347126638 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2335/tid=2338] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2338/stat : 2338 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 9528 33554432000 1073741824 1073778376 140733605443328 140359467194536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2339] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2339/stat : 2339 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 9528 33554432000 1073741824 1073778376 140733605443328 140359466141992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2335/tid=2340] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2340/stat : 2340 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 9528 33554432000 1073741824 1073778376 140733605443328 140359262792104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2335/tid=2341] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2341/stat : 2341 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 9528 33554432000 1073741824 1073778376 140733605443328 140359261739560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2335/tid=2342] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2342/stat : 2342 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 9528 33554432000 1073741824 1073778376 140733605443328 140359260687016 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2343] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2343/stat : 2343 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 9528 33554432000 1073741824 1073778376 140733605443328 140359259634472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2335/tid=2344] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2344/stat : 2344 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 9528 33554432000 1073741824 1073778376 140733605443328 140359258581928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2345] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2345/stat : 2345 (java) S 2332 2335 31144 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 9528 33554432000 1073741824 1073778376 140733605443328 140359257529384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2346] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2346/stat : 2346 (java) S 2332 2335 31144 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106274427 9856040960 9528 33554432000 1073741824 1073778376 140733605443328 140359245330536 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2347] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2347/stat : 2347 (java) S 2332 2335 31144 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106274427 9856040960 9528 33554432000 1073741824 1073778376 140733605443328 140359244276856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2348] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2348/stat : 2348 (java) S 2332 2335 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106274427 9856040960 9528 33554432000 1073741824 1073778376 140733605443328 140359243224200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2349] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2349/stat : 2349 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274429 9856040960 9528 33554432000 1073741824 1073778376 140733605443328 140359242172944 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2350] ppid=2332 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/2335/task/2350/stat : 2350 (java) S 2332 2335 31144 0 -1 4202560 1893 0 0 0 15 0 0 0 20 0 19 0 106274429 9856040960 9528 33554432000 1073741824 1073778376 140733605443328 140359241120312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2351] ppid=2332 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/2335/task/2351/stat : 2351 (java) R 2332 2335 31144 0 -1 4202560 3842 0 0 0 23 0 0 0 20 0 19 0 106274429 9856040960 9528 33554432000 1073741824 1073778376 140733605443328 140359240067648 140359491241101 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2335/tid=2352] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2352/stat : 2352 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274429 9856040960 9528 33554432000 1073741824 1073778376 140733605443328 140359239015416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2335/tid=2353] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2353/stat : 2353 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274429 9856040960 9528 33554432000 1073741824 1073778376 140733605443328 140359237963080 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2335/tid=2354] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2354/stat : 2354 (java) S 2332 2335 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106274437 9856040960 9528 33554432000 1073741824 1073778376 140733605443328 140359236907816 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.15 2.17 2.11 4/213 2354
/proc/meminfo: memFree=31150576/32872528 swapFree=12352/737972
[pid=2335] ppid=2332 vsize=9625040 CPUtime=3.53 cores=1,3,5,7
/proc/2335/stat : 2335 (java) S 2332 2335 31144 0 -1 4202496 9551 0 1 0 351 2 0 0 20 0 19 0 106274423 9856040960 9698 33554432000 1073741824 1073778376 140733605443328 140733605434464 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2335/statm: 2406260 9698 2247 9 0 2396937 0
[pid=2335/tid=2337] ppid=2332 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/2335/task/2337/stat : 2337 (java) R 2332 2335 31144 0 -1 4202560 2409 0 1 0 303 1 0 0 20 0 19 0 106274424 9856040960 9698 33554432000 1073741824 1073778376 140733605443328 140359489092128 140359347174910 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2335/tid=2338] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2338/stat : 2338 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 9698 33554432000 1073741824 1073778376 140733605443328 140359467194536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2339] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2339/stat : 2339 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 9698 33554432000 1073741824 1073778376 140733605443328 140359466141992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2335/tid=2340] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2340/stat : 2340 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 9698 33554432000 1073741824 1073778376 140733605443328 140359262792104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2335/tid=2341] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2341/stat : 2341 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 9698 33554432000 1073741824 1073778376 140733605443328 140359261739560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2335/tid=2342] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2342/stat : 2342 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 9698 33554432000 1073741824 1073778376 140733605443328 140359260687016 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2343] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2343/stat : 2343 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 9698 33554432000 1073741824 1073778376 140733605443328 140359259634472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2335/tid=2344] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2344/stat : 2344 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 9698 33554432000 1073741824 1073778376 140733605443328 140359258581928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2345] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2345/stat : 2345 (java) S 2332 2335 31144 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 9698 33554432000 1073741824 1073778376 140733605443328 140359257529384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2346] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2346/stat : 2346 (java) S 2332 2335 31144 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106274427 9856040960 9698 33554432000 1073741824 1073778376 140733605443328 140359245330536 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2335/tid=2347] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2347/stat : 2347 (java) S 2332 2335 31144 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106274427 9856040960 9698 33554432000 1073741824 1073778376 140733605443328 140359244276856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2348] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2348/stat : 2348 (java) S 2332 2335 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106274427 9856040960 9698 33554432000 1073741824 1073778376 140733605443328 140359243224200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2349] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2349/stat : 2349 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274429 9856040960 9698 33554432000 1073741824 1073778376 140733605443328 140359242172944 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2350] ppid=2332 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/2335/task/2350/stat : 2350 (java) S 2332 2335 31144 0 -1 4202560 1893 0 0 0 15 0 0 0 20 0 19 0 106274429 9856040960 9698 33554432000 1073741824 1073778376 140733605443328 140359241120312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2351] ppid=2332 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/2335/task/2351/stat : 2351 (java) S 2332 2335 31144 0 -1 4202560 3976 0 0 0 28 0 0 0 20 0 19 0 106274429 9856040960 9698 33554432000 1073741824 1073778376 140733605443328 140359240067768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2335/tid=2352] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2352/stat : 2352 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274429 9856040960 9698 33554432000 1073741824 1073778376 140733605443328 140359239015416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2335/tid=2353] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2353/stat : 2353 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274429 9856040960 9698 33554432000 1073741824 1073778376 140733605443328 140359237963080 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2335/tid=2354] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2354/stat : 2354 (java) S 2332 2335 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106274437 9856040960 9698 33554432000 1073741824 1073778376 140733605443328 140359236907816 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 9625040

[startup+6.30095 s]
/proc/loadavg: 2.14 2.17 2.11 3/213 2354
/proc/meminfo: memFree=31142528/32872528 swapFree=12352/737972
[pid=2335] ppid=2332 vsize=9625040 CPUtime=6.73 cores=1,3,5,7
/proc/2335/stat : 2335 (java) S 2332 2335 31144 0 -1 4202496 9555 0 1 0 671 2 0 0 20 0 19 0 106274423 9856040960 10597 33554432000 1073741824 1073778376 140733605443328 140733605434464 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2335/statm: 2406260 10597 2248 9 0 2396937 0
[pid=2335/tid=2337] ppid=2332 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/2335/task/2337/stat : 2337 (java) R 2332 2335 31144 0 -1 4202560 2412 0 1 0 622 1 0 0 20 0 19 0 106274424 9856040960 10597 33554432000 1073741824 1073778376 140733605443328 140359489085120 140359347218671 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2335/tid=2338] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2338/stat : 2338 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 10597 33554432000 1073741824 1073778376 140733605443328 140359467194536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2339] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2339/stat : 2339 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 10597 33554432000 1073741824 1073778376 140733605443328 140359466141992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2335/tid=2340] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2340/stat : 2340 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 10597 33554432000 1073741824 1073778376 140733605443328 140359262792104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2335/tid=2341] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2341/stat : 2341 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 10597 33554432000 1073741824 1073778376 140733605443328 140359261739560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2335/tid=2342] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2342/stat : 2342 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 10597 33554432000 1073741824 1073778376 140733605443328 140359260687016 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2343] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2343/stat : 2343 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 10597 33554432000 1073741824 1073778376 140733605443328 140359259634472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2335/tid=2344] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2344/stat : 2344 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 10597 33554432000 1073741824 1073778376 140733605443328 140359258581928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2345] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2345/stat : 2345 (java) S 2332 2335 31144 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 10597 33554432000 1073741824 1073778376 140733605443328 140359257529384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2346] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2346/stat : 2346 (java) S 2332 2335 31144 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106274427 9856040960 10597 33554432000 1073741824 1073778376 140733605443328 140359245330536 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2335/tid=2347] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2347/stat : 2347 (java) S 2332 2335 31144 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106274427 9856040960 10597 33554432000 1073741824 1073778376 140733605443328 140359244276856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2348] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2348/stat : 2348 (java) S 2332 2335 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106274427 9856040960 10597 33554432000 1073741824 1073778376 140733605443328 140359243224200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2349] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2349/stat : 2349 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274429 9856040960 10597 33554432000 1073741824 1073778376 140733605443328 140359242172944 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2350] ppid=2332 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/2335/task/2350/stat : 2350 (java) S 2332 2335 31144 0 -1 4202560 1893 0 0 0 15 0 0 0 20 0 19 0 106274429 9856040960 10597 33554432000 1073741824 1073778376 140733605443328 140359241120312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2351] ppid=2332 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/2335/task/2351/stat : 2351 (java) S 2332 2335 31144 0 -1 4202560 3976 0 0 0 28 0 0 0 20 0 19 0 106274429 9856040960 10597 33554432000 1073741824 1073778376 140733605443328 140359240067768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2335/tid=2352] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2352/stat : 2352 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274429 9856040960 10597 33554432000 1073741824 1073778376 140733605443328 140359239015416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2335/tid=2353] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2353/stat : 2353 (java) S 2332 2335 31144 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106274429 9856040960 10597 33554432000 1073741824 1073778376 140733605443328 140359237963080 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2335/tid=2354] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2354/stat : 2354 (java) S 2332 2335 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106274437 9856040960 10597 33554432000 1073741824 1073778376 140733605443328 140359236907816 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.73
Current children cumulated vsize (KiB) 9625040


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

[pid=2335/tid=2346] ppid=2332 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/2335/task/2346/stat : 2346 (java) S 2332 2335 31144 0 -1 4202560 18 0 0 0 0 2 0 0 20 0 19 0 106274427 9856040960 47557 33554432000 1073741824 1073778376 140733605443328 140359245330536 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2335/tid=2347] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2347/stat : 2347 (java) S 2332 2335 31144 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106274427 9856040960 47557 33554432000 1073741824 1073778376 140733605443328 140359244276856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2348] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2348/stat : 2348 (java) S 2332 2335 31144 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106274427 9856040960 47557 33554432000 1073741824 1073778376 140733605443328 140359243224200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2349] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2349/stat : 2349 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274429 9856040960 47557 33554432000 1073741824 1073778376 140733605443328 140359242172944 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2350] ppid=2332 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/2335/task/2350/stat : 2350 (java) S 2332 2335 31144 0 -1 4202560 3917 0 0 0 30 0 0 0 20 0 19 0 106274429 9856040960 47557 33554432000 1073741824 1073778376 140733605443328 140359241120312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2351] ppid=2332 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/2335/task/2351/stat : 2351 (java) S 2332 2335 31144 0 -1 4202560 13396 0 0 0 92 2 0 0 20 0 19 0 106274429 9856040960 47557 33554432000 1073741824 1073778376 140733605443328 140359240067768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2335/tid=2352] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2352/stat : 2352 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274429 9856040960 47557 33554432000 1073741824 1073778376 140733605443328 140359239015416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2335/tid=2353] ppid=2332 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/2335/task/2353/stat : 2353 (java) S 2332 2335 31144 0 -1 4202560 36 0 0 0 7 10 0 0 20 0 19 0 106274429 9856040960 47557 33554432000 1073741824 1073778376 140733605443328 140359237963080 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2335/tid=2354] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2354/stat : 2354 (java) S 2332 2335 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106274437 9856040960 47557 33554432000 1073741824 1073778376 140733605443328 140359236907816 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 592.44
Current children cumulated vsize (KiB) 9625040

[startup+592.001 s]
/proc/loadavg: 2.10 2.11 2.09 3/213 2368
/proc/meminfo: memFree=30923236/32872528 swapFree=12352/737972
[pid=2335] ppid=2332 vsize=9625040 CPUtime=593.23 cores=1,3,5,7
/proc/2335/stat : 2335 (java) S 2332 2335 31144 0 -1 4202496 21147 0 1 0 59302 21 0 0 20 0 19 0 106274423 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140733605434464 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2335/statm: 2406260 47418 2261 9 0 2396937 0
[pid=2335/tid=2337] ppid=2332 vsize=9625040 CPUtime=590.26 cores=1,3,5,7
/proc/2335/task/2337/stat : 2337 (java) R 2332 2335 31144 0 -1 4202560 2485 0 1 0 59014 12 0 0 20 0 19 0 106274424 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140359489092016 140359346952118 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2338] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2338/stat : 2338 (java) S 2332 2335 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140359467194536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2335/tid=2339] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2339/stat : 2339 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140359466141992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2335/tid=2340] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2340/stat : 2340 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140359262792104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2335/tid=2341] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2341/stat : 2341 (java) S 2332 2335 31144 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140359261739560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2335/tid=2342] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2342/stat : 2342 (java) S 2332 2335 31144 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140359260687016 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2343] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2343/stat : 2343 (java) S 2332 2335 31144 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140359259634472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2335/tid=2344] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2344/stat : 2344 (java) S 2332 2335 31144 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140359258581928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2335/tid=2345] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2345/stat : 2345 (java) S 2332 2335 31144 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140359257529384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2346] ppid=2332 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/2335/task/2346/stat : 2346 (java) S 2332 2335 31144 0 -1 4202560 18 0 0 0 0 3 0 0 20 0 19 0 106274427 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140359245330536 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2335/tid=2347] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2347/stat : 2347 (java) S 2332 2335 31144 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106274427 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140359244276856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2348] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2348/stat : 2348 (java) S 2332 2335 31144 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106274427 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140359243224200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2349] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2349/stat : 2349 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274429 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140359242172944 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2350] ppid=2332 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/2335/task/2350/stat : 2350 (java) S 2332 2335 31144 0 -1 4202560 3917 0 0 0 30 0 0 0 20 0 19 0 106274429 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140359241120312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2351] ppid=2332 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/2335/task/2351/stat : 2351 (java) S 2332 2335 31144 0 -1 4202560 13396 0 0 0 92 2 0 0 20 0 19 0 106274429 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140359240067768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2335/tid=2352] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2352/stat : 2352 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274429 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140359239015416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2335/tid=2353] ppid=2332 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/2335/task/2353/stat : 2353 (java) S 2332 2335 31144 0 -1 4202560 36 0 0 0 7 10 0 0 20 0 19 0 106274429 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140359237963080 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2335/tid=2354] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2354/stat : 2354 (java) S 2332 2335 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106274437 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140359236907816 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 593.23
Current children cumulated vsize (KiB) 9625040

[startup+592.201 s]
/proc/loadavg: 2.10 2.11 2.09 3/213 2368
/proc/meminfo: memFree=30923236/32872528 swapFree=12352/737972
[pid=2335] ppid=2332 vsize=9625040 CPUtime=593.43 cores=1,3,5,7
/proc/2335/stat : 2335 (java) S 2332 2335 31144 0 -1 4202496 21147 0 1 0 59322 21 0 0 20 0 19 0 106274423 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140733605434464 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2335/statm: 2406260 47418 2261 9 0 2396937 0
[pid=2335/tid=2337] ppid=2332 vsize=9625040 CPUtime=590.45 cores=1,3,5,7
/proc/2335/task/2337/stat : 2337 (java) R 2332 2335 31144 0 -1 4202560 2485 0 1 0 59033 12 0 0 20 0 19 0 106274424 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140359489092016 140359347457266 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2335/tid=2338] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2338/stat : 2338 (java) S 2332 2335 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140359467194536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2335/tid=2339] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2339/stat : 2339 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140359466141992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2335/tid=2340] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2340/stat : 2340 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140359262792104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2335/tid=2341] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2341/stat : 2341 (java) S 2332 2335 31144 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140359261739560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2335/tid=2342] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2342/stat : 2342 (java) S 2332 2335 31144 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140359260687016 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2343] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2343/stat : 2343 (java) S 2332 2335 31144 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140359259634472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2335/tid=2344] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2344/stat : 2344 (java) S 2332 2335 31144 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140359258581928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2335/tid=2345] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2345/stat : 2345 (java) S 2332 2335 31144 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106274425 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140359257529384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2346] ppid=2332 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/2335/task/2346/stat : 2346 (java) S 2332 2335 31144 0 -1 4202560 18 0 0 0 0 3 0 0 20 0 19 0 106274427 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140359245330536 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2335/tid=2347] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2347/stat : 2347 (java) S 2332 2335 31144 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106274427 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140359244276856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2348] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2348/stat : 2348 (java) S 2332 2335 31144 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106274427 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140359243224200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2349] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2349/stat : 2349 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274429 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140359242172944 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2350] ppid=2332 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/2335/task/2350/stat : 2350 (java) S 2332 2335 31144 0 -1 4202560 3917 0 0 0 30 0 0 0 20 0 19 0 106274429 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140359241120312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2351] ppid=2332 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/2335/task/2351/stat : 2351 (java) S 2332 2335 31144 0 -1 4202560 13396 0 0 0 92 2 0 0 20 0 19 0 106274429 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140359240067768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2335/tid=2352] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2352/stat : 2352 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274429 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140359239015416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2335/tid=2353] ppid=2332 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/2335/task/2353/stat : 2353 (java) S 2332 2335 31144 0 -1 4202560 36 0 0 0 7 10 0 0 20 0 19 0 106274429 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140359237963080 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2335/tid=2354] ppid=2332 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2354/stat : 2354 (java) S 2332 2335 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106274437 9856040960 47418 33554432000 1073741824 1073778376 140733605443328 140359236907816 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 593.43
Current children cumulated vsize (KiB) 9625040

[startup+592.301 s]
/proc/loadavg: 2.10 2.11 2.09 3/213 2368
/proc/meminfo: memFree=30923236/32872528 swapFree=12352/737972
[pid=2335] ppid=2332 vsize=9691604 CPUtime=593.54 cores=1,3,5,7
/proc/2335/stat : 2335 (java) S 2332 2335 31144 0 -1 4202496 21159 0 1 0 59333 21 0 0 20 0 19 0 106274423 9924202496 47427 33554432000 1073741824 1073778376 140733605443328 140733605434464 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2335/statm: 2422901 47427 2262 9 0 2413578 0
[pid=2335/tid=2337] ppid=2332 vsize=9691604 CPUtime=590.55 cores=1,3,5,7
/proc/2335/task/2337/stat : 2337 (java) S 2332 2335 31144 0 -1 4202560 2488 0 1 0 59043 12 0 0 20 0 19 0 106274424 9924202496 47427 33554432000 1073741824 1073778376 140733605443328 140359489094360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2335/tid=2338] ppid=2332 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2338/stat : 2338 (java) S 2332 2335 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106274425 9924202496 47427 33554432000 1073741824 1073778376 140733605443328 140359467194536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2335/tid=2339] ppid=2332 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2339/stat : 2339 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274425 9924202496 47427 33554432000 1073741824 1073778376 140733605443328 140359466141992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2335/tid=2340] ppid=2332 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2340/stat : 2340 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274425 9924202496 47427 33554432000 1073741824 1073778376 140733605443328 140359262792104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2335/tid=2341] ppid=2332 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2341/stat : 2341 (java) S 2332 2335 31144 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106274425 9924202496 47427 33554432000 1073741824 1073778376 140733605443328 140359261739560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2335/tid=2342] ppid=2332 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2342/stat : 2342 (java) S 2332 2335 31144 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 106274425 9924202496 47427 33554432000 1073741824 1073778376 140733605443328 140359260687016 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2343] ppid=2332 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2343/stat : 2343 (java) S 2332 2335 31144 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 106274425 9924202496 47427 33554432000 1073741824 1073778376 140733605443328 140359259634472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2335/tid=2344] ppid=2332 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2344/stat : 2344 (java) S 2332 2335 31144 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106274425 9924202496 47427 33554432000 1073741824 1073778376 140733605443328 140359258581928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2335/tid=2345] ppid=2332 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2345/stat : 2345 (java) S 2332 2335 31144 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106274425 9924202496 47427 33554432000 1073741824 1073778376 140733605443328 140359257529384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2346] ppid=2332 vsize=9691604 CPUtime=0.03 cores=1,3,5,7
/proc/2335/task/2346/stat : 2346 (java) S 2332 2335 31144 0 -1 4202560 18 0 0 0 0 3 0 0 20 0 19 0 106274427 9924202496 47427 33554432000 1073741824 1073778376 140733605443328 140359245330536 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2335/tid=2347] ppid=2332 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2347/stat : 2347 (java) S 2332 2335 31144 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106274427 9924202496 47427 33554432000 1073741824 1073778376 140733605443328 140359244276856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2348] ppid=2332 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2348/stat : 2348 (java) S 2332 2335 31144 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106274427 9924202496 47427 33554432000 1073741824 1073778376 140733605443328 140359243224200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2349] ppid=2332 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2349/stat : 2349 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274429 9924202496 47427 33554432000 1073741824 1073778376 140733605443328 140359242172944 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2350] ppid=2332 vsize=9691604 CPUtime=0.3 cores=1,3,5,7
/proc/2335/task/2350/stat : 2350 (java) R 2332 2335 31144 0 -1 4202560 3917 0 0 0 30 0 0 0 20 0 19 0 106274429 9924202496 47427 33554432000 1073741824 1073778376 140733605443328 140359241120152 140359496461112 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2335/tid=2351] ppid=2332 vsize=9691604 CPUtime=0.94 cores=1,3,5,7
/proc/2335/task/2351/stat : 2351 (java) S 2332 2335 31144 0 -1 4202560 13396 0 0 0 92 2 0 0 20 0 19 0 106274429 9924202496 47427 33554432000 1073741824 1073778376 140733605443328 140359240067768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2335/tid=2352] ppid=2332 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/2335/task/2352/stat : 2352 (java) S 2332 2335 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274429 9924202496 47427 33554432000 1073741824 1073778376 140733605443328 140359239015416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2335/tid=2353] ppid=2332 vsize=9691604 CPUtime=0.17 cores=1,3,5,7
/proc/2335/task/2353/stat : 2353 (java) S 2332 2335 31144 0 -1 4202560 36 0 0 0 7 10 0 0 20 0 19 0 106274429 9924202496 47427 33554432000 1073741824 1073778376 140733605443328 140359237963080 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 593.54
Current children cumulated vsize (KiB) 9691604

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2335 and gives
#  childrusage.ru_utime.tv_sec=591
#  childrusage.ru_utime.tv_usec=823029
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=340948
# CPU time returned by wait4() is 592.164
# while last known CPU time is 593.54
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 592.327
CPU time (s): 593.54
CPU user time (s): 593.33
CPU system time (s): 0.21
CPU usage (%): 100.205
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 591.823
system time used= 0.340948
maximum resident set size= 197200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21179
page faults= 1
swaps= 0
block input operations= 0
block output operations= 488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12759
involuntary context switches= 6525

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.51546 second user time and 4.39333 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-06 22:03:20
IDJOB=4085435
IDBENCH=2897
IDSOLVER=2546
FILE ID=node112/4085435-1465243400
RUNJOBID= node112-1465218300-31161
PBS_JOBID= 19843211
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085435-1465243400/watcher-4085435-1465243400 -o /tmp/evaluation-result-4085435-1465243400/solver-4085435-1465243400 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465218300-31161 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085435-1465243400.opb

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

MD5SUM BENCH= d2b3af71376059fa940b007abcee01cc
RANDOM SEED=18083747

node112.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.783
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.56
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.783
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	: 5332.55
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.783
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	: 5332.55
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.783
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	: 5332.56
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.783
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	: 5332.54
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.783
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	: 5332.72
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.783
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	: 5332.55
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.783
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31182364 kB
Buffers:           31724 kB
Cached:            99456 kB
SwapCached:         1620 kB
Active:           177300 kB
Inactive:          71960 kB
Active(anon):     119876 kB
Inactive(anon):      564 kB
Active(file):      57424 kB
Inactive(file):    71396 kB
Unevictable:      737972 kB
Mlocked:           12352 kB
SwapTotal:      67108856 kB
SwapFree:       67098572 kB
Dirty:               900 kB
Writeback:             0 kB
AnonPages:        857496 kB
Mapped:            15132 kB
Shmem:                 0 kB
Slab:             566588 kB
SReclaimable:      10188 kB
SUnreclaim:       556400 kB
KernelStack:        1592 kB
PageTables:         6032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1427460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    823296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node112 at 2016-06-06 22:13:12