Trace number 3688816

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 59.116 29.6453

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_25_3_15.opb
MD5SUM8bda8bcfdd3d0bef04b7cb75764a0af7
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.834872
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2952
Sum of products size (including duplicates)5904
Number of different products1476
Sum of products size2952

Solver Data

0.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.2.v20120418
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		501472288
0.05/0.08	c Max memory 		7480803328
0.05/0.08	c Total memory 		504102912
0.05/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3688816-1337879930.opb
0.10/0.10	c reading problem ... 
0.49/0.31	c ... done. Wall clock time 0.208s.
0.49/0.31	c declared #vars     100
0.49/0.31	c internal #vars     1576
0.49/0.31	c #constraints  3105
0.49/0.31	c constraints type 
0.49/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1476
0.49/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
0.49/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.49/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1476
0.49/0.31	c 3105 constraints processed.
0.49/0.31	c constraints type 
0.49/0.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
0.49/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1476
0.49/0.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
0.49/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1476
0.49/0.31	c 3105 constraints processed.
3.17/1.08	c cleaning 2500 clauses out of 5000 with flag 5000/5000
4.49/1.55	c cleaning 4250 clauses out of 8500 with flag 11000/11000
5.57/2.06	c cleaning 5625 clauses out of 11250 with flag 18000/18000
6.76/2.63	c cleaning 6816 clauses out of 13631 with flag 26006/26006
8.18/3.39	c cleaning 7891 clauses out of 15809 with flag 35000/35000
9.77/4.14	c cleaning 8959 clauses out of 17918 with flag 45000/45000
10.95/4.77	c cleaning 9984 clauses out of 19967 with flag 56008/56008
12.90/5.71	c cleaning 10984 clauses out of 21980 with flag 68005/68005
14.83/6.70	c cleaning 11987 clauses out of 23991 with flag 81000/81000
16.96/7.80	c cleaning 13001 clauses out of 26007 with flag 95003/95003
18.68/8.78	c cleaning 13992 clauses out of 28003 with flag 110000/110000
21.60/10.02	c cleaning 15004 clauses out of 30012 with flag 126001/126001
24.87/11.72	c cleaning 15999 clauses out of 32008 with flag 143001/143001
28.20/13.42	c cleaning 16999 clauses out of 34009 with flag 161002/161002
31.30/15.00	c cleaning 18001 clauses out of 36010 with flag 180002/180002
34.40/16.66	c cleaning 19000 clauses out of 38007 with flag 200000/200000
37.84/18.40	c cleaning 20005 clauses out of 40009 with flag 221002/221002
41.52/20.30	c cleaning 20995 clauses out of 42003 with flag 243001/243001
45.19/22.24	c cleaning 21998 clauses out of 44009 with flag 266004/266004
49.25/24.38	c cleaning 23002 clauses out of 46008 with flag 290001/290001
53.32/26.47	c cleaning 23995 clauses out of 48003 with flag 315000/315000
57.61/28.65	c cleaning 25000 clauses out of 50008 with flag 341000/341000
58.85/29.37	c  And the winner is solver1
59.02/29.63	c starts		: 13
59.02/29.63	c conflicts		: 2215
59.02/29.63	c decisions		: 5621
59.02/29.63	c propagations		: 419866
59.02/29.63	c inspects		: 16618135
59.02/29.64	c shortcuts		: 0
59.02/29.64	c learnt literals	: 0
59.02/29.64	c learnt binary clauses	: 0
59.02/29.64	c learnt ternary clauses	: 0
59.02/29.64	c learnt constraints	: 2214
59.02/29.64	c ignored constraints	: 0
59.02/29.64	c root simplifications	: 0
59.02/29.64	c removed literals (reason simplification)	: 0
59.02/29.64	c reason swapping (by a shorter reason)	: 0
59.02/29.64	c Calls to reduceDB	: 0
59.02/29.64	c number of reductions to clauses (during analyze)	: 0
59.02/29.64	c number of learned constraints concerned by reduction	: 0
59.02/29.64	c number of learning phase by resolution	: 0
59.02/29.64	c number of learning phase by cutting planes	: 0
59.02/29.64	c speed (assignments/second)	: 14323.54245556579
59.02/29.64	c non guided choices	1493
59.02/29.64	c learnt constraints type 
59.02/29.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
59.02/29.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2213
59.02/29.64	c constraints type 
59.02/29.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1476
59.02/29.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
59.02/29.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
59.02/29.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1476
59.02/29.64	c 3105 constraints processed.
59.02/29.64	c constraints type 
59.02/29.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
59.02/29.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1476
59.02/29.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
59.02/29.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1476
59.02/29.64	c 3105 constraints processed.
59.02/29.64	s UNSATISFIABLE
59.02/29.64	c Total wall clock time (in seconds): 29.53

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

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.88 3.78 3.77 4/195 2149
/proc/meminfo: memFree=26705480/32873852 swapFree=6848/6848
[pid=2149] ppid=2147 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/2149/stat : 2149 (java) R 2147 2149 32594 0 -1 4202496 1012 0 0 0 0 0 0 0 20 0 1 0 254118902 23793664 740 33554432000 1073741824 1073778376 140734206044864 140734206033928 139854266842724 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2149/statm: 5809 751 551 9 0 128 0
[pid=2149/tid=2150] ppid=2147 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2150/stat : 2150 (java) R 2147 2149 32594 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 2 0 254118903 24780800 867 33554432000 1073741824 1073778376 140734206044864 140734206033928 273448573105 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0707841 s]
/proc/loadavg: 3.88 3.78 3.77 4/195 2149
/proc/meminfo: memFree=26705480/32873852 swapFree=6848/6848
[pid=2149] ppid=2147 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/2149/stat : 2149 (java) S 2147 2149 32594 0 -1 4202496 3368 0 1 0 4 1 0 0 20 0 18 0 254118902 9787813888 4576 33554432000 1073741824 1073778376 140734206044864 140734206036000 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2149/statm: 2389603 4577 1772 9 0 2380296 0
[pid=2149/tid=2150] ppid=2147 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/2149/task/2150/stat : 2150 (java) R 2147 2149 32594 0 -1 4202560 2159 0 1 0 4 0 0 0 20 0 18 0 254118903 9787813888 4577 33554432000 1073741824 1073778376 140734206044864 139854258854560 139854084109981 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100326 s]
/proc/loadavg: 3.88 3.78 3.77 4/195 2149
/proc/meminfo: memFree=26705480/32873852 swapFree=6848/6848
[pid=2149] ppid=2147 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/2149/stat : 2149 (java) S 2147 2149 32594 0 -1 4202496 4436 0 1 0 9 1 0 0 20 0 18 0 254118902 9787813888 6093 33554432000 1073741824 1073778376 140734206044864 140734206036000 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2149/statm: 2389603 6100 2131 9 0 2380296 0
[pid=2149/tid=2150] ppid=2147 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/2149/task/2150/stat : 2150 (java) R 2147 2149 32594 0 -1 4202560 2428 0 1 0 7 0 0 0 20 0 18 0 254118903 9787813888 6100 33554432000 1073741824 1073778376 140734206044864 139854258849776 273451902221 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300172 s]
/proc/loadavg: 3.88 3.78 3.77 4/195 2149
/proc/meminfo: memFree=26705480/32873852 swapFree=6848/6848
[pid=2149] ppid=2147 vsize=9558412 CPUtime=0.49 cores=1,3,5,7
/proc/2149/stat : 2149 (java) S 2147 2149 32594 0 -1 4202496 5911 0 1 0 47 2 0 0 20 0 18 0 254118902 9787813888 8435 33554432000 1073741824 1073778376 140734206044864 140734206036000 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2149/statm: 2389603 8435 2225 9 0 2380296 0
[pid=2149/tid=2150] ppid=2147 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/2149/task/2150/stat : 2150 (java) R 2147 2149 32594 0 -1 4202560 2442 0 1 0 27 0 0 0 20 0 18 0 254118903 9787813888 8435 33554432000 1073741824 1073778376 140734206044864 139854258849776 139854084160301 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558412

