Trace number 3687292

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 90.3193 45.3965

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900556231.opb
MD5SUM12591fb3a3171df58322c5e93cb6a45b
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.86272
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 723
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.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.08	c version 2.3.2.v20120418
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		501472288
0.01/0.08	c Max memory 		7480803328
0.01/0.08	c Total memory 		504102912
0.01/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3687292-1337871895.opb
0.11/0.10	c reading problem ... 
0.48/0.31	c ... done. Wall clock time 0.201s.
0.48/0.31	c declared #vars     231
0.48/0.31	c #constraints  2707
0.48/0.31	c constraints type 
0.48/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.48/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.48/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.48/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.48/0.31	c 2707 constraints processed.
0.48/0.31	c constraints type 
0.48/0.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.48/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.48/0.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.48/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.48/0.31	c 2707 constraints processed.
2.43/0.81	c cleaning 2502 clauses out of 5003 with flag 5003/5003
3.46/1.17	c cleaning 4248 clauses out of 8499 with flag 11001/11001
4.68/1.58	c cleaning 5620 clauses out of 11250 with flag 18001/18001
6.29/2.10	c cleaning 6805 clauses out of 13629 with flag 26000/26000
7.48/2.76	c cleaning 7912 clauses out of 15825 with flag 35001/35001
8.66/3.37	c cleaning 8949 clauses out of 17912 with flag 45000/45000
10.40/4.20	c cleaning 9975 clauses out of 19963 with flag 56000/56000
12.17/5.11	c cleaning 10992 clauses out of 21990 with flag 68002/68002
14.11/6.16	c cleaning 11993 clauses out of 23999 with flag 81003/81003
16.24/7.29	c cleaning 12994 clauses out of 26002 with flag 95000/95000
18.38/8.38	c cleaning 13987 clauses out of 28010 with flag 110002/110002
21.33/9.85	c cleaning 15008 clauses out of 30021 with flag 126000/126000
24.02/11.26	c cleaning 16002 clauses out of 32013 with flag 143000/143000
26.94/12.75	c cleaning 16995 clauses out of 34013 with flag 161003/161003
30.11/14.32	c cleaning 18006 clauses out of 36017 with flag 180002/180002
33.81/16.28	c cleaning 18984 clauses out of 38009 with flag 200000/200000
37.89/18.33	c cleaning 20010 clauses out of 40028 with flag 221003/221003
41.80/20.36	c cleaning 21006 clauses out of 42016 with flag 243002/243002
45.73/22.38	c cleaning 21998 clauses out of 44008 with flag 266001/266001
50.03/24.56	c cleaning 22990 clauses out of 46008 with flag 290000/290000
55.09/27.13	c cleaning 24005 clauses out of 48018 with flag 315000/315000
60.39/29.86	c cleaning 25003 clauses out of 50014 with flag 341001/341001
65.27/32.39	c cleaning 26002 clauses out of 52009 with flag 368000/368000
71.36/35.44	c cleaning 26994 clauses out of 54005 with flag 396000/396000
77.39/38.54	c cleaning 27997 clauses out of 56011 with flag 425000/425000
77.67/38.71	c cleaning 0 clauses out of 5003 with flag 0/5003
83.36/41.59	c cleaning 28989 clauses out of 58013 with flag 455003/455003
89.42/44.64	c cleaning 30003 clauses out of 60019 with flag 486001/486001
90.05/45.05	c  And the winner is solver0
90.20/45.36	c starts		: 136
90.20/45.36	c conflicts		: 489178
90.20/45.36	c decisions		: 655611
90.20/45.36	c propagations		: 20851362
90.20/45.36	c inspects		: 474997655
90.20/45.36	c shortcuts		: 0
90.20/45.36	c learnt literals	: 23
90.20/45.36	c learnt binary clauses	: 108
90.20/45.36	c learnt ternary clauses	: 339
90.20/45.37	c learnt constraints	: 489154
90.20/45.37	c ignored constraints	: 0
90.20/45.37	c root simplifications	: 0
90.20/45.37	c removed literals (reason simplification)	: 2188167
90.20/45.37	c reason swapping (by a shorter reason)	: 0
90.20/45.37	c Calls to reduceDB	: 27
90.20/45.37	c number of reductions to clauses (during analyze)	: 0
90.20/45.37	c number of learned constraints concerned by reduction	: 0
90.20/45.37	c number of learning phase by resolution	: 0
90.20/45.37	c number of learning phase by cutting planes	: 0
90.20/45.37	c speed (assignments/second)	: 462797.9580512707
90.20/45.37	c non guided choices	153
90.20/45.38	c learnt constraints type 
90.20/45.38	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 108
90.20/45.38	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 33077
90.20/45.38	c constraints type 
90.20/45.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
90.20/45.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
90.20/45.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
90.20/45.38	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
90.20/45.38	c 2707 constraints processed.
90.20/45.38	c constraints type 
90.20/45.38	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
90.20/45.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
90.20/45.38	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
90.20/45.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
90.20/45.38	c 2707 constraints processed.
90.20/45.38	s UNSATISFIABLE
90.20/45.38	c Total wall clock time (in seconds): 45.272

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-3687292-1337871895/watcher-3687292-1337871895 -o /tmp/evaluation-result-3687292-1337871895/solver-3687292-1337871895 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687292-1337871895.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.29 0.06 0.02 2/171 22334
/proc/meminfo: memFree=28711260/32873648 swapFree=6864/6864
[pid=22334] ppid=22332 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/22334/stat : 22334 (java) S 22332 22334 22184 0 -1 4202496 1275 0 0 0 0 0 0 0 20 0 2 0 253315480 98570240 977 33554432000 1073741824 1073778376 140733639418944 140733639410080 226087698493 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22334/statm: 24065 977 743 9 0 16771 0
[pid=22334/tid=22335] ppid=22332 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22335/stat : 22335 (java) R 22332 22334 22184 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 253315481 98570240 977 33554432000 1073741824 1073778376 140733639418944 140664063503912 226084341120 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.0252341 s]
/proc/loadavg: 0.29 0.06 0.02 2/171 22334
/proc/meminfo: memFree=28711260/32873648 swapFree=6864/6864
[pid=22334] ppid=22332 vsize=9092432 CPUtime=0.01 cores=0,2,4,6
/proc/22334/stat : 22334 (java) S 22332 22334 22184 0 -1 4202496 2906 0 1 0 1 0 0 0 20 0 11 0 253315480 9310650368 3606 33554432000 1073741824 1073778376 140733639418944 140733639410080 226087698493 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22334/statm: 2273108 3615 1642 9 0 2263809 0
[pid=22334/tid=22335] ppid=22332 vsize=9092432 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22335/stat : 22335 (java) R 22332 22334 22184 0 -1 4202560 1758 0 1 0 0 0 0 0 20 0 11 0 253315481 9310650368 3616 33554432000 1073741824 1073778376 140733639418944 140664063511304 140664068997210 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.10029 s]
/proc/loadavg: 0.29 0.06 0.02 2/171 22334
/proc/meminfo: memFree=28711260/32873648 swapFree=6864/6864
[pid=22334] ppid=22332 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/22334/stat : 22334 (java) S 22332 22334 22184 0 -1 4202496 4442 0 1 0 10 1 0 0 20 0 18 0 253315480 9787813888 6116 33554432000 1073741824 1073778376 140733639418944 140733639410080 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22334/statm: 2389603 6117 2139 9 0 2380296 0
[pid=22334/tid=22335] ppid=22332 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/22334/task/22335/stat : 22335 (java) R 22332 22334 22184 0 -1 4202560 2433 0 1 0 7 0 0 0 20 0 18 0 253315481 9787813888 6117 33554432000 1073741824 1073778376 140733639418944 140664063507224 226087708252 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300257 s]
/proc/loadavg: 0.29 0.06 0.02 2/171 22334
/proc/meminfo: memFree=28711260/32873648 swapFree=6864/6864
[pid=22334] ppid=22332 vsize=9558412 CPUtime=0.48 cores=0,2,4,6
/proc/22334/stat : 22334 (java) S 22332 22334 22184 0 -1 4202496 5430 0 1 0 47 1 0 0 20 0 18 0 253315480 9787813888 8289 33554432000 1073741824 1073778376 140733639418944 140733639410080 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22334/statm: 2389603 8289 2217 9 0 2380296 0
[pid=22334/tid=22335] ppid=22332 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/22334/task/22335/stat : 22335 (java) R 22332 22334 22184 0 -1 4202560 2447 0 1 0 27 0 0 0 20 0 18 0 253315481 9787813888 8289 33554432000 1073741824 1073778376 140733639418944 140664063507736 140664067843416 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558412

