Trace number 4099861

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 1784.04

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n3703.opb
MD5SUMde8002a7213606f6cc39967e9305bae2
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 variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 154999
Biggest coefficient in the objective function 76
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 654248
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 654248
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4099861-1466207928.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
2.09/1.42	c ... done. Wall clock time 1.309s.
2.09/1.42	c declared #vars     155000
2.09/1.42	c #constraints  5300
2.09/1.42	c constraints type 
2.09/1.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21
2.09/1.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5279
2.09/1.42	c 5300 constraints processed.
2.09/1.42	c objective function length is 154999 literals
4.85/3.46	c cleaning 2505 clauses out of 5009 with flag 10018/5009
7.42/5.93	c cleaning 4249 clauses out of 8501 with flag 22013/11006
11.79/10.18	c cleaning 5621 clauses out of 11246 with flag 36200/18000
16.79/15.20	c cleaning 6812 clauses out of 13627 with flag 52349/26002
22.56/20.63	c cleaning 7902 clauses out of 15815 with flag 70439/35002
27.46/25.54	c cleaning 8952 clauses out of 17911 with flag 90475/45000
35.78/33.60	c cleaning 9978 clauses out of 19959 with flag 112770/56000
42.88/40.80	c cleaning 10990 clauses out of 21984 with flag 136984/68003
52.87/50.34	c cleaning 11990 clauses out of 23992 with flag 163039/81001
61.17/58.65	c cleaning 12997 clauses out of 26001 with flag 191093/95000
70.58/68.01	c cleaning 13998 clauses out of 28004 with flag 221264/110000
83.41/80.47	c cleaning 15000 clauses out of 30008 with flag 253475/126002
95.52/92.51	c cleaning 15996 clauses out of 32008 with flag 287619/143002
109.41/106.40	c cleaning 16998 clauses out of 34011 with flag 324008/161001
124.55/120.73	c cleaning 18008 clauses out of 36019 with flag 362125/180007
138.07/134.22	c cleaning 19002 clauses out of 38007 with flag 402253/200003
153.06/149.29	c cleaning 19997 clauses out of 40002 with flag 445021/221000
172.14/168.00	c cleaning 20998 clauses out of 42006 with flag 489146/243001
188.55/184.36	c cleaning 22001 clauses out of 44008 with flag 535194/266001
208.44/204.27	c cleaning 23000 clauses out of 46006 with flag 583420/290000
228.42/223.62	c cleaning 24000 clauses out of 48007 with flag 633705/315001
246.52/241.78	c cleaning 25001 clauses out of 50007 with flag 685931/341001
266.12/261.37	c cleaning 25997 clauses out of 52006 with flag 740133/368001
290.00/284.74	c cleaning 26994 clauses out of 54008 with flag 796289/396000
317.19/311.91	c cleaning 28001 clauses out of 56014 with flag 854650/425000
342.19/336.96	c cleaning 29007 clauses out of 58017 with flag 914911/455004
367.41/361.52	c cleaning 29998 clauses out of 60006 with flag 977154/486000
393.42/387.51	c cleaning 31001 clauses out of 62011 with flag 1041342/518003
426.11/420.04	c cleaning 31997 clauses out of 64008 with flag 1107619/551001
459.52/453.49	c cleaning 32999 clauses out of 66010 with flag 1176056/585000
494.91/488.48	c cleaning 34000 clauses out of 68011 with flag 1246409/620000
529.48/522.36	c cleaning 35004 clauses out of 70011 with flag 1318970/656000
560.79/553.64	c cleaning 35999 clauses out of 72009 with flag 1393285/693002
594.98/587.57	c cleaning 37001 clauses out of 74010 with flag 1469443/731002
627.98/620.51	c cleaning 38003 clauses out of 76010 with flag 1547606/770003
665.88/658.40	c cleaning 38995 clauses out of 78008 with flag 1627677/810004
712.16/704.21	c cleaning 39998 clauses out of 80009 with flag 1710212/851000
759.83/751.38	c cleaning 41003 clauses out of 82012 with flag 1794498/893001
801.81/792.68	c cleaning 42005 clauses out of 84014 with flag 1880817/936006
850.37/841.05	c cleaning 42995 clauses out of 86005 with flag 1969138/980002
917.84/908.28	c cleaning 44000 clauses out of 88010 with flag 2059589/1025002
972.42/962.38	c cleaning 45001 clauses out of 90008 with flag 2151909/1071000
1029.94/1019.48	c cleaning 45999 clauses out of 92009 with flag 2246200/1118002
1089.73/1078.70	c cleaning 47003 clauses out of 94010 with flag 2342538/1166002
1145.97/1134.23	c cleaning 48000 clauses out of 96005 with flag 2440851/1215000
1161.29/1149.40	c cleaning 48996 clauses out of 98012 with flag 2552827/1265007
1185.29/1173.16	c cleaning 49962 clauses out of 100009 with flag 2671239/1316000
1212.19/1200.01	c cleaning 50969 clauses out of 102047 with flag 2791366/1368000
1250.90/1238.29	c cleaning 51988 clauses out of 104078 with flag 2913201/1421000
1302.31/1289.63	c cleaning 52993 clauses out of 106091 with flag 3036913/1475001
1349.07/1335.98	c cleaning 54004 clauses out of 108105 with flag 3163477/1530008
1398.57/1384.83	c cleaning 54990 clauses out of 110093 with flag 3293747/1586000
1442.17/1428.47	c cleaning 55992 clauses out of 112103 with flag 3426265/1643000
1487.78/1473.99	c cleaning 56999 clauses out of 114112 with flag 3559521/1701001
1533.03/1518.91	c cleaning 57999 clauses out of 116113 with flag 3696746/1760001
1573.61/1559.26	c cleaning 59009 clauses out of 118115 with flag 3835261/1820002
1615.13/1600.41	c cleaning 60000 clauses out of 120104 with flag 3976386/1881000
1655.13/1640.45	c cleaning 60990 clauses out of 122105 with flag 4117811/1943001
1689.58/1674.43	c cleaning 62040 clauses out of 124115 with flag 4269235/2006001
1751.01/1735.43	c cleaning 63019 clauses out of 126074 with flag 4416468/2070000
1800.05/1784.00	c starts		: 6
1800.05/1784.00	c conflicts		: 2102695
1800.05/1784.00	c decisions		: 3361158
1800.05/1784.00	c propagations		: 378562775
1800.05/1784.00	c inspects		: 17615059473
1800.05/1784.00	c shortcuts		: 0
1800.05/1784.00	c learnt literals	: 0
1800.05/1784.00	c learnt binary clauses	: 0
1800.05/1784.00	c learnt ternary clauses	: 0
1800.05/1784.00	c learnt constraints	: 2102695
1800.05/1784.00	c ignored constraints	: 0
1800.05/1784.00	c root simplifications	: 0
1800.05/1784.00	c removed literals (reason simplification)	: 0
1800.05/1784.00	c reason swapping (by a shorter reason)	: 0
1800.05/1784.00	c Calls to reduceDB	: 60
1800.05/1784.00	c Number of update (reduction) of LBD	: 170466
1800.05/1784.00	c Imported unit clauses	: 0
1800.05/1784.00	c number of reductions to clauses (during analyze)	: 0
1800.05/1784.00	c number of learned constraints concerned by reduction	: 0
1800.05/1784.00	c number of learning phase by resolution	: 0
1800.05/1784.00	c number of learning phase by cutting planes	: 0
1800.05/1784.00	c speed (assignments/second)	: 212383.39139947825
1800.05/1784.00	c non guided choices	158949
1800.05/1784.03	c learnt constraints type 
1800.05/1784.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 95751
1800.05/1784.03	s UNKNOWN
1800.05/1784.03	c Total wall clock time (in seconds): 1783.913

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

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

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


