Trace number 4084580

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
Sat4j PB 2.3.6 Resolution PB16UNSAT 152.93 151.619

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-99.opb
MD5SUMa0ef64dc4a665e7cf00a752d7a124006
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark56.7854
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7903
Total number of constraints176726
Number of constraints which are clauses158806
Number of constraints which are cardinality constraints (but not clauses)574
Number of constraints which are nor clauses,nor cardinality constraints17346
Minimum length of a constraint1
Maximum length of a constraint195
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
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.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4084580-1465277218.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
1.96/1.47	c ... done. Wall clock time 1.358s.
1.96/1.47	c declared #vars     7903
1.96/1.47	c #constraints  177025
1.96/1.47	c constraints type 
1.96/1.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 118580
1.96/1.47	c org.sat4j.specs.Constr$1 => 2732
1.96/1.47	c org.sat4j.minisat.constraints.card.MinWatchCard => 563
2.16/1.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 37632
2.16/1.66	c org.sat4j.minisat.constraints.cnf.UnitClause => 172
2.16/1.66	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17346
2.16/1.66	c 177025 constraints processed.
3.95/2.92	c cleaning 2481 clauses out of 4988 with flag 71193/5000
5.34/4.21	c cleaning 4226 clauses out of 8492 with flag 155389/11000
6.64/5.56	c cleaning 5586 clauses out of 11264 with flag 261510/18002
8.15/7.03	c cleaning 6824 clauses out of 13673 with flag 354106/26000
9.78/8.69	c cleaning 7899 clauses out of 15845 with flag 446706/35000
11.78/10.66	c cleaning 8945 clauses out of 17937 with flag 541138/45001
13.38/12.22	c cleaning 9897 clauses out of 19991 with flag 651760/56000
14.97/13.85	c cleaning 11030 clauses out of 22092 with flag 741535/68000
17.17/16.01	c cleaning 12008 clauses out of 24062 with flag 861013/81000
19.57/18.40	c cleaning 12969 clauses out of 26055 with flag 1014754/95002
21.97/20.87	c cleaning 14010 clauses out of 28085 with flag 1150569/110001
24.48/23.33	c cleaning 14968 clauses out of 30074 with flag 1289266/126000
27.87/26.78	c cleaning 16011 clauses out of 32096 with flag 1452071/143000
31.08/29.97	c cleaning 16997 clauses out of 34066 with flag 1583991/161000
34.47/33.38	c cleaning 17988 clauses out of 36049 with flag 1761534/180000
38.67/37.56	c cleaning 18977 clauses out of 38053 with flag 1986062/200002
43.56/42.48	c cleaning 19953 clauses out of 40069 with flag 2244274/221000
48.86/47.72	c cleaning 20993 clauses out of 42106 with flag 2567562/243001
54.86/53.74	c cleaning 21987 clauses out of 44099 with flag 2913422/266000
59.67/58.53	c cleaning 22998 clauses out of 46106 with flag 3239935/290000
64.07/62.95	c cleaning 23996 clauses out of 48085 with flag 3547095/315000
69.47/68.34	c cleaning 24990 clauses out of 50092 with flag 3885850/341005
75.46/74.37	c cleaning 25852 clauses out of 52093 with flag 4234424/368000
81.46/80.30	c cleaning 27000 clauses out of 54232 with flag 4571280/396000
87.36/86.26	c cleaning 27944 clauses out of 56229 with flag 4912697/425002
93.56/92.45	c cleaning 29107 clauses out of 58280 with flag 5273364/455001
101.17/100.01	c cleaning 30065 clauses out of 60167 with flag 5666742/486000
108.97/107.88	c cleaning 30908 clauses out of 62101 with flag 6066523/518000
118.67/117.52	c cleaning 32015 clauses out of 64197 with flag 6483008/551004
131.70/130.43	c cleaning 33019 clauses out of 66178 with flag 7021751/585001
148.00/146.74	c cleaning 33974 clauses out of 68155 with flag 7626188/620001
152.81/151.58	c starts		: 1459
152.81/151.58	c conflicts		: 633000
152.81/151.58	c decisions		: 4448530
152.81/151.58	c propagations		: 136964628
152.81/151.58	c inspects		: 2147612799
152.81/151.58	c shortcuts		: 0
152.81/151.58	c learnt literals	: 217
152.81/151.58	c learnt binary clauses	: 656
152.81/151.58	c learnt ternary clauses	: 4270
152.81/151.58	c learnt constraints	: 632782
152.81/151.58	c ignored constraints	: 0
152.81/151.58	c root simplifications	: 0
152.81/151.58	c removed literals (reason simplification)	: 0
152.81/151.58	c reason swapping (by a shorter reason)	: 0
152.81/151.58	c Calls to reduceDB	: 31
152.81/151.58	c Number of update (reduction) of LBD	: 419757
152.81/151.58	c Imported unit clauses	: 0
152.81/151.58	c number of reductions to clauses (during analyze)	: 0
152.81/151.58	c number of learned constraints concerned by reduction	: 0
152.81/151.58	c number of learning phase by resolution	: 0
152.81/151.58	c number of learning phase by cutting planes	: 0
152.81/151.58	c speed (assignments/second)	: 912507.43186073
152.81/151.58	c non guided choices	104318
152.81/151.60	c learnt constraints type 
152.81/151.60	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 656
152.81/151.60	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 46509
152.81/151.60	s UNSATISFIABLE
152.81/151.60	c Total wall clock time (in seconds): 151.485

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

