Trace number 4090594

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 11.1213 9.60078

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110970444--soft-66-100-0.wbo
MD5SUMcabbc57a5ab962c45538fe46c723245f
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark19.919
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 constraints28
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 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1239
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-4090594-1466065071.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.056s.
0.10/0.16	c declared #vars     169
0.10/0.16	c internal #vars     197
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 => 28
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.10/0.16	c 101 constraints processed.
0.10/0.16	c objective function length is 28 literals
0.56/0.38	c SATISFIABLE
0.56/0.38	c OPTIMIZING...
0.56/0.38	c Got one! Elapsed wall clock time (in seconds):0.269
0.56/0.38	o 1012
0.68/0.47	c Got one! Elapsed wall clock time (in seconds):0.359
0.68/0.47	o 930
0.84/0.53	c cleaning 3004 clauses out of 6011 with flag 2737/6011
0.84/0.57	c Got one! Elapsed wall clock time (in seconds):0.457
0.84/0.57	o 929
0.84/0.58	c Got one! Elapsed wall clock time (in seconds):0.471
0.84/0.58	o 816
1.04/0.66	c Got one! Elapsed wall clock time (in seconds):0.556
1.04/0.66	o 810
1.18/0.73	c cleaning 4694 clauses out of 9390 with flag 5674/12394
1.18/0.78	c Got one! Elapsed wall clock time (in seconds):0.672
1.18/0.78	o 805
1.38/0.92	c cleaning 5238 clauses out of 10476 with flag 11830/18174
1.49/1.09	c Got one! Elapsed wall clock time (in seconds):0.986
1.49/1.09	o 801
1.49/1.10	c Got one! Elapsed wall clock time (in seconds):0.99
1.49/1.10	o 284
1.60/1.18	c Got one! Elapsed wall clock time (in seconds):1.075
1.60/1.18	o 282
1.70/1.22	c Got one! Elapsed wall clock time (in seconds):1.111
1.70/1.22	o 278
1.70/1.25	c Got one! Elapsed wall clock time (in seconds):1.139
1.70/1.25	o 272
1.70/1.28	c Got one! Elapsed wall clock time (in seconds):1.172
1.70/1.28	o 265
1.70/1.28	c Got one! Elapsed wall clock time (in seconds):1.175
1.70/1.28	o 256
1.70/1.29	c Got one! Elapsed wall clock time (in seconds):1.182
1.70/1.29	o 249
1.90/1.47	c cleaning 9443 clauses out of 18890 with flag 9814/31826
2.13/1.53	c Got one! Elapsed wall clock time (in seconds):1.425
2.13/1.53	o 248
2.13/1.55	c Got one! Elapsed wall clock time (in seconds):1.438
2.13/1.55	o 239
2.53/1.72	c cleaning 7832 clauses out of 15673 with flag 13549/38052
2.93/1.95	c cleaning 6912 clauses out of 13841 with flag 33902/44052
3.20/2.20	c cleaning 6964 clauses out of 13930 with flag 57624/51053
3.60/2.50	c cleaning 7481 clauses out of 14967 with flag 85300/59054
3.60/2.58	c Got one! Elapsed wall clock time (in seconds):2.477
3.60/2.58	o 236
3.80/2.70	c cleaning 6344 clauses out of 12693 with flag 9922/64261
3.80/2.76	c Got one! Elapsed wall clock time (in seconds):2.652
3.80/2.76	o 212
4.00/2.92	c cleaning 6061 clauses out of 12129 with flag 15556/70041
4.00/2.96	c Got one! Elapsed wall clock time (in seconds):2.848
4.00/2.96	o 211
4.40/3.11	c cleaning 5728 clauses out of 11455 with flag 16892/75428
4.60/3.26	c Got one! Elapsed wall clock time (in seconds):3.156
4.60/3.26	o 202
4.78/3.30	c cleaning 5660 clauses out of 11325 with flag 3954/81026
4.97/3.51	c cleaning 5824 clauses out of 11666 with flag 26985/87027
5.07/3.62	c Got one! Elapsed wall clock time (in seconds):3.509
5.07/3.62	o 196
5.07/3.66	c Got one! Elapsed wall clock time (in seconds):3.556
5.07/3.66	o 189
5.17/3.71	c cleaning 5833 clauses out of 11683 with flag 3976/92868
5.37/3.92	c cleaning 5918 clauses out of 11851 with flag 26030/98869
5.37/3.97	c Got one! Elapsed wall clock time (in seconds):3.86
5.37/3.97	o 188
5.57/4.11	c cleaning 5765 clauses out of 11547 with flag 14070/104483
5.67/4.23	c Got one! Elapsed wall clock time (in seconds):4.12
5.67/4.23	o 183
5.67/4.23	c Got one! Elapsed wall clock time (in seconds):4.125
5.67/4.23	o 182
5.77/4.31	c cleaning 5800 clauses out of 11615 with flag 7946/110316
5.88/4.46	c Got one! Elapsed wall clock time (in seconds):4.348
5.88/4.46	o 162
5.88/4.50	c cleaning 5633 clauses out of 11286 with flag 4071/115787
5.98/4.54	c Got one! Elapsed wall clock time (in seconds):4.435
5.98/4.54	o 152
6.07/4.68	c cleaning 5523 clauses out of 11068 with flag 15819/121202
6.27/4.89	c cleaning 5769 clauses out of 11545 with flag 39941/127202
6.37/4.98	c Got one! Elapsed wall clock time (in seconds):4.877
6.37/4.98	o 150
6.47/5.06	c cleaning 5480 clauses out of 10973 with flag 8261/132399
6.57/5.14	c Got one! Elapsed wall clock time (in seconds):5.035
6.57/5.14	o 136
6.67/5.25	c cleaning 5494 clauses out of 10993 with flag 14086/137899
6.77/5.34	c Got one! Elapsed wall clock time (in seconds):5.237
6.77/5.34	o 130
6.77/5.35	c Got one! Elapsed wall clock time (in seconds):5.242
6.77/5.35	o 126
6.77/5.35	c Got one! Elapsed wall clock time (in seconds):5.246
6.77/5.35	o 125
6.87/5.41	c Got one! Elapsed wall clock time (in seconds):5.306
6.87/5.41	o 123
6.87/5.44	c Got one! Elapsed wall clock time (in seconds):5.336
6.87/5.44	o 119
6.87/5.49	c cleaning 6166 clauses out of 12340 with flag 4831/144740
6.87/5.50	c Got one! Elapsed wall clock time (in seconds):5.392
6.87/5.50	o 117
6.98/5.51	c Got one! Elapsed wall clock time (in seconds):5.403
6.98/5.51	o 109
6.98/5.54	c Got one! Elapsed wall clock time (in seconds):5.431
6.98/5.54	o 108
6.98/5.55	c Got one! Elapsed wall clock time (in seconds):5.439
6.98/5.55	o 96
7.18/5.74	c cleaning 6345 clauses out of 12697 with flag 23452/151263
7.38/5.96	c cleaning 6169 clauses out of 12353 with flag 52020/157264
7.69/6.21	c cleaning 6584 clauses out of 13183 with flag 81356/164263
7.99/6.52	c cleaning 7294 clauses out of 14599 with flag 117847/172263
8.29/6.89	c cleaning 8149 clauses out of 16305 with flag 160764/181263
8.60/7.18	c Got one! Elapsed wall clock time (in seconds):7.074
8.60/7.18	o 80
8.89/7.45	c cleaning 10221 clauses out of 20444 with flag 25763/193551
9.20/7.71	c cleaning 8105 clauses out of 16221 with flag 54840/199550
9.39/7.99	c cleaning 7556 clauses out of 15114 with flag 88153/206550
9.81/8.33	c cleaning 7772 clauses out of 15556 with flag 126800/214550
10.21/8.71	c cleaning 8389 clauses out of 16782 with flag 171486/223551
10.71/9.21	c cleaning 9194 clauses out of 18389 with flag 225156/233550
11.01/9.59	c starts		: 238
11.01/9.59	c conflicts		: 241478
11.01/9.59	c decisions		: 380838
11.01/9.59	c propagations		: 4909327
11.01/9.59	c inspects		: 115112524
11.01/9.59	c shortcuts		: 0
11.01/9.59	c learnt literals	: 25
11.01/9.59	c learnt binary clauses	: 4
11.01/9.59	c learnt ternary clauses	: 100
11.01/9.59	c learnt constraints	: 241452
11.01/9.59	c ignored constraints	: 0
11.01/9.59	c root simplifications	: 0
11.01/9.59	c removed literals (reason simplification)	: 0
11.01/9.59	c reason swapping (by a shorter reason)	: 0
11.01/9.59	c Calls to reduceDB	: 34
11.01/9.59	c Number of update (reduction) of LBD	: 54235
11.01/9.59	c Imported unit clauses	: 0
11.01/9.59	c number of reductions to clauses (during analyze)	: 0
11.01/9.59	c number of learned constraints concerned by reduction	: 0
11.01/9.59	c number of learning phase by resolution	: 0
11.01/9.59	c number of learning phase by cutting planes	: 0
11.01/9.59	c speed (assignments/second)	: 520883.5013262599
11.01/9.59	c non guided choices	1305
11.01/9.59	c learnt constraints type 
11.01/9.59	s OPTIMUM FOUND
11.01/9.59	c Found 39 solution(s)
11.01/9.59	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 
11.01/9.59	c objective function=80
11.01/9.59	c Total wall clock time (in seconds): 9.486

