Trace number 4084551

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 191.48 190.116

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-101.opb
MD5SUMa3ed9477da365050d631dd031519efe8
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 benchmark102.067
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7936
Total number of constraints176837
Number of constraints which are clauses158928
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints17346
Minimum length of a constraint2
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.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@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4084551-1465276119.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
2.02/1.43	c ... done. Wall clock time 1.314s.
2.02/1.43	c declared #vars     7936
2.02/1.43	c #constraints  177125
2.02/1.43	c constraints type 
2.02/1.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 121702
2.02/1.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 564
2.02/1.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 37513
2.02/1.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17346
2.02/1.43	c 177125 constraints processed.
3.70/2.64	c cleaning 2493 clauses out of 5001 with flag 45079/5001
4.87/3.70	c cleaning 4247 clauses out of 8508 with flag 116766/11001
6.18/5.05	c cleaning 5623 clauses out of 11260 with flag 232006/18000
7.39/6.28	c cleaning 6802 clauses out of 13637 with flag 305039/26000
8.42/7.29	c cleaning 7899 clauses out of 15830 with flag 377546/35000
9.73/8.59	c cleaning 8940 clauses out of 17928 with flag 462754/45000
11.03/9.86	c cleaning 9982 clauses out of 19989 with flag 540016/56001
12.53/11.39	c cleaning 11000 clauses out of 22006 with flag 641247/68000
15.13/13.94	c cleaning 11972 clauses out of 24006 with flag 741232/81000
18.13/16.95	c cleaning 13010 clauses out of 26034 with flag 866878/95000
20.23/19.08	c cleaning 13988 clauses out of 28024 with flag 1063179/110000
22.73/21.57	c cleaning 14981 clauses out of 30036 with flag 1198510/126000
25.54/24.32	c cleaning 15987 clauses out of 32055 with flag 1414393/143000
28.43/27.27	c cleaning 17028 clauses out of 34071 with flag 1629186/161003
31.33/30.12	c cleaning 18000 clauses out of 36043 with flag 1824158/180003
34.83/33.67	c cleaning 19007 clauses out of 38042 with flag 2003681/200002
37.93/36.79	c cleaning 20017 clauses out of 40034 with flag 2328650/221001
41.33/40.11	c cleaning 20896 clauses out of 42017 with flag 2659168/243001
45.03/43.81	c cleaning 22025 clauses out of 44121 with flag 2915588/266001
48.33/47.18	c cleaning 23023 clauses out of 46095 with flag 3200254/290000
53.93/52.71	c cleaning 23980 clauses out of 48072 with flag 3414491/315000
58.44/57.25	c cleaning 25026 clauses out of 50092 with flag 3697737/341000
63.94/62.72	c cleaning 26021 clauses out of 52066 with flag 3966395/368000
69.55/68.38	c cleaning 27014 clauses out of 54046 with flag 4191733/396001
75.05/73.87	c cleaning 28008 clauses out of 56032 with flag 4484000/425001
81.55/80.32	c cleaning 29005 clauses out of 58023 with flag 4742375/455000
87.24/86.07	c cleaning 30005 clauses out of 60018 with flag 5070771/486000
93.24/92.04	c cleaning 30956 clauses out of 62013 with flag 5376879/518000
99.94/98.78	c cleaning 31913 clauses out of 64057 with flag 5771656/551000
107.34/106.16	c cleaning 33061 clauses out of 66145 with flag 6028488/585001
116.55/115.40	c cleaning 34031 clauses out of 68084 with flag 6286071/620001
125.55/124.34	c cleaning 34996 clauses out of 70053 with flag 6618437/656001
132.65/131.41	c cleaning 36022 clauses out of 72058 with flag 6962706/693002
141.35/140.10	c cleaning 36960 clauses out of 74035 with flag 7347711/731001
151.75/150.55	c cleaning 38027 clauses out of 76074 with flag 7722064/770000
162.45/161.29	c cleaning 39023 clauses out of 78048 with flag 8043935/810003
175.57/174.23	c cleaning 40012 clauses out of 80028 with flag 8428135/851006
186.98/185.63	c cleaning 41000 clauses out of 82009 with flag 8748377/893001
191.38/190.08	c starts		: 3856
191.38/190.08	c conflicts		: 910776
191.38/190.08	c decisions		: 4436401
191.38/190.08	c propagations		: 269990259
191.38/190.08	c inspects		: 2748802578
191.38/190.08	c shortcuts		: 0
191.38/190.08	c learnt literals	: 22
191.38/190.08	c learnt binary clauses	: 188
191.38/190.08	c learnt ternary clauses	: 911
191.38/190.08	c learnt constraints	: 910753
191.38/190.08	c ignored constraints	: 0
191.38/190.08	c root simplifications	: 0
191.38/190.08	c removed literals (reason simplification)	: 0
191.38/190.08	c reason swapping (by a shorter reason)	: 0
191.38/190.08	c Calls to reduceDB	: 38
191.38/190.08	c Number of update (reduction) of LBD	: 542171
191.38/190.08	c Imported unit clauses	: 0
191.38/190.08	c number of reductions to clauses (during analyze)	: 0
191.38/190.08	c number of learned constraints concerned by reduction	: 0
191.38/190.08	c number of learning phase by resolution	: 0
191.38/190.08	c number of learning phase by cutting planes	: 0
191.38/190.08	c speed (assignments/second)	: 1431200.5502369518
191.38/190.08	c non guided choices	132625
191.48/190.11	c learnt constraints type 
191.48/190.11	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 188
191.48/190.11	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 58585
191.48/190.11	s UNSATISFIABLE
191.48/190.11	c Total wall clock time (in seconds): 189.993

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

