Trace number 4085433

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16UNSAT 200.913 199.752

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_1.opb
MD5SUM8dbaef61ba32642517e0b17ac09a002e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark79.101
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 851
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2553
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.12	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4085433-1465243629.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  objective function found
0.08/0.14	c ... done. Wall clock time 0.017s.
0.08/0.14	c declared #vars     31
0.08/0.14	c #constraints  9
0.08/0.14	c constraints type 
0.08/0.14	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.08/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.08/0.14	c 9 constraints processed.
0.08/0.14	c objective function length is 1 literals
0.63/0.49	c cleaning 2500 clauses out of 5000 with flag 10044/5000
1.17/0.84	c cleaning 4251 clauses out of 8501 with flag 22214/11001
1.58/1.29	c cleaning 5625 clauses out of 11250 with flag 36452/18001
2.18/1.86	c cleaning 6814 clauses out of 13628 with flag 52614/26004
3.00/2.64	c cleaning 7905 clauses out of 15810 with flag 70858/35000
3.90/3.54	c cleaning 8953 clauses out of 17905 with flag 91233/45000
4.91/4.59	c cleaning 9974 clauses out of 19952 with flag 113471/56000
6.23/5.80	c cleaning 10987 clauses out of 21978 with flag 137849/68000
7.62/7.26	c cleaning 11996 clauses out of 23991 with flag 164233/81000
9.23/8.84	c cleaning 12996 clauses out of 25995 with flag 192665/95000
11.03/10.64	c cleaning 13999 clauses out of 27999 with flag 223191/110000
13.13/12.74	c cleaning 14998 clauses out of 30002 with flag 255657/126002
15.43/15.10	c cleaning 16001 clauses out of 32004 with flag 290358/143002
18.13/17.76	c cleaning 16999 clauses out of 34002 with flag 327092/161001
20.93/20.50	c cleaning 17999 clauses out of 36004 with flag 365832/180002
23.73/23.32	c cleaning 19001 clauses out of 38003 with flag 406484/200000
27.03/26.68	c cleaning 20002 clauses out of 40003 with flag 449170/221001
30.73/30.31	c cleaning 20999 clauses out of 42003 with flag 494512/243003
34.53/34.16	c cleaning 21998 clauses out of 44002 with flag 541458/266001
38.72/38.39	c cleaning 22999 clauses out of 46003 with flag 590443/290000
43.52/43.18	c cleaning 24002 clauses out of 48005 with flag 641816/315001
48.72/48.30	c cleaning 25002 clauses out of 50003 with flag 694801/341001
54.03/53.64	c cleaning 26001 clauses out of 52001 with flag 749845/368001
60.03/59.62	c cleaning 26998 clauses out of 53999 with flag 806624/396000
66.33/65.93	c cleaning 28000 clauses out of 56001 with flag 865483/425000
73.33/72.94	c cleaning 29001 clauses out of 58001 with flag 926773/455000
81.43/81.04	c cleaning 29998 clauses out of 60001 with flag 989577/486001
90.13/89.79	c cleaning 30994 clauses out of 62002 with flag 1054956/518000
99.43/99.01	c cleaning 32004 clauses out of 64010 with flag 1122025/551002
109.13/108.78	c cleaning 32999 clauses out of 66004 with flag 1191344/585000
118.33/117.96	c cleaning 34003 clauses out of 68006 with flag 1262649/620001
129.04/128.63	c cleaning 34999 clauses out of 70003 with flag 1335429/656001
139.43/139.09	c cleaning 35998 clauses out of 72003 with flag 1410523/693000
152.49/151.60	c cleaning 37003 clauses out of 74008 with flag 1487488/731003
164.92/164.01	c cleaning 37999 clauses out of 76002 with flag 1566494/770000
177.92/177.08	c cleaning 39000 clauses out of 78005 with flag 1647639/810002
192.27/191.32	c cleaning 39998 clauses out of 80002 with flag 1730567/851000
200.74/199.72	c starts		: 254
200.74/199.72	c conflicts		: 878545
200.74/199.72	c decisions		: 890882
200.74/199.72	c propagations		: 5973347
200.74/199.72	c inspects		: 5158877930
200.74/199.72	c shortcuts		: 0
200.74/199.72	c learnt literals	: 19
200.74/199.72	c learnt binary clauses	: 14
200.74/199.72	c learnt ternary clauses	: 25
200.74/199.72	c learnt constraints	: 878525
200.74/199.72	c ignored constraints	: 0
200.74/199.72	c root simplifications	: 0
200.74/199.72	c removed literals (reason simplification)	: 0
200.74/199.72	c reason swapping (by a shorter reason)	: 0
200.74/199.72	c Calls to reduceDB	: 37
200.74/199.72	c Number of update (reduction) of LBD	: 14631
200.74/199.72	c Imported unit clauses	: 0
200.74/199.72	c number of reductions to clauses (during analyze)	: 0
200.74/199.72	c number of learned constraints concerned by reduction	: 0
200.74/199.72	c number of learning phase by resolution	: 0
200.74/199.72	c number of learning phase by cutting planes	: 0
200.74/199.72	c speed (assignments/second)	: 29930.486937176185
200.74/199.72	c non guided choices	13
200.74/199.74	c learnt constraints type 
200.74/199.74	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 14
200.74/199.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 67516
200.74/199.74	s UNSATISFIABLE
200.74/199.74	c Total wall clock time (in seconds): 199.619

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-4085433-1465243629/watcher-4085433-1465243629 -o /tmp/evaluation-result-4085433-1465243629/solver-4085433-1465243629 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1465216773-5889 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085433-1465243629.opb 

