Trace number 3688573

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
Sat 4j PB Resolution 2.3.2 SnapshotOPT3 78.79 76.9256

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=211-P1=113-P2=103-P3=37-P4=167-P5=5-P6=191-P7=13-P8=223-P9=137-B.opb
MD5SUM747af0da1666dabab7e7b60330c37a87
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.112982
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-2012 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.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.00/0.10	c Pseudo Boolean Optimization by upper bound
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.10	c No reason simplification
0.00/0.10	c Armin Biere (Picosat) restarts strategy
0.00/0.10	c Glucose learned constraints deletion strategy
0.00/0.10	c timeout=2147483s
0.00/0.10	c DB Simplification allowed=false
0.00/0.10	c c --- End Solver configuration ---
0.00/0.10	c solving HOME/instance-3688573-1337884898.opb
0.00/0.10	c reading problem ... 
0.11/0.18	c ... done. Wall clock time 0.082s.
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.66/0.47	c cleaning 2499 clauses out of 5000 with flag 5000/5000
0.92/0.67	c cleaning 4240 clauses out of 8502 with flag 11001/11001
1.25/0.90	c cleaning 5621 clauses out of 11261 with flag 18000/18000
1.47/1.15	c SATISFIABLE
1.47/1.15	c OPTIMIZING...
1.47/1.15	c Got one! Elapsed wall clock time (in seconds):1.054
1.47/1.15	o 7
1.66/1.39	c cleaning 9020 clauses out of 18058 with flag 5002/30418
2.27/1.62	c cleaning 7510 clauses out of 15036 with flag 11000/36416
2.42/1.71	c Got one! Elapsed wall clock time (in seconds):1.616
2.42/1.71	o 5
2.52/1.84	c cleaning 6510 clauses out of 13035 with flag 3001/41925
2.90/2.07	c cleaning 6236 clauses out of 12524 with flag 9000/47924
3.40/2.32	c cleaning 6630 clauses out of 13288 with flag 16000/54924
3.60/2.56	c cleaning 7311 clauses out of 14659 with flag 24001/62925
4.01/2.93	c cleaning 8153 clauses out of 16347 with flag 33000/71924
4.42/3.34	c cleaning 9085 clauses out of 18195 with flag 43001/81925
4.81/3.71	c cleaning 10045 clauses out of 20110 with flag 54001/92925
5.31/4.28	c cleaning 11027 clauses out of 22065 with flag 66001/104925
6.01/4.91	c cleaning 12013 clauses out of 24038 with flag 79001/117925
6.63/5.56	c cleaning 12996 clauses out of 26024 with flag 93000/131924
7.53/6.41	c cleaning 13994 clauses out of 28029 with flag 108001/146925
8.14/7.07	c Got one! Elapsed wall clock time (in seconds):6.97
8.14/7.07	o 3
8.34/7.24	c cleaning 17239 clauses out of 34520 with flag 5000/167410
8.55/7.48	c cleaning 11627 clauses out of 23282 with flag 11001/173411
8.88/7.74	c cleaning 9318 clauses out of 18654 with flag 18000/180410
9.18/8.05	c cleaning 8664 clauses out of 17337 with flag 26001/188411
9.48/8.38	c cleaning 8819 clauses out of 17672 with flag 35000/197410
9.98/8.90	c cleaning 9414 clauses out of 18853 with flag 45000/207410
10.61/9.43	c cleaning 10195 clauses out of 20440 with flag 56001/218411
11.01/9.86	c cleaning 11117 clauses out of 22245 with flag 68001/230411
11.95/10.72	c cleaning 12057 clauses out of 24128 with flag 81001/243411
12.66/11.48	c cleaning 13023 clauses out of 26070 with flag 95001/257411
13.29/12.10	c cleaning 14002 clauses out of 28046 with flag 110000/272410
14.11/12.84	c cleaning 15010 clauses out of 30044 with flag 126000/288410
15.02/13.75	c cleaning 16008 clauses out of 32035 with flag 143001/305411
15.83/14.51	c cleaning 16994 clauses out of 34026 with flag 161000/323410
16.74/15.45	c cleaning 18005 clauses out of 36033 with flag 180001/342411
17.73/16.40	c cleaning 18988 clauses out of 38027 with flag 200000/362410
18.74/17.41	c cleaning 20006 clauses out of 40040 with flag 221001/383411
20.05/18.72	c cleaning 21005 clauses out of 42033 with flag 243000/405410
21.26/19.90	c cleaning 22007 clauses out of 44029 with flag 266001/428411
22.57/21.25	c cleaning 22995 clauses out of 46020 with flag 290000/452410
23.88/22.57	c cleaning 24003 clauses out of 48026 with flag 315001/477411
25.21/23.87	c cleaning 25004 clauses out of 50022 with flag 341000/503410
27.15/25.75	c cleaning 25998 clauses out of 52019 with flag 368001/530411
29.16/27.71	c cleaning 26991 clauses out of 54020 with flag 396000/558410
30.57/29.17	c cleaning 27994 clauses out of 56030 with flag 425001/587411
32.30/30.89	c cleaning 29000 clauses out of 58035 with flag 455000/617410
33.82/32.33	c cleaning 30013 clauses out of 60036 with flag 486001/648411
35.42/33.96	c cleaning 30997 clauses out of 62022 with flag 518001/680411
37.26/35.73	c cleaning 32005 clauses out of 64025 with flag 551003/713413
39.28/37.75	c cleaning 32995 clauses out of 66018 with flag 585001/747411
41.80/40.25	c cleaning 33992 clauses out of 68022 with flag 620000/782410
43.92/42.31	c cleaning 35007 clauses out of 70030 with flag 656000/818410
46.54/44.99	c cleaning 35993 clauses out of 72024 with flag 693001/855411
49.96/48.35	c cleaning 37004 clauses out of 74030 with flag 731000/893410
53.30/51.63	c cleaning 38004 clauses out of 76026 with flag 770001/932411
56.41/54.76	c cleaning 38999 clauses out of 78021 with flag 810000/972410
59.24/57.59	c cleaning 40000 clauses out of 80021 with flag 851000/1013410
62.46/60.72	c cleaning 41005 clauses out of 82021 with flag 893001/1055411
65.97/64.26	c cleaning 41993 clauses out of 84015 with flag 936000/1098410
69.20/67.41	c cleaning 43004 clauses out of 86022 with flag 980000/1142410
72.13/70.37	c cleaning 44000 clauses out of 88020 with flag 1025002/1187412
75.34/73.50	c cleaning 45005 clauses out of 90018 with flag 1071000/1233410
78.67/76.85	c cleaning 46001 clauses out of 92004 with flag 1118001/1280411
78.79/76.92	c starts		: 191
78.79/76.92	c conflicts		: 1280522
78.79/76.92	c decisions		: 1340759
78.79/76.92	c propagations		: 22873405
78.79/76.92	c inspects		: 867370203
78.79/76.92	c shortcuts		: 0
78.79/76.92	c learnt literals	: 23
78.79/76.92	c learnt binary clauses	: 48
78.79/76.92	c learnt ternary clauses	: 71
78.79/76.92	c learnt constraints	: 1280498
78.79/76.92	c ignored constraints	: 0
78.79/76.92	c root simplifications	: 0
78.79/76.92	c removed literals (reason simplification)	: 0
78.79/76.92	c reason swapping (by a shorter reason)	: 0
78.79/76.92	c Calls to reduceDB	: 59
78.79/76.92	c number of reductions to clauses (during analyze)	: 0
78.79/76.92	c number of learned constraints concerned by reduction	: 0
78.79/76.92	c number of learning phase by resolution	: 0
78.79/76.92	c number of learning phase by cutting planes	: 0
78.79/76.92	c speed (assignments/second)	: 298090.84748413326
78.79/76.92	c non guided choices	9202
78.79/76.92	c learnt constraints type 
78.79/76.92	c constraints type 
78.79/76.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 576
78.79/76.92	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 604
78.79/76.92	c 1180 constraints processed.
78.79/76.92	s OPTIMUM FOUND
78.79/76.92	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 
78.79/76.92	c objective function=3
78.79/76.92	c Total wall clock time (in seconds): 76.821

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3688573-1337884898/watcher-3688573-1337884898 -o /tmp/evaluation-result-3688573-1337884898/solver-3688573-1337884898 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688573-1337884898.opb 

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: 1.95 2.00 1.99 3/194 27868
/proc/meminfo: memFree=29138784/32873844 swapFree=7364/7364
[pid=27868] ppid=27866 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/27868/stat : 27868 (java) S 27866 27868 24862 0 -1 4202496 1172 0 0 0 0 0 0 0 20 0 2 0 254614143 91889664 893 33554432000 1073741824 1073778376 140736088092480 140736088083616 254753669181 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27868/statm: 22970 901 685 9 0 16769 0
[pid=27868/tid=27869] ppid=27866 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27869/stat : 27869 (java) R 27866 27868 24862 0 -1 4202560 52 0 0 0 0 0 0 0 20 0 2 0 254614144 94019584 909 33554432000 1073741824 1073778376 140736088092480 140736088081544 140546872992400 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.10656 s]
/proc/loadavg: 1.95 2.00 1.99 3/194 27868
/proc/meminfo: memFree=29138784/32873844 swapFree=7364/7364
[pid=27868] ppid=27866 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/27868/stat : 27868 (java) S 27866 27868 24862 0 -1 4202496 4463 0 1 0 10 1 0 0 20 0 18 0 254614143 9787813888 6122 33554432000 1073741824 1073778376 140736088092480 140736088083616 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27868/statm: 2389603 6122 2152 9 0 2380296 0
[pid=27868/tid=27869] ppid=27866 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/27868/task/27869/stat : 27869 (java) R 27866 27868 24862 0 -1 4202560 2434 0 1 0 7 1 0 0 20 0 18 0 254614144 9787813888 6122 33554432000 1073741824 1073778376 140736088092480 140546866418424 254753694989 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) 9558412