Verifier Data

OK	80

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

pid=10096
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.11 2.03 1.91 3/194 10099
/proc/meminfo: memFree=31976280/32872528 swapFree=7268/7268
[pid=10099] ppid=10096 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/10099/stat : 10099 (java) S 10096 10099 9094 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 8551905 98570240 977 33554432000 1073741824 1073778376 140734140893296 140734140884432 243768787005 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10099/statm: 24065 977 743 9 0 16771 0
[pid=10099/tid=10100] ppid=10096 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10100/stat : 10100 (java) R 10096 10099 9094 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 8551906 98570240 977 33554432000 1073741824 1073778376 140734140893296 139939022958120 243765429632 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 2.11 2.03 1.91 3/194 10099
/proc/meminfo: memFree=31976280/32872528 swapFree=7268/7268
[pid=10099] ppid=10096 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/10099/stat : 10099 (java) S 10096 10099 9094 0 -1 4202496 4462 0 1 0 9 1 0 0 20 0 18 0 8551905 9787879424 5583 33554432000 1073741824 1073778376 140734140893296 140734140884432 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10099/statm: 2389619 5584 2137 9 0 2380296 0
[pid=10099/tid=10100] ppid=10096 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/10099/task/10100/stat : 10100 (java) R 10096 10099 9094 0 -1 4202560 2428 0 1 0 7 0 0 0 20 0 18 0 8551906 9787879424 5584 33554432000 1073741824 1073778376 140734140893296 139939022961568 243768812813 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200313 s]
/proc/loadavg: 2.11 2.03 1.91 3/194 10099
/proc/meminfo: memFree=31976280/32872528 swapFree=7268/7268
[pid=10099] ppid=10096 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/10099/stat : 10099 (java) S 10096 10099 9094 0 -1 4202496 5725 0 1 0 25 1 0 0 20 0 19 0 8551905 9856040960 7401 33554432000 1073741824 1073778376 140734140893296 140734140884432 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10099/statm: 2406260 7402 2221 9 0 2396937 0
[pid=10099/tid=10100] ppid=10096 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/10099/task/10100/stat : 10100 (java) R 10096 10099 9094 0 -1 4202560 2458 0 1 0 17 0 0 0 20 0 19 0 8551906 9856040960 7403 33554432000 1073741824 1073778376 140734140893296 139939022963328 139938962776787 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300327 s]
/proc/loadavg: 2.11 2.03 1.91 3/194 10099
/proc/meminfo: memFree=31976280/32872528 swapFree=7268/7268
[pid=10099] ppid=10096 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/10099/stat : 10099 (java) S 10096 10099 9094 0 -1 4202496 7297 0 1 0 55 1 0 0 20 0 19 0 8551905 9856040960 8325 33554432000 1073741824 1073778376 140734140893296 140734140884432 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10099/statm: 2406260 8325 2244 9 0 2396937 0
[pid=10099/tid=10100] ppid=10096 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/10099/task/10100/stat : 10100 (java) R 10096 10099 9094 0 -1 4202560 2460 0 1 0 27 0 0 0 20 0 19 0 8551906 9856040960 8325 33554432000 1073741824 1073778376 140734140893296 139939022963328 139938962751969 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9625040