pid=10187
running on 4 cores: 0,2,4,6

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.23 2.25 2.23 3/194 10190
/proc/meminfo: memFree=30312732/32872528 swapFree=16740/1306504
[pid=10190] ppid=10187 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/10190/stat : 10190 (java) R 10187 10190 5873 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 106295516 9515008 184 33554432000 1073741824 1073778376 140733865540368 140733865531592 214537235895 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10190/statm: 2323 184 142 9 0 71 0

[startup+0.100061 s]
/proc/loadavg: 2.23 2.25 2.23 3/194 10190
/proc/meminfo: memFree=30312732/32872528 swapFree=16740/1306504
[pid=10190] ppid=10187 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/10190/stat : 10190 (java) S 10187 10190 5873 0 -1 4202496 4317 0 1 0 8 0 0 0 20 0 18 0 106295516 9787879424 5427 33554432000 1073741824 1073778376 140734086756704 140734086747840 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10190/statm: 2389619 5427 2096 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200223 s]
/proc/loadavg: 2.23 2.25 2.23 3/194 10190
/proc/meminfo: memFree=30312732/32872528 swapFree=16740/1306504
[pid=10190] ppid=10187 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/10190/stat : 10190 (java) S 10187 10190 5873 0 -1 4202496 6843 0 1 0 27 1 0 0 20 0 19 0 106295516 9856040960 7887 33554432000 1073741824 1073778376 140734086756704 140734086747840 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10190/statm: 2406260 7887 2214 9 0 2396937 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300229 s]
/proc/loadavg: 2.23 2.25 2.23 3/194 10190
/proc/meminfo: memFree=30312732/32872528 swapFree=16740/1306504
[pid=10190] ppid=10187 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/10190/stat : 10190 (java) S 10187 10190 5873 0 -1 4202496 7559 0 1 0 51 1 0 0 20 0 19 0 106295516 9856040960 8050 33554432000 1073741824 1073778376 140734086756704 140734086747840 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10190/statm: 2406260 8050 2231 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700161 s]
/proc/loadavg: 2.23 2.25 2.23 3/194 10190
/proc/meminfo: memFree=30312732/32872528 swapFree=16740/1306504
[pid=10190] ppid=10187 vsize=9625040 CPUtime=1.06 cores=0,2,4,6
/proc/10190/stat : 10190 (java) S 10187 10190 5873 0 -1 4202496 8555 0 1 0 105 1 0 0 20 0 19 0 106295516 9856040960 8604 33554432000 1073741824 1073778376 140734086756704 140734086747840 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10190/statm: 2406260 8604 2245 9 0 2396937 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.23 2.25 2.23 3/213 10209
/proc/meminfo: memFree=30286576/32872528 swapFree=16740/1306504
[pid=10190] ppid=10187 vsize=9625040 CPUtime=1.88 cores=0,2,4,6
/proc/10190/stat : 10190 (java) S 10187 10190 5873 0 -1 4202496 8560 0 1 0 187 1 0 0 20 0 19 0 106295516 9856040960 9119 33554432000 1073741824 1073778376 140734086756704 140734086747840 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10190/statm: 2406260 9119 2247 9 0 2396937 0
[pid=10190/tid=10192] ppid=10187 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/10190/task/10192/stat : 10192 (java) R 10187 10190 5873 0 -1 4202560 2409 0 1 0 146 0 0 0 20 0 19 0 106295517 9856040960 9119 33554432000 1073741824 1073778376 140734086756704 140368913870960 140368742349139 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10190/tid=10193] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10193/stat : 10193 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 9119 33554432000 1073741824 1073778376 140734086756704 140368875362600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10194] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10194/stat : 10194 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 9119 33554432000 1073741824 1073778376 140734086756704 140368874309800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10190/tid=10195] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10195/stat : 10195 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 9119 33554432000 1073741824 1073778376 140734086756704 140368873257512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10190/tid=10196] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10196/stat : 10196 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 9119 33554432000 1073741824 1073778376 140734086756704 140368872204712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10190/tid=10197] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10197/stat : 10197 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 9119 33554432000 1073741824 1073778376 140734086756704 140368871152424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10198] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10198/stat : 10198 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 9119 33554432000 1073741824 1073778376 140734086756704 140368870099624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10190/tid=10199] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10199/stat : 10199 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 9119 33554432000 1073741824 1073778376 140734086756704 140368869047336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10190/tid=10200] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10200/stat : 10200 (java) S 10187 10190 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 9119 33554432000 1073741824 1073778376 140734086756704 140368867994536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10201] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10201/stat : 10201 (java) S 10187 10190 5873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106295520 9856040960 9119 33554432000 1073741824 1073778376 140734086756704 140368737708264 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10202] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10202/stat : 10202 (java) S 10187 10190 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106295520 9856040960 9119 33554432000 1073741824 1073778376 140734086756704 140368736654328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10203] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10203/stat : 10203 (java) S 10187 10190 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106295520 9856040960 9119 33554432000 1073741824 1073778376 140734086756704 140368735601928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10204] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10204/stat : 10204 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295523 9856040960 9119 33554432000 1073741824 1073778376 140734086756704 140368734550416 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10205] ppid=10187 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/10190/task/10205/stat : 10205 (java) S 10187 10190 5873 0 -1 4202560 2986 0 0 0 24 0 0 0 20 0 19 0 106295523 9856040960 9119 33554432000 1073741824 1073778376 140734086756704 140368733498040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10206] ppid=10187 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/10190/task/10206/stat : 10206 (java) S 10187 10190 5873 0 -1 4202560 1893 0 0 0 15 0 0 0 20 0 19 0 106295523 9856040960 9119 33554432000 1073741824 1073778376 140734086756704 140368732445240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10190/tid=10207] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10207/stat : 10207 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295523 9856040960 9119 33554432000 1073741824 1073778376 140734086756704 140368731393144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10190/tid=10208] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10208/stat : 10208 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295523 9856040960 9119 33554432000 1073741824 1073778376 140734086756704 140368730340552 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10209] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10209/stat : 10209 (java) S 10187 10190 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106295531 9856040960 9119 33554432000 1073741824 1073778376 140734086756704 140368729285544 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.23 2.25 2.23 3/213 10209
/proc/meminfo: memFree=30281856/32872528 swapFree=16740/1306504
[pid=10190] ppid=10187 vsize=9625040 CPUtime=3.5 cores=0,2,4,6
/proc/10190/stat : 10190 (java) S 10187 10190 5873 0 -1 4202496 8562 0 1 0 349 1 0 0 20 0 19 0 106295516 9856040960 9632 33554432000 1073741824 1073778376 140734086756704 140734086747840 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10190/statm: 2406260 9632 2247 9 0 2396937 0
[pid=10190/tid=10192] ppid=10187 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/10190/task/10192/stat : 10192 (java) R 10187 10190 5873 0 -1 4202560 2410 0 1 0 305 0 0 0 20 0 19 0 106295517 9856040960 9632 33554432000 1073741824 1073778376 140734086756704 140368913862336 140368742491123 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10193] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10193/stat : 10193 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 9632 33554432000 1073741824 1073778376 140734086756704 140368875362600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10194] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10194/stat : 10194 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 9632 33554432000 1073741824 1073778376 140734086756704 140368874309800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10190/tid=10195] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10195/stat : 10195 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 9632 33554432000 1073741824 1073778376 140734086756704 140368873257512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10190/tid=10196] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10196/stat : 10196 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 9632 33554432000 1073741824 1073778376 140734086756704 140368872204712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10190/tid=10197] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10197/stat : 10197 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 9632 33554432000 1073741824 1073778376 140734086756704 140368871152424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10198] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10198/stat : 10198 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 9632 33554432000 1073741824 1073778376 140734086756704 140368870099624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10190/tid=10199] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10199/stat : 10199 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 9632 33554432000 1073741824 1073778376 140734086756704 140368869047336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10190/tid=10200] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10200/stat : 10200 (java) S 10187 10190 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 9632 33554432000 1073741824 1073778376 140734086756704 140368867994536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10201] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10201/stat : 10201 (java) S 10187 10190 5873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106295520 9856040960 9632 33554432000 1073741824 1073778376 140734086756704 140368737708264 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10202] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10202/stat : 10202 (java) S 10187 10190 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106295520 9856040960 9632 33554432000 1073741824 1073778376 140734086756704 140368736654328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10203] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10203/stat : 10203 (java) S 10187 10190 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106295520 9856040960 9632 33554432000 1073741824 1073778376 140734086756704 140368735601928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10204] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10204/stat : 10204 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295523 9856040960 9632 33554432000 1073741824 1073778376 140734086756704 140368734550416 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10205] ppid=10187 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/10190/task/10205/stat : 10205 (java) S 10187 10190 5873 0 -1 4202560 2987 0 0 0 25 0 0 0 20 0 19 0 106295523 9856040960 9632 33554432000 1073741824 1073778376 140734086756704 140368733498040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10190/tid=10206] ppid=10187 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/10190/task/10206/stat : 10206 (java) S 10187 10190 5873 0 -1 4202560 1893 0 0 0 16 0 0 0 20 0 19 0 106295523 9856040960 9632 33554432000 1073741824 1073778376 140734086756704 140368732445240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10190/tid=10207] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10207/stat : 10207 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295523 9856040960 9632 33554432000 1073741824 1073778376 140734086756704 140368731393144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10190/tid=10208] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10208/stat : 10208 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295523 9856040960 9632 33554432000 1073741824 1073778376 140734086756704 140368730340552 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10209] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10209/stat : 10209 (java) S 10187 10190 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106295531 9856040960 9632 33554432000 1073741824 1073778376 140734086756704 140368729285544 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.21 2.24 2.22 3/213 10209
/proc/meminfo: memFree=30279868/32872528 swapFree=16740/1306504
[pid=10190] ppid=10187 vsize=9625040 CPUtime=6.72 cores=0,2,4,6
/proc/10190/stat : 10190 (java) S 10187 10190 5873 0 -1 4202496 8567 0 1 0 670 2 0 0 20 0 19 0 106295516 9856040960 11129 33554432000 1073741824 1073778376 140734086756704 140734086747840 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10190/statm: 2406260 11129 2248 9 0 2396937 0
[pid=10190/tid=10192] ppid=10187 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/10190/task/10192/stat : 10192 (java) R 10187 10190 5873 0 -1 4202560 2414 0 1 0 625 0 0 0 20 0 19 0 106295517 9856040960 11129 33554432000 1073741824 1073778376 140734086756704 140368913862336 140368742491123 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10190/tid=10193] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10193/stat : 10193 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 11129 33554432000 1073741824 1073778376 140734086756704 140368875362600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10194] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10194/stat : 10194 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 11129 33554432000 1073741824 1073778376 140734086756704 140368874309800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10190/tid=10195] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10195/stat : 10195 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 11129 33554432000 1073741824 1073778376 140734086756704 140368873257512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10190/tid=10196] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10196/stat : 10196 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 11129 33554432000 1073741824 1073778376 140734086756704 140368872204712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10190/tid=10197] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10197/stat : 10197 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 11129 33554432000 1073741824 1073778376 140734086756704 140368871152424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10198] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10198/stat : 10198 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 11129 33554432000 1073741824 1073778376 140734086756704 140368870099624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10190/tid=10199] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10199/stat : 10199 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 11129 33554432000 1073741824 1073778376 140734086756704 140368869047336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10190/tid=10200] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10200/stat : 10200 (java) S 10187 10190 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 11129 33554432000 1073741824 1073778376 140734086756704 140368867994536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10201] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10201/stat : 10201 (java) S 10187 10190 5873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106295520 9856040960 11129 33554432000 1073741824 1073778376 140734086756704 140368737708264 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10202] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10202/stat : 10202 (java) S 10187 10190 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106295520 9856040960 11129 33554432000 1073741824 1073778376 140734086756704 140368736654328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10203] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10203/stat : 10203 (java) S 10187 10190 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106295520 9856040960 11129 33554432000 1073741824 1073778376 140734086756704 140368735601928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10204] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10204/stat : 10204 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295523 9856040960 11129 33554432000 1073741824 1073778376 140734086756704 140368734550416 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10205] ppid=10187 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/10190/task/10205/stat : 10205 (java) S 10187 10190 5873 0 -1 4202560 2987 0 0 0 25 0 0 0 20 0 19 0 106295523 9856040960 11129 33554432000 1073741824 1073778376 140734086756704 140368733498040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10190/tid=10206] ppid=10187 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/10190/task/10206/stat : 10206 (java) S 10187 10190 5873 0 -1 4202560 1893 0 0 0 18 0 0 0 20 0 19 0 106295523 9856040960 11129 33554432000 1073741824 1073778376 140734086756704 140368732445240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10190/tid=10207] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10207/stat : 10207 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295523 9856040960 11129 33554432000 1073741824 1073778376 140734086756704 140368731393144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10190/tid=10208] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10208/stat : 10208 (java) S 10187 10190 5873 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106295523 9856040960 11129 33554432000 1073741824 1073778376 140734086756704 140368730340552 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10209] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10209/stat : 10209 (java) S 10187 10190 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106295531 9856040960 11129 33554432000 1073741824 1073778376 140734086756704 140368729285544 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 9625040


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

