Trace number 4100869

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.02 1793.54

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-d2q06c.opb
MD5SUM121100115f65aafe7304954ad1ff7cf1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark52.644
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables155010
Total number of constraints2171
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2171
Minimum length of a constraint30
Maximum length of a constraint3270
Number of terms in the objective function 89670
Biggest coefficient in the objective function 1092
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 602590
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 602590
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4100869-1466218627.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
3.14/2.28	c ... done. Wall clock time 2.175s.
3.14/2.28	c declared #vars     155010
3.14/2.28	c #constraints  3678
3.14/2.28	c constraints type 
3.14/2.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 34
3.14/2.28	c org.sat4j.specs.Constr$1 => 4
3.14/2.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3640
3.14/2.28	c 3678 constraints processed.
3.14/2.28	c objective function length is 89670 literals
7.02/5.47	c cleaning 2500 clauses out of 5000 with flag 10389/5006
10.90/9.01	c cleaning 4267 clauses out of 8533 with flag 22636/11039
14.89/13.07	c cleaning 5662 clauses out of 11323 with flag 36757/18096
20.39/18.36	c cleaning 6845 clauses out of 13689 with flag 52817/26124
26.42/24.34	c cleaning 7877 clauses out of 15753 with flag 70644/35033
33.87/31.61	c cleaning 8950 clauses out of 17899 with flag 90725/45056
41.87/39.60	c cleaning 9964 clauses out of 19927 with flag 112824/56034
50.28/47.99	c cleaning 10945 clauses out of 21941 with flag 136866/68012
60.29/57.96	c cleaning 12033 clauses out of 24065 with flag 163470/81081
71.10/68.66	c cleaning 12979 clauses out of 25957 with flag 191549/95006
82.71/80.22	c cleaning 13997 clauses out of 27994 with flag 221803/110022
95.81/93.38	c cleaning 15004 clauses out of 30008 with flag 253975/126033
109.32/106.76	c cleaning 16017 clauses out of 32034 with flag 288168/143063
124.73/122.18	c cleaning 16980 clauses out of 33959 with flag 324120/161005
141.25/138.61	c cleaning 17977 clauses out of 36010 with flag 362284/180036
158.74/156.07	c cleaning 19024 clauses out of 38047 with flag 402377/200050
177.75/175.05	c cleaning 20004 clauses out of 40007 with flag 444578/221034
202.02/199.21	c cleaning 20990 clauses out of 41979 with flag 488548/243010
227.93/225.14	c cleaning 22014 clauses out of 44027 with flag 536557/266048
255.27/252.43	c cleaning 22977 clauses out of 46012 with flag 584667/290047
282.48/279.64	c cleaning 24006 clauses out of 48011 with flag 634667/315023
307.95/305.08	c cleaning 25013 clauses out of 50026 with flag 686801/341044
334.84/331.97	c cleaning 26014 clauses out of 52027 with flag 740871/368058
361.02/358.04	c cleaning 26981 clauses out of 53962 with flag 796966/396007
393.06/390.00	c cleaning 27987 clauses out of 55974 with flag 855935/425000
426.16/423.16	c cleaning 28996 clauses out of 58017 with flag 916034/455030
459.91/456.87	c cleaning 30017 clauses out of 60034 with flag 978085/486043
493.19/490.06	c cleaning 31021 clauses out of 62044 with flag 1042221/518070
527.42/524.29	c cleaning 31978 clauses out of 63956 with flag 1108170/551003
562.29/559.05	c cleaning 33017 clauses out of 66033 with flag 1176411/585058
597.81/594.58	c cleaning 34003 clauses out of 68005 with flag 1246570/620047
635.04/631.79	c cleaning 34983 clauses out of 69965 with flag 1318734/656010
674.16/670.80	c cleaning 36009 clauses out of 72017 with flag 1393118/693045
729.00/725.63	c cleaning 37015 clauses out of 74030 with flag 1469507/731067
788.13/784.71	c cleaning 37986 clauses out of 75971 with flag 1549884/770023
843.67/840.28	c cleaning 38991 clauses out of 77981 with flag 1629970/810019
897.61/894.07	c cleaning 40023 clauses out of 80045 with flag 1712239/851074
954.99/951.31	c cleaning 41006 clauses out of 82011 with flag 1796435/893063
1009.48/1005.73	c cleaning 41982 clauses out of 83964 with flag 1882643/936022
1062.57/1058.75	c cleaning 42983 clauses out of 85981 with flag 1970999/980021
1109.99/1106.08	c cleaning 44014 clauses out of 88027 with flag 2062055/1025050
1151.38/1147.38	c cleaning 44986 clauses out of 89972 with flag 2157686/1071009
1234.67/1230.42	c cleaning 46010 clauses out of 92019 with flag 2253323/1118042
1324.11/1319.70	c cleaning 46929 clauses out of 94004 with flag 2349442/1166037
1405.72/1401.27	c cleaning 48018 clauses out of 96038 with flag 2447510/1215000
1473.10/1468.47	c cleaning 49016 clauses out of 98031 with flag 2547813/1265011
1543.41/1538.55	c cleaning 50004 clauses out of 100007 with flag 2650045/1316003
1606.55/1601.49	c cleaning 51016 clauses out of 102031 with flag 2754740/1368031
1664.48/1659.18	c cleaning 51997 clauses out of 103993 with flag 2861953/1421009
1737.18/1731.30	c cleaning 53012 clauses out of 106023 with flag 2977251/1475036
1800.02/1793.50	c starts		: 243
1800.02/1793.50	c conflicts		: 1513261
1800.02/1793.50	c decisions		: 1577355
1800.02/1793.50	c propagations		: 200518604
1800.02/1793.50	c inspects		: 24911640456
1800.02/1793.50	c shortcuts		: 0
1800.02/1793.50	c learnt literals	: 6
1800.02/1793.50	c learnt binary clauses	: 5
1800.02/1793.50	c learnt ternary clauses	: 9
1800.02/1793.50	c learnt constraints	: 1513255
1800.02/1793.50	c ignored constraints	: 0
1800.02/1793.50	c root simplifications	: 0
1800.02/1793.50	c removed literals (reason simplification)	: 0
1800.02/1793.50	c reason swapping (by a shorter reason)	: 0
1800.02/1793.50	c Calls to reduceDB	: 50
1800.02/1793.50	c Number of update (reduction) of LBD	: 6736
1800.02/1793.50	c Imported unit clauses	: 0
1800.02/1793.50	c number of reductions to clauses (during analyze)	: 0
1800.02/1793.50	c number of learned constraints concerned by reduction	: 0
1800.02/1793.50	c number of learning phase by resolution	: 0
1800.02/1793.50	c number of learning phase by cutting planes	: 0
1800.02/1793.50	c speed (assignments/second)	: 111953.83966013858
1800.02/1793.50	c non guided choices	0
1800.02/1793.51	c timeout
1800.02/1793.53	c learnt constraints type 
1800.02/1793.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
1800.02/1793.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 91232
1800.02/1793.53	s UNKNOWN
1800.02/1793.53	c Total wall clock time (in seconds): 1793.419

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-4100869-1466218627/watcher-4100869-1466218627 -o /tmp/evaluation-result-4100869-1466218627/solver-4100869-1466218627 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466206052-22953 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100869-1466218627.opb 