[startup+0.700262 s]
/proc/loadavg: 2.11 2.03 1.91 3/194 10099
/proc/meminfo: memFree=31976280/32872528 swapFree=7268/7268
[pid=10099] ppid=10096 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/10099/stat : 10099 (java) S 10096 10099 9094 0 -1 4202496 9725 0 1 0 117 1 0 0 20 0 19 0 8551905 9856040960 9440 33554432000 1073741824 1073778376 140734140893296 140734140884432 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10099/statm: 2406260 9440 2258 9 0 2396937 0
[pid=10099/tid=10100] ppid=10096 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/10099/task/10100/stat : 10100 (java) R 10096 10099 9094 0 -1 4202560 2461 0 1 0 67 0 0 0 20 0 19 0 8551906 9856040960 9440 33554432000 1073741824 1073778376 140734140893296 139939022954800 139938963082688 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.11 2.03 1.91 3/213 10118
/proc/meminfo: memFree=31937008/32872528 swapFree=7268/7268
[pid=10099] ppid=10096 vsize=9625040 CPUtime=2.13 cores=0,2,4,6
/proc/10099/stat : 10099 (java) S 10096 10099 9094 0 -1 4202496 15357 0 1 0 211 2 0 0 20 0 19 0 8551905 9856040960 13938 33554432000 1073741824 1073778376 140734140893296 140734140884432 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10099/statm: 2406260 13938 2260 9 0 2396937 0
[pid=10099/tid=10100] ppid=10096 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/10099/task/10100/stat : 10100 (java) R 10096 10099 9094 0 -1 4202560 2464 0 1 0 147 0 0 0 20 0 19 0 8551906 9856040960 13938 33554432000 1073741824 1073778376 140734140893296 139939022961752 139938963152672 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10099/tid=10102] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10102/stat : 10102 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 13938 33554432000 1073741824 1073778376 140734140893296 139938961693352 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10103] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10103/stat : 10103 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 13938 33554432000 1073741824 1073778376 140734140893296 139938865298216 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10099/tid=10104] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10104/stat : 10104 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 13938 33554432000 1073741824 1073778376 140734140893296 139938864245672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10099/tid=10105] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10105/stat : 10105 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 13939 33554432000 1073741824 1073778376 140734140893296 139938863193128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10099/tid=10106] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10106/stat : 10106 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 13941 33554432000 1073741824 1073778376 140734140893296 139938862139560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10107] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10107/stat : 10107 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 13941 33554432000 1073741824 1073778376 140734140893296 139938861087016 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10099/tid=10108] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10108/stat : 10108 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 13942 33554432000 1073741824 1073778376 140734140893296 139938860034472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10099/tid=10109] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10109/stat : 10109 (java) S 10096 10099 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 13944 33554432000 1073741824 1073778376 140734140893296 139938858981928 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10110] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10110/stat : 10110 (java) S 10096 10099 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8551908 9856040960 13944 33554432000 1073741824 1073778376 140734140893296 139938846784104 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10111] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10111/stat : 10111 (java) S 10096 10099 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8551908 9856040960 13944 33554432000 1073741824 1073778376 140734140893296 139938845730424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10112] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10112/stat : 10112 (java) S 10096 10099 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8551908 9856040960 13944 33554432000 1073741824 1073778376 140734140893296 139938844677768 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10113] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10113/stat : 10113 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551910 9856040960 13944 33554432000 1073741824 1073778376 140734140893296 139938843626512 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10114] ppid=10096 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/10099/task/10114/stat : 10114 (java) R 10096 10099 9094 0 -1 4202560 8342 0 0 0 30 1 0 0 20 0 19 0 8551910 9856040960 13944 33554432000 1073741824 1073778376 140734140893296 139938842550120 139939029419660 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10115] ppid=10096 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/10099/task/10115/stat : 10115 (java) S 10096 10099 9094 0 -1 4202560 3286 0 0 0 31 0 0 0 20 0 19 0 8551910 9856040960 13944 33554432000 1073741824 1073778376 140734140893296 139938841520312 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10099/tid=10116] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10116/stat : 10116 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551910 9856040960 13944 33554432000 1073741824 1073778376 140734140893296 139938840467960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10099/tid=10117] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10117/stat : 10117 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551910 9856040960 13944 33554432000 1073741824 1073778376 140734140893296 139938839415624 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10118] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10118/stat : 10118 (java) S 10096 10099 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8551922 9856040960 13944 33554432000 1073741824 1073778376 140734140893296 139938838361384 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.11 2.03 1.91 3/213 10118
/proc/meminfo: memFree=31909096/32872528 swapFree=7268/7268
[pid=10099] ppid=10096 vsize=9625040 CPUtime=4.4 cores=0,2,4,6
/proc/10099/stat : 10099 (java) S 10096 10099 9094 0 -1 4202496 16715 0 1 0 437 3 0 0 20 0 19 0 8551905 9856040960 16984 33554432000 1073741824 1073778376 140734140893296 140734140884432 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10099/statm: 2406260 16984 2260 9 0 2396937 0
[pid=10099/tid=10100] ppid=10096 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/10099/task/10100/stat : 10100 (java) R 10096 10099 9094 0 -1 4202560 2470 0 1 0 307 0 0 0 20 0 19 0 8551906 9856040960 16984 33554432000 1073741824 1073778376 140734140893296 139939022954800 139938963177695 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10099/tid=10102] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10102/stat : 10102 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 16984 33554432000 1073741824 1073778376 140734140893296 139938961693352 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10103] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10103/stat : 10103 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 16984 33554432000 1073741824 1073778376 140734140893296 139938865298216 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10099/tid=10104] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10104/stat : 10104 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 16984 33554432000 1073741824 1073778376 140734140893296 139938864245672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10099/tid=10105] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10105/stat : 10105 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 16984 33554432000 1073741824 1073778376 140734140893296 139938863193128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10099/tid=10106] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10106/stat : 10106 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 16984 33554432000 1073741824 1073778376 140734140893296 139938862139560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10107] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10107/stat : 10107 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 16984 33554432000 1073741824 1073778376 140734140893296 139938861087016 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10099/tid=10108] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10108/stat : 10108 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 16984 33554432000 1073741824 1073778376 140734140893296 139938860034472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10099/tid=10109] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10109/stat : 10109 (java) S 10096 10099 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 16984 33554432000 1073741824 1073778376 140734140893296 139938858981928 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10110] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10110/stat : 10110 (java) S 10096 10099 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8551908 9856040960 16984 33554432000 1073741824 1073778376 140734140893296 139938846784104 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10111] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10111/stat : 10111 (java) S 10096 10099 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8551908 9856040960 16984 33554432000 1073741824 1073778376 140734140893296 139938845730424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10112] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10112/stat : 10112 (java) S 10096 10099 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8551908 9856040960 16984 33554432000 1073741824 1073778376 140734140893296 139938844677768 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10113] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10113/stat : 10113 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551910 9856040960 16984 33554432000 1073741824 1073778376 140734140893296 139938843626512 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10114] ppid=10096 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/10099/task/10114/stat : 10114 (java) R 10096 10099 9094 0 -1 4202560 9688 0 0 0 96 2 0 0 20 0 19 0 8551910 9856040960 16984 33554432000 1073741824 1073778376 140734140893296 139938842560424 139939025564544 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10115] ppid=10096 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/10099/task/10115/stat : 10115 (java) S 10096 10099 9094 0 -1 4202560 3286 0 0 0 31 0 0 0 20 0 19 0 8551910 9856040960 16984 33554432000 1073741824 1073778376 140734140893296 139938841520312 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10099/tid=10116] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10116/stat : 10116 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551910 9856040960 16984 33554432000 1073741824 1073778376 140734140893296 139938840467960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10099/tid=10117] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10117/stat : 10117 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551910 9856040960 16984 33554432000 1073741824 1073778376 140734140893296 139938839415624 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10118] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10118/stat : 10118 (java) S 10096 10099 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8551922 9856040960 16984 33554432000 1073741824 1073778376 140734140893296 139938838361384 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.26 2.06 1.93 3/213 10183
/proc/meminfo: memFree=31947628/32872528 swapFree=7268/7268
[pid=10099] ppid=10096 vsize=9625040 CPUtime=7.8 cores=0,2,4,6
/proc/10099/stat : 10099 (java) S 10096 10099 9094 0 -1 4202496 17321 0 1 0 777 3 0 0 20 0 19 0 8551905 9856040960 20785 33554432000 1073741824 1073778376 140734140893296 140734140884432 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10099/statm: 2406260 20785 2263 9 0 2396937 0
[pid=10099/tid=10100] ppid=10096 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/10099/task/10100/stat : 10100 (java) R 10096 10099 9094 0 -1 4202560 2481 0 1 0 625 1 0 0 20 0 19 0 8551906 9856040960 20785 33554432000 1073741824 1073778376 140734140893296 139939022954800 139938963153298 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10099/tid=10102] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10102/stat : 10102 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 20785 33554432000 1073741824 1073778376 140734140893296 139938961693352 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10103] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10103/stat : 10103 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 20785 33554432000 1073741824 1073778376 140734140893296 139938865298216 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10099/tid=10104] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10104/stat : 10104 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 20785 33554432000 1073741824 1073778376 140734140893296 139938864245672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10099/tid=10105] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10105/stat : 10105 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 20785 33554432000 1073741824 1073778376 140734140893296 139938863193128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10099/tid=10106] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10106/stat : 10106 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 20785 33554432000 1073741824 1073778376 140734140893296 139938862139560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10107] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10107/stat : 10107 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 20785 33554432000 1073741824 1073778376 140734140893296 139938861087016 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10099/tid=10108] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10108/stat : 10108 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 20785 33554432000 1073741824 1073778376 140734140893296 139938860034472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10099/tid=10109] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10109/stat : 10109 (java) S 10096 10099 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 20785 33554432000 1073741824 1073778376 140734140893296 139938858981928 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10110] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10110/stat : 10110 (java) S 10096 10099 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8551908 9856040960 20785 33554432000 1073741824 1073778376 140734140893296 139938846784104 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10111] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10111/stat : 10111 (java) S 10096 10099 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8551908 9856040960 20785 33554432000 1073741824 1073778376 140734140893296 139938845730424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10112] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10112/stat : 10112 (java) S 10096 10099 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8551908 9856040960 20785 33554432000 1073741824 1073778376 140734140893296 139938844677768 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10113] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10113/stat : 10113 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551910 9856040960 20785 33554432000 1073741824 1073778376 140734140893296 139938843626512 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10114] ppid=10096 vsize=9625040 CPUtime=1.17 cores=0,2,4,6
/proc/10099/task/10114/stat : 10114 (java) S 10096 10099 9094 0 -1 4202560 10271 0 0 0 115 2 0 0 20 0 19 0 8551910 9856040960 20785 33554432000 1073741824 1073778376 140734140893296 139938842572856 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10115] ppid=10096 vsize=9625040 CPUtime=0.31 cores=0,2,4,6

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