[startup+0 s]
/proc/loadavg: 2.30 2.30 1.98 2/194 25712
/proc/meminfo: memFree=30089064/32872528 swapFree=1400172/1569824
[pid=25712] ppid=25709 vsize=5632 CPUtime=0 cores=0,2,4,6
/proc/25712/stat : 25712 (java) R 25709 25712 22937 0 -1 4202496 385 0 0 0 0 0 0 0 20 0 1 0 22838076 5767168 56 33554432000 1073741824 1073778376 140735917903760 140735917900888 213410418976 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25712/statm: 1408 56 43 9 0 30 0

[startup+0.10006 s]
/proc/loadavg: 2.30 2.30 1.98 2/194 25712
/proc/meminfo: memFree=30089064/32872528 swapFree=1400172/1569824
[pid=25712] ppid=25709 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/25712/stat : 25712 (java) S 25709 25712 22937 0 -1 4202496 4424 0 1 0 8 1 0 0 20 0 18 0 22838076 9787879424 6047 33554432000 1073741824 1073778376 140735917903760 140735917894896 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25712/statm: 2389619 6047 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200216 s]
/proc/loadavg: 2.30 2.30 1.98 2/194 25712
/proc/meminfo: memFree=30089064/32872528 swapFree=1400172/1569824
[pid=25712] ppid=25709 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/25712/stat : 25712 (java) S 25709 25712 22937 0 -1 4202496 5015 0 1 0 27 1 0 0 20 0 18 0 22838076 9787879424 7893 33554432000 1073741824 1073778376 140735917903760 140735917894896 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25712/statm: 2389619 7893 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300231 s]
/proc/loadavg: 2.30 2.30 1.98 2/194 25712
/proc/meminfo: memFree=30089064/32872528 swapFree=1400172/1569824
[pid=25712] ppid=25709 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/25712/stat : 25712 (java) S 25709 25712 22937 0 -1 4202496 5473 0 1 0 44 1 0 0 20 0 18 0 22838076 9787879424 14235 33554432000 1073741824 1073778376 140735917903760 140735917894896 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25712/statm: 2389619 14235 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700222 s]
/proc/loadavg: 2.30 2.30 1.98 2/194 25712
/proc/meminfo: memFree=30089064/32872528 swapFree=1400172/1569824
[pid=25712] ppid=25709 vsize=9558476 CPUtime=1.18 cores=0,2,4,6
/proc/25712/stat : 25712 (java) S 25709 25712 22937 0 -1 4202496 7245 0 1 0 112 6 0 0 20 0 18 0 22838076 9787879424 45951 33554432000 1073741824 1073778376 140735917903760 140735917894896 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25712/statm: 2389619 45951 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9558476

