Trace number 4096320

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.05 1798.65

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-5_6_28.opb
MD5SUMcb21c3f4ba210c47e3e6f31aa43f596d
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark142.97
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1122
Total number of constraints5318
Number of constraints which are clauses5313
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint33
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 28
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 61
Number of bits of the biggest sum of numbers6
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4096320-1466113475.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.50/0.33	c ... done. Wall clock time 0.227s.
0.50/0.33	c declared #vars     1122
0.50/0.33	c #constraints  5322
0.50/0.33	c constraints type 
0.50/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3168
0.50/0.33	c org.sat4j.specs.Constr$1 => 4
0.50/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.50/0.33	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.50/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2144
0.50/0.34	c 5322 constraints processed.
1.57/1.05	c cleaning 2500 clauses out of 5001 with flag 32795/5001
2.44/1.71	c cleaning 4248 clauses out of 8501 with flag 65856/11001
3.14/2.48	c cleaning 5620 clauses out of 11253 with flag 107499/18001
4.24/3.54	c cleaning 6810 clauses out of 13632 with flag 157306/26000
5.64/4.91	c cleaning 7906 clauses out of 15822 with flag 213087/35000
7.25/6.51	c cleaning 8959 clauses out of 17918 with flag 278319/45002
8.85/8.15	c cleaning 9972 clauses out of 19957 with flag 346630/56000
10.76/10.06	c cleaning 10989 clauses out of 21985 with flag 424745/68000
13.05/12.36	c cleaning 11998 clauses out of 23996 with flag 493756/81000
15.35/14.61	c cleaning 12995 clauses out of 25998 with flag 559515/95000
17.75/17.10	c cleaning 13993 clauses out of 28004 with flag 631908/110001
20.34/19.69	c cleaning 14999 clauses out of 30012 with flag 711879/126002
23.44/22.76	c cleaning 16002 clauses out of 32012 with flag 806787/143001
26.94/26.29	c cleaning 17001 clauses out of 34011 with flag 910023/161002
30.55/29.85	c cleaning 17998 clauses out of 36008 with flag 1018015/180000
34.54/33.83	c cleaning 18998 clauses out of 38013 with flag 1118676/200003
39.05/38.35	c cleaning 19997 clauses out of 40012 with flag 1231422/221000
44.25/43.55	c cleaning 20999 clauses out of 42016 with flag 1351095/243001
49.75/49.07	c cleaning 21995 clauses out of 44017 with flag 1485038/266001
55.65/54.93	c cleaning 23006 clauses out of 46023 with flag 1607173/290002
60.95/60.25	c cleaning 24004 clauses out of 48016 with flag 1721524/315001
66.95/66.25	c cleaning 24993 clauses out of 50011 with flag 1861555/341000
73.85/73.10	c cleaning 26001 clauses out of 52018 with flag 2005431/368000
81.55/80.83	c cleaning 27002 clauses out of 54017 with flag 2153528/396000
89.35/88.62	c cleaning 28000 clauses out of 56016 with flag 2299785/425001
97.95/97.26	c cleaning 29000 clauses out of 58015 with flag 2452778/455000
106.16/105.42	c cleaning 30001 clauses out of 60015 with flag 2606703/486000
114.78/114.07	c cleaning 31000 clauses out of 62014 with flag 2780877/518000
123.68/122.92	c cleaning 31996 clauses out of 64014 with flag 2973514/551000
133.07/132.31	c cleaning 32999 clauses out of 66018 with flag 3162558/585000
142.98/142.24	c cleaning 34005 clauses out of 68020 with flag 3353830/620001
153.48/152.76	c cleaning 35002 clauses out of 70015 with flag 3555067/656001
164.38/163.68	c cleaning 35997 clauses out of 72013 with flag 3758457/693001
176.68/175.90	c cleaning 37001 clauses out of 74015 with flag 3980693/731000
188.28/187.52	c cleaning 38000 clauses out of 76014 with flag 4194401/770000
201.18/200.46	c cleaning 38996 clauses out of 78014 with flag 4428328/810000
214.68/213.96	c cleaning 40001 clauses out of 80019 with flag 4672964/851001
229.79/229.01	c cleaning 41005 clauses out of 82018 with flag 4939294/893001
244.89/244.10	c cleaning 41999 clauses out of 84012 with flag 5213624/936000
262.29/261.55	c cleaning 42997 clauses out of 86014 with flag 5517722/980001
278.69/277.95	c cleaning 44005 clauses out of 88016 with flag 5795243/1025000
296.50/295.80	c cleaning 44999 clauses out of 90011 with flag 6102293/1071000
314.56/313.79	c cleaning 46003 clauses out of 92013 with flag 6403944/1118001
331.97/331.17	c cleaning 46999 clauses out of 94011 with flag 6698225/1166002
350.87/350.04	c cleaning 47999 clauses out of 96013 with flag 7028702/1215003
371.07/370.26	c cleaning 49000 clauses out of 98011 with flag 7359569/1265000
389.97/389.17	c cleaning 49997 clauses out of 100011 with flag 7671057/1316000
411.39/410.56	c cleaning 51003 clauses out of 102016 with flag 8010475/1368002
434.89/434.01	c cleaning 51995 clauses out of 104012 with flag 8374960/1421001
457.99/457.15	c cleaning 53001 clauses out of 106017 with flag 8701352/1475001
483.00/482.18	c cleaning 53999 clauses out of 108015 with flag 9084521/1530000
508.59/507.79	c cleaning 55002 clauses out of 110017 with flag 9452697/1586001
536.09/535.23	c cleaning 56000 clauses out of 112014 with flag 9826670/1643000
563.80/562.97	c cleaning 57001 clauses out of 114014 with flag 10171341/1701000
591.05/590.14	c cleaning 58001 clauses out of 116016 with flag 10542766/1760003
619.55/618.61	c cleaning 58996 clauses out of 118013 with flag 10899552/1820001
649.86/648.93	c cleaning 59999 clauses out of 120016 with flag 11297247/1881000
681.15/680.23	c cleaning 60999 clauses out of 122018 with flag 11712266/1943001
712.87/711.91	c cleaning 62004 clauses out of 124018 with flag 12143758/2006000
747.47/746.51	c cleaning 63002 clauses out of 126015 with flag 12595388/2070001
784.68/783.70	c cleaning 63999 clauses out of 128013 with flag 13063963/2135001
821.38/820.42	c cleaning 65001 clauses out of 130014 with flag 13545037/2201001
860.71/859.78	c cleaning 66000 clauses out of 132016 with flag 13991767/2268004
901.39/900.36	c cleaning 67001 clauses out of 134012 with flag 14465011/2336000
945.19/944.12	c cleaning 67998 clauses out of 136011 with flag 15003168/2405000
986.40/985.38	c cleaning 69000 clauses out of 138014 with flag 15492174/2475001
1031.40/1030.39	c cleaning 70002 clauses out of 140013 with flag 16011208/2546000
1080.11/1079.08	c cleaning 70998 clauses out of 142011 with flag 16586643/2618000
1129.02/1127.96	c cleaning 71997 clauses out of 144014 with flag 17116683/2691001
1178.63/1177.55	c cleaning 73001 clauses out of 146016 with flag 17666745/2765000
1229.63/1228.52	c cleaning 73996 clauses out of 148016 with flag 18215674/2840001
1284.45/1283.22	c cleaning 75005 clauses out of 150019 with flag 18776215/2916000
1340.46/1339.24	c cleaning 75999 clauses out of 152016 with flag 19377313/2993002
1396.48/1395.24	c cleaning 76999 clauses out of 154016 with flag 19948526/3071001
1455.39/1454.10	c cleaning 78003 clauses out of 156018 with flag 20540722/3150002
1516.88/1515.68	c cleaning 79001 clauses out of 158018 with flag 21161331/3230005
1582.00/1580.73	c cleaning 80000 clauses out of 160014 with flag 21797639/3311002
1649.81/1648.52	c cleaning 80993 clauses out of 162013 with flag 22477439/3393001
1724.72/1723.45	c cleaning 82006 clauses out of 164019 with flag 23201387/3476000
1800.05/1798.61	c starts		: 537
1800.05/1798.61	c conflicts		: 3559473
1800.05/1798.61	c decisions		: 3989883
1800.05/1798.61	c propagations		: 365330405
1800.05/1798.61	c inspects		: 29456709506
1800.05/1798.61	c shortcuts		: 0
1800.05/1798.61	c learnt literals	: 0
1800.05/1798.61	c learnt binary clauses	: 0
1800.05/1798.61	c learnt ternary clauses	: 6
1800.05/1798.61	c learnt constraints	: 3559473
1800.05/1798.61	c ignored constraints	: 0
1800.05/1798.61	c root simplifications	: 0
1800.05/1798.61	c removed literals (reason simplification)	: 0
1800.05/1798.61	c reason swapping (by a shorter reason)	: 0
1800.05/1798.61	c Calls to reduceDB	: 79
1800.05/1798.61	c Number of update (reduction) of LBD	: 582443
1800.05/1798.61	c Imported unit clauses	: 0
1800.05/1798.61	c number of reductions to clauses (during analyze)	: 0
1800.05/1798.61	c number of learned constraints concerned by reduction	: 0
1800.05/1798.61	c number of learning phase by resolution	: 0
1800.05/1798.61	c number of learning phase by cutting planes	: 0
1800.05/1798.61	c speed (assignments/second)	: 203156.4836445675
1800.05/1798.61	c non guided choices	129
1800.05/1798.61	c timeout
1800.05/1798.64	c learnt constraints type 
1800.05/1798.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 165487
1800.05/1798.64	s UNKNOWN
1800.05/1798.64	c Total wall clock time (in seconds): 1798.531

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-4096320-1466113475/watcher-4096320-1466113475 -o /tmp/evaluation-result-4096320-1466113475/solver-4096320-1466113475 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466113234-27740 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4096320-1466113475.opb 