[pid=10099/tid=10104] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10104/stat : 10104 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 23857 33554432000 1073741824 1073778376 140734140893296 139938864245672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10099/tid=10105] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10105/stat : 10105 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 23857 33554432000 1073741824 1073778376 140734140893296 139938863193128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10099/tid=10106] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10106/stat : 10106 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 23857 33554432000 1073741824 1073778376 140734140893296 139938862139560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10107] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10107/stat : 10107 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 23857 33554432000 1073741824 1073778376 140734140893296 139938861087016 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10099/tid=10108] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10108/stat : 10108 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 23857 33554432000 1073741824 1073778376 140734140893296 139938860034472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10099/tid=10109] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10109/stat : 10109 (java) S 10096 10099 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 23857 33554432000 1073741824 1073778376 140734140893296 139938858981928 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10110] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10110/stat : 10110 (java) S 10096 10099 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8551908 9856040960 23857 33554432000 1073741824 1073778376 140734140893296 139938846784104 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10111] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10111/stat : 10111 (java) S 10096 10099 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8551908 9856040960 23857 33554432000 1073741824 1073778376 140734140893296 139938845730424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10112] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10112/stat : 10112 (java) S 10096 10099 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8551908 9856040960 23857 33554432000 1073741824 1073778376 140734140893296 139938844677768 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10113] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10113/stat : 10113 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551910 9856040960 23857 33554432000 1073741824 1073778376 140734140893296 139938843626512 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10114] ppid=10096 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/10099/task/10114/stat : 10114 (java) S 10096 10099 9094 0 -1 4202560 10271 0 0 0 117 2 0 0 20 0 19 0 8551910 9856040960 23857 33554432000 1073741824 1073778376 140734140893296 139938842572856 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10115] ppid=10096 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/10099/task/10115/stat : 10115 (java) S 10096 10099 9094 0 -1 4202560 3297 0 0 0 31 0 0 0 20 0 19 0 8551910 9856040960 23857 33554432000 1073741824 1073778376 140734140893296 139938841520312 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10099/tid=10116] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10116/stat : 10116 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551910 9856040960 23857 33554432000 1073741824 1073778376 140734140893296 139938840467960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10099/tid=10117] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10117/stat : 10117 (java) S 10096 10099 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8551910 9856040960 23857 33554432000 1073741824 1073778376 140734140893296 139938839415624 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10118] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10118/stat : 10118 (java) S 10096 10099 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8551922 9856040960 23857 33554432000 1073741824 1073778376 140734140893296 139938838361384 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 10.31
Current children cumulated vsize (KiB) 9625040