pid=9380
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.21 2.20 2.16 4/194 9383
/proc/meminfo: memFree=29864644/32872528 swapFree=12352/737972
[pid=9383] ppid=9380 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/9383/stat : 9383 (java) D 9380 9383 3485 0 -1 4202496 319 0 0 0 0 0 0 0 20 0 1 0 109546400 9515008 176 33554432000 1073741824 1073778376 140735155266352 140735155249080 213866333072 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/9383/statm: 2323 176 133 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.21 2.20 2.16 4/194 9383
/proc/meminfo: memFree=29864644/32872528 swapFree=12352/737972
[pid=9383] ppid=9380 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/9383/stat : 9383 (java) S 9380 9383 3485 0 -1 4202496 4453 0 1 0 8 1 0 0 20 0 18 0 109546400 9787879424 5566 33554432000 1073741824 1073778376 140733696332096 140733696323232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9383/statm: 2389619 5566 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200282 s]
/proc/loadavg: 2.21 2.20 2.16 4/194 9383
/proc/meminfo: memFree=29864644/32872528 swapFree=12352/737972
[pid=9383] ppid=9380 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/9383/stat : 9383 (java) S 9380 9383 3485 0 -1 4202496 4846 0 1 0 24 1 0 0 20 0 18 0 109546400 9787879424 6407 33554432000 1073741824 1073778376 140733696332096 140733696323232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9383/statm: 2389619 6407 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300277 s]
/proc/loadavg: 2.21 2.20 2.16 4/194 9383
/proc/meminfo: memFree=29864644/32872528 swapFree=12352/737972
[pid=9383] ppid=9380 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/9383/stat : 9383 (java) S 9380 9383 3485 0 -1 4202496 6165 0 1 0 45 1 0 0 20 0 18 0 109546400 9787879424 8743 33554432000 1073741824 1073778376 140733696332096 140733696323232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9383/statm: 2389619 8744 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700251 s]
/proc/loadavg: 2.21 2.20 2.16 4/194 9383
/proc/meminfo: memFree=29864644/32872528 swapFree=12352/737972
[pid=9383] ppid=9380 vsize=9558476 CPUtime=1.13 cores=1,3,5,7
/proc/9383/stat : 9383 (java) S 9380 9383 3485 0 -1 4202496 7517 0 1 0 109 4 0 0 20 0 18 0 109546400 9787879424 39933 33554432000 1073741824 1073778376 140733696332096 140733696323232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9383/statm: 2389619 39933 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9558476