[startup+0.200225 s]
/proc/loadavg: 1.95 2.00 1.99 3/194 27868
/proc/meminfo: memFree=29138784/32873844 swapFree=7364/7364
[pid=27868] ppid=27866 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/27868/stat : 27868 (java) S 27866 27868 24862 0 -1 4202496 4871 0 1 0 26 1 0 0 20 0 19 0 254614143 9855975424 6988 33554432000 1073741824 1073778376 140736088092480 140736088083616 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27868/statm: 2406244 6988 2207 9 0 2396937 0
[pid=27868/tid=27869] ppid=27866 vsize=9624976 CPUtime=0.17 cores=0,2,4,6
/proc/27868/task/27869/stat : 27869 (java) R 27866 27868 24862 0 -1 4202560 2443 0 1 0 16 1 0 0 20 0 19 0 254614144 9855975424 6988 33554432000 1073741824 1073778376 140736088092480 140546866418448 140546714721345 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) 9624976

[startup+0.300223 s]
/proc/loadavg: 1.95 2.00 1.99 3/194 27868
/proc/meminfo: memFree=29138784/32873844 swapFree=7364/7364
[pid=27868] ppid=27866 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/27868/stat : 27868 (java) S 27866 27868 24862 0 -1 4202496 6637 0 1 0 52 2 0 0 20 0 19 0 254614143 9855975424 7985 33554432000 1073741824 1073778376 140736088092480 140736088083616 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27868/statm: 2406244 7985 2223 9 0 2396937 0
[pid=27868/tid=27869] ppid=27866 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/27868/task/27869/stat : 27869 (java) R 27866 27868 24862 0 -1 4202560 2445 0 1 0 26 1 0 0 20 0 19 0 254614144 9855975424 7985 33554432000 1073741824 1073778376 140736088092480 140546866418216 140546715063370 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9624976

