Trace number 4096005

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 75.5915 74.5028

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
subsetcard/normalized-subsetcard-geq-random4regular-25.opb
MD5SUM933cc7123cf73307cda6dcfa983bf2fb
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 benchmark0.009998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables101
Total number of constraints50
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 8
Number of bits of the biggest sum of numbers4
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@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4096005-1466100708.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.13	c ... done. Wall clock time 0.013s.
0.09/0.13	c declared #vars     101
0.09/0.13	c #constraints  50
0.09/0.13	c constraints type 
0.09/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.09/0.13	c 50 constraints processed.
0.64/0.48	c cleaning 2500 clauses out of 5000 with flag 38488/5000
1.07/0.70	c cleaning 4244 clauses out of 8500 with flag 78436/11000
1.37/1.07	c cleaning 5621 clauses out of 11256 with flag 128148/18000
1.88/1.52	c cleaning 6809 clauses out of 13635 with flag 185158/26000
2.49/2.14	c cleaning 7907 clauses out of 15827 with flag 249133/35001
3.19/2.89	c cleaning 8953 clauses out of 17919 with flag 319712/45000
4.19/3.80	c cleaning 9973 clauses out of 19966 with flag 400859/56000
5.19/4.81	c cleaning 10990 clauses out of 21993 with flag 486612/68000
6.39/6.03	c cleaning 11998 clauses out of 24005 with flag 576187/81002
7.79/7.43	c cleaning 12999 clauses out of 26005 with flag 675272/95000
9.49/9.12	c cleaning 13996 clauses out of 28006 with flag 777858/110000
11.39/11.08	c cleaning 15003 clauses out of 30011 with flag 885994/126001
13.69/13.37	c cleaning 16001 clauses out of 32009 with flag 1003859/143002
16.29/15.93	c cleaning 16996 clauses out of 34007 with flag 1128790/161001
19.09/18.77	c cleaning 18002 clauses out of 36010 with flag 1252348/180000
22.19/21.85	c cleaning 19000 clauses out of 38008 with flag 1389397/200000
25.59/25.24	c cleaning 19996 clauses out of 40010 with flag 1533717/221002
29.19/28.83	c cleaning 21005 clauses out of 42012 with flag 1680124/243000
33.36/32.83	c cleaning 21997 clauses out of 44007 with flag 1827328/266000
38.18/37.36	c cleaning 22999 clauses out of 46010 with flag 1987879/290000
43.10/42.24	c cleaning 23999 clauses out of 48012 with flag 2152234/315002
48.60/47.79	c cleaning 24998 clauses out of 50011 with flag 2329528/341000
54.65/53.71	c cleaning 26002 clauses out of 52015 with flag 2505682/368002
60.95/60.04	c cleaning 27000 clauses out of 54012 with flag 2689730/396001
67.85/66.93	c cleaning 27999 clauses out of 56010 with flag 2882536/425000
75.06/74.06	c cleaning 29003 clauses out of 58007 with flag 3068377/455000
75.46/74.47	c starts		: 132
75.46/74.47	c conflicts		: 457600
75.46/74.47	c decisions		: 561182
75.46/74.47	c propagations		: 6817264
75.46/74.47	c inspects		: 1989864790
75.46/74.47	c shortcuts		: 0
75.46/74.47	c learnt literals	: 15
75.46/74.47	c learnt binary clauses	: 15
75.46/74.47	c learnt ternary clauses	: 24
75.46/74.47	c learnt constraints	: 457584
75.46/74.47	c ignored constraints	: 0
75.46/74.47	c root simplifications	: 0
75.46/74.47	c removed literals (reason simplification)	: 0
75.46/74.47	c reason swapping (by a shorter reason)	: 0
75.46/74.47	c Calls to reduceDB	: 26
75.46/74.47	c Number of update (reduction) of LBD	: 136607
75.46/74.47	c Imported unit clauses	: 0
75.46/74.47	c number of reductions to clauses (during analyze)	: 0
75.46/74.47	c number of learned constraints concerned by reduction	: 0
75.46/74.47	c number of learning phase by resolution	: 0
75.46/74.47	c number of learning phase by cutting planes	: 0
75.46/74.47	c speed (assignments/second)	: 91702.6136317779
75.46/74.47	c non guided choices	28
75.46/74.48	c learnt constraints type 
75.46/74.48	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 15
75.46/74.48	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 31579
75.46/74.48	s UNSATISFIABLE
75.46/74.49	c Total wall clock time (in seconds): 74.372

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-4096005-1466100708/watcher-4096005-1466100708 -o /tmp/evaluation-result-4096005-1466100708/solver-4096005-1466100708 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466097110-5879 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4096005-1466100708.opb 

