Trace number 4105565

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.04 1799.08

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_2.opb
MD5SUM4618b6422bdc12197131d1d37f567363
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables41
Total number of constraints11
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10
Minimum length of a constraint1
Maximum length of a constraint40
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1196
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3589
Number of bits of the biggest sum of numbers12
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.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@587bd9f2
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@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4105565-1466262333.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
0.09/0.13	c ... done. Wall clock time 0.021s.
0.09/0.13	c declared #vars     41
0.09/0.13	c #constraints  11
0.09/0.13	c constraints type 
0.09/0.13	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.09/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
0.09/0.13	c 11 constraints processed.
0.09/0.13	c objective function length is 1 literals
0.60/0.48	c cleaning 2500 clauses out of 5000 with flag 10261/5000
1.12/0.85	c cleaning 4251 clauses out of 8502 with flag 22585/11002
1.62/1.34	c cleaning 5625 clauses out of 11249 with flag 36978/18000
2.23/1.96	c cleaning 6813 clauses out of 13626 with flag 53327/26002
3.16/2.80	c cleaning 7906 clauses out of 15811 with flag 71687/35000
4.01/3.60	c cleaning 8952 clauses out of 17906 with flag 92487/45001
5.01/4.68	c cleaning 9976 clauses out of 19954 with flag 115284/56001
6.52/6.16	c cleaning 10991 clauses out of 21983 with flag 139927/68006
8.03/7.70	c cleaning 11993 clauses out of 23986 with flag 166540/81000
9.93/9.57	c cleaning 12994 clauses out of 25993 with flag 195058/95000
12.23/11.81	c cleaning 13999 clauses out of 28001 with flag 225668/110002
14.93/14.51	c cleaning 14998 clauses out of 30000 with flag 258510/126000
17.83/17.41	c cleaning 16000 clauses out of 32002 with flag 293202/143000
20.83/20.48	c cleaning 16999 clauses out of 34002 with flag 329812/161000
24.13/23.76	c cleaning 17996 clauses out of 36004 with flag 369229/180001
27.73/27.32	c cleaning 19006 clauses out of 38012 with flag 410414/200005
31.73/31.39	c cleaning 19999 clauses out of 40001 with flag 453223/221000
35.83/35.49	c cleaning 21000 clauses out of 42002 with flag 498556/243000
40.72/40.37	c cleaning 21998 clauses out of 44002 with flag 545701/266000
46.12/45.76	c cleaning 23001 clauses out of 46005 with flag 595139/290001
51.92/51.53	c cleaning 24000 clauses out of 48004 with flag 646787/315001
58.52/58.18	c cleaning 24999 clauses out of 50004 with flag 700774/341001
65.62/65.26	c cleaning 26002 clauses out of 52005 with flag 756824/368001
73.13/72.73	c cleaning 27002 clauses out of 54004 with flag 814402/396002
81.33/80.90	c cleaning 27998 clauses out of 56000 with flag 874563/425000
89.83/89.41	c cleaning 28998 clauses out of 58003 with flag 937564/455001
98.34/97.96	c cleaning 30000 clauses out of 60006 with flag 1002453/486002
108.13/107.79	c cleaning 30996 clauses out of 62006 with flag 1068721/518002
118.73/118.35	c cleaning 31994 clauses out of 64008 with flag 1136902/551000
130.73/130.35	c cleaning 33008 clauses out of 66018 with flag 1206957/585004
143.54/143.11	c cleaning 34004 clauses out of 68010 with flag 1278870/620004
156.93/156.54	c cleaning 34995 clauses out of 70003 with flag 1353528/656001
170.13/169.77	c cleaning 36005 clauses out of 72009 with flag 1429995/693002
183.94/183.52	c cleaning 36998 clauses out of 74003 with flag 1508527/731001
199.30/198.80	c cleaning 38000 clauses out of 76008 with flag 1589158/770004
214.50/214.01	c cleaning 39001 clauses out of 78007 with flag 1671426/810003
231.30/230.86	c cleaning 40000 clauses out of 80004 with flag 1756547/851001
247.50/247.05	c cleaning 40996 clauses out of 82004 with flag 1843741/893001
265.50/265.07	c cleaning 42004 clauses out of 84007 with flag 1932653/936000
284.11/283.63	c cleaning 43002 clauses out of 86004 with flag 2025938/980001
305.11/304.63	c cleaning 43999 clauses out of 88001 with flag 2120663/1025000
326.51/326.07	c cleaning 44997 clauses out of 90002 with flag 2218938/1071000
348.72/348.27	c cleaning 46003 clauses out of 92005 with flag 2315946/1118000
371.12/370.60	c cleaning 46999 clauses out of 94004 with flag 2415259/1166002
394.12/393.64	c cleaning 47999 clauses out of 96003 with flag 2515729/1215000
420.22/419.73	c cleaning 49002 clauses out of 98005 with flag 2619199/1265001
445.52/445.10	c cleaning 49999 clauses out of 100002 with flag 2724474/1316000
472.83/472.39	c cleaning 51002 clauses out of 102005 with flag 2831276/1368002
504.75/504.23	c cleaning 52000 clauses out of 104002 with flag 2940753/1421001
538.36/537.90	c cleaning 52998 clauses out of 106002 with flag 3053217/1475001
570.36/569.88	c cleaning 53991 clauses out of 108004 with flag 3167714/1530001
601.90/601.31	c cleaning 55002 clauses out of 110014 with flag 3283110/1586002
639.42/638.85	c cleaning 56004 clauses out of 112010 with flag 3400631/1643000
679.23/678.65	c cleaning 56999 clauses out of 114007 with flag 3520456/1701001
719.13/718.59	c cleaning 57999 clauses out of 116008 with flag 3644164/1760001
762.14/761.52	c cleaning 59002 clauses out of 118008 with flag 3768338/1820000
804.04/803.44	c cleaning 60003 clauses out of 120011 with flag 3893383/1881005
844.85/844.26	c cleaning 61002 clauses out of 122006 with flag 4022864/1943003
890.66/890.03	c cleaning 61996 clauses out of 124004 with flag 4154606/2006003
935.18/934.58	c cleaning 62997 clauses out of 126005 with flag 4288198/2070000
983.89/983.29	c cleaning 64003 clauses out of 128008 with flag 4422733/2135000
1030.31/1029.64	c cleaning 65003 clauses out of 130006 with flag 4558943/2201001
1075.61/1074.90	c cleaning 65994 clauses out of 132002 with flag 4696503/2268000
1129.69/1128.91	c cleaning 66999 clauses out of 134008 with flag 4836760/2336000
1190.24/1189.42	c cleaning 68004 clauses out of 136011 with flag 4978396/2405002
1257.07/1256.25	c cleaning 69002 clauses out of 138006 with flag 5120984/2475001
1317.49/1316.61	c cleaning 70001 clauses out of 140006 with flag 5267752/2546003
1370.11/1369.20	c cleaning 70997 clauses out of 142003 with flag 5416753/2618001
1438.35/1437.49	c cleaning 72002 clauses out of 144007 with flag 5567858/2691002
1494.96/1494.06	c cleaning 72996 clauses out of 146003 with flag 5719912/2765000
1553.08/1552.20	c cleaning 74001 clauses out of 148007 with flag 5873508/2840000
1611.49/1610.51	c cleaning 74999 clauses out of 150006 with flag 6029456/2916000
1684.80/1683.84	c cleaning 76002 clauses out of 152008 with flag 6189293/2993001
1762.23/1761.26	c cleaning 76998 clauses out of 154005 with flag 6350656/3071000
1800.04/1799.04	c starts		: 852
1800.04/1799.04	c conflicts		: 3123221
1800.04/1799.04	c decisions		: 3200207
1800.04/1799.04	c propagations		: 24758060
1800.04/1799.04	c inspects		: 38491476340
1800.04/1799.04	c shortcuts		: 0
1800.04/1799.04	c learnt literals	: 0
1800.04/1799.04	c learnt binary clauses	: 0
1800.04/1799.04	c learnt ternary clauses	: 0
1800.04/1799.04	c learnt constraints	: 3123221
1800.04/1799.04	c ignored constraints	: 0
1800.04/1799.04	c root simplifications	: 0
1800.04/1799.04	c removed literals (reason simplification)	: 0
1800.04/1799.04	c reason swapping (by a shorter reason)	: 0
1800.04/1799.04	c Calls to reduceDB	: 74
1800.04/1799.04	c Number of update (reduction) of LBD	: 136088
1800.04/1799.04	c Imported unit clauses	: 0
1800.04/1799.04	c number of reductions to clauses (during analyze)	: 0
1800.04/1799.04	c number of learned constraints concerned by reduction	: 0
1800.04/1799.04	c number of learning phase by resolution	: 0
1800.04/1799.04	c number of learning phase by cutting planes	: 0
1800.04/1799.04	c speed (assignments/second)	: 13762.835432848948
1800.04/1799.04	c non guided choices	18
1800.04/1799.04	c timeout
1800.04/1799.07	c learnt constraints type 
1800.04/1799.07	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 129228
1800.04/1799.07	s UNKNOWN
1800.04/1799.07	c Total wall clock time (in seconds): 1798.957

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-4105565-1466262333/watcher-4105565-1466262333 -o /tmp/evaluation-result-4105565-1466262333/solver-4105565-1466262333 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466258740-12610 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4105565-1466262333.opb 

