Trace number 4119385

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 PB16OPT-104 96.0004 54.7637

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-autocorr_bern20-05.opb
MD5SUMc40168132c6dbc13e94fd90f09e366ad
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-104
Best CPU time to get the best result obtained on this benchmark39.52
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
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 constraints0
Minimum length of a constraint-1
Maximum length of a constraint0
Number of terms in the objective function 207
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 4096
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 4096
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)187
Sum of products size (including duplicates)524
Number of different products0
Sum of products size0

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-4119385-1467254819.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.17	c ... done. Wall clock time 0.05s.
0.09/0.17	c declared #vars     20
0.09/0.17	c internal #vars     207
0.09/0.17	c #constraints  374
0.09/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 187
0.09/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 187
0.09/0.17	c 374 constraints processed.
0.09/0.17	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 187
0.09/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 187
0.09/0.17	c 374 constraints processed.
0.09/0.17	c objective function length is 207 literals
0.09/0.18	c And the winner is solver0
0.19/0.67	c SATISFIABLE
0.19/0.67	c OPTIMIZING...
0.19/0.67	c Got one! Elapsed wall clock time (in seconds):0.554
0.19/0.68	o -62
0.19/0.68	c And the winner is solver0
0.20/1.18	c Got one! Elapsed wall clock time (in seconds):1.059
0.20/1.18	o -64
0.20/1.19	c And the winner is solver0
0.21/1.68	c Got one! Elapsed wall clock time (in seconds):1.562
0.21/1.68	o -66
0.21/1.69	c And the winner is solver0
0.23/2.19	c Got one! Elapsed wall clock time (in seconds):2.066
0.23/2.19	o -80
0.28/2.29	c And the winner is solver0
1.11/2.69	c Got one! Elapsed wall clock time (in seconds):2.568
1.11/2.69	o -82
1.11/2.69	c And the winner is solver0
1.11/3.19	c Got one! Elapsed wall clock time (in seconds):3.07
1.11/3.19	o -84
1.11/3.20	c And the winner is solver0
1.18/3.69	c Got one! Elapsed wall clock time (in seconds):3.573
1.18/3.69	o -88
1.18/3.70	c And the winner is solver0
1.18/4.19	c Got one! Elapsed wall clock time (in seconds):4.074
1.18/4.19	o -89
1.18/4.20	c And the winner is solver0
1.19/4.70	c Got one! Elapsed wall clock time (in seconds):4.576
1.19/4.70	o -90
1.19/4.71	c And the winner is solver0
1.35/5.20	c Got one! Elapsed wall clock time (in seconds):5.078
1.35/5.20	o -96
1.35/5.21	c And the winner is solver0
1.36/5.70	c Got one! Elapsed wall clock time (in seconds):5.58
1.36/5.70	o -97
1.36/5.70	c And the winner is solver0
1.36/6.20	c Got one! Elapsed wall clock time (in seconds):6.081
1.36/6.20	o -98
1.36/6.23	c And the winner is solver0
1.46/6.70	c Got one! Elapsed wall clock time (in seconds):6.583
1.46/6.70	o -100
1.46/6.71	c And the winner is solver0
1.47/7.20	c Got one! Elapsed wall clock time (in seconds):7.085
1.47/7.20	o -102
1.47/7.21	c And the winner is solver0
1.47/7.71	c Got one! Elapsed wall clock time (in seconds):7.586
1.47/7.71	o -103
1.47/7.71	c And the winner is solver0
1.48/8.21	c Got one! Elapsed wall clock time (in seconds):8.088
1.48/8.21	o -104
2.97/8.61	c cleaning 2939 clauses out of 5882 with flag 11036/5882
4.51/9.04	c cleaning 4471 clauses out of 8943 with flag 24624/11882
5.67/9.58	c cleaning 5734 clauses out of 11472 with flag 41487/18882
7.11/10.24	c cleaning 6869 clauses out of 13738 with flag 61114/26882
8.79/11.07	c cleaning 7935 clauses out of 15870 with flag 83537/35883
10.68/11.97	c cleaning 8968 clauses out of 17935 with flag 107828/45883
12.65/12.90	c cleaning 9983 clauses out of 19966 with flag 134697/56882
14.89/14.05	c cleaning 10992 clauses out of 21983 with flag 164146/68882
17.71/15.41	c cleaning 11996 clauses out of 23991 with flag 194988/81882
20.56/16.90	c cleaning 12998 clauses out of 25995 with flag 226827/95882
23.96/18.55	c cleaning 13997 clauses out of 27998 with flag 260619/110883
27.87/20.45	c cleaning 15001 clauses out of 30001 with flag 295343/126883
31.86/22.43	c cleaning 15999 clauses out of 31999 with flag 332142/143882
37.07/24.88	c cleaning 17000 clauses out of 34000 with flag 372433/161882
42.48/27.54	c cleaning 18000 clauses out of 36000 with flag 414924/180882
48.53/30.52	c cleaning 19000 clauses out of 38000 with flag 458501/200882
54.13/33.38	c cleaning 19995 clauses out of 40000 with flag 506638/221882
60.81/36.65	c cleaning 20998 clauses out of 42005 with flag 556629/243882
67.41/39.99	c cleaning 22001 clauses out of 44007 with flag 609138/266882
75.70/44.01	c cleaning 23002 clauses out of 46006 with flag 661118/290882
84.49/48.41	c cleaning 24002 clauses out of 48003 with flag 713398/315882
93.20/52.70	c cleaning 25000 clauses out of 50000 with flag 766169/341883
95.35/53.78	c And the winner is solver0
95.87/54.75	c >>>>>>>>>> Solver number 0 (17 answers) <<<<<<<<<<<<<<<<<<
95.87/54.75	c starts		: 278
95.87/54.75	c conflicts		: 349528
95.87/54.75	c decisions		: 367274
95.87/54.75	c propagations		: 5647289
95.87/54.75	c inspects		: 700027162
95.87/54.75	c shortcuts		: 0
95.87/54.75	c learnt literals	: 14
95.87/54.75	c learnt binary clauses	: 125
95.87/54.75	c learnt ternary clauses	: 500
95.87/54.75	c learnt constraints	: 349513
95.87/54.75	c ignored constraints	: 0
95.87/54.75	c root simplifications	: 0
95.87/54.75	c removed literals (reason simplification)	: 3868029
95.87/54.75	c reason swapping (by a shorter reason)	: 0
95.87/54.75	c Calls to reduceDB	: 22
95.87/54.75	c Number of update (reduction) of LBD	: 3132
95.87/54.75	c Imported unit clauses	: 0
95.87/54.75	c number of reductions to clauses (during analyze)	: 0
95.87/54.75	c number of learned constraints concerned by reduction	: 0
95.87/54.75	c number of learning phase by resolution	: 0
95.87/54.75	c number of learning phase by cutting planes	: 0
95.87/54.75	c speed (assignments/second)	: 103487.06248854681
95.87/54.75	c non guided choices	0
95.87/54.75	c learnt constraints type 
95.87/54.75	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
95.87/54.75	c starts		: 34
95.87/54.75	c conflicts		: 3863
95.87/54.75	c decisions		: 4425
95.87/54.75	c propagations		: 84348
95.87/54.75	c inspects		: 67316798
95.87/54.75	c shortcuts		: 0
95.87/54.75	c learnt literals	: 0
95.87/54.75	c learnt binary clauses	: 0
95.87/54.75	c learnt ternary clauses	: 2
95.87/54.75	c learnt constraints	: 3854
95.87/54.75	c ignored constraints	: 0
95.87/54.75	c root simplifications	: 0
95.87/54.75	c removed literals (reason simplification)	: 0
95.87/54.75	c reason swapping (by a shorter reason)	: 0
95.87/54.75	c Calls to reduceDB	: 0
95.87/54.75	c Number of update (reduction) of LBD	: 0
95.87/54.75	c Imported unit clauses	: 0
95.87/54.75	c number of reductions to clauses (during analyze)	: 0
95.87/54.75	c number of learned constraints concerned by reduction	: 0
95.87/54.75	c number of learning phase by resolution	: 0
95.87/54.75	c number of learning phase by cutting planes	: 0
95.87/54.75	c speed (assignments/second)	: 1812.49328491308
95.87/54.75	c non guided choices	0
95.87/54.75	c learnt constraints type 
95.87/54.75	s OPTIMUM FOUND
95.87/54.75	c Found 16 solution(s)
95.87/54.75	v x1 -x2 x3 x4 x5 x6 -x7 x8 x9 x10 -x11 x12 x13 x14 -x15 x16 x17 x18 -x19 x20 
95.87/54.75	c objective function=-104
95.87/54.75	c Total wall clock time (in seconds): 54.628

