Trace number 4085837

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16SAT (TO)13 1800.08 1797.24

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_3.opb
MD5SUM0e507441d4bf529adaad354902c51a54
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
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 constraints200
Minimum length of a constraint26
Maximum length of a constraint46
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6216
Sum of products size (including duplicates)12432
Number of different products6216
Sum of products size12432

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085837-1465256870.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
0.75/0.48	c ... done. Wall clock time 0.366s.
0.75/0.48	c declared #vars     200
0.75/0.48	c internal #vars     6416
0.75/0.48	c #constraints  12632
0.75/0.48	c constraints type 
0.75/0.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6416
0.75/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6216
0.75/0.48	c 12632 constraints processed.
0.75/0.48	c objective function length is 200 literals
1.05/0.59	c SATISFIABLE
1.05/0.59	c OPTIMIZING...
1.05/0.59	c Got one! Elapsed wall clock time (in seconds):0.473
1.05/0.59	o 17
1.95/0.81	c Got one! Elapsed wall clock time (in seconds):0.703
1.95/0.81	o 16
2.83/1.16	c Got one! Elapsed wall clock time (in seconds):1.053
2.83/1.16	o 15
5.90/4.08	c cleaning 2851 clauses out of 5702 with flag 14914/5702
10.65/8.71	c cleaning 4426 clauses out of 8851 with flag 35262/11702
11.45/9.53	c Got one! Elapsed wall clock time (in seconds):9.415
11.45/9.53	o 14
14.31/12.39	c cleaning 4767 clauses out of 9533 with flag 15206/16810
19.12/17.10	c cleaning 5369 clauses out of 10766 with flag 33274/22810
24.58/22.53	c cleaning 6191 clauses out of 12397 with flag 55655/29810
30.63/28.52	c cleaning 7087 clauses out of 14207 with flag 83248/37811
37.78/35.68	c cleaning 8061 clauses out of 16123 with flag 113461/46814
45.28/43.14	c cleaning 9032 clauses out of 18064 with flag 148220/56816
52.27/50.19	c cleaning 10002 clauses out of 20027 with flag 185709/67811
60.97/58.86	c cleaning 11007 clauses out of 22024 with flag 225868/79810
70.47/68.35	c cleaning 12000 clauses out of 24017 with flag 269496/92810
80.56/78.47	c cleaning 12993 clauses out of 26020 with flag 315157/106813
91.56/89.43	c cleaning 14010 clauses out of 28025 with flag 363230/121811
102.96/100.89	c cleaning 15001 clauses out of 30014 with flag 417586/137810
115.77/113.62	c cleaning 15993 clauses out of 32013 with flag 476179/154810
128.96/126.85	c cleaning 16995 clauses out of 34020 with flag 535447/172810
143.46/141.37	c cleaning 18014 clauses out of 36027 with flag 596876/191812
145.76/143.62	c Got one! Elapsed wall clock time (in seconds):143.511
145.76/143.62	o 13
147.22/145.01	c cleaning 11543 clauses out of 23124 with flag 7215/196923
151.02/148.80	c cleaning 8787 clauses out of 17579 with flag 26686/202921
155.52/153.35	c cleaning 7893 clauses out of 15792 with flag 50731/209921
161.32/159.10	c cleaning 7921 clauses out of 15898 with flag 77539/217920
167.92/165.76	c cleaning 8483 clauses out of 16978 with flag 105674/226921
175.12/172.93	c cleaning 9244 clauses out of 18494 with flag 139847/236920
183.41/181.22	c cleaning 10121 clauses out of 20252 with flag 177069/247922
192.02/189.87	c cleaning 11041 clauses out of 22129 with flag 217664/259920
201.22/199.07	c cleaning 12033 clauses out of 24088 with flag 263027/272920
211.42/209.27	c cleaning 13025 clauses out of 26055 with flag 310689/286920
222.41/220.24	c cleaning 14016 clauses out of 28032 with flag 360453/301922
234.42/232.28	c cleaning 14996 clauses out of 30016 with flag 413109/317922
247.31/245.13	c cleaning 15977 clauses out of 32018 with flag 468952/334920
261.01/258.89	c cleaning 17018 clauses out of 34041 with flag 527299/352920
274.41/272.29	c cleaning 17993 clauses out of 36023 with flag 592038/371920
287.80/285.69	c cleaning 18999 clauses out of 38031 with flag 661968/391921
302.51/300.36	c cleaning 20017 clauses out of 40033 with flag 734442/412922
318.25/316.00	c cleaning 20996 clauses out of 42014 with flag 806154/434920
333.65/331.43	c cleaning 21984 clauses out of 44018 with flag 887714/457920
350.26/348.01	c cleaning 22997 clauses out of 46034 with flag 971097/481920
367.75/365.52	c cleaning 24018 clauses out of 48038 with flag 1061246/506921
385.45/383.24	c cleaning 24970 clauses out of 50020 with flag 1152406/532921
404.04/401.81	c cleaning 26018 clauses out of 52050 with flag 1249608/559921
422.94/420.79	c cleaning 27008 clauses out of 54031 with flag 1350070/587920
444.63/442.42	c cleaning 28004 clauses out of 56023 with flag 1449125/616920
466.64/464.40	c cleaning 28987 clauses out of 58020 with flag 1548179/646921
486.73/484.53	c cleaning 30002 clauses out of 60032 with flag 1644527/677920
509.03/506.84	c cleaning 31009 clauses out of 62030 with flag 1761001/709920
533.02/530.86	c cleaning 31974 clauses out of 64021 with flag 1875853/742920
557.62/555.45	c cleaning 33002 clauses out of 66047 with flag 1999470/776920
582.22/580.04	c cleaning 34007 clauses out of 68045 with flag 2129312/811920
608.32/606.12	c cleaning 35004 clauses out of 70038 with flag 2249910/847920
633.58/631.31	c cleaning 36008 clauses out of 72037 with flag 2376536/884923
659.77/657.55	c cleaning 37006 clauses out of 74026 with flag 2518623/922920
685.88/683.62	c cleaning 38000 clauses out of 76020 with flag 2668499/961920
714.56/712.36	c cleaning 39008 clauses out of 78021 with flag 2819557/1001921
742.77/740.52	c cleaning 39998 clauses out of 80012 with flag 2971766/1042920
771.46/769.22	c cleaning 40999 clauses out of 82018 with flag 3134858/1084924
800.36/798.19	c cleaning 41999 clauses out of 84015 with flag 3296362/1127920
830.56/828.34	c cleaning 43004 clauses out of 86018 with flag 3442385/1171922
862.94/860.71	c cleaning 44004 clauses out of 88018 with flag 3613456/1216926
895.08/892.75	c cleaning 45005 clauses out of 90011 with flag 3790667/1262923
927.07/924.78	c cleaning 45998 clauses out of 92004 with flag 3973332/1309921
959.86/957.51	c cleaning 46997 clauses out of 94005 with flag 4162852/1357920
993.96/991.64	c cleaning 47982 clauses out of 96008 with flag 4351581/1406920
1027.85/1025.54	c cleaning 49005 clauses out of 98026 with flag 4519900/1456920
1062.76/1060.41	c cleaning 49990 clauses out of 100021 with flag 4705772/1507920
1096.34/1094.00	c cleaning 50986 clauses out of 102032 with flag 4886588/1559921
1132.83/1130.35	c cleaning 51999 clauses out of 104046 with flag 5077681/1612921
1170.83/1168.35	c cleaning 53022 clauses out of 106053 with flag 5282767/1666927
1208.72/1206.28	c cleaning 53999 clauses out of 108025 with flag 5483328/1721921
1248.31/1245.82	c cleaning 55005 clauses out of 110026 with flag 5679693/1777921
1288.01/1285.56	c cleaning 56004 clauses out of 112022 with flag 5896168/1834922
1328.90/1326.47	c cleaning 56996 clauses out of 114018 with flag 6112021/1892922
1369.11/1366.55	c cleaning 57989 clauses out of 116024 with flag 6306715/1951924
1409.52/1406.93	c cleaning 59015 clauses out of 118037 with flag 6519414/2011926
1451.10/1448.55	c cleaning 60002 clauses out of 120018 with flag 6731715/2072922
1492.90/1490.35	c cleaning 61000 clauses out of 122015 with flag 6937162/2134921
1538.30/1535.77	c cleaning 61997 clauses out of 124016 with flag 7169750/2197922
1581.85/1579.11	c cleaning 63001 clauses out of 126020 with flag 7388945/2261923
1627.56/1624.82	c cleaning 63998 clauses out of 128016 with flag 7621455/2326920
1673.04/1670.35	c cleaning 65004 clauses out of 130019 with flag 7846777/2392921
1722.14/1719.47	c cleaning 65981 clauses out of 132019 with flag 8094397/2459925
1771.13/1768.46	c cleaning 67002 clauses out of 134036 with flag 8350051/2527923
1800.08/1797.20	c starts		: 3279
1800.08/1797.20	c conflicts		: 2571244
1800.08/1797.20	c decisions		: 7334505
1800.08/1797.20	c propagations		: 2322427548
1800.08/1797.20	c inspects		: 19321834109
1800.08/1797.20	c shortcuts		: 0
1800.08/1797.20	c learnt literals	: 0
1800.08/1797.20	c learnt binary clauses	: 0
1800.08/1797.20	c learnt ternary clauses	: 2
1800.08/1797.20	c learnt constraints	: 2571244
1800.08/1797.20	c ignored constraints	: 0
1800.08/1797.20	c root simplifications	: 0
1800.08/1797.20	c removed literals (reason simplification)	: 0
1800.08/1797.20	c reason swapping (by a shorter reason)	: 0
1800.08/1797.20	c Calls to reduceDB	: 81
1800.08/1797.20	c Number of update (reduction) of LBD	: 1129085
1800.08/1797.20	c Imported unit clauses	: 0
1800.08/1797.20	c number of reductions to clauses (during analyze)	: 0
1800.08/1797.20	c number of learned constraints concerned by reduction	: 0
1800.08/1797.20	c number of learning phase by resolution	: 0
1800.08/1797.20	c number of learning phase by cutting planes	: 0
1800.08/1797.20	c speed (assignments/second)	: 1292595.795885382
1800.08/1797.20	c non guided choices	0
1800.08/1797.23	c learnt constraints type 
1800.08/1797.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 110355
1800.08/1797.23	s SATISFIABLE
1800.08/1797.23	c Found 5 solution(s)
1800.08/1797.23	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 
1800.08/1797.23	c objective function=13
1800.08/1797.23	c Total wall clock time (in seconds): 1797.117