pid=9538
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.07 2.07 2.09 3/194 9541
/proc/meminfo: memFree=29363344/32872528 swapFree=12352/737972
[pid=9541] ppid=9538 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/9541/stat : 9541 (java) D 9538 9541 3485 0 -1 4202496 158 0 0 0 0 0 0 0 20 0 1 0 109656287 278528 34 33554432000 1073741824 1073778376 140735642329056 140735642326232 213857168679 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/9541/statm: 68 34 25 9 0 25 0

[startup+0.100059 s]
/proc/loadavg: 2.07 2.07 2.09 3/194 9541
/proc/meminfo: memFree=29363344/32872528 swapFree=12352/737972
[pid=9541] ppid=9538 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/9541/stat : 9541 (java) S 9538 9541 3485 0 -1 4202496 4405 0 1 0 8 1 0 0 20 0 18 0 109656287 9787879424 6033 33554432000 1073741824 1073778376 140737448628768 140737448619904 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9541/statm: 2389619 6033 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20032 s]
/proc/loadavg: 2.07 2.07 2.09 3/194 9541
/proc/meminfo: memFree=29363344/32872528 swapFree=12352/737972
[pid=9541] ppid=9538 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/9541/stat : 9541 (java) S 9538 9541 3485 0 -1 4202496 4703 0 1 0 22 2 0 0 20 0 18 0 109656287 9787879424 6790 33554432000 1073741824 1073778376 140737448628768 140737448619904 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9541/statm: 2389619 6790 2197 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300345 s]
/proc/loadavg: 2.07 2.07 2.09 3/194 9541
/proc/meminfo: memFree=29363344/32872528 swapFree=12352/737972
[pid=9541] ppid=9538 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/9541/stat : 9541 (java) S 9538 9541 3485 0 -1 4202496 5740 0 1 0 43 2 0 0 20 0 18 0 109656287 9787879424 8431 33554432000 1073741824 1073778376 140737448628768 140737448619904 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9541/statm: 2389619 8431 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700317 s]
/proc/loadavg: 2.07 2.07 2.09 3/194 9541
/proc/meminfo: memFree=29363344/32872528 swapFree=12352/737972
[pid=9541] ppid=9538 vsize=9558476 CPUtime=1.11 cores=1,3,5,7
/proc/9541/stat : 9541 (java) S 9538 9541 3485 0 -1 4202496 7684 0 1 0 107 4 0 0 20 0 18 0 109656287 9787879424 40535 33554432000 1073741824 1073778376 140737448628768 140737448619904 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9541/statm: 2389619 40535 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9558476