[startup+0.700218 s]
/proc/loadavg: 0.29 0.06 0.02 2/171 22334
/proc/meminfo: memFree=28711260/32873648 swapFree=6864/6864
[pid=22334] ppid=22332 vsize=9824668 CPUtime=2.03 cores=0,2,4,6
/proc/22334/stat : 22334 (java) S 22332 22334 22184 0 -1 4202496 15447 0 1 0 199 4 0 0 20 0 22 0 253315480 10060460032 22472 33554432000 1073741824 1073778376 140733639418944 140733639410080 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22334/statm: 2456167 22472 2245 9 0 2446860 0
[pid=22334/tid=22335] ppid=22332 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/22334/task/22335/stat : 22335 (java) S 22332 22334 22184 0 -1 4202560 2467 0 1 0 27 2 0 0 20 0 22 0 253315481 10060460032 22472 33554432000 1073741824 1073778376 140733639418944 140664063509496 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 9824668

[startup+1.50073 s]
/proc/loadavg: 0.29 0.06 0.02 4/193 22356
/proc/meminfo: memFree=28588492/32873648 swapFree=6864/6864
[pid=22334] ppid=22332 vsize=9824668 CPUtime=4.68 cores=0,2,4,6
/proc/22334/stat : 22334 (java) S 22332 22334 22184 0 -1 4202496 24073 0 1 0 460 8 0 0 20 0 22 0 253315480 10060460032 52084 33554432000 1073741824 1073778376 140733639418944 140733639410080 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22334/statm: 2456167 52084 2278 9 0 2446860 0
[pid=22334/tid=22335] ppid=22332 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/22334/task/22335/stat : 22335 (java) S 22332 22334 22184 0 -1 4202560 2467 0 1 0 27 2 0 0 20 0 22 0 253315481 10060460032 52084 33554432000 1073741824 1073778376 140733639418944 140664063509496 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22334/tid=22337] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22337/stat : 22337 (java) S 22332 22334 22184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 253315481 10060460032 52084 33554432000 1073741824 1073778376 140733639418944 140664025000232 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22334/tid=22338] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22338/stat : 22338 (java) S 22332 22334 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253315481 10060460032 52084 33554432000 1073741824 1073778376 140733639418944 140664023947432 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22339] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22339/stat : 22339 (java) S 22332 22334 22184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253315481 10060460032 52084 33554432000 1073741824 1073778376 140733639418944 140664022895144 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22340] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22340/stat : 22340 (java) S 22332 22334 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253315481 10060460032 52084 33554432000 1073741824 1073778376 140733639418944 140664021842344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22334/tid=22341] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22341/stat : 22341 (java) S 22332 22334 22184 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253315481 10060460032 52084 33554432000 1073741824 1073778376 140733639418944 140664020790056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22334/tid=22342] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22342/stat : 22342 (java) S 22332 22334 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253315481 10060460032 52084 33554432000 1073741824 1073778376 140733639418944 140664019737256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22334/tid=22343] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22343/stat : 22343 (java) S 22332 22334 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253315482 10060460032 52084 33554432000 1073741824 1073778376 140733639418944 140664018684968 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22334/tid=22344] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22344/stat : 22344 (java) S 22332 22334 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253315482 10060460032 52084 33554432000 1073741824 1073778376 140733639418944 140664017632168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22345] ppid=22332 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/22334/task/22345/stat : 22345 (java) S 22332 22334 22184 0 -1 4202560 98 0 0 0 3 0 0 0 20 0 22 0 253315483 10060460032 52084 33554432000 1073741824 1073778376 140733639418944 140664005220584 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22334/tid=22346] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22346/stat : 22346 (java) S 22332 22334 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253315483 10060460032 52084 33554432000 1073741824 1073778376 140733639418944 140663886701560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22347] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22347/stat : 22347 (java) S 22332 22334 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253315483 10060460032 52084 33554432000 1073741824 1073778376 140733639418944 140663885649160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22348] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22348/stat : 22348 (java) S 22332 22334 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253315485 10060460032 52084 33554432000 1073741824 1073778376 140733639418944 140663884597648 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22349] ppid=22332 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/22334/task/22349/stat : 22349 (java) S 22332 22334 22184 0 -1 4202560 13995 0 0 0 106 3 0 0 20 0 22 0 253315485 10060460032 52084 33554432000 1073741824 1073778376 140733639418944 140663883545272 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22350] ppid=22332 vsize=9824668 CPUtime=0.93 cores=0,2,4,6
/proc/22334/task/22350/stat : 22350 (java) S 22332 22334 22184 0 -1 4202560 6113 0 0 0 93 0 0 0 20 0 22 0 253315485 10060460032 52084 33554432000 1073741824 1073778376 140733639418944 140663882492472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22334/tid=22351] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22351/stat : 22351 (java) S 22332 22334 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253315485 10060460032 52084 33554432000 1073741824 1073778376 140733639418944 140663881440376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22334/tid=22352] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22352/stat : 22352 (java) S 22332 22334 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253315485 10060460032 52084 33554432000 1073741824 1073778376 140733639418944 140663880387784 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22334/tid=22353] ppid=22332 vsize=9824668 CPUtime=1.1 cores=0,2,4,6
/proc/22334/task/22353/stat : 22353 (java) R 22332 22334 22184 0 -1 4202560 30 0 0 0 110 0 0 0 20 0 22 0 253315511 10060460032 52084 33554432000 1073741824 1073778376 140733639418944 140663879330176 140663887250133 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22334/tid=22354] ppid=22332 vsize=9824668 CPUtime=1.1 cores=0,2,4,6
/proc/22334/task/22354/stat : 22354 (java) R 22332 22334 22184 0 -1 4202560 128 0 0 0 108 2 0 0 20 0 22 0 253315511 10060460032 52084 33554432000 1073741824 1073778376 140733639418944 140663878277824 140663887371954 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22334/tid=22355] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22355/stat : 22355 (java) S 22332 22334 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253315512 10060460032 52084 33554432000 1073741824 1073778376 140733639418944 140663877227688 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22334/tid=22356] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22356/stat : 22356 (java) S 22332 22334 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253315512 10060460032 52084 33554432000 1073741824 1073778376 140733639418944 140663876174888 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.68
Current children cumulated vsize (KiB) 9824668

