Trace number 4110240

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 Resolution PB16OPTIMUM 16.4705 15.1426

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110974372--soft-0-100-0.wbo
MD5SUM014e6d9d1387f6cdb0c56035ad106b75
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark36
Best CPU time to get the best result obtained on this benchmark16.4705
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 1266
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 --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
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 No 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.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4110240-1466343855.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.054s.
0.10/0.16	c declared #vars     169
0.10/0.16	c internal #vars     270
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.10/0.16	c 101 constraints processed.
0.10/0.16	c objective function length is 101 literals
0.26/0.29	c SATISFIABLE
0.26/0.29	c OPTIMIZING...
0.26/0.29	c Got one! Elapsed wall clock time (in seconds):0.181
0.26/0.29	o 598
0.26/0.29	c Got one! Elapsed wall clock time (in seconds):0.186
0.26/0.29	o 494
0.51/0.30	c Got one! Elapsed wall clock time (in seconds):0.191
0.51/0.30	o 227
0.51/0.33	c Got one! Elapsed wall clock time (in seconds):0.226
0.51/0.33	o 212
0.51/0.34	c Got one! Elapsed wall clock time (in seconds):0.229
0.51/0.34	o 187
0.51/0.37	c Got one! Elapsed wall clock time (in seconds):0.266
0.51/0.37	o 184
0.78/0.50	c Got one! Elapsed wall clock time (in seconds):0.397
0.78/0.50	o 177
0.78/0.53	c Got one! Elapsed wall clock time (in seconds):0.421
0.78/0.53	o 172
0.94/0.66	c cleaning 3782 clauses out of 7564 with flag 7574/7564
1.06/0.79	c Got one! Elapsed wall clock time (in seconds):0.683
1.06/0.79	o 168
1.19/0.82	c Got one! Elapsed wall clock time (in seconds):0.718
1.19/0.82	o 157
1.19/0.85	c Got one! Elapsed wall clock time (in seconds):0.748
1.19/0.85	o 155
1.29/0.93	c Got one! Elapsed wall clock time (in seconds):0.82
1.29/0.93	o 150
1.29/0.98	c Got one! Elapsed wall clock time (in seconds):0.875
1.29/0.98	o 142
1.40/1.00	c Got one! Elapsed wall clock time (in seconds):0.898
1.40/1.00	o 137
1.40/1.04	c Got one! Elapsed wall clock time (in seconds):0.933
1.40/1.04	o 126
1.40/1.07	c Got one! Elapsed wall clock time (in seconds):0.966
1.40/1.07	o 123
1.40/1.10	c Got one! Elapsed wall clock time (in seconds):0.992
1.40/1.10	o 114
1.51/1.18	c cleaning 6881 clauses out of 13763 with flag 4014/17545
1.51/1.19	c Got one! Elapsed wall clock time (in seconds):1.086
1.51/1.19	o 109
1.70/1.22	c Got one! Elapsed wall clock time (in seconds):1.114
1.70/1.22	o 104
1.88/1.30	c Got one! Elapsed wall clock time (in seconds):1.191
1.88/1.30	o 103
1.88/1.34	c Got one! Elapsed wall clock time (in seconds):1.237
1.88/1.34	o 96
2.46/1.60	c cleaning 7065 clauses out of 14130 with flag 16773/24793
2.46/1.62	c Got one! Elapsed wall clock time (in seconds):1.512
2.46/1.62	o 92
2.46/1.70	c Got one! Elapsed wall clock time (in seconds):1.589
2.46/1.70	o 89
2.89/1.81	c Got one! Elapsed wall clock time (in seconds):1.701
2.89/1.81	o 84
2.89/1.89	c Got one! Elapsed wall clock time (in seconds):1.782
2.89/1.89	o 82
3.10/1.93	c Got one! Elapsed wall clock time (in seconds):1.826
3.10/1.93	o 60
3.10/1.99	c cleaning 7342 clauses out of 14685 with flag 3543/32413
3.49/2.24	c cleaning 6672 clauses out of 13344 with flag 25821/38414
3.78/2.56	c cleaning 6828 clauses out of 13672 with flag 53083/45414
3.78/2.59	c Got one! Elapsed wall clock time (in seconds):2.483
3.78/2.59	o 58
4.08/2.80	c cleaning 6354 clauses out of 12718 with flag 17718/51288
4.18/2.94	c Got one! Elapsed wall clock time (in seconds):2.834
4.18/2.94	o 52
4.28/3.03	c cleaning 5994 clauses out of 11994 with flag 6492/56918
4.38/3.16	c Got one! Elapsed wall clock time (in seconds):3.049
4.38/3.16	o 51
4.48/3.25	c cleaning 5738 clauses out of 11482 with flag 7107/62400
4.69/3.49	c cleaning 5868 clauses out of 11743 with flag 32928/68399
5.08/3.80	c cleaning 6431 clauses out of 12875 with flag 64829/75399
5.38/4.17	c cleaning 7214 clauses out of 14445 with flag 106216/83400
5.89/4.60	c cleaning 8111 clauses out of 16230 with flag 150655/92399
5.99/4.76	c Got one! Elapsed wall clock time (in seconds):4.656
5.99/4.76	o 49
6.09/4.85	c cleaning 6977 clauses out of 13955 with flag 7618/98235
6.39/5.11	c cleaning 6484 clauses out of 12973 with flag 34234/104230
6.59/5.40	c cleaning 6742 clauses out of 13489 with flag 64289/111230
6.99/5.77	c cleaning 7374 clauses out of 14748 with flag 103367/119231
7.49/6.21	c cleaning 8186 clauses out of 16372 with flag 151499/128229
8.00/6.74	c cleaning 9094 clauses out of 18190 with flag 206756/138233
8.09/6.84	c Got one! Elapsed wall clock time (in seconds):6.736
8.09/6.84	o 42
8.19/6.97	c cleaning 7210 clauses out of 14445 with flag 10576/143582
8.49/7.20	c cleaning 6608 clauses out of 13234 with flag 32191/149582
8.49/7.24	c Got one! Elapsed wall clock time (in seconds):7.134
8.49/7.24	o 36
8.59/7.39	c cleaning 5908 clauses out of 11829 with flag 14390/154785
8.90/7.61	c cleaning 5959 clauses out of 11922 with flag 35837/160787
9.11/7.89	c cleaning 6476 clauses out of 12961 with flag 67000/167785
9.50/8.21	c cleaning 7238 clauses out of 14485 with flag 104852/175785
9.82/8.60	c cleaning 8121 clauses out of 16245 with flag 138680/184785
10.32/9.08	c cleaning 9053 clauses out of 18123 with flag 181644/194785
10.92/9.62	c cleaning 10029 clauses out of 20071 with flag 229244/205786
11.52/10.26	c cleaning 11019 clauses out of 22040 with flag 282064/217785
12.22/10.94	c cleaning 12005 clauses out of 24021 with flag 339727/230787
13.02/11.74	c cleaning 13003 clauses out of 26013 with flag 407110/244786
13.92/12.65	c cleaning 14005 clauses out of 28009 with flag 476645/259787
15.02/13.74	c cleaning 14990 clauses out of 29998 with flag 552489/275785
16.22/14.96	c cleaning 15996 clauses out of 32002 with flag 631124/292785
16.44/15.13	c starts		: 142
16.44/15.13	c conflicts		: 295702
16.44/15.13	c decisions		: 484462
16.44/15.13	c propagations		: 8177440
16.44/15.13	c inspects		: 188945719
16.44/15.13	c shortcuts		: 0
16.44/15.13	c learnt literals	: 31
16.44/15.13	c learnt binary clauses	: 47
16.44/15.13	c learnt ternary clauses	: 979
16.44/15.13	c learnt constraints	: 295670
16.44/15.13	c ignored constraints	: 0
16.44/15.13	c root simplifications	: 0
16.44/15.13	c removed literals (reason simplification)	: 0
16.44/15.13	c reason swapping (by a shorter reason)	: 0
16.44/15.13	c Calls to reduceDB	: 34
16.44/15.13	c Number of update (reduction) of LBD	: 84270
16.44/15.13	c Imported unit clauses	: 0
16.44/15.13	c number of reductions to clauses (during analyze)	: 0
16.44/15.13	c number of learned constraints concerned by reduction	: 0
16.44/15.13	c number of learning phase by resolution	: 0
16.44/15.13	c number of learning phase by cutting planes	: 0
16.44/15.13	c speed (assignments/second)	: 546291.6694501971
16.44/15.13	c non guided choices	1626
16.44/15.13	c learnt constraints type 
16.44/15.13	s OPTIMUM FOUND
16.44/15.13	c Found 32 solution(s)
16.44/15.13	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 
16.44/15.13	c objective function=36
16.44/15.13	c Total wall clock time (in seconds): 15.027