[startup+0.700258 s]
/proc/loadavg: 1.95 2.00 1.99 3/194 27868
/proc/meminfo: memFree=29138784/32873844 swapFree=7364/7364
[pid=27868] ppid=27866 vsize=9624976 CPUtime=1.05 cores=0,2,4,6
/proc/27868/stat : 27868 (java) S 27866 27868 24862 0 -1 4202496 7368 0 1 0 103 2 0 0 20 0 19 0 254614143 9855975424 11196 33554432000 1073741824 1073778376 140736088092480 140736088083616 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27868/statm: 2406244 11196 2262 9 0 2396937 0
[pid=27868/tid=27869] ppid=27866 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/27868/task/27869/stat : 27869 (java) R 27866 27868 24862 0 -1 4202560 2450 0 1 0 64 1 0 0 20 0 19 0 254614144 9855975424 11196 33554432000 1073741824 1073778376 140736088092480 140546866418072 140546715114240 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9624976

[startup+1.50078 s]
/proc/loadavg: 1.95 2.00 1.99 3/213 27887
/proc/meminfo: memFree=29098980/32873844 swapFree=7364/7364
[pid=27868] ppid=27866 vsize=9624976 CPUtime=2.07 cores=0,2,4,6
/proc/27868/stat : 27868 (java) S 27866 27868 24862 0 -1 4202496 13291 0 1 0 203 4 0 0 20 0 19 0 254614143 9855975424 15433 33554432000 1073741824 1073778376 140736088092480 140736088083616 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27868/statm: 2406244 15433 2268 9 0 2396937 0
[pid=27868/tid=27869] ppid=27866 vsize=9624976 CPUtime=1.42 cores=0,2,4,6
/proc/27868/task/27869/stat : 27869 (java) R 27866 27868 24862 0 -1 4202560 2454 0 1 0 141 1 0 0 20 0 19 0 254614144 9855975424 15433 33554432000 1073741824 1073778376 140736088092480 140546866418072 140546715095473 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27868/tid=27871] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27871/stat : 27871 (java) S 27866 27868 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254614145 9855975424 15433 33554432000 1073741824 1073778376 140736088092480 140546838870568 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27872] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27872/stat : 27872 (java) S 27866 27868 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254614145 9855975424 15433 33554432000 1073741824 1073778376 140736088092480 140546837817768 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27868/tid=27873] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27873/stat : 27873 (java) S 27866 27868 24862 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254614145 9855975424 15433 33554432000 1073741824 1073778376 140736088092480 140546836764968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27868/tid=27874] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27874/stat : 27874 (java) S 27866 27868 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254614145 9855975424 15433 33554432000 1073741824 1073778376 140736088092480 140546835712168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27868/tid=27875] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27875/stat : 27875 (java) S 27866 27868 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254614145 9855975424 15433 33554432000 1073741824 1073778376 140736088092480 140546834660392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27868/tid=27876] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27876/stat : 27876 (java) S 27866 27868 24862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254614145 9855975424 15433 33554432000 1073741824 1073778376 140736088092480 140546833607592 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27868/tid=27877] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27877/stat : 27877 (java) S 27866 27868 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254614145 9855975424 15433 33554432000 1073741824 1073778376 140736088092480 140546703665960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27868/tid=27878] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27878/stat : 27878 (java) S 27866 27868 24862 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254614145 9855975424 15433 33554432000 1073741824 1073778376 140736088092480 140546702613160 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27868/tid=27879] ppid=27866 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/27868/task/27879/stat : 27879 (java) S 27866 27868 24862 0 -1 4202560 52 0 0 0 3 0 0 0 20 0 19 0 254614146 9855975424 15433 33554432000 1073741824 1073778376 140736088092480 140546219665896 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27880] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27880/stat : 27880 (java) S 27866 27868 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254614146 9855975424 15433 33554432000 1073741824 1073778376 140736088092480 140546218611960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27881] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27881/stat : 27881 (java) S 27866 27868 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254614146 9855975424 15433 33554432000 1073741824 1073778376 140736088092480 140546217559048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27882] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27882/stat : 27882 (java) S 27866 27868 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254614148 9855975424 15433 33554432000 1073741824 1073778376 140736088092480 140546216507536 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27883] ppid=27866 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/27868/task/27883/stat : 27883 (java) S 27866 27868 24862 0 -1 4202560 2525 0 0 0 25 0 0 0 20 0 19 0 254614148 9855975424 15433 33554432000 1073741824 1073778376 140736088092480 140546215455672 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27868/tid=27884] ppid=27866 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/27868/task/27884/stat : 27884 (java) R 27866 27868 24862 0 -1 4202560 7041 0 0 0 27 2 0 0 20 0 19 0 254614148 9855975424 15433 33554432000 1073741824 1073778376 140736088092480 140546214380024 140546869323864 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27885] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27885/stat : 27885 (java) S 27866 27868 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254614148 9855975424 15433 33554432000 1073741824 1073778376 140736088092480 140546213350264 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27868/tid=27886] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27886/stat : 27886 (java) S 27866 27868 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254614148 9855975424 15433 33554432000 1073741824 1073778376 140736088092480 140546212297672 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27868/tid=27887] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27887/stat : 27887 (java) S 27866 27868 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254614162 9855975424 15433 33554432000 1073741824 1073778376 140736088092480 140546211243176 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 9624976