[startup+1.50083 s]
/proc/loadavg: 2.19 2.19 2.16 4/212 9401
/proc/meminfo: memFree=29701280/32872528 swapFree=12352/737972
[pid=9383] ppid=9380 vsize=9625040 CPUtime=2.21 cores=1,3,5,7
/proc/9383/stat : 9383 (java) S 9380 9383 3485 0 -1 4202496 9375 0 1 0 213 8 0 0 20 0 19 0 109546400 9856040960 79002 33554432000 1073741824 1073778376 140733696332096 140733696323232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9383/statm: 2406260 79002 2273 9 0 2396937 0
[pid=9383/tid=9385] ppid=9380 vsize=9625040 CPUtime=1.41 cores=1,3,5,7
/proc/9383/task/9385/stat : 9385 (java) R 9380 9383 3485 0 -1 4202560 2592 0 1 0 136 5 0 0 20 0 19 0 109546401 9856040960 79002 33554432000 1073741824 1073778376 140733696332096 140458719948952 140458591924705 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9383/tid=9386] ppid=9380 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/9383/task/9386/stat : 9386 (java) S 9380 9383 3485 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 109546402 9856040960 79002 33554432000 1073741824 1073778376 140733696332096 140458563463336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9387] ppid=9380 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/9383/task/9387/stat : 9387 (java) S 9380 9383 3485 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 109546402 9856040960 79002 33554432000 1073741824 1073778376 140733696332096 140458562410792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9388] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9388/stat : 9388 (java) S 9380 9383 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109546402 9856040960 79002 33554432000 1073741824 1073778376 140733696332096 140458561358248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9389] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9389/stat : 9389 (java) S 9380 9383 3485 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 109546402 9856040960 79002 33554432000 1073741824 1073778376 140733696332096 140458560305704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9390] ppid=9380 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9383/task/9390/stat : 9390 (java) S 9380 9383 3485 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 109546402 9856040960 79002 33554432000 1073741824 1073778376 140733696332096 140458559253160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9391] ppid=9380 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/9383/task/9391/stat : 9391 (java) S 9380 9383 3485 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 109546402 9856040960 79002 33554432000 1073741824 1073778376 140733696332096 140458558200616 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9383/tid=9392] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9392/stat : 9392 (java) S 9380 9383 3485 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109546402 9856040960 79002 33554432000 1073741824 1073778376 140733696332096 140458557148072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9393] ppid=9380 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9383/task/9393/stat : 9393 (java) S 9380 9383 3485 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 109546402 9856040960 79002 33554432000 1073741824 1073778376 140733696332096 140458556095528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9394] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9394/stat : 9394 (java) S 9380 9383 3485 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 109546403 9856040960 79002 33554432000 1073741824 1073778376 140733696332096 140458543896680 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9395] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9395/stat : 9395 (java) S 9380 9383 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109546404 9856040960 79002 33554432000 1073741824 1073778376 140733696332096 140458542843000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9396] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9396/stat : 9396 (java) S 9380 9383 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109546404 9856040960 79002 33554432000 1073741824 1073778376 140733696332096 140458541790344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9397] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9397/stat : 9397 (java) S 9380 9383 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109546406 9856040960 79002 33554432000 1073741824 1073778376 140733696332096 140458540739088 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9398] ppid=9380 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/9383/task/9398/stat : 9398 (java) R 9380 9383 3485 0 -1 4202560 2823 0 0 0 31 0 0 0 20 0 19 0 109546406 9856040960 79002 33554432000 1073741824 1073778376 140733696332096 140458539686456 140458722629006 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9399] ppid=9380 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/9383/task/9399/stat : 9399 (java) R 9380 9383 3485 0 -1 4202560 2419 0 0 0 28 0 0 0 20 0 19 0 109546406 9856040960 79002 33554432000 1073741824 1073778376 140733696332096 140458538633912 140458726746452 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9400] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9400/stat : 9400 (java) S 9380 9383 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109546406 9856040960 79002 33554432000 1073741824 1073778376 140733696332096 140458537581560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9401] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9401/stat : 9401 (java) S 9380 9383 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109546406 9856040960 79002 33554432000 1073741824 1073778376 140733696332096 140458536529224 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.19 2.19 2.16 3/213 9402
/proc/meminfo: memFree=29555920/32872528 swapFree=12352/737972
[pid=9383] ppid=9380 vsize=9625040 CPUtime=4.24 cores=1,3,5,7
/proc/9383/stat : 9383 (java) S 9380 9383 3485 0 -1 4202496 12510 0 1 0 414 10 0 0 20 0 19 0 109546400 9856040960 79071 33554432000 1073741824 1073778376 140733696332096 140733696323232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9383/statm: 2406260 79071 2284 9 0 2396937 0
[pid=9383/tid=9385] ppid=9380 vsize=9625040 CPUtime=3.01 cores=1,3,5,7
/proc/9383/task/9385/stat : 9385 (java) R 9380 9383 3485 0 -1 4202560 2594 0 1 0 296 5 0 0 20 0 19 0 109546401 9856040960 79071 33554432000 1073741824 1073778376 140733696332096 140458719948496 140458592619960 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9383/tid=9386] ppid=9380 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/9383/task/9386/stat : 9386 (java) S 9380 9383 3485 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 109546402 9856040960 79071 33554432000 1073741824 1073778376 140733696332096 140458563463336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9387] ppid=9380 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/9383/task/9387/stat : 9387 (java) S 9380 9383 3485 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 109546402 9856040960 79071 33554432000 1073741824 1073778376 140733696332096 140458562410792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9388] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9388/stat : 9388 (java) S 9380 9383 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109546402 9856040960 79071 33554432000 1073741824 1073778376 140733696332096 140458561358248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9389] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9389/stat : 9389 (java) S 9380 9383 3485 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 109546402 9856040960 79071 33554432000 1073741824 1073778376 140733696332096 140458560305704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9390] ppid=9380 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9383/task/9390/stat : 9390 (java) S 9380 9383 3485 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 109546402 9856040960 79071 33554432000 1073741824 1073778376 140733696332096 140458559253160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9391] ppid=9380 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/9383/task/9391/stat : 9391 (java) S 9380 9383 3485 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 109546402 9856040960 79071 33554432000 1073741824 1073778376 140733696332096 140458558200616 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9383/tid=9392] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9392/stat : 9392 (java) S 9380 9383 3485 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109546402 9856040960 79071 33554432000 1073741824 1073778376 140733696332096 140458557148072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9393] ppid=9380 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9383/task/9393/stat : 9393 (java) S 9380 9383 3485 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 109546402 9856040960 79071 33554432000 1073741824 1073778376 140733696332096 140458556095528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9394] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9394/stat : 9394 (java) S 9380 9383 3485 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 109546403 9856040960 79071 33554432000 1073741824 1073778376 140733696332096 140458543896680 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9395] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9395/stat : 9395 (java) S 9380 9383 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109546404 9856040960 79071 33554432000 1073741824 1073778376 140733696332096 140458542843000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9396] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9396/stat : 9396 (java) S 9380 9383 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109546404 9856040960 79071 33554432000 1073741824 1073778376 140733696332096 140458541790344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9397] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9397/stat : 9397 (java) S 9380 9383 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109546406 9856040960 79071 33554432000 1073741824 1073778376 140733696332096 140458540739088 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9398] ppid=9380 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/9383/task/9398/stat : 9398 (java) S 9380 9383 3485 0 -1 4202560 5782 0 0 0 60 2 0 0 20 0 19 0 109546406 9856040960 79071 33554432000 1073741824 1073778376 140733696332096 140458539686456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9399] ppid=9380 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/9383/task/9399/stat : 9399 (java) S 9380 9383 3485 0 -1 4202560 2592 0 0 0 40 0 0 0 20 0 19 0 109546406 9856040960 79071 33554432000 1073741824 1073778376 140733696332096 140458538633912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9400] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9400/stat : 9400 (java) S 9380 9383 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109546406 9856040960 79071 33554432000 1073741824 1073778376 140733696332096 140458537581560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9401] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9401/stat : 9401 (java) S 9380 9383 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109546406 9856040960 79071 33554432000 1073741824 1073778376 140733696332096 140458536529224 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9402] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9402/stat : 9402 (java) S 9380 9383 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109546544 9856040960 79071 33554432000 1073741824 1073778376 140733696332096 140458535473960 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.25 2.21 2.16 3/213 9402
/proc/meminfo: memFree=29555688/32872528 swapFree=12352/737972
[pid=9383] ppid=9380 vsize=9625040 CPUtime=7.51 cores=1,3,5,7
/proc/9383/stat : 9383 (java) S 9380 9383 3485 0 -1 4202496 12518 0 1 0 741 10 0 0 20 0 19 0 109546400 9856040960 78990 33554432000 1073741824 1073778376 140733696332096 140733696323232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9383/statm: 2406260 78990 2284 9 0 2396937 0
[pid=9383/tid=9385] ppid=9380 vsize=9625040 CPUtime=6.2 cores=1,3,5,7
/proc/9383/task/9385/stat : 9385 (java) R 9380 9383 3485 0 -1 4202560 2597 0 1 0 615 5 0 0 20 0 19 0 109546401 9856040960 78990 33554432000 1073741824 1073778376 140733696332096 140458719957272 140458592538172 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9383/tid=9386] ppid=9380 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/9383/task/9386/stat : 9386 (java) S 9380 9383 3485 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 109546402 9856040960 78990 33554432000 1073741824 1073778376 140733696332096 140458563463336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9387] ppid=9380 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/9383/task/9387/stat : 9387 (java) S 9380 9383 3485 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 109546402 9856040960 78990 33554432000 1073741824 1073778376 140733696332096 140458562410792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9388] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9388/stat : 9388 (java) S 9380 9383 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109546402 9856040960 78990 33554432000 1073741824 1073778376 140733696332096 140458561358248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9389] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9389/stat : 9389 (java) S 9380 9383 3485 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 109546402 9856040960 78990 33554432000 1073741824 1073778376 140733696332096 140458560305704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9390] ppid=9380 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9383/task/9390/stat : 9390 (java) S 9380 9383 3485 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 109546402 9856040960 78990 33554432000 1073741824 1073778376 140733696332096 140458559253160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9391] ppid=9380 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/9383/task/9391/stat : 9391 (java) S 9380 9383 3485 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 109546402 9856040960 78990 33554432000 1073741824 1073778376 140733696332096 140458558200616 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9383/tid=9392] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9392/stat : 9392 (java) S 9380 9383 3485 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109546402 9856040960 78990 33554432000 1073741824 1073778376 140733696332096 140458557148072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9393] ppid=9380 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9383/task/9393/stat : 9393 (java) S 9380 9383 3485 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 109546402 9856040960 78990 33554432000 1073741824 1073778376 140733696332096 140458556095528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9394] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9394/stat : 9394 (java) S 9380 9383 3485 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 109546403 9856040960 78990 33554432000 1073741824 1073778376 140733696332096 140458543896680 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9395] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9395/stat : 9395 (java) S 9380 9383 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109546404 9856040960 78990 33554432000 1073741824 1073778376 140733696332096 140458542843000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9396] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9396/stat : 9396 (java) S 9380 9383 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109546404 9856040960 78990 33554432000 1073741824 1073778376 140733696332096 140458541790344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9397] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9397/stat : 9397 (java) S 9380 9383 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109546406 9856040960 78990 33554432000 1073741824 1073778376 140733696332096 140458540739088 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9398] ppid=9380 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/9383/task/9398/stat : 9398 (java) S 9380 9383 3485 0 -1 4202560 5783 0 0 0 63 2 0 0 20 0 19 0 109546406 9856040960 78990 33554432000 1073741824 1073778376 140733696332096 140458539686456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9399] ppid=9380 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/9383/task/9399/stat : 9399 (java) S 9380 9383 3485 0 -1 4202560 2596 0 0 0 43 0 0 0 20 0 19 0 109546406 9856040960 78990 33554432000 1073741824 1073778376 140733696332096 140458538633912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9400] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9400/stat : 9400 (java) S 9380 9383 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109546406 9856040960 78990 33554432000 1073741824 1073778376 140733696332096 140458537581560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9401] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9401/stat : 9401 (java) S 9380 9383 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109546406 9856040960 78990 33554432000 1073741824 1073778376 140733696332096 140458536529224 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9402] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9402/stat : 9402 (java) S 9380 9383 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109546544 9856040960 78990 33554432000 1073741824 1073778376 140733696332096 140458535473960 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 2.23 2.20 2.16 3/213 9402

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

