Trace number 4106462

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPT3 96.78 95.432

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=103-P1=223-P2=29-P3=89-P4=173-P5=97-P6=227-P7=89-P8=127-P9=223-B.opb
MD5SUM9b7cb599a49db47c0ffbf25416bcef37
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.152976
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables216
Total number of constraints19
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints19
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)576
Sum of products size (including duplicates)1152
Number of different products576
Sum of products size1152

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4106462-1466270856.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.11/0.18	c ... done. Wall clock time 0.084s.
0.11/0.18	c declared #vars     216
0.11/0.18	c internal #vars     792
0.11/0.18	c #constraints  1180
0.11/0.18	c constraints type 
0.11/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 576
0.11/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 604
0.11/0.18	c 1180 constraints processed.
0.11/0.18	c objective function length is 8 literals
0.86/0.64	c cleaning 2498 clauses out of 5000 with flag 10504/5000
1.40/1.06	c cleaning 4247 clauses out of 8503 with flag 23227/11001
1.70/1.37	c cleaning 5627 clauses out of 11255 with flag 38034/18000
2.21/1.87	c cleaning 6809 clauses out of 13629 with flag 55844/26001
3.02/2.68	c cleaning 7900 clauses out of 15819 with flag 76739/35000
3.83/3.43	c cleaning 8956 clauses out of 17919 with flag 101649/45000
4.53/4.15	c cleaning 9972 clauses out of 19965 with flag 128543/56002
5.73/5.30	c cleaning 10988 clauses out of 21991 with flag 159266/68000
6.33/5.97	c cleaning 11976 clauses out of 24004 with flag 187978/81001
7.54/6.87	c cleaning 12998 clauses out of 26028 with flag 219423/95001
8.73/7.65	c cleaning 14015 clauses out of 28029 with flag 253750/110000
9.98/8.71	c cleaning 15007 clauses out of 30015 with flag 289526/126002
11.08/9.85	c cleaning 15994 clauses out of 32006 with flag 326554/143000
12.09/10.90	c SATISFIABLE
12.09/10.90	c OPTIMIZING...
12.09/10.90	c Got one! Elapsed wall clock time (in seconds):10.796
12.09/10.90	o 5
12.89/11.62	c cleaning 18262 clauses out of 36532 with flag 11292/163520
13.29/12.01	c cleaning 12132 clauses out of 24269 with flag 24978/169519
13.59/12.39	c cleaning 9565 clauses out of 19137 with flag 40453/176519
14.00/12.79	c cleaning 8783 clauses out of 17572 with flag 57537/184519
14.50/13.29	c cleaning 8880 clauses out of 17789 with flag 77872/193519
15.10/13.87	c cleaning 9444 clauses out of 18909 with flag 99437/203519
16.00/14.70	c cleaning 10217 clauses out of 20465 with flag 125597/214519
16.60/15.34	c cleaning 11113 clauses out of 22249 with flag 152019/226520
16.99/15.75	c Got one! Elapsed wall clock time (in seconds):15.647
16.99/15.75	o 3
17.39/16.10	c cleaning 12479 clauses out of 24970 with flag 11294/240354
17.80/16.55	c cleaning 9244 clauses out of 18491 with flag 25935/246354
18.19/16.92	c cleaning 8118 clauses out of 16248 with flag 42019/253355
18.49/17.25	c cleaning 8060 clauses out of 16131 with flag 59495/261356
19.00/17.74	c cleaning 8506 clauses out of 17069 with flag 78805/270354
19.69/18.49	c cleaning 9268 clauses out of 18564 with flag 102066/280355
20.49/19.29	c cleaning 10142 clauses out of 20297 with flag 126332/291356
21.10/19.89	c cleaning 11061 clauses out of 22155 with flag 153610/303356
21.79/20.54	c cleaning 12026 clauses out of 24092 with flag 182492/316354
22.49/21.28	c cleaning 13026 clauses out of 26065 with flag 212897/330354
23.19/21.98	c cleaning 14012 clauses out of 28039 with flag 245453/345354
25.00/23.79	c cleaning 15011 clauses out of 30027 with flag 279412/361354
26.20/24.93	c cleaning 15998 clauses out of 32018 with flag 317704/378356
27.42/26.15	c cleaning 17006 clauses out of 34019 with flag 358384/396355
28.62/27.35	c cleaning 18000 clauses out of 36013 with flag 403516/415355
29.72/28.50	c cleaning 19000 clauses out of 38013 with flag 448345/435355
31.22/29.94	c cleaning 20000 clauses out of 40013 with flag 496782/456355
32.62/31.31	c cleaning 20984 clauses out of 42012 with flag 545526/478354
34.22/32.92	c cleaning 22010 clauses out of 44027 with flag 598621/501354
36.22/34.95	c cleaning 22990 clauses out of 46017 with flag 652085/525354
38.22/36.98	c cleaning 24009 clauses out of 48027 with flag 713781/550354
40.71/39.41	c cleaning 25010 clauses out of 50019 with flag 772760/576355
42.71/41.46	c cleaning 25994 clauses out of 52008 with flag 832904/603354
45.02/43.73	c cleaning 26993 clauses out of 54014 with flag 900039/631354
47.64/46.30	c cleaning 27993 clauses out of 56020 with flag 964985/660354
50.13/48.85	c cleaning 29010 clauses out of 58028 with flag 1031375/690355
53.23/51.95	c cleaning 30005 clauses out of 60017 with flag 1099609/721354
56.34/55.09	c cleaning 30993 clauses out of 62011 with flag 1170800/753355
59.74/58.41	c cleaning 31998 clauses out of 64017 with flag 1249409/786354
63.68/62.38	c cleaning 33002 clauses out of 66020 with flag 1322475/820355
67.28/65.98	c cleaning 33995 clauses out of 68017 with flag 1400266/855355
70.88/69.51	c cleaning 35004 clauses out of 70021 with flag 1477784/891356
75.09/73.74	c cleaning 36002 clauses out of 72016 with flag 1557709/928355
79.88/78.51	c cleaning 36998 clauses out of 74013 with flag 1642436/966354
85.09/83.72	c cleaning 38008 clauses out of 76015 with flag 1729647/1005354
93.48/92.16	c cleaning 38999 clauses out of 78005 with flag 1818530/1045354
96.78/95.42	c starts		: 2157
96.78/95.42	c conflicts		: 1067960
96.78/95.42	c decisions		: 1214490
96.78/95.42	c propagations		: 20055073
96.78/95.42	c inspects		: 1622785738
96.78/95.42	c shortcuts		: 0
96.78/95.42	c learnt literals	: 23
96.78/95.42	c learnt binary clauses	: 39
96.78/95.42	c learnt ternary clauses	: 67
96.78/95.42	c learnt constraints	: 1067936
96.78/95.42	c ignored constraints	: 0
96.78/95.42	c root simplifications	: 0
96.78/95.42	c removed literals (reason simplification)	: 0
96.78/95.42	c reason swapping (by a shorter reason)	: 0
96.78/95.42	c Calls to reduceDB	: 57
96.78/95.42	c Number of update (reduction) of LBD	: 40484
96.78/95.42	c Imported unit clauses	: 0
96.78/95.42	c number of reductions to clauses (during analyze)	: 0
96.78/95.42	c number of learned constraints concerned by reduction	: 0
96.78/95.42	c number of learning phase by resolution	: 0
96.78/95.42	c number of learning phase by cutting planes	: 0
96.78/95.42	c speed (assignments/second)	: 210582.89932378512
96.78/95.42	c non guided choices	11256
96.78/95.42	c learnt constraints type 
96.78/95.42	s OPTIMUM FOUND
96.78/95.42	c Found 2 solution(s)
96.78/95.42	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 x170 x171 x172 x173 -x174 x175 -x176 -x177 x178 x179 x180 x181 -x182 -x183 -x184 x185 x186 x187 x188 -x189 -x190 -x191 -x192 -x193 x194 x195 x196 x197 x198 x199 x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 
96.78/95.42	c objective function=3
96.78/95.42	c Total wall clock time (in seconds): 95.324