Verifier Data

OK	13

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4085837-1465256870/watcher-4085837-1465256870 -o /tmp/evaluation-result-4085837-1465256870/solver-4085837-1465256870 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1465237111-7010 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085837-1465256870.opb 

pid=9312
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.16 2.20 2.18 3/194 9315
/proc/meminfo: memFree=29990500/32872528 swapFree=15272/1656604
[pid=9315] ppid=9312 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/9315/stat : 9315 (java) D 9312 9315 4042 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 107620375 2560000 46 33554432000 1073741824 1073778376 140736402795584 140736402792712 239863950631 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/9315/statm: 626 46 37 9 0 30 0

[startup+0.100059 s]
/proc/loadavg: 2.16 2.20 2.18 3/194 9315
/proc/meminfo: memFree=29990500/32872528 swapFree=15272/1656604
[pid=9315] ppid=9312 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/9315/stat : 9315 (java) S 9312 9315 4042 0 -1 4202496 4401 0 1 0 8 1 0 0 20 0 18 0 107620375 9787879424 6042 33554432000 1073741824 1073778376 140736402795584 140736402786720 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9315/statm: 2389619 6042 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200215 s]
/proc/loadavg: 2.16 2.20 2.18 3/194 9315
/proc/meminfo: memFree=29990500/32872528 swapFree=15272/1656604
[pid=9315] ppid=9312 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/9315/stat : 9315 (java) S 9312 9315 4042 0 -1 4202496 4678 0 1 0 23 1 0 0 20 0 18 0 107620375 9787879424 6775 33554432000 1073741824 1073778376 140736402795584 140736402786720 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9315/statm: 2389619 6775 2203 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300208 s]
/proc/loadavg: 2.16 2.20 2.18 3/194 9315
/proc/meminfo: memFree=29990500/32872528 swapFree=15272/1656604
[pid=9315] ppid=9312 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/9315/stat : 9315 (java) S 9312 9315 4042 0 -1 4202496 5534 0 1 0 44 1 0 0 20 0 18 0 107620375 9787879424 8433 33554432000 1073741824 1073778376 140736402795584 140736402786720 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9315/statm: 2389619 8435 2238 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700164 s]
/proc/loadavg: 2.16 2.20 2.18 3/194 9315
/proc/meminfo: memFree=29990500/32872528 swapFree=15272/1656604
[pid=9315] ppid=9312 vsize=9625040 CPUtime=1.65 cores=0,2,4,6
/proc/9315/stat : 9315 (java) S 9312 9315 4042 0 -1 4202496 27160 0 1 0 161 4 0 0 20 0 19 0 107620375 9856040960 26258 33554432000 1073741824 1073778376 140736402795584 140736402786720 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9315/statm: 2406260 26260 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 9625040