Verifier Data

OK	36

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-4110240-1466343855/watcher-4110240-1466343855 -o /tmp/evaluation-result-4110240-1466343855/solver-4110240-1466343855 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466341797-13114 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4110240-1466343855.wbo 

pid=14508
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: 2.16 2.08 1.79 3/194 14511
/proc/meminfo: memFree=31016896/32872528 swapFree=8292/8292
[pid=14511] ppid=14508 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/14511/stat : 14511 (java) R 14508 14511 13098 0 -1 4202496 1066 0 0 0 0 0 0 0 20 0 1 0 36430289 23793664 717 33554432000 1073741824 1073778376 140737054098848 140737054087912 243756218448 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14511/statm: 5809 717 531 9 0 128 0

[startup+0.100162 s]
/proc/loadavg: 2.16 2.08 1.79 3/194 14511
/proc/meminfo: memFree=31016896/32872528 swapFree=8292/8292
[pid=14511] ppid=14508 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/14511/stat : 14511 (java) S 14508 14511 13098 0 -1 4202496 4451 0 1 0 9 1 0 0 20 0 18 0 36430289 9787879424 5575 33554432000 1073741824 1073778376 140737054098848 140737054089984 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14511/statm: 2389619 5575 2131 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200229 s]
/proc/loadavg: 2.16 2.08 1.79 3/194 14511
/proc/meminfo: memFree=31016896/32872528 swapFree=8292/8292
[pid=14511] ppid=14508 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/14511/stat : 14511 (java) S 14508 14511 13098 0 -1 4202496 6385 0 1 0 25 1 0 0 20 0 19 0 36430289 9856040960 7491 33554432000 1073741824 1073778376 140737054098848 140737054089984 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14511/statm: 2406260 7491 2230 9 0 2396937 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.30032 s]
/proc/loadavg: 2.16 2.08 1.79 3/194 14511
/proc/meminfo: memFree=31016896/32872528 swapFree=8292/8292
[pid=14511] ppid=14508 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/14511/stat : 14511 (java) S 14508 14511 13098 0 -1 4202496 6869 0 1 0 49 2 0 0 20 0 19 0 36430289 9856040960 8058 33554432000 1073741824 1073778376 140737054098848 140737054089984 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14511/statm: 2406260 8058 2243 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.70027 s]
/proc/loadavg: 2.16 2.08 1.79 3/194 14511
/proc/meminfo: memFree=31016896/32872528 swapFree=8292/8292
[pid=14511] ppid=14508 vsize=9625040 CPUtime=1.06 cores=0,2,4,6
/proc/14511/stat : 14511 (java) S 14508 14511 13098 0 -1 4202496 8848 0 1 0 104 2 0 0 20 0 19 0 36430289 9856040960 9161 33554432000 1073741824 1073778376 140737054098848 140737054089984 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14511/statm: 2406260 9161 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9625040

