Trace number 4110261

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16OPTIMUM 21.0508 29.4436

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110966688--soft-0-100-0.wbo
MD5SUMe22981c06c33638df25ec23a309ffad8
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark7.1949
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5180
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 5179
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1237
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4110261-1467321852.wbo
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.065s.
0.10/0.17	c declared #vars     169
0.10/0.17	c internal #vars     270
0.10/0.17	c #constraints  101
0.10/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.10/0.18	c 101 constraints processed.
0.10/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.10/0.18	c 101 constraints processed.
0.10/0.18	c objective function length is 101 literals
1.07/0.41	c And the winner is solver0
1.35/0.68	c SATISFIABLE
1.35/0.68	c OPTIMIZING...
1.35/0.68	c Got one! Elapsed wall clock time (in seconds):0.57
1.35/0.68	o 714
1.35/0.68	c And the winner is solver0
1.35/1.18	c Got one! Elapsed wall clock time (in seconds):1.071
1.35/1.18	o 652
1.41/1.23	c And the winner is solver0
1.69/1.68	c Got one! Elapsed wall clock time (in seconds):1.572
1.69/1.68	o 633
1.69/1.69	c And the winner is solver0
1.71/2.18	c Got one! Elapsed wall clock time (in seconds):2.074
1.71/2.18	o 588
1.71/2.19	c And the winner is solver0
1.72/2.68	c Got one! Elapsed wall clock time (in seconds):2.575
1.72/2.68	o 510
1.72/2.69	c And the winner is solver0
1.72/3.19	c Got one! Elapsed wall clock time (in seconds):3.076
1.72/3.19	o 492
1.72/3.19	c And the winner is solver0
1.72/3.69	c Got one! Elapsed wall clock time (in seconds):3.577
1.72/3.69	o 487
1.72/3.69	c And the winner is solver0
1.73/4.19	c Got one! Elapsed wall clock time (in seconds):4.079
1.73/4.19	o 484
1.73/4.19	c And the winner is solver0
1.82/4.69	c Got one! Elapsed wall clock time (in seconds):4.58
1.82/4.69	o 412
1.82/4.69	c And the winner is solver0
1.83/5.19	c Got one! Elapsed wall clock time (in seconds):5.081
1.83/5.19	o 406
1.83/5.19	c And the winner is solver0
1.83/5.69	c Got one! Elapsed wall clock time (in seconds):5.582
1.83/5.69	o 367
1.83/5.70	c And the winner is solver0
1.84/6.19	c Got one! Elapsed wall clock time (in seconds):6.083
1.84/6.19	o 336
1.85/6.20	c And the winner is solver0
1.85/6.69	c Got one! Elapsed wall clock time (in seconds):6.585
1.85/6.69	o 319
1.85/6.70	c And the winner is solver0
1.85/7.20	c Got one! Elapsed wall clock time (in seconds):7.086
1.85/7.20	o 312
1.85/7.28	c And the winner is solver0
2.13/7.70	c Got one! Elapsed wall clock time (in seconds):7.587
2.13/7.70	o 311
2.13/7.70	c And the winner is solver0
2.13/8.20	c Got one! Elapsed wall clock time (in seconds):8.088
2.13/8.20	o 293
2.13/8.23	c And the winner is solver0
2.21/8.70	c Got one! Elapsed wall clock time (in seconds):8.589
2.21/8.70	o 291
2.21/8.72	c And the winner is solver0
2.26/9.20	c Got one! Elapsed wall clock time (in seconds):9.091
2.26/9.20	o 281
2.26/9.20	c And the winner is solver0
7.58/13.80	c Got one! Elapsed wall clock time (in seconds):13.694
7.58/13.80	o 264
7.58/13.82	c And the winner is solver0
7.64/14.30	c Got one! Elapsed wall clock time (in seconds):14.195
7.64/14.30	o 260
7.64/14.31	c And the winner is solver0
7.64/14.81	c Got one! Elapsed wall clock time (in seconds):14.696
7.64/14.81	o 243
7.64/14.81	c And the winner is solver0
7.65/15.31	c Got one! Elapsed wall clock time (in seconds):15.197
7.65/15.31	o 155
7.85/15.44	c cleaning 4088 clauses out of 8175 with flag 7928/8175
7.85/15.46	c And the winner is solver0
8.01/15.81	c Got one! Elapsed wall clock time (in seconds):15.698
8.01/15.81	o 154
8.20/15.92	c And the winner is solver0
8.32/16.31	c Got one! Elapsed wall clock time (in seconds):16.2
8.32/16.31	o 148
8.32/16.33	c And the winner is solver0
8.39/16.81	c Got one! Elapsed wall clock time (in seconds):16.701
8.39/16.81	o 144
8.39/16.88	c And the winner is solver0
8.58/17.31	c Got one! Elapsed wall clock time (in seconds):17.202
8.58/17.31	o 140
8.58/17.37	c And the winner is solver0
8.84/17.81	c Got one! Elapsed wall clock time (in seconds):17.703
8.84/17.81	o 131
8.84/17.82	c And the winner is solver0
8.84/18.31	c Got one! Elapsed wall clock time (in seconds):18.204
8.84/18.31	o 124
8.84/18.37	c cleaning 5366 clauses out of 10732 with flag 3455/14820
9.00/18.43	c And the winner is solver0
9.15/18.81	c Got one! Elapsed wall clock time (in seconds):18.705
9.15/18.81	o 119
9.15/18.86	c And the winner is solver0
9.26/19.32	c Got one! Elapsed wall clock time (in seconds):19.206
9.26/19.32	o 96
9.26/19.35	c And the winner is solver0
9.37/19.82	c Got one! Elapsed wall clock time (in seconds):19.707
9.37/19.82	o 94
9.37/19.87	c And the winner is solver0
9.53/20.32	c Got one! Elapsed wall clock time (in seconds):20.209
9.53/20.32	o 93
9.53/20.33	c And the winner is solver0
9.57/20.82	c Got one! Elapsed wall clock time (in seconds):20.71
9.57/20.82	o 92
9.57/20.90	c And the winner is solver0
9.77/21.32	c Got one! Elapsed wall clock time (in seconds):21.211
9.77/21.32	o 84
9.77/21.38	c And the winner is solver0
10.07/21.82	c Got one! Elapsed wall clock time (in seconds):21.713
10.07/21.82	o 71
10.07/21.83	c And the winner is solver0
10.07/22.32	c Got one! Elapsed wall clock time (in seconds):22.215
10.07/22.32	o 56
10.07/22.35	c And the winner is solver0
10.20/22.83	c Got one! Elapsed wall clock time (in seconds):22.717
10.20/22.83	o 50
10.35/22.97	c cleaning 6984 clauses out of 13970 with flag 7288/23424
10.35/23.00	c And the winner is solver0
10.90/23.33	c Got one! Elapsed wall clock time (in seconds):23.221
10.90/23.33	o 48
11.22/23.58	c cleaning 6269 clauses out of 12550 with flag 15979/28988
12.09/23.88	c cleaning 6141 clauses out of 12282 with flag 36010/34990
13.06/24.23	c cleaning 6569 clauses out of 13139 with flag 63648/41988
13.45/24.46	c And the winner is solver0
13.83/24.83	c Got one! Elapsed wall clock time (in seconds):24.725
13.83/24.83	o 28
13.83/24.89	c cleaning 6239 clauses out of 12492 with flag 3353/47910
14.35/25.12	c cleaning 6123 clauses out of 12252 with flag 24256/53909
14.97/25.42	c cleaning 6565 clauses out of 13130 with flag 50268/60910
15.55/25.78	c cleaning 7275 clauses out of 14563 with flag 81026/68909
16.35/26.19	c cleaning 8144 clauses out of 16287 with flag 115994/77909
16.97/26.44	c And the winner is solver0
17.79/27.29	c Got one! Elapsed wall clock time (in seconds):27.18
17.79/27.29	o 20
17.87/27.36	c And the winner is solver0
18.04/27.80	c Got one! Elapsed wall clock time (in seconds):27.686
18.04/27.80	o 9
18.44/28.03	c cleaning 9696 clauses out of 19403 with flag 17073/89171
19.04/28.30	c cleaning 7849 clauses out of 15704 with flag 43166/95170
19.65/28.61	c cleaning 7423 clauses out of 14852 with flag 72549/102171
20.24/28.97	c cleaning 7705 clauses out of 15426 with flag 107315/110172
20.64/29.11	c And the winner is solver0
20.93/29.43	c >>>>>>>>>> Solver number 0 (42 answers) <<<<<<<<<<<<<<<<<<
20.93/29.43	c starts		: 89
20.93/29.43	c conflicts		: 113504
20.93/29.43	c decisions		: 191195
20.93/29.43	c propagations		: 3102861
20.93/29.43	c inspects		: 55687129
20.93/29.43	c shortcuts		: 0
20.93/29.43	c learnt literals	: 25
20.93/29.43	c learnt binary clauses	: 8
20.93/29.43	c learnt ternary clauses	: 506
20.93/29.43	c learnt constraints	: 113478
20.93/29.43	c ignored constraints	: 0
20.93/29.43	c root simplifications	: 0
20.93/29.43	c removed literals (reason simplification)	: 55941
20.93/29.43	c reason swapping (by a shorter reason)	: 0
20.93/29.43	c Calls to reduceDB	: 15
20.93/29.43	c Number of update (reduction) of LBD	: 30454
20.93/29.43	c Imported unit clauses	: 0
20.93/29.43	c number of reductions to clauses (during analyze)	: 0
20.93/29.43	c number of learned constraints concerned by reduction	: 0
20.93/29.43	c number of learning phase by resolution	: 0
20.93/29.43	c number of learning phase by cutting planes	: 0
20.93/29.43	c speed (assignments/second)	: 106073.46506221798
20.93/29.43	c non guided choices	1871
20.93/29.43	c learnt constraints type 
20.93/29.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
20.93/29.43	c starts		: 45
20.93/29.43	c conflicts		: 512
20.93/29.43	c decisions		: 6522
20.93/29.43	c propagations		: 24968
20.93/29.43	c inspects		: 1334901
20.93/29.43	c shortcuts		: 0
20.93/29.43	c learnt literals	: 0
20.93/29.43	c learnt binary clauses	: 0
20.93/29.43	c learnt ternary clauses	: 0
20.93/29.43	c learnt constraints	: 484
20.93/29.43	c ignored constraints	: 0
20.93/29.43	c root simplifications	: 0
20.93/29.43	c removed literals (reason simplification)	: 0
20.93/29.43	c reason swapping (by a shorter reason)	: 0
20.93/29.43	c Calls to reduceDB	: 0
20.93/29.43	c Number of update (reduction) of LBD	: 0
20.93/29.43	c Imported unit clauses	: 0
20.93/29.43	c number of reductions to clauses (during analyze)	: 0
20.93/29.43	c number of learned constraints concerned by reduction	: 0
20.93/29.43	c number of learning phase by resolution	: 0
20.93/29.43	c number of learning phase by cutting planes	: 0
20.93/29.43	c speed (assignments/second)	: 15412.345679012345
20.93/29.43	c non guided choices	1045
20.93/29.43	c learnt constraints type 
20.93/29.43	s OPTIMUM FOUND
20.93/29.43	c Found 41 solution(s)
20.93/29.43	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 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 x130 -x131 -x132 -x133 -x134 -x135 x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 
20.93/29.43	c objective function=9
20.93/29.43	c Total wall clock time (in seconds): 29.325

