Trace number 4091993

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 22.9005 29.8309

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111220767--soft-33-100-0.wbo
MD5SUM76159a1844a191e7556569a339118f97
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark28
Best CPU time to get the best result obtained on this benchmark23.7784
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 constraints64
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 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1248
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-4091993-1467321361.wbo
0.10/0.11	c reading problem ... 
0.10/0.18	c ... done. Wall clock time 0.068s.
0.10/0.18	c declared #vars     169
0.10/0.18	c internal #vars     233
0.10/0.18	c #constraints  101
0.10/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.18	c constraints type 
0.10/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.10/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
0.10/0.19	c 101 constraints processed.
0.10/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.19	c constraints type 
0.10/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.10/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 30
0.10/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 41
0.10/0.19	c 101 constraints processed.
0.10/0.19	c objective function length is 64 literals
1.02/0.46	c And the winner is solver0
1.47/0.69	c SATISFIABLE
1.47/0.69	c OPTIMIZING...
1.47/0.69	c Got one! Elapsed wall clock time (in seconds):0.573
1.47/0.69	o 952
1.47/0.69	c And the winner is solver0
1.48/1.19	c Got one! Elapsed wall clock time (in seconds):1.075
1.48/1.19	o 912
1.48/1.19	c And the winner is solver0
1.54/1.69	c Got one! Elapsed wall clock time (in seconds):1.576
1.54/1.69	o 866
1.54/1.69	c And the winner is solver0
1.54/2.19	c Got one! Elapsed wall clock time (in seconds):2.077
1.54/2.19	o 854
1.58/2.21	c And the winner is solver0
1.67/2.69	c Got one! Elapsed wall clock time (in seconds):2.578
1.67/2.69	o 819
1.68/2.70	c And the winner is solver0
1.69/3.19	c Got one! Elapsed wall clock time (in seconds):3.079
1.69/3.19	o 780
1.69/3.20	c And the winner is solver0
1.71/3.69	c Got one! Elapsed wall clock time (in seconds):3.58
1.71/3.69	o 773
1.71/3.70	c And the winner is solver0
1.72/4.19	c Got one! Elapsed wall clock time (in seconds):4.081
1.72/4.19	o 731
1.72/4.21	c And the winner is solver0
1.80/4.70	c Got one! Elapsed wall clock time (in seconds):4.582
1.80/4.70	o 687
1.80/4.72	c And the winner is solver0
1.98/5.20	c Got one! Elapsed wall clock time (in seconds):5.083
1.98/5.20	o 297
1.98/5.22	c And the winner is solver0
2.04/5.70	c Got one! Elapsed wall clock time (in seconds):5.584
2.04/5.70	o 296
2.04/5.72	c And the winner is solver0
2.13/6.20	c Got one! Elapsed wall clock time (in seconds):6.085
2.13/6.20	o 258
2.13/6.22	c And the winner is solver0
2.19/6.70	c Got one! Elapsed wall clock time (in seconds):6.586
2.19/6.70	o 257
2.19/6.70	c And the winner is solver0
2.19/7.20	c Got one! Elapsed wall clock time (in seconds):7.087
2.19/7.20	o 241
2.19/7.24	c And the winner is solver0
2.33/7.70	c Got one! Elapsed wall clock time (in seconds):7.588
2.33/7.70	o 239
2.33/7.71	c And the winner is solver0
2.33/8.20	c Got one! Elapsed wall clock time (in seconds):8.089
2.33/8.20	o 237
2.33/8.22	c And the winner is solver0
2.37/8.70	c Got one! Elapsed wall clock time (in seconds):8.59
2.37/8.70	o 236
2.68/8.81	c And the winner is solver0
2.83/9.21	c Got one! Elapsed wall clock time (in seconds):9.096
2.83/9.21	o 235
2.83/9.24	c And the winner is solver0
2.90/9.71	c Got one! Elapsed wall clock time (in seconds):9.597
2.90/9.71	o 229
3.08/9.85	c cleaning 5259 clauses out of 10527 with flag 6859/10527
3.34/9.96	c And the winner is solver0
3.48/10.21	c Got one! Elapsed wall clock time (in seconds):10.098
3.48/10.21	o 225
3.48/10.26	c And the winner is solver0
3.59/10.71	c Got one! Elapsed wall clock time (in seconds):10.599
3.59/10.71	o 214
3.59/10.77	c cleaning 5301 clauses out of 10618 with flag 3393/15877
3.77/10.80	c And the winner is solver0
3.80/11.21	c Got one! Elapsed wall clock time (in seconds):11.1
3.80/11.21	o 205
3.96/11.36	c And the winner is solver0
4.14/11.72	c Got one! Elapsed wall clock time (in seconds):11.609
4.14/11.72	o 193
4.28/11.82	c cleaning 5969 clauses out of 11939 with flag 7113/22499
4.28/11.87	c And the winner is solver0
4.49/12.22	c Got one! Elapsed wall clock time (in seconds):12.11
4.49/12.22	o 189
4.49/12.26	c And the winner is solver0
4.57/12.72	c Got one! Elapsed wall clock time (in seconds):12.611
4.57/12.72	o 183
4.73/12.83	c And the winner is solver0
4.79/13.22	c Got one! Elapsed wall clock time (in seconds):13.112
4.79/13.22	o 169
4.95/13.31	c cleaning 6399 clauses out of 12809 with flag 7668/29338
4.95/13.35	c And the winner is solver0
5.10/13.73	c Got one! Elapsed wall clock time (in seconds):13.612
5.10/13.73	o 163
5.10/13.78	c And the winner is solver0
5.24/14.23	c Got one! Elapsed wall clock time (in seconds):14.113
5.24/14.23	o 159
5.24/14.30	c And the winner is solver0
5.41/14.73	c Got one! Elapsed wall clock time (in seconds):14.614
5.41/14.73	o 158
5.41/14.78	c And the winner is solver0
5.54/15.23	c Got one! Elapsed wall clock time (in seconds):15.115
5.54/15.23	o 144
5.67/15.32	c cleaning 6677 clauses out of 13365 with flag 7742/36293
5.67/15.38	c And the winner is solver0
5.86/15.73	c Got one! Elapsed wall clock time (in seconds):15.616
5.86/15.73	o 129
6.19/15.90	c cleaning 6129 clauses out of 12258 with flag 15482/41863
6.19/15.92	c And the winner is solver0
6.28/16.23	c Got one! Elapsed wall clock time (in seconds):16.117
6.28/16.23	o 120
6.28/16.26	c And the winner is solver0
6.35/16.73	c Got one! Elapsed wall clock time (in seconds):16.618
6.35/16.73	o 109
6.35/16.79	c And the winner is solver0
6.49/17.23	c Got one! Elapsed wall clock time (in seconds):17.119
6.49/17.23	o 104
6.49/17.25	c And the winner is solver0
6.54/17.73	c Got one! Elapsed wall clock time (in seconds):17.619
6.54/17.73	o 103
6.67/17.81	c And the winner is solver0
6.73/18.23	c Got one! Elapsed wall clock time (in seconds):18.12
6.73/18.23	o 89
6.86/18.38	c cleaning 7074 clauses out of 14149 with flag 12112/49883
6.86/18.38	c And the winner is solver0
7.06/18.73	c Got one! Elapsed wall clock time (in seconds):18.621
7.06/18.73	o 88
7.19/18.82	c And the winner is solver0
7.26/19.24	c Got one! Elapsed wall clock time (in seconds):19.122
7.26/19.24	o 77
7.38/19.30	c And the winner is solver0
7.41/19.74	c Got one! Elapsed wall clock time (in seconds):19.623
7.41/19.74	o 62
7.54/19.83	c cleaning 6465 clauses out of 12941 with flag 7772/55749
7.92/20.08	c cleaning 6236 clauses out of 12471 with flag 31351/61744
7.92/20.09	c And the winner is solver0
8.14/20.24	c Got one! Elapsed wall clock time (in seconds):20.125
8.14/20.24	o 55
8.45/20.43	c cleaning 5752 clauses out of 11510 with flag 16578/67019
8.85/20.67	c cleaning 5875 clauses out of 11758 with flag 40174/73019
9.05/20.74	c And the winner is solver0
9.16/21.24	c Got one! Elapsed wall clock time (in seconds):21.126
9.16/21.24	o 54
9.27/21.36	c cleaning 5466 clauses out of 10961 with flag 11358/78097
9.88/21.60	c cleaning 5737 clauses out of 11495 with flag 31825/84097
10.08/21.78	c And the winner is solver0
10.28/22.24	c Got one! Elapsed wall clock time (in seconds):22.128
10.28/22.24	o 46
10.28/22.25	c And the winner is solver0
10.28/22.74	c Got one! Elapsed wall clock time (in seconds):22.63
10.28/22.74	o 41
10.28/22.79	c And the winner is solver0
10.44/23.25	c Got one! Elapsed wall clock time (in seconds):23.132
10.44/23.25	o 40
10.59/23.34	c And the winner is solver0
10.78/23.75	c Got one! Elapsed wall clock time (in seconds):23.634
10.78/23.75	o 29
10.87/23.85	c cleaning 8067 clauses out of 16134 with flag 7134/94473
11.11/23.92	c And the winner is solver0
11.16/24.25	c Got one! Elapsed wall clock time (in seconds):24.137
11.16/24.25	o 28
11.44/24.41	c cleaning 6707 clauses out of 13428 with flag 15537/99834
11.84/24.68	c cleaning 6359 clauses out of 12721 with flag 38336/105834
12.71/24.99	c cleaning 6679 clauses out of 13363 with flag 64721/112835
13.63/25.32	c cleaning 7334 clauses out of 14683 with flag 94876/120834
14.81/25.71	c cleaning 8171 clauses out of 16349 with flag 128850/129834
15.92/26.21	c cleaning 9081 clauses out of 18178 with flag 172247/139835
16.97/26.78	c cleaning 10045 clauses out of 20095 with flag 220242/150835
18.41/27.41	c cleaning 11022 clauses out of 22046 with flag 272935/162834
19.82/28.15	c cleaning 12009 clauses out of 24022 with flag 331432/175834
21.43/28.96	c cleaning 13003 clauses out of 26009 with flag 392768/189838
22.63/29.54	c And the winner is solver0
22.80/29.82	c >>>>>>>>>> Solver number 0 (47 answers) <<<<<<<<<<<<<<<<<<
22.80/29.82	c starts		: 129
22.80/29.82	c conflicts		: 199935
22.80/29.82	c decisions		: 313078
22.80/29.82	c propagations		: 4818789
22.80/29.82	c inspects		: 101273791
22.80/29.82	c shortcuts		: 0
22.80/29.82	c learnt literals	: 33
22.80/29.82	c learnt binary clauses	: 23
22.80/29.82	c learnt ternary clauses	: 187
22.80/29.82	c learnt constraints	: 199901
22.80/29.82	c ignored constraints	: 0
22.80/29.82	c root simplifications	: 0
22.80/29.82	c removed literals (reason simplification)	: 963275
22.80/29.82	c reason swapping (by a shorter reason)	: 0
22.80/29.82	c Calls to reduceDB	: 24
22.80/29.82	c Number of update (reduction) of LBD	: 50805
22.80/29.82	c Imported unit clauses	: 0
22.80/29.82	c number of reductions to clauses (during analyze)	: 0
22.80/29.82	c number of learned constraints concerned by reduction	: 0
22.80/29.82	c number of learning phase by resolution	: 0
22.80/29.82	c number of learning phase by cutting planes	: 0
22.80/29.82	c speed (assignments/second)	: 162632.0958488019
22.80/29.82	c non guided choices	1595
22.80/29.82	c learnt constraints type 
22.80/29.82	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
22.80/29.82	c starts		: 52
22.80/29.82	c conflicts		: 1120
22.80/29.82	c decisions		: 9661
22.80/29.82	c propagations		: 43244
22.80/29.82	c inspects		: 4043856
22.80/29.82	c shortcuts		: 0
22.80/29.82	c learnt literals	: 0
22.80/29.82	c learnt binary clauses	: 0
22.80/29.82	c learnt ternary clauses	: 0
22.80/29.82	c learnt constraints	: 1084
22.80/29.82	c ignored constraints	: 0
22.80/29.82	c root simplifications	: 0
22.80/29.82	c removed literals (reason simplification)	: 0
22.80/29.82	c reason swapping (by a shorter reason)	: 0
22.80/29.82	c Calls to reduceDB	: 0
22.80/29.82	c Number of update (reduction) of LBD	: 0
22.80/29.82	c Imported unit clauses	: 0
22.80/29.82	c number of reductions to clauses (during analyze)	: 0
22.80/29.82	c number of learned constraints concerned by reduction	: 0
22.80/29.82	c number of learning phase by resolution	: 0
22.80/29.82	c number of learning phase by cutting planes	: 0
22.80/29.82	c speed (assignments/second)	: 7772.106398274623
22.80/29.82	c non guided choices	940
22.80/29.82	c learnt constraints type 
22.80/29.82	s OPTIMUM FOUND
22.80/29.82	c Found 46 solution(s)
22.80/29.82	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 
22.80/29.82	c objective function=28
22.80/29.82	c Total wall clock time (in seconds): 29.707