Verifier Data

OK	-104

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-4119385-1467254819/watcher-4119385-1467254819 -o /tmp/evaluation-result-4119385-1467254819/solver-4119385-1467254819 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1467248484-5592 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4119385-1467254819.opb 

pid=8579
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: 3.65 3.85 3.86 4/195 8582
/proc/meminfo: memFree=29779120/32872528 swapFree=239532/272236
[pid=8582] ppid=8579 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/8582/stat : 8582 (java) S 8579 8582 5416 0 -1 4202496 1282 0 0 0 0 0 0 0 20 0 2 0 4512973 94019584 916 33554432000 1073741824 1073778376 140736114385072 140736114376208 251146567741 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8582/statm: 22954 916 697 9 0 16769 0
[pid=8582/tid=8583] ppid=8579 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8583/stat : 8583 (java) D 8579 8582 5416 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 4512974 94019584 916 33554432000 1073741824 1073778376 140736114385072 139738812399144 251134045479 0 0 4096 0 18446744072100588836 0 0 -1 2 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 3.65 3.85 3.86 4/195 8582
/proc/meminfo: memFree=29779120/32872528 swapFree=239532/272236
[pid=8582] ppid=8579 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/8582/stat : 8582 (java) S 8579 8582 5416 0 -1 4202496 4409 0 1 0 8 1 0 0 20 0 18 0 4512973 9787879424 6040 33554432000 1073741824 1073778376 140736114385072 140736114376208 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8582/statm: 2389619 6040 2126 9 0 2380296 0
[pid=8582/tid=8583] ppid=8579 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/8582/task/8583/stat : 8583 (java) R 8579 8582 5416 0 -1 4202560 2385 0 1 0 6 0 0 0 20 0 18 0 4512974 9787879424 6040 33554432000 1073741824 1073778376 140736114385072 139738812402592 251146593549 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200338 s]
/proc/loadavg: 3.65 3.85 3.86 4/195 8582
/proc/meminfo: memFree=29779120/32872528 swapFree=239532/272236
[pid=8582] ppid=8579 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/8582/stat : 8582 (java) S 8579 8582 5416 0 -1 4202496 4605 0 1 0 18 1 0 0 20 0 19 0 4512973 10060525568 7726 33554432000 1073741824 1073778376 140736114385072 140736114376208 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8582/statm: 2456183 7726 2183 9 0 2446860 0
[pid=8582/tid=8583] ppid=8579 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/8582/task/8583/stat : 8583 (java) S 8579 8582 5416 0 -1 4202560 2409 0 1 0 14 0 0 0 20 0 19 0 4512974 10060525568 7726 33554432000 1073741824 1073778376 140736114385072 139738812404600 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9824732