Verifier Data

OK	9

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-4110261-1467321852/watcher-4110261-1467321852 -o /tmp/evaluation-result-4110261-1467321852/solver-4110261-1467321852 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1467318689-18276 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4110261-1467321852.wbo 

pid=30434
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: 1.78 1.72 1.79 3/196 30437
/proc/meminfo: memFree=29819128/32872528 swapFree=1254912/1391860
[pid=30437] ppid=30434 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/30437/stat : 30437 (java) S 30434 30437 16091 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 13145990 98570240 977 33554432000 1073741824 1073778376 140737359317808 140737359308944 272889839677 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30437/statm: 24065 977 743 9 0 16771 0
[pid=30437/tid=30438] ppid=30434 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30438/stat : 30438 (java) R 30434 30437 16091 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 13145991 98570240 978 33554432000 1073741824 1073778376 140737359317808 139702238187048 272886482304 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100162 s]
/proc/loadavg: 1.78 1.72 1.79 3/196 30437
/proc/meminfo: memFree=29819128/32872528 swapFree=1254912/1391860
[pid=30437] ppid=30434 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/30437/stat : 30437 (java) S 30434 30437 16091 0 -1 4202496 4448 0 1 0 9 1 0 0 20 0 18 0 13145990 9787879424 6078 33554432000 1073741824 1073778376 140737359317808 140737359308944 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30437/statm: 2389619 6078 2141 9 0 2380296 0
[pid=30437/tid=30438] ppid=30434 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/30437/task/30438/stat : 30438 (java) R 30434 30437 16091 0 -1 4202560 2389 0 1 0 6 1 0 0 20 0 18 0 13145991 9787879424 6078 33554432000 1073741824 1073778376 140737359317808 139702238190496 272889865485 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.208903 s]
/proc/loadavg: 1.78 1.72 1.79 3/196 30437
/proc/meminfo: memFree=29819128/32872528 swapFree=1254912/1391860
[pid=30437] ppid=30434 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/30437/stat : 30437 (java) S 30434 30437 16091 0 -1 4202496 5096 0 1 0 29 1 0 0 20 0 22 0 13145990 10060525568 8045 33554432000 1073741824 1073778376 140737359317808 140737359308944 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30437/statm: 2456183 8045 2228 9 0 2446860 0
[pid=30437/tid=30438] ppid=30434 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/30437/task/30438/stat : 30438 (java) S 30434 30437 16091 0 -1 4202560 2419 0 1 0 14 2 0 0 20 0 22 0 13145991 10060525568 8045 33554432000 1073741824 1073778376 140737359317808 139702238192504 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9824732

