Trace number 4099365

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 19.533 18.0191

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900579996.opb
MD5SUMf510e821cdc50f097865b59193d7ef06
Bench CategoryDEC-SMALLINT (no 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 benchmark2.5986
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 677
Number of bits of the biggest sum of numbers10
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	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-4099365-1466206105.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.25/0.29	c ... done. Wall clock time 0.18s.
0.25/0.29	c declared #vars     231
0.25/0.29	c #constraints  2707
0.25/0.29	c constraints type 
0.25/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.25/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.25/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.25/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.25/0.29	c 2707 constraints processed.
1.21/0.72	c cleaning 2500 clauses out of 5000 with flag 23598/5000
1.78/1.11	c cleaning 4251 clauses out of 8501 with flag 58056/11001
2.57/1.57	c cleaning 5623 clauses out of 11250 with flag 102863/18001
3.58/2.17	c cleaning 6811 clauses out of 13627 with flag 158675/26001
4.30/2.87	c cleaning 7904 clauses out of 15815 with flag 224190/35000
5.21/3.79	c cleaning 8952 clauses out of 17912 with flag 308231/45001
6.21/4.79	c cleaning 9978 clauses out of 19961 with flag 388710/56002
7.41/5.91	c cleaning 10984 clauses out of 21981 with flag 476590/68000
8.60/7.17	c cleaning 11995 clauses out of 23997 with flag 570028/81000
10.11/8.62	c cleaning 12994 clauses out of 26002 with flag 665537/95000
11.81/10.35	c cleaning 14002 clauses out of 28008 with flag 765370/110000
13.71/12.22	c cleaning 15004 clauses out of 30010 with flag 868007/126004
15.70/14.25	c cleaning 16001 clauses out of 32002 with flag 979873/143001
17.11/15.69	c cleaning 16998 clauses out of 33998 with flag 1076266/161001
18.83/17.35	c cleaning 17994 clauses out of 35996 with flag 1168252/180002
19.43/17.98	c starts		: 568
19.43/17.98	c conflicts		: 190511
19.43/17.98	c decisions		: 294811
19.43/17.98	c propagations		: 8453278
19.43/17.98	c inspects		: 294538729
19.43/17.98	c shortcuts		: 0
19.43/17.98	c learnt literals	: 17
19.43/17.98	c learnt binary clauses	: 39
19.43/17.98	c learnt ternary clauses	: 447
19.43/17.98	c learnt constraints	: 190493
19.43/17.98	c ignored constraints	: 0
19.43/17.98	c root simplifications	: 0
19.43/17.98	c removed literals (reason simplification)	: 0
19.43/17.98	c reason swapping (by a shorter reason)	: 0
19.43/17.98	c Calls to reduceDB	: 15
19.43/17.98	c Number of update (reduction) of LBD	: 77104
19.43/17.98	c Imported unit clauses	: 0
19.43/17.98	c number of reductions to clauses (during analyze)	: 0
19.43/17.98	c number of learned constraints concerned by reduction	: 0
19.43/17.98	c number of learning phase by resolution	: 0
19.43/17.98	c number of learning phase by cutting planes	: 0
19.43/17.98	c speed (assignments/second)	: 477829.2917302583
19.43/17.98	c non guided choices	163
19.53/18.00	c learnt constraints type 
19.53/18.00	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 39
19.53/18.00	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 28463
19.53/18.00	s UNSATISFIABLE
19.53/18.00	c Total wall clock time (in seconds): 17.893

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-4099365-1466206105/watcher-4099365-1466206105 -o /tmp/evaluation-result-4099365-1466206105/solver-4099365-1466206105 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466206058-4534 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4099365-1466206105.opb 

pid=6236
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: 1.45 0.48 0.21 2/172 6239
/proc/meminfo: memFree=30400276/32872528 swapFree=1482636/1662508
[pid=6239] ppid=6236 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/6239/stat : 6239 (java) R 6236 6239 4518 0 -1 4202496 829 0 0 0 0 0 0 0 20 0 1 0 22656955 23793664 480 33554432000 1073741824 1073778376 140736482532752 140736482521816 273896487475 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6239/statm: 5809 492 373 9 0 128 0

[startup+0.100158 s]
/proc/loadavg: 1.45 0.48 0.21 2/172 6239
/proc/meminfo: memFree=30400276/32872528 swapFree=1482636/1662508
[pid=6239] ppid=6236 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/6239/stat : 6239 (java) S 6236 6239 4518 0 -1 4202496 4402 0 1 0 8 1 0 0 20 0 18 0 22656955 9787879424 6032 33554432000 1073741824 1073778376 140736482532752 140736482523888 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6239/statm: 2389619 6032 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200224 s]
/proc/loadavg: 1.45 0.48 0.21 2/172 6239
/proc/meminfo: memFree=30400276/32872528 swapFree=1482636/1662508
[pid=6239] ppid=6236 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/6239/stat : 6239 (java) S 6236 6239 4518 0 -1 4202496 4741 0 1 0 24 1 0 0 20 0 18 0 22656955 9787879424 6812 33554432000 1073741824 1073778376 140736482532752 140736482523888 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6239/statm: 2389619 6812 2212 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300217 s]
/proc/loadavg: 1.45 0.48 0.21 2/172 6239
/proc/meminfo: memFree=30400276/32872528 swapFree=1482636/1662508
[pid=6239] ppid=6236 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/6239/stat : 6239 (java) S 6236 6239 4518 0 -1 4202496 5804 0 1 0 45 2 0 0 20 0 19 0 22656955 9856040960 8469 33554432000 1073741824 1073778376 140736482532752 140736482523888 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6239/statm: 2406260 8469 2239 9 0 2396937 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9625040

