Trace number 3687296

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
SAT 4j PB RES // CP 2.3.2 SnapshotUNSAT 31.0683 14.8847

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900544484.opb
MD5SUM6f786d0e248f798e90612aee65004e7e
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 benchmark1.65
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 741
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.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.10	c version 2.3.2.v20120418
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		501472288
0.06/0.10	c Max memory 		7480803328
0.06/0.10	c Total memory 		504102912
0.06/0.10	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization by upper bound
0.06/0.13	c ManyCore solver with 2 solvers running in parallel
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c Expensive reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c c --- End Solver configuration ---
0.06/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-3687296-1337871896.opb
0.06/0.13	c reading problem ... 
0.43/0.33	c ... done. Wall clock time 0.201s.
0.43/0.33	c declared #vars     231
0.43/0.33	c #constraints  2707
0.43/0.33	c constraints type 
0.43/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.43/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.43/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.43/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.43/0.33	c 2707 constraints processed.
0.43/0.33	c constraints type 
0.43/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.43/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.43/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.43/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.43/0.33	c 2707 constraints processed.
2.34/0.86	c cleaning 2500 clauses out of 5001 with flag 5001/5001
3.69/1.20	c cleaning 4250 clauses out of 8502 with flag 11002/11002
4.40/1.59	c cleaning 5623 clauses out of 11252 with flag 18002/18002
5.61/2.16	c cleaning 6809 clauses out of 13628 with flag 26001/26001
7.43/2.80	c cleaning 7904 clauses out of 15818 with flag 35000/35000
8.94/3.45	c cleaning 8952 clauses out of 17915 with flag 45002/45002
10.32/4.12	c cleaning 9973 clauses out of 19962 with flag 56001/56001
11.87/4.94	c cleaning 10984 clauses out of 21990 with flag 68002/68002
13.79/5.91	c cleaning 11996 clauses out of 24005 with flag 81001/81001
15.72/6.96	c cleaning 12996 clauses out of 26007 with flag 95000/95000
18.05/8.14	c cleaning 14000 clauses out of 28010 with flag 110000/110000
20.64/9.45	c cleaning 14998 clauses out of 30011 with flag 126002/126002
23.76/11.01	c cleaning 15996 clauses out of 32012 with flag 143001/143001
26.68/12.56	c cleaning 17007 clauses out of 34014 with flag 161002/161002
30.40/14.40	c cleaning 17997 clauses out of 36001 with flag 180001/180001
30.92/14.70	c  And the winner is solver0
30.97/14.86	c starts		: 104
30.97/14.86	c conflicts		: 182996
30.97/14.86	c decisions		: 265265
30.97/14.86	c propagations		: 8601563
30.97/14.86	c inspects		: 143039935
30.97/14.86	c shortcuts		: 0
30.97/14.86	c learnt literals	: 22
30.97/14.86	c learnt binary clauses	: 103
30.97/14.86	c learnt ternary clauses	: 250
30.97/14.86	c learnt constraints	: 182973
30.97/14.86	c ignored constraints	: 0
30.97/14.86	c root simplifications	: 0
30.97/14.86	c removed literals (reason simplification)	: 840559
30.97/14.86	c reason swapping (by a shorter reason)	: 0
30.97/14.86	c Calls to reduceDB	: 15
30.97/14.86	c number of reductions to clauses (during analyze)	: 0
30.97/14.86	c number of learned constraints concerned by reduction	: 0
30.97/14.86	c number of learning phase by resolution	: 0
30.97/14.86	c number of learning phase by cutting planes	: 0
30.97/14.86	c speed (assignments/second)	: 592271.7758038973
30.97/14.86	c non guided choices	129
30.97/14.86	c learnt constraints type 
30.97/14.86	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 103
30.97/14.86	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 20885
30.97/14.86	c constraints type 
30.97/14.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
30.97/14.86	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
30.97/14.86	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
30.97/14.86	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
30.97/14.86	c 2707 constraints processed.
30.97/14.86	c constraints type 
30.97/14.86	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
30.97/14.86	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
30.97/14.86	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
30.97/14.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
30.97/14.86	c 2707 constraints processed.
30.97/14.86	s UNSATISFIABLE
30.97/14.86	c Total wall clock time (in seconds): 14.735

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3687296-1337871896/watcher-3687296-1337871896 -o /tmp/evaluation-result-3687296-1337871896/solver-3687296-1337871896 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687296-1337871896.opb 

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: 0.33 0.08 0.03 1/171 21647
/proc/meminfo: memFree=28987392/32873648 swapFree=6852/6852
[pid=21647] ppid=21645 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/21647/stat : 21647 (java) D 21645 21647 21497 0 -1 4202496 297 0 0 0 0 0 0 0 20 0 1 0 253315673 2560000 46 33554432000 1073741824 1073778376 140737009636576 140737009633704 266426477863 0 0 4096 0 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/21647/statm: 625 46 37 9 0 29 0

