Trace number 4099313

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 Res+CP PB16UNSAT 25.7201 11.8738

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900548667.opb
MD5SUM9a7dcf907234f84f0d33881f56632ec3
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 benchmark12.4961
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 625
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.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
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 Expensive 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.pb.tools.ManyCorePB@9f436f5
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
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 phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts 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.pb.tools.ManyCorePB@9f436f5
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4099313-1466206105.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.47/0.32	c ... done. Wall clock time 0.207s.
0.47/0.32	c declared #vars     231
0.47/0.32	c #constraints  2707
0.47/0.32	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.47/0.32	c constraints type 
0.47/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.47/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.47/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.47/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.47/0.32	c 2707 constraints processed.
0.47/0.32	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.47/0.32	c constraints type 
0.47/0.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.47/0.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.47/0.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.47/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.47/0.32	c 2707 constraints processed.
2.78/0.90	c cleaning 2501 clauses out of 5001 with flag 27323/5001
3.99/1.30	c cleaning 4246 clauses out of 8499 with flag 67171/11000
5.55/1.80	c cleaning 5624 clauses out of 11255 with flag 117426/18002
7.07/2.41	c cleaning 6809 clauses out of 13631 with flag 177885/26002
8.72/3.02	c cleaning 7906 clauses out of 15820 with flag 247452/35000
9.98/3.64	c cleaning 8955 clauses out of 17914 with flag 303988/45000
11.22/4.26	c cleaning 9977 clauses out of 19958 with flag 362123/56000
12.83/5.05	c cleaning 10991 clauses out of 21981 with flag 446619/68000
14.27/5.73	c cleaning 11992 clauses out of 23991 with flag 511163/81002
15.47/6.36	c cleaning 12991 clauses out of 25997 with flag 574017/95000
16.87/7.04	c cleaning 13993 clauses out of 28005 with flag 632479/110000
18.28/7.78	c cleaning 15002 clauses out of 30012 with flag 696524/126000
20.11/8.64	c cleaning 16005 clauses out of 32010 with flag 758799/143000
21.92/9.52	c cleaning 17002 clauses out of 34004 with flag 821105/161001
23.96/10.53	c cleaning 17997 clauses out of 35996 with flag 879650/180000
25.56/11.33	c And the winner is solver0
25.61/11.83	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
25.61/11.83	c starts		: 139
25.61/11.83	c conflicts		: 196278
25.61/11.83	c decisions		: 368287
25.61/11.83	c propagations		: 6460634
25.61/11.83	c inspects		: 158150519
25.61/11.83	c shortcuts		: 0
25.61/11.83	c learnt literals	: 24
25.61/11.83	c learnt binary clauses	: 268
25.61/11.83	c learnt ternary clauses	: 1634
25.61/11.83	c learnt constraints	: 196253
25.61/11.83	c ignored constraints	: 0
25.61/11.83	c root simplifications	: 0
25.61/11.83	c removed literals (reason simplification)	: 842891
25.61/11.83	c reason swapping (by a shorter reason)	: 0
25.61/11.83	c Calls to reduceDB	: 15
25.61/11.83	c Number of update (reduction) of LBD	: 69829
25.61/11.83	c Imported unit clauses	: 0
25.61/11.83	c number of reductions to clauses (during analyze)	: 0
25.61/11.83	c number of learned constraints concerned by reduction	: 0
25.61/11.83	c number of learning phase by resolution	: 0
25.61/11.83	c number of learning phase by cutting planes	: 0
25.61/11.83	c speed (assignments/second)	: 561647.7440667652
25.61/11.83	c non guided choices	169
25.61/11.85	c learnt constraints type 
25.61/11.85	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 268
25.61/11.85	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 33994
25.61/11.85	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
25.61/11.85	c starts		: 18
25.61/11.85	c conflicts		: 3273
25.61/11.85	c decisions		: 11844
25.61/11.85	c propagations		: 114040
25.61/11.85	c inspects		: 19760801
25.61/11.85	c shortcuts		: 0
25.61/11.85	c learnt literals	: 0
25.61/11.85	c learnt binary clauses	: 0
25.61/11.85	c learnt ternary clauses	: 3
25.61/11.85	c learnt constraints	: 3272
25.61/11.85	c ignored constraints	: 0
25.61/11.85	c root simplifications	: 0
25.61/11.85	c removed literals (reason simplification)	: 0
25.61/11.85	c reason swapping (by a shorter reason)	: 0
25.61/11.85	c Calls to reduceDB	: 0
25.61/11.85	c Number of update (reduction) of LBD	: 0
25.61/11.85	c Imported unit clauses	: 0
25.61/11.85	c number of reductions to clauses (during analyze)	: 0
25.61/11.85	c number of learned constraints concerned by reduction	: 0
25.61/11.85	c number of learning phase by resolution	: 0
25.61/11.85	c number of learning phase by cutting planes	: 0
25.61/11.85	c speed (assignments/second)	: 9896.728282565304
25.61/11.85	c non guided choices	121
25.61/11.85	c learnt constraints type 
25.61/11.85	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 572
25.61/11.85	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 35
25.61/11.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2665
25.61/11.85	s UNSATISFIABLE
25.61/11.85	c Total wall clock time (in seconds): 11.738

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