[startup+0.300305 s]
/proc/loadavg: 3.65 3.85 3.86 4/195 8582
/proc/meminfo: memFree=29779120/32872528 swapFree=239532/272236
[pid=8582] ppid=8579 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/8582/stat : 8582 (java) S 8579 8582 5416 0 -1 4202496 4605 0 1 0 18 1 0 0 20 0 19 0 4512973 10060525568 7726 33554432000 1073741824 1073778376 140736114385072 140736114376208 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8582/statm: 2456183 7726 2183 9 0 2446860 0
[pid=8582/tid=8583] ppid=8579 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/8582/task/8583/stat : 8583 (java) S 8579 8582 5416 0 -1 4202560 2409 0 1 0 14 0 0 0 20 0 19 0 4512974 10060525568 7726 33554432000 1073741824 1073778376 140736114385072 139738812404600 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9824732

[startup+0.7003 s]
/proc/loadavg: 3.65 3.85 3.86 4/195 8582
/proc/meminfo: memFree=29779120/32872528 swapFree=239532/272236
[pid=8582] ppid=8579 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/8582/stat : 8582 (java) S 8579 8582 5416 0 -1 4202496 4632 0 1 0 19 1 0 0 20 0 19 0 4512973 10060525568 8767 33554432000 1073741824 1073778376 140736114385072 140736114376208 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8582/statm: 2456183 8767 2199 9 0 2446860 0
[pid=8582/tid=8583] ppid=8579 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/8582/task/8583/stat : 8583 (java) S 8579 8582 5416 0 -1 4202560 2409 0 1 0 14 0 0 0 20 0 19 0 4512974 10060525568 8767 33554432000 1073741824 1073778376 140736114385072 139738812404600 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 9824732

[startup+1.50078 s]
/proc/loadavg: 3.65 3.85 3.86 1/213 8613
/proc/meminfo: memFree=29751776/32872528 swapFree=239532/272236
[pid=8582] ppid=8579 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/8582/stat : 8582 (java) S 8579 8582 5416 0 -1 4202496 4659 0 1 0 20 1 0 0 20 0 19 0 4512973 10060525568 9805 33554432000 1073741824 1073778376 140736114385072 140736114376208 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8582/statm: 2456183 9805 2204 9 0 2446860 0
[pid=8582/tid=8583] ppid=8579 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/8582/task/8583/stat : 8583 (java) S 8579 8582 5416 0 -1 4202560 2409 0 1 0 15 0 0 0 20 0 19 0 4512974 10060525568 9805 33554432000 1073741824 1073778376 140736114385072 139738812404600 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8582/tid=8585] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8585/stat : 8585 (java) S 8579 8582 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512975 10060525568 9805 33554432000 1073741824 1073778376 140736114385072 139738784856360 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8586] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8586/stat : 8586 (java) S 8579 8582 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512975 10060525568 9805 33554432000 1073741824 1073778376 140736114385072 139738783803560 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8582/tid=8587] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8587/stat : 8587 (java) S 8579 8582 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512975 10060525568 9805 33554432000 1073741824 1073778376 140736114385072 139738782751272 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8582/tid=8588] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8588/stat : 8588 (java) S 8579 8582 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512975 10060525568 9805 33554432000 1073741824 1073778376 140736114385072 139738781698472 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8589] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8589/stat : 8589 (java) S 8579 8582 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512975 10060525568 9805 33554432000 1073741824 1073778376 140736114385072 139738780646184 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8582/tid=8590] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8590/stat : 8590 (java) S 8579 8582 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512975 10060525568 9805 33554432000 1073741824 1073778376 140736114385072 139738779593384 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8591] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8591/stat : 8591 (java) S 8579 8582 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512975 10060525568 9805 33554432000 1073741824 1073778376 140736114385072 139738778541096 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8582/tid=8592] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8592/stat : 8592 (java) S 8579 8582 5416 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4512975 10060525568 9805 33554432000 1073741824 1073778376 140736114385072 139738777488296 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8593] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8593/stat : 8593 (java) S 8579 8582 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4512976 10060525568 9805 33554432000 1073741824 1073778376 140736114385072 139738166044904 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8582/tid=8594] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8594/stat : 8594 (java) S 8579 8582 5416 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4512977 10060525568 9805 33554432000 1073741824 1073778376 140736114385072 139738164990968 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8595] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8595/stat : 8595 (java) S 8579 8582 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4512977 10060525568 9805 33554432000 1073741824 1073778376 140736114385072 139738163938568 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8596] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8596/stat : 8596 (java) S 8579 8582 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512979 10060525568 9805 33554432000 1073741824 1073778376 140736114385072 139738162887056 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8597] ppid=8579 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/8582/task/8597/stat : 8597 (java) S 8579 8582 5416 0 -1 4202560 373 0 0 0 1 0 0 0 20 0 19 0 4512979 10060525568 9805 33554432000 1073741824 1073778376 140736114385072 139738161834680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8598] ppid=8579 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/8582/task/8598/stat : 8598 (java) S 8579 8582 5416 0 -1 4202560 532 0 0 0 1 0 0 0 20 0 19 0 4512979 10060525568 9805 33554432000 1073741824 1073778376 140736114385072 139738160781880 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8582/tid=8599] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8599/stat : 8599 (java) S 8579 8582 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512979 10060525568 9805 33554432000 1073741824 1073778376 140736114385072 139738159729784 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8582/tid=8600] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8600/stat : 8600 (java) S 8579 8582 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512979 10060525568 9805 33554432000 1073741824 1073778376 140736114385072 139738158677192 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8582/tid=8603] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8603/stat : 8603 (java) S 8579 8582 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4512991 10060525568 9805 33554432000 1073741824 1073778376 140736114385072 139738155517096 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9824732

