Trace number 4090911

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 9.37257 8.14429

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110973670--soft-0-100-0.wbo
MD5SUM366069b8ece10aa1f9438c760e1be90c
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark4.64229
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 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	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.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4090911-1466067883.wbo
0.10/0.10	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.28/0.22	c SATISFIABLE
0.28/0.22	c OPTIMIZING...
0.28/0.22	c Got one! Elapsed wall clock time (in seconds):0.117
0.28/0.22	o 683
0.28/0.26	c Got one! Elapsed wall clock time (in seconds):0.162
0.28/0.26	o 672
0.28/0.27	c Got one! Elapsed wall clock time (in seconds):0.167
0.28/0.27	o 669
0.28/0.27	c Got one! Elapsed wall clock time (in seconds):0.173
0.28/0.27	o 642
0.28/0.28	c Got one! Elapsed wall clock time (in seconds):0.18
0.28/0.28	o 599
0.28/0.29	c Got one! Elapsed wall clock time (in seconds):0.186
0.28/0.29	o 597
0.51/0.30	c Got one! Elapsed wall clock time (in seconds):0.198
0.51/0.30	o 587
0.64/0.40	c Got one! Elapsed wall clock time (in seconds):0.297
0.64/0.40	o 575
0.64/0.40	c Got one! Elapsed wall clock time (in seconds):0.301
0.64/0.40	o 549
0.64/0.41	c Got one! Elapsed wall clock time (in seconds):0.305
0.64/0.41	o 374
0.64/0.41	c Got one! Elapsed wall clock time (in seconds):0.31
0.64/0.41	o 363
0.64/0.42	c Got one! Elapsed wall clock time (in seconds):0.32
0.64/0.42	o 361
0.64/0.43	c Got one! Elapsed wall clock time (in seconds):0.326
0.64/0.43	o 360
0.64/0.43	c Got one! Elapsed wall clock time (in seconds):0.331
0.64/0.43	o 356
0.64/0.44	c Got one! Elapsed wall clock time (in seconds):0.337
0.64/0.44	o 346
0.64/0.44	c Got one! Elapsed wall clock time (in seconds):0.341
0.64/0.44	o 343
0.64/0.45	c Got one! Elapsed wall clock time (in seconds):0.347
0.64/0.45	o 330
0.64/0.45	c Got one! Elapsed wall clock time (in seconds):0.351
0.64/0.45	o 317
0.64/0.47	c Got one! Elapsed wall clock time (in seconds):0.367
0.64/0.47	o 315
0.64/0.48	c Got one! Elapsed wall clock time (in seconds):0.377
0.64/0.48	o 314
0.81/0.52	c Got one! Elapsed wall clock time (in seconds):0.418
0.81/0.52	o 313
0.81/0.55	c Got one! Elapsed wall clock time (in seconds):0.447
0.81/0.55	o 309
0.81/0.56	c Got one! Elapsed wall clock time (in seconds):0.454
0.81/0.56	o 308
0.81/0.58	c Got one! Elapsed wall clock time (in seconds):0.475
0.81/0.58	o 296
0.81/0.58	c Got one! Elapsed wall clock time (in seconds):0.48
0.81/0.58	o 266
0.81/0.59	c Got one! Elapsed wall clock time (in seconds):0.484
0.81/0.59	o 258
0.97/0.60	c Got one! Elapsed wall clock time (in seconds):0.5
0.97/0.60	o 254
0.97/0.63	c Got one! Elapsed wall clock time (in seconds):0.527
0.97/0.63	o 253
0.97/0.63	c Got one! Elapsed wall clock time (in seconds):0.53
0.97/0.63	o 139
1.31/0.83	c cleaning 5499 clauses out of 10997 with flag 11021/10997
1.31/0.83	c Got one! Elapsed wall clock time (in seconds):0.731
1.31/0.83	o 138
1.31/0.84	c Got one! Elapsed wall clock time (in seconds):0.741
1.31/0.84	o 122
1.44/0.95	c Got one! Elapsed wall clock time (in seconds):0.844
1.44/0.95	o 114
1.44/0.98	c Got one! Elapsed wall clock time (in seconds):0.877
1.44/0.98	o 106
1.54/1.00	c Got one! Elapsed wall clock time (in seconds):0.899
1.54/1.00	o 93
1.54/1.08	c Got one! Elapsed wall clock time (in seconds):0.975
1.54/1.08	o 36
1.68/1.19	c cleaning 6211 clauses out of 12421 with flag 6288/17920
2.25/1.44	c cleaning 6106 clauses out of 12211 with flag 24283/23921
2.49/1.53	c Got one! Elapsed wall clock time (in seconds):1.427
2.49/1.53	o 31
2.63/1.65	c cleaning 5721 clauses out of 11445 with flag 9011/29261
2.83/1.89	c cleaning 5860 clauses out of 11726 with flag 28030/35263
3.15/2.16	c cleaning 6432 clauses out of 12864 with flag 49171/42262
3.47/2.49	c cleaning 7209 clauses out of 14432 with flag 74342/50263
3.87/2.87	c cleaning 8111 clauses out of 16221 with flag 103910/59261
3.97/2.99	c Got one! Elapsed wall clock time (in seconds):2.89
3.97/2.99	o 28
4.08/3.08	c cleaning 6720 clauses out of 13444 with flag 6942/64596
4.28/3.30	c cleaning 6352 clauses out of 12726 with flag 27154/70598
4.58/3.51	c Got one! Elapsed wall clock time (in seconds):3.404
4.58/3.51	o 23
4.86/3.72	c cleaning 8476 clauses out of 16953 with flag 16784/81177
5.08/3.96	c cleaning 7234 clauses out of 14476 with flag 35928/87177
5.18/4.02	c Got one! Elapsed wall clock time (in seconds):3.915
5.18/4.02	o 20
5.28/4.16	c Got one! Elapsed wall clock time (in seconds):4.058
5.28/4.16	o 12
5.38/4.21	c cleaning 6945 clauses out of 13890 with flag 3834/93826
5.59/4.43	c cleaning 6469 clauses out of 12943 with flag 24910/99824
5.88/4.71	c cleaning 6736 clauses out of 13473 with flag 52653/106823
6.18/5.02	c cleaning 7367 clauses out of 14736 with flag 83941/114823
6.48/5.38	c cleaning 8182 clauses out of 16368 with flag 118761/123823
6.98/5.80	c Got one! Elapsed wall clock time (in seconds):5.698
6.98/5.80	o 11
7.18/6.08	c cleaning 11573 clauses out of 23155 with flag 21115/138793
7.48/6.34	c cleaning 8783 clauses out of 17579 with flag 45403/144791
7.68/6.56	c Got one! Elapsed wall clock time (in seconds):6.457
7.68/6.56	o 10
7.89/6.75	c Got one! Elapsed wall clock time (in seconds):6.65
7.89/6.75	o 8
7.98/6.82	c cleaning 9697 clauses out of 19394 with flag 4741/155390
7.98/6.88	c Got one! Elapsed wall clock time (in seconds):6.78
7.98/6.88	o 6
8.08/6.94	c Got one! Elapsed wall clock time (in seconds):6.834
8.08/6.94	o 4
8.20/7.08	c cleaning 7760 clauses out of 15527 with flag 12777/161221
8.40/7.28	c Got one! Elapsed wall clock time (in seconds):7.178
8.40/7.28	o 3
8.60/7.47	c Got one! Elapsed wall clock time (in seconds):7.365
8.60/7.47	o 1
8.70/7.58	c cleaning 9511 clauses out of 19027 with flag 9532/172484
9.01/7.86	c cleaning 7754 clauses out of 15514 with flag 39252/178484
9.30/8.13	c starts		: 108
9.30/8.13	c conflicts		: 184772
9.30/8.13	c decisions		: 303216
9.30/8.13	c propagations		: 4208264
9.30/8.13	c inspects		: 94405706
9.30/8.13	c shortcuts		: 0
9.30/8.13	c learnt literals	: 34
9.30/8.13	c learnt binary clauses	: 15
9.30/8.13	c learnt ternary clauses	: 275
9.30/8.13	c learnt constraints	: 184737
9.30/8.13	c ignored constraints	: 0
9.30/8.13	c root simplifications	: 0
9.30/8.13	c removed literals (reason simplification)	: 0
9.30/8.13	c reason swapping (by a shorter reason)	: 0
9.30/8.13	c Calls to reduceDB	: 23
9.30/8.13	c Number of update (reduction) of LBD	: 44716
9.30/8.14	c Imported unit clauses	: 0
9.30/8.14	c number of reductions to clauses (during analyze)	: 0
9.30/8.14	c number of learned constraints concerned by reduction	: 0
9.30/8.14	c number of learning phase by resolution	: 0
9.30/8.14	c number of learning phase by cutting planes	: 0
9.30/8.14	c speed (assignments/second)	: 527682.0062695924
9.30/8.14	c non guided choices	2248
9.30/8.14	c learnt constraints type 
9.30/8.14	s OPTIMUM FOUND
9.30/8.14	c Found 47 solution(s)
9.30/8.14	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 
9.30/8.14	c objective function=1
9.30/8.14	c Total wall clock time (in seconds): 8.035