pid=16486
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: 1.06 0.40 0.24 2/170 16489
/proc/meminfo: memFree=28733652/32872528 swapFree=1534436/1655032
[pid=16489] ppid=16486 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/16489/stat : 16489 (java) D 16486 16489 15709 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 22658974 9515008 186 33554432000 1073741824 1073778376 140735678701280 140735678690344 217401355559 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/16489/statm: 2323 186 143 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 1.06 0.40 0.24 2/170 16489
/proc/meminfo: memFree=28733652/32872528 swapFree=1534436/1655032
[pid=16489] ppid=16486 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/16489/stat : 16489 (java) S 16486 16489 15709 0 -1 4202496 4406 0 1 0 8 1 0 0 20 0 18 0 22658974 9787879424 6036 33554432000 1073741824 1073778376 140735678701280 140735678692416 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16489/statm: 2389619 6036 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200232 s]
/proc/loadavg: 1.06 0.40 0.24 2/170 16489
/proc/meminfo: memFree=28733652/32872528 swapFree=1534436/1655032
[pid=16489] ppid=16486 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/16489/stat : 16489 (java) S 16486 16489 15709 0 -1 4202496 4668 0 1 0 22 1 0 0 20 0 18 0 22658974 9787879424 6771 33554432000 1073741824 1073778376 140735678701280 140735678692416 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16489/statm: 2389619 6771 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300243 s]
/proc/loadavg: 1.06 0.40 0.24 2/170 16489
/proc/meminfo: memFree=28733652/32872528 swapFree=1534436/1655032
[pid=16489] ppid=16486 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/16489/stat : 16489 (java) S 16486 16489 15709 0 -1 4202496 5790 0 1 0 45 2 0 0 20 0 18 0 22658974 9787879424 8470 33554432000 1073741824 1073778376 140735678701280 140735678692416 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16489/statm: 2389619 8470 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700208 s]
/proc/loadavg: 1.06 0.40 0.24 2/170 16489
/proc/meminfo: memFree=28733652/32872528 swapFree=1534436/1655032
[pid=16489] ppid=16486 vsize=9824732 CPUtime=1.98 cores=1,3,5,7
/proc/16489/stat : 16489 (java) S 16486 16489 15709 0 -1 4202496 15396 0 1 0 194 4 0 0 20 0 22 0 22658974 10060525568 20264 33554432000 1073741824 1073778376 140735678701280 140735678692416 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16489/statm: 2456183 20265 2259 9 0 2446860 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 9824732