Verifier Data

OK	28

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-4091993-1467321361/watcher-4091993-1467321361 -o /tmp/evaluation-result-4091993-1467321361/solver-4091993-1467321361 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1467319216-8601 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4091993-1467321361.wbo 

pid=13915
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.27 1.83 1.97 2/194 13918
/proc/meminfo: memFree=28413376/32872528 swapFree=1522152/1652968
[pid=13918] ppid=13915 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/13918/stat : 13918 (java) S 13915 13918 3195 0 -1 4202496 1351 0 0 0 0 0 0 0 20 0 2 0 2815113 98570240 976 33554432000 1073741824 1073778376 140735261134880 140735261126016 217413877821 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13918/statm: 24065 976 743 9 0 16771 0
[pid=13918/tid=13919] ppid=13915 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13919/stat : 13919 (java) R 13915 13918 3195 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 2815113 98570240 976 33554432000 1073741824 1073778376 140735261134880 140114389278248 217410520448 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 1.27 1.83 1.97 2/194 13918
/proc/meminfo: memFree=28413376/32872528 swapFree=1522152/1652968
[pid=13918] ppid=13915 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/13918/stat : 13918 (java) S 13915 13918 3195 0 -1 4202496 4460 0 1 0 9 1 0 0 20 0 18 0 2815113 9787879424 5586 33554432000 1073741824 1073778376 140735261134880 140735261126016 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13918/statm: 2389619 5586 2126 9 0 2380296 0
[pid=13918/tid=13919] ppid=13915 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/13918/task/13919/stat : 13919 (java) R 13915 13918 3195 0 -1 4202560 2439 0 1 0 6 1 0 0 20 0 18 0 2815113 9787879424 5586 33554432000 1073741824 1073778376 140735261134880 140114389281696 140114391471632 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200396 s]
/proc/loadavg: 1.27 1.83 1.97 2/194 13918
/proc/meminfo: memFree=28413376/32872528 swapFree=1522152/1652968
[pid=13918] ppid=13915 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/13918/stat : 13918 (java) S 13915 13918 3195 0 -1 4202496 4872 0 1 0 23 1 0 0 20 0 22 0 2815113 10060525568 7469 33554432000 1073741824 1073778376 140735261134880 140735261126016 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13918/statm: 2456183 7469 2209 9 0 2446860 0
[pid=13918/tid=13919] ppid=13915 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/13918/task/13919/stat : 13919 (java) S 13915 13918 3195 0 -1 4202560 2469 0 1 0 15 2 0 0 20 0 22 0 2815113 10060525568 7469 33554432000 1073741824 1073778376 140735261134880 140114389283704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9824732