Verifier Data

OK	1

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-4090911-1466067883/watcher-4090911-1466067883 -o /tmp/evaluation-result-4090911-1466067883/solver-4090911-1466067883 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466062115-17407 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090911-1466067883.wbo 

pid=19204
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.14 2.21 2.18 4/194 19207
/proc/meminfo: memFree=30317628/32872528 swapFree=1499116/1695340
[pid=19207] ppid=19204 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/19207/stat : 19207 (java) S 19204 19207 17390 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 8834084 98570240 977 33554432000 1073741824 1073778376 140735338931968 140735338923104 225448067133 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19207/statm: 24065 977 743 9 0 16771 0
[pid=19207/tid=19208] ppid=19204 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19208/stat : 19208 (java) R 19204 19207 17390 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 8834084 98570240 977 33554432000 1073741824 1073778376 140735338931968 140446962077224 225444709760 0 0 4096 0 0 0 0 -1 5 0 0 0 0 0

[startup+0.100062 s]
/proc/loadavg: 2.14 2.21 2.18 4/194 19207
/proc/meminfo: memFree=30317628/32872528 swapFree=1499116/1695340
[pid=19207] ppid=19204 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/19207/stat : 19207 (java) S 19204 19207 17390 0 -1 4202496 4495 0 1 0 10 0 0 0 20 0 18 0 8834084 9787879424 6123 33554432000 1073741824 1073778376 140735338931968 140735338923104 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19207/statm: 2389619 6123 2157 9 0 2380296 0
[pid=19207/tid=19208] ppid=19204 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/19207/task/19208/stat : 19208 (java) R 19204 19207 17390 0 -1 4202560 2380 0 1 0 7 0 0 0 20 0 18 0 8834084 9787879424 6123 33554432000 1073741824 1073778376 140735338931968 140446962080672 225448092941 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200301 s]
/proc/loadavg: 2.14 2.21 2.18 4/194 19207
/proc/meminfo: memFree=30317628/32872528 swapFree=1499116/1695340
[pid=19207] ppid=19204 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/19207/stat : 19207 (java) S 19204 19207 17390 0 -1 4202496 6388 0 1 0 27 1 0 0 20 0 19 0 8834084 9856040960 8033 33554432000 1073741824 1073778376 140735338931968 140735338923104 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19207/statm: 2406260 8033 2234 9 0 2396937 0
[pid=19207/tid=19208] ppid=19204 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/19207/task/19208/stat : 19208 (java) R 19204 19207 17390 0 -1 4202560 2410 0 1 0 17 0 0 0 20 0 19 0 8834084 9856040960 8033 33554432000 1073741824 1073778376 140735338931968 140446962082432 140446789557887 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300285 s]
/proc/loadavg: 2.14 2.21 2.18 4/194 19207
/proc/meminfo: memFree=30317628/32872528 swapFree=1499116/1695340
[pid=19207] ppid=19204 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/19207/stat : 19207 (java) S 19204 19207 17390 0 -1 4202496 6718 0 1 0 50 1 0 0 20 0 19 0 8834084 9856040960 8618 33554432000 1073741824 1073778376 140735338931968 140735338923104 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19207/statm: 2406260 8618 2243 9 0 2396937 0
[pid=19207/tid=19208] ppid=19204 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/19207/task/19208/stat : 19208 (java) R 19204 19207 17390 0 -1 4202560 2411 0 1 0 27 0 0 0 20 0 19 0 8834084 9856040960 8618 33554432000 1073741824 1073778376 140735338931968 140446962073808 140446789642391 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700326 s]
/proc/loadavg: 2.14 2.21 2.18 4/194 19207
/proc/meminfo: memFree=30317628/32872528 swapFree=1499116/1695340
[pid=19207] ppid=19204 vsize=9625040 CPUtime=1.18 cores=1,3,5,7
/proc/19207/stat : 19207 (java) S 19204 19207 17390 0 -1 4202496 11207 0 1 0 116 2 0 0 20 0 19 0 8834084 9856040960 11541 33554432000 1073741824 1073778376 140735338931968 140735338923104 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19207/statm: 2406260 11541 2255 9 0 2396937 0
[pid=19207/tid=19208] ppid=19204 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/19207/task/19208/stat : 19208 (java) R 19204 19207 17390 0 -1 4202560 2413 0 1 0 67 0 0 0 20 0 19 0 8834084 9856040960 11541 33554432000 1073741824 1073778376 140735338931968 140446962073904 140446790100666 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.14 2.21 2.18 4/213 19226
/proc/meminfo: memFree=30271116/32872528 swapFree=1499116/1695340
[pid=19207] ppid=19204 vsize=9625040 CPUtime=2.49 cores=1,3,5,7
/proc/19207/stat : 19207 (java) S 19204 19207 17390 0 -1 4202496 15990 0 1 0 246 3 0 0 20 0 19 0 8834084 9856040960 15713 33554432000 1073741824 1073778376 140735338931968 140735338923104 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19207/statm: 2406260 15713 2262 9 0 2396937 0
[pid=19207/tid=19208] ppid=19204 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/19207/task/19208/stat : 19208 (java) R 19204 19207 17390 0 -1 4202560 2417 0 1 0 147 0 0 0 20 0 19 0 8834084 9856040960 15713 33554432000 1073741824 1073778376 140735338931968 140446962073296 140446789983183 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19207/tid=19210] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19210/stat : 19210 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 15713 33554432000 1073741824 1073778376 140735338931968 140446923573416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19211] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19211/stat : 19211 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 15713 33554432000 1073741824 1073778376 140735338931968 140446922520872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19207/tid=19212] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19212/stat : 19212 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 15713 33554432000 1073741824 1073778376 140735338931968 140446921468328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19207/tid=19213] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19213/stat : 19213 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 15713 33554432000 1073741824 1073778376 140735338931968 140446920415784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19214] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19214/stat : 19214 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 15713 33554432000 1073741824 1073778376 140735338931968 140446919363240 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19207/tid=19215] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19215/stat : 19215 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 15713 33554432000 1073741824 1073778376 140735338931968 140446918310696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19207/tid=19216] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19216/stat : 19216 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 15713 33554432000 1073741824 1073778376 140735338931968 140446917258152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19207/tid=19217] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19217/stat : 19217 (java) S 19204 19207 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 15713 33554432000 1073741824 1073778376 140735338931968 140446916205608 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19218] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19218/stat : 19218 (java) S 19204 19207 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834086 9856040960 15713 33554432000 1073741824 1073778376 140735338931968 140446785316968 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19219] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19219/stat : 19219 (java) S 19204 19207 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834087 9856040960 15713 33554432000 1073741824 1073778376 140735338931968 140446784263288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19220] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19220/stat : 19220 (java) S 19204 19207 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834087 9856040960 15713 33554432000 1073741824 1073778376 140735338931968 140446783210632 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19221] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19221/stat : 19221 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834089 9856040960 15713 33554432000 1073741824 1073778376 140735338931968 140446782159376 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19222] ppid=19204 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/19207/task/19222/stat : 19222 (java) S 19204 19207 17390 0 -1 4202560 2735 0 0 0 31 0 0 0 20 0 19 0 8834089 9856040960 15713 33554432000 1073741824 1073778376 140735338931968 140446781106744 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19223] ppid=19204 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/19207/task/19223/stat : 19223 (java) R 19204 19207 17390 0 -1 4202560 9565 0 0 0 65 3 0 0 20 0 19 0 8834089 9856040960 15713 33554432000 1073741824 1073778376 140735338931968 140446780041480 140446969069095 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=19207/tid=19224] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19224/stat : 19224 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834089 9856040960 15713 33554432000 1073741824 1073778376 140735338931968 140446779001848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19207/tid=19225] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19225/stat : 19225 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834089 9856040960 15713 33554432000 1073741824 1073778376 140735338931968 140446777949512 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19226] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19226/stat : 19226 (java) S 19204 19207 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834100 9856040960 15713 33554432000 1073741824 1073778376 140735338931968 140446776894248 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.21 2.22 2.18 4/213 19226
/proc/meminfo: memFree=30247296/32872528 swapFree=1499116/1695340
[pid=19207] ppid=19204 vsize=9625040 CPUtime=4.18 cores=1,3,5,7
/proc/19207/stat : 19207 (java) S 19204 19207 17390 0 -1 4202496 16011 0 1 0 415 3 0 0 20 0 19 0 8834084 9856040960 17357 33554432000 1073741824 1073778376 140735338931968 140735338923104 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19207/statm: 2406260 17357 2262 9 0 2396937 0
[pid=19207/tid=19208] ppid=19204 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/19207/task/19208/stat : 19208 (java) R 19204 19207 17390 0 -1 4202560 2423 0 1 0 307 0 0 0 20 0 19 0 8834084 9856040960 17357 33554432000 1073741824 1073778376 140735338931968 140446962082072 140446789993703 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19207/tid=19210] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19210/stat : 19210 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 17357 33554432000 1073741824 1073778376 140735338931968 140446923573416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19211] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19211/stat : 19211 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 17357 33554432000 1073741824 1073778376 140735338931968 140446922520872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19207/tid=19212] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19212/stat : 19212 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 17357 33554432000 1073741824 1073778376 140735338931968 140446921468328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19207/tid=19213] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19213/stat : 19213 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 17357 33554432000 1073741824 1073778376 140735338931968 140446920415784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19214] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19214/stat : 19214 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 17357 33554432000 1073741824 1073778376 140735338931968 140446919363240 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19207/tid=19215] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19215/stat : 19215 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 17357 33554432000 1073741824 1073778376 140735338931968 140446918310696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19207/tid=19216] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19216/stat : 19216 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 17357 33554432000 1073741824 1073778376 140735338931968 140446917258152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19207/tid=19217] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19217/stat : 19217 (java) S 19204 19207 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 17357 33554432000 1073741824 1073778376 140735338931968 140446916205608 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19218] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19218/stat : 19218 (java) S 19204 19207 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834086 9856040960 17357 33554432000 1073741824 1073778376 140735338931968 140446785316968 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19207/tid=19219] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19219/stat : 19219 (java) S 19204 19207 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834087 9856040960 17357 33554432000 1073741824 1073778376 140735338931968 140446784263288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19220] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19220/stat : 19220 (java) S 19204 19207 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834087 9856040960 17357 33554432000 1073741824 1073778376 140735338931968 140446783210632 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19221] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19221/stat : 19221 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834089 9856040960 17357 33554432000 1073741824 1073778376 140735338931968 140446782159376 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19222] ppid=19204 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/19207/task/19222/stat : 19222 (java) S 19204 19207 17390 0 -1 4202560 2747 0 0 0 32 0 0 0 20 0 19 0 8834089 9856040960 17357 33554432000 1073741824 1073778376 140735338931968 140446781106744 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19223] ppid=19204 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/19207/task/19223/stat : 19223 (java) S 19204 19207 17390 0 -1 4202560 9568 0 0 0 73 3 0 0 20 0 19 0 8834089 9856040960 17357 33554432000 1073741824 1073778376 140735338931968 140446780054200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19207/tid=19224] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19224/stat : 19224 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834089 9856040960 17357 33554432000 1073741824 1073778376 140735338931968 140446779001848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19207/tid=19225] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19225/stat : 19225 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834089 9856040960 17357 33554432000 1073741824 1073778376 140735338931968 140446777949512 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19207/tid=19226] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19226/stat : 19226 (java) S 19204 19207 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834100 9856040960 17357 33554432000 1073741824 1073778376 140735338931968 140446776894248 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.21 2.22 2.18 3/213 19226
/proc/meminfo: memFree=30213244/32872528 swapFree=1499116/1695340
[pid=19207] ppid=19204 vsize=9625040 CPUtime=7.48 cores=1,3,5,7
/proc/19207/stat : 19207 (java) S 19204 19207 17390 0 -1 4202496 17165 0 1 0 744 4 0 0 20 0 19 0 8834084 9856040960 21702 33554432000 1073741824 1073778376 140735338931968 140735338923104 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19207/statm: 2406260 21702 2263 9 0 2396937 0
[pid=19207/tid=19208] ppid=19204 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/19207/task/19208/stat : 19208 (java) R 19204 19207 17390 0 -1 4202560 2434 0 1 0 626 1 0 0 20 0 19 0 8834084 9856040960 21702 33554432000 1073741824 1073778376 140735338931968 140446962073904 140446789970727 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19207/tid=19210] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19210/stat : 19210 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 21702 33554432000 1073741824 1073778376 140735338931968 140446923573416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19211] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19211/stat : 19211 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 21702 33554432000 1073741824 1073778376 140735338931968 140446922520872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19207/tid=19212] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19212/stat : 19212 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 21702 33554432000 1073741824 1073778376 140735338931968 140446921468328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19207/tid=19213] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19213/stat : 19213 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 21702 33554432000 1073741824 1073778376 140735338931968 140446920415784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19214] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19214/stat : 19214 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 21702 33554432000 1073741824 1073778376 140735338931968 140446919363240 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19207/tid=19215] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19215/stat : 19215 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 21702 33554432000 1073741824 1073778376 140735338931968 140446918310696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19207/tid=19216] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19216/stat : 19216 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 21702 33554432000 1073741824 1073778376 140735338931968 140446917258152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19207/tid=19217] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19217/stat : 19217 (java) S 19204 19207 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 21702 33554432000 1073741824 1073778376 140735338931968 140446916205608 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19218] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19218/stat : 19218 (java) S 19204 19207 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834086 9856040960 21702 33554432000 1073741824 1073778376 140735338931968 140446785316968 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19207/tid=19219] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19219/stat : 19219 (java) S 19204 19207 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834087 9856040960 21702 33554432000 1073741824 1073778376 140735338931968 140446784263288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19220] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19220/stat : 19220 (java) S 19204 19207 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834087 9856040960 21702 33554432000 1073741824 1073778376 140735338931968 140446783210632 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19221] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19221/stat : 19221 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834089 9856040960 21702 33554432000 1073741824 1073778376 140735338931968 140446782159376 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19222] ppid=19204 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/19207/task/19222/stat : 19222 (java) S 19204 19207 17390 0 -1 4202560 3889 0 0 0 40 0 0 0 20 0 19 0 8834089 9856040960 21702 33554432000 1073741824 1073778376 140735338931968 140446781106744 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19223] ppid=19204 vsize=9625040 CPUtime=0.78 cores=1,3,5,7

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

