Trace number 4085037

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.01 1795.03

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_4_ic.opb
MD5SUMe305c1d0330d93c0634ea10582f6edce
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 106496424
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 11026350169
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 106496424
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 11026350169
Number of bits of the biggest sum of numbers34
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	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.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4085037-1465351914.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  objective function found
1.03/0.56	c ... done. Wall clock time 0.462s.
1.03/0.56	c declared #vars     15725
1.03/0.56	c #constraints  33139
1.03/0.56	c constraints type 
1.03/0.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.03/0.56	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.03/0.56	c org.sat4j.specs.Constr$1 => 3
1.03/0.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.03/0.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.03/0.56	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.03/0.56	c 33139 constraints processed.
1.03/0.57	c objective function length is 1825 literals
4.40/3.33	c cleaning 2500 clauses out of 5000 with flag 19834/5000
6.65/5.53	c cleaning 4251 clauses out of 8501 with flag 48146/11001
9.74/8.62	c cleaning 5624 clauses out of 11249 with flag 78439/18000
13.65/12.56	c cleaning 6812 clauses out of 13627 with flag 117691/26002
17.53/16.37	c cleaning 7909 clauses out of 15817 with flag 167713/35004
22.52/21.32	c cleaning 8949 clauses out of 17904 with flag 225462/45000
27.53/26.36	c cleaning 9972 clauses out of 19955 with flag 313700/56000
33.63/32.49	c cleaning 10987 clauses out of 21986 with flag 385874/68003
40.23/39.01	c cleaning 11994 clauses out of 23997 with flag 457915/81001
47.33/46.13	c cleaning 12996 clauses out of 26003 with flag 543670/95001
54.23/53.07	c cleaning 13998 clauses out of 28007 with flag 629767/110001
63.82/62.62	c cleaning 14998 clauses out of 30008 with flag 712911/126000
71.83/70.65	c cleaning 16000 clauses out of 32011 with flag 797646/143001
80.33/79.12	c cleaning 16997 clauses out of 34010 with flag 899543/161000
89.80/88.55	c cleaning 17994 clauses out of 36013 with flag 1011849/180000
100.90/99.60	c cleaning 19002 clauses out of 38020 with flag 1097942/200001
111.21/109.97	c cleaning 20003 clauses out of 40019 with flag 1204106/221002
122.11/120.88	c cleaning 20999 clauses out of 42014 with flag 1342980/243000
134.51/133.28	c cleaning 22007 clauses out of 44016 with flag 1499089/266001
147.00/145.62	c cleaning 23002 clauses out of 46009 with flag 1619875/290001
159.60/158.25	c cleaning 23998 clauses out of 48007 with flag 1767851/315001
174.40/173.06	c cleaning 25002 clauses out of 50009 with flag 1969049/341001
188.80/187.41	c cleaning 25995 clauses out of 52008 with flag 2155785/368002
203.40/202.01	c cleaning 26999 clauses out of 54011 with flag 2327994/396000
219.16/217.64	c cleaning 27996 clauses out of 56013 with flag 2507537/425001
233.66/232.14	c cleaning 29000 clauses out of 58017 with flag 2730637/455001
250.55/249.01	c cleaning 30000 clauses out of 60016 with flag 2943440/486000
269.87/268.37	c cleaning 30999 clauses out of 62016 with flag 3115750/518000
288.16/286.62	c cleaning 32004 clauses out of 64019 with flag 3277746/551002
307.12/305.49	c cleaning 33002 clauses out of 66013 with flag 3435613/585000
327.52/325.83	c cleaning 33997 clauses out of 68013 with flag 3621071/620002
349.73/348.01	c cleaning 34999 clauses out of 70014 with flag 3797113/656000
372.24/370.51	c cleaning 36000 clauses out of 72017 with flag 3982091/693002
396.94/395.06	c cleaning 36998 clauses out of 74017 with flag 4195931/731002
422.53/420.69	c cleaning 37996 clauses out of 76017 with flag 4388144/770000
447.63/445.74	c cleaning 39003 clauses out of 78021 with flag 4592845/810000
473.14/471.29	c cleaning 40006 clauses out of 80020 with flag 4793843/851002
497.07/495.00	c cleaning 41006 clauses out of 82014 with flag 5046540/893002
526.17/524.08	c cleaning 41993 clauses out of 84006 with flag 5308273/936000
553.68/551.50	c cleaning 42998 clauses out of 86013 with flag 5535974/980000
583.27/580.83	c cleaning 44000 clauses out of 88015 with flag 5802740/1025000
613.27/610.69	c cleaning 45001 clauses out of 90017 with flag 6089789/1071002
645.88/643.24	c cleaning 46001 clauses out of 92016 with flag 6364569/1118002
680.78/677.92	c cleaning 46996 clauses out of 94014 with flag 6637479/1166001
713.50/710.62	c cleaning 48002 clauses out of 96017 with flag 6950022/1215000
741.06/738.14	c cleaning 49002 clauses out of 98015 with flag 7282100/1265000
771.26/768.28	c cleaning 50000 clauses out of 100013 with flag 7608716/1316000
809.17/806.18	c cleaning 51005 clauses out of 102013 with flag 7943290/1368000
840.49/837.40	c cleaning 51997 clauses out of 104009 with flag 8287122/1421001
879.00/875.79	c cleaning 53001 clauses out of 106012 with flag 8608113/1475001
915.20/911.93	c cleaning 53997 clauses out of 108010 with flag 8969082/1530000
948.73/945.46	c cleaning 55000 clauses out of 110014 with flag 9284943/1586001
986.01/982.68	c cleaning 56005 clauses out of 112013 with flag 9587126/1643000
1024.07/1020.68	c cleaning 56999 clauses out of 114008 with flag 9951851/1701000
1067.06/1063.52	c cleaning 58000 clauses out of 116010 with flag 10321456/1760001
1107.26/1103.63	c cleaning 58999 clauses out of 118009 with flag 10670734/1820000
1145.17/1141.56	c cleaning 59993 clauses out of 120010 with flag 11004346/1881000
1189.33/1185.66	c cleaning 61001 clauses out of 122018 with flag 11364557/1943001
1233.75/1229.92	c cleaning 62001 clauses out of 124016 with flag 11741625/2006000
1275.05/1271.10	c cleaning 63001 clauses out of 126017 with flag 12196504/2070002
1319.75/1315.71	c cleaning 64002 clauses out of 128014 with flag 12727584/2135000
1366.95/1362.83	c cleaning 64999 clauses out of 130013 with flag 13253264/2201001
1408.74/1404.58	c cleaning 66000 clauses out of 132014 with flag 13778146/2268001
1456.32/1452.02	c cleaning 67001 clauses out of 134014 with flag 14267615/2336001
1503.41/1499.02	c cleaning 67996 clauses out of 136012 with flag 14690841/2405000
1550.09/1545.67	c cleaning 69004 clauses out of 138017 with flag 15139422/2475001
1602.85/1598.30	c cleaning 70001 clauses out of 140013 with flag 15574404/2546001
1656.52/1651.80	c cleaning 70997 clauses out of 142015 with flag 16001070/2618004
1710.60/1705.88	c cleaning 72001 clauses out of 144015 with flag 16477049/2691001
1772.02/1767.14	c cleaning 73003 clauses out of 146015 with flag 17012367/2765002
1800.01/1795.00	c starts		: 4817
1800.01/1795.00	c conflicts		: 2809002
1800.01/1795.00	c decisions		: 4003082
1800.01/1795.00	c propagations		: 1760164668
1800.01/1795.00	c inspects		: 22418541134
1800.01/1795.00	c shortcuts		: 0
1800.01/1795.00	c learnt literals	: 0
1800.01/1795.00	c learnt binary clauses	: 0
1800.01/1795.00	c learnt ternary clauses	: 2
1800.01/1795.00	c learnt constraints	: 2809002
1800.01/1795.00	c ignored constraints	: 0
1800.01/1795.00	c root simplifications	: 0
1800.01/1795.00	c removed literals (reason simplification)	: 0
1800.01/1795.00	c reason swapping (by a shorter reason)	: 0
1800.01/1795.00	c Calls to reduceDB	: 70
1800.01/1795.00	c Number of update (reduction) of LBD	: 989596
1800.01/1795.00	c Imported unit clauses	: 0
1800.01/1795.00	c number of reductions to clauses (during analyze)	: 0
1800.01/1795.00	c number of learned constraints concerned by reduction	: 0
1800.01/1795.00	c number of learning phase by resolution	: 0
1800.01/1795.00	c number of learning phase by cutting planes	: 0
1800.01/1795.00	c speed (assignments/second)	: 980911.813140424
1800.01/1795.00	c non guided choices	4
1800.01/1795.01	c timeout
1800.01/1795.03	c learnt constraints type 
1800.01/1795.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 117013
1800.01/1795.03	s UNKNOWN
1800.01/1795.03	c Total wall clock time (in seconds): 1794.924

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-4085037-1465351914/watcher-4085037-1465351914 -o /tmp/evaluation-result-4085037-1465351914/solver-4085037-1465351914 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1465339364-19292 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085037-1465351914.opb 

