Trace number 3717890

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2012-05-28MSAT (TO) 1800.02 1797.84

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/celar/
normalized-celar7-sub1-20_wcsp.wbo
MD5SUM8392c6f9a9c070c17f5e6e6f3dfa2fdc
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark272946
Best CPU time to get the best result obtained on this benchmark1800.02
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables280
Total number of constraints49254
Number of soft constraints49240
Number of constraints which are clauses49240
Number of constraints which are cardinality constraints (but not clauses)14
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
Top cost 38275680
Min constraint cost 1
Max constraint cost 1000000
Sum of constraints costs 3660538699
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.2.v20120528
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3717890-1338256451.wbo
0.09/0.11	c reading problem ... 
1.23/0.75	c ... done. Wall clock time 0.644s.
1.23/0.75	c declared #vars     280
1.23/0.75	c internal #vars     49520
1.23/0.75	c #constraints  49269
1.23/0.75	c constraints type 
1.23/0.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 49254
1.23/0.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
1.23/0.75	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.23/0.75	c 49269 constraints processed.
1.23/0.76	c objective function length is 49240 literals
1.97/1.07	c SATISFIABLE
1.97/1.07	c OPTIMIZING...
1.97/1.07	c Got one! Elapsed wall clock time (in seconds):0.958
1.97/1.07	o 533447
2.19/1.17	c Got one! Elapsed wall clock time (in seconds):1.056
2.19/1.17	o 282952
11.70/10.59	c cleaning 2672 clauses out of 5361 with flag 22192/5361
23.90/22.52	c cleaning 4337 clauses out of 8688 with flag 50510/11360
38.01/36.69	c cleaning 5671 clauses out of 11351 with flag 79679/18360
53.82/52.46	c cleaning 6827 clauses out of 13680 with flag 116832/26360
71.81/70.39	c cleaning 7908 clauses out of 15853 with flag 156457/35360
91.20/89.72	c cleaning 8964 clauses out of 17945 with flag 202220/45360
112.55/111.10	c cleaning 9967 clauses out of 19981 with flag 258846/56360
136.15/134.62	c cleaning 10991 clauses out of 22014 with flag 310082/68360
161.50/159.90	c cleaning 11994 clauses out of 24023 with flag 368646/81360
189.19/187.29	c cleaning 13005 clauses out of 26029 with flag 437066/95360
218.91/216.95	c cleaning 13988 clauses out of 28024 with flag 505804/110360
250.12/248.17	c cleaning 14998 clauses out of 30036 with flag 585627/126360
283.04/281.06	c cleaning 15999 clauses out of 32038 with flag 665965/143360
318.75/316.80	c cleaning 16987 clauses out of 34039 with flag 752538/161360
356.07/354.10	c cleaning 17996 clauses out of 36052 with flag 851289/180360
395.39/393.31	c cleaning 19016 clauses out of 38056 with flag 947048/200360
435.89/433.85	c cleaning 20020 clauses out of 40041 with flag 1052205/221361
479.70/477.62	c cleaning 21002 clauses out of 42021 with flag 1157125/243361
524.51/522.47	c cleaning 21988 clauses out of 44018 with flag 1273966/266360
572.12/570.03	c cleaning 23005 clauses out of 46030 with flag 1389456/290360
621.03/618.97	c cleaning 23997 clauses out of 48025 with flag 1522523/315360
674.33/672.20	c cleaning 24996 clauses out of 50029 with flag 1637417/341361
729.04/726.96	c cleaning 26008 clauses out of 52033 with flag 1759324/368361
785.05/782.92	c cleaning 27003 clauses out of 54024 with flag 1892776/396360
843.25/841.11	c cleaning 27993 clauses out of 56021 with flag 2043975/425360
906.87/904.72	c cleaning 29005 clauses out of 58028 with flag 2195851/455360
969.28/967.12	c cleaning 30012 clauses out of 60023 with flag 2366070/486360
1035.59/1033.44	c cleaning 30967 clauses out of 62011 with flag 2548962/518360
1101.80/1099.66	c cleaning 32014 clauses out of 64045 with flag 2741984/551361
1171.60/1169.48	c cleaning 32995 clauses out of 66030 with flag 2903740/585360
1243.19/1241.01	c cleaning 34007 clauses out of 68035 with flag 3106218/620360
1317.00/1314.84	c cleaning 34990 clauses out of 70028 with flag 3310896/656360
1393.00/1390.81	c cleaning 36003 clauses out of 72038 with flag 3512236/693360
1469.69/1467.51	c cleaning 37008 clauses out of 74036 with flag 3699258/731361
1547.18/1545.01	c cleaning 37999 clauses out of 76027 with flag 3863546/770360
1626.89/1624.72	c cleaning 38973 clauses out of 78028 with flag 4025570/810360
1710.39/1708.28	c cleaning 40013 clauses out of 80055 with flag 4252556/851360
1797.09/1794.91	c cleaning 41010 clauses out of 82044 with flag 4479349/893362
1800.02/1797.81	c starts		: 184
1800.02/1797.81	c conflicts		: 894741
1800.02/1797.81	c decisions		: 4981387
1800.02/1797.81	c propagations		: 3459713078
1800.02/1797.81	c inspects		: 620936312
1800.02/1797.81	c shortcuts		: 0
1800.02/1797.81	c learnt literals	: 0
1800.02/1797.81	c learnt binary clauses	: 2
1800.02/1797.81	c learnt ternary clauses	: 3
1800.02/1797.81	c learnt constraints	: 894741
1800.02/1797.81	c ignored constraints	: 0
1800.02/1797.81	c root simplifications	: 0
1800.02/1797.81	c removed literals (reason simplification)	: 0
1800.02/1797.81	c reason swapping (by a shorter reason)	: 0
1800.02/1797.81	c Calls to reduceDB	: 38
1800.02/1797.81	c Number of update (reduction) of LBD	: 320294
1800.02/1797.81	c number of reductions to clauses (during analyze)	: 0
1800.02/1797.81	c number of learned constraints concerned by reduction	: 0
1800.02/1797.81	c number of learning phase by resolution	: 0
1800.02/1797.81	c number of learning phase by cutting planes	: 0
1800.02/1797.81	c speed (assignments/second)	: 1925296.0357355317
1800.02/1797.81	c non guided choices	347
1800.02/1797.83	c learnt constraints type 
1800.02/1797.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.02/1797.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 42417
1800.02/1797.83	c constraints type 
1800.02/1797.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 49254
1800.02/1797.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
1800.02/1797.83	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
1800.02/1797.83	c 49270 constraints processed.
1800.02/1797.83	s SATISFIABLE
1800.02/1797.83	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 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 x275 -x276 -x277 -x278 -x279 -x280 
1800.02/1797.83	c objective function=282952
1800.02/1797.83	c Total wall clock time (in seconds): 1797.716