[startup+9.20071 s]
/proc/loadavg: 2.24 2.06 1.93 3/213 10183
/proc/meminfo: memFree=31908268/32872528 swapFree=7268/7268
[pid=10099] ppid=10096 vsize=9625040 CPUtime=10.71 cores=0,2,4,6
/proc/10099/stat : 10099 (java) S 10096 10099 9094 0 -1 4202496 17330 0 1 0 1068 3 0 0 20 0 19 0 8551905 9856040960 24369 33554432000 1073741824 1073778376 140734140893296 140734140884432 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10099/statm: 2406260 24369 2263 9 0 2396937 0
[pid=10099/tid=10100] ppid=10096 vsize=9625040 CPUtime=9.15 cores=0,2,4,6
/proc/10099/task/10100/stat : 10100 (java) R 10096 10099 9094 0 -1 4202560 2490 0 1 0 914 1 0 0 20 0 19 0 8551906 9856040960 24369 33554432000 1073741824 1073778376 140734140893296 139939022963240 139938963671067 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10099/tid=10102] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10102/stat : 10102 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 24369 33554432000 1073741824 1073778376 140734140893296 139938961693352 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10103] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10103/stat : 10103 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 24369 33554432000 1073741824 1073778376 140734140893296 139938865298216 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10099/tid=10104] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10104/stat : 10104 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 24369 33554432000 1073741824 1073778376 140734140893296 139938864245672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10099/tid=10105] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10105/stat : 10105 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 24369 33554432000 1073741824 1073778376 140734140893296 139938863193128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10099/tid=10106] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10106/stat : 10106 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 24369 33554432000 1073741824 1073778376 140734140893296 139938862139560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10107] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10107/stat : 10107 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 24369 33554432000 1073741824 1073778376 140734140893296 139938861087016 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10099/tid=10108] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10108/stat : 10108 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 24369 33554432000 1073741824 1073778376 140734140893296 139938860034472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10099/tid=10109] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10109/stat : 10109 (java) S 10096 10099 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 24369 33554432000 1073741824 1073778376 140734140893296 139938858981928 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10110] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10110/stat : 10110 (java) S 10096 10099 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8551908 9856040960 24369 33554432000 1073741824 1073778376 140734140893296 139938846784104 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10111] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10111/stat : 10111 (java) S 10096 10099 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8551908 9856040960 24369 33554432000 1073741824 1073778376 140734140893296 139938845730424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10112] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10112/stat : 10112 (java) S 10096 10099 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8551908 9856040960 24369 33554432000 1073741824 1073778376 140734140893296 139938844677768 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10113] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10113/stat : 10113 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551910 9856040960 24369 33554432000 1073741824 1073778376 140734140893296 139938843626512 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10114] ppid=10096 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/10099/task/10114/stat : 10114 (java) S 10096 10099 9094 0 -1 4202560 10271 0 0 0 117 2 0 0 20 0 19 0 8551910 9856040960 24369 33554432000 1073741824 1073778376 140734140893296 139938842572856 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10115] ppid=10096 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/10099/task/10115/stat : 10115 (java) S 10096 10099 9094 0 -1 4202560 3297 0 0 0 31 0 0 0 20 0 19 0 8551910 9856040960 24369 33554432000 1073741824 1073778376 140734140893296 139938841520312 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10099/tid=10116] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10116/stat : 10116 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551910 9856040960 24369 33554432000 1073741824 1073778376 140734140893296 139938840467960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10099/tid=10117] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10117/stat : 10117 (java) S 10096 10099 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8551910 9856040960 24369 33554432000 1073741824 1073778376 140734140893296 139938839415624 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10118] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10118/stat : 10118 (java) S 10096 10099 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8551922 9856040960 24369 33554432000 1073741824 1073778376 140734140893296 139938838361384 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 10.71
Current children cumulated vsize (KiB) 9625040

