Trace number 4090616

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.62254 7.52548

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111226680--soft-66-100-0.wbo
MD5SUMdca485207caaa579309a7d2385685aa8
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark66
Best CPU time to get the best result obtained on this benchmark11.8462
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 1190
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4090616-1466064999.wbo
0.09/0.11	c reading problem ... 
0.09/0.17	c ... done. Wall clock time 0.056s.
0.09/0.17	c declared #vars     169
0.09/0.17	c internal #vars     197
0.09/0.17	c #constraints  101
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.09/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.09/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.09/0.17	c 101 constraints processed.
0.09/0.17	c objective function length is 28 literals
0.68/0.49	c cleaning 2501 clauses out of 5001 with flag 13199/5001
0.83/0.57	c SATISFIABLE
0.83/0.57	c OPTIMIZING...
0.83/0.57	c Got one! Elapsed wall clock time (in seconds):0.461
0.83/0.57	o 1002
0.83/0.59	c Got one! Elapsed wall clock time (in seconds):0.479
0.83/0.59	o 844
1.12/0.60	c Got one! Elapsed wall clock time (in seconds):0.484
1.12/0.60	o 489
1.30/0.70	c cleaning 4198 clauses out of 8395 with flag 8762/10896
1.41/0.83	c Got one! Elapsed wall clock time (in seconds):0.719
1.41/0.83	o 488
1.41/0.84	c Got one! Elapsed wall clock time (in seconds):0.729
1.41/0.84	o 459
1.41/0.86	c Got one! Elapsed wall clock time (in seconds):0.75
1.41/0.86	o 446
1.41/0.87	c Got one! Elapsed wall clock time (in seconds):0.759
1.41/0.87	o 440
1.41/0.88	c Got one! Elapsed wall clock time (in seconds):0.763
1.41/0.88	o 429
1.41/0.88	c Got one! Elapsed wall clock time (in seconds):0.765
1.41/0.88	o 306
1.41/0.88	c Got one! Elapsed wall clock time (in seconds):0.768
1.41/0.88	o 286
1.51/0.90	c Got one! Elapsed wall clock time (in seconds):0.788
1.51/0.90	o 280
1.51/0.92	c Got one! Elapsed wall clock time (in seconds):0.803
1.51/0.92	o 267
1.51/0.92	c Got one! Elapsed wall clock time (in seconds):0.808
1.51/0.92	o 249
1.51/0.99	c cleaning 5767 clauses out of 11533 with flag 3437/18232
1.51/0.99	c Got one! Elapsed wall clock time (in seconds):0.879
1.51/0.99	o 247
1.67/1.00	c Got one! Elapsed wall clock time (in seconds):0.888
1.67/1.00	o 223
1.67/1.02	c Got one! Elapsed wall clock time (in seconds):0.908
1.67/1.02	o 222
2.10/1.22	c cleaning 5830 clauses out of 11661 with flag 16731/24127
2.33/1.45	c cleaning 5909 clauses out of 11827 with flag 37957/30123
2.49/1.55	c Got one! Elapsed wall clock time (in seconds):1.433
2.49/1.55	o 221
2.49/1.55	c Got one! Elapsed wall clock time (in seconds):1.439
2.49/1.55	o 220
2.49/1.55	c Got one! Elapsed wall clock time (in seconds):1.442
2.49/1.55	o 200
2.69/1.69	c cleaning 5934 clauses out of 11876 with flag 9874/36081
2.69/1.70	c Got one! Elapsed wall clock time (in seconds):1.584
2.69/1.70	o 198
3.05/1.85	c Got one! Elapsed wall clock time (in seconds):1.743
3.05/1.85	o 185
3.15/1.90	c cleaning 5972 clauses out of 11950 with flag 3487/42089
3.15/1.90	c Got one! Elapsed wall clock time (in seconds):1.792
3.15/1.90	o 182
3.26/2.00	c Got one! Elapsed wall clock time (in seconds):1.886
3.26/2.00	o 174
3.36/2.12	c cleaning 6047 clauses out of 12102 with flag 10569/48213
3.56/2.33	c cleaning 6021 clauses out of 12049 with flag 33434/54207
3.76/2.51	c Got one! Elapsed wall clock time (in seconds):2.395
3.76/2.51	o 169
3.76/2.59	c Got one! Elapsed wall clock time (in seconds):2.48
3.76/2.59	o 162
3.96/2.73	c cleaning 8186 clauses out of 16371 with flag 11832/64550
4.06/2.83	c Got one! Elapsed wall clock time (in seconds):2.717
4.06/2.83	o 161
4.16/2.92	c Got one! Elapsed wall clock time (in seconds):2.813
4.16/2.93	o 156
4.16/2.98	c cleaning 7210 clauses out of 14433 with flag 4152/70798
4.26/3.00	c Got one! Elapsed wall clock time (in seconds):2.89
4.26/3.00	o 149
4.26/3.02	c Got one! Elapsed wall clock time (in seconds):2.904
4.26/3.02	o 140
4.46/3.22	c cleaning 6737 clauses out of 13473 with flag 20051/77048
4.67/3.31	c Got one! Elapsed wall clock time (in seconds):3.194
4.67/3.31	o 136
4.67/3.37	c Got one! Elapsed wall clock time (in seconds):3.262
4.67/3.37	o 122
4.95/3.48	c cleaning 6461 clauses out of 12929 with flag 7525/83241
5.25/3.64	c Got one! Elapsed wall clock time (in seconds):3.528
5.25/3.64	o 116
5.25/3.69	c cleaning 6035 clauses out of 12077 with flag 3801/88850
5.57/3.88	c Got one! Elapsed wall clock time (in seconds):3.763
5.57/3.88	o 86
6.11/4.11	c cleaning 8252 clauses out of 16504 with flag 19721/99312
6.31/4.35	c cleaning 7124 clauses out of 14252 with flag 44278/105312
6.42/4.42	c Got one! Elapsed wall clock time (in seconds):4.309
6.42/4.42	o 81
6.42/4.44	c Got one! Elapsed wall clock time (in seconds):4.328
6.42/4.44	o 80
6.52/4.56	c cleaning 6459 clauses out of 12917 with flag 12832/111101
6.71/4.78	c cleaning 6223 clauses out of 12456 with flag 38852/117100
6.91/4.93	c Got one! Elapsed wall clock time (in seconds):4.822
6.91/4.93	o 79
6.91/4.98	c cleaning 5728 clauses out of 11465 with flag 4047/122332
7.22/5.21	c cleaning 5867 clauses out of 11738 with flag 30960/128334
7.22/5.28	c Got one! Elapsed wall clock time (in seconds):5.169
7.22/5.28	o 74
7.42/5.40	c cleaning 5563 clauses out of 11132 with flag 14010/133596
7.53/5.60	c Got one! Elapsed wall clock time (in seconds):5.483
7.53/5.60	o 66
7.88/5.84	c cleaning 7865 clauses out of 15729 with flag 24137/143758
8.09/6.09	c cleaning 6926 clauses out of 13865 with flag 53018/149760
8.39/6.39	c cleaning 6967 clauses out of 13938 with flag 85911/156759
8.80/6.73	c cleaning 7484 clauses out of 14968 with flag 124367/164760
9.21/7.15	c cleaning 8232 clauses out of 16477 with flag 168158/173758
9.61/7.51	c starts		: 183
9.61/7.51	c conflicts		: 181522
9.61/7.51	c decisions		: 275463
9.61/7.51	c propagations		: 3742546
9.61/7.51	c inspects		: 87495389
9.61/7.51	c shortcuts		: 0
9.61/7.51	c learnt literals	: 30
9.61/7.51	c learnt binary clauses	: 7
9.61/7.51	c learnt ternary clauses	: 89
9.61/7.51	c learnt constraints	: 181491
9.61/7.51	c ignored constraints	: 0
9.61/7.51	c root simplifications	: 0
9.61/7.51	c removed literals (reason simplification)	: 0
9.61/7.51	c reason swapping (by a shorter reason)	: 0
9.61/7.51	c Calls to reduceDB	: 26
9.61/7.51	c Number of update (reduction) of LBD	: 41573
9.61/7.51	c Imported unit clauses	: 0
9.61/7.51	c number of reductions to clauses (during analyze)	: 0
9.61/7.51	c number of learned constraints concerned by reduction	: 0
9.61/7.51	c number of learning phase by resolution	: 0
9.61/7.51	c number of learning phase by cutting planes	: 0
9.61/7.51	c speed (assignments/second)	: 510231.22017723246
9.61/7.51	c non guided choices	1266
9.61/7.51	c learnt constraints type 
9.61/7.51	s OPTIMUM FOUND
9.61/7.51	c Found 38 solution(s)
9.61/7.51	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.61/7.51	c objective function=66
9.61/7.51	c Total wall clock time (in seconds): 7.395