[startup+0.700256 s]
/proc/loadavg: 1.45 0.48 0.21 2/172 6239
/proc/meminfo: memFree=30400276/32872528 swapFree=1482636/1662508
[pid=6239] ppid=6236 vsize=9625040 CPUtime=1.21 cores=0,2,4,6
/proc/6239/stat : 6239 (java) S 6236 6239 4518 0 -1 4202496 8920 0 1 0 119 2 0 0 20 0 19 0 22656955 9856040960 10234 33554432000 1073741824 1073778376 140736482532752 140736482523888 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6239/statm: 2406260 10234 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9625040

[startup+1.50087 s]
/proc/loadavg: 1.50 0.51 0.22 5/215 6291
/proc/meminfo: memFree=30332588/32872528 swapFree=1482636/1662508
[pid=6239] ppid=6236 vsize=9625040 CPUtime=2.57 cores=0,2,4,6
/proc/6239/stat : 6239 (java) S 6236 6239 4518 0 -1 4202496 19098 0 1 0 253 4 0 0 20 0 19 0 22656955 9856040960 15389 33554432000 1073741824 1073778376 140736482532752 140736482523888 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6239/statm: 2406260 15389 2265 9 0 2396937 0
[pid=6239/tid=6241] ppid=6236 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/6239/task/6241/stat : 6241 (java) R 6236 6239 4518 0 -1 4202560 2425 0 1 0 146 0 0 0 20 0 19 0 22656956 9856040960 15389 33554432000 1073741824 1073778376 140736482532752 139814163984080 139814020600086 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6239/tid=6242] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6242/stat : 6242 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 15389 33554432000 1073741824 1073778376 140736482532752 139814142093480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6243] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6243/stat : 6243 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 15389 33554432000 1073741824 1073778376 140736482532752 139814141040936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6239/tid=6244] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6244/stat : 6244 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 15389 33554432000 1073741824 1073778376 140736482532752 139814139988392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6239/tid=6245] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6245/stat : 6245 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 15389 33554432000 1073741824 1073778376 140736482532752 139814138935848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6239/tid=6246] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6246/stat : 6246 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 15389 33554432000 1073741824 1073778376 140736482532752 139813801945768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6247] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6247/stat : 6247 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 15389 33554432000 1073741824 1073778376 140736482532752 139813800893224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6239/tid=6248] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6248/stat : 6248 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 15389 33554432000 1073741824 1073778376 140736482532752 139813799840680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6249] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6249/stat : 6249 (java) S 6236 6239 4518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 15389 33554432000 1073741824 1073778376 140736482532752 139813798788136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6250] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6250/stat : 6250 (java) S 6236 6239 4518 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 22656958 9856040960 15389 33554432000 1073741824 1073778376 140736482532752 139813786589288 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6251] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6251/stat : 6251 (java) S 6236 6239 4518 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22656959 9856040960 15389 33554432000 1073741824 1073778376 140736482532752 139813785535608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6252] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6252/stat : 6252 (java) S 6236 6239 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22656959 9856040960 15389 33554432000 1073741824 1073778376 140736482532752 139813784482952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6253] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6253/stat : 6253 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656961 9856040960 15389 33554432000 1073741824 1073778376 140736482532752 139813783431696 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6254] ppid=6236 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/6239/task/6254/stat : 6254 (java) R 6236 6239 4518 0 -1 4202560 13191 0 0 0 77 2 0 0 20 0 19 0 22656961 9856040960 15389 33554432000 1073741824 1073778376 140736482532752 139813782356312 139814168109275 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6255] ppid=6236 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/6239/task/6255/stat : 6255 (java) S 6236 6239 4518 0 -1 4202560 2209 0 0 0 26 0 0 0 20 0 19 0 22656961 9856040960 15389 33554432000 1073741824 1073778376 140736482532752 139813781326520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6239/tid=6256] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6256/stat : 6256 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656961 9856040960 15389 33554432000 1073741824 1073778376 140736482532752 139813780274168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6239/tid=6257] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6257/stat : 6257 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656961 9856040960 15389 33554432000 1073741824 1073778376 140736482532752 139813779221832 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6239/tid=6262] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6262/stat : 6262 (java) S 6236 6239 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22656985 9856040960 15389 33554432000 1073741824 1073778376 140736482532752 139813778166568 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 1.50 0.51 0.22 6/216 6292
/proc/meminfo: memFree=30284876/32872528 swapFree=1482636/1662508
[pid=6239] ppid=6236 vsize=9625040 CPUtime=4.6 cores=0,2,4,6
/proc/6239/stat : 6239 (java) S 6236 6239 4518 0 -1 4202496 20531 0 1 0 456 4 0 0 20 0 19 0 22656955 9856040960 17483 33554432000 1073741824 1073778376 140736482532752 140736482523888 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6239/statm: 2406260 17483 2265 9 0 2396937 0
[pid=6239/tid=6241] ppid=6236 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/6239/task/6241/stat : 6241 (java) R 6236 6239 4518 0 -1 4202560 2429 0 1 0 306 0 0 0 20 0 19 0 22656956 9856040960 17483 33554432000 1073741824 1073778376 140736482532752 139814163992856 139814020616378 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6239/tid=6242] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6242/stat : 6242 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 17483 33554432000 1073741824 1073778376 140736482532752 139814142093480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6243] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6243/stat : 6243 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 17483 33554432000 1073741824 1073778376 140736482532752 139814141040936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6239/tid=6244] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6244/stat : 6244 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 17483 33554432000 1073741824 1073778376 140736482532752 139814139988392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6239/tid=6245] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6245/stat : 6245 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 17483 33554432000 1073741824 1073778376 140736482532752 139814138935848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6239/tid=6246] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6246/stat : 6246 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 17483 33554432000 1073741824 1073778376 140736482532752 139813801945768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6247] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6247/stat : 6247 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 17483 33554432000 1073741824 1073778376 140736482532752 139813800893224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6239/tid=6248] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6248/stat : 6248 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 17483 33554432000 1073741824 1073778376 140736482532752 139813799840680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6249] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6249/stat : 6249 (java) S 6236 6239 4518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 17483 33554432000 1073741824 1073778376 140736482532752 139813798788136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6250] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6250/stat : 6250 (java) S 6236 6239 4518 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 22656958 9856040960 17483 33554432000 1073741824 1073778376 140736482532752 139813786589288 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6239/tid=6251] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6251/stat : 6251 (java) S 6236 6239 4518 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22656959 9856040960 17483 33554432000 1073741824 1073778376 140736482532752 139813785535608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6252] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6252/stat : 6252 (java) S 6236 6239 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22656959 9856040960 17483 33554432000 1073741824 1073778376 140736482532752 139813784482952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6253] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6253/stat : 6253 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656961 9856040960 17483 33554432000 1073741824 1073778376 140736482532752 139813783431696 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6254] ppid=6236 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/6239/task/6254/stat : 6254 (java) S 6236 6239 4518 0 -1 4202560 14619 0 0 0 117 2 0 0 20 0 19 0 22656961 9856040960 17483 33554432000 1073741824 1073778376 140736482532752 139813782379064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6255] ppid=6236 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/6239/task/6255/stat : 6255 (java) S 6236 6239 4518 0 -1 4202560 2210 0 0 0 29 0 0 0 20 0 19 0 22656961 9856040960 17483 33554432000 1073741824 1073778376 140736482532752 139813781326520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6239/tid=6256] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6256/stat : 6256 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656961 9856040960 17483 33554432000 1073741824 1073778376 140736482532752 139813780274168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6239/tid=6257] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6257/stat : 6257 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656961 9856040960 17483 33554432000 1073741824 1073778376 140736482532752 139813779221832 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6239/tid=6262] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6262/stat : 6262 (java) S 6236 6239 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22656985 9856040960 17483 33554432000 1073741824 1073778376 140736482532752 139813778166568 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 1.50 0.51 0.22 3/191 6323
/proc/meminfo: memFree=30337564/32872528 swapFree=1482636/1662508
[pid=6239] ppid=6236 vsize=9625040 CPUtime=7.81 cores=0,2,4,6
/proc/6239/stat : 6239 (java) S 6236 6239 4518 0 -1 4202496 20537 0 1 0 777 4 0 0 20 0 19 0 22656955 9856040960 18186 33554432000 1073741824 1073778376 140736482532752 140736482523888 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6239/statm: 2406260 18186 2265 9 0 2396937 0
[pid=6239/tid=6241] ppid=6236 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/6239/task/6241/stat : 6241 (java) R 6236 6239 4518 0 -1 4202560 2435 0 1 0 624 1 0 0 20 0 19 0 22656956 9856040960 18186 33554432000 1073741824 1073778376 140736482532752 139814163984064 139814020638947 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6239/tid=6242] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6242/stat : 6242 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 18186 33554432000 1073741824 1073778376 140736482532752 139814142093480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6243] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6243/stat : 6243 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 18186 33554432000 1073741824 1073778376 140736482532752 139814141040936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6239/tid=6244] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6244/stat : 6244 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 18186 33554432000 1073741824 1073778376 140736482532752 139814139988392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6239/tid=6245] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6245/stat : 6245 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 18186 33554432000 1073741824 1073778376 140736482532752 139814138935848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6239/tid=6246] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6246/stat : 6246 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 18186 33554432000 1073741824 1073778376 140736482532752 139813801945768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6247] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6247/stat : 6247 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 18186 33554432000 1073741824 1073778376 140736482532752 139813800893224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6239/tid=6248] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6248/stat : 6248 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 18186 33554432000 1073741824 1073778376 140736482532752 139813799840680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6249] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6249/stat : 6249 (java) S 6236 6239 4518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 18186 33554432000 1073741824 1073778376 140736482532752 139813798788136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6250] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6250/stat : 6250 (java) S 6236 6239 4518 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 22656958 9856040960 18186 33554432000 1073741824 1073778376 140736482532752 139813786589288 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6239/tid=6251] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6251/stat : 6251 (java) S 6236 6239 4518 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22656959 9856040960 18186 33554432000 1073741824 1073778376 140736482532752 139813785535608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6252] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6252/stat : 6252 (java) S 6236 6239 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22656959 9856040960 18186 33554432000 1073741824 1073778376 140736482532752 139813784482952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6253] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6253/stat : 6253 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656961 9856040960 18186 33554432000 1073741824 1073778376 140736482532752 139813783431696 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6254] ppid=6236 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/6239/task/6254/stat : 6254 (java) S 6236 6239 4518 0 -1 4202560 14619 0 0 0 117 2 0 0 20 0 19 0 22656961 9856040960 18186 33554432000 1073741824 1073778376 140736482532752 139813782379064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6255] ppid=6236 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/6239/task/6255/stat : 6255 (java) S 6236 6239 4518 0 -1 4202560 2210 0 0 0 30 0 0 0 20 0 19 0 22656961 9856040960 18186 33554432000 1073741824 1073778376 140736482532752 139813781326520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6239/tid=6256] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6256/stat : 6256 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656961 9856040960 18186 33554432000 1073741824 1073778376 140736482532752 139813780274168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6239/tid=6257] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6257/stat : 6257 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656961 9856040960 18186 33554432000 1073741824 1073778376 140736482532752 139813779221832 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6239/tid=6262] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6262/stat : 6262 (java) S 6236 6239 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22656985 9856040960 18186 33554432000 1073741824 1073778376 140736482532752 139813778166568 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.81
Current children cumulated vsize (KiB) 9625040


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

