Trace number 4081822

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16OPT3 58.8151 29.3543

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=139-P1=101-P2=227-P3=251-P4=227-P5=251-B.opb
MD5SUM1d3dc680e7fede194f84acfa61415e9b
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.083986
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables120
Total number of constraints11
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)320
Sum of products size (including duplicates)640
Number of different products320
Sum of products size640

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4081822-1465253070.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.19	c ... done. Wall clock time 0.074s.
0.09/0.19	c declared #vars     120
0.09/0.19	c internal #vars     440
0.09/0.19	c #constraints  656
0.23/0.20	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.23/0.20	c constraints type 
0.23/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 320
0.23/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 336
0.23/0.20	c 656 constraints processed.
0.23/0.20	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.23/0.20	c constraints type 
0.23/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 320
0.23/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 336
0.23/0.20	c 656 constraints processed.
0.23/0.20	c objective function length is 8 literals
2.62/0.88	c cleaning 2500 clauses out of 5002 with flag 10248/5002
4.86/1.48	c cleaning 4247 clauses out of 8500 with flag 22468/11000
5.88/1.98	c cleaning 5622 clauses out of 11253 with flag 36733/18000
6.50/2.28	c And the winner is solver0
6.66/2.70	c SATISFIABLE
6.66/2.70	c OPTIMIZING...
6.66/2.70	c Got one! Elapsed wall clock time (in seconds):2.579
6.66/2.70	o 187
7.07/2.95	c cleaning 8106 clauses out of 16223 with flag 10189/28592
7.28/3.08	c And the winner is solver0
7.48/3.20	c Got one! Elapsed wall clock time (in seconds):3.08
7.48/3.20	o 39
7.48/3.30	c And the winner is solver0
7.70/3.70	c Got one! Elapsed wall clock time (in seconds):3.581
7.70/3.70	o 31
7.93/3.86	c cleaning 7019 clauses out of 14043 with flag 2308/34518
8.87/4.13	c And the winner is solver0
9.06/4.20	c Got one! Elapsed wall clock time (in seconds):4.081
9.06/4.20	o 17
9.34/4.30	c cleaning 6414 clauses out of 12840 with flag 2275/40334
9.95/4.61	c cleaning 6203 clauses out of 12428 with flag 14873/46336
11.19/5.20	c cleaning 6606 clauses out of 13223 with flag 31554/53334
11.59/5.50	c And the winner is solver0
11.82/5.70	c Got one! Elapsed wall clock time (in seconds):5.582
11.82/5.70	o 5
11.82/5.75	c cleaning 6293 clauses out of 12588 with flag 2086/59306
12.61/6.12	c cleaning 6147 clauses out of 12295 with flag 14433/65306
13.66/6.68	c cleaning 6570 clauses out of 13149 with flag 29174/72307
14.44/7.03	c And the winner is solver0
14.53/7.20	c Got one! Elapsed wall clock time (in seconds):7.083
14.53/7.20	o 3
15.11/7.54	c cleaning 8777 clauses out of 17560 with flag 11143/83288
15.73/7.85	c cleaning 7384 clauses out of 14782 with flag 24081/89287
16.52/8.27	c cleaning 7189 clauses out of 14400 with flag 39807/96289
17.77/8.90	c cleaning 7598 clauses out of 15210 with flag 57248/104288
18.95/9.43	c cleaning 8292 clauses out of 16612 with flag 77421/113288
20.17/10.01	c cleaning 9155 clauses out of 18320 with flag 99816/123288
21.35/10.60	c cleaning 10071 clauses out of 20165 with flag 123969/134288
23.08/11.46	c cleaning 11041 clauses out of 22094 with flag 152266/146288
24.90/12.34	c cleaning 12020 clauses out of 24051 with flag 181720/159287
26.90/13.35	c cleaning 13009 clauses out of 26032 with flag 212355/173288
29.74/14.71	c cleaning 14008 clauses out of 28023 with flag 245410/188288
32.34/16.03	c cleaning 14996 clauses out of 30013 with flag 280688/204287
35.33/17.53	c cleaning 16007 clauses out of 32017 with flag 318688/221287
38.77/19.21	c cleaning 17004 clauses out of 34010 with flag 359936/239287
43.96/21.89	c cleaning 17994 clauses out of 36007 with flag 403310/258288
48.98/24.31	c cleaning 19002 clauses out of 38011 with flag 446994/278287
55.40/27.53	c cleaning 19994 clauses out of 40007 with flag 491831/299288
58.59/29.13	c And the winner is solver0
58.70/29.33	c >>>>>>>>>> Solver number 0 (7 answers) <<<<<<<<<<<<<<<<<<
58.70/29.33	c starts		: 636
58.70/29.33	c conflicts		: 312595
58.70/29.33	c decisions		: 349400
58.70/29.33	c propagations		: 5891189
58.70/29.33	c inspects		: 417406071
58.70/29.33	c shortcuts		: 0
58.70/29.33	c learnt literals	: 21
58.70/29.33	c learnt binary clauses	: 23
58.70/29.33	c learnt ternary clauses	: 41
58.70/29.33	c learnt constraints	: 312573
58.70/29.33	c ignored constraints	: 0
58.70/29.33	c root simplifications	: 0
58.70/29.33	c removed literals (reason simplification)	: 814796
58.70/29.33	c reason swapping (by a shorter reason)	: 0
58.70/29.33	c Calls to reduceDB	: 28
58.70/29.33	c Number of update (reduction) of LBD	: 9659
58.70/29.33	c Imported unit clauses	: 0
58.70/29.33	c number of reductions to clauses (during analyze)	: 0
58.70/29.33	c number of learned constraints concerned by reduction	: 0
58.70/29.33	c number of learning phase by resolution	: 0
58.70/29.33	c number of learning phase by cutting planes	: 0
58.70/29.33	c speed (assignments/second)	: 202258.69468191027
58.70/29.33	c non guided choices	2319
58.70/29.33	c learnt constraints type 
58.70/29.33	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
58.70/29.33	c starts		: 46
58.70/29.33	c conflicts		: 6787
58.70/29.33	c decisions		: 8945
58.70/29.33	c propagations		: 119075
58.70/29.33	c inspects		: 49256376
58.70/29.33	c shortcuts		: 0
58.70/29.33	c learnt literals	: 0
58.70/29.33	c learnt binary clauses	: 0
58.70/29.33	c learnt ternary clauses	: 0
58.70/29.33	c learnt constraints	: 6781
58.70/29.33	c ignored constraints	: 0
58.70/29.33	c root simplifications	: 0
58.70/29.33	c removed literals (reason simplification)	: 0
58.70/29.33	c reason swapping (by a shorter reason)	: 0
58.70/29.33	c Calls to reduceDB	: 0
58.70/29.33	c Number of update (reduction) of LBD	: 0
58.70/29.33	c Imported unit clauses	: 0
58.70/29.33	c number of reductions to clauses (during analyze)	: 0
58.70/29.33	c number of learned constraints concerned by reduction	: 0
58.70/29.33	c number of learning phase by resolution	: 0
58.70/29.33	c number of learning phase by cutting planes	: 0
58.70/29.33	c speed (assignments/second)	: 5381.920903954802
58.70/29.33	c non guided choices	1172
58.70/29.33	c learnt constraints type 
58.70/29.33	s OPTIMUM FOUND
58.70/29.33	c Found 6 solution(s)
58.70/29.33	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 -x11 -x12 x13 -x14 -x15 -x16 x17 -x18 -x19 -x20 x21 -x22 -x23 x24 x25 x26 -x27 x28 -x29 -x30 -x31 x32 x33 -x34 -x35 -x36 -x37 -x38 x39 -x40 x41 x42 x43 -x44 x45 x46 -x47 -x48 x49 x50 -x51 -x52 x53 x54 -x55 -x56 x57 x58 -x59 -x60 -x61 x62 x63 x64 x65 -x66 -x67 -x68 -x69 -x70 x71 -x72 x73 -x74 -x75 -x76 -x77 -x78 -x79 x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 x91 x92 x93 -x94 -x95 -x96 x97 x98 -x99 x100 x101 x102 x103 -x104 -x105 -x106 -x107 -x108 x109 -x110 -x111 -x112 x113 x114 -x115 x116 x117 -x118 -x119 -x120 
58.70/29.33	c objective function=3
58.70/29.33	c Total wall clock time (in seconds): 29.21