Verifier Data

OK	66

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-4090616-1466064999/watcher-4090616-1466064999 -o /tmp/evaluation-result-4090616-1466064999/solver-4090616-1466064999 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466062123-8045 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090616-1466064999.wbo 

pid=8510
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.17 2.05 3/194 8513
/proc/meminfo: memFree=30452736/32872528 swapFree=1190796/1305260
[pid=8513] ppid=8510 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/8513/stat : 8513 (java) S 8510 8513 8029 0 -1 4202496 1283 0 0 0 0 0 0 0 20 0 2 0 8546567 94019584 917 33554432000 1073741824 1073778376 140736428177472 140736428168608 214540779581 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8513/statm: 22954 917 697 9 0 16769 0
[pid=8513/tid=8514] ppid=8510 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8514/stat : 8514 (java) D 8510 8513 8029 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 8546568 95129600 927 33554432000 1073741824 1073778376 140736428177472 140463568678440 214528257319 0 0 4096 0 18446744072100588836 0 0 -1 0 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 2.11 2.17 2.05 3/194 8513
/proc/meminfo: memFree=30452736/32872528 swapFree=1190796/1305260
[pid=8513] ppid=8510 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/8513/stat : 8513 (java) S 8510 8513 8029 0 -1 4202496 4401 0 1 0 9 0 0 0 20 0 18 0 8546567 9787879424 6030 33554432000 1073741824 1073778376 140736428177472 140736428168608 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8513/statm: 2389619 6030 2125 9 0 2380296 0
[pid=8513/tid=8514] ppid=8510 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/8513/task/8514/stat : 8514 (java) R 8510 8513 8029 0 -1 4202560 2374 0 1 0 7 0 0 0 20 0 18 0 8546568 9787879424 6030 33554432000 1073741824 1073778376 140736428177472 140463568681888 140463573201120 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200313 s]
/proc/loadavg: 2.11 2.17 2.05 3/194 8513
/proc/meminfo: memFree=30452736/32872528 swapFree=1190796/1305260
[pid=8513] ppid=8510 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/8513/stat : 8513 (java) S 8510 8513 8029 0 -1 4202496 5221 0 1 0 24 1 0 0 20 0 19 0 8546567 9856040960 7615 33554432000 1073741824 1073778376 140736428177472 140736428168608 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8513/statm: 2406260 7615 2220 9 0 2396937 0
[pid=8513/tid=8514] ppid=8510 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/8513/task/8514/stat : 8514 (java) R 8510 8513 8029 0 -1 4202560 2404 0 1 0 17 0 0 0 20 0 19 0 8546568 9856040960 7623 33554432000 1073741824 1073778376 140736428177472 140463568683648 140463432594852 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300261 s]
/proc/loadavg: 2.11 2.17 2.05 3/194 8513
/proc/meminfo: memFree=30452736/32872528 swapFree=1190796/1305260
[pid=8513] ppid=8510 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/8513/stat : 8513 (java) S 8510 8513 8029 0 -1 4202496 7529 0 1 0 53 2 0 0 20 0 19 0 8546567 9856040960 8782 33554432000 1073741824 1073778376 140736428177472 140736428168608 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8513/statm: 2406260 8782 2244 9 0 2396937 0
[pid=8513/tid=8514] ppid=8510 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/8513/task/8514/stat : 8514 (java) R 8510 8513 8029 0 -1 4202560 2405 0 1 0 27 0 0 0 20 0 19 0 8546568 9856040960 8782 33554432000 1073741824 1073778376 140736428177472 140463568683648 214540794936 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625040