[startup+0.300249 s]
/proc/loadavg: 1.27 1.83 1.97 2/194 13918
/proc/meminfo: memFree=28413376/32872528 swapFree=1522152/1652968
[pid=13918] ppid=13915 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/13918/stat : 13918 (java) S 13915 13918 3195 0 -1 4202496 7895 0 1 0 61 2 0 0 20 0 22 0 2815113 10060525568 9566 33554432000 1073741824 1073778376 140735261134880 140735261126016 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13918/statm: 2456183 9566 2250 9 0 2446860 0
[pid=13918/tid=13919] ppid=13915 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/13918/task/13919/stat : 13919 (java) S 13915 13918 3195 0 -1 4202560 2469 0 1 0 15 2 0 0 20 0 22 0 2815113 10060525568 9566 33554432000 1073741824 1073778376 140735261134880 140114389283704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 9824732

[startup+0.700396 s]
/proc/loadavg: 1.27 1.83 1.97 2/194 13918
/proc/meminfo: memFree=28413376/32872528 swapFree=1522152/1652968
[pid=13918] ppid=13915 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/13918/stat : 13918 (java) S 13915 13918 3195 0 -1 4202496 14333 0 1 0 143 5 0 0 20 0 20 0 2815113 10060525568 14776 33554432000 1073741824 1073778376 140735261134880 140735261126016 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13918/statm: 2456183 14776 2257 9 0 2446860 0
[pid=13918/tid=13919] ppid=13915 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/13918/task/13919/stat : 13919 (java) S 13915 13918 3195 0 -1 4202560 2469 0 1 0 15 2 0 0 20 0 20 0 2815113 10060525568 14776 33554432000 1073741824 1073778376 140735261134880 140114389283704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9824732