[pid=10190/tid=10195] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10195/stat : 10195 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368873257512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10190/tid=10196] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10196/stat : 10196 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368872204712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10190/tid=10197] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10197/stat : 10197 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368871152424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10198] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10198/stat : 10198 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368870099624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10190/tid=10199] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10199/stat : 10199 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368869047336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10190/tid=10200] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10200/stat : 10200 (java) S 10187 10190 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368867994536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10201] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10201/stat : 10201 (java) S 10187 10190 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106295520 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368737708264 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10202] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10202/stat : 10202 (java) S 10187 10190 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106295520 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368736654328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10203] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10203/stat : 10203 (java) S 10187 10190 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106295520 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368735601928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10204] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10204/stat : 10204 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295523 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368734550416 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10205] ppid=10187 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/10190/task/10205/stat : 10205 (java) S 10187 10190 5873 0 -1 4202560 9940 0 0 0 77 0 0 0 20 0 19 0 106295523 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368733498040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10190/tid=10206] ppid=10187 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/10190/task/10206/stat : 10206 (java) S 10187 10190 5873 0 -1 4202560 3132 0 0 0 29 0 0 0 20 0 19 0 106295523 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368732445240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10190/tid=10207] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10207/stat : 10207 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295523 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368731393144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10190/tid=10208] ppid=10187 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/10190/task/10208/stat : 10208 (java) S 10187 10190 5873 0 -1 4202560 12 0 0 0 3 1 0 0 20 0 19 0 106295523 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368730340552 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10209] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10209/stat : 10209 (java) S 10187 10190 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106295531 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368729285544 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 199.44
Current children cumulated vsize (KiB) 9625040