pid=13029
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.10 2.11 2.15 3/194 13032
/proc/meminfo: memFree=30603692/32872528 swapFree=681964/737152
[pid=13032] ppid=13029 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/13032/stat : 13032 (java) D 13029 13032 6358 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 28282506 9515008 186 33554432000 1073741824 1073778376 140734768281008 140734768263736 213857168679 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/13032/statm: 2323 186 143 9 0 71 0

[startup+0.100159 s]
/proc/loadavg: 2.10 2.11 2.15 3/194 13032
/proc/meminfo: memFree=30603692/32872528 swapFree=681964/737152
[pid=13032] ppid=13029 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/13032/stat : 13032 (java) S 13029 13032 6358 0 -1 4202496 4396 0 1 0 8 1 0 0 20 0 18 0 28282506 9787879424 6036 33554432000 1073741824 1073778376 140734768281008 140734768272144 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13032/statm: 2389619 6036 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200329 s]
/proc/loadavg: 2.10 2.11 2.15 3/194 13032
/proc/meminfo: memFree=30603692/32872528 swapFree=681964/737152
[pid=13032] ppid=13029 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/13032/stat : 13032 (java) S 13029 13032 6358 0 -1 4202496 6470 0 1 0 29 1 0 0 20 0 19 0 28282506 9856040960 7278 33554432000 1073741824 1073778376 140734768281008 140734768272144 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13032/statm: 2406260 7278 2214 9 0 2396937 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9625040