[startup+1.50085 s]
/proc/loadavg: 2.16 2.08 1.79 3/213 14530
/proc/meminfo: memFree=30986024/32872528 swapFree=8292/8292
[pid=14511] ppid=14508 vsize=9625040 CPUtime=2.29 cores=0,2,4,6
/proc/14511/stat : 14511 (java) S 14508 14511 13098 0 -1 4202496 15387 0 1 0 226 3 0 0 20 0 19 0 36430289 9856040960 14301 33554432000 1073741824 1073778376 140737054098848 140737054089984 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14511/statm: 2406260 14301 2261 9 0 2396937 0
[pid=14511/tid=14513] ppid=14508 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/14511/task/14513/stat : 14513 (java) R 14508 14511 13098 0 -1 4202560 2470 0 1 0 145 2 0 0 20 0 19 0 36430289 9856040960 14301 33554432000 1073741824 1073778376 140737054098848 140068071132528 140068011249621 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14511/tid=14514] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14514/stat : 14514 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 14301 33554432000 1073741824 1073778376 140737054098848 140067914856616 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14515] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14515/stat : 14515 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 14301 33554432000 1073741824 1073778376 140737054098848 140067913804072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14511/tid=14516] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14516/stat : 14516 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 14301 33554432000 1073741824 1073778376 140737054098848 140067912751528 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14511/tid=14517] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14517/stat : 14517 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 14301 33554432000 1073741824 1073778376 140737054098848 140067911698984 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14511/tid=14518] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14518/stat : 14518 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 14301 33554432000 1073741824 1073778376 140737054098848 140067910646440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14519] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14519/stat : 14519 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 14301 33554432000 1073741824 1073778376 140737054098848 140067909593896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14511/tid=14520] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14520/stat : 14520 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 14301 33554432000 1073741824 1073778376 140737054098848 140067908541352 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14511/tid=14521] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14521/stat : 14521 (java) S 14508 14511 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 14301 33554432000 1073741824 1073778376 140737054098848 140067907488808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14522] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14522/stat : 14522 (java) S 14508 14511 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36430291 9856040960 14301 33554432000 1073741824 1073778376 140737054098848 140067895289960 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14511/tid=14523] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14523/stat : 14523 (java) S 14508 14511 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36430292 9856040960 14301 33554432000 1073741824 1073778376 140737054098848 140067894236280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14524] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14524/stat : 14524 (java) S 14508 14511 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430292 9856040960 14301 33554432000 1073741824 1073778376 140737054098848 140067893183624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14525] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14525/stat : 14525 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430294 9856040960 14301 33554432000 1073741824 1073778376 140737054098848 140067892132368 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14526] ppid=14508 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/14511/task/14526/stat : 14526 (java) R 14508 14511 13098 0 -1 4202560 8718 0 0 0 54 1 0 0 20 0 19 0 36430294 9856040960 14301 33554432000 1073741824 1073778376 140737054098848 140067891055832 140068075222481 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14527] ppid=14508 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/14511/task/14527/stat : 14527 (java) S 14508 14511 13098 0 -1 4202560 2928 0 0 0 24 0 0 0 20 0 19 0 36430294 9856040960 14301 33554432000 1073741824 1073778376 140737054098848 140067890027192 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14511/tid=14528] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14528/stat : 14528 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430294 9856040960 14301 33554432000 1073741824 1073778376 140737054098848 140067888974840 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14511/tid=14529] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14529/stat : 14529 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430294 9856040960 14301 33554432000 1073741824 1073778376 140737054098848 140067887922504 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14511/tid=14530] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14530/stat : 14530 (java) S 14508 14511 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430306 9856040960 14301 33554432000 1073741824 1073778376 140737054098848 140067886867240 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.16 2.08 1.79 3/213 14530
/proc/meminfo: memFree=30954584/32872528 swapFree=8292/8292
[pid=14511] ppid=14508 vsize=9625040 CPUtime=4.38 cores=0,2,4,6
/proc/14511/stat : 14511 (java) S 14508 14511 13098 0 -1 4202496 20844 0 1 0 434 4 0 0 20 0 19 0 36430289 9856040960 18365 33554432000 1073741824 1073778376 140737054098848 140737054089984 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14511/statm: 2406260 18365 2261 9 0 2396937 0
[pid=14511/tid=14513] ppid=14508 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/14511/task/14513/stat : 14513 (java) R 14508 14511 13098 0 -1 4202560 2475 0 1 0 305 2 0 0 20 0 19 0 36430289 9856040960 18365 33554432000 1073741824 1073778376 140737054098848 140068071132312 140068011276448 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14511/tid=14514] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14514/stat : 14514 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 18365 33554432000 1073741824 1073778376 140737054098848 140067914856616 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14515] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14515/stat : 14515 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 18365 33554432000 1073741824 1073778376 140737054098848 140067913804072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14511/tid=14516] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14516/stat : 14516 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 18365 33554432000 1073741824 1073778376 140737054098848 140067912751528 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14511/tid=14517] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14517/stat : 14517 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 18365 33554432000 1073741824 1073778376 140737054098848 140067911698984 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14511/tid=14518] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14518/stat : 14518 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 18365 33554432000 1073741824 1073778376 140737054098848 140067910646440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14519] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14519/stat : 14519 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 18365 33554432000 1073741824 1073778376 140737054098848 140067909593896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14511/tid=14520] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14520/stat : 14520 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 18365 33554432000 1073741824 1073778376 140737054098848 140067908541352 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14511/tid=14521] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14521/stat : 14521 (java) S 14508 14511 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 18365 33554432000 1073741824 1073778376 140737054098848 140067907488808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14522] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14522/stat : 14522 (java) S 14508 14511 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36430291 9856040960 18365 33554432000 1073741824 1073778376 140737054098848 140067895289960 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14511/tid=14523] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14523/stat : 14523 (java) S 14508 14511 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36430292 9856040960 18365 33554432000 1073741824 1073778376 140737054098848 140067894236280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14524] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14524/stat : 14524 (java) S 14508 14511 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430292 9856040960 18365 33554432000 1073741824 1073778376 140737054098848 140067893183624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14525] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14525/stat : 14525 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430294 9856040960 18365 33554432000 1073741824 1073778376 140737054098848 140067892132368 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14526] ppid=14508 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/14511/task/14526/stat : 14526 (java) S 14508 14511 13098 0 -1 4202560 8792 0 0 0 63 1 0 0 20 0 19 0 36430294 9856040960 18365 33554432000 1073741824 1073778376 140737054098848 140067891079736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14527] ppid=14508 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/14511/task/14527/stat : 14527 (java) S 14508 14511 13098 0 -1 4202560 8306 0 0 0 62 2 0 0 20 0 19 0 36430294 9856040960 18365 33554432000 1073741824 1073778376 140737054098848 140067890027192 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14511/tid=14528] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14528/stat : 14528 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430294 9856040960 18365 33554432000 1073741824 1073778376 140737054098848 140067888974840 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14511/tid=14529] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14529/stat : 14529 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430294 9856040960 18365 33554432000 1073741824 1073778376 140737054098848 140067887922504 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14511/tid=14530] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14530/stat : 14530 (java) S 14508 14511 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430306 9856040960 18365 33554432000 1073741824 1073778376 140737054098848 140067886867240 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.15 2.08 1.79 3/213 14530
/proc/meminfo: memFree=30944896/32872528 swapFree=8292/8292
[pid=14511] ppid=14508 vsize=9625040 CPUtime=7.59 cores=0,2,4,6
/proc/14511/stat : 14511 (java) S 14508 14511 13098 0 -1 4202496 20855 0 1 0 754 5 0 0 20 0 19 0 36430289 9856040960 20811 33554432000 1073741824 1073778376 140737054098848 140737054089984 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14511/statm: 2406260 20811 2262 9 0 2396937 0
[pid=14511/tid=14513] ppid=14508 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/14511/task/14513/stat : 14513 (java) R 14508 14511 13098 0 -1 4202560 2485 0 1 0 623 2 0 0 20 0 19 0 36430289 9856040960 20811 33554432000 1073741824 1073778376 140737054098848 140068071124672 140068011269009 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14511/tid=14514] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14514/stat : 14514 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 20811 33554432000 1073741824 1073778376 140737054098848 140067914856616 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14515] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14515/stat : 14515 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 20811 33554432000 1073741824 1073778376 140737054098848 140067913804072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14511/tid=14516] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14516/stat : 14516 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 20811 33554432000 1073741824 1073778376 140737054098848 140067912751528 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14511/tid=14517] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14517/stat : 14517 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 20811 33554432000 1073741824 1073778376 140737054098848 140067911698984 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14511/tid=14518] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14518/stat : 14518 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 20811 33554432000 1073741824 1073778376 140737054098848 140067910646440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14519] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14519/stat : 14519 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 20811 33554432000 1073741824 1073778376 140737054098848 140067909593896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14511/tid=14520] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14520/stat : 14520 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 20811 33554432000 1073741824 1073778376 140737054098848 140067908541352 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14511/tid=14521] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14521/stat : 14521 (java) S 14508 14511 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 20811 33554432000 1073741824 1073778376 140737054098848 140067907488808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14522] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14522/stat : 14522 (java) S 14508 14511 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36430291 9856040960 20811 33554432000 1073741824 1073778376 140737054098848 140067895289960 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14511/tid=14523] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14523/stat : 14523 (java) S 14508 14511 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36430292 9856040960 20811 33554432000 1073741824 1073778376 140737054098848 140067894236280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14524] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14524/stat : 14524 (java) S 14508 14511 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430292 9856040960 20811 33554432000 1073741824 1073778376 140737054098848 140067893183624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14525] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14525/stat : 14525 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430294 9856040960 20811 33554432000 1073741824 1073778376 140737054098848 140067892132368 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14526] ppid=14508 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/14511/task/14526/stat : 14526 (java) S 14508 14511 13098 0 -1 4202560 8792 0 0 0 63 1 0 0 20 0 19 0 36430294 9856040960 20811 33554432000 1073741824 1073778376 140737054098848 140067891079736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14527] ppid=14508 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/14511/task/14527/stat : 14527 (java) S 14508 14511 13098 0 -1 4202560 8306 0 0 0 62 2 0 0 20 0 19 0 36430294 9856040960 20811 33554432000 1073741824 1073778376 140737054098848 140067890027192 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14511/tid=14528] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14528/stat : 14528 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430294 9856040960 20811 33554432000 1073741824 1073778376 140737054098848 140067888974840 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14511/tid=14529] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14529/stat : 14529 (java) S 14508 14511 13098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36430294 9856040960 20811 33554432000 1073741824 1073778376 140737054098848 140067887922504 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14511/tid=14530] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14530/stat : 14530 (java) S 14508 14511 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430306 9856040960 20811 33554432000 1073741824 1073778376 140737054098848 140067886867240 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 9625040


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