pid=6232
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.22 2.23 2.15 3/194 6235
/proc/meminfo: memFree=30414520/32872528 swapFree=1243920/1391088
[pid=6235] ppid=6232 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/6235/stat : 6235 (java) R 6232 6235 3284 0 -1 4202496 654 0 0 0 0 0 0 0 20 0 1 0 12119440 23793664 304 33554432000 1073741824 1073778376 140733511901120 140733511890184 272877271617 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6235/statm: 5809 318 246 9 0 128 0

[startup+0.10006 s]
/proc/loadavg: 2.22 2.23 2.15 3/194 6235
/proc/meminfo: memFree=30414520/32872528 swapFree=1243920/1391088
[pid=6235] ppid=6232 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/6235/stat : 6235 (java) S 6232 6235 3284 0 -1 4202496 4457 0 1 0 8 1 0 0 20 0 18 0 12119440 9787879424 5571 33554432000 1073741824 1073778376 140733511901120 140733511892256 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6235/statm: 2389619 5571 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20028 s]
/proc/loadavg: 2.22 2.23 2.15 3/194 6235
/proc/meminfo: memFree=30414520/32872528 swapFree=1243920/1391088
[pid=6235] ppid=6232 vsize=9625472 CPUtime=0.29 cores=1,3,5,7
/proc/6235/stat : 6235 (java) S 6232 6235 3284 0 -1 4202496 7604 0 1 0 28 1 0 0 20 0 19 0 12119440 9856483328 7630 33554432000 1073741824 1073778376 140733511901120 140733511892256 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6235/statm: 2406368 7630 2220 9 0 2397045 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625472