[pid=6239/tid=6243] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6243/stat : 6243 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 22933 33554432000 1073741824 1073778376 140736482532752 139814141040936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6239/tid=6244] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6244/stat : 6244 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 22933 33554432000 1073741824 1073778376 140736482532752 139814139988392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6239/tid=6245] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6245/stat : 6245 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 22933 33554432000 1073741824 1073778376 140736482532752 139814138935848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6239/tid=6246] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6246/stat : 6246 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 22933 33554432000 1073741824 1073778376 140736482532752 139813801945768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6247] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6247/stat : 6247 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 22933 33554432000 1073741824 1073778376 140736482532752 139813800893224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6239/tid=6248] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6248/stat : 6248 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 22933 33554432000 1073741824 1073778376 140736482532752 139813799840680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6249] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6249/stat : 6249 (java) S 6236 6239 4518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 22933 33554432000 1073741824 1073778376 140736482532752 139813798788136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6250] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6250/stat : 6250 (java) S 6236 6239 4518 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 22656958 9856040960 22933 33554432000 1073741824 1073778376 140736482532752 139813786589288 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6239/tid=6251] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6251/stat : 6251 (java) S 6236 6239 4518 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22656959 9856040960 22933 33554432000 1073741824 1073778376 140736482532752 139813785535608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6252] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6252/stat : 6252 (java) S 6236 6239 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22656959 9856040960 22933 33554432000 1073741824 1073778376 140736482532752 139813784482952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6253] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6253/stat : 6253 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656961 9856040960 22933 33554432000 1073741824 1073778376 140736482532752 139813783431696 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6254] ppid=6236 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/6239/task/6254/stat : 6254 (java) S 6236 6239 4518 0 -1 4202560 14619 0 0 0 117 2 0 0 20 0 19 0 22656961 9856040960 22933 33554432000 1073741824 1073778376 140736482532752 139813782379064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6255] ppid=6236 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/6239/task/6255/stat : 6255 (java) S 6236 6239 4518 0 -1 4202560 2211 0 0 0 33 0 0 0 20 0 19 0 22656961 9856040960 22933 33554432000 1073741824 1073778376 140736482532752 139813781326520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6239/tid=6256] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6256/stat : 6256 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656961 9856040960 22933 33554432000 1073741824 1073778376 140736482532752 139813780274168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6239/tid=6257] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6257/stat : 6257 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656961 9856040960 22933 33554432000 1073741824 1073778376 140736482532752 139813779221832 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6239/tid=6262] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6262/stat : 6262 (java) S 6236 6239 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22656985 9856040960 22933 33554432000 1073741824 1073778376 140736482532752 139813778166568 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 17.53
Current children cumulated vsize (KiB) 9625040