[startup+0.300256 s]
/proc/loadavg: 1.78 1.72 1.79 3/196 30437
/proc/meminfo: memFree=29819128/32872528 swapFree=1254912/1391860
[pid=30437] ppid=30434 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/30437/stat : 30437 (java) S 30434 30437 16091 0 -1 4202496 7694 0 1 0 65 2 0 0 20 0 22 0 13145990 10060525568 9953 33554432000 1073741824 1073778376 140737359317808 140737359308944 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30437/statm: 2456183 9953 2246 9 0 2446860 0
[pid=30437/tid=30438] ppid=30434 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/30437/task/30438/stat : 30438 (java) S 30434 30437 16091 0 -1 4202560 2419 0 1 0 14 2 0 0 20 0 22 0 13145991 10060525568 9953 33554432000 1073741824 1073778376 140737359317808 139702238192504 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 9824732

[startup+0.70026 s]
/proc/loadavg: 1.78 1.72 1.79 3/196 30437
/proc/meminfo: memFree=29819128/32872528 swapFree=1254912/1391860
[pid=30437] ppid=30434 vsize=9824732 CPUtime=1.35 cores=0,2,4,6
/proc/30437/stat : 30437 (java) S 30434 30437 16091 0 -1 4202496 15285 0 1 0 130 5 0 0 20 0 19 0 13145990 10060525568 16163 33554432000 1073741824 1073778376 140737359317808 140737359308944 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30437/statm: 2456183 16163 2254 9 0 2446860 0
[pid=30437/tid=30438] ppid=30434 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/30437/task/30438/stat : 30438 (java) S 30434 30437 16091 0 -1 4202560 2419 0 1 0 15 2 0 0 20 0 19 0 13145991 10060525568 16163 33554432000 1073741824 1073778376 140737359317808 139702238192504 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9824732