[pid=9383/tid=9394] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9394/stat : 9394 (java) S 9380 9383 3485 0 -1 4202560 200 0 0 0 0 0 0 0 20 0 19 0 109546403 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458543896680 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9395] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9395/stat : 9395 (java) S 9380 9383 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109546404 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458542843000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9396] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9396/stat : 9396 (java) S 9380 9383 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109546404 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458541790344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9397] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9397/stat : 9397 (java) S 9380 9383 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109546406 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458540739088 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9398] ppid=9380 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/9383/task/9398/stat : 9398 (java) S 9380 9383 3485 0 -1 4202560 5783 0 0 0 64 2 0 0 20 0 19 0 109546406 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458539686456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9399] ppid=9380 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/9383/task/9399/stat : 9399 (java) S 9380 9383 3485 0 -1 4202560 2597 0 0 0 45 0 0 0 20 0 19 0 109546406 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458538633912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9400] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9400/stat : 9400 (java) S 9380 9383 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109546406 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458537581560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9401] ppid=9380 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/9383/task/9401/stat : 9401 (java) S 9380 9383 3485 0 -1 4202560 11 0 0 0 1 3 0 0 20 0 19 0 109546406 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458536529224 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9402] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9402/stat : 9402 (java) S 9380 9383 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109546544 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458535473960 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 190.18
Current children cumulated vsize (KiB) 9625040

