Trace number 4116697

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.02 1797.64

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size160-round21-8.opb
MD5SUMe1189837ef7b00368049cf6d1bdb5b61
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark34.7197
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3968
Total number of constraints7936
Number of constraints which are clauses6656
Number of constraints which are cardinality constraints (but not clauses)448
Number of constraints which are nor clauses,nor cardinality constraints832
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	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-4116697-1466954492.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.69/0.40	c ... done. Wall clock time 0.282s.
0.69/0.40	c declared #vars     3968
0.69/0.40	c #constraints  9216
0.69/0.40	c constraints type 
0.69/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5958
0.69/0.40	c org.sat4j.specs.Constr$1 => 936
0.69/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.40	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
0.69/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1658
0.69/0.40	c 9216 constraints processed.
1.63/1.08	c cleaning 2492 clauses out of 4997 with flag 15904/5000
2.41/1.74	c cleaning 4252 clauses out of 8506 with flag 37219/11001
3.21/2.53	c cleaning 5620 clauses out of 11253 with flag 63966/18000
4.13/3.45	c cleaning 6799 clauses out of 13633 with flag 98378/26000
5.14/4.50	c cleaning 7910 clauses out of 15834 with flag 139059/35000
6.34/5.66	c cleaning 8939 clauses out of 17925 with flag 185830/45001
7.74/7.02	c cleaning 9985 clauses out of 19986 with flag 241088/56001
9.14/8.49	c cleaning 10961 clauses out of 22000 with flag 303472/68000
10.85/10.18	c cleaning 11986 clauses out of 24039 with flag 371251/81000
12.65/11.99	c cleaning 12995 clauses out of 26053 with flag 447706/95000
14.65/13.94	c cleaning 14010 clauses out of 28059 with flag 530843/110001
16.85/16.13	c cleaning 15012 clauses out of 30048 with flag 619736/126000
19.15/18.49	c cleaning 15992 clauses out of 32037 with flag 717349/143001
21.75/21.04	c cleaning 17007 clauses out of 34044 with flag 820073/161000
24.54/23.82	c cleaning 17996 clauses out of 36040 with flag 934575/180003
27.55/26.84	c cleaning 18996 clauses out of 38041 with flag 1052262/200000
30.75/30.08	c cleaning 19998 clauses out of 40045 with flag 1175825/221000
34.25/33.50	c cleaning 21009 clauses out of 42049 with flag 1305332/243002
37.95/37.22	c cleaning 22004 clauses out of 44038 with flag 1441925/266000
41.95/41.20	c cleaning 22992 clauses out of 46034 with flag 1587002/290000
46.05/45.39	c cleaning 23978 clauses out of 48044 with flag 1741399/315002
50.56/49.83	c cleaning 25021 clauses out of 50064 with flag 1901195/341000
55.26/54.56	c cleaning 26002 clauses out of 52043 with flag 2067924/368000
60.07/59.30	c cleaning 27016 clauses out of 54042 with flag 2239599/396001
64.77/64.04	c cleaning 27988 clauses out of 56026 with flag 2420213/425001
69.77/69.03	c cleaning 28999 clauses out of 58038 with flag 2606029/455001
75.07/74.31	c cleaning 29993 clauses out of 60039 with flag 2796789/486001
80.48/79.80	c cleaning 31010 clauses out of 62045 with flag 2995935/518000
86.48/85.71	c cleaning 32016 clauses out of 64035 with flag 3200824/551000
92.48/91.78	c cleaning 32972 clauses out of 66019 with flag 3415662/585000
98.79/98.03	c cleaning 34005 clauses out of 68047 with flag 3633859/620000
105.48/104.75	c cleaning 34989 clauses out of 70042 with flag 3858071/656000
112.68/111.90	c cleaning 36011 clauses out of 72053 with flag 4089133/693000
119.88/119.16	c cleaning 37013 clauses out of 74042 with flag 4328536/731000
127.69/126.92	c cleaning 38003 clauses out of 76029 with flag 4578182/770000
135.69/134.99	c cleaning 38992 clauses out of 78026 with flag 4830771/810000
144.19/143.46	c cleaning 40007 clauses out of 80034 with flag 5092068/851000
152.65/151.85	c cleaning 40975 clauses out of 82027 with flag 5358752/893000
161.24/160.43	c cleaning 41976 clauses out of 84053 with flag 5634550/936001
170.26/169.42	c cleaning 43020 clauses out of 86080 with flag 5915275/980004
179.45/178.63	c cleaning 43991 clauses out of 88057 with flag 6204724/1025001
189.15/188.32	c cleaning 45010 clauses out of 90065 with flag 6501818/1071000
198.96/198.16	c cleaning 46001 clauses out of 92056 with flag 6798687/1118001
209.36/208.59	c cleaning 47007 clauses out of 94054 with flag 7104913/1166000
220.26/219.41	c cleaning 48009 clauses out of 96047 with flag 7421851/1215000
231.26/230.43	c cleaning 48982 clauses out of 98038 with flag 7742608/1265000
242.87/242.08	c cleaning 50022 clauses out of 100056 with flag 8071608/1316000
254.61/253.75	c cleaning 51014 clauses out of 102034 with flag 8408342/1368000
266.41/265.55	c cleaning 51995 clauses out of 104020 with flag 8752593/1421000
278.83/277.90	c cleaning 52989 clauses out of 106025 with flag 9102484/1475000
291.54/290.62	c cleaning 54000 clauses out of 108036 with flag 9462023/1530000
304.64/303.75	c cleaning 55019 clauses out of 110038 with flag 9830163/1586002
318.43/317.52	c cleaning 55999 clauses out of 112017 with flag 10201966/1643000
332.34/331.45	c cleaning 56980 clauses out of 114021 with flag 10580636/1701003
346.95/346.09	c cleaning 57979 clauses out of 116039 with flag 10960632/1760001
361.79/360.89	c cleaning 59014 clauses out of 118059 with flag 11351065/1820000
376.99/376.00	c cleaning 60011 clauses out of 120045 with flag 11746554/1881000
392.49/391.58	c cleaning 60989 clauses out of 122034 with flag 12154327/1943000
408.39/407.49	c cleaning 61988 clauses out of 124045 with flag 12564807/2006000
424.99/424.02	c cleaning 63012 clauses out of 126057 with flag 12982289/2070000
442.20/441.23	c cleaning 63987 clauses out of 128045 with flag 13402182/2135000
459.73/458.77	c cleaning 64994 clauses out of 130058 with flag 13833834/2201000
477.38/476.38	c cleaning 66024 clauses out of 132066 with flag 14271087/2268002
495.18/494.17	c cleaning 66990 clauses out of 134040 with flag 14715313/2336000
513.80/512.76	c cleaning 68007 clauses out of 136050 with flag 15161592/2405000
532.59/531.52	c cleaning 68998 clauses out of 138044 with flag 15623189/2475001
552.40/551.32	c cleaning 70002 clauses out of 140045 with flag 16084373/2546000
572.80/571.76	c cleaning 71017 clauses out of 142043 with flag 16557293/2618000
593.36/592.22	c cleaning 71953 clauses out of 144027 with flag 17039584/2691001
614.07/612.95	c cleaning 72981 clauses out of 146074 with flag 17526522/2765001
636.09/634.94	c cleaning 74030 clauses out of 148092 with flag 18021365/2840000
658.60/657.42	c cleaning 75014 clauses out of 150062 with flag 18515754/2916000
681.60/680.44	c cleaning 76001 clauses out of 152048 with flag 19019680/2993000
705.12/703.92	c cleaning 77013 clauses out of 154049 with flag 19529050/3071002
728.87/727.64	c cleaning 78009 clauses out of 156034 with flag 20048191/3150000
753.07/751.83	c cleaning 78993 clauses out of 158025 with flag 20574101/3230000
777.67/776.48	c cleaning 80000 clauses out of 160032 with flag 21107427/3311000
803.29/802.06	c cleaning 80992 clauses out of 162034 with flag 21650913/3393002
829.71/828.43	c cleaning 82011 clauses out of 164041 with flag 22193587/3476001
856.39/855.07	c cleaning 82982 clauses out of 166029 with flag 22746501/3560000
883.71/882.31	c cleaning 84010 clauses out of 168051 with flag 23302374/3645004
911.41/910.07	c cleaning 84992 clauses out of 170038 with flag 23868994/3731001
940.02/938.66	c cleaning 86007 clauses out of 172045 with flag 24440033/3818000
969.03/967.55	c cleaning 86999 clauses out of 174040 with flag 25014170/3906002
998.64/997.18	c cleaning 88014 clauses out of 176039 with flag 25598705/3995000
1029.46/1027.90	c cleaning 88990 clauses out of 178025 with flag 26187883/4085000
1061.06/1059.52	c cleaning 90018 clauses out of 180036 with flag 26783861/4176001
1093.27/1091.62	c cleaning 90993 clauses out of 182019 with flag 27390121/4268002
1125.58/1123.97	c cleaning 91978 clauses out of 184024 with flag 27996854/4361000
1158.99/1157.31	c cleaning 92993 clauses out of 186046 with flag 28611933/4455000
1193.41/1191.79	c cleaning 94005 clauses out of 188054 with flag 29238049/4550001
1228.20/1226.50	c cleaning 94975 clauses out of 190049 with flag 29867373/4646001
1263.32/1261.50	c cleaning 96005 clauses out of 192074 with flag 30502946/4743001
1299.32/1297.53	c cleaning 97009 clauses out of 194068 with flag 31146519/4841000
1336.53/1334.63	c cleaning 97988 clauses out of 196060 with flag 31793168/4940001
1373.94/1372.04	c cleaning 98996 clauses out of 198071 with flag 32441722/5040000
1412.75/1410.82	c cleaning 100024 clauses out of 200075 with flag 33101235/5141000
1451.96/1450.04	c cleaning 101019 clauses out of 202051 with flag 33773299/5243000
1491.88/1489.81	c cleaning 102016 clauses out of 204032 with flag 34450362/5346000
1532.40/1530.38	c cleaning 102990 clauses out of 206017 with flag 35126653/5450001
1574.00/1571.91	c cleaning 103983 clauses out of 208028 with flag 35816306/5555002
1616.17/1613.97	c cleaning 105015 clauses out of 210046 with flag 36509025/5661003
1659.29/1657.07	c cleaning 105980 clauses out of 212029 with flag 37206626/5768001
1703.41/1701.16	c cleaning 107002 clauses out of 214048 with flag 37917531/5876000
1748.20/1745.85	c cleaning 108011 clauses out of 216046 with flag 38635340/5985000
1793.72/1791.31	c cleaning 109005 clauses out of 218036 with flag 39354401/6095001
1800.02/1797.60	c starts		: 58685
1800.02/1797.60	c conflicts		: 6115788
1800.02/1797.60	c decisions		: 49573515
1800.02/1797.60	c propagations		: 803169090
1800.02/1797.60	c inspects		: 25637703720
1800.02/1797.60	c shortcuts		: 0
1800.02/1797.60	c learnt literals	: 3
1800.02/1797.60	c learnt binary clauses	: 91
1800.02/1797.60	c learnt ternary clauses	: 931
1800.02/1797.60	c learnt constraints	: 6115785
1800.02/1797.60	c ignored constraints	: 0
1800.02/1797.60	c root simplifications	: 0
1800.02/1797.60	c removed literals (reason simplification)	: 0
1800.02/1797.60	c reason swapping (by a shorter reason)	: 0
1800.02/1797.60	c Calls to reduceDB	: 106
1800.02/1797.60	c Number of update (reduction) of LBD	: 1308556
1800.02/1797.60	c Imported unit clauses	: 0
1800.02/1797.60	c number of reductions to clauses (during analyze)	: 0
1800.02/1797.60	c number of learned constraints concerned by reduction	: 0
1800.02/1797.60	c number of learning phase by resolution	: 0
1800.02/1797.60	c number of learning phase by cutting planes	: 0
1800.02/1797.60	c speed (assignments/second)	: 446900.7516144576
1800.02/1797.60	c non guided choices	7073
1800.02/1797.60	c timeout
1800.02/1797.63	c learnt constraints type 
1800.02/1797.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 91
1800.02/1797.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 129727
1800.02/1797.63	s UNKNOWN
1800.02/1797.63	c Total wall clock time (in seconds): 1797.515

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-4116697-1466954492/watcher-4116697-1466954492 -o /tmp/evaluation-result-4116697-1466954492/solver-4116697-1466954492 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466940040-26459 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4116697-1466954492.opb 

