Trace number 4088932

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16UNSAT 154.801 75.1912

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
SUMINEQ/normalized-sumineqArity4houseP128.opb
MD5SUMaefbc6cf9ed8ea5b54ddcfcc77271ab7
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, 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 benchmark8.5307
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables66044
Total number of constraints16512
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)129
Number of constraints which are nor clauses,nor cardinality constraints16383
Minimum length of a constraint4
Maximum length of a constraint12
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4088932-1466012642.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  no objective function found
2.17/0.93	c ... done. Wall clock time 0.812s.
2.17/0.93	c declared #vars     66044
2.17/0.93	c #constraints  16512
2.17/0.93	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.17/0.93	c constraints type 
2.17/0.93	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 16512
2.17/0.93	c 16512 constraints processed.
2.17/0.93	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.17/0.93	c constraints type 
2.17/0.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16512
2.17/0.93	c 16512 constraints processed.
4.34/1.51	c cleaning 2495 clauses out of 5000 with flag 15779/5000
4.73/1.63	c cleaning 4217 clauses out of 8505 with flag 33180/11000
5.37/1.82	c cleaning 5634 clauses out of 11288 with flag 57159/18000
5.74/1.97	c cleaning 6807 clauses out of 13654 with flag 85618/26000
6.94/2.23	c cleaning 7837 clauses out of 15847 with flag 118131/35000
7.71/2.45	c cleaning 8979 clauses out of 18011 with flag 154036/45001
8.34/2.65	c cleaning 9994 clauses out of 20032 with flag 195174/56001
8.79/2.89	c cleaning 10835 clauses out of 22038 with flag 236433/68001
9.49/3.16	c cleaning 12092 clauses out of 24202 with flag 281599/81000
9.90/3.40	c cleaning 12771 clauses out of 26111 with flag 331157/95001
10.49/3.67	c cleaning 14123 clauses out of 28339 with flag 387837/110000
11.13/3.97	c cleaning 15030 clauses out of 30216 with flag 442952/126000
11.81/4.26	c cleaning 16067 clauses out of 32186 with flag 504290/143000
12.43/4.57	c cleaning 17052 clauses out of 34119 with flag 566879/161000
12.88/4.70	c cleaning 0 clauses out of 5000 with flag 0/5000
13.75/5.00	c cleaning 18024 clauses out of 36067 with flag 632928/180000
14.51/5.36	c cleaning 19004 clauses out of 38044 with flag 701010/200001
15.32/5.77	c cleaning 20012 clauses out of 40039 with flag 769587/221000
16.33/6.24	c cleaning 20997 clauses out of 42028 with flag 849306/243001
17.61/6.81	c cleaning 21981 clauses out of 44030 with flag 928167/266000
19.21/7.65	c cleaning 22972 clauses out of 46049 with flag 1012185/290000
20.82/8.45	c cleaning 23964 clauses out of 48078 with flag 1098978/315001
22.69/9.37	c cleaning 25008 clauses out of 50113 with flag 1187654/341000
25.49/10.79	c cleaning 25977 clauses out of 52105 with flag 1284833/368000
27.90/11.92	c cleaning 26985 clauses out of 54128 with flag 1384066/396000
29.90/12.94	c cleaning 28034 clauses out of 56144 with flag 1479846/425001
30.30/13.13	c cleaning 0 clauses out of 11000 with flag 0/11000
33.05/14.47	c cleaning 29031 clauses out of 58113 with flag 1584703/455004
36.24/16.06	c cleaning 29969 clauses out of 60080 with flag 1688319/486002
39.74/17.79	c cleaning 30928 clauses out of 62109 with flag 1802568/518000
43.73/19.80	c cleaning 31510 clauses out of 64182 with flag 1922648/551001
45.59/20.67	c cleaning 31574 clauses out of 66671 with flag 2034830/585000
47.99/21.89	c cleaning 33011 clauses out of 70099 with flag 2161510/620002
52.08/23.85	c cleaning 33520 clauses out of 73088 with flag 2281987/656002
52.68/24.13	c cleaning 0 clauses out of 18001 with flag 0/18001
56.06/25.79	c cleaning 34380 clauses out of 76566 with flag 2403454/693000
58.86/27.11	c cleaning 36409 clauses out of 80186 with flag 2529694/731000
61.26/28.33	c cleaning 36956 clauses out of 82779 with flag 2663922/770002
63.18/29.27	c cleaning 37818 clauses out of 85821 with flag 2799399/810000
65.58/30.41	c cleaning 38454 clauses out of 89003 with flag 2933504/851000
69.17/32.23	c cleaning 39283 clauses out of 92553 with flag 3075350/893004
71.17/33.22	c cleaning 40848 clauses out of 96266 with flag 3230186/936000
75.97/35.69	c cleaning 41165 clauses out of 99418 with flag 3380913/980000
78.31/36.75	c cleaning 41855 clauses out of 103254 with flag 3537853/1025001
82.92/39.02	c cleaning 43019 clauses out of 107400 with flag 3692711/1071002
86.71/40.92	c cleaning 44024 clauses out of 111379 with flag 3864600/1118000
90.64/42.81	c cleaning 45332 clauses out of 115355 with flag 4028029/1166000
95.46/45.27	c cleaning 46427 clauses out of 119023 with flag 4199552/1215000
99.96/47.47	c cleaning 46322 clauses out of 122596 with flag 4371117/1265000
103.14/49.05	c cleaning 47548 clauses out of 127275 with flag 4549141/1316001
106.15/50.53	c cleaning 49499 clauses out of 131726 with flag 4738785/1368000
111.64/53.29	c cleaning 49963 clauses out of 135229 with flag 4930742/1421002
118.24/56.52	c cleaning 50284 clauses out of 139265 with flag 5120875/1475001
118.24/56.59	c cleaning 0 clauses out of 26000 with flag 0/26000
125.99/60.34	c cleaning 50809 clauses out of 143980 with flag 5314168/1530000
131.89/63.16	c cleaning 53191 clauses out of 149172 with flag 5508897/1586001
136.09/65.23	c cleaning 54281 clauses out of 152981 with flag 5708053/1643001
142.69/68.50	c cleaning 54442 clauses out of 156699 with flag 5908072/1701000
149.67/72.34	c cleaning 54948 clauses out of 161258 with flag 6115932/1760001
154.27/74.68	c cleaning 56653 clauses out of 166310 with flag 6320704/1820001
154.68/74.84	c And the winner is solver0
154.68/75.13	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
154.68/75.13	c starts		: 988
154.68/75.13	c conflicts		: 1829207
154.68/75.13	c decisions		: 43151638
154.68/75.13	c propagations		: 59851530
154.68/75.13	c inspects		: 218361595
154.68/75.13	c shortcuts		: 0
154.68/75.13	c learnt literals	: 6
154.68/75.13	c learnt binary clauses	: 67
154.68/75.13	c learnt ternary clauses	: 29538
154.68/75.13	c learnt constraints	: 1829200
154.68/75.13	c ignored constraints	: 0
154.68/75.13	c root simplifications	: 0
154.68/75.13	c removed literals (reason simplification)	: 645738
154.68/75.13	c reason swapping (by a shorter reason)	: 0
154.68/75.13	c Calls to reduceDB	: 56
154.68/75.13	c Number of update (reduction) of LBD	: 480761
154.68/75.13	c Imported unit clauses	: 0
154.68/75.13	c number of reductions to clauses (during analyze)	: 0
154.68/75.13	c number of learned constraints concerned by reduction	: 0
154.68/75.13	c number of learning phase by resolution	: 0
154.68/75.13	c number of learning phase by cutting planes	: 0
154.68/75.13	c speed (assignments/second)	: 807516.7975390594
154.68/75.13	c non guided choices	38645912
154.68/75.15	c learnt constraints type 
154.68/75.15	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 67
154.68/75.15	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 118789
154.68/75.15	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
154.68/75.15	c starts		: 55
154.68/75.15	c conflicts		: 29492
154.68/75.15	c decisions		: 77345
154.68/75.15	c propagations		: 462246
154.68/75.15	c inspects		: 82528198
154.68/75.15	c shortcuts		: 0
154.68/75.15	c learnt literals	: 0
154.68/75.15	c learnt binary clauses	: 0
154.68/75.15	c learnt ternary clauses	: 0
154.68/75.15	c learnt constraints	: 29491
154.68/75.15	c ignored constraints	: 0
154.68/75.15	c root simplifications	: 0
154.68/75.15	c removed literals (reason simplification)	: 0
154.68/75.15	c reason swapping (by a shorter reason)	: 0
154.68/75.15	c Calls to reduceDB	: 4
154.68/75.15	c Number of update (reduction) of LBD	: 0
154.68/75.15	c Imported unit clauses	: 0
154.68/75.15	c number of reductions to clauses (during analyze)	: 0
154.68/75.15	c number of learned constraints concerned by reduction	: 0
154.68/75.15	c number of learning phase by resolution	: 0
154.68/75.15	c number of learning phase by cutting planes	: 0
154.68/75.15	c speed (assignments/second)	: 6234.603868252812
154.68/75.15	c non guided choices	2365
154.68/75.16	c learnt constraints type 
154.68/75.16	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 6
154.68/75.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 39
154.68/75.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 29446
154.68/75.16	s UNSATISFIABLE
154.68/75.16	c Total wall clock time (in seconds): 75.048

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4088932-1466012642/watcher-4088932-1466012642 -o /tmp/evaluation-result-4088932-1466012642/solver-4088932-1466012642 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466008022-5561 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4088932-1466012642.opb 