[startup+3.10079 s]
/proc/loadavg: 3.65 3.85 3.86 6/219 8628
/proc/meminfo: memFree=29683192/32872528 swapFree=239532/272236
[pid=8582] ppid=8579 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/8582/stat : 8582 (java) S 8579 8582 5416 0 -1 4202496 12924 0 1 0 107 4 0 0 20 0 19 0 4512973 10060525568 17207 33554432000 1073741824 1073778376 140736114385072 140736114376208 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8582/statm: 2456183 17207 2234 9 0 2446860 0
[pid=8582/tid=8583] ppid=8579 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/8582/task/8583/stat : 8583 (java) S 8579 8582 5416 0 -1 4202560 2409 0 1 0 16 0 0 0 20 0 19 0 4512974 10060525568 17207 33554432000 1073741824 1073778376 140736114385072 139738812404600 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8582/tid=8585] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8585/stat : 8585 (java) S 8579 8582 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512975 10060525568 17207 33554432000 1073741824 1073778376 140736114385072 139738784856360 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8586] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8586/stat : 8586 (java) S 8579 8582 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512975 10060525568 17207 33554432000 1073741824 1073778376 140736114385072 139738783803560 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8582/tid=8587] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8587/stat : 8587 (java) S 8579 8582 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512975 10060525568 17207 33554432000 1073741824 1073778376 140736114385072 139738782751272 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8582/tid=8588] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8588/stat : 8588 (java) S 8579 8582 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512975 10060525568 17207 33554432000 1073741824 1073778376 140736114385072 139738781698472 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8589] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8589/stat : 8589 (java) S 8579 8582 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512975 10060525568 17207 33554432000 1073741824 1073778376 140736114385072 139738780646184 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8582/tid=8590] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8590/stat : 8590 (java) S 8579 8582 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512975 10060525568 17207 33554432000 1073741824 1073778376 140736114385072 139738779593384 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8591] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8591/stat : 8591 (java) S 8579 8582 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512975 10060525568 17207 33554432000 1073741824 1073778376 140736114385072 139738778541096 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8582/tid=8592] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8592/stat : 8592 (java) S 8579 8582 5416 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4512975 10060525568 17207 33554432000 1073741824 1073778376 140736114385072 139738777488296 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8593] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8593/stat : 8593 (java) S 8579 8582 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4512976 10060525568 17207 33554432000 1073741824 1073778376 140736114385072 139738166044904 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8582/tid=8594] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8594/stat : 8594 (java) S 8579 8582 5416 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4512977 10060525568 17207 33554432000 1073741824 1073778376 140736114385072 139738164990968 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8595] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8595/stat : 8595 (java) S 8579 8582 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4512977 10060525568 17207 33554432000 1073741824 1073778376 140736114385072 139738163938568 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8596] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8596/stat : 8596 (java) S 8579 8582 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512979 10060525568 17207 33554432000 1073741824 1073778376 140736114385072 139738162887056 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8597] ppid=8579 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/8582/task/8597/stat : 8597 (java) S 8579 8582 5416 0 -1 4202560 6103 0 0 0 39 1 0 0 20 0 19 0 4512979 10060525568 17207 33554432000 1073741824 1073778376 140736114385072 139738161834680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8598] ppid=8579 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/8582/task/8598/stat : 8598 (java) S 8579 8582 5416 0 -1 4202560 3035 0 0 0 29 0 0 0 20 0 19 0 4512979 10060525568 17207 33554432000 1073741824 1073778376 140736114385072 139738160781880 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8582/tid=8599] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8599/stat : 8599 (java) S 8579 8582 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512979 10060525568 17207 33554432000 1073741824 1073778376 140736114385072 139738159729784 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8582/tid=8600] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8600/stat : 8600 (java) S 8579 8582 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512979 10060525568 17207 33554432000 1073741824 1073778376 140736114385072 139738158677192 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8582/tid=8603] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8603/stat : 8603 (java) S 8579 8582 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4512991 10060525568 17207 33554432000 1073741824 1073778376 140736114385072 139738155517096 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9824732
heavy processes:

[startup+6.3008 s]
/proc/loadavg: 3.52 3.82 3.85 3/216 8646
/proc/meminfo: memFree=29555812/32872528 swapFree=239532/272236
[pid=8582] ppid=8579 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/8582/stat : 8582 (java) S 8579 8582 5416 0 -1 4202496 15153 0 1 0 135 11 0 0 20 0 19 0 4512973 10060525568 24977 33554432000 1073741824 1073778376 140736114385072 140736114376208 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8582/statm: 2456183 24977 2250 9 0 2446860 0
[pid=8582/tid=8583] ppid=8579 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/8582/task/8583/stat : 8583 (java) S 8579 8582 5416 0 -1 4202560 2411 0 1 0 17 0 0 0 20 0 19 0 4512974 10060525568 24977 33554432000 1073741824 1073778376 140736114385072 139738812404600 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8582/tid=8585] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8585/stat : 8585 (java) S 8579 8582 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512975 10060525568 24977 33554432000 1073741824 1073778376 140736114385072 139738784856360 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8586] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8586/stat : 8586 (java) S 8579 8582 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512975 10060525568 24977 33554432000 1073741824 1073778376 140736114385072 139738783803560 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8582/tid=8587] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8587/stat : 8587 (java) S 8579 8582 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512975 10060525568 24977 33554432000 1073741824 1073778376 140736114385072 139738782751272 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8582/tid=8588] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8588/stat : 8588 (java) S 8579 8582 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512975 10060525568 24977 33554432000 1073741824 1073778376 140736114385072 139738781698472 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8589] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8589/stat : 8589 (java) S 8579 8582 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512975 10060525568 24977 33554432000 1073741824 1073778376 140736114385072 139738780646184 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8582/tid=8590] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8590/stat : 8590 (java) S 8579 8582 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512975 10060525568 24977 33554432000 1073741824 1073778376 140736114385072 139738779593384 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8591] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8591/stat : 8591 (java) S 8579 8582 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512975 10060525568 24977 33554432000 1073741824 1073778376 140736114385072 139738778541096 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8582/tid=8592] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8592/stat : 8592 (java) S 8579 8582 5416 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4512975 10060525568 24977 33554432000 1073741824 1073778376 140736114385072 139738777488296 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8593] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8593/stat : 8593 (java) S 8579 8582 5416 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4512976 10060525568 24977 33554432000 1073741824 1073778376 140736114385072 139738166044904 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8582/tid=8594] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8594/stat : 8594 (java) S 8579 8582 5416 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4512977 10060525568 24977 33554432000 1073741824 1073778376 140736114385072 139738164990968 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8595] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8595/stat : 8595 (java) S 8579 8582 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4512977 10060525568 24977 33554432000 1073741824 1073778376 140736114385072 139738163938568 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8596] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8596/stat : 8596 (java) S 8579 8582 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512979 10060525568 24977 33554432000 1073741824 1073778376 140736114385072 139738162887056 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8597] ppid=8579 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/8582/task/8597/stat : 8597 (java) S 8579 8582 5416 0 -1 4202560 6111 0 0 0 44 1 0 0 20 0 19 0 4512979 10060525568 24977 33554432000 1073741824 1073778376 140736114385072 139738161834680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

/proc/8582/task/8594/stat : 8594 (java) S 8579 8582 5416 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4512977 10060525568 726750 33554432000 1073741824 1073778376 140736114385072 139738164990968 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8582/tid=8595] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8595/stat : 8595 (java) S 8579 8582 5416 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 4512977 10060525568 726750 33554432000 1073741824 1073778376 140736114385072 139738163938568 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8582/tid=8596] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8596/stat : 8596 (java) S 8579 8582 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4512979 10060525568 726750 33554432000 1073741824 1073778376 140736114385072 139738162887056 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8597] ppid=8579 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/8582/task/8597/stat : 8597 (java) S 8579 8582 5416 0 -1 4202560 11725 0 0 0 137 3 0 0 20 0 22 0 4512979 10060525568 726750 33554432000 1073741824 1073778376 140736114385072 139738161834680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8582/tid=8598] ppid=8579 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/8582/task/8598/stat : 8598 (java) S 8579 8582 5416 0 -1 4202560 12425 0 0 0 169 2 0 0 20 0 22 0 4512979 10060525568 726750 33554432000 1073741824 1073778376 140736114385072 139738160781880 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8582/tid=8599] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8599/stat : 8599 (java) S 8579 8582 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4512979 10060525568 726750 33554432000 1073741824 1073778376 140736114385072 139738159729784 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8582/tid=8600] ppid=8579 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/8582/task/8600/stat : 8600 (java) S 8579 8582 5416 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 4512979 10060525568 726750 33554432000 1073741824 1073778376 140736114385072 139738158677192 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8603] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8603/stat : 8603 (java) S 8579 8582 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4512991 10060525568 726750 33554432000 1073741824 1073778376 140736114385072 139738155517096 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8582/tid=8664] ppid=8579 vsize=9824732 CPUtime=44.7 cores=0,2,4,6
/proc/8582/task/8664/stat : 8664 (java) R 8579 8582 5416 0 -1 4202560 54 0 0 0 4469 1 0 0 20 0 22 0 4513794 10060525568 726750 33554432000 1073741824 1073778376 140736114385072 139738154463880 139738657308206 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8665] ppid=8579 vsize=9824732 CPUtime=44.74 cores=0,2,4,6
/proc/8582/task/8665/stat : 8665 (java) R 8579 8582 5416 0 -1 4202560 1118 0 0 0 4440 34 0 0 20 0 22 0 4513794 10060525568 726750 33554432000 1073741824 1073778376 140736114385072 139738156567112 139738657439146 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8582/tid=8666] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8666/stat : 8666 (java) S 8579 8582 5416 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4513794 10060525568 726750 33554432000 1073741824 1073778376 140736114385072 139738157622440 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 95.15
Current children cumulated vsize (KiB) 9824732