pid=28263
running on 4 cores: 1,3,5,7

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.27 2.18 2.10 3/194 28266
/proc/meminfo: memFree=30989740/32872528 swapFree=552864/567172
[pid=28266] ppid=28263 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/28266/stat : 28266 (java) R 28263 28266 26442 0 -1 4202496 492 0 0 0 0 0 0 0 20 0 1 0 28487139 9515008 147 33554432000 1073741824 1073778376 140737201137440 140737201134568 206628681984 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/28266/statm: 2323 151 110 9 0 71 0

[startup+0.100061 s]
/proc/loadavg: 2.27 2.18 2.10 3/194 28266
/proc/meminfo: memFree=30989740/32872528 swapFree=552864/567172
[pid=28266] ppid=28263 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/28266/stat : 28266 (java) S 28263 28266 26442 0 -1 4202496 4399 0 1 0 8 1 0 0 20 0 18 0 28487139 9787879424 6030 33554432000 1073741824 1073778376 140737201137440 140737201128576 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28266/statm: 2389619 6030 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200225 s]
/proc/loadavg: 2.27 2.18 2.10 3/194 28266
/proc/meminfo: memFree=30989740/32872528 swapFree=552864/567172
[pid=28266] ppid=28263 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/28266/stat : 28266 (java) S 28263 28266 26442 0 -1 4202496 4931 0 1 0 25 1 0 0 20 0 18 0 28487139 9787879424 6974 33554432000 1073741824 1073778376 140737201137440 140737201128576 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28266/statm: 2389619 6975 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300233 s]
/proc/loadavg: 2.27 2.18 2.10 3/194 28266
/proc/meminfo: memFree=30989740/32872528 swapFree=552864/567172
[pid=28266] ppid=28263 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/28266/stat : 28266 (java) S 28263 28266 26442 0 -1 4202496 5772 0 1 0 48 1 0 0 20 0 18 0 28487139 9787879424 8951 33554432000 1073741824 1073778376 140737201137440 140737201128576 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28266/statm: 2389619 8951 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700188 s]
/proc/loadavg: 2.27 2.18 2.10 3/194 28266
/proc/meminfo: memFree=30989740/32872528 swapFree=552864/567172
[pid=28266] ppid=28263 vsize=9625040 CPUtime=1.32 cores=1,3,5,7
/proc/28266/stat : 28266 (java) S 28263 28266 26442 0 -1 4202496 9175 0 1 0 130 2 0 0 20 0 19 0 28487139 9856040960 14668 33554432000 1073741824 1073778376 140737201137440 140737201128576 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28266/statm: 2406260 14668 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.25 2.18 2.10 4/213 28285
/proc/meminfo: memFree=30938672/32872528 swapFree=552864/567172
[pid=28266] ppid=28263 vsize=9625040 CPUtime=2.18 cores=1,3,5,7
/proc/28266/stat : 28266 (java) S 28263 28266 26442 0 -1 4202496 9193 0 1 0 216 2 0 0 20 0 19 0 28487139 9856040960 14684 33554432000 1073741824 1073778376 140737201137440 140737201128576 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28266/statm: 2406260 14684 2270 9 0 2396937 0
[pid=28266/tid=28268] ppid=28263 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/28266/task/28268/stat : 28268 (java) R 28263 28266 26442 0 -1 4202560 2416 0 1 0 145 1 0 0 20 0 19 0 28487140 9856040960 14684 33554432000 1073741824 1073778376 140737201137440 140530273644824 140530139369281 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28266/tid=28269] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28269/stat : 28269 (java) S 28263 28266 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28487142 9856040960 14684 33554432000 1073741824 1073778376 140737201137440 140530262706984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28270] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28270/stat : 28270 (java) S 28263 28266 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28487142 9856040960 14684 33554432000 1073741824 1073778376 140737201137440 140530261654184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28266/tid=28271] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28271/stat : 28271 (java) S 28263 28266 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28487142 9856040960 14684 33554432000 1073741824 1073778376 140737201137440 140530260601896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28266/tid=28272] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28272/stat : 28272 (java) S 28263 28266 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28487142 9856040960 14684 33554432000 1073741824 1073778376 140737201137440 140530259549096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28266/tid=28273] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28273/stat : 28273 (java) S 28263 28266 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28487142 9856040960 14684 33554432000 1073741824 1073778376 140737201137440 140530258495784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28274] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28274/stat : 28274 (java) S 28263 28266 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28487142 9856040960 14684 33554432000 1073741824 1073778376 140737201137440 140530257442984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28266/tid=28275] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28275/stat : 28275 (java) S 28263 28266 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28487142 9856040960 14684 33554432000 1073741824 1073778376 140737201137440 140530111167016 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28276] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28276/stat : 28276 (java) S 28263 28266 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28487142 9856040960 14684 33554432000 1073741824 1073778376 140737201137440 140530110114216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28277] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28277/stat : 28277 (java) S 28263 28266 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28487143 9856040960 14684 33554432000 1073741824 1073778376 140737201137440 140530097916648 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28266/tid=28278] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28278/stat : 28278 (java) S 28263 28266 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28487143 9856040960 14684 33554432000 1073741824 1073778376 140737201137440 140530096862712 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28279] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28279/stat : 28279 (java) S 28263 28266 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28487143 9856040960 14684 33554432000 1073741824 1073778376 140737201137440 140530095810312 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28280] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28280/stat : 28280 (java) S 28263 28266 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28487146 9856040960 14684 33554432000 1073741824 1073778376 140737201137440 140530094758800 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28281] ppid=28263 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/28266/task/28281/stat : 28281 (java) S 28263 28266 26442 0 -1 4202560 1544 0 0 0 28 0 0 0 20 0 19 0 28487146 9856040960 14684 33554432000 1073741824 1073778376 140737201137440 140530093705400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28282] ppid=28263 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/28266/task/28282/stat : 28282 (java) S 28263 28266 26442 0 -1 4202560 3956 0 0 0 39 2 0 0 20 0 19 0 28487146 9856040960 14684 33554432000 1073741824 1073778376 140737201137440 140530092652600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28283] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28283/stat : 28283 (java) S 28263 28266 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28487146 9856040960 14684 33554432000 1073741824 1073778376 140737201137440 140530091600504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28266/tid=28284] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28284/stat : 28284 (java) S 28263 28266 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28487146 9856040960 14684 33554432000 1073741824 1073778376 140737201137440 140530090547912 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28266/tid=28285] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28285/stat : 28285 (java) S 28263 28266 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28487180 9856040960 14684 33554432000 1073741824 1073778376 140737201137440 140530089444776 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.25 2.18 2.10 3/213 28285
/proc/meminfo: memFree=30936624/32872528 swapFree=552864/567172
[pid=28266] ppid=28263 vsize=9625040 CPUtime=3.82 cores=1,3,5,7
/proc/28266/stat : 28266 (java) S 28263 28266 26442 0 -1 4202496 9196 0 1 0 380 2 0 0 20 0 19 0 28487139 9856040960 15708 33554432000 1073741824 1073778376 140737201137440 140737201128576 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28266/statm: 2406260 15708 2270 9 0 2396937 0
[pid=28266/tid=28268] ppid=28263 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/28266/task/28268/stat : 28268 (java) R 28263 28266 26442 0 -1 4202560 2419 0 1 0 305 1 0 0 20 0 19 0 28487140 9856040960 15708 33554432000 1073741824 1073778376 140737201137440 140530273644960 140530139380838 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28266/tid=28269] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28269/stat : 28269 (java) S 28263 28266 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28487142 9856040960 15708 33554432000 1073741824 1073778376 140737201137440 140530262706984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28270] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28270/stat : 28270 (java) S 28263 28266 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28487142 9856040960 15708 33554432000 1073741824 1073778376 140737201137440 140530261654184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28266/tid=28271] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28271/stat : 28271 (java) S 28263 28266 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28487142 9856040960 15708 33554432000 1073741824 1073778376 140737201137440 140530260601896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28266/tid=28272] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28272/stat : 28272 (java) S 28263 28266 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28487142 9856040960 15708 33554432000 1073741824 1073778376 140737201137440 140530259549096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28266/tid=28273] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28273/stat : 28273 (java) S 28263 28266 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28487142 9856040960 15708 33554432000 1073741824 1073778376 140737201137440 140530258495784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28274] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28274/stat : 28274 (java) S 28263 28266 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28487142 9856040960 15708 33554432000 1073741824 1073778376 140737201137440 140530257442984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28266/tid=28275] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28275/stat : 28275 (java) S 28263 28266 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28487142 9856040960 15708 33554432000 1073741824 1073778376 140737201137440 140530111167016 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28276] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28276/stat : 28276 (java) S 28263 28266 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28487142 9856040960 15708 33554432000 1073741824 1073778376 140737201137440 140530110114216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28277] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28277/stat : 28277 (java) S 28263 28266 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28487143 9856040960 15708 33554432000 1073741824 1073778376 140737201137440 140530097916648 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28266/tid=28278] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28278/stat : 28278 (java) S 28263 28266 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28487143 9856040960 15708 33554432000 1073741824 1073778376 140737201137440 140530096862712 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28279] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28279/stat : 28279 (java) S 28263 28266 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28487143 9856040960 15708 33554432000 1073741824 1073778376 140737201137440 140530095810312 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28280] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28280/stat : 28280 (java) S 28263 28266 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28487146 9856040960 15708 33554432000 1073741824 1073778376 140737201137440 140530094758800 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28281] ppid=28263 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/28266/task/28281/stat : 28281 (java) S 28263 28266 26442 0 -1 4202560 1544 0 0 0 30 0 0 0 20 0 19 0 28487146 9856040960 15708 33554432000 1073741824 1073778376 140737201137440 140530093705400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28266/tid=28282] ppid=28263 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/28266/task/28282/stat : 28282 (java) S 28263 28266 26442 0 -1 4202560 3956 0 0 0 41 2 0 0 20 0 19 0 28487146 9856040960 15708 33554432000 1073741824 1073778376 140737201137440 140530092652600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28283] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28283/stat : 28283 (java) S 28263 28266 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28487146 9856040960 15708 33554432000 1073741824 1073778376 140737201137440 140530091600504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28266/tid=28284] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28284/stat : 28284 (java) S 28263 28266 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28487146 9856040960 15708 33554432000 1073741824 1073778376 140737201137440 140530090547912 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28266/tid=28285] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28285/stat : 28285 (java) S 28263 28266 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28487180 9856040960 15708 33554432000 1073741824 1073778376 140737201137440 140530089444776 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.25 2.18 2.10 3/213 28285
/proc/meminfo: memFree=30928556/32872528 swapFree=552864/567172
[pid=28266] ppid=28263 vsize=9625040 CPUtime=7.04 cores=1,3,5,7
/proc/28266/stat : 28266 (java) S 28263 28266 26442 0 -1 4202496 9203 0 1 0 702 2 0 0 20 0 19 0 28487139 9856040960 17667 33554432000 1073741824 1073778376 140737201137440 140737201128576 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28266/statm: 2406260 17667 2271 9 0 2396937 0
[pid=28266/tid=28268] ppid=28263 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/28266/task/28268/stat : 28268 (java) R 28263 28266 26442 0 -1 4202560 2424 0 1 0 624 1 0 0 20 0 19 0 28487140 9856040960 17667 33554432000 1073741824 1073778376 140737201137440 140530273644968 140530139326547 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28266/tid=28269] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28269/stat : 28269 (java) S 28263 28266 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28487142 9856040960 17667 33554432000 1073741824 1073778376 140737201137440 140530262706984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28270] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28270/stat : 28270 (java) S 28263 28266 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28487142 9856040960 17667 33554432000 1073741824 1073778376 140737201137440 140530261654184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28266/tid=28271] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28271/stat : 28271 (java) S 28263 28266 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28487142 9856040960 17667 33554432000 1073741824 1073778376 140737201137440 140530260601896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28266/tid=28272] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28272/stat : 28272 (java) S 28263 28266 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28487142 9856040960 17667 33554432000 1073741824 1073778376 140737201137440 140530259549096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28266/tid=28273] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28273/stat : 28273 (java) S 28263 28266 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28487142 9856040960 17667 33554432000 1073741824 1073778376 140737201137440 140530258495784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28274] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28274/stat : 28274 (java) S 28263 28266 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28487142 9856040960 17667 33554432000 1073741824 1073778376 140737201137440 140530257442984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28266/tid=28275] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28275/stat : 28275 (java) S 28263 28266 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28487142 9856040960 17667 33554432000 1073741824 1073778376 140737201137440 140530111167016 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28276] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28276/stat : 28276 (java) S 28263 28266 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28487142 9856040960 17667 33554432000 1073741824 1073778376 140737201137440 140530110114216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28277] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28277/stat : 28277 (java) S 28263 28266 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28487143 9856040960 17667 33554432000 1073741824 1073778376 140737201137440 140530097916648 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28266/tid=28278] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28278/stat : 28278 (java) S 28263 28266 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28487143 9856040960 17667 33554432000 1073741824 1073778376 140737201137440 140530096862712 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28279] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28279/stat : 28279 (java) S 28263 28266 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28487143 9856040960 17667 33554432000 1073741824 1073778376 140737201137440 140530095810312 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28280] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28280/stat : 28280 (java) S 28263 28266 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28487146 9856040960 17667 33554432000 1073741824 1073778376 140737201137440 140530094758800 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28281] ppid=28263 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/28266/task/28281/stat : 28281 (java) S 28263 28266 26442 0 -1 4202560 1545 0 0 0 31 0 0 0 20 0 19 0 28487146 9856040960 17667 33554432000 1073741824 1073778376 140737201137440 140530093705400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28266/tid=28282] ppid=28263 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/28266/task/28282/stat : 28282 (java) S 28263 28266 26442 0 -1 4202560 3956 0 0 0 42 2 0 0 20 0 19 0 28487146 9856040960 17667 33554432000 1073741824 1073778376 140737201137440 140530092652600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28283] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28283/stat : 28283 (java) S 28263 28266 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28487146 9856040960 17667 33554432000 1073741824 1073778376 140737201137440 140530091600504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28266/tid=28284] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28284/stat : 28284 (java) S 28263 28266 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28487146 9856040960 17667 33554432000 1073741824 1073778376 140737201137440 140530090547912 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28266/tid=28285] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28285/stat : 28285 (java) S 28263 28266 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28487180 9856040960 17667 33554432000 1073741824 1073778376 140737201137440 140530089444776 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.04
Current children cumulated vsize (KiB) 9625040


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