[startup+0.048635 s]
/proc/loadavg: 0.33 0.08 0.03 1/171 21647
/proc/meminfo: memFree=28987392/32873648 swapFree=6852/6852
[pid=21647] ppid=21645 vsize=9225560 CPUtime=0.01 cores=0,2,4,6
/proc/21647/stat : 21647 (java) S 21645 21647 21497 0 -1 4202496 2968 0 1 0 1 0 0 0 20 0 13 0 253315673 9446973440 3667 33554432000 1073741824 1073778376 140737009636576 140737009627712 266439000125 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21647/statm: 2306390 3667 1661 9 0 2297091 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.100243 s]
/proc/loadavg: 0.33 0.08 0.03 1/171 21647
/proc/meminfo: memFree=28987392/32873648 swapFree=6852/6852
[pid=21647] ppid=21645 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/21647/stat : 21647 (java) S 21645 21647 21497 0 -1 4202496 3650 0 1 0 5 1 0 0 20 0 18 0 253315673 9787813888 4859 33554432000 1073741824 1073778376 140737009636576 140737009627712 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21647/statm: 2389603 4860 1932 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.300228 s]
/proc/loadavg: 0.33 0.08 0.03 1/171 21647
/proc/meminfo: memFree=28987392/32873648 swapFree=6852/6852
[pid=21647] ppid=21645 vsize=9558412 CPUtime=0.43 cores=0,2,4,6
/proc/21647/stat : 21647 (java) S 21645 21647 21497 0 -1 4202496 5490 0 1 0 42 1 0 0 20 0 18 0 253315673 9787813888 7842 33554432000 1073741824 1073778376 140737009636576 140737009627712 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21647/statm: 2389603 7842 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558412

[startup+0.700183 s]
/proc/loadavg: 0.33 0.08 0.03 1/171 21647
/proc/meminfo: memFree=28987392/32873648 swapFree=6852/6852
[pid=21647] ppid=21645 vsize=9824668 CPUtime=1.94 cores=0,2,4,6
/proc/21647/stat : 21647 (java) S 21645 21647 21497 0 -1 4202496 16003 0 1 0 191 3 0 0 20 0 22 0 253315673 10060460032 20865 33554432000 1073741824 1073778376 140737009636576 140737009627712 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21647/statm: 2456167 20865 2244 9 0 2446860 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 9824668

[startup+1.50073 s]
/proc/loadavg: 0.33 0.08 0.03 8/215 21700
/proc/meminfo: memFree=28842048/32873648 swapFree=6852/6852
[pid=21647] ppid=21645 vsize=9824668 CPUtime=4.4 cores=0,2,4,6
/proc/21647/stat : 21647 (java) S 21645 21647 21497 0 -1 4202496 20568 0 1 0 433 7 0 0 20 0 22 0 253315673 10060460032 48693 33554432000 1073741824 1073778376 140737009636576 140737009627712 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21647/statm: 2456167 48693 2276 9 0 2446860 0
[pid=21647/tid=21649] ppid=21645 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/21647/task/21649/stat : 21649 (java) S 21645 21647 21497 0 -1 4202560 2458 0 1 0 27 1 0 0 20 0 22 0 253315674 10060460032 48693 33554432000 1073741824 1073778376 140737009636576 139735669756920 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21650] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21650/stat : 21650 (java) S 21645 21647 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253315676 10060460032 48693 33554432000 1073741824 1073778376 140737009636576 139735631247528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21647/tid=21651] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21651/stat : 21651 (java) S 21645 21647 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253315676 10060460032 48693 33554432000 1073741824 1073778376 140737009636576 139735630194984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21647/tid=21652] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21652/stat : 21652 (java) S 21645 21647 21497 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253315676 10060460032 48693 33554432000 1073741824 1073778376 140737009636576 139735629142440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21647/tid=21653] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21653/stat : 21653 (java) S 21645 21647 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253315676 10060460032 48693 33554432000 1073741824 1073778376 140737009636576 139735628089896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21654] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21654/stat : 21654 (java) S 21645 21647 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253315676 10060460032 48693 33554432000 1073741824 1073778376 140737009636576 139735627037352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21647/tid=21655] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21655/stat : 21655 (java) S 21645 21647 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253315676 10060460032 48693 33554432000 1073741824 1073778376 140737009636576 139735625984808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21647/tid=21656] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21656/stat : 21656 (java) S 21645 21647 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253315676 10060460032 48693 33554432000 1073741824 1073778376 140737009636576 139735624932264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21647/tid=21657] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21657/stat : 21657 (java) S 21645 21647 21497 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253315676 10060460032 48693 33554432000 1073741824 1073778376 140737009636576 139735623879720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21658] ppid=21645 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/21647/task/21658/stat : 21658 (java) S 21645 21647 21497 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 22 0 253315677 10060460032 48693 33554432000 1073741824 1073778376 140737009636576 139735493204072 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21659] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21659/stat : 21659 (java) S 21645 21647 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253315678 10060460032 48693 33554432000 1073741824 1073778376 140737009636576 139735492150392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21660] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21660/stat : 21660 (java) S 21645 21647 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253315678 10060460032 48693 33554432000 1073741824 1073778376 140737009636576 139735491097736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21661] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21661/stat : 21661 (java) S 21645 21647 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253315681 10060460032 48693 33554432000 1073741824 1073778376 140737009636576 139735490046480 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21662] ppid=21645 vsize=9824668 CPUtime=0.87 cores=0,2,4,6
/proc/21647/task/21662/stat : 21662 (java) S 21645 21647 21497 0 -1 4202560 6567 0 0 0 85 2 0 0 20 0 22 0 253315681 10060460032 48693 33554432000 1073741824 1073778376 140737009636576 139735488993848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21647/tid=21663] ppid=21645 vsize=9824668 CPUtime=0.94 cores=0,2,4,6
/proc/21647/task/21663/stat : 21663 (java) S 21645 21647 21497 0 -1 4202560 10124 0 0 0 92 2 0 0 20 0 22 0 253315681 10060460032 48693 33554432000 1073741824 1073778376 140737009636576 139735487941304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21664] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21664/stat : 21664 (java) S 21645 21647 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253315681 10060460032 48693 33554432000 1073741824 1073778376 140737009636576 139734613486584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21647/tid=21665] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21665/stat : 21665 (java) S 21645 21647 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253315681 10060460032 48693 33554432000 1073741824 1073778376 140737009636576 139734612434248 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21666] ppid=21645 vsize=9824668 CPUtime=1.1 cores=0,2,4,6
/proc/21647/task/21666/stat : 21666 (java) R 21645 21647 21497 0 -1 4202560 29 0 0 0 110 0 0 0 20 0 22 0 253315707 10060460032 48693 33554432000 1073741824 1073778376 140737009636576 139734611378376 139735503274933 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21647/tid=21667] ppid=21645 vsize=9824668 CPUtime=1.08 cores=0,2,4,6
/proc/21647/task/21667/stat : 21667 (java) R 21645 21647 21497 0 -1 4202560 126 0 0 0 106 2 0 0 20 0 22 0 253315707 10060460032 48693 33554432000 1073741824 1073778376 140737009636576 139734610325400 139735503417807 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21668] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21668/stat : 21668 (java) S 21645 21647 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253315707 10060460032 48693 33554432000 1073741824 1073778376 140737009636576 139734609273896 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21669] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21669/stat : 21669 (java) S 21645 21647 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253315707 10060460032 48693 33554432000 1073741824 1073778376 140737009636576 139734608221352 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 9824668