Verifier Data

OK	3

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-4106462-1466270856/watcher-4106462-1466270856 -o /tmp/evaluation-result-4106462-1466270856/solver-4106462-1466270856 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466240732-22004 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106462-1466270856.opb 

pid=27280
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.07 2.17 2.17 3/194 27283
/proc/meminfo: memFree=29554852/32872528 swapFree=1542984/1696284
[pid=27283] ppid=27280 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/27283/stat : 27283 (java) S 27280 27283 21988 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 29132249 98570240 977 33554432000 1073741824 1073778376 140736901687008 140736901678144 270710898749 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27283/statm: 24065 977 743 9 0 16771 0
[pid=27283/tid=27284] ppid=27280 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27284/stat : 27284 (java) R 27280 27283 21988 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 29132249 98570240 977 33554432000 1073741824 1073778376 140736901687008 139812529491496 270707541376 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.07 2.17 2.17 3/194 27283
/proc/meminfo: memFree=29554852/32872528 swapFree=1542984/1696284
[pid=27283] ppid=27280 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/27283/stat : 27283 (java) S 27280 27283 21988 0 -1 4202496 4553 0 1 0 10 1 0 0 20 0 18 0 29132249 9787879424 5674 33554432000 1073741824 1073778376 140736901687008 140736901678144 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27283/statm: 2389619 5674 2157 9 0 2380296 0
[pid=27283/tid=27284] ppid=27280 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/27283/task/27284/stat : 27284 (java) R 27280 27283 21988 0 -1 4202560 2433 0 1 0 6 1 0 0 20 0 18 0 29132249 9787879424 5674 33554432000 1073741824 1073778376 140736901687008 139812529496184 270710924557 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200257 s]
/proc/loadavg: 2.07 2.17 2.17 3/194 27283
/proc/meminfo: memFree=29554852/32872528 swapFree=1542984/1696284
[pid=27283] ppid=27280 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/27283/stat : 27283 (java) S 27280 27283 21988 0 -1 4202496 4820 0 1 0 26 1 0 0 20 0 19 0 29132249 9856040960 6889 33554432000 1073741824 1073778376 140736901687008 140736901678144 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27283/statm: 2406260 6889 2222 9 0 2396937 0
[pid=27283/tid=27284] ppid=27280 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/27283/task/27284/stat : 27284 (java) R 27280 27283 21988 0 -1 4202560 2454 0 1 0 16 1 0 0 20 0 19 0 29132249 9856040960 6889 33554432000 1073741824 1073778376 140736901687008 139812529496704 139812401798463 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.30024 s]
/proc/loadavg: 2.07 2.17 2.17 3/194 27283
/proc/meminfo: memFree=29554852/32872528 swapFree=1542984/1696284
[pid=27283] ppid=27280 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/27283/stat : 27283 (java) S 27280 27283 21988 0 -1 4202496 6595 0 1 0 50 2 0 0 20 0 19 0 29132249 9856040960 7848 33554432000 1073741824 1073778376 140736901687008 140736901678144 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27283/statm: 2406260 7848 2243 9 0 2396937 0
[pid=27283/tid=27284] ppid=27280 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/27283/task/27284/stat : 27284 (java) R 27280 27283 21988 0 -1 4202560 2463 0 1 0 26 1 0 0 20 0 19 0 29132249 9856040960 7848 33554432000 1073741824 1073778376 140736901687008 139812529496120 139812401797922 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700224 s]
/proc/loadavg: 2.07 2.17 2.17 3/194 27283
/proc/meminfo: memFree=29554852/32872528 swapFree=1542984/1696284
[pid=27283] ppid=27280 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/27283/stat : 27283 (java) S 27280 27283 21988 0 -1 4202496 6877 0 1 0 97 2 0 0 20 0 19 0 29132249 9856040960 8384 33554432000 1073741824 1073778376 140736901687008 140736901678144 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27283/statm: 2406260 8384 2252 9 0 2396937 0
[pid=27283/tid=27284] ppid=27280 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/27283/task/27284/stat : 27284 (java) R 27280 27283 21988 0 -1 4202560 2464 0 1 0 66 1 0 0 20 0 19 0 29132249 9856040960 8384 33554432000 1073741824 1073778376 140736901687008 139812529496120 139812401919424 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.07 2.17 2.17 3/213 27302
/proc/meminfo: memFree=29524856/32872528 swapFree=1542984/1696284
[pid=27283] ppid=27280 vsize=9625040 CPUtime=1.91 cores=0,2,4,6
/proc/27283/stat : 27283 (java) S 27280 27283 21988 0 -1 4202496 8360 0 1 0 189 2 0 0 20 0 19 0 29132249 9856040960 10631 33554432000 1073741824 1073778376 140736901687008 140736901678144 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27283/statm: 2406260 10631 2257 9 0 2396937 0
[pid=27283/tid=27284] ppid=27280 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/27283/task/27284/stat : 27284 (java) R 27280 27283 21988 0 -1 4202560 2468 0 1 0 146 1 0 0 20 0 19 0 29132249 9856040960 10631 33554432000 1073741824 1073778376 140736901687008 139812529487552 139812401943997 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27283/tid=27286] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27286/stat : 27286 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 10631 33554432000 1073741824 1073778376 140736901687008 139812373322408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27287] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27287/stat : 27287 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 10631 33554432000 1073741824 1073778376 140736901687008 139812372269864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27283/tid=27288] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27288/stat : 27288 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 10631 33554432000 1073741824 1073778376 140736901687008 139812371217320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27283/tid=27289] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27289/stat : 27289 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 10631 33554432000 1073741824 1073778376 140736901687008 139812370164776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27283/tid=27290] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27290/stat : 27290 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 10631 33554432000 1073741824 1073778376 140736901687008 139812369111208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27291] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27291/stat : 27291 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 10631 33554432000 1073741824 1073778376 140736901687008 139812368058664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27283/tid=27292] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27292/stat : 27292 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 10631 33554432000 1073741824 1073778376 140736901687008 139812367006120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27283/tid=27293] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27293/stat : 27293 (java) S 27280 27283 21988 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 10631 33554432000 1073741824 1073778376 140736901687008 139812365953576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27294] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27294/stat : 27294 (java) S 27280 27283 21988 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29132251 9856040960 10631 33554432000 1073741824 1073778376 140736901687008 139812353755752 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27283/tid=27295] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27295/stat : 27295 (java) S 27280 27283 21988 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29132251 9856040960 10631 33554432000 1073741824 1073778376 140736901687008 139812352702072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27296] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27296/stat : 27296 (java) S 27280 27283 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29132251 9856040960 10631 33554432000 1073741824 1073778376 140736901687008 139812351649416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27297] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27297/stat : 27297 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132253 9856040960 10631 33554432000 1073741824 1073778376 140736901687008 139812350598160 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27298] ppid=27280 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/27283/task/27298/stat : 27298 (java) S 27280 27283 21988 0 -1 4202560 1695 0 0 0 14 0 0 0 20 0 19 0 29132253 9856040960 10631 33554432000 1073741824 1073778376 140736901687008 139812349544504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27299] ppid=27280 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/27283/task/27299/stat : 27299 (java) S 27280 27283 21988 0 -1 4202560 2926 0 0 0 26 0 0 0 20 0 19 0 29132253 9856040960 10631 33554432000 1073741824 1073778376 140736901687008 139812348491960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27283/tid=27300] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27300/stat : 27300 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132253 9856040960 10631 33554432000 1073741824 1073778376 140736901687008 139812347439608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27283/tid=27301] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27301/stat : 27301 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132253 9856040960 10631 33554432000 1073741824 1073778376 140736901687008 139812346387272 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27283/tid=27302] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27302/stat : 27302 (java) S 27280 27283 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29132268 9856040960 10631 33554432000 1073741824 1073778376 140736901687008 139812345283880 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.07 2.17 2.17 3/213 27302
/proc/meminfo: memFree=29518464/32872528 swapFree=1542984/1696284
[pid=27283] ppid=27280 vsize=9625040 CPUtime=3.52 cores=0,2,4,6
/proc/27283/stat : 27283 (java) S 27280 27283 21988 0 -1 4202496 8370 0 1 0 350 2 0 0 20 0 19 0 29132249 9856040960 12174 33554432000 1073741824 1073778376 140736901687008 140736901678144 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27283/statm: 2406260 12174 2257 9 0 2396937 0
[pid=27283/tid=27284] ppid=27280 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/27283/task/27284/stat : 27284 (java) R 27280 27283 21988 0 -1 4202560 2471 0 1 0 306 1 0 0 20 0 19 0 29132249 9856040960 12174 33554432000 1073741824 1073778376 140736901687008 139812529496328 139812402133190 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27283/tid=27286] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27286/stat : 27286 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 12174 33554432000 1073741824 1073778376 140736901687008 139812373322408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27287] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27287/stat : 27287 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 12174 33554432000 1073741824 1073778376 140736901687008 139812372269864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27283/tid=27288] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27288/stat : 27288 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 12174 33554432000 1073741824 1073778376 140736901687008 139812371217320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27283/tid=27289] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27289/stat : 27289 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 12174 33554432000 1073741824 1073778376 140736901687008 139812370164776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27283/tid=27290] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27290/stat : 27290 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 12174 33554432000 1073741824 1073778376 140736901687008 139812369111208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27291] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27291/stat : 27291 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 12174 33554432000 1073741824 1073778376 140736901687008 139812368058664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27283/tid=27292] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27292/stat : 27292 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 12174 33554432000 1073741824 1073778376 140736901687008 139812367006120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27283/tid=27293] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27293/stat : 27293 (java) S 27280 27283 21988 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 12174 33554432000 1073741824 1073778376 140736901687008 139812365953576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27294] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27294/stat : 27294 (java) S 27280 27283 21988 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29132251 9856040960 12174 33554432000 1073741824 1073778376 140736901687008 139812353755752 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27283/tid=27295] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27295/stat : 27295 (java) S 27280 27283 21988 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29132251 9856040960 12174 33554432000 1073741824 1073778376 140736901687008 139812352702072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27296] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27296/stat : 27296 (java) S 27280 27283 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29132251 9856040960 12174 33554432000 1073741824 1073778376 140736901687008 139812351649416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27297] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27297/stat : 27297 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132253 9856040960 12174 33554432000 1073741824 1073778376 140736901687008 139812350598160 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27298] ppid=27280 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/27283/task/27298/stat : 27298 (java) S 27280 27283 21988 0 -1 4202560 1702 0 0 0 15 0 0 0 20 0 19 0 29132253 9856040960 12174 33554432000 1073741824 1073778376 140736901687008 139812349544504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27299] ppid=27280 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/27283/task/27299/stat : 27299 (java) S 27280 27283 21988 0 -1 4202560 2926 0 0 0 26 0 0 0 20 0 19 0 29132253 9856040960 12174 33554432000 1073741824 1073778376 140736901687008 139812348491960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27283/tid=27300] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27300/stat : 27300 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132253 9856040960 12174 33554432000 1073741824 1073778376 140736901687008 139812347439608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27283/tid=27301] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27301/stat : 27301 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132253 9856040960 12174 33554432000 1073741824 1073778376 140736901687008 139812346387272 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27283/tid=27302] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27302/stat : 27302 (java) S 27280 27283 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29132268 9856040960 12174 33554432000 1073741824 1073778376 140736901687008 139812345283880 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 2.07 2.17 2.17 4/213 27302
/proc/meminfo: memFree=29503780/32872528 swapFree=1542984/1696284
[pid=27283] ppid=27280 vsize=9625040 CPUtime=7.01 cores=0,2,4,6
/proc/27283/stat : 27283 (java) S 27280 27283 21988 0 -1 4202496 15062 0 1 0 698 3 0 0 20 0 19 0 29132249 9856040960 19086 33554432000 1073741824 1073778376 140736901687008 140736901678144 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27283/statm: 2406260 19086 2258 9 0 2396937 0
[pid=27283/tid=27284] ppid=27280 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/27283/task/27284/stat : 27284 (java) R 27280 27283 21988 0 -1 4202560 2480 0 1 0 625 1 0 0 20 0 19 0 29132249 9856040960 19086 33554432000 1073741824 1073778376 140736901687008 139812529487520 139812402158681 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27283/tid=27286] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27286/stat : 27286 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 19086 33554432000 1073741824 1073778376 140736901687008 139812373322408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27287] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27287/stat : 27287 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 19086 33554432000 1073741824 1073778376 140736901687008 139812372269864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27283/tid=27288] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27288/stat : 27288 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 19086 33554432000 1073741824 1073778376 140736901687008 139812371217320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27283/tid=27289] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27289/stat : 27289 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 19086 33554432000 1073741824 1073778376 140736901687008 139812370164776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27283/tid=27290] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27290/stat : 27290 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 19086 33554432000 1073741824 1073778376 140736901687008 139812369111208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27291] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27291/stat : 27291 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 19086 33554432000 1073741824 1073778376 140736901687008 139812368058664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27283/tid=27292] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27292/stat : 27292 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 19086 33554432000 1073741824 1073778376 140736901687008 139812367006120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27283/tid=27293] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27293/stat : 27293 (java) S 27280 27283 21988 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 19086 33554432000 1073741824 1073778376 140736901687008 139812365953576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27294] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27294/stat : 27294 (java) S 27280 27283 21988 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29132251 9856040960 19086 33554432000 1073741824 1073778376 140736901687008 139812353755752 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27283/tid=27295] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27295/stat : 27295 (java) S 27280 27283 21988 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29132251 9856040960 19086 33554432000 1073741824 1073778376 140736901687008 139812352702072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27296] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27296/stat : 27296 (java) S 27280 27283 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29132251 9856040960 19086 33554432000 1073741824 1073778376 140736901687008 139812351649416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27297] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27297/stat : 27297 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132253 9856040960 19086 33554432000 1073741824 1073778376 140736901687008 139812350598160 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27298] ppid=27280 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/27283/task/27298/stat : 27298 (java) S 27280 27283 21988 0 -1 4202560 1703 0 0 0 16 0 0 0 20 0 19 0 29132253 9856040960 19086 33554432000 1073741824 1073778376 140736901687008 139812349544504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27299] ppid=27280 vsize=9625040 CPUtime=0.55 cores=0,2,4,6

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