############
# WARNING:
# current cumulated CPU time (1.47 s) is less than in the last sample (1.48 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+0.700396 s]
/proc/loadavg: 1.27 1.83 1.97 2/194 13918
/proc/meminfo: memFree=28413376/32872528 swapFree=1522152/1652968
[pid=13918] ppid=13915 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/13918/stat : 13918 (java) S 13915 13918 3195 0 -1 4202496 14333 0 1 0 143 5 0 0 20 0 20 0 2815113 10060525568 14776 33554432000 1073741824 1073778376 140735261134880 140735261126016 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13918/statm: 2456183 14776 2257 9 0 2446860 0
[pid=13918/tid=13919] ppid=13915 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/13918/task/13919/stat : 13919 (java) S 13915 13918 3195 0 -1 4202560 2469 0 1 0 15 2 0 0 20 0 20 0 2815113 10060525568 14776 33554432000 1073741824 1073778376 140735261134880 140114389283704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9824732

[startup+0.800328 s]
/proc/loadavg: 1.27 1.83 1.97 2/194 13918
/proc/meminfo: memFree=28413376/32872528 swapFree=1522152/1652968
[pid=13918] ppid=13915 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/13918/stat : 13918 (java) S 13915 13918 3195 0 -1 4202496 14333 0 1 0 142 5 0 0 20 0 19 0 2815113 10060525568 14774 33554432000 1073741824 1073778376 140735261134880 140735261126016 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13918/statm: 2456183 14774 2257 9 0 2446860 0
[pid=13918/tid=13919] ppid=13915 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/13918/task/13919/stat : 13919 (java) S 13915 13918 3195 0 -1 4202560 2469 0 1 0 15 2 0 0 20 0 19 0 2815113 10060525568 14774 33554432000 1073741824 1073778376 140735261134880 140114389283704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9824732
#
############


[startup+1.50081 s]
/proc/loadavg: 1.27 1.83 1.97 1/213 13949
/proc/meminfo: memFree=28363036/32872528 swapFree=1522152/1652968
[pid=13918] ppid=13915 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/13918/stat : 13918 (java) S 13915 13918 3195 0 -1 4202496 15241 0 1 0 148 5 0 0 20 0 19 0 2815113 10060525568 15938 33554432000 1073741824 1073778376 140735261134880 140735261126016 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13918/statm: 2456183 15938 2257 9 0 2446860 0
[pid=13918/tid=13919] ppid=13915 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/13918/task/13919/stat : 13919 (java) S 13915 13918 3195 0 -1 4202560 2470 0 1 0 15 2 0 0 20 0 19 0 2815113 10060525568 15938 33554432000 1073741824 1073778376 140735261134880 140114389283704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13918/tid=13921] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13921/stat : 13921 (java) S 13915 13918 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2815114 10060525568 15938 33554432000 1073741824 1073778376 140735261134880 140114233309480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13918/tid=13922] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13922/stat : 13922 (java) S 13915 13918 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2815114 10060525568 15938 33554432000 1073741824 1073778376 140735261134880 140114232256680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13918/tid=13923] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13923/stat : 13923 (java) S 13915 13918 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2815114 10060525568 15938 33554432000 1073741824 1073778376 140735261134880 140114231204392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13918/tid=13924] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13924/stat : 13924 (java) S 13915 13918 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2815114 10060525568 15938 33554432000 1073741824 1073778376 140735261134880 140114230151592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13918/tid=13925] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13925/stat : 13925 (java) S 13915 13918 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2815114 10060525568 15938 33554432000 1073741824 1073778376 140735261134880 140114229099304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13918/tid=13926] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13926/stat : 13926 (java) S 13915 13918 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2815114 10060525568 15938 33554432000 1073741824 1073778376 140735261134880 140114228046504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13918/tid=13927] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13927/stat : 13927 (java) S 13915 13918 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2815114 10060525568 15938 33554432000 1073741824 1073778376 140735261134880 140114226994216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13918/tid=13928] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13928/stat : 13928 (java) S 13915 13918 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2815114 10060525568 15938 33554432000 1073741824 1073778376 140735261134880 140114225941416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13918/tid=13929] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13929/stat : 13929 (java) S 13915 13918 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2815115 10060525568 15938 33554432000 1073741824 1073778376 140735261134880 140114213529832 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13918/tid=13930] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13930/stat : 13930 (java) S 13915 13918 3195 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2815116 10060525568 15938 33554432000 1073741824 1073778376 140735261134880 140114212475896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13918/tid=13931] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13931/stat : 13931 (java) S 13915 13918 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2815116 10060525568 15938 33554432000 1073741824 1073778376 140735261134880 140114211423496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13918/tid=13932] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13932/stat : 13932 (java) S 13915 13918 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2815118 10060525568 15938 33554432000 1073741824 1073778376 140735261134880 140114210371984 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13918/tid=13933] ppid=13915 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/13918/task/13933/stat : 13933 (java) S 13915 13918 3195 0 -1 4202560 5462 0 0 0 35 1 0 0 20 0 19 0 2815118 10060525568 15938 33554432000 1073741824 1073778376 140735261134880 140114209319608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13918/tid=13934] ppid=13915 vsize=9824732 CPUtime=0.42 cores=0,2,4,6
/proc/13918/task/13934/stat : 13934 (java) S 13915 13918 3195 0 -1 4202560 5961 0 0 0 42 0 0 0 20 0 19 0 2815118 10060525568 15938 33554432000 1073741824 1073778376 140735261134880 140114208266808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13918/tid=13935] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13935/stat : 13935 (java) S 13915 13918 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2815118 10060525568 15938 33554432000 1073741824 1073778376 140735261134880 140114207214712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13918/tid=13936] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13936/stat : 13936 (java) S 13915 13918 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2815118 10060525568 15938 33554432000 1073741824 1073778376 140735261134880 140114206162120 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13918/tid=13939] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13939/stat : 13939 (java) S 13915 13918 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2815132 10060525568 15938 33554432000 1073741824 1073778376 140735261134880 140114202952872 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 9824732