[startup+1.50081 s]
/proc/loadavg: 2.30 2.30 1.98 3/212 25730
/proc/meminfo: memFree=29856736/32872528 swapFree=1400172/1569824
[pid=25712] ppid=25709 vsize=9558476 CPUtime=2.28 cores=0,2,4,6
/proc/25712/stat : 25712 (java) S 25709 25712 22937 0 -1 4202496 7954 0 1 0 213 15 0 0 20 0 18 0 22838076 9787879424 74991 33554432000 1073741824 1073778376 140735917903760 140735917894896 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25712/statm: 2389619 74991 2271 9 0 2380296 0
[pid=25712/tid=25714] ppid=25709 vsize=9558476 CPUtime=1.35 cores=0,2,4,6
/proc/25712/task/25714/stat : 25714 (java) R 25709 25712 22937 0 -1 4202560 2508 0 1 0 131 4 0 0 20 0 18 0 22838077 9787879424 74991 33554432000 1073741824 1073778376 140735917903760 140178777882608 140178623171453 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25712/tid=25715] ppid=25709 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/25712/task/25715/stat : 25715 (java) S 25709 25712 22937 0 -1 4202560 29 0 0 0 2 2 0 0 20 0 18 0 22838078 9787879424 74991 33554432000 1073741824 1073778376 140735917903760 140178750344232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25716] ppid=25709 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/25712/task/25716/stat : 25716 (java) S 25709 25712 22937 0 -1 4202560 114 0 0 0 5 1 0 0 20 0 18 0 22838078 9787879424 74991 33554432000 1073741824 1073778376 140735917903760 140178749291432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25717] ppid=25709 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/25712/task/25717/stat : 25717 (java) S 25709 25712 22937 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 18 0 22838078 9787879424 74991 33554432000 1073741824 1073778376 140735917903760 140178748238632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25712/tid=25718] ppid=25709 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/25712/task/25718/stat : 25718 (java) S 25709 25712 22937 0 -1 4202560 133 0 0 0 2 2 0 0 20 0 18 0 22838078 9787879424 74991 33554432000 1073741824 1073778376 140735917903760 140178747185832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25719] ppid=25709 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/25712/task/25719/stat : 25719 (java) S 25709 25712 22937 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 22838078 9787879424 74991 33554432000 1073741824 1073778376 140735917903760 140178746133032 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25712/tid=25720] ppid=25709 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/25712/task/25720/stat : 25720 (java) S 25709 25712 22937 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 18 0 22838078 9787879424 74991 33554432000 1073741824 1073778376 140735917903760 140178745080232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25721] ppid=25709 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/25712/task/25721/stat : 25721 (java) S 25709 25712 22937 0 -1 4202560 90 0 0 0 3 0 0 0 20 0 18 0 22838078 9787879424 74991 33554432000 1073741824 1073778376 140735917903760 140178744027432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25712/tid=25722] ppid=25709 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/25712/task/25722/stat : 25722 (java) S 25709 25712 22937 0 -1 4202560 118 0 0 0 2 2 0 0 20 0 18 0 22838078 9787879424 74991 33554432000 1073741824 1073778376 140735917903760 140178742974632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25723] ppid=25709 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25723/stat : 25723 (java) S 25709 25712 22937 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 22838079 9787879424 74991 33554432000 1073741824 1073778376 140735917903760 140178131758056 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25724] ppid=25709 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25724/stat : 25724 (java) S 25709 25712 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22838079 9787879424 74991 33554432000 1073741824 1073778376 140735917903760 140178130704120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25725] ppid=25709 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25725/stat : 25725 (java) S 25709 25712 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22838079 9787879424 74991 33554432000 1073741824 1073778376 140735917903760 140178129651208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25726] ppid=25709 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25726/stat : 25726 (java) S 25709 25712 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22838082 9787879424 74991 33554432000 1073741824 1073778376 140735917903760 140178128599696 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25727] ppid=25709 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/25712/task/25727/stat : 25727 (java) S 25709 25712 22937 0 -1 4202560 1139 0 0 0 18 0 0 0 20 0 18 0 22838082 9787879424 74991 33554432000 1073741824 1073778376 140735917903760 140178127546808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25728] ppid=25709 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/25712/task/25728/stat : 25728 (java) S 25709 25712 22937 0 -1 4202560 2442 0 0 0 31 0 0 0 20 0 18 0 22838082 9787879424 74991 33554432000 1073741824 1073778376 140735917903760 140178126494008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25729] ppid=25709 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25729/stat : 25729 (java) S 25709 25712 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22838082 9787879424 74991 33554432000 1073741824 1073778376 140735917903760 140178125441400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25730] ppid=25709 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25730/stat : 25730 (java) S 25709 25712 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22838082 9787879424 74991 33554432000 1073741824 1073778376 140735917903760 140178124388808 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 9558476