[pid=19207/tid=19212] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19212/stat : 19212 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 22727 33554432000 1073741824 1073778376 140735338931968 140446921468328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19207/tid=19213] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19213/stat : 19213 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 22727 33554432000 1073741824 1073778376 140735338931968 140446920415784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19214] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19214/stat : 19214 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 22727 33554432000 1073741824 1073778376 140735338931968 140446919363240 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19207/tid=19215] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19215/stat : 19215 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 22727 33554432000 1073741824 1073778376 140735338931968 140446918310696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19207/tid=19216] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19216/stat : 19216 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 22727 33554432000 1073741824 1073778376 140735338931968 140446917258152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19207/tid=19217] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19217/stat : 19217 (java) S 19204 19207 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 22727 33554432000 1073741824 1073778376 140735338931968 140446916205608 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19218] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19218/stat : 19218 (java) S 19204 19207 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834086 9856040960 22727 33554432000 1073741824 1073778376 140735338931968 140446785316968 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19207/tid=19219] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19219/stat : 19219 (java) S 19204 19207 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834087 9856040960 22727 33554432000 1073741824 1073778376 140735338931968 140446784263288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19220] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19220/stat : 19220 (java) S 19204 19207 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834087 9856040960 22727 33554432000 1073741824 1073778376 140735338931968 140446783210632 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19221] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19221/stat : 19221 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834089 9856040960 22727 33554432000 1073741824 1073778376 140735338931968 140446782159376 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19222] ppid=19204 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/19207/task/19222/stat : 19222 (java) S 19204 19207 17390 0 -1 4202560 3890 0 0 0 42 0 0 0 20 0 19 0 8834089 9856040960 22727 33554432000 1073741824 1073778376 140735338931968 140446781106744 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19223] ppid=19204 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/19207/task/19223/stat : 19223 (java) S 19204 19207 17390 0 -1 4202560 9568 0 0 0 75 3 0 0 20 0 19 0 8834089 9856040960 22727 33554432000 1073741824 1073778376 140735338931968 140446780054200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19207/tid=19224] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19224/stat : 19224 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834089 9856040960 22727 33554432000 1073741824 1073778376 140735338931968 140446779001848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19207/tid=19225] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19225/stat : 19225 (java) S 19204 19207 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8834089 9856040960 22727 33554432000 1073741824 1073778376 140735338931968 140446777949512 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19207/tid=19226] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19226/stat : 19226 (java) S 19204 19207 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834100 9856040960 22727 33554432000 1073741824 1073778376 140735338931968 140446776894248 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.4
Current children cumulated vsize (KiB) 9625040