Verifier Data

OK	3

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-4081822-1465253070/watcher-4081822-1465253070 -o /tmp/evaluation-result-4081822-1465253070/solver-4081822-1465253070 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465252001-17743 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081822-1465253070.opb 

pid=19002
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: 4.17 4.13 3.32 4/197 19005
/proc/meminfo: memFree=27573464/32872528 swapFree=16636/1570076
[pid=19005] ppid=19002 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/19005/stat : 19005 (java) R 19002 19005 17726 0 -1 4202496 424 0 0 0 0 0 0 0 20 0 1 0 107239369 9445376 93 33554432000 1073741824 1073778376 140734429764144 140734429761272 213410428343 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19005/statm: 2306 94 75 9 0 38 0

[startup+0.100112 s]
/proc/loadavg: 4.17 4.13 3.32 4/197 19005
/proc/meminfo: memFree=27573464/32872528 swapFree=16636/1570076
[pid=19005] ppid=19002 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/19005/stat : 19005 (java) S 19002 19005 17726 0 -1 4202496 4403 0 1 0 8 1 0 0 20 0 18 0 107239369 9787879424 6034 33554432000 1073741824 1073778376 140734429764144 140734429755280 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19005/statm: 2389619 6034 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200226 s]
/proc/loadavg: 4.17 4.13 3.32 4/197 19005
/proc/meminfo: memFree=27573464/32872528 swapFree=16636/1570076
[pid=19005] ppid=19002 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/19005/stat : 19005 (java) S 19002 19005 17726 0 -1 4202496 4793 0 1 0 22 1 0 0 20 0 18 0 107239369 9787879424 7414 33554432000 1073741824 1073778376 140734429764144 140734429755280 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19005/statm: 2389619 7417 2210 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300228 s]
/proc/loadavg: 4.17 4.13 3.32 4/197 19005
/proc/meminfo: memFree=27573464/32872528 swapFree=16636/1570076
[pid=19005] ppid=19002 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/19005/stat : 19005 (java) S 19002 19005 17726 0 -1 4202496 8265 0 1 0 61 2 0 0 20 0 22 0 107239369 10060525568 10639 33554432000 1073741824 1073778376 140734429764144 140734429755280 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19005/statm: 2456183 10639 2234 9 0 2446860 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 9824732