pid=27166
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.39 2.34 2.25 4/194 27169
/proc/meminfo: memFree=29970144/32872528 swapFree=1400172/1569824
[pid=27169] ppid=27166 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/27169/stat : 27169 (java) S 27166 27169 22937 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 23907986 98570240 977 33554432000 1073741824 1073778376 140734881935408 140734881926544 213422997565 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27169/statm: 24065 977 744 9 0 16771 0
[pid=27169/tid=27170] ppid=27166 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27170/stat : 27170 (java) R 27166 27169 22937 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 23907986 98570240 977 33554432000 1073741824 1073778376 140734881935408 140588223708712 213419640192 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 2.39 2.34 2.25 4/194 27169
/proc/meminfo: memFree=29970144/32872528 swapFree=1400172/1569824
[pid=27169] ppid=27166 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/27169/stat : 27169 (java) S 27166 27169 22937 0 -1 4202496 4425 0 1 0 9 1 0 0 20 0 18 0 23907986 9787879424 6060 33554432000 1073741824 1073778376 140734881935408 140734881926544 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27169/statm: 2389619 6060 2140 9 0 2380296 0
[pid=27169/tid=27170] ppid=27166 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/27169/task/27170/stat : 27170 (java) R 27166 27169 22937 0 -1 4202560 2381 0 1 0 7 0 0 0 20 0 18 0 23907986 9787879424 6060 33554432000 1073741824 1073778376 140734881935408 140588223712520 140588230902924 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200325 s]
/proc/loadavg: 2.39 2.34 2.25 4/194 27169
/proc/meminfo: memFree=29970144/32872528 swapFree=1400172/1569824
[pid=27169] ppid=27166 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/27169/stat : 27169 (java) S 27166 27169 22937 0 -1 4202496 4998 0 1 0 28 1 0 0 20 0 18 0 23907986 9787879424 7896 33554432000 1073741824 1073778376 140734881935408 140734881926544 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27169/statm: 2389619 7896 2220 9 0 2380296 0
[pid=27169/tid=27170] ppid=27166 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/27169/task/27170/stat : 27170 (java) R 27166 27169 22937 0 -1 4202560 2397 0 1 0 17 0 0 0 20 0 18 0 23907986 9787879424 7896 33554432000 1073741824 1073778376 140734881935408 140588223704560 140588226999174 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300333 s]
/proc/loadavg: 2.39 2.34 2.25 4/194 27169
/proc/meminfo: memFree=29970144/32872528 swapFree=1400172/1569824
[pid=27169] ppid=27166 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/27169/stat : 27169 (java) S 27166 27169 22937 0 -1 4202496 5942 0 1 0 47 1 0 0 20 0 18 0 23907986 9787879424 13411 33554432000 1073741824 1073778376 140734881935408 140734881926544 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27169/statm: 2389619 13411 2231 9 0 2380296 0
[pid=27169/tid=27170] ppid=27166 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/27169/task/27170/stat : 27170 (java) R 27166 27169 22937 0 -1 4202560 2407 0 1 0 26 1 0 0 20 0 18 0 23907986 9787879424 13411 33554432000 1073741824 1073778376 140734881935408 140588223704560 140588053960288 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700285 s]
/proc/loadavg: 2.39 2.34 2.25 4/194 27169
/proc/meminfo: memFree=29970144/32872528 swapFree=1400172/1569824
[pid=27169] ppid=27166 vsize=9558476 CPUtime=1.22 cores=0,2,4,6
/proc/27169/stat : 27169 (java) S 27166 27169 22937 0 -1 4202496 9943 0 1 0 116 6 0 0 20 0 18 0 23907986 9787879424 47133 33554432000 1073741824 1073778376 140734881935408 140734881926544 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27169/statm: 2389619 47133 2262 9 0 2380296 0
[pid=27169/tid=27170] ppid=27166 vsize=9558476 CPUtime=0.64 cores=0,2,4,6
/proc/27169/task/27170/stat : 27170 (java) R 27166 27169 22937 0 -1 4202560 2463 0 1 0 62 2 0 0 20 0 18 0 23907986 9787879424 47133 33554432000 1073741824 1073778376 140734881935408 140588223712712 213423023373 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9558476