[startup+3.10082 s]
/proc/loadavg: 1.27 1.83 1.97 5/216 13964
/proc/meminfo: memFree=28351252/32872528 swapFree=1522152/1652968
[pid=13918] ppid=13915 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/13918/stat : 13918 (java) S 13915 13918 3195 0 -1 4202496 15478 0 1 0 162 6 0 0 20 0 19 0 2815113 10060525568 19066 33554432000 1073741824 1073778376 140735261134880 140735261126016 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13918/statm: 2456183 19066 2257 9 0 2446860 0
[pid=13918/tid=13919] ppid=13915 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/13918/task/13919/stat : 13919 (java) S 13915 13918 3195 0 -1 4202560 2471 0 1 0 15 2 0 0 20 0 19 0 2815113 10060525568 19066 33554432000 1073741824 1073778376 140735261134880 140114389283704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13918/tid=13921] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13921/stat : 13921 (java) S 13915 13918 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2815114 10060525568 19066 33554432000 1073741824 1073778376 140735261134880 140114233309480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13918/tid=13922] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13922/stat : 13922 (java) S 13915 13918 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2815114 10060525568 19066 33554432000 1073741824 1073778376 140735261134880 140114232256680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13918/tid=13923] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13923/stat : 13923 (java) S 13915 13918 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2815114 10060525568 19066 33554432000 1073741824 1073778376 140735261134880 140114231204392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13918/tid=13924] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13924/stat : 13924 (java) S 13915 13918 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2815114 10060525568 19066 33554432000 1073741824 1073778376 140735261134880 140114230151592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13918/tid=13925] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13925/stat : 13925 (java) S 13915 13918 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2815114 10060525568 19066 33554432000 1073741824 1073778376 140735261134880 140114229099304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13918/tid=13926] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13926/stat : 13926 (java) S 13915 13918 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2815114 10060525568 19066 33554432000 1073741824 1073778376 140735261134880 140114228046504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13918/tid=13927] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13927/stat : 13927 (java) S 13915 13918 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2815114 10060525568 19066 33554432000 1073741824 1073778376 140735261134880 140114226994216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13918/tid=13928] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13928/stat : 13928 (java) S 13915 13918 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2815114 10060525568 19066 33554432000 1073741824 1073778376 140735261134880 140114225941416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13918/tid=13929] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13929/stat : 13929 (java) S 13915 13918 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2815115 10060525568 19066 33554432000 1073741824 1073778376 140735261134880 140114213529832 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13918/tid=13930] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13930/stat : 13930 (java) S 13915 13918 3195 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2815116 10060525568 19066 33554432000 1073741824 1073778376 140735261134880 140114212475896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13918/tid=13931] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13931/stat : 13931 (java) S 13915 13918 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2815116 10060525568 19066 33554432000 1073741824 1073778376 140735261134880 140114211423496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13918/tid=13932] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13932/stat : 13932 (java) S 13915 13918 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2815118 10060525568 19066 33554432000 1073741824 1073778376 140735261134880 140114210371984 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13918/tid=13933] ppid=13915 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/13918/task/13933/stat : 13933 (java) S 13915 13918 3195 0 -1 4202560 5666 0 0 0 46 1 0 0 20 0 19 0 2815118 10060525568 19066 33554432000 1073741824 1073778376 140735261134880 140114209319608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13918/tid=13934] ppid=13915 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/13918/task/13934/stat : 13934 (java) S 13915 13918 3195 0 -1 4202560 5967 0 0 0 44 0 0 0 20 0 19 0 2815118 10060525568 19066 33554432000 1073741824 1073778376 140735261134880 140114208266808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13918/tid=13935] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13935/stat : 13935 (java) S 13915 13918 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2815118 10060525568 19066 33554432000 1073741824 1073778376 140735261134880 140114207214712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13918/tid=13936] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13936/stat : 13936 (java) S 13915 13918 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2815118 10060525568 19066 33554432000 1073741824 1073778376 140735261134880 140114206162120 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13918/tid=13939] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13939/stat : 13939 (java) S 13915 13918 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2815132 10060525568 19066 33554432000 1073741824 1073778376 140735261134880 140114202952872 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=28 pid=1814 uid=0 cmd=

[startup+6.30083 s]

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

/proc/13918/task/13933/stat : 13933 (java) S 13915 13918 3195 0 -1 4202560 5752 0 0 0 86 2 0 0 20 0 22 0 2815118 10060525568 70077 33554432000 1073741824 1073778376 140735261134880 140114209319608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13918/tid=13934] ppid=13915 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/13918/task/13934/stat : 13934 (java) S 13915 13918 3195 0 -1 4202560 16924 0 0 0 181 3 0 0 20 0 22 0 2815118 10060525568 70077 33554432000 1073741824 1073778376 140735261134880 140114208266808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13918/tid=13935] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13935/stat : 13935 (java) S 13915 13918 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2815118 10060525568 70077 33554432000 1073741824 1073778376 140735261134880 140114207214712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13918/tid=13936] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13936/stat : 13936 (java) S 13915 13918 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2815118 10060525568 70077 33554432000 1073741824 1073778376 140735261134880 140114206162120 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13918/tid=13939] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13939/stat : 13939 (java) S 13915 13918 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2815132 10060525568 70077 33554432000 1073741824 1073778376 140735261134880 140114202952872 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13918/tid=14208] ppid=13915 vsize=9824732 CPUtime=2.79 cores=0,2,4,6
/proc/13918/task/14208/stat : 14208 (java) R 13915 13918 3195 0 -1 4202560 15 0 0 0 279 0 0 0 20 0 22 0 2817538 10060525568 70077 33554432000 1073741824 1073778376 140735261134880 140114204004808 140114262108080 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13918/tid=14209] ppid=13915 vsize=9824732 CPUtime=2.83 cores=0,2,4,6
/proc/13918/task/14209/stat : 14209 (java) R 13915 13918 3195 0 -1 4202560 103 0 0 0 283 0 0 0 20 0 22 0 2817538 10060525568 70077 33554432000 1073741824 1073778376 140735261134880 140114201899840 140114262453315 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13918/tid=14210] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/14210/stat : 14210 (java) S 13915 13918 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 2817539 10060525568 70077 33554432000 1073741824 1073778376 140735261134880 140114205058344 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 18
Current children cumulated vsize (KiB) 9824732