[startup+3.10075 s]
/proc/loadavg: 0.33 0.08 0.03 6/219 21704
/proc/meminfo: memFree=28503180/32873648 swapFree=6852/6852
[pid=21647] ppid=21645 vsize=9824668 CPUtime=8.26 cores=0,2,4,6
/proc/21647/stat : 21647 (java) S 21645 21647 21497 0 -1 4202496 25581 0 1 0 815 11 0 0 20 0 22 0 253315673 10060460032 86786 33554432000 1073741824 1073778376 140737009636576 140737009627712 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21647/statm: 2456167 86786 2279 9 0 2446860 0
[pid=21647/tid=21649] ppid=21645 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/21647/task/21649/stat : 21649 (java) S 21645 21647 21497 0 -1 4202560 2458 0 1 0 27 1 0 0 20 0 22 0 253315674 10060460032 86786 33554432000 1073741824 1073778376 140737009636576 139735669756920 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21650] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21650/stat : 21650 (java) S 21645 21647 21497 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 253315676 10060460032 86786 33554432000 1073741824 1073778376 140737009636576 139735631247528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21651] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21651/stat : 21651 (java) S 21645 21647 21497 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253315676 10060460032 86786 33554432000 1073741824 1073778376 140737009636576 139735630194984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21652] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21652/stat : 21652 (java) S 21645 21647 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253315676 10060460032 86786 33554432000 1073741824 1073778376 140737009636576 139735629142440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21653] ppid=21645 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/21647/task/21653/stat : 21653 (java) S 21645 21647 21497 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 253315676 10060460032 86786 33554432000 1073741824 1073778376 140737009636576 139735628089896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21647/tid=21654] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21654/stat : 21654 (java) S 21645 21647 21497 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253315676 10060460032 86786 33554432000 1073741824 1073778376 140737009636576 139735627037352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21647/tid=21655] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21655/stat : 21655 (java) S 21645 21647 21497 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253315676 10060460032 86786 33554432000 1073741824 1073778376 140737009636576 139735625984808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21656] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21656/stat : 21656 (java) S 21645 21647 21497 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253315676 10060460032 86786 33554432000 1073741824 1073778376 140737009636576 139735624932264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21657] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21657/stat : 21657 (java) S 21645 21647 21497 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253315676 10060460032 86786 33554432000 1073741824 1073778376 140737009636576 139735623879720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21658] ppid=21645 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/21647/task/21658/stat : 21658 (java) S 21645 21647 21497 0 -1 4202560 230 0 0 0 14 0 0 0 20 0 22 0 253315677 10060460032 86786 33554432000 1073741824 1073778376 140737009636576 139735493204072 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21647/tid=21659] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21659/stat : 21659 (java) S 21645 21647 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253315678 10060460032 86786 33554432000 1073741824 1073778376 140737009636576 139735492150392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21660] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21660/stat : 21660 (java) S 21645 21647 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253315678 10060460032 86786 33554432000 1073741824 1073778376 140737009636576 139735491097736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21661] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21661/stat : 21661 (java) S 21645 21647 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253315681 10060460032 86786 33554432000 1073741824 1073778376 140737009636576 139735490046480 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21662] ppid=21645 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/21647/task/21662/stat : 21662 (java) R 21645 21647 21497 0 -1 4202560 9634 0 0 0 125 2 0 0 20 0 22 0 253315681 10060460032 86786 33554432000 1073741824 1073778376 140737009636576 139735488981032 139735673849236 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21663] ppid=21645 vsize=9824668 CPUtime=1.28 cores=0,2,4,6
/proc/21647/task/21663/stat : 21663 (java) S 21645 21647 21497 0 -1 4202560 11770 0 0 0 126 2 0 0 20 0 22 0 253315681 10060460032 86786 33554432000 1073741824 1073778376 140737009636576 139735487941304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21664] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21664/stat : 21664 (java) S 21645 21647 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253315681 10060460032 86786 33554432000 1073741824 1073778376 140737009636576 139734613486584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21647/tid=21665] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21665/stat : 21665 (java) S 21645 21647 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253315681 10060460032 86786 33554432000 1073741824 1073778376 140737009636576 139734612434248 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21666] ppid=21645 vsize=9824668 CPUtime=2.55 cores=0,2,4,6
/proc/21647/task/21666/stat : 21666 (java) R 21645 21647 21497 0 -1 4202560 33 0 0 0 255 0 0 0 20 0 22 0 253315707 10060460032 86786 33554432000 1073741824 1073778376 140737009636576 139734611378256 139735503288288 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21647/tid=21667] ppid=21645 vsize=9824668 CPUtime=2.53 cores=0,2,4,6
/proc/21647/task/21667/stat : 21667 (java) R 21645 21647 21497 0 -1 4202560 183 0 0 0 249 4 0 0 20 0 22 0 253315707 10060460032 86786 33554432000 1073741824 1073778376 140737009636576 139734610325480 139735503721536 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21668] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21668/stat : 21668 (java) S 21645 21647 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253315707 10060460032 86786 33554432000 1073741824 1073778376 140737009636576 139734609273896 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21669] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21669/stat : 21669 (java) S 21645 21647 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253315707 10060460032 86786 33554432000 1073741824 1073778376 140737009636576 139734608221352 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.26
Current children cumulated vsize (KiB) 9824668