[startup+0.700234 s]
/proc/loadavg: 3.88 3.78 3.77 4/195 2149
/proc/meminfo: memFree=26705480/32873852 swapFree=6848/6848
[pid=2149] ppid=2147 vsize=9824668 CPUtime=2 cores=1,3,5,7
/proc/2149/stat : 2149 (java) S 2147 2149 32594 0 -1 4202496 15240 0 1 0 196 4 0 0 20 0 22 0 254118902 10060460032 18852 33554432000 1073741824 1073778376 140734206044864 140734206036000 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2149/statm: 2456167 18852 2249 9 0 2446860 0
[pid=2149/tid=2150] ppid=2147 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/2149/task/2150/stat : 2150 (java) S 2147 2149 32594 0 -1 4202560 2455 0 1 0 29 0 0 0 20 0 22 0 254118903 10060460032 18853 33554432000 1073741824 1073778376 140734206044864 139854258852856 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 9824668

[startup+1.50084 s]
/proc/loadavg: 3.88 3.78 3.77 6/217 2171
/proc/meminfo: memFree=26590392/32873852 swapFree=6848/6848
[pid=2149] ppid=2147 vsize=9824668 CPUtime=4.49 cores=1,3,5,7
/proc/2149/stat : 2149 (java) S 2147 2149 32594 0 -1 4202496 20116 0 1 0 441 8 0 0 20 0 22 0 254118902 10060460032 48221 33554432000 1073741824 1073778376 140734206044864 140734206036000 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2149/statm: 2456167 48221 2284 9 0 2446860 0
[pid=2149/tid=2150] ppid=2147 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/2149/task/2150/stat : 2150 (java) S 2147 2149 32594 0 -1 4202560 2455 0 1 0 29 0 0 0 20 0 22 0 254118903 10060460032 48221 33554432000 1073741824 1073778376 140734206044864 139854258852856 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2149/tid=2152] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2152/stat : 2152 (java) S 2147 2149 32594 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254118903 10060460032 48221 33554432000 1073741824 1073778376 140734206044864 139854220343720 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2149/tid=2153] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2153/stat : 2153 (java) S 2147 2149 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254118903 10060460032 48221 33554432000 1073741824 1073778376 140734206044864 139854219291176 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2149/tid=2154] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2154/stat : 2154 (java) S 2147 2149 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254118903 10060460032 48221 33554432000 1073741824 1073778376 140734206044864 139854218238120 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2149/tid=2155] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2155/stat : 2155 (java) S 2147 2149 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254118903 10060460032 48221 33554432000 1073741824 1073778376 140734206044864 139854217185576 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2149/tid=2156] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2156/stat : 2156 (java) S 2147 2149 32594 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254118903 10060460032 48221 33554432000 1073741824 1073778376 140734206044864 139854216133544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2149/tid=2157] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2157/stat : 2157 (java) S 2147 2149 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254118903 10060460032 48221 33554432000 1073741824 1073778376 140734206044864 139854215081000 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2149/tid=2158] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2158/stat : 2158 (java) S 2147 2149 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254118903 10060460032 48221 33554432000 1073741824 1073778376 140734206044864 139854214027944 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2149/tid=2159] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2159/stat : 2159 (java) S 2147 2149 32594 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254118904 10060460032 48221 33554432000 1073741824 1073778376 140734206044864 139854212975400 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2149/tid=2160] ppid=2147 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/2149/task/2160/stat : 2160 (java) S 2147 2149 32594 0 -1 4202560 95 0 0 0 1 0 0 0 20 0 22 0 254118905 10060460032 48221 33554432000 1073741824 1073778376 140734206044864 139854082988392 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2149/tid=2161] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2161/stat : 2161 (java) S 2147 2149 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254118905 10060460032 48221 33554432000 1073741824 1073778376 140734206044864 139854081934712 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2149/tid=2162] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2162/stat : 2162 (java) S 2147 2149 32594 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254118905 10060460032 48221 33554432000 1073741824 1073778376 140734206044864 139854080881544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2149/tid=2163] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2163/stat : 2163 (java) S 2147 2149 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254118907 10060460032 48221 33554432000 1073741824 1073778376 140734206044864 139854079830288 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2149/tid=2164] ppid=2147 vsize=9824668 CPUtime=0.92 cores=1,3,5,7
/proc/2149/task/2164/stat : 2164 (java) S 2147 2149 32594 0 -1 4202560 8443 0 0 0 90 2 0 0 20 0 22 0 254118907 10060460032 48221 33554432000 1073741824 1073778376 140734206044864 139854078778168 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2149/tid=2165] ppid=2147 vsize=9824668 CPUtime=0.92 cores=1,3,5,7
/proc/2149/task/2165/stat : 2165 (java) S 2147 2149 32594 0 -1 4202560 7732 0 0 0 90 2 0 0 20 0 22 0 254118907 10060460032 48221 33554432000 1073741824 1073778376 140734206044864 139854077725624 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2149/tid=2166] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2166/stat : 2166 (java) S 2147 2149 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254118907 10060460032 48221 33554432000 1073741824 1073778376 140734206044864 139854076672760 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2149/tid=2167] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2167/stat : 2167 (java) S 2147 2149 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254118907 10060460032 48221 33554432000 1073741824 1073778376 140734206044864 139854075620424 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2149/tid=2168] ppid=2147 vsize=9824668 CPUtime=1.12 cores=1,3,5,7
/proc/2149/task/2168/stat : 2168 (java) R 2147 2149 32594 0 -1 4202560 29 0 0 0 112 0 0 0 20 0 22 0 254118934 10060460032 48221 33554432000 1073741824 1073778376 140734206044864 139854074565304 139854084618993 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2149/tid=2169] ppid=2147 vsize=9824668 CPUtime=1.12 cores=1,3,5,7
/proc/2149/task/2169/stat : 2169 (java) R 2147 2149 32594 0 -1 4202560 127 0 0 0 109 3 0 0 20 0 22 0 254118934 10060460032 48221 33554432000 1073741824 1073778376 140734206044864 139854073511528 139854084686366 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2149/tid=2170] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2170/stat : 2170 (java) S 2147 2149 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254118935 10060460032 48221 33554432000 1073741824 1073778376 140734206044864 139854072460072 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2149/tid=2171] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2171/stat : 2171 (java) S 2147 2149 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254118935 10060460032 48221 33554432000 1073741824 1073778376 140734206044864 139854071407528 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 9824668