[pid=28266/tid=28285] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28285/stat : 28285 (java) S 28263 28266 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28487180 9856040960 92015 33554432000 1073741824 1073778376 140737201137440 140530089444776 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1664.6
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.16 2.13 2.09 3/214 28396
/proc/meminfo: memFree=30694672/32872528 swapFree=552864/567172
[pid=28266] ppid=28263 vsize=9625040 CPUtime=1724.68 cores=1,3,5,7
/proc/28266/stat : 28266 (java) S 28263 28266 26442 0 -1 4202496 10446 0 1 0 172402 66 0 0 20 0 19 0 28487139 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140737201128576 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28266/statm: 2406260 94574 2285 9 0 2396937 0
[pid=28266/tid=28268] ppid=28263 vsize=9625040 CPUtime=1717.44 cores=1,3,5,7
/proc/28266/task/28268/stat : 28268 (java) R 28263 28266 26442 0 -1 4202560 2486 0 1 0 171715 29 0 0 20 0 19 0 28487140 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530273643824 140530139381058 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28266/tid=28269] ppid=28263 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/28266/task/28269/stat : 28269 (java) S 28263 28266 26442 0 -1 4202560 93 0 0 0 16 2 0 0 20 0 19 0 28487142 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530262706984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28270] ppid=28263 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/28266/task/28270/stat : 28270 (java) S 28263 28266 26442 0 -1 4202560 96 0 0 0 12 2 0 0 20 0 19 0 28487142 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530261654184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28266/tid=28271] ppid=28263 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/28266/task/28271/stat : 28271 (java) S 28263 28266 26442 0 -1 4202560 54 0 0 0 12 2 0 0 20 0 19 0 28487142 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530260601896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28266/tid=28272] ppid=28263 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/28266/task/28272/stat : 28272 (java) S 28263 28266 26442 0 -1 4202560 54 0 0 0 14 3 0 0 20 0 19 0 28487142 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530259549096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28273] ppid=28263 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/28266/task/28273/stat : 28273 (java) S 28263 28266 26442 0 -1 4202560 73 0 0 0 15 2 0 0 20 0 19 0 28487142 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530258495784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28266/tid=28274] ppid=28263 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/28266/task/28274/stat : 28274 (java) S 28263 28266 26442 0 -1 4202560 56 0 0 0 17 3 0 0 20 0 19 0 28487142 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530257442984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28266/tid=28275] ppid=28263 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/28266/task/28275/stat : 28275 (java) S 28263 28266 26442 0 -1 4202560 108 0 0 0 20 4 0 0 20 0 19 0 28487142 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530111167016 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28276] ppid=28263 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/28266/task/28276/stat : 28276 (java) S 28263 28266 26442 0 -1 4202560 55 0 0 0 15 3 0 0 20 0 19 0 28487142 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530110114216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28266/tid=28277] ppid=28263 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28266/task/28277/stat : 28277 (java) S 28263 28266 26442 0 -1 4202560 63 0 0 0 0 2 0 0 20 0 19 0 28487143 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530097916648 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28266/tid=28278] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28278/stat : 28278 (java) S 28263 28266 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28487143 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530096862712 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28279] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28279/stat : 28279 (java) S 28263 28266 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28487143 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530095810312 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28280] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28280/stat : 28280 (java) S 28263 28266 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28487146 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530094758800 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28281] ppid=28263 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/28266/task/28281/stat : 28281 (java) S 28263 28266 26442 0 -1 4202560 1987 0 0 0 35 0 0 0 20 0 19 0 28487146 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530093705400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28266/tid=28282] ppid=28263 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/28266/task/28282/stat : 28282 (java) S 28263 28266 26442 0 -1 4202560 3956 0 0 0 42 2 0 0 20 0 19 0 28487146 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530092652600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28283] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28283/stat : 28283 (java) S 28263 28266 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28487146 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530091600504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28266/tid=28284] ppid=28263 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/28266/task/28284/stat : 28284 (java) S 28263 28266 26442 0 -1 4202560 102 0 0 0 32 42 0 0 20 0 19 0 28487146 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530090547912 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28266/tid=28285] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28285/stat : 28285 (java) S 28263 28266 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28487180 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530089444776 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1724.68
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.13 2.13 2.09 3/213 28397
/proc/meminfo: memFree=30667996/32872528 swapFree=552864/567172
[pid=28266] ppid=28263 vsize=9625040 CPUtime=1784.71 cores=1,3,5,7
/proc/28266/stat : 28266 (java) S 28263 28266 26442 0 -1 4202496 10448 0 1 0 178403 68 0 0 20 0 19 0 28487139 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140737201128576 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28266/statm: 2406260 94574 2285 9 0 2396937 0
[pid=28266/tid=28268] ppid=28263 vsize=9625040 CPUtime=1777.29 cores=1,3,5,7
/proc/28266/task/28268/stat : 28268 (java) R 28263 28266 26442 0 -1 4202560 2486 0 1 0 177699 30 0 0 20 0 19 0 28487140 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530273636128 140530139371647 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28266/tid=28269] ppid=28263 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/28266/task/28269/stat : 28269 (java) S 28263 28266 26442 0 -1 4202560 93 0 0 0 16 2 0 0 20 0 19 0 28487142 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530262706984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28270] ppid=28263 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/28266/task/28270/stat : 28270 (java) S 28263 28266 26442 0 -1 4202560 96 0 0 0 12 2 0 0 20 0 19 0 28487142 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530261654184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28266/tid=28271] ppid=28263 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/28266/task/28271/stat : 28271 (java) S 28263 28266 26442 0 -1 4202560 54 0 0 0 12 2 0 0 20 0 19 0 28487142 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530260601896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28266/tid=28272] ppid=28263 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/28266/task/28272/stat : 28272 (java) S 28263 28266 26442 0 -1 4202560 54 0 0 0 14 3 0 0 20 0 19 0 28487142 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530259549096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28273] ppid=28263 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/28266/task/28273/stat : 28273 (java) S 28263 28266 26442 0 -1 4202560 73 0 0 0 15 2 0 0 20 0 19 0 28487142 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530258495784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28266/tid=28274] ppid=28263 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/28266/task/28274/stat : 28274 (java) S 28263 28266 26442 0 -1 4202560 56 0 0 0 17 3 0 0 20 0 19 0 28487142 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530257442984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28266/tid=28275] ppid=28263 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/28266/task/28275/stat : 28275 (java) S 28263 28266 26442 0 -1 4202560 108 0 0 0 20 4 0 0 20 0 19 0 28487142 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530111167016 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28276] ppid=28263 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/28266/task/28276/stat : 28276 (java) S 28263 28266 26442 0 -1 4202560 55 0 0 0 15 3 0 0 20 0 19 0 28487142 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530110114216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28266/tid=28277] ppid=28263 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28266/task/28277/stat : 28277 (java) S 28263 28266 26442 0 -1 4202560 63 0 0 0 0 2 0 0 20 0 19 0 28487143 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530097916648 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28266/tid=28278] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28278/stat : 28278 (java) S 28263 28266 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28487143 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530096862712 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28279] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28279/stat : 28279 (java) S 28263 28266 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28487143 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530095810312 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28280] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28280/stat : 28280 (java) S 28263 28266 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28487146 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530094758800 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28281] ppid=28263 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/28266/task/28281/stat : 28281 (java) S 28263 28266 26442 0 -1 4202560 1987 0 0 0 35 0 0 0 20 0 19 0 28487146 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530093705400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28266/tid=28282] ppid=28263 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/28266/task/28282/stat : 28282 (java) S 28263 28266 26442 0 -1 4202560 3956 0 0 0 42 2 0 0 20 0 19 0 28487146 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530092652600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28283] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28283/stat : 28283 (java) S 28263 28266 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28487146 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530091600504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28266/tid=28284] ppid=28263 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/28266/task/28284/stat : 28284 (java) S 28263 28266 26442 0 -1 4202560 104 0 0 0 34 43 0 0 20 0 19 0 28487146 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530090547912 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28266/tid=28285] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28285/stat : 28285 (java) S 28263 28266 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28487180 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530089444776 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1784.71
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.6 s]
/proc/loadavg: 2.17 2.14 2.09 3/213 28397
/proc/meminfo: memFree=30668612/32872528 swapFree=552864/567172
[pid=28266] ppid=28263 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/28266/stat : 28266 (java) S 28263 28266 26442 0 -1 4202496 10450 0 1 0 179933 69 0 0 20 0 19 0 28487139 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140737201128576 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28266/statm: 2406260 94574 2285 9 0 2396937 0
[pid=28266/tid=28268] ppid=28263 vsize=9625040 CPUtime=1792.55 cores=1,3,5,7
/proc/28266/task/28268/stat : 28268 (java) R 28263 28266 26442 0 -1 4202560 2486 0 1 0 179225 30 0 0 20 0 19 0 28487140 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530273636128 140530139362798 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28266/tid=28269] ppid=28263 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/28266/task/28269/stat : 28269 (java) S 28263 28266 26442 0 -1 4202560 93 0 0 0 16 2 0 0 20 0 19 0 28487142 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530262706984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28270] ppid=28263 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/28266/task/28270/stat : 28270 (java) S 28263 28266 26442 0 -1 4202560 96 0 0 0 12 2 0 0 20 0 19 0 28487142 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530261654184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28266/tid=28271] ppid=28263 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/28266/task/28271/stat : 28271 (java) S 28263 28266 26442 0 -1 4202560 54 0 0 0 12 2 0 0 20 0 19 0 28487142 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530260601896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28266/tid=28272] ppid=28263 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/28266/task/28272/stat : 28272 (java) S 28263 28266 26442 0 -1 4202560 54 0 0 0 14 3 0 0 20 0 19 0 28487142 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530259549096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28273] ppid=28263 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/28266/task/28273/stat : 28273 (java) S 28263 28266 26442 0 -1 4202560 73 0 0 0 15 2 0 0 20 0 19 0 28487142 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530258495784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28266/tid=28274] ppid=28263 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/28266/task/28274/stat : 28274 (java) S 28263 28266 26442 0 -1 4202560 56 0 0 0 17 3 0 0 20 0 19 0 28487142 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530257442984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28266/tid=28275] ppid=28263 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/28266/task/28275/stat : 28275 (java) S 28263 28266 26442 0 -1 4202560 108 0 0 0 20 4 0 0 20 0 19 0 28487142 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530111167016 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28276] ppid=28263 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/28266/task/28276/stat : 28276 (java) S 28263 28266 26442 0 -1 4202560 55 0 0 0 15 3 0 0 20 0 19 0 28487142 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530110114216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28266/tid=28277] ppid=28263 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28266/task/28277/stat : 28277 (java) S 28263 28266 26442 0 -1 4202560 63 0 0 0 0 2 0 0 20 0 19 0 28487143 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530097916648 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28266/tid=28278] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28278/stat : 28278 (java) S 28263 28266 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28487143 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530096862712 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28279] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28279/stat : 28279 (java) S 28263 28266 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28487143 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530095810312 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28280] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28280/stat : 28280 (java) S 28263 28266 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28487146 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530094758800 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28281] ppid=28263 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/28266/task/28281/stat : 28281 (java) S 28263 28266 26442 0 -1 4202560 1987 0 0 0 35 0 0 0 20 0 19 0 28487146 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530093705400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28266/tid=28282] ppid=28263 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/28266/task/28282/stat : 28282 (java) S 28263 28266 26442 0 -1 4202560 3956 0 0 0 42 2 0 0 20 0 19 0 28487146 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530092652600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28266/tid=28283] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28283/stat : 28283 (java) S 28263 28266 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28487146 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530091600504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28266/tid=28284] ppid=28263 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/28266/task/28284/stat : 28284 (java) S 28263 28266 26442 0 -1 4202560 106 0 0 0 34 44 0 0 20 0 19 0 28487146 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530090547912 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28266/tid=28285] ppid=28263 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28266/task/28285/stat : 28285 (java) S 28263 28266 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28487180 9856040960 94574 33554432000 1073741824 1073778376 140737201137440 140530089444776 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 28266 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 28266 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=748156
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=130828
# CPU time returned by wait4() is 1795.88
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.64
CPU time (s): 1800.02
CPU user time (s): 1799.33
CPU system time (s): 0.69
CPU usage (%): 100.133
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.75
system time used= 1.13083
maximum resident set size= 378412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10484
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38395
involuntary context switches= 3542

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.99348 second user time and 14.3218 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-26 17:21:32
IDJOB=4116697
IDBENCH=109502
IDSOLVER=2546
FILE ID=node138/4116697-1466954492
RUNJOBID= node138-1466940040-26459
PBS_JOBID= 19976338
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size160-round21-8.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116697-1466954492/watcher-4116697-1466954492 -o /tmp/evaluation-result-4116697-1466954492/solver-4116697-1466954492 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466940040-26459 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116697-1466954492.opb

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

MD5SUM BENCH= e1189837ef7b00368049cf6d1bdb5b61
RANDOM SEED=1711409485

node138.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.803
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.60
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.803
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.803
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.56
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.803
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.803
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.803
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.803
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.803
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:        30990276 kB
Buffers:           18488 kB
Cached:           221280 kB
SwapCached:         3788 kB
Active:           374084 kB
Inactive:         219200 kB
Active(anon):     351448 kB
Inactive(anon):     4564 kB
Active(file):      22636 kB
Inactive(file):   214636 kB
Unevictable:      567172 kB
Mlocked:          552864 kB
SwapTotal:      67108856 kB
SwapFree:       67094448 kB
Dirty:              1232 kB
Writeback:             0 kB
AnonPages:        970784 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             566652 kB
SReclaimable:      10204 kB
SUnreclaim:       556448 kB
KernelStack:        1760 kB
PageTables:         6224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1313912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    405504 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= 71716 MiB
End job on node138 at 2016-06-26 17:51:30