pid=8194
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: 4.29 4.33 4.21 4/197 8197
/proc/meminfo: memFree=27737792/32872528 swapFree=1073728/1155488
[pid=8197] ppid=8194 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/8197/stat : 8197 (java) S 8194 8197 5545 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 3313395 98570240 978 33554432000 1073741824 1073778376 140736540969408 140736540960544 219517321277 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8197/statm: 24065 978 744 9 0 16771 0
[pid=8197/tid=8198] ppid=8194 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8198/stat : 8198 (java) R 8194 8197 5545 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 3313396 98570240 978 33554432000 1073741824 1073778376 140736540969408 139811801263656 219513963904 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 4.29 4.33 4.21 4/197 8197
/proc/meminfo: memFree=27737792/32872528 swapFree=1073728/1155488
[pid=8197] ppid=8194 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/8197/stat : 8197 (java) S 8194 8197 5545 0 -1 4202496 4395 0 1 0 9 1 0 0 20 0 18 0 3313395 9787879424 6025 33554432000 1073741824 1073778376 140736540969408 140736540960544 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8197/statm: 2389619 6025 2126 9 0 2380296 0
[pid=8197/tid=8198] ppid=8194 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/8197/task/8198/stat : 8198 (java) R 8194 8197 5545 0 -1 4202560 2385 0 1 0 6 1 0 0 20 0 18 0 3313396 9787879424 6025 33554432000 1073741824 1073778376 140736540969408 139811801267104 139811808707891 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200317 s]
/proc/loadavg: 4.29 4.33 4.21 4/197 8197
/proc/meminfo: memFree=27737792/32872528 swapFree=1073728/1155488
[pid=8197] ppid=8194 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/8197/stat : 8197 (java) S 8194 8197 5545 0 -1 4202496 4744 0 1 0 24 1 0 0 20 0 18 0 3313395 9787879424 7344 33554432000 1073741824 1073778376 140736540969408 140736540960544 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8197/statm: 2389619 7344 2215 9 0 2380296 0
[pid=8197/tid=8198] ppid=8194 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/8197/task/8198/stat : 8198 (java) R 8194 8197 5545 0 -1 4202560 2399 0 1 0 16 1 0 0 20 0 18 0 3313396 9787879424 7344 33554432000 1073741824 1073778376 140736540969408 139811801267104 139811671353495 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300318 s]
/proc/loadavg: 4.29 4.33 4.21 4/197 8197
/proc/meminfo: memFree=27737792/32872528 swapFree=1073728/1155488
[pid=8197] ppid=8194 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/8197/stat : 8197 (java) S 8194 8197 5545 0 -1 4202496 5763 0 1 0 50 2 0 0 20 0 18 0 3313395 9787879424 9563 33554432000 1073741824 1073778376 140736540969408 140736540960544 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8197/statm: 2389619 9563 2233 9 0 2380296 0
[pid=8197/tid=8198] ppid=8194 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/8197/task/8198/stat : 8198 (java) R 8194 8197 5545 0 -1 4202560 2402 0 1 0 26 1 0 0 20 0 18 0 3313396 9787879424 9563 33554432000 1073741824 1073778376 140736540969408 139811801267104 139811671342887 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.701022 s]
/proc/loadavg: 4.29 4.33 4.21 4/197 8197
/proc/meminfo: memFree=27737792/32872528 swapFree=1073728/1155488
[pid=8197] ppid=8194 vsize=9558476 CPUtime=1.56 cores=0,2,4,6
/proc/8197/stat : 8197 (java) S 8194 8197 5545 0 -1 4202496 25881 0 1 0 146 10 0 0 20 0 18 0 3313395 9787879424 61456 33554432000 1073741824 1073778376 140736540969408 140736540960544 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8197/statm: 2389619 61456 2256 9 0 2380296 0
[pid=8197/tid=8198] ppid=8194 vsize=9558476 CPUtime=0.64 cores=0,2,4,6
/proc/8197/task/8198/stat : 8198 (java) S 8194 8197 5545 0 -1 4202560 2462 0 1 0 60 4 0 0 20 0 18 0 3313396 9787879424 61456 33554432000 1073741824 1073778376 140736540969408 139811801267224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 9558476