[startup+9.40071 s]
/proc/loadavg: 2.24 2.06 1.93 3/213 10183
/proc/meminfo: memFree=31908268/32872528 swapFree=7268/7268
[pid=10099] ppid=10096 vsize=9625040 CPUtime=10.91 cores=0,2,4,6
/proc/10099/stat : 10099 (java) S 10096 10099 9094 0 -1 4202496 17331 0 1 0 1088 3 0 0 20 0 19 0 8551905 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 140734140884432 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10099/statm: 2406260 24881 2263 9 0 2396937 0
[pid=10099/tid=10100] ppid=10096 vsize=9625040 CPUtime=9.35 cores=0,2,4,6
/proc/10099/task/10100/stat : 10100 (java) R 10096 10099 9094 0 -1 4202560 2491 0 1 0 934 1 0 0 20 0 19 0 8551906 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 139939022963240 139938963136357 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10099/tid=10102] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10102/stat : 10102 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 139938961693352 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10103] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10103/stat : 10103 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 139938865298216 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10099/tid=10104] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10104/stat : 10104 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 139938864245672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10099/tid=10105] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10105/stat : 10105 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 139938863193128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10099/tid=10106] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10106/stat : 10106 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 139938862139560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10107] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10107/stat : 10107 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 139938861087016 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10099/tid=10108] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10108/stat : 10108 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 139938860034472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10099/tid=10109] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10109/stat : 10109 (java) S 10096 10099 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 139938858981928 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10110] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10110/stat : 10110 (java) S 10096 10099 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8551908 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 139938846784104 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10111] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10111/stat : 10111 (java) S 10096 10099 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8551908 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 139938845730424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10112] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10112/stat : 10112 (java) S 10096 10099 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8551908 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 139938844677768 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10113] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10113/stat : 10113 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551910 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 139938843626512 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10114] ppid=10096 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/10099/task/10114/stat : 10114 (java) S 10096 10099 9094 0 -1 4202560 10271 0 0 0 117 2 0 0 20 0 19 0 8551910 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 139938842572856 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10115] ppid=10096 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/10099/task/10115/stat : 10115 (java) S 10096 10099 9094 0 -1 4202560 3297 0 0 0 31 0 0 0 20 0 19 0 8551910 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 139938841520312 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10099/tid=10116] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10116/stat : 10116 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551910 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 139938840467960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10099/tid=10117] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10117/stat : 10117 (java) S 10096 10099 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8551910 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 139938839415624 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10118] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10118/stat : 10118 (java) S 10096 10099 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8551922 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 139938838361384 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 10.91
Current children cumulated vsize (KiB) 9625040

