Trace number 4102853

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g125.17.opb
MD5SUM7d701b956113b6fc93a1922e71200e27
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 variables4250
Total number of constraints68397
Number of constraints which are clauses68397
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint17
Number of terms in the objective function 4250
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 4250
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4250
Number of bits of the biggest sum of numbers13
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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4102853-1466231231.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.85/0.57	c ... done. Wall clock time 0.467s.
0.85/0.57	c declared #vars     4250
0.85/0.57	c #constraints  68397
0.85/0.57	c constraints type 
0.85/0.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 125
0.85/0.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 68272
0.85/0.57	c 68397 constraints processed.
0.85/0.57	c objective function length is 4250 literals
2.11/1.51	c cleaning 2496 clauses out of 5001 with flag 27877/5001
3.17/2.57	c cleaning 4245 clauses out of 8506 with flag 86286/11002
4.83/4.10	c cleaning 5615 clauses out of 11259 with flag 170403/18000
6.54/5.83	c cleaning 6804 clauses out of 13644 with flag 283273/26000
8.25/7.53	c cleaning 7914 clauses out of 15841 with flag 360636/35001
10.15/9.45	c cleaning 8949 clauses out of 17926 with flag 459422/45000
12.35/11.65	c cleaning 9983 clauses out of 19978 with flag 560939/56001
14.85/14.18	c cleaning 10991 clauses out of 21999 with flag 632335/68005
17.75/17.02	c cleaning 11972 clauses out of 24003 with flag 719585/81000
20.85/20.17	c cleaning 13010 clauses out of 26032 with flag 819772/95001
24.75/24.04	c cleaning 14003 clauses out of 28022 with flag 989867/110001
28.45/27.73	c cleaning 14992 clauses out of 30018 with flag 1096763/126000
32.93/32.12	c cleaning 16002 clauses out of 32026 with flag 1194892/143000
37.43/36.67	c cleaning 17007 clauses out of 34024 with flag 1314609/161000
42.63/41.81	c cleaning 18004 clauses out of 36021 with flag 1436966/180004
48.13/47.34	c cleaning 19002 clauses out of 38014 with flag 1563918/200001
54.23/53.45	c cleaning 19999 clauses out of 40011 with flag 1701624/221000
60.53/59.72	c cleaning 20992 clauses out of 42012 with flag 1843320/243000
67.44/66.63	c cleaning 22006 clauses out of 44021 with flag 2017578/266001
75.10/74.27	c cleaning 23003 clauses out of 46014 with flag 2168742/290000
82.90/82.06	c cleaning 24000 clauses out of 48011 with flag 2341588/315000
91.60/90.70	c cleaning 25004 clauses out of 50012 with flag 2515026/341001
100.60/99.79	c cleaning 25996 clauses out of 52008 with flag 2701752/368001
110.30/109.48	c cleaning 26998 clauses out of 54011 with flag 2901418/396000
121.46/120.41	c cleaning 27992 clauses out of 56013 with flag 3106497/425000
132.86/131.80	c cleaning 29005 clauses out of 58022 with flag 3325763/455001
145.06/144.09	c cleaning 30003 clauses out of 60017 with flag 3554242/486001
157.86/156.87	c cleaning 31001 clauses out of 62013 with flag 3796854/518000
172.26/171.09	c cleaning 31997 clauses out of 64012 with flag 4047434/551000
186.66/185.47	c cleaning 33002 clauses out of 66015 with flag 4318971/585000
201.86/200.66	c cleaning 33997 clauses out of 68014 with flag 4592599/620001
217.55/216.37	c cleaning 35004 clauses out of 70017 with flag 4879344/656001
235.05/233.69	c cleaning 35991 clauses out of 72017 with flag 5175123/693005
253.36/251.94	c cleaning 37001 clauses out of 74021 with flag 5485843/731000
272.75/271.33	c cleaning 37992 clauses out of 76020 with flag 5807991/770000
293.00/291.30	c cleaning 39015 clauses out of 78030 with flag 6146557/810002
314.11/312.43	c cleaning 40002 clauses out of 80014 with flag 6493407/851001
335.71/334.08	c cleaning 41003 clauses out of 82012 with flag 6867829/893001
357.96/356.17	c cleaning 41991 clauses out of 84009 with flag 7248878/936001
381.76/380.00	c cleaning 43001 clauses out of 86017 with flag 7642025/980000
405.20/403.12	c cleaning 43997 clauses out of 88021 with flag 8050854/1025005
428.74/426.62	c cleaning 45012 clauses out of 90023 with flag 8469807/1071004
453.56/451.44	c cleaning 45996 clauses out of 92008 with flag 8909947/1118001
480.36/478.19	c cleaning 47001 clauses out of 94011 with flag 9365404/1166000
507.87/505.66	c cleaning 47999 clauses out of 96013 with flag 9836629/1215003
536.16/533.89	c cleaning 48998 clauses out of 98011 with flag 10328936/1265000
565.43/563.02	c cleaning 49998 clauses out of 100014 with flag 10829976/1316001
596.03/593.66	c cleaning 51002 clauses out of 102015 with flag 11349399/1368000
627.93/625.49	c cleaning 52002 clauses out of 104014 with flag 11882803/1421001
659.88/657.37	c cleaning 53000 clauses out of 106013 with flag 12439228/1475002
694.88/692.39	c cleaning 53996 clauses out of 108013 with flag 13011277/1530002
731.82/729.21	c cleaning 55000 clauses out of 110016 with flag 13599538/1586001
770.09/767.44	c cleaning 56004 clauses out of 112015 with flag 14212791/1643000
811.48/808.78	c cleaning 57000 clauses out of 114012 with flag 14838519/1701001
850.99/848.15	c cleaning 57997 clauses out of 116012 with flag 15477026/1760001
892.08/889.17	c cleaning 58998 clauses out of 118014 with flag 16145005/1820000
934.10/931.03	c cleaning 60010 clauses out of 120019 with flag 16833504/1881003
975.60/972.56	c cleaning 60997 clauses out of 122008 with flag 17537253/1943002
1019.35/1016.27	c cleaning 61998 clauses out of 124010 with flag 18253523/2006001
1066.04/1062.84	c cleaning 62996 clauses out of 126011 with flag 18985233/2070000
1113.39/1110.02	c cleaning 64003 clauses out of 128019 with flag 19746861/2135004
1161.18/1157.72	c cleaning 64996 clauses out of 130012 with flag 20526431/2201000
1212.90/1209.34	c cleaning 66007 clauses out of 132016 with flag 21326178/2268000
1264.70/1261.03	c cleaning 66996 clauses out of 134010 with flag 22143841/2336001
1318.54/1314.86	c cleaning 67997 clauses out of 136014 with flag 22981279/2405001
1373.33/1369.46	c cleaning 68996 clauses out of 138017 with flag 23844009/2475001
1429.83/1425.88	c cleaning 70001 clauses out of 140023 with flag 24729615/2546003
1489.32/1485.26	c cleaning 70999 clauses out of 142019 with flag 25632404/2618000
1550.54/1546.30	c cleaning 72002 clauses out of 144020 with flag 26555057/2691000
1612.63/1608.37	c cleaning 72995 clauses out of 146018 with flag 27498964/2765000
1677.23/1672.80	c cleaning 74003 clauses out of 148023 with flag 28463551/2840000
1743.81/1739.34	c cleaning 75002 clauses out of 150020 with flag 29441273/2916000
1800.05/1795.40	c starts		: 25201
1800.05/1795.40	c conflicts		: 2983532
1800.05/1795.40	c decisions		: 16774757
1800.05/1795.40	c propagations		: 1007838244
1800.05/1795.40	c inspects		: 26114021265
1800.05/1795.40	c shortcuts		: 0
1800.05/1795.40	c learnt literals	: 0
1800.05/1795.40	c learnt binary clauses	: 0
1800.05/1795.40	c learnt ternary clauses	: 0
1800.05/1795.40	c learnt constraints	: 2983533
1800.05/1795.40	c ignored constraints	: 0
1800.05/1795.40	c root simplifications	: 0
1800.05/1795.40	c removed literals (reason simplification)	: 0
1800.05/1795.40	c reason swapping (by a shorter reason)	: 0
1800.05/1795.40	c Calls to reduceDB	: 72
1800.05/1795.40	c Number of update (reduction) of LBD	: 1231450
1800.05/1795.40	c Imported unit clauses	: 0
1800.05/1795.40	c number of reductions to clauses (during analyze)	: 0
1800.05/1795.40	c number of learned constraints concerned by reduction	: 0
1800.05/1795.40	c number of learning phase by resolution	: 0
1800.05/1795.40	c number of learning phase by cutting planes	: 0
1800.05/1795.40	c speed (assignments/second)	: 561526.7135720724
1800.05/1795.40	c non guided choices	0
1800.05/1795.40	c timeout
1800.05/1795.43	c learnt constraints type 
1800.05/1795.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 142551
1800.05/1795.43	s UNKNOWN
1800.05/1795.43	c Total wall clock time (in seconds): 1795.33

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-4102853-1466231231/watcher-4102853-1466231231 -o /tmp/evaluation-result-4102853-1466231231/solver-4102853-1466231231 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466206086-5894 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4102853-1466231231.opb 