[startup+0.300294 s]
/proc/loadavg: 2.22 2.23 2.15 3/194 6235
/proc/meminfo: memFree=30414520/32872528 swapFree=1243920/1391088
[pid=6235] ppid=6232 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/6235/stat : 6235 (java) S 6232 6235 3284 0 -1 4202496 8814 0 1 0 52 1 0 0 20 0 19 0 12119440 9856040960 8048 33554432000 1073741824 1073778376 140733511901120 140733511892256 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6235/statm: 2406260 8048 2227 9 0 2396937 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700229 s]
/proc/loadavg: 2.22 2.23 2.15 3/194 6235
/proc/meminfo: memFree=30414520/32872528 swapFree=1243920/1391088
[pid=6235] ppid=6232 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/6235/stat : 6235 (java) S 6232 6235 3284 0 -1 4202496 9346 0 1 0 105 2 0 0 20 0 19 0 12119440 9856040960 8622 33554432000 1073741824 1073778376 140733511901120 140733511892256 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6235/statm: 2406260 8622 2239 9 0 2396937 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.22 2.23 2.15 2/193 6256
/proc/meminfo: memFree=30593924/32872528 swapFree=1243920/1391088
[pid=6235] ppid=6232 vsize=9625040 CPUtime=1.88 cores=1,3,5,7
/proc/6235/stat : 6235 (java) S 6232 6235 3284 0 -1 4202496 9350 0 1 0 186 2 0 0 20 0 19 0 12119440 9856040960 9136 33554432000 1073741824 1073778376 140733511901120 140733511892256 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6235/statm: 2406260 9136 2240 9 0 2396937 0
[pid=6235/tid=6237] ppid=6232 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/6235/task/6237/stat : 6237 (java) R 6232 6235 3284 0 -1 4202560 2454 0 1 0 146 0 0 0 20 0 19 0 12119441 9856040960 9136 33554432000 1073741824 1073778376 140733511901120 139727777427136 139727650296503 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6235/tid=6238] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6238/stat : 6238 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 9136 33554432000 1073741824 1073778376 140733511901120 139727621454504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6239] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6239/stat : 6239 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 9136 33554432000 1073741824 1073778376 140733511901120 139727620401960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6235/tid=6240] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6240/stat : 6240 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 9136 33554432000 1073741824 1073778376 140733511901120 139727619349416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6235/tid=6241] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6241/stat : 6241 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 9136 33554432000 1073741824 1073778376 140733511901120 139727618296872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6235/tid=6242] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6242/stat : 6242 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 9136 33554432000 1073741824 1073778376 140733511901120 139727617243304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6243] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6243/stat : 6243 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 9136 33554432000 1073741824 1073778376 140733511901120 139727616190760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6235/tid=6244] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6244/stat : 6244 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 9136 33554432000 1073741824 1073778376 140733511901120 139727615138216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6245] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6245/stat : 6245 (java) S 6232 6235 3284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 9136 33554432000 1073741824 1073778376 140733511901120 139727614085672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6246] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6246/stat : 6246 (java) S 6232 6235 3284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12119444 9856040960 9136 33554432000 1073741824 1073778376 140733511901120 139727601674856 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6247] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6247/stat : 6247 (java) S 6232 6235 3284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12119444 9856040960 9136 33554432000 1073741824 1073778376 140733511901120 139727600621176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6248] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6248/stat : 6248 (java) S 6232 6235 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12119444 9856040960 9136 33554432000 1073741824 1073778376 140733511901120 139727599568520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6249] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6249/stat : 6249 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119446 9856040960 9136 33554432000 1073741824 1073778376 140733511901120 139727598517264 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6250] ppid=6232 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/6235/task/6250/stat : 6250 (java) S 6232 6235 3284 0 -1 4202560 2948 0 0 0 21 0 0 0 20 0 19 0 12119446 9856040960 9136 33554432000 1073741824 1073778376 140733511901120 139727597463608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6251] ppid=6232 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/6235/task/6251/stat : 6251 (java) S 6232 6235 3284 0 -1 4202560 2679 0 0 0 16 0 0 0 20 0 19 0 12119446 9856040960 9136 33554432000 1073741824 1073778376 140733511901120 139727596411064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6235/tid=6252] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6252/stat : 6252 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119446 9856040960 9136 33554432000 1073741824 1073778376 140733511901120 139727595358712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6235/tid=6253] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6253/stat : 6253 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119446 9856040960 9136 33554432000 1073741824 1073778376 140733511901120 139727594306376 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6254] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6254/stat : 6254 (java) S 6232 6235 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12119454 9856040960 9136 33554432000 1073741824 1073778376 140733511901120 139727593202984 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.22 2.23 2.15 3/213 6320
/proc/meminfo: memFree=30563464/32872528 swapFree=1243920/1391088
[pid=6235] ppid=6232 vsize=9625040 CPUtime=3.49 cores=1,3,5,7
/proc/6235/stat : 6235 (java) S 6232 6235 3284 0 -1 4202496 9354 0 1 0 347 2 0 0 20 0 19 0 12119440 9856040960 9651 33554432000 1073741824 1073778376 140733511901120 140733511892256 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6235/statm: 2406260 9651 2240 9 0 2396937 0
[pid=6235/tid=6237] ppid=6232 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/6235/task/6237/stat : 6237 (java) R 6232 6235 3284 0 -1 4202560 2455 0 1 0 306 0 0 0 20 0 19 0 12119441 9856040960 9651 33554432000 1073741824 1073778376 140733511901120 139727777427136 139727650286494 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6235/tid=6238] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6238/stat : 6238 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 9651 33554432000 1073741824 1073778376 140733511901120 139727621454504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6239] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6239/stat : 6239 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 9651 33554432000 1073741824 1073778376 140733511901120 139727620401960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6235/tid=6240] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6240/stat : 6240 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 9651 33554432000 1073741824 1073778376 140733511901120 139727619349416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6235/tid=6241] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6241/stat : 6241 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 9651 33554432000 1073741824 1073778376 140733511901120 139727618296872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6235/tid=6242] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6242/stat : 6242 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 9651 33554432000 1073741824 1073778376 140733511901120 139727617243304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6243] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6243/stat : 6243 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 9651 33554432000 1073741824 1073778376 140733511901120 139727616190760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6235/tid=6244] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6244/stat : 6244 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 9651 33554432000 1073741824 1073778376 140733511901120 139727615138216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6245] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6245/stat : 6245 (java) S 6232 6235 3284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 9651 33554432000 1073741824 1073778376 140733511901120 139727614085672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6246] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6246/stat : 6246 (java) S 6232 6235 3284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12119444 9856040960 9651 33554432000 1073741824 1073778376 140733511901120 139727601674856 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6247] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6247/stat : 6247 (java) S 6232 6235 3284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12119444 9856040960 9651 33554432000 1073741824 1073778376 140733511901120 139727600621176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6248] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6248/stat : 6248 (java) S 6232 6235 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12119444 9856040960 9651 33554432000 1073741824 1073778376 140733511901120 139727599568520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6249] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6249/stat : 6249 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119446 9856040960 9651 33554432000 1073741824 1073778376 140733511901120 139727598517264 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6250] ppid=6232 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/6235/task/6250/stat : 6250 (java) S 6232 6235 3284 0 -1 4202560 2951 0 0 0 22 0 0 0 20 0 19 0 12119446 9856040960 9651 33554432000 1073741824 1073778376 140733511901120 139727597463608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6251] ppid=6232 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/6235/task/6251/stat : 6251 (java) S 6232 6235 3284 0 -1 4202560 2679 0 0 0 16 0 0 0 20 0 19 0 12119446 9856040960 9651 33554432000 1073741824 1073778376 140733511901120 139727596411064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6235/tid=6252] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6252/stat : 6252 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119446 9856040960 9651 33554432000 1073741824 1073778376 140733511901120 139727595358712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6235/tid=6253] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6253/stat : 6253 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119446 9856040960 9651 33554432000 1073741824 1073778376 140733511901120 139727594306376 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6254] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6254/stat : 6254 (java) S 6232 6235 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12119454 9856040960 9651 33554432000 1073741824 1073778376 140733511901120 139727593202984 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.45 2.27 2.17 3/213 6320
/proc/meminfo: memFree=30551316/32872528 swapFree=1243920/1391088
[pid=6235] ppid=6232 vsize=9625040 CPUtime=6.69 cores=1,3,5,7
/proc/6235/stat : 6235 (java) S 6232 6235 3284 0 -1 4202496 9359 0 1 0 667 2 0 0 20 0 19 0 12119440 9856040960 11164 33554432000 1073741824 1073778376 140733511901120 140733511892256 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6235/statm: 2406260 11164 2241 9 0 2396937 0
[pid=6235/tid=6237] ppid=6232 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/6235/task/6237/stat : 6237 (java) R 6232 6235 3284 0 -1 4202560 2459 0 1 0 626 0 0 0 20 0 19 0 12119441 9856040960 11164 33554432000 1073741824 1073778376 140733511901120 139727777427136 139727650296653 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6235/tid=6238] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6238/stat : 6238 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 11164 33554432000 1073741824 1073778376 140733511901120 139727621454504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6239] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6239/stat : 6239 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 11164 33554432000 1073741824 1073778376 140733511901120 139727620401960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6235/tid=6240] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6240/stat : 6240 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 11164 33554432000 1073741824 1073778376 140733511901120 139727619349416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6235/tid=6241] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6241/stat : 6241 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 11164 33554432000 1073741824 1073778376 140733511901120 139727618296872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6235/tid=6242] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6242/stat : 6242 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 11164 33554432000 1073741824 1073778376 140733511901120 139727617243304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6243] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6243/stat : 6243 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 11164 33554432000 1073741824 1073778376 140733511901120 139727616190760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6235/tid=6244] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6244/stat : 6244 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 11164 33554432000 1073741824 1073778376 140733511901120 139727615138216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6245] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6245/stat : 6245 (java) S 6232 6235 3284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 11164 33554432000 1073741824 1073778376 140733511901120 139727614085672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6246] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6246/stat : 6246 (java) S 6232 6235 3284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12119444 9856040960 11164 33554432000 1073741824 1073778376 140733511901120 139727601674856 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6247] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6247/stat : 6247 (java) S 6232 6235 3284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12119444 9856040960 11164 33554432000 1073741824 1073778376 140733511901120 139727600621176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6248] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6248/stat : 6248 (java) S 6232 6235 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12119444 9856040960 11164 33554432000 1073741824 1073778376 140733511901120 139727599568520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6249] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6249/stat : 6249 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119446 9856040960 11164 33554432000 1073741824 1073778376 140733511901120 139727598517264 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6250] ppid=6232 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/6235/task/6250/stat : 6250 (java) S 6232 6235 3284 0 -1 4202560 2951 0 0 0 22 0 0 0 20 0 19 0 12119446 9856040960 11164 33554432000 1073741824 1073778376 140733511901120 139727597463608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6251] ppid=6232 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/6235/task/6251/stat : 6251 (java) S 6232 6235 3284 0 -1 4202560 2679 0 0 0 16 0 0 0 20 0 19 0 12119446 9856040960 11164 33554432000 1073741824 1073778376 140733511901120 139727596411064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6235/tid=6252] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6252/stat : 6252 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119446 9856040960 11164 33554432000 1073741824 1073778376 140733511901120 139727595358712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6235/tid=6253] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6253/stat : 6253 (java) S 6232 6235 3284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12119446 9856040960 11164 33554432000 1073741824 1073778376 140733511901120 139727594306376 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6254] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6254/stat : 6254 (java) S 6232 6235 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12119454 9856040960 11164 33554432000 1073741824 1073778376 140733511901120 139727593202984 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 9625040


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