[startup+1.50084 s]
/proc/loadavg: 4.29 4.33 4.21 7/219 8219
/proc/meminfo: memFree=27495388/32872528 swapFree=1073728/1155488
[pid=8197] ppid=8194 vsize=9824732 CPUtime=4.34 cores=0,2,4,6
/proc/8197/stat : 8197 (java) S 8194 8197 5545 0 -1 4202496 29210 0 1 0 423 11 0 0 20 0 22 0 3313395 10060525568 62691 33554432000 1073741824 1073778376 140736540969408 140736540960544 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8197/statm: 2456183 62691 2287 9 0 2446860 0
[pid=8197/tid=8198] ppid=8194 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/8197/task/8198/stat : 8198 (java) S 8194 8197 5545 0 -1 4202560 2477 0 1 0 83 4 0 0 20 0 22 0 3313396 10060525568 62691 33554432000 1073741824 1073778376 140736540969408 139811801269112 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8197/tid=8200] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8200/stat : 8200 (java) S 8194 8197 5545 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3313396 10060525568 62691 33554432000 1073741824 1073778376 140736540969408 139811790330280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8201] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8201/stat : 8201 (java) S 8194 8197 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3313396 10060525568 62691 33554432000 1073741824 1073778376 140736540969408 139811643669032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8202] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8202/stat : 8202 (java) S 8194 8197 5545 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 3313396 10060525568 62691 33554432000 1073741824 1073778376 140736540969408 139811642615976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8203] ppid=8194 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/8197/task/8203/stat : 8203 (java) S 8194 8197 5545 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 3313396 10060525568 62691 33554432000 1073741824 1073778376 140736540969408 139811641563432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8204] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8204/stat : 8204 (java) S 8194 8197 5545 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 3313396 10060525568 62691 33554432000 1073741824 1073778376 140736540969408 139811640511400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8205] ppid=8194 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/8197/task/8205/stat : 8205 (java) S 8194 8197 5545 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 3313396 10060525568 62691 33554432000 1073741824 1073778376 140736540969408 139811639458856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8206] ppid=8194 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/8197/task/8206/stat : 8206 (java) S 8194 8197 5545 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 3313396 10060525568 62691 33554432000 1073741824 1073778376 140736540969408 139811638405800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8207] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8207/stat : 8207 (java) S 8194 8197 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3313396 10060525568 62691 33554432000 1073741824 1073778376 140736540969408 139811637353256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8208] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8208/stat : 8208 (java) S 8194 8197 5545 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 3313398 10060525568 62691 33554432000 1073741824 1073778376 140736540969408 139811625154920 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8209] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8209/stat : 8209 (java) S 8194 8197 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3313398 10060525568 62691 33554432000 1073741824 1073778376 140736540969408 139811624101240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8210] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8210/stat : 8210 (java) S 8194 8197 5545 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3313398 10060525568 62691 33554432000 1073741824 1073778376 140736540969408 139811623048072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8211] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8211/stat : 8211 (java) S 8194 8197 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3313400 10060525568 62691 33554432000 1073741824 1073778376 140736540969408 139811621996816 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8212] ppid=8194 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/8197/task/8212/stat : 8212 (java) R 8194 8197 5545 0 -1 4202560 13002 0 0 0 101 2 0 0 20 0 22 0 3313400 10060525568 62691 33554432000 1073741824 1073778376 140736540969408 139811620938536 219517321913 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8197/tid=8213] ppid=8194 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/8197/task/8213/stat : 8213 (java) R 8194 8197 5545 0 -1 4202560 12266 0 0 0 110 2 0 0 20 0 22 0 3313400 10060525568 62691 33554432000 1073741824 1073778376 140736540969408 139811619886104 139811804138832 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=8197/tid=8214] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8214/stat : 8214 (java) S 8194 8197 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3313400 10060525568 62691 33554432000 1073741824 1073778376 140736540969408 139811618839288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8197/tid=8215] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8215/stat : 8215 (java) S 8194 8197 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3313400 10060525568 62691 33554432000 1073741824 1073778376 140736540969408 139811617786952 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8216] ppid=8194 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/8197/task/8216/stat : 8216 (java) R 8194 8197 5545 0 -1 4202560 24 0 0 0 55 0 0 0 20 0 22 0 3313489 10060525568 62691 33554432000 1073741824 1073778376 140736540969408 139811616731816 139811671357703 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8217] ppid=8194 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/8197/task/8217/stat : 8217 (java) R 8194 8197 5545 0 -1 4202560 23 0 0 0 55 0 0 0 20 0 22 0 3313489 10060525568 62691 33554432000 1073741824 1073778376 140736540969408 139811615678952 139811672420058 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8197/tid=8218] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8218/stat : 8218 (java) S 8194 8197 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3313496 10060525568 62691 33554432000 1073741824 1073778376 140736540969408 139811614626600 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8219] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8219/stat : 8219 (java) S 8194 8197 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3313497 10060525568 62691 33554432000 1073741824 1073778376 140736540969408 139811613574056 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 4.29 4.33 4.21 7/219 8219
/proc/meminfo: memFree=27305540/32872528 swapFree=1073728/1155488
[pid=8197] ppid=8194 vsize=9824732 CPUtime=9.49 cores=0,2,4,6
/proc/8197/stat : 8197 (java) S 8194 8197 5545 0 -1 4202496 31111 0 1 0 919 30 0 0 20 0 22 0 3313395 10060525568 178983 33554432000 1073741824 1073778376 140736540969408 140736540960544 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8197/statm: 2456183 178983 2288 9 0 2446860 0
[pid=8197/tid=8198] ppid=8194 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/8197/task/8198/stat : 8198 (java) S 8194 8197 5545 0 -1 4202560 2477 0 1 0 83 4 0 0 20 0 22 0 3313396 10060525568 178983 33554432000 1073741824 1073778376 140736540969408 139811801269112 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8197/tid=8200] ppid=8194 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/8197/task/8200/stat : 8200 (java) S 8194 8197 5545 0 -1 4202560 83 0 0 0 8 2 0 0 20 0 22 0 3313396 10060525568 178983 33554432000 1073741824 1073778376 140736540969408 139811790330280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8197/tid=8201] ppid=8194 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/8197/task/8201/stat : 8201 (java) S 8194 8197 5545 0 -1 4202560 123 0 0 0 6 2 0 0 20 0 22 0 3313396 10060525568 178983 33554432000 1073741824 1073778376 140736540969408 139811643669032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8197/tid=8202] ppid=8194 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/8197/task/8202/stat : 8202 (java) S 8194 8197 5545 0 -1 4202560 49 0 0 0 8 2 0 0 20 0 22 0 3313396 10060525568 178983 33554432000 1073741824 1073778376 140736540969408 139811642615976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8197/tid=8203] ppid=8194 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/8197/task/8203/stat : 8203 (java) S 8194 8197 5545 0 -1 4202560 47 0 0 0 5 2 0 0 20 0 22 0 3313396 10060525568 178983 33554432000 1073741824 1073778376 140736540969408 139811641563432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8197/tid=8204] ppid=8194 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/8197/task/8204/stat : 8204 (java) S 8194 8197 5545 0 -1 4202560 120 0 0 0 5 1 0 0 20 0 22 0 3313396 10060525568 178983 33554432000 1073741824 1073778376 140736540969408 139811640511400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8197/tid=8205] ppid=8194 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/8197/task/8205/stat : 8205 (java) S 8194 8197 5545 0 -1 4202560 135 0 0 0 7 3 0 0 20 0 22 0 3313396 10060525568 178983 33554432000 1073741824 1073778376 140736540969408 139811639458856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8197/tid=8206] ppid=8194 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/8197/task/8206/stat : 8206 (java) S 8194 8197 5545 0 -1 4202560 47 0 0 0 7 2 0 0 20 0 22 0 3313396 10060525568 178983 33554432000 1073741824 1073778376 140736540969408 139811638405800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8207] ppid=8194 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/8197/task/8207/stat : 8207 (java) S 8194 8197 5545 0 -1 4202560 142 0 0 0 9 2 0 0 20 0 22 0 3313396 10060525568 178983 33554432000 1073741824 1073778376 140736540969408 139811637353256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8197/tid=8208] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8208/stat : 8208 (java) S 8194 8197 5545 0 -1 4202560 476 0 0 0 0 0 0 0 20 0 22 0 3313398 10060525568 178983 33554432000 1073741824 1073778376 140736540969408 139811625154920 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8209] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8209/stat : 8209 (java) S 8194 8197 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3313398 10060525568 178983 33554432000 1073741824 1073778376 140736540969408 139811624101240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8210] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8210/stat : 8210 (java) S 8194 8197 5545 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3313398 10060525568 178983 33554432000 1073741824 1073778376 140736540969408 139811623048072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8211] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8211/stat : 8211 (java) S 8194 8197 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3313400 10060525568 178983 33554432000 1073741824 1073778376 140736540969408 139811621996816 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8212] ppid=8194 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/8197/task/8212/stat : 8212 (java) S 8194 8197 5545 0 -1 4202560 13077 0 0 0 189 2 0 0 20 0 22 0 3313400 10060525568 178983 33554432000 1073741824 1073778376 140736540969408 139811620944696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8213] ppid=8194 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/8197/task/8213/stat : 8213 (java) S 8194 8197 5545 0 -1 4202560 12679 0 0 0 190 2 0 0 20 0 22 0 3313400 10060525568 178983 33554432000 1073741824 1073778376 140736540969408 139811619892152 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8197/tid=8214] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8214/stat : 8214 (java) S 8194 8197 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3313400 10060525568 178983 33554432000 1073741824 1073778376 140736540969408 139811618839288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8197/tid=8215] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8215/stat : 8215 (java) S 8194 8197 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3313400 10060525568 178983 33554432000 1073741824 1073778376 140736540969408 139811617786952 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8216] ppid=8194 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/8197/task/8216/stat : 8216 (java) R 8194 8197 5545 0 -1 4202560 28 0 0 0 193 0 0 0 20 0 22 0 3313489 10060525568 178983 33554432000 1073741824 1073778376 140736540969408 139811616731880 139811672533036 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8217] ppid=8194 vsize=9824732 CPUtime=1.95 cores=0,2,4,6
/proc/8197/task/8217/stat : 8217 (java) R 8194 8197 5545 0 -1 4202560 361 0 0 0 190 5 0 0 20 0 22 0 3313489 10060525568 178983 33554432000 1073741824 1073778376 140736540969408 139811615677608 139811672440424 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8197/tid=8218] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8218/stat : 8218 (java) S 8194 8197 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3313496 10060525568 178983 33554432000 1073741824 1073778376 140736540969408 139811614626600 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8219] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8219/stat : 8219 (java) S 8194 8197 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3313497 10060525568 178983 33554432000 1073741824 1073778376 140736540969408 139811613574056 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.49
Current children cumulated vsize (KiB) 9824732