[startup+1.50074 s]
/proc/loadavg: 2.07 2.07 2.09 3/212 9559
/proc/meminfo: memFree=29196596/32872528 swapFree=12352/737972
[pid=9541] ppid=9538 vsize=9625040 CPUtime=2.16 cores=1,3,5,7
/proc/9541/stat : 9541 (java) S 9538 9541 3485 0 -1 4202496 8820 0 1 0 207 9 0 0 20 0 19 0 109656287 9856040960 79267 33554432000 1073741824 1073778376 140737448628768 140737448619904 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9541/statm: 2406260 79267 2268 9 0 2396937 0
[pid=9541/tid=9543] ppid=9538 vsize=9625040 CPUtime=1.39 cores=1,3,5,7
/proc/9541/task/9543/stat : 9543 (java) R 9538 9541 3485 0 -1 4202560 2536 0 1 0 134 5 0 0 20 0 19 0 109656288 9856040960 79267 33554432000 1073741824 1073778376 140737448628768 140493509886488 140493363109176 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9541/tid=9544] ppid=9538 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9541/task/9544/stat : 9544 (java) S 9538 9541 3485 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 109656289 9856040960 79267 33554432000 1073741824 1073778376 140737448628768 140493482338728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9545] ppid=9538 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/9541/task/9545/stat : 9545 (java) S 9538 9541 3485 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 109656289 9856040960 79267 33554432000 1073741824 1073778376 140737448628768 140493352118824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9541/tid=9546] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9546/stat : 9546 (java) S 9538 9541 3485 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109656289 9856040960 79267 33554432000 1073741824 1073778376 140737448628768 140493351065768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9541/tid=9547] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9547/stat : 9547 (java) S 9538 9541 3485 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 109656289 9856040960 79267 33554432000 1073741824 1073778376 140737448628768 140493350013224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9541/tid=9548] ppid=9538 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/9541/task/9548/stat : 9548 (java) S 9538 9541 3485 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 109656289 9856040960 79267 33554432000 1073741824 1073778376 140737448628768 140493348961192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9549] ppid=9538 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9541/task/9549/stat : 9549 (java) S 9538 9541 3485 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 109656289 9856040960 79267 33554432000 1073741824 1073778376 140737448628768 140493347908648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9550] ppid=9538 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/9541/task/9550/stat : 9550 (java) S 9538 9541 3485 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 109656289 9856040960 79267 33554432000 1073741824 1073778376 140737448628768 140493010758312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9551] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9551/stat : 9551 (java) S 9538 9541 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109656289 9856040960 79267 33554432000 1073741824 1073778376 140737448628768 140493009705768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9541/tid=9552] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9552/stat : 9552 (java) S 9538 9541 3485 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 19 0 109656290 9856040960 79267 33554432000 1073741824 1073778376 140737448628768 140492997507432 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9553] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9553/stat : 9553 (java) S 9538 9541 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109656291 9856040960 79267 33554432000 1073741824 1073778376 140737448628768 140492996453752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9554] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9554/stat : 9554 (java) S 9538 9541 3485 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109656291 9856040960 79267 33554432000 1073741824 1073778376 140737448628768 140492995400584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9555] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9555/stat : 9555 (java) S 9538 9541 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109656293 9856040960 79267 33554432000 1073741824 1073778376 140737448628768 140492994349328 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9556] ppid=9538 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/9541/task/9556/stat : 9556 (java) R 9538 9541 3485 0 -1 4202560 1730 0 0 0 22 0 0 0 20 0 19 0 109656293 9856040960 79267 33554432000 1073741824 1073778376 140737448628768 140492993297208 140493515840211 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9557] ppid=9538 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/9541/task/9557/stat : 9557 (java) R 9538 9541 3485 0 -1 4202560 3018 0 0 0 29 0 0 0 20 0 19 0 109656293 9856040960 79267 33554432000 1073741824 1073778376 140737448628768 140492992244664 140493517623937 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9558] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9558/stat : 9558 (java) S 9538 9541 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109656293 9856040960 79267 33554432000 1073741824 1073778376 140737448628768 140492991191800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9559] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9559/stat : 9559 (java) S 9538 9541 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109656293 9856040960 79267 33554432000 1073741824 1073778376 140737448628768 140492990139464 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.07 2.07 2.09 3/213 9560
/proc/meminfo: memFree=29051260/32872528 swapFree=12352/737972
[pid=9541] ppid=9538 vsize=9625040 CPUtime=4.2 cores=1,3,5,7
/proc/9541/stat : 9541 (java) S 9538 9541 3485 0 -1 4202496 11586 0 1 0 410 10 0 0 20 0 19 0 109656287 9856040960 79301 33554432000 1073741824 1073778376 140737448628768 140737448619904 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9541/statm: 2406260 79301 2283 9 0 2396937 0
[pid=9541/tid=9543] ppid=9538 vsize=9625040 CPUtime=2.97 cores=1,3,5,7
/proc/9541/task/9543/stat : 9543 (java) R 9538 9541 3485 0 -1 4202560 2538 0 1 0 292 5 0 0 20 0 19 0 109656288 9856040960 79301 33554432000 1073741824 1073778376 140737448628768 140493509877456 140493363893853 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9544] ppid=9538 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9541/task/9544/stat : 9544 (java) S 9538 9541 3485 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 109656289 9856040960 79301 33554432000 1073741824 1073778376 140737448628768 140493482338728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9545] ppid=9538 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/9541/task/9545/stat : 9545 (java) S 9538 9541 3485 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 109656289 9856040960 79301 33554432000 1073741824 1073778376 140737448628768 140493352118824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9541/tid=9546] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9546/stat : 9546 (java) S 9538 9541 3485 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109656289 9856040960 79301 33554432000 1073741824 1073778376 140737448628768 140493351065768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9541/tid=9547] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9547/stat : 9547 (java) S 9538 9541 3485 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 109656289 9856040960 79301 33554432000 1073741824 1073778376 140737448628768 140493350013224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9541/tid=9548] ppid=9538 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/9541/task/9548/stat : 9548 (java) S 9538 9541 3485 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 109656289 9856040960 79301 33554432000 1073741824 1073778376 140737448628768 140493348961192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9549] ppid=9538 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9541/task/9549/stat : 9549 (java) S 9538 9541 3485 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 109656289 9856040960 79301 33554432000 1073741824 1073778376 140737448628768 140493347908648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9550] ppid=9538 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/9541/task/9550/stat : 9550 (java) S 9538 9541 3485 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 109656289 9856040960 79301 33554432000 1073741824 1073778376 140737448628768 140493010758312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9551] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9551/stat : 9551 (java) S 9538 9541 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109656289 9856040960 79301 33554432000 1073741824 1073778376 140737448628768 140493009705768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9541/tid=9552] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9552/stat : 9552 (java) S 9538 9541 3485 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 109656290 9856040960 79301 33554432000 1073741824 1073778376 140737448628768 140492997507432 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9553] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9553/stat : 9553 (java) S 9538 9541 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109656291 9856040960 79301 33554432000 1073741824 1073778376 140737448628768 140492996453752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9554] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9554/stat : 9554 (java) S 9538 9541 3485 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109656291 9856040960 79301 33554432000 1073741824 1073778376 140737448628768 140492995400584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9555] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9555/stat : 9555 (java) S 9538 9541 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109656293 9856040960 79301 33554432000 1073741824 1073778376 140737448628768 140492994349328 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9556] ppid=9538 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/9541/task/9556/stat : 9556 (java) S 9538 9541 3485 0 -1 4202560 4439 0 0 0 47 0 0 0 20 0 19 0 109656293 9856040960 79301 33554432000 1073741824 1073778376 140737448628768 140492993297208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9541/tid=9557] ppid=9538 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/9541/task/9557/stat : 9557 (java) S 9538 9541 3485 0 -1 4202560 3071 0 0 0 48 0 0 0 20 0 19 0 109656293 9856040960 79301 33554432000 1073741824 1073778376 140737448628768 140492992244664 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9558] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9558/stat : 9558 (java) S 9538 9541 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109656293 9856040960 79301 33554432000 1073741824 1073778376 140737448628768 140492991191800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9559] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9559/stat : 9559 (java) S 9538 9541 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109656293 9856040960 79301 33554432000 1073741824 1073778376 140737448628768 140492990139464 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9560] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9560/stat : 9560 (java) S 9538 9541 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109656436 9856040960 79301 33554432000 1073741824 1073778376 140737448628768 140492989084712 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 2.07 2.07 2.09 3/213 9560
/proc/meminfo: memFree=29047204/32872528 swapFree=12352/737972
[pid=9541] ppid=9538 vsize=9625040 CPUtime=7.45 cores=1,3,5,7
/proc/9541/stat : 9541 (java) S 9538 9541 3485 0 -1 4202496 11587 0 1 0 735 10 0 0 20 0 19 0 109656287 9856040960 79177 33554432000 1073741824 1073778376 140737448628768 140737448619904 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9541/statm: 2406260 79177 2283 9 0 2396937 0
[pid=9541/tid=9543] ppid=9538 vsize=9625040 CPUtime=6.16 cores=1,3,5,7
/proc/9541/task/9543/stat : 9543 (java) R 9538 9541 3485 0 -1 4202560 2539 0 1 0 611 5 0 0 20 0 19 0 109656288 9856040960 79177 33554432000 1073741824 1073778376 140737448628768 140493509886248 140493363783014 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9544] ppid=9538 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9541/task/9544/stat : 9544 (java) S 9538 9541 3485 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 109656289 9856040960 79177 33554432000 1073741824 1073778376 140737448628768 140493482338728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9545] ppid=9538 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/9541/task/9545/stat : 9545 (java) S 9538 9541 3485 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 109656289 9856040960 79177 33554432000 1073741824 1073778376 140737448628768 140493352118824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9541/tid=9546] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9546/stat : 9546 (java) S 9538 9541 3485 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109656289 9856040960 79177 33554432000 1073741824 1073778376 140737448628768 140493351065768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9541/tid=9547] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9547/stat : 9547 (java) S 9538 9541 3485 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 109656289 9856040960 79177 33554432000 1073741824 1073778376 140737448628768 140493350013224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9541/tid=9548] ppid=9538 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/9541/task/9548/stat : 9548 (java) S 9538 9541 3485 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 109656289 9856040960 79177 33554432000 1073741824 1073778376 140737448628768 140493348961192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9549] ppid=9538 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9541/task/9549/stat : 9549 (java) S 9538 9541 3485 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 109656289 9856040960 79177 33554432000 1073741824 1073778376 140737448628768 140493347908648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9550] ppid=9538 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/9541/task/9550/stat : 9550 (java) S 9538 9541 3485 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 109656289 9856040960 79177 33554432000 1073741824 1073778376 140737448628768 140493010758312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9551] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9551/stat : 9551 (java) S 9538 9541 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109656289 9856040960 79177 33554432000 1073741824 1073778376 140737448628768 140493009705768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9541/tid=9552] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9552/stat : 9552 (java) S 9538 9541 3485 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 109656290 9856040960 79177 33554432000 1073741824 1073778376 140737448628768 140492997507432 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9553] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9553/stat : 9553 (java) S 9538 9541 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109656291 9856040960 79177 33554432000 1073741824 1073778376 140737448628768 140492996453752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9554] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9554/stat : 9554 (java) S 9538 9541 3485 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109656291 9856040960 79177 33554432000 1073741824 1073778376 140737448628768 140492995400584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9555] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9555/stat : 9555 (java) S 9538 9541 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109656293 9856040960 79177 33554432000 1073741824 1073778376 140737448628768 140492994349328 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9556] ppid=9538 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/9541/task/9556/stat : 9556 (java) S 9538 9541 3485 0 -1 4202560 4439 0 0 0 51 0 0 0 20 0 19 0 109656293 9856040960 79177 33554432000 1073741824 1073778376 140737448628768 140492993297208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9541/tid=9557] ppid=9538 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/9541/task/9557/stat : 9557 (java) S 9538 9541 3485 0 -1 4202560 3071 0 0 0 51 0 0 0 20 0 19 0 109656293 9856040960 79177 33554432000 1073741824 1073778376 140737448628768 140492992244664 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9558] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9558/stat : 9558 (java) S 9538 9541 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109656293 9856040960 79177 33554432000 1073741824 1073778376 140737448628768 140492991191800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9559] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9559/stat : 9559 (java) S 9538 9541 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109656293 9856040960 79177 33554432000 1073741824 1073778376 140737448628768 140492990139464 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9560] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9560/stat : 9560 (java) S 9538 9541 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109656436 9856040960 79177 33554432000 1073741824 1073778376 140737448628768 140492989084712 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.45
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 2.06 2.06 2.09 3/213 9560

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