[startup+3.10075 s]
/proc/loadavg: 1.95 2.00 1.99 4/213 27887
/proc/meminfo: memFree=29072376/32873844 swapFree=7364/7364
[pid=27868] ppid=27866 vsize=9624976 CPUtime=4.21 cores=0,2,4,6
/proc/27868/stat : 27868 (java) S 27866 27868 24862 0 -1 4202496 15892 0 1 0 417 4 0 0 20 0 19 0 254614143 9855975424 16955 33554432000 1073741824 1073778376 140736088092480 140736088083616 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27868/statm: 2406244 16955 2268 9 0 2396937 0
[pid=27868/tid=27869] ppid=27866 vsize=9624976 CPUtime=2.93 cores=0,2,4,6
/proc/27868/task/27869/stat : 27869 (java) R 27866 27868 24862 0 -1 4202560 2458 0 1 0 292 1 0 0 20 0 19 0 254614144 9855975424 16955 33554432000 1073741824 1073778376 140736088092480 140546866417952 140546715067616 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27868/tid=27871] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27871/stat : 27871 (java) S 27866 27868 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254614145 9855975424 16955 33554432000 1073741824 1073778376 140736088092480 140546838870568 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27872] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27872/stat : 27872 (java) S 27866 27868 24862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254614145 9855975424 16955 33554432000 1073741824 1073778376 140736088092480 140546837817768 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27868/tid=27873] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27873/stat : 27873 (java) S 27866 27868 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254614145 9855975424 16955 33554432000 1073741824 1073778376 140736088092480 140546836764968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27868/tid=27874] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27874/stat : 27874 (java) S 27866 27868 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254614145 9855975424 16955 33554432000 1073741824 1073778376 140736088092480 140546835712168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27868/tid=27875] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27875/stat : 27875 (java) S 27866 27868 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254614145 9855975424 16955 33554432000 1073741824 1073778376 140736088092480 140546834660392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27868/tid=27876] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27876/stat : 27876 (java) S 27866 27868 24862 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254614145 9855975424 16955 33554432000 1073741824 1073778376 140736088092480 140546833607592 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27868/tid=27877] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27877/stat : 27877 (java) S 27866 27868 24862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254614145 9855975424 16955 33554432000 1073741824 1073778376 140736088092480 140546703665960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27868/tid=27878] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27878/stat : 27878 (java) S 27866 27868 24862 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254614145 9855975424 16955 33554432000 1073741824 1073778376 140736088092480 140546702613160 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27868/tid=27879] ppid=27866 vsize=9624976 CPUtime=0.09 cores=0,2,4,6
/proc/27868/task/27879/stat : 27879 (java) S 27866 27868 24862 0 -1 4202560 54 0 0 0 9 0 0 0 20 0 19 0 254614146 9855975424 16955 33554432000 1073741824 1073778376 140736088092480 140546219665896 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27868/tid=27880] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27880/stat : 27880 (java) S 27866 27868 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254614146 9855975424 16955 33554432000 1073741824 1073778376 140736088092480 140546218611960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27881] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27881/stat : 27881 (java) S 27866 27868 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254614146 9855975424 16955 33554432000 1073741824 1073778376 140736088092480 140546217559048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27882] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27882/stat : 27882 (java) S 27866 27868 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254614148 9855975424 16955 33554432000 1073741824 1073778376 140736088092480 140546216507536 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27883] ppid=27866 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/27868/task/27883/stat : 27883 (java) S 27866 27868 24862 0 -1 4202560 2641 0 0 0 28 0 0 0 20 0 19 0 254614148 9855975424 16955 33554432000 1073741824 1073778376 140736088092480 140546215455672 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27868/tid=27884] ppid=27866 vsize=9624976 CPUtime=0.79 cores=0,2,4,6
/proc/27868/task/27884/stat : 27884 (java) S 27866 27868 24862 0 -1 4202560 9511 0 0 0 77 2 0 0 20 0 19 0 254614148 9855975424 16955 33554432000 1073741824 1073778376 140736088092480 140546214402872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27885] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27885/stat : 27885 (java) S 27866 27868 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254614148 9855975424 16955 33554432000 1073741824 1073778376 140736088092480 140546213350264 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27868/tid=27886] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27886/stat : 27886 (java) S 27866 27868 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254614148 9855975424 16955 33554432000 1073741824 1073778376 140736088092480 140546212297672 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27868/tid=27887] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27887/stat : 27887 (java) S 27866 27868 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254614162 9855975424 16955 33554432000 1073741824 1073778376 140736088092480 140546211243176 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 9624976