[pid=14511/tid=14516] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14516/stat : 14516 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 29515 33554432000 1073741824 1073778376 140737054098848 140067912751528 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14511/tid=14517] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14517/stat : 14517 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 29515 33554432000 1073741824 1073778376 140737054098848 140067911698984 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14511/tid=14518] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14518/stat : 14518 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 29515 33554432000 1073741824 1073778376 140737054098848 140067910646440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14519] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14519/stat : 14519 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 29515 33554432000 1073741824 1073778376 140737054098848 140067909593896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14511/tid=14520] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14520/stat : 14520 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 29515 33554432000 1073741824 1073778376 140737054098848 140067908541352 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14511/tid=14521] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14521/stat : 14521 (java) S 14508 14511 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 29515 33554432000 1073741824 1073778376 140737054098848 140067907488808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14522] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14522/stat : 14522 (java) S 14508 14511 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36430291 9856040960 29515 33554432000 1073741824 1073778376 140737054098848 140067895289960 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14511/tid=14523] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14523/stat : 14523 (java) S 14508 14511 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36430292 9856040960 29515 33554432000 1073741824 1073778376 140737054098848 140067894236280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14524] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14524/stat : 14524 (java) S 14508 14511 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430292 9856040960 29515 33554432000 1073741824 1073778376 140737054098848 140067893183624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14525] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14525/stat : 14525 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430294 9856040960 29515 33554432000 1073741824 1073778376 140737054098848 140067892132368 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14526] ppid=14508 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/14511/task/14526/stat : 14526 (java) S 14508 14511 13098 0 -1 4202560 8792 0 0 0 63 1 0 0 20 0 19 0 36430294 9856040960 29515 33554432000 1073741824 1073778376 140737054098848 140067891079736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14527] ppid=14508 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/14511/task/14527/stat : 14527 (java) S 14508 14511 13098 0 -1 4202560 8306 0 0 0 65 2 0 0 20 0 19 0 36430294 9856040960 29515 33554432000 1073741824 1073778376 140737054098848 140067890027192 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14511/tid=14528] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14528/stat : 14528 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430294 9856040960 29515 33554432000 1073741824 1073778376 140737054098848 140067888974840 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14511/tid=14529] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14529/stat : 14529 (java) S 14508 14511 13098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36430294 9856040960 29515 33554432000 1073741824 1073778376 140737054098848 140067887922504 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14511/tid=14530] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14530/stat : 14530 (java) S 14508 14511 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430306 9856040960 29515 33554432000 1073741824 1073778376 140737054098848 140067886867240 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 15.73
Current children cumulated vsize (KiB) 9625040