pid=28240
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.30 2.31 2.25 3/194 28243
/proc/meminfo: memFree=30627668/32872528 swapFree=1103228/1182944
[pid=28243] ppid=28240 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/28243/stat : 28243 (java) S 28240 28243 24719 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 13396508 98570240 977 33554432000 1073741824 1073778376 140733526417792 140733526408928 271790932029 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28243/statm: 24065 977 743 9 0 16771 0
[pid=28243/tid=28244] ppid=28240 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28244/stat : 28244 (java) R 28240 28243 24719 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 13396508 98570240 977 33554432000 1073741824 1073778376 140733526417792 139809140272680 271787574656 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100117 s]
/proc/loadavg: 2.30 2.31 2.25 3/194 28243
/proc/meminfo: memFree=30627668/32872528 swapFree=1103228/1182944
[pid=28243] ppid=28240 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/28243/stat : 28243 (java) S 28240 28243 24719 0 -1 4202496 4425 0 1 0 9 1 0 0 20 0 18 0 13396508 9787879424 6050 33554432000 1073741824 1073778376 140733526417792 140733526408928 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28243/statm: 2389619 6050 2140 9 0 2380296 0
[pid=28243/tid=28244] ppid=28240 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/28243/task/28244/stat : 28244 (java) R 28240 28243 24719 0 -1 4202560 2376 0 1 0 7 0 0 0 20 0 18 0 13396508 9787879424 6050 33554432000 1073741824 1073778376 140733526417792 139809140276128 271790957837 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200317 s]
/proc/loadavg: 2.30 2.31 2.25 3/194 28243
/proc/meminfo: memFree=30627668/32872528 swapFree=1103228/1182944
[pid=28243] ppid=28240 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/28243/stat : 28243 (java) S 28240 28243 24719 0 -1 4202496 5033 0 1 0 27 1 0 0 20 0 18 0 13396508 9787879424 6983 33554432000 1073741824 1073778376 140733526417792 140733526408928 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28243/statm: 2389619 6983 2216 9 0 2380296 0
[pid=28243/tid=28244] ppid=28240 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/28243/task/28244/stat : 28244 (java) R 28240 28243 24719 0 -1 4202560 2394 0 1 0 17 0 0 0 20 0 18 0 13396508 9787879424 6983 33554432000 1073741824 1073778376 140733526417792 139809140276128 139808987299312 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300319 s]
/proc/loadavg: 2.30 2.31 2.25 3/194 28243
/proc/meminfo: memFree=30627668/32872528 swapFree=1103228/1182944
[pid=28243] ppid=28240 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/28243/stat : 28243 (java) S 28240 28243 24719 0 -1 4202496 6160 0 1 0 49 1 0 0 20 0 18 0 13396508 9787879424 8562 33554432000 1073741824 1073778376 140733526417792 140733526408928 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28243/statm: 2389619 8562 2233 9 0 2380296 0
[pid=28243/tid=28244] ppid=28240 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/28243/task/28244/stat : 28244 (java) R 28240 28243 24719 0 -1 4202560 2396 0 1 0 27 0 0 0 20 0 18 0 13396508 9787879424 8562 33554432000 1073741824 1073778376 140733526417792 139809140276128 139808987002344 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700277 s]
/proc/loadavg: 2.30 2.31 2.25 3/194 28243
/proc/meminfo: memFree=30627668/32872528 swapFree=1103228/1182944
[pid=28243] ppid=28240 vsize=9625040 CPUtime=1.26 cores=0,2,4,6
/proc/28243/stat : 28243 (java) S 28240 28243 24719 0 -1 4202496 9954 0 1 0 124 2 0 0 20 0 19 0 13396508 9856040960 11378 33554432000 1073741824 1073778376 140733526417792 140733526408928 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28243/statm: 2406260 11378 2258 9 0 2396937 0
[pid=28243/tid=28244] ppid=28240 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/28243/task/28244/stat : 28244 (java) R 28240 28243 24719 0 -1 4202560 2413 0 1 0 65 1 0 0 20 0 19 0 13396508 9856040960 11378 33554432000 1073741824 1073778376 140733526417792 139809140277384 139808987438623 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.30 2.31 2.25 3/213 28262
/proc/meminfo: memFree=30588068/32872528 swapFree=1103228/1182944
[pid=28243] ppid=28240 vsize=9625040 CPUtime=2.24 cores=0,2,4,6
/proc/28243/stat : 28243 (java) S 28240 28243 24719 0 -1 4202496 12938 0 1 0 222 2 0 0 20 0 19 0 13396508 9856040960 12951 33554432000 1073741824 1073778376 140733526417792 140733526408928 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28243/statm: 2406260 12951 2267 9 0 2396937 0
[pid=28243/tid=28244] ppid=28240 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/28243/task/28244/stat : 28244 (java) R 28240 28243 24719 0 -1 4202560 2415 0 1 0 145 1 0 0 20 0 19 0 13396508 9856040960 12951 33554432000 1073741824 1073778376 140733526417792 139809140277752 139808987468314 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28243/tid=28246] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28246/stat : 28246 (java) S 28240 28243 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13396509 9856040960 12951 33554432000 1073741824 1073778376 140733526417792 139809112730280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28247] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28247/stat : 28247 (java) S 28240 28243 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13396509 9856040960 12951 33554432000 1073741824 1073778376 140733526417792 139809111677736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28243/tid=28248] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28248/stat : 28248 (java) S 28240 28243 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13396509 9856040960 12951 33554432000 1073741824 1073778376 140733526417792 139809110625192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28243/tid=28249] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28249/stat : 28249 (java) S 28240 28243 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13396509 9856040960 12951 33554432000 1073741824 1073778376 140733526417792 139809109572648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28243/tid=28250] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28250/stat : 28250 (java) S 28240 28243 24719 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13396509 9856040960 12951 33554432000 1073741824 1073778376 140733526417792 139809108519080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28251] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28251/stat : 28251 (java) S 28240 28243 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13396509 9856040960 12951 33554432000 1073741824 1073778376 140733526417792 139809107466536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28243/tid=28252] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28252/stat : 28252 (java) S 28240 28243 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13396509 9856040960 12951 33554432000 1073741824 1073778376 140733526417792 139809106413992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28243/tid=28253] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28253/stat : 28253 (java) S 28240 28243 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13396509 9856040960 12951 33554432000 1073741824 1073778376 140733526417792 139808975923752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28254] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28254/stat : 28254 (java) S 28240 28243 24719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13396510 9856040960 12951 33554432000 1073741824 1073778376 140733526417792 139808492976744 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28255] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28255/stat : 28255 (java) S 28240 28243 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13396510 9856040960 12951 33554432000 1073741824 1073778376 140733526417792 139808491923064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28256] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28256/stat : 28256 (java) S 28240 28243 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13396510 9856040960 12951 33554432000 1073741824 1073778376 140733526417792 139808490870408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28257] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28257/stat : 28257 (java) S 28240 28243 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13396513 9856040960 12951 33554432000 1073741824 1073778376 140733526417792 139808489819152 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28258] ppid=28240 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/28243/task/28258/stat : 28258 (java) S 28240 28243 24719 0 -1 4202560 3176 0 0 0 35 0 0 0 20 0 19 0 13396513 9856040960 12951 33554432000 1073741824 1073778376 140733526417792 139808488765496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28259] ppid=28240 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/28243/task/28259/stat : 28259 (java) S 28240 28243 24719 0 -1 4202560 6075 0 0 0 38 0 0 0 20 0 19 0 13396513 9856040960 12951 33554432000 1073741824 1073778376 140733526417792 139808487712952 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28243/tid=28260] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28260/stat : 28260 (java) S 28240 28243 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13396513 9856040960 12951 33554432000 1073741824 1073778376 140733526417792 139808486660600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28243/tid=28261] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28261/stat : 28261 (java) S 28240 28243 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13396513 9856040960 12951 33554432000 1073741824 1073778376 140733526417792 139808485608264 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28262] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28262/stat : 28262 (java) S 28240 28243 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13396542 9856040960 12951 33554432000 1073741824 1073778376 140733526417792 139808484554024 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.35 2.32 2.26 3/213 28262
/proc/meminfo: memFree=30581436/32872528 swapFree=1103228/1182944
[pid=28243] ppid=28240 vsize=9625040 CPUtime=3.84 cores=0,2,4,6
/proc/28243/stat : 28243 (java) S 28240 28243 24719 0 -1 4202496 12941 0 1 0 382 2 0 0 20 0 19 0 13396508 9856040960 13975 33554432000 1073741824 1073778376 140733526417792 140733526408928 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28243/statm: 2406260 13975 2267 9 0 2396937 0
[pid=28243/tid=28244] ppid=28240 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/28243/task/28244/stat : 28244 (java) R 28240 28243 24719 0 -1 4202560 2418 0 1 0 304 1 0 0 20 0 19 0 13396508 9856040960 13975 33554432000 1073741824 1073778376 140733526417792 139809140268720 139808987513294 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28246] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28246/stat : 28246 (java) S 28240 28243 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13396509 9856040960 13975 33554432000 1073741824 1073778376 140733526417792 139809112730280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28247] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28247/stat : 28247 (java) S 28240 28243 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13396509 9856040960 13975 33554432000 1073741824 1073778376 140733526417792 139809111677736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28243/tid=28248] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28248/stat : 28248 (java) S 28240 28243 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13396509 9856040960 13975 33554432000 1073741824 1073778376 140733526417792 139809110625192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28243/tid=28249] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28249/stat : 28249 (java) S 28240 28243 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13396509 9856040960 13975 33554432000 1073741824 1073778376 140733526417792 139809109572648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28243/tid=28250] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28250/stat : 28250 (java) S 28240 28243 24719 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13396509 9856040960 13975 33554432000 1073741824 1073778376 140733526417792 139809108519080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28251] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28251/stat : 28251 (java) S 28240 28243 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13396509 9856040960 13975 33554432000 1073741824 1073778376 140733526417792 139809107466536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28243/tid=28252] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28252/stat : 28252 (java) S 28240 28243 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13396509 9856040960 13975 33554432000 1073741824 1073778376 140733526417792 139809106413992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28243/tid=28253] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28253/stat : 28253 (java) S 28240 28243 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13396509 9856040960 13975 33554432000 1073741824 1073778376 140733526417792 139808975923752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28254] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28254/stat : 28254 (java) S 28240 28243 24719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13396510 9856040960 13975 33554432000 1073741824 1073778376 140733526417792 139808492976744 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28255] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28255/stat : 28255 (java) S 28240 28243 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13396510 9856040960 13975 33554432000 1073741824 1073778376 140733526417792 139808491923064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28256] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28256/stat : 28256 (java) S 28240 28243 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13396510 9856040960 13975 33554432000 1073741824 1073778376 140733526417792 139808490870408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28257] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28257/stat : 28257 (java) S 28240 28243 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13396513 9856040960 13975 33554432000 1073741824 1073778376 140733526417792 139808489819152 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28258] ppid=28240 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/28243/task/28258/stat : 28258 (java) S 28240 28243 24719 0 -1 4202560 3176 0 0 0 35 0 0 0 20 0 19 0 13396513 9856040960 13975 33554432000 1073741824 1073778376 140733526417792 139808488765496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28259] ppid=28240 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/28243/task/28259/stat : 28259 (java) S 28240 28243 24719 0 -1 4202560 6075 0 0 0 39 0 0 0 20 0 19 0 13396513 9856040960 13975 33554432000 1073741824 1073778376 140733526417792 139808487712952 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28243/tid=28260] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28260/stat : 28260 (java) S 28240 28243 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13396513 9856040960 13975 33554432000 1073741824 1073778376 140733526417792 139808486660600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28243/tid=28261] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28261/stat : 28261 (java) S 28240 28243 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13396513 9856040960 13975 33554432000 1073741824 1073778376 140733526417792 139808485608264 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28243/tid=28262] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28262/stat : 28262 (java) S 28240 28243 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13396542 9856040960 13975 33554432000 1073741824 1073778376 140733526417792 139808484554024 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 9625040

