Trace number 4085718

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 PB16? (TO) 1800.01 1798.05

General information on the benchmark

Name/OPT-SMALLINT-LIN/
heinz/normalized-ns894244.opb
MD5SUMcdfac8cd93d8a1de6ab1cef68bd1ac7c
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21856
Total number of constraints12129
Number of constraints which are clauses4095
Number of constraints which are cardinality constraints (but not clauses)338
Number of constraints which are nor clauses,nor cardinality constraints7696
Minimum length of a constraint1
Maximum length of a constraint211
Number of terms in the objective function 16
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 16
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 211
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4085718-1465278193.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  objective function found
1.17/0.75	c ... done. Wall clock time 0.624s.
1.17/0.75	c declared #vars     21856
1.17/0.75	c #constraints  16307
1.17/0.75	c constraints type 
1.17/0.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3188
1.17/0.75	c org.sat4j.minisat.constraints.cnf.UnitClauses => 816
1.17/0.75	c org.sat4j.specs.Constr$1 => 2012
1.17/0.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 6644
1.17/0.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3287
1.17/0.75	c org.sat4j.minisat.constraints.cnf.UnitClause => 360
1.17/0.75	c 16307 constraints processed.
1.17/0.75	c objective function length is 16 literals
2.36/1.51	c cleaning 2480 clauses out of 4999 with flag 24898/5001
3.14/2.22	c cleaning 4245 clauses out of 8518 with flag 61899/11000
4.03/3.11	c cleaning 5622 clauses out of 11273 with flag 113451/18001
4.64/3.76	c cleaning 6811 clauses out of 13650 with flag 173546/26001
5.75/4.86	c cleaning 7886 clauses out of 15837 with flag 241686/35000
6.96/6.04	c cleaning 8925 clauses out of 17950 with flag 322032/45000
8.46/7.57	c cleaning 9941 clauses out of 20023 with flag 417077/56000
10.06/9.18	c cleaning 11004 clauses out of 22082 with flag 526833/68003
12.06/11.17	c cleaning 11989 clauses out of 24070 with flag 652555/81000
13.56/12.68	c cleaning 12989 clauses out of 26080 with flag 772753/95001
16.06/15.17	c cleaning 13945 clauses out of 28086 with flag 920202/110000
18.76/17.87	c cleaning 14934 clauses out of 30137 with flag 1085443/126000
21.15/20.27	c cleaning 16069 clauses out of 32196 with flag 1246954/143000
23.46/22.55	c cleaning 16989 clauses out of 34122 with flag 1407694/161000
26.37/25.45	c cleaning 18000 clauses out of 36129 with flag 1593183/180001
29.46/28.53	c cleaning 18977 clauses out of 38121 with flag 1778407/200000
32.66/31.71	c cleaning 20003 clauses out of 40144 with flag 1969985/221004
35.56/34.67	c cleaning 20985 clauses out of 42134 with flag 2160656/243000
39.16/38.22	c cleaning 21985 clauses out of 44145 with flag 2377284/266000
42.86/41.93	c cleaning 22961 clauses out of 46154 with flag 2601033/290000
46.25/45.38	c cleaning 24061 clauses out of 48191 with flag 2838001/315001
49.85/48.93	c cleaning 25010 clauses out of 50130 with flag 3059011/341001
53.95/53.02	c cleaning 25971 clauses out of 52115 with flag 3290613/368000
57.94/57.07	c cleaning 27033 clauses out of 54142 with flag 3531256/396000
62.35/61.44	c cleaning 27999 clauses out of 56106 with flag 3784232/425000
67.24/66.35	c cleaning 28990 clauses out of 58107 with flag 4053077/455003
71.94/71.03	c cleaning 30033 clauses out of 60113 with flag 4320395/486000
77.24/76.30	c cleaning 30981 clauses out of 62080 with flag 4593032/518001
81.83/80.91	c cleaning 32019 clauses out of 64099 with flag 4850806/551002
87.24/86.34	c cleaning 33013 clauses out of 66079 with flag 5089560/585001
92.83/91.95	c cleaning 33955 clauses out of 68064 with flag 5376023/620000
98.73/97.83	c cleaning 34922 clauses out of 70111 with flag 5670375/656003
105.13/104.21	c cleaning 36029 clauses out of 72185 with flag 5984323/693001
111.53/110.62	c cleaning 37058 clauses out of 74155 with flag 6267226/731000
117.83/116.99	c cleaning 38003 clauses out of 76096 with flag 6595559/770000
124.33/123.46	c cleaning 38936 clauses out of 78092 with flag 6908535/810001
131.33/130.40	c cleaning 40003 clauses out of 80153 with flag 7231356/851000
138.03/137.17	c cleaning 40985 clauses out of 82152 with flag 7539266/893002
145.04/144.14	c cleaning 42082 clauses out of 84166 with flag 7884944/936001
152.64/151.77	c cleaning 43000 clauses out of 86084 with flag 8222169/980002
160.94/160.01	c cleaning 43951 clauses out of 88080 with flag 8587802/1025001
168.54/167.60	c cleaning 45047 clauses out of 90128 with flag 8924543/1071001
177.04/176.12	c cleaning 46030 clauses out of 92079 with flag 9236806/1118000
185.03/184.14	c cleaning 47001 clauses out of 94049 with flag 9600059/1166001
193.44/192.56	c cleaning 47961 clauses out of 96046 with flag 9962344/1215000
202.22/201.23	c cleaning 48968 clauses out of 98082 with flag 10296955/1265000
211.23/210.21	c cleaning 49952 clauses out of 100114 with flag 10718191/1316001
220.03/219.08	c cleaning 51062 clauses out of 102161 with flag 11038125/1368000
229.42/228.48	c cleaning 52050 clauses out of 104100 with flag 11454206/1421001
239.62/238.65	c cleaning 52985 clauses out of 106049 with flag 11857308/1475000
250.73/249.73	c cleaning 54008 clauses out of 108064 with flag 12177963/1530000
260.42/259.42	c cleaning 54911 clauses out of 110056 with flag 12548182/1586000
270.83/269.80	c cleaning 55927 clauses out of 112144 with flag 13005789/1643001
281.33/280.38	c cleaning 57006 clauses out of 114215 with flag 13429355/1701000
291.83/290.87	c cleaning 58020 clauses out of 116211 with flag 13840674/1760002
303.63/302.64	c cleaning 58974 clauses out of 118189 with flag 14295893/1820001
314.83/313.80	c cleaning 60041 clauses out of 120216 with flag 14701842/1881002
326.92/325.94	c cleaning 61068 clauses out of 122175 with flag 15059019/1943002
339.64/338.67	c cleaning 61998 clauses out of 124106 with flag 15474194/2006001
351.94/350.97	c cleaning 62963 clauses out of 126109 with flag 15910795/2070002
364.85/363.88	c cleaning 63966 clauses out of 128144 with flag 16380745/2135001
377.95/376.92	c cleaning 64974 clauses out of 130180 with flag 16813789/2201003
390.96/389.91	c cleaning 66012 clauses out of 132202 with flag 17303078/2268000
404.86/403.89	c cleaning 67029 clauses out of 134190 with flag 17810562/2336000
418.76/417.77	c cleaning 68041 clauses out of 136162 with flag 18227575/2405001
434.35/433.31	c cleaning 68950 clauses out of 138120 with flag 18641035/2475000
448.96/447.98	c cleaning 69990 clauses out of 140172 with flag 19118103/2546002
462.86/461.84	c cleaning 71048 clauses out of 142181 with flag 19558069/2618001
478.17/477.15	c cleaning 72014 clauses out of 144133 with flag 20023262/2691001
494.67/493.64	c cleaning 73047 clauses out of 146116 with flag 20493122/2765000
514.48/513.49	c cleaning 74029 clauses out of 148069 with flag 20979731/2840001
533.68/532.64	c cleaning 75010 clauses out of 150038 with flag 21482589/2916000
551.58/550.53	c cleaning 75936 clauses out of 152028 with flag 21982718/2993000
570.37/569.10	c cleaning 77028 clauses out of 154094 with flag 22503028/3071002
587.47/586.13	c cleaning 77996 clauses out of 156064 with flag 23032175/3150000
606.57/605.21	c cleaning 79025 clauses out of 158068 with flag 23523408/3230000
628.07/626.77	c cleaning 79992 clauses out of 160043 with flag 23999491/3311000
646.28/644.96	c cleaning 80985 clauses out of 162050 with flag 24490410/3393000
665.58/664.20	c cleaning 81922 clauses out of 164065 with flag 25027676/3476000
685.18/683.84	c cleaning 83005 clauses out of 166143 with flag 25507891/3560000
708.28/706.97	c cleaning 84029 clauses out of 168139 with flag 25982619/3645001
727.68/726.39	c cleaning 85010 clauses out of 170109 with flag 26496905/3731001
748.29/746.96	c cleaning 85965 clauses out of 172098 with flag 27059935/3818000
768.38/767.03	c cleaning 87060 clauses out of 174133 with flag 27584615/3906000
792.68/791.38	c cleaning 87978 clauses out of 176074 with flag 28184497/3995001
819.08/817.74	c cleaning 89009 clauses out of 178095 with flag 28704404/4085000
840.89/839.50	c cleaning 90009 clauses out of 180086 with flag 29254016/4176000
869.09/867.78	c cleaning 91005 clauses out of 182077 with flag 29722622/4268000
896.70/895.36	c cleaning 92037 clauses out of 184073 with flag 30245766/4361001
918.71/917.36	c cleaning 92999 clauses out of 186035 with flag 30859450/4455000
942.21/940.85	c cleaning 93869 clauses out of 188036 with flag 31488036/4550001
969.20/967.81	c cleaning 95033 clauses out of 190165 with flag 32039398/4646000
995.00/993.67	c cleaning 95988 clauses out of 192133 with flag 32618288/4743001
1021.00/1019.61	c cleaning 97065 clauses out of 194144 with flag 33179382/4841000
1046.41/1045.03	c cleaning 97950 clauses out of 196078 with flag 33824726/4940000
1073.30/1071.99	c cleaning 99053 clauses out of 198127 with flag 34420646/5040000
1101.21/1099.86	c cleaning 100004 clauses out of 200075 with flag 34978199/5141001
1130.52/1129.18	c cleaning 101005 clauses out of 202070 with flag 35558042/5243000
1159.63/1158.24	c cleaning 101862 clauses out of 204065 with flag 36182513/5346000
1187.12/1185.71	c cleaning 103039 clauses out of 206203 with flag 36925104/5450000
1220.43/1219.05	c cleaning 104059 clauses out of 208163 with flag 37467202/5555000
1261.33/1259.98	c cleaning 105030 clauses out of 210104 with flag 38043616/5661000
1291.13/1289.79	c cleaning 105958 clauses out of 212074 with flag 38705181/5768000
1321.74/1320.33	c cleaning 107037 clauses out of 214116 with flag 39371641/5876000
1353.14/1351.80	c cleaning 107994 clauses out of 216080 with flag 40046960/5985001
1386.85/1385.45	c cleaning 108906 clauses out of 218081 with flag 40737735/6095000
1416.75/1415.39	c cleaning 109960 clauses out of 220176 with flag 41430932/6206001
1448.45/1447.07	c cleaning 111040 clauses out of 222216 with flag 42129449/6318001
1483.97/1482.05	c cleaning 112067 clauses out of 224178 with flag 42740628/6431003
1519.67/1517.79	c cleaning 113008 clauses out of 226109 with flag 43358592/6545001
1557.89/1555.93	c cleaning 113964 clauses out of 228100 with flag 44024820/6660000
1606.90/1604.94	c cleaning 115049 clauses out of 230137 with flag 44657214/6776001
1663.80/1661.85	c cleaning 116007 clauses out of 232087 with flag 45273127/6893000
1697.30/1695.35	c cleaning 117030 clauses out of 234081 with flag 46012916/7011001
1732.81/1730.84	c cleaning 117995 clauses out of 236050 with flag 46670592/7130000
1778.31/1776.40	c cleaning 118887 clauses out of 238055 with flag 47297150/7250000
1800.01/1798.00	c starts		: 23634
1800.01/1798.00	c conflicts		: 7333402
1800.01/1798.00	c decisions		: 35523403
1800.01/1798.00	c propagations		: 1878521111
1800.01/1798.00	c inspects		: 27377973100
1800.01/1798.00	c shortcuts		: 0
1800.01/1798.00	c learnt literals	: 127
1800.01/1798.00	c learnt binary clauses	: 4318
1800.01/1798.00	c learnt ternary clauses	: 35489
1800.01/1798.00	c learnt constraints	: 7333275
1800.01/1798.00	c ignored constraints	: 0
1800.01/1798.00	c root simplifications	: 0
1800.01/1798.00	c removed literals (reason simplification)	: 0
1800.01/1798.00	c reason swapping (by a shorter reason)	: 0
1800.01/1798.00	c Calls to reduceDB	: 116
1800.01/1798.00	c Number of update (reduction) of LBD	: 2586258
1800.01/1798.00	c Imported unit clauses	: 0
1800.01/1798.00	c number of reductions to clauses (during analyze)	: 0
1800.01/1798.00	c number of learned constraints concerned by reduction	: 0
1800.01/1798.00	c number of learning phase by resolution	: 0
1800.01/1798.00	c number of learning phase by cutting planes	: 0
1800.01/1798.00	c speed (assignments/second)	: 1045234.2644910904
1800.01/1798.00	c non guided choices	498059
1800.01/1798.00	c timeout
1800.01/1798.04	c learnt constraints type 
1800.01/1798.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4318
1800.01/1798.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 198253
1800.01/1798.04	s UNKNOWN
1800.01/1798.04	c Total wall clock time (in seconds): 1797.909