[startup+0.700263 s]
/proc/loadavg: 2.11 2.17 2.05 3/194 8513
/proc/meminfo: memFree=30452736/32872528 swapFree=1190796/1305260
[pid=8513] ppid=8510 vsize=9625040 CPUtime=1.3 cores=0,2,4,6
/proc/8513/stat : 8513 (java) S 8510 8513 8029 0 -1 4202496 15009 0 1 0 127 3 0 0 20 0 19 0 8546567 9856040960 13832 33554432000 1073741824 1073778376 140736428177472 140736428168608 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8513/statm: 2406260 13832 2258 9 0 2396937 0
[pid=8513/tid=8514] ppid=8510 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/8513/task/8514/stat : 8514 (java) R 8510 8513 8029 0 -1 4202560 2406 0 1 0 67 0 0 0 20 0 19 0 8546568 9856040960 13832 33554432000 1073741824 1073778376 140736428177472 140463568683032 140463433114516 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.11 2.17 2.05 4/213 8532
/proc/meminfo: memFree=30393544/32872528 swapFree=1190796/1305260
[pid=8513] ppid=8510 vsize=9625040 CPUtime=2.49 cores=0,2,4,6
/proc/8513/stat : 8513 (java) S 8510 8513 8029 0 -1 4202496 20975 0 1 0 245 4 0 0 20 0 19 0 8546567 9856040960 15653 33554432000 1073741824 1073778376 140736428177472 140736428168608 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8513/statm: 2406260 15653 2260 9 0 2396937 0
[pid=8513/tid=8514] ppid=8510 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/8513/task/8514/stat : 8514 (java) R 8510 8513 8029 0 -1 4202560 2409 0 1 0 147 0 0 0 20 0 19 0 8546568 9856040960 15653 33554432000 1073741824 1073778376 140736428177472 140463568682056 140463432985948 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8513/tid=8516] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8516/stat : 8516 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 15653 33554432000 1073741824 1073778376 140736428177472 140463557745576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8517] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8517/stat : 8517 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 15653 33554432000 1073741824 1073778376 140736428177472 140463556693032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8513/tid=8518] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8518/stat : 8518 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 15653 33554432000 1073741824 1073778376 140736428177472 140463555639976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8513/tid=8519] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8519/stat : 8519 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 15653 33554432000 1073741824 1073778376 140736428177472 140463554587432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8513/tid=8520] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8520/stat : 8520 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 15653 33554432000 1073741824 1073778376 140736428177472 140463553534376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8521] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8521/stat : 8521 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 15653 33554432000 1073741824 1073778376 140736428177472 140463552481832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8513/tid=8522] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8522/stat : 8522 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 15653 33554432000 1073741824 1073778376 140736428177472 140463551428776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8513/tid=8523] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8523/stat : 8523 (java) S 8510 8513 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 15653 33554432000 1073741824 1073778376 140736428177472 140463404955944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8524] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8524/stat : 8524 (java) S 8510 8513 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8546570 9856040960 15653 33554432000 1073741824 1073778376 140736428177472 140463392758632 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8525] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8525/stat : 8525 (java) S 8510 8513 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8546570 9856040960 15653 33554432000 1073741824 1073778376 140736428177472 140463391704952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8526] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8526/stat : 8526 (java) S 8510 8513 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8546570 9856040960 15653 33554432000 1073741824 1073778376 140736428177472 140463390651784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8527] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8527/stat : 8527 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546573 9856040960 15653 33554432000 1073741824 1073778376 140736428177472 140463389600528 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8528] ppid=8510 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/8513/task/8528/stat : 8528 (java) R 8510 8513 8029 0 -1 4202560 7184 0 0 0 39 1 0 0 20 0 19 0 8546573 9856040960 15653 33554432000 1073741824 1073778376 140736428177472 140463388525496 140463574837724 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=8513/tid=8529] ppid=8510 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/8513/task/8529/stat : 8529 (java) S 8510 8513 8029 0 -1 4202560 10110 0 0 0 56 2 0 0 20 0 19 0 8546573 9856040960 15653 33554432000 1073741824 1073778376 140736428177472 140463387494840 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8513/tid=8530] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8530/stat : 8530 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546573 9856040960 15653 33554432000 1073741824 1073778376 140736428177472 140463386441976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8513/tid=8531] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8531/stat : 8531 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546573 9856040960 15653 33554432000 1073741824 1073778376 140736428177472 140463385389640 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8532] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8532/stat : 8532 (java) S 8510 8513 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8546585 9856040960 15653 33554432000 1073741824 1073778376 140736428177472 140463384335912 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 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.18 2.18 2.06 3/213 8532
/proc/meminfo: memFree=30395212/32872528 swapFree=1190796/1305260
[pid=8513] ppid=8510 vsize=9625040 CPUtime=4.36 cores=0,2,4,6
/proc/8513/stat : 8513 (java) S 8510 8513 8029 0 -1 4202496 21966 0 1 0 432 4 0 0 20 0 19 0 8546567 9856040960 17869 33554432000 1073741824 1073778376 140736428177472 140736428168608 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8513/statm: 2406260 17869 2260 9 0 2396937 0
[pid=8513/tid=8514] ppid=8510 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/8513/task/8514/stat : 8514 (java) R 8510 8513 8029 0 -1 4202560 2415 0 1 0 306 0 0 0 20 0 19 0 8546568 9856040960 17869 33554432000 1073741824 1073778376 140736428177472 140463568675120 140463433050636 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8513/tid=8516] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8516/stat : 8516 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 17869 33554432000 1073741824 1073778376 140736428177472 140463557745576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8517] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8517/stat : 8517 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 17869 33554432000 1073741824 1073778376 140736428177472 140463556693032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8513/tid=8518] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8518/stat : 8518 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 17869 33554432000 1073741824 1073778376 140736428177472 140463555639976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8513/tid=8519] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8519/stat : 8519 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 17869 33554432000 1073741824 1073778376 140736428177472 140463554587432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8513/tid=8520] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8520/stat : 8520 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 17869 33554432000 1073741824 1073778376 140736428177472 140463553534376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8521] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8521/stat : 8521 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 17869 33554432000 1073741824 1073778376 140736428177472 140463552481832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8513/tid=8522] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8522/stat : 8522 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 17869 33554432000 1073741824 1073778376 140736428177472 140463551428776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8513/tid=8523] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8523/stat : 8523 (java) S 8510 8513 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 17869 33554432000 1073741824 1073778376 140736428177472 140463404955944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8524] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8524/stat : 8524 (java) S 8510 8513 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8546570 9856040960 17869 33554432000 1073741824 1073778376 140736428177472 140463392758632 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8525] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8525/stat : 8525 (java) S 8510 8513 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8546570 9856040960 17869 33554432000 1073741824 1073778376 140736428177472 140463391704952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8526] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8526/stat : 8526 (java) S 8510 8513 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8546570 9856040960 17869 33554432000 1073741824 1073778376 140736428177472 140463390651784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8527] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8527/stat : 8527 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546573 9856040960 17869 33554432000 1073741824 1073778376 140736428177472 140463389600528 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8528] ppid=8510 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/8513/task/8528/stat : 8528 (java) S 8510 8513 8029 0 -1 4202560 8169 0 0 0 62 2 0 0 20 0 19 0 8546573 9856040960 17869 33554432000 1073741824 1073778376 140736428177472 140463388547384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8513/tid=8529] ppid=8510 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/8513/task/8529/stat : 8529 (java) S 8510 8513 8029 0 -1 4202560 10110 0 0 0 59 2 0 0 20 0 19 0 8546573 9856040960 17869 33554432000 1073741824 1073778376 140736428177472 140463387494840 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8513/tid=8530] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8530/stat : 8530 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546573 9856040960 17869 33554432000 1073741824 1073778376 140736428177472 140463386441976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8513/tid=8531] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8531/stat : 8531 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546573 9856040960 17869 33554432000 1073741824 1073778376 140736428177472 140463385389640 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8532] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8532/stat : 8532 (java) S 8510 8513 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8546585 9856040960 17869 33554432000 1073741824 1073778376 140736428177472 140463384335912 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.18 2.18 2.06 4/213 8532
/proc/meminfo: memFree=30374568/32872528 swapFree=1190796/1305260
[pid=8513] ppid=8510 vsize=9625040 CPUtime=8.39 cores=0,2,4,6
/proc/8513/stat : 8513 (java) S 8510 8513 8029 0 -1 4202496 26721 0 1 0 834 5 0 0 20 0 19 0 8546567 9856040960 22413 33554432000 1073741824 1073778376 140736428177472 140736428168608 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8513/statm: 2406260 22413 2262 9 0 2396937 0
[pid=8513/tid=8514] ppid=8510 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/8513/task/8514/stat : 8514 (java) R 8510 8513 8029 0 -1 4202560 2426 0 1 0 624 1 0 0 20 0 19 0 8546568 9856040960 22413 33554432000 1073741824 1073778376 140736428177472 140463568683448 140463433014431 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8513/tid=8516] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8516/stat : 8516 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 22413 33554432000 1073741824 1073778376 140736428177472 140463557745576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8517] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8517/stat : 8517 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 22413 33554432000 1073741824 1073778376 140736428177472 140463556693032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8513/tid=8518] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8518/stat : 8518 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 22413 33554432000 1073741824 1073778376 140736428177472 140463555639976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8513/tid=8519] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8519/stat : 8519 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 22413 33554432000 1073741824 1073778376 140736428177472 140463554587432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8513/tid=8520] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8520/stat : 8520 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 22413 33554432000 1073741824 1073778376 140736428177472 140463553534376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8521] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8521/stat : 8521 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 22413 33554432000 1073741824 1073778376 140736428177472 140463552481832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8513/tid=8522] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8522/stat : 8522 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 22413 33554432000 1073741824 1073778376 140736428177472 140463551428776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8513/tid=8523] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8523/stat : 8523 (java) S 8510 8513 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 22413 33554432000 1073741824 1073778376 140736428177472 140463404955944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8524] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8524/stat : 8524 (java) S 8510 8513 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8546570 9856040960 22413 33554432000 1073741824 1073778376 140736428177472 140463392758632 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8525] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8525/stat : 8525 (java) S 8510 8513 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8546570 9856040960 22413 33554432000 1073741824 1073778376 140736428177472 140463391704952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8526] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8526/stat : 8526 (java) S 8510 8513 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8546570 9856040960 22413 33554432000 1073741824 1073778376 140736428177472 140463390651784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8527] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8527/stat : 8527 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546573 9856040960 22413 33554432000 1073741824 1073778376 140736428177472 140463389600528 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8528] ppid=8510 vsize=9625040 CPUtime=1.37 cores=0,2,4,6
/proc/8513/task/8528/stat : 8528 (java) S 8510 8513 8029 0 -1 4202560 12308 0 0 0 135 2 0 0 20 0 19 0 8546573 9856040960 22413 33554432000 1073741824 1073778376 140736428177472 140463388547384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8513/tid=8529] ppid=8510 vsize=9625040 CPUtime=0.7 cores=0,2,4,6

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