[startup+1.50078 s]
/proc/loadavg: 2.39 2.34 2.25 4/212 27187
/proc/meminfo: memFree=29752248/32872528 swapFree=1400172/1569824
[pid=27169] ppid=27166 vsize=9558476 CPUtime=2.17 cores=0,2,4,6
/proc/27169/stat : 27169 (java) S 27166 27169 22937 0 -1 4202496 10395 0 1 0 206 11 0 0 20 0 18 0 23907986 9787879424 77679 33554432000 1073741824 1073778376 140734881935408 140734881926544 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27169/statm: 2389619 77679 2262 9 0 2380296 0
[pid=27169/tid=27170] ppid=27166 vsize=9558476 CPUtime=1.4 cores=0,2,4,6
/proc/27169/task/27170/stat : 27170 (java) R 27166 27169 22937 0 -1 4202560 2505 0 1 0 137 3 0 0 20 0 18 0 23907986 9787879424 77679 33554432000 1073741824 1073778376 140734881935408 140588223712712 140588054101591 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27169/tid=27172] ppid=27166 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/27169/task/27172/stat : 27172 (java) S 27166 27169 22937 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 18 0 23907987 9787879424 77679 33554432000 1073741824 1073778376 140734881935408 140588185205672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27169/tid=27173] ppid=27166 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/27169/task/27173/stat : 27173 (java) S 27166 27169 22937 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 23907987 9787879424 77679 33554432000 1073741824 1073778376 140734881935408 140588184153128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27169/tid=27174] ppid=27166 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/27169/task/27174/stat : 27174 (java) S 27166 27169 22937 0 -1 4202560 113 0 0 0 1 0 0 0 20 0 18 0 23907987 9787879424 77679 33554432000 1073741824 1073778376 140734881935408 140588183100072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27169/tid=27175] ppid=27166 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/27169/task/27175/stat : 27175 (java) S 27166 27169 22937 0 -1 4202560 97 0 0 0 4 2 0 0 20 0 18 0 23907987 9787879424 77679 33554432000 1073741824 1073778376 140734881935408 140588182047528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27176] ppid=27166 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/27169/task/27176/stat : 27176 (java) S 27166 27169 22937 0 -1 4202560 101 0 0 0 3 0 0 0 20 0 18 0 23907987 9787879424 77679 33554432000 1073741824 1073778376 140734881935408 140588180994472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27169/tid=27177] ppid=27166 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/27169/task/27177/stat : 27177 (java) S 27166 27169 22937 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 23907987 9787879424 77679 33554432000 1073741824 1073778376 140734881935408 140588179941928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27169/tid=27178] ppid=27166 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/27169/task/27178/stat : 27178 (java) S 27166 27169 22937 0 -1 4202560 104 0 0 0 2 0 0 0 20 0 18 0 23907987 9787879424 77679 33554432000 1073741824 1073778376 140734881935408 140588178888872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27179] ppid=27166 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/27169/task/27179/stat : 27179 (java) S 27166 27169 22937 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 23907987 9787879424 77679 33554432000 1073741824 1073778376 140734881935408 140588177836328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27180] ppid=27166 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27180/stat : 27180 (java) S 27166 27169 22937 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 23907988 9787879424 77679 33554432000 1073741824 1073778376 140734881935408 140588047371112 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27181] ppid=27166 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27181/stat : 27181 (java) S 27166 27169 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23907989 9787879424 77679 33554432000 1073741824 1073778376 140734881935408 140588046317432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27182] ppid=27166 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27182/stat : 27182 (java) S 27166 27169 22937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 23907989 9787879424 77679 33554432000 1073741824 1073778376 140734881935408 140588045264264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27183] ppid=27166 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27183/stat : 27183 (java) S 27166 27169 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23907991 9787879424 77679 33554432000 1073741824 1073778376 140734881935408 140588044213008 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27184] ppid=27166 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/27169/task/27184/stat : 27184 (java) S 27166 27169 22937 0 -1 4202560 1808 0 0 0 20 0 0 0 20 0 18 0 23907991 9787879424 77679 33554432000 1073741824 1073778376 140734881935408 140588043159864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27185] ppid=27166 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/27169/task/27185/stat : 27185 (java) S 27166 27169 22937 0 -1 4202560 4275 0 0 0 22 1 0 0 20 0 18 0 23907991 9787879424 77679 33554432000 1073741824 1073778376 140734881935408 140588042107320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27169/tid=27186] ppid=27166 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27186/stat : 27186 (java) S 27166 27169 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23907991 9787879424 77679 33554432000 1073741824 1073778376 140734881935408 140588041054456 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27169/tid=27187] ppid=27166 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27187/stat : 27187 (java) S 27166 27169 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23907991 9787879424 77679 33554432000 1073741824 1073778376 140734881935408 140588040002120 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9558476