[startup+0.700194 s]
/proc/loadavg: 4.17 4.13 3.32 4/197 19005
/proc/meminfo: memFree=27573464/32872528 swapFree=16636/1570076
[pid=19005] ppid=19002 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/19005/stat : 19005 (java) S 19002 19005 17726 0 -1 4202496 16990 0 1 0 218 4 0 0 20 0 22 0 107239369 10060525568 23532 33554432000 1073741824 1073778376 140734429764144 140734429755280 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19005/statm: 2456183 23532 2257 9 0 2446860 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 4.32 4.17 3.33 7/219 19027
/proc/meminfo: memFree=27385940/32872528 swapFree=16636/1570076
[pid=19005] ppid=19002 vsize=9824732 CPUtime=5.08 cores=1,3,5,7
/proc/19005/stat : 19005 (java) S 19002 19005 17726 0 -1 4202496 28067 0 1 0 501 7 0 0 20 0 22 0 107239369 10060525568 50890 33554432000 1073741824 1073778376 140734429764144 140734429755280 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19005/statm: 2456183 50890 2281 9 0 2446860 0
[pid=19005/tid=19007] ppid=19002 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/19005/task/19007/stat : 19007 (java) S 19002 19005 17726 0 -1 4202560 2432 0 1 0 15 1 0 0 20 0 22 0 107239370 10060525568 50890 33554432000 1073741824 1073778376 140734429764144 139695457612664 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19005/tid=19008] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19008/stat : 19008 (java) S 19002 19005 17726 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 107239371 10060525568 50890 33554432000 1073741824 1073778376 140734429764144 139695430064552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19005/tid=19009] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19009/stat : 19009 (java) S 19002 19005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107239371 10060525568 50890 33554432000 1073741824 1073778376 140734429764144 139695429012008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19005/tid=19010] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19010/stat : 19010 (java) S 19002 19005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107239371 10060525568 50890 33554432000 1073741824 1073778376 140734429764144 139695427958952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19005/tid=19011] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19011/stat : 19011 (java) S 19002 19005 17726 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 107239371 10060525568 50890 33554432000 1073741824 1073778376 140734429764144 139695426906408 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19005/tid=19012] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19012/stat : 19012 (java) S 19002 19005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107239371 10060525568 50890 33554432000 1073741824 1073778376 140734429764144 139695425854376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19005/tid=19013] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19013/stat : 19013 (java) S 19002 19005 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107239371 10060525568 50890 33554432000 1073741824 1073778376 140734429764144 139695424801832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19005/tid=19014] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19014/stat : 19014 (java) S 19002 19005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107239371 10060525568 50890 33554432000 1073741824 1073778376 140734429764144 139695423748776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19005/tid=19015] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19015/stat : 19015 (java) S 19002 19005 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107239371 10060525568 50890 33554432000 1073741824 1073778376 140734429764144 139695293508392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19005/tid=19016] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19016/stat : 19016 (java) S 19002 19005 17726 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 107239372 10060525568 50890 33554432000 1073741824 1073778376 140734429764144 139694810560872 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19005/tid=19017] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19017/stat : 19017 (java) S 19002 19005 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107239373 10060525568 50890 33554432000 1073741824 1073778376 140734429764144 139694809507192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19005/tid=19018] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19018/stat : 19018 (java) S 19002 19005 17726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107239373 10060525568 50890 33554432000 1073741824 1073778376 140734429764144 139694808454024 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19005/tid=19019] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19019/stat : 19019 (java) S 19002 19005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107239375 10060525568 50890 33554432000 1073741824 1073778376 140734429764144 139694807402768 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19005/tid=19020] ppid=19002 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/19005/task/19020/stat : 19020 (java) S 19002 19005 17726 0 -1 4202560 11396 0 0 0 116 1 0 0 20 0 22 0 107239375 10060525568 50890 33554432000 1073741824 1073778376 140734429764144 139694806350648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19005/tid=19021] ppid=19002 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/19005/task/19021/stat : 19021 (java) S 19002 19005 17726 0 -1 4202560 12735 0 0 0 109 2 0 0 20 0 22 0 107239375 10060525568 50890 33554432000 1073741824 1073778376 140734429764144 139694805298104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19005/tid=19022] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19022/stat : 19022 (java) S 19002 19005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107239375 10060525568 50890 33554432000 1073741824 1073778376 140734429764144 139694804245240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19005/tid=19023] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19023/stat : 19023 (java) S 19002 19005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107239375 10060525568 50890 33554432000 1073741824 1073778376 140734429764144 139694803192904 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19005/tid=19024] ppid=19002 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/19005/task/19024/stat : 19024 (java) R 19002 19005 17726 0 -1 4202560 24 0 0 0 125 0 0 0 20 0 22 0 107239389 10060525568 50890 33554432000 1073741824 1073778376 140734429764144 139694802128768 139695305033716 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19005/tid=19025] ppid=19002 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/19005/task/19025/stat : 19025 (java) R 19002 19005 17726 0 -1 4202560 98 0 0 0 125 2 0 0 20 0 22 0 107239389 10060525568 50890 33554432000 1073741824 1073778376 140734429764144 139694801083520 139695304896168 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19005/tid=19026] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19026/stat : 19026 (java) S 19002 19005 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107239389 10060525568 50890 33554432000 1073741824 1073778376 140734429764144 139694800032552 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19005/tid=19027] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19027/stat : 19027 (java) S 19002 19005 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107239389 10060525568 50890 33554432000 1073741824 1073778376 140734429764144 139694798980008 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.08
Current children cumulated vsize (KiB) 9824732