[pid=9541/tid=9551] ppid=9538 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9541/task/9551/stat : 9551 (java) S 9538 9541 3485 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 109656289 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140493009705768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9541/tid=9552] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9552/stat : 9552 (java) S 9538 9541 3485 0 -1 4202560 200 0 0 0 0 0 0 0 20 0 19 0 109656290 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140492997507432 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9553] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9553/stat : 9553 (java) S 9538 9541 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109656291 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140492996453752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9554] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9554/stat : 9554 (java) S 9538 9541 3485 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109656291 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140492995400584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9555] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9555/stat : 9555 (java) S 9538 9541 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109656293 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140492994349328 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9556] ppid=9538 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/9541/task/9556/stat : 9556 (java) S 9538 9541 3485 0 -1 4202560 4440 0 0 0 52 0 0 0 20 0 19 0 109656293 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140492993297208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9541/tid=9557] ppid=9538 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/9541/task/9557/stat : 9557 (java) S 9538 9541 3485 0 -1 4202560 3073 0 0 0 51 0 0 0 20 0 19 0 109656293 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140492992244664 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9558] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9558/stat : 9558 (java) S 9538 9541 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109656293 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140492991191800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9559] ppid=9538 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/9541/task/9559/stat : 9559 (java) S 9538 9541 3485 0 -1 4202560 9 0 0 0 1 3 0 0 20 0 19 0 109656293 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140492990139464 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9541/tid=9560] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9560/stat : 9560 (java) S 9538 9541 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109656436 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140492989084712 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 151.8
Current children cumulated vsize (KiB) 9625040