[startup+1.50078 s]
/proc/loadavg: 1.78 1.72 1.79 2/215 30462
/proc/meminfo: memFree=29763244/32872528 swapFree=1254912/1391860
[pid=30437] ppid=30434 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/30437/stat : 30437 (java) S 30434 30437 16091 0 -1 4202496 15978 0 1 0 162 7 0 0 20 0 19 0 13145990 10060525568 18262 33554432000 1073741824 1073778376 140737359317808 140737359308944 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30437/statm: 2456183 18262 2257 9 0 2446860 0
[pid=30437/tid=30438] ppid=30434 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/30437/task/30438/stat : 30438 (java) S 30434 30437 16091 0 -1 4202560 2420 0 1 0 15 2 0 0 20 0 19 0 13145991 10060525568 18262 33554432000 1073741824 1073778376 140737359317808 139702238192504 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30437/tid=30440] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30440/stat : 30440 (java) S 30434 30437 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13145991 10060525568 18262 33554432000 1073741824 1073778376 140737359317808 139702210644392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30437/tid=30441] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30441/stat : 30441 (java) S 30434 30437 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13145991 10060525568 18262 33554432000 1073741824 1073778376 140737359317808 139702209591848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30437/tid=30442] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30442/stat : 30442 (java) S 30434 30437 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13145991 10060525568 18262 33554432000 1073741824 1073778376 140737359317808 139702208538792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30437/tid=30443] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30443/stat : 30443 (java) S 30434 30437 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13145991 10060525568 18262 33554432000 1073741824 1073778376 140737359317808 139702207486248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30437/tid=30444] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30444/stat : 30444 (java) S 30434 30437 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13145991 10060525568 18262 33554432000 1073741824 1073778376 140737359317808 139702206434216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30437/tid=30445] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30445/stat : 30445 (java) S 30434 30437 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13145991 10060525568 18262 33554432000 1073741824 1073778376 140737359317808 139702205381672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30437/tid=30446] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30446/stat : 30446 (java) S 30434 30437 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13145991 10060525568 18262 33554432000 1073741824 1073778376 140737359317808 139702204328616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30437/tid=30447] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30447/stat : 30447 (java) S 30434 30437 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13145991 10060525568 18262 33554432000 1073741824 1073778376 140737359317808 139702203276072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30437/tid=30448] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30448/stat : 30448 (java) S 30434 30437 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13145992 10060525568 18262 33554432000 1073741824 1073778376 140737359317808 139701591714152 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30437/tid=30449] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30449/stat : 30449 (java) S 30434 30437 16091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13145993 10060525568 18262 33554432000 1073741824 1073778376 140737359317808 139701590660472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30437/tid=30450] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30450/stat : 30450 (java) S 30434 30437 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13145993 10060525568 18262 33554432000 1073741824 1073778376 140737359317808 139701589607304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30437/tid=30451] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30451/stat : 30451 (java) S 30434 30437 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13145995 10060525568 18262 33554432000 1073741824 1073778376 140737359317808 139701588556048 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30437/tid=30452] ppid=30434 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/30437/task/30452/stat : 30452 (java) S 30434 30437 16091 0 -1 4202560 6564 0 0 0 47 0 0 0 20 0 19 0 13145995 10060525568 18262 33554432000 1073741824 1073778376 140737359317808 139701587503928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30437/tid=30453] ppid=30434 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/30437/task/30453/stat : 30453 (java) S 30434 30437 16091 0 -1 4202560 5647 0 0 0 45 0 0 0 20 0 19 0 13145995 10060525568 18262 33554432000 1073741824 1073778376 140737359317808 139701586451384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30437/tid=30454] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30454/stat : 30454 (java) S 30434 30437 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13145995 10060525568 18262 33554432000 1073741824 1073778376 140737359317808 139701585398520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30437/tid=30455] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30455/stat : 30455 (java) S 30434 30437 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13145995 10060525568 18262 33554432000 1073741824 1073778376 140737359317808 139701584346184 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30437/tid=30459] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30459/stat : 30459 (java) S 30434 30437 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13146009 10060525568 18262 33554432000 1073741824 1073778376 140737359317808 139701580133288 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 9824732

[startup+3.10081 s]
/proc/loadavg: 1.71 1.71 1.79 2/215 30471
/proc/meminfo: memFree=29743852/32872528 swapFree=1254912/1391860
[pid=30437] ppid=30434 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/30437/stat : 30437 (java) S 30434 30437 16091 0 -1 4202496 16004 0 1 0 165 7 0 0 20 0 19 0 13145990 10060525568 21846 33554432000 1073741824 1073778376 140737359317808 140737359308944 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30437/statm: 2456183 21846 2257 9 0 2446860 0
[pid=30437/tid=30438] ppid=30434 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/30437/task/30438/stat : 30438 (java) S 30434 30437 16091 0 -1 4202560 2421 0 1 0 15 2 0 0 20 0 19 0 13145991 10060525568 21846 33554432000 1073741824 1073778376 140737359317808 139702238192504 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30437/tid=30440] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30440/stat : 30440 (java) S 30434 30437 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13145991 10060525568 21846 33554432000 1073741824 1073778376 140737359317808 139702210644392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30437/tid=30441] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30441/stat : 30441 (java) S 30434 30437 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13145991 10060525568 21846 33554432000 1073741824 1073778376 140737359317808 139702209591848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30437/tid=30442] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30442/stat : 30442 (java) S 30434 30437 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13145991 10060525568 21846 33554432000 1073741824 1073778376 140737359317808 139702208538792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30437/tid=30443] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30443/stat : 30443 (java) S 30434 30437 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13145991 10060525568 21846 33554432000 1073741824 1073778376 140737359317808 139702207486248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30437/tid=30444] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30444/stat : 30444 (java) S 30434 30437 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13145991 10060525568 21846 33554432000 1073741824 1073778376 140737359317808 139702206434216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30437/tid=30445] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30445/stat : 30445 (java) S 30434 30437 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13145991 10060525568 21846 33554432000 1073741824 1073778376 140737359317808 139702205381672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30437/tid=30446] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30446/stat : 30446 (java) S 30434 30437 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13145991 10060525568 21846 33554432000 1073741824 1073778376 140737359317808 139702204328616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30437/tid=30447] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30447/stat : 30447 (java) S 30434 30437 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13145991 10060525568 21846 33554432000 1073741824 1073778376 140737359317808 139702203276072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30437/tid=30448] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30448/stat : 30448 (java) S 30434 30437 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13145992 10060525568 21846 33554432000 1073741824 1073778376 140737359317808 139701591714152 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30437/tid=30449] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30449/stat : 30449 (java) S 30434 30437 16091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13145993 10060525568 21846 33554432000 1073741824 1073778376 140737359317808 139701590660472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30437/tid=30450] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30450/stat : 30450 (java) S 30434 30437 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13145993 10060525568 21846 33554432000 1073741824 1073778376 140737359317808 139701589607304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30437/tid=30451] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30451/stat : 30451 (java) S 30434 30437 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13145995 10060525568 21846 33554432000 1073741824 1073778376 140737359317808 139701588556048 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30437/tid=30452] ppid=30434 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/30437/task/30452/stat : 30452 (java) S 30434 30437 16091 0 -1 4202560 6564 0 0 0 47 0 0 0 20 0 19 0 13145995 10060525568 21846 33554432000 1073741824 1073778376 140737359317808 139701587503928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30437/tid=30453] ppid=30434 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/30437/task/30453/stat : 30453 (java) S 30434 30437 16091 0 -1 4202560 5647 0 0 0 47 0 0 0 20 0 19 0 13145995 10060525568 21846 33554432000 1073741824 1073778376 140737359317808 139701586451384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30437/tid=30454] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30454/stat : 30454 (java) S 30434 30437 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13145995 10060525568 21846 33554432000 1073741824 1073778376 140737359317808 139701585398520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30437/tid=30455] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30455/stat : 30455 (java) S 30434 30437 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13145995 10060525568 21846 33554432000 1073741824 1073778376 140737359317808 139701584346184 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30437/tid=30459] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30459/stat : 30459 (java) S 30434 30437 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13146009 10060525568 21846 33554432000 1073741824 1073778376 140737359317808 139701580133288 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=27 pid=1779 uid=0 cmd=

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