[startup+6.30089 s]
/proc/loadavg: 2.35 2.32 2.26 3/213 28262
/proc/meminfo: memFree=30574796/32872528 swapFree=1103228/1182944
[pid=28243] ppid=28240 vsize=9625040 CPUtime=7.05 cores=0,2,4,6
/proc/28243/stat : 28243 (java) S 28240 28243 24719 0 -1 4202496 12946 0 1 0 702 3 0 0 20 0 19 0 13396508 9856040960 15512 33554432000 1073741824 1073778376 140733526417792 140733526408928 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28243/statm: 2406260 15512 2268 9 0 2396937 0
[pid=28243/tid=28244] ppid=28240 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/28243/task/28244/stat : 28244 (java) R 28240 28243 24719 0 -1 4202560 2422 0 1 0 622 1 0 0 20 0 19 0 13396508 9856040960 15512 33554432000 1073741824 1073778376 140733526417792 139809140268704 139808987468391 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28246] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28246/stat : 28246 (java) S 28240 28243 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13396509 9856040960 15512 33554432000 1073741824 1073778376 140733526417792 139809112730280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28247] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28247/stat : 28247 (java) S 28240 28243 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13396509 9856040960 15512 33554432000 1073741824 1073778376 140733526417792 139809111677736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28243/tid=28248] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28248/stat : 28248 (java) S 28240 28243 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13396509 9856040960 15512 33554432000 1073741824 1073778376 140733526417792 139809110625192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28243/tid=28249] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28249/stat : 28249 (java) S 28240 28243 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13396509 9856040960 15512 33554432000 1073741824 1073778376 140733526417792 139809109572648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28243/tid=28250] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28250/stat : 28250 (java) S 28240 28243 24719 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13396509 9856040960 15512 33554432000 1073741824 1073778376 140733526417792 139809108519080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28251] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28251/stat : 28251 (java) S 28240 28243 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13396509 9856040960 15512 33554432000 1073741824 1073778376 140733526417792 139809107466536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28243/tid=28252] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28252/stat : 28252 (java) S 28240 28243 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13396509 9856040960 15512 33554432000 1073741824 1073778376 140733526417792 139809106413992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28243/tid=28253] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28253/stat : 28253 (java) S 28240 28243 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13396509 9856040960 15512 33554432000 1073741824 1073778376 140733526417792 139808975923752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28254] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28254/stat : 28254 (java) S 28240 28243 24719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13396510 9856040960 15512 33554432000 1073741824 1073778376 140733526417792 139808492976744 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28243/tid=28255] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28255/stat : 28255 (java) S 28240 28243 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13396510 9856040960 15512 33554432000 1073741824 1073778376 140733526417792 139808491923064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28256] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28256/stat : 28256 (java) S 28240 28243 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13396510 9856040960 15512 33554432000 1073741824 1073778376 140733526417792 139808490870408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28257] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28257/stat : 28257 (java) S 28240 28243 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13396513 9856040960 15512 33554432000 1073741824 1073778376 140733526417792 139808489819152 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28258] ppid=28240 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/28243/task/28258/stat : 28258 (java) S 28240 28243 24719 0 -1 4202560 3176 0 0 0 36 0 0 0 20 0 19 0 13396513 9856040960 15512 33554432000 1073741824 1073778376 140733526417792 139808488765496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28259] ppid=28240 vsize=9625040 CPUtime=0.4 cores=0,2,4,6

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