[startup+189.601 s]
/proc/loadavg: 2.11 2.16 2.15 3/213 9409
/proc/meminfo: memFree=29516448/32872528 swapFree=12352/737972
[pid=9383] ppid=9380 vsize=9625040 CPUtime=190.98 cores=1,3,5,7
/proc/9383/stat : 9383 (java) S 9380 9383 3485 0 -1 4202496 12663 0 1 0 19080 18 0 0 20 0 19 0 109546400 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140733696323232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9383/statm: 2406260 89192 2284 9 0 2396937 0
[pid=9383/tid=9385] ppid=9380 vsize=9625040 CPUtime=188.98 cores=1,3,5,7
/proc/9383/task/9385/stat : 9385 (java) R 9380 9383 3485 0 -1 4202560 2599 0 1 0 18892 6 0 0 20 0 19 0 109546401 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458719948496 140458592571997 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9383/tid=9386] ppid=9380 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/9383/task/9386/stat : 9386 (java) S 9380 9383 3485 0 -1 4202560 39 0 0 0 2 1 0 0 20 0 19 0 109546402 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458563463336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9387] ppid=9380 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/9383/task/9387/stat : 9387 (java) S 9380 9383 3485 0 -1 4202560 34 0 0 0 2 2 0 0 20 0 19 0 109546402 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458562410792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9388] ppid=9380 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9383/task/9388/stat : 9388 (java) S 9380 9383 3485 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 109546402 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458561358248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9389] ppid=9380 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9383/task/9389/stat : 9389 (java) S 9380 9383 3485 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 109546402 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458560305704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9390] ppid=9380 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/9383/task/9390/stat : 9390 (java) S 9380 9383 3485 0 -1 4202560 38 0 0 0 3 2 0 0 20 0 19 0 109546402 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458559253160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9391] ppid=9380 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/9383/task/9391/stat : 9391 (java) S 9380 9383 3485 0 -1 4202560 49 0 0 0 4 2 0 0 20 0 19 0 109546402 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458558200616 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9383/tid=9392] ppid=9380 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9383/task/9392/stat : 9392 (java) S 9380 9383 3485 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 109546402 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458557148072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9393] ppid=9380 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/9383/task/9393/stat : 9393 (java) S 9380 9383 3485 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 19 0 109546402 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458556095528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9394] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9394/stat : 9394 (java) S 9380 9383 3485 0 -1 4202560 200 0 0 0 0 0 0 0 20 0 19 0 109546403 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458543896680 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9395] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9395/stat : 9395 (java) S 9380 9383 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109546404 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458542843000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9396] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9396/stat : 9396 (java) S 9380 9383 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109546404 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458541790344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9397] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9397/stat : 9397 (java) S 9380 9383 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109546406 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458540739088 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9398] ppid=9380 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/9383/task/9398/stat : 9398 (java) S 9380 9383 3485 0 -1 4202560 5783 0 0 0 64 2 0 0 20 0 19 0 109546406 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458539686456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9399] ppid=9380 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/9383/task/9399/stat : 9399 (java) S 9380 9383 3485 0 -1 4202560 2597 0 0 0 45 0 0 0 20 0 19 0 109546406 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458538633912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9400] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9400/stat : 9400 (java) S 9380 9383 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109546406 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458537581560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9401] ppid=9380 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/9383/task/9401/stat : 9401 (java) S 9380 9383 3485 0 -1 4202560 11 0 0 0 1 3 0 0 20 0 19 0 109546406 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458536529224 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9402] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9402/stat : 9402 (java) S 9380 9383 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109546544 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458535473960 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 190.98
Current children cumulated vsize (KiB) 9625040