Verifier Data

OK	272946

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

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.94 1.99 1.99 3/194 17688
/proc/meminfo: memFree=29940388/32873648 swapFree=6852/6852
[pid=17688] ppid=17686 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/17688/stat : 17688 (java) D 17686 17688 15870 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 291770973 9515008 182 33554432000 1073741824 1073778376 140734024169184 140734024160216 259112386229 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/17688/statm: 2323 182 140 9 0 71 0

[startup+0.0784841 s]
/proc/loadavg: 1.94 1.99 1.99 3/194 17688
/proc/meminfo: memFree=29940388/32873648 swapFree=6852/6852
[pid=17688] ppid=17686 vsize=9558416 CPUtime=0.05 cores=0,2,4,6
/proc/17688/stat : 17688 (java) S 17686 17688 15870 0 -1 4202496 3334 0 1 0 5 0 0 0 20 0 18 0 291770973 9787817984 4543 33554432000 1073741824 1073778376 140735348510288 140735348501424 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17688/statm: 2389604 4544 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558416

[startup+0.100264 s]
/proc/loadavg: 1.94 1.99 1.99 3/194 17688
/proc/meminfo: memFree=29940388/32873648 swapFree=6852/6852
[pid=17688] ppid=17686 vsize=9558416 CPUtime=0.09 cores=0,2,4,6
/proc/17688/stat : 17688 (java) S 17686 17688 15870 0 -1 4202496 4294 0 1 0 8 1 0 0 20 0 18 0 291770973 9787817984 5490 33554432000 1073741824 1073778376 140735348510288 140735348501424 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17688/statm: 2389604 5490 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558416

[startup+0.300226 s]
/proc/loadavg: 1.94 1.99 1.99 3/194 17688
/proc/meminfo: memFree=29940388/32873648 swapFree=6852/6852
[pid=17688] ppid=17686 vsize=9558416 CPUtime=0.46 cores=0,2,4,6
/proc/17688/stat : 17688 (java) S 17686 17688 15870 0 -1 4202496 5540 0 1 0 45 1 0 0 20 0 18 0 291770973 9787817984 8360 33554432000 1073741824 1073778376 140735348510288 140735348501424 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17688/statm: 2389604 8360 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558416

[startup+0.700236 s]
/proc/loadavg: 1.94 1.99 1.99 3/194 17688
/proc/meminfo: memFree=29940388/32873648 swapFree=6852/6852
[pid=17688] ppid=17686 vsize=9558416 CPUtime=1.23 cores=0,2,4,6
/proc/17688/stat : 17688 (java) S 17686 17688 15870 0 -1 4202496 10460 0 1 0 120 3 0 0 20 0 18 0 291770973 9787817984 40318 33554432000 1073741824 1073778376 140735348510288 140735348501424 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17688/statm: 2389604 40318 2243 9 0 2380296 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9558416