[startup+151.301 s]
/proc/loadavg: 2.11 2.08 2.09 3/213 9562
/proc/meminfo: memFree=28872476/32872528 swapFree=12352/737972
[pid=9541] ppid=9538 vsize=9625040 CPUtime=152.61 cores=1,3,5,7
/proc/9541/stat : 9541 (java) S 9538 9541 3485 0 -1 4202496 11739 0 1 0 15242 19 0 0 20 0 19 0 109656287 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140737448619904 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9541/statm: 2406260 91003 2283 9 0 2396937 0
[pid=9541/tid=9543] ppid=9538 vsize=9625040 CPUtime=150.72 cores=1,3,5,7
/proc/9541/task/9543/stat : 9543 (java) R 9538 9541 3485 0 -1 4202560 2540 0 1 0 15065 7 0 0 20 0 19 0 109656288 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140493509877440 140493363925427 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9544] ppid=9538 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/9541/task/9544/stat : 9544 (java) S 9538 9541 3485 0 -1 4202560 49 0 0 0 4 2 0 0 20 0 19 0 109656289 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140493482338728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9541/tid=9545] ppid=9538 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/9541/task/9545/stat : 9545 (java) S 9538 9541 3485 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 109656289 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140493352118824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9541/tid=9546] ppid=9538 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/9541/task/9546/stat : 9546 (java) S 9538 9541 3485 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 109656289 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140493351065768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9541/tid=9547] ppid=9538 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/9541/task/9547/stat : 9547 (java) S 9538 9541 3485 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 19 0 109656289 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140493350013224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9548] ppid=9538 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/9541/task/9548/stat : 9548 (java) S 9538 9541 3485 0 -1 4202560 28 0 0 0 3 2 0 0 20 0 19 0 109656289 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140493348961192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9549] ppid=9538 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/9541/task/9549/stat : 9549 (java) S 9538 9541 3485 0 -1 4202560 39 0 0 0 2 0 0 0 20 0 19 0 109656289 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140493347908648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9541/tid=9550] ppid=9538 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/9541/task/9550/stat : 9550 (java) S 9538 9541 3485 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 109656289 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140493010758312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9541/tid=9551] ppid=9538 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9541/task/9551/stat : 9551 (java) S 9538 9541 3485 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 109656289 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140493009705768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9541/tid=9552] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9552/stat : 9552 (java) S 9538 9541 3485 0 -1 4202560 200 0 0 0 0 0 0 0 20 0 19 0 109656290 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140492997507432 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9553] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9553/stat : 9553 (java) S 9538 9541 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109656291 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140492996453752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9554] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9554/stat : 9554 (java) S 9538 9541 3485 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109656291 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140492995400584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9555] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9555/stat : 9555 (java) S 9538 9541 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109656293 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140492994349328 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9556] ppid=9538 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/9541/task/9556/stat : 9556 (java) S 9538 9541 3485 0 -1 4202560 4440 0 0 0 52 0 0 0 20 0 19 0 109656293 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140492993297208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9541/tid=9557] ppid=9538 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/9541/task/9557/stat : 9557 (java) S 9538 9541 3485 0 -1 4202560 3073 0 0 0 51 0 0 0 20 0 19 0 109656293 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140492992244664 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9558] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9558/stat : 9558 (java) S 9538 9541 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109656293 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140492991191800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9559] ppid=9538 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/9541/task/9559/stat : 9559 (java) S 9538 9541 3485 0 -1 4202560 9 0 0 0 1 3 0 0 20 0 19 0 109656293 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140492990139464 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9541/tid=9560] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9560/stat : 9560 (java) S 9538 9541 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109656436 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140492989084712 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 152.61
Current children cumulated vsize (KiB) 9625040