[startup+6.30082 s]
/proc/loadavg: 0.55 0.13 0.04 3/216 21704
/proc/meminfo: memFree=28216616/32873648 swapFree=6852/6852
[pid=21647] ppid=21645 vsize=9824668 CPUtime=14.52 cores=0,2,4,6
/proc/21647/stat : 21647 (java) S 21645 21647 21497 0 -1 4202496 25726 0 1 0 1438 14 0 0 20 0 22 0 253315673 10060460032 118190 33554432000 1073741824 1073778376 140737009636576 140737009627712 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21647/statm: 2456167 118190 2279 9 0 2446860 0
[pid=21647/tid=21649] ppid=21645 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/21647/task/21649/stat : 21649 (java) S 21645 21647 21497 0 -1 4202560 2458 0 1 0 27 1 0 0 20 0 22 0 253315674 10060460032 118190 33554432000 1073741824 1073778376 140737009636576 139735669756920 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21650] ppid=21645 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/21647/task/21650/stat : 21650 (java) S 21645 21647 21497 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 253315676 10060460032 118190 33554432000 1073741824 1073778376 140737009636576 139735631247528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21651] ppid=21645 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/21647/task/21651/stat : 21651 (java) S 21645 21647 21497 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 253315676 10060460032 118190 33554432000 1073741824 1073778376 140737009636576 139735630194984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21652] ppid=21645 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/21647/task/21652/stat : 21652 (java) S 21645 21647 21497 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 253315676 10060460032 118190 33554432000 1073741824 1073778376 140737009636576 139735629142440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21647/tid=21653] ppid=21645 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/21647/task/21653/stat : 21653 (java) S 21645 21647 21497 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 253315676 10060460032 118190 33554432000 1073741824 1073778376 140737009636576 139735628089896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21654] ppid=21645 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/21647/task/21654/stat : 21654 (java) S 21645 21647 21497 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 253315676 10060460032 118190 33554432000 1073741824 1073778376 140737009636576 139735627037352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21647/tid=21655] ppid=21645 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/21647/task/21655/stat : 21655 (java) S 21645 21647 21497 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 253315676 10060460032 118190 33554432000 1073741824 1073778376 140737009636576 139735625984808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21656] ppid=21645 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/21647/task/21656/stat : 21656 (java) S 21645 21647 21497 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 253315676 10060460032 118190 33554432000 1073741824 1073778376 140737009636576 139735624932264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21657] ppid=21645 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/21647/task/21657/stat : 21657 (java) S 21645 21647 21497 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 253315676 10060460032 118190 33554432000 1073741824 1073778376 140737009636576 139735623879720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21647/tid=21658] ppid=21645 vsize=9824668 CPUtime=0.4 cores=0,2,4,6
/proc/21647/task/21658/stat : 21658 (java) S 21645 21647 21497 0 -1 4202560 237 0 0 0 40 0 0 0 20 0 22 0 253315677 10060460032 118190 33554432000 1073741824 1073778376 140737009636576 139735493204072 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21647/tid=21659] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21659/stat : 21659 (java) S 21645 21647 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253315678 10060460032 118190 33554432000 1073741824 1073778376 140737009636576 139735492150392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21660] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21660/stat : 21660 (java) S 21645 21647 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253315678 10060460032 118190 33554432000 1073741824 1073778376 140737009636576 139735491097736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21661] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21661/stat : 21661 (java) S 21645 21647 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253315681 10060460032 118190 33554432000 1073741824 1073778376 140737009636576 139735490046480 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21662] ppid=21645 vsize=9824668 CPUtime=1.37 cores=0,2,4,6
/proc/21647/task/21662/stat : 21662 (java) S 21645 21647 21497 0 -1 4202560 9692 0 0 0 135 2 0 0 20 0 22 0 253315681 10060460032 118190 33554432000 1073741824 1073778376 140737009636576 139735488993848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