[startup+3.10073 s]
/proc/loadavg: 0.51 0.11 0.04 4/193 22356
/proc/meminfo: memFree=28407896/32873648 swapFree=6864/6864
[pid=22334] ppid=22332 vsize=9824668 CPUtime=8.26 cores=0,2,4,6
/proc/22334/stat : 22334 (java) S 22332 22334 22184 0 -1 4202496 27196 0 1 0 814 12 0 0 20 0 22 0 253315480 10060460032 87059 33554432000 1073741824 1073778376 140733639418944 140733639410080 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22334/statm: 2456167 87059 2279 9 0 2446860 0
[pid=22334/tid=22335] ppid=22332 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/22334/task/22335/stat : 22335 (java) S 22332 22334 22184 0 -1 4202560 2467 0 1 0 27 2 0 0 20 0 22 0 253315481 10060460032 87059 33554432000 1073741824 1073778376 140733639418944 140664063509496 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22334/tid=22337] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22337/stat : 22337 (java) S 22332 22334 22184 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 22 0 253315481 10060460032 87059 33554432000 1073741824 1073778376 140733639418944 140664025000232 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22334/tid=22338] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22338/stat : 22338 (java) S 22332 22334 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253315481 10060460032 87059 33554432000 1073741824 1073778376 140733639418944 140664023947432 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22334/tid=22339] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22339/stat : 22339 (java) S 22332 22334 22184 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253315481 10060460032 87059 33554432000 1073741824 1073778376 140733639418944 140664022895144 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22340] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22340/stat : 22340 (java) S 22332 22334 22184 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253315481 10060460032 87059 33554432000 1073741824 1073778376 140733639418944 140664021842344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22334/tid=22341] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22341/stat : 22341 (java) S 22332 22334 22184 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253315481 10060460032 87059 33554432000 1073741824 1073778376 140733639418944 140664020790056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22334/tid=22342] ppid=22332 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/22334/task/22342/stat : 22342 (java) S 22332 22334 22184 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 253315481 10060460032 87059 33554432000 1073741824 1073778376 140733639418944 140664019737256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22343] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22343/stat : 22343 (java) S 22332 22334 22184 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253315482 10060460032 87059 33554432000 1073741824 1073778376 140733639418944 140664018684968 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22334/tid=22344] ppid=22332 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/22334/task/22344/stat : 22344 (java) S 22332 22334 22184 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 253315482 10060460032 87059 33554432000 1073741824 1073778376 140733639418944 140664017632168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22334/tid=22345] ppid=22332 vsize=9824668 CPUtime=0.13 cores=0,2,4,6
/proc/22334/task/22345/stat : 22345 (java) S 22332 22334 22184 0 -1 4202560 229 0 0 0 13 0 0 0 20 0 22 0 253315483 10060460032 87059 33554432000 1073741824 1073778376 140733639418944 140664005220584 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22334/tid=22346] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22346/stat : 22346 (java) S 22332 22334 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253315483 10060460032 87059 33554432000 1073741824 1073778376 140733639418944 140663886701560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22347] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22347/stat : 22347 (java) S 22332 22334 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253315483 10060460032 87059 33554432000 1073741824 1073778376 140733639418944 140663885649160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22348] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22348/stat : 22348 (java) S 22332 22334 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253315485 10060460032 87059 33554432000 1073741824 1073778376 140733639418944 140663884597648 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22349] ppid=22332 vsize=9824668 CPUtime=1.11 cores=0,2,4,6
/proc/22334/task/22349/stat : 22349 (java) S 22332 22334 22184 0 -1 4202560 13996 0 0 0 108 3 0 0 20 0 22 0 253315485 10060460032 87059 33554432000 1073741824 1073778376 140733639418944 140663883545272 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22350] ppid=22332 vsize=9824668 CPUtime=1.38 cores=0,2,4,6
/proc/22334/task/22350/stat : 22350 (java) S 22332 22334 22184 0 -1 4202560 9009 0 0 0 136 2 0 0 20 0 22 0 253315485 10060460032 87059 33554432000 1073741824 1073778376 140733639418944 140663882492472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22334/tid=22351] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22351/stat : 22351 (java) S 22332 22334 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253315485 10060460032 87059 33554432000 1073741824 1073778376 140733639418944 140663881440376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22334/tid=22352] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22352/stat : 22352 (java) S 22332 22334 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253315485 10060460032 87059 33554432000 1073741824 1073778376 140733639418944 140663880387784 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22334/tid=22353] ppid=22332 vsize=9824668 CPUtime=2.57 cores=0,2,4,6
/proc/22334/task/22353/stat : 22353 (java) R 22332 22334 22184 0 -1 4202560 33 0 0 0 257 0 0 0 20 0 22 0 253315511 10060460032 87059 33554432000 1073741824 1073778376 140733639418944 140663879332064 140663887335135 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22334/tid=22354] ppid=22332 vsize=9824668 CPUtime=2.57 cores=0,2,4,6
/proc/22334/task/22354/stat : 22354 (java) R 22332 22334 22184 0 -1 4202560 185 0 0 0 253 4 0 0 20 0 22 0 253315511 10060460032 87059 33554432000 1073741824 1073778376 140733639418944 140663878276912 140663887526605 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22355] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22355/stat : 22355 (java) S 22332 22334 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253315512 10060460032 87059 33554432000 1073741824 1073778376 140733639418944 140663877227688 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22334/tid=22356] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22356/stat : 22356 (java) S 22332 22334 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253315512 10060460032 87059 33554432000 1073741824 1073778376 140733639418944 140663876174888 226087712681 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.3008 s]
/proc/loadavg: 0.51 0.11 0.04 6/219 22391
/proc/meminfo: memFree=28040468/32873648 swapFree=6864/6864
[pid=22334] ppid=22332 vsize=9824668 CPUtime=14.44 cores=0,2,4,6
/proc/22334/stat : 22334 (java) S 22332 22334 22184 0 -1 4202496 27310 0 1 0 1428 16 0 0 20 0 22 0 253315480 10060460032 134723 33554432000 1073741824 1073778376 140733639418944 140733639410080 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22334/statm: 2456167 134723 2279 9 0 2446860 0
[pid=22334/tid=22335] ppid=22332 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/22334/task/22335/stat : 22335 (java) S 22332 22334 22184 0 -1 4202560 2467 0 1 0 27 2 0 0 20 0 22 0 253315481 10060460032 134723 33554432000 1073741824 1073778376 140733639418944 140664063509496 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22334/tid=22337] ppid=22332 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/22334/task/22337/stat : 22337 (java) S 22332 22334 22184 0 -1 4202560 26 0 0 0 1 0 0 0 20 0 22 0 253315481 10060460032 134723 33554432000 1073741824 1073778376 140733639418944 140664025000232 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22334/tid=22338] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22338/stat : 22338 (java) S 22332 22334 22184 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253315481 10060460032 134723 33554432000 1073741824 1073778376 140733639418944 140664023947432 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22334/tid=22339] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22339/stat : 22339 (java) S 22332 22334 22184 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253315481 10060460032 134723 33554432000 1073741824 1073778376 140733639418944 140664022895144 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22340] ppid=22332 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/22334/task/22340/stat : 22340 (java) S 22332 22334 22184 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 253315481 10060460032 134723 33554432000 1073741824 1073778376 140733639418944 140664021842344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22334/tid=22341] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22341/stat : 22341 (java) S 22332 22334 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253315481 10060460032 134723 33554432000 1073741824 1073778376 140733639418944 140664020790056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22334/tid=22342] ppid=22332 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/22334/task/22342/stat : 22342 (java) S 22332 22334 22184 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 253315481 10060460032 134723 33554432000 1073741824 1073778376 140733639418944 140664019737256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22343] ppid=22332 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/22334/task/22343/stat : 22343 (java) S 22332 22334 22184 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 253315482 10060460032 134723 33554432000 1073741824 1073778376 140733639418944 140664018684968 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22334/tid=22344] ppid=22332 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/22334/task/22344/stat : 22344 (java) S 22332 22334 22184 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 253315482 10060460032 134723 33554432000 1073741824 1073778376 140733639418944 140664017632168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