[pid=8513/tid=8518] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8518/stat : 8518 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 22413 33554432000 1073741824 1073778376 140736428177472 140463555639976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8513/tid=8519] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8519/stat : 8519 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 22413 33554432000 1073741824 1073778376 140736428177472 140463554587432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8513/tid=8520] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8520/stat : 8520 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 22413 33554432000 1073741824 1073778376 140736428177472 140463553534376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8521] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8521/stat : 8521 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 22413 33554432000 1073741824 1073778376 140736428177472 140463552481832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8513/tid=8522] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8522/stat : 8522 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 22413 33554432000 1073741824 1073778376 140736428177472 140463551428776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8513/tid=8523] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8523/stat : 8523 (java) S 8510 8513 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 22413 33554432000 1073741824 1073778376 140736428177472 140463404955944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8524] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8524/stat : 8524 (java) S 8510 8513 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8546570 9856040960 22413 33554432000 1073741824 1073778376 140736428177472 140463392758632 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8525] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8525/stat : 8525 (java) S 8510 8513 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8546570 9856040960 22413 33554432000 1073741824 1073778376 140736428177472 140463391704952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8526] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8526/stat : 8526 (java) S 8510 8513 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8546570 9856040960 22413 33554432000 1073741824 1073778376 140736428177472 140463390651784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8527] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8527/stat : 8527 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546573 9856040960 22413 33554432000 1073741824 1073778376 140736428177472 140463389600528 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8528] ppid=8510 vsize=9625040 CPUtime=1.37 cores=0,2,4,6
/proc/8513/task/8528/stat : 8528 (java) S 8510 8513 8029 0 -1 4202560 12308 0 0 0 135 2 0 0 20 0 19 0 8546573 9856040960 22413 33554432000 1073741824 1073778376 140736428177472 140463388547384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8513/tid=8529] ppid=8510 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/8513/task/8529/stat : 8529 (java) S 8510 8513 8029 0 -1 4202560 10714 0 0 0 68 2 0 0 20 0 19 0 8546573 9856040960 22413 33554432000 1073741824 1073778376 140736428177472 140463387494840 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8513/tid=8530] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8530/stat : 8530 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546573 9856040960 22413 33554432000 1073741824 1073778376 140736428177472 140463386441976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8513/tid=8531] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8531/stat : 8531 (java) S 8510 8513 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8546573 9856040960 22413 33554432000 1073741824 1073778376 140736428177472 140463385389640 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8532] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8532/stat : 8532 (java) S 8510 8513 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8546585 9856040960 22413 33554432000 1073741824 1073778376 140736428177472 140463384335912 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.49
Current children cumulated vsize (KiB) 9625040