Verifier Data

ERROR: no interpretation found !

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-4085718-1465278193/watcher-4085718-1465278193 -o /tmp/evaluation-result-4085718-1465278193/solver-4085718-1465278193 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1465261984-9405 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085718-1465278193.opb 

pid=13155
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.39 2.33 2.23 2/194 13158
/proc/meminfo: memFree=26564220/32872528 swapFree=16700/1645768
[pid=13158] ppid=13155 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/13158/stat : 13158 (java) D 13155 13158 9389 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 109752724 9515008 176 33554432000 1073741824 1073778376 140737460941280 140737460924008 259112387472 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/13158/statm: 2323 176 133 9 0 71 0

[startup+0.100097 s]
/proc/loadavg: 2.39 2.33 2.23 2/194 13158
/proc/meminfo: memFree=26564220/32872528 swapFree=16700/1645768
[pid=13158] ppid=13155 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/13158/stat : 13158 (java) S 13155 13158 9389 0 -1 4202496 3911 0 1 0 6 1 0 0 20 0 18 0 109752724 9787879424 5039 33554432000 1073741824 1073778376 140736803831504 140736803822640 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13158/statm: 2389619 5043 2007 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200288 s]
/proc/loadavg: 2.39 2.33 2.23 2/194 13158
/proc/meminfo: memFree=26564220/32872528 swapFree=16700/1645768
[pid=13158] ppid=13155 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/13158/stat : 13158 (java) S 13155 13158 9389 0 -1 4202496 4698 0 1 0 20 2 0 0 20 0 18 0 109752724 9787879424 11368 33554432000 1073741824 1073778376 140736803831504 140736803822640 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13158/statm: 2389619 11368 2197 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300288 s]
/proc/loadavg: 2.39 2.33 2.23 2/194 13158
/proc/meminfo: memFree=26564220/32872528 swapFree=16700/1645768
[pid=13158] ppid=13155 vsize=9558476 CPUtime=0.41 cores=0,2,4,6
/proc/13158/stat : 13158 (java) S 13155 13158 9389 0 -1 4202496 5533 0 1 0 38 3 0 0 20 0 18 0 109752724 9787879424 33380 33554432000 1073741824 1073778376 140736803831504 140736803822640 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13158/statm: 2389619 33380 2228 9 0 2380296 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 9558476