[startup+6.30059 s]
/proc/loadavg: 1.95 2.00 1.99 3/213 27887
/proc/meminfo: memFree=29083428/32873844 swapFree=7364/7364
[pid=27868] ppid=27866 vsize=9624976 CPUtime=7.43 cores=0,2,4,6
/proc/27868/stat : 27868 (java) S 27866 27868 24862 0 -1 4202496 15925 0 1 0 738 5 0 0 20 0 19 0 254614143 9855975424 16576 33554432000 1073741824 1073778376 140736088092480 140736088083616 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27868/statm: 2406244 16576 2268 9 0 2396937 0
[pid=27868/tid=27869] ppid=27866 vsize=9624976 CPUtime=6.05 cores=0,2,4,6
/proc/27868/task/27869/stat : 27869 (java) R 27866 27868 24862 0 -1 4202560 2464 0 1 0 604 1 0 0 20 0 19 0 254614144 9855975424 16576 33554432000 1073741824 1073778376 140736088092480 140546866417952 140546715126178 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27868/tid=27871] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27871/stat : 27871 (java) S 27866 27868 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254614145 9855975424 16576 33554432000 1073741824 1073778376 140736088092480 140546838870568 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27872] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27872/stat : 27872 (java) S 27866 27868 24862 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 254614145 9855975424 16576 33554432000 1073741824 1073778376 140736088092480 140546837817768 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27868/tid=27873] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27873/stat : 27873 (java) S 27866 27868 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254614145 9855975424 16576 33554432000 1073741824 1073778376 140736088092480 140546836764968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27868/tid=27874] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27874/stat : 27874 (java) S 27866 27868 24862 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254614145 9855975424 16576 33554432000 1073741824 1073778376 140736088092480 140546835712168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27868/tid=27875] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27875/stat : 27875 (java) S 27866 27868 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254614145 9855975424 16576 33554432000 1073741824 1073778376 140736088092480 140546834660392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27868/tid=27876] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27876/stat : 27876 (java) S 27866 27868 24862 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254614145 9855975424 16576 33554432000 1073741824 1073778376 140736088092480 140546833607592 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27868/tid=27877] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27877/stat : 27877 (java) S 27866 27868 24862 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254614145 9855975424 16576 33554432000 1073741824 1073778376 140736088092480 140546703665960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27868/tid=27878] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27878/stat : 27878 (java) S 27866 27868 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254614145 9855975424 16576 33554432000 1073741824 1073778376 140736088092480 140546702613160 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27879] ppid=27866 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/27868/task/27879/stat : 27879 (java) S 27866 27868 24862 0 -1 4202560 55 0 0 0 16 0 0 0 20 0 19 0 254614146 9855975424 16576 33554432000 1073741824 1073778376 140736088092480 140546219665896 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27868/tid=27880] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27880/stat : 27880 (java) S 27866 27868 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254614146 9855975424 16576 33554432000 1073741824 1073778376 140736088092480 140546218611960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27881] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27881/stat : 27881 (java) S 27866 27868 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254614146 9855975424 16576 33554432000 1073741824 1073778376 140736088092480 140546217559048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27882] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27882/stat : 27882 (java) S 27866 27868 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254614148 9855975424 16576 33554432000 1073741824 1073778376 140736088092480 140546216507536 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27883] ppid=27866 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/27868/task/27883/stat : 27883 (java) S 27866 27868 24862 0 -1 4202560 2641 0 0 0 28 0 0 0 20 0 19 0 254614148 9855975424 16576 33554432000 1073741824 1073778376 140736088092480 140546215455672 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27868/tid=27884] ppid=27866 vsize=9624976 CPUtime=0.79 cores=0,2,4,6
/proc/27868/task/27884/stat : 27884 (java) S 27866 27868 24862 0 -1 4202560 9511 0 0 0 77 2 0 0 20 0 19 0 254614148 9855975424 16576 33554432000 1073741824 1073778376 140736088092480 140546214402872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

/proc/27868/task/27878/stat : 27878 (java) S 27866 27868 24862 0 -1 4202560 26 0 0 0 11 0 0 0 20 0 19 0 254614145 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546702613160 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27879] ppid=27866 vsize=9624976 CPUtime=1.02 cores=0,2,4,6
/proc/27868/task/27879/stat : 27879 (java) S 27866 27868 24862 0 -1 4202560 67 0 0 0 102 0 0 0 20 0 19 0 254614146 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546219665896 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27868/tid=27880] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27880/stat : 27880 (java) S 27866 27868 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254614146 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546218611960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27881] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27881/stat : 27881 (java) S 27866 27868 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254614146 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546217559048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27882] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27882/stat : 27882 (java) S 27866 27868 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254614148 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546216507536 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27883] ppid=27866 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/27868/task/27883/stat : 27883 (java) S 27866 27868 24862 0 -1 4202560 2641 0 0 0 30 0 0 0 20 0 19 0 254614148 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546215455672 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27868/tid=27884] ppid=27866 vsize=9624976 CPUtime=0.83 cores=0,2,4,6
/proc/27868/task/27884/stat : 27884 (java) S 27866 27868 24862 0 -1 4202560 9512 0 0 0 81 2 0 0 20 0 19 0 254614148 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546214402872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27885] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27885/stat : 27885 (java) S 27866 27868 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254614148 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546213350264 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27868/tid=27886] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27886/stat : 27886 (java) S 27866 27868 24862 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254614148 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546212297672 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27868/tid=27887] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27887/stat : 27887 (java) S 27866 27868 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254614162 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546211243176 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 77.87
Current children cumulated vsize (KiB) 9624976