[pid=27283/tid=27295] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27295/stat : 27295 (java) S 27280 27283 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29132251 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812352702072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27296] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27296/stat : 27296 (java) S 27280 27283 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29132251 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812351649416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27297] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27297/stat : 27297 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132253 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812350598160 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27298] ppid=27280 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/27283/task/27298/stat : 27298 (java) S 27280 27283 21988 0 -1 4202560 2651 0 0 0 32 0 0 0 20 0 19 0 29132253 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812349544504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27299] ppid=27280 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/27283/task/27299/stat : 27299 (java) S 27280 27283 21988 0 -1 4202560 13430 0 0 0 95 2 0 0 20 0 19 0 29132253 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812348491960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27283/tid=27300] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27300/stat : 27300 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132253 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812347439608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27283/tid=27301] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27301/stat : 27301 (java) S 27280 27283 21988 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29132253 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812346387272 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27283/tid=27302] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27302/stat : 27302 (java) S 27280 27283 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29132268 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812345283880 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 94.18
Current children cumulated vsize (KiB) 9625040

[startup+94.4007 s]
/proc/loadavg: 2.31 2.22 2.19 3/213 27434
/proc/meminfo: memFree=29847448/32872528 swapFree=1542984/1696284
[pid=27283] ppid=27280 vsize=9625040 CPUtime=95.78 cores=0,2,4,6
/proc/27283/stat : 27283 (java) S 27280 27283 21988 0 -1 4202496 20063 0 1 0 9568 10 0 0 20 0 19 0 29132249 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 140736901678144 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27283/statm: 2406260 51338 2271 9 0 2396937 0
[pid=27283/tid=27284] ppid=27280 vsize=9625040 CPUtime=94.1 cores=0,2,4,6
/proc/27283/task/27284/stat : 27284 (java) R 27280 27283 21988 0 -1 4202560 2539 0 1 0 9406 4 0 0 20 0 19 0 29132249 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812529487536 139812402205970 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27283/tid=27286] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27286/stat : 27286 (java) S 27280 27283 21988 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812373322408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27283/tid=27287] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27287/stat : 27287 (java) S 27280 27283 21988 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812372269864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27288] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27288/stat : 27288 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812371217320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27283/tid=27289] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27289/stat : 27289 (java) S 27280 27283 21988 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812370164776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27283/tid=27290] ppid=27280 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27283/task/27290/stat : 27290 (java) S 27280 27283 21988 0 -1 4202560 40 0 0 0 1 0 0 0 20 0 19 0 29132250 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812369111208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27283/tid=27291] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27291/stat : 27291 (java) S 27280 27283 21988 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812368058664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27283/tid=27292] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27292/stat : 27292 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812367006120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27283/tid=27293] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27293/stat : 27293 (java) S 27280 27283 21988 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812365953576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27294] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27294/stat : 27294 (java) S 27280 27283 21988 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29132251 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812353755752 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27283/tid=27295] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27295/stat : 27295 (java) S 27280 27283 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29132251 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812352702072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27296] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27296/stat : 27296 (java) S 27280 27283 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29132251 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812351649416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27297] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27297/stat : 27297 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132253 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812350598160 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27298] ppid=27280 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/27283/task/27298/stat : 27298 (java) S 27280 27283 21988 0 -1 4202560 2651 0 0 0 32 0 0 0 20 0 19 0 29132253 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812349544504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27299] ppid=27280 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/27283/task/27299/stat : 27299 (java) S 27280 27283 21988 0 -1 4202560 13430 0 0 0 95 2 0 0 20 0 19 0 29132253 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812348491960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27283/tid=27300] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27300/stat : 27300 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132253 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812347439608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27283/tid=27301] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27301/stat : 27301 (java) S 27280 27283 21988 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29132253 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812346387272 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27283/tid=27302] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27302/stat : 27302 (java) S 27280 27283 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29132268 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812345283880 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 95.78
Current children cumulated vsize (KiB) 9625040