[startup+6.20069 s]
/proc/loadavg: 1.71 1.71 1.79 2/215 30489
/proc/meminfo: memFree=29713264/32872528 swapFree=1254912/1391860
[pid=30437] ppid=30434 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/30437/stat : 30437 (java) S 30434 30437 16091 0 -1 4202496 16107 0 1 0 177 8 0 0 20 0 22 0 13145990 10060525568 30907 33554432000 1073741824 1073778376 140737359317808 140737359308944 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30437/statm: 2456183 30907 2264 9 0 2446860 0
[pid=30437/tid=30438] ppid=30434 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/30437/task/30438/stat : 30438 (java) S 30434 30437 16091 0 -1 4202560 2423 0 1 0 16 2 0 0 20 0 22 0 13145991 10060525568 30907 33554432000 1073741824 1073778376 140737359317808 139702238192504 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30437/tid=30440] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30440/stat : 30440 (java) S 30434 30437 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13145991 10060525568 30907 33554432000 1073741824 1073778376 140737359317808 139702210644392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30437/tid=30441] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30441/stat : 30441 (java) S 30434 30437 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13145991 10060525568 31419 33554432000 1073741824 1073778376 140737359317808 139702209591848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30437/tid=30442] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30442/stat : 30442 (java) S 30434 30437 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13145991 10060525568 31419 33554432000 1073741824 1073778376 140737359317808 139702208538792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30437/tid=30443] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30443/stat : 30443 (java) S 30434 30437 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13145991 10060525568 31419 33554432000 1073741824 1073778376 140737359317808 139702207486248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30437/tid=30444] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30444/stat : 30444 (java) S 30434 30437 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13145991 10060525568 31419 33554432000 1073741824 1073778376 140737359317808 139702206434216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30437/tid=30445] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30445/stat : 30445 (java) S 30434 30437 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13145991 10060525568 31419 33554432000 1073741824 1073778376 140737359317808 139702205381672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30437/tid=30446] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30446/stat : 30446 (java) S 30434 30437 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13145991 10060525568 31419 33554432000 1073741824 1073778376 140737359317808 139702204328616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30437/tid=30447] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30447/stat : 30447 (java) S 30434 30437 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13145991 10060525568 31419 33554432000 1073741824 1073778376 140737359317808 139702203276072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30437/tid=30448] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30448/stat : 30448 (java) S 30434 30437 16091 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13145992 10060525568 31419 33554432000 1073741824 1073778376 140737359317808 139701591714152 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/30437/task/30451/stat : 30451 (java) S 30434 30437 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13145995 10060525568 137119 33554432000 1073741824 1073778376 140737359317808 139701588556048 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30437/tid=30452] ppid=30434 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/30437/task/30452/stat : 30452 (java) S 30434 30437 16091 0 -1 4202560 15450 0 0 0 183 3 0 0 20 0 20 0 13145995 10060525568 137119 33554432000 1073741824 1073778376 140737359317808 139701587503928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30437/tid=30453] ppid=30434 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/30437/task/30453/stat : 30453 (java) S 30434 30437 16091 0 -1 4202560 5672 0 0 0 87 0 0 0 20 0 20 0 13145995 10060525568 137119 33554432000 1073741824 1073778376 140737359317808 139701586451384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30437/tid=30454] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30454/stat : 30454 (java) S 30434 30437 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13145995 10060525568 137119 33554432000 1073741824 1073778376 140737359317808 139701585398520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30437/tid=30455] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30455/stat : 30455 (java) S 30434 30437 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 13145995 10060525568 137119 33554432000 1073741824 1073778376 140737359317808 139701584346184 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30437/tid=30459] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30459/stat : 30459 (java) S 30434 30437 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 13146009 10060525568 137119 33554432000 1073741824 1073778376 140737359317808 139701580133288 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30437/tid=30574] ppid=30434 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/30437/task/30574/stat : 30574 (java) R 30434 30437 16091 0 -1 4202560 3 0 0 0 234 0 0 0 20 0 20 0 13148474 10060525568 137119 33554432000 1073741824 1073778376 140737359317808 139701582235936 139702083101390 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 17.78
Current children cumulated vsize (KiB) 9824732