[startup+6.30094 s]
/proc/loadavg: 4.35 4.34 4.21 5/219 8219
/proc/meminfo: memFree=26492808/32872528 swapFree=1073728/1155488
[pid=8197] ppid=8194 vsize=9824732 CPUtime=16.52 cores=0,2,4,6
/proc/8197/stat : 8197 (java) S 8194 8197 5545 0 -1 4202496 32795 0 1 0 1599 53 0 0 20 0 22 0 3313395 10060525568 482995 33554432000 1073741824 1073778376 140736540969408 140736540960544 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8197/statm: 2456183 482995 2290 9 0 2446860 0
[pid=8197/tid=8198] ppid=8194 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/8197/task/8198/stat : 8198 (java) S 8194 8197 5545 0 -1 4202560 2477 0 1 0 83 4 0 0 20 0 22 0 3313396 10060525568 482995 33554432000 1073741824 1073778376 140736540969408 139811801269112 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8197/tid=8200] ppid=8194 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/8197/task/8200/stat : 8200 (java) S 8194 8197 5545 0 -1 4202560 99 0 0 0 12 3 0 0 20 0 22 0 3313396 10060525568 482995 33554432000 1073741824 1073778376 140736540969408 139811790330280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8201] ppid=8194 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/8197/task/8201/stat : 8201 (java) S 8194 8197 5545 0 -1 4202560 137 0 0 0 9 2 0 0 20 0 22 0 3313396 10060525568 482995 33554432000 1073741824 1073778376 140736540969408 139811643669032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8197/tid=8202] ppid=8194 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/8197/task/8202/stat : 8202 (java) S 8194 8197 5545 0 -1 4202560 54 0 0 0 10 2 0 0 20 0 22 0 3313396 10060525568 482995 33554432000 1073741824 1073778376 140736540969408 139811642615976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8197/tid=8203] ppid=8194 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/8197/task/8203/stat : 8203 (java) S 8194 8197 5545 0 -1 4202560 61 0 0 0 8 2 0 0 20 0 22 0 3313396 10060525568 482995 33554432000 1073741824 1073778376 140736540969408 139811641563432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8204] ppid=8194 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/8197/task/8204/stat : 8204 (java) S 8194 8197 5545 0 -1 4202560 130 0 0 0 6 2 0 0 20 0 22 0 3313396 10060525568 482995 33554432000 1073741824 1073778376 140736540969408 139811640511400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8197/tid=8205] ppid=8194 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/8197/task/8205/stat : 8205 (java) S 8194 8197 5545 0 -1 4202560 143 0 0 0 9 3 0 0 20 0 22 0 3313396 10060525568 482995 33554432000 1073741824 1073778376 140736540969408 139811639458856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8206] ppid=8194 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/8197/task/8206/stat : 8206 (java) S 8194 8197 5545 0 -1 4202560 58 0 0 0 8 3 0 0 20 0 22 0 3313396 10060525568 482995 33554432000 1073741824 1073778376 140736540969408 139811638405800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8197/tid=8207] ppid=8194 vsize=9824732 CPUtime=0.13 cores=0,2,4,6

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