[startup+3.10085 s]
/proc/loadavg: 4.32 4.17 3.33 5/219 19027
/proc/meminfo: memFree=27334616/32872528 swapFree=16636/1570076
[pid=19005] ppid=19002 vsize=9824732 CPUtime=7.48 cores=1,3,5,7
/proc/19005/stat : 19005 (java) S 19002 19005 17726 0 -1 4202496 28286 0 1 0 734 14 0 0 20 0 19 0 107239369 10060525568 84792 33554432000 1073741824 1073778376 140734429764144 140734429755280 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19005/statm: 2456183 84792 2282 9 0 2446860 0
[pid=19005/tid=19007] ppid=19002 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/19005/task/19007/stat : 19007 (java) S 19002 19005 17726 0 -1 4202560 2433 0 1 0 15 2 0 0 20 0 19 0 107239370 10060525568 84792 33554432000 1073741824 1073778376 140734429764144 139695457612664 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19005/tid=19008] ppid=19002 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/19005/task/19008/stat : 19008 (java) S 19002 19005 17726 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 107239371 10060525568 84792 33554432000 1073741824 1073778376 140734429764144 139695430064552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19005/tid=19009] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19009/stat : 19009 (java) S 19002 19005 17726 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 107239371 10060525568 84792 33554432000 1073741824 1073778376 140734429764144 139695429012008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19005/tid=19010] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19010/stat : 19010 (java) S 19002 19005 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107239371 10060525568 84792 33554432000 1073741824 1073778376 140734429764144 139695427958952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19005/tid=19011] ppid=19002 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/19005/task/19011/stat : 19011 (java) S 19002 19005 17726 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 107239371 10060525568 84792 33554432000 1073741824 1073778376 140734429764144 139695426906408 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19005/tid=19012] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19012/stat : 19012 (java) S 19002 19005 17726 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 107239371 10060525568 84792 33554432000 1073741824 1073778376 140734429764144 139695425854376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19005/tid=19013] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19013/stat : 19013 (java) S 19002 19005 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107239371 10060525568 84792 33554432000 1073741824 1073778376 140734429764144 139695424801832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19005/tid=19014] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19014/stat : 19014 (java) S 19002 19005 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107239371 10060525568 84792 33554432000 1073741824 1073778376 140734429764144 139695423748776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19005/tid=19015] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19015/stat : 19015 (java) S 19002 19005 17726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 107239371 10060525568 84792 33554432000 1073741824 1073778376 140734429764144 139695293508392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19005/tid=19016] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19016/stat : 19016 (java) S 19002 19005 17726 0 -1 4202560 187 0 0 0 0 0 0 0 20 0 19 0 107239372 10060525568 84792 33554432000 1073741824 1073778376 140734429764144 139694810560872 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19005/tid=19017] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19017/stat : 19017 (java) S 19002 19005 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107239373 10060525568 84792 33554432000 1073741824 1073778376 140734429764144 139694809507192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19005/tid=19018] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19018/stat : 19018 (java) S 19002 19005 17726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 107239373 10060525568 84792 33554432000 1073741824 1073778376 140734429764144 139694808454024 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19005/tid=19019] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19019/stat : 19019 (java) S 19002 19005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107239375 10060525568 84792 33554432000 1073741824 1073778376 140734429764144 139694807402768 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19005/tid=19020] ppid=19002 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/19005/task/19020/stat : 19020 (java) S 19002 19005 17726 0 -1 4202560 11396 0 0 0 117 1 0 0 20 0 19 0 107239375 10060525568 84792 33554432000 1073741824 1073778376 140734429764144 139694806350648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19005/tid=19021] ppid=19002 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/19005/task/19021/stat : 19021 (java) S 19002 19005 17726 0 -1 4202560 12736 0 0 0 111 2 0 0 20 0 19 0 107239375 10060525568 84792 33554432000 1073741824 1073778376 140734429764144 139694805298104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19005/tid=19022] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19022/stat : 19022 (java) S 19002 19005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107239375 10060525568 84792 33554432000 1073741824 1073778376 140734429764144 139694804245240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19005/tid=19023] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19023/stat : 19023 (java) S 19002 19005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107239375 10060525568 84792 33554432000 1073741824 1073778376 140734429764144 139694803192904 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19005/tid=19027] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19027/stat : 19027 (java) S 19002 19005 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107239389 10060525568 84792 33554432000 1073741824 1073778376 140734429764144 139694798980008 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.48
Current children cumulated vsize (KiB) 9824732

############
# WARNING:
# current cumulated CPU time (7.7 s) is less than in the last sample (7.7 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (4.76837e-07 s) to the 'lost time'.