[startup+16.8008 s]
/proc/loadavg: 1.62 0.58 0.24 3/215 6356
/proc/meminfo: memFree=30250776/32872528 swapFree=1482636/1662508
[pid=6239] ppid=6236 vsize=9625040 CPUtime=18.33 cores=0,2,4,6
/proc/6239/stat : 6239 (java) S 6236 6239 4518 0 -1 4202496 20551 0 1 0 1829 4 0 0 20 0 19 0 22656955 9856040960 23445 33554432000 1073741824 1073778376 140736482532752 140736482523888 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6239/statm: 2406260 23445 2265 9 0 2396937 0
[pid=6239/tid=6241] ppid=6236 vsize=9625040 CPUtime=16.72 cores=0,2,4,6
/proc/6239/task/6241/stat : 6241 (java) R 6236 6239 4518 0 -1 4202560 2448 0 1 0 1671 1 0 0 20 0 19 0 22656956 9856040960 23445 33554432000 1073741824 1073778376 140736482532752 139814163991832 139814020639148 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6239/tid=6242] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6242/stat : 6242 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 23445 33554432000 1073741824 1073778376 140736482532752 139814142093480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6243] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6243/stat : 6243 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 23445 33554432000 1073741824 1073778376 140736482532752 139814141040936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6239/tid=6244] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6244/stat : 6244 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 23445 33554432000 1073741824 1073778376 140736482532752 139814139988392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6239/tid=6245] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6245/stat : 6245 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 23445 33554432000 1073741824 1073778376 140736482532752 139814138935848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6239/tid=6246] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6246/stat : 6246 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 23445 33554432000 1073741824 1073778376 140736482532752 139813801945768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6247] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6247/stat : 6247 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 23445 33554432000 1073741824 1073778376 140736482532752 139813800893224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6239/tid=6248] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6248/stat : 6248 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 23445 33554432000 1073741824 1073778376 140736482532752 139813799840680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6249] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6249/stat : 6249 (java) S 6236 6239 4518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 23445 33554432000 1073741824 1073778376 140736482532752 139813798788136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6250] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6250/stat : 6250 (java) S 6236 6239 4518 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 22656958 9856040960 23445 33554432000 1073741824 1073778376 140736482532752 139813786589288 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6239/tid=6251] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6251/stat : 6251 (java) S 6236 6239 4518 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22656959 9856040960 23445 33554432000 1073741824 1073778376 140736482532752 139813785535608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6252] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6252/stat : 6252 (java) S 6236 6239 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22656959 9856040960 23445 33554432000 1073741824 1073778376 140736482532752 139813784482952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6253] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6253/stat : 6253 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656961 9856040960 23445 33554432000 1073741824 1073778376 140736482532752 139813783431696 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6254] ppid=6236 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/6239/task/6254/stat : 6254 (java) S 6236 6239 4518 0 -1 4202560 14619 0 0 0 117 2 0 0 20 0 19 0 22656961 9856040960 23445 33554432000 1073741824 1073778376 140736482532752 139813782379064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6255] ppid=6236 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/6239/task/6255/stat : 6255 (java) S 6236 6239 4518 0 -1 4202560 2211 0 0 0 33 0 0 0 20 0 19 0 22656961 9856040960 23445 33554432000 1073741824 1073778376 140736482532752 139813781326520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6239/tid=6256] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6256/stat : 6256 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656961 9856040960 23445 33554432000 1073741824 1073778376 140736482532752 139813780274168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6239/tid=6257] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6257/stat : 6257 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656961 9856040960 23445 33554432000 1073741824 1073778376 140736482532752 139813779221832 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6239/tid=6262] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6262/stat : 6262 (java) S 6236 6239 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22656985 9856040960 23445 33554432000 1073741824 1073778376 140736482532752 139813778166568 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 18.33
Current children cumulated vsize (KiB) 9625040