[startup+3.10085 s]
/proc/loadavg: 2.30 2.30 1.98 2/189 25764
/proc/meminfo: memFree=30104568/32872528 swapFree=1400172/1569824
[pid=25712] ppid=25709 vsize=9625040 CPUtime=4.51 cores=0,2,4,6
/proc/25712/stat : 25712 (java) S 25709 25712 22937 0 -1 4202496 13785 0 1 0 429 22 0 0 20 0 19 0 22838076 9856040960 106839 33554432000 1073741824 1073778376 140735917903760 140735917894896 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25712/statm: 2406260 106839 2273 9 0 2396937 0
[pid=25712/tid=25714] ppid=25709 vsize=9625040 CPUtime=2.89 cores=0,2,4,6
/proc/25712/task/25714/stat : 25714 (java) R 25709 25712 22937 0 -1 4202560 2537 0 1 0 284 5 0 0 20 0 19 0 22838077 9856040960 106839 33554432000 1073741824 1073778376 140735917903760 140178777890040 140178623278629 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25712/tid=25715] ppid=25709 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/25712/task/25715/stat : 25715 (java) S 25709 25712 22937 0 -1 4202560 49 0 0 0 5 2 0 0 20 0 19 0 22838078 9856040960 106839 33554432000 1073741824 1073778376 140735917903760 140178750344232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25716] ppid=25709 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/25712/task/25716/stat : 25716 (java) S 25709 25712 22937 0 -1 4202560 121 0 0 0 6 2 0 0 20 0 19 0 22838078 9856040960 106839 33554432000 1073741824 1073778376 140735917903760 140178749291432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25717] ppid=25709 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/25712/task/25717/stat : 25717 (java) S 25709 25712 22937 0 -1 4202560 33 0 0 0 3 2 0 0 20 0 19 0 22838078 9856040960 106839 33554432000 1073741824 1073778376 140735917903760 140178748238632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25718] ppid=25709 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/25712/task/25718/stat : 25718 (java) S 25709 25712 22937 0 -1 4202560 166 0 0 0 6 3 0 0 20 0 19 0 22838078 9856040960 106839 33554432000 1073741824 1073778376 140735917903760 140178747185832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25719] ppid=25709 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/25712/task/25719/stat : 25719 (java) S 25709 25712 22937 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 19 0 22838078 9856040960 106839 33554432000 1073741824 1073778376 140735917903760 140178746133032 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25720] ppid=25709 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/25712/task/25720/stat : 25720 (java) S 25709 25712 22937 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 19 0 22838078 9856040960 106839 33554432000 1073741824 1073778376 140735917903760 140178745080232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25721] ppid=25709 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/25712/task/25721/stat : 25721 (java) S 25709 25712 22937 0 -1 4202560 96 0 0 0 3 1 0 0 20 0 19 0 22838078 9856040960 106839 33554432000 1073741824 1073778376 140735917903760 140178744027432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25712/tid=25722] ppid=25709 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/25712/task/25722/stat : 25722 (java) S 25709 25712 22937 0 -1 4202560 148 0 0 0 6 3 0 0 20 0 19 0 22838078 9856040960 106839 33554432000 1073741824 1073778376 140735917903760 140178742974632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25723] ppid=25709 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25723/stat : 25723 (java) S 25709 25712 22937 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 22838079 9856040960 106839 33554432000 1073741824 1073778376 140735917903760 140178131758056 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25724] ppid=25709 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25724/stat : 25724 (java) S 25709 25712 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22838079 9856040960 106839 33554432000 1073741824 1073778376 140735917903760 140178130704120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25725] ppid=25709 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25725/stat : 25725 (java) S 25709 25712 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22838079 9856040960 106839 33554432000 1073741824 1073778376 140735917903760 140178129651208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25726] ppid=25709 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25726/stat : 25726 (java) S 25709 25712 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22838082 9856040960 106839 33554432000 1073741824 1073778376 140735917903760 140178128599696 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25727] ppid=25709 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/25712/task/25727/stat : 25727 (java) S 25709 25712 22937 0 -1 4202560 6059 0 0 0 49 0 0 0 20 0 19 0 22838082 9856040960 106839 33554432000 1073741824 1073778376 140735917903760 140178127546808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25728] ppid=25709 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/25712/task/25728/stat : 25728 (java) R 25709 25712 22937 0 -1 4202560 3069 0 0 0 45 0 0 0 20 0 19 0 22838082 9856040960 106839 33554432000 1073741824 1073778376 140735917903760 140178126494008 140178785625830 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25729] ppid=25709 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25729/stat : 25729 (java) S 25709 25712 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22838082 9856040960 106839 33554432000 1073741824 1073778376 140735917903760 140178125441400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25730] ppid=25709 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25730/stat : 25730 (java) S 25709 25712 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22838082 9856040960 106839 33554432000 1073741824 1073778376 140735917903760 140178124388808 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25731] ppid=25709 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25731/stat : 25731 (java) S 25709 25712 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22838231 9856040960 106839 33554432000 1073741824 1073778376 140735917903760 140178123335336 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.51
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.43 2.33 1.99 4/213 25797
/proc/meminfo: memFree=29657868/32872528 swapFree=1400172/1569824
[pid=25712] ppid=25709 vsize=9625040 CPUtime=7.82 cores=0,2,4,6
/proc/25712/stat : 25712 (java) S 25709 25712 22937 0 -1 4202496 14242 0 1 0 760 22 0 0 20 0 19 0 22838076 9856040960 105643 33554432000 1073741824 1073778376 140735917903760 140735917894896 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25712/statm: 2406260 105643 2278 9 0 2396937 0
[pid=25712/tid=25714] ppid=25709 vsize=9625040 CPUtime=6.09 cores=0,2,4,6
/proc/25712/task/25714/stat : 25714 (java) R 25709 25712 22937 0 -1 4202560 2540 0 1 0 604 5 0 0 20 0 19 0 22838077 9856040960 105643 33554432000 1073741824 1073778376 140735917903760 140178777891320 140178623269990 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25712/tid=25715] ppid=25709 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/25712/task/25715/stat : 25715 (java) S 25709 25712 22937 0 -1 4202560 49 0 0 0 5 2 0 0 20 0 19 0 22838078 9856040960 105643 33554432000 1073741824 1073778376 140735917903760 140178750344232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25716] ppid=25709 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/25712/task/25716/stat : 25716 (java) S 25709 25712 22937 0 -1 4202560 121 0 0 0 6 2 0 0 20 0 19 0 22838078 9856040960 105643 33554432000 1073741824 1073778376 140735917903760 140178749291432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25717] ppid=25709 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/25712/task/25717/stat : 25717 (java) S 25709 25712 22937 0 -1 4202560 33 0 0 0 3 2 0 0 20 0 19 0 22838078 9856040960 105643 33554432000 1073741824 1073778376 140735917903760 140178748238632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25718] ppid=25709 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/25712/task/25718/stat : 25718 (java) S 25709 25712 22937 0 -1 4202560 166 0 0 0 6 3 0 0 20 0 19 0 22838078 9856040960 105643 33554432000 1073741824 1073778376 140735917903760 140178747185832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25719] ppid=25709 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/25712/task/25719/stat : 25719 (java) S 25709 25712 22937 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 19 0 22838078 9856040960 105643 33554432000 1073741824 1073778376 140735917903760 140178746133032 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25720] ppid=25709 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/25712/task/25720/stat : 25720 (java) S 25709 25712 22937 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 19 0 22838078 9856040960 105643 33554432000 1073741824 1073778376 140735917903760 140178745080232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25721] ppid=25709 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/25712/task/25721/stat : 25721 (java) S 25709 25712 22937 0 -1 4202560 96 0 0 0 3 1 0 0 20 0 19 0 22838078 9856040960 105643 33554432000 1073741824 1073778376 140735917903760 140178744027432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25712/tid=25722] ppid=25709 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/25712/task/25722/stat : 25722 (java) S 25709 25712 22937 0 -1 4202560 148 0 0 0 6 3 0 0 20 0 19 0 22838078 9856040960 105643 33554432000 1073741824 1073778376 140735917903760 140178742974632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25723] ppid=25709 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25723/stat : 25723 (java) S 25709 25712 22937 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 22838079 9856040960 105643 33554432000 1073741824 1073778376 140735917903760 140178131758056 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25724] ppid=25709 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25724/stat : 25724 (java) S 25709 25712 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22838079 9856040960 105643 33554432000 1073741824 1073778376 140735917903760 140178130704120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25725] ppid=25709 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25725/stat : 25725 (java) S 25709 25712 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22838079 9856040960 105643 33554432000 1073741824 1073778376 140735917903760 140178129651208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25726] ppid=25709 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25726/stat : 25726 (java) S 25709 25712 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22838082 9856040960 105643 33554432000 1073741824 1073778376 140735917903760 140178128599696 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25727] ppid=25709 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/25712/task/25727/stat : 25727 (java) S 25709 25712 22937 0 -1 4202560 6064 0 0 0 53 0 0 0 20 0 19 0 22838082 9856040960 105643 33554432000 1073741824 1073778376 140735917903760 140178127546808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25728] ppid=25709 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/25712/task/25728/stat : 25728 (java) S 25709 25712 22937 0 -1 4202560 3518 0 0 0 53 0 0 0 20 0 19 0 22838082 9856040960 105643 33554432000 1073741824 1073778376 140735917903760 140178126494008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25729] ppid=25709 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25729/stat : 25729 (java) S 25709 25712 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22838082 9856040960 105643 33554432000 1073741824 1073778376 140735917903760 140178125441400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25730] ppid=25709 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25730/stat : 25730 (java) S 25709 25712 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22838082 9856040960 105643 33554432000 1073741824 1073778376 140735917903760 140178124388808 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25731] ppid=25709 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25731/stat : 25731 (java) S 25709 25712 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22838231 9856040960 105643 33554432000 1073741824 1073778376 140735917903760 140178123335336 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.82
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 2.40 2.32 1.99 4/213 25797

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