[startup+14.8008 s]
/proc/loadavg: 2.13 2.08 1.79 3/213 14530
/proc/meminfo: memFree=30905440/32872528 swapFree=8292/8292
[pid=14511] ppid=14508 vsize=9625040 CPUtime=16.12 cores=0,2,4,6
/proc/14511/stat : 14511 (java) S 14508 14511 13098 0 -1 4202496 20876 0 1 0 1607 5 0 0 20 0 19 0 36430289 9856040960 30027 33554432000 1073741824 1073778376 140737054098848 140737054089984 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14511/statm: 2406260 30027 2262 9 0 2396937 0
[pid=14511/tid=14513] ppid=14508 vsize=9625040 CPUtime=14.73 cores=0,2,4,6
/proc/14511/task/14513/stat : 14513 (java) R 14508 14511 13098 0 -1 4202560 2506 0 1 0 1471 2 0 0 20 0 19 0 36430289 9856040960 30027 33554432000 1073741824 1073778376 140737054098848 140068071124672 140068011325406 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14511/tid=14514] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14514/stat : 14514 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 30027 33554432000 1073741824 1073778376 140737054098848 140067914856616 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14515] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14515/stat : 14515 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 30027 33554432000 1073741824 1073778376 140737054098848 140067913804072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14511/tid=14516] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14516/stat : 14516 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 30027 33554432000 1073741824 1073778376 140737054098848 140067912751528 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14511/tid=14517] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14517/stat : 14517 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 30027 33554432000 1073741824 1073778376 140737054098848 140067911698984 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14511/tid=14518] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14518/stat : 14518 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 30027 33554432000 1073741824 1073778376 140737054098848 140067910646440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14519] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14519/stat : 14519 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 30027 33554432000 1073741824 1073778376 140737054098848 140067909593896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14511/tid=14520] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14520/stat : 14520 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 30027 33554432000 1073741824 1073778376 140737054098848 140067908541352 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14511/tid=14521] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14521/stat : 14521 (java) S 14508 14511 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 30027 33554432000 1073741824 1073778376 140737054098848 140067907488808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14522] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14522/stat : 14522 (java) S 14508 14511 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36430291 9856040960 30027 33554432000 1073741824 1073778376 140737054098848 140067895289960 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14511/tid=14523] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14523/stat : 14523 (java) S 14508 14511 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36430292 9856040960 30027 33554432000 1073741824 1073778376 140737054098848 140067894236280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14524] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14524/stat : 14524 (java) S 14508 14511 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430292 9856040960 30027 33554432000 1073741824 1073778376 140737054098848 140067893183624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14525] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14525/stat : 14525 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430294 9856040960 30027 33554432000 1073741824 1073778376 140737054098848 140067892132368 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14526] ppid=14508 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/14511/task/14526/stat : 14526 (java) S 14508 14511 13098 0 -1 4202560 8792 0 0 0 63 1 0 0 20 0 19 0 36430294 9856040960 30027 33554432000 1073741824 1073778376 140737054098848 140067891079736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14527] ppid=14508 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/14511/task/14527/stat : 14527 (java) S 14508 14511 13098 0 -1 4202560 8306 0 0 0 65 2 0 0 20 0 19 0 36430294 9856040960 30027 33554432000 1073741824 1073778376 140737054098848 140067890027192 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14511/tid=14528] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14528/stat : 14528 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430294 9856040960 30027 33554432000 1073741824 1073778376 140737054098848 140067888974840 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14511/tid=14529] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14529/stat : 14529 (java) S 14508 14511 13098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36430294 9856040960 30027 33554432000 1073741824 1073778376 140737054098848 140067887922504 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14511/tid=14530] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14530/stat : 14530 (java) S 14508 14511 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430306 9856040960 30027 33554432000 1073741824 1073778376 140737054098848 140067886867240 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 16.12
Current children cumulated vsize (KiB) 9625040