[startup+76.4007 s]
/proc/loadavg: 1.98 2.00 1.99 3/213 27887
/proc/meminfo: memFree=29007800/32873844 swapFree=7364/7364
[pid=27868] ppid=27866 vsize=9624976 CPUtime=78.27 cores=0,2,4,6
/proc/27868/stat : 27868 (java) S 27866 27868 24862 0 -1 4202496 16163 0 1 0 7818 9 0 0 20 0 19 0 254614143 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140736088083616 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27868/statm: 2406244 25940 2268 9 0 2396937 0
[pid=27868/tid=27869] ppid=27866 vsize=9624976 CPUtime=74.81 cores=0,2,4,6
/proc/27868/task/27869/stat : 27869 (java) R 27866 27868 24862 0 -1 4202560 2513 0 1 0 7479 2 0 0 20 0 19 0 254614144 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546866417952 140546715094540 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27868/tid=27871] ppid=27866 vsize=9624976 CPUtime=0.1 cores=0,2,4,6
/proc/27868/task/27871/stat : 27871 (java) S 27866 27868 24862 0 -1 4202560 31 0 0 0 10 0 0 0 20 0 19 0 254614145 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546838870568 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27868/tid=27872] ppid=27866 vsize=9624976 CPUtime=0.13 cores=0,2,4,6
/proc/27868/task/27872/stat : 27872 (java) S 27866 27868 24862 0 -1 4202560 31 0 0 0 13 0 0 0 20 0 19 0 254614145 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546837817768 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27868/tid=27873] ppid=27866 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/27868/task/27873/stat : 27873 (java) S 27866 27868 24862 0 -1 4202560 23 0 0 0 11 0 0 0 20 0 19 0 254614145 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546836764968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27868/tid=27874] ppid=27866 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/27868/task/27874/stat : 27874 (java) S 27866 27868 24862 0 -1 4202560 31 0 0 0 15 0 0 0 20 0 19 0 254614145 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546835712168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27868/tid=27875] ppid=27866 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/27868/task/27875/stat : 27875 (java) S 27866 27868 24862 0 -1 4202560 29 0 0 0 11 0 0 0 20 0 19 0 254614145 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546834660392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27868/tid=27876] ppid=27866 vsize=9624976 CPUtime=0.12 cores=0,2,4,6
/proc/27868/task/27876/stat : 27876 (java) S 27866 27868 24862 0 -1 4202560 55 0 0 0 12 0 0 0 20 0 19 0 254614145 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546833607592 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27868/tid=27877] ppid=27866 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/27868/task/27877/stat : 27877 (java) S 27866 27868 24862 0 -1 4202560 21 0 0 0 11 0 0 0 20 0 19 0 254614145 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546703665960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27878] ppid=27866 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/27868/task/27878/stat : 27878 (java) S 27866 27868 24862 0 -1 4202560 26 0 0 0 11 0 0 0 20 0 19 0 254614145 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546702613160 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27879] ppid=27866 vsize=9624976 CPUtime=1.02 cores=0,2,4,6
/proc/27868/task/27879/stat : 27879 (java) S 27866 27868 24862 0 -1 4202560 67 0 0 0 102 0 0 0 20 0 19 0 254614146 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546219665896 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27868/tid=27880] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27880/stat : 27880 (java) S 27866 27868 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254614146 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546218611960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27881] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27881/stat : 27881 (java) S 27866 27868 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254614146 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546217559048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27882] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27882/stat : 27882 (java) S 27866 27868 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254614148 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546216507536 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27883] ppid=27866 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/27868/task/27883/stat : 27883 (java) S 27866 27868 24862 0 -1 4202560 2641 0 0 0 30 0 0 0 20 0 19 0 254614148 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546215455672 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27868/tid=27884] ppid=27866 vsize=9624976 CPUtime=0.83 cores=0,2,4,6
/proc/27868/task/27884/stat : 27884 (java) S 27866 27868 24862 0 -1 4202560 9512 0 0 0 81 2 0 0 20 0 19 0 254614148 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546214402872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27885] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27885/stat : 27885 (java) S 27866 27868 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254614148 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546213350264 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27868/tid=27886] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27886/stat : 27886 (java) S 27866 27868 24862 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254614148 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546212297672 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27868/tid=27887] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27887/stat : 27887 (java) S 27866 27868 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254614162 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546211243176 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 78.27
Current children cumulated vsize (KiB) 9624976