[startup+28.8008 s]
/proc/loadavg: 1.83 1.73 1.79 4/218 30581
/proc/meminfo: memFree=29247508/32872528 swapFree=1254912/1391860
[pid=30437] ppid=30434 vsize=9824732 CPUtime=20.03 cores=0,2,4,6
/proc/30437/stat : 30437 (java) S 30434 30437 16091 0 -1 4202496 25999 0 1 0 1940 63 0 0 20 0 22 0 13145990 10060525568 137124 33554432000 1073741824 1073778376 140737359317808 140737359308944 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30437/statm: 2456183 137124 2287 9 0 2446860 0
[pid=30437/tid=30438] ppid=30434 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/30437/task/30438/stat : 30438 (java) S 30434 30437 16091 0 -1 4202560 2427 0 1 0 20 2 0 0 20 0 22 0 13145991 10060525568 137124 33554432000 1073741824 1073778376 140737359317808 139702238192504 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30437/tid=30440] ppid=30434 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30437/task/30440/stat : 30440 (java) S 30434 30437 16091 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 13145991 10060525568 137124 33554432000 1073741824 1073778376 140737359317808 139702210644392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30437/tid=30441] ppid=30434 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/30437/task/30441/stat : 30441 (java) S 30434 30437 16091 0 -1 4202560 33 0 0 0 4 0 0 0 20 0 22 0 13145991 10060525568 137124 33554432000 1073741824 1073778376 140737359317808 139702209591848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30437/tid=30442] ppid=30434 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/30437/task/30442/stat : 30442 (java) S 30434 30437 16091 0 -1 4202560 25 0 0 0 5 0 0 0 20 0 22 0 13145991 10060525568 137124 33554432000 1073741824 1073778376 140737359317808 139702208538792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30437/tid=30443] ppid=30434 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/30437/task/30443/stat : 30443 (java) S 30434 30437 16091 0 -1 4202560 47 0 0 0 5 2 0 0 20 0 22 0 13145991 10060525568 137124 33554432000 1073741824 1073778376 140737359317808 139702207486248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30437/tid=30444] ppid=30434 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/30437/task/30444/stat : 30444 (java) S 30434 30437 16091 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 13145991 10060525568 137124 33554432000 1073741824 1073778376 140737359317808 139702206434216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30437/tid=30445] ppid=30434 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/30437/task/30445/stat : 30445 (java) S 30434 30437 16091 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 13145991 10060525568 137124 33554432000 1073741824 1073778376 140737359317808 139702205381672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30437/tid=30446] ppid=30434 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/30437/task/30446/stat : 30446 (java) S 30434 30437 16091 0 -1 4202560 26 0 0 0 5 0 0 0 20 0 22 0 13145991 10060525568 137124 33554432000 1073741824 1073778376 140737359317808 139702204328616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30437/tid=30447] ppid=30434 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30437/task/30447/stat : 30447 (java) S 30434 30437 16091 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 13145991 10060525568 137124 33554432000 1073741824 1073778376 140737359317808 139702203276072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30437/tid=30448] ppid=30434 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30437/task/30448/stat : 30448 (java) S 30434 30437 16091 0 -1 4202560 348 0 0 0 0 2 0 0 20 0 22 0 13145992 10060525568 137124 33554432000 1073741824 1073778376 140737359317808 139701591714152 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30437/tid=30449] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30449/stat : 30449 (java) S 30434 30437 16091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13145993 10060525568 137124 33554432000 1073741824 1073778376 140737359317808 139701590660472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30437/tid=30450] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30450/stat : 30450 (java) S 30434 30437 16091 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 22 0 13145993 10060525568 137124 33554432000 1073741824 1073778376 140737359317808 139701589607304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30437/tid=30451] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30451/stat : 30451 (java) S 30434 30437 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13145995 10060525568 137124 33554432000 1073741824 1073778376 140737359317808 139701588556048 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30437/tid=30452] ppid=30434 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/30437/task/30452/stat : 30452 (java) S 30434 30437 16091 0 -1 4202560 15450 0 0 0 183 3 0 0 20 0 22 0 13145995 10060525568 137124 33554432000 1073741824 1073778376 140737359317808 139701587503928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30437/tid=30453] ppid=30434 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/30437/task/30453/stat : 30453 (java) S 30434 30437 16091 0 -1 4202560 5672 0 0 0 87 0 0 0 20 0 22 0 13145995 10060525568 137124 33554432000 1073741824 1073778376 140737359317808 139701586451384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30437/tid=30454] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30454/stat : 30454 (java) S 30434 30437 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13145995 10060525568 137124 33554432000 1073741824 1073778376 140737359317808 139701585398520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30437/tid=30455] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30455/stat : 30455 (java) S 30434 30437 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13145995 10060525568 137124 33554432000 1073741824 1073778376 140737359317808 139701584346184 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30437/tid=30459] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30459/stat : 30459 (java) S 30434 30437 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13146009 10060525568 137124 33554432000 1073741824 1073778376 140737359317808 139701580133288 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30437/tid=30579] ppid=30434 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/30437/task/30579/stat : 30579 (java) R 30434 30437 16091 0 -1 4202560 4 0 0 0 98 0 0 0 20 0 22 0 13148771 10060525568 137124 33554432000 1073741824 1073778376 140737359317808 139701581176592 139702082945392 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30437/tid=30580] ppid=30434 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/30437/task/30580/stat : 30580 (java) R 30434 30437 16091 0 -1 4202560 2 0 0 0 98 0 0 0 20 0 22 0 13148771 10060525568 137124 33554432000 1073741824 1073778376 140737359317808 139701583289504 139702083101356 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30437/tid=30581] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30581/stat : 30581 (java) S 30434 30437 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13148772 10060525568 137124 33554432000 1073741824 1073778376 140737359317808 139701582239400 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 20.03
Current children cumulated vsize (KiB) 9824732