[pid=25712/tid=25731] ppid=25709 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25731/stat : 25731 (java) S 25709 25712 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22838231 9856040960 903073 33554432000 1073741824 1073778376 140735917903760 140178123335336 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1677.14
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.26 2.27 2.19 4/213 25862
/proc/meminfo: memFree=23230300/32872528 swapFree=1400172/1569824
[pid=25712] ppid=25709 vsize=9625040 CPUtime=1737.9 cores=0,2,4,6
/proc/25712/stat : 25712 (java) S 25709 25712 22937 0 -1 4202496 26364 0 1 0 173413 377 0 0 20 0 19 0 22838076 9856040960 840146 33554432000 1073741824 1073778376 140735917903760 140735917894896 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25712/statm: 2406260 840146 2286 9 0 2396937 0
[pid=25712/tid=25714] ppid=25709 vsize=9625040 CPUtime=1709.41 cores=0,2,4,6
/proc/25712/task/25714/stat : 25714 (java) R 25709 25712 22937 0 -1 4202560 3849 0 1 0 170896 45 0 0 20 0 19 0 22838077 9856040960 840146 33554432000 1073741824 1073778376 140735917903760 140178777890000 140178623291958 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25715] ppid=25709 vsize=9625040 CPUtime=2.15 cores=0,2,4,6
/proc/25712/task/25715/stat : 25715 (java) S 25709 25712 22937 0 -1 4202560 802 0 0 0 182 33 0 0 20 0 19 0 22838078 9856040960 840146 33554432000 1073741824 1073778376 140735917903760 140178750344232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25712/tid=25716] ppid=25709 vsize=9625040 CPUtime=2.52 cores=0,2,4,6
/proc/25712/task/25716/stat : 25716 (java) S 25709 25712 22937 0 -1 4202560 1047 0 0 0 215 37 0 0 20 0 19 0 22838078 9856040960 840146 33554432000 1073741824 1073778376 140735917903760 140178749291432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25712/tid=25717] ppid=25709 vsize=9625040 CPUtime=2.55 cores=0,2,4,6
/proc/25712/task/25717/stat : 25717 (java) S 25709 25712 22937 0 -1 4202560 1006 0 0 0 215 40 0 0 20 0 19 0 22838078 9856040960 840146 33554432000 1073741824 1073778376 140735917903760 140178748238632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25712/tid=25718] ppid=25709 vsize=9625040 CPUtime=2.47 cores=0,2,4,6
/proc/25712/task/25718/stat : 25718 (java) S 25709 25712 22937 0 -1 4202560 1219 0 0 0 202 45 0 0 20 0 19 0 22838078 9856040960 840146 33554432000 1073741824 1073778376 140735917903760 140178747185832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25719] ppid=25709 vsize=9625040 CPUtime=2.06 cores=0,2,4,6
/proc/25712/task/25719/stat : 25719 (java) S 25709 25712 22937 0 -1 4202560 802 0 0 0 171 35 0 0 20 0 19 0 22838078 9856040960 840146 33554432000 1073741824 1073778376 140735917903760 140178746133032 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25720] ppid=25709 vsize=9625040 CPUtime=2.66 cores=0,2,4,6
/proc/25712/task/25720/stat : 25720 (java) S 25709 25712 22937 0 -1 4202560 852 0 0 0 221 45 0 0 20 0 19 0 22838078 9856040960 840146 33554432000 1073741824 1073778376 140735917903760 140178745080232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25712/tid=25721] ppid=25709 vsize=9625040 CPUtime=2.3 cores=0,2,4,6
/proc/25712/task/25721/stat : 25721 (java) S 25709 25712 22937 0 -1 4202560 1204 0 0 0 184 46 0 0 20 0 19 0 22838078 9856040960 840146 33554432000 1073741824 1073778376 140735917903760 140178744027432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25722] ppid=25709 vsize=9625040 CPUtime=2.25 cores=0,2,4,6
/proc/25712/task/25722/stat : 25722 (java) S 25709 25712 22937 0 -1 4202560 1184 0 0 0 180 45 0 0 20 0 19 0 22838078 9856040960 840146 33554432000 1073741824 1073778376 140735917903760 140178742974632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25723] ppid=25709 vsize=9625040 CPUtime=3.43 cores=0,2,4,6
/proc/25712/task/25723/stat : 25723 (java) S 25709 25712 22937 0 -1 4202560 2594 0 0 0 340 3 0 0 20 0 19 0 22838079 9856040960 840146 33554432000 1073741824 1073778376 140735917903760 140178131758056 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25724] ppid=25709 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25724/stat : 25724 (java) S 25709 25712 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22838079 9856040960 840146 33554432000 1073741824 1073778376 140735917903760 140178130704120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25725] ppid=25709 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25725/stat : 25725 (java) S 25709 25712 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22838079 9856040960 840146 33554432000 1073741824 1073778376 140735917903760 140178129651208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25726] ppid=25709 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25726/stat : 25726 (java) S 25709 25712 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22838082 9856040960 840146 33554432000 1073741824 1073778376 140735917903760 140178128599696 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25727] ppid=25709 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/25712/task/25727/stat : 25727 (java) S 25709 25712 22937 0 -1 4202560 6069 0 0 0 60 0 0 0 20 0 19 0 22838082 9856040960 840146 33554432000 1073741824 1073778376 140735917903760 140178127546808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25728] ppid=25709 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/25712/task/25728/stat : 25728 (java) S 25709 25712 22937 0 -1 4202560 4379 0 0 0 61 0 0 0 20 0 19 0 22838082 9856040960 840146 33554432000 1073741824 1073778376 140735917903760 140178126494008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25729] ppid=25709 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25729/stat : 25729 (java) S 25709 25712 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22838082 9856040960 840146 33554432000 1073741824 1073778376 140735917903760 140178125441400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25730] ppid=25709 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/25712/task/25730/stat : 25730 (java) S 25709 25712 22937 0 -1 4202560 99 0 0 0 31 30 0 0 20 0 19 0 22838082 9856040960 840146 33554432000 1073741824 1073778376 140735917903760 140178124388808 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25731] ppid=25709 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25731/stat : 25731 (java) S 25709 25712 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22838231 9856040960 840146 33554432000 1073741824 1073778376 140735917903760 140178123335336 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1737.9
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.15 2.23 2.18 3/213 25863
/proc/meminfo: memFree=23617612/32872528 swapFree=1400172/1569824
[pid=25712] ppid=25709 vsize=9625040 CPUtime=1798.35 cores=0,2,4,6
/proc/25712/stat : 25712 (java) S 25709 25712 22937 0 -1 4202496 26529 0 1 0 179456 379 0 0 20 0 19 0 22838076 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140735917894896 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25712/statm: 2406260 803461 2286 9 0 2396937 0
[pid=25712/tid=25714] ppid=25709 vsize=9625040 CPUtime=1769.06 cores=0,2,4,6
/proc/25712/task/25714/stat : 25714 (java) R 25709 25712 22937 0 -1 4202560 3851 0 1 0 176860 46 0 0 20 0 19 0 22838077 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140178777890000 140178623094269 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25715] ppid=25709 vsize=9625040 CPUtime=2.21 cores=0,2,4,6
/proc/25712/task/25715/stat : 25715 (java) S 25709 25712 22937 0 -1 4202560 853 0 0 0 188 33 0 0 20 0 19 0 22838078 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140178750344232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25712/tid=25716] ppid=25709 vsize=9625040 CPUtime=2.58 cores=0,2,4,6
/proc/25712/task/25716/stat : 25716 (java) S 25709 25712 22937 0 -1 4202560 1128 0 0 0 221 37 0 0 20 0 19 0 22838078 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140178749291432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25712/tid=25717] ppid=25709 vsize=9625040 CPUtime=2.63 cores=0,2,4,6
/proc/25712/task/25717/stat : 25717 (java) S 25709 25712 22937 0 -1 4202560 1006 0 0 0 223 40 0 0 20 0 19 0 22838078 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140178748238632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25712/tid=25718] ppid=25709 vsize=9625040 CPUtime=2.59 cores=0,2,4,6
/proc/25712/task/25718/stat : 25718 (java) S 25709 25712 22937 0 -1 4202560 1219 0 0 0 214 45 0 0 20 0 19 0 22838078 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140178747185832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25712/tid=25719] ppid=25709 vsize=9625040 CPUtime=2.13 cores=0,2,4,6
/proc/25712/task/25719/stat : 25719 (java) S 25709 25712 22937 0 -1 4202560 802 0 0 0 178 35 0 0 20 0 19 0 22838078 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140178746133032 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25720] ppid=25709 vsize=9625040 CPUtime=2.72 cores=0,2,4,6
/proc/25712/task/25720/stat : 25720 (java) S 25709 25712 22937 0 -1 4202560 852 0 0 0 227 45 0 0 20 0 19 0 22838078 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140178745080232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25712/tid=25721] ppid=25709 vsize=9625040 CPUtime=2.39 cores=0,2,4,6
/proc/25712/task/25721/stat : 25721 (java) S 25709 25712 22937 0 -1 4202560 1204 0 0 0 193 46 0 0 20 0 19 0 22838078 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140178744027432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25712/tid=25722] ppid=25709 vsize=9625040 CPUtime=2.33 cores=0,2,4,6
/proc/25712/task/25722/stat : 25722 (java) S 25709 25712 22937 0 -1 4202560 1207 0 0 0 188 45 0 0 20 0 19 0 22838078 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140178742974632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25723] ppid=25709 vsize=9625040 CPUtime=3.43 cores=0,2,4,6
/proc/25712/task/25723/stat : 25723 (java) S 25709 25712 22937 0 -1 4202560 2598 0 0 0 340 3 0 0 20 0 19 0 22838079 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140178131758056 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25724] ppid=25709 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25724/stat : 25724 (java) S 25709 25712 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22838079 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140178130704120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25725] ppid=25709 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25725/stat : 25725 (java) S 25709 25712 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22838079 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140178129651208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25726] ppid=25709 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25726/stat : 25726 (java) S 25709 25712 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22838082 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140178128599696 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25727] ppid=25709 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/25712/task/25727/stat : 25727 (java) S 25709 25712 22937 0 -1 4202560 6069 0 0 0 60 0 0 0 20 0 19 0 22838082 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140178127546808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25728] ppid=25709 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/25712/task/25728/stat : 25728 (java) S 25709 25712 22937 0 -1 4202560 4379 0 0 0 61 0 0 0 20 0 19 0 22838082 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140178126494008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25729] ppid=25709 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25729/stat : 25729 (java) S 25709 25712 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22838082 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140178125441400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25730] ppid=25709 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/25712/task/25730/stat : 25730 (java) S 25709 25712 22937 0 -1 4202560 103 0 0 0 31 32 0 0 20 0 19 0 22838082 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140178124388808 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25731] ppid=25709 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25731/stat : 25731 (java) S 25709 25712 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22838231 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140178123335336 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1798.35
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784 s]
/proc/loadavg: 2.15 2.23 2.18 3/213 25929
/proc/meminfo: memFree=27150640/32872528 swapFree=1400172/1569824
[pid=25712] ppid=25709 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/25712/stat : 25712 (java) S 25709 25712 22937 0 -1 4202496 26529 0 1 0 179626 379 0 0 20 0 19 0 22838076 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140735917894896 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25712/statm: 2406260 803461 2286 9 0 2396937 0
[pid=25712/tid=25714] ppid=25709 vsize=9625040 CPUtime=1770.76 cores=0,2,4,6
/proc/25712/task/25714/stat : 25714 (java) R 25709 25712 22937 0 -1 4202560 3851 0 1 0 177030 46 0 0 20 0 19 0 22838077 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140178777890000 140178623223998 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25715] ppid=25709 vsize=9625040 CPUtime=2.21 cores=0,2,4,6
/proc/25712/task/25715/stat : 25715 (java) S 25709 25712 22937 0 -1 4202560 853 0 0 0 188 33 0 0 20 0 19 0 22838078 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140178750344232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25712/tid=25716] ppid=25709 vsize=9625040 CPUtime=2.58 cores=0,2,4,6
/proc/25712/task/25716/stat : 25716 (java) S 25709 25712 22937 0 -1 4202560 1128 0 0 0 221 37 0 0 20 0 19 0 22838078 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140178749291432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25712/tid=25717] ppid=25709 vsize=9625040 CPUtime=2.63 cores=0,2,4,6
/proc/25712/task/25717/stat : 25717 (java) S 25709 25712 22937 0 -1 4202560 1006 0 0 0 223 40 0 0 20 0 19 0 22838078 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140178748238632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25712/tid=25718] ppid=25709 vsize=9625040 CPUtime=2.59 cores=0,2,4,6
/proc/25712/task/25718/stat : 25718 (java) S 25709 25712 22937 0 -1 4202560 1219 0 0 0 214 45 0 0 20 0 19 0 22838078 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140178747185832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25712/tid=25719] ppid=25709 vsize=9625040 CPUtime=2.13 cores=0,2,4,6
/proc/25712/task/25719/stat : 25719 (java) S 25709 25712 22937 0 -1 4202560 802 0 0 0 178 35 0 0 20 0 19 0 22838078 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140178746133032 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25720] ppid=25709 vsize=9625040 CPUtime=2.72 cores=0,2,4,6
/proc/25712/task/25720/stat : 25720 (java) S 25709 25712 22937 0 -1 4202560 852 0 0 0 227 45 0 0 20 0 19 0 22838078 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140178745080232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25712/tid=25721] ppid=25709 vsize=9625040 CPUtime=2.39 cores=0,2,4,6
/proc/25712/task/25721/stat : 25721 (java) S 25709 25712 22937 0 -1 4202560 1204 0 0 0 193 46 0 0 20 0 19 0 22838078 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140178744027432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25712/tid=25722] ppid=25709 vsize=9625040 CPUtime=2.33 cores=0,2,4,6
/proc/25712/task/25722/stat : 25722 (java) S 25709 25712 22937 0 -1 4202560 1207 0 0 0 188 45 0 0 20 0 19 0 22838078 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140178742974632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25723] ppid=25709 vsize=9625040 CPUtime=3.43 cores=0,2,4,6
/proc/25712/task/25723/stat : 25723 (java) S 25709 25712 22937 0 -1 4202560 2598 0 0 0 340 3 0 0 20 0 19 0 22838079 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140178131758056 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25724] ppid=25709 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25724/stat : 25724 (java) S 25709 25712 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22838079 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140178130704120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25725] ppid=25709 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25725/stat : 25725 (java) S 25709 25712 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22838079 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140178129651208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25726] ppid=25709 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25726/stat : 25726 (java) S 25709 25712 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22838082 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140178128599696 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25727] ppid=25709 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/25712/task/25727/stat : 25727 (java) S 25709 25712 22937 0 -1 4202560 6069 0 0 0 60 0 0 0 20 0 19 0 22838082 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140178127546808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25712/tid=25728] ppid=25709 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/25712/task/25728/stat : 25728 (java) S 25709 25712 22937 0 -1 4202560 4379 0 0 0 61 0 0 0 20 0 19 0 22838082 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140178126494008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25729] ppid=25709 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25729/stat : 25729 (java) S 25709 25712 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22838082 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140178125441400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25730] ppid=25709 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/25712/task/25730/stat : 25730 (java) S 25709 25712 22937 0 -1 4202560 103 0 0 0 31 32 0 0 20 0 19 0 22838082 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140178124388808 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25731] ppid=25709 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25731/stat : 25731 (java) S 25709 25712 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22838231 9856040960 803461 33554432000 1073741824 1073778376 140735917903760 140178123335336 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 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 25712 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 25712 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=738614
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=231356
# CPU time returned by wait4() is 1795.97
# 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): 1784.04
CPU time (s): 1800.05
CPU user time (s): 1796.26
CPU system time (s): 3.79
CPU usage (%): 100.897
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.74
system time used= 4.23136
maximum resident set size= 3889392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26640
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38950
involuntary context switches= 12883

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5114 second user time and 13.254 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-18 01:58:49
IDJOB=4099861
IDBENCH=1543
IDSOLVER=2546
FILE ID=node140/4099861-1466207928
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/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-n3703.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099861-1466207928/watcher-4099861-1466207928 -o /tmp/evaluation-result-4099861-1466207928/solver-4099861-1466207928 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466206052-22953 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4099861-1466207928.opb

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

MD5SUM BENCH= de8002a7213606f6cc39967e9305bae2
RANDOM SEED=916165909

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:        30089792 kB
Buffers:           38696 kB
Cached:           126612 kB
SwapCached:         2488 kB
Active:           390480 kB
Inactive:         115876 kB
Active(anon):     339696 kB
Inactive(anon):     3824 kB
Active(file):      50784 kB
Inactive(file):   112052 kB
Unevictable:     1569824 kB
Mlocked:         1400172 kB
SwapTotal:      67108856 kB
SwapFree:       67096952 kB
Dirty:              7232 kB
Writeback:             0 kB
AnonPages:       1911908 kB
Mapped:            15480 kB
Shmem:                 0 kB
Slab:             572640 kB
SReclaimable:      16376 kB
SUnreclaim:       556264 kB
KernelStack:        1600 kB
PageTables:         8476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2095360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    481280 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= 71732 MiB
End job on node140 at 2016-06-18 02:28:33