[startup+7.60081 s]
/proc/loadavg: 2.21 2.22 2.18 3/213 19226
/proc/meminfo: memFree=30203020/32872528 swapFree=1499116/1695340
[pid=19207] ppid=19204 vsize=9625040 CPUtime=8.8 cores=1,3,5,7
/proc/19207/stat : 19207 (java) S 19204 19207 17390 0 -1 4202496 17169 0 1 0 876 4 0 0 20 0 19 0 8834084 9856040960 23239 33554432000 1073741824 1073778376 140735338931968 140735338923104 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19207/statm: 2406260 23239 2264 9 0 2396937 0
[pid=19207/tid=19208] ppid=19204 vsize=9625040 CPUtime=7.57 cores=1,3,5,7
/proc/19207/task/19208/stat : 19208 (java) R 19204 19207 17390 0 -1 4202560 2437 0 1 0 756 1 0 0 20 0 19 0 8834084 9856040960 23239 33554432000 1073741824 1073778376 140735338931968 140446962073280 140446789984174 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19207/tid=19210] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19210/stat : 19210 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 23239 33554432000 1073741824 1073778376 140735338931968 140446923573416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19211] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19211/stat : 19211 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 23239 33554432000 1073741824 1073778376 140735338931968 140446922520872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19207/tid=19212] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19212/stat : 19212 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 23239 33554432000 1073741824 1073778376 140735338931968 140446921468328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19207/tid=19213] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19213/stat : 19213 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 23239 33554432000 1073741824 1073778376 140735338931968 140446920415784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19214] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19214/stat : 19214 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 23239 33554432000 1073741824 1073778376 140735338931968 140446919363240 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19207/tid=19215] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19215/stat : 19215 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 23239 33554432000 1073741824 1073778376 140735338931968 140446918310696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19207/tid=19216] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19216/stat : 19216 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 23239 33554432000 1073741824 1073778376 140735338931968 140446917258152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19207/tid=19217] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19217/stat : 19217 (java) S 19204 19207 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 23239 33554432000 1073741824 1073778376 140735338931968 140446916205608 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19218] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19218/stat : 19218 (java) S 19204 19207 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834086 9856040960 23239 33554432000 1073741824 1073778376 140735338931968 140446785316968 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19207/tid=19219] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19219/stat : 19219 (java) S 19204 19207 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834087 9856040960 23239 33554432000 1073741824 1073778376 140735338931968 140446784263288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19220] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19220/stat : 19220 (java) S 19204 19207 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834087 9856040960 23239 33554432000 1073741824 1073778376 140735338931968 140446783210632 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19221] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19221/stat : 19221 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834089 9856040960 23239 33554432000 1073741824 1073778376 140735338931968 140446782159376 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19222] ppid=19204 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/19207/task/19222/stat : 19222 (java) S 19204 19207 17390 0 -1 4202560 3890 0 0 0 42 0 0 0 20 0 19 0 8834089 9856040960 23239 33554432000 1073741824 1073778376 140735338931968 140446781106744 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19223] ppid=19204 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/19207/task/19223/stat : 19223 (java) S 19204 19207 17390 0 -1 4202560 9568 0 0 0 75 3 0 0 20 0 19 0 8834089 9856040960 23239 33554432000 1073741824 1073778376 140735338931968 140446780054200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19207/tid=19224] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19224/stat : 19224 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834089 9856040960 23239 33554432000 1073741824 1073778376 140735338931968 140446779001848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19207/tid=19225] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19225/stat : 19225 (java) S 19204 19207 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8834089 9856040960 23239 33554432000 1073741824 1073778376 140735338931968 140446777949512 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19207/tid=19226] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19226/stat : 19226 (java) S 19204 19207 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834100 9856040960 23239 33554432000 1073741824 1073778376 140735338931968 140446776894248 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.8
Current children cumulated vsize (KiB) 9625040