[startup+3.10087 s]
/proc/loadavg: 3.88 3.78 3.77 4/217 2171
/proc/meminfo: memFree=26508224/32873852 swapFree=6848/6848
[pid=2149] ppid=2147 vsize=9824668 CPUtime=7.76 cores=1,3,5,7
/proc/2149/stat : 2149 (java) S 2147 2149 32594 0 -1 4202496 20305 0 1 0 766 10 0 0 20 0 22 0 254118902 10060460032 65133 33554432000 1073741824 1073778376 140734206044864 140734206036000 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2149/statm: 2456167 65133 2284 9 0 2446860 0
[pid=2149/tid=2150] ppid=2147 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/2149/task/2150/stat : 2150 (java) S 2147 2149 32594 0 -1 4202560 2455 0 1 0 29 0 0 0 20 0 22 0 254118903 10060460032 65133 33554432000 1073741824 1073778376 140734206044864 139854258852856 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2149/tid=2152] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2152/stat : 2152 (java) S 2147 2149 32594 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254118903 10060460032 65133 33554432000 1073741824 1073778376 140734206044864 139854220343720 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2149/tid=2153] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2153/stat : 2153 (java) S 2147 2149 32594 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254118903 10060460032 65133 33554432000 1073741824 1073778376 140734206044864 139854219291176 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2149/tid=2154] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2154/stat : 2154 (java) S 2147 2149 32594 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254118903 10060460032 65133 33554432000 1073741824 1073778376 140734206044864 139854218238120 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2149/tid=2155] ppid=2147 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/2149/task/2155/stat : 2155 (java) S 2147 2149 32594 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 254118903 10060460032 65133 33554432000 1073741824 1073778376 140734206044864 139854217185576 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2149/tid=2156] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2156/stat : 2156 (java) S 2147 2149 32594 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254118903 10060460032 65133 33554432000 1073741824 1073778376 140734206044864 139854216133544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2149/tid=2157] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2157/stat : 2157 (java) S 2147 2149 32594 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254118903 10060460032 65133 33554432000 1073741824 1073778376 140734206044864 139854215081000 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2149/tid=2158] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2158/stat : 2158 (java) S 2147 2149 32594 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254118903 10060460032 65133 33554432000 1073741824 1073778376 140734206044864 139854214027944 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2149/tid=2159] ppid=2147 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/2149/task/2159/stat : 2159 (java) S 2147 2149 32594 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 254118904 10060460032 65133 33554432000 1073741824 1073778376 140734206044864 139854212975400 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2149/tid=2160] ppid=2147 vsize=9824668 CPUtime=0.13 cores=1,3,5,7
/proc/2149/task/2160/stat : 2160 (java) S 2147 2149 32594 0 -1 4202560 99 0 0 0 13 0 0 0 20 0 22 0 254118905 10060460032 65133 33554432000 1073741824 1073778376 140734206044864 139854082988392 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2149/tid=2161] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2161/stat : 2161 (java) S 2147 2149 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254118905 10060460032 65133 33554432000 1073741824 1073778376 140734206044864 139854081934712 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2149/tid=2162] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2162/stat : 2162 (java) S 2147 2149 32594 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254118905 10060460032 65133 33554432000 1073741824 1073778376 140734206044864 139854080881544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2149/tid=2163] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2163/stat : 2163 (java) S 2147 2149 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254118907 10060460032 65133 33554432000 1073741824 1073778376 140734206044864 139854079830288 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2149/tid=2164] ppid=2147 vsize=9824668 CPUtime=1 cores=1,3,5,7
/proc/2149/task/2164/stat : 2164 (java) S 2147 2149 32594 0 -1 4202560 8570 0 0 0 98 2 0 0 20 0 22 0 254118907 10060460032 65133 33554432000 1073741824 1073778376 140734206044864 139854078778168 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2149/tid=2165] ppid=2147 vsize=9824668 CPUtime=1.01 cores=1,3,5,7
/proc/2149/task/2165/stat : 2165 (java) S 2147 2149 32594 0 -1 4202560 7733 0 0 0 99 2 0 0 20 0 22 0 254118907 10060460032 65133 33554432000 1073741824 1073778376 140734206044864 139854077725624 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2149/tid=2166] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2166/stat : 2166 (java) S 2147 2149 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254118907 10060460032 65133 33554432000 1073741824 1073778376 140734206044864 139854076672760 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2149/tid=2167] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2167/stat : 2167 (java) S 2147 2149 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254118907 10060460032 65133 33554432000 1073741824 1073778376 140734206044864 139854075620424 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2149/tid=2168] ppid=2147 vsize=9824668 CPUtime=2.58 cores=1,3,5,7
/proc/2149/task/2168/stat : 2168 (java) R 2147 2149 32594 0 -1 4202560 30 0 0 0 258 0 0 0 20 0 22 0 254118934 10060460032 65133 33554432000 1073741824 1073778376 140734206044864 139854074564960 139854084633736 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2149/tid=2169] ppid=2147 vsize=9824668 CPUtime=2.57 cores=1,3,5,7
/proc/2149/task/2169/stat : 2169 (java) R 2147 2149 32594 0 -1 4202560 153 0 0 0 254 3 0 0 20 0 22 0 254118934 10060460032 65133 33554432000 1073741824 1073778376 140734206044864 139854073512088 139854084566789 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2149/tid=2170] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2170/stat : 2170 (java) S 2147 2149 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254118935 10060460032 65133 33554432000 1073741824 1073778376 140734206044864 139854072460072 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2149/tid=2171] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2171/stat : 2171 (java) S 2147 2149 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254118935 10060460032 65133 33554432000 1073741824 1073778376 140734206044864 139854071407528 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.76
Current children cumulated vsize (KiB) 9824668