[startup+0.700215 s]
/proc/loadavg: 2.39 2.33 2.23 2/194 13158
/proc/meminfo: memFree=26564220/32872528 swapFree=16700/1645768
[pid=13158] ppid=13155 vsize=9558476 CPUtime=1.17 cores=0,2,4,6
/proc/13158/stat : 13158 (java) S 13155 13158 9389 0 -1 4202496 7574 0 1 0 109 8 0 0 20 0 18 0 109752724 9787879424 75901 33554432000 1073741824 1073778376 140736803831504 140736803822640 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13158/statm: 2389619 75901 2261 9 0 2380296 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9558476

[startup+1.50076 s]
/proc/loadavg: 2.39 2.33 2.23 3/213 13177
/proc/meminfo: memFree=26264068/32872528 swapFree=16700/1645768
[pid=13158] ppid=13155 vsize=9625040 CPUtime=2.36 cores=0,2,4,6
/proc/13158/stat : 13158 (java) S 13155 13158 9389 0 -1 4202496 11037 0 1 0 227 9 0 0 20 0 19 0 109752724 9856040960 77102 33554432000 1073741824 1073778376 140736803831504 140736803822640 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13158/statm: 2406260 77102 2287 9 0 2396937 0
[pid=13158/tid=13160] ppid=13155 vsize=9625040 CPUtime=1.4 cores=0,2,4,6
/proc/13158/task/13160/stat : 13160 (java) R 13155 13158 9389 0 -1 4202560 2544 0 1 0 135 5 0 0 20 0 19 0 109752725 9856040960 77102 33554432000 1073741824 1073778376 140736803831504 140365859316040 140365722139410 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13158/tid=13161] ppid=13155 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/13158/task/13161/stat : 13161 (java) S 13155 13158 9389 0 -1 4202560 54 0 0 0 2 0 0 0 20 0 19 0 109752727 9856040960 77102 33554432000 1073741824 1073778376 140736803831504 140365848377640 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13162] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13162/stat : 13162 (java) S 13155 13158 9389 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 19 0 109752727 9856040960 77102 33554432000 1073741824 1073778376 140736803831504 140365847324840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13158/tid=13163] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13163/stat : 13163 (java) S 13155 13158 9389 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 109752727 9856040960 77102 33554432000 1073741824 1073778376 140736803831504 140365846272552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13164] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13164/stat : 13164 (java) S 13155 13158 9389 0 -1 4202560 56 0 0 0 0 0 0 0 20 0 19 0 109752727 9856040960 77102 33554432000 1073741824 1073778376 140736803831504 140365845219752 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13158/tid=13165] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13165/stat : 13165 (java) S 13155 13158 9389 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 109752727 9856040960 77102 33554432000 1073741824 1073778376 140736803831504 140365844167464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13158/tid=13166] ppid=13155 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13158/task/13166/stat : 13166 (java) S 13155 13158 9389 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 109752727 9856040960 77102 33554432000 1073741824 1073778376 140736803831504 140365843114664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13167] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13167/stat : 13167 (java) S 13155 13158 9389 0 -1 4202560 49 0 0 0 0 0 0 0 20 0 19 0 109752727 9856040960 77102 33554432000 1073741824 1073778376 140736803831504 140365842062376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13158/tid=13168] ppid=13155 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13158/task/13168/stat : 13168 (java) S 13155 13158 9389 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 109752727 9856040960 77102 33554432000 1073741824 1073778376 140736803831504 140365841009576 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13158/tid=13169] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13169/stat : 13169 (java) S 13155 13158 9389 0 -1 4202560 183 0 0 0 0 0 0 0 20 0 19 0 109752728 9856040960 77102 33554432000 1073741824 1073778376 140736803831504 140365683304680 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13170] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13170/stat : 13170 (java) S 13155 13158 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109752728 9856040960 77102 33554432000 1073741824 1073778376 140736803831504 140365682250744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13171] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13171/stat : 13171 (java) S 13155 13158 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109752728 9856040960 77102 33554432000 1073741824 1073778376 140736803831504 140365681198344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13158/tid=13172] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13172/stat : 13172 (java) S 13155 13158 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109752731 9856040960 77102 33554432000 1073741824 1073778376 140736803831504 140365680146832 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13173] ppid=13155 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/13158/task/13173/stat : 13173 (java) R 13155 13158 9389 0 -1 4202560 3485 0 0 0 35 1 0 0 20 0 19 0 109752731 9856040960 77102 33554432000 1073741824 1073778376 140736803831504 140365679088296 140365866302354 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13174] ppid=13155 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/13158/task/13174/stat : 13174 (java) S 13155 13158 9389 0 -1 4202560 3330 0 0 0 40 0 0 0 20 0 19 0 109752731 9856040960 77102 33554432000 1073741824 1073778376 140736803831504 140365678041288 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13158/tid=13175] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13175/stat : 13175 (java) S 13155 13158 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109752731 9856040960 77102 33554432000 1073741824 1073778376 140736803831504 140365676989560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13158/tid=13176] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13176/stat : 13176 (java) S 13155 13158 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109752731 9856040960 77102 33554432000 1073741824 1073778376 140736803831504 140365675936968 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13158/tid=13177] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13177/stat : 13177 (java) S 13155 13158 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109752802 9856040960 77102 33554432000 1073741824 1073778376 140736803831504 140365674881960 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.39 2.33 2.23 3/213 13177
/proc/meminfo: memFree=26263448/32872528 swapFree=16700/1645768
[pid=13158] ppid=13155 vsize=9625040 CPUtime=4.03 cores=0,2,4,6
/proc/13158/stat : 13158 (java) S 13155 13158 9389 0 -1 4202496 11040 0 1 0 394 9 0 0 20 0 19 0 109752724 9856040960 77103 33554432000 1073741824 1073778376 140736803831504 140736803822640 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13158/statm: 2406260 77103 2287 9 0 2396937 0
[pid=13158/tid=13160] ppid=13155 vsize=9625040 CPUtime=3 cores=0,2,4,6
/proc/13158/task/13160/stat : 13160 (java) R 13155 13158 9389 0 -1 4202560 2546 0 1 0 295 5 0 0 20 0 19 0 109752725 9856040960 77103 33554432000 1073741824 1073778376 140736803831504 140365859314224 140365722762317 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13158/tid=13161] ppid=13155 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/13158/task/13161/stat : 13161 (java) S 13155 13158 9389 0 -1 4202560 54 0 0 0 2 0 0 0 20 0 19 0 109752727 9856040960 77103 33554432000 1073741824 1073778376 140736803831504 140365848377640 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13162] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13162/stat : 13162 (java) S 13155 13158 9389 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 19 0 109752727 9856040960 77103 33554432000 1073741824 1073778376 140736803831504 140365847324840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13158/tid=13163] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13163/stat : 13163 (java) S 13155 13158 9389 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 109752727 9856040960 77103 33554432000 1073741824 1073778376 140736803831504 140365846272552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13164] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13164/stat : 13164 (java) S 13155 13158 9389 0 -1 4202560 56 0 0 0 0 0 0 0 20 0 19 0 109752727 9856040960 77103 33554432000 1073741824 1073778376 140736803831504 140365845219752 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13158/tid=13165] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13165/stat : 13165 (java) S 13155 13158 9389 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 109752727 9856040960 77103 33554432000 1073741824 1073778376 140736803831504 140365844167464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13158/tid=13166] ppid=13155 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13158/task/13166/stat : 13166 (java) S 13155 13158 9389 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 109752727 9856040960 77103 33554432000 1073741824 1073778376 140736803831504 140365843114664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13167] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13167/stat : 13167 (java) S 13155 13158 9389 0 -1 4202560 49 0 0 0 0 0 0 0 20 0 19 0 109752727 9856040960 77103 33554432000 1073741824 1073778376 140736803831504 140365842062376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13158/tid=13168] ppid=13155 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13158/task/13168/stat : 13168 (java) S 13155 13158 9389 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 109752727 9856040960 77103 33554432000 1073741824 1073778376 140736803831504 140365841009576 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13158/tid=13169] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13169/stat : 13169 (java) S 13155 13158 9389 0 -1 4202560 184 0 0 0 0 0 0 0 20 0 19 0 109752728 9856040960 77103 33554432000 1073741824 1073778376 140736803831504 140365683304680 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13170] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13170/stat : 13170 (java) S 13155 13158 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109752728 9856040960 77103 33554432000 1073741824 1073778376 140736803831504 140365682250744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13171] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13171/stat : 13171 (java) S 13155 13158 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109752728 9856040960 77103 33554432000 1073741824 1073778376 140736803831504 140365681198344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13158/tid=13172] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13172/stat : 13172 (java) S 13155 13158 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109752731 9856040960 77103 33554432000 1073741824 1073778376 140736803831504 140365680146832 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13173] ppid=13155 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/13158/task/13173/stat : 13173 (java) S 13155 13158 9389 0 -1 4202560 3485 0 0 0 40 1 0 0 20 0 19 0 109752731 9856040960 77103 33554432000 1073741824 1073778376 140736803831504 140365679094456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13174] ppid=13155 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/13158/task/13174/stat : 13174 (java) S 13155 13158 9389 0 -1 4202560 3330 0 0 0 42 0 0 0 20 0 19 0 109752731 9856040960 77103 33554432000 1073741824 1073778376 140736803831504 140365678041656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13158/tid=13175] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13175/stat : 13175 (java) S 13155 13158 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109752731 9856040960 77103 33554432000 1073741824 1073778376 140736803831504 140365676989560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13158/tid=13176] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13176/stat : 13176 (java) S 13155 13158 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109752731 9856040960 77103 33554432000 1073741824 1073778376 140736803831504 140365675936968 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13158/tid=13177] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13177/stat : 13177 (java) S 13155 13158 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109752802 9856040960 77103 33554432000 1073741824 1073778376 140736803831504 140365674881960 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.36 2.33 2.23 4/213 13177
/proc/meminfo: memFree=26265432/32872528 swapFree=16700/1645768
[pid=13158] ppid=13155 vsize=9625040 CPUtime=7.26 cores=0,2,4,6
/proc/13158/stat : 13158 (java) S 13155 13158 9389 0 -1 4202496 11074 0 1 0 717 9 0 0 20 0 19 0 109752724 9856040960 76402 33554432000 1073741824 1073778376 140736803831504 140736803822640 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13158/statm: 2406260 76402 2287 9 0 2396937 0
[pid=13158/tid=13160] ppid=13155 vsize=9625040 CPUtime=6.19 cores=0,2,4,6
/proc/13158/task/13160/stat : 13160 (java) R 13155 13158 9389 0 -1 4202560 2547 0 1 0 614 5 0 0 20 0 19 0 109752725 9856040960 76402 33554432000 1073741824 1073778376 140736803831504 140365859307200 140365722670144 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13158/tid=13161] ppid=13155 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/13158/task/13161/stat : 13161 (java) S 13155 13158 9389 0 -1 4202560 54 0 0 0 2 0 0 0 20 0 19 0 109752727 9856040960 76402 33554432000 1073741824 1073778376 140736803831504 140365848377640 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13162] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13162/stat : 13162 (java) S 13155 13158 9389 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 19 0 109752727 9856040960 76402 33554432000 1073741824 1073778376 140736803831504 140365847324840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13158/tid=13163] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13163/stat : 13163 (java) S 13155 13158 9389 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 109752727 9856040960 76402 33554432000 1073741824 1073778376 140736803831504 140365846272552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13164] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13164/stat : 13164 (java) S 13155 13158 9389 0 -1 4202560 56 0 0 0 0 0 0 0 20 0 19 0 109752727 9856040960 76402 33554432000 1073741824 1073778376 140736803831504 140365845219752 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13158/tid=13165] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13165/stat : 13165 (java) S 13155 13158 9389 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 109752727 9856040960 76402 33554432000 1073741824 1073778376 140736803831504 140365844167464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13158/tid=13166] ppid=13155 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13158/task/13166/stat : 13166 (java) S 13155 13158 9389 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 109752727 9856040960 76402 33554432000 1073741824 1073778376 140736803831504 140365843114664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13167] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13167/stat : 13167 (java) S 13155 13158 9389 0 -1 4202560 49 0 0 0 0 0 0 0 20 0 19 0 109752727 9856040960 76402 33554432000 1073741824 1073778376 140736803831504 140365842062376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13158/tid=13168] ppid=13155 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13158/task/13168/stat : 13168 (java) S 13155 13158 9389 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 109752727 9856040960 76402 33554432000 1073741824 1073778376 140736803831504 140365841009576 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13158/tid=13169] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13169/stat : 13169 (java) S 13155 13158 9389 0 -1 4202560 184 0 0 0 0 0 0 0 20 0 19 0 109752728 9856040960 76402 33554432000 1073741824 1073778376 140736803831504 140365683304680 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13170] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13170/stat : 13170 (java) S 13155 13158 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109752728 9856040960 76402 33554432000 1073741824 1073778376 140736803831504 140365682250744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13171] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13171/stat : 13171 (java) S 13155 13158 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109752728 9856040960 76402 33554432000 1073741824 1073778376 140736803831504 140365681198344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13158/tid=13172] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13172/stat : 13172 (java) S 13155 13158 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109752731 9856040960 76402 33554432000 1073741824 1073778376 140736803831504 140365680146832 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13173] ppid=13155 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/13158/task/13173/stat : 13173 (java) S 13155 13158 9389 0 -1 4202560 3485 0 0 0 41 1 0 0 20 0 19 0 109752731 9856040960 76402 33554432000 1073741824 1073778376 140736803831504 140365679094456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13174] ppid=13155 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/13158/task/13174/stat : 13174 (java) S 13155 13158 9389 0 -1 4202560 3363 0 0 0 45 0 0 0 20 0 19 0 109752731 9856040960 76402 33554432000 1073741824 1073778376 140736803831504 140365678041656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13158/tid=13175] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13175/stat : 13175 (java) S 13155 13158 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109752731 9856040960 76402 33554432000 1073741824 1073778376 140736803831504 140365676989560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13158/tid=13176] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13176/stat : 13176 (java) S 13155 13158 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109752731 9856040960 76402 33554432000 1073741824 1073778376 140736803831504 140365675936968 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13158/tid=13177] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13177/stat : 13177 (java) S 13155 13158 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109752802 9856040960 76402 33554432000 1073741824 1073778376 140736803831504 140365674881960 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.26
Current children cumulated vsize (KiB) 9625040


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