/proc/22334/task/22343/stat : 22343 (java) S 22332 22334 22184 0 -1 4202560 20 0 0 0 7 0 0 0 20 0 22 0 253315482 10060460032 287653 33554432000 1073741824 1073778376 140733639418944 140664018684968 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22334/tid=22344] ppid=22332 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/22334/task/22344/stat : 22344 (java) S 22332 22334 22184 0 -1 4202560 28 0 0 0 6 0 0 0 20 0 22 0 253315482 10060460032 287653 33554432000 1073741824 1073778376 140733639418944 140664017632168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22334/tid=22345] ppid=22332 vsize=9824668 CPUtime=2.4 cores=0,2,4,6
/proc/22334/task/22345/stat : 22345 (java) S 22332 22334 22184 0 -1 4202560 531 0 0 0 238 2 0 0 20 0 22 0 253315483 10060460032 287653 33554432000 1073741824 1073778376 140733639418944 140664005220584 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22346] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22346/stat : 22346 (java) S 22332 22334 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253315483 10060460032 287653 33554432000 1073741824 1073778376 140733639418944 140663886701560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22347] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22347/stat : 22347 (java) S 22332 22334 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253315483 10060460032 287653 33554432000 1073741824 1073778376 140733639418944 140663885649160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22348] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22348/stat : 22348 (java) S 22332 22334 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253315485 10060460032 287653 33554432000 1073741824 1073778376 140733639418944 140663884597648 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22349] ppid=22332 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/22334/task/22349/stat : 22349 (java) S 22332 22334 22184 0 -1 4202560 14003 0 0 0 124 3 0 0 20 0 22 0 253315485 10060460032 287653 33554432000 1073741824 1073778376 140733639418944 140663883545272 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22334/tid=22350] ppid=22332 vsize=9824668 CPUtime=1.51 cores=0,2,4,6
/proc/22334/task/22350/stat : 22350 (java) S 22332 22334 22184 0 -1 4202560 9015 0 0 0 149 2 0 0 20 0 22 0 253315485 10060460032 287653 33554432000 1073741824 1073778376 140733639418944 140663882492472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22334/tid=22351] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22351/stat : 22351 (java) S 22332 22334 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253315485 10060460032 287653 33554432000 1073741824 1073778376 140733639418944 140663881440376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22334/tid=22352] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22352/stat : 22352 (java) S 22332 22334 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253315485 10060460032 287653 33554432000 1073741824 1073778376 140733639418944 140663880387784 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22334/tid=22353] ppid=22332 vsize=9824668 CPUtime=40.11 cores=0,2,4,6
/proc/22334/task/22353/stat : 22353 (java) R 22332 22334 22184 0 -1 4202560 58 0 0 0 4011 0 0 0 20 0 22 0 253315511 10060460032 287653 33554432000 1073741824 1073778376 140733639418944 140663879332064 140663887250306 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22334/tid=22354] ppid=22332 vsize=9824668 CPUtime=40.14 cores=0,2,4,6
/proc/22334/task/22354/stat : 22354 (java) R 22332 22334 22184 0 -1 4202560 536 0 0 0 3998 16 0 0 20 0 22 0 253315511 10060460032 287653 33554432000 1073741824 1073778376 140733639418944 140663878277328 140663887705812 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22334/tid=22355] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22355/stat : 22355 (java) S 22332 22334 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253315512 10060460032 287653 33554432000 1073741824 1073778376 140733639418944 140663877227688 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22334/tid=22356] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22356/stat : 22356 (java) S 22332 22334 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253315512 10060460032 287653 33554432000 1073741824 1073778376 140733639418944 140663876174888 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 86.42
Current children cumulated vsize (KiB) 9824668