/proc/8197/task/8212/stat : 8212 (java) S 8194 8197 5545 0 -1 4202560 13181 0 0 0 268 2 0 0 20 0 22 0 3313400 10060525568 784601 33554432000 1073741824 1073778376 140736540969408 139811620944696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8213] ppid=8194 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/8197/task/8213/stat : 8213 (java) S 8194 8197 5545 0 -1 4202560 12685 0 0 0 211 2 0 0 20 0 22 0 3313400 10060525568 784601 33554432000 1073741824 1073778376 140736540969408 139811619892152 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8197/tid=8214] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8214/stat : 8214 (java) S 8194 8197 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3313400 10060525568 784601 33554432000 1073741824 1073778376 140736540969408 139811618839288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8197/tid=8215] ppid=8194 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/8197/task/8215/stat : 8215 (java) S 8194 8197 5545 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 3313400 10060525568 784601 33554432000 1073741824 1073778376 140736540969408 139811617786952 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8197/tid=8216] ppid=8194 vsize=9824732 CPUtime=71.28 cores=0,2,4,6
/proc/8197/task/8216/stat : 8216 (java) R 8194 8197 5545 0 -1 4202560 41 0 0 0 7127 1 0 0 20 0 22 0 3313489 10060525568 784601 33554432000 1073741824 1073778376 140736540969408 139811616722832 139811672450480 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8197/tid=8217] ppid=8194 vsize=9824732 CPUtime=71.33 cores=0,2,4,6
/proc/8197/task/8217/stat : 8217 (java) R 8194 8197 5545 0 -1 4202560 1815 0 0 0 7096 37 0 0 20 0 22 0 3313489 10060525568 784601 33554432000 1073741824 1073778376 140736540969408 139811615677136 139811672440373 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8218] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8218/stat : 8218 (java) S 8194 8197 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3313496 10060525568 784601 33554432000 1073741824 1073778376 140736540969408 139811614626600 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8219] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8219/stat : 8219 (java) S 8194 8197 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3313497 10060525568 784601 33554432000 1073741824 1073778376 140736540969408 139811613574056 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 153.87
Current children cumulated vsize (KiB) 9824732