/proc/21647/task/21659/stat : 21659 (java) S 21645 21647 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253315678 10060460032 155547 33554432000 1073741824 1073778376 140737009636576 139735492150392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21660] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21660/stat : 21660 (java) S 21645 21647 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253315678 10060460032 155547 33554432000 1073741824 1073778376 140737009636576 139735491097736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21661] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21661/stat : 21661 (java) S 21645 21647 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253315681 10060460032 155547 33554432000 1073741824 1073778376 140737009636576 139735490046480 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21662] ppid=21645 vsize=9824668 CPUtime=1.38 cores=0,2,4,6
/proc/21647/task/21662/stat : 21662 (java) S 21645 21647 21497 0 -1 4202560 9692 0 0 0 136 2 0 0 20 0 22 0 253315681 10060460032 155547 33554432000 1073741824 1073778376 140737009636576 139735488993848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21647/tid=21663] ppid=21645 vsize=9824668 CPUtime=1.29 cores=0,2,4,6
/proc/21647/task/21663/stat : 21663 (java) S 21645 21647 21497 0 -1 4202560 11770 0 0 0 127 2 0 0 20 0 22 0 253315681 10060460032 155547 33554432000 1073741824 1073778376 140737009636576 139735487941304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21664] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21664/stat : 21664 (java) S 21645 21647 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253315681 10060460032 155547 33554432000 1073741824 1073778376 140737009636576 139734613486584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21647/tid=21665] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21665/stat : 21665 (java) S 21645 21647 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253315681 10060460032 155547 33554432000 1073741824 1073778376 140737009636576 139734612434248 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21666] ppid=21645 vsize=9824668 CPUtime=12.16 cores=0,2,4,6
/proc/21647/task/21666/stat : 21666 (java) R 21645 21647 21497 0 -1 4202560 51 0 0 0 1216 0 0 0 20 0 22 0 253315707 10060460032 155547 33554432000 1073741824 1073778376 140737009636576 139734611378256 139735503220575 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21667] ppid=21645 vsize=9824668 CPUtime=12.14 cores=0,2,4,6
/proc/21647/task/21667/stat : 21667 (java) R 21645 21647 21497 0 -1 4202560 299 0 0 0 1207 7 0 0 20 0 22 0 253315707 10060460032 155547 33554432000 1073741824 1073778376 140737009636576 139734610323616 139735503432454 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21668] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21668/stat : 21668 (java) S 21645 21647 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253315707 10060460032 155547 33554432000 1073741824 1073778376 140737009636576 139734609273896 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21669] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21669/stat : 21669 (java) S 21645 21647 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253315707 10060460032 155547 33554432000 1073741824 1073778376 140737009636576 139734608221352 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 28.6
Current children cumulated vsize (KiB) 9824668