[startup+29.2008 s]
/proc/loadavg: 1.83 1.73 1.79 4/218 30581
/proc/meminfo: memFree=29247508/32872528 swapFree=1254912/1391860
[pid=30437] ppid=30434 vsize=9824732 CPUtime=20.76 cores=0,2,4,6
/proc/30437/stat : 30437 (java) S 30434 30437 16091 0 -1 4202496 26000 0 1 0 2011 65 0 0 20 0 20 0 13145990 10060525568 137119 33554432000 1073741824 1073778376 140737359317808 140737359308944 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30437/statm: 2456183 137119 2287 9 0 2446860 0
[pid=30437/tid=30438] ppid=30434 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/30437/task/30438/stat : 30438 (java) S 30434 30437 16091 0 -1 4202560 2427 0 1 0 20 2 0 0 20 0 20 0 13145991 10060525568 137119 33554432000 1073741824 1073778376 140737359317808 139702238192504 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30437/tid=30440] ppid=30434 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30437/task/30440/stat : 30440 (java) S 30434 30437 16091 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 20 0 13145991 10060525568 137119 33554432000 1073741824 1073778376 140737359317808 139702210644392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30437/tid=30441] ppid=30434 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/30437/task/30441/stat : 30441 (java) S 30434 30437 16091 0 -1 4202560 33 0 0 0 4 0 0 0 20 0 20 0 13145991 10060525568 137119 33554432000 1073741824 1073778376 140737359317808 139702209591848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30437/tid=30442] ppid=30434 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/30437/task/30442/stat : 30442 (java) S 30434 30437 16091 0 -1 4202560 25 0 0 0 5 0 0 0 20 0 20 0 13145991 10060525568 137119 33554432000 1073741824 1073778376 140737359317808 139702208538792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30437/tid=30443] ppid=30434 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/30437/task/30443/stat : 30443 (java) S 30434 30437 16091 0 -1 4202560 47 0 0 0 5 2 0 0 20 0 20 0 13145991 10060525568 137119 33554432000 1073741824 1073778376 140737359317808 139702207486248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30437/tid=30444] ppid=30434 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/30437/task/30444/stat : 30444 (java) S 30434 30437 16091 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 20 0 13145991 10060525568 137119 33554432000 1073741824 1073778376 140737359317808 139702206434216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30437/tid=30445] ppid=30434 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/30437/task/30445/stat : 30445 (java) S 30434 30437 16091 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 20 0 13145991 10060525568 137119 33554432000 1073741824 1073778376 140737359317808 139702205381672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30437/tid=30446] ppid=30434 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/30437/task/30446/stat : 30446 (java) S 30434 30437 16091 0 -1 4202560 26 0 0 0 5 0 0 0 20 0 20 0 13145991 10060525568 137119 33554432000 1073741824 1073778376 140737359317808 139702204328616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30437/tid=30447] ppid=30434 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30437/task/30447/stat : 30447 (java) S 30434 30437 16091 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 20 0 13145991 10060525568 137119 33554432000 1073741824 1073778376 140737359317808 139702203276072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30437/tid=30448] ppid=30434 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30437/task/30448/stat : 30448 (java) S 30434 30437 16091 0 -1 4202560 348 0 0 0 0 2 0 0 20 0 20 0 13145992 10060525568 137119 33554432000 1073741824 1073778376 140737359317808 139701591714152 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30437/tid=30449] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30449/stat : 30449 (java) S 30434 30437 16091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 13145993 10060525568 137119 33554432000 1073741824 1073778376 140737359317808 139701590660472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30437/tid=30450] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30450/stat : 30450 (java) S 30434 30437 16091 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 20 0 13145993 10060525568 137119 33554432000 1073741824 1073778376 140737359317808 139701589607304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30437/tid=30451] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30451/stat : 30451 (java) S 30434 30437 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13145995 10060525568 137119 33554432000 1073741824 1073778376 140737359317808 139701588556048 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30437/tid=30452] ppid=30434 vsize=9824732 CPUtime=1.87 cores=0,2,4,6
/proc/30437/task/30452/stat : 30452 (java) S 30434 30437 16091 0 -1 4202560 15450 0 0 0 184 3 0 0 20 0 20 0 13145995 10060525568 137119 33554432000 1073741824 1073778376 140737359317808 139701587503928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30437/tid=30453] ppid=30434 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/30437/task/30453/stat : 30453 (java) S 30434 30437 16091 0 -1 4202560 5672 0 0 0 87 0 0 0 20 0 20 0 13145995 10060525568 137119 33554432000 1073741824 1073778376 140737359317808 139701586451384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30437/tid=30454] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30454/stat : 30454 (java) S 30434 30437 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13145995 10060525568 137119 33554432000 1073741824 1073778376 140737359317808 139701585398520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30437/tid=30455] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30455/stat : 30455 (java) S 30434 30437 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 13145995 10060525568 137119 33554432000 1073741824 1073778376 140737359317808 139701584346184 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30437/tid=30459] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30459/stat : 30459 (java) S 30434 30437 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 13146009 10060525568 137119 33554432000 1073741824 1073778376 140737359317808 139701580133288 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30437/tid=30580] ppid=30434 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/30437/task/30580/stat : 30580 (java) R 30434 30437 16091 0 -1 4202560 2 0 0 0 138 0 0 0 20 0 20 0 13148771 10060525568 137119 33554432000 1073741824 1073778376 140737359317808 139701583289232 139702083101328 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 20.76
Current children cumulated vsize (KiB) 9824732