[startup+151.501 s]
/proc/loadavg: 2.11 2.08 2.09 3/213 9562
/proc/meminfo: memFree=28872476/32872528 swapFree=12352/737972
[pid=9541] ppid=9538 vsize=9625040 CPUtime=152.81 cores=1,3,5,7
/proc/9541/stat : 9541 (java) S 9538 9541 3485 0 -1 4202496 11739 0 1 0 15262 19 0 0 20 0 19 0 109656287 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140737448619904 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9541/statm: 2406260 91003 2283 9 0 2396937 0
[pid=9541/tid=9543] ppid=9538 vsize=9625040 CPUtime=150.92 cores=1,3,5,7
/proc/9541/task/9543/stat : 9543 (java) R 9538 9541 3485 0 -1 4202560 2540 0 1 0 15085 7 0 0 20 0 19 0 109656288 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140493509877440 140493363829831 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9544] ppid=9538 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/9541/task/9544/stat : 9544 (java) S 9538 9541 3485 0 -1 4202560 49 0 0 0 4 2 0 0 20 0 19 0 109656289 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140493482338728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9541/tid=9545] ppid=9538 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/9541/task/9545/stat : 9545 (java) S 9538 9541 3485 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 109656289 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140493352118824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9541/tid=9546] ppid=9538 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/9541/task/9546/stat : 9546 (java) S 9538 9541 3485 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 109656289 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140493351065768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9541/tid=9547] ppid=9538 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/9541/task/9547/stat : 9547 (java) S 9538 9541 3485 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 19 0 109656289 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140493350013224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9548] ppid=9538 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/9541/task/9548/stat : 9548 (java) S 9538 9541 3485 0 -1 4202560 28 0 0 0 3 2 0 0 20 0 19 0 109656289 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140493348961192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9549] ppid=9538 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/9541/task/9549/stat : 9549 (java) S 9538 9541 3485 0 -1 4202560 39 0 0 0 2 0 0 0 20 0 19 0 109656289 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140493347908648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9541/tid=9550] ppid=9538 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/9541/task/9550/stat : 9550 (java) S 9538 9541 3485 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 109656289 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140493010758312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9541/tid=9551] ppid=9538 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9541/task/9551/stat : 9551 (java) S 9538 9541 3485 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 109656289 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140493009705768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9541/tid=9552] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9552/stat : 9552 (java) S 9538 9541 3485 0 -1 4202560 200 0 0 0 0 0 0 0 20 0 19 0 109656290 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140492997507432 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9553] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9553/stat : 9553 (java) S 9538 9541 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109656291 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140492996453752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9554] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9554/stat : 9554 (java) S 9538 9541 3485 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109656291 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140492995400584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9555] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9555/stat : 9555 (java) S 9538 9541 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109656293 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140492994349328 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9556] ppid=9538 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/9541/task/9556/stat : 9556 (java) S 9538 9541 3485 0 -1 4202560 4440 0 0 0 52 0 0 0 20 0 19 0 109656293 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140492993297208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9541/tid=9557] ppid=9538 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/9541/task/9557/stat : 9557 (java) S 9538 9541 3485 0 -1 4202560 3073 0 0 0 51 0 0 0 20 0 19 0 109656293 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140492992244664 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9558] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9558/stat : 9558 (java) S 9538 9541 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109656293 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140492991191800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9559] ppid=9538 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/9541/task/9559/stat : 9559 (java) S 9538 9541 3485 0 -1 4202560 9 0 0 0 1 3 0 0 20 0 19 0 109656293 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140492990139464 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9541/tid=9560] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9560/stat : 9560 (java) S 9538 9541 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109656436 9856040960 91003 33554432000 1073741824 1073778376 140737448628768 140492989084712 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 152.81
Current children cumulated vsize (KiB) 9625040