[startup+14.3071 s]
/proc/loadavg: 0.74 0.18 0.06 3/193 21789
/proc/meminfo: memFree=28303024/32873648 swapFree=6852/6852
[pid=21647] ppid=21645 vsize=9824668 CPUtime=30.22 cores=0,2,4,6
/proc/21647/stat : 21647 (java) S 21645 21647 21497 0 -1 4202496 27050 0 1 0 3002 20 0 0 20 0 22 0 253315673 10060460032 181147 33554432000 1073741824 1073778376 140737009636576 140737009627712 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21647/statm: 2456167 181147 2279 9 0 2446860 0
[pid=21647/tid=21649] ppid=21645 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/21647/task/21649/stat : 21649 (java) S 21645 21647 21497 0 -1 4202560 2458 0 1 0 27 2 0 0 20 0 22 0 253315674 10060460032 181147 33554432000 1073741824 1073778376 140737009636576 139735669756920 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21650] ppid=21645 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/21647/task/21650/stat : 21650 (java) S 21645 21647 21497 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 22 0 253315676 10060460032 181147 33554432000 1073741824 1073778376 140737009636576 139735631247528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21651] ppid=21645 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/21647/task/21651/stat : 21651 (java) S 21645 21647 21497 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 22 0 253315676 10060460032 181147 33554432000 1073741824 1073778376 140737009636576 139735630194984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21647/tid=21652] ppid=21645 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/21647/task/21652/stat : 21652 (java) S 21645 21647 21497 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 22 0 253315676 10060460032 181147 33554432000 1073741824 1073778376 140737009636576 139735629142440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21653] ppid=21645 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/21647/task/21653/stat : 21653 (java) S 21645 21647 21497 0 -1 4202560 25 0 0 0 5 0 0 0 20 0 22 0 253315676 10060460032 181147 33554432000 1073741824 1073778376 140737009636576 139735628089896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21647/tid=21654] ppid=21645 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/21647/task/21654/stat : 21654 (java) S 21645 21647 21497 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 22 0 253315676 10060460032 181659 33554432000 1073741824 1073778376 140737009636576 139735627037352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21655] ppid=21645 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/21647/task/21655/stat : 21655 (java) S 21645 21647 21497 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 253315676 10060460032 181659 33554432000 1073741824 1073778376 140737009636576 139735625984808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21647/tid=21656] ppid=21645 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/21647/task/21656/stat : 21656 (java) S 21645 21647 21497 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 253315676 10060460032 181659 33554432000 1073741824 1073778376 140737009636576 139735624932264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21647/tid=21657] ppid=21645 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/21647/task/21657/stat : 21657 (java) S 21645 21647 21497 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 22 0 253315676 10060460032 181659 33554432000 1073741824 1073778376 140737009636576 139735623879720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21647/tid=21658] ppid=21645 vsize=9824668 CPUtime=0.83 cores=0,2,4,6
/proc/21647/task/21658/stat : 21658 (java) S 21645 21647 21497 0 -1 4202560 1401 0 0 0 81 2 0 0 20 0 22 0 253315677 10060460032 181659 33554432000 1073741824 1073778376 140737009636576 139735493204072 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21647/tid=21659] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21659/stat : 21659 (java) S 21645 21647 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253315678 10060460032 181659 33554432000 1073741824 1073778376 140737009636576 139735492150392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21660] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21660/stat : 21660 (java) S 21645 21647 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253315678 10060460032 181659 33554432000 1073741824 1073778376 140737009636576 139735491097736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21661] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21661/stat : 21661 (java) S 21645 21647 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253315681 10060460032 181659 33554432000 1073741824 1073778376 140737009636576 139735490046480 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21662] ppid=21645 vsize=9824668 CPUtime=1.38 cores=0,2,4,6
/proc/21647/task/21662/stat : 21662 (java) S 21645 21647 21497 0 -1 4202560 9692 0 0 0 136 2 0 0 20 0 22 0 253315681 10060460032 181659 33554432000 1073741824 1073778376 140737009636576 139735488993848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21647/tid=21663] ppid=21645 vsize=9824668 CPUtime=1.29 cores=0,2,4,6
/proc/21647/task/21663/stat : 21663 (java) S 21645 21647 21497 0 -1 4202560 11770 0 0 0 127 2 0 0 20 0 22 0 253315681 10060460032 181659 33554432000 1073741824 1073778376 140737009636576 139735487941304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21664] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21664/stat : 21664 (java) S 21645 21647 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253315681 10060460032 181659 33554432000 1073741824 1073778376 140737009636576 139734613486584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21647/tid=21665] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21665/stat : 21665 (java) S 21645 21647 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253315681 10060460032 181659 33554432000 1073741824 1073778376 140737009636576 139734612434248 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21666] ppid=21645 vsize=9824668 CPUtime=12.97 cores=0,2,4,6
/proc/21647/task/21666/stat : 21666 (java) R 21645 21647 21497 0 -1 4202560 54 0 0 0 1297 0 0 0 20 0 22 0 253315707 10060460032 181659 33554432000 1073741824 1073778376 140737009636576 139734611378256 139735503226746 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21667] ppid=21645 vsize=9824668 CPUtime=12.94 cores=0,2,4,6
/proc/21647/task/21667/stat : 21667 (java) R 21645 21647 21497 0 -1 4202560 347 0 0 0 1285 9 0 0 20 0 22 0 253315707 10060460032 181659 33554432000 1073741824 1073778376 140737009636576 139734610323616 139735503432438 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21668] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21668/stat : 21668 (java) S 21645 21647 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253315707 10060460032 181659 33554432000 1073741824 1073778376 140737009636576 139734609273896 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21669] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21669/stat : 21669 (java) S 21645 21647 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253315707 10060460032 181659 33554432000 1073741824 1073778376 140737009636576 139734608221352 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 30.22
Current children cumulated vsize (KiB) 9824668