[startup+44.7008 s]
/proc/loadavg: 1.54 0.41 0.14 5/219 22763
/proc/meminfo: memFree=27358144/32873648 swapFree=6864/6864
[pid=22334] ppid=22332 vsize=9824668 CPUtime=89.6 cores=0,2,4,6
/proc/22334/stat : 22334 (java) S 22332 22334 22184 0 -1 4202496 27999 0 1 0 8933 27 0 0 20 0 22 0 253315480 10060460032 287655 33554432000 1073741824 1073778376 140733639418944 140733639410080 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22334/statm: 2456167 287655 2279 9 0 2446860 0
[pid=22334/tid=22335] ppid=22332 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/22334/task/22335/stat : 22335 (java) S 22332 22334 22184 0 -1 4202560 2475 0 1 0 27 2 0 0 20 0 22 0 253315481 10060460032 287655 33554432000 1073741824 1073778376 140733639418944 140664063509496 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22337] ppid=22332 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/22334/task/22337/stat : 22337 (java) S 22332 22334 22184 0 -1 4202560 36 0 0 0 7 0 0 0 20 0 22 0 253315481 10060460032 287655 33554432000 1073741824 1073778376 140733639418944 140664025000232 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22338] ppid=22332 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/22334/task/22338/stat : 22338 (java) S 22332 22334 22184 0 -1 4202560 38 0 0 0 8 0 0 0 20 0 22 0 253315481 10060460032 287655 33554432000 1073741824 1073778376 140733639418944 140664023947432 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22334/tid=22339] ppid=22332 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/22334/task/22339/stat : 22339 (java) S 22332 22334 22184 0 -1 4202560 13 0 0 0 6 0 0 0 20 0 22 0 253315481 10060460032 287655 33554432000 1073741824 1073778376 140733639418944 140664022895144 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22334/tid=22340] ppid=22332 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/22334/task/22340/stat : 22340 (java) S 22332 22334 22184 0 -1 4202560 20 0 0 0 7 0 0 0 20 0 22 0 253315481 10060460032 287655 33554432000 1073741824 1073778376 140733639418944 140664021842344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22334/tid=22341] ppid=22332 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/22334/task/22341/stat : 22341 (java) S 22332 22334 22184 0 -1 4202560 16 0 0 0 7 0 0 0 20 0 22 0 253315481 10060460032 287655 33554432000 1073741824 1073778376 140733639418944 140664020790056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22334/tid=22342] ppid=22332 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/22334/task/22342/stat : 22342 (java) S 22332 22334 22184 0 -1 4202560 20 0 0 0 7 0 0 0 20 0 22 0 253315481 10060460032 287655 33554432000 1073741824 1073778376 140733639418944 140664019737256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22334/tid=22343] ppid=22332 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/22334/task/22343/stat : 22343 (java) S 22332 22334 22184 0 -1 4202560 20 0 0 0 7 0 0 0 20 0 22 0 253315482 10060460032 287655 33554432000 1073741824 1073778376 140733639418944 140664018684968 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22334/tid=22344] ppid=22332 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/22334/task/22344/stat : 22344 (java) S 22332 22334 22184 0 -1 4202560 28 0 0 0 7 0 0 0 20 0 22 0 253315482 10060460032 287655 33554432000 1073741824 1073778376 140733639418944 140664017632168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22334/tid=22345] ppid=22332 vsize=9824668 CPUtime=2.44 cores=0,2,4,6
/proc/22334/task/22345/stat : 22345 (java) R 22332 22334 22184 0 -1 4202560 531 0 0 0 242 2 0 0 20 0 22 0 253315483 10060460032 287655 33554432000 1073741824 1073778376 140733639418944 140664005219560 140664065704025 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22346] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22346/stat : 22346 (java) S 22332 22334 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253315483 10060460032 287655 33554432000 1073741824 1073778376 140733639418944 140663886701560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22347] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22347/stat : 22347 (java) S 22332 22334 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253315483 10060460032 287655 33554432000 1073741824 1073778376 140733639418944 140663885649160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22348] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22348/stat : 22348 (java) S 22332 22334 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253315485 10060460032 287655 33554432000 1073741824 1073778376 140733639418944 140663884597648 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22349] ppid=22332 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/22334/task/22349/stat : 22349 (java) S 22332 22334 22184 0 -1 4202560 14003 0 0 0 124 3 0 0 20 0 22 0 253315485 10060460032 287655 33554432000 1073741824 1073778376 140733639418944 140663883545272 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22334/tid=22350] ppid=22332 vsize=9824668 CPUtime=1.51 cores=0,2,4,6
/proc/22334/task/22350/stat : 22350 (java) S 22332 22334 22184 0 -1 4202560 9015 0 0 0 149 2 0 0 20 0 22 0 253315485 10060460032 287655 33554432000 1073741824 1073778376 140733639418944 140663882492472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22334/tid=22351] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22351/stat : 22351 (java) S 22332 22334 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253315485 10060460032 287655 33554432000 1073741824 1073778376 140733639418944 140663881440376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22334/tid=22352] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22352/stat : 22352 (java) S 22332 22334 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253315485 10060460032 287655 33554432000 1073741824 1073778376 140733639418944 140663880387784 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22334/tid=22353] ppid=22332 vsize=9824668 CPUtime=41.66 cores=0,2,4,6
/proc/22334/task/22353/stat : 22353 (java) S 22332 22334 22184 0 -1 4202560 58 0 0 0 4166 0 0 0 20 0 22 0 253315511 10060460032 287655 33554432000 1073741824 1073778376 140733639418944 140663879332184 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22334/tid=22354] ppid=22332 vsize=9824668 CPUtime=41.69 cores=0,2,4,6
/proc/22334/task/22354/stat : 22354 (java) S 22332 22334 22184 0 -1 4202560 536 0 0 0 4153 16 0 0 20 0 22 0 253315511 10060460032 287655 33554432000 1073741824 1073778376 140733639418944 140663878277192 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22334/tid=22355] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22355/stat : 22355 (java) S 22332 22334 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253315512 10060460032 287655 33554432000 1073741824 1073778376 140733639418944 140663877227688 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22334/tid=22356] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22356/stat : 22356 (java) S 22332 22334 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253315512 10060460032 287655 33554432000 1073741824 1073778376 140733639418944 140663876174888 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 89.6
Current children cumulated vsize (KiB) 9824668