[startup+199.208 s]
/proc/loadavg: 2.19 2.21 2.21 3/214 10216
/proc/meminfo: memFree=30155844/32872528 swapFree=16740/1306504
[pid=10190] ppid=10187 vsize=9625040 CPUtime=200.25 cores=0,2,4,6
/proc/10190/stat : 10190 (java) S 10187 10190 5873 0 -1 4202496 16834 0 1 0 20019 6 0 0 20 0 19 0 106295516 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140734086747840 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10190/statm: 2406260 42371 2248 9 0 2396937 0
[pid=10190/tid=10192] ppid=10187 vsize=9625040 CPUtime=199.15 cores=0,2,4,6
/proc/10190/task/10192/stat : 10192 (java) R 10187 10190 5873 0 -1 4202560 2477 0 1 0 19909 6 0 0 20 0 19 0 106295517 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368913869384 140368742665126 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10190/tid=10193] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10193/stat : 10193 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368875362600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10194] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10194/stat : 10194 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368874309800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10190/tid=10195] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10195/stat : 10195 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368873257512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10190/tid=10196] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10196/stat : 10196 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368872204712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10190/tid=10197] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10197/stat : 10197 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368871152424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10198] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10198/stat : 10198 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368870099624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10190/tid=10199] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10199/stat : 10199 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368869047336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10190/tid=10200] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10200/stat : 10200 (java) S 10187 10190 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368867994536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10201] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10201/stat : 10201 (java) S 10187 10190 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106295520 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368737708264 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10202] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10202/stat : 10202 (java) S 10187 10190 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106295520 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368736654328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10203] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10203/stat : 10203 (java) S 10187 10190 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106295520 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368735601928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10204] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10204/stat : 10204 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295523 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368734550416 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10205] ppid=10187 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/10190/task/10205/stat : 10205 (java) S 10187 10190 5873 0 -1 4202560 9940 0 0 0 77 0 0 0 20 0 19 0 106295523 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368733498040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10190/tid=10206] ppid=10187 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/10190/task/10206/stat : 10206 (java) S 10187 10190 5873 0 -1 4202560 3132 0 0 0 29 0 0 0 20 0 19 0 106295523 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368732445240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10190/tid=10207] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10207/stat : 10207 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295523 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368731393144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10190/tid=10208] ppid=10187 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/10190/task/10208/stat : 10208 (java) S 10187 10190 5873 0 -1 4202560 12 0 0 0 3 1 0 0 20 0 19 0 106295523 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368730340552 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10209] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10209/stat : 10209 (java) S 10187 10190 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106295531 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368729285544 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 200.25
Current children cumulated vsize (KiB) 9625040