pid=20927
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.34 2.29 2.22 3/193 20930
/proc/meminfo: memFree=29224264/32872528 swapFree=14448/1543360
[pid=20930] ppid=20927 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/20930/stat : 20930 (java) S 20927 20930 19275 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 117124997 98570240 977 33554432000 1073741824 1073778376 140735694127104 140735694118240 266439000125 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20930/statm: 24065 978 744 9 0 16771 0
[pid=20930/tid=20931] ppid=20927 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20931/stat : 20931 (java) R 20927 20930 19275 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 117124998 98570240 978 33554432000 1073741824 1073778376 140735694127104 140703177129512 266435642752 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.10017 s]
/proc/loadavg: 2.34 2.29 2.22 3/193 20930
/proc/meminfo: memFree=29224264/32872528 swapFree=14448/1543360
[pid=20930] ppid=20927 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/20930/stat : 20930 (java) S 20927 20930 19275 0 -1 4202496 4477 0 1 0 9 1 0 0 20 0 18 0 117124997 9787879424 6098 33554432000 1073741824 1073778376 140735694127104 140735694118240 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20930/statm: 2389619 6098 2155 9 0 2380296 0
[pid=20930/tid=20931] ppid=20927 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/20930/task/20931/stat : 20931 (java) R 20927 20930 19275 0 -1 4202560 2382 0 1 0 7 0 0 0 20 0 18 0 117124998 9787879424 6098 33554432000 1073741824 1073778376 140735694127104 140703177132960 266439025933 0 4 0 16800975 0 0 0 -1 1 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.34 2.29 2.22 3/193 20930
/proc/meminfo: memFree=29224264/32872528 swapFree=14448/1543360
[pid=20930] ppid=20927 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/20930/stat : 20930 (java) S 20927 20930 19275 0 -1 4202496 5134 0 1 0 29 1 0 0 20 0 18 0 117124997 9787879424 7613 33554432000 1073741824 1073778376 140735694127104 140735694118240 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20930/statm: 2389619 7613 2221 9 0 2380296 0
[pid=20930/tid=20931] ppid=20927 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/20930/task/20931/stat : 20931 (java) R 20927 20930 19275 0 -1 4202560 2407 0 1 0 17 0 0 0 20 0 18 0 117124998 9787879424 7613 33554432000 1073741824 1073778376 140735694127104 140703177123240 140703011253840 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300302 s]
/proc/loadavg: 2.34 2.29 2.22 3/193 20930
/proc/meminfo: memFree=29224264/32872528 swapFree=14448/1543360
[pid=20930] ppid=20927 vsize=9558476 CPUtime=0.53 cores=1,3,5,7
/proc/20930/stat : 20930 (java) S 20927 20930 19275 0 -1 4202496 5833 0 1 0 52 1 0 0 20 0 18 0 117124997 9787879424 9573 33554432000 1073741824 1073778376 140735694127104 140735694118240 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20930/statm: 2389619 9573 2235 9 0 2380296 0
[pid=20930/tid=20931] ppid=20927 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/20930/task/20931/stat : 20931 (java) R 20927 20930 19275 0 -1 4202560 2411 0 1 0 26 1 0 0 20 0 18 0 117124998 9787879424 9573 33554432000 1073741824 1073778376 140735694127104 140703177123240 140703180419987 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700222 s]
/proc/loadavg: 2.34 2.29 2.22 3/193 20930
/proc/meminfo: memFree=29224264/32872528 swapFree=14448/1543360
[pid=20930] ppid=20927 vsize=9625040 CPUtime=1.53 cores=1,3,5,7
/proc/20930/stat : 20930 (java) S 20927 20930 19275 0 -1 4202496 12648 0 1 0 149 4 0 0 20 0 19 0 117124997 9856040960 33811 33554432000 1073741824 1073778376 140735694127104 140735694118240 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20930/statm: 2406260 33811 2263 9 0 2396937 0
[pid=20930/tid=20931] ppid=20927 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/20930/task/20931/stat : 20931 (java) R 20927 20930 19275 0 -1 4202560 2464 0 1 0 64 3 0 0 20 0 19 0 117124998 9856040960 33811 33554432000 1073741824 1073778376 140735694127104 140703177126040 140703011300673 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 9625040