[startup+190.001 s]
/proc/loadavg: 2.11 2.16 2.15 3/213 9409
/proc/meminfo: memFree=29516448/32872528 swapFree=12352/737972
[pid=9383] ppid=9380 vsize=9625040 CPUtime=191.38 cores=1,3,5,7
/proc/9383/stat : 9383 (java) S 9380 9383 3485 0 -1 4202496 12663 0 1 0 19120 18 0 0 20 0 19 0 109546400 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140733696323232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9383/statm: 2406260 89192 2284 9 0 2396937 0
[pid=9383/tid=9385] ppid=9380 vsize=9625040 CPUtime=189.37 cores=1,3,5,7
/proc/9383/task/9385/stat : 9385 (java) R 9380 9383 3485 0 -1 4202560 2599 0 1 0 18931 6 0 0 20 0 19 0 109546401 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458719948496 140458592612822 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9383/tid=9386] ppid=9380 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/9383/task/9386/stat : 9386 (java) S 9380 9383 3485 0 -1 4202560 39 0 0 0 2 1 0 0 20 0 19 0 109546402 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458563463336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9387] ppid=9380 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/9383/task/9387/stat : 9387 (java) S 9380 9383 3485 0 -1 4202560 34 0 0 0 2 2 0 0 20 0 19 0 109546402 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458562410792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9388] ppid=9380 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9383/task/9388/stat : 9388 (java) S 9380 9383 3485 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 109546402 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458561358248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9389] ppid=9380 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9383/task/9389/stat : 9389 (java) S 9380 9383 3485 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 109546402 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458560305704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9390] ppid=9380 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/9383/task/9390/stat : 9390 (java) S 9380 9383 3485 0 -1 4202560 38 0 0 0 3 2 0 0 20 0 19 0 109546402 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458559253160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9391] ppid=9380 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/9383/task/9391/stat : 9391 (java) S 9380 9383 3485 0 -1 4202560 49 0 0 0 4 2 0 0 20 0 19 0 109546402 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458558200616 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9383/tid=9392] ppid=9380 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9383/task/9392/stat : 9392 (java) S 9380 9383 3485 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 109546402 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458557148072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9393] ppid=9380 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/9383/task/9393/stat : 9393 (java) S 9380 9383 3485 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 19 0 109546402 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458556095528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9394] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9394/stat : 9394 (java) S 9380 9383 3485 0 -1 4202560 200 0 0 0 0 0 0 0 20 0 19 0 109546403 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458543896680 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9395] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9395/stat : 9395 (java) S 9380 9383 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109546404 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458542843000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9396] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9396/stat : 9396 (java) S 9380 9383 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109546404 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458541790344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9397] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9397/stat : 9397 (java) S 9380 9383 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109546406 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458540739088 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9398] ppid=9380 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/9383/task/9398/stat : 9398 (java) S 9380 9383 3485 0 -1 4202560 5783 0 0 0 64 2 0 0 20 0 19 0 109546406 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458539686456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9399] ppid=9380 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/9383/task/9399/stat : 9399 (java) S 9380 9383 3485 0 -1 4202560 2597 0 0 0 45 0 0 0 20 0 19 0 109546406 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458538633912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9400] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9400/stat : 9400 (java) S 9380 9383 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109546406 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458537581560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9401] ppid=9380 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/9383/task/9401/stat : 9401 (java) S 9380 9383 3485 0 -1 4202560 11 0 0 0 1 3 0 0 20 0 19 0 109546406 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458536529224 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9402] ppid=9380 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9402/stat : 9402 (java) S 9380 9383 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109546544 9856040960 89192 33554432000 1073741824 1073778376 140733696332096 140458535473960 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 191.38
Current children cumulated vsize (KiB) 9625040