[startup+3.30078 s]
/proc/loadavg: 4.32 4.17 3.33 5/219 19033
/proc/meminfo: memFree=27241664/32872528 swapFree=16636/1570076
[pid=19005] ppid=19002 vsize=9824732 CPUtime=7.7 cores=1,3,5,7
/proc/19005/stat : 19005 (java) S 19002 19005 17726 0 -1 4202496 28293 0 1 0 755 15 0 0 20 0 20 0 107239369 10060525568 84795 33554432000 1073741824 1073778376 140734429764144 140734429755280 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19005/statm: 2456183 84795 2282 9 0 2446860 0
[pid=19005/tid=19007] ppid=19002 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/19005/task/19007/stat : 19007 (java) S 19002 19005 17726 0 -1 4202560 2433 0 1 0 15 2 0 0 20 0 20 0 107239370 10060525568 84795 33554432000 1073741824 1073778376 140734429764144 139695457612664 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19005/tid=19008] ppid=19002 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/19005/task/19008/stat : 19008 (java) S 19002 19005 17726 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 20 0 107239371 10060525568 84795 33554432000 1073741824 1073778376 140734429764144 139695430064552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19005/tid=19009] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19009/stat : 19009 (java) S 19002 19005 17726 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 107239371 10060525568 84795 33554432000 1073741824 1073778376 140734429764144 139695429012008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19005/tid=19010] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19010/stat : 19010 (java) S 19002 19005 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 107239371 10060525568 84795 33554432000 1073741824 1073778376 140734429764144 139695427958952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19005/tid=19011] ppid=19002 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/19005/task/19011/stat : 19011 (java) S 19002 19005 17726 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 20 0 107239371 10060525568 84795 33554432000 1073741824 1073778376 140734429764144 139695426906408 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19005/tid=19012] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19012/stat : 19012 (java) S 19002 19005 17726 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 107239371 10060525568 84795 33554432000 1073741824 1073778376 140734429764144 139695425854376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19005/tid=19013] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19013/stat : 19013 (java) S 19002 19005 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 107239371 10060525568 84795 33554432000 1073741824 1073778376 140734429764144 139695424801832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19005/tid=19014] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19014/stat : 19014 (java) S 19002 19005 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 107239371 10060525568 84795 33554432000 1073741824 1073778376 140734429764144 139695423748776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19005/tid=19015] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19015/stat : 19015 (java) S 19002 19005 17726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 107239371 10060525568 84795 33554432000 1073741824 1073778376 140734429764144 139695293508392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19005/tid=19016] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19016/stat : 19016 (java) S 19002 19005 17726 0 -1 4202560 187 0 0 0 0 0 0 0 20 0 20 0 107239372 10060525568 84795 33554432000 1073741824 1073778376 140734429764144 139694810560872 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19005/tid=19017] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19017/stat : 19017 (java) S 19002 19005 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 107239373 10060525568 84795 33554432000 1073741824 1073778376 140734429764144 139694809507192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19005/tid=19018] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19018/stat : 19018 (java) S 19002 19005 17726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 107239373 10060525568 84795 33554432000 1073741824 1073778376 140734429764144 139694808454024 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19005/tid=19019] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19019/stat : 19019 (java) S 19002 19005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 107239375 10060525568 84795 33554432000 1073741824 1073778376 140734429764144 139694807402768 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/19005/task/19020/stat : 19020 (java) S 19002 19005 17726 0 -1 4202560 11415 0 0 0 181 2 0 0 20 0 22 0 107239375 10060525568 685309 33554432000 1073741824 1073778376 140734429764144 139694806350648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19005/tid=19021] ppid=19002 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/19005/task/19021/stat : 19021 (java) S 19002 19005 17726 0 -1 4202560 12738 0 0 0 119 3 0 0 20 0 22 0 107239375 10060525568 685309 33554432000 1073741824 1073778376 140734429764144 139694805298104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19005/tid=19022] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19022/stat : 19022 (java) S 19002 19005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107239375 10060525568 685309 33554432000 1073741824 1073778376 140734429764144 139694804245240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19005/tid=19023] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19023/stat : 19023 (java) S 19002 19005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107239375 10060525568 685309 33554432000 1073741824 1073778376 140734429764144 139694803192904 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19005/tid=19027] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19027/stat : 19027 (java) S 19002 19005 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107239389 10060525568 685309 33554432000 1073741824 1073778376 140734429764144 139694798980008 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19005/tid=19043] ppid=19002 vsize=9824732 CPUtime=20.53 cores=1,3,5,7
/proc/19005/task/19043/stat : 19043 (java) R 19002 19005 17726 0 -1 4202560 12 0 0 0 2053 0 0 0 20 0 22 0 107240090 10060525568 685309 33554432000 1073741824 1073778376 140734429764144 139694801075984 139695304742304 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19005/tid=19044] ppid=19002 vsize=9824732 CPUtime=20.55 cores=1,3,5,7
/proc/19005/task/19044/stat : 19044 (java) R 19002 19005 17726 0 -1 4202560 1079 0 0 0 2026 29 0 0 20 0 22 0 107240090 10060525568 685309 33554432000 1073741824 1073778376 140734429764144 139694800031568 139695304931115 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19005/tid=19045] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19045/stat : 19045 (java) S 19002 19005 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107240090 10060525568 685309 33554432000 1073741824 1073778376 140734429764144 139694802138792 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 56.39
Current children cumulated vsize (KiB) 9824732