[startup+29.4008 s]
/proc/loadavg: 1.83 1.73 1.79 4/218 30581
/proc/meminfo: memFree=29247508/32872528 swapFree=1254912/1391860
[pid=30437] ppid=30434 vsize=9824732 CPUtime=20.92 cores=0,2,4,6
/proc/30437/stat : 30437 (java) S 30434 30437 16091 0 -1 4202496 26000 0 1 0 2026 66 0 0 20 0 19 0 13145990 10060525568 137117 33554432000 1073741824 1073778376 140737359317808 140737359308944 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30437/statm: 2456183 137117 2287 9 0 2446860 0
[pid=30437/tid=30438] ppid=30434 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/30437/task/30438/stat : 30438 (java) S 30434 30437 16091 0 -1 4202560 2427 0 1 0 20 2 0 0 20 0 19 0 13145991 10060525568 137117 33554432000 1073741824 1073778376 140737359317808 139702238192504 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30437/tid=30440] ppid=30434 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30437/task/30440/stat : 30440 (java) S 30434 30437 16091 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 13145991 10060525568 137117 33554432000 1073741824 1073778376 140737359317808 139702210644392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30437/tid=30441] ppid=30434 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/30437/task/30441/stat : 30441 (java) S 30434 30437 16091 0 -1 4202560 33 0 0 0 4 0 0 0 20 0 19 0 13145991 10060525568 137117 33554432000 1073741824 1073778376 140737359317808 139702209591848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30437/tid=30442] ppid=30434 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/30437/task/30442/stat : 30442 (java) S 30434 30437 16091 0 -1 4202560 25 0 0 0 5 0 0 0 20 0 19 0 13145991 10060525568 137117 33554432000 1073741824 1073778376 140737359317808 139702208538792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30437/tid=30443] ppid=30434 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/30437/task/30443/stat : 30443 (java) S 30434 30437 16091 0 -1 4202560 47 0 0 0 5 2 0 0 20 0 19 0 13145991 10060525568 137117 33554432000 1073741824 1073778376 140737359317808 139702207486248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30437/tid=30444] ppid=30434 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/30437/task/30444/stat : 30444 (java) S 30434 30437 16091 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 13145991 10060525568 137117 33554432000 1073741824 1073778376 140737359317808 139702206434216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30437/tid=30445] ppid=30434 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/30437/task/30445/stat : 30445 (java) S 30434 30437 16091 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 19 0 13145991 10060525568 137117 33554432000 1073741824 1073778376 140737359317808 139702205381672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30437/tid=30446] ppid=30434 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/30437/task/30446/stat : 30446 (java) S 30434 30437 16091 0 -1 4202560 26 0 0 0 5 0 0 0 20 0 19 0 13145991 10060525568 137117 33554432000 1073741824 1073778376 140737359317808 139702204328616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30437/tid=30447] ppid=30434 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30437/task/30447/stat : 30447 (java) S 30434 30437 16091 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 13145991 10060525568 137117 33554432000 1073741824 1073778376 140737359317808 139702203276072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30437/tid=30448] ppid=30434 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30437/task/30448/stat : 30448 (java) S 30434 30437 16091 0 -1 4202560 348 0 0 0 0 2 0 0 20 0 19 0 13145992 10060525568 137117 33554432000 1073741824 1073778376 140737359317808 139701591714152 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30437/tid=30449] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30449/stat : 30449 (java) S 30434 30437 16091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13145993 10060525568 137117 33554432000 1073741824 1073778376 140737359317808 139701590660472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30437/tid=30450] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30450/stat : 30450 (java) S 30434 30437 16091 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 13145993 10060525568 137117 33554432000 1073741824 1073778376 140737359317808 139701589607304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30437/tid=30451] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30451/stat : 30451 (java) S 30434 30437 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13145995 10060525568 137117 33554432000 1073741824 1073778376 140737359317808 139701588556048 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30437/tid=30452] ppid=30434 vsize=9824732 CPUtime=1.87 cores=0,2,4,6
/proc/30437/task/30452/stat : 30452 (java) S 30434 30437 16091 0 -1 4202560 15450 0 0 0 184 3 0 0 20 0 19 0 13145995 10060525568 137117 33554432000 1073741824 1073778376 140737359317808 139701587503928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30437/tid=30453] ppid=30434 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/30437/task/30453/stat : 30453 (java) S 30434 30437 16091 0 -1 4202560 5672 0 0 0 87 0 0 0 20 0 19 0 13145995 10060525568 137117 33554432000 1073741824 1073778376 140737359317808 139701586451384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30437/tid=30454] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30454/stat : 30454 (java) S 30434 30437 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13145995 10060525568 137117 33554432000 1073741824 1073778376 140737359317808 139701585398520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30437/tid=30455] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30455/stat : 30455 (java) S 30434 30437 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13145995 10060525568 137117 33554432000 1073741824 1073778376 140737359317808 139701584346184 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30437/tid=30459] ppid=30434 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30437/task/30459/stat : 30459 (java) S 30434 30437 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13146009 10060525568 137117 33554432000 1073741824 1073778376 140737359317808 139701580133288 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 20.92
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.00999999
#  lost CPU user time (s): 0
#  lost CPU system time (s): 0.01

Real time (s): 29.4436
CPU time (s): 21.0508
CPU user time (s): 20.3189
CPU system time (s): 0.73189
CPU usage (%): 71.4955
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.3189
system time used= 0.72189
maximum resident set size= 557508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26006
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= 2424
involuntary context switches= 881

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.122981 second user time and 0.141978 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-30 23:24:12
IDJOB=4110261
IDBENCH=79220
IDSOLVER=2552
FILE ID=node119/4110261-1467321852
RUNJOBID= node119-1467318689-18276
PBS_JOBID= 20005280
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110966688--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110261-1467321852/watcher-4110261-1467321852 -o /tmp/evaluation-result-4110261-1467321852/solver-4110261-1467321852 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1467318689-18276 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4110261-1467321852.wbo

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

MD5SUM BENCH= e22981c06c33638df25ec23a309ffad8
RANDOM SEED=1442540047

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29819656 kB
Buffers:          175376 kB
Cached:           263452 kB
SwapCached:            0 kB
Active:           696108 kB
Inactive:         219124 kB
Active(anon):     460928 kB
Inactive(anon):    17912 kB
Active(file):     235180 kB
Inactive(file):   201212 kB
Unevictable:     1391860 kB
Mlocked:         1254912 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               508 kB
Writeback:             0 kB
AnonPages:       1868104 kB
Mapped:            22112 kB
Shmem:               204 kB
Slab:             612044 kB
SReclaimable:      55716 kB
SUnreclaim:       556328 kB
KernelStack:        1672 kB
PageTables:         8196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2088276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    583680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node119 at 2016-06-30 23:24:41