[startup+76.8008 s]
/proc/loadavg: 1.98 2.00 1.99 3/213 27887
/proc/meminfo: memFree=29007800/32873844 swapFree=7364/7364
[pid=27868] ppid=27866 vsize=9624976 CPUtime=78.67 cores=0,2,4,6
/proc/27868/stat : 27868 (java) S 27866 27868 24862 0 -1 4202496 16163 0 1 0 7858 9 0 0 20 0 19 0 254614143 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140736088083616 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27868/statm: 2406244 25940 2268 9 0 2396937 0
[pid=27868/tid=27869] ppid=27866 vsize=9624976 CPUtime=75.21 cores=0,2,4,6
/proc/27868/task/27869/stat : 27869 (java) R 27866 27868 24862 0 -1 4202560 2513 0 1 0 7519 2 0 0 20 0 19 0 254614144 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546866417952 140546715249780 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27868/tid=27871] ppid=27866 vsize=9624976 CPUtime=0.1 cores=0,2,4,6
/proc/27868/task/27871/stat : 27871 (java) S 27866 27868 24862 0 -1 4202560 31 0 0 0 10 0 0 0 20 0 19 0 254614145 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546838870568 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27868/tid=27872] ppid=27866 vsize=9624976 CPUtime=0.13 cores=0,2,4,6
/proc/27868/task/27872/stat : 27872 (java) S 27866 27868 24862 0 -1 4202560 31 0 0 0 13 0 0 0 20 0 19 0 254614145 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546837817768 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27868/tid=27873] ppid=27866 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/27868/task/27873/stat : 27873 (java) S 27866 27868 24862 0 -1 4202560 23 0 0 0 11 0 0 0 20 0 19 0 254614145 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546836764968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27868/tid=27874] ppid=27866 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/27868/task/27874/stat : 27874 (java) S 27866 27868 24862 0 -1 4202560 31 0 0 0 15 0 0 0 20 0 19 0 254614145 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546835712168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27868/tid=27875] ppid=27866 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/27868/task/27875/stat : 27875 (java) S 27866 27868 24862 0 -1 4202560 29 0 0 0 11 0 0 0 20 0 19 0 254614145 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546834660392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27868/tid=27876] ppid=27866 vsize=9624976 CPUtime=0.12 cores=0,2,4,6
/proc/27868/task/27876/stat : 27876 (java) S 27866 27868 24862 0 -1 4202560 55 0 0 0 12 0 0 0 20 0 19 0 254614145 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546833607592 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27868/tid=27877] ppid=27866 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/27868/task/27877/stat : 27877 (java) S 27866 27868 24862 0 -1 4202560 21 0 0 0 11 0 0 0 20 0 19 0 254614145 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546703665960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27878] ppid=27866 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/27868/task/27878/stat : 27878 (java) S 27866 27868 24862 0 -1 4202560 26 0 0 0 11 0 0 0 20 0 19 0 254614145 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546702613160 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27879] ppid=27866 vsize=9624976 CPUtime=1.02 cores=0,2,4,6
/proc/27868/task/27879/stat : 27879 (java) S 27866 27868 24862 0 -1 4202560 67 0 0 0 102 0 0 0 20 0 19 0 254614146 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546219665896 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27868/tid=27880] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27880/stat : 27880 (java) S 27866 27868 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254614146 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546218611960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27881] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27881/stat : 27881 (java) S 27866 27868 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254614146 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546217559048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27882] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27882/stat : 27882 (java) S 27866 27868 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254614148 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546216507536 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27883] ppid=27866 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/27868/task/27883/stat : 27883 (java) S 27866 27868 24862 0 -1 4202560 2641 0 0 0 30 0 0 0 20 0 19 0 254614148 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546215455672 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27868/tid=27884] ppid=27866 vsize=9624976 CPUtime=0.83 cores=0,2,4,6
/proc/27868/task/27884/stat : 27884 (java) S 27866 27868 24862 0 -1 4202560 9512 0 0 0 81 2 0 0 20 0 19 0 254614148 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546214402872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27885] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27885/stat : 27885 (java) S 27866 27868 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254614148 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546213350264 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27868/tid=27886] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27886/stat : 27886 (java) S 27866 27868 24862 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254614148 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546212297672 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27868/tid=27887] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27887/stat : 27887 (java) S 27866 27868 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254614162 9855975424 25940 33554432000 1073741824 1073778376 140736088092480 140546211243176 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 78.67
Current children cumulated vsize (KiB) 9624976