[startup+17.6008 s]
/proc/loadavg: 1.62 0.58 0.24 3/215 6356
/proc/meminfo: memFree=30244872/32872528 swapFree=1482636/1662508
[pid=6239] ppid=6236 vsize=9625040 CPUtime=19.14 cores=0,2,4,6
/proc/6239/stat : 6239 (java) S 6236 6239 4518 0 -1 4202496 20553 0 1 0 1910 4 0 0 20 0 19 0 22656955 9856040960 23957 33554432000 1073741824 1073778376 140736482532752 140736482523888 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6239/statm: 2406260 23957 2265 9 0 2396937 0
[pid=6239/tid=6241] ppid=6236 vsize=9625040 CPUtime=17.53 cores=0,2,4,6
/proc/6239/task/6241/stat : 6241 (java) R 6236 6239 4518 0 -1 4202560 2450 0 1 0 1752 1 0 0 20 0 19 0 22656956 9856040960 23957 33554432000 1073741824 1073778376 140736482532752 139814163990944 139814020600077 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6239/tid=6242] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6242/stat : 6242 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 23957 33554432000 1073741824 1073778376 140736482532752 139814142093480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6243] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6243/stat : 6243 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 23957 33554432000 1073741824 1073778376 140736482532752 139814141040936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6239/tid=6244] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6244/stat : 6244 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 23957 33554432000 1073741824 1073778376 140736482532752 139814139988392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6239/tid=6245] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6245/stat : 6245 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 23957 33554432000 1073741824 1073778376 140736482532752 139814138935848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6239/tid=6246] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6246/stat : 6246 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 23957 33554432000 1073741824 1073778376 140736482532752 139813801945768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6247] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6247/stat : 6247 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 23957 33554432000 1073741824 1073778376 140736482532752 139813800893224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6239/tid=6248] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6248/stat : 6248 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 23957 33554432000 1073741824 1073778376 140736482532752 139813799840680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6249] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6249/stat : 6249 (java) S 6236 6239 4518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22656957 9856040960 23957 33554432000 1073741824 1073778376 140736482532752 139813798788136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6250] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6250/stat : 6250 (java) S 6236 6239 4518 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 22656958 9856040960 23957 33554432000 1073741824 1073778376 140736482532752 139813786589288 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6239/tid=6251] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6251/stat : 6251 (java) S 6236 6239 4518 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22656959 9856040960 23957 33554432000 1073741824 1073778376 140736482532752 139813785535608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6252] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6252/stat : 6252 (java) S 6236 6239 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22656959 9856040960 23957 33554432000 1073741824 1073778376 140736482532752 139813784482952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6253] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6253/stat : 6253 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656961 9856040960 23957 33554432000 1073741824 1073778376 140736482532752 139813783431696 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6254] ppid=6236 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/6239/task/6254/stat : 6254 (java) S 6236 6239 4518 0 -1 4202560 14619 0 0 0 117 2 0 0 20 0 19 0 22656961 9856040960 23957 33554432000 1073741824 1073778376 140736482532752 139813782379064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6255] ppid=6236 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/6239/task/6255/stat : 6255 (java) S 6236 6239 4518 0 -1 4202560 2211 0 0 0 33 0 0 0 20 0 19 0 22656961 9856040960 23957 33554432000 1073741824 1073778376 140736482532752 139813781326520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6239/tid=6256] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6256/stat : 6256 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656961 9856040960 23957 33554432000 1073741824 1073778376 140736482532752 139813780274168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6239/tid=6257] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6257/stat : 6257 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656961 9856040960 23957 33554432000 1073741824 1073778376 140736482532752 139813779221832 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6239/tid=6262] ppid=6236 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6262/stat : 6262 (java) S 6236 6239 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22656985 9856040960 23957 33554432000 1073741824 1073778376 140736482532752 139813778166568 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 19.14
Current children cumulated vsize (KiB) 9625040