[startup+1.50098 s]
/proc/loadavg: 1.30 0.46 0.26 5/192 16511
/proc/meminfo: memFree=28546188/32872528 swapFree=1534436/1655032
[pid=16489] ppid=16486 vsize=9824732 CPUtime=4.87 cores=1,3,5,7
/proc/16489/stat : 16489 (java) S 16486 16489 15709 0 -1 4202496 23611 0 1 0 478 9 0 0 20 0 22 0 22658974 10060525568 51928 33554432000 1073741824 1073778376 140735678701280 140735678692416 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16489/statm: 2456183 51928 2284 9 0 2446860 0
[pid=16489/tid=16491] ppid=16486 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/16489/task/16491/stat : 16491 (java) S 16486 16489 15709 0 -1 4202560 2428 0 1 0 28 2 0 0 20 0 22 0 22658975 10060525568 51928 33554432000 1073741824 1073778376 140735678701280 139670235272056 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16489/tid=16492] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16492/stat : 16492 (java) S 16486 16489 15709 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 22658976 10060525568 51928 33554432000 1073741824 1073778376 140735678701280 139670196763560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16489/tid=16493] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16493/stat : 16493 (java) S 16486 16489 15709 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 22658976 10060525568 51928 33554432000 1073741824 1073778376 140735678701280 139670195711016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16494] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16494/stat : 16494 (java) S 16486 16489 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22658976 10060525568 51928 33554432000 1073741824 1073778376 140735678701280 139670194657960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16489/tid=16495] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16495/stat : 16495 (java) S 16486 16489 15709 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 22658976 10060525568 51928 33554432000 1073741824 1073778376 140735678701280 139670193605416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16489/tid=16496] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16496/stat : 16496 (java) S 16486 16489 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658976 10060525568 51928 33554432000 1073741824 1073778376 140735678701280 139670192552360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16489/tid=16497] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16497/stat : 16497 (java) S 16486 16489 15709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 22658976 10060525568 51928 33554432000 1073741824 1073778376 140735678701280 139670191499816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16489/tid=16498] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16498/stat : 16498 (java) S 16486 16489 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658976 10060525568 51928 33554432000 1073741824 1073778376 140735678701280 139670190446760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16499] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16499/stat : 16499 (java) S 16486 16489 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22658976 10060525568 51928 33554432000 1073741824 1073778376 140735678701280 139670071535912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16489/tid=16500] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16500/stat : 16500 (java) S 16486 16489 15709 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 22658977 10060525568 51928 33554432000 1073741824 1073778376 140735678701280 139670059338600 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16501] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16501/stat : 16501 (java) S 16486 16489 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22658978 10060525568 51928 33554432000 1073741824 1073778376 140735678701280 139670058284920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16502] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16502/stat : 16502 (java) S 16486 16489 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22658978 10060525568 51928 33554432000 1073741824 1073778376 140735678701280 139670057231752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16503] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16503/stat : 16503 (java) S 16486 16489 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658980 10060525568 51928 33554432000 1073741824 1073778376 140735678701280 139670056180496 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16504] ppid=16486 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/16489/task/16504/stat : 16504 (java) R 16486 16489 15709 0 -1 4202560 8555 0 0 0 104 2 0 0 20 0 22 0 22658980 10060525568 51928 33554432000 1073741824 1073778376 140735678701280 139669316555136 139670241418338 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16505] ppid=16486 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/16489/task/16505/stat : 16505 (java) S 16486 16489 15709 0 -1 4202560 11132 0 0 0 112 3 0 0 20 0 22 0 22658980 10060525568 51928 33554432000 1073741824 1073778376 140735678701280 139669315508664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16489/tid=16506] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16506/stat : 16506 (java) S 16486 16489 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658980 10060525568 51928 33554432000 1073741824 1073778376 140735678701280 139669314455800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16489/tid=16507] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16507/stat : 16507 (java) S 16486 16489 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658980 10060525568 51928 33554432000 1073741824 1073778376 140735678701280 139669313403464 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16508] ppid=16486 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/16489/task/16508/stat : 16508 (java) R 16486 16489 15709 0 -1 4202560 23 0 0 0 113 0 0 0 20 0 22 0 22659007 10060525568 51928 33554432000 1073741824 1073778376 140735678701280 139669312349240 139670072130766 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16489/tid=16509] ppid=16486 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/16489/task/16509/stat : 16509 (java) R 16486 16489 15709 0 -1 4202560 88 0 0 0 112 2 0 0 20 0 22 0 22659007 10060525568 51928 33554432000 1073741824 1073778376 140735678701280 139669311295184 139670072305241 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16489/tid=16510] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16510/stat : 16510 (java) S 16486 16489 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22659008 10060525568 51928 33554432000 1073741824 1073778376 140735678701280 139669310244136 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16489/tid=16511] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16511/stat : 16511 (java) S 16486 16489 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22659008 10060525568 51928 33554432000 1073741824 1073778376 140735678701280 139669309191592 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.87
Current children cumulated vsize (KiB) 9824732