[startup+3.10075 s]
/proc/loadavg: 2.39 2.34 2.25 6/212 27187
/proc/meminfo: memFree=29524240/32872528 swapFree=1400172/1569824
[pid=27169] ppid=27166 vsize=9625040 CPUtime=4.72 cores=0,2,4,6
/proc/27169/stat : 27169 (java) S 27166 27169 22937 0 -1 4202496 13039 0 1 0 446 26 0 0 20 0 19 0 23907986 9856040960 114190 33554432000 1073741824 1073778376 140734881935408 140734881926544 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27169/statm: 2406260 114190 2274 9 0 2396937 0
[pid=27169/tid=27170] ppid=27166 vsize=9625040 CPUtime=2.83 cores=0,2,4,6
/proc/27169/task/27170/stat : 27170 (java) R 27166 27169 22937 0 -1 4202560 2529 0 1 0 279 4 0 0 20 0 19 0 23907986 9856040960 114190 33554432000 1073741824 1073778376 140734881935408 140588223713624 140588054475399 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27169/tid=27172] ppid=27166 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/27169/task/27172/stat : 27172 (java) S 27166 27169 22937 0 -1 4202560 64 0 0 0 6 2 0 0 20 0 19 0 23907987 9856040960 114190 33554432000 1073741824 1073778376 140734881935408 140588185205672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27173] ppid=27166 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/27169/task/27173/stat : 27173 (java) S 27166 27169 22937 0 -1 4202560 168 0 0 0 8 3 0 0 20 0 19 0 23907987 9856040960 114190 33554432000 1073741824 1073778376 140734881935408 140588184153128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27169/tid=27174] ppid=27166 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/27169/task/27174/stat : 27174 (java) S 27166 27169 22937 0 -1 4202560 132 0 0 0 4 2 0 0 20 0 19 0 23907987 9856040960 114190 33554432000 1073741824 1073778376 140734881935408 140588183100072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27169/tid=27175] ppid=27166 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/27169/task/27175/stat : 27175 (java) S 27166 27169 22937 0 -1 4202560 208 0 0 0 10 3 0 0 20 0 19 0 23907987 9856040960 114190 33554432000 1073741824 1073778376 140734881935408 140588182047528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27176] ppid=27166 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/27169/task/27176/stat : 27176 (java) S 27166 27169 22937 0 -1 4202560 169 0 0 0 13 4 0 0 20 0 19 0 23907987 9856040960 114190 33554432000 1073741824 1073778376 140734881935408 140588180994472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27169/tid=27177] ppid=27166 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/27169/task/27177/stat : 27177 (java) S 27166 27169 22937 0 -1 4202560 39 0 0 0 6 2 0 0 20 0 19 0 23907987 9856040960 114190 33554432000 1073741824 1073778376 140734881935408 140588179941928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27169/tid=27178] ppid=27166 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/27169/task/27178/stat : 27178 (java) S 27166 27169 22937 0 -1 4202560 174 0 0 0 8 4 0 0 20 0 19 0 23907987 9856040960 114190 33554432000 1073741824 1073778376 140734881935408 140588178888872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27169/tid=27179] ppid=27166 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/27169/task/27179/stat : 27179 (java) S 27166 27169 22937 0 -1 4202560 50 0 0 0 7 1 0 0 20 0 19 0 23907987 9856040960 114190 33554432000 1073741824 1073778376 140734881935408 140588177836328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27169/tid=27180] ppid=27166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27180/stat : 27180 (java) S 27166 27169 22937 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 19 0 23907988 9856040960 114190 33554432000 1073741824 1073778376 140734881935408 140588047371112 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27169/tid=27181] ppid=27166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27181/stat : 27181 (java) S 27166 27169 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23907989 9856040960 114190 33554432000 1073741824 1073778376 140734881935408 140588046317432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27182] ppid=27166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27182/stat : 27182 (java) S 27166 27169 22937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23907989 9856040960 114190 33554432000 1073741824 1073778376 140734881935408 140588045264264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27183] ppid=27166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27183/stat : 27183 (java) S 27166 27169 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23907991 9856040960 114190 33554432000 1073741824 1073778376 140734881935408 140588044213008 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27184] ppid=27166 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/27169/task/27184/stat : 27184 (java) S 27166 27169 22937 0 -1 4202560 3756 0 0 0 43 0 0 0 20 0 19 0 23907991 9856040960 114190 33554432000 1073741824 1073778376 140734881935408 140588043159864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27185] ppid=27166 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/27169/task/27185/stat : 27185 (java) S 27166 27169 22937 0 -1 4202560 4290 0 0 0 46 1 0 0 20 0 19 0 23907991 9856040960 114190 33554432000 1073741824 1073778376 140734881935408 140588042107320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27169/tid=27186] ppid=27166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27186/stat : 27186 (java) S 27166 27169 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23907991 9856040960 114190 33554432000 1073741824 1073778376 140734881935408 140588041054456 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27169/tid=27187] ppid=27166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27187/stat : 27187 (java) S 27166 27169 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23907991 9856040960 114190 33554432000 1073741824 1073778376 140734881935408 140588040002120 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.72
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.35 2.33 2.24 4/213 27188
/proc/meminfo: memFree=29520848/32872528 swapFree=1400172/1569824
[pid=27169] ppid=27166 vsize=9625040 CPUtime=7.98 cores=0,2,4,6
/proc/27169/stat : 27169 (java) S 27166 27169 22937 0 -1 4202496 13264 0 1 0 770 28 0 0 20 0 19 0 23907986 9856040960 131771 33554432000 1073741824 1073778376 140734881935408 140734881926544 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27169/statm: 2406260 131771 2278 9 0 2396937 0
[pid=27169/tid=27170] ppid=27166 vsize=9625040 CPUtime=6.01 cores=0,2,4,6
/proc/27169/task/27170/stat : 27170 (java) R 27166 27169 22937 0 -1 4202560 2749 0 1 0 597 4 0 0 20 0 19 0 23907986 9856040960 131771 33554432000 1073741824 1073778376 140734881935408 140588223704768 140588054475447 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27169/tid=27172] ppid=27166 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/27169/task/27172/stat : 27172 (java) S 27166 27169 22937 0 -1 4202560 64 0 0 0 6 2 0 0 20 0 19 0 23907987 9856040960 131771 33554432000 1073741824 1073778376 140734881935408 140588185205672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27173] ppid=27166 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/27169/task/27173/stat : 27173 (java) S 27166 27169 22937 0 -1 4202560 168 0 0 0 8 3 0 0 20 0 19 0 23907987 9856040960 131771 33554432000 1073741824 1073778376 140734881935408 140588184153128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27169/tid=27174] ppid=27166 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/27169/task/27174/stat : 27174 (java) S 27166 27169 22937 0 -1 4202560 132 0 0 0 4 2 0 0 20 0 19 0 23907987 9856040960 131771 33554432000 1073741824 1073778376 140734881935408 140588183100072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27169/tid=27175] ppid=27166 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/27169/task/27175/stat : 27175 (java) S 27166 27169 22937 0 -1 4202560 208 0 0 0 10 3 0 0 20 0 19 0 23907987 9856040960 131771 33554432000 1073741824 1073778376 140734881935408 140588182047528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27176] ppid=27166 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/27169/task/27176/stat : 27176 (java) S 27166 27169 22937 0 -1 4202560 169 0 0 0 13 4 0 0 20 0 19 0 23907987 9856040960 131771 33554432000 1073741824 1073778376 140734881935408 140588180994472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27169/tid=27177] ppid=27166 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/27169/task/27177/stat : 27177 (java) S 27166 27169 22937 0 -1 4202560 39 0 0 0 6 2 0 0 20 0 19 0 23907987 9856040960 131771 33554432000 1073741824 1073778376 140734881935408 140588179941928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27169/tid=27178] ppid=27166 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/27169/task/27178/stat : 27178 (java) S 27166 27169 22937 0 -1 4202560 174 0 0 0 8 4 0 0 20 0 19 0 23907987 9856040960 131771 33554432000 1073741824 1073778376 140734881935408 140588178888872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27169/tid=27179] ppid=27166 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/27169/task/27179/stat : 27179 (java) S 27166 27169 22937 0 -1 4202560 50 0 0 0 7 1 0 0 20 0 19 0 23907987 9856040960 131771 33554432000 1073741824 1073778376 140734881935408 140588177836328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27169/tid=27180] ppid=27166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27180/stat : 27180 (java) S 27166 27169 22937 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 23907988 9856040960 131771 33554432000 1073741824 1073778376 140734881935408 140588047371112 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27181] ppid=27166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27181/stat : 27181 (java) S 27166 27169 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23907989 9856040960 131771 33554432000 1073741824 1073778376 140734881935408 140588046317432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27182] ppid=27166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27182/stat : 27182 (java) S 27166 27169 22937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23907989 9856040960 131771 33554432000 1073741824 1073778376 140734881935408 140588045264264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27183] ppid=27166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27183/stat : 27183 (java) S 27166 27169 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23907991 9856040960 131771 33554432000 1073741824 1073778376 140734881935408 140588044213008 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27184] ppid=27166 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/27169/task/27184/stat : 27184 (java) S 27166 27169 22937 0 -1 4202560 3756 0 0 0 45 0 0 0 20 0 19 0 23907991 9856040960 131771 33554432000 1073741824 1073778376 140734881935408 140588043159864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27185] ppid=27166 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/27169/task/27185/stat : 27185 (java) S 27166 27169 22937 0 -1 4202560 4294 0 0 0 48 1 0 0 20 0 19 0 23907991 9856040960 131771 33554432000 1073741824 1073778376 140734881935408 140588042107320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27169/tid=27186] ppid=27166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27186/stat : 27186 (java) S 27166 27169 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23907991 9856040960 131771 33554432000 1073741824 1073778376 140734881935408 140588041054456 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27169/tid=27187] ppid=27166 vsize=9625040 CPUtime=0 cores=0,2,4,6

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