[startup+15.0008 s]
/proc/loadavg: 2.13 2.08 1.79 3/213 14530
/proc/meminfo: memFree=30905440/32872528 swapFree=8292/8292
[pid=14511] ppid=14508 vsize=9625040 CPUtime=16.34 cores=0,2,4,6
/proc/14511/stat : 14511 (java) S 14508 14511 13098 0 -1 4202496 20878 0 1 0 1629 5 0 0 20 0 19 0 36430289 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140737054089984 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14511/statm: 2406260 30029 2263 9 0 2396937 0
[pid=14511/tid=14513] ppid=14508 vsize=9625040 CPUtime=14.93 cores=0,2,4,6
/proc/14511/task/14513/stat : 14513 (java) R 14508 14511 13098 0 -1 4202560 2506 0 1 0 1491 2 0 0 20 0 19 0 36430289 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140068071124672 140068011302227 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14511/tid=14514] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14514/stat : 14514 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140067914856616 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14515] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14515/stat : 14515 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140067913804072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14511/tid=14516] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14516/stat : 14516 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140067912751528 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14511/tid=14517] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14517/stat : 14517 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140067911698984 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14511/tid=14518] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14518/stat : 14518 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140067910646440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14519] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14519/stat : 14519 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140067909593896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14511/tid=14520] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14520/stat : 14520 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140067908541352 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14511/tid=14521] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14521/stat : 14521 (java) S 14508 14511 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140067907488808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14522] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14522/stat : 14522 (java) S 14508 14511 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36430291 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140067895289960 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14511/tid=14523] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14523/stat : 14523 (java) S 14508 14511 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36430292 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140067894236280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14524] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14524/stat : 14524 (java) S 14508 14511 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430292 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140067893183624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14525] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14525/stat : 14525 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430294 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140067892132368 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14526] ppid=14508 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/14511/task/14526/stat : 14526 (java) S 14508 14511 13098 0 -1 4202560 8792 0 0 0 63 1 0 0 20 0 19 0 36430294 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140067891079736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14527] ppid=14508 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/14511/task/14527/stat : 14527 (java) S 14508 14511 13098 0 -1 4202560 8308 0 0 0 67 2 0 0 20 0 19 0 36430294 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140067890027192 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14511/tid=14528] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14528/stat : 14528 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430294 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140067888974840 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14511/tid=14529] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14529/stat : 14529 (java) S 14508 14511 13098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36430294 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140067887922504 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14511/tid=14530] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14530/stat : 14530 (java) S 14508 14511 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430306 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140067886867240 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 16.34
Current children cumulated vsize (KiB) 9625040