[startup+3.10099 s]
/proc/loadavg: 1.30 0.46 0.26 3/192 16511
/proc/meminfo: memFree=28516960/32872528 swapFree=1534436/1655032
[pid=16489] ppid=16486 vsize=9824732 CPUtime=8.97 cores=1,3,5,7
/proc/16489/stat : 16489 (java) S 16486 16489 15709 0 -1 4202496 27150 0 1 0 881 16 0 0 20 0 22 0 22658974 10060525568 90085 33554432000 1073741824 1073778376 140735678701280 140735678692416 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16489/statm: 2456183 90085 2285 9 0 2446860 0
[pid=16489/tid=16491] ppid=16486 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/16489/task/16491/stat : 16491 (java) S 16486 16489 15709 0 -1 4202560 2428 0 1 0 28 2 0 0 20 0 22 0 22658975 10060525568 90085 33554432000 1073741824 1073778376 140735678701280 139670235272056 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16489/tid=16492] ppid=16486 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/16489/task/16492/stat : 16492 (java) S 16486 16489 15709 0 -1 4202560 64 0 0 0 3 1 0 0 20 0 22 0 22658976 10060525568 90085 33554432000 1073741824 1073778376 140735678701280 139670196763560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16489/tid=16493] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16493/stat : 16493 (java) S 16486 16489 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22658976 10060525568 90085 33554432000 1073741824 1073778376 140735678701280 139670195711016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16489/tid=16494] ppid=16486 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16489/task/16494/stat : 16494 (java) S 16486 16489 15709 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 22658976 10060525568 90085 33554432000 1073741824 1073778376 140735678701280 139670194657960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16489/tid=16495] ppid=16486 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16489/task/16495/stat : 16495 (java) S 16486 16489 15709 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 22658976 10060525568 90085 33554432000 1073741824 1073778376 140735678701280 139670193605416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16489/tid=16496] ppid=16486 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16489/task/16496/stat : 16496 (java) S 16486 16489 15709 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 22658976 10060525568 90085 33554432000 1073741824 1073778376 140735678701280 139670192552360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16489/tid=16497] ppid=16486 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/16489/task/16497/stat : 16497 (java) S 16486 16489 15709 0 -1 4202560 56 0 0 0 3 1 0 0 20 0 22 0 22658976 10060525568 90085 33554432000 1073741824 1073778376 140735678701280 139670191499816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16489/tid=16498] ppid=16486 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16489/task/16498/stat : 16498 (java) S 16486 16489 15709 0 -1 4202560 42 0 0 0 1 0 0 0 20 0 22 0 22658976 10060525568 90085 33554432000 1073741824 1073778376 140735678701280 139670190446760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16489/tid=16499] ppid=16486 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16489/task/16499/stat : 16499 (java) S 16486 16489 15709 0 -1 4202560 48 0 0 0 1 1 0 0 20 0 22 0 22658976 10060525568 90085 33554432000 1073741824 1073778376 140735678701280 139670071535912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16489/tid=16500] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16500/stat : 16500 (java) S 16486 16489 15709 0 -1 4202560 193 0 0 0 0 0 0 0 20 0 22 0 22658977 10060525568 90085 33554432000 1073741824 1073778376 140735678701280 139670059338600 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16501] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16501/stat : 16501 (java) S 16486 16489 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22658978 10060525568 90085 33554432000 1073741824 1073778376 140735678701280 139670058284920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16502] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16502/stat : 16502 (java) S 16486 16489 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22658978 10060525568 90085 33554432000 1073741824 1073778376 140735678701280 139670057231752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16503] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16503/stat : 16503 (java) S 16486 16489 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658980 10060525568 90085 33554432000 1073741824 1073778376 140735678701280 139670056180496 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16504] ppid=16486 vsize=9824732 CPUtime=1.43 cores=1,3,5,7
/proc/16489/task/16504/stat : 16504 (java) S 16486 16489 15709 0 -1 4202560 11702 0 0 0 140 3 0 0 20 0 22 0 22658980 10060525568 90085 33554432000 1073741824 1073778376 140735678701280 139669316561208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16489/tid=16505] ppid=16486 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/16489/task/16505/stat : 16505 (java) S 16486 16489 15709 0 -1 4202560 11132 0 0 0 154 3 0 0 20 0 22 0 22658980 10060525568 90085 33554432000 1073741824 1073778376 140735678701280 139669315508664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16489/tid=16506] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16506/stat : 16506 (java) S 16486 16489 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658980 10060525568 90085 33554432000 1073741824 1073778376 140735678701280 139669314455800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16489/tid=16507] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16507/stat : 16507 (java) S 16486 16489 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658980 10060525568 90085 33554432000 1073741824 1073778376 140735678701280 139669313403464 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16489/tid=16508] ppid=16486 vsize=9824732 CPUtime=2.65 cores=1,3,5,7
/proc/16489/task/16508/stat : 16508 (java) R 16486 16489 15709 0 -1 4202560 31 0 0 0 265 0 0 0 20 0 22 0 22659007 10060525568 90085 33554432000 1073741824 1073778376 140735678701280 139669312349480 139670072151819 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16489/tid=16509] ppid=16486 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/16489/task/16509/stat : 16509 (java) R 16486 16489 15709 0 -1 4202560 141 0 0 0 263 3 0 0 20 0 22 0 22659007 10060525568 90085 33554432000 1073741824 1073778376 140735678701280 139669311295528 139670072349822 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16510] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16510/stat : 16510 (java) S 16486 16489 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22659008 10060525568 90085 33554432000 1073741824 1073778376 140735678701280 139669310244136 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16489/tid=16511] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16511/stat : 16511 (java) S 16486 16489 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22659008 10060525568 90085 33554432000 1073741824 1073778376 140735678701280 139669309191592 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.97
Current children cumulated vsize (KiB) 9824732