[startup+18.0008 s]
/proc/loadavg: 1.62 0.58 0.24 3/215 6356
/proc/meminfo: memFree=30244872/32872528 swapFree=1482636/1662508
[pid=6239] ppid=6236 vsize=9691604 CPUtime=19.53 cores=0,2,4,6
/proc/6239/stat : 6239 (java) S 6236 6239 4518 0 -1 4202496 20569 0 1 0 1949 4 0 0 20 0 19 0 22656955 9924202496 24482 33554432000 1073741824 1073778376 140736482532752 140736482523888 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6239/statm: 2422901 24482 2270 9 0 2413578 0
[pid=6239/tid=6241] ppid=6236 vsize=9691604 CPUtime=17.91 cores=0,2,4,6
/proc/6239/task/6241/stat : 6241 (java) S 6236 6239 4518 0 -1 4202560 2452 0 1 0 1790 1 0 0 20 0 19 0 22656956 9924202496 24482 33554432000 1073741824 1073778376 140736482532752 139814163993304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6239/tid=6242] ppid=6236 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6242/stat : 6242 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9924202496 24482 33554432000 1073741824 1073778376 140736482532752 139814142093480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6243] ppid=6236 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6243/stat : 6243 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9924202496 24482 33554432000 1073741824 1073778376 140736482532752 139814141040936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6239/tid=6244] ppid=6236 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6244/stat : 6244 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9924202496 24482 33554432000 1073741824 1073778376 140736482532752 139814139988392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6239/tid=6245] ppid=6236 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6245/stat : 6245 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9924202496 24482 33554432000 1073741824 1073778376 140736482532752 139814138935848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6239/tid=6246] ppid=6236 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6246/stat : 6246 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9924202496 24482 33554432000 1073741824 1073778376 140736482532752 139813801945768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6247] ppid=6236 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6247/stat : 6247 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9924202496 24482 33554432000 1073741824 1073778376 140736482532752 139813800893224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6239/tid=6248] ppid=6236 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6248/stat : 6248 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656957 9924202496 24482 33554432000 1073741824 1073778376 140736482532752 139813799840680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6249] ppid=6236 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6249/stat : 6249 (java) S 6236 6239 4518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22656957 9924202496 24482 33554432000 1073741824 1073778376 140736482532752 139813798788136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6250] ppid=6236 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6250/stat : 6250 (java) S 6236 6239 4518 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 22656958 9924202496 24482 33554432000 1073741824 1073778376 140736482532752 139813786589288 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6239/tid=6251] ppid=6236 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6251/stat : 6251 (java) S 6236 6239 4518 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22656959 9924202496 24482 33554432000 1073741824 1073778376 140736482532752 139813785535608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6252] ppid=6236 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6252/stat : 6252 (java) S 6236 6239 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22656959 9924202496 24482 33554432000 1073741824 1073778376 140736482532752 139813784482952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6253] ppid=6236 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6253/stat : 6253 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656961 9924202496 24482 33554432000 1073741824 1073778376 140736482532752 139813783431696 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6254] ppid=6236 vsize=9691604 CPUtime=1.2 cores=0,2,4,6
/proc/6239/task/6254/stat : 6254 (java) R 6236 6239 4518 0 -1 4202560 14622 0 0 0 118 2 0 0 20 0 19 0 22656961 9924202496 24482 33554432000 1073741824 1073778376 140736482532752 139813782378904 139814171404805 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6239/tid=6255] ppid=6236 vsize=9691604 CPUtime=0.33 cores=0,2,4,6
/proc/6239/task/6255/stat : 6255 (java) S 6236 6239 4518 0 -1 4202560 2211 0 0 0 33 0 0 0 20 0 19 0 22656961 9924202496 24482 33554432000 1073741824 1073778376 140736482532752 139813781326520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6239/tid=6256] ppid=6236 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6256/stat : 6256 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656961 9924202496 24482 33554432000 1073741824 1073778376 140736482532752 139813780274168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6239/tid=6257] ppid=6236 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/6239/task/6257/stat : 6257 (java) S 6236 6239 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22656961 9924202496 24482 33554432000 1073741824 1073778376 140736482532752 139813779221832 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 19.53
Current children cumulated vsize (KiB) 9691604