[startup+28.801 s]
/proc/loadavg: 4.28 4.17 3.35 5/219 19048
/proc/meminfo: memFree=24721420/32872528 swapFree=16636/1570076
[pid=19005] ppid=19002 vsize=9824732 CPUtime=57.99 cores=1,3,5,7
/proc/19005/stat : 19005 (java) S 19002 19005 17726 0 -1 4202496 31364 0 1 0 5728 71 0 0 20 0 22 0 107239369 10060525568 685309 33554432000 1073741824 1073778376 140734429764144 140734429755280 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19005/statm: 2456183 685309 2285 9 0 2446860 0
[pid=19005/tid=19007] ppid=19002 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/19005/task/19007/stat : 19007 (java) S 19002 19005 17726 0 -1 4202560 2433 0 1 0 16 2 0 0 20 0 22 0 107239370 10060525568 685309 33554432000 1073741824 1073778376 140734429764144 139695457612664 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19005/tid=19008] ppid=19002 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/19005/task/19008/stat : 19008 (java) S 19002 19005 17726 0 -1 4202560 78 0 0 0 9 2 0 0 20 0 22 0 107239371 10060525568 685309 33554432000 1073741824 1073778376 140734429764144 139695430064552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19005/tid=19009] ppid=19002 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/19005/task/19009/stat : 19009 (java) S 19002 19005 17726 0 -1 4202560 39 0 0 0 4 2 0 0 20 0 22 0 107239371 10060525568 685309 33554432000 1073741824 1073778376 140734429764144 139695429012008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19005/tid=19010] ppid=19002 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/19005/task/19010/stat : 19010 (java) S 19002 19005 17726 0 -1 4202560 176 0 0 0 6 1 0 0 20 0 22 0 107239371 10060525568 685309 33554432000 1073741824 1073778376 140734429764144 139695427958952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19005/tid=19011] ppid=19002 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/19005/task/19011/stat : 19011 (java) S 19002 19005 17726 0 -1 4202560 55 0 0 0 7 2 0 0 20 0 22 0 107239371 10060525568 685309 33554432000 1073741824 1073778376 140734429764144 139695426906408 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19005/tid=19012] ppid=19002 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/19005/task/19012/stat : 19012 (java) S 19002 19005 17726 0 -1 4202560 235 0 0 0 7 2 0 0 20 0 22 0 107239371 10060525568 685309 33554432000 1073741824 1073778376 140734429764144 139695425854376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19005/tid=19013] ppid=19002 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/19005/task/19013/stat : 19013 (java) S 19002 19005 17726 0 -1 4202560 40 0 0 0 4 2 0 0 20 0 22 0 107239371 10060525568 685309 33554432000 1073741824 1073778376 140734429764144 139695424801832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19005/tid=19014] ppid=19002 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/19005/task/19014/stat : 19014 (java) S 19002 19005 17726 0 -1 4202560 168 0 0 0 6 1 0 0 20 0 22 0 107239371 10060525568 685309 33554432000 1073741824 1073778376 140734429764144 139695423748776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19005/tid=19015] ppid=19002 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/19005/task/19015/stat : 19015 (java) S 19002 19005 17726 0 -1 4202560 52 0 0 0 8 3 0 0 20 0 22 0 107239371 10060525568 685309 33554432000 1073741824 1073778376 140734429764144 139695293508392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19005/tid=19016] ppid=19002 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/19005/task/19016/stat : 19016 (java) S 19002 19005 17726 0 -1 4202560 1222 0 0 0 0 2 0 0 20 0 22 0 107239372 10060525568 685309 33554432000 1073741824 1073778376 140734429764144 139694810560872 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19005/tid=19017] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19017/stat : 19017 (java) S 19002 19005 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107239373 10060525568 685309 33554432000 1073741824 1073778376 140734429764144 139694809507192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19005/tid=19018] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19018/stat : 19018 (java) S 19002 19005 17726 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 107239373 10060525568 685309 33554432000 1073741824 1073778376 140734429764144 139694808454024 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19005/tid=19019] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19019/stat : 19019 (java) S 19002 19005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107239375 10060525568 685309 33554432000 1073741824 1073778376 140734429764144 139694807402768 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19005/tid=19020] ppid=19002 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/19005/task/19020/stat : 19020 (java) S 19002 19005 17726 0 -1 4202560 11415 0 0 0 181 2 0 0 20 0 22 0 107239375 10060525568 685309 33554432000 1073741824 1073778376 140734429764144 139694806350648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19005/tid=19021] ppid=19002 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/19005/task/19021/stat : 19021 (java) S 19002 19005 17726 0 -1 4202560 12738 0 0 0 119 3 0 0 20 0 22 0 107239375 10060525568 685309 33554432000 1073741824 1073778376 140734429764144 139694805298104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19005/tid=19022] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19022/stat : 19022 (java) S 19002 19005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107239375 10060525568 685309 33554432000 1073741824 1073778376 140734429764144 139694804245240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19005/tid=19023] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19023/stat : 19023 (java) S 19002 19005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107239375 10060525568 685309 33554432000 1073741824 1073778376 140734429764144 139694803192904 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19005/tid=19027] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19027/stat : 19027 (java) S 19002 19005 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107239389 10060525568 685309 33554432000 1073741824 1073778376 140734429764144 139694798980008 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19005/tid=19043] ppid=19002 vsize=9824732 CPUtime=21.33 cores=1,3,5,7
/proc/19005/task/19043/stat : 19043 (java) R 19002 19005 17726 0 -1 4202560 12 0 0 0 2133 0 0 0 20 0 22 0 107240090 10060525568 685309 33554432000 1073741824 1073778376 140734429764144 139694801075984 139695305026812 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19005/tid=19044] ppid=19002 vsize=9824732 CPUtime=21.35 cores=1,3,5,7
/proc/19005/task/19044/stat : 19044 (java) R 19002 19005 17726 0 -1 4202560 1079 0 0 0 2106 29 0 0 20 0 22 0 107240090 10060525568 685309 33554432000 1073741824 1073778376 140734429764144 139694800031568 139695304930229 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19005/tid=19045] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19045/stat : 19045 (java) S 19002 19005 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107240090 10060525568 685309 33554432000 1073741824 1073778376 140734429764144 139694802138792 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 57.99
Current children cumulated vsize (KiB) 9824732