[startup+74.8009 s]
/proc/loadavg: 4.22 4.29 4.20 5/219 8220
/proc/meminfo: memFree=24432984/32872528 swapFree=1073728/1155488
[pid=8197] ppid=8194 vsize=9824732 CPUtime=154.68 cores=0,2,4,6
/proc/8197/stat : 8197 (java) S 8194 8197 5545 0 -1 4202496 35403 0 1 0 15364 104 0 0 20 0 22 0 3313395 10060525568 784601 33554432000 1073741824 1073778376 140736540969408 140736540960544 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8197/statm: 2456183 784601 2299 9 0 2446860 0
[pid=8197/tid=8198] ppid=8194 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/8197/task/8198/stat : 8198 (java) S 8194 8197 5545 0 -1 4202560 2479 0 1 0 83 4 0 0 20 0 22 0 3313396 10060525568 784601 33554432000 1073741824 1073778376 140736540969408 139811801269112 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8200] ppid=8194 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/8197/task/8200/stat : 8200 (java) S 8194 8197 5545 0 -1 4202560 294 0 0 0 46 6 0 0 20 0 22 0 3313396 10060525568 784601 33554432000 1073741824 1073778376 140736540969408 139811790330280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8197/tid=8201] ppid=8194 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/8197/task/8201/stat : 8201 (java) S 8194 8197 5545 0 -1 4202560 359 0 0 0 40 6 0 0 20 0 22 0 3313396 10060525568 784601 33554432000 1073741824 1073778376 140736540969408 139811643669032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8202] ppid=8194 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/8197/task/8202/stat : 8202 (java) S 8194 8197 5545 0 -1 4202560 234 0 0 0 55 9 0 0 20 0 22 0 3313396 10060525568 784601 33554432000 1073741824 1073778376 140736540969408 139811642615976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8203] ppid=8194 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/8197/task/8203/stat : 8203 (java) S 8194 8197 5545 0 -1 4202560 268 0 0 0 40 6 0 0 20 0 22 0 3313396 10060525568 784601 33554432000 1073741824 1073778376 140736540969408 139811641563432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8204] ppid=8194 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/8197/task/8204/stat : 8204 (java) S 8194 8197 5545 0 -1 4202560 382 0 0 0 50 6 0 0 20 0 22 0 3313396 10060525568 784601 33554432000 1073741824 1073778376 140736540969408 139811640511400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8197/tid=8205] ppid=8194 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/8197/task/8205/stat : 8205 (java) S 8194 8197 5545 0 -1 4202560 331 0 0 0 44 7 0 0 20 0 22 0 3313396 10060525568 784601 33554432000 1073741824 1073778376 140736540969408 139811639458856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8197/tid=8206] ppid=8194 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/8197/task/8206/stat : 8206 (java) S 8194 8197 5545 0 -1 4202560 280 0 0 0 39 6 0 0 20 0 22 0 3313396 10060525568 784601 33554432000 1073741824 1073778376 140736540969408 139811638405800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8197/tid=8207] ppid=8194 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/8197/task/8207/stat : 8207 (java) S 8194 8197 5545 0 -1 4202560 319 0 0 0 49 8 0 0 20 0 22 0 3313396 10060525568 784601 33554432000 1073741824 1073778376 140736540969408 139811637353256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8197/tid=8208] ppid=8194 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/8197/task/8208/stat : 8208 (java) S 8194 8197 5545 0 -1 4202560 1463 0 0 0 76 2 0 0 20 0 22 0 3313398 10060525568 784601 33554432000 1073741824 1073778376 140736540969408 139811625154920 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8197/tid=8209] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8209/stat : 8209 (java) S 8194 8197 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3313398 10060525568 784601 33554432000 1073741824 1073778376 140736540969408 139811624101240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8210] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8210/stat : 8210 (java) S 8194 8197 5545 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3313398 10060525568 784601 33554432000 1073741824 1073778376 140736540969408 139811623048072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8211] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8211/stat : 8211 (java) S 8194 8197 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3313400 10060525568 784601 33554432000 1073741824 1073778376 140736540969408 139811621996816 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8212] ppid=8194 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/8197/task/8212/stat : 8212 (java) S 8194 8197 5545 0 -1 4202560 13181 0 0 0 268 2 0 0 20 0 22 0 3313400 10060525568 784601 33554432000 1073741824 1073778376 140736540969408 139811620944696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8213] ppid=8194 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/8197/task/8213/stat : 8213 (java) S 8194 8197 5545 0 -1 4202560 12685 0 0 0 211 2 0 0 20 0 22 0 3313400 10060525568 784601 33554432000 1073741824 1073778376 140736540969408 139811619892152 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8197/tid=8214] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8214/stat : 8214 (java) S 8194 8197 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3313400 10060525568 784601 33554432000 1073741824 1073778376 140736540969408 139811618839288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8197/tid=8215] ppid=8194 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/8197/task/8215/stat : 8215 (java) R 8194 8197 5545 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 3313400 10060525568 784601 33554432000 1073741824 1073778376 140736540969408 139811617786952 219517335465 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8197/tid=8216] ppid=8194 vsize=9824732 CPUtime=71.69 cores=0,2,4,6
/proc/8197/task/8216/stat : 8216 (java) R 8194 8197 5545 0 -1 4202560 41 0 0 0 7168 1 0 0 20 0 22 0 3313489 10060525568 784601 33554432000 1073741824 1073778376 140736540969408 139811616722816 139811672515120 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8197/tid=8217] ppid=8194 vsize=9824732 CPUtime=71.74 cores=0,2,4,6
/proc/8197/task/8217/stat : 8217 (java) R 8194 8197 5545 0 -1 4202560 1816 0 0 0 7137 37 0 0 20 0 22 0 3313489 10060525568 784601 33554432000 1073741824 1073778376 140736540969408 139811615679336 139811672546947 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8218] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8218/stat : 8218 (java) S 8194 8197 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3313496 10060525568 784601 33554432000 1073741824 1073778376 140736540969408 139811614626600 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8219] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8219/stat : 8219 (java) S 8194 8197 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3313497 10060525568 784601 33554432000 1073741824 1073778376 140736540969408 139811613574056 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 154.68
Current children cumulated vsize (KiB) 9824732