[startup+151.607 s]
/proc/loadavg: 2.11 2.08 2.09 3/213 9562
/proc/meminfo: memFree=28872476/32872528 swapFree=12352/737972
[pid=9541] ppid=9538 vsize=9691604 CPUtime=152.93 cores=1,3,5,7
/proc/9541/stat : 9541 (java) S 9538 9541 3485 0 -1 4202496 11761 0 1 0 15272 21 0 0 20 0 17 0 109656287 9924202496 91016 33554432000 1073741824 1073778376 140737448628768 140737448619904 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9541/statm: 2422901 91016 2284 9 0 2413578 0
[pid=9541/tid=9543] ppid=9538 vsize=9691604 CPUtime=151 cores=1,3,5,7
/proc/9541/task/9543/stat : 9543 (java) S 9538 9541 3485 0 -1 4202560 2543 0 1 0 15093 7 0 0 20 0 17 0 109656288 9924202496 91016 33554432000 1073741824 1073778376 140737448628768 140493509886968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9541/tid=9544] ppid=9538 vsize=9691604 CPUtime=0.06 cores=1,3,5,7
/proc/9541/task/9544/stat : 9544 (java) S 9538 9541 3485 0 -1 4202560 49 0 0 0 4 2 0 0 20 0 17 0 109656289 9924202496 91016 33554432000 1073741824 1073778376 140737448628768 140493482338728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9541/tid=9545] ppid=9538 vsize=9691604 CPUtime=0.03 cores=1,3,5,7
/proc/9541/task/9545/stat : 9545 (java) S 9538 9541 3485 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 17 0 109656289 9924202496 91016 33554432000 1073741824 1073778376 140737448628768 140493352118824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9541/tid=9546] ppid=9538 vsize=9691604 CPUtime=0.02 cores=1,3,5,7
/proc/9541/task/9546/stat : 9546 (java) S 9538 9541 3485 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 17 0 109656289 9924202496 91016 33554432000 1073741824 1073778376 140737448628768 140493351065768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9541/tid=9547] ppid=9538 vsize=9691604 CPUtime=0.02 cores=1,3,5,7
/proc/9541/task/9547/stat : 9547 (java) S 9538 9541 3485 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 17 0 109656289 9924202496 91016 33554432000 1073741824 1073778376 140737448628768 140493350013224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9548] ppid=9538 vsize=9691604 CPUtime=0.05 cores=1,3,5,7
/proc/9541/task/9548/stat : 9548 (java) S 9538 9541 3485 0 -1 4202560 28 0 0 0 3 2 0 0 20 0 17 0 109656289 9924202496 91016 33554432000 1073741824 1073778376 140737448628768 140493348961192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9549] ppid=9538 vsize=9691604 CPUtime=0.02 cores=1,3,5,7
/proc/9541/task/9549/stat : 9549 (java) S 9538 9541 3485 0 -1 4202560 39 0 0 0 2 0 0 0 20 0 17 0 109656289 9924202496 91016 33554432000 1073741824 1073778376 140737448628768 140493347908648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9541/tid=9550] ppid=9538 vsize=9691604 CPUtime=0.04 cores=1,3,5,7
/proc/9541/task/9550/stat : 9550 (java) S 9538 9541 3485 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 17 0 109656289 9924202496 91016 33554432000 1073741824 1073778376 140737448628768 140493010758312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9541/tid=9551] ppid=9538 vsize=9691604 CPUtime=0.01 cores=1,3,5,7
/proc/9541/task/9551/stat : 9551 (java) S 9538 9541 3485 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 17 0 109656289 9924202496 91016 33554432000 1073741824 1073778376 140737448628768 140493009705768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9541/tid=9552] ppid=9538 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9552/stat : 9552 (java) S 9538 9541 3485 0 -1 4202560 200 0 0 0 0 0 0 0 20 0 17 0 109656290 9924202496 91016 33554432000 1073741824 1073778376 140737448628768 140492997506984 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9541/tid=9553] ppid=9538 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9553/stat : 9553 (java) S 9538 9541 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 17 0 109656291 9924202496 91016 33554432000 1073741824 1073778376 140737448628768 140492996453752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9554] ppid=9538 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9554/stat : 9554 (java) S 9538 9541 3485 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 17 0 109656291 9924202496 91016 33554432000 1073741824 1073778376 140737448628768 140492995400584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9555] ppid=9538 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9555/stat : 9555 (java) S 9538 9541 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 17 0 109656293 9924202496 91016 33554432000 1073741824 1073778376 140737448628768 140492994348104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9556] ppid=9538 vsize=9691604 CPUtime=0.54 cores=1,3,5,7
/proc/9541/task/9556/stat : 9556 (java) S 9538 9541 3485 0 -1 4202560 4441 0 0 0 54 0 0 0 20 0 17 0 109656293 9924202496 91016 33554432000 1073741824 1073778376 140737448628768 140492993283448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9541/tid=9557] ppid=9538 vsize=9691604 CPUtime=0.52 cores=1,3,5,7
/proc/9541/task/9557/stat : 9557 (java) S 9538 9541 3485 0 -1 4202560 3074 0 0 0 52 0 0 0 20 0 17 0 109656293 9924202496 91016 33554432000 1073741824 1073778376 140737448628768 140492992244664 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9558] ppid=9538 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9558/stat : 9558 (java) S 9538 9541 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 17 0 109656293 9924202496 91016 33554432000 1073741824 1073778376 140737448628768 140492991191800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 152.93
Current children cumulated vsize (KiB) 9691604

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9541 and gives
#  childrusage.ru_utime.tv_sec=152
#  childrusage.ru_utime.tv_usec=338840
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=272958
# CPU time returned by wait4() is 152.612
# while last known CPU time is 152.93
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 151.619
CPU time (s): 152.93
CPU user time (s): 152.72
CPU system time (s): 0.21
CPU usage (%): 100.865
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 152.339
system time used= 0.272958
maximum resident set size= 364064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11761
page faults= 1
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3658
involuntary context switches= 2576

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.09883 second user time and 1.19882 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-07 07:26:58
IDJOB=4084580
IDBENCH=89738
IDSOLVER=2546
FILE ID=node112/4084580-1465277218
RUNJOBID= node112-1465252319-3502
PBS_JOBID= 19843261
Free space on /tmp= 71692 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-99.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084580-1465277218/watcher-4084580-1465277218 -o /tmp/evaluation-result-4084580-1465277218/solver-4084580-1465277218 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465252319-3502 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084580-1465277218.opb

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

MD5SUM BENCH= a0ef64dc4a665e7cf00a752d7a124006
RANDOM SEED=111628662

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:        29363988 kB
Buffers:          108888 kB
Cached:           197148 kB
SwapCached:         1624 kB
Active:          1860808 kB
Inactive:         169952 kB
Active(anon):    1726744 kB
Inactive(anon):      608 kB
Active(file):     134064 kB
Inactive(file):   169344 kB
Unevictable:      737972 kB
Mlocked:           12352 kB
SwapTotal:      67108856 kB
SwapFree:       67098612 kB
Dirty:              8072 kB
Writeback:             0 kB
AnonPages:       2468564 kB
Mapped:            15368 kB
Shmem:                 0 kB
Slab:             600576 kB
SReclaimable:      43792 kB
SUnreclaim:       556784 kB
KernelStack:        1584 kB
PageTables:         8996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3454516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2428928 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= 71692 MiB
End job on node112 at 2016-06-07 07:29:30