/proc/6235/task/6245/stat : 6245 (java) S 6232 6235 3284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 22529 33554432000 1073741824 1073778376 140733511901120 139727614085672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6246] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6246/stat : 6246 (java) S 6232 6235 3284 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12119444 9856040960 22529 33554432000 1073741824 1073778376 140733511901120 139727601674856 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6235/tid=6247] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6247/stat : 6247 (java) S 6232 6235 3284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12119444 9856040960 22529 33554432000 1073741824 1073778376 140733511901120 139727600621176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6248] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6248/stat : 6248 (java) S 6232 6235 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12119444 9856040960 22529 33554432000 1073741824 1073778376 140733511901120 139727599568520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6249] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6249/stat : 6249 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119446 9856040960 22529 33554432000 1073741824 1073778376 140733511901120 139727598517264 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6250] ppid=6232 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/6235/task/6250/stat : 6250 (java) S 6232 6235 3284 0 -1 4202560 2963 0 0 0 26 0 0 0 20 0 19 0 12119446 9856040960 22529 33554432000 1073741824 1073778376 140733511901120 139727597463608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6251] ppid=6232 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/6235/task/6251/stat : 6251 (java) S 6232 6235 3284 0 -1 4202560 10381 0 0 0 80 2 0 0 20 0 19 0 12119446 9856040960 22529 33554432000 1073741824 1073778376 140733511901120 139727596411064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6235/tid=6252] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6252/stat : 6252 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119446 9856040960 22529 33554432000 1073741824 1073778376 140733511901120 139727595358712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6235/tid=6253] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6253/stat : 6253 (java) S 6232 6235 3284 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12119446 9856040960 22529 33554432000 1073741824 1073778376 140733511901120 139727594306376 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6235/tid=6254] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6254/stat : 6254 (java) S 6232 6235 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12119454 9856040960 22529 33554432000 1073741824 1073778376 140733511901120 139727593202984 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 73.05
Current children cumulated vsize (KiB) 9625040