[startup+6.30086 s]
/proc/loadavg: 3.97 3.80 3.78 5/217 2171
/proc/meminfo: memFree=26377724/32873852 swapFree=6848/6848
[pid=2149] ppid=2147 vsize=9824668 CPUtime=14.02 cores=1,3,5,7
/proc/2149/stat : 2149 (java) S 2147 2149 32594 0 -1 4202496 20691 0 1 0 1389 13 0 0 20 0 22 0 254118902 10060460032 86339 33554432000 1073741824 1073778376 140734206044864 140734206036000 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2149/statm: 2456167 86339 2284 9 0 2446860 0
[pid=2149/tid=2150] ppid=2147 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/2149/task/2150/stat : 2150 (java) S 2147 2149 32594 0 -1 4202560 2455 0 1 0 29 0 0 0 20 0 22 0 254118903 10060460032 86339 33554432000 1073741824 1073778376 140734206044864 139854258852856 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2149/tid=2152] ppid=2147 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/2149/task/2152/stat : 2152 (java) S 2147 2149 32594 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 254118903 10060460032 86339 33554432000 1073741824 1073778376 140734206044864 139854220343720 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2149/tid=2153] ppid=2147 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/2149/task/2153/stat : 2153 (java) S 2147 2149 32594 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 22 0 254118903 10060460032 86339 33554432000 1073741824 1073778376 140734206044864 139854219291176 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2149/tid=2154] ppid=2147 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/2149/task/2154/stat : 2154 (java) S 2147 2149 32594 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 254118903 10060460032 86339 33554432000 1073741824 1073778376 140734206044864 139854218238120 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2149/tid=2155] ppid=2147 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/2149/task/2155/stat : 2155 (java) S 2147 2149 32594 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 254118903 10060460032 86339 33554432000 1073741824 1073778376 140734206044864 139854217185576 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2149/tid=2156] ppid=2147 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/2149/task/2156/stat : 2156 (java) S 2147 2149 32594 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 254118903 10060460032 86339 33554432000 1073741824 1073778376 140734206044864 139854216133544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2149/tid=2157] ppid=2147 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/2149/task/2157/stat : 2157 (java) S 2147 2149 32594 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 254118903 10060460032 86339 33554432000 1073741824 1073778376 140734206044864 139854215081000 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2149/tid=2158] ppid=2147 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/2149/task/2158/stat : 2158 (java) S 2147 2149 32594 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 254118903 10060460032 86339 33554432000 1073741824 1073778376 140734206044864 139854214027944 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2149/tid=2159] ppid=2147 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/2149/task/2159/stat : 2159 (java) S 2147 2149 32594 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 254118904 10060460032 86339 33554432000 1073741824 1073778376 140734206044864 139854212975400 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/2149/task/2158/stat : 2158 (java) S 2147 2149 32594 0 -1 4202560 13 0 0 0 7 0 0 0 20 0 22 0 254118903 10060460032 168366 33554432000 1073741824 1073778376 140734206044864 139854214027944 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2149/tid=2159] ppid=2147 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/2149/task/2159/stat : 2159 (java) S 2147 2149 32594 0 -1 4202560 26 0 0 0 9 0 0 0 20 0 22 0 254118904 10060460032 168366 33554432000 1073741824 1073778376 140734206044864 139854212975400 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2149/tid=2160] ppid=2147 vsize=9824668 CPUtime=2.14 cores=1,3,5,7
/proc/2149/task/2160/stat : 2160 (java) R 2147 2149 32594 0 -1 4202560 524 0 0 0 212 2 0 0 20 0 22 0 254118905 10060460032 168366 33554432000 1073741824 1073778376 140734206044864 139854082987368 139854262989149 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2149/tid=2161] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2161/stat : 2161 (java) S 2147 2149 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254118905 10060460032 168366 33554432000 1073741824 1073778376 140734206044864 139854081934712 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2149/tid=2162] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2162/stat : 2162 (java) S 2147 2149 32594 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254118905 10060460032 168366 33554432000 1073741824 1073778376 140734206044864 139854080881544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2149/tid=2163] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2163/stat : 2163 (java) S 2147 2149 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254118907 10060460032 168366 33554432000 1073741824 1073778376 140734206044864 139854079830288 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2149/tid=2164] ppid=2147 vsize=9824668 CPUtime=1.57 cores=1,3,5,7
/proc/2149/task/2164/stat : 2164 (java) S 2147 2149 32594 0 -1 4202560 12761 0 0 0 154 3 0 0 20 0 22 0 254118907 10060460032 168366 33554432000 1073741824 1073778376 140734206044864 139854078778168 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2149/tid=2165] ppid=2147 vsize=9824668 CPUtime=1.01 cores=1,3,5,7
/proc/2149/task/2165/stat : 2165 (java) S 2147 2149 32594 0 -1 4202560 7733 0 0 0 99 2 0 0 20 0 22 0 254118907 10060460032 168366 33554432000 1073741824 1073778376 140734206044864 139854077725624 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2149/tid=2166] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2166/stat : 2166 (java) S 2147 2149 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254118907 10060460032 168366 33554432000 1073741824 1073778376 140734206044864 139854076672760 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2149/tid=2167] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2167/stat : 2167 (java) S 2147 2149 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254118907 10060460032 168366 33554432000 1073741824 1073778376 140734206044864 139854075620424 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2149/tid=2168] ppid=2147 vsize=9824668 CPUtime=25.95 cores=1,3,5,7
/proc/2149/task/2168/stat : 2168 (java) S 2147 2149 32594 0 -1 4202560 51 0 0 0 2595 0 0 0 20 0 22 0 254118934 10060460032 168366 33554432000 1073741824 1073778376 140734206044864 139854074564760 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2149/tid=2169] ppid=2147 vsize=9824668 CPUtime=25.96 cores=1,3,5,7
/proc/2149/task/2169/stat : 2169 (java) S 2147 2149 32594 0 -1 4202560 308 0 0 0 2587 9 0 0 20 0 22 0 254118934 10060460032 168366 33554432000 1073741824 1073778376 140734206044864 139854073510600 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2149/tid=2170] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2170/stat : 2170 (java) S 2147 2149 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254118935 10060460032 168366 33554432000 1073741824 1073778376 140734206044864 139854072460072 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2149/tid=2171] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2171/stat : 2171 (java) S 2147 2149 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254118935 10060460032 168366 33554432000 1073741824 1073778376 140734206044864 139854071407528 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 57.78
Current children cumulated vsize (KiB) 9824668