[startup+199.601 s]
/proc/loadavg: 2.19 2.21 2.21 3/214 10216
/proc/meminfo: memFree=30155844/32872528 swapFree=16740/1306504
[pid=10190] ppid=10187 vsize=9625040 CPUtime=200.64 cores=0,2,4,6
/proc/10190/stat : 10190 (java) S 10187 10190 5873 0 -1 4202496 16834 0 1 0 20058 6 0 0 20 0 19 0 106295516 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140734086747840 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10190/statm: 2406260 42371 2248 9 0 2396937 0
[pid=10190/tid=10192] ppid=10187 vsize=9625040 CPUtime=199.54 cores=0,2,4,6
/proc/10190/task/10192/stat : 10192 (java) R 10187 10190 5873 0 -1 4202560 2477 0 1 0 19948 6 0 0 20 0 19 0 106295517 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368913869264 140368742665332 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10190/tid=10193] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10193/stat : 10193 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368875362600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10194] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10194/stat : 10194 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368874309800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10190/tid=10195] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10195/stat : 10195 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368873257512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10190/tid=10196] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10196/stat : 10196 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368872204712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10190/tid=10197] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10197/stat : 10197 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368871152424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10198] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10198/stat : 10198 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368870099624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10190/tid=10199] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10199/stat : 10199 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368869047336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10190/tid=10200] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10200/stat : 10200 (java) S 10187 10190 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368867994536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10201] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10201/stat : 10201 (java) S 10187 10190 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106295520 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368737708264 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10202] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10202/stat : 10202 (java) S 10187 10190 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106295520 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368736654328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10203] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10203/stat : 10203 (java) S 10187 10190 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106295520 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368735601928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10204] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10204/stat : 10204 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295523 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368734550416 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10205] ppid=10187 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/10190/task/10205/stat : 10205 (java) S 10187 10190 5873 0 -1 4202560 9940 0 0 0 77 0 0 0 20 0 19 0 106295523 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368733498040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10190/tid=10206] ppid=10187 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/10190/task/10206/stat : 10206 (java) S 10187 10190 5873 0 -1 4202560 3132 0 0 0 29 0 0 0 20 0 19 0 106295523 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368732445240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10190/tid=10207] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10207/stat : 10207 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295523 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368731393144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10190/tid=10208] ppid=10187 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/10190/task/10208/stat : 10208 (java) S 10187 10190 5873 0 -1 4202560 12 0 0 0 3 1 0 0 20 0 19 0 106295523 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368730340552 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10209] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10209/stat : 10209 (java) S 10187 10190 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106295531 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368729285544 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 200.64
Current children cumulated vsize (KiB) 9625040

