Trace number 4100637

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.84 1781.04

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-adlittle.opb
MD5SUM6a8d837851671f69c34bdd14861bc7ba
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark1800.79
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved NO
Number of variables2910
Total number of constraints56
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 constraints56
Minimum length of a constraint30
Maximum length of a constraint810
Number of terms in the objective function 2460
Biggest coefficient in the objective function 12627
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 526152
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 526152
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4100637-1466215338.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  objective function found
0.51/0.30	c ... done. Wall clock time 0.172s.
0.51/0.30	c declared #vars     2910
0.51/0.30	c #constraints  71
0.51/0.30	c constraints type 
0.51/0.30	c org.sat4j.specs.Constr$1 => 1
0.51/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 70
0.51/0.30	c 71 constraints processed.
0.51/0.30	c objective function length is 2460 literals
1.40/0.84	c cleaning 2502 clauses out of 5003 with flag 10109/5003
2.01/1.30	c cleaning 4251 clauses out of 8502 with flag 22121/11004
2.51/1.89	c cleaning 5623 clauses out of 11247 with flag 36212/18000
3.32/2.65	c cleaning 6791 clauses out of 13624 with flag 52225/26000
5.41/4.61	c cleaning 7911 clauses out of 15835 with flag 71690/35002
7.94/7.14	c cleaning 8961 clauses out of 17923 with flag 93358/45001
10.79/10.00	c cleaning 9970 clauses out of 19962 with flag 117526/56001
14.21/13.39	c cleaning 10995 clauses out of 21993 with flag 143075/68002
19.47/18.59	c cleaning 11994 clauses out of 23997 with flag 170201/81001
23.30/22.32	c cleaning 12997 clauses out of 26002 with flag 199330/95000
29.55/28.60	c cleaning 13998 clauses out of 28005 with flag 231369/110000
35.48/34.41	c cleaning 15002 clauses out of 30007 with flag 265193/126000
41.61/40.58	c cleaning 16001 clauses out of 32033 with flag 301098/143028
47.25/46.18	c cleaning 17003 clauses out of 34005 with flag 341808/161001
54.32/53.20	c cleaning 18006 clauses out of 36012 with flag 385591/180011
61.95/60.74	c cleaning 18998 clauses out of 38006 with flag 429184/200011
70.92/69.65	c cleaning 20000 clauses out of 39999 with flag 472816/221002
80.10/78.73	c cleaning 21000 clauses out of 41999 with flag 519990/243002
90.46/89.04	c cleaning 21999 clauses out of 43997 with flag 568045/266000
101.95/100.42	c cleaning 22992 clauses out of 45998 with flag 617568/290000
114.15/112.59	c cleaning 24004 clauses out of 48007 with flag 668301/315001
124.91/123.14	c cleaning 25003 clauses out of 50014 with flag 723963/341012
137.54/135.60	c cleaning 26004 clauses out of 52011 with flag 780898/368012
151.53/149.58	c cleaning 27006 clauses out of 54018 with flag 839699/396023
166.63/164.49	c cleaning 27992 clauses out of 56012 with flag 898741/425023
183.51/181.12	c cleaning 29001 clauses out of 58021 with flag 960400/455024
201.00/198.47	c cleaning 30009 clauses out of 60027 with flag 1023278/486031
219.97/217.15	c cleaning 30995 clauses out of 61990 with flag 1088656/518003
239.81/236.62	c cleaning 31996 clauses out of 63997 with flag 1155504/551005
257.98/254.57	c cleaning 33005 clauses out of 66010 with flag 1227096/585014
276.10/272.44	c cleaning 34007 clauses out of 68013 with flag 1305320/620022
294.21/290.38	c cleaning 34990 clauses out of 70014 with flag 1384961/656030
314.77/310.64	c cleaning 35994 clauses out of 72003 with flag 1462005/693009
335.32/330.83	c cleaning 37011 clauses out of 74021 with flag 1541962/731021
360.25/355.42	c cleaning 38012 clauses out of 76026 with flag 1621610/770037
382.73/377.67	c cleaning 38989 clauses out of 78008 with flag 1708903/810031
412.69/407.42	c cleaning 39986 clauses out of 79992 with flag 1795456/851004
445.95/440.39	c cleaning 41004 clauses out of 82007 with flag 1885507/893005
480.03/474.17	c cleaning 42000 clauses out of 83999 with flag 1978543/936001
509.70/503.48	c cleaning 42980 clauses out of 86007 with flag 2076234/980009
547.47/540.84	c cleaning 44001 clauses out of 88025 with flag 2173217/1025007
584.38/577.22	c cleaning 45015 clauses out of 90031 with flag 2276808/1071014
613.97/606.47	c cleaning 46000 clauses out of 92002 with flag 2391024/1118000
652.32/644.51	c cleaning 47010 clauses out of 94022 with flag 2500415/1166020
685.17/677.10	c cleaning 47999 clauses out of 95999 with flag 2618508/1215007
726.39/717.96	c cleaning 48989 clauses out of 97995 with flag 2732799/1265002
766.28/757.48	c cleaning 49997 clauses out of 100018 with flag 2847885/1316014
810.92/801.54	c cleaning 51008 clauses out of 102028 with flag 2967235/1368021
861.59/851.68	c cleaning 51997 clauses out of 103999 with flag 3084841/1421000
906.10/895.57	c cleaning 52965 clauses out of 106007 with flag 3211783/1475005
954.21/943.27	c cleaning 53997 clauses out of 108048 with flag 3341947/1530011
1007.79/996.28	c cleaning 55013 clauses out of 110046 with flag 3475138/1586006
1067.26/1055.17	c cleaning 56015 clauses out of 112034 with flag 3608319/1643007
1131.45/1118.72	c cleaning 57010 clauses out of 114034 with flag 3740036/1701022
1211.76/1198.41	c cleaning 58000 clauses out of 116002 with flag 3871129/1760000
1269.86/1255.97	c cleaning 59005 clauses out of 118010 with flag 4022950/1820008
1330.23/1315.79	c cleaning 60007 clauses out of 120019 with flag 4171539/1881022
1403.30/1388.20	c cleaning 60995 clauses out of 121991 with flag 4316818/1943001
1479.39/1463.57	c cleaning 61997 clauses out of 124012 with flag 4466891/2006017
1549.20/1532.48	c cleaning 62997 clauses out of 125999 with flag 4621657/2070001
1612.16/1594.79	c cleaning 64001 clauses out of 128001 with flag 4785230/2135000
1691.60/1673.51	c cleaning 64999 clauses out of 130003 with flag 4945784/2201003
1771.80/1753.01	c cleaning 66005 clauses out of 132010 with flag 5114233/2268009
1800.01/1781.01	c starts		: 3
1800.01/1781.01	c conflicts		: 2296295
1800.01/1781.01	c decisions		: 3177747
1800.01/1781.01	c propagations		: 251189947
1800.01/1781.01	c inspects		: 27930025200
1800.01/1781.01	c shortcuts		: 0
1800.01/1781.01	c learnt literals	: 0
1800.01/1781.01	c learnt binary clauses	: 0
1800.01/1781.01	c learnt ternary clauses	: 0
1800.01/1781.01	c learnt constraints	: 2296295
1800.01/1781.01	c ignored constraints	: 0
1800.01/1781.01	c root simplifications	: 0
1800.01/1781.01	c removed literals (reason simplification)	: 0
1800.01/1781.01	c reason swapping (by a shorter reason)	: 0
1800.01/1781.01	c Calls to reduceDB	: 63
1800.01/1781.01	c Number of update (reduction) of LBD	: 98617
1800.01/1781.01	c Imported unit clauses	: 0
1800.01/1781.01	c number of reductions to clauses (during analyze)	: 0
1800.01/1781.01	c number of learned constraints concerned by reduction	: 0
1800.01/1781.01	c number of learning phase by resolution	: 0
1800.01/1781.01	c number of learning phase by cutting planes	: 0
1800.01/1781.01	c speed (assignments/second)	: 141062.79117828087
1800.01/1781.01	c non guided choices	268
1800.01/1781.02	c timeout
1800.01/1781.03	c learnt constraints type 
1800.01/1781.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 94292
1800.01/1781.03	s UNKNOWN
1800.01/1781.03	c Total wall clock time (in seconds): 1780.909

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