[pid=13158/tid=13177] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13177/stat : 13177 (java) S 13155 13158 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109752802 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365674881960 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1664.3
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.22 2.27 2.24 3/213 13309
/proc/meminfo: memFree=28514752/32872528 swapFree=16700/1645768
[pid=13158] ppid=13155 vsize=9625040 CPUtime=1724.31 cores=0,2,4,6
/proc/13158/stat : 13158 (java) S 13155 13158 9389 0 -1 4202496 14468 0 1 0 172343 88 0 0 20 0 19 0 109752724 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140736803822640 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13158/statm: 2406260 348568 2296 9 0 2396937 0
[pid=13158/tid=13160] ppid=13155 vsize=9625040 CPUtime=1717.31 cores=0,2,4,6
/proc/13158/task/13160/stat : 13160 (java) R 13155 13158 9389 0 -1 4202560 3243 0 1 0 171690 41 0 0 20 0 19 0 109752725 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365859307296 140365722692967 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13161] ppid=13155 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/13158/task/13161/stat : 13161 (java) S 13155 13158 9389 0 -1 4202560 230 0 0 0 8 6 0 0 20 0 19 0 109752727 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365848377640 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13158/tid=13162] ppid=13155 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/13158/task/13162/stat : 13162 (java) S 13155 13158 9389 0 -1 4202560 164 0 0 0 7 6 0 0 20 0 19 0 109752727 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365847324840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13158/tid=13163] ppid=13155 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/13158/task/13163/stat : 13163 (java) S 13155 13158 9389 0 -1 4202560 199 0 0 0 10 7 0 0 20 0 19 0 109752727 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365846272552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13164] ppid=13155 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/13158/task/13164/stat : 13164 (java) S 13155 13158 9389 0 -1 4202560 186 0 0 0 9 6 0 0 20 0 19 0 109752727 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365845219752 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13158/tid=13165] ppid=13155 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/13158/task/13165/stat : 13165 (java) S 13155 13158 9389 0 -1 4202560 217 0 0 0 9 5 0 0 20 0 19 0 109752727 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365844167464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13158/tid=13166] ppid=13155 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/13158/task/13166/stat : 13166 (java) S 13155 13158 9389 0 -1 4202560 233 0 0 0 11 9 0 0 20 0 19 0 109752727 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365843114664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13167] ppid=13155 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/13158/task/13167/stat : 13167 (java) S 13155 13158 9389 0 -1 4202560 172 0 0 0 8 6 0 0 20 0 19 0 109752727 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365842062376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13168] ppid=13155 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/13158/task/13168/stat : 13168 (java) S 13155 13158 9389 0 -1 4202560 300 0 0 0 9 5 0 0 20 0 19 0 109752727 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365841009576 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13169] ppid=13155 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/13158/task/13169/stat : 13169 (java) S 13155 13158 9389 0 -1 4202560 861 0 0 0 15 0 0 0 20 0 19 0 109752728 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365683304680 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13158/tid=13170] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13170/stat : 13170 (java) S 13155 13158 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109752728 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365682250744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13171] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13171/stat : 13171 (java) S 13155 13158 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109752728 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365681198344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13158/tid=13172] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13172/stat : 13172 (java) S 13155 13158 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109752731 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365680146832 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13173] ppid=13155 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/13158/task/13173/stat : 13173 (java) S 13155 13158 9389 0 -1 4202560 3485 0 0 0 41 1 0 0 20 0 19 0 109752731 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365679094456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13174] ppid=13155 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/13158/task/13174/stat : 13174 (java) S 13155 13158 9389 0 -1 4202560 3819 0 0 0 48 0 0 0 20 0 19 0 109752731 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365678041656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13158/tid=13175] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13175/stat : 13175 (java) S 13155 13158 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109752731 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365676989560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13158/tid=13176] ppid=13155 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/13158/task/13176/stat : 13176 (java) S 13155 13158 9389 0 -1 4202560 101 0 0 0 27 30 0 0 20 0 19 0 109752731 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365675936968 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13158/tid=13177] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13177/stat : 13177 (java) S 13155 13158 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109752802 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365674881960 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1724.31
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.33 2.28 2.24 4/213 13310
/proc/meminfo: memFree=28471788/32872528 swapFree=16700/1645768
[pid=13158] ppid=13155 vsize=9625040 CPUtime=1784.31 cores=0,2,4,6
/proc/13158/stat : 13158 (java) S 13155 13158 9389 0 -1 4202496 14470 0 1 0 178343 88 0 0 20 0 19 0 109752724 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140736803822640 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13158/statm: 2406260 348568 2296 9 0 2396937 0
[pid=13158/tid=13160] ppid=13155 vsize=9625040 CPUtime=1777.16 cores=0,2,4,6
/proc/13158/task/13160/stat : 13160 (java) R 13155 13158 9389 0 -1 4202560 3243 0 1 0 177674 42 0 0 20 0 19 0 109752725 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365859307296 140365722720713 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13161] ppid=13155 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/13158/task/13161/stat : 13161 (java) S 13155 13158 9389 0 -1 4202560 230 0 0 0 8 6 0 0 20 0 19 0 109752727 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365848377640 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13158/tid=13162] ppid=13155 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/13158/task/13162/stat : 13162 (java) S 13155 13158 9389 0 -1 4202560 164 0 0 0 7 6 0 0 20 0 19 0 109752727 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365847324840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13158/tid=13163] ppid=13155 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/13158/task/13163/stat : 13163 (java) S 13155 13158 9389 0 -1 4202560 199 0 0 0 10 7 0 0 20 0 19 0 109752727 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365846272552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13164] ppid=13155 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/13158/task/13164/stat : 13164 (java) S 13155 13158 9389 0 -1 4202560 186 0 0 0 9 6 0 0 20 0 19 0 109752727 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365845219752 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13158/tid=13165] ppid=13155 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/13158/task/13165/stat : 13165 (java) S 13155 13158 9389 0 -1 4202560 217 0 0 0 9 5 0 0 20 0 19 0 109752727 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365844167464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13158/tid=13166] ppid=13155 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/13158/task/13166/stat : 13166 (java) S 13155 13158 9389 0 -1 4202560 233 0 0 0 11 9 0 0 20 0 19 0 109752727 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365843114664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13167] ppid=13155 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/13158/task/13167/stat : 13167 (java) S 13155 13158 9389 0 -1 4202560 172 0 0 0 8 6 0 0 20 0 19 0 109752727 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365842062376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13168] ppid=13155 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/13158/task/13168/stat : 13168 (java) S 13155 13158 9389 0 -1 4202560 300 0 0 0 9 5 0 0 20 0 19 0 109752727 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365841009576 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13169] ppid=13155 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/13158/task/13169/stat : 13169 (java) S 13155 13158 9389 0 -1 4202560 861 0 0 0 15 0 0 0 20 0 19 0 109752728 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365683304680 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13158/tid=13170] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13170/stat : 13170 (java) S 13155 13158 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109752728 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365682250744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13171] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13171/stat : 13171 (java) S 13155 13158 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109752728 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365681198344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13158/tid=13172] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13172/stat : 13172 (java) S 13155 13158 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109752731 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365680146832 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13173] ppid=13155 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/13158/task/13173/stat : 13173 (java) S 13155 13158 9389 0 -1 4202560 3485 0 0 0 41 1 0 0 20 0 19 0 109752731 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365679094456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13174] ppid=13155 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/13158/task/13174/stat : 13174 (java) S 13155 13158 9389 0 -1 4202560 3819 0 0 0 48 0 0 0 20 0 19 0 109752731 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365678041656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13158/tid=13175] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13175/stat : 13175 (java) S 13155 13158 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109752731 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365676989560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13158/tid=13176] ppid=13155 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/13158/task/13176/stat : 13176 (java) S 13155 13158 9389 0 -1 4202560 103 0 0 0 28 31 0 0 20 0 19 0 109752731 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365675936968 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13158/tid=13177] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13177/stat : 13177 (java) S 13155 13158 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109752802 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365674881960 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1784.31
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798 s]
/proc/loadavg: 2.39 2.30 2.25 3/213 13311
/proc/meminfo: memFree=28458904/32872528 swapFree=16700/1645768
[pid=13158] ppid=13155 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/13158/stat : 13158 (java) S 13155 13158 9389 0 -1 4202496 14472 0 1 0 179913 88 0 0 20 0 19 0 109752724 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140736803822640 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13158/statm: 2406260 348568 2296 9 0 2396937 0
[pid=13158/tid=13160] ppid=13155 vsize=9625040 CPUtime=1792.82 cores=0,2,4,6
/proc/13158/task/13160/stat : 13160 (java) R 13155 13158 9389 0 -1 4202560 3243 0 1 0 179240 42 0 0 20 0 19 0 109752725 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365859307296 140365722684160 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13161] ppid=13155 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/13158/task/13161/stat : 13161 (java) S 13155 13158 9389 0 -1 4202560 230 0 0 0 8 6 0 0 20 0 19 0 109752727 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365848377640 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13158/tid=13162] ppid=13155 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/13158/task/13162/stat : 13162 (java) S 13155 13158 9389 0 -1 4202560 164 0 0 0 7 6 0 0 20 0 19 0 109752727 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365847324840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13158/tid=13163] ppid=13155 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/13158/task/13163/stat : 13163 (java) S 13155 13158 9389 0 -1 4202560 199 0 0 0 10 7 0 0 20 0 19 0 109752727 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365846272552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13164] ppid=13155 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/13158/task/13164/stat : 13164 (java) S 13155 13158 9389 0 -1 4202560 186 0 0 0 9 6 0 0 20 0 19 0 109752727 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365845219752 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13158/tid=13165] ppid=13155 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/13158/task/13165/stat : 13165 (java) S 13155 13158 9389 0 -1 4202560 217 0 0 0 9 5 0 0 20 0 19 0 109752727 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365844167464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13158/tid=13166] ppid=13155 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/13158/task/13166/stat : 13166 (java) S 13155 13158 9389 0 -1 4202560 233 0 0 0 11 9 0 0 20 0 19 0 109752727 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365843114664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13167] ppid=13155 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/13158/task/13167/stat : 13167 (java) S 13155 13158 9389 0 -1 4202560 172 0 0 0 8 6 0 0 20 0 19 0 109752727 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365842062376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13168] ppid=13155 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/13158/task/13168/stat : 13168 (java) S 13155 13158 9389 0 -1 4202560 300 0 0 0 9 5 0 0 20 0 19 0 109752727 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365841009576 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13169] ppid=13155 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/13158/task/13169/stat : 13169 (java) S 13155 13158 9389 0 -1 4202560 861 0 0 0 15 0 0 0 20 0 19 0 109752728 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365683304680 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13158/tid=13170] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13170/stat : 13170 (java) S 13155 13158 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109752728 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365682250744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13171] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13171/stat : 13171 (java) S 13155 13158 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109752728 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365681198344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13158/tid=13172] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13172/stat : 13172 (java) S 13155 13158 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109752731 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365680146832 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13173] ppid=13155 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/13158/task/13173/stat : 13173 (java) S 13155 13158 9389 0 -1 4202560 3485 0 0 0 41 1 0 0 20 0 19 0 109752731 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365679094456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13158/tid=13174] ppid=13155 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/13158/task/13174/stat : 13174 (java) S 13155 13158 9389 0 -1 4202560 3819 0 0 0 48 0 0 0 20 0 19 0 109752731 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365678041656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13158/tid=13175] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13175/stat : 13175 (java) S 13155 13158 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109752731 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365676989560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13158/tid=13176] ppid=13155 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/13158/task/13176/stat : 13176 (java) S 13155 13158 9389 0 -1 4202560 105 0 0 0 28 32 0 0 20 0 19 0 109752731 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365675936968 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13158/tid=13177] ppid=13155 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13158/task/13177/stat : 13177 (java) S 13155 13158 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109752802 9856040960 348568 33554432000 1073741824 1073778376 140736803831504 140365674881960 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 13158 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 13158 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=618176
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=392788
# CPU time returned by wait4() is 1796.01
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.05
CPU time (s): 1800.01
CPU user time (s): 1799.13
CPU system time (s): 0.88
CPU usage (%): 100.109
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.62
system time used= 1.39279
maximum resident set size= 1395928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14540
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38286
involuntary context switches= 4670

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.96148 second user time and 13.7559 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-07 07:43:13
IDJOB=4085718
IDBENCH=89848
IDSOLVER=2546
FILE ID=node124/4085718-1465278193
RUNJOBID= node124-1465261984-9405
PBS_JOBID= 19843296
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-ns894244.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085718-1465278193/watcher-4085718-1465278193 -o /tmp/evaluation-result-4085718-1465278193/solver-4085718-1465278193 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1465261984-9405 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085718-1465278193.opb

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

MD5SUM BENCH= cdfac8cd93d8a1de6ab1cef68bd1ac7c
RANDOM SEED=1455664622

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.707
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.707
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:        26564484 kB
Buffers:          105984 kB
Cached:           229884 kB
SwapCached:          824 kB
Active:          3690272 kB
Inactive:         230676 kB
Active(anon):    3586524 kB
Inactive(anon):     1252 kB
Active(file):     103748 kB
Inactive(file):   229424 kB
Unevictable:     1645768 kB
Mlocked:           16700 kB
SwapTotal:      67108856 kB
SwapFree:       67097716 kB
Dirty:              1620 kB
Writeback:             0 kB
AnonPages:       5324684 kB
Mapped:            15432 kB
Shmem:                 0 kB
Slab:             601212 kB
SReclaimable:      45256 kB
SUnreclaim:       555956 kB
KernelStack:        1760 kB
PageTables:        14316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5812344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5189632 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= 71724 MiB
End job on node124 at 2016-06-07 08:13:11