[startup+28.8009 s]
/proc/loadavg: 1.41 1.81 1.96 5/217 14213
/proc/meminfo: memFree=27998964/32872528 swapFree=1522152/1652968
[pid=13918] ppid=13915 vsize=9824732 CPUtime=21.22 cores=0,2,4,6
/proc/13918/stat : 13918 (java) S 13915 13918 3195 0 -1 4202496 27534 0 1 0 2028 94 0 0 20 0 22 0 2815113 10060525568 100381 33554432000 1073741824 1073778376 140735261134880 140735261126016 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13918/statm: 2456183 100381 2287 9 0 2446860 0
[pid=13918/tid=13919] ppid=13915 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/13918/task/13919/stat : 13919 (java) S 13915 13918 3195 0 -1 4202560 2473 0 1 0 19 2 0 0 20 0 22 0 2815113 10060525568 100381 33554432000 1073741824 1073778376 140735261134880 140114389283704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13918/tid=13921] ppid=13915 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/13918/task/13921/stat : 13921 (java) S 13915 13918 3195 0 -1 4202560 29 0 0 0 6 0 0 0 20 0 22 0 2815114 10060525568 100381 33554432000 1073741824 1073778376 140735261134880 140114233309480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13918/tid=13922] ppid=13915 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/13918/task/13922/stat : 13922 (java) S 13915 13918 3195 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 22 0 2815114 10060525568 100381 33554432000 1073741824 1073778376 140735261134880 140114232256680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13918/tid=13923] ppid=13915 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/13918/task/13923/stat : 13923 (java) S 13915 13918 3195 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 22 0 2815114 10060525568 100381 33554432000 1073741824 1073778376 140735261134880 140114231204392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13918/tid=13924] ppid=13915 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/13918/task/13924/stat : 13924 (java) S 13915 13918 3195 0 -1 4202560 32 0 0 0 8 0 0 0 20 0 22 0 2815114 10060525568 100381 33554432000 1073741824 1073778376 140735261134880 140114230151592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13918/tid=13925] ppid=13915 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/13918/task/13925/stat : 13925 (java) S 13915 13918 3195 0 -1 4202560 22 0 0 0 2 2 0 0 20 0 22 0 2815114 10060525568 100381 33554432000 1073741824 1073778376 140735261134880 140114229099304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13918/tid=13926] ppid=13915 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/13918/task/13926/stat : 13926 (java) S 13915 13918 3195 0 -1 4202560 37 0 0 0 6 0 0 0 20 0 22 0 2815114 10060525568 100381 33554432000 1073741824 1073778376 140735261134880 140114228046504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13918/tid=13927] ppid=13915 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/13918/task/13927/stat : 13927 (java) S 13915 13918 3195 0 -1 4202560 24 0 0 0 6 0 0 0 20 0 22 0 2815114 10060525568 100381 33554432000 1073741824 1073778376 140735261134880 140114226994216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13918/tid=13928] ppid=13915 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/13918/task/13928/stat : 13928 (java) S 13915 13918 3195 0 -1 4202560 24 0 0 0 6 0 0 0 20 0 22 0 2815114 10060525568 100381 33554432000 1073741824 1073778376 140735261134880 140114225941416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13918/tid=13929] ppid=13915 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/13918/task/13929/stat : 13929 (java) S 13915 13918 3195 0 -1 4202560 184 0 0 0 1 7 0 0 20 0 22 0 2815115 10060525568 100381 33554432000 1073741824 1073778376 140735261134880 140114213529832 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13918/tid=13930] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13930/stat : 13930 (java) S 13915 13918 3195 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2815116 10060525568 100381 33554432000 1073741824 1073778376 140735261134880 140114212475896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13918/tid=13931] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13931/stat : 13931 (java) S 13915 13918 3195 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 22 0 2815116 10060525568 100381 33554432000 1073741824 1073778376 140735261134880 140114211423496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13918/tid=13932] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13932/stat : 13932 (java) S 13915 13918 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2815118 10060525568 100381 33554432000 1073741824 1073778376 140735261134880 140114210371984 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13918/tid=13933] ppid=13915 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/13918/task/13933/stat : 13933 (java) S 13915 13918 3195 0 -1 4202560 5752 0 0 0 87 2 0 0 20 0 22 0 2815118 10060525568 100381 33554432000 1073741824 1073778376 140735261134880 140114209319608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13918/tid=13934] ppid=13915 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/13918/task/13934/stat : 13934 (java) S 13915 13918 3195 0 -1 4202560 16924 0 0 0 181 3 0 0 20 0 22 0 2815118 10060525568 100381 33554432000 1073741824 1073778376 140735261134880 140114208266808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13918/tid=13935] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13935/stat : 13935 (java) S 13915 13918 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2815118 10060525568 100381 33554432000 1073741824 1073778376 140735261134880 140114207214712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13918/tid=13936] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13936/stat : 13936 (java) S 13915 13918 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2815118 10060525568 100381 33554432000 1073741824 1073778376 140735261134880 140114206162120 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13918/tid=13939] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13939/stat : 13939 (java) S 13915 13918 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2815132 10060525568 100381 33554432000 1073741824 1073778376 140735261134880 140114202952872 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13918/tid=14208] ppid=13915 vsize=9824732 CPUtime=4.36 cores=0,2,4,6
/proc/13918/task/14208/stat : 14208 (java) R 13915 13918 3195 0 -1 4202560 22 0 0 0 436 0 0 0 20 0 22 0 2817538 10060525568 100381 33554432000 1073741824 1073778376 140735261134880 140114204004992 140114262288222 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13918/tid=14209] ppid=13915 vsize=9824732 CPUtime=4.4 cores=0,2,4,6
/proc/13918/task/14209/stat : 14209 (java) R 13915 13918 3195 0 -1 4202560 147 0 0 0 439 1 0 0 20 0 22 0 2817538 10060525568 100381 33554432000 1073741824 1073778376 140735261134880 140114201898800 140114262259161 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13918/tid=14210] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/14210/stat : 14210 (java) S 13915 13918 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 2817539 10060525568 100381 33554432000 1073741824 1073778376 140735261134880 140114205058344 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 21.22
Current children cumulated vsize (KiB) 9824732