pid=28174
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.32 2.27 2.21 3/194 28177
/proc/meminfo: memFree=30250036/32872528 swapFree=1244176/1391344
[pid=28177] ppid=28174 vsize=132 CPUtime=0 cores=1,3,5,7
/proc/28177/stat : 28177 (java) R 28174 28177 25977 0 -1 4194304 125 0 0 0 0 0 0 0 20 0 1 0 23582414 135168 1 33554432000 0 0 140735014668003 140733284687064 272886295991 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28177/statm: 67 3 0 0 0 24 0

[startup+0.100661 s]
/proc/loadavg: 2.32 2.27 2.21 3/194 28177
/proc/meminfo: memFree=30250036/32872528 swapFree=1244176/1391344
[pid=28177] ppid=28174 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/28177/stat : 28177 (java) S 28174 28177 25977 0 -1 4202496 3905 0 1 0 6 1 0 0 20 0 18 0 23582414 9787879424 5034 33554432000 1073741824 1073778376 140734397115536 140734397106672 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28177/statm: 2389619 5037 2007 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200345 s]
/proc/loadavg: 2.32 2.27 2.21 3/194 28177
/proc/meminfo: memFree=30250036/32872528 swapFree=1244176/1391344
[pid=28177] ppid=28174 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/28177/stat : 28177 (java) S 28174 28177 25977 0 -1 4202496 4956 0 1 0 24 1 0 0 20 0 18 0 23582414 9787879424 6961 33554432000 1073741824 1073778376 140734397115536 140734397106672 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28177/statm: 2389619 6961 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300246 s]
/proc/loadavg: 2.32 2.27 2.21 3/194 28177
/proc/meminfo: memFree=30250036/32872528 swapFree=1244176/1391344
[pid=28177] ppid=28174 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/28177/stat : 28177 (java) S 28174 28177 25977 0 -1 4202496 8860 0 1 0 49 2 0 0 20 0 18 0 23582414 9787879424 11437 33554432000 1073741824 1073778376 140734397115536 140734397106672 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28177/statm: 2389619 11437 2237 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700238 s]
/proc/loadavg: 2.32 2.27 2.21 3/194 28177
/proc/meminfo: memFree=30250036/32872528 swapFree=1244176/1391344
[pid=28177] ppid=28174 vsize=9625040 CPUtime=1.3 cores=1,3,5,7
/proc/28177/stat : 28177 (java) S 28174 28177 25977 0 -1 4202496 10110 0 1 0 127 3 0 0 20 0 19 0 23582414 9856040960 13012 33554432000 1073741824 1073778376 140734397115536 140734397106672 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28177/statm: 2406260 13012 2253 9 0 2396937 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.32 2.27 2.21 3/213 28196
/proc/meminfo: memFree=30199980/32872528 swapFree=1244176/1391344
[pid=28177] ppid=28174 vsize=9625040 CPUtime=2.21 cores=1,3,5,7
/proc/28177/stat : 28177 (java) S 28174 28177 25977 0 -1 4202496 10966 0 1 0 218 3 0 0 20 0 19 0 23582414 9856040960 16607 33554432000 1073741824 1073778376 140734397115536 140734397106672 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28177/statm: 2406260 16607 2263 9 0 2396937 0
[pid=28177/tid=28179] ppid=28174 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/28177/task/28179/stat : 28179 (java) R 28174 28177 25977 0 -1 4202560 2423 0 1 0 143 2 0 0 20 0 19 0 23582416 9856040960 16607 33554432000 1073741824 1073778376 140734397115536 140393854495208 140393707071421 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28177/tid=28180] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28180/stat : 28180 (java) S 28174 28177 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23582418 9856040960 16607 33554432000 1073741824 1073778376 140734397115536 140393826950056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28181] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28181/stat : 28181 (java) S 28174 28177 25977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23582418 9856040960 16607 33554432000 1073741824 1073778376 140734397115536 140393825897512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28177/tid=28182] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28182/stat : 28182 (java) S 28174 28177 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23582418 9856040960 16607 33554432000 1073741824 1073778376 140734397115536 140393695455912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28177/tid=28183] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28183/stat : 28183 (java) S 28174 28177 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23582418 9856040960 16607 33554432000 1073741824 1073778376 140734397115536 140393694403368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28177/tid=28184] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28184/stat : 28184 (java) S 28174 28177 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23582418 9856040960 16607 33554432000 1073741824 1073778376 140734397115536 140393693350312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28185] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28185/stat : 28185 (java) S 28174 28177 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23582418 9856040960 16607 33554432000 1073741824 1073778376 140734397115536 140393692297768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28177/tid=28186] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28186/stat : 28186 (java) S 28174 28177 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23582418 9856040960 16607 33554432000 1073741824 1073778376 140734397115536 140393691244712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28187] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28187/stat : 28187 (java) S 28174 28177 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23582418 9856040960 16607 33554432000 1073741824 1073778376 140734397115536 140393219877160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28188] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28188/stat : 28188 (java) S 28174 28177 25977 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23582419 9856040960 16607 33554432000 1073741824 1073778376 140734397115536 140393207679848 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28177/tid=28189] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28189/stat : 28189 (java) S 28174 28177 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23582419 9856040960 16607 33554432000 1073741824 1073778376 140734397115536 140393206626168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28190] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28190/stat : 28190 (java) S 28174 28177 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23582419 9856040960 16607 33554432000 1073741824 1073778376 140734397115536 140393205573000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28191] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28191/stat : 28191 (java) S 28174 28177 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23582422 9856040960 16607 33554432000 1073741824 1073778376 140734397115536 140393204521744 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28192] ppid=28174 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/28177/task/28192/stat : 28192 (java) S 28174 28177 25977 0 -1 4202560 3402 0 0 0 37 0 0 0 20 0 19 0 23582422 9856040960 16607 33554432000 1073741824 1073778376 140734397115536 140393203468600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28193] ppid=28174 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/28177/task/28193/stat : 28193 (java) S 28174 28177 25977 0 -1 4202560 3867 0 0 0 35 0 0 0 20 0 19 0 23582422 9856040960 16607 33554432000 1073741824 1073778376 140734397115536 140393202416056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28177/tid=28194] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28194/stat : 28194 (java) S 28174 28177 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23582422 9856040960 16607 33554432000 1073741824 1073778376 140734397115536 140393201363192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28177/tid=28195] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28195/stat : 28195 (java) S 28174 28177 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23582422 9856040960 16607 33554432000 1073741824 1073778376 140734397115536 140393200310856 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28177/tid=28196] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28196/stat : 28196 (java) S 28174 28177 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23582446 9856040960 16607 33554432000 1073741824 1073778376 140734397115536 140393199158824 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.32 2.27 2.21 3/213 28196
/proc/meminfo: memFree=30177204/32872528 swapFree=1244176/1391344
[pid=28177] ppid=28174 vsize=9625040 CPUtime=3.9 cores=1,3,5,7
/proc/28177/stat : 28177 (java) S 28174 28177 25977 0 -1 4202496 11862 0 1 0 386 4 0 0 20 0 19 0 23582414 9856040960 30320 33554432000 1073741824 1073778376 140734397115536 140734397106672 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28177/statm: 2406260 30320 2263 9 0 2396937 0
[pid=28177/tid=28179] ppid=28174 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/28177/task/28179/stat : 28179 (java) R 28174 28177 25977 0 -1 4202560 2449 0 1 0 303 2 0 0 20 0 19 0 23582416 9856040960 30320 33554432000 1073741824 1073778376 140734397115536 140393854497064 140393707036672 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28177/tid=28180] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28180/stat : 28180 (java) S 28174 28177 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23582418 9856040960 30320 33554432000 1073741824 1073778376 140734397115536 140393826950056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28181] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28181/stat : 28181 (java) S 28174 28177 25977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23582418 9856040960 30320 33554432000 1073741824 1073778376 140734397115536 140393825897512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28177/tid=28182] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28182/stat : 28182 (java) S 28174 28177 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23582418 9856040960 30320 33554432000 1073741824 1073778376 140734397115536 140393695455912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28177/tid=28183] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28183/stat : 28183 (java) S 28174 28177 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23582418 9856040960 30320 33554432000 1073741824 1073778376 140734397115536 140393694403368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28177/tid=28184] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28184/stat : 28184 (java) S 28174 28177 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23582418 9856040960 30320 33554432000 1073741824 1073778376 140734397115536 140393693350312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28185] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28185/stat : 28185 (java) S 28174 28177 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23582418 9856040960 30320 33554432000 1073741824 1073778376 140734397115536 140393692297768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28177/tid=28186] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28186/stat : 28186 (java) S 28174 28177 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23582418 9856040960 30320 33554432000 1073741824 1073778376 140734397115536 140393691244712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28187] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28187/stat : 28187 (java) S 28174 28177 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23582418 9856040960 30320 33554432000 1073741824 1073778376 140734397115536 140393219877160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28188] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28188/stat : 28188 (java) S 28174 28177 25977 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23582419 9856040960 30320 33554432000 1073741824 1073778376 140734397115536 140393207679848 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28177/tid=28189] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28189/stat : 28189 (java) S 28174 28177 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23582419 9856040960 30320 33554432000 1073741824 1073778376 140734397115536 140393206626168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28190] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28190/stat : 28190 (java) S 28174 28177 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23582419 9856040960 30320 33554432000 1073741824 1073778376 140734397115536 140393205573000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28191] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28191/stat : 28191 (java) S 28174 28177 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23582422 9856040960 30320 33554432000 1073741824 1073778376 140734397115536 140393204521744 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28192] ppid=28174 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/28177/task/28192/stat : 28192 (java) S 28174 28177 25977 0 -1 4202560 4272 0 0 0 43 0 0 0 20 0 19 0 23582422 9856040960 30320 33554432000 1073741824 1073778376 140734397115536 140393203468600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28193] ppid=28174 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/28177/task/28193/stat : 28193 (java) S 28174 28177 25977 0 -1 4202560 3867 0 0 0 38 0 0 0 20 0 19 0 23582422 9856040960 30320 33554432000 1073741824 1073778376 140734397115536 140393202416056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28177/tid=28194] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28194/stat : 28194 (java) S 28174 28177 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23582422 9856040960 30320 33554432000 1073741824 1073778376 140734397115536 140393201363192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28177/tid=28195] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28195/stat : 28195 (java) S 28174 28177 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23582422 9856040960 30320 33554432000 1073741824 1073778376 140734397115536 140393200310856 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28177/tid=28196] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28196/stat : 28196 (java) S 28174 28177 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23582446 9856040960 30320 33554432000 1073741824 1073778376 140734397115536 140393199158824 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 9625040