[startup+1.50065 s]
/proc/loadavg: 1.94 1.99 1.99 5/213 17707
/proc/meminfo: memFree=29760124/32873648 swapFree=6852/6852
[pid=17688] ppid=17686 vsize=9624980 CPUtime=2.68 cores=0,2,4,6
/proc/17688/stat : 17688 (java) S 17686 17688 15870 0 -1 4202496 11350 0 1 0 262 6 0 0 20 0 19 0 291770973 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 140735348501424 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17688/statm: 2406245 47124 2268 9 0 2396937 0
[pid=17688/tid=17690] ppid=17686 vsize=9624980 CPUtime=1.42 cores=0,2,4,6
/proc/17688/task/17690/stat : 17690 (java) R 17686 17688 15870 0 -1 4202560 2521 0 1 0 140 2 0 0 20 0 19 0 291770974 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 139722857038264 139722685835159 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17688/tid=17691] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17691/stat : 17691 (java) S 17686 17688 15870 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291770975 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 139722818530344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17692] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17692/stat : 17692 (java) S 17686 17688 15870 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291770975 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 139722817477544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17688/tid=17693] ppid=17686 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/17688/task/17693/stat : 17693 (java) S 17686 17688 15870 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 291770975 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 139722816424744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17688/tid=17694] ppid=17686 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/17688/task/17694/stat : 17694 (java) S 17686 17688 15870 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 291770975 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 139722815371944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17688/tid=17695] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17695/stat : 17695 (java) S 17686 17688 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291770975 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 139722814319144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17696] ppid=17686 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/17688/task/17696/stat : 17696 (java) S 17686 17688 15870 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 291770975 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 139722813266344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17688/tid=17697] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17697/stat : 17697 (java) S 17686 17688 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291770975 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 139722812213544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17688/tid=17698] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17698/stat : 17698 (java) S 17686 17688 15870 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291770975 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 139722811160744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17688/tid=17699] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17699/stat : 17699 (java) S 17686 17688 15870 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 291770976 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 139722680675304 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17700] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17700/stat : 17700 (java) S 17686 17688 15870 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291770976 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 139722679621368 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17701] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17701/stat : 17701 (java) S 17686 17688 15870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291770976 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 139722678568456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17702] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17702/stat : 17702 (java) S 17686 17688 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291770979 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 139722677516944 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17703] ppid=17686 vsize=9624980 CPUtime=0.57 cores=0,2,4,6
/proc/17688/task/17703/stat : 17703 (java) S 17686 17688 15870 0 -1 4202560 4827 0 0 0 57 0 0 0 20 0 19 0 291770979 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 139722676464056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17704] ppid=17686 vsize=9624980 CPUtime=0.52 cores=0,2,4,6
/proc/17688/task/17704/stat : 17704 (java) S 17686 17688 15870 0 -1 4202560 2680 0 0 0 52 0 0 0 20 0 19 0 291770979 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 139722675411256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17688/tid=17705] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17705/stat : 17705 (java) S 17686 17688 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291770979 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 139722674358648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17688/tid=17706] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17706/stat : 17706 (java) S 17686 17688 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291770979 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 139722673306056 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17707] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17707/stat : 17707 (java) S 17686 17688 15870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291771056 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 139722672252584 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 9624980