[startup+8.00081 s]
/proc/loadavg: 2.27 2.24 2.19 3/213 19291
/proc/meminfo: memFree=30311528/32872528 swapFree=1499116/1695340
[pid=19207] ppid=19204 vsize=9625040 CPUtime=9.2 cores=1,3,5,7
/proc/19207/stat : 19207 (java) S 19204 19207 17390 0 -1 4202496 17170 0 1 0 916 4 0 0 20 0 19 0 8834084 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140735338923104 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19207/statm: 2406260 23751 2264 9 0 2396937 0
[pid=19207/tid=19208] ppid=19204 vsize=9625040 CPUtime=7.98 cores=1,3,5,7
/proc/19207/task/19208/stat : 19208 (java) R 19204 19207 17390 0 -1 4202560 2438 0 1 0 796 2 0 0 20 0 19 0 8834084 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140446962073280 140446789962628 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19207/tid=19210] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19210/stat : 19210 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140446923573416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19211] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19211/stat : 19211 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140446922520872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19207/tid=19212] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19212/stat : 19212 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140446921468328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19207/tid=19213] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19213/stat : 19213 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140446920415784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19214] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19214/stat : 19214 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140446919363240 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19207/tid=19215] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19215/stat : 19215 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140446918310696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19207/tid=19216] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19216/stat : 19216 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140446917258152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19207/tid=19217] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19217/stat : 19217 (java) S 19204 19207 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140446916205608 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19218] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19218/stat : 19218 (java) S 19204 19207 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834086 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140446785316968 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19207/tid=19219] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19219/stat : 19219 (java) S 19204 19207 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834087 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140446784263288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19220] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19220/stat : 19220 (java) S 19204 19207 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834087 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140446783210632 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19221] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19221/stat : 19221 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834089 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140446782159376 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19222] ppid=19204 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/19207/task/19222/stat : 19222 (java) S 19204 19207 17390 0 -1 4202560 3890 0 0 0 42 0 0 0 20 0 19 0 8834089 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140446781106744 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19223] ppid=19204 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/19207/task/19223/stat : 19223 (java) S 19204 19207 17390 0 -1 4202560 9568 0 0 0 75 3 0 0 20 0 19 0 8834089 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140446780054200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19207/tid=19224] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19224/stat : 19224 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834089 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140446779001848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19207/tid=19225] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19225/stat : 19225 (java) S 19204 19207 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8834089 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140446777949512 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19207/tid=19226] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19226/stat : 19226 (java) S 19204 19207 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834100 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140446776894248 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 9.2
Current children cumulated vsize (KiB) 9625040