pid=11057
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.27 2.24 2.22 3/194 11060
/proc/meminfo: memFree=28249644/32872528 swapFree=1590032/1720848
[pid=11060] ppid=11057 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/11060/stat : 11060 (java) S 11057 11060 5878 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 25171408 98570240 977 33554432000 1073741824 1073778376 140736729925760 140736729916896 226087698493 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11060/statm: 24065 977 743 9 0 16771 0
[pid=11060/tid=11061] ppid=11057 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11061/stat : 11061 (java) R 11057 11060 5878 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 25171408 98570240 978 33554432000 1073741824 1073778376 140736729925760 140720901905960 226084341120 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.27 2.24 2.22 3/194 11060
/proc/meminfo: memFree=28249644/32872528 swapFree=1590032/1720848
[pid=11060] ppid=11057 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/11060/stat : 11060 (java) S 11057 11060 5878 0 -1 4202496 4505 0 1 0 10 1 0 0 20 0 18 0 25171408 9787879424 6128 33554432000 1073741824 1073778376 140736729925760 140736729916896 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11060/statm: 2389619 6128 2157 9 0 2380296 0
[pid=11060/tid=11061] ppid=11057 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/11060/task/11061/stat : 11061 (java) R 11057 11060 5878 0 -1 4202560 2375 0 1 0 6 1 0 0 20 0 18 0 25171408 9787879424 6128 33554432000 1073741824 1073778376 140736729925760 140720901908800 226087724301 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.20027 s]
/proc/loadavg: 2.27 2.24 2.22 3/194 11060
/proc/meminfo: memFree=28249644/32872528 swapFree=1590032/1720848
[pid=11060] ppid=11057 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/11060/stat : 11060 (java) S 11057 11060 5878 0 -1 4202496 4974 0 1 0 28 1 0 0 20 0 18 0 25171408 9787879424 6976 33554432000 1073741824 1073778376 140736729925760 140736729916896 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11060/statm: 2389619 6976 2222 9 0 2380296 0
[pid=11060/tid=11061] ppid=11057 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/11060/task/11061/stat : 11061 (java) R 11057 11060 5878 0 -1 4202560 2394 0 1 0 16 1 0 0 20 0 18 0 25171408 9787879424 6976 33554432000 1073741824 1073778376 140736729925760 140720901905336 140720728028385 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300261 s]
/proc/loadavg: 2.27 2.24 2.22 3/194 11060
/proc/meminfo: memFree=28249644/32872528 swapFree=1590032/1720848
[pid=11060] ppid=11057 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/11060/stat : 11060 (java) S 11057 11060 5878 0 -1 4202496 5816 0 1 0 50 2 0 0 20 0 18 0 25171408 9787879424 8964 33554432000 1073741824 1073778376 140736729925760 140736729916896 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11060/statm: 2389619 8964 2233 9 0 2380296 0
[pid=11060/tid=11061] ppid=11057 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/11060/task/11061/stat : 11061 (java) R 11057 11060 5878 0 -1 4202560 2397 0 1 0 26 1 0 0 20 0 18 0 25171408 9787879424 8964 33554432000 1073741824 1073778376 140736729925760 140720901905336 140720727981952 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700256 s]
/proc/loadavg: 2.27 2.24 2.22 3/194 11060
/proc/meminfo: memFree=28249644/32872528 swapFree=1590032/1720848
[pid=11060] ppid=11057 vsize=9625040 CPUtime=1.21 cores=0,2,4,6
/proc/11060/stat : 11060 (java) S 11057 11060 5878 0 -1 4202496 7390 0 1 0 117 4 0 0 20 0 19 0 25171408 9856040960 33964 33554432000 1073741824 1073778376 140736729925760 140736729916896 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11060/statm: 2406260 33964 2259 9 0 2396937 0
[pid=11060/tid=11061] ppid=11057 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/11060/task/11061/stat : 11061 (java) R 11057 11060 5878 0 -1 4202560 2456 0 1 0 64 3 0 0 20 0 19 0 25171408 9856040960 33964 33554432000 1073741824 1073778376 140736729925760 140720901910840 226087713848 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.27 2.24 2.22 4/213 11079
/proc/meminfo: memFree=28117432/32872528 swapFree=1590032/1720848
[pid=11060] ppid=11057 vsize=9625040 CPUtime=2.11 cores=0,2,4,6
/proc/11060/stat : 11060 (java) S 11057 11060 5878 0 -1 4202496 8306 0 1 0 207 4 0 0 20 0 19 0 25171408 9856040960 35476 33554432000 1073741824 1073778376 140736729925760 140736729916896 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11060/statm: 2406260 35476 2270 9 0 2396937 0
[pid=11060/tid=11061] ppid=11057 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/11060/task/11061/stat : 11061 (java) R 11057 11060 5878 0 -1 4202560 2460 0 1 0 144 3 0 0 20 0 19 0 25171408 9856040960 35476 33554432000 1073741824 1073778376 140736729925760 140720901908856 140720728670986 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11060/tid=11063] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11063/stat : 11063 (java) S 11057 11060 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25171409 9856040960 35476 33554432000 1073741824 1073778376 140736729925760 140720863402536 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11064] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11064/stat : 11064 (java) S 11057 11060 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25171409 9856040960 35476 33554432000 1073741824 1073778376 140736729925760 140720862349736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11060/tid=11065] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11065/stat : 11065 (java) S 11057 11060 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25171409 9856040960 35476 33554432000 1073741824 1073778376 140736729925760 140720861296936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11060/tid=11066] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11066/stat : 11066 (java) S 11057 11060 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25171409 9856040960 35476 33554432000 1073741824 1073778376 140736729925760 140720860244136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11060/tid=11067] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11067/stat : 11067 (java) S 11057 11060 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25171409 9856040960 35476 33554432000 1073741824 1073778376 140736729925760 140720859192360 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11068] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11068/stat : 11068 (java) S 11057 11060 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25171409 9856040960 35476 33554432000 1073741824 1073778376 140736729925760 140720858139560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11060/tid=11069] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11069/stat : 11069 (java) S 11057 11060 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25171409 9856040960 35476 33554432000 1073741824 1073778376 140736729925760 140720857086760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11070] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11070/stat : 11070 (java) S 11057 11060 5878 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25171409 9856040960 35476 33554432000 1073741824 1073778376 140736729925760 140720856033960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11071] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11071/stat : 11071 (java) S 11057 11060 5878 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 25171410 9856040960 35476 33554432000 1073741824 1073778376 140736729925760 140720725805544 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11060/tid=11072] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11072/stat : 11072 (java) S 11057 11060 5878 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 25171410 9856040960 35476 33554432000 1073741824 1073778376 140736729925760 140720724751608 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11073] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11073/stat : 11073 (java) S 11057 11060 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25171410 9856040960 35476 33554432000 1073741824 1073778376 140736729925760 140720723698696 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11074] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11074/stat : 11074 (java) S 11057 11060 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25171413 9856040960 35476 33554432000 1073741824 1073778376 140736729925760 140720722647184 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11075] ppid=11057 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/11060/task/11075/stat : 11075 (java) R 11057 11060 5878 0 -1 4202560 1350 0 0 0 26 0 0 0 20 0 19 0 25171413 9856040960 35476 33554432000 1073741824 1073778376 140736729925760 140720721595320 140720909422864 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11076] ppid=11057 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/11060/task/11076/stat : 11076 (java) R 11057 11060 5878 0 -1 4202560 3224 0 0 0 34 0 0 0 20 0 19 0 25171413 9856040960 35476 33554432000 1073741824 1073778376 140736729925760 140720720536216 226087715956 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=11060/tid=11077] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11077/stat : 11077 (java) S 11057 11060 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25171413 9856040960 35476 33554432000 1073741824 1073778376 140736729925760 140720719489912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11060/tid=11078] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11078/stat : 11078 (java) S 11057 11060 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25171413 9856040960 35476 33554432000 1073741824 1073778376 140736729925760 140720718437320 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11060/tid=11079] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11079/stat : 11079 (java) S 11057 11060 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25171467 9856040960 35476 33554432000 1073741824 1073778376 140736729925760 140720717382824 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.41 2.26 2.23 4/213 11079
/proc/meminfo: memFree=28110296/32872528 swapFree=1590032/1720848
[pid=11060] ppid=11057 vsize=9625040 CPUtime=3.77 cores=0,2,4,6
/proc/11060/stat : 11060 (java) S 11057 11060 5878 0 -1 4202496 8495 0 1 0 372 5 0 0 20 0 19 0 25171408 9856040960 38036 33554432000 1073741824 1073778376 140736729925760 140736729916896 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11060/statm: 2406260 38036 2270 9 0 2396937 0
[pid=11060/tid=11061] ppid=11057 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/11060/task/11061/stat : 11061 (java) R 11057 11060 5878 0 -1 4202560 2467 0 1 0 304 3 0 0 20 0 19 0 25171408 9856040960 38036 33554432000 1073741824 1073778376 140736729925760 140720901911240 140720728572622 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11060/tid=11063] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11063/stat : 11063 (java) S 11057 11060 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25171409 9856040960 38036 33554432000 1073741824 1073778376 140736729925760 140720863402536 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11064] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11064/stat : 11064 (java) S 11057 11060 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25171409 9856040960 38036 33554432000 1073741824 1073778376 140736729925760 140720862349736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11060/tid=11065] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11065/stat : 11065 (java) S 11057 11060 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25171409 9856040960 38036 33554432000 1073741824 1073778376 140736729925760 140720861296936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11060/tid=11066] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11066/stat : 11066 (java) S 11057 11060 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25171409 9856040960 38036 33554432000 1073741824 1073778376 140736729925760 140720860244136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11060/tid=11067] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11067/stat : 11067 (java) S 11057 11060 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25171409 9856040960 38036 33554432000 1073741824 1073778376 140736729925760 140720859192360 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11068] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11068/stat : 11068 (java) S 11057 11060 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25171409 9856040960 38036 33554432000 1073741824 1073778376 140736729925760 140720858139560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11060/tid=11069] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11069/stat : 11069 (java) S 11057 11060 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25171409 9856040960 38036 33554432000 1073741824 1073778376 140736729925760 140720857086760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11070] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11070/stat : 11070 (java) S 11057 11060 5878 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25171409 9856040960 38036 33554432000 1073741824 1073778376 140736729925760 140720856033960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11071] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11071/stat : 11071 (java) S 11057 11060 5878 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 25171410 9856040960 38036 33554432000 1073741824 1073778376 140736729925760 140720725805544 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11060/tid=11072] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11072/stat : 11072 (java) S 11057 11060 5878 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 25171410 9856040960 38036 33554432000 1073741824 1073778376 140736729925760 140720724751608 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11073] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11073/stat : 11073 (java) S 11057 11060 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25171410 9856040960 38036 33554432000 1073741824 1073778376 140736729925760 140720723698696 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11074] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11074/stat : 11074 (java) S 11057 11060 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25171413 9856040960 38036 33554432000 1073741824 1073778376 140736729925760 140720722647184 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11075] ppid=11057 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/11060/task/11075/stat : 11075 (java) S 11057 11060 5878 0 -1 4202560 1532 0 0 0 29 0 0 0 20 0 19 0 25171413 9856040960 38036 33554432000 1073741824 1073778376 140736729925760 140720721595320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11076] ppid=11057 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/11060/task/11076/stat : 11076 (java) S 11057 11060 5878 0 -1 4202560 3224 0 0 0 36 0 0 0 20 0 19 0 25171413 9856040960 38036 33554432000 1073741824 1073778376 140736729925760 140720720542520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11060/tid=11077] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11077/stat : 11077 (java) S 11057 11060 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25171413 9856040960 38036 33554432000 1073741824 1073778376 140736729925760 140720719489912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11060/tid=11078] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11078/stat : 11078 (java) S 11057 11060 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25171413 9856040960 38036 33554432000 1073741824 1073778376 140736729925760 140720718437320 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11060/tid=11079] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11079/stat : 11079 (java) S 11057 11060 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25171467 9856040960 38036 33554432000 1073741824 1073778376 140736729925760 140720717382824 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.41 2.26 2.23 3/213 11079
/proc/meminfo: memFree=28083708/32872528 swapFree=1590032/1720848
[pid=11060] ppid=11057 vsize=9625040 CPUtime=7.05 cores=0,2,4,6
/proc/11060/stat : 11060 (java) S 11057 11060 5878 0 -1 4202496 8550 0 1 0 698 7 0 0 20 0 19 0 25171408 9856040960 43116 33554432000 1073741824 1073778376 140736729925760 140736729916896 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11060/statm: 2406260 43116 2284 9 0 2396937 0
[pid=11060/tid=11061] ppid=11057 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/11060/task/11061/stat : 11061 (java) R 11057 11060 5878 0 -1 4202560 2475 0 1 0 621 3 0 0 20 0 19 0 25171408 9856040960 43116 33554432000 1073741824 1073778376 140736729925760 140720901902032 140720728620674 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11060/tid=11063] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11063/stat : 11063 (java) S 11057 11060 5878 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25171409 9856040960 43116 33554432000 1073741824 1073778376 140736729925760 140720863402536 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11060/tid=11064] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11064/stat : 11064 (java) S 11057 11060 5878 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25171409 9856040960 43116 33554432000 1073741824 1073778376 140736729925760 140720862349736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11060/tid=11065] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11065/stat : 11065 (java) S 11057 11060 5878 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 25171409 9856040960 43116 33554432000 1073741824 1073778376 140736729925760 140720861296936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11060/tid=11066] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11066/stat : 11066 (java) S 11057 11060 5878 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 25171409 9856040960 43116 33554432000 1073741824 1073778376 140736729925760 140720860244136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11060/tid=11067] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11067/stat : 11067 (java) S 11057 11060 5878 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 25171409 9856040960 43116 33554432000 1073741824 1073778376 140736729925760 140720859192360 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11060/tid=11068] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11068/stat : 11068 (java) S 11057 11060 5878 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25171409 9856040960 43116 33554432000 1073741824 1073778376 140736729925760 140720858139560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11060/tid=11069] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11069/stat : 11069 (java) S 11057 11060 5878 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25171409 9856040960 43116 33554432000 1073741824 1073778376 140736729925760 140720857086760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11070] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11070/stat : 11070 (java) S 11057 11060 5878 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25171409 9856040960 43116 33554432000 1073741824 1073778376 140736729925760 140720856033960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11071] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11071/stat : 11071 (java) S 11057 11060 5878 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25171410 9856040960 43116 33554432000 1073741824 1073778376 140736729925760 140720725805544 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11060/tid=11072] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11072/stat : 11072 (java) S 11057 11060 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25171410 9856040960 43116 33554432000 1073741824 1073778376 140736729925760 140720724751608 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11073] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11073/stat : 11073 (java) S 11057 11060 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25171410 9856040960 43116 33554432000 1073741824 1073778376 140736729925760 140720723698696 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11074] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11074/stat : 11074 (java) S 11057 11060 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25171413 9856040960 43116 33554432000 1073741824 1073778376 140736729925760 140720722647184 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11075] ppid=11057 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/11060/task/11075/stat : 11075 (java) S 11057 11060 5878 0 -1 4202560 1532 0 0 0 30 0 0 0 20 0 19 0 25171413 9856040960 43116 33554432000 1073741824 1073778376 140736729925760 140720721595320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11076] ppid=11057 vsize=9625040 CPUtime=0.38 cores=0,2,4,6

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