[startup+75.0013 s]
/proc/loadavg: 4.22 4.29 4.20 5/219 8220
/proc/meminfo: memFree=24432984/32872528 swapFree=1073728/1155488
[pid=8197] ppid=8194 vsize=9824732 CPUtime=154.54 cores=0,2,4,6
/proc/8197/stat : 8197 (java) S 8194 8197 5545 0 -1 4202496 35405 0 1 0 15348 106 0 0 20 0 19 0 3313395 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 140736540960544 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8197/statm: 2456183 784585 2300 9 0 2446860 0
[pid=8197/tid=8198] ppid=8194 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/8197/task/8198/stat : 8198 (java) S 8194 8197 5545 0 -1 4202560 2479 0 1 0 83 4 0 0 20 0 19 0 3313396 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 139811801269112 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8200] ppid=8194 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/8197/task/8200/stat : 8200 (java) S 8194 8197 5545 0 -1 4202560 294 0 0 0 46 6 0 0 20 0 19 0 3313396 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 139811790330280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8197/tid=8201] ppid=8194 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/8197/task/8201/stat : 8201 (java) S 8194 8197 5545 0 -1 4202560 359 0 0 0 40 6 0 0 20 0 19 0 3313396 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 139811643669032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8202] ppid=8194 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/8197/task/8202/stat : 8202 (java) S 8194 8197 5545 0 -1 4202560 234 0 0 0 55 9 0 0 20 0 19 0 3313396 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 139811642615976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8203] ppid=8194 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/8197/task/8203/stat : 8203 (java) S 8194 8197 5545 0 -1 4202560 268 0 0 0 40 6 0 0 20 0 19 0 3313396 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 139811641563432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8204] ppid=8194 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/8197/task/8204/stat : 8204 (java) S 8194 8197 5545 0 -1 4202560 382 0 0 0 50 6 0 0 20 0 19 0 3313396 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 139811640511400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8197/tid=8205] ppid=8194 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/8197/task/8205/stat : 8205 (java) S 8194 8197 5545 0 -1 4202560 331 0 0 0 44 7 0 0 20 0 19 0 3313396 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 139811639458856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8197/tid=8206] ppid=8194 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/8197/task/8206/stat : 8206 (java) S 8194 8197 5545 0 -1 4202560 280 0 0 0 39 6 0 0 20 0 19 0 3313396 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 139811638405800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8197/tid=8207] ppid=8194 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/8197/task/8207/stat : 8207 (java) S 8194 8197 5545 0 -1 4202560 319 0 0 0 49 8 0 0 20 0 19 0 3313396 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 139811637353256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8197/tid=8208] ppid=8194 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/8197/task/8208/stat : 8208 (java) S 8194 8197 5545 0 -1 4202560 1463 0 0 0 76 2 0 0 20 0 19 0 3313398 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 139811625154920 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8197/tid=8209] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8209/stat : 8209 (java) S 8194 8197 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3313398 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 139811624101240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8210] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8210/stat : 8210 (java) S 8194 8197 5545 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 3313398 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 139811623048072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8211] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8211/stat : 8211 (java) S 8194 8197 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3313400 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 139811621996816 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8212] ppid=8194 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/8197/task/8212/stat : 8212 (java) S 8194 8197 5545 0 -1 4202560 13181 0 0 0 268 2 0 0 20 0 19 0 3313400 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 139811620944696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8213] ppid=8194 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/8197/task/8213/stat : 8213 (java) S 8194 8197 5545 0 -1 4202560 12685 0 0 0 211 2 0 0 20 0 19 0 3313400 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 139811619892152 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8197/tid=8214] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8214/stat : 8214 (java) S 8194 8197 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3313400 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 139811618839288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8197/tid=8215] ppid=8194 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/8197/task/8215/stat : 8215 (java) S 8194 8197 5545 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 3313400 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 139811617786952 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8197/tid=8218] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8218/stat : 8218 (java) S 8194 8197 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3313496 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 139811614626600 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 154.54
Current children cumulated vsize (KiB) 9824732