[pid=27169/tid=27188] ppid=27166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27188/stat : 27188 (java) S 27166 27169 22937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23908228 9856040960 411757 33554432000 1073741824 1073778376 140734881935408 140588038948392 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1667.72
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.41 2.36 2.29 3/213 27320
/proc/meminfo: memFree=28478080/32872528 swapFree=1400172/1569824
[pid=27169] ppid=27166 vsize=9625040 CPUtime=1728.16 cores=0,2,4,6
/proc/27169/stat : 27169 (java) S 27166 27169 22937 0 -1 4202496 22502 0 1 0 172684 132 0 0 20 0 19 0 23907986 9856040960 399045 33554432000 1073741824 1073778376 140734881935408 140734881926544 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27169/statm: 2406260 399045 2286 9 0 2396937 0
[pid=27169/tid=27170] ppid=27166 vsize=9625040 CPUtime=1714.62 cores=0,2,4,6
/proc/27169/task/27170/stat : 27170 (java) R 27166 27169 22937 0 -1 4202560 4344 0 1 0 171396 66 0 0 20 0 19 0 23907986 9856040960 399045 33554432000 1073741824 1073778376 140734881935408 140588223712464 140588054407913 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27169/tid=27172] ppid=27166 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/27169/task/27172/stat : 27172 (java) S 27166 27169 22937 0 -1 4202560 196 0 0 0 78 7 0 0 20 0 19 0 23907987 9856040960 399045 33554432000 1073741824 1073778376 140734881935408 140588185205672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27169/tid=27173] ppid=27166 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/27169/task/27173/stat : 27173 (java) S 27166 27169 22937 0 -1 4202560 289 0 0 0 73 8 0 0 20 0 19 0 23907987 9856040960 399045 33554432000 1073741824 1073778376 140734881935408 140588184153128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27169/tid=27174] ppid=27166 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/27169/task/27174/stat : 27174 (java) S 27166 27169 22937 0 -1 4202560 299 0 0 0 75 8 0 0 20 0 19 0 23907987 9856040960 399045 33554432000 1073741824 1073778376 140734881935408 140588183100072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27169/tid=27175] ppid=27166 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/27169/task/27175/stat : 27175 (java) S 27166 27169 22937 0 -1 4202560 305 0 0 0 76 9 0 0 20 0 19 0 23907987 9856040960 399045 33554432000 1073741824 1073778376 140734881935408 140588182047528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27176] ppid=27166 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/27169/task/27176/stat : 27176 (java) S 27166 27169 22937 0 -1 4202560 299 0 0 0 77 7 0 0 20 0 19 0 23907987 9856040960 399045 33554432000 1073741824 1073778376 140734881935408 140588180994472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27169/tid=27177] ppid=27166 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/27169/task/27177/stat : 27177 (java) S 27166 27169 22937 0 -1 4202560 168 0 0 0 71 7 0 0 20 0 19 0 23907987 9856040960 399045 33554432000 1073741824 1073778376 140734881935408 140588179941928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27169/tid=27178] ppid=27166 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/27169/task/27178/stat : 27178 (java) S 27166 27169 22937 0 -1 4202560 298 0 0 0 75 9 0 0 20 0 19 0 23907987 9856040960 399045 33554432000 1073741824 1073778376 140734881935408 140588178888872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27169/tid=27179] ppid=27166 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/27169/task/27179/stat : 27179 (java) S 27166 27169 22937 0 -1 4202560 199 0 0 0 67 6 0 0 20 0 19 0 23907987 9856040960 399045 33554432000 1073741824 1073778376 140734881935408 140588177836328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27169/tid=27180] ppid=27166 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/27169/task/27180/stat : 27180 (java) S 27166 27169 22937 0 -1 4202560 6690 0 0 0 107 5 0 0 20 0 19 0 23907988 9856040960 399045 33554432000 1073741824 1073778376 140734881935408 140588047371112 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27169/tid=27181] ppid=27166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27181/stat : 27181 (java) S 27166 27169 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23907989 9856040960 399045 33554432000 1073741824 1073778376 140734881935408 140588046317432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27182] ppid=27166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27182/stat : 27182 (java) S 27166 27169 22937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23907989 9856040960 399045 33554432000 1073741824 1073778376 140734881935408 140588045264264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27183] ppid=27166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27183/stat : 27183 (java) S 27166 27169 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23907991 9856040960 399045 33554432000 1073741824 1073778376 140734881935408 140588044213008 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27184] ppid=27166 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/27169/task/27184/stat : 27184 (java) S 27166 27169 22937 0 -1 4202560 3756 0 0 0 49 0 0 0 20 0 19 0 23907991 9856040960 399045 33554432000 1073741824 1073778376 140734881935408 140588043159864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27185] ppid=27166 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/27169/task/27185/stat : 27185 (java) S 27166 27169 22937 0 -1 4202560 4298 0 0 0 57 1 0 0 20 0 19 0 23907991 9856040960 399045 33554432000 1073741824 1073778376 140734881935408 140588042107320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27169/tid=27186] ppid=27166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27186/stat : 27186 (java) S 27166 27169 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23907991 9856040960 399045 33554432000 1073741824 1073778376 140734881935408 140588041054456 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27169/tid=27187] ppid=27166 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/27169/task/27187/stat : 27187 (java) S 27166 27169 22937 0 -1 4202560 98 0 0 0 26 30 0 0 20 0 19 0 23907991 9856040960 399045 33554432000 1073741824 1073778376 140734881935408 140588040002120 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27169/tid=27188] ppid=27166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27188/stat : 27188 (java) S 27166 27169 22937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23908228 9856040960 399045 33554432000 1073741824 1073778376 140734881935408 140588038948392 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1728.16
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.44 2.38 2.30 3/213 27321
/proc/meminfo: memFree=28516560/32872528 swapFree=1400172/1569824
[pid=27169] ppid=27166 vsize=9625040 CPUtime=1788.73 cores=0,2,4,6
/proc/27169/stat : 27169 (java) S 27166 27169 22937 0 -1 4202496 22547 0 1 0 178739 134 0 0 20 0 19 0 23907986 9856040960 390243 33554432000 1073741824 1073778376 140734881935408 140734881926544 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27169/statm: 2406260 390243 2286 9 0 2396937 0
[pid=27169/tid=27170] ppid=27166 vsize=9625040 CPUtime=1774.15 cores=0,2,4,6
/proc/27169/task/27170/stat : 27170 (java) R 27166 27169 22937 0 -1 4202560 4381 0 1 0 177348 67 0 0 20 0 19 0 23907986 9856040960 390243 33554432000 1073741824 1073778376 140734881935408 140588223712448 140588054430922 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27169/tid=27172] ppid=27166 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/27169/task/27172/stat : 27172 (java) S 27166 27169 22937 0 -1 4202560 196 0 0 0 87 7 0 0 20 0 19 0 23907987 9856040960 390243 33554432000 1073741824 1073778376 140734881935408 140588185205672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27169/tid=27173] ppid=27166 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/27169/task/27173/stat : 27173 (java) S 27166 27169 22937 0 -1 4202560 289 0 0 0 83 8 0 0 20 0 19 0 23907987 9856040960 390243 33554432000 1073741824 1073778376 140734881935408 140588184153128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27174] ppid=27166 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/27169/task/27174/stat : 27174 (java) S 27166 27169 22937 0 -1 4202560 299 0 0 0 89 8 0 0 20 0 19 0 23907987 9856040960 390243 33554432000 1073741824 1073778376 140734881935408 140588183100072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27169/tid=27175] ppid=27166 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/27169/task/27175/stat : 27175 (java) S 27166 27169 22937 0 -1 4202560 305 0 0 0 86 10 0 0 20 0 19 0 23907987 9856040960 390243 33554432000 1073741824 1073778376 140734881935408 140588182047528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27176] ppid=27166 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/27169/task/27176/stat : 27176 (java) S 27166 27169 22937 0 -1 4202560 299 0 0 0 88 8 0 0 20 0 19 0 23907987 9856040960 390243 33554432000 1073741824 1073778376 140734881935408 140588180994472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27177] ppid=27166 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/27169/task/27177/stat : 27177 (java) S 27166 27169 22937 0 -1 4202560 168 0 0 0 82 7 0 0 20 0 19 0 23907987 9856040960 390243 33554432000 1073741824 1073778376 140734881935408 140588179941928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27169/tid=27178] ppid=27166 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/27169/task/27178/stat : 27178 (java) S 27166 27169 22937 0 -1 4202560 298 0 0 0 87 9 0 0 20 0 19 0 23907987 9856040960 390243 33554432000 1073741824 1073778376 140734881935408 140588178888872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27169/tid=27179] ppid=27166 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/27169/task/27179/stat : 27179 (java) S 27166 27169 22937 0 -1 4202560 199 0 0 0 78 6 0 0 20 0 19 0 23907987 9856040960 390243 33554432000 1073741824 1073778376 140734881935408 140588177836328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27169/tid=27180] ppid=27166 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/27169/task/27180/stat : 27180 (java) S 27166 27169 22937 0 -1 4202560 6694 0 0 0 107 6 0 0 20 0 19 0 23907988 9856040960 390243 33554432000 1073741824 1073778376 140734881935408 140588047371112 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27169/tid=27181] ppid=27166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27181/stat : 27181 (java) S 27166 27169 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23907989 9856040960 390243 33554432000 1073741824 1073778376 140734881935408 140588046317432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27182] ppid=27166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27182/stat : 27182 (java) S 27166 27169 22937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23907989 9856040960 390243 33554432000 1073741824 1073778376 140734881935408 140588045264264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27183] ppid=27166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27183/stat : 27183 (java) S 27166 27169 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23907991 9856040960 390243 33554432000 1073741824 1073778376 140734881935408 140588044213008 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27184] ppid=27166 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/27169/task/27184/stat : 27184 (java) S 27166 27169 22937 0 -1 4202560 3756 0 0 0 49 0 0 0 20 0 19 0 23907991 9856040960 390243 33554432000 1073741824 1073778376 140734881935408 140588043159864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27185] ppid=27166 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/27169/task/27185/stat : 27185 (java) S 27166 27169 22937 0 -1 4202560 4298 0 0 0 57 1 0 0 20 0 19 0 23907991 9856040960 390243 33554432000 1073741824 1073778376 140734881935408 140588042107320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27169/tid=27186] ppid=27166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27186/stat : 27186 (java) S 27166 27169 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23907991 9856040960 390243 33554432000 1073741824 1073778376 140734881935408 140588041054456 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27169/tid=27187] ppid=27166 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/27169/task/27187/stat : 27187 (java) S 27166 27169 22937 0 -1 4202560 102 0 0 0 27 30 0 0 20 0 19 0 23907991 9856040960 390243 33554432000 1073741824 1073778376 140734881935408 140588040002120 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27169/tid=27188] ppid=27166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27188/stat : 27188 (java) S 27166 27169 22937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23908228 9856040960 390243 33554432000 1073741824 1073778376 140734881935408 140588038948392 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1788.73
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.5 s]
/proc/loadavg: 2.53 2.40 2.31 3/213 27321
/proc/meminfo: memFree=28532444/32872528 swapFree=1400172/1569824
[pid=27169] ppid=27166 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/27169/stat : 27169 (java) S 27166 27169 22937 0 -1 4202496 33125 0 1 0 179866 136 0 0 20 0 19 0 23907986 9856040960 386181 33554432000 1073741824 1073778376 140734881935408 140734881926544 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27169/statm: 2406260 386181 2286 9 0 2396937 0
[pid=27169/tid=27170] ppid=27166 vsize=9625040 CPUtime=1784.74 cores=0,2,4,6
/proc/27169/task/27170/stat : 27170 (java) R 27166 27169 22937 0 -1 4202560 4388 0 1 0 178406 68 0 0 20 0 19 0 23907986 9856040960 386181 33554432000 1073741824 1073778376 140734881935408 140588223712480 140588054519752 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27169/tid=27172] ppid=27166 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/27169/task/27172/stat : 27172 (java) S 27166 27169 22937 0 -1 4202560 196 0 0 0 88 7 0 0 20 0 19 0 23907987 9856040960 386181 33554432000 1073741824 1073778376 140734881935408 140588185205672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27169/tid=27173] ppid=27166 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/27169/task/27173/stat : 27173 (java) S 27166 27169 22937 0 -1 4202560 289 0 0 0 84 8 0 0 20 0 19 0 23907987 9856040960 386181 33554432000 1073741824 1073778376 140734881935408 140588184153128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27174] ppid=27166 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/27169/task/27174/stat : 27174 (java) S 27166 27169 22937 0 -1 4202560 299 0 0 0 91 8 0 0 20 0 19 0 23907987 9856040960 386181 33554432000 1073741824 1073778376 140734881935408 140588183100072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27169/tid=27175] ppid=27166 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/27169/task/27175/stat : 27175 (java) S 27166 27169 22937 0 -1 4202560 305 0 0 0 88 10 0 0 20 0 19 0 23907987 9856040960 386181 33554432000 1073741824 1073778376 140734881935408 140588182047528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27176] ppid=27166 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/27169/task/27176/stat : 27176 (java) S 27166 27169 22937 0 -1 4202560 299 0 0 0 90 8 0 0 20 0 19 0 23907987 9856040960 386181 33554432000 1073741824 1073778376 140734881935408 140588180994472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27169/tid=27177] ppid=27166 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/27169/task/27177/stat : 27177 (java) S 27166 27169 22937 0 -1 4202560 168 0 0 0 84 7 0 0 20 0 19 0 23907987 9856040960 386181 33554432000 1073741824 1073778376 140734881935408 140588179941928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27169/tid=27178] ppid=27166 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/27169/task/27178/stat : 27178 (java) S 27166 27169 22937 0 -1 4202560 298 0 0 0 89 9 0 0 20 0 19 0 23907987 9856040960 386181 33554432000 1073741824 1073778376 140734881935408 140588178888872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27169/tid=27179] ppid=27166 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/27169/task/27179/stat : 27179 (java) S 27166 27169 22937 0 -1 4202560 199 0 0 0 79 6 0 0 20 0 19 0 23907987 9856040960 386181 33554432000 1073741824 1073778376 140734881935408 140588177836328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27169/tid=27180] ppid=27166 vsize=9625040 CPUtime=1.67 cores=0,2,4,6
/proc/27169/task/27180/stat : 27180 (java) S 27166 27169 22937 0 -1 4202560 17265 0 0 0 159 8 0 0 20 0 19 0 23907988 9856040960 386181 33554432000 1073741824 1073778376 140734881935408 140588047371112 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27169/tid=27181] ppid=27166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27181/stat : 27181 (java) S 27166 27169 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23907989 9856040960 386181 33554432000 1073741824 1073778376 140734881935408 140588046317432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27182] ppid=27166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27182/stat : 27182 (java) S 27166 27169 22937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23907989 9856040960 386181 33554432000 1073741824 1073778376 140734881935408 140588045264264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27183] ppid=27166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27183/stat : 27183 (java) S 27166 27169 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23907991 9856040960 386181 33554432000 1073741824 1073778376 140734881935408 140588044213008 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27184] ppid=27166 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/27169/task/27184/stat : 27184 (java) S 27166 27169 22937 0 -1 4202560 3756 0 0 0 49 0 0 0 20 0 19 0 23907991 9856040960 386181 33554432000 1073741824 1073778376 140734881935408 140588043159864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27169/tid=27185] ppid=27166 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/27169/task/27185/stat : 27185 (java) S 27166 27169 22937 0 -1 4202560 4298 0 0 0 57 1 0 0 20 0 19 0 23907991 9856040960 386181 33554432000 1073741824 1073778376 140734881935408 140588042107320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27169/tid=27186] ppid=27166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27186/stat : 27186 (java) S 27166 27169 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23907991 9856040960 386181 33554432000 1073741824 1073778376 140734881935408 140588041054456 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27169/tid=27187] ppid=27166 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/27169/task/27187/stat : 27187 (java) S 27166 27169 22937 0 -1 4202560 102 0 0 0 27 31 0 0 20 0 19 0 23907991 9856040960 386181 33554432000 1073741824 1073778376 140734881935408 140588040002120 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27169/tid=27188] ppid=27166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27169/task/27188/stat : 27188 (java) S 27166 27169 22937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23908228 9856040960 386181 33554432000 1073741824 1073778376 140734881935408 140588038948392 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

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

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