[startup+73.6008 s]
/proc/loadavg: 2.38 2.28 2.18 3/213 6321
/proc/meminfo: memFree=30406992/32872528 swapFree=1243920/1391088
[pid=6235] ppid=6232 vsize=9625040 CPUtime=74.65 cores=1,3,5,7
/proc/6235/stat : 6235 (java) S 6232 6235 3284 0 -1 4202496 17118 0 1 0 7460 5 0 0 20 0 19 0 12119440 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 140733511892256 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6235/statm: 2406260 23041 2249 9 0 2396937 0
[pid=6235/tid=6237] ppid=6232 vsize=9625040 CPUtime=73.53 cores=1,3,5,7
/proc/6235/task/6237/stat : 6237 (java) R 6232 6235 3284 0 -1 4202560 2497 0 1 0 7350 3 0 0 20 0 19 0 12119441 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727777434064 139727650511072 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6238] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6238/stat : 6238 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727621454504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6239] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6239/stat : 6239 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727620401960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6235/tid=6240] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6240/stat : 6240 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727619349416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6235/tid=6241] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6241/stat : 6241 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727618296872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6235/tid=6242] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6242/stat : 6242 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727617243304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6243] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6243/stat : 6243 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727616190760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6235/tid=6244] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6244/stat : 6244 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727615138216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6245] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6245/stat : 6245 (java) S 6232 6235 3284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727614085672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6246] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6246/stat : 6246 (java) S 6232 6235 3284 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12119444 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727601674856 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6235/tid=6247] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6247/stat : 6247 (java) S 6232 6235 3284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12119444 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727600621176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6248] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6248/stat : 6248 (java) S 6232 6235 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12119444 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727599568520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6249] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6249/stat : 6249 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119446 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727598517264 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6250] ppid=6232 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/6235/task/6250/stat : 6250 (java) S 6232 6235 3284 0 -1 4202560 2963 0 0 0 26 0 0 0 20 0 19 0 12119446 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727597463608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6251] ppid=6232 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/6235/task/6251/stat : 6251 (java) S 6232 6235 3284 0 -1 4202560 10381 0 0 0 80 2 0 0 20 0 19 0 12119446 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727596411064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6235/tid=6252] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6252/stat : 6252 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119446 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727595358712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6235/tid=6253] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6253/stat : 6253 (java) S 6232 6235 3284 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12119446 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727594306376 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6235/tid=6254] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6254/stat : 6254 (java) S 6232 6235 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12119454 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727593202984 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 74.65
Current children cumulated vsize (KiB) 9625040