[startup+1.50083 s]
/proc/loadavg: 2.16 2.20 2.18 3/213 9334
/proc/meminfo: memFree=29869832/32872528 swapFree=15272/1656604
[pid=9315] ppid=9312 vsize=9625040 CPUtime=3.33 cores=0,2,4,6
/proc/9315/stat : 9315 (java) S 9312 9315 4042 0 -1 4202496 35734 0 1 0 327 6 0 0 20 0 19 0 107620375 9856040960 32323 33554432000 1073741824 1073778376 140736402795584 140736402786720 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9315/statm: 2406260 32323 2273 9 0 2396937 0
[pid=9315/tid=9317] ppid=9312 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/9315/task/9317/stat : 9317 (java) R 9312 9315 4042 0 -1 4202560 2446 0 1 0 144 1 0 0 20 0 19 0 107620376 9856040960 32323 33554432000 1073741824 1073778376 140736402795584 139942466629792 139942332959363 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9315/tid=9318] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9318/stat : 9318 (java) S 9312 9315 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107620377 9856040960 32323 33554432000 1073741824 1073778376 140736402795584 139942455691944 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9319] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9319/stat : 9319 (java) S 9312 9315 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107620377 9856040960 32323 33554432000 1073741824 1073778376 140736402795584 139942454639400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9315/tid=9320] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9320/stat : 9320 (java) S 9312 9315 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107620377 9856040960 32323 33554432000 1073741824 1073778376 140736402795584 139942453586856 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9315/tid=9321] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9321/stat : 9321 (java) S 9312 9315 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107620377 9856040960 32323 33554432000 1073741824 1073778376 140736402795584 139942452534312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9315/tid=9322] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9322/stat : 9322 (java) S 9312 9315 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107620377 9856040960 32323 33554432000 1073741824 1073778376 140736402795584 139942451480744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9323] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9323/stat : 9323 (java) S 9312 9315 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107620377 9856040960 32323 33554432000 1073741824 1073778376 140736402795584 139942304626984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9315/tid=9324] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9324/stat : 9324 (java) S 9312 9315 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107620377 9856040960 32323 33554432000 1073741824 1073778376 140736402795584 139942303574440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9315/tid=9325] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9325/stat : 9325 (java) S 9312 9315 4042 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107620377 9856040960 32323 33554432000 1073741824 1073778376 140736402795584 139942302521896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9326] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9326/stat : 9326 (java) S 9312 9315 4042 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 107620378 9856040960 32323 33554432000 1073741824 1073778376 140736402795584 139942290324072 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9327] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9327/stat : 9327 (java) S 9312 9315 4042 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107620378 9856040960 32323 33554432000 1073741824 1073778376 140736402795584 139942289270392 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9328] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9328/stat : 9328 (java) S 9312 9315 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107620378 9856040960 32323 33554432000 1073741824 1073778376 140736402795584 139942288217736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9329] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9329/stat : 9329 (java) S 9312 9315 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107620381 9856040960 32323 33554432000 1073741824 1073778376 140736402795584 139942287166480 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9330] ppid=9312 vsize=9625040 CPUtime=0.93 cores=0,2,4,6
/proc/9315/task/9330/stat : 9330 (java) S 9312 9315 4042 0 -1 4202560 16901 0 0 0 90 3 0 0 20 0 19 0 107620381 9856040960 32323 33554432000 1073741824 1073778376 140736402795584 139942286112824 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9331] ppid=9312 vsize=9625040 CPUtime=0.9 cores=0,2,4,6
/proc/9315/task/9331/stat : 9331 (java) S 9312 9315 4042 0 -1 4202560 15110 0 0 0 88 2 0 0 20 0 19 0 107620381 9856040960 32323 33554432000 1073741824 1073778376 140736402795584 139942285060280 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9315/tid=9332] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9332/stat : 9332 (java) S 9312 9315 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107620381 9856040960 32323 33554432000 1073741824 1073778376 140736402795584 139942284007928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9315/tid=9333] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9333/stat : 9333 (java) S 9312 9315 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107620381 9856040960 32323 33554432000 1073741824 1073778376 140736402795584 139942282955592 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9334] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9334/stat : 9334 (java) S 9312 9315 4042 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107620424 9856040960 32323 33554432000 1073741824 1073778376 140736402795584 139942281901352 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.33
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.15 2.19 2.18 3/213 9334
/proc/meminfo: memFree=29866784/32872528 swapFree=15272/1656604
[pid=9315] ppid=9312 vsize=9625040 CPUtime=4.99 cores=0,2,4,6
/proc/9315/stat : 9315 (java) S 9312 9315 4042 0 -1 4202496 35737 0 1 0 493 6 0 0 20 0 19 0 107620375 9856040960 32836 33554432000 1073741824 1073778376 140736402795584 140736402786720 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9315/statm: 2406260 32836 2273 9 0 2396937 0
[pid=9315/tid=9317] ppid=9312 vsize=9625040 CPUtime=3.04 cores=0,2,4,6
/proc/9315/task/9317/stat : 9317 (java) R 9312 9315 4042 0 -1 4202560 2448 0 1 0 303 1 0 0 20 0 19 0 107620376 9856040960 32836 33554432000 1073741824 1073778376 140736402795584 139942466630216 139942332960257 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9318] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9318/stat : 9318 (java) S 9312 9315 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107620377 9856040960 32836 33554432000 1073741824 1073778376 140736402795584 139942455691944 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9319] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9319/stat : 9319 (java) S 9312 9315 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107620377 9856040960 32836 33554432000 1073741824 1073778376 140736402795584 139942454639400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9315/tid=9320] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9320/stat : 9320 (java) S 9312 9315 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107620377 9856040960 32836 33554432000 1073741824 1073778376 140736402795584 139942453586856 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9315/tid=9321] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9321/stat : 9321 (java) S 9312 9315 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107620377 9856040960 32836 33554432000 1073741824 1073778376 140736402795584 139942452534312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9315/tid=9322] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9322/stat : 9322 (java) S 9312 9315 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107620377 9856040960 32836 33554432000 1073741824 1073778376 140736402795584 139942451480744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9323] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9323/stat : 9323 (java) S 9312 9315 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107620377 9856040960 32836 33554432000 1073741824 1073778376 140736402795584 139942304626984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9315/tid=9324] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9324/stat : 9324 (java) S 9312 9315 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107620377 9856040960 32836 33554432000 1073741824 1073778376 140736402795584 139942303574440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9315/tid=9325] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9325/stat : 9325 (java) S 9312 9315 4042 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107620377 9856040960 32836 33554432000 1073741824 1073778376 140736402795584 139942302521896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9326] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9326/stat : 9326 (java) S 9312 9315 4042 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 107620378 9856040960 32836 33554432000 1073741824 1073778376 140736402795584 139942290324072 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9327] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9327/stat : 9327 (java) S 9312 9315 4042 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107620378 9856040960 32836 33554432000 1073741824 1073778376 140736402795584 139942289270392 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9328] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9328/stat : 9328 (java) S 9312 9315 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107620378 9856040960 32836 33554432000 1073741824 1073778376 140736402795584 139942288217736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9329] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9329/stat : 9329 (java) S 9312 9315 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107620381 9856040960 32836 33554432000 1073741824 1073778376 140736402795584 139942287166480 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9330] ppid=9312 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/9315/task/9330/stat : 9330 (java) S 9312 9315 4042 0 -1 4202560 16901 0 0 0 92 3 0 0 20 0 19 0 107620381 9856040960 32836 33554432000 1073741824 1073778376 140736402795584 139942286112824 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9315/tid=9331] ppid=9312 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/9315/task/9331/stat : 9331 (java) S 9312 9315 4042 0 -1 4202560 15110 0 0 0 93 2 0 0 20 0 19 0 107620381 9856040960 32836 33554432000 1073741824 1073778376 140736402795584 139942285060280 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9315/tid=9332] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9332/stat : 9332 (java) S 9312 9315 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107620381 9856040960 32836 33554432000 1073741824 1073778376 140736402795584 139942284007928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9315/tid=9333] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9333/stat : 9333 (java) S 9312 9315 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107620381 9856040960 32836 33554432000 1073741824 1073778376 140736402795584 139942282955592 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9334] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9334/stat : 9334 (java) S 9312 9315 4042 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107620424 9856040960 32836 33554432000 1073741824 1073778376 140736402795584 139942281901352 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.99
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.15 2.19 2.18 3/213 9334
/proc/meminfo: memFree=29864940/32872528 swapFree=15272/1656604
[pid=9315] ppid=9312 vsize=9625040 CPUtime=8.23 cores=0,2,4,6
/proc/9315/stat : 9315 (java) S 9312 9315 4042 0 -1 4202496 35745 0 1 0 816 7 0 0 20 0 19 0 107620375 9856040960 33086 33554432000 1073741824 1073778376 140736402795584 140736402786720 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9315/statm: 2406260 33086 2278 9 0 2396937 0
[pid=9315/tid=9317] ppid=9312 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/9315/task/9317/stat : 9317 (java) R 9312 9315 4042 0 -1 4202560 2449 0 1 0 622 1 0 0 20 0 19 0 107620376 9856040960 33086 33554432000 1073741824 1073778376 140736402795584 139942466621152 139942332734439 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9318] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9318/stat : 9318 (java) S 9312 9315 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107620377 9856040960 33086 33554432000 1073741824 1073778376 140736402795584 139942455691944 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9319] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9319/stat : 9319 (java) S 9312 9315 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107620377 9856040960 33086 33554432000 1073741824 1073778376 140736402795584 139942454639400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9315/tid=9320] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9320/stat : 9320 (java) S 9312 9315 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107620377 9856040960 33086 33554432000 1073741824 1073778376 140736402795584 139942453586856 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9315/tid=9321] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9321/stat : 9321 (java) S 9312 9315 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107620377 9856040960 33086 33554432000 1073741824 1073778376 140736402795584 139942452534312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9315/tid=9322] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9322/stat : 9322 (java) S 9312 9315 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107620377 9856040960 33086 33554432000 1073741824 1073778376 140736402795584 139942451480744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9323] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9323/stat : 9323 (java) S 9312 9315 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107620377 9856040960 33086 33554432000 1073741824 1073778376 140736402795584 139942304626984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9315/tid=9324] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9324/stat : 9324 (java) S 9312 9315 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107620377 9856040960 33086 33554432000 1073741824 1073778376 140736402795584 139942303574440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9315/tid=9325] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9325/stat : 9325 (java) S 9312 9315 4042 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107620377 9856040960 33086 33554432000 1073741824 1073778376 140736402795584 139942302521896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9326] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9326/stat : 9326 (java) S 9312 9315 4042 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 107620378 9856040960 33086 33554432000 1073741824 1073778376 140736402795584 139942290324072 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9327] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9327/stat : 9327 (java) S 9312 9315 4042 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107620378 9856040960 33086 33554432000 1073741824 1073778376 140736402795584 139942289270392 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9328] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9328/stat : 9328 (java) S 9312 9315 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107620378 9856040960 33086 33554432000 1073741824 1073778376 140736402795584 139942288217736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9329] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9329/stat : 9329 (java) S 9312 9315 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107620381 9856040960 33086 33554432000 1073741824 1073778376 140736402795584 139942287166480 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9330] ppid=9312 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/9315/task/9330/stat : 9330 (java) S 9312 9315 4042 0 -1 4202560 16902 0 0 0 93 3 0 0 20 0 19 0 107620381 9856040960 33086 33554432000 1073741824 1073778376 140736402795584 139942286112824 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9315/tid=9331] ppid=9312 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/9315/task/9331/stat : 9331 (java) S 9312 9315 4042 0 -1 4202560 15116 0 0 0 96 2 0 0 20 0 19 0 107620381 9856040960 33086 33554432000 1073741824 1073778376 140736402795584 139942285060280 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9315/tid=9332] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9332/stat : 9332 (java) S 9312 9315 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107620381 9856040960 33086 33554432000 1073741824 1073778376 140736402795584 139942284007928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9315/tid=9333] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9333/stat : 9333 (java) S 9312 9315 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107620381 9856040960 33086 33554432000 1073741824 1073778376 140736402795584 139942282955592 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9334] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9334/stat : 9334 (java) S 9312 9315 4042 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107620424 9856040960 33086 33554432000 1073741824 1073778376 140736402795584 139942281901352 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.23
Current children cumulated vsize (KiB) 9625040


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