[startup+0.300346 s]
/proc/loadavg: 2.10 2.11 2.15 3/194 13032
/proc/meminfo: memFree=30603692/32872528 swapFree=681964/737152
[pid=13032] ppid=13029 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/13032/stat : 13032 (java) S 13029 13032 6358 0 -1 4202496 6544 0 1 0 49 1 0 0 20 0 19 0 28282506 9856040960 7352 33554432000 1073741824 1073778376 140734768281008 140734768272144 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13032/statm: 2406260 7352 2231 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700238 s]
/proc/loadavg: 2.10 2.11 2.15 3/194 13032
/proc/meminfo: memFree=30603692/32872528 swapFree=681964/737152
[pid=13032] ppid=13029 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/13032/stat : 13032 (java) S 13029 13032 6358 0 -1 4202496 7647 0 1 0 99 2 0 0 20 0 19 0 28282506 9856040960 8319 33554432000 1073741824 1073778376 140734768281008 140734768272144 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13032/statm: 2406260 8319 2244 9 0 2396937 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.10 2.11 2.15 3/213 13051
/proc/meminfo: memFree=30576720/32872528 swapFree=681964/737152
[pid=13032] ppid=13029 vsize=9625040 CPUtime=1.83 cores=1,3,5,7
/proc/13032/stat : 13032 (java) S 13029 13032 6358 0 -1 4202496 7657 0 1 0 181 2 0 0 20 0 19 0 28282506 9856040960 8839 33554432000 1073741824 1073778376 140734768281008 140734768272144 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13032/statm: 2406260 8839 2246 9 0 2396937 0
[pid=13032/tid=13034] ppid=13029 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/13032/task/13034/stat : 13034 (java) R 13029 13032 6358 0 -1 4202560 2411 0 1 0 145 1 0 0 20 0 19 0 28282507 9856040960 8839 33554432000 1073741824 1073778376 140734768281008 140165242777296 140165066979236 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13032/tid=13035] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13035/stat : 13035 (java) S 13029 13032 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28282509 9856040960 8839 33554432000 1073741824 1073778376 140734768281008 140165204278312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13036] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13036/stat : 13036 (java) S 13029 13032 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28282509 9856040960 8839 33554432000 1073741824 1073778376 140734768281008 140165203225512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13032/tid=13037] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13037/stat : 13037 (java) S 13029 13032 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28282509 9856040960 8839 33554432000 1073741824 1073778376 140734768281008 140165202172712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13032/tid=13038] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13038/stat : 13038 (java) S 13029 13032 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28282509 9856040960 8839 33554432000 1073741824 1073778376 140734768281008 140165201119912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13032/tid=13039] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13039/stat : 13039 (java) S 13029 13032 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28282509 9856040960 8839 33554432000 1073741824 1073778376 140734768281008 140165200067112 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13040] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13040/stat : 13040 (java) S 13029 13032 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28282509 9856040960 8839 33554432000 1073741824 1073778376 140734768281008 140165199014312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13032/tid=13041] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13041/stat : 13041 (java) S 13029 13032 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28282509 9856040960 8839 33554432000 1073741824 1073778376 140734768281008 140165197961512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13042] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13042/stat : 13042 (java) S 13029 13032 6358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28282509 9856040960 8839 33554432000 1073741824 1073778376 140734768281008 140165196908712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13043] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13043/stat : 13043 (java) S 13029 13032 6358 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28282510 9856040960 8839 33554432000 1073741824 1073778376 140734768281008 140165066517480 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13044] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13044/stat : 13044 (java) S 13029 13032 6358 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28282510 9856040960 8839 33554432000 1073741824 1073778376 140734768281008 140165065463544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13045] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13045/stat : 13045 (java) S 13029 13032 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28282510 9856040960 8839 33554432000 1073741824 1073778376 140734768281008 140165064410632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13046] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13046/stat : 13046 (java) S 13029 13032 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28282512 9856040960 8839 33554432000 1073741824 1073778376 140734768281008 140165063359120 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13047] ppid=13029 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/13032/task/13047/stat : 13047 (java) S 13029 13032 6358 0 -1 4202560 2103 0 0 0 19 0 0 0 20 0 19 0 28282512 9856040960 8839 33554432000 1073741824 1073778376 140734768281008 140165062306232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13048] ppid=13029 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/13032/task/13048/stat : 13048 (java) S 13029 13032 6358 0 -1 4202560 1871 0 0 0 13 0 0 0 20 0 19 0 28282512 9856040960 8839 33554432000 1073741824 1073778376 140734768281008 140165061253432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13032/tid=13049] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13049/stat : 13049 (java) S 13029 13032 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28282513 9856040960 8839 33554432000 1073741824 1073778376 140734768281008 140165060200824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13032/tid=13050] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13050/stat : 13050 (java) S 13029 13032 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28282513 9856040960 8839 33554432000 1073741824 1073778376 140734768281008 140165059148232 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13051] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13051/stat : 13051 (java) S 13029 13032 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28282521 9856040960 8839 33554432000 1073741824 1073778376 140734768281008 140165058094760 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.17 2.12 2.15 3/193 13067
/proc/meminfo: memFree=31187608/32872528 swapFree=681964/737152
[pid=13032] ppid=13029 vsize=9625040 CPUtime=3.51 cores=1,3,5,7
/proc/13032/stat : 13032 (java) S 13029 13032 6358 0 -1 4202496 8736 0 1 0 349 2 0 0 20 0 19 0 28282506 9856040960 9897 33554432000 1073741824 1073778376 140734768281008 140734768272144 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13032/statm: 2406260 9897 2247 9 0 2396937 0
[pid=13032/tid=13034] ppid=13029 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/13032/task/13034/stat : 13034 (java) R 13029 13032 6358 0 -1 4202560 2413 0 1 0 305 1 0 0 20 0 19 0 28282507 9856040960 9897 33554432000 1073741824 1073778376 140734768281008 140165242784192 140165066936675 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13032/tid=13035] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13035/stat : 13035 (java) S 13029 13032 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28282509 9856040960 9897 33554432000 1073741824 1073778376 140734768281008 140165204278312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13036] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13036/stat : 13036 (java) S 13029 13032 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28282509 9856040960 9897 33554432000 1073741824 1073778376 140734768281008 140165203225512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13032/tid=13037] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13037/stat : 13037 (java) S 13029 13032 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28282509 9856040960 9897 33554432000 1073741824 1073778376 140734768281008 140165202172712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13032/tid=13038] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13038/stat : 13038 (java) S 13029 13032 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28282509 9856040960 9897 33554432000 1073741824 1073778376 140734768281008 140165201119912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13032/tid=13039] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13039/stat : 13039 (java) S 13029 13032 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28282509 9856040960 9897 33554432000 1073741824 1073778376 140734768281008 140165200067112 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13040] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13040/stat : 13040 (java) S 13029 13032 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28282509 9856040960 9897 33554432000 1073741824 1073778376 140734768281008 140165199014312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13032/tid=13041] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13041/stat : 13041 (java) S 13029 13032 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28282509 9856040960 9897 33554432000 1073741824 1073778376 140734768281008 140165197961512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13042] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13042/stat : 13042 (java) S 13029 13032 6358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28282509 9856040960 9897 33554432000 1073741824 1073778376 140734768281008 140165196908712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13043] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13043/stat : 13043 (java) S 13029 13032 6358 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28282510 9856040960 9897 33554432000 1073741824 1073778376 140734768281008 140165066517480 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13044] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13044/stat : 13044 (java) S 13029 13032 6358 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28282510 9856040960 9897 33554432000 1073741824 1073778376 140734768281008 140165065463544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13045] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13045/stat : 13045 (java) S 13029 13032 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28282510 9856040960 9897 33554432000 1073741824 1073778376 140734768281008 140165064410632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13046] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13046/stat : 13046 (java) S 13029 13032 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28282512 9856040960 9897 33554432000 1073741824 1073778376 140734768281008 140165063359120 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13047] ppid=13029 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/13032/task/13047/stat : 13047 (java) S 13029 13032 6358 0 -1 4202560 2105 0 0 0 19 0 0 0 20 0 19 0 28282512 9856040960 9897 33554432000 1073741824 1073778376 140734768281008 140165062306232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13048] ppid=13029 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/13032/task/13048/stat : 13048 (java) S 13029 13032 6358 0 -1 4202560 2946 0 0 0 21 0 0 0 20 0 19 0 28282512 9856040960 9897 33554432000 1073741824 1073778376 140734768281008 140165061253432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13032/tid=13049] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13049/stat : 13049 (java) S 13029 13032 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28282513 9856040960 9897 33554432000 1073741824 1073778376 140734768281008 140165060200824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13032/tid=13050] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13050/stat : 13050 (java) S 13029 13032 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28282513 9856040960 9897 33554432000 1073741824 1073778376 140734768281008 140165059148232 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13051] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13051/stat : 13051 (java) S 13029 13032 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28282521 9856040960 9897 33554432000 1073741824 1073778376 140734768281008 140165058094760 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.17 2.12 2.15 3/213 13117
/proc/meminfo: memFree=31134680/32872528 swapFree=681964/737152
[pid=13032] ppid=13029 vsize=9625040 CPUtime=6.73 cores=1,3,5,7
/proc/13032/stat : 13032 (java) S 13029 13032 6358 0 -1 4202496 8742 0 1 0 671 2 0 0 20 0 19 0 28282506 9856040960 11348 33554432000 1073741824 1073778376 140734768281008 140734768272144 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13032/statm: 2406260 11348 2248 9 0 2396937 0
[pid=13032/tid=13034] ppid=13029 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/13032/task/13034/stat : 13034 (java) R 13029 13032 6358 0 -1 4202560 2418 0 1 0 624 1 0 0 20 0 19 0 28282507 9856040960 11348 33554432000 1073741824 1073778376 140734768281008 140165242777264 140165066944657 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13032/tid=13035] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13035/stat : 13035 (java) S 13029 13032 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28282509 9856040960 11348 33554432000 1073741824 1073778376 140734768281008 140165204278312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13036] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13036/stat : 13036 (java) S 13029 13032 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28282509 9856040960 11348 33554432000 1073741824 1073778376 140734768281008 140165203225512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13032/tid=13037] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13037/stat : 13037 (java) S 13029 13032 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28282509 9856040960 11348 33554432000 1073741824 1073778376 140734768281008 140165202172712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13032/tid=13038] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13038/stat : 13038 (java) S 13029 13032 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28282509 9856040960 11348 33554432000 1073741824 1073778376 140734768281008 140165201119912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13032/tid=13039] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13039/stat : 13039 (java) S 13029 13032 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28282509 9856040960 11348 33554432000 1073741824 1073778376 140734768281008 140165200067112 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13040] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13040/stat : 13040 (java) S 13029 13032 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28282509 9856040960 11348 33554432000 1073741824 1073778376 140734768281008 140165199014312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13032/tid=13041] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13041/stat : 13041 (java) S 13029 13032 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28282509 9856040960 11348 33554432000 1073741824 1073778376 140734768281008 140165197961512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13042] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13042/stat : 13042 (java) S 13029 13032 6358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28282509 9856040960 11348 33554432000 1073741824 1073778376 140734768281008 140165196908712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13043] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13043/stat : 13043 (java) S 13029 13032 6358 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28282510 9856040960 11348 33554432000 1073741824 1073778376 140734768281008 140165066517480 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13044] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13044/stat : 13044 (java) S 13029 13032 6358 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28282510 9856040960 11348 33554432000 1073741824 1073778376 140734768281008 140165065463544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13045] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13045/stat : 13045 (java) S 13029 13032 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28282510 9856040960 11348 33554432000 1073741824 1073778376 140734768281008 140165064410632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13046] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13046/stat : 13046 (java) S 13029 13032 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28282512 9856040960 11348 33554432000 1073741824 1073778376 140734768281008 140165063359120 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13047] ppid=13029 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/13032/task/13047/stat : 13047 (java) S 13029 13032 6358 0 -1 4202560 2105 0 0 0 19 0 0 0 20 0 19 0 28282512 9856040960 11348 33554432000 1073741824 1073778376 140734768281008 140165062306232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13048] ppid=13029 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/13032/task/13048/stat : 13048 (java) S 13029 13032 6358 0 -1 4202560 2946 0 0 0 23 0 0 0 20 0 19 0 28282512 9856040960 11348 33554432000 1073741824 1073778376 140734768281008 140165061253432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13032/tid=13049] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13049/stat : 13049 (java) S 13029 13032 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28282513 9856040960 11348 33554432000 1073741824 1073778376 140734768281008 140165060200824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13032/tid=13050] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13050/stat : 13050 (java) S 13029 13032 6358 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28282513 9856040960 11348 33554432000 1073741824 1073778376 140734768281008 140165059148232 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13051] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13051/stat : 13051 (java) S 13029 13032 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28282521 9856040960 11348 33554432000 1073741824 1073778376 140734768281008 140165058094760 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.73
Current children cumulated vsize (KiB) 9625040


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