[startup+190.101 s]
/proc/loadavg: 2.11 2.16 2.15 3/213 9409
/proc/meminfo: memFree=29516448/32872528 swapFree=12352/737972
[pid=9383] ppid=9380 vsize=9691604 CPUtime=191.48 cores=1,3,5,7
/proc/9383/stat : 9383 (java) S 9380 9383 3485 0 -1 4202496 12676 0 1 0 19130 18 0 0 20 0 19 0 109546400 9924202496 89202 33554432000 1073741824 1073778376 140733696332096 140733696323232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9383/statm: 2422901 89202 2285 9 0 2413578 0
[pid=9383/tid=9385] ppid=9380 vsize=9691604 CPUtime=189.46 cores=1,3,5,7
/proc/9383/task/9385/stat : 9385 (java) S 9380 9383 3485 0 -1 4202560 2601 0 1 0 18940 6 0 0 20 0 19 0 109546401 9924202496 89202 33554432000 1073741824 1073778376 140733696332096 140458719957720 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9383/tid=9386] ppid=9380 vsize=9691604 CPUtime=0.03 cores=1,3,5,7
/proc/9383/task/9386/stat : 9386 (java) S 9380 9383 3485 0 -1 4202560 39 0 0 0 2 1 0 0 20 0 19 0 109546402 9924202496 89202 33554432000 1073741824 1073778376 140733696332096 140458563463336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9387] ppid=9380 vsize=9691604 CPUtime=0.04 cores=1,3,5,7
/proc/9383/task/9387/stat : 9387 (java) S 9380 9383 3485 0 -1 4202560 34 0 0 0 2 2 0 0 20 0 19 0 109546402 9924202496 89202 33554432000 1073741824 1073778376 140733696332096 140458562410792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9388] ppid=9380 vsize=9691604 CPUtime=0.01 cores=1,3,5,7
/proc/9383/task/9388/stat : 9388 (java) S 9380 9383 3485 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 109546402 9924202496 89202 33554432000 1073741824 1073778376 140733696332096 140458561358248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9389] ppid=9380 vsize=9691604 CPUtime=0.01 cores=1,3,5,7
/proc/9383/task/9389/stat : 9389 (java) S 9380 9383 3485 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 109546402 9924202496 89202 33554432000 1073741824 1073778376 140733696332096 140458560305704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9390] ppid=9380 vsize=9691604 CPUtime=0.05 cores=1,3,5,7
/proc/9383/task/9390/stat : 9390 (java) S 9380 9383 3485 0 -1 4202560 38 0 0 0 3 2 0 0 20 0 19 0 109546402 9924202496 89202 33554432000 1073741824 1073778376 140733696332096 140458559253160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9391] ppid=9380 vsize=9691604 CPUtime=0.06 cores=1,3,5,7
/proc/9383/task/9391/stat : 9391 (java) S 9380 9383 3485 0 -1 4202560 49 0 0 0 4 2 0 0 20 0 19 0 109546402 9924202496 89202 33554432000 1073741824 1073778376 140733696332096 140458558200616 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9383/tid=9392] ppid=9380 vsize=9691604 CPUtime=0.01 cores=1,3,5,7
/proc/9383/task/9392/stat : 9392 (java) S 9380 9383 3485 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 109546402 9924202496 89202 33554432000 1073741824 1073778376 140733696332096 140458557148072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9393] ppid=9380 vsize=9691604 CPUtime=0.02 cores=1,3,5,7
/proc/9383/task/9393/stat : 9393 (java) S 9380 9383 3485 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 19 0 109546402 9924202496 89202 33554432000 1073741824 1073778376 140733696332096 140458556095528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9394] ppid=9380 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9394/stat : 9394 (java) S 9380 9383 3485 0 -1 4202560 200 0 0 0 0 0 0 0 20 0 19 0 109546403 9924202496 89202 33554432000 1073741824 1073778376 140733696332096 140458543896680 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9395] ppid=9380 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9395/stat : 9395 (java) S 9380 9383 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109546404 9924202496 89202 33554432000 1073741824 1073778376 140733696332096 140458542843000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9396] ppid=9380 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9396/stat : 9396 (java) S 9380 9383 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109546404 9924202496 89202 33554432000 1073741824 1073778376 140733696332096 140458541790344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9397] ppid=9380 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9397/stat : 9397 (java) S 9380 9383 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109546406 9924202496 89202 33554432000 1073741824 1073778376 140733696332096 140458540739088 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9398] ppid=9380 vsize=9691604 CPUtime=0.66 cores=1,3,5,7
/proc/9383/task/9398/stat : 9398 (java) S 9380 9383 3485 0 -1 4202560 5783 0 0 0 64 2 0 0 20 0 19 0 109546406 9924202496 89202 33554432000 1073741824 1073778376 140733696332096 140458539686456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9383/tid=9399] ppid=9380 vsize=9691604 CPUtime=0.46 cores=1,3,5,7
/proc/9383/task/9399/stat : 9399 (java) R 9380 9383 3485 0 -1 4202560 2598 0 0 0 46 0 0 0 20 0 19 0 109546406 9924202496 89202 33554432000 1073741824 1073778376 140733696332096 140458538633912 140458723534695 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9400] ppid=9380 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9400/stat : 9400 (java) S 9380 9383 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109546406 9924202496 89202 33554432000 1073741824 1073778376 140733696332096 140458537581560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9383/tid=9401] ppid=9380 vsize=9691604 CPUtime=0.04 cores=1,3,5,7
/proc/9383/task/9401/stat : 9401 (java) S 9380 9383 3485 0 -1 4202560 11 0 0 0 1 3 0 0 20 0 19 0 109546406 9924202496 89202 33554432000 1073741824 1073778376 140733696332096 140458536529224 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 191.48
Current children cumulated vsize (KiB) 9691604

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9383 and gives
#  childrusage.ru_utime.tv_sec=190
#  childrusage.ru_utime.tv_usec=802993
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=319951
# CPU time returned by wait4() is 191.123
# while last known CPU time is 191.48
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 190.116
CPU time (s): 191.48
CPU user time (s): 191.3
CPU system time (s): 0.18
CPU usage (%): 100.718
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 190.803
system time used= 0.319951
maximum resident set size= 356820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12682
page faults= 1
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4452
involuntary context switches= 546

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.3188 second user time and 1.78473 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-07 07:08:39
IDJOB=4084551
IDBENCH=89675
IDSOLVER=2546
FILE ID=node112/4084551-1465276119
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-101.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084551-1465276119/watcher-4084551-1465276119 -o /tmp/evaluation-result-4084551-1465276119/solver-4084551-1465276119 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465252319-3502 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084551-1465276119.opb

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

MD5SUM BENCH= a3ed9477da365050d631dd031519efe8
RANDOM SEED=772649759

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:        29865560 kB
Buffers:          108076 kB
Cached:           195268 kB
SwapCached:         1624 kB
Active:          1362632 kB
Inactive:         168064 kB
Active(anon):    1229316 kB
Inactive(anon):      608 kB
Active(file):     133316 kB
Inactive(file):   167456 kB
Unevictable:      737972 kB
Mlocked:           12352 kB
SwapTotal:      67108856 kB
SwapFree:       67098612 kB
Dirty:              8192 kB
Writeback:             0 kB
AnonPages:       1967060 kB
Mapped:            15304 kB
Shmem:                 0 kB
Slab:             600728 kB
SReclaimable:      43940 kB
SUnreclaim:       556788 kB
KernelStack:        1568 kB
PageTables:         8012 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:   1927168 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:11:50