[startup+95.2007 s]
/proc/loadavg: 2.31 2.22 2.19 3/213 27434
/proc/meminfo: memFree=29841180/32872528 swapFree=1542984/1696284
[pid=27283] ppid=27280 vsize=9625040 CPUtime=96.58 cores=0,2,4,6
/proc/27283/stat : 27283 (java) S 27280 27283 21988 0 -1 4202496 20063 0 1 0 9648 10 0 0 20 0 19 0 29132249 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 140736901678144 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27283/statm: 2406260 51338 2271 9 0 2396937 0
[pid=27283/tid=27284] ppid=27280 vsize=9625040 CPUtime=94.9 cores=0,2,4,6
/proc/27283/task/27284/stat : 27284 (java) R 27280 27283 21988 0 -1 4202560 2539 0 1 0 9486 4 0 0 20 0 19 0 29132249 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812529487536 139812402205970 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27283/tid=27286] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27286/stat : 27286 (java) S 27280 27283 21988 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812373322408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27283/tid=27287] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27287/stat : 27287 (java) S 27280 27283 21988 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812372269864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27288] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27288/stat : 27288 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812371217320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27283/tid=27289] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27289/stat : 27289 (java) S 27280 27283 21988 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812370164776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27283/tid=27290] ppid=27280 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27283/task/27290/stat : 27290 (java) S 27280 27283 21988 0 -1 4202560 40 0 0 0 1 0 0 0 20 0 19 0 29132250 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812369111208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27283/tid=27291] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27291/stat : 27291 (java) S 27280 27283 21988 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812368058664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27283/tid=27292] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27292/stat : 27292 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812367006120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27283/tid=27293] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27293/stat : 27293 (java) S 27280 27283 21988 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812365953576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27294] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27294/stat : 27294 (java) S 27280 27283 21988 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29132251 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812353755752 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27283/tid=27295] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27295/stat : 27295 (java) S 27280 27283 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29132251 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812352702072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27296] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27296/stat : 27296 (java) S 27280 27283 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29132251 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812351649416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27297] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27297/stat : 27297 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132253 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812350598160 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27298] ppid=27280 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/27283/task/27298/stat : 27298 (java) S 27280 27283 21988 0 -1 4202560 2651 0 0 0 32 0 0 0 20 0 19 0 29132253 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812349544504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27299] ppid=27280 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/27283/task/27299/stat : 27299 (java) S 27280 27283 21988 0 -1 4202560 13430 0 0 0 95 2 0 0 20 0 19 0 29132253 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812348491960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27283/tid=27300] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27300/stat : 27300 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132253 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812347439608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27283/tid=27301] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27301/stat : 27301 (java) S 27280 27283 21988 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29132253 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812346387272 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27283/tid=27302] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27302/stat : 27302 (java) S 27280 27283 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29132268 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812345283880 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 96.58
Current children cumulated vsize (KiB) 9625040