[startup+6.30087 s]
/proc/loadavg: 2.29 2.26 2.20 3/213 28196
/proc/meminfo: memFree=30084484/32872528 swapFree=1244176/1391344
[pid=28177] ppid=28174 vsize=9625040 CPUtime=7.14 cores=1,3,5,7
/proc/28177/stat : 28177 (java) S 28174 28177 25977 0 -1 4202496 11943 0 1 0 707 7 0 0 20 0 19 0 23582414 9856040960 46290 33554432000 1073741824 1073778376 140734397115536 140734397106672 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28177/statm: 2406260 46290 2277 9 0 2396937 0
[pid=28177/tid=28179] ppid=28174 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/28177/task/28179/stat : 28179 (java) R 28174 28177 25977 0 -1 4202560 2477 0 1 0 620 3 0 0 20 0 19 0 23582416 9856040960 46290 33554432000 1073741824 1073778376 140734397115536 140393854495936 140393707106174 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28177/tid=28180] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28180/stat : 28180 (java) S 28174 28177 25977 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 23582418 9856040960 46290 33554432000 1073741824 1073778376 140734397115536 140393826950056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28177/tid=28181] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28181/stat : 28181 (java) S 28174 28177 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23582418 9856040960 46290 33554432000 1073741824 1073778376 140734397115536 140393825897512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28177/tid=28182] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28182/stat : 28182 (java) S 28174 28177 25977 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 23582418 9856040960 46290 33554432000 1073741824 1073778376 140734397115536 140393695455912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28177/tid=28183] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28183/stat : 28183 (java) S 28174 28177 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23582418 9856040960 46290 33554432000 1073741824 1073778376 140734397115536 140393694403368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28177/tid=28184] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28184/stat : 28184 (java) S 28174 28177 25977 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23582418 9856040960 46290 33554432000 1073741824 1073778376 140734397115536 140393693350312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28177/tid=28185] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28185/stat : 28185 (java) S 28174 28177 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23582418 9856040960 46290 33554432000 1073741824 1073778376 140734397115536 140393692297768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28177/tid=28186] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28186/stat : 28186 (java) S 28174 28177 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23582418 9856040960 46290 33554432000 1073741824 1073778376 140734397115536 140393691244712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28187] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28187/stat : 28187 (java) S 28174 28177 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23582418 9856040960 46290 33554432000 1073741824 1073778376 140734397115536 140393219877160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28177/tid=28188] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28188/stat : 28188 (java) S 28174 28177 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23582419 9856040960 46290 33554432000 1073741824 1073778376 140734397115536 140393207679848 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28177/tid=28189] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28189/stat : 28189 (java) S 28174 28177 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23582419 9856040960 46290 33554432000 1073741824 1073778376 140734397115536 140393206626168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28190] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28190/stat : 28190 (java) S 28174 28177 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23582419 9856040960 46290 33554432000 1073741824 1073778376 140734397115536 140393205573000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28191] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28191/stat : 28191 (java) S 28174 28177 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23582422 9856040960 46290 33554432000 1073741824 1073778376 140734397115536 140393204521744 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28192] ppid=28174 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/28177/task/28192/stat : 28192 (java) S 28174 28177 25977 0 -1 4202560 4272 0 0 0 43 0 0 0 20 0 19 0 23582422 9856040960 46290 33554432000 1073741824 1073778376 140734397115536 140393203468600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28193] ppid=28174 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/28177/task/28193/stat : 28193 (java) S 28174 28177 25977 0 -1 4202560 3867 0 0 0 38 0 0 0 20 0 19 0 23582422 9856040960 46290 33554432000 1073741824 1073778376 140734397115536 140393202416056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28177/tid=28194] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28194/stat : 28194 (java) S 28174 28177 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23582422 9856040960 46290 33554432000 1073741824 1073778376 140734397115536 140393201363192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28177/tid=28195] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28195/stat : 28195 (java) S 28174 28177 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23582422 9856040960 46290 33554432000 1073741824 1073778376 140734397115536 140393200310856 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28177/tid=28196] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28196/stat : 28196 (java) S 28174 28177 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23582446 9856040960 46290 33554432000 1073741824 1073778376 140734397115536 140393199158824 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.14
Current children cumulated vsize (KiB) 9625040


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