[pid=28243/tid=28262] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28262/stat : 28262 (java) S 28240 28243 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13396542 9856040960 59704 33554432000 1073741824 1073778376 140733526417792 139808484554024 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1663.61
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.24 2.19 2.18 3/213 29500
/proc/meminfo: memFree=30409252/32872528 swapFree=1103228/1182944
[pid=28243] ppid=28240 vsize=9625040 CPUtime=1723.62 cores=0,2,4,6
/proc/28243/stat : 28243 (java) S 28240 28243 24719 0 -1 4202496 13792 0 1 0 172325 37 0 0 20 0 19 0 13396508 9856040960 59704 33554432000 1073741824 1073778376 140733526417792 140733526408928 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28243/statm: 2406260 59704 2282 9 0 2396937 0
[pid=28243/tid=28244] ppid=28240 vsize=9625040 CPUtime=1717.64 cores=0,2,4,6
/proc/28243/task/28244/stat : 28244 (java) R 28240 28243 24719 0 -1 4202560 2479 0 1 0 171734 30 0 0 20 0 19 0 13396508 9856040960 59704 33554432000 1073741824 1073778376 140733526417792 139809140268704 139808987513299 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28246] ppid=28240 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/28243/task/28246/stat : 28246 (java) S 28240 28243 24719 0 -1 4202560 37 0 0 0 2 0 0 0 20 0 19 0 13396509 9856040960 59704 33554432000 1073741824 1073778376 140733526417792 139809112730280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28243/tid=28247] ppid=28240 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/28243/task/28247/stat : 28247 (java) S 28240 28243 24719 0 -1 4202560 36 0 0 0 2 0 0 0 20 0 19 0 13396509 9856040960 59704 33554432000 1073741824 1073778376 140733526417792 139809111677736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28243/tid=28248] ppid=28240 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/28243/task/28248/stat : 28248 (java) S 28240 28243 24719 0 -1 4202560 19 0 0 0 5 0 0 0 20 0 19 0 13396509 9856040960 59704 33554432000 1073741824 1073778376 140733526417792 139809110625192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28243/tid=28249] ppid=28240 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/28243/task/28249/stat : 28249 (java) S 28240 28243 24719 0 -1 4202560 149 0 0 0 5 1 0 0 20 0 19 0 13396509 9856040960 59704 33554432000 1073741824 1073778376 140733526417792 139809109572648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28243/tid=28250] ppid=28240 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/28243/task/28250/stat : 28250 (java) S 28240 28243 24719 0 -1 4202560 122 0 0 0 3 1 0 0 20 0 19 0 13396509 9856040960 59704 33554432000 1073741824 1073778376 140733526417792 139809108519080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28243/tid=28251] ppid=28240 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/28243/task/28251/stat : 28251 (java) S 28240 28243 24719 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 13396509 9856040960 59704 33554432000 1073741824 1073778376 140733526417792 139809107466536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28243/tid=28252] ppid=28240 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/28243/task/28252/stat : 28252 (java) S 28240 28243 24719 0 -1 4202560 119 0 0 0 3 0 0 0 20 0 19 0 13396509 9856040960 59704 33554432000 1073741824 1073778376 140733526417792 139809106413992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28243/tid=28253] ppid=28240 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/28243/task/28253/stat : 28253 (java) S 28240 28243 24719 0 -1 4202560 167 0 0 0 3 1 0 0 20 0 19 0 13396509 9856040960 59704 33554432000 1073741824 1073778376 140733526417792 139808975923752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28254] ppid=28240 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/28243/task/28254/stat : 28254 (java) S 28240 28243 24719 0 -1 4202560 37 0 0 0 1 1 0 0 20 0 19 0 13396510 9856040960 59704 33554432000 1073741824 1073778376 140733526417792 139808492976744 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28255] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28255/stat : 28255 (java) S 28240 28243 24719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13396510 9856040960 59704 33554432000 1073741824 1073778376 140733526417792 139808491923064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28243/tid=28256] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28256/stat : 28256 (java) S 28240 28243 24719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13396510 9856040960 59704 33554432000 1073741824 1073778376 140733526417792 139808490870408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28257] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28257/stat : 28257 (java) S 28240 28243 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13396513 9856040960 59704 33554432000 1073741824 1073778376 140733526417792 139808489819152 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28258] ppid=28240 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/28243/task/28258/stat : 28258 (java) S 28240 28243 24719 0 -1 4202560 3176 0 0 0 36 0 0 0 20 0 19 0 13396513 9856040960 59704 33554432000 1073741824 1073778376 140733526417792 139808488765496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28259] ppid=28240 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/28243/task/28259/stat : 28259 (java) S 28240 28243 24719 0 -1 4202560 6079 0 0 0 42 0 0 0 20 0 19 0 13396513 9856040960 59704 33554432000 1073741824 1073778376 140733526417792 139808487712952 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28243/tid=28260] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28260/stat : 28260 (java) S 28240 28243 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13396513 9856040960 59704 33554432000 1073741824 1073778376 140733526417792 139808486660600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28243/tid=28261] ppid=28240 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/28243/task/28261/stat : 28261 (java) S 28240 28243 24719 0 -1 4202560 100 0 0 0 36 32 0 0 20 0 19 0 13396513 9856040960 59704 33554432000 1073741824 1073778376 140733526417792 139808485608264 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28243/tid=28262] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28262/stat : 28262 (java) S 28240 28243 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13396542 9856040960 59704 33554432000 1073741824 1073778376 140733526417792 139808484554024 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1723.62
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.20 2.18 2.17 3/213 29501
/proc/meminfo: memFree=30359996/32872528 swapFree=1103228/1182944
[pid=28243] ppid=28240 vsize=9625040 CPUtime=1783.75 cores=0,2,4,6
/proc/28243/stat : 28243 (java) S 28240 28243 24719 0 -1 4202496 13920 0 1 0 178333 42 0 0 20 0 19 0 13396508 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 140733526408928 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28243/statm: 2406260 67952 2282 9 0 2396937 0
[pid=28243/tid=28244] ppid=28240 vsize=9625040 CPUtime=1777.44 cores=0,2,4,6
/proc/28243/task/28244/stat : 28244 (java) R 28240 28243 24719 0 -1 4202560 2480 0 1 0 177713 31 0 0 20 0 19 0 13396508 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 139809140276400 139808987513294 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28246] ppid=28240 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/28243/task/28246/stat : 28246 (java) S 28240 28243 24719 0 -1 4202560 54 0 0 0 4 0 0 0 20 0 19 0 13396509 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 139809112730280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28243/tid=28247] ppid=28240 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/28243/task/28247/stat : 28247 (java) S 28240 28243 24719 0 -1 4202560 43 0 0 0 2 1 0 0 20 0 19 0 13396509 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 139809111677736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28243/tid=28248] ppid=28240 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/28243/task/28248/stat : 28248 (java) S 28240 28243 24719 0 -1 4202560 37 0 0 0 5 2 0 0 20 0 19 0 13396509 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 139809110625192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28243/tid=28249] ppid=28240 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/28243/task/28249/stat : 28249 (java) S 28240 28243 24719 0 -1 4202560 155 0 0 0 6 2 0 0 20 0 19 0 13396509 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 139809109572648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28243/tid=28250] ppid=28240 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/28243/task/28250/stat : 28250 (java) S 28240 28243 24719 0 -1 4202560 154 0 0 0 6 2 0 0 20 0 19 0 13396509 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 139809108519080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28243/tid=28251] ppid=28240 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/28243/task/28251/stat : 28251 (java) S 28240 28243 24719 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 19 0 13396509 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 139809107466536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28243/tid=28252] ppid=28240 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/28243/task/28252/stat : 28252 (java) S 28240 28243 24719 0 -1 4202560 124 0 0 0 5 0 0 0 20 0 19 0 13396509 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 139809106413992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28243/tid=28253] ppid=28240 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/28243/task/28253/stat : 28253 (java) S 28240 28243 24719 0 -1 4202560 191 0 0 0 6 2 0 0 20 0 19 0 13396509 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 139808975923752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28243/tid=28254] ppid=28240 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/28243/task/28254/stat : 28254 (java) S 28240 28243 24719 0 -1 4202560 43 0 0 0 1 1 0 0 20 0 19 0 13396510 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 139808492976744 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28255] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28255/stat : 28255 (java) S 28240 28243 24719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13396510 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 139808491923064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28243/tid=28256] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28256/stat : 28256 (java) S 28240 28243 24719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13396510 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 139808490870408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28257] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28257/stat : 28257 (java) S 28240 28243 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13396513 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 139808489819152 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28258] ppid=28240 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/28243/task/28258/stat : 28258 (java) S 28240 28243 24719 0 -1 4202560 3176 0 0 0 36 0 0 0 20 0 19 0 13396513 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 139808488765496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28259] ppid=28240 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/28243/task/28259/stat : 28259 (java) S 28240 28243 24719 0 -1 4202560 6079 0 0 0 42 0 0 0 20 0 19 0 13396513 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 139808487712952 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28243/tid=28260] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28260/stat : 28260 (java) S 28240 28243 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13396513 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 139808486660600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28243/tid=28261] ppid=28240 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/28243/task/28261/stat : 28261 (java) S 28240 28243 24719 0 -1 4202560 104 0 0 0 37 33 0 0 20 0 19 0 13396513 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 139808485608264 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28243/tid=28262] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28262/stat : 28262 (java) S 28240 28243 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13396542 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 139808484554024 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1783.75
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.61 s]
/proc/loadavg: 2.14 2.17 2.17 3/212 29501
/proc/meminfo: memFree=30360008/32872528 swapFree=1103228/1182944
[pid=28243] ppid=28240 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/28243/stat : 28243 (java) S 28240 28243 24719 0 -1 4202496 13920 0 1 0 179963 42 0 0 20 0 19 0 13396508 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 140733526408928 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28243/statm: 2406260 67952 2282 9 0 2396937 0
[pid=28243/tid=28244] ppid=28240 vsize=9625040 CPUtime=1793.7 cores=0,2,4,6
/proc/28243/task/28244/stat : 28244 (java) R 28240 28243 24719 0 -1 4202560 2480 0 1 0 179339 31 0 0 20 0 19 0 13396508 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 139809140276400 139808987468195 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28246] ppid=28240 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/28243/task/28246/stat : 28246 (java) S 28240 28243 24719 0 -1 4202560 54 0 0 0 4 0 0 0 20 0 19 0 13396509 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 139809112730280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28243/tid=28247] ppid=28240 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/28243/task/28247/stat : 28247 (java) S 28240 28243 24719 0 -1 4202560 43 0 0 0 2 1 0 0 20 0 19 0 13396509 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 139809111677736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28243/tid=28248] ppid=28240 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/28243/task/28248/stat : 28248 (java) S 28240 28243 24719 0 -1 4202560 37 0 0 0 5 2 0 0 20 0 19 0 13396509 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 139809110625192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28243/tid=28249] ppid=28240 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/28243/task/28249/stat : 28249 (java) S 28240 28243 24719 0 -1 4202560 155 0 0 0 6 2 0 0 20 0 19 0 13396509 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 139809109572648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28243/tid=28250] ppid=28240 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/28243/task/28250/stat : 28250 (java) S 28240 28243 24719 0 -1 4202560 154 0 0 0 6 2 0 0 20 0 19 0 13396509 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 139809108519080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28243/tid=28251] ppid=28240 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/28243/task/28251/stat : 28251 (java) S 28240 28243 24719 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 19 0 13396509 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 139809107466536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28243/tid=28252] ppid=28240 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/28243/task/28252/stat : 28252 (java) S 28240 28243 24719 0 -1 4202560 124 0 0 0 5 0 0 0 20 0 19 0 13396509 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 139809106413992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28243/tid=28253] ppid=28240 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/28243/task/28253/stat : 28253 (java) S 28240 28243 24719 0 -1 4202560 191 0 0 0 6 2 0 0 20 0 19 0 13396509 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 139808975923752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28243/tid=28254] ppid=28240 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/28243/task/28254/stat : 28254 (java) S 28240 28243 24719 0 -1 4202560 43 0 0 0 1 1 0 0 20 0 19 0 13396510 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 139808492976744 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28255] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28255/stat : 28255 (java) S 28240 28243 24719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13396510 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 139808491923064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28243/tid=28256] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28256/stat : 28256 (java) S 28240 28243 24719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13396510 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 139808490870408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28257] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28257/stat : 28257 (java) S 28240 28243 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13396513 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 139808489819152 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28258] ppid=28240 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/28243/task/28258/stat : 28258 (java) S 28240 28243 24719 0 -1 4202560 3176 0 0 0 36 0 0 0 20 0 19 0 13396513 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 139808488765496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28243/tid=28259] ppid=28240 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/28243/task/28259/stat : 28259 (java) S 28240 28243 24719 0 -1 4202560 6079 0 0 0 42 0 0 0 20 0 19 0 13396513 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 139808487712952 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28243/tid=28260] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28260/stat : 28260 (java) S 28240 28243 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13396513 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 139808486660600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28243/tid=28261] ppid=28240 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/28243/task/28261/stat : 28261 (java) S 28240 28243 24719 0 -1 4202560 104 0 0 0 37 34 0 0 20 0 19 0 13396513 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 139808485608264 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28243/tid=28262] ppid=28240 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28243/task/28262/stat : 28262 (java) S 28240 28243 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13396542 9856040960 67952 33554432000 1073741824 1073778376 140733526417792 139808484554024 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 28243 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 28243 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=99103
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=900863
# CPU time returned by wait4() is 1796
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.65
CPU time (s): 1800.05
CPU user time (s): 1799.63
CPU system time (s): 0.42
CPU usage (%): 100.078
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.1
system time used= 0.900863
maximum resident set size= 271932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13957
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38177
involuntary context switches= 2831

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4031 second user time and 11.6022 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-16 23:44:35
IDJOB=4096320
IDBENCH=107597
IDSOLVER=2546
FILE ID=node115/4096320-1466113475
RUNJOBID= node115-1466113234-27740
PBS_JOBID= 19904041
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-5_6_28.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096320-1466113475/watcher-4096320-1466113475 -o /tmp/evaluation-result-4096320-1466113475/solver-4096320-1466113475 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466113234-27740 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4096320-1466113475.opb

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

MD5SUM BENCH= cb21c3f4ba210c47e3e6f31aa43f596d
RANDOM SEED=910294023

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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		: 2667.103
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		: 2667.103
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		: 2667.103
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		: 2667.103
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		: 2667.103
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		: 2667.103
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:        30628196 kB
Buffers:           70248 kB
Cached:           118824 kB
SwapCached:         2104 kB
Active:           226748 kB
Inactive:         114236 kB
Active(anon):     152624 kB
Inactive(anon):     1636 kB
Active(file):      74124 kB
Inactive(file):   112600 kB
Unevictable:     1182944 kB
Mlocked:         1103228 kB
SwapTotal:      67108856 kB
SwapFree:       67099112 kB
Dirty:              1016 kB
Writeback:             0 kB
AnonPages:       1356332 kB
Mapped:            15340 kB
Shmem:                 0 kB
Slab:             570496 kB
SReclaimable:      13904 kB
SUnreclaim:       556592 kB
KernelStack:        1752 kB
PageTables:         6180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1870324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 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= 71740 MiB
End job on node115 at 2016-06-17 00:14:34