[pid=13032/tid=13051] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13051/stat : 13051 (java) S 13029 13032 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28282521 9856040960 50798 33554432000 1073741824 1073778376 140734768281008 140165058094760 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1663.29
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.11 2.14 2.14 3/213 13160
/proc/meminfo: memFree=30517536/32872528 swapFree=681964/737152
[pid=13032] ppid=13029 vsize=9625040 CPUtime=1723.31 cores=1,3,5,7
/proc/13032/stat : 13032 (java) S 13029 13032 6358 0 -1 4202496 9136 0 1 0 172289 42 0 0 20 0 19 0 28282506 9856040960 50798 33554432000 1073741824 1073778376 140734768281008 140734768272144 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13032/statm: 2406260 50798 2262 9 0 2396937 0
[pid=13032/tid=13034] ppid=13029 vsize=9625040 CPUtime=1717.74 cores=1,3,5,7
/proc/13032/task/13034/stat : 13034 (java) R 13029 13032 6358 0 -1 4202560 2479 0 1 0 171746 28 0 0 20 0 19 0 28282507 9856040960 50798 33554432000 1073741824 1073778376 140734768281008 140165242777280 140165067030963 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13032/tid=13035] ppid=13029 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13032/task/13035/stat : 13035 (java) S 13029 13032 6358 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 28282509 9856040960 50798 33554432000 1073741824 1073778376 140734768281008 140165204278312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13032/tid=13036] ppid=13029 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13032/task/13036/stat : 13036 (java) S 13029 13032 6358 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 28282509 9856040960 50798 33554432000 1073741824 1073778376 140734768281008 140165203225512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13037] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13037/stat : 13037 (java) S 13029 13032 6358 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28282509 9856040960 50798 33554432000 1073741824 1073778376 140734768281008 140165202172712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13038] ppid=13029 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/13032/task/13038/stat : 13038 (java) S 13029 13032 6358 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 28282509 9856040960 50798 33554432000 1073741824 1073778376 140734768281008 140165201119912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13032/tid=13039] ppid=13029 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13032/task/13039/stat : 13039 (java) S 13029 13032 6358 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 28282509 9856040960 50798 33554432000 1073741824 1073778376 140734768281008 140165200067112 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13040] ppid=13029 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13032/task/13040/stat : 13040 (java) S 13029 13032 6358 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 28282509 9856040960 50798 33554432000 1073741824 1073778376 140734768281008 140165199014312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13032/tid=13041] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13041/stat : 13041 (java) S 13029 13032 6358 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28282509 9856040960 50798 33554432000 1073741824 1073778376 140734768281008 140165197961512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13042] ppid=13029 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13032/task/13042/stat : 13042 (java) S 13029 13032 6358 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 28282509 9856040960 50798 33554432000 1073741824 1073778376 140734768281008 140165196908712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13043] ppid=13029 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13032/task/13043/stat : 13043 (java) S 13029 13032 6358 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 28282510 9856040960 50798 33554432000 1073741824 1073778376 140734768281008 140165066517480 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13044] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13044/stat : 13044 (java) S 13029 13032 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28282510 9856040960 50798 33554432000 1073741824 1073778376 140734768281008 140165065463544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13045] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13045/stat : 13045 (java) S 13029 13032 6358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 28282510 9856040960 50798 33554432000 1073741824 1073778376 140734768281008 140165064410632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13046] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13046/stat : 13046 (java) S 13029 13032 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28282512 9856040960 50798 33554432000 1073741824 1073778376 140734768281008 140165063359120 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13047] ppid=13029 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/13032/task/13047/stat : 13047 (java) S 13029 13032 6358 0 -1 4202560 2105 0 0 0 19 0 0 0 20 0 19 0 28282512 9856040960 50798 33554432000 1073741824 1073778376 140734768281008 140165062306232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13048] ppid=13029 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/13032/task/13048/stat : 13048 (java) S 13029 13032 6358 0 -1 4202560 3089 0 0 0 26 0 0 0 20 0 19 0 28282512 9856040960 50798 33554432000 1073741824 1073778376 140734768281008 140165061253432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13032/tid=13049] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13049/stat : 13049 (java) S 13029 13032 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28282513 9856040960 50798 33554432000 1073741824 1073778376 140734768281008 140165060200824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13032/tid=13050] ppid=13029 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/13032/task/13050/stat : 13050 (java) S 13029 13032 6358 0 -1 4202560 102 0 0 0 32 41 0 0 20 0 19 0 28282513 9856040960 50798 33554432000 1073741824 1073778376 140734768281008 140165059148232 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13051] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13051/stat : 13051 (java) S 13029 13032 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28282521 9856040960 50798 33554432000 1073741824 1073778376 140734768281008 140165058094760 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1723.31
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.15 2.14 2.14 4/213 13161
/proc/meminfo: memFree=30497904/32872528 swapFree=681964/737152
[pid=13032] ppid=13029 vsize=9625040 CPUtime=1783.33 cores=1,3,5,7
/proc/13032/stat : 13032 (java) S 13029 13032 6358 0 -1 4202496 9138 0 1 0 178289 44 0 0 20 0 19 0 28282506 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140734768272144 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13032/statm: 2406260 51009 2262 9 0 2396937 0
[pid=13032/tid=13034] ppid=13029 vsize=9625040 CPUtime=1777.58 cores=1,3,5,7
/proc/13032/task/13034/stat : 13034 (java) R 13029 13032 6358 0 -1 4202560 2479 0 1 0 177729 29 0 0 20 0 19 0 28282507 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140165242777280 140165067030963 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13032/tid=13035] ppid=13029 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13032/task/13035/stat : 13035 (java) S 13029 13032 6358 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 28282509 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140165204278312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13032/tid=13036] ppid=13029 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13032/task/13036/stat : 13036 (java) S 13029 13032 6358 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 28282509 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140165203225512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13037] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13037/stat : 13037 (java) S 13029 13032 6358 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28282509 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140165202172712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13038] ppid=13029 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/13032/task/13038/stat : 13038 (java) S 13029 13032 6358 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 28282509 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140165201119912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13032/tid=13039] ppid=13029 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13032/task/13039/stat : 13039 (java) S 13029 13032 6358 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 28282509 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140165200067112 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13040] ppid=13029 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13032/task/13040/stat : 13040 (java) S 13029 13032 6358 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 28282509 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140165199014312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13032/tid=13041] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13041/stat : 13041 (java) S 13029 13032 6358 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28282509 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140165197961512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13042] ppid=13029 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13032/task/13042/stat : 13042 (java) S 13029 13032 6358 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 28282509 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140165196908712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13043] ppid=13029 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13032/task/13043/stat : 13043 (java) S 13029 13032 6358 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 28282510 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140165066517480 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13044] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13044/stat : 13044 (java) S 13029 13032 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28282510 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140165065463544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13045] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13045/stat : 13045 (java) S 13029 13032 6358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 28282510 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140165064410632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13046] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13046/stat : 13046 (java) S 13029 13032 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28282512 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140165063359120 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13047] ppid=13029 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/13032/task/13047/stat : 13047 (java) S 13029 13032 6358 0 -1 4202560 2105 0 0 0 19 0 0 0 20 0 19 0 28282512 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140165062306232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13048] ppid=13029 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/13032/task/13048/stat : 13048 (java) S 13029 13032 6358 0 -1 4202560 3089 0 0 0 26 0 0 0 20 0 19 0 28282512 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140165061253432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13032/tid=13049] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13049/stat : 13049 (java) S 13029 13032 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28282513 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140165060200824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13032/tid=13050] ppid=13029 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/13032/task/13050/stat : 13050 (java) S 13029 13032 6358 0 -1 4202560 104 0 0 0 33 43 0 0 20 0 19 0 28282513 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140165059148232 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13051] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13051/stat : 13051 (java) S 13029 13032 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28282521 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140165058094760 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1783.33
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799 s]
/proc/loadavg: 2.12 2.13 2.13 3/213 13161
/proc/meminfo: memFree=30497908/32872528 swapFree=681964/737152
[pid=13032] ppid=13029 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/13032/stat : 13032 (java) S 13029 13032 6358 0 -1 4202496 9140 0 1 0 179959 45 0 0 20 0 19 0 28282506 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140734768272144 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13032/statm: 2406260 51009 2262 9 0 2396937 0
[pid=13032/tid=13034] ppid=13029 vsize=9625040 CPUtime=1794.24 cores=1,3,5,7
/proc/13032/task/13034/stat : 13034 (java) R 13029 13032 6358 0 -1 4202560 2479 0 1 0 179395 29 0 0 20 0 19 0 28282507 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140165242777280 140165067031552 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13032/tid=13035] ppid=13029 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13032/task/13035/stat : 13035 (java) S 13029 13032 6358 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 28282509 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140165204278312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13032/tid=13036] ppid=13029 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13032/task/13036/stat : 13036 (java) S 13029 13032 6358 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 28282509 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140165203225512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13037] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13037/stat : 13037 (java) S 13029 13032 6358 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28282509 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140165202172712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13038] ppid=13029 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/13032/task/13038/stat : 13038 (java) S 13029 13032 6358 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 28282509 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140165201119912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13032/tid=13039] ppid=13029 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13032/task/13039/stat : 13039 (java) S 13029 13032 6358 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 28282509 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140165200067112 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13040] ppid=13029 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13032/task/13040/stat : 13040 (java) S 13029 13032 6358 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 28282509 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140165199014312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13032/tid=13041] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13041/stat : 13041 (java) S 13029 13032 6358 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28282509 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140165197961512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13042] ppid=13029 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13032/task/13042/stat : 13042 (java) S 13029 13032 6358 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 28282509 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140165196908712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13043] ppid=13029 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13032/task/13043/stat : 13043 (java) S 13029 13032 6358 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 28282510 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140165066517480 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13044] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13044/stat : 13044 (java) S 13029 13032 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28282510 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140165065463544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13045] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13045/stat : 13045 (java) S 13029 13032 6358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 28282510 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140165064410632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13046] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13046/stat : 13046 (java) S 13029 13032 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28282512 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140165063359120 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13047] ppid=13029 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/13032/task/13047/stat : 13047 (java) S 13029 13032 6358 0 -1 4202560 2105 0 0 0 19 0 0 0 20 0 19 0 28282512 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140165062306232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13048] ppid=13029 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/13032/task/13048/stat : 13048 (java) S 13029 13032 6358 0 -1 4202560 3089 0 0 0 26 0 0 0 20 0 19 0 28282512 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140165061253432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13032/tid=13049] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13049/stat : 13049 (java) S 13029 13032 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28282513 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140165060200824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13032/tid=13050] ppid=13029 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/13032/task/13050/stat : 13050 (java) S 13029 13032 6358 0 -1 4202560 106 0 0 0 33 43 0 0 20 0 19 0 28282513 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140165059148232 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13032/tid=13051] ppid=13029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13051/stat : 13051 (java) S 13029 13032 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28282521 9856040960 51009 33554432000 1073741824 1073778376 140734768281008 140165058094760 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 13032 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 13032 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=168092
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=871867
# CPU time returned by wait4() is 1796.04
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1799.08
CPU time (s): 1800.04
CPU user time (s): 1799.59
CPU system time (s): 0.45
CPU usage (%): 100.054
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.17
system time used= 0.871867
maximum resident set size= 226684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9729
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38072
involuntary context switches= 4343

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7114 second user time and 13.7929 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-18 17:05:33
IDJOB=4105565
IDBENCH=2903
IDSOLVER=2546
FILE ID=node112/4105565-1466262333
RUNJOBID= node112-1466258740-12610
PBS_JOBID= 19918204
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_5_40_2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105565-1466262333/watcher-4105565-1466262333 -o /tmp/evaluation-result-4105565-1466262333/solver-4105565-1466262333 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466258740-12610 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4105565-1466262333.opb

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

MD5SUM BENCH= 4618b6422bdc12197131d1d37f567363
RANDOM SEED=641851583

node112.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.734
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.46
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.734
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.734
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	: 5321.48
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.734
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.734
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.734
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.734
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.734
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30603964 kB
Buffers:           54412 kB
Cached:           126032 kB
SwapCached:         2028 kB
Active:           677196 kB
Inactive:         119360 kB
Active(anon):     614592 kB
Inactive(anon):     4000 kB
Active(file):      62604 kB
Inactive(file):   115360 kB
Unevictable:      737152 kB
Mlocked:          681964 kB
SwapTotal:      67108856 kB
SwapFree:       67096744 kB
Dirty:               876 kB
Writeback:             0 kB
AnonPages:       1352680 kB
Mapped:            15300 kB
Shmem:                 0 kB
Slab:             601528 kB
SReclaimable:      45144 kB
SUnreclaim:       556384 kB
KernelStack:        1600 kB
PageTables:         6628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1505624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    657408 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= 71712 MiB
End job on node112 at 2016-06-18 17:35:32