[startup+74.0008 s]
/proc/loadavg: 2.38 2.28 2.18 3/213 6321
/proc/meminfo: memFree=30406992/32872528 swapFree=1243920/1391088
[pid=6235] ppid=6232 vsize=9625040 CPUtime=75.06 cores=1,3,5,7
/proc/6235/stat : 6235 (java) S 6232 6235 3284 0 -1 4202496 17118 0 1 0 7501 5 0 0 20 0 19 0 12119440 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 140733511892256 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6235/statm: 2406260 23041 2249 9 0 2396937 0
[pid=6235/tid=6237] ppid=6232 vsize=9625040 CPUtime=73.93 cores=1,3,5,7
/proc/6235/task/6237/stat : 6237 (java) R 6232 6235 3284 0 -1 4202560 2497 0 1 0 7390 3 0 0 20 0 19 0 12119441 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727777434064 139727650431458 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6238] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6238/stat : 6238 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727621454504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6239] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6239/stat : 6239 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727620401960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6235/tid=6240] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6240/stat : 6240 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727619349416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6235/tid=6241] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6241/stat : 6241 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727618296872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6235/tid=6242] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6242/stat : 6242 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727617243304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6243] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6243/stat : 6243 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727616190760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6235/tid=6244] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6244/stat : 6244 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727615138216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6245] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6245/stat : 6245 (java) S 6232 6235 3284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727614085672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6246] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6246/stat : 6246 (java) S 6232 6235 3284 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12119444 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727601674856 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6235/tid=6247] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6247/stat : 6247 (java) S 6232 6235 3284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12119444 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727600621176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6248] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6248/stat : 6248 (java) S 6232 6235 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12119444 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727599568520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6249] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6249/stat : 6249 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119446 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727598517264 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6250] ppid=6232 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/6235/task/6250/stat : 6250 (java) S 6232 6235 3284 0 -1 4202560 2963 0 0 0 26 0 0 0 20 0 19 0 12119446 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727597463608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6251] ppid=6232 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/6235/task/6251/stat : 6251 (java) S 6232 6235 3284 0 -1 4202560 10381 0 0 0 80 2 0 0 20 0 19 0 12119446 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727596411064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6235/tid=6252] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6252/stat : 6252 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119446 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727595358712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6235/tid=6253] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6253/stat : 6253 (java) S 6232 6235 3284 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12119446 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727594306376 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6235/tid=6254] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6254/stat : 6254 (java) S 6232 6235 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12119454 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727593202984 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 75.06
Current children cumulated vsize (KiB) 9625040