[pid=9315/tid=9334] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9334/stat : 9334 (java) S 9312 9315 4042 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107620424 9856040960 116043 33554432000 1073741824 1073778376 140736402795584 139942281901352 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1665.04
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.27 2.21 2.18 3/214 9530
/proc/meminfo: memFree=29312220/32872528 swapFree=15272/1656604
[pid=9315] ppid=9312 vsize=9625040 CPUtime=1725.04 cores=0,2,4,6
/proc/9315/stat : 9315 (java) S 9312 9315 4042 0 -1 4202496 37031 0 1 0 172451 53 0 0 20 0 19 0 107620375 9856040960 116043 33554432000 1073741824 1073778376 140736402795584 140736402786720 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9315/statm: 2406260 116043 2292 9 0 2396937 0
[pid=9315/tid=9317] ppid=9312 vsize=9625040 CPUtime=1717.15 cores=0,2,4,6
/proc/9315/task/9317/stat : 9317 (java) R 9312 9315 4042 0 -1 4202560 2513 0 1 0 171683 32 0 0 20 0 19 0 107620376 9856040960 116043 33554432000 1073741824 1073778376 140736402795584 139942466621120 139942332948306 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9315/tid=9318] ppid=9312 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/9315/task/9318/stat : 9318 (java) S 9312 9315 4042 0 -1 4202560 73 0 0 0 6 3 0 0 20 0 19 0 107620377 9856040960 116043 33554432000 1073741824 1073778376 140736402795584 139942455691944 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9319] ppid=9312 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/9315/task/9319/stat : 9319 (java) S 9312 9315 4042 0 -1 4202560 46 0 0 0 7 2 0 0 20 0 19 0 107620377 9856040960 116043 33554432000 1073741824 1073778376 140736402795584 139942454639400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9315/tid=9320] ppid=9312 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/9315/task/9320/stat : 9320 (java) S 9312 9315 4042 0 -1 4202560 149 0 0 0 6 2 0 0 20 0 19 0 107620377 9856040960 116043 33554432000 1073741824 1073778376 140736402795584 139942453586856 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9315/tid=9321] ppid=9312 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/9315/task/9321/stat : 9321 (java) S 9312 9315 4042 0 -1 4202560 210 0 0 0 12 3 0 0 20 0 19 0 107620377 9856040960 116043 33554432000 1073741824 1073778376 140736402795584 139942452534312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9315/tid=9322] ppid=9312 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/9315/task/9322/stat : 9322 (java) S 9312 9315 4042 0 -1 4202560 37 0 0 0 5 2 0 0 20 0 19 0 107620377 9856040960 116043 33554432000 1073741824 1073778376 140736402795584 139942451480744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9323] ppid=9312 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/9315/task/9323/stat : 9323 (java) S 9312 9315 4042 0 -1 4202560 155 0 0 0 6 2 0 0 20 0 19 0 107620377 9856040960 116043 33554432000 1073741824 1073778376 140736402795584 139942304626984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9315/tid=9324] ppid=9312 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/9315/task/9324/stat : 9324 (java) S 9312 9315 4042 0 -1 4202560 91 0 0 0 12 5 0 0 20 0 19 0 107620377 9856040960 116043 33554432000 1073741824 1073778376 140736402795584 139942303574440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9315/tid=9325] ppid=9312 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/9315/task/9325/stat : 9325 (java) S 9312 9315 4042 0 -1 4202560 170 0 0 0 7 3 0 0 20 0 19 0 107620377 9856040960 116043 33554432000 1073741824 1073778376 140736402795584 139942302521896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9326] ppid=9312 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9315/task/9326/stat : 9326 (java) S 9312 9315 4042 0 -1 4202560 88 0 0 0 0 2 0 0 20 0 19 0 107620378 9856040960 116043 33554432000 1073741824 1073778376 140736402795584 139942290324072 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9327] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9327/stat : 9327 (java) S 9312 9315 4042 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107620378 9856040960 116043 33554432000 1073741824 1073778376 140736402795584 139942289270392 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9328] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9328/stat : 9328 (java) S 9312 9315 4042 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107620378 9856040960 116043 33554432000 1073741824 1073778376 140736402795584 139942288217736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9329] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9329/stat : 9329 (java) S 9312 9315 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107620381 9856040960 116043 33554432000 1073741824 1073778376 140736402795584 139942287166480 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9330] ppid=9312 vsize=9625040 CPUtime=1.23 cores=0,2,4,6
/proc/9315/task/9330/stat : 9330 (java) S 9312 9315 4042 0 -1 4202560 17021 0 0 0 120 3 0 0 20 0 19 0 107620381 9856040960 116043 33554432000 1073741824 1073778376 140736402795584 139942286112824 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9315/tid=9331] ppid=9312 vsize=9625040 CPUtime=1.06 cores=0,2,4,6
/proc/9315/task/9331/stat : 9331 (java) S 9312 9315 4042 0 -1 4202560 15116 0 0 0 104 2 0 0 20 0 19 0 107620381 9856040960 116043 33554432000 1073741824 1073778376 140736402795584 139942285060280 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9315/tid=9332] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9332/stat : 9332 (java) S 9312 9315 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107620381 9856040960 116043 33554432000 1073741824 1073778376 140736402795584 139942284007928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9315/tid=9333] ppid=9312 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/9315/task/9333/stat : 9333 (java) S 9312 9315 4042 0 -1 4202560 99 0 0 0 12 17 0 0 20 0 19 0 107620381 9856040960 116043 33554432000 1073741824 1073778376 140736402795584 139942282955592 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9315/tid=9334] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9334/stat : 9334 (java) S 9312 9315 4042 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107620424 9856040960 116043 33554432000 1073741824 1073778376 140736402795584 139942281901352 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1725.04
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.34 2.24 2.19 3/214 9531
/proc/meminfo: memFree=29289308/32872528 swapFree=15272/1656604
[pid=9315] ppid=9312 vsize=9625040 CPUtime=1785.17 cores=0,2,4,6
/proc/9315/stat : 9315 (java) S 9312 9315 4042 0 -1 4202496 37129 0 1 0 178461 56 0 0 20 0 19 0 107620375 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 140736402786720 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9315/statm: 2406260 121724 2292 9 0 2396937 0
[pid=9315/tid=9317] ppid=9312 vsize=9625040 CPUtime=1776.93 cores=0,2,4,6
/proc/9315/task/9317/stat : 9317 (java) R 9312 9315 4042 0 -1 4202560 2514 0 1 0 177660 33 0 0 20 0 19 0 107620376 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 139942466628816 139942332948674 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9315/tid=9318] ppid=9312 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/9315/task/9318/stat : 9318 (java) S 9312 9315 4042 0 -1 4202560 99 0 0 0 7 4 0 0 20 0 19 0 107620377 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 139942455691944 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9315/tid=9319] ppid=9312 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/9315/task/9319/stat : 9319 (java) S 9312 9315 4042 0 -1 4202560 49 0 0 0 9 3 0 0 20 0 19 0 107620377 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 139942454639400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9315/tid=9320] ppid=9312 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/9315/task/9320/stat : 9320 (java) S 9312 9315 4042 0 -1 4202560 167 0 0 0 10 3 0 0 20 0 19 0 107620377 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 139942453586856 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9321] ppid=9312 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/9315/task/9321/stat : 9321 (java) S 9312 9315 4042 0 -1 4202560 217 0 0 0 14 4 0 0 20 0 19 0 107620377 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 139942452534312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9315/tid=9322] ppid=9312 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/9315/task/9322/stat : 9322 (java) S 9312 9315 4042 0 -1 4202560 43 0 0 0 7 2 0 0 20 0 19 0 107620377 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 139942451480744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9315/tid=9323] ppid=9312 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/9315/task/9323/stat : 9323 (java) S 9312 9315 4042 0 -1 4202560 156 0 0 0 7 2 0 0 20 0 19 0 107620377 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 139942304626984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9315/tid=9324] ppid=9312 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/9315/task/9324/stat : 9324 (java) S 9312 9315 4042 0 -1 4202560 113 0 0 0 15 6 0 0 20 0 19 0 107620377 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 139942303574440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9315/tid=9325] ppid=9312 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/9315/task/9325/stat : 9325 (java) S 9312 9315 4042 0 -1 4202560 175 0 0 0 8 3 0 0 20 0 19 0 107620377 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 139942302521896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9315/tid=9326] ppid=9312 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9315/task/9326/stat : 9326 (java) S 9312 9315 4042 0 -1 4202560 93 0 0 0 0 2 0 0 20 0 19 0 107620378 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 139942290324072 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9327] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9327/stat : 9327 (java) S 9312 9315 4042 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107620378 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 139942289270392 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9328] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9328/stat : 9328 (java) S 9312 9315 4042 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107620378 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 139942288217736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9329] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9329/stat : 9329 (java) S 9312 9315 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107620381 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 139942287166480 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9330] ppid=9312 vsize=9625040 CPUtime=1.23 cores=0,2,4,6
/proc/9315/task/9330/stat : 9330 (java) S 9312 9315 4042 0 -1 4202560 17021 0 0 0 120 3 0 0 20 0 19 0 107620381 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 139942286112824 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9315/tid=9331] ppid=9312 vsize=9625040 CPUtime=1.06 cores=0,2,4,6
/proc/9315/task/9331/stat : 9331 (java) S 9312 9315 4042 0 -1 4202560 15116 0 0 0 104 2 0 0 20 0 19 0 107620381 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 139942285060280 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9315/tid=9332] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9332/stat : 9332 (java) S 9312 9315 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107620381 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 139942284007928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9315/tid=9333] ppid=9312 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/9315/task/9333/stat : 9333 (java) S 9312 9315 4042 0 -1 4202560 103 0 0 0 13 18 0 0 20 0 19 0 107620381 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 139942282955592 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9334] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9334/stat : 9334 (java) S 9312 9315 4042 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107620424 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 139942281901352 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1785.17
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.2 s]
/proc/loadavg: 2.36 2.25 2.19 3/214 9531
/proc/meminfo: memFree=29289560/32872528 swapFree=15272/1656604
[pid=9315] ppid=9312 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/9315/stat : 9315 (java) S 9312 9315 4042 0 -1 4202496 37131 0 1 0 179951 57 0 0 20 0 19 0 107620375 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 140736402786720 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9315/statm: 2406260 121724 2292 9 0 2396937 0
[pid=9315/tid=9317] ppid=9312 vsize=9625040 CPUtime=1791.79 cores=0,2,4,6
/proc/9315/task/9317/stat : 9317 (java) R 9312 9315 4042 0 -1 4202560 2514 0 1 0 179146 33 0 0 20 0 19 0 107620376 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 139942466628816 139942332970762 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9315/tid=9318] ppid=9312 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/9315/task/9318/stat : 9318 (java) S 9312 9315 4042 0 -1 4202560 99 0 0 0 7 4 0 0 20 0 19 0 107620377 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 139942455691944 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9315/tid=9319] ppid=9312 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/9315/task/9319/stat : 9319 (java) S 9312 9315 4042 0 -1 4202560 49 0 0 0 9 3 0 0 20 0 19 0 107620377 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 139942454639400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9315/tid=9320] ppid=9312 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/9315/task/9320/stat : 9320 (java) S 9312 9315 4042 0 -1 4202560 167 0 0 0 10 3 0 0 20 0 19 0 107620377 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 139942453586856 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9321] ppid=9312 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/9315/task/9321/stat : 9321 (java) S 9312 9315 4042 0 -1 4202560 217 0 0 0 14 4 0 0 20 0 19 0 107620377 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 139942452534312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9315/tid=9322] ppid=9312 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/9315/task/9322/stat : 9322 (java) S 9312 9315 4042 0 -1 4202560 43 0 0 0 7 2 0 0 20 0 19 0 107620377 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 139942451480744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9315/tid=9323] ppid=9312 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/9315/task/9323/stat : 9323 (java) S 9312 9315 4042 0 -1 4202560 156 0 0 0 7 2 0 0 20 0 19 0 107620377 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 139942304626984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9315/tid=9324] ppid=9312 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/9315/task/9324/stat : 9324 (java) S 9312 9315 4042 0 -1 4202560 113 0 0 0 15 6 0 0 20 0 19 0 107620377 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 139942303574440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9315/tid=9325] ppid=9312 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/9315/task/9325/stat : 9325 (java) S 9312 9315 4042 0 -1 4202560 175 0 0 0 8 3 0 0 20 0 19 0 107620377 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 139942302521896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9315/tid=9326] ppid=9312 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9315/task/9326/stat : 9326 (java) S 9312 9315 4042 0 -1 4202560 93 0 0 0 0 2 0 0 20 0 19 0 107620378 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 139942290324072 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9327] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9327/stat : 9327 (java) S 9312 9315 4042 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107620378 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 139942289270392 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9328] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9328/stat : 9328 (java) S 9312 9315 4042 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107620378 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 139942288217736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9329] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9329/stat : 9329 (java) S 9312 9315 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107620381 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 139942287166480 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9330] ppid=9312 vsize=9625040 CPUtime=1.23 cores=0,2,4,6
/proc/9315/task/9330/stat : 9330 (java) S 9312 9315 4042 0 -1 4202560 17021 0 0 0 120 3 0 0 20 0 19 0 107620381 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 139942286112824 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9315/tid=9331] ppid=9312 vsize=9625040 CPUtime=1.06 cores=0,2,4,6
/proc/9315/task/9331/stat : 9331 (java) S 9312 9315 4042 0 -1 4202560 15116 0 0 0 104 2 0 0 20 0 19 0 107620381 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 139942285060280 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9315/tid=9332] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9332/stat : 9332 (java) S 9312 9315 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107620381 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 139942284007928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9315/tid=9333] ppid=9312 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/9315/task/9333/stat : 9333 (java) S 9312 9315 4042 0 -1 4202560 105 0 0 0 13 18 0 0 20 0 19 0 107620381 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 139942282955592 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9315/tid=9334] ppid=9312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9315/task/9334/stat : 9334 (java) S 9312 9315 4042 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107620424 9856040960 121724 33554432000 1073741824 1073778376 140736402795584 139942281901352 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 9315 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9315 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=788150
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=992849
# CPU time returned by wait4() is 1795.78
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.24
CPU time (s): 1800.08
CPU user time (s): 1799.51
CPU system time (s): 0.57
CPU usage (%): 100.158
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.79
system time used= 0.992849
maximum resident set size= 487024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37169
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38394
involuntary context switches= 37878

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3921 second user time and 10.9753 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-07 01:47:51
IDJOB=4085837
IDBENCH=48158
IDSOLVER=2546
FILE ID=node136/4085837-1465256870
RUNJOBID= node136-1465237111-7010
PBS_JOBID= 19843227
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_25_3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085837-1465256870/watcher-4085837-1465256870 -o /tmp/evaluation-result-4085837-1465256870/solver-4085837-1465256870 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1465237111-7010 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085837-1465256870.opb

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

MD5SUM BENCH= 0e507441d4bf529adaad354902c51a54
RANDOM SEED=807837094

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29991028 kB
Buffers:           39556 kB
Cached:           117488 kB
SwapCached:          804 kB
Active:           415788 kB
Inactive:         106696 kB
Active(anon):     366592 kB
Inactive(anon):     1208 kB
Active(file):      49196 kB
Inactive(file):   105488 kB
Unevictable:     1656604 kB
Mlocked:           15272 kB
SwapTotal:      67108856 kB
SwapFree:       67099344 kB
Dirty:               816 kB
Writeback:             0 kB
AnonPages:       2021368 kB
Mapped:            15316 kB
Shmem:                 0 kB
Slab:             567732 kB
SReclaimable:      11544 kB
SUnreclaim:       556188 kB
KernelStack:        1576 kB
PageTables:         8228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2412704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1994752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node136 at 2016-06-07 02:17:48