[startup+15.1008 s]
/proc/loadavg: 2.13 2.08 1.79 3/213 14530
/proc/meminfo: memFree=30905440/32872528 swapFree=8292/8292
[pid=14511] ppid=14508 vsize=9625040 CPUtime=16.44 cores=0,2,4,6
/proc/14511/stat : 14511 (java) S 14508 14511 13098 0 -1 4202496 20878 0 1 0 1639 5 0 0 20 0 19 0 36430289 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140737054089984 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14511/statm: 2406260 30029 2263 9 0 2396937 0
[pid=14511/tid=14513] ppid=14508 vsize=9625040 CPUtime=15.03 cores=0,2,4,6
/proc/14511/task/14513/stat : 14513 (java) R 14508 14511 13098 0 -1 4202560 2506 0 1 0 1501 2 0 0 20 0 19 0 36430289 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140068071124672 140068010888369 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14511/tid=14514] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14514/stat : 14514 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140067914856616 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14515] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14515/stat : 14515 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140067913804072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14511/tid=14516] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14516/stat : 14516 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140067912751528 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14511/tid=14517] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14517/stat : 14517 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140067911698984 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14511/tid=14518] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14518/stat : 14518 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140067910646440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14519] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14519/stat : 14519 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140067909593896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14511/tid=14520] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14520/stat : 14520 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140067908541352 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14511/tid=14521] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14521/stat : 14521 (java) S 14508 14511 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36430290 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140067907488808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14522] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14522/stat : 14522 (java) S 14508 14511 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36430291 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140067895289960 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14511/tid=14523] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14523/stat : 14523 (java) S 14508 14511 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36430292 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140067894236280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14524] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14524/stat : 14524 (java) S 14508 14511 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430292 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140067893183624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14525] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14525/stat : 14525 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430294 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140067892132368 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14526] ppid=14508 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/14511/task/14526/stat : 14526 (java) S 14508 14511 13098 0 -1 4202560 8792 0 0 0 63 1 0 0 20 0 19 0 36430294 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140067891079736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14511/tid=14527] ppid=14508 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/14511/task/14527/stat : 14527 (java) S 14508 14511 13098 0 -1 4202560 8308 0 0 0 67 2 0 0 20 0 19 0 36430294 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140067890027192 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14511/tid=14528] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14528/stat : 14528 (java) S 14508 14511 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430294 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140067888974840 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14511/tid=14529] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14529/stat : 14529 (java) S 14508 14511 13098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36430294 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140067887922504 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14511/tid=14530] ppid=14508 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14511/task/14530/stat : 14530 (java) S 14508 14511 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430306 9856040960 30029 33554432000 1073741824 1073778376 140737054098848 140067886867240 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 16.44
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 15.1426
CPU time (s): 16.4705
CPU user time (s): 16.3885
CPU system time (s): 0.081987
CPU usage (%): 108.769
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.3885
system time used= 0.081987
maximum resident set size= 120180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20900
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= 613
involuntary context switches= 51

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.054991 second user time and 0.06299 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-19 15:44:15
IDJOB=4110240
IDBENCH=79210
IDSOLVER=2551
FILE ID=node151/4110240-1466343855
RUNJOBID= node151-1466341797-13114
PBS_JOBID= 19922011
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110974372--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110240-1466343855/watcher-4110240-1466343855 -o /tmp/evaluation-result-4110240-1466343855/solver-4110240-1466343855 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466341797-13114 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4110240-1466343855.wbo

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

MD5SUM BENCH= 014e6d9d1387f6cdb0c56035ad106b75
RANDOM SEED=1548454282

node151.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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:        31017152 kB
Buffers:          120188 kB
Cached:           198340 kB
SwapCached:         1712 kB
Active:           881372 kB
Inactive:         195912 kB
Active(anon):     758128 kB
Inactive(anon):     3280 kB
Active(file):     123244 kB
Inactive(file):   192632 kB
Unevictable:        8292 kB
Mlocked:            8292 kB
SwapTotal:      67108856 kB
SwapFree:       67099344 kB
Dirty:               688 kB
Writeback:             4 kB
AnonPages:        766584 kB
Mapped:            16472 kB
Shmem:                 0 kB
Slab:             638672 kB
SReclaimable:      81780 kB
SUnreclaim:       556892 kB
KernelStack:        1616 kB
PageTables:         5652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1030356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    729088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node151 at 2016-06-19 15:44:30