[startup+14.7007 s]
/proc/loadavg: 0.74 0.18 0.06 3/193 21789
/proc/meminfo: memFree=28303024/32873648 swapFree=6852/6852
[pid=21647] ppid=21645 vsize=9824668 CPUtime=30.92 cores=0,2,4,6
/proc/21647/stat : 21647 (java) S 21645 21647 21497 0 -1 4202496 27135 0 1 0 3071 21 0 0 20 0 22 0 253315673 10060460032 192922 33554432000 1073741824 1073778376 140737009636576 140737009627712 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21647/statm: 2456167 192922 2279 9 0 2446860 0
[pid=21647/tid=21649] ppid=21645 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/21647/task/21649/stat : 21649 (java) S 21645 21647 21497 0 -1 4202560 2458 0 1 0 27 2 0 0 20 0 22 0 253315674 10060460032 192922 33554432000 1073741824 1073778376 140737009636576 139735669756920 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21650] ppid=21645 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/21647/task/21650/stat : 21650 (java) S 21645 21647 21497 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 22 0 253315676 10060460032 192922 33554432000 1073741824 1073778376 140737009636576 139735631247528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21651] ppid=21645 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/21647/task/21651/stat : 21651 (java) S 21645 21647 21497 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 22 0 253315676 10060460032 192922 33554432000 1073741824 1073778376 140737009636576 139735630194984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21652] ppid=21645 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/21647/task/21652/stat : 21652 (java) S 21645 21647 21497 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 22 0 253315676 10060460032 192922 33554432000 1073741824 1073778376 140737009636576 139735629142440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21653] ppid=21645 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/21647/task/21653/stat : 21653 (java) S 21645 21647 21497 0 -1 4202560 27 0 0 0 6 0 0 0 20 0 22 0 253315676 10060460032 192922 33554432000 1073741824 1073778376 140737009636576 139735628089896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21647/tid=21654] ppid=21645 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/21647/task/21654/stat : 21654 (java) S 21645 21647 21497 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 22 0 253315676 10060460032 192922 33554432000 1073741824 1073778376 140737009636576 139735627037352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21655] ppid=21645 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/21647/task/21655/stat : 21655 (java) S 21645 21647 21497 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 253315676 10060460032 192922 33554432000 1073741824 1073778376 140737009636576 139735625984808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21656] ppid=21645 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/21647/task/21656/stat : 21656 (java) S 21645 21647 21497 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 253315676 10060460032 192922 33554432000 1073741824 1073778376 140737009636576 139735624932264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21647/tid=21657] ppid=21645 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/21647/task/21657/stat : 21657 (java) S 21645 21647 21497 0 -1 4202560 23 0 0 0 5 1 0 0 20 0 22 0 253315676 10060460032 192922 33554432000 1073741824 1073778376 140737009636576 139735623879720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21658] ppid=21645 vsize=9824668 CPUtime=0.92 cores=0,2,4,6
/proc/21647/task/21658/stat : 21658 (java) S 21645 21647 21497 0 -1 4202560 1459 0 0 0 90 2 0 0 20 0 22 0 253315677 10060460032 192922 33554432000 1073741824 1073778376 140737009636576 139735493204072 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21647/tid=21659] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21659/stat : 21659 (java) S 21645 21647 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253315678 10060460032 192922 33554432000 1073741824 1073778376 140737009636576 139735492150392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21660] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21660/stat : 21660 (java) S 21645 21647 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253315678 10060460032 192922 33554432000 1073741824 1073778376 140737009636576 139735491097736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21661] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21661/stat : 21661 (java) S 21645 21647 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253315681 10060460032 192922 33554432000 1073741824 1073778376 140737009636576 139735490046480 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21662] ppid=21645 vsize=9824668 CPUtime=1.38 cores=0,2,4,6
/proc/21647/task/21662/stat : 21662 (java) S 21645 21647 21497 0 -1 4202560 9692 0 0 0 136 2 0 0 20 0 22 0 253315681 10060460032 192922 33554432000 1073741824 1073778376 140737009636576 139735488993848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21647/tid=21663] ppid=21645 vsize=9824668 CPUtime=1.29 cores=0,2,4,6
/proc/21647/task/21663/stat : 21663 (java) S 21645 21647 21497 0 -1 4202560 11770 0 0 0 127 2 0 0 20 0 22 0 253315681 10060460032 192922 33554432000 1073741824 1073778376 140737009636576 139735487941304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21664] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21664/stat : 21664 (java) S 21645 21647 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253315681 10060460032 192922 33554432000 1073741824 1073778376 140737009636576 139734613486584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21647/tid=21665] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21665/stat : 21665 (java) S 21645 21647 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253315681 10060460032 192922 33554432000 1073741824 1073778376 140737009636576 139734612434248 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21666] ppid=21645 vsize=9824668 CPUtime=13.26 cores=0,2,4,6
/proc/21647/task/21666/stat : 21666 (java) R 21645 21647 21497 0 -1 4202560 56 0 0 0 1326 0 0 0 20 0 22 0 253315707 10060460032 192922 33554432000 1073741824 1073778376 140737009636576 139734611378256 139735503299612 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21667] ppid=21645 vsize=9824668 CPUtime=13.24 cores=0,2,4,6
/proc/21647/task/21667/stat : 21667 (java) R 21645 21647 21497 0 -1 4202560 363 0 0 0 1315 9 0 0 20 0 22 0 253315707 10060460032 192922 33554432000 1073741824 1073778376 140737009636576 139734610323912 139735503435897 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21668] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21668/stat : 21668 (java) S 21645 21647 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253315707 10060460032 192922 33554432000 1073741824 1073778376 140737009636576 139734609273896 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21669] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21669/stat : 21669 (java) S 21645 21647 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253315707 10060460032 192922 33554432000 1073741824 1073778376 140737009636576 139734608221352 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 30.92
Current children cumulated vsize (KiB) 9824668