[startup+76.9007 s]
/proc/loadavg: 1.98 2.00 1.99 3/213 27887
/proc/meminfo: memFree=29007800/32873844 swapFree=7364/7364
[pid=27868] ppid=27866 vsize=9624976 CPUtime=78.79 cores=0,2,4,6
/proc/27868/stat : 27868 (java) S 27866 27868 24862 0 -1 4202496 16197 0 1 0 7869 10 0 0 20 0 19 0 254614143 9855975424 27499 33554432000 1073741824 1073778376 140736088092480 140736088083616 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27868/statm: 2406244 27499 2268 9 0 2396937 0
[pid=27868/tid=27869] ppid=27866 vsize=9624976 CPUtime=75.27 cores=0,2,4,6
/proc/27868/task/27869/stat : 27869 (java) R 27866 27868 24862 0 -1 4202560 2514 0 1 0 7525 2 0 0 20 0 19 0 254614144 9855975424 27499 33554432000 1073741824 1073778376 140736088092480 140546866417912 140546715249780 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27868/tid=27871] ppid=27866 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/27868/task/27871/stat : 27871 (java) S 27866 27868 24862 0 -1 4202560 33 0 0 0 11 0 0 0 20 0 19 0 254614145 9855975424 27499 33554432000 1073741824 1073778376 140736088092480 140546838870568 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27868/tid=27872] ppid=27866 vsize=9624976 CPUtime=0.13 cores=0,2,4,6
/proc/27868/task/27872/stat : 27872 (java) S 27866 27868 24862 0 -1 4202560 31 0 0 0 13 0 0 0 20 0 19 0 254614145 9855975424 27499 33554432000 1073741824 1073778376 140736088092480 140546837817768 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27868/tid=27873] ppid=27866 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/27868/task/27873/stat : 27873 (java) S 27866 27868 24862 0 -1 4202560 36 0 0 0 11 0 0 0 20 0 19 0 254614145 9855975424 27499 33554432000 1073741824 1073778376 140736088092480 140546836764968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27868/tid=27874] ppid=27866 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/27868/task/27874/stat : 27874 (java) S 27866 27868 24862 0 -1 4202560 33 0 0 0 16 0 0 0 20 0 19 0 254614145 9855975424 27499 33554432000 1073741824 1073778376 140736088092480 140546835712168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27875] ppid=27866 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/27868/task/27875/stat : 27875 (java) S 27866 27868 24862 0 -1 4202560 29 0 0 0 11 0 0 0 20 0 19 0 254614145 9855975424 27499 33554432000 1073741824 1073778376 140736088092480 140546834660392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27868/tid=27876] ppid=27866 vsize=9624976 CPUtime=0.12 cores=0,2,4,6
/proc/27868/task/27876/stat : 27876 (java) S 27866 27868 24862 0 -1 4202560 55 0 0 0 12 0 0 0 20 0 19 0 254614145 9855975424 27499 33554432000 1073741824 1073778376 140736088092480 140546833607592 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27868/tid=27877] ppid=27866 vsize=9624976 CPUtime=0.12 cores=0,2,4,6
/proc/27868/task/27877/stat : 27877 (java) S 27866 27868 24862 0 -1 4202560 33 0 0 0 12 0 0 0 20 0 19 0 254614145 9855975424 27499 33554432000 1073741824 1073778376 140736088092480 140546703665960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27878] ppid=27866 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/27868/task/27878/stat : 27878 (java) S 27866 27868 24862 0 -1 4202560 28 0 0 0 11 0 0 0 20 0 19 0 254614145 9855975424 27499 33554432000 1073741824 1073778376 140736088092480 140546702613160 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27879] ppid=27866 vsize=9624976 CPUtime=1.05 cores=0,2,4,6
/proc/27868/task/27879/stat : 27879 (java) S 27866 27868 24862 0 -1 4202560 68 0 0 0 105 0 0 0 20 0 19 0 254614146 9855975424 27499 33554432000 1073741824 1073778376 140736088092480 140546219665896 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27868/tid=27880] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27880/stat : 27880 (java) S 27866 27868 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254614146 9855975424 27499 33554432000 1073741824 1073778376 140736088092480 140546218611960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27881] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27881/stat : 27881 (java) S 27866 27868 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254614146 9855975424 27499 33554432000 1073741824 1073778376 140736088092480 140546217559048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27882] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27882/stat : 27882 (java) S 27866 27868 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254614148 9855975424 27499 33554432000 1073741824 1073778376 140736088092480 140546216507536 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27883] ppid=27866 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/27868/task/27883/stat : 27883 (java) R 27866 27868 24862 0 -1 4202560 2642 0 0 0 30 0 0 0 20 0 19 0 254614148 9855975424 27499 33554432000 1073741824 1073778376 140736088092480 140546215455672 140546869349483 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27868/tid=27884] ppid=27866 vsize=9624976 CPUtime=0.83 cores=0,2,4,6
/proc/27868/task/27884/stat : 27884 (java) S 27866 27868 24862 0 -1 4202560 9512 0 0 0 81 2 0 0 20 0 19 0 254614148 9855975424 27499 33554432000 1073741824 1073778376 140736088092480 140546214402872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27868/tid=27885] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27885/stat : 27885 (java) S 27866 27868 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254614148 9855975424 27499 33554432000 1073741824 1073778376 140736088092480 140546213350264 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27868/tid=27886] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27886/stat : 27886 (java) S 27866 27868 24862 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254614148 9855975424 27499 33554432000 1073741824 1073778376 140736088092480 140546212297672 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27868/tid=27887] ppid=27866 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27868/task/27887/stat : 27887 (java) S 27866 27868 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254614162 9855975424 27499 33554432000 1073741824 1073778376 140736088092480 140546211243176 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 78.79
Current children cumulated vsize (KiB) 9624976

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27868 and gives
#  childrusage.ru_utime.tv_sec=78
#  childrusage.ru_utime.tv_usec=539060
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=172973
# CPU time returned by wait4() is 78.712
# while last known CPU time is 78.79
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 76.9256
CPU time (s): 78.79
CPU user time (s): 78.69
CPU system time (s): 0.1
CPU usage (%): 102.424
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 78.5391
system time used= 0.172973
maximum resident set size= 110056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16216
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= 3406
involuntary context switches= 2788

runsolver used 0.342947 second user time and 0.845871 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-24 20:41:38
IDJOB=3688573
IDBENCH=47985
IDSOLVER=2269
FILE ID=node145/3688573-1337884898
RUNJOBID= node145-1337871881-24878
PBS_JOBID= 14620059
Free space on /tmp= 71656 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=211-P1=113-P2=103-P3=37-P4=167-P5=5-P6=191-P7=13-P8=223-P9=137-B.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688573-1337884898/watcher-3688573-1337884898 -o /tmp/evaluation-result-3688573-1337884898/solver-3688573-1337884898 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688573-1337884898.opb

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

MD5SUM BENCH= 747af0da1666dabab7e7b60330c37a87
RANDOM SEED=243839206

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
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	: 5313.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
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	: 5331.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29138048 kB
Buffers:          216048 kB
Cached:          2677380 kB
SwapCached:            0 kB
Active:           495956 kB
Inactive:        2470600 kB
Active(anon):      75700 kB
Inactive(anon):        0 kB
Active(file):     420256 kB
Inactive(file):  2470600 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1460 kB
Writeback:             0 kB
AnonPages:        101204 kB
Mapped:            22540 kB
Shmem:               200 kB
Slab:             632048 kB
SReclaimable:      73076 kB
SUnreclaim:       558972 kB
KernelStack:        1760 kB
PageTables:         4336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     695528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     40960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71656 MiB
End job on node145 at 2012-05-24 20:42:55