Real time (s): 1793.54
CPU time (s): 1800.02
CPU user time (s): 1798.66
CPU system time (s): 1.36
CPU usage (%): 100.361
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.09
system time used= 1.85072
maximum resident set size= 2984228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33165
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42915
involuntary context switches= 29615

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3304 second user time and 13.5149 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-18 04:57:08
IDJOB=4100869
IDBENCH=1671
IDSOLVER=2546
FILE ID=node140/4100869-1466218627
RUNJOBID= node140-1466206052-22953
PBS_JOBID= 19918137
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-d2q06c.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100869-1466218627/watcher-4100869-1466218627 -o /tmp/evaluation-result-4100869-1466218627/solver-4100869-1466218627 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466206052-22953 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100869-1466218627.opb

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

MD5SUM BENCH= 121100115f65aafe7304954ad1ff7cf1
RANDOM SEED=1856282229

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.714
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.54
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.714
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:        29970804 kB
Buffers:           93164 kB
Cached:           146508 kB
SwapCached:         2476 kB
Active:           423024 kB
Inactive:         171536 kB
Active(anon):     354892 kB
Inactive(anon):     2472 kB
Active(file):      68132 kB
Inactive(file):   169064 kB
Unevictable:     1569824 kB
Mlocked:         1400172 kB
SwapTotal:      67108856 kB
SwapFree:       67097016 kB
Dirty:             11328 kB
Writeback:             0 kB
AnonPages:       1923828 kB
Mapped:            15384 kB
Shmem:                 0 kB
Slab:             603004 kB
SReclaimable:      46452 kB
SUnreclaim:       556552 kB
KernelStack:        1584 kB
PageTables:         8280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2053732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    505856 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= 71728 MiB
End job on node140 at 2016-06-18 05:27:01