[startup+7.2007 s]
/proc/loadavg: 2.25 2.19 2.06 8/213 8532
/proc/meminfo: memFree=30368680/32872528 swapFree=1190796/1305260
[pid=8513] ppid=8510 vsize=9625040 CPUtime=9.31 cores=0,2,4,6
/proc/8513/stat : 8513 (java) S 8510 8513 8029 0 -1 4202496 26724 0 1 0 926 5 0 0 20 0 19 0 8546567 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140736428168608 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8513/statm: 2406260 23438 2263 9 0 2396937 0
[pid=8513/tid=8514] ppid=8510 vsize=9625040 CPUtime=7.15 cores=0,2,4,6
/proc/8513/task/8514/stat : 8514 (java) R 8510 8513 8029 0 -1 4202560 2428 0 1 0 714 1 0 0 20 0 19 0 8546568 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140463568674464 140463432967372 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8513/tid=8516] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8516/stat : 8516 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140463557745576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8517] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8517/stat : 8517 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140463556693032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8513/tid=8518] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8518/stat : 8518 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140463555639976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8513/tid=8519] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8519/stat : 8519 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140463554587432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8513/tid=8520] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8520/stat : 8520 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140463553534376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8521] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8521/stat : 8521 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140463552481832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8513/tid=8522] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8522/stat : 8522 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140463551428776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8513/tid=8523] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8523/stat : 8523 (java) S 8510 8513 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140463404955944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8524] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8524/stat : 8524 (java) S 8510 8513 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8546570 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140463392758632 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8525] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8525/stat : 8525 (java) S 8510 8513 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8546570 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140463391704952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8526] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8526/stat : 8526 (java) S 8510 8513 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8546570 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140463390651784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8527] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8527/stat : 8527 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546573 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140463389600528 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8528] ppid=8510 vsize=9625040 CPUtime=1.37 cores=0,2,4,6
/proc/8513/task/8528/stat : 8528 (java) S 8510 8513 8029 0 -1 4202560 12308 0 0 0 135 2 0 0 20 0 19 0 8546573 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140463388547384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8513/tid=8529] ppid=8510 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/8513/task/8529/stat : 8529 (java) S 8510 8513 8029 0 -1 4202560 10715 0 0 0 70 2 0 0 20 0 19 0 8546573 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140463387494840 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8513/tid=8530] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8530/stat : 8530 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546573 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140463386441976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8513/tid=8531] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8531/stat : 8531 (java) S 8510 8513 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8546573 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140463385389640 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8532] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8532/stat : 8532 (java) S 8510 8513 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8546585 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140463384335912 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.31
Current children cumulated vsize (KiB) 9625040