[startup+1.50089 s]
/proc/loadavg: 2.34 2.29 2.22 3/212 20949
/proc/meminfo: memFree=29096576/32872528 swapFree=14448/1543360
[pid=20930] ppid=20927 vsize=9625040 CPUtime=2.54 cores=1,3,5,7
/proc/20930/stat : 20930 (java) S 20927 20930 19275 0 -1 4202496 13527 0 1 0 249 5 0 0 20 0 19 0 117124997 9856040960 34014 33554432000 1073741824 1073778376 140735694127104 140735694118240 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20930/statm: 2406260 34014 2265 9 0 2396937 0
[pid=20930/tid=20931] ppid=20927 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/20930/task/20931/stat : 20931 (java) R 20927 20930 19275 0 -1 4202560 2465 0 1 0 144 3 0 0 20 0 19 0 117124998 9856040960 34014 33554432000 1073741824 1073778376 140735694127104 140703177134312 140703011949128 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20930/tid=20933] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20933/stat : 20933 (java) S 20927 20930 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117124998 9856040960 34014 33554432000 1073741824 1073778376 140735694127104 140703138626344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20934] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20934/stat : 20934 (java) S 20927 20930 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117124998 9856040960 34014 33554432000 1073741824 1073778376 140735694127104 140703137573544 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20930/tid=20935] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20935/stat : 20935 (java) S 20927 20930 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117124998 9856040960 34014 33554432000 1073741824 1073778376 140735694127104 140703136521256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20930/tid=20936] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20936/stat : 20936 (java) S 20927 20930 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117124998 9856040960 34014 33554432000 1073741824 1073778376 140735694127104 140703135468456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20930/tid=20937] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20937/stat : 20937 (java) S 20927 20930 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117124998 9856040960 34014 33554432000 1073741824 1073778376 140735694127104 140703134415144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20938] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20938/stat : 20938 (java) S 20927 20930 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117124998 9856040960 34014 33554432000 1073741824 1073778376 140735694127104 140703133362344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20930/tid=20939] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20939/stat : 20939 (java) S 20927 20930 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117124998 9856040960 34014 33554432000 1073741824 1073778376 140735694127104 140703132310056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20940] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20940/stat : 20940 (java) S 20927 20930 19275 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 117124998 9856040960 34014 33554432000 1073741824 1073778376 140735694127104 140703131257256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20941] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20941/stat : 20941 (java) S 20927 20930 19275 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 117124999 9856040960 34014 33554432000 1073741824 1073778376 140735694127104 140703001078504 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20942] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20942/stat : 20942 (java) S 20927 20930 19275 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 117125000 9856040960 34014 33554432000 1073741824 1073778376 140735694127104 140703000024568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20943] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20943/stat : 20943 (java) S 20927 20930 19275 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 117125000 9856040960 34014 33554432000 1073741824 1073778376 140735694127104 140702998972168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20944] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20944/stat : 20944 (java) S 20927 20930 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117125002 9856040960 34014 33554432000 1073741824 1073778376 140735694127104 140702997920656 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20930/tid=20945] ppid=20927 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/20930/task/20945/stat : 20945 (java) S 20927 20930 19275 0 -1 4202560 4118 0 0 0 47 0 0 0 20 0 19 0 117125002 9856040960 34014 33554432000 1073741824 1073778376 140735694127104 140702996867256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20930/tid=20946] ppid=20927 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/20930/task/20946/stat : 20946 (java) S 20927 20930 19275 0 -1 4202560 5666 0 0 0 55 1 0 0 20 0 19 0 117125002 9856040960 34014 33554432000 1073741824 1073778376 140735694127104 140702995814456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20930/tid=20947] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20947/stat : 20947 (java) S 20927 20930 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117125002 9856040960 34014 33554432000 1073741824 1073778376 140735694127104 140702121978488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20930/tid=20948] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20948/stat : 20948 (java) S 20927 20930 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117125002 9856040960 34014 33554432000 1073741824 1073778376 140735694127104 140702120925896 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20949] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20949/stat : 20949 (java) S 20927 20930 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 117125056 9856040960 34014 33554432000 1073741824 1073778376 140735694127104 140702119871912 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.34 2.29 2.22 3/213 20950
/proc/meminfo: memFree=29094644/32872528 swapFree=14448/1543360
[pid=20930] ppid=20927 vsize=9625040 CPUtime=4.19 cores=1,3,5,7
/proc/20930/stat : 20930 (java) S 20927 20930 19275 0 -1 4202496 13968 0 1 0 414 5 0 0 20 0 19 0 117124997 9856040960 35042 33554432000 1073741824 1073778376 140735694127104 140735694118240 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20930/statm: 2406260 35042 2268 9 0 2396937 0
[pid=20930/tid=20931] ppid=20927 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/20930/task/20931/stat : 20931 (java) R 20927 20930 19275 0 -1 4202560 2469 0 1 0 304 3 0 0 20 0 19 0 117124998 9856040960 35042 33554432000 1073741824 1073778376 140735694127104 140703177132400 140703012090017 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20930/tid=20933] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20933/stat : 20933 (java) S 20927 20930 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117124998 9856040960 35042 33554432000 1073741824 1073778376 140735694127104 140703138626344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20934] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20934/stat : 20934 (java) S 20927 20930 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117124998 9856040960 35042 33554432000 1073741824 1073778376 140735694127104 140703137573544 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20930/tid=20935] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20935/stat : 20935 (java) S 20927 20930 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117124998 9856040960 35042 33554432000 1073741824 1073778376 140735694127104 140703136521256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20930/tid=20936] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20936/stat : 20936 (java) S 20927 20930 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117124998 9856040960 35042 33554432000 1073741824 1073778376 140735694127104 140703135468456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20930/tid=20937] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20937/stat : 20937 (java) S 20927 20930 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117124998 9856040960 35042 33554432000 1073741824 1073778376 140735694127104 140703134415144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20938] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20938/stat : 20938 (java) S 20927 20930 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117124998 9856040960 35042 33554432000 1073741824 1073778376 140735694127104 140703133362344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20930/tid=20939] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20939/stat : 20939 (java) S 20927 20930 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117124998 9856040960 35042 33554432000 1073741824 1073778376 140735694127104 140703132310056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20940] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20940/stat : 20940 (java) S 20927 20930 19275 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 117124998 9856040960 35042 33554432000 1073741824 1073778376 140735694127104 140703131257256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20941] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20941/stat : 20941 (java) S 20927 20930 19275 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 117124999 9856040960 35042 33554432000 1073741824 1073778376 140735694127104 140703001078504 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20942] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20942/stat : 20942 (java) S 20927 20930 19275 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 117125000 9856040960 35042 33554432000 1073741824 1073778376 140735694127104 140703000024568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20943] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20943/stat : 20943 (java) S 20927 20930 19275 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 117125000 9856040960 35042 33554432000 1073741824 1073778376 140735694127104 140702998972168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20944] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20944/stat : 20944 (java) S 20927 20930 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117125002 9856040960 35042 33554432000 1073741824 1073778376 140735694127104 140702997920656 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20930/tid=20945] ppid=20927 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/20930/task/20945/stat : 20945 (java) S 20927 20930 19275 0 -1 4202560 4118 0 0 0 48 0 0 0 20 0 19 0 117125002 9856040960 35042 33554432000 1073741824 1073778376 140735694127104 140702996867256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20930/tid=20946] ppid=20927 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/20930/task/20946/stat : 20946 (java) S 20927 20930 19275 0 -1 4202560 6102 0 0 0 59 1 0 0 20 0 19 0 117125002 9856040960 35042 33554432000 1073741824 1073778376 140735694127104 140702995814456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20930/tid=20947] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20947/stat : 20947 (java) S 20927 20930 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117125002 9856040960 35042 33554432000 1073741824 1073778376 140735694127104 140702121978488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20930/tid=20948] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20948/stat : 20948 (java) S 20927 20930 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117125002 9856040960 35042 33554432000 1073741824 1073778376 140735694127104 140702120925896 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20949] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20949/stat : 20949 (java) S 20927 20930 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 117125056 9856040960 35042 33554432000 1073741824 1073778376 140735694127104 140702119871912 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.31 2.28 2.22 3/213 20950
/proc/meminfo: memFree=29084112/32872528 swapFree=14448/1543360
[pid=20930] ppid=20927 vsize=9625040 CPUtime=7.44 cores=1,3,5,7
/proc/20930/stat : 20930 (java) S 20927 20930 19275 0 -1 4202496 13984 0 1 0 739 5 0 0 20 0 19 0 117124997 9856040960 37559 33554432000 1073741824 1073778376 140735694127104 140735694118240 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20930/statm: 2406260 37559 2272 9 0 2396937 0
[pid=20930/tid=20931] ppid=20927 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/20930/task/20931/stat : 20931 (java) R 20927 20930 19275 0 -1 4202560 2477 0 1 0 623 3 0 0 20 0 19 0 117124998 9856040960 37559 33554432000 1073741824 1073778376 140735694127104 140703177132272 140703011940213 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20930/tid=20933] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20933/stat : 20933 (java) S 20927 20930 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117124998 9856040960 37559 33554432000 1073741824 1073778376 140735694127104 140703138626344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20934] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20934/stat : 20934 (java) S 20927 20930 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117124998 9856040960 37559 33554432000 1073741824 1073778376 140735694127104 140703137573544 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20930/tid=20935] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20935/stat : 20935 (java) S 20927 20930 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117124998 9856040960 37559 33554432000 1073741824 1073778376 140735694127104 140703136521256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20930/tid=20936] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20936/stat : 20936 (java) S 20927 20930 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117124998 9856040960 37559 33554432000 1073741824 1073778376 140735694127104 140703135468456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20930/tid=20937] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20937/stat : 20937 (java) S 20927 20930 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117124998 9856040960 37559 33554432000 1073741824 1073778376 140735694127104 140703134415144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20938] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20938/stat : 20938 (java) S 20927 20930 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117124998 9856040960 37559 33554432000 1073741824 1073778376 140735694127104 140703133362344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20930/tid=20939] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20939/stat : 20939 (java) S 20927 20930 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117124998 9856040960 37559 33554432000 1073741824 1073778376 140735694127104 140703132310056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20940] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20940/stat : 20940 (java) S 20927 20930 19275 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 117124998 9856040960 37559 33554432000 1073741824 1073778376 140735694127104 140703131257256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20941] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20941/stat : 20941 (java) S 20927 20930 19275 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 117124999 9856040960 37559 33554432000 1073741824 1073778376 140735694127104 140703001078504 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20942] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20942/stat : 20942 (java) S 20927 20930 19275 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 117125000 9856040960 37559 33554432000 1073741824 1073778376 140735694127104 140703000024568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20943] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20943/stat : 20943 (java) S 20927 20930 19275 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 117125000 9856040960 37559 33554432000 1073741824 1073778376 140735694127104 140702998972168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20944] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20944/stat : 20944 (java) S 20927 20930 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117125002 9856040960 37559 33554432000 1073741824 1073778376 140735694127104 140702997920656 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20930/tid=20945] ppid=20927 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/20930/task/20945/stat : 20945 (java) S 20927 20930 19275 0 -1 4202560 4120 0 0 0 51 0 0 0 20 0 19 0 117125002 9856040960 37559 33554432000 1073741824 1073778376 140735694127104 140702996867256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20930/tid=20946] ppid=20927 vsize=9625040 CPUtime=0.64 cores=1,3,5,7

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