[startup+6.30094 s]
/proc/loadavg: 1.30 0.46 0.26 5/219 16547
/proc/meminfo: memFree=27836476/32872528 swapFree=1534436/1655032
[pid=16489] ppid=16486 vsize=9824732 CPUtime=15.47 cores=1,3,5,7
/proc/16489/stat : 16489 (java) S 16486 16489 15709 0 -1 4202496 27578 0 1 0 1524 23 0 0 20 0 22 0 22658974 10060525568 155822 33554432000 1073741824 1073778376 140735678701280 140735678692416 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16489/statm: 2456183 155822 2285 9 0 2446860 0
[pid=16489/tid=16491] ppid=16486 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/16489/task/16491/stat : 16491 (java) S 16486 16489 15709 0 -1 4202560 2429 0 1 0 28 2 0 0 20 0 22 0 22658975 10060525568 155822 33554432000 1073741824 1073778376 140735678701280 139670235272056 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16492] ppid=16486 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/16489/task/16492/stat : 16492 (java) S 16486 16489 15709 0 -1 4202560 76 0 0 0 6 2 0 0 20 0 22 0 22658976 10060525568 155822 33554432000 1073741824 1073778376 140735678701280 139670196763560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16489/tid=16493] ppid=16486 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16489/task/16493/stat : 16493 (java) S 16486 16489 15709 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 22658976 10060525568 155822 33554432000 1073741824 1073778376 140735678701280 139670195711016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16489/tid=16494] ppid=16486 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/16489/task/16494/stat : 16494 (java) S 16486 16489 15709 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 22658976 10060525568 155822 33554432000 1073741824 1073778376 140735678701280 139670194657960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16489/tid=16495] ppid=16486 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/16489/task/16495/stat : 16495 (java) S 16486 16489 15709 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 22658976 10060525568 155822 33554432000 1073741824 1073778376 140735678701280 139670193605416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16496] ppid=16486 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/16489/task/16496/stat : 16496 (java) S 16486 16489 15709 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 22 0 22658976 10060525568 155822 33554432000 1073741824 1073778376 140735678701280 139670192552360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16489/tid=16497] ppid=16486 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/16489/task/16497/stat : 16497 (java) S 16486 16489 15709 0 -1 4202560 64 0 0 0 5 1 0 0 20 0 22 0 22658976 10060525568 155822 33554432000 1073741824 1073778376 140735678701280 139670191499816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16498] ppid=16486 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/16489/task/16498/stat : 16498 (java) S 16486 16489 15709 0 -1 4202560 53 0 0 0 4 0 0 0 20 0 22 0 22658976 10060525568 155822 33554432000 1073741824 1073778376 140735678701280 139670190446760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16489/tid=16499] ppid=16486 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/16489/task/16499/stat : 16499 (java) S 16486 16489 15709 0 -1 4202560 56 0 0 0 3 2 0 0 20 0 22 0 22658976 10060525568 155822 33554432000 1073741824 1073778376 140735678701280 139670071535912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16500] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16500/stat : 16500 (java) S 16486 16489 15709 0 -1 4202560 442 0 0 0 0 0 0 0 20 0 22 0 22658977 10060525568 155822 33554432000 1073741824 1073778376 140735678701280 139670059338600 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16501] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16501/stat : 16501 (java) S 16486 16489 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22658978 10060525568 155822 33554432000 1073741824 1073778376 140735678701280 139670058284920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16502] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16502/stat : 16502 (java) S 16486 16489 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22658978 10060525568 155822 33554432000 1073741824 1073778376 140735678701280 139670057231752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16503] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16503/stat : 16503 (java) S 16486 16489 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658980 10060525568 155822 33554432000 1073741824 1073778376 140735678701280 139670056180496 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16504] ppid=16486 vsize=9824732 CPUtime=1.43 cores=1,3,5,7

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

[pid=16489/tid=16500] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16500/stat : 16500 (java) S 16486 16489 15709 0 -1 4202560 742 0 0 0 0 0 0 0 20 0 22 0 22658977 10060525568 281957 33554432000 1073741824 1073778376 140735678701280 139670059338600 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16501] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16501/stat : 16501 (java) S 16486 16489 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22658978 10060525568 281957 33554432000 1073741824 1073778376 140735678701280 139670058284920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16502] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16502/stat : 16502 (java) S 16486 16489 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22658978 10060525568 281957 33554432000 1073741824 1073778376 140735678701280 139670057231752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16503] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16503/stat : 16503 (java) S 16486 16489 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658980 10060525568 281957 33554432000 1073741824 1073778376 140735678701280 139670056180496 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16504] ppid=16486 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/16489/task/16504/stat : 16504 (java) S 16486 16489 15709 0 -1 4202560 11702 0 0 0 141 3 0 0 20 0 22 0 22658980 10060525568 281957 33554432000 1073741824 1073778376 140735678701280 139669316561208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16505] ppid=16486 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/16489/task/16505/stat : 16505 (java) S 16486 16489 15709 0 -1 4202560 11132 0 0 0 159 3 0 0 20 0 22 0 22658980 10060525568 281957 33554432000 1073741824 1073778376 140735678701280 139669315508664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16489/tid=16506] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16506/stat : 16506 (java) S 16486 16489 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658980 10060525568 281957 33554432000 1073741824 1073778376 140735678701280 139669314455800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16489/tid=16507] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16507/stat : 16507 (java) S 16486 16489 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658980 10060525568 281957 33554432000 1073741824 1073778376 140735678701280 139669313403464 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16508] ppid=16486 vsize=9824732 CPUtime=9.06 cores=1,3,5,7
/proc/16489/task/16508/stat : 16508 (java) R 16486 16489 15709 0 -1 4202560 42 0 0 0 906 0 0 0 20 0 22 0 22659007 10060525568 281957 33554432000 1073741824 1073778376 140735678701280 139669312340336 139670072089620 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16489/tid=16509] ppid=16486 vsize=9824732 CPUtime=9.04 cores=1,3,5,7
/proc/16489/task/16509/stat : 16509 (java) R 16486 16489 15709 0 -1 4202560 873 0 0 0 892 12 0 0 20 0 22 0 22659007 10060525568 281957 33554432000 1073741824 1073778376 140735678701280 139669311295264 139670072175783 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16489/tid=16510] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16510/stat : 16510 (java) S 16486 16489 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22659008 10060525568 281957 33554432000 1073741824 1073778376 140735678701280 139669310244136 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16489/tid=16511] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16511/stat : 16511 (java) S 16486 16489 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22659008 10060525568 281957 33554432000 1073741824 1073778376 140735678701280 139669309191592 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 22.12
Current children cumulated vsize (KiB) 9824732