[startup+54.4007 s]
/proc/loadavg: 3.82 3.86 3.86 3/216 8696
/proc/meminfo: memFree=26406288/32872528 swapFree=239532/272236
[pid=8582] ppid=8579 vsize=9824732 CPUtime=95.54 cores=0,2,4,6
/proc/8582/stat : 8582 (java) S 8579 8582 5416 0 -1 4202496 31489 0 1 0 9458 96 0 0 20 0 19 0 4512973 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 140736114376208 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8582/statm: 2456183 726737 2282 9 0 2446860 0
[pid=8582/tid=8583] ppid=8579 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/8582/task/8583/stat : 8583 (java) R 8579 8582 5416 0 -1 4202560 2414 0 1 0 30 0 0 0 20 0 19 0 4512974 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738812404264 139738657068994 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=8582/tid=8585] ppid=8579 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/8582/task/8585/stat : 8585 (java) S 8579 8582 5416 0 -1 4202560 120 0 0 0 12 5 0 0 20 0 19 0 4512975 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738784856360 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8582/tid=8586] ppid=8579 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/8582/task/8586/stat : 8586 (java) S 8579 8582 5416 0 -1 4202560 117 0 0 0 15 5 0 0 20 0 19 0 4512975 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738783803560 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8587] ppid=8579 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/8582/task/8587/stat : 8587 (java) S 8579 8582 5416 0 -1 4202560 140 0 0 0 17 6 0 0 20 0 19 0 4512975 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738782751272 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8588] ppid=8579 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/8582/task/8588/stat : 8588 (java) S 8579 8582 5416 0 -1 4202560 148 0 0 0 15 6 0 0 20 0 19 0 4512975 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738781698472 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8582/tid=8589] ppid=8579 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/8582/task/8589/stat : 8589 (java) S 8579 8582 5416 0 -1 4202560 110 0 0 0 17 5 0 0 20 0 19 0 4512975 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738780646184 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8582/tid=8590] ppid=8579 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/8582/task/8590/stat : 8590 (java) S 8579 8582 5416 0 -1 4202560 103 0 0 0 13 5 0 0 20 0 19 0 4512975 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738779593384 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8591] ppid=8579 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/8582/task/8591/stat : 8591 (java) S 8579 8582 5416 0 -1 4202560 153 0 0 0 18 6 0 0 20 0 19 0 4512975 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738778541096 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8592] ppid=8579 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/8582/task/8592/stat : 8592 (java) S 8579 8582 5416 0 -1 4202560 94 0 0 0 13 4 0 0 20 0 19 0 4512975 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738777488296 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8582/tid=8593] ppid=8579 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/8582/task/8593/stat : 8593 (java) S 8579 8582 5416 0 -1 4202560 1270 0 0 0 0 2 0 0 20 0 19 0 4512976 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738166044904 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8594] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8594/stat : 8594 (java) S 8579 8582 5416 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4512977 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738164990968 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8582/tid=8595] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8595/stat : 8595 (java) S 8579 8582 5416 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 4512977 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738163938568 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8582/tid=8596] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8596/stat : 8596 (java) S 8579 8582 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512979 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738162887056 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8597] ppid=8579 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/8582/task/8597/stat : 8597 (java) S 8579 8582 5416 0 -1 4202560 11725 0 0 0 137 3 0 0 20 0 19 0 4512979 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738161834680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8582/tid=8598] ppid=8579 vsize=9824732 CPUtime=1.73 cores=0,2,4,6
/proc/8582/task/8598/stat : 8598 (java) S 8579 8582 5416 0 -1 4202560 12425 0 0 0 171 2 0 0 20 0 19 0 4512979 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738160781880 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8582/tid=8599] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8599/stat : 8599 (java) S 8579 8582 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512979 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738159729784 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8582/tid=8600] ppid=8579 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/8582/task/8600/stat : 8600 (java) S 8579 8582 5416 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 4512979 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738158677192 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8582/tid=8603] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8603/stat : 8603 (java) S 8579 8582 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4512991 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738155517096 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 95.54
Current children cumulated vsize (KiB) 9824732