[startup+29.6009 s]
/proc/loadavg: 1.41 1.81 1.96 5/217 14213
/proc/meminfo: memFree=27998964/32872528 swapFree=1522152/1652968
[pid=13918] ppid=13915 vsize=9824732 CPUtime=22.73 cores=0,2,4,6
/proc/13918/stat : 13918 (java) S 13915 13918 3195 0 -1 4202496 27603 0 1 0 2175 98 0 0 20 0 19 0 2815113 10060525568 134674 33554432000 1073741824 1073778376 140735261134880 140735261126016 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13918/statm: 2456183 134674 2287 9 0 2446860 0
[pid=13918/tid=13919] ppid=13915 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/13918/task/13919/stat : 13919 (java) S 13915 13918 3195 0 -1 4202560 2473 0 1 0 19 2 0 0 20 0 19 0 2815113 10060525568 134674 33554432000 1073741824 1073778376 140735261134880 140114389283704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13918/tid=13921] ppid=13915 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/13918/task/13921/stat : 13921 (java) S 13915 13918 3195 0 -1 4202560 29 0 0 0 6 0 0 0 20 0 19 0 2815114 10060525568 134674 33554432000 1073741824 1073778376 140735261134880 140114233309480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13918/tid=13922] ppid=13915 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/13918/task/13922/stat : 13922 (java) S 13915 13918 3195 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 19 0 2815114 10060525568 134674 33554432000 1073741824 1073778376 140735261134880 140114232256680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13918/tid=13923] ppid=13915 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/13918/task/13923/stat : 13923 (java) S 13915 13918 3195 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 19 0 2815114 10060525568 134674 33554432000 1073741824 1073778376 140735261134880 140114231204392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13918/tid=13924] ppid=13915 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/13918/task/13924/stat : 13924 (java) S 13915 13918 3195 0 -1 4202560 32 0 0 0 8 0 0 0 20 0 19 0 2815114 10060525568 134674 33554432000 1073741824 1073778376 140735261134880 140114230151592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13918/tid=13925] ppid=13915 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/13918/task/13925/stat : 13925 (java) S 13915 13918 3195 0 -1 4202560 22 0 0 0 2 2 0 0 20 0 19 0 2815114 10060525568 134674 33554432000 1073741824 1073778376 140735261134880 140114229099304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13918/tid=13926] ppid=13915 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/13918/task/13926/stat : 13926 (java) S 13915 13918 3195 0 -1 4202560 37 0 0 0 6 0 0 0 20 0 19 0 2815114 10060525568 134674 33554432000 1073741824 1073778376 140735261134880 140114228046504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13918/tid=13927] ppid=13915 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/13918/task/13927/stat : 13927 (java) S 13915 13918 3195 0 -1 4202560 24 0 0 0 6 0 0 0 20 0 19 0 2815114 10060525568 134674 33554432000 1073741824 1073778376 140735261134880 140114226994216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13918/tid=13928] ppid=13915 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/13918/task/13928/stat : 13928 (java) S 13915 13918 3195 0 -1 4202560 24 0 0 0 6 0 0 0 20 0 19 0 2815114 10060525568 134674 33554432000 1073741824 1073778376 140735261134880 140114225941416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13918/tid=13929] ppid=13915 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/13918/task/13929/stat : 13929 (java) S 13915 13918 3195 0 -1 4202560 184 0 0 0 1 7 0 0 20 0 19 0 2815115 10060525568 134674 33554432000 1073741824 1073778376 140735261134880 140114213529832 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13918/tid=13930] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13930/stat : 13930 (java) S 13915 13918 3195 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2815116 10060525568 134674 33554432000 1073741824 1073778376 140735261134880 140114212475896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13918/tid=13931] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13931/stat : 13931 (java) S 13915 13918 3195 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 19 0 2815116 10060525568 134674 33554432000 1073741824 1073778376 140735261134880 140114211423496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13918/tid=13932] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13932/stat : 13932 (java) S 13915 13918 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2815118 10060525568 134674 33554432000 1073741824 1073778376 140735261134880 140114210371984 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13918/tid=13933] ppid=13915 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/13918/task/13933/stat : 13933 (java) S 13915 13918 3195 0 -1 4202560 5752 0 0 0 87 2 0 0 20 0 19 0 2815118 10060525568 134674 33554432000 1073741824 1073778376 140735261134880 140114209319608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13918/tid=13934] ppid=13915 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/13918/task/13934/stat : 13934 (java) S 13915 13918 3195 0 -1 4202560 16924 0 0 0 181 3 0 0 20 0 19 0 2815118 10060525568 134674 33554432000 1073741824 1073778376 140735261134880 140114208266808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13918/tid=13935] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13935/stat : 13935 (java) S 13915 13918 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2815118 10060525568 134674 33554432000 1073741824 1073778376 140735261134880 140114207214712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13918/tid=13936] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13936/stat : 13936 (java) S 13915 13918 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2815118 10060525568 134674 33554432000 1073741824 1073778376 140735261134880 140114206162120 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13918/tid=13939] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13939/stat : 13939 (java) S 13915 13918 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2815132 10060525568 134674 33554432000 1073741824 1073778376 140735261134880 140114202952872 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 22.73
Current children cumulated vsize (KiB) 9824732