[startup+11.201 s]
/proc/loadavg: 1.70 0.57 0.30 4/192 16579
/proc/meminfo: memFree=27592784/32872528 swapFree=1534436/1655032
[pid=16489] ppid=16486 vsize=9824732 CPUtime=25.36 cores=1,3,5,7
/proc/16489/stat : 16489 (java) S 16486 16489 15709 0 -1 4202496 28583 0 1 0 2503 33 0 0 20 0 22 0 22658974 10060525568 287088 33554432000 1073741824 1073778376 140735678701280 140735678692416 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16489/statm: 2456183 287088 2285 9 0 2446860 0
[pid=16489/tid=16491] ppid=16486 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/16489/task/16491/stat : 16491 (java) S 16486 16489 15709 0 -1 4202560 2429 0 1 0 28 2 0 0 20 0 22 0 22658975 10060525568 287088 33554432000 1073741824 1073778376 140735678701280 139670235272056 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16492] ppid=16486 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/16489/task/16492/stat : 16492 (java) S 16486 16489 15709 0 -1 4202560 83 0 0 0 7 2 0 0 20 0 22 0 22658976 10060525568 287088 33554432000 1073741824 1073778376 140735678701280 139670196763560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16489/tid=16493] ppid=16486 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/16489/task/16493/stat : 16493 (java) S 16486 16489 15709 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 22 0 22658976 10060525568 287088 33554432000 1073741824 1073778376 140735678701280 139670195711016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16489/tid=16494] ppid=16486 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/16489/task/16494/stat : 16494 (java) S 16486 16489 15709 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 22 0 22658976 10060525568 287088 33554432000 1073741824 1073778376 140735678701280 139670194657960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16489/tid=16495] ppid=16486 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/16489/task/16495/stat : 16495 (java) S 16486 16489 15709 0 -1 4202560 36 0 0 0 5 2 0 0 20 0 22 0 22658976 10060525568 287088 33554432000 1073741824 1073778376 140735678701280 139670193605416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16489/tid=16496] ppid=16486 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/16489/task/16496/stat : 16496 (java) S 16486 16489 15709 0 -1 4202560 33 0 0 0 6 1 0 0 20 0 22 0 22658976 10060525568 287088 33554432000 1073741824 1073778376 140735678701280 139670192552360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16489/tid=16497] ppid=16486 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/16489/task/16497/stat : 16497 (java) S 16486 16489 15709 0 -1 4202560 78 0 0 0 7 3 0 0 20 0 22 0 22658976 10060525568 287088 33554432000 1073741824 1073778376 140735678701280 139670191499816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16498] ppid=16486 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/16489/task/16498/stat : 16498 (java) S 16486 16489 15709 0 -1 4202560 59 0 0 0 5 1 0 0 20 0 22 0 22658976 10060525568 287088 33554432000 1073741824 1073778376 140735678701280 139670190446760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16489/tid=16499] ppid=16486 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/16489/task/16499/stat : 16499 (java) S 16486 16489 15709 0 -1 4202560 68 0 0 0 7 2 0 0 20 0 22 0 22658976 10060525568 287088 33554432000 1073741824 1073778376 140735678701280 139670071535912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16489/tid=16500] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16500/stat : 16500 (java) S 16486 16489 15709 0 -1 4202560 743 0 0 0 0 0 0 0 20 0 22 0 22658977 10060525568 287088 33554432000 1073741824 1073778376 140735678701280 139670059338600 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16501] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16501/stat : 16501 (java) S 16486 16489 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22658978 10060525568 287088 33554432000 1073741824 1073778376 140735678701280 139670058284920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16502] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16502/stat : 16502 (java) S 16486 16489 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22658978 10060525568 287088 33554432000 1073741824 1073778376 140735678701280 139670057231752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16503] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16503/stat : 16503 (java) S 16486 16489 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658980 10060525568 287088 33554432000 1073741824 1073778376 140735678701280 139670056180496 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16504] ppid=16486 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/16489/task/16504/stat : 16504 (java) S 16486 16489 15709 0 -1 4202560 11702 0 0 0 141 3 0 0 20 0 22 0 22658980 10060525568 287088 33554432000 1073741824 1073778376 140735678701280 139669316561208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16505] ppid=16486 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/16489/task/16505/stat : 16505 (java) S 16486 16489 15709 0 -1 4202560 11132 0 0 0 159 3 0 0 20 0 22 0 22658980 10060525568 287088 33554432000 1073741824 1073778376 140735678701280 139669315508664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16489/tid=16506] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16506/stat : 16506 (java) S 16486 16489 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658980 10060525568 287088 33554432000 1073741824 1073778376 140735678701280 139669314455800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16489/tid=16507] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16507/stat : 16507 (java) S 16486 16489 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658980 10060525568 287088 33554432000 1073741824 1073778376 140735678701280 139669313403464 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16508] ppid=16486 vsize=9824732 CPUtime=10.62 cores=1,3,5,7
/proc/16489/task/16508/stat : 16508 (java) R 16486 16489 15709 0 -1 4202560 42 0 0 0 1062 0 0 0 20 0 22 0 22659007 10060525568 287088 33554432000 1073741824 1073778376 140735678701280 139669312349352 139670072089662 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16489/tid=16509] ppid=16486 vsize=9824732 CPUtime=10.61 cores=1,3,5,7
/proc/16489/task/16509/stat : 16509 (java) R 16486 16489 15709 0 -1 4202560 875 0 0 0 1049 12 0 0 20 0 22 0 22659007 10060525568 287088 33554432000 1073741824 1073778376 140735678701280 139669311294592 139670072201811 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16510] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16510/stat : 16510 (java) S 16486 16489 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22659008 10060525568 287088 33554432000 1073741824 1073778376 140735678701280 139669310244136 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16489/tid=16511] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16511/stat : 16511 (java) S 16486 16489 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22659008 10060525568 287088 33554432000 1073741824 1073778376 140735678701280 139669309191592 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 9824732