[pid=20930/tid=20949] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20949/stat : 20949 (java) S 20927 20930 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 117125056 9856040960 132242 33554432000 1073741824 1073778376 140735694127104 140702119871912 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1667.02
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.21 2.25 2.21 3/214 21058
/proc/meminfo: memFree=28616716/32872528 swapFree=14448/1543360
[pid=20930] ppid=20927 vsize=9625040 CPUtime=1727.13 cores=1,3,5,7
/proc/20930/stat : 20930 (java) S 20927 20930 19275 0 -1 4202496 16976 0 1 0 172603 110 0 0 20 0 19 0 117124997 9856040960 130190 33554432000 1073741824 1073778376 140735694127104 140735694118240 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20930/statm: 2406260 130190 2294 9 0 2396937 0
[pid=20930/tid=20931] ppid=20927 vsize=9625040 CPUtime=1715.77 cores=1,3,5,7
/proc/20930/task/20931/stat : 20931 (java) R 20927 20930 19275 0 -1 4202560 2522 0 1 0 171545 32 0 0 20 0 19 0 117124998 9856040960 130190 33554432000 1073741824 1073778376 140735694127104 140703177133248 140703011943923 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20930/tid=20933] ppid=20927 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/20930/task/20933/stat : 20933 (java) S 20927 20930 19275 0 -1 4202560 469 0 0 0 48 9 0 0 20 0 19 0 117124998 9856040960 130190 33554432000 1073741824 1073778376 140735694127104 140703138626344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20934] ppid=20927 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/20930/task/20934/stat : 20934 (java) S 20927 20930 19275 0 -1 4202560 257 0 0 0 51 8 0 0 20 0 19 0 117124998 9856040960 130190 33554432000 1073741824 1073778376 140735694127104 140703137573544 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20930/tid=20935] ppid=20927 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/20930/task/20935/stat : 20935 (java) S 20927 20930 19275 0 -1 4202560 377 0 0 0 50 10 0 0 20 0 19 0 117124998 9856040960 130190 33554432000 1073741824 1073778376 140735694127104 140703136521256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20930/tid=20936] ppid=20927 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/20930/task/20936/stat : 20936 (java) S 20927 20930 19275 0 -1 4202560 384 0 0 0 52 9 0 0 20 0 19 0 117124998 9856040960 130190 33554432000 1073741824 1073778376 140735694127104 140703135468456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20930/tid=20937] ppid=20927 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/20930/task/20937/stat : 20937 (java) S 20927 20930 19275 0 -1 4202560 252 0 0 0 48 7 0 0 20 0 19 0 117124998 9856040960 130190 33554432000 1073741824 1073778376 140735694127104 140703134415144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20938] ppid=20927 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/20930/task/20938/stat : 20938 (java) S 20927 20930 19275 0 -1 4202560 236 0 0 0 56 10 0 0 20 0 19 0 117124998 9856040960 130190 33554432000 1073741824 1073778376 140735694127104 140703133362344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20930/tid=20939] ppid=20927 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/20930/task/20939/stat : 20939 (java) S 20927 20930 19275 0 -1 4202560 359 0 0 0 49 9 0 0 20 0 19 0 117124998 9856040960 130190 33554432000 1073741824 1073778376 140735694127104 140703132310056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20940] ppid=20927 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/20930/task/20940/stat : 20940 (java) S 20927 20930 19275 0 -1 4202560 236 0 0 0 36 6 0 0 20 0 19 0 117124998 9856040960 130190 33554432000 1073741824 1073778376 140735694127104 140703131257256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20930/tid=20941] ppid=20927 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/20930/task/20941/stat : 20941 (java) S 20927 20930 19275 0 -1 4202560 282 0 0 0 58 3 0 0 20 0 19 0 117124999 9856040960 130190 33554432000 1073741824 1073778376 140735694127104 140703001078504 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20930/tid=20942] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20942/stat : 20942 (java) S 20927 20930 19275 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 117125000 9856040960 130190 33554432000 1073741824 1073778376 140735694127104 140703000024568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20943] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20943/stat : 20943 (java) S 20927 20930 19275 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 117125000 9856040960 130190 33554432000 1073741824 1073778376 140735694127104 140702998972168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20944] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20944/stat : 20944 (java) S 20927 20930 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117125002 9856040960 130190 33554432000 1073741824 1073778376 140735694127104 140702997920656 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20930/tid=20945] ppid=20927 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/20930/task/20945/stat : 20945 (java) S 20927 20930 19275 0 -1 4202560 4120 0 0 0 53 0 0 0 20 0 19 0 117125002 9856040960 130190 33554432000 1073741824 1073778376 140735694127104 140702996867256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20930/tid=20946] ppid=20927 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/20930/task/20946/stat : 20946 (java) S 20927 20930 19275 0 -1 4202560 6119 0 0 0 66 2 0 0 20 0 19 0 117125002 9856040960 130190 33554432000 1073741824 1073778376 140735694127104 140702995814456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20930/tid=20947] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20947/stat : 20947 (java) S 20927 20930 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117125002 9856040960 130190 33554432000 1073741824 1073778376 140735694127104 140702121978488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20930/tid=20948] ppid=20927 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/20930/task/20948/stat : 20948 (java) S 20927 20930 19275 0 -1 4202560 99 0 0 0 25 33 0 0 20 0 19 0 117125002 9856040960 130190 33554432000 1073741824 1073778376 140735694127104 140702120925896 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20930/tid=20949] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20949/stat : 20949 (java) S 20927 20930 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 117125056 9856040960 130190 33554432000 1073741824 1073778376 140735694127104 140702119871912 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1727.13
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.15 2.23 2.21 3/213 21059
/proc/meminfo: memFree=28627452/32872528 swapFree=14448/1543360
[pid=20930] ppid=20927 vsize=9625040 CPUtime=1787.23 cores=1,3,5,7
/proc/20930/stat : 20930 (java) S 20927 20930 19275 0 -1 4202496 16983 0 1 0 178611 112 0 0 20 0 19 0 117124997 9856040960 129148 33554432000 1073741824 1073778376 140735694127104 140735694118240 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20930/statm: 2406260 129148 2294 9 0 2396937 0
[pid=20930/tid=20931] ppid=20927 vsize=9625040 CPUtime=1775.56 cores=1,3,5,7
/proc/20930/task/20931/stat : 20931 (java) R 20927 20930 19275 0 -1 4202560 2523 0 1 0 177523 33 0 0 20 0 19 0 117124998 9856040960 129148 33554432000 1073741824 1073778376 140735694127104 140703177125568 140703011949867 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20930/tid=20933] ppid=20927 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/20930/task/20933/stat : 20933 (java) S 20927 20930 19275 0 -1 4202560 469 0 0 0 50 9 0 0 20 0 19 0 117124998 9856040960 129148 33554432000 1073741824 1073778376 140735694127104 140703138626344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20934] ppid=20927 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/20930/task/20934/stat : 20934 (java) S 20927 20930 19275 0 -1 4202560 257 0 0 0 53 8 0 0 20 0 19 0 117124998 9856040960 129148 33554432000 1073741824 1073778376 140735694127104 140703137573544 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20930/tid=20935] ppid=20927 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/20930/task/20935/stat : 20935 (java) S 20927 20930 19275 0 -1 4202560 377 0 0 0 51 10 0 0 20 0 19 0 117124998 9856040960 129148 33554432000 1073741824 1073778376 140735694127104 140703136521256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20936] ppid=20927 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/20930/task/20936/stat : 20936 (java) S 20927 20930 19275 0 -1 4202560 384 0 0 0 54 9 0 0 20 0 19 0 117124998 9856040960 129148 33554432000 1073741824 1073778376 140735694127104 140703135468456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20930/tid=20937] ppid=20927 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/20930/task/20937/stat : 20937 (java) S 20927 20930 19275 0 -1 4202560 252 0 0 0 50 7 0 0 20 0 19 0 117124998 9856040960 129148 33554432000 1073741824 1073778376 140735694127104 140703134415144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20938] ppid=20927 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/20930/task/20938/stat : 20938 (java) S 20927 20930 19275 0 -1 4202560 236 0 0 0 57 10 0 0 20 0 19 0 117124998 9856040960 129148 33554432000 1073741824 1073778376 140735694127104 140703133362344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20930/tid=20939] ppid=20927 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/20930/task/20939/stat : 20939 (java) S 20927 20930 19275 0 -1 4202560 359 0 0 0 50 9 0 0 20 0 19 0 117124998 9856040960 129148 33554432000 1073741824 1073778376 140735694127104 140703132310056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20940] ppid=20927 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/20930/task/20940/stat : 20940 (java) S 20927 20930 19275 0 -1 4202560 236 0 0 0 37 6 0 0 20 0 19 0 117124998 9856040960 129148 33554432000 1073741824 1073778376 140735694127104 140703131257256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20930/tid=20941] ppid=20927 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/20930/task/20941/stat : 20941 (java) S 20927 20930 19275 0 -1 4202560 284 0 0 0 58 3 0 0 20 0 19 0 117124999 9856040960 129148 33554432000 1073741824 1073778376 140735694127104 140703001078504 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20930/tid=20942] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20942/stat : 20942 (java) S 20927 20930 19275 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 117125000 9856040960 129148 33554432000 1073741824 1073778376 140735694127104 140703000024568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20943] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20943/stat : 20943 (java) S 20927 20930 19275 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 117125000 9856040960 129148 33554432000 1073741824 1073778376 140735694127104 140702998972168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20944] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20944/stat : 20944 (java) S 20927 20930 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117125002 9856040960 129148 33554432000 1073741824 1073778376 140735694127104 140702997920656 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20930/tid=20945] ppid=20927 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/20930/task/20945/stat : 20945 (java) S 20927 20930 19275 0 -1 4202560 4120 0 0 0 53 0 0 0 20 0 19 0 117125002 9856040960 129148 33554432000 1073741824 1073778376 140735694127104 140702996867256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20930/tid=20946] ppid=20927 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/20930/task/20946/stat : 20946 (java) S 20927 20930 19275 0 -1 4202560 6119 0 0 0 66 2 0 0 20 0 19 0 117125002 9856040960 129148 33554432000 1073741824 1073778376 140735694127104 140702995814456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20930/tid=20947] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20947/stat : 20947 (java) S 20927 20930 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117125002 9856040960 129148 33554432000 1073741824 1073778376 140735694127104 140702121978488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20930/tid=20948] ppid=20927 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/20930/task/20948/stat : 20948 (java) S 20927 20930 19275 0 -1 4202560 103 0 0 0 26 34 0 0 20 0 19 0 117125002 9856040960 129148 33554432000 1073741824 1073778376 140735694127104 140702120925896 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20930/tid=20949] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20949/stat : 20949 (java) S 20927 20930 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 117125056 9856040960 129148 33554432000 1073741824 1073778376 140735694127104 140702119871912 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1787.23
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795 s]
/proc/loadavg: 2.20 2.24 2.21 3/213 21059
/proc/meminfo: memFree=28636820/32872528 swapFree=14448/1543360
[pid=20930] ppid=20927 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/20930/stat : 20930 (java) S 20927 20930 19275 0 -1 4202496 16986 0 1 0 179889 112 0 0 20 0 19 0 117124997 9856040960 126792 33554432000 1073741824 1073778376 140735694127104 140735694118240 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20930/statm: 2406260 126792 2294 9 0 2396937 0
[pid=20930/tid=20931] ppid=20927 vsize=9625040 CPUtime=1788.2 cores=1,3,5,7
/proc/20930/task/20931/stat : 20931 (java) R 20927 20930 19275 0 -1 4202560 2524 0 1 0 178786 34 0 0 20 0 19 0 117124998 9856040960 126792 33554432000 1073741824 1073778376 140735694127104 140703177133264 140703011949746 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20930/tid=20933] ppid=20927 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/20930/task/20933/stat : 20933 (java) S 20927 20930 19275 0 -1 4202560 469 0 0 0 51 9 0 0 20 0 19 0 117124998 9856040960 126792 33554432000 1073741824 1073778376 140735694127104 140703138626344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20930/tid=20934] ppid=20927 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/20930/task/20934/stat : 20934 (java) S 20927 20930 19275 0 -1 4202560 257 0 0 0 56 8 0 0 20 0 19 0 117124998 9856040960 126792 33554432000 1073741824 1073778376 140735694127104 140703137573544 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20930/tid=20935] ppid=20927 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/20930/task/20935/stat : 20935 (java) S 20927 20930 19275 0 -1 4202560 377 0 0 0 52 10 0 0 20 0 19 0 117124998 9856040960 126792 33554432000 1073741824 1073778376 140735694127104 140703136521256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20936] ppid=20927 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/20930/task/20936/stat : 20936 (java) S 20927 20930 19275 0 -1 4202560 384 0 0 0 57 9 0 0 20 0 19 0 117124998 9856040960 126792 33554432000 1073741824 1073778376 140735694127104 140703135468456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20930/tid=20937] ppid=20927 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/20930/task/20937/stat : 20937 (java) S 20927 20930 19275 0 -1 4202560 252 0 0 0 51 7 0 0 20 0 19 0 117124998 9856040960 126792 33554432000 1073741824 1073778376 140735694127104 140703134415144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20938] ppid=20927 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/20930/task/20938/stat : 20938 (java) S 20927 20930 19275 0 -1 4202560 236 0 0 0 58 10 0 0 20 0 19 0 117124998 9856040960 126792 33554432000 1073741824 1073778376 140735694127104 140703133362344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20930/tid=20939] ppid=20927 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/20930/task/20939/stat : 20939 (java) S 20927 20930 19275 0 -1 4202560 359 0 0 0 51 9 0 0 20 0 19 0 117124998 9856040960 126792 33554432000 1073741824 1073778376 140735694127104 140703132310056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20930/tid=20940] ppid=20927 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/20930/task/20940/stat : 20940 (java) S 20927 20930 19275 0 -1 4202560 236 0 0 0 39 6 0 0 20 0 19 0 117124998 9856040960 126792 33554432000 1073741824 1073778376 140735694127104 140703131257256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20941] ppid=20927 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/20930/task/20941/stat : 20941 (java) S 20927 20930 19275 0 -1 4202560 286 0 0 0 58 3 0 0 20 0 19 0 117124999 9856040960 126792 33554432000 1073741824 1073778376 140735694127104 140703001078504 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20930/tid=20942] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20942/stat : 20942 (java) S 20927 20930 19275 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 117125000 9856040960 126792 33554432000 1073741824 1073778376 140735694127104 140703000024568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20943] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20943/stat : 20943 (java) S 20927 20930 19275 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 117125000 9856040960 126792 33554432000 1073741824 1073778376 140735694127104 140702998972168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20930/tid=20944] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20944/stat : 20944 (java) S 20927 20930 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117125002 9856040960 126792 33554432000 1073741824 1073778376 140735694127104 140702997920656 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20930/tid=20945] ppid=20927 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/20930/task/20945/stat : 20945 (java) S 20927 20930 19275 0 -1 4202560 4120 0 0 0 53 0 0 0 20 0 19 0 117125002 9856040960 126792 33554432000 1073741824 1073778376 140735694127104 140702996867256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20930/tid=20946] ppid=20927 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/20930/task/20946/stat : 20946 (java) S 20927 20930 19275 0 -1 4202560 6119 0 0 0 66 2 0 0 20 0 19 0 117125002 9856040960 126792 33554432000 1073741824 1073778376 140735694127104 140702995814456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20930/tid=20947] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20947/stat : 20947 (java) S 20927 20930 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117125002 9856040960 126792 33554432000 1073741824 1073778376 140735694127104 140702121978488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20930/tid=20948] ppid=20927 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/20930/task/20948/stat : 20948 (java) S 20927 20930 19275 0 -1 4202560 103 0 0 0 26 34 0 0 20 0 19 0 117125002 9856040960 126792 33554432000 1073741824 1073778376 140735694127104 140702120925896 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20930/tid=20949] ppid=20927 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20930/task/20949/stat : 20949 (java) S 20927 20930 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 117125056 9856040960 126792 33554432000 1073741824 1073778376 140735694127104 140702119871912 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 20930 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 20930 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=207239
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=552763
# CPU time returned by wait4() is 1795.76
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.03
CPU time (s): 1800.01
CPU user time (s): 1798.89
CPU system time (s): 1.12
CPU usage (%): 100.277
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.21
system time used= 1.55276
maximum resident set size= 780232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17018
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38983
involuntary context switches= 14439

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.7312 second user time and 12.5341 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-08 04:11:54
IDJOB=4085037
IDBENCH=92767
IDSOLVER=2546
FILE ID=node116/4085037-1465351914
RUNJOBID= node116-1465339364-19292
PBS_JOBID= 19853403
Free space on /tmp= 71640 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_4_ic.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085037-1465351914/watcher-4085037-1465351914 -o /tmp/evaluation-result-4085037-1465351914/solver-4085037-1465351914 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1465339364-19292 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085037-1465351914.opb

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

MD5SUM BENCH= e305c1d0330d93c0634ea10582f6edce
RANDOM SEED=1967654130

node116.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.134
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.26
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.134
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.134
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.134
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.134
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.134
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.134
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.134
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:        29224536 kB
Buffers:          177460 kB
Cached:           672060 kB
SwapCached:         1864 kB
Active:           779288 kB
Inactive:         580308 kB
Active(anon):     510292 kB
Inactive(anon):     2004 kB
Active(file):     268996 kB
Inactive(file):   578304 kB
Unevictable:     1543360 kB
Mlocked:           14448 kB
SwapTotal:      67108856 kB
SwapFree:       67099076 kB
Dirty:              2060 kB
Writeback:             0 kB
AnonPages:       2052120 kB
Mapped:            16564 kB
Shmem:                 0 kB
Slab:             610904 kB
SReclaimable:      54316 kB
SUnreclaim:       556588 kB
KernelStack:        1592 kB
PageTables:         8116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2185088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2025472 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= 71640 MiB
End job on node116 at 2016-06-08 04:41:49