[startup+8.10085 s]
/proc/loadavg: 2.27 2.24 2.19 3/213 19291
/proc/meminfo: memFree=30311528/32872528 swapFree=1499116/1695340
[pid=19207] ppid=19204 vsize=9625040 CPUtime=9.3 cores=1,3,5,7
/proc/19207/stat : 19207 (java) S 19204 19207 17390 0 -1 4202496 17170 0 1 0 926 4 0 0 20 0 19 0 8834084 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140735338923104 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19207/statm: 2406260 23751 2264 9 0 2396937 0
[pid=19207/tid=19208] ppid=19204 vsize=9625040 CPUtime=8.08 cores=1,3,5,7
/proc/19207/task/19208/stat : 19208 (java) R 19204 19207 17390 0 -1 4202560 2438 0 1 0 806 2 0 0 20 0 19 0 8834084 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140446962073280 140446789979035 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19207/tid=19210] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19210/stat : 19210 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140446923573416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19211] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19211/stat : 19211 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140446922520872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19207/tid=19212] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19212/stat : 19212 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140446921468328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19207/tid=19213] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19213/stat : 19213 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140446920415784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19214] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19214/stat : 19214 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140446919363240 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19207/tid=19215] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19215/stat : 19215 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140446918310696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19207/tid=19216] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19216/stat : 19216 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140446917258152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19207/tid=19217] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19217/stat : 19217 (java) S 19204 19207 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834085 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140446916205608 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19218] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19218/stat : 19218 (java) S 19204 19207 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834086 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140446785316968 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19207/tid=19219] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19219/stat : 19219 (java) S 19204 19207 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834087 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140446784263288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19220] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19220/stat : 19220 (java) S 19204 19207 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834087 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140446783210632 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19221] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19221/stat : 19221 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834089 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140446782159376 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19222] ppid=19204 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/19207/task/19222/stat : 19222 (java) S 19204 19207 17390 0 -1 4202560 3890 0 0 0 42 0 0 0 20 0 19 0 8834089 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140446781106744 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19207/tid=19223] ppid=19204 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/19207/task/19223/stat : 19223 (java) S 19204 19207 17390 0 -1 4202560 9568 0 0 0 75 3 0 0 20 0 19 0 8834089 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140446780054200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19207/tid=19224] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19224/stat : 19224 (java) S 19204 19207 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834089 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140446779001848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19207/tid=19225] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19225/stat : 19225 (java) S 19204 19207 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8834089 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140446777949512 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19207/tid=19226] ppid=19204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19207/task/19226/stat : 19226 (java) S 19204 19207 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834100 9856040960 23751 33554432000 1073741824 1073778376 140735338931968 140446776894248 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 9.3
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 8.14429
CPU time (s): 9.37257
CPU user time (s): 9.29059
CPU system time (s): 0.081987
CPU usage (%): 115.082
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.29059
system time used= 0.081987
maximum resident set size= 97104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17188
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= 494
involuntary context switches= 82

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.053991 second user time and 0.075988 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-16 11:04:44
IDJOB=4090911
IDBENCH=79248
IDSOLVER=2551
FILE ID=node137/4090911-1466067883
RUNJOBID= node137-1466062115-17407
PBS_JOBID= 19904003
Free space on /tmp= 71740 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.1110973670--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090911-1466067883/watcher-4090911-1466067883 -o /tmp/evaluation-result-4090911-1466067883/solver-4090911-1466067883 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466062115-17407 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090911-1466067883.wbo

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

MD5SUM BENCH= 366069b8ece10aa1f9438c760e1be90c
RANDOM SEED=53303946

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.486
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.486
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.486
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.38
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.486
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		: 2666.486
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:        30317800 kB
Buffers:            8664 kB
Cached:            40804 kB
SwapCached:         2460 kB
Active:           129632 kB
Inactive:          27728 kB
Active(anon):     108084 kB
Inactive(anon):     1776 kB
Active(file):      21548 kB
Inactive(file):    25952 kB
Unevictable:     1695340 kB
Mlocked:         1499116 kB
SwapTotal:      67108856 kB
SwapFree:       67099376 kB
Dirty:              1524 kB
Writeback:             0 kB
AnonPages:       1803360 kB
Mapped:            15196 kB
Shmem:                 0 kB
Slab:             566324 kB
SReclaimable:       9896 kB
SUnreclaim:       556428 kB
KernelStack:        1616 kB
PageTables:         7976 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2383412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    276480 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 node137 at 2016-06-16 11:04:52