[startup+29.8076 s]
/proc/loadavg: 1.54 1.83 1.97 4/216 14222
/proc/meminfo: memFree=27861260/32872528 swapFree=1522152/1652968
[pid=13918] ppid=13915 vsize=9824732 CPUtime=22.79 cores=0,2,4,6
/proc/13918/stat : 13918 (java) S 13915 13918 3195 0 -1 4202496 27606 0 1 0 2181 98 0 0 20 0 19 0 2815113 10060525568 136210 33554432000 1073741824 1073778376 140735261134880 140735261126016 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13918/statm: 2456183 136210 2287 9 0 2446860 0
[pid=13918/tid=13919] ppid=13915 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/13918/task/13919/stat : 13919 (java) R 13915 13918 3195 0 -1 4202560 2476 0 1 0 24 2 0 0 20 0 19 0 2815113 10060525568 136210 33554432000 1073741824 1073778376 140735261134880 140114389283384 140114262108098 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13918/tid=13921] ppid=13915 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/13918/task/13921/stat : 13921 (java) S 13915 13918 3195 0 -1 4202560 29 0 0 0 6 0 0 0 20 0 19 0 2815114 10060525568 136210 33554432000 1073741824 1073778376 140735261134880 140114233309480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13918/tid=13922] ppid=13915 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/13918/task/13922/stat : 13922 (java) S 13915 13918 3195 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 19 0 2815114 10060525568 136210 33554432000 1073741824 1073778376 140735261134880 140114232256680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13918/tid=13923] ppid=13915 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/13918/task/13923/stat : 13923 (java) S 13915 13918 3195 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 19 0 2815114 10060525568 136210 33554432000 1073741824 1073778376 140735261134880 140114231204392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13918/tid=13924] ppid=13915 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/13918/task/13924/stat : 13924 (java) S 13915 13918 3195 0 -1 4202560 32 0 0 0 8 0 0 0 20 0 19 0 2815114 10060525568 136210 33554432000 1073741824 1073778376 140735261134880 140114230151592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13918/tid=13925] ppid=13915 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/13918/task/13925/stat : 13925 (java) S 13915 13918 3195 0 -1 4202560 22 0 0 0 2 2 0 0 20 0 19 0 2815114 10060525568 136210 33554432000 1073741824 1073778376 140735261134880 140114229099304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13918/tid=13926] ppid=13915 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/13918/task/13926/stat : 13926 (java) S 13915 13918 3195 0 -1 4202560 37 0 0 0 6 0 0 0 20 0 19 0 2815114 10060525568 136210 33554432000 1073741824 1073778376 140735261134880 140114228046504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13918/tid=13927] ppid=13915 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/13918/task/13927/stat : 13927 (java) S 13915 13918 3195 0 -1 4202560 24 0 0 0 6 0 0 0 20 0 19 0 2815114 10060525568 136210 33554432000 1073741824 1073778376 140735261134880 140114226994216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13918/tid=13928] ppid=13915 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/13918/task/13928/stat : 13928 (java) S 13915 13918 3195 0 -1 4202560 24 0 0 0 6 0 0 0 20 0 19 0 2815114 10060525568 136210 33554432000 1073741824 1073778376 140735261134880 140114225941416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13918/tid=13929] ppid=13915 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/13918/task/13929/stat : 13929 (java) S 13915 13918 3195 0 -1 4202560 184 0 0 0 1 7 0 0 20 0 19 0 2815115 10060525568 136210 33554432000 1073741824 1073778376 140735261134880 140114213529832 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13918/tid=13930] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13930/stat : 13930 (java) S 13915 13918 3195 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2815116 10060525568 136210 33554432000 1073741824 1073778376 140735261134880 140114212475896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13918/tid=13931] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13931/stat : 13931 (java) S 13915 13918 3195 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 19 0 2815116 10060525568 136210 33554432000 1073741824 1073778376 140735261134880 140114211423496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13918/tid=13932] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13932/stat : 13932 (java) S 13915 13918 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2815118 10060525568 136210 33554432000 1073741824 1073778376 140735261134880 140114210371984 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13918/tid=13933] ppid=13915 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/13918/task/13933/stat : 13933 (java) S 13915 13918 3195 0 -1 4202560 5752 0 0 0 88 2 0 0 20 0 19 0 2815118 10060525568 136210 33554432000 1073741824 1073778376 140735261134880 140114209319608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13918/tid=13934] ppid=13915 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/13918/task/13934/stat : 13934 (java) S 13915 13918 3195 0 -1 4202560 16924 0 0 0 183 3 0 0 20 0 19 0 2815118 10060525568 136210 33554432000 1073741824 1073778376 140735261134880 140114208266808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13918/tid=13935] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13935/stat : 13935 (java) S 13915 13918 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2815118 10060525568 136210 33554432000 1073741824 1073778376 140735261134880 140114207214712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13918/tid=13936] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13936/stat : 13936 (java) S 13915 13918 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2815118 10060525568 136210 33554432000 1073741824 1073778376 140735261134880 140114206162120 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13918/tid=13939] ppid=13915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13918/task/13939/stat : 13939 (java) S 13915 13918 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2815132 10060525568 136210 33554432000 1073741824 1073778376 140735261134880 140114202952872 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 22.79
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.00999999
#  lost CPU system time (s): 0

Real time (s): 29.8309
CPU time (s): 22.9005
CPU user time (s): 21.8477
CPU system time (s): 1.05284
CPU usage (%): 76.7679
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.8377
system time used= 1.05284
maximum resident set size= 544856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27617
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= 2779
involuntary context switches= 1188

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.228965 second user time and 0.275958 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-30 23:16:01
IDJOB=4091993
IDBENCH=78855
IDSOLVER=2552
FILE ID=node122/4091993-1467321361
RUNJOBID= node122-1467319216-8601
PBS_JOBID= 20005252
Free space on /tmp= 71728 MiB

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

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

MD5SUM BENCH= 76159a1844a191e7556569a339118f97
RANDOM SEED=1229481335

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.814
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.814
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.814
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.56
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.814
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.814
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:        28413648 kB
Buffers:           98676 kB
Cached:          1759432 kB
SwapCached:            0 kB
Active:           403804 kB
Inactive:        1650064 kB
Active(anon):     198188 kB
Inactive(anon):        4 kB
Active(file):     205616 kB
Inactive(file):  1650060 kB
Unevictable:     1652968 kB
Mlocked:         1522152 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1276 kB
Writeback:             0 kB
AnonPages:       1903524 kB
Mapped:            22268 kB
Shmem:               204 kB
Slab:             619288 kB
SReclaimable:      63012 kB
SUnreclaim:       556276 kB
KernelStack:        1760 kB
PageTables:         7784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2350444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    333824 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= 71728 MiB
End job on node122 at 2016-06-30 23:16:31