[startup+11.6008 s]
/proc/loadavg: 1.70 0.57 0.30 4/192 16579
/proc/meminfo: memFree=27592784/32872528 swapFree=1534436/1655032
[pid=16489] ppid=16486 vsize=9824732 CPUtime=25.61 cores=1,3,5,7
/proc/16489/stat : 16489 (java) S 16486 16489 15709 0 -1 4202496 28584 0 1 0 2527 34 0 0 20 0 19 0 22658974 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 140735678692416 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16489/statm: 2456183 287076 2286 9 0 2446860 0
[pid=16489/tid=16491] ppid=16486 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/16489/task/16491/stat : 16491 (java) S 16486 16489 15709 0 -1 4202560 2429 0 1 0 28 2 0 0 20 0 19 0 22658975 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 139670235272056 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16492] ppid=16486 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/16489/task/16492/stat : 16492 (java) S 16486 16489 15709 0 -1 4202560 83 0 0 0 7 2 0 0 20 0 19 0 22658976 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 139670196763560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16489/tid=16493] ppid=16486 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/16489/task/16493/stat : 16493 (java) S 16486 16489 15709 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 19 0 22658976 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 139670195711016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16489/tid=16494] ppid=16486 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/16489/task/16494/stat : 16494 (java) S 16486 16489 15709 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 22658976 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 139670194657960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16489/tid=16495] ppid=16486 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/16489/task/16495/stat : 16495 (java) S 16486 16489 15709 0 -1 4202560 36 0 0 0 5 2 0 0 20 0 19 0 22658976 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 139670193605416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16489/tid=16496] ppid=16486 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/16489/task/16496/stat : 16496 (java) S 16486 16489 15709 0 -1 4202560 33 0 0 0 6 1 0 0 20 0 19 0 22658976 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 139670192552360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16489/tid=16497] ppid=16486 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/16489/task/16497/stat : 16497 (java) S 16486 16489 15709 0 -1 4202560 78 0 0 0 7 3 0 0 20 0 19 0 22658976 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 139670191499816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16498] ppid=16486 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/16489/task/16498/stat : 16498 (java) S 16486 16489 15709 0 -1 4202560 59 0 0 0 5 1 0 0 20 0 19 0 22658976 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 139670190446760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16489/tid=16499] ppid=16486 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/16489/task/16499/stat : 16499 (java) S 16486 16489 15709 0 -1 4202560 68 0 0 0 7 2 0 0 20 0 19 0 22658976 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 139670071535912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16489/tid=16500] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16500/stat : 16500 (java) S 16486 16489 15709 0 -1 4202560 743 0 0 0 0 0 0 0 20 0 19 0 22658977 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 139670059338600 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16501] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16501/stat : 16501 (java) S 16486 16489 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22658978 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 139670058284920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16502] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16502/stat : 16502 (java) S 16486 16489 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22658978 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 139670057231752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16503] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16503/stat : 16503 (java) S 16486 16489 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658980 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 139670056180496 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16504] ppid=16486 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/16489/task/16504/stat : 16504 (java) S 16486 16489 15709 0 -1 4202560 11702 0 0 0 141 3 0 0 20 0 19 0 22658980 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 139669316561208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16505] ppid=16486 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/16489/task/16505/stat : 16505 (java) S 16486 16489 15709 0 -1 4202560 11132 0 0 0 159 3 0 0 20 0 19 0 22658980 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 139669315508664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16489/tid=16506] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16506/stat : 16506 (java) S 16486 16489 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658980 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 139669314455800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16489/tid=16507] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16507/stat : 16507 (java) S 16486 16489 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658980 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 139669313403464 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16510] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16510/stat : 16510 (java) S 16486 16489 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22659008 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 139669310244136 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.61
Current children cumulated vsize (KiB) 9824732