[startup+7.40069 s]
/proc/loadavg: 2.25 2.19 2.06 8/213 8532
/proc/meminfo: memFree=30368680/32872528 swapFree=1190796/1305260
[pid=8513] ppid=8510 vsize=9625040 CPUtime=9.51 cores=0,2,4,6
/proc/8513/stat : 8513 (java) S 8510 8513 8029 0 -1 4202496 26724 0 1 0 946 5 0 0 20 0 19 0 8546567 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140736428168608 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8513/statm: 2406260 23438 2263 9 0 2396937 0
[pid=8513/tid=8514] ppid=8510 vsize=9625040 CPUtime=7.35 cores=0,2,4,6
/proc/8513/task/8514/stat : 8514 (java) R 8510 8513 8029 0 -1 4202560 2428 0 1 0 734 1 0 0 20 0 19 0 8546568 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140463568674464 140463433014549 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8513/tid=8516] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8516/stat : 8516 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140463557745576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8517] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8517/stat : 8517 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140463556693032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8513/tid=8518] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8518/stat : 8518 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140463555639976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8513/tid=8519] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8519/stat : 8519 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140463554587432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8513/tid=8520] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8520/stat : 8520 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140463553534376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8521] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8521/stat : 8521 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140463552481832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8513/tid=8522] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8522/stat : 8522 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140463551428776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8513/tid=8523] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8523/stat : 8523 (java) S 8510 8513 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140463404955944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8524] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8524/stat : 8524 (java) S 8510 8513 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8546570 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140463392758632 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8525] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8525/stat : 8525 (java) S 8510 8513 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8546570 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140463391704952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8526] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8526/stat : 8526 (java) S 8510 8513 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8546570 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140463390651784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8527] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8527/stat : 8527 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546573 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140463389600528 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8528] ppid=8510 vsize=9625040 CPUtime=1.37 cores=0,2,4,6
/proc/8513/task/8528/stat : 8528 (java) S 8510 8513 8029 0 -1 4202560 12308 0 0 0 135 2 0 0 20 0 19 0 8546573 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140463388547384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8513/tid=8529] ppid=8510 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/8513/task/8529/stat : 8529 (java) S 8510 8513 8029 0 -1 4202560 10715 0 0 0 70 2 0 0 20 0 19 0 8546573 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140463387494840 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8513/tid=8530] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8530/stat : 8530 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546573 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140463386441976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8513/tid=8531] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8531/stat : 8531 (java) S 8510 8513 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8546573 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140463385389640 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8532] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8532/stat : 8532 (java) S 8510 8513 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8546585 9856040960 23438 33554432000 1073741824 1073778376 140736428177472 140463384335912 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.51
Current children cumulated vsize (KiB) 9625040