Child status: 20
Real time (s): 18.0191
CPU time (s): 19.533
CPU user time (s): 19.458
CPU system time (s): 0.074988
CPU usage (%): 108.402
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.458
system time used= 0.074988
maximum resident set size= 97948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20578
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 689
involuntary context switches= 48

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.133979 second user time and 0.154976 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-18 01:28:25
IDJOB=4099365
IDBENCH=1363
IDSOLVER=2546
FILE ID=node134/4099365-1466206105
RUNJOBID= node134-1466206058-4534
PBS_JOBID= 19918143
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900579996.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099365-1466206105/watcher-4099365-1466206105 -o /tmp/evaluation-result-4099365-1466206105/solver-4099365-1466206105 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466206058-4534 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4099365-1466206105.opb

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

MD5SUM BENCH= f510e821cdc50f097865b59193d7ef06
RANDOM SEED=1244078987

node134.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		: 2667.020
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	: 5334.04
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		: 2667.020
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	: 7358.89
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		: 2667.020
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		: 2667.020
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		: 2667.020
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		: 2667.020
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		: 2667.020
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.020
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:        30401556 kB
Buffers:           37736 kB
Cached:            63588 kB
SwapCached:         1008 kB
Active:            44364 kB
Inactive:          60228 kB
Active(anon):       4032 kB
Inactive(anon):     1580 kB
Active(file):      40332 kB
Inactive(file):    58648 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100076 kB
Dirty:              1172 kB
Writeback:            48 kB
AnonPages:       1693528 kB
Mapped:             6968 kB
Shmem:                 0 kB
Slab:             570012 kB
SReclaimable:      12236 kB
SUnreclaim:       557776 kB
KernelStack:        1432 kB
PageTables:         7092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1759040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    208896 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= 71720 MiB
End job on node134 at 2016-06-18 01:28:44