[startup+45.1072 s]
/proc/loadavg: 1.54 0.41 0.14 5/219 22763
/proc/meminfo: memFree=27307760/32873648 swapFree=6864/6864
[pid=22334] ppid=22332 vsize=9824668 CPUtime=90.2 cores=0,2,4,6
/proc/22334/stat : 22334 (java) S 22332 22334 22184 0 -1 4202496 28001 0 1 0 8991 29 0 0 20 0 19 0 253315480 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140733639410080 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22334/statm: 2456167 287642 2280 9 0 2446860 0
[pid=22334/tid=22335] ppid=22332 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/22334/task/22335/stat : 22335 (java) S 22332 22334 22184 0 -1 4202560 2476 0 1 0 27 2 0 0 20 0 19 0 253315481 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140664063509496 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22337] ppid=22332 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/22334/task/22337/stat : 22337 (java) S 22332 22334 22184 0 -1 4202560 36 0 0 0 7 0 0 0 20 0 19 0 253315481 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140664025000232 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22338] ppid=22332 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/22334/task/22338/stat : 22338 (java) S 22332 22334 22184 0 -1 4202560 38 0 0 0 8 0 0 0 20 0 19 0 253315481 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140664023947432 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22334/tid=22339] ppid=22332 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/22334/task/22339/stat : 22339 (java) S 22332 22334 22184 0 -1 4202560 13 0 0 0 6 0 0 0 20 0 19 0 253315481 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140664022895144 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22334/tid=22340] ppid=22332 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/22334/task/22340/stat : 22340 (java) S 22332 22334 22184 0 -1 4202560 20 0 0 0 7 0 0 0 20 0 19 0 253315481 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140664021842344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22334/tid=22341] ppid=22332 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/22334/task/22341/stat : 22341 (java) S 22332 22334 22184 0 -1 4202560 16 0 0 0 7 0 0 0 20 0 19 0 253315481 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140664020790056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22334/tid=22342] ppid=22332 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/22334/task/22342/stat : 22342 (java) S 22332 22334 22184 0 -1 4202560 20 0 0 0 7 0 0 0 20 0 19 0 253315481 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140664019737256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22334/tid=22343] ppid=22332 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/22334/task/22343/stat : 22343 (java) S 22332 22334 22184 0 -1 4202560 20 0 0 0 7 0 0 0 20 0 19 0 253315482 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140664018684968 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22334/tid=22344] ppid=22332 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/22334/task/22344/stat : 22344 (java) S 22332 22334 22184 0 -1 4202560 28 0 0 0 7 0 0 0 20 0 19 0 253315482 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140664017632168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22334/tid=22345] ppid=22332 vsize=9824668 CPUtime=2.6 cores=0,2,4,6
/proc/22334/task/22345/stat : 22345 (java) S 22332 22334 22184 0 -1 4202560 531 0 0 0 258 2 0 0 20 0 19 0 253315483 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140664005220584 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22346] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22346/stat : 22346 (java) S 22332 22334 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315483 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140663886701560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22347] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22347/stat : 22347 (java) S 22332 22334 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315483 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140663885649160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22348] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22348/stat : 22348 (java) S 22332 22334 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315485 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140663884597648 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22349] ppid=22332 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/22334/task/22349/stat : 22349 (java) S 22332 22334 22184 0 -1 4202560 14003 0 0 0 124 3 0 0 20 0 19 0 253315485 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140663883545272 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22334/tid=22350] ppid=22332 vsize=9824668 CPUtime=1.51 cores=0,2,4,6
/proc/22334/task/22350/stat : 22350 (java) S 22332 22334 22184 0 -1 4202560 9015 0 0 0 149 2 0 0 20 0 19 0 253315485 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140663882492472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22334/tid=22351] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22351/stat : 22351 (java) S 22332 22334 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315485 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140663881440376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22334/tid=22352] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22352/stat : 22352 (java) S 22332 22334 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253315485 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140663880387784 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22334/tid=22356] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22356/stat : 22356 (java) S 22332 22334 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315512 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140663876174888 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 90.2
Current children cumulated vsize (KiB) 9824668