[startup+74.4008 s]
/proc/loadavg: 2.38 2.28 2.18 3/213 6321
/proc/meminfo: memFree=30406992/32872528 swapFree=1243920/1391088
[pid=6235] ppid=6232 vsize=9625040 CPUtime=75.46 cores=1,3,5,7
/proc/6235/stat : 6235 (java) S 6232 6235 3284 0 -1 4202496 17118 0 1 0 7541 5 0 0 20 0 19 0 12119440 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 140733511892256 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6235/statm: 2406260 23041 2249 9 0 2396937 0
[pid=6235/tid=6237] ppid=6232 vsize=9625040 CPUtime=74.33 cores=1,3,5,7
/proc/6235/task/6237/stat : 6237 (java) R 6232 6235 3284 0 -1 4202560 2497 0 1 0 7430 3 0 0 20 0 19 0 12119441 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727777434064 139727650281735 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6238] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6238/stat : 6238 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727621454504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6239] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6239/stat : 6239 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727620401960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6235/tid=6240] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6240/stat : 6240 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727619349416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6235/tid=6241] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6241/stat : 6241 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727618296872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6235/tid=6242] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6242/stat : 6242 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727617243304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6243] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6243/stat : 6243 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727616190760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6235/tid=6244] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6244/stat : 6244 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727615138216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6245] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6245/stat : 6245 (java) S 6232 6235 3284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12119442 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727614085672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6246] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6246/stat : 6246 (java) S 6232 6235 3284 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12119444 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727601674856 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6235/tid=6247] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6247/stat : 6247 (java) S 6232 6235 3284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12119444 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727600621176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6248] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6248/stat : 6248 (java) S 6232 6235 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12119444 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727599568520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6249] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6249/stat : 6249 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119446 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727598517264 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6250] ppid=6232 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/6235/task/6250/stat : 6250 (java) S 6232 6235 3284 0 -1 4202560 2963 0 0 0 26 0 0 0 20 0 19 0 12119446 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727597463608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6235/tid=6251] ppid=6232 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/6235/task/6251/stat : 6251 (java) S 6232 6235 3284 0 -1 4202560 10381 0 0 0 80 2 0 0 20 0 19 0 12119446 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727596411064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6235/tid=6252] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6252/stat : 6252 (java) S 6232 6235 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12119446 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727595358712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6235/tid=6253] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6253/stat : 6253 (java) S 6232 6235 3284 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12119446 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727594306376 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6235/tid=6254] ppid=6232 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6235/task/6254/stat : 6254 (java) S 6232 6235 3284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12119454 9856040960 23041 33554432000 1073741824 1073778376 140733511901120 139727593202984 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 75.46
Current children cumulated vsize (KiB) 9625040

[startup+74.5007 s]
/proc/loadavg: 2.38 2.28 2.18 3/213 6321
/proc/meminfo: memFree=30406992/32872528 swapFree=1243920/1391088
[pid=6235] ppid=6232 vsize=0 CPUtime=75.58 cores=1,3,5,7
/proc/6235/stat : 6235 (java) Z 6232 6235 3284 0 -1 4203532 17146 0 1 0 7549 9 0 0 20 0 2 0 12119440 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6235/statm: 0 0 0 0 0 0 0
[pid=6235/tid=6250] ppid=6232 vsize=0 CPUtime=0.26 cores=1,3,5,7
/proc/6235/task/6250/stat : 6250 (java) R 6232 6235 3284 0 -1 4203588 2966 0 0 0 26 0 0 0 20 0 2 0 12119446 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 75.58
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 74.5028
CPU time (s): 75.5915
CPU user time (s): 75.4895
CPU system time (s): 0.101984
CPU usage (%): 101.461
Max. virtual memory (cumulated for all children) (KiB): 9625688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 75.4895
system time used= 0.101984
maximum resident set size= 94292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17146
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1898
involuntary context switches= 397

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.213967 second user time and 0.292955 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-16 20:11:48
IDJOB=4096005
IDBENCH=107552
IDSOLVER=2546
FILE ID=node119/4096005-1466100708
RUNJOBID= node119-1466097110-5879
PBS_JOBID= 19904040
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/subsetcard/normalized-subsetcard-geq-random4regular-25.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096005-1466100708/watcher-4096005-1466100708 -o /tmp/evaluation-result-4096005-1466100708/solver-4096005-1466100708 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466097110-5879 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4096005-1466100708.opb

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

MD5SUM BENCH= 933cc7123cf73307cda6dcfa983bf2fb
RANDOM SEED=1291363874

node119.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.456
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.91
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.456
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.456
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.456
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.456
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.456
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.55
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.456
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.56
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.456
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:        30414784 kB
Buffers:           51072 kB
Cached:           101064 kB
SwapCached:         1048 kB
Active:           270876 kB
Inactive:          93008 kB
Active(anon):     210692 kB
Inactive(anon):     3284 kB
Active(file):      60184 kB
Inactive(file):    89724 kB
Unevictable:     1391088 kB
Mlocked:         1243920 kB
SwapTotal:      67108856 kB
SwapFree:       67100204 kB
Dirty:               860 kB
Writeback:             0 kB
AnonPages:       1704172 kB
Mapped:            15356 kB
Shmem:                 0 kB
Slab:             570160 kB
SReclaimable:      14120 kB
SUnreclaim:       556040 kB
KernelStack:        1768 kB
PageTables:         7624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2095612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    446464 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 node119 at 2016-06-16 20:13:03