[startup+54.6006 s]
/proc/loadavg: 3.82 3.86 3.86 3/216 8696
/proc/meminfo: memFree=26406288/32872528 swapFree=239532/272236
[pid=8582] ppid=8579 vsize=9824732 CPUtime=95.74 cores=0,2,4,6
/proc/8582/stat : 8582 (java) S 8579 8582 5416 0 -1 4202496 31489 0 1 0 9478 96 0 0 20 0 19 0 4512973 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 140736114376208 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8582/statm: 2456183 726737 2282 9 0 2446860 0
[pid=8582/tid=8583] ppid=8579 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/8582/task/8583/stat : 8583 (java) R 8579 8582 5416 0 -1 4202560 2414 0 1 0 50 0 0 0 20 0 19 0 4512974 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738812404264 139738657068994 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=8582/tid=8585] ppid=8579 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/8582/task/8585/stat : 8585 (java) S 8579 8582 5416 0 -1 4202560 120 0 0 0 12 5 0 0 20 0 19 0 4512975 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738784856360 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8582/tid=8586] ppid=8579 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/8582/task/8586/stat : 8586 (java) S 8579 8582 5416 0 -1 4202560 117 0 0 0 15 5 0 0 20 0 19 0 4512975 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738783803560 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8587] ppid=8579 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/8582/task/8587/stat : 8587 (java) S 8579 8582 5416 0 -1 4202560 140 0 0 0 17 6 0 0 20 0 19 0 4512975 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738782751272 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8588] ppid=8579 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/8582/task/8588/stat : 8588 (java) S 8579 8582 5416 0 -1 4202560 148 0 0 0 15 6 0 0 20 0 19 0 4512975 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738781698472 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8582/tid=8589] ppid=8579 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/8582/task/8589/stat : 8589 (java) S 8579 8582 5416 0 -1 4202560 110 0 0 0 17 5 0 0 20 0 19 0 4512975 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738780646184 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8582/tid=8590] ppid=8579 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/8582/task/8590/stat : 8590 (java) S 8579 8582 5416 0 -1 4202560 103 0 0 0 13 5 0 0 20 0 19 0 4512975 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738779593384 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8591] ppid=8579 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/8582/task/8591/stat : 8591 (java) S 8579 8582 5416 0 -1 4202560 153 0 0 0 18 6 0 0 20 0 19 0 4512975 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738778541096 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8592] ppid=8579 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/8582/task/8592/stat : 8592 (java) S 8579 8582 5416 0 -1 4202560 94 0 0 0 13 4 0 0 20 0 19 0 4512975 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738777488296 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8582/tid=8593] ppid=8579 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/8582/task/8593/stat : 8593 (java) S 8579 8582 5416 0 -1 4202560 1270 0 0 0 0 2 0 0 20 0 19 0 4512976 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738166044904 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8594] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8594/stat : 8594 (java) S 8579 8582 5416 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4512977 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738164990968 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8582/tid=8595] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8595/stat : 8595 (java) S 8579 8582 5416 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 4512977 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738163938568 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8582/tid=8596] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8596/stat : 8596 (java) S 8579 8582 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512979 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738162887056 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8597] ppid=8579 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/8582/task/8597/stat : 8597 (java) S 8579 8582 5416 0 -1 4202560 11725 0 0 0 137 3 0 0 20 0 19 0 4512979 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738161834680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8582/tid=8598] ppid=8579 vsize=9824732 CPUtime=1.73 cores=0,2,4,6
/proc/8582/task/8598/stat : 8598 (java) S 8579 8582 5416 0 -1 4202560 12425 0 0 0 171 2 0 0 20 0 19 0 4512979 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738160781880 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8582/tid=8599] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8599/stat : 8599 (java) S 8579 8582 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512979 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738159729784 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8582/tid=8600] ppid=8579 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/8582/task/8600/stat : 8600 (java) S 8579 8582 5416 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 4512979 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738158677192 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8582/tid=8603] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8603/stat : 8603 (java) S 8579 8582 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4512991 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738155517096 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 95.74
Current children cumulated vsize (KiB) 9824732