[startup+45.3007 s]
/proc/loadavg: 1.54 0.41 0.14 5/219 22763
/proc/meminfo: memFree=27307760/32873648 swapFree=6864/6864
[pid=22334] ppid=22332 vsize=9824668 CPUtime=90.2 cores=0,2,4,6
/proc/22334/stat : 22334 (java) S 22332 22334 22184 0 -1 4202496 28001 0 1 0 8991 29 0 0 20 0 19 0 253315480 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140733639410080 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22334/statm: 2456167 287642 2280 9 0 2446860 0
[pid=22334/tid=22335] ppid=22332 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/22334/task/22335/stat : 22335 (java) S 22332 22334 22184 0 -1 4202560 2476 0 1 0 27 2 0 0 20 0 19 0 253315481 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140664063509496 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22337] ppid=22332 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/22334/task/22337/stat : 22337 (java) S 22332 22334 22184 0 -1 4202560 36 0 0 0 7 0 0 0 20 0 19 0 253315481 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140664025000232 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22338] ppid=22332 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/22334/task/22338/stat : 22338 (java) S 22332 22334 22184 0 -1 4202560 38 0 0 0 8 0 0 0 20 0 19 0 253315481 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140664023947432 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22334/tid=22339] ppid=22332 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/22334/task/22339/stat : 22339 (java) S 22332 22334 22184 0 -1 4202560 13 0 0 0 6 0 0 0 20 0 19 0 253315481 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140664022895144 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22334/tid=22340] ppid=22332 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/22334/task/22340/stat : 22340 (java) S 22332 22334 22184 0 -1 4202560 20 0 0 0 7 0 0 0 20 0 19 0 253315481 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140664021842344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22334/tid=22341] ppid=22332 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/22334/task/22341/stat : 22341 (java) S 22332 22334 22184 0 -1 4202560 16 0 0 0 7 0 0 0 20 0 19 0 253315481 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140664020790056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22334/tid=22342] ppid=22332 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/22334/task/22342/stat : 22342 (java) S 22332 22334 22184 0 -1 4202560 20 0 0 0 7 0 0 0 20 0 19 0 253315481 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140664019737256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22334/tid=22343] ppid=22332 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/22334/task/22343/stat : 22343 (java) S 22332 22334 22184 0 -1 4202560 20 0 0 0 7 0 0 0 20 0 19 0 253315482 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140664018684968 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22334/tid=22344] ppid=22332 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/22334/task/22344/stat : 22344 (java) S 22332 22334 22184 0 -1 4202560 28 0 0 0 7 0 0 0 20 0 19 0 253315482 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140664017632168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22334/tid=22345] ppid=22332 vsize=9824668 CPUtime=2.6 cores=0,2,4,6
/proc/22334/task/22345/stat : 22345 (java) S 22332 22334 22184 0 -1 4202560 531 0 0 0 258 2 0 0 20 0 19 0 253315483 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140664005220584 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22346] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22346/stat : 22346 (java) S 22332 22334 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315483 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140663886701560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22347] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22347/stat : 22347 (java) S 22332 22334 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315483 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140663885649160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22348] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22348/stat : 22348 (java) S 22332 22334 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315485 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140663884597648 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22334/tid=22349] ppid=22332 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/22334/task/22349/stat : 22349 (java) S 22332 22334 22184 0 -1 4202560 14003 0 0 0 124 3 0 0 20 0 19 0 253315485 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140663883545272 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22334/tid=22350] ppid=22332 vsize=9824668 CPUtime=1.51 cores=0,2,4,6
/proc/22334/task/22350/stat : 22350 (java) S 22332 22334 22184 0 -1 4202560 9015 0 0 0 149 2 0 0 20 0 19 0 253315485 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140663882492472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22334/tid=22351] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22351/stat : 22351 (java) S 22332 22334 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315485 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140663881440376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22334/tid=22352] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22352/stat : 22352 (java) S 22332 22334 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253315485 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140663880387784 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22334/tid=22356] ppid=22332 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22334/task/22356/stat : 22356 (java) S 22332 22334 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315512 10060460032 287642 33554432000 1073741824 1073778376 140733639418944 140663876174888 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 90.2
Current children cumulated vsize (KiB) 9824668