[startup+29.2009 s]
/proc/loadavg: 4.28 4.17 3.35 5/219 19048
/proc/meminfo: memFree=24721420/32872528 swapFree=16636/1570076
[pid=19005] ppid=19002 vsize=9824732 CPUtime=58.58 cores=1,3,5,7
/proc/19005/stat : 19005 (java) S 19002 19005 17726 0 -1 4202496 31366 0 1 0 5786 72 0 0 20 0 19 0 107239369 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 140734429755280 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19005/statm: 2456183 685302 2285 9 0 2446860 0
[pid=19005/tid=19007] ppid=19002 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/19005/task/19007/stat : 19007 (java) S 19002 19005 17726 0 -1 4202560 2433 0 1 0 16 2 0 0 20 0 19 0 107239370 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 139695457612664 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19005/tid=19008] ppid=19002 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/19005/task/19008/stat : 19008 (java) S 19002 19005 17726 0 -1 4202560 78 0 0 0 9 2 0 0 20 0 19 0 107239371 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 139695430064552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19005/tid=19009] ppid=19002 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/19005/task/19009/stat : 19009 (java) S 19002 19005 17726 0 -1 4202560 39 0 0 0 4 2 0 0 20 0 19 0 107239371 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 139695429012008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19005/tid=19010] ppid=19002 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/19005/task/19010/stat : 19010 (java) S 19002 19005 17726 0 -1 4202560 176 0 0 0 6 1 0 0 20 0 19 0 107239371 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 139695427958952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19005/tid=19011] ppid=19002 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/19005/task/19011/stat : 19011 (java) S 19002 19005 17726 0 -1 4202560 55 0 0 0 7 2 0 0 20 0 19 0 107239371 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 139695426906408 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19005/tid=19012] ppid=19002 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/19005/task/19012/stat : 19012 (java) S 19002 19005 17726 0 -1 4202560 235 0 0 0 7 2 0 0 20 0 19 0 107239371 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 139695425854376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19005/tid=19013] ppid=19002 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/19005/task/19013/stat : 19013 (java) S 19002 19005 17726 0 -1 4202560 40 0 0 0 4 2 0 0 20 0 19 0 107239371 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 139695424801832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19005/tid=19014] ppid=19002 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/19005/task/19014/stat : 19014 (java) S 19002 19005 17726 0 -1 4202560 168 0 0 0 6 1 0 0 20 0 19 0 107239371 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 139695423748776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19005/tid=19015] ppid=19002 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/19005/task/19015/stat : 19015 (java) S 19002 19005 17726 0 -1 4202560 52 0 0 0 8 3 0 0 20 0 19 0 107239371 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 139695293508392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19005/tid=19016] ppid=19002 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/19005/task/19016/stat : 19016 (java) S 19002 19005 17726 0 -1 4202560 1222 0 0 0 0 2 0 0 20 0 19 0 107239372 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 139694810560872 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19005/tid=19017] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19017/stat : 19017 (java) S 19002 19005 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107239373 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 139694809507192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19005/tid=19018] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19018/stat : 19018 (java) S 19002 19005 17726 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 107239373 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 139694808454024 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19005/tid=19019] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19019/stat : 19019 (java) S 19002 19005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107239375 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 139694807402768 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19005/tid=19020] ppid=19002 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/19005/task/19020/stat : 19020 (java) S 19002 19005 17726 0 -1 4202560 11415 0 0 0 181 2 0 0 20 0 19 0 107239375 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 139694806350648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19005/tid=19021] ppid=19002 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/19005/task/19021/stat : 19021 (java) S 19002 19005 17726 0 -1 4202560 12738 0 0 0 119 3 0 0 20 0 19 0 107239375 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 139694805298104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19005/tid=19022] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19022/stat : 19022 (java) S 19002 19005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107239375 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 139694804245240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19005/tid=19023] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19023/stat : 19023 (java) S 19002 19005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107239375 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 139694803192904 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19005/tid=19027] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19027/stat : 19027 (java) S 19002 19005 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107239389 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 139694798980008 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 58.58
Current children cumulated vsize (KiB) 9824732