[startup+54.7006 s]
/proc/loadavg: 3.82 3.86 3.86 3/216 8696
/proc/meminfo: memFree=26406288/32872528 swapFree=239532/272236
[pid=8582] ppid=8579 vsize=9824732 CPUtime=95.85 cores=0,2,4,6
/proc/8582/stat : 8582 (java) S 8579 8582 5416 0 -1 4202496 31489 0 1 0 9489 96 0 0 20 0 19 0 4512973 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 140736114376208 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8582/statm: 2456183 726737 2282 9 0 2446860 0
[pid=8582/tid=8583] ppid=8579 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/8582/task/8583/stat : 8583 (java) R 8579 8582 5416 0 -1 4202560 2414 0 1 0 60 0 0 0 20 0 19 0 4512974 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738812404360 139738657068994 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=8582/tid=8585] ppid=8579 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/8582/task/8585/stat : 8585 (java) S 8579 8582 5416 0 -1 4202560 120 0 0 0 12 5 0 0 20 0 19 0 4512975 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738784856360 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8582/tid=8586] ppid=8579 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/8582/task/8586/stat : 8586 (java) S 8579 8582 5416 0 -1 4202560 117 0 0 0 15 5 0 0 20 0 19 0 4512975 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738783803560 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8587] ppid=8579 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/8582/task/8587/stat : 8587 (java) S 8579 8582 5416 0 -1 4202560 140 0 0 0 17 6 0 0 20 0 19 0 4512975 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738782751272 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8588] ppid=8579 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/8582/task/8588/stat : 8588 (java) S 8579 8582 5416 0 -1 4202560 148 0 0 0 15 6 0 0 20 0 19 0 4512975 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738781698472 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8582/tid=8589] ppid=8579 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/8582/task/8589/stat : 8589 (java) S 8579 8582 5416 0 -1 4202560 110 0 0 0 17 5 0 0 20 0 19 0 4512975 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738780646184 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8582/tid=8590] ppid=8579 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/8582/task/8590/stat : 8590 (java) S 8579 8582 5416 0 -1 4202560 103 0 0 0 13 5 0 0 20 0 19 0 4512975 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738779593384 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8591] ppid=8579 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/8582/task/8591/stat : 8591 (java) S 8579 8582 5416 0 -1 4202560 153 0 0 0 18 6 0 0 20 0 19 0 4512975 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738778541096 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8592] ppid=8579 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/8582/task/8592/stat : 8592 (java) S 8579 8582 5416 0 -1 4202560 94 0 0 0 13 4 0 0 20 0 19 0 4512975 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738777488296 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8582/tid=8593] ppid=8579 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/8582/task/8593/stat : 8593 (java) S 8579 8582 5416 0 -1 4202560 1270 0 0 0 0 2 0 0 20 0 19 0 4512976 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738166044904 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8594] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8594/stat : 8594 (java) S 8579 8582 5416 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4512977 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738164990968 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8582/tid=8595] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8595/stat : 8595 (java) S 8579 8582 5416 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 4512977 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738163938568 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8582/tid=8596] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8596/stat : 8596 (java) S 8579 8582 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512979 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738162887056 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8582/tid=8597] ppid=8579 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/8582/task/8597/stat : 8597 (java) S 8579 8582 5416 0 -1 4202560 11725 0 0 0 137 3 0 0 20 0 19 0 4512979 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738161834680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8582/tid=8598] ppid=8579 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/8582/task/8598/stat : 8598 (java) S 8579 8582 5416 0 -1 4202560 12425 0 0 0 172 2 0 0 20 0 19 0 4512979 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738160781880 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8582/tid=8599] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8599/stat : 8599 (java) S 8579 8582 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512979 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738159729784 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8582/tid=8600] ppid=8579 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/8582/task/8600/stat : 8600 (java) S 8579 8582 5416 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 4512979 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738158677192 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8582/tid=8603] ppid=8579 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8582/task/8603/stat : 8603 (java) S 8579 8582 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4512991 10060525568 726737 33554432000 1073741824 1073778376 140736114385072 139738155517096 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 95.85
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.0199966
#  lost CPU user time (s): 0.0299988
#  lost CPU system time (s): -0.00999999

Real time (s): 54.7637
CPU time (s): 96.0004
CPU user time (s): 94.9276
CPU system time (s): 1.07283
CPU usage (%): 175.299
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 94.8976
system time used= 1.08283
maximum resident set size= 2907000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31499
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2509
involuntary context switches= 1841

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.349946 second user time and 0.452931 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-30 04:46:59
IDJOB=4119385
IDBENCH=111717
IDSOLVER=2543
FILE ID=node107/4119385-1467254819
RUNJOBID= node107-1467248484-5592
PBS_JOBID= 20004476
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/minlplib2-pb-0.1.0/opb/normalized-autocorr_bern20-05.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119385-1467254819/watcher-4119385-1467254819 -o /tmp/evaluation-result-4119385-1467254819/solver-4119385-1467254819 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1467248484-5592 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119385-1467254819.opb

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

MD5SUM BENCH= c40168132c6dbc13e94fd90f09e366ad
RANDOM SEED=703505324

node107.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		: 2667.110
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	: 5334.22
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		: 2667.110
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		: 2667.110
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.39
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		: 2667.110
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		: 2667.110
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.54
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		: 2667.110
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		: 2667.110
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.56
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		: 2667.110
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29779020 kB
Buffers:           99876 kB
Cached:           424920 kB
SwapCached:            0 kB
Active:          1650368 kB
Inactive:         433232 kB
Active(anon):    1561636 kB
Inactive(anon):        4 kB
Active(file):      88732 kB
Inactive(file):   433228 kB
Unevictable:      272236 kB
Mlocked:          239532 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               832 kB
Writeback:             0 kB
AnonPages:       1831324 kB
Mapped:            22164 kB
Shmem:               204 kB
Slab:             604960 kB
SReclaimable:      48732 kB
SUnreclaim:       556228 kB
KernelStack:        1584 kB
PageTables:         8216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2416292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1544192 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= 71720 MiB
End job on node107 at 2016-06-30 04:47:54