Child status: 20
Real time (s): 45.3965
CPU time (s): 90.3193
CPU user time (s): 89.9093
CPU system time (s): 0.409937
CPU usage (%): 198.956
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 89.9093
system time used= 0.409937
maximum resident set size= 1150624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28014
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2287
involuntary context switches= 2060

runsolver used 0.12598 second user time and 0.246962 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-24 17:04:55
IDJOB=3687292
IDBENCH=1315
IDSOLVER=2268
FILE ID=node120/3687292-1337871895
RUNJOBID= node120-1337871880-22200
PBS_JOBID= 14620084
Free space on /tmp= 71632 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.1900556231.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687292-1337871895/watcher-3687292-1337871895 -o /tmp/evaluation-result-3687292-1337871895/solver-3687292-1337871895 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687292-1337871895.opb

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

MD5SUM BENCH= 12591fb3a3171df58322c5e93cb6a45b
RANDOM SEED=1767578218

node120.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.88
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28711788 kB
Buffers:          174832 kB
Cached:          3214768 kB
SwapCached:          492 kB
Active:           543964 kB
Inactive:        2857968 kB
Active(anon):       2588 kB
Inactive(anon):    12388 kB
Active(file):     541376 kB
Inactive(file):  2845580 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:               564 kB
Writeback:             0 kB
AnonPages:         18444 kB
Mapped:            12692 kB
Shmem:               120 kB
Slab:             625308 kB
SReclaimable:      69536 kB
SUnreclaim:       555772 kB
KernelStack:        1392 kB
PageTables:         3648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     103260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71632 MiB
End job on node120 at 2012-05-24 17:05:40