[startup+7.5007 s]
/proc/loadavg: 2.25 2.19 2.06 8/213 8532
/proc/meminfo: memFree=30368680/32872528 swapFree=1190796/1305260
[pid=8513] ppid=8510 vsize=9625040 CPUtime=9.61 cores=0,2,4,6
/proc/8513/stat : 8513 (java) S 8510 8513 8029 0 -1 4202496 26725 0 1 0 956 5 0 0 20 0 19 0 8546567 9856040960 23950 33554432000 1073741824 1073778376 140736428177472 140736428168608 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8513/statm: 2406260 23950 2263 9 0 2396937 0
[pid=8513/tid=8514] ppid=8510 vsize=9625040 CPUtime=7.45 cores=0,2,4,6
/proc/8513/task/8514/stat : 8514 (java) R 8510 8513 8029 0 -1 4202560 2429 0 1 0 744 1 0 0 20 0 19 0 8546568 9856040960 23950 33554432000 1073741824 1073778376 140736428177472 140463568674464 140463432800176 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8513/tid=8516] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8516/stat : 8516 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 23950 33554432000 1073741824 1073778376 140736428177472 140463557745576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8517] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8517/stat : 8517 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 23950 33554432000 1073741824 1073778376 140736428177472 140463556693032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8513/tid=8518] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8518/stat : 8518 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 23950 33554432000 1073741824 1073778376 140736428177472 140463555639976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8513/tid=8519] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8519/stat : 8519 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 23950 33554432000 1073741824 1073778376 140736428177472 140463554587432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8513/tid=8520] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8520/stat : 8520 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 23950 33554432000 1073741824 1073778376 140736428177472 140463553534376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8521] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8521/stat : 8521 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 23950 33554432000 1073741824 1073778376 140736428177472 140463552481832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8513/tid=8522] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8522/stat : 8522 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 23950 33554432000 1073741824 1073778376 140736428177472 140463551428776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8513/tid=8523] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8523/stat : 8523 (java) S 8510 8513 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8546568 9856040960 23950 33554432000 1073741824 1073778376 140736428177472 140463404955944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8524] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8524/stat : 8524 (java) S 8510 8513 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8546570 9856040960 23950 33554432000 1073741824 1073778376 140736428177472 140463392758632 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8525] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8525/stat : 8525 (java) S 8510 8513 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8546570 9856040960 23950 33554432000 1073741824 1073778376 140736428177472 140463391704952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8526] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8526/stat : 8526 (java) S 8510 8513 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8546570 9856040960 23950 33554432000 1073741824 1073778376 140736428177472 140463390651784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8527] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8527/stat : 8527 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546573 9856040960 23950 33554432000 1073741824 1073778376 140736428177472 140463389600528 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8528] ppid=8510 vsize=9625040 CPUtime=1.37 cores=0,2,4,6
/proc/8513/task/8528/stat : 8528 (java) S 8510 8513 8029 0 -1 4202560 12308 0 0 0 135 2 0 0 20 0 19 0 8546573 9856040960 23950 33554432000 1073741824 1073778376 140736428177472 140463388547384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8513/tid=8529] ppid=8510 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/8513/task/8529/stat : 8529 (java) S 8510 8513 8029 0 -1 4202560 10715 0 0 0 70 2 0 0 20 0 19 0 8546573 9856040960 23950 33554432000 1073741824 1073778376 140736428177472 140463387494840 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8513/tid=8530] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8530/stat : 8530 (java) S 8510 8513 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8546573 9856040960 23950 33554432000 1073741824 1073778376 140736428177472 140463386441976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8513/tid=8531] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8531/stat : 8531 (java) S 8510 8513 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8546573 9856040960 23950 33554432000 1073741824 1073778376 140736428177472 140463385389640 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8513/tid=8532] ppid=8510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8513/task/8532/stat : 8532 (java) S 8510 8513 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8546585 9856040960 23950 33554432000 1073741824 1073778376 140736428177472 140463384335912 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.61
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 7.52548
CPU time (s): 9.62254
CPU user time (s): 9.54055
CPU system time (s): 0.081987
CPU usage (%): 127.866
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.54055
system time used= 0.081987
maximum resident set size= 95860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26748
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= 501
involuntary context switches= 44

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.028995 second user time and 0.029995 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-16 10:16:39
IDJOB=4090616
IDBENCH=78761
IDSOLVER=2551
FILE ID=node127/4090616-1466064999
RUNJOBID= node127-1466062123-8045
PBS_JOBID= 19904012
Free space on /tmp= 71740 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.1111226680--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090616-1466064999/watcher-4090616-1466064999 -o /tmp/evaluation-result-4090616-1466064999/solver-4090616-1466064999 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466062123-8045 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090616-1466064999.wbo

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

MD5SUM BENCH= dca485207caaa579309a7d2385685aa8
RANDOM SEED=821596521

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
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.769
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:        30453264 kB
Buffers:            5284 kB
Cached:            40992 kB
SwapCached:        34620 kB
Active:           356012 kB
Inactive:          59324 kB
Active(anon):     336168 kB
Inactive(anon):    35536 kB
Active(file):      19844 kB
Inactive(file):    23788 kB
Unevictable:     1305260 kB
Mlocked:         1190796 kB
SwapTotal:      67108856 kB
SwapFree:       67066068 kB
Dirty:               624 kB
Writeback:             0 kB
AnonPages:       1674540 kB
Mapped:            15356 kB
Shmem:                 0 kB
Slab:             564412 kB
SReclaimable:       8340 kB
SUnreclaim:       556072 kB
KernelStack:        1760 kB
PageTables:         7112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1851100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    448512 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= 71736 MiB
End job on node127 at 2016-06-16 10:16:47