[startup+3.10134 s]
/proc/loadavg: 1.94 1.99 1.99 3/213 17707
/proc/meminfo: memFree=29759628/32873648 swapFree=6852/6852
[pid=17688] ppid=17686 vsize=9624980 CPUtime=4.29 cores=0,2,4,6
/proc/17688/stat : 17688 (java) S 17686 17688 15870 0 -1 4202496 11352 0 1 0 423 6 0 0 20 0 19 0 291770973 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 140735348501424 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17688/statm: 2406245 47124 2268 9 0 2396937 0
[pid=17688/tid=17690] ppid=17686 vsize=9624980 CPUtime=3.01 cores=0,2,4,6
/proc/17688/task/17690/stat : 17690 (java) R 17686 17688 15870 0 -1 4202560 2523 0 1 0 299 2 0 0 20 0 19 0 291770974 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 139722857038296 139722685560055 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17688/tid=17691] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17691/stat : 17691 (java) S 17686 17688 15870 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291770975 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 139722818530344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17692] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17692/stat : 17692 (java) S 17686 17688 15870 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291770975 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 139722817477544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17688/tid=17693] ppid=17686 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/17688/task/17693/stat : 17693 (java) S 17686 17688 15870 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 291770975 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 139722816424744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17688/tid=17694] ppid=17686 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/17688/task/17694/stat : 17694 (java) S 17686 17688 15870 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 291770975 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 139722815371944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17688/tid=17695] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17695/stat : 17695 (java) S 17686 17688 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291770975 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 139722814319144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17696] ppid=17686 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/17688/task/17696/stat : 17696 (java) S 17686 17688 15870 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 291770975 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 139722813266344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17688/tid=17697] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17697/stat : 17697 (java) S 17686 17688 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291770975 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 139722812213544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17688/tid=17698] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17698/stat : 17698 (java) S 17686 17688 15870 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291770975 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 139722811160744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17688/tid=17699] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17699/stat : 17699 (java) S 17686 17688 15870 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 291770976 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 139722680675304 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17700] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17700/stat : 17700 (java) S 17686 17688 15870 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291770976 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 139722679621368 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17701] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17701/stat : 17701 (java) S 17686 17688 15870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291770976 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 139722678568456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17702] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17702/stat : 17702 (java) S 17686 17688 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291770979 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 139722677516944 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17703] ppid=17686 vsize=9624980 CPUtime=0.57 cores=0,2,4,6
/proc/17688/task/17703/stat : 17703 (java) S 17686 17688 15870 0 -1 4202560 4827 0 0 0 57 0 0 0 20 0 19 0 291770979 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 139722676464056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17704] ppid=17686 vsize=9624980 CPUtime=0.53 cores=0,2,4,6
/proc/17688/task/17704/stat : 17704 (java) S 17686 17688 15870 0 -1 4202560 2680 0 0 0 53 0 0 0 20 0 19 0 291770979 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 139722675411256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17688/tid=17705] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17705/stat : 17705 (java) S 17686 17688 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291770979 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 139722674358648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17688/tid=17706] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17706/stat : 17706 (java) S 17686 17688 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291770979 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 139722673306056 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17707] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17707/stat : 17707 (java) S 17686 17688 15870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291771056 9855979520 47124 33554432000 1073741824 1073778376 140735348510288 139722672252584 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 9624980

[startup+6.30064 s]
/proc/loadavg: 1.94 1.99 1.99 3/213 17707
/proc/meminfo: memFree=29759380/32873648 swapFree=6852/6852
[pid=17688] ppid=17686 vsize=9624980 CPUtime=7.49 cores=0,2,4,6
/proc/17688/stat : 17688 (java) S 17686 17688 15870 0 -1 4202496 11355 0 1 0 743 6 0 0 20 0 19 0 291770973 9855979520 47040 33554432000 1073741824 1073778376 140735348510288 140735348501424 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17688/statm: 2406245 47040 2269 9 0 2396937 0
[pid=17688/tid=17690] ppid=17686 vsize=9624980 CPUtime=6.2 cores=0,2,4,6
/proc/17688/task/17690/stat : 17690 (java) R 17686 17688 15870 0 -1 4202560 2525 0 1 0 618 2 0 0 20 0 19 0 291770974 9855979520 47040 33554432000 1073741824 1073778376 140735348510288 139722857038552 139722685835142 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17688/tid=17691] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17691/stat : 17691 (java) S 17686 17688 15870 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291770975 9855979520 47040 33554432000 1073741824 1073778376 140735348510288 139722818530344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17692] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17692/stat : 17692 (java) S 17686 17688 15870 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291770975 9855979520 47040 33554432000 1073741824 1073778376 140735348510288 139722817477544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17688/tid=17693] ppid=17686 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/17688/task/17693/stat : 17693 (java) S 17686 17688 15870 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 291770975 9855979520 47040 33554432000 1073741824 1073778376 140735348510288 139722816424744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17688/tid=17694] ppid=17686 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/17688/task/17694/stat : 17694 (java) S 17686 17688 15870 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 291770975 9855979520 47040 33554432000 1073741824 1073778376 140735348510288 139722815371944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17688/tid=17695] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17695/stat : 17695 (java) S 17686 17688 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291770975 9855979520 47040 33554432000 1073741824 1073778376 140735348510288 139722814319144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17696] ppid=17686 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/17688/task/17696/stat : 17696 (java) S 17686 17688 15870 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 291770975 9855979520 47040 33554432000 1073741824 1073778376 140735348510288 139722813266344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17688/tid=17697] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17697/stat : 17697 (java) S 17686 17688 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291770975 9855979520 47040 33554432000 1073741824 1073778376 140735348510288 139722812213544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17688/tid=17698] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17698/stat : 17698 (java) S 17686 17688 15870 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291770975 9855979520 47040 33554432000 1073741824 1073778376 140735348510288 139722811160744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17688/tid=17699] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17699/stat : 17699 (java) S 17686 17688 15870 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 291770976 9855979520 47040 33554432000 1073741824 1073778376 140735348510288 139722680675304 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17688/tid=17700] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17700/stat : 17700 (java) S 17686 17688 15870 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291770976 9855979520 47040 33554432000 1073741824 1073778376 140735348510288 139722679621368 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17701] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17701/stat : 17701 (java) S 17686 17688 15870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291770976 9855979520 47040 33554432000 1073741824 1073778376 140735348510288 139722678568456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17702] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17702/stat : 17702 (java) S 17686 17688 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291770979 9855979520 47040 33554432000 1073741824 1073778376 140735348510288 139722677516944 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17703] ppid=17686 vsize=9624980 CPUtime=0.58 cores=0,2,4,6
/proc/17688/task/17703/stat : 17703 (java) S 17686 17688 15870 0 -1 4202560 4828 0 0 0 58 0 0 0 20 0 19 0 291770979 9855979520 47040 33554432000 1073741824 1073778376 140735348510288 139722676464056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17704] ppid=17686 vsize=9624980 CPUtime=0.53 cores=0,2,4,6
/proc/17688/task/17704/stat : 17704 (java) S 17686 17688 15870 0 -1 4202560 2680 0 0 0 53 0 0 0 20 0 19 0 291770979 9855979520 47040 33554432000 1073741824 1073778376 140735348510288 139722675411256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17688/tid=17705] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17705/stat : 17705 (java) S 17686 17688 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291770979 9855979520 47040 33554432000 1073741824 1073778376 140735348510288 139722674358648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17688/tid=17706] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17706/stat : 17706 (java) S 17686 17688 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291770979 9855979520 47040 33554432000 1073741824 1073778376 140735348510288 139722673306056 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17688/tid=17707] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17707/stat : 17707 (java) S 17686 17688 15870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291771056 9855979520 47040 33554432000 1073741824 1073778376 140735348510288 139722672252584 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 9624980