[startup+75.1013 s]
/proc/loadavg: 4.22 4.29 4.20 5/219 8220
/proc/meminfo: memFree=24432984/32872528 swapFree=1073728/1155488
[pid=8197] ppid=8194 vsize=9824732 CPUtime=154.54 cores=0,2,4,6
/proc/8197/stat : 8197 (java) S 8194 8197 5545 0 -1 4202496 35405 0 1 0 15348 106 0 0 20 0 19 0 3313395 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 140736540960544 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8197/statm: 2456183 784585 2300 9 0 2446860 0
[pid=8197/tid=8198] ppid=8194 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/8197/task/8198/stat : 8198 (java) S 8194 8197 5545 0 -1 4202560 2479 0 1 0 83 4 0 0 20 0 19 0 3313396 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 139811801269112 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8200] ppid=8194 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/8197/task/8200/stat : 8200 (java) S 8194 8197 5545 0 -1 4202560 294 0 0 0 46 6 0 0 20 0 19 0 3313396 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 139811790330280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8197/tid=8201] ppid=8194 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/8197/task/8201/stat : 8201 (java) S 8194 8197 5545 0 -1 4202560 359 0 0 0 40 6 0 0 20 0 19 0 3313396 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 139811643669032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8202] ppid=8194 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/8197/task/8202/stat : 8202 (java) S 8194 8197 5545 0 -1 4202560 234 0 0 0 55 9 0 0 20 0 19 0 3313396 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 139811642615976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8203] ppid=8194 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/8197/task/8203/stat : 8203 (java) S 8194 8197 5545 0 -1 4202560 268 0 0 0 40 6 0 0 20 0 19 0 3313396 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 139811641563432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8204] ppid=8194 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/8197/task/8204/stat : 8204 (java) S 8194 8197 5545 0 -1 4202560 382 0 0 0 50 6 0 0 20 0 19 0 3313396 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 139811640511400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8197/tid=8205] ppid=8194 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/8197/task/8205/stat : 8205 (java) S 8194 8197 5545 0 -1 4202560 331 0 0 0 44 7 0 0 20 0 19 0 3313396 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 139811639458856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8197/tid=8206] ppid=8194 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/8197/task/8206/stat : 8206 (java) S 8194 8197 5545 0 -1 4202560 280 0 0 0 39 6 0 0 20 0 19 0 3313396 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 139811638405800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8197/tid=8207] ppid=8194 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/8197/task/8207/stat : 8207 (java) S 8194 8197 5545 0 -1 4202560 319 0 0 0 49 8 0 0 20 0 19 0 3313396 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 139811637353256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8197/tid=8208] ppid=8194 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/8197/task/8208/stat : 8208 (java) S 8194 8197 5545 0 -1 4202560 1463 0 0 0 76 2 0 0 20 0 19 0 3313398 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 139811625154920 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8197/tid=8209] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8209/stat : 8209 (java) S 8194 8197 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3313398 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 139811624101240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8210] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8210/stat : 8210 (java) S 8194 8197 5545 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 3313398 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 139811623048072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8211] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8211/stat : 8211 (java) S 8194 8197 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3313400 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 139811621996816 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8212] ppid=8194 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/8197/task/8212/stat : 8212 (java) S 8194 8197 5545 0 -1 4202560 13181 0 0 0 268 2 0 0 20 0 19 0 3313400 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 139811620944696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8197/tid=8213] ppid=8194 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/8197/task/8213/stat : 8213 (java) S 8194 8197 5545 0 -1 4202560 12685 0 0 0 211 2 0 0 20 0 19 0 3313400 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 139811619892152 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8197/tid=8214] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8214/stat : 8214 (java) S 8194 8197 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3313400 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 139811618839288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8197/tid=8215] ppid=8194 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/8197/task/8215/stat : 8215 (java) S 8194 8197 5545 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 3313400 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 139811617786952 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8197/tid=8218] ppid=8194 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8197/task/8218/stat : 8218 (java) S 8194 8197 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3313496 10060525568 784585 33554432000 1073741824 1073778376 140736540969408 139811614626600 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 154.54
Current children cumulated vsize (KiB) 9824732

Child status: 20

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.139999
#  lost CPU user time (s): 0.160004
#  lost CPU system time (s): -0.02

Real time (s): 75.1912
CPU time (s): 154.801
CPU user time (s): 153.619
CPU system time (s): 1.18282
CPU usage (%): 205.877
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 153.459
system time used= 1.20282
maximum resident set size= 3138408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35417
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2861
involuntary context switches= 4048

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.353946 second user time and 0.738887 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-15 19:44:02
IDJOB=4088932
IDBENCH=107334
IDSOLVER=2543
FILE ID=node114/4088932-1466012642
RUNJOBID= node114-1466008022-5561
PBS_JOBID= 19902804
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/SUMINEQ/normalized-sumineqArity4houseP128.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4088932-1466012642/watcher-4088932-1466012642 -o /tmp/evaluation-result-4088932-1466012642/solver-4088932-1466012642 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466008022-5561 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4088932-1466012642.opb

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

MD5SUM BENCH= aefbc6cf9ed8ea5b54ddcfcc77271ab7
RANDOM SEED=1109091718

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27738212 kB
Buffers:            9300 kB
Cached:            43980 kB
SwapCached:        33296 kB
Active:          3208908 kB
Inactive:          60884 kB
Active(anon):    3185824 kB
Inactive(anon):    33292 kB
Active(file):      23084 kB
Inactive(file):    27592 kB
Unevictable:     1155488 kB
Mlocked:         1073728 kB
SwapTotal:      67108856 kB
SwapFree:       67068540 kB
Dirty:              2824 kB
Writeback:             4 kB
AnonPages:       4345520 kB
Mapped:            15476 kB
Shmem:                 0 kB
Slab:             565564 kB
SReclaimable:       8900 kB
SUnreclaim:       556664 kB
KernelStack:        1640 kB
PageTables:        12684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4552324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3178496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node114 at 2016-06-15 19:45:17