[startup+14.8008 s]
/proc/loadavg: 0.74 0.18 0.06 3/193 21789
/proc/meminfo: memFree=28303024/32873648 swapFree=6852/6852
[pid=21647] ppid=21645 vsize=9824668 CPUtime=30.97 cores=0,2,4,6
/proc/21647/stat : 21647 (java) S 21645 21647 21497 0 -1 4202496 27136 0 1 0 3075 22 0 0 20 0 19 0 253315673 10060460032 192910 33554432000 1073741824 1073778376 140737009636576 140737009627712 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21647/statm: 2456167 192910 2280 9 0 2446860 0
[pid=21647/tid=21649] ppid=21645 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/21647/task/21649/stat : 21649 (java) S 21645 21647 21497 0 -1 4202560 2458 0 1 0 27 2 0 0 20 0 19 0 253315674 10060460032 192910 33554432000 1073741824 1073778376 140737009636576 139735669756920 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21650] ppid=21645 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/21647/task/21650/stat : 21650 (java) S 21645 21647 21497 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 19 0 253315676 10060460032 192910 33554432000 1073741824 1073778376 140737009636576 139735631247528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21651] ppid=21645 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/21647/task/21651/stat : 21651 (java) S 21645 21647 21497 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 253315676 10060460032 192910 33554432000 1073741824 1073778376 140737009636576 139735630194984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21652] ppid=21645 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/21647/task/21652/stat : 21652 (java) S 21645 21647 21497 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 19 0 253315676 10060460032 192910 33554432000 1073741824 1073778376 140737009636576 139735629142440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21653] ppid=21645 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/21647/task/21653/stat : 21653 (java) S 21645 21647 21497 0 -1 4202560 27 0 0 0 6 0 0 0 20 0 19 0 253315676 10060460032 192910 33554432000 1073741824 1073778376 140737009636576 139735628089896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21647/tid=21654] ppid=21645 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/21647/task/21654/stat : 21654 (java) S 21645 21647 21497 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 19 0 253315676 10060460032 192910 33554432000 1073741824 1073778376 140737009636576 139735627037352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21655] ppid=21645 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/21647/task/21655/stat : 21655 (java) S 21645 21647 21497 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 253315676 10060460032 192910 33554432000 1073741824 1073778376 140737009636576 139735625984808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21656] ppid=21645 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/21647/task/21656/stat : 21656 (java) S 21645 21647 21497 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 253315676 10060460032 192910 33554432000 1073741824 1073778376 140737009636576 139735624932264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21647/tid=21657] ppid=21645 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/21647/task/21657/stat : 21657 (java) S 21645 21647 21497 0 -1 4202560 23 0 0 0 5 1 0 0 20 0 19 0 253315676 10060460032 192910 33554432000 1073741824 1073778376 140737009636576 139735623879720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21658] ppid=21645 vsize=9824668 CPUtime=0.92 cores=0,2,4,6
/proc/21647/task/21658/stat : 21658 (java) S 21645 21647 21497 0 -1 4202560 1459 0 0 0 90 2 0 0 20 0 19 0 253315677 10060460032 192910 33554432000 1073741824 1073778376 140737009636576 139735493204072 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21647/tid=21659] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21659/stat : 21659 (java) S 21645 21647 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315678 10060460032 192910 33554432000 1073741824 1073778376 140737009636576 139735492150392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21660] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21660/stat : 21660 (java) S 21645 21647 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315678 10060460032 192910 33554432000 1073741824 1073778376 140737009636576 139735491097736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21661] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21661/stat : 21661 (java) S 21645 21647 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315681 10060460032 192910 33554432000 1073741824 1073778376 140737009636576 139735490046480 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21647/tid=21662] ppid=21645 vsize=9824668 CPUtime=1.38 cores=0,2,4,6
/proc/21647/task/21662/stat : 21662 (java) S 21645 21647 21497 0 -1 4202560 9692 0 0 0 136 2 0 0 20 0 19 0 253315681 10060460032 192910 33554432000 1073741824 1073778376 140737009636576 139735488993848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21647/tid=21663] ppid=21645 vsize=9824668 CPUtime=1.29 cores=0,2,4,6
/proc/21647/task/21663/stat : 21663 (java) S 21645 21647 21497 0 -1 4202560 11770 0 0 0 127 2 0 0 20 0 19 0 253315681 10060460032 192910 33554432000 1073741824 1073778376 140737009636576 139735487941304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21664] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21664/stat : 21664 (java) S 21645 21647 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315681 10060460032 192910 33554432000 1073741824 1073778376 140737009636576 139734613486584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21647/tid=21665] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21665/stat : 21665 (java) S 21645 21647 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315681 10060460032 192910 33554432000 1073741824 1073778376 140737009636576 139734612434248 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21647/tid=21669] ppid=21645 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21647/task/21669/stat : 21669 (java) S 21645 21647 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315707 10060460032 192910 33554432000 1073741824 1073778376 140737009636576 139734608221352 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 30.97
Current children cumulated vsize (KiB) 9824668

Child status: 20
Real time (s): 14.8847
CPU time (s): 31.0683
CPU user time (s): 30.7473
CPU system time (s): 0.320951
CPU usage (%): 208.727
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.7473
system time used= 0.320951
maximum resident set size= 771912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27148
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= 1282
involuntary context switches= 1143

runsolver used 0.068989 second user time and 0.162975 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-24 17:04:56
IDJOB=3687296
IDBENCH=1321
IDSOLVER=2268
FILE ID=node116/3687296-1337871896
RUNJOBID= node116-1337871880-21513
PBS_JOBID= 14620088
Free space on /tmp= 71728 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900544484.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687296-1337871896/watcher-3687296-1337871896 -o /tmp/evaluation-result-3687296-1337871896/solver-3687296-1337871896 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687296-1337871896.opb

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

MD5SUM BENCH= 6f786d0e248f798e90612aee65004e7e
RANDOM SEED=1576986474

node116.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.556
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.11
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.556
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	: 5331.91
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.556
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	: 5438.54
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.556
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	: 5331.91
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.556
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	: 5331.92
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.556
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	: 5331.92
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.556
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	: 5331.90
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.556
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28987920 kB
Buffers:          200388 kB
Cached:          2916428 kB
SwapCached:            0 kB
Active:           488640 kB
Inactive:        2638404 kB
Active(anon):      12948 kB
Inactive(anon):        0 kB
Active(file):     475692 kB
Inactive(file):  2638404 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               560 kB
Writeback:             0 kB
AnonPages:         17240 kB
Mapped:            12888 kB
Shmem:               200 kB
Slab:             623052 kB
SReclaimable:      67240 kB
SUnreclaim:       555812 kB
KernelStack:        1400 kB
PageTables:         3960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     102704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node116 at 2012-05-24 17:05:11