[startup+12.7006 s]

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

[pid=17688/tid=17703] ppid=17686 vsize=9624980 CPUtime=1.04 cores=0,2,4,6
/proc/17688/task/17703/stat : 17703 (java) S 17686 17688 15870 0 -1 4202560 10318 0 0 0 102 2 0 0 20 0 19 0 291770979 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722676464056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17688/tid=17704] ppid=17686 vsize=9624980 CPUtime=0.65 cores=0,2,4,6
/proc/17688/task/17704/stat : 17704 (java) S 17686 17688 15870 0 -1 4202560 3178 0 0 0 65 0 0 0 20 0 19 0 291770979 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722675411256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17705] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17705/stat : 17705 (java) S 17686 17688 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291770979 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722674358648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17688/tid=17706] ppid=17686 vsize=9624980 CPUtime=0.3 cores=0,2,4,6
/proc/17688/task/17706/stat : 17706 (java) S 17686 17688 15870 0 -1 4202560 95 0 0 0 14 16 0 0 20 0 19 0 291770979 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722673306056 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17688/tid=17707] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17707/stat : 17707 (java) S 17686 17688 15870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291771056 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722672252584 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1664.48
Current children cumulated vsize (KiB) 9624980

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/213 17804
/proc/meminfo: memFree=29982560/32873648 swapFree=6852/6852
[pid=17688] ppid=17686 vsize=9624980 CPUtime=1724.5 cores=0,2,4,6
/proc/17688/stat : 17688 (java) S 17686 17688 15870 0 -1 4202496 18107 0 1 0 172423 27 0 0 20 0 19 0 291770973 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 140735348501424 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17688/statm: 2406245 68931 2282 9 0 2396937 0
[pid=17688/tid=17690] ppid=17686 vsize=9624980 CPUtime=1713.57 cores=0,2,4,6
/proc/17688/task/17690/stat : 17690 (java) R 17686 17688 15870 0 -1 4202560 2561 0 1 0 171328 29 0 0 20 0 19 0 291770974 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722857038144 139722685728317 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17688/tid=17691] ppid=17686 vsize=9624980 CPUtime=0.14 cores=0,2,4,6
/proc/17688/task/17691/stat : 17691 (java) S 17686 17688 15870 0 -1 4202560 146 0 0 0 12 2 0 0 20 0 19 0 291770975 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722818530344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17688/tid=17692] ppid=17686 vsize=9624980 CPUtime=0.09 cores=0,2,4,6
/proc/17688/task/17692/stat : 17692 (java) S 17686 17688 15870 0 -1 4202560 16 0 0 0 9 0 0 0 20 0 19 0 291770975 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722817477544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17688/tid=17693] ppid=17686 vsize=9624980 CPUtime=0.11 cores=0,2,4,6
/proc/17688/task/17693/stat : 17693 (java) S 17686 17688 15870 0 -1 4202560 146 0 0 0 9 2 0 0 20 0 19 0 291770975 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722816424744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17688/tid=17694] ppid=17686 vsize=9624980 CPUtime=0.11 cores=0,2,4,6
/proc/17688/task/17694/stat : 17694 (java) S 17686 17688 15870 0 -1 4202560 122 0 0 0 11 0 0 0 20 0 19 0 291770975 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722815371944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17688/tid=17695] ppid=17686 vsize=9624980 CPUtime=0.12 cores=0,2,4,6
/proc/17688/task/17695/stat : 17695 (java) S 17686 17688 15870 0 -1 4202560 82 0 0 0 10 2 0 0 20 0 19 0 291770975 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722814319144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17688/tid=17696] ppid=17686 vsize=9624980 CPUtime=0.1 cores=0,2,4,6
/proc/17688/task/17696/stat : 17696 (java) S 17686 17688 15870 0 -1 4202560 31 0 0 0 10 0 0 0 20 0 19 0 291770975 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722813266344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17688/tid=17697] ppid=17686 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17697/stat : 17697 (java) S 17686 17688 15870 0 -1 4202560 8 0 0 0 7 0 0 0 20 0 19 0 291770975 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722812213544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17688/tid=17698] ppid=17686 vsize=9624980 CPUtime=0.09 cores=0,2,4,6
/proc/17688/task/17698/stat : 17698 (java) S 17686 17688 15870 0 -1 4202560 27 0 0 0 9 0 0 0 20 0 19 0 291770975 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722811160744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17688/tid=17699] ppid=17686 vsize=9624980 CPUtime=3.8 cores=0,2,4,6
/proc/17688/task/17699/stat : 17699 (java) S 17686 17688 15870 0 -1 4202560 194 0 0 0 378 2 0 0 20 0 19 0 291770976 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722680675304 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17700] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17700/stat : 17700 (java) S 17686 17688 15870 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291770976 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722679621368 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17701] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17701/stat : 17701 (java) S 17686 17688 15870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291770976 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722678568456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17702] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17702/stat : 17702 (java) S 17686 17688 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291770979 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722677516944 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17703] ppid=17686 vsize=9624980 CPUtime=1.04 cores=0,2,4,6
/proc/17688/task/17703/stat : 17703 (java) S 17686 17688 15870 0 -1 4202560 10318 0 0 0 102 2 0 0 20 0 19 0 291770979 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722676464056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17688/tid=17704] ppid=17686 vsize=9624980 CPUtime=0.65 cores=0,2,4,6
/proc/17688/task/17704/stat : 17704 (java) S 17686 17688 15870 0 -1 4202560 3178 0 0 0 65 0 0 0 20 0 19 0 291770979 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722675411256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17705] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17705/stat : 17705 (java) S 17686 17688 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291770979 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722674358648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17688/tid=17706] ppid=17686 vsize=9624980 CPUtime=0.3 cores=0,2,4,6
/proc/17688/task/17706/stat : 17706 (java) S 17686 17688 15870 0 -1 4202560 99 0 0 0 14 16 0 0 20 0 19 0 291770979 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722673306056 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17688/tid=17707] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17707/stat : 17707 (java) S 17686 17688 15870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291771056 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722672252584 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1724.5
Current children cumulated vsize (KiB) 9624980

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 17804
/proc/meminfo: memFree=29976172/32873648 swapFree=6852/6852
[pid=17688] ppid=17686 vsize=9624980 CPUtime=1784.49 cores=0,2,4,6
/proc/17688/stat : 17688 (java) S 17686 17688 15870 0 -1 4202496 18111 0 1 0 178421 28 0 0 20 0 19 0 291770973 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 140735348501424 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17688/statm: 2406245 68931 2282 9 0 2396937 0
[pid=17688/tid=17690] ppid=17686 vsize=9624980 CPUtime=1773.41 cores=0,2,4,6
/proc/17688/task/17690/stat : 17690 (java) R 17686 17688 15870 0 -1 4202560 2561 0 1 0 177312 29 0 0 20 0 19 0 291770974 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722857038144 139722685728194 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17688/tid=17691] ppid=17686 vsize=9624980 CPUtime=0.14 cores=0,2,4,6
/proc/17688/task/17691/stat : 17691 (java) S 17686 17688 15870 0 -1 4202560 146 0 0 0 12 2 0 0 20 0 19 0 291770975 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722818530344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17688/tid=17692] ppid=17686 vsize=9624980 CPUtime=0.09 cores=0,2,4,6
/proc/17688/task/17692/stat : 17692 (java) S 17686 17688 15870 0 -1 4202560 16 0 0 0 9 0 0 0 20 0 19 0 291770975 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722817477544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17688/tid=17693] ppid=17686 vsize=9624980 CPUtime=0.11 cores=0,2,4,6
/proc/17688/task/17693/stat : 17693 (java) S 17686 17688 15870 0 -1 4202560 146 0 0 0 9 2 0 0 20 0 19 0 291770975 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722816424744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17688/tid=17694] ppid=17686 vsize=9624980 CPUtime=0.11 cores=0,2,4,6
/proc/17688/task/17694/stat : 17694 (java) S 17686 17688 15870 0 -1 4202560 122 0 0 0 11 0 0 0 20 0 19 0 291770975 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722815371944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17688/tid=17695] ppid=17686 vsize=9624980 CPUtime=0.12 cores=0,2,4,6
/proc/17688/task/17695/stat : 17695 (java) S 17686 17688 15870 0 -1 4202560 82 0 0 0 10 2 0 0 20 0 19 0 291770975 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722814319144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17688/tid=17696] ppid=17686 vsize=9624980 CPUtime=0.1 cores=0,2,4,6
/proc/17688/task/17696/stat : 17696 (java) S 17686 17688 15870 0 -1 4202560 31 0 0 0 10 0 0 0 20 0 19 0 291770975 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722813266344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17688/tid=17697] ppid=17686 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17697/stat : 17697 (java) S 17686 17688 15870 0 -1 4202560 8 0 0 0 7 0 0 0 20 0 19 0 291770975 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722812213544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17688/tid=17698] ppid=17686 vsize=9624980 CPUtime=0.09 cores=0,2,4,6
/proc/17688/task/17698/stat : 17698 (java) S 17686 17688 15870 0 -1 4202560 27 0 0 0 9 0 0 0 20 0 19 0 291770975 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722811160744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17688/tid=17699] ppid=17686 vsize=9624980 CPUtime=3.81 cores=0,2,4,6
/proc/17688/task/17699/stat : 17699 (java) S 17686 17688 15870 0 -1 4202560 194 0 0 0 379 2 0 0 20 0 19 0 291770976 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722680675304 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17700] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17700/stat : 17700 (java) S 17686 17688 15870 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291770976 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722679621368 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17701] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17701/stat : 17701 (java) S 17686 17688 15870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291770976 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722678568456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17702] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17702/stat : 17702 (java) S 17686 17688 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291770979 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722677516944 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17703] ppid=17686 vsize=9624980 CPUtime=1.04 cores=0,2,4,6
/proc/17688/task/17703/stat : 17703 (java) S 17686 17688 15870 0 -1 4202560 10318 0 0 0 102 2 0 0 20 0 19 0 291770979 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722676464056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17688/tid=17704] ppid=17686 vsize=9624980 CPUtime=0.65 cores=0,2,4,6
/proc/17688/task/17704/stat : 17704 (java) S 17686 17688 15870 0 -1 4202560 3178 0 0 0 65 0 0 0 20 0 19 0 291770979 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722675411256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17705] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17705/stat : 17705 (java) S 17686 17688 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291770979 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722674358648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17688/tid=17706] ppid=17686 vsize=9624980 CPUtime=0.31 cores=0,2,4,6
/proc/17688/task/17706/stat : 17706 (java) S 17686 17688 15870 0 -1 4202560 103 0 0 0 15 16 0 0 20 0 19 0 291770979 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722673306056 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17688/tid=17707] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17707/stat : 17707 (java) S 17686 17688 15870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291771056 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722672252584 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1784.49
Current children cumulated vsize (KiB) 9624980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 17804
/proc/meminfo: memFree=29976296/32873648 swapFree=6852/6852
[pid=17688] ppid=17686 vsize=9624980 CPUtime=1800.02 cores=0,2,4,6
/proc/17688/stat : 17688 (java) S 17686 17688 15870 0 -1 4202496 18116 0 1 0 179974 28 0 0 20 0 19 0 291770973 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 140735348501424 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17688/statm: 2406245 68931 2282 9 0 2396937 0
[pid=17688/tid=17690] ppid=17686 vsize=9624980 CPUtime=1788.76 cores=0,2,4,6
/proc/17688/task/17690/stat : 17690 (java) R 17686 17688 15870 0 -1 4202560 2562 0 1 0 178846 30 0 0 20 0 19 0 291770974 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722857038144 139722684956585 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17688/tid=17691] ppid=17686 vsize=9624980 CPUtime=0.15 cores=0,2,4,6
/proc/17688/task/17691/stat : 17691 (java) S 17686 17688 15870 0 -1 4202560 146 0 0 0 13 2 0 0 20 0 19 0 291770975 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722818530344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17688/tid=17692] ppid=17686 vsize=9624980 CPUtime=0.1 cores=0,2,4,6
/proc/17688/task/17692/stat : 17692 (java) S 17686 17688 15870 0 -1 4202560 16 0 0 0 10 0 0 0 20 0 19 0 291770975 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722817477544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17688/tid=17693] ppid=17686 vsize=9624980 CPUtime=0.12 cores=0,2,4,6
/proc/17688/task/17693/stat : 17693 (java) S 17686 17688 15870 0 -1 4202560 146 0 0 0 10 2 0 0 20 0 19 0 291770975 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722816424744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17688/tid=17694] ppid=17686 vsize=9624980 CPUtime=0.12 cores=0,2,4,6
/proc/17688/task/17694/stat : 17694 (java) S 17686 17688 15870 0 -1 4202560 122 0 0 0 12 0 0 0 20 0 19 0 291770975 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722815371944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17688/tid=17695] ppid=17686 vsize=9624980 CPUtime=0.13 cores=0,2,4,6
/proc/17688/task/17695/stat : 17695 (java) S 17686 17688 15870 0 -1 4202560 82 0 0 0 11 2 0 0 20 0 19 0 291770975 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722814319144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17688/tid=17696] ppid=17686 vsize=9624980 CPUtime=0.1 cores=0,2,4,6
/proc/17688/task/17696/stat : 17696 (java) S 17686 17688 15870 0 -1 4202560 31 0 0 0 10 0 0 0 20 0 19 0 291770975 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722813266344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17688/tid=17697] ppid=17686 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17697/stat : 17697 (java) S 17686 17688 15870 0 -1 4202560 8 0 0 0 7 0 0 0 20 0 19 0 291770975 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722812213544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17698] ppid=17686 vsize=9624980 CPUtime=0.1 cores=0,2,4,6
/proc/17688/task/17698/stat : 17698 (java) S 17686 17688 15870 0 -1 4202560 27 0 0 0 10 0 0 0 20 0 19 0 291770975 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722811160744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17688/tid=17699] ppid=17686 vsize=9624980 CPUtime=3.9 cores=0,2,4,6
/proc/17688/task/17699/stat : 17699 (java) S 17686 17688 15870 0 -1 4202560 196 0 0 0 388 2 0 0 20 0 19 0 291770976 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722680675304 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17700] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17700/stat : 17700 (java) S 17686 17688 15870 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291770976 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722679621368 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17701] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17701/stat : 17701 (java) S 17686 17688 15870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291770976 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722678568456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17702] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17702/stat : 17702 (java) S 17686 17688 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291770979 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722677516944 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17703] ppid=17686 vsize=9624980 CPUtime=1.04 cores=0,2,4,6
/proc/17688/task/17703/stat : 17703 (java) S 17686 17688 15870 0 -1 4202560 10318 0 0 0 102 2 0 0 20 0 19 0 291770979 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722676464056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17688/tid=17704] ppid=17686 vsize=9624980 CPUtime=0.65 cores=0,2,4,6
/proc/17688/task/17704/stat : 17704 (java) S 17686 17688 15870 0 -1 4202560 3178 0 0 0 65 0 0 0 20 0 19 0 291770979 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722675411256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17688/tid=17705] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17705/stat : 17705 (java) S 17686 17688 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291770979 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722674358648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17688/tid=17706] ppid=17686 vsize=9624980 CPUtime=0.32 cores=0,2,4,6
/proc/17688/task/17706/stat : 17706 (java) S 17686 17688 15870 0 -1 4202560 105 0 0 0 15 17 0 0 20 0 19 0 291770979 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722673306056 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17688/tid=17707] ppid=17686 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17688/task/17707/stat : 17707 (java) S 17686 17688 15870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291771056 9855979520 68931 33554432000 1073741824 1073778376 140735348510288 139722672252584 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9624980

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17688 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=171092
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=709892
# CPU time returned by wait4() is 1795.88
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.84
CPU time (s): 1800.02
CPU user time (s): 1799.74
CPU system time (s): 0.28
CPU usage (%): 100.121
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.17
system time used= 0.709892
maximum resident set size= 275844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18150
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39121
involuntary context switches= 23563