[startup+199.701 s]
/proc/loadavg: 2.19 2.21 2.21 3/214 10216
/proc/meminfo: memFree=30155844/32872528 swapFree=16740/1306504
[pid=10190] ppid=10187 vsize=9625040 CPUtime=200.74 cores=0,2,4,6
/proc/10190/stat : 10190 (java) S 10187 10190 5873 0 -1 4202496 16834 0 1 0 20068 6 0 0 20 0 19 0 106295516 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140734086747840 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10190/statm: 2406260 42371 2248 9 0 2396937 0
[pid=10190/tid=10192] ppid=10187 vsize=9625040 CPUtime=199.64 cores=0,2,4,6
/proc/10190/task/10192/stat : 10192 (java) R 10187 10190 5873 0 -1 4202560 2477 0 1 0 19958 6 0 0 20 0 19 0 106295517 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368913869264 140368742412396 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10190/tid=10193] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10193/stat : 10193 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368875362600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10194] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10194/stat : 10194 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368874309800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10190/tid=10195] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10195/stat : 10195 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368873257512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10190/tid=10196] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10196/stat : 10196 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368872204712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10190/tid=10197] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10197/stat : 10197 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368871152424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10198] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10198/stat : 10198 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368870099624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10190/tid=10199] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10199/stat : 10199 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368869047336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10190/tid=10200] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10200/stat : 10200 (java) S 10187 10190 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106295518 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368867994536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10201] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10201/stat : 10201 (java) S 10187 10190 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106295520 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368737708264 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10202] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10202/stat : 10202 (java) S 10187 10190 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106295520 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368736654328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10203] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10203/stat : 10203 (java) S 10187 10190 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106295520 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368735601928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10204] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10204/stat : 10204 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295523 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368734550416 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10205] ppid=10187 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/10190/task/10205/stat : 10205 (java) S 10187 10190 5873 0 -1 4202560 9940 0 0 0 77 0 0 0 20 0 19 0 106295523 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368733498040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10190/tid=10206] ppid=10187 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/10190/task/10206/stat : 10206 (java) S 10187 10190 5873 0 -1 4202560 3132 0 0 0 29 0 0 0 20 0 19 0 106295523 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368732445240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10190/tid=10207] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10207/stat : 10207 (java) S 10187 10190 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295523 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368731393144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10190/tid=10208] ppid=10187 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/10190/task/10208/stat : 10208 (java) S 10187 10190 5873 0 -1 4202560 12 0 0 0 3 1 0 0 20 0 19 0 106295523 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368730340552 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10190/tid=10209] ppid=10187 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10190/task/10209/stat : 10209 (java) S 10187 10190 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106295531 9856040960 42371 33554432000 1073741824 1073778376 140734086756704 140368729285544 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 200.74
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 199.752
CPU time (s): 200.913
CPU user time (s): 200.78
CPU system time (s): 0.132979
CPU usage (%): 100.581
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 200.78
system time used= 0.132979
maximum resident set size= 171632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16866
page faults= 1
swaps= 0
block input operations= 0
block output operations= 208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4485
involuntary context switches= 434

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.973851 second user time and 1.09983 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-06 22:07:09
IDJOB=4085433
IDBENCH=2905
IDSOLVER=2546
FILE ID=node127/4085433-1465243629
RUNJOBID= node127-1465216773-5889
PBS_JOBID= 19843202
Free space on /tmp= 71740 MiB

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

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

MD5SUM BENCH= 8dbaef61ba32642517e0b17ac09a002e
RANDOM SEED=430122548

node127.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.227
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	: 5332.45
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.227
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.227
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.56
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.227
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.55
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.227
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.55
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.227
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.54
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.227
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.54
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.227
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:        30313268 kB
Buffers:           32804 kB
Cached:            51128 kB
SwapCached:         1744 kB
Active:           491652 kB
Inactive:          57788 kB
Active(anon):     467028 kB
Inactive(anon):      900 kB
Active(file):      24624 kB
Inactive(file):    56888 kB
Unevictable:     1306504 kB
Mlocked:           16740 kB
SwapTotal:      67108856 kB
SwapFree:       67098492 kB
Dirty:               480 kB
Writeback:             0 kB
AnonPages:       1771504 kB
Mapped:            15280 kB
Shmem:                 0 kB
Slab:             566980 kB
SReclaimable:      10820 kB
SUnreclaim:       556160 kB
KernelStack:        1584 kB
PageTables:         7416 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1911092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1742848 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= 71736 MiB
End job on node127 at 2016-06-06 22:10:29