[pid=28177/tid=28189] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28189/stat : 28189 (java) S 28174 28177 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23582419 9856040960 60251 33554432000 1073741824 1073778376 140734397115536 140393206626168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28190] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28190/stat : 28190 (java) S 28174 28177 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23582419 9856040960 60251 33554432000 1073741824 1073778376 140734397115536 140393205573000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28191] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28191/stat : 28191 (java) S 28174 28177 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23582422 9856040960 60251 33554432000 1073741824 1073778376 140734397115536 140393204521744 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28192] ppid=28174 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/28177/task/28192/stat : 28192 (java) S 28174 28177 25977 0 -1 4202560 4273 0 0 0 43 0 0 0 20 0 19 0 23582422 9856040960 60251 33554432000 1073741824 1073778376 140734397115536 140393203468600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28193] ppid=28174 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/28177/task/28193/stat : 28193 (java) S 28174 28177 25977 0 -1 4202560 3867 0 0 0 38 0 0 0 20 0 19 0 23582422 9856040960 60251 33554432000 1073741824 1073778376 140734397115536 140393202416056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28177/tid=28194] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28194/stat : 28194 (java) S 28174 28177 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23582422 9856040960 60251 33554432000 1073741824 1073778376 140734397115536 140393201363192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28177/tid=28195] ppid=28174 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/28177/task/28195/stat : 28195 (java) S 28174 28177 25977 0 -1 4202560 92 0 0 0 19 28 0 0 20 0 19 0 23582422 9856040960 60251 33554432000 1073741824 1073778376 140734397115536 140393200310856 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28177/tid=28196] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28196/stat : 28196 (java) S 28174 28177 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23582446 9856040960 60251 33554432000 1073741824 1073778376 140734397115536 140393199158824 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1619.97
Current children cumulated vsize (KiB) 9625040