[startup+95.4008 s]
/proc/loadavg: 2.31 2.22 2.19 3/213 27434
/proc/meminfo: memFree=29841180/32872528 swapFree=1542984/1696284
[pid=27283] ppid=27280 vsize=9625040 CPUtime=96.78 cores=0,2,4,6
/proc/27283/stat : 27283 (java) S 27280 27283 21988 0 -1 4202496 20065 0 1 0 9668 10 0 0 20 0 19 0 29132249 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 140736901678144 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27283/statm: 2406260 51338 2271 9 0 2396937 0
[pid=27283/tid=27284] ppid=27280 vsize=9625040 CPUtime=95.1 cores=0,2,4,6
/proc/27283/task/27284/stat : 27284 (java) R 27280 27283 21988 0 -1 4202560 2539 0 1 0 9506 4 0 0 20 0 19 0 29132249 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812529487536 139812402274399 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27283/tid=27286] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27286/stat : 27286 (java) S 27280 27283 21988 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812373322408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27283/tid=27287] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27287/stat : 27287 (java) S 27280 27283 21988 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812372269864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27288] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27288/stat : 27288 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812371217320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27283/tid=27289] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27289/stat : 27289 (java) S 27280 27283 21988 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812370164776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27283/tid=27290] ppid=27280 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27283/task/27290/stat : 27290 (java) S 27280 27283 21988 0 -1 4202560 40 0 0 0 1 0 0 0 20 0 19 0 29132250 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812369111208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27283/tid=27291] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27291/stat : 27291 (java) S 27280 27283 21988 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812368058664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27283/tid=27292] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27292/stat : 27292 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812367006120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27283/tid=27293] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27293/stat : 27293 (java) S 27280 27283 21988 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 19 0 29132250 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812365953576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27294] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27294/stat : 27294 (java) S 27280 27283 21988 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29132251 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812353755752 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27283/tid=27295] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27295/stat : 27295 (java) S 27280 27283 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29132251 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812352702072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27296] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27296/stat : 27296 (java) S 27280 27283 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29132251 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812351649416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27297] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27297/stat : 27297 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132253 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812350598160 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27298] ppid=27280 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/27283/task/27298/stat : 27298 (java) S 27280 27283 21988 0 -1 4202560 2653 0 0 0 32 0 0 0 20 0 19 0 29132253 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812349544504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27283/tid=27299] ppid=27280 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/27283/task/27299/stat : 27299 (java) S 27280 27283 21988 0 -1 4202560 13430 0 0 0 95 2 0 0 20 0 19 0 29132253 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812348491960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27283/tid=27300] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27300/stat : 27300 (java) S 27280 27283 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29132253 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812347439608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27283/tid=27301] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27301/stat : 27301 (java) S 27280 27283 21988 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29132253 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812346387272 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27283/tid=27302] ppid=27280 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27283/task/27302/stat : 27302 (java) S 27280 27283 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29132268 9856040960 51338 33554432000 1073741824 1073778376 140736901687008 139812345283880 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 96.78
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27283 and gives
#  childrusage.ru_utime.tv_sec=96
#  childrusage.ru_utime.tv_usec=447337
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=140978
# CPU time returned by wait4() is 96.5883
# while last known CPU time is 96.78
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 95.432
CPU time (s): 96.78
CPU user time (s): 96.68
CPU system time (s): 0.1
CPU usage (%): 101.413
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 96.4473
system time used= 0.140978
maximum resident set size= 205424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20092
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2353
involuntary context switches= 152

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.711891 second user time and 0.680896 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-18 19:27:36
IDJOB=4106462
IDBENCH=48068
IDSOLVER=2546
FILE ID=node125/4106462-1466270856
RUNJOBID= node125-1466240732-22004
PBS_JOBID= 19918195
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=103-P1=223-P2=29-P3=89-P4=173-P5=97-P6=227-P7=89-P8=127-P9=223-B.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106462-1466270856/watcher-4106462-1466270856 -o /tmp/evaluation-result-4106462-1466270856/solver-4106462-1466270856 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466240732-22004 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106462-1466270856.opb

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

MD5SUM BENCH= 9b7cb599a49db47c0ffbf25416bcef37
RANDOM SEED=1253762887

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
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:        29555760 kB
Buffers:          141152 kB
Cached:           170572 kB
SwapCached:          688 kB
Active:           643228 kB
Inactive:         240548 kB
Active(anon):     572988 kB
Inactive(anon):     1040 kB
Active(file):      70240 kB
Inactive(file):   239508 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098232 kB
Dirty:               636 kB
Writeback:             0 kB
AnonPages:       2361236 kB
Mapped:            15348 kB
Shmem:                 0 kB
Slab:             604312 kB
SReclaimable:      48008 kB
SUnreclaim:       556304 kB
KernelStack:        1760 kB
PageTables:         8984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2519988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    770048 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= 71744 MiB
End job on node125 at 2016-06-18 19:29:12