[startup+29.3013 s]
/proc/loadavg: 4.28 4.17 3.35 5/219 19048
/proc/meminfo: memFree=24721420/32872528 swapFree=16636/1570076
[pid=19005] ppid=19002 vsize=9824732 CPUtime=58.69 cores=1,3,5,7
/proc/19005/stat : 19005 (java) S 19002 19005 17726 0 -1 4202496 31366 0 1 0 5797 72 0 0 20 0 19 0 107239369 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 140734429755280 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19005/statm: 2456183 685302 2285 9 0 2446860 0
[pid=19005/tid=19007] ppid=19002 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/19005/task/19007/stat : 19007 (java) R 19002 19005 17726 0 -1 4202560 2433 0 1 0 25 2 0 0 20 0 19 0 107239370 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 139695457611192 139695305016717 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19005/tid=19008] ppid=19002 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/19005/task/19008/stat : 19008 (java) S 19002 19005 17726 0 -1 4202560 78 0 0 0 9 2 0 0 20 0 19 0 107239371 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 139695430064552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19005/tid=19009] ppid=19002 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/19005/task/19009/stat : 19009 (java) S 19002 19005 17726 0 -1 4202560 39 0 0 0 4 2 0 0 20 0 19 0 107239371 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 139695429012008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19005/tid=19010] ppid=19002 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/19005/task/19010/stat : 19010 (java) S 19002 19005 17726 0 -1 4202560 176 0 0 0 6 1 0 0 20 0 19 0 107239371 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 139695427958952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19005/tid=19011] ppid=19002 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/19005/task/19011/stat : 19011 (java) S 19002 19005 17726 0 -1 4202560 55 0 0 0 7 2 0 0 20 0 19 0 107239371 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 139695426906408 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19005/tid=19012] ppid=19002 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/19005/task/19012/stat : 19012 (java) S 19002 19005 17726 0 -1 4202560 235 0 0 0 7 2 0 0 20 0 19 0 107239371 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 139695425854376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19005/tid=19013] ppid=19002 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/19005/task/19013/stat : 19013 (java) S 19002 19005 17726 0 -1 4202560 40 0 0 0 4 2 0 0 20 0 19 0 107239371 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 139695424801832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19005/tid=19014] ppid=19002 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/19005/task/19014/stat : 19014 (java) S 19002 19005 17726 0 -1 4202560 168 0 0 0 6 1 0 0 20 0 19 0 107239371 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 139695423748776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19005/tid=19015] ppid=19002 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/19005/task/19015/stat : 19015 (java) S 19002 19005 17726 0 -1 4202560 52 0 0 0 8 3 0 0 20 0 19 0 107239371 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 139695293508392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19005/tid=19016] ppid=19002 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/19005/task/19016/stat : 19016 (java) S 19002 19005 17726 0 -1 4202560 1222 0 0 0 0 2 0 0 20 0 19 0 107239372 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 139694810560872 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19005/tid=19017] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19017/stat : 19017 (java) S 19002 19005 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107239373 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 139694809507192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19005/tid=19018] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19018/stat : 19018 (java) S 19002 19005 17726 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 107239373 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 139694808454024 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19005/tid=19019] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19019/stat : 19019 (java) S 19002 19005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107239375 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 139694807402768 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19005/tid=19020] ppid=19002 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/19005/task/19020/stat : 19020 (java) S 19002 19005 17726 0 -1 4202560 11415 0 0 0 183 2 0 0 20 0 19 0 107239375 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 139694806350648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19005/tid=19021] ppid=19002 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/19005/task/19021/stat : 19021 (java) S 19002 19005 17726 0 -1 4202560 12738 0 0 0 119 3 0 0 20 0 19 0 107239375 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 139694805298104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19005/tid=19022] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19022/stat : 19022 (java) S 19002 19005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107239375 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 139694804245240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19005/tid=19023] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19023/stat : 19023 (java) S 19002 19005 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107239375 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 139694803192904 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19005/tid=19027] ppid=19002 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19005/task/19027/stat : 19027 (java) S 19002 19005 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107239389 10060525568 685302 33554432000 1073741824 1073778376 140734429764144 139694798980008 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 58.69
Current children cumulated vsize (KiB) 9824732

Child status: 30

# 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.0099988
#  lost CPU user time (s): 0.0300007
#  lost CPU system time (s): -0.02

Real time (s): 29.3543
CPU time (s): 58.8151
CPU user time (s): 57.9532
CPU system time (s): 0.861865
CPU usage (%): 200.363
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.9232
system time used= 0.881865
maximum resident set size= 2751124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31378
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= 1547
involuntary context switches= 1590

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.209968 second user time and 0.270958 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-07 00:44:30
IDJOB=4081822
IDBENCH=47998
IDSOLVER=2543
FILE ID=node140/4081822-1465253070
RUNJOBID= node140-1465252001-17743
PBS_JOBID= 19843256
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=139-P1=101-P2=227-P3=251-P4=227-P5=251-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081822-1465253070/watcher-4081822-1465253070 -o /tmp/evaluation-result-4081822-1465253070/solver-4081822-1465253070 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465252001-17743 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081822-1465253070.opb

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

MD5SUM BENCH= 1d3dc680e7fede194f84acfa61415e9b
RANDOM SEED=314384571

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27574116 kB
Buffers:           60892 kB
Cached:            79076 kB
SwapCached:         1744 kB
Active:          2906176 kB
Inactive:          95548 kB
Active(anon):    2861772 kB
Inactive(anon):     2608 kB
Active(file):      44404 kB
Inactive(file):    92940 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098608 kB
Dirty:               880 kB
Writeback:             0 kB
AnonPages:       4458208 kB
Mapped:            15416 kB
Shmem:                 0 kB
Slab:             568360 kB
SReclaimable:      12500 kB
SUnreclaim:       555860 kB
KernelStack:        1784 kB
PageTables:        12800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5080544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4384768 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= 71740 MiB
End job on node140 at 2016-06-07 00:45:00