[startup+1662.3 s]
/proc/loadavg: 2.24 2.19 2.18 3/213 28299
/proc/meminfo: memFree=29675076/32872528 swapFree=1244176/1391344
[pid=28177] ppid=28174 vsize=9625040 CPUtime=1680.36 cores=1,3,5,7
/proc/28177/stat : 28177 (java) S 28174 28177 25977 0 -1 4202496 35577 0 1 0 167918 118 0 0 20 0 19 0 23582414 9856040960 61495 33554432000 1073741824 1073778376 140734397115536 140734397106672 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28177/statm: 2406260 61495 2285 9 0 2396937 0
[pid=28177/tid=28179] ppid=28174 vsize=9625040 CPUtime=1652.09 cores=1,3,5,7
/proc/28177/task/28179/stat : 28179 (java) R 28174 28177 25977 0 -1 4202560 11703 0 1 0 165172 37 0 0 20 0 19 0 23582416 9856040960 61495 33554432000 1073741824 1073778376 140734397115536 140393854495936 140393707105141 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28177/tid=28180] ppid=28174 vsize=9625040 CPUtime=3.25 cores=1,3,5,7
/proc/28177/task/28180/stat : 28180 (java) S 28174 28177 25977 0 -1 4202560 1951 0 0 0 316 9 0 0 20 0 19 0 23582418 9856040960 61495 33554432000 1073741824 1073778376 140734397115536 140393826950056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28177/tid=28181] ppid=28174 vsize=9625040 CPUtime=3.38 cores=1,3,5,7
/proc/28177/task/28181/stat : 28181 (java) S 28174 28177 25977 0 -1 4202560 2115 0 0 0 330 8 0 0 20 0 19 0 23582418 9856040960 61495 33554432000 1073741824 1073778376 140734397115536 140393825897512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28177/tid=28182] ppid=28174 vsize=9625040 CPUtime=3.32 cores=1,3,5,7
/proc/28177/task/28182/stat : 28182 (java) S 28174 28177 25977 0 -1 4202560 1944 0 0 0 323 9 0 0 20 0 19 0 23582418 9856040960 61495 33554432000 1073741824 1073778376 140734397115536 140393695455912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28183] ppid=28174 vsize=9625040 CPUtime=3.2 cores=1,3,5,7
/proc/28177/task/28183/stat : 28183 (java) S 28174 28177 25977 0 -1 4202560 1937 0 0 0 312 8 0 0 20 0 19 0 23582418 9856040960 61495 33554432000 1073741824 1073778376 140734397115536 140393694403368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28177/tid=28184] ppid=28174 vsize=9625040 CPUtime=3.3 cores=1,3,5,7
/proc/28177/task/28184/stat : 28184 (java) S 28174 28177 25977 0 -1 4202560 1302 0 0 0 321 9 0 0 20 0 19 0 23582418 9856040960 61495 33554432000 1073741824 1073778376 140734397115536 140393693350312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28177/tid=28185] ppid=28174 vsize=9625040 CPUtime=3.16 cores=1,3,5,7
/proc/28177/task/28185/stat : 28185 (java) S 28174 28177 25977 0 -1 4202560 1490 0 0 0 308 8 0 0 20 0 19 0 23582418 9856040960 61495 33554432000 1073741824 1073778376 140734397115536 140393692297768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28186] ppid=28174 vsize=9625040 CPUtime=3.44 cores=1,3,5,7
/proc/28177/task/28186/stat : 28186 (java) S 28174 28177 25977 0 -1 4202560 1730 0 0 0 334 10 0 0 20 0 19 0 23582418 9856040960 61495 33554432000 1073741824 1073778376 140734397115536 140393691244712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28177/tid=28187] ppid=28174 vsize=9625040 CPUtime=3.42 cores=1,3,5,7
/proc/28177/task/28187/stat : 28187 (java) S 28174 28177 25977 0 -1 4202560 1618 0 0 0 334 8 0 0 20 0 19 0 23582418 9856040960 61495 33554432000 1073741824 1073778376 140734397115536 140393219877160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28177/tid=28188] ppid=28174 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/28177/task/28188/stat : 28188 (java) S 28174 28177 25977 0 -1 4202560 294 0 0 0 81 13 0 0 20 0 19 0 23582419 9856040960 61495 33554432000 1073741824 1073778376 140734397115536 140393207679848 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28177/tid=28189] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28189/stat : 28189 (java) S 28174 28177 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23582419 9856040960 61495 33554432000 1073741824 1073778376 140734397115536 140393206626168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28190] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28190/stat : 28190 (java) S 28174 28177 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23582419 9856040960 61495 33554432000 1073741824 1073778376 140734397115536 140393205573000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28191] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28191/stat : 28191 (java) S 28174 28177 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23582422 9856040960 61495 33554432000 1073741824 1073778376 140734397115536 140393204521744 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28192] ppid=28174 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/28177/task/28192/stat : 28192 (java) S 28174 28177 25977 0 -1 4202560 4273 0 0 0 43 0 0 0 20 0 19 0 23582422 9856040960 61495 33554432000 1073741824 1073778376 140734397115536 140393203468600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28193] ppid=28174 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/28177/task/28193/stat : 28193 (java) S 28174 28177 25977 0 -1 4202560 3867 0 0 0 38 0 0 0 20 0 19 0 23582422 9856040960 61495 33554432000 1073741824 1073778376 140734397115536 140393202416056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28177/tid=28194] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28194/stat : 28194 (java) S 28174 28177 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23582422 9856040960 61495 33554432000 1073741824 1073778376 140734397115536 140393201363192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28177/tid=28195] ppid=28174 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/28177/task/28195/stat : 28195 (java) S 28174 28177 25977 0 -1 4202560 94 0 0 0 19 29 0 0 20 0 19 0 23582422 9856040960 61495 33554432000 1073741824 1073778376 140734397115536 140393200310856 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28177/tid=28196] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28196/stat : 28196 (java) S 28174 28177 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23582446 9856040960 61495 33554432000 1073741824 1073778376 140734397115536 140393199158824 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1680.36
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.10 2.16 2.17 3/214 28303
/proc/meminfo: memFree=29198052/32872528 swapFree=1244176/1391344
[pid=28177] ppid=28174 vsize=9625040 CPUtime=1740.91 cores=1,3,5,7
/proc/28177/stat : 28177 (java) S 28174 28177 25977 0 -1 4202496 37000 0 1 0 173970 121 0 0 20 0 19 0 23582414 9856040960 62320 33554432000 1073741824 1073778376 140734397115536 140734397106672 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28177/statm: 2406260 62320 2285 9 0 2396937 0
[pid=28177/tid=28179] ppid=28174 vsize=9625040 CPUtime=1711.8 cores=1,3,5,7
/proc/28177/task/28179/stat : 28179 (java) R 28174 28177 25977 0 -1 4202560 12306 0 1 0 171142 38 0 0 20 0 19 0 23582416 9856040960 62320 33554432000 1073741824 1073778376 140734397115536 140393854496024 140393707105346 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28180] ppid=28174 vsize=9625040 CPUtime=3.35 cores=1,3,5,7
/proc/28177/task/28180/stat : 28180 (java) S 28174 28177 25977 0 -1 4202560 2066 0 0 0 326 9 0 0 20 0 19 0 23582418 9856040960 62320 33554432000 1073741824 1073778376 140734397115536 140393826950056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28177/tid=28181] ppid=28174 vsize=9625040 CPUtime=3.5 cores=1,3,5,7
/proc/28177/task/28181/stat : 28181 (java) S 28174 28177 25977 0 -1 4202560 2148 0 0 0 342 8 0 0 20 0 19 0 23582418 9856040960 62320 33554432000 1073741824 1073778376 140734397115536 140393825897512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28182] ppid=28174 vsize=9625040 CPUtime=3.42 cores=1,3,5,7
/proc/28177/task/28182/stat : 28182 (java) S 28174 28177 25977 0 -1 4202560 1950 0 0 0 332 10 0 0 20 0 19 0 23582418 9856040960 62320 33554432000 1073741824 1073778376 140734397115536 140393695455912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28177/tid=28183] ppid=28174 vsize=9625040 CPUtime=3.29 cores=1,3,5,7
/proc/28177/task/28183/stat : 28183 (java) S 28174 28177 25977 0 -1 4202560 1948 0 0 0 321 8 0 0 20 0 19 0 23582418 9856040960 62320 33554432000 1073741824 1073778376 140734397115536 140393694403368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28177/tid=28184] ppid=28174 vsize=9625040 CPUtime=3.4 cores=1,3,5,7
/proc/28177/task/28184/stat : 28184 (java) S 28174 28177 25977 0 -1 4202560 1362 0 0 0 331 9 0 0 20 0 19 0 23582418 9856040960 62320 33554432000 1073741824 1073778376 140734397115536 140393693350312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28177/tid=28185] ppid=28174 vsize=9625040 CPUtime=3.28 cores=1,3,5,7
/proc/28177/task/28185/stat : 28185 (java) S 28174 28177 25977 0 -1 4202560 1853 0 0 0 320 8 0 0 20 0 19 0 23582418 9856040960 62320 33554432000 1073741824 1073778376 140734397115536 140393692297768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28177/tid=28186] ppid=28174 vsize=9625040 CPUtime=3.55 cores=1,3,5,7
/proc/28177/task/28186/stat : 28186 (java) S 28174 28177 25977 0 -1 4202560 1946 0 0 0 345 10 0 0 20 0 19 0 23582418 9856040960 62320 33554432000 1073741824 1073778376 140734397115536 140393691244712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28177/tid=28187] ppid=28174 vsize=9625040 CPUtime=3.55 cores=1,3,5,7
/proc/28177/task/28187/stat : 28187 (java) S 28174 28177 25977 0 -1 4202560 1621 0 0 0 347 8 0 0 20 0 19 0 23582418 9856040960 62320 33554432000 1073741824 1073778376 140734397115536 140393219877160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28177/tid=28188] ppid=28174 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/28177/task/28188/stat : 28188 (java) S 28174 28177 25977 0 -1 4202560 303 0 0 0 82 14 0 0 20 0 19 0 23582419 9856040960 62320 33554432000 1073741824 1073778376 140734397115536 140393207679848 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28189] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28189/stat : 28189 (java) S 28174 28177 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23582419 9856040960 62320 33554432000 1073741824 1073778376 140734397115536 140393206626168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28190] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28190/stat : 28190 (java) S 28174 28177 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23582419 9856040960 62320 33554432000 1073741824 1073778376 140734397115536 140393205573000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28191] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28191/stat : 28191 (java) S 28174 28177 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23582422 9856040960 62320 33554432000 1073741824 1073778376 140734397115536 140393204521744 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28192] ppid=28174 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/28177/task/28192/stat : 28192 (java) S 28174 28177 25977 0 -1 4202560 4273 0 0 0 43 0 0 0 20 0 19 0 23582422 9856040960 62320 33554432000 1073741824 1073778376 140734397115536 140393203468600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28193] ppid=28174 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/28177/task/28193/stat : 28193 (java) S 28174 28177 25977 0 -1 4202560 3867 0 0 0 38 0 0 0 20 0 19 0 23582422 9856040960 62320 33554432000 1073741824 1073778376 140734397115536 140393202416056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28177/tid=28194] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28194/stat : 28194 (java) S 28174 28177 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23582422 9856040960 62320 33554432000 1073741824 1073778376 140734397115536 140393201363192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28177/tid=28195] ppid=28174 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/28177/task/28195/stat : 28195 (java) S 28174 28177 25977 0 -1 4202560 98 0 0 0 20 31 0 0 20 0 19 0 23582422 9856040960 62320 33554432000 1073741824 1073778376 140734397115536 140393200310856 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28177/tid=28196] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28196/stat : 28196 (java) S 28174 28177 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23582446 9856040960 62320 33554432000 1073741824 1073778376 140734397115536 140393199158824 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1740.91
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.01 s]
/proc/loadavg: 2.11 2.16 2.17 3/213 28304
/proc/meminfo: memFree=29216692/32872528 swapFree=1244176/1391344
[pid=28177] ppid=28174 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/28177/stat : 28177 (java) S 28174 28177 25977 0 -1 4202496 37046 0 1 0 179878 123 0 0 20 0 19 0 23582414 9856040960 61834 33554432000 1073741824 1073778376 140734397115536 140734397106672 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28177/statm: 2406260 61834 2285 9 0 2396937 0
[pid=28177/tid=28179] ppid=28174 vsize=9625040 CPUtime=1770.3 cores=1,3,5,7
/proc/28177/task/28179/stat : 28179 (java) R 28174 28177 25977 0 -1 4202560 12343 0 1 0 176992 38 0 0 20 0 19 0 23582416 9856040960 61834 33554432000 1073741824 1073778376 140734397115536 140393854495920 140393707106205 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28180] ppid=28174 vsize=9625040 CPUtime=3.42 cores=1,3,5,7
/proc/28177/task/28180/stat : 28180 (java) S 28174 28177 25977 0 -1 4202560 2066 0 0 0 333 9 0 0 20 0 19 0 23582418 9856040960 61834 33554432000 1073741824 1073778376 140734397115536 140393826950056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28177/tid=28181] ppid=28174 vsize=9625040 CPUtime=3.58 cores=1,3,5,7
/proc/28177/task/28181/stat : 28181 (java) S 28174 28177 25977 0 -1 4202560 2148 0 0 0 350 8 0 0 20 0 19 0 23582418 9856040960 61834 33554432000 1073741824 1073778376 140734397115536 140393825897512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28177/tid=28182] ppid=28174 vsize=9625040 CPUtime=3.5 cores=1,3,5,7
/proc/28177/task/28182/stat : 28182 (java) S 28174 28177 25977 0 -1 4202560 1950 0 0 0 340 10 0 0 20 0 19 0 23582418 9856040960 61834 33554432000 1073741824 1073778376 140734397115536 140393695455912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28177/tid=28183] ppid=28174 vsize=9625040 CPUtime=3.37 cores=1,3,5,7
/proc/28177/task/28183/stat : 28183 (java) S 28174 28177 25977 0 -1 4202560 1948 0 0 0 329 8 0 0 20 0 19 0 23582418 9856040960 61834 33554432000 1073741824 1073778376 140734397115536 140393694403368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28177/tid=28184] ppid=28174 vsize=9625040 CPUtime=3.45 cores=1,3,5,7
/proc/28177/task/28184/stat : 28184 (java) S 28174 28177 25977 0 -1 4202560 1362 0 0 0 336 9 0 0 20 0 19 0 23582418 9856040960 61834 33554432000 1073741824 1073778376 140734397115536 140393693350312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28185] ppid=28174 vsize=9625040 CPUtime=3.35 cores=1,3,5,7
/proc/28177/task/28185/stat : 28185 (java) S 28174 28177 25977 0 -1 4202560 1853 0 0 0 326 9 0 0 20 0 19 0 23582418 9856040960 61834 33554432000 1073741824 1073778376 140734397115536 140393692297768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28177/tid=28186] ppid=28174 vsize=9625040 CPUtime=3.64 cores=1,3,5,7
/proc/28177/task/28186/stat : 28186 (java) S 28174 28177 25977 0 -1 4202560 1946 0 0 0 354 10 0 0 20 0 19 0 23582418 9856040960 61834 33554432000 1073741824 1073778376 140734397115536 140393691244712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28177/tid=28187] ppid=28174 vsize=9625040 CPUtime=3.61 cores=1,3,5,7
/proc/28177/task/28187/stat : 28187 (java) S 28174 28177 25977 0 -1 4202560 1621 0 0 0 352 9 0 0 20 0 19 0 23582418 9856040960 61834 33554432000 1073741824 1073778376 140734397115536 140393219877160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28177/tid=28188] ppid=28174 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/28177/task/28188/stat : 28188 (java) S 28174 28177 25977 0 -1 4202560 308 0 0 0 82 14 0 0 20 0 19 0 23582419 9856040960 61834 33554432000 1073741824 1073778376 140734397115536 140393207679848 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28189] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28189/stat : 28189 (java) S 28174 28177 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23582419 9856040960 61834 33554432000 1073741824 1073778376 140734397115536 140393206626168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28190] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28190/stat : 28190 (java) S 28174 28177 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23582419 9856040960 61834 33554432000 1073741824 1073778376 140734397115536 140393205573000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28191] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28191/stat : 28191 (java) S 28174 28177 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23582422 9856040960 61834 33554432000 1073741824 1073778376 140734397115536 140393204521744 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28192] ppid=28174 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/28177/task/28192/stat : 28192 (java) S 28174 28177 25977 0 -1 4202560 4273 0 0 0 43 0 0 0 20 0 19 0 23582422 9856040960 61834 33554432000 1073741824 1073778376 140734397115536 140393203468600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28177/tid=28193] ppid=28174 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/28177/task/28193/stat : 28193 (java) S 28174 28177 25977 0 -1 4202560 3867 0 0 0 38 0 0 0 20 0 19 0 23582422 9856040960 61834 33554432000 1073741824 1073778376 140734397115536 140393202416056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28177/tid=28194] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28194/stat : 28194 (java) S 28174 28177 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23582422 9856040960 61834 33554432000 1073741824 1073778376 140734397115536 140393201363192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28177/tid=28195] ppid=28174 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/28177/task/28195/stat : 28195 (java) S 28174 28177 25977 0 -1 4202560 102 0 0 0 20 33 0 0 20 0 19 0 23582422 9856040960 61834 33554432000 1073741824 1073778376 140734397115536 140393200310856 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28177/tid=28196] ppid=28174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28177/task/28196/stat : 28196 (java) S 28174 28177 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23582446 9856040960 61834 33554432000 1073741824 1073778376 140734397115536 140393199158824 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 28177 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1781.04
CPU time (s): 1800.84
CPU user time (s): 1799.13
CPU system time (s): 1.71274
CPU usage (%): 101.112
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.13
system time used= 1.71274
maximum resident set size= 410316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37087
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 79780
involuntary context switches= 109985

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.0823 second user time and 12.7621 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-18 04:02:18
IDJOB=4100637
IDBENCH=1642
IDSOLVER=2546
FILE ID=node119/4100637-1466215338
RUNJOBID= node119-1466206086-25994
PBS_JOBID= 19918158
Free space on /tmp= 71736 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-adlittle.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100637-1466215338/watcher-4100637-1466215338 -o /tmp/evaluation-result-4100637-1466215338/solver-4100637-1466215338 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466206086-25994 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100637-1466215338.opb

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

MD5SUM BENCH= 6a8d837851671f69c34bdd14861bc7ba
RANDOM SEED=1920414067

node119.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.456
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	: 5332.91
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.456
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.456
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.456
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.456
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.54
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.456
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.456
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.56
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.456
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:        30250416 kB
Buffers:           93780 kB
Cached:            85716 kB
SwapCached:          956 kB
Active:           375076 kB
Inactive:         124224 kB
Active(anon):     320452 kB
Inactive(anon):     1732 kB
Active(file):      54624 kB
Inactive(file):   122492 kB
Unevictable:     1391344 kB
Mlocked:         1244176 kB
SwapTotal:      67108856 kB
SwapFree:       67100008 kB
Dirty:               840 kB
Writeback:             0 kB
AnonPages:       1737744 kB
Mapped:            15432 kB
Shmem:                 0 kB
Slab:             597708 kB
SReclaimable:      41548 kB
SUnreclaim:       556160 kB
KernelStack:        1760 kB
PageTables:         7880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2139644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    462848 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= 71736 MiB
End job on node119 at 2016-06-18 04:31:59