[startup+29.1008 s]
/proc/loadavg: 3.98 3.81 3.78 5/217 2171
/proc/meminfo: memFree=26040748/32873852 swapFree=6848/6848
[pid=2149] ppid=2147 vsize=9824668 CPUtime=58.45 cores=1,3,5,7
/proc/2149/stat : 2149 (java) S 2147 2149 32594 0 -1 4202496 25265 0 1 0 5822 23 0 0 20 0 22 0 254118902 10060460032 169390 33554432000 1073741824 1073778376 140734206044864 140734206036000 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2149/statm: 2456167 169390 2284 9 0 2446860 0
[pid=2149/tid=2150] ppid=2147 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/2149/task/2150/stat : 2150 (java) S 2147 2149 32594 0 -1 4202560 2458 0 1 0 29 0 0 0 20 0 22 0 254118903 10060460032 169390 33554432000 1073741824 1073778376 140734206044864 139854258852856 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2149/tid=2152] ppid=2147 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/2149/task/2152/stat : 2152 (java) S 2147 2149 32594 0 -1 4202560 27 0 0 0 8 0 0 0 20 0 22 0 254118903 10060460032 169390 33554432000 1073741824 1073778376 140734206044864 139854220343720 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2149/tid=2153] ppid=2147 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/2149/task/2153/stat : 2153 (java) S 2147 2149 32594 0 -1 4202560 22 0 0 0 9 0 0 0 20 0 22 0 254118903 10060460032 169390 33554432000 1073741824 1073778376 140734206044864 139854219291176 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2149/tid=2154] ppid=2147 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/2149/task/2154/stat : 2154 (java) S 2147 2149 32594 0 -1 4202560 24 0 0 0 8 0 0 0 20 0 22 0 254118903 10060460032 169390 33554432000 1073741824 1073778376 140734206044864 139854218238120 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2149/tid=2155] ppid=2147 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/2149/task/2155/stat : 2155 (java) S 2147 2149 32594 0 -1 4202560 39 0 0 0 10 0 0 0 20 0 22 0 254118903 10060460032 169390 33554432000 1073741824 1073778376 140734206044864 139854217185576 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2149/tid=2156] ppid=2147 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/2149/task/2156/stat : 2156 (java) S 2147 2149 32594 0 -1 4202560 62 0 0 0 8 0 0 0 20 0 22 0 254118903 10060460032 169390 33554432000 1073741824 1073778376 140734206044864 139854216133544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2149/tid=2157] ppid=2147 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/2149/task/2157/stat : 2157 (java) S 2147 2149 32594 0 -1 4202560 25 0 0 0 9 0 0 0 20 0 22 0 254118903 10060460032 169390 33554432000 1073741824 1073778376 140734206044864 139854215081000 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2149/tid=2158] ppid=2147 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/2149/task/2158/stat : 2158 (java) S 2147 2149 32594 0 -1 4202560 13 0 0 0 7 0 0 0 20 0 22 0 254118903 10060460032 169390 33554432000 1073741824 1073778376 140734206044864 139854214027944 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2149/tid=2159] ppid=2147 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/2149/task/2159/stat : 2159 (java) S 2147 2149 32594 0 -1 4202560 26 0 0 0 9 0 0 0 20 0 22 0 254118904 10060460032 169390 33554432000 1073741824 1073778376 140734206044864 139854212975400 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2149/tid=2160] ppid=2147 vsize=9824668 CPUtime=2.26 cores=1,3,5,7
/proc/2149/task/2160/stat : 2160 (java) S 2147 2149 32594 0 -1 4202560 526 0 0 0 224 2 0 0 20 0 22 0 254118905 10060460032 169390 33554432000 1073741824 1073778376 140734206044864 139854082988392 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2149/tid=2161] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2161/stat : 2161 (java) S 2147 2149 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254118905 10060460032 169390 33554432000 1073741824 1073778376 140734206044864 139854081934712 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2149/tid=2162] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2162/stat : 2162 (java) S 2147 2149 32594 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254118905 10060460032 169390 33554432000 1073741824 1073778376 140734206044864 139854080881544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2149/tid=2163] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2163/stat : 2163 (java) S 2147 2149 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254118907 10060460032 169390 33554432000 1073741824 1073778376 140734206044864 139854079830288 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2149/tid=2164] ppid=2147 vsize=9824668 CPUtime=1.57 cores=1,3,5,7
/proc/2149/task/2164/stat : 2164 (java) S 2147 2149 32594 0 -1 4202560 12761 0 0 0 154 3 0 0 20 0 22 0 254118907 10060460032 169390 33554432000 1073741824 1073778376 140734206044864 139854078778168 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2149/tid=2165] ppid=2147 vsize=9824668 CPUtime=1.01 cores=1,3,5,7
/proc/2149/task/2165/stat : 2165 (java) S 2147 2149 32594 0 -1 4202560 7733 0 0 0 99 2 0 0 20 0 22 0 254118907 10060460032 169390 33554432000 1073741824 1073778376 140734206044864 139854077725624 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2149/tid=2166] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2166/stat : 2166 (java) S 2147 2149 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254118907 10060460032 169390 33554432000 1073741824 1073778376 140734206044864 139854076672760 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2149/tid=2167] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2167/stat : 2167 (java) S 2147 2149 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254118907 10060460032 169390 33554432000 1073741824 1073778376 140734206044864 139854075620424 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2149/tid=2168] ppid=2147 vsize=9824668 CPUtime=26.22 cores=1,3,5,7
/proc/2149/task/2168/stat : 2168 (java) R 2147 2149 32594 0 -1 4202560 51 0 0 0 2622 0 0 0 20 0 22 0 254118934 10060460032 169390 33554432000 1073741824 1073778376 140734206044864 139854074564960 139854084686366 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=2149/tid=2169] ppid=2147 vsize=9824668 CPUtime=26.23 cores=1,3,5,7
/proc/2149/task/2169/stat : 2169 (java) R 2147 2149 32594 0 -1 4202560 308 0 0 0 2614 9 0 0 20 0 22 0 254118934 10060460032 169390 33554432000 1073741824 1073778376 140734206044864 139854073510600 139854084711535 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2149/tid=2170] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2170/stat : 2170 (java) S 2147 2149 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254118935 10060460032 169390 33554432000 1073741824 1073778376 140734206044864 139854072460072 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2149/tid=2171] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2171/stat : 2171 (java) S 2147 2149 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254118935 10060460032 169390 33554432000 1073741824 1073778376 140734206044864 139854071407528 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 58.45
Current children cumulated vsize (KiB) 9824668