[startup+9.50078 s]
/proc/loadavg: 2.24 2.06 1.93 3/213 10183
/proc/meminfo: memFree=31908268/32872528 swapFree=7268/7268
[pid=10099] ppid=10096 vsize=9625040 CPUtime=11.01 cores=0,2,4,6
/proc/10099/stat : 10099 (java) S 10096 10099 9094 0 -1 4202496 17331 0 1 0 1098 3 0 0 20 0 19 0 8551905 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 140734140884432 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10099/statm: 2406260 24881 2263 9 0 2396937 0
[pid=10099/tid=10100] ppid=10096 vsize=9625040 CPUtime=9.45 cores=0,2,4,6
/proc/10099/task/10100/stat : 10100 (java) R 10096 10099 9094 0 -1 4202560 2491 0 1 0 944 1 0 0 20 0 19 0 8551906 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 139939022963240 139938963152672 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10099/tid=10102] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10102/stat : 10102 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 139938961693352 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10103] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10103/stat : 10103 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 139938865298216 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10099/tid=10104] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10104/stat : 10104 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 139938864245672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10099/tid=10105] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10105/stat : 10105 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 139938863193128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10099/tid=10106] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10106/stat : 10106 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 139938862139560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10107] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10107/stat : 10107 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 139938861087016 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10099/tid=10108] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10108/stat : 10108 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 139938860034472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10099/tid=10109] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10109/stat : 10109 (java) S 10096 10099 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8551906 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 139938858981928 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10110] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10110/stat : 10110 (java) S 10096 10099 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8551908 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 139938846784104 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10111] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10111/stat : 10111 (java) S 10096 10099 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8551908 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 139938845730424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10112] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10112/stat : 10112 (java) S 10096 10099 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8551908 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 139938844677768 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10113] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10113/stat : 10113 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551910 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 139938843626512 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10114] ppid=10096 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/10099/task/10114/stat : 10114 (java) S 10096 10099 9094 0 -1 4202560 10271 0 0 0 117 2 0 0 20 0 19 0 8551910 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 139938842572856 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10115] ppid=10096 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/10099/task/10115/stat : 10115 (java) S 10096 10099 9094 0 -1 4202560 3297 0 0 0 31 0 0 0 20 0 19 0 8551910 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 139938841520312 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10099/tid=10116] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10116/stat : 10116 (java) S 10096 10099 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551910 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 139938840467960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10099/tid=10117] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10117/stat : 10117 (java) S 10096 10099 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8551910 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 139938839415624 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10099/tid=10118] ppid=10096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10099/task/10118/stat : 10118 (java) S 10096 10099 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8551922 9856040960 24881 33554432000 1073741824 1073778376 140734140893296 139938838361384 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 11.01
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 9.60078
CPU time (s): 11.1213
CPU user time (s): 11.0603
CPU system time (s): 0.06099
CPU usage (%): 115.838
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.0603
system time used= 0.06099
maximum resident set size= 101636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17354
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= 487
involuntary context switches= 56

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

The end

Launcher Data

Begin job on node151 at 2016-06-16 10:17:51
IDJOB=4090594
IDBENCH=78830
IDSOLVER=2551
FILE ID=node151/4090594-1466065071
RUNJOBID= node151-1466062104-9110
PBS_JOBID= 19903998
Free space on /tmp= 71748 MiB

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

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

MD5SUM BENCH= cabbc57a5ab962c45538fe46c723245f
RANDOM SEED=1779642392

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:        31977708 kB
Buffers:            4936 kB
Cached:            38596 kB
SwapCached:        61608 kB
Active:            92664 kB
Inactive:          81440 kB
Active(anon):      71512 kB
Inactive(anon):    61024 kB
Active(file):      21152 kB
Inactive(file):    20416 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67038960 kB
Dirty:              1504 kB
Writeback:             0 kB
AnonPages:        174936 kB
Mapped:            15264 kB
Shmem:                 0 kB
Slab:             565624 kB
SReclaimable:       8804 kB
SUnreclaim:       556820 kB
KernelStack:        1760 kB
PageTables:         4356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     697764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    122880 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= 71748 MiB
End job on node151 at 2016-06-16 10:18:01