[startup+11.8008 s]
/proc/loadavg: 1.70 0.57 0.30 4/192 16579
/proc/meminfo: memFree=27592784/32872528 swapFree=1534436/1655032
[pid=16489] ppid=16486 vsize=9824732 CPUtime=25.61 cores=1,3,5,7
/proc/16489/stat : 16489 (java) S 16486 16489 15709 0 -1 4202496 28584 0 1 0 2527 34 0 0 20 0 19 0 22658974 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 140735678692416 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16489/statm: 2456183 287076 2286 9 0 2446860 0
[pid=16489/tid=16491] ppid=16486 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/16489/task/16491/stat : 16491 (java) S 16486 16489 15709 0 -1 4202560 2429 0 1 0 28 2 0 0 20 0 19 0 22658975 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 139670235272056 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16492] ppid=16486 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/16489/task/16492/stat : 16492 (java) S 16486 16489 15709 0 -1 4202560 83 0 0 0 7 2 0 0 20 0 19 0 22658976 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 139670196763560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16489/tid=16493] ppid=16486 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/16489/task/16493/stat : 16493 (java) S 16486 16489 15709 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 19 0 22658976 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 139670195711016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16489/tid=16494] ppid=16486 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/16489/task/16494/stat : 16494 (java) S 16486 16489 15709 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 22658976 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 139670194657960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16489/tid=16495] ppid=16486 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/16489/task/16495/stat : 16495 (java) S 16486 16489 15709 0 -1 4202560 36 0 0 0 5 2 0 0 20 0 19 0 22658976 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 139670193605416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16489/tid=16496] ppid=16486 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/16489/task/16496/stat : 16496 (java) S 16486 16489 15709 0 -1 4202560 33 0 0 0 6 1 0 0 20 0 19 0 22658976 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 139670192552360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16489/tid=16497] ppid=16486 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/16489/task/16497/stat : 16497 (java) S 16486 16489 15709 0 -1 4202560 78 0 0 0 7 3 0 0 20 0 19 0 22658976 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 139670191499816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16498] ppid=16486 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/16489/task/16498/stat : 16498 (java) S 16486 16489 15709 0 -1 4202560 59 0 0 0 5 1 0 0 20 0 19 0 22658976 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 139670190446760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16489/tid=16499] ppid=16486 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/16489/task/16499/stat : 16499 (java) S 16486 16489 15709 0 -1 4202560 68 0 0 0 7 2 0 0 20 0 19 0 22658976 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 139670071535912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16489/tid=16500] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16500/stat : 16500 (java) S 16486 16489 15709 0 -1 4202560 743 0 0 0 0 0 0 0 20 0 19 0 22658977 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 139670059338600 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16501] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16501/stat : 16501 (java) S 16486 16489 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22658978 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 139670058284920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16502] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16502/stat : 16502 (java) S 16486 16489 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22658978 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 139670057231752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16503] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16503/stat : 16503 (java) S 16486 16489 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658980 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 139670056180496 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16504] ppid=16486 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/16489/task/16504/stat : 16504 (java) S 16486 16489 15709 0 -1 4202560 11702 0 0 0 141 3 0 0 20 0 19 0 22658980 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 139669316561208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16505] ppid=16486 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/16489/task/16505/stat : 16505 (java) S 16486 16489 15709 0 -1 4202560 11132 0 0 0 159 3 0 0 20 0 19 0 22658980 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 139669315508664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16489/tid=16506] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16506/stat : 16506 (java) S 16486 16489 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658980 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 139669314455800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16489/tid=16507] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16507/stat : 16507 (java) S 16486 16489 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658980 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 139669313403464 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16489/tid=16510] ppid=16486 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16489/task/16510/stat : 16510 (java) S 16486 16489 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22659008 10060525568 287076 33554432000 1073741824 1073778376 140735678701280 139669310244136 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.61
Current children cumulated vsize (KiB) 9824732

Child status: 20
Real time (s): 11.8738
CPU time (s): 25.7201
CPU user time (s): 25.2582
CPU system time (s): 0.461929
CPU usage (%): 216.612
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.2582
system time used= 0.461929
maximum resident set size= 1148356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28599
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= 952
involuntary context switches= 1119

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.069989 second user time and 0.12698 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-18 01:28:25
IDJOB=4099313
IDBENCH=1356
IDSOLVER=2543
FILE ID=node122/4099313-1466206105
RUNJOBID= node122-1466206083-15726
PBS_JOBID= 19918155
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900548667.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099313-1466206105/watcher-4099313-1466206105 -o /tmp/evaluation-result-4099313-1466206105/solver-4099313-1466206105 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466206083-15726 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4099313-1466206105.opb

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

MD5SUM BENCH= 9a7dcf907234f84f0d33881f56632ec3
RANDOM SEED=770145451

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28734552 kB
Buffers:          118240 kB
Cached:          1608372 kB
SwapCached:            0 kB
Active:            94512 kB
Inactive:        1644908 kB
Active(anon):      15356 kB
Inactive(anon):        0 kB
Active(file):      79156 kB
Inactive(file):  1644908 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1384 kB
Writeback:             8 kB
AnonPages:       1667884 kB
Mapped:            12732 kB
Shmem:               204 kB
Slab:             608488 kB
SReclaimable:      51052 kB
SUnreclaim:       557436 kB
KernelStack:        1400 kB
PageTables:         7048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1751868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    122880 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= 71744 MiB
End job on node122 at 2016-06-18 01:28:37