[startup+29.5008 s]
/proc/loadavg: 3.98 3.81 3.78 5/217 2171
/proc/meminfo: memFree=26040748/32873852 swapFree=6848/6848
[pid=2149] ppid=2147 vsize=9824668 CPUtime=59.02 cores=1,3,5,7
/proc/2149/stat : 2149 (java) S 2147 2149 32594 0 -1 4202496 25267 0 1 0 5878 24 0 0 20 0 19 0 254118902 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 140734206036000 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2149/statm: 2456167 169379 2286 9 0 2446860 0
[pid=2149/tid=2150] ppid=2147 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/2149/task/2150/stat : 2150 (java) S 2147 2149 32594 0 -1 4202560 2458 0 1 0 29 0 0 0 20 0 19 0 254118903 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 139854258852856 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2149/tid=2152] ppid=2147 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/2149/task/2152/stat : 2152 (java) S 2147 2149 32594 0 -1 4202560 27 0 0 0 8 0 0 0 20 0 19 0 254118903 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 139854220343720 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2149/tid=2153] ppid=2147 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/2149/task/2153/stat : 2153 (java) S 2147 2149 32594 0 -1 4202560 22 0 0 0 9 0 0 0 20 0 19 0 254118903 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 139854219291176 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2149/tid=2154] ppid=2147 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/2149/task/2154/stat : 2154 (java) S 2147 2149 32594 0 -1 4202560 24 0 0 0 8 0 0 0 20 0 19 0 254118903 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 139854218238120 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2149/tid=2155] ppid=2147 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/2149/task/2155/stat : 2155 (java) S 2147 2149 32594 0 -1 4202560 39 0 0 0 10 0 0 0 20 0 19 0 254118903 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 139854217185576 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2149/tid=2156] ppid=2147 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/2149/task/2156/stat : 2156 (java) S 2147 2149 32594 0 -1 4202560 62 0 0 0 8 0 0 0 20 0 19 0 254118903 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 139854216133544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2149/tid=2157] ppid=2147 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/2149/task/2157/stat : 2157 (java) S 2147 2149 32594 0 -1 4202560 25 0 0 0 9 0 0 0 20 0 19 0 254118903 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 139854215081000 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2149/tid=2158] ppid=2147 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/2149/task/2158/stat : 2158 (java) S 2147 2149 32594 0 -1 4202560 13 0 0 0 7 0 0 0 20 0 19 0 254118903 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 139854214027944 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2149/tid=2159] ppid=2147 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/2149/task/2159/stat : 2159 (java) S 2147 2149 32594 0 -1 4202560 26 0 0 0 9 0 0 0 20 0 19 0 254118904 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 139854212975400 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2149/tid=2160] ppid=2147 vsize=9824668 CPUtime=2.26 cores=1,3,5,7
/proc/2149/task/2160/stat : 2160 (java) S 2147 2149 32594 0 -1 4202560 526 0 0 0 224 2 0 0 20 0 19 0 254118905 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 139854082988392 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2149/tid=2161] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2161/stat : 2161 (java) S 2147 2149 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254118905 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 139854081934712 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2149/tid=2162] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2162/stat : 2162 (java) S 2147 2149 32594 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254118905 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 139854080881544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2149/tid=2163] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2163/stat : 2163 (java) S 2147 2149 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254118907 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 139854079830288 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2149/tid=2164] ppid=2147 vsize=9824668 CPUtime=1.57 cores=1,3,5,7
/proc/2149/task/2164/stat : 2164 (java) S 2147 2149 32594 0 -1 4202560 12761 0 0 0 154 3 0 0 20 0 19 0 254118907 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 139854078778168 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2149/tid=2165] ppid=2147 vsize=9824668 CPUtime=1.01 cores=1,3,5,7
/proc/2149/task/2165/stat : 2165 (java) S 2147 2149 32594 0 -1 4202560 7733 0 0 0 99 2 0 0 20 0 19 0 254118907 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 139854077725624 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2149/tid=2166] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2166/stat : 2166 (java) S 2147 2149 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254118907 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 139854076672760 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2149/tid=2167] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2167/stat : 2167 (java) S 2147 2149 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254118907 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 139854075620424 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2149/tid=2170] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2170/stat : 2170 (java) S 2147 2149 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254118935 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 139854072460072 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 59.02
Current children cumulated vsize (KiB) 9824668