runsolver used 5.77112 second user time and 14.3228 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-29 03:54:11
IDJOB=3717890
IDBENCH=79551
IDSOLVER=2301
FILE ID=node124/3717890-1338256451
RUNJOBID= node124-1338248599-15886
PBS_JOBID= 14624663
Free space on /tmp= 71424 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/celar/normalized-celar7-sub1-20_wcsp.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3717890-1338256451/watcher-3717890-1338256451 -o /tmp/evaluation-result-3717890-1338256451/solver-3717890-1338256451 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3717890-1338256451.wbo

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

MD5SUM BENCH= 8392c6f9a9c070c17f5e6e6f3dfa2fdc
RANDOM SEED=1823650072

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29940652 kB
Buffers:          433332 kB
Cached:          1005952 kB
SwapCached:         2160 kB
Active:          1657508 kB
Inactive:         411024 kB
Active(anon):     619320 kB
Inactive(anon):    12184 kB
Active(file):    1038188 kB
Inactive(file):   398840 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67105496 kB
Dirty:              1948 kB
Writeback:            16 kB
AnonPages:        634224 kB
Mapped:            22376 kB
Shmem:                84 kB
Slab:             724304 kB
SReclaimable:     168408 kB
SUnreclaim:       555896 kB
KernelStack:        1608 kB
PageTables:         5276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1083308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    595968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71428 MiB
End job on node124 at 2012-05-29 04:24:11