[pid=11060/tid=11079] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11079/stat : 11079 (java) S 11057 11060 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25171467 9856040960 122406 33554432000 1073741824 1073778376 140736729925760 140720717382824 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1666.74
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.29 2.23 2.19 4/213 11189
/proc/meminfo: memFree=28921012/32872528 swapFree=1590032/1720848
[pid=11060] ppid=11057 vsize=9625040 CPUtime=1726.81 cores=0,2,4,6
/proc/11060/stat : 11060 (java) S 11057 11060 5878 0 -1 4202496 11342 0 1 0 172586 95 0 0 20 0 19 0 25171408 9856040960 120549 33554432000 1073741824 1073778376 140736729925760 140736729916896 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11060/statm: 2406260 120549 2293 9 0 2396937 0
[pid=11060/tid=11061] ppid=11057 vsize=9625040 CPUtime=1715.78 cores=0,2,4,6
/proc/11060/task/11061/stat : 11061 (java) R 11057 11060 5878 0 -1 4202560 2513 0 1 0 171548 30 0 0 20 0 19 0 25171408 9856040960 120549 33554432000 1073741824 1073778376 140736729925760 140720901909824 140720728606104 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11063] ppid=11057 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/11060/task/11063/stat : 11063 (java) S 11057 11060 5878 0 -1 4202560 196 0 0 0 53 8 0 0 20 0 19 0 25171409 9856040960 120549 33554432000 1073741824 1073778376 140736729925760 140720863402536 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11060/tid=11064] ppid=11057 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/11060/task/11064/stat : 11064 (java) S 11057 11060 5878 0 -1 4202560 206 0 0 0 57 8 0 0 20 0 19 0 25171409 9856040960 120549 33554432000 1073741824 1073778376 140736729925760 140720862349736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11065] ppid=11057 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/11060/task/11065/stat : 11065 (java) S 11057 11060 5878 0 -1 4202560 342 0 0 0 51 9 0 0 20 0 19 0 25171409 9856040960 120549 33554432000 1073741824 1073778376 140736729925760 140720861296936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11066] ppid=11057 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/11060/task/11066/stat : 11066 (java) S 11057 11060 5878 0 -1 4202560 347 0 0 0 56 9 0 0 20 0 19 0 25171409 9856040960 120549 33554432000 1073741824 1073778376 140736729925760 140720860244136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11060/tid=11067] ppid=11057 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/11060/task/11067/stat : 11067 (java) S 11057 11060 5878 0 -1 4202560 337 0 0 0 50 7 0 0 20 0 19 0 25171409 9856040960 120549 33554432000 1073741824 1073778376 140736729925760 140720859192360 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11060/tid=11068] ppid=11057 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/11060/task/11068/stat : 11068 (java) S 11057 11060 5878 0 -1 4202560 226 0 0 0 48 9 0 0 20 0 19 0 25171409 9856040960 120549 33554432000 1073741824 1073778376 140736729925760 140720858139560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11060/tid=11069] ppid=11057 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/11060/task/11069/stat : 11069 (java) S 11057 11060 5878 0 -1 4202560 303 0 0 0 53 7 0 0 20 0 19 0 25171409 9856040960 120549 33554432000 1073741824 1073778376 140736729925760 140720857086760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11060/tid=11070] ppid=11057 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/11060/task/11070/stat : 11070 (java) S 11057 11060 5878 0 -1 4202560 254 0 0 0 54 9 0 0 20 0 19 0 25171409 9856040960 120549 33554432000 1073741824 1073778376 140736729925760 140720856033960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11071] ppid=11057 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/11060/task/11071/stat : 11071 (java) S 11057 11060 5878 0 -1 4202560 317 0 0 0 57 2 0 0 20 0 19 0 25171410 9856040960 120549 33554432000 1073741824 1073778376 140736729925760 140720725805544 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11060/tid=11072] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11072/stat : 11072 (java) S 11057 11060 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25171410 9856040960 120549 33554432000 1073741824 1073778376 140736729925760 140720724751608 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11073] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11073/stat : 11073 (java) S 11057 11060 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25171410 9856040960 120549 33554432000 1073741824 1073778376 140736729925760 140720723698696 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11074] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11074/stat : 11074 (java) S 11057 11060 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25171413 9856040960 120549 33554432000 1073741824 1073778376 140736729925760 140720722647184 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11075] ppid=11057 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/11060/task/11075/stat : 11075 (java) S 11057 11060 5878 0 -1 4202560 1532 0 0 0 30 0 0 0 20 0 19 0 25171413 9856040960 120549 33554432000 1073741824 1073778376 140736729925760 140720721595320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11076] ppid=11057 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/11060/task/11076/stat : 11076 (java) S 11057 11060 5878 0 -1 4202560 3412 0 0 0 41 0 0 0 20 0 19 0 25171413 9856040960 120549 33554432000 1073741824 1073778376 140736729925760 140720720542520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11060/tid=11077] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11077/stat : 11077 (java) S 11057 11060 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25171413 9856040960 120549 33554432000 1073741824 1073778376 140736729925760 140720719489912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11060/tid=11078] ppid=11057 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/11060/task/11078/stat : 11078 (java) S 11057 11060 5878 0 -1 4202560 99 0 0 0 34 32 0 0 20 0 19 0 25171413 9856040960 120549 33554432000 1073741824 1073778376 140736729925760 140720718437320 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11060/tid=11079] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11079/stat : 11079 (java) S 11057 11060 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25171467 9856040960 120549 33554432000 1073741824 1073778376 140736729925760 140720717382824 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1726.81
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.52 2.32 2.22 3/213 11190
/proc/meminfo: memFree=27678892/32872528 swapFree=1590032/1720848
[pid=11060] ppid=11057 vsize=9625040 CPUtime=1786.95 cores=0,2,4,6
/proc/11060/stat : 11060 (java) S 11057 11060 5878 0 -1 4202496 11372 0 1 0 178599 96 0 0 20 0 19 0 25171408 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140736729916896 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11060/statm: 2406260 119895 2293 9 0 2396937 0
[pid=11060/tid=11061] ppid=11057 vsize=9625040 CPUtime=1775.58 cores=0,2,4,6
/proc/11060/task/11061/stat : 11061 (java) R 11057 11060 5878 0 -1 4202560 2515 0 1 0 177528 30 0 0 20 0 19 0 25171408 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140720901909824 140720728605470 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11063] ppid=11057 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/11060/task/11063/stat : 11063 (java) S 11057 11060 5878 0 -1 4202560 202 0 0 0 55 8 0 0 20 0 19 0 25171409 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140720863402536 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11060/tid=11064] ppid=11057 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/11060/task/11064/stat : 11064 (java) S 11057 11060 5878 0 -1 4202560 206 0 0 0 58 8 0 0 20 0 19 0 25171409 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140720862349736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11060/tid=11065] ppid=11057 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/11060/task/11065/stat : 11065 (java) S 11057 11060 5878 0 -1 4202560 344 0 0 0 53 9 0 0 20 0 19 0 25171409 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140720861296936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11060/tid=11066] ppid=11057 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/11060/task/11066/stat : 11066 (java) S 11057 11060 5878 0 -1 4202560 350 0 0 0 61 9 0 0 20 0 19 0 25171409 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140720860244136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11060/tid=11067] ppid=11057 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/11060/task/11067/stat : 11067 (java) S 11057 11060 5878 0 -1 4202560 337 0 0 0 52 7 0 0 20 0 19 0 25171409 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140720859192360 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11060/tid=11068] ppid=11057 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/11060/task/11068/stat : 11068 (java) S 11057 11060 5878 0 -1 4202560 231 0 0 0 50 9 0 0 20 0 19 0 25171409 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140720858139560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11060/tid=11069] ppid=11057 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/11060/task/11069/stat : 11069 (java) S 11057 11060 5878 0 -1 4202560 306 0 0 0 56 7 0 0 20 0 19 0 25171409 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140720857086760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11060/tid=11070] ppid=11057 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/11060/task/11070/stat : 11070 (java) S 11057 11060 5878 0 -1 4202560 254 0 0 0 56 9 0 0 20 0 19 0 25171409 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140720856033960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11060/tid=11071] ppid=11057 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/11060/task/11071/stat : 11071 (java) S 11057 11060 5878 0 -1 4202560 322 0 0 0 57 2 0 0 20 0 19 0 25171410 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140720725805544 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11060/tid=11072] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11072/stat : 11072 (java) S 11057 11060 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25171410 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140720724751608 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11073] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11073/stat : 11073 (java) S 11057 11060 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25171410 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140720723698696 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11074] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11074/stat : 11074 (java) S 11057 11060 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25171413 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140720722647184 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11075] ppid=11057 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/11060/task/11075/stat : 11075 (java) S 11057 11060 5878 0 -1 4202560 1532 0 0 0 30 0 0 0 20 0 19 0 25171413 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140720721595320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11076] ppid=11057 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/11060/task/11076/stat : 11076 (java) S 11057 11060 5878 0 -1 4202560 3412 0 0 0 41 0 0 0 20 0 19 0 25171413 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140720720542520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11060/tid=11077] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11077/stat : 11077 (java) S 11057 11060 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25171413 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140720719489912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11060/tid=11078] ppid=11057 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/11060/task/11078/stat : 11078 (java) S 11057 11060 5878 0 -1 4202560 103 0 0 0 35 33 0 0 20 0 19 0 25171413 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140720718437320 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11060/tid=11079] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11079/stat : 11079 (java) S 11057 11060 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25171467 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140720717382824 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1786.95
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.4 s]
/proc/loadavg: 2.44 2.31 2.22 3/213 11190
/proc/meminfo: memFree=27678772/32872528 swapFree=1590032/1720848
[pid=11060] ppid=11057 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/11060/stat : 11060 (java) S 11057 11060 5878 0 -1 4202496 11372 0 1 0 179909 96 0 0 20 0 19 0 25171408 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140736729916896 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11060/statm: 2406260 119895 2293 9 0 2396937 0
[pid=11060/tid=11061] ppid=11057 vsize=9625040 CPUtime=1788.64 cores=0,2,4,6
/proc/11060/task/11061/stat : 11061 (java) R 11057 11060 5878 0 -1 4202560 2515 0 1 0 178833 31 0 0 20 0 19 0 25171408 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140720901909824 140720728396402 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11063] ppid=11057 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/11060/task/11063/stat : 11063 (java) S 11057 11060 5878 0 -1 4202560 202 0 0 0 55 8 0 0 20 0 19 0 25171409 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140720863402536 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11060/tid=11064] ppid=11057 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/11060/task/11064/stat : 11064 (java) S 11057 11060 5878 0 -1 4202560 206 0 0 0 58 8 0 0 20 0 19 0 25171409 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140720862349736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11060/tid=11065] ppid=11057 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/11060/task/11065/stat : 11065 (java) S 11057 11060 5878 0 -1 4202560 344 0 0 0 53 9 0 0 20 0 19 0 25171409 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140720861296936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11060/tid=11066] ppid=11057 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/11060/task/11066/stat : 11066 (java) S 11057 11060 5878 0 -1 4202560 350 0 0 0 61 9 0 0 20 0 19 0 25171409 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140720860244136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11060/tid=11067] ppid=11057 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/11060/task/11067/stat : 11067 (java) S 11057 11060 5878 0 -1 4202560 337 0 0 0 52 7 0 0 20 0 19 0 25171409 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140720859192360 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11060/tid=11068] ppid=11057 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/11060/task/11068/stat : 11068 (java) S 11057 11060 5878 0 -1 4202560 231 0 0 0 50 9 0 0 20 0 19 0 25171409 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140720858139560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11060/tid=11069] ppid=11057 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/11060/task/11069/stat : 11069 (java) S 11057 11060 5878 0 -1 4202560 306 0 0 0 56 7 0 0 20 0 19 0 25171409 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140720857086760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11060/tid=11070] ppid=11057 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/11060/task/11070/stat : 11070 (java) S 11057 11060 5878 0 -1 4202560 254 0 0 0 56 9 0 0 20 0 19 0 25171409 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140720856033960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11060/tid=11071] ppid=11057 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/11060/task/11071/stat : 11071 (java) S 11057 11060 5878 0 -1 4202560 322 0 0 0 57 2 0 0 20 0 19 0 25171410 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140720725805544 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11060/tid=11072] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11072/stat : 11072 (java) S 11057 11060 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25171410 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140720724751608 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11073] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11073/stat : 11073 (java) S 11057 11060 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25171410 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140720723698696 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11074] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11074/stat : 11074 (java) S 11057 11060 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25171413 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140720722647184 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11075] ppid=11057 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/11060/task/11075/stat : 11075 (java) S 11057 11060 5878 0 -1 4202560 1532 0 0 0 30 0 0 0 20 0 19 0 25171413 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140720721595320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11060/tid=11076] ppid=11057 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/11060/task/11076/stat : 11076 (java) S 11057 11060 5878 0 -1 4202560 3412 0 0 0 41 0 0 0 20 0 19 0 25171413 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140720720542520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11060/tid=11077] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11077/stat : 11077 (java) S 11057 11060 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25171413 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140720719489912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11060/tid=11078] ppid=11057 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/11060/task/11078/stat : 11078 (java) S 11057 11060 5878 0 -1 4202560 103 0 0 0 35 34 0 0 20 0 19 0 25171413 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140720718437320 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11060/tid=11079] ppid=11057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11060/task/11079/stat : 11079 (java) S 11057 11060 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25171467 9856040960 119895 33554432000 1073741824 1073778376 140736729925760 140720717382824 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

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

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