[startup+29.6007 s]
/proc/loadavg: 3.98 3.81 3.78 3/214 2171
/proc/meminfo: memFree=26034480/32873852 swapFree=6848/6848
[pid=2149] ppid=2147 vsize=9824668 CPUtime=59.02 cores=1,3,5,7
/proc/2149/stat : 2149 (java) S 2147 2149 32594 0 -1 4202496 25267 0 1 0 5878 24 0 0 20 0 19 0 254118902 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 140734206036000 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2149/statm: 2456167 169379 2286 9 0 2446860 0
[pid=2149/tid=2150] ppid=2147 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/2149/task/2150/stat : 2150 (java) S 2147 2149 32594 0 -1 4202560 2458 0 1 0 29 0 0 0 20 0 19 0 254118903 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 139854258852856 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2149/tid=2152] ppid=2147 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/2149/task/2152/stat : 2152 (java) S 2147 2149 32594 0 -1 4202560 27 0 0 0 8 0 0 0 20 0 19 0 254118903 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 139854220343720 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2149/tid=2153] ppid=2147 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/2149/task/2153/stat : 2153 (java) S 2147 2149 32594 0 -1 4202560 22 0 0 0 9 0 0 0 20 0 19 0 254118903 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 139854219291176 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2149/tid=2154] ppid=2147 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/2149/task/2154/stat : 2154 (java) S 2147 2149 32594 0 -1 4202560 24 0 0 0 8 0 0 0 20 0 19 0 254118903 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 139854218238120 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2149/tid=2155] ppid=2147 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/2149/task/2155/stat : 2155 (java) S 2147 2149 32594 0 -1 4202560 39 0 0 0 10 0 0 0 20 0 19 0 254118903 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 139854217185576 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2149/tid=2156] ppid=2147 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/2149/task/2156/stat : 2156 (java) S 2147 2149 32594 0 -1 4202560 62 0 0 0 8 0 0 0 20 0 19 0 254118903 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 139854216133544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2149/tid=2157] ppid=2147 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/2149/task/2157/stat : 2157 (java) S 2147 2149 32594 0 -1 4202560 25 0 0 0 9 0 0 0 20 0 19 0 254118903 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 139854215081000 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2149/tid=2158] ppid=2147 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/2149/task/2158/stat : 2158 (java) S 2147 2149 32594 0 -1 4202560 13 0 0 0 7 0 0 0 20 0 19 0 254118903 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 139854214027944 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2149/tid=2159] ppid=2147 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/2149/task/2159/stat : 2159 (java) S 2147 2149 32594 0 -1 4202560 26 0 0 0 9 0 0 0 20 0 19 0 254118904 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 139854212975400 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2149/tid=2160] ppid=2147 vsize=9824668 CPUtime=2.26 cores=1,3,5,7
/proc/2149/task/2160/stat : 2160 (java) S 2147 2149 32594 0 -1 4202560 526 0 0 0 224 2 0 0 20 0 19 0 254118905 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 139854082988392 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2149/tid=2161] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2161/stat : 2161 (java) S 2147 2149 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254118905 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 139854081934712 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2149/tid=2162] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2162/stat : 2162 (java) S 2147 2149 32594 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254118905 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 139854080881544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2149/tid=2163] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2163/stat : 2163 (java) S 2147 2149 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254118907 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 139854079830288 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2149/tid=2164] ppid=2147 vsize=9824668 CPUtime=1.57 cores=1,3,5,7
/proc/2149/task/2164/stat : 2164 (java) S 2147 2149 32594 0 -1 4202560 12761 0 0 0 154 3 0 0 20 0 19 0 254118907 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 139854078778168 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2149/tid=2165] ppid=2147 vsize=9824668 CPUtime=1.01 cores=1,3,5,7
/proc/2149/task/2165/stat : 2165 (java) S 2147 2149 32594 0 -1 4202560 7733 0 0 0 99 2 0 0 20 0 19 0 254118907 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 139854077725624 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2149/tid=2166] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2166/stat : 2166 (java) S 2147 2149 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254118907 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 139854076672760 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2149/tid=2167] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2167/stat : 2167 (java) S 2147 2149 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254118907 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 139854075620424 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2149/tid=2170] ppid=2147 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2170/stat : 2170 (java) S 2147 2149 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254118935 10060460032 169379 33554432000 1073741824 1073778376 140734206044864 139854072460072 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 59.02
Current children cumulated vsize (KiB) 9824668