Real time (s): 1795.44
CPU time (s): 1800.05
CPU user time (s): 1799.09
CPU system time (s): 0.96
CPU usage (%): 100.257
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.55
system time used= 1.47078
maximum resident set size= 735332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11679
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39104
involuntary context switches= 13146

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.023 second user time and 10.8134 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-18 08:27:11
IDJOB=4102853
IDBENCH=2183
IDSOLVER=2546
FILE ID=node120/4102853-1466231231
RUNJOBID= node120-1466206086-5894
PBS_JOBID= 19918157
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-g125.17.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4102853-1466231231/watcher-4102853-1466231231 -o /tmp/evaluation-result-4102853-1466231231/solver-4102853-1466231231 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466206086-5894 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4102853-1466231231.opb

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

MD5SUM BENCH= 7d701b956113b6fc93a1922e71200e27
RANDOM SEED=1318872530

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.935
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.56
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.935
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.56
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.935
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.56
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.935
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.935
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28249560 kB
Buffers:          114756 kB
Cached:           238060 kB
SwapCached:         1812 kB
Active:          1839636 kB
Inactive:         282256 kB
Active(anon):    1770592 kB
Inactive(anon):     1244 kB
Active(file):      69044 kB
Inactive(file):   281012 kB
Unevictable:     1720848 kB
Mlocked:         1590032 kB
SwapTotal:      67108856 kB
SwapFree:       67099492 kB
Dirty:              2128 kB
Writeback:             0 kB
AnonPages:       3518004 kB
Mapped:            15400 kB
Shmem:                 0 kB
Slab:             614340 kB
SReclaimable:      58044 kB
SUnreclaim:       556296 kB
KernelStack:        1608 kB
PageTables:        11304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4726644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1894400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71724 MiB
End job on node120 at 2016-06-18 08:57:06