Child status: 20
Real time (s): 29.6453
CPU time (s): 59.116
CPU user time (s): 58.8031
CPU system time (s): 0.312952
CPU usage (%): 199.411
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.8031
system time used= 0.312952
maximum resident set size= 677564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25276
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= 1876
involuntary context switches= 1787

runsolver used 0.091986 second user time and 0.316951 second system time

The end

Launcher Data

Begin job on node128 at 2012-05-24 19:18:50
IDJOB=3688816
IDBENCH=48363
IDSOLVER=2268
FILE ID=node128/3688816-1337879930
RUNJOBID= node128-1337871881-32612
PBS_JOBID= 14620076
Free space on /tmp= 71576 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_25_3_15.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688816-1337879930/watcher-3688816-1337879930 -o /tmp/evaluation-result-3688816-1337879930/solver-3688816-1337879930 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688816-1337879930.opb

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

MD5SUM BENCH= 8bda8bcfdd3d0bef04b7cb75764a0af7
RANDOM SEED=327790879

node128.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.389
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.77
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.389
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.389
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.56
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.389
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.389
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.389
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.91
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.389
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.389
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:       32873852 kB
MemFree:        26705488 kB
Buffers:          244424 kB
Cached:          2916872 kB
SwapCached:            0 kB
Active:          2686768 kB
Inactive:        2690960 kB
Active(anon):    2218840 kB
Inactive(anon):        0 kB
Active(file):     467928 kB
Inactive(file):  2690960 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               324 kB
Writeback:             0 kB
AnonPages:       2237488 kB
Mapped:            22648 kB
Shmem:               204 kB
Slab:             634788 kB
SReclaimable:      77000 kB
SUnreclaim:       557788 kB
KernelStack:        1600 kB
PageTables:         8172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    2607008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2160640 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71572 MiB
End job on node128 at 2012-05-24 19:19:20