Trace number 4100901

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.02 1785.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-standata.opb
MD5SUMc8622f62aab23c6f6a5a29143b44f7fa
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 variables30004
Total number of constraints455
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 constraints455
Minimum length of a constraint11
Maximum length of a constraint22350
Number of terms in the objective function 210
Biggest coefficient in the objective function 86232
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 524437
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 542229
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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@587bd9f2
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@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4100901-1466218641.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
0.80/0.48	c ... done. Wall clock time 0.366s.
0.80/0.48	c declared #vars     30004
0.80/0.48	c #constraints  615
0.80/0.48	c constraints type 
0.80/0.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3
0.80/0.48	c org.sat4j.specs.Constr$1 => 4
0.80/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 608
0.80/0.48	c 615 constraints processed.
0.80/0.48	c objective function length is 210 literals
36.50/35.27	c cleaning 2503 clauses out of 5007 with flag 11419/5007
77.58/76.25	c cleaning 4248 clauses out of 8497 with flag 25418/11000
127.26/125.83	c cleaning 5625 clauses out of 11250 with flag 41682/18001
184.46/182.93	c cleaning 6805 clauses out of 13624 with flag 59939/26000
246.58/244.89	c cleaning 7906 clauses out of 15821 with flag 80614/35002
316.82/314.38	c cleaning 8956 clauses out of 17914 with flag 104539/45001
395.81/392.42	c cleaning 9976 clauses out of 19957 with flag 129032/56000
486.69/482.14	c cleaning 10989 clauses out of 21987 with flag 158659/68006
591.69/585.71	c cleaning 11993 clauses out of 23992 with flag 190794/81000
690.68/683.45	c cleaning 12991 clauses out of 25999 with flag 224335/95000
801.10/792.50	c cleaning 14003 clauses out of 28010 with flag 259314/110002
920.66/910.54	c cleaning 15003 clauses out of 30005 with flag 295706/126000
1051.46/1039.51	c cleaning 15999 clauses out of 32002 with flag 335269/143000
1062.28/1050.24	c cleaning 16992 clauses out of 34004 with flag 377552/161001
1068.07/1055.77	c cleaning 17989 clauses out of 35998 with flag 428815/180001
1070.52/1057.76	c cleaning 19003 clauses out of 38008 with flag 480545/200001
1073.12/1060.39	c cleaning 19999 clauses out of 40006 with flag 545065/221002
1076.92/1064.13	c cleaning 20995 clauses out of 42005 with flag 617097/243000
1080.72/1067.90	c cleaning 21998 clauses out of 44010 with flag 691419/266000
1084.73/1071.93	c cleaning 22995 clauses out of 46012 with flag 768352/290000
1089.13/1076.34	c cleaning 24000 clauses out of 48018 with flag 847897/315001
1094.17/1081.33	c cleaning 25002 clauses out of 50017 with flag 929572/341000
1099.06/1086.28	c cleaning 26003 clauses out of 52015 with flag 1013977/368000
1104.26/1091.48	c cleaning 26999 clauses out of 54012 with flag 1102565/396000
1109.78/1096.96	c cleaning 28005 clauses out of 56017 with flag 1190476/425004
1115.88/1103.00	c cleaning 29000 clauses out of 58009 with flag 1280915/455001
1123.03/1110.13	c cleaning 30000 clauses out of 60009 with flag 1376788/486001
1131.04/1118.16	c cleaning 31002 clauses out of 62008 with flag 1477130/518000
1139.16/1126.20	c cleaning 31996 clauses out of 64006 with flag 1578914/551000
1145.82/1132.89	c cleaning 32998 clauses out of 66009 with flag 1677382/585000
1150.72/1137.72	c cleaning 33997 clauses out of 68011 with flag 1775031/620000
1156.64/1143.62	c cleaning 34993 clauses out of 70014 with flag 1886041/656000
1160.95/1147.92	c cleaning 36000 clauses out of 72021 with flag 1980270/693000
1168.05/1155.10	c cleaning 36997 clauses out of 74024 with flag 2073140/731003
1173.98/1160.98	c cleaning 37998 clauses out of 76026 with flag 2170182/770002
1179.88/1166.80	c cleaning 38998 clauses out of 78026 with flag 2272997/810000
1186.61/1173.51	c cleaning 40003 clauses out of 80028 with flag 2381185/851000
1193.01/1179.99	c cleaning 40999 clauses out of 82025 with flag 2490692/893000
1199.63/1186.52	c cleaning 42001 clauses out of 84028 with flag 2609533/936002
1206.17/1193.07	c cleaning 43000 clauses out of 86025 with flag 2730666/980000
1213.97/1200.86	c cleaning 44001 clauses out of 88026 with flag 2854960/1025001
1222.58/1209.49	c cleaning 44992 clauses out of 90024 with flag 2986910/1071000
1231.20/1218.07	c cleaning 46004 clauses out of 92032 with flag 3111436/1118000
1241.04/1227.86	c cleaning 46999 clauses out of 94028 with flag 3247536/1166000
1251.27/1238.01	c cleaning 48001 clauses out of 96029 with flag 3376187/1215000
1260.68/1247.49	c cleaning 49004 clauses out of 98028 with flag 3505895/1265000
1270.90/1257.69	c cleaning 49997 clauses out of 100024 with flag 3642570/1316000
1282.35/1269.09	c cleaning 51003 clauses out of 102027 with flag 3796290/1368000
1295.09/1281.79	c cleaning 52003 clauses out of 104024 with flag 3955802/1421000
1307.02/1293.64	c cleaning 53001 clauses out of 106021 with flag 4087564/1475000
1320.36/1306.93	c cleaning 53997 clauses out of 108022 with flag 4234255/1530002
1333.19/1319.77	c cleaning 55002 clauses out of 110025 with flag 4401291/1586002
1347.21/1333.72	c cleaning 56000 clauses out of 112021 with flag 4576560/1643000
1361.87/1348.35	c cleaning 56995 clauses out of 114021 with flag 4756600/1701000
1378.30/1364.76	c cleaning 58000 clauses out of 116027 with flag 4938020/1760001
1398.93/1385.39	c cleaning 59005 clauses out of 118027 with flag 5119382/1820001
1419.35/1405.70	c cleaning 59997 clauses out of 120022 with flag 5281253/1881001
1435.42/1421.76	c cleaning 61000 clauses out of 122024 with flag 5454381/1943000
1453.67/1439.97	c cleaning 61997 clauses out of 124024 with flag 5641271/2006000
1473.78/1460.03	c cleaning 63002 clauses out of 126031 with flag 5821072/2070004
1492.23/1478.48	c cleaning 63998 clauses out of 128025 with flag 6008820/2135000
1513.78/1499.97	c cleaning 65002 clauses out of 130028 with flag 6197587/2201001
1534.29/1520.44	c cleaning 65999 clauses out of 132026 with flag 6394345/2268001
1557.53/1543.66	c cleaning 66995 clauses out of 134026 with flag 6614371/2336000
1580.51/1566.57	c cleaning 68000 clauses out of 136032 with flag 6805107/2405001
1604.93/1590.99	c cleaning 69001 clauses out of 138032 with flag 7002231/2475001
1630.90/1616.88	c cleaning 70001 clauses out of 140032 with flag 7198383/2546002
1651.37/1637.29	c cleaning 71008 clauses out of 142030 with flag 7404746/2618001
1679.63/1665.21	c cleaning 72004 clauses out of 144020 with flag 7592749/2691002
1690.57/1676.19	c cleaning 73004 clauses out of 146015 with flag 7756111/2765001
1715.60/1700.94	c cleaning 74005 clauses out of 148012 with flag 7957629/2840003
1746.80/1732.05	c cleaning 75002 clauses out of 150005 with flag 8136098/2916001
1788.63/1773.78	c cleaning 75995 clauses out of 152003 with flag 8308447/2993001
1800.02/1785.00	c starts		: 1489
1800.02/1785.00	c conflicts		: 3039520
1800.02/1785.00	c decisions		: 5213026
1800.02/1785.00	c propagations		: 1644076741
1800.02/1785.00	c inspects		: 18076859252
1800.02/1785.00	c shortcuts		: 0
1800.02/1785.00	c learnt literals	: 20
1800.02/1785.00	c learnt binary clauses	: 18
1800.02/1785.00	c learnt ternary clauses	: 31
1800.02/1785.00	c learnt constraints	: 3039500
1800.02/1785.00	c ignored constraints	: 0
1800.02/1785.00	c root simplifications	: 0
1800.02/1785.00	c removed literals (reason simplification)	: 0
1800.02/1785.00	c reason swapping (by a shorter reason)	: 0
1800.02/1785.00	c Calls to reduceDB	: 73
1800.02/1785.00	c Number of update (reduction) of LBD	: 343880
1800.02/1785.00	c Imported unit clauses	: 0
1800.02/1785.00	c number of reductions to clauses (during analyze)	: 0
1800.02/1785.00	c number of learned constraints concerned by reduction	: 0
1800.02/1785.00	c number of learning phase by resolution	: 0
1800.02/1785.00	c number of learning phase by cutting planes	: 0
1800.02/1785.00	c speed (assignments/second)	: 921333.2167710684
1800.02/1785.00	c non guided choices	176168
1800.02/1785.00	c timeout
1800.02/1785.03	c learnt constraints type 
1800.02/1785.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
1800.02/1785.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 122510
1800.02/1785.03	s UNKNOWN
1800.02/1785.03	c Total wall clock time (in seconds): 1784.916

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-4100901-1466218641/watcher-4100901-1466218641 -o /tmp/evaluation-result-4100901-1466218641/solver-4100901-1466218641 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466206103-11895 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100901-1466218641.opb 

pid=13963
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.04 2.07 2.07 3/192 13966
/proc/meminfo: memFree=30795728/32872528 swapFree=447868/480572
[pid=13966] ppid=13963 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/13966/stat : 13966 (java) R 13963 13966 11879 0 -1 4202496 430 0 0 0 0 0 0 0 20 0 1 0 23914260 9445376 97 33554432000 1073741824 1073778376 140735520625504 140735520622632 235365512288 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13966/statm: 2290 92 70 9 0 38 0

[startup+0.100155 s]
/proc/loadavg: 2.04 2.07 2.07 3/192 13966
/proc/meminfo: memFree=30795728/32872528 swapFree=447868/480572
[pid=13966] ppid=13963 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/13966/stat : 13966 (java) S 13963 13966 11879 0 -1 4202496 4413 0 1 0 8 1 0 0 20 0 18 0 23914260 9787879424 6042 33554432000 1073741824 1073778376 140735520625504 140735520616640 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13966/statm: 2389619 6042 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200213 s]
/proc/loadavg: 2.04 2.07 2.07 3/192 13966
/proc/meminfo: memFree=30795728/32872528 swapFree=447868/480572
[pid=13966] ppid=13963 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/13966/stat : 13966 (java) S 13963 13966 11879 0 -1 4202496 5000 0 1 0 27 1 0 0 20 0 18 0 23914260 9787879424 7514 33554432000 1073741824 1073778376 140735520625504 140735520616640 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13966/statm: 2389619 7514 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300223 s]
/proc/loadavg: 2.04 2.07 2.07 3/192 13966
/proc/meminfo: memFree=30795728/32872528 swapFree=447868/480572
[pid=13966] ppid=13963 vsize=9558476 CPUtime=0.56 cores=0,2,4,6
/proc/13966/stat : 13966 (java) S 13963 13966 11879 0 -1 4202496 9057 0 1 0 55 1 0 0 20 0 18 0 23914260 9787879424 12198 33554432000 1073741824 1073778376 140735520625504 140735520616640 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13966/statm: 2389619 12198 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558476

[startup+0.700234 s]
/proc/loadavg: 2.04 2.07 2.07 3/192 13966
/proc/meminfo: memFree=30795728/32872528 swapFree=447868/480572
[pid=13966] ppid=13963 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/13966/stat : 13966 (java) S 13963 13966 11879 0 -1 4202496 9812 0 1 0 133 3 0 0 20 0 19 0 23914260 9856040960 31305 33554432000 1073741824 1073778376 140735520625504 140735520616640 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13966/statm: 2406260 31305 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9625040

[startup+1.50084 s]
/proc/loadavg: 2.20 2.10 2.08 3/211 13985
/proc/meminfo: memFree=30643636/32872528 swapFree=447868/480572
[pid=13966] ppid=13963 vsize=9625040 CPUtime=2.27 cores=0,2,4,6
/proc/13966/stat : 13966 (java) S 13963 13966 11879 0 -1 4202496 9949 0 1 0 222 5 0 0 20 0 19 0 23914260 9856040960 45215 33554432000 1073741824 1073778376 140735520625504 140735520616640 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13966/statm: 2406260 45215 2272 9 0 2396937 0
[pid=13966/tid=13968] ppid=13963 vsize=9625040 CPUtime=1.44 cores=0,2,4,6
/proc/13966/task/13968/stat : 13968 (java) R 13963 13966 11879 0 -1 4202560 2475 0 1 0 141 3 0 0 20 0 19 0 23914261 9856040960 45215 33554432000 1073741824 1073778376 140735520625504 140276172180824 140275998235055 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13966/tid=13969] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13969/stat : 13969 (java) S 13963 13966 11879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23914262 9856040960 45215 33554432000 1073741824 1073778376 140735520625504 140276133673256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13966/tid=13970] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13970/stat : 13970 (java) S 13963 13966 11879 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 23914262 9856040960 45215 33554432000 1073741824 1073778376 140735520625504 140276132620456 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13966/tid=13971] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13971/stat : 13971 (java) S 13963 13966 11879 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 23914262 9856040960 45215 33554432000 1073741824 1073778376 140735520625504 140276131568168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13966/tid=13972] ppid=13963 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13966/task/13972/stat : 13972 (java) S 13963 13966 11879 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 23914262 9856040960 45215 33554432000 1073741824 1073778376 140735520625504 140276130515368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13966/tid=13973] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13973/stat : 13973 (java) S 13963 13966 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23914262 9856040960 45215 33554432000 1073741824 1073778376 140735520625504 140276129463080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13966/tid=13974] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13974/stat : 13974 (java) S 13963 13966 11879 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 23914262 9856040960 45215 33554432000 1073741824 1073778376 140735520625504 140276128410280 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13966/tid=13975] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13975/stat : 13975 (java) S 13963 13966 11879 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 23914262 9856040960 45215 33554432000 1073741824 1073778376 140735520625504 140276127357992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13966/tid=13976] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13976/stat : 13976 (java) S 13963 13966 11879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23914262 9856040960 45215 33554432000 1073741824 1073778376 140735520625504 140276126305192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13966/tid=13977] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13977/stat : 13977 (java) S 13963 13966 11879 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 23914263 9856040960 45215 33554432000 1073741824 1073778376 140735520625504 140275996416232 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13966/tid=13978] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13978/stat : 13978 (java) S 13963 13966 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23914264 9856040960 45215 33554432000 1073741824 1073778376 140735520625504 140275995362296 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13966/tid=13979] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13979/stat : 13979 (java) S 13963 13966 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23914264 9856040960 45215 33554432000 1073741824 1073778376 140735520625504 140275994309896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13966/tid=13980] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13980/stat : 13980 (java) S 13963 13966 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23914266 9856040960 45215 33554432000 1073741824 1073778376 140735520625504 140275993258384 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13966/tid=13981] ppid=13963 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/13966/task/13981/stat : 13981 (java) S 13963 13966 11879 0 -1 4202560 3993 0 0 0 37 0 0 0 20 0 19 0 23914266 9856040960 45215 33554432000 1073741824 1073778376 140735520625504 140275992206008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13966/tid=13982] ppid=13963 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/13966/task/13982/stat : 13982 (java) S 13963 13966 11879 0 -1 4202560 2094 0 0 0 31 0 0 0 20 0 19 0 23914266 9856040960 45215 33554432000 1073741824 1073778376 140735520625504 140275991153208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13966/tid=13983] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13983/stat : 13983 (java) S 13963 13966 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23914266 9856040960 45215 33554432000 1073741824 1073778376 140735520625504 140275990101112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13966/tid=13984] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13984/stat : 13984 (java) S 13963 13966 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23914266 9856040960 45215 33554432000 1073741824 1073778376 140735520625504 140275989048520 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13966/tid=13985] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13985/stat : 13985 (java) S 13963 13966 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23914316 9856040960 45215 33554432000 1073741824 1073778376 140735520625504 140275987944360 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.20 2.10 2.08 3/211 13985
/proc/meminfo: memFree=30620240/32872528 swapFree=447868/480572
[pid=13966] ppid=13963 vsize=9625040 CPUtime=4.02 cores=0,2,4,6
/proc/13966/stat : 13966 (java) S 13963 13966 11879 0 -1 4202496 10082 0 1 0 394 8 0 0 20 0 19 0 23914260 9856040960 49828 33554432000 1073741824 1073778376 140735520625504 140735520616640 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13966/statm: 2406260 49828 2273 9 0 2396937 0
[pid=13966/tid=13968] ppid=13963 vsize=9625040 CPUtime=3 cores=0,2,4,6
/proc/13966/task/13968/stat : 13968 (java) R 13963 13966 11879 0 -1 4202560 2477 0 1 0 297 3 0 0 20 0 19 0 23914261 9856040960 49828 33554432000 1073741824 1073778376 140735520625504 140276172181672 140275998235144 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13966/tid=13969] ppid=13963 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/13966/task/13969/stat : 13969 (java) S 13963 13966 11879 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 23914262 9856040960 49828 33554432000 1073741824 1073778376 140735520625504 140276133673256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13966/tid=13970] ppid=13963 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13966/task/13970/stat : 13970 (java) S 13963 13966 11879 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 23914262 9856040960 49828 33554432000 1073741824 1073778376 140735520625504 140276132620456 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13966/tid=13971] ppid=13963 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13966/task/13971/stat : 13971 (java) S 13963 13966 11879 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 23914262 9856040960 49828 33554432000 1073741824 1073778376 140735520625504 140276131568168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13966/tid=13972] ppid=13963 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/13966/task/13972/stat : 13972 (java) S 13963 13966 11879 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 23914262 9856040960 49828 33554432000 1073741824 1073778376 140735520625504 140276130515368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13966/tid=13973] ppid=13963 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13966/task/13973/stat : 13973 (java) S 13963 13966 11879 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 23914262 9856040960 49828 33554432000 1073741824 1073778376 140735520625504 140276129463080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13966/tid=13974] ppid=13963 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13966/task/13974/stat : 13974 (java) S 13963 13966 11879 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 23914262 9856040960 49828 33554432000 1073741824 1073778376 140735520625504 140276128410280 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13966/tid=13975] ppid=13963 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13966/task/13975/stat : 13975 (java) S 13963 13966 11879 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 23914262 9856040960 49828 33554432000 1073741824 1073778376 140735520625504 140276127357992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13966/tid=13976] ppid=13963 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13966/task/13976/stat : 13976 (java) S 13963 13966 11879 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 23914262 9856040960 49828 33554432000 1073741824 1073778376 140735520625504 140276126305192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13966/tid=13977] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13977/stat : 13977 (java) S 13963 13966 11879 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 23914263 9856040960 49828 33554432000 1073741824 1073778376 140735520625504 140275996416232 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13966/tid=13978] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13978/stat : 13978 (java) S 13963 13966 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23914264 9856040960 49828 33554432000 1073741824 1073778376 140735520625504 140275995362296 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13966/tid=13979] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13979/stat : 13979 (java) S 13963 13966 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23914264 9856040960 49828 33554432000 1073741824 1073778376 140735520625504 140275994309896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13966/tid=13980] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13980/stat : 13980 (java) S 13963 13966 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23914266 9856040960 49828 33554432000 1073741824 1073778376 140735520625504 140275993258384 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13966/tid=13981] ppid=13963 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/13966/task/13981/stat : 13981 (java) S 13963 13966 11879 0 -1 4202560 3993 0 0 0 37 0 0 0 20 0 19 0 23914266 9856040960 49828 33554432000 1073741824 1073778376 140735520625504 140275992206008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13966/tid=13982] ppid=13963 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/13966/task/13982/stat : 13982 (java) S 13963 13966 11879 0 -1 4202560 2183 0 0 0 37 0 0 0 20 0 19 0 23914266 9856040960 49828 33554432000 1073741824 1073778376 140735520625504 140275991153208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13966/tid=13983] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13983/stat : 13983 (java) S 13963 13966 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23914266 9856040960 49828 33554432000 1073741824 1073778376 140735520625504 140275990101112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13966/tid=13984] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13984/stat : 13984 (java) S 13963 13966 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23914266 9856040960 49828 33554432000 1073741824 1073778376 140735520625504 140275989048520 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13966/tid=13985] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13985/stat : 13985 (java) S 13963 13966 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23914316 9856040960 49828 33554432000 1073741824 1073778376 140735520625504 140275987944360 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.18 2.10 2.08 4/211 13985
/proc/meminfo: memFree=30473412/32872528 swapFree=447868/480572
[pid=13966] ppid=13963 vsize=9625040 CPUtime=7.28 cores=0,2,4,6
/proc/13966/stat : 13966 (java) S 13963 13966 11879 0 -1 4202496 10302 0 1 0 717 11 0 0 20 0 19 0 23914260 9856040960 82038 33554432000 1073741824 1073778376 140735520625504 140735520616640 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13966/statm: 2406260 82038 2273 9 0 2396937 0
[pid=13966/tid=13968] ppid=13963 vsize=9625040 CPUtime=6.16 cores=0,2,4,6
/proc/13966/task/13968/stat : 13968 (java) R 13963 13966 11879 0 -1 4202560 2535 0 1 0 612 4 0 0 20 0 19 0 23914261 9856040960 82038 33554432000 1073741824 1073778376 140735520625504 140276172180624 140275998139472 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13966/tid=13969] ppid=13963 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/13966/task/13969/stat : 13969 (java) S 13963 13966 11879 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 19 0 23914262 9856040960 82038 33554432000 1073741824 1073778376 140735520625504 140276133673256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13966/tid=13970] ppid=13963 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/13966/task/13970/stat : 13970 (java) S 13963 13966 11879 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 23914262 9856040960 82038 33554432000 1073741824 1073778376 140735520625504 140276132620456 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13966/tid=13971] ppid=13963 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/13966/task/13971/stat : 13971 (java) S 13963 13966 11879 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 23914262 9856040960 82038 33554432000 1073741824 1073778376 140735520625504 140276131568168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13966/tid=13972] ppid=13963 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/13966/task/13972/stat : 13972 (java) S 13963 13966 11879 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 23914262 9856040960 82038 33554432000 1073741824 1073778376 140735520625504 140276130515368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13966/tid=13973] ppid=13963 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/13966/task/13973/stat : 13973 (java) S 13963 13966 11879 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 23914262 9856040960 82038 33554432000 1073741824 1073778376 140735520625504 140276129463080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13966/tid=13974] ppid=13963 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/13966/task/13974/stat : 13974 (java) S 13963 13966 11879 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 23914262 9856040960 82038 33554432000 1073741824 1073778376 140735520625504 140276128410280 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13966/tid=13975] ppid=13963 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/13966/task/13975/stat : 13975 (java) S 13963 13966 11879 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 23914262 9856040960 82038 33554432000 1073741824 1073778376 140735520625504 140276127357992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13966/tid=13976] ppid=13963 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/13966/task/13976/stat : 13976 (java) S 13963 13966 11879 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 23914262 9856040960 82038 33554432000 1073741824 1073778376 140735520625504 140276126305192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13966/tid=13977] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13977/stat : 13977 (java) S 13963 13966 11879 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 23914263 9856040960 82038 33554432000 1073741824 1073778376 140735520625504 140275996416232 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13966/tid=13978] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13978/stat : 13978 (java) S 13963 13966 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23914264 9856040960 82038 33554432000 1073741824 1073778376 140735520625504 140275995362296 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13966/tid=13979] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13979/stat : 13979 (java) S 13963 13966 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23914264 9856040960 82038 33554432000 1073741824 1073778376 140735520625504 140275994309896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13966/tid=13980] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13980/stat : 13980 (java) S 13963 13966 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23914266 9856040960 82038 33554432000 1073741824 1073778376 140735520625504 140275993258384 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13966/tid=13981] ppid=13963 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/13966/task/13981/stat : 13981 (java) S 13963 13966 11879 0 -1 4202560 3993 0 0 0 37 0 0 0 20 0 19 0 23914266 9856040960 82038 33554432000 1073741824 1073778376 140735520625504 140275992206008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13966/tid=13982] ppid=13963 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/13966/task/13982/stat : 13982 (java) S 13963 13966 11879 0 -1 4202560 2183 0 0 0 37 0 0 0 20 0 19 0 23914266 9856040960 82038 33554432000 1073741824 1073778376 140735520625504 140275991153208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13966/tid=13983] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13983/stat : 13983 (java) S 13963 13966 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23914266 9856040960 82038 33554432000 1073741824 1073778376 140735520625504 140275990101112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13966/tid=13984] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13984/stat : 13984 (java) S 13963 13966 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23914266 9856040960 82038 33554432000 1073741824 1073778376 140735520625504 140275989048520 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13966/tid=13985] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13985/stat : 13985 (java) S 13963 13966 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23914316 9856040960 82038 33554432000 1073741824 1073778376 140735520625504 140275987944360 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.28
Current children cumulated vsize (KiB) 9625040


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

[pid=13966/tid=13985] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13985/stat : 13985 (java) S 13963 13966 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23914316 9856040960 165331 33554432000 1073741824 1073778376 140735520625504 140275987944360 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1676.72
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/211 14116
/proc/meminfo: memFree=30704144/32872528 swapFree=447868/480572
[pid=13966] ppid=13963 vsize=9625040 CPUtime=1737.06 cores=0,2,4,6
/proc/13966/stat : 13966 (java) S 13963 13966 11879 0 -1 4202496 20908 0 1 0 173607 99 0 0 20 0 19 0 23914260 9856040960 124283 33554432000 1073741824 1073778376 140735520625504 140735520616640 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13966/statm: 2406260 124283 2288 9 0 2396937 0
[pid=13966/tid=13968] ppid=13963 vsize=9625040 CPUtime=1710.15 cores=0,2,4,6
/proc/13966/task/13968/stat : 13968 (java) R 13963 13966 11879 0 -1 4202560 3905 0 1 0 170973 42 0 0 20 0 19 0 23914261 9856040960 124283 33554432000 1073741824 1073778376 140735520625504 140276172180720 140275998202057 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13966/tid=13969] ppid=13963 vsize=9625040 CPUtime=2.55 cores=0,2,4,6
/proc/13966/task/13969/stat : 13969 (java) S 13963 13966 11879 0 -1 4202560 119 0 0 0 247 8 0 0 20 0 19 0 23914262 9856040960 124283 33554432000 1073741824 1073778376 140735520625504 140276133673256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13966/tid=13970] ppid=13963 vsize=9625040 CPUtime=2.58 cores=0,2,4,6
/proc/13966/task/13970/stat : 13970 (java) S 13963 13966 11879 0 -1 4202560 113 0 0 0 251 7 0 0 20 0 19 0 23914262 9856040960 124283 33554432000 1073741824 1073778376 140735520625504 140276132620456 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13966/tid=13971] ppid=13963 vsize=9625040 CPUtime=2.64 cores=0,2,4,6
/proc/13966/task/13971/stat : 13971 (java) S 13963 13966 11879 0 -1 4202560 192 0 0 0 258 6 0 0 20 0 19 0 23914262 9856040960 124283 33554432000 1073741824 1073778376 140735520625504 140276131568168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13966/tid=13972] ppid=13963 vsize=9625040 CPUtime=2.62 cores=0,2,4,6
/proc/13966/task/13972/stat : 13972 (java) S 13963 13966 11879 0 -1 4202560 141 0 0 0 257 5 0 0 20 0 19 0 23914262 9856040960 124283 33554432000 1073741824 1073778376 140735520625504 140276130515368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13966/tid=13973] ppid=13963 vsize=9625040 CPUtime=2.56 cores=0,2,4,6
/proc/13966/task/13973/stat : 13973 (java) S 13963 13966 11879 0 -1 4202560 172 0 0 0 249 7 0 0 20 0 19 0 23914262 9856040960 124283 33554432000 1073741824 1073778376 140735520625504 140276129463080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13966/tid=13974] ppid=13963 vsize=9625040 CPUtime=2.63 cores=0,2,4,6
/proc/13966/task/13974/stat : 13974 (java) S 13963 13966 11879 0 -1 4202560 139 0 0 0 255 8 0 0 20 0 19 0 23914262 9856040960 124283 33554432000 1073741824 1073778376 140735520625504 140276128410280 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13966/tid=13975] ppid=13963 vsize=9625040 CPUtime=2.53 cores=0,2,4,6
/proc/13966/task/13975/stat : 13975 (java) S 13963 13966 11879 0 -1 4202560 300 0 0 0 246 7 0 0 20 0 19 0 23914262 9856040960 124283 33554432000 1073741824 1073778376 140735520625504 140276127357992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13966/tid=13976] ppid=13963 vsize=9625040 CPUtime=2.53 cores=0,2,4,6
/proc/13966/task/13976/stat : 13976 (java) S 13963 13966 11879 0 -1 4202560 210 0 0 0 246 7 0 0 20 0 19 0 23914262 9856040960 124283 33554432000 1073741824 1073778376 140735520625504 140276126305192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13966/tid=13977] ppid=13963 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/13966/task/13977/stat : 13977 (java) S 13963 13966 11879 0 -1 4202560 560 0 0 0 34 9 0 0 20 0 19 0 23914263 9856040960 124283 33554432000 1073741824 1073778376 140735520625504 140275996416232 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13966/tid=13978] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13978/stat : 13978 (java) S 13963 13966 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23914264 9856040960 124283 33554432000 1073741824 1073778376 140735520625504 140275995362296 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13966/tid=13979] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13979/stat : 13979 (java) S 13963 13966 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23914264 9856040960 124283 33554432000 1073741824 1073778376 140735520625504 140275994309896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13966/tid=13980] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13980/stat : 13980 (java) S 13963 13966 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23914266 9856040960 124283 33554432000 1073741824 1073778376 140735520625504 140275993258384 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13966/tid=13981] ppid=13963 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/13966/task/13981/stat : 13981 (java) S 13963 13966 11879 0 -1 4202560 10885 0 0 0 94 2 0 0 20 0 19 0 23914266 9856040960 124283 33554432000 1073741824 1073778376 140735520625504 140275992206008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13966/tid=13982] ppid=13963 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/13966/task/13982/stat : 13982 (java) S 13963 13966 11879 0 -1 4202560 2809 0 0 0 58 0 0 0 20 0 19 0 23914266 9856040960 124283 33554432000 1073741824 1073778376 140735520625504 140275991153208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13966/tid=13983] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13983/stat : 13983 (java) S 13963 13966 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23914266 9856040960 124283 33554432000 1073741824 1073778376 140735520625504 140275990101112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13966/tid=13984] ppid=13963 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/13966/task/13984/stat : 13984 (java) S 13963 13966 11879 0 -1 4202560 99 0 0 0 27 23 0 0 20 0 19 0 23914266 9856040960 124283 33554432000 1073741824 1073778376 140735520625504 140275989048520 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13966/tid=13985] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13985/stat : 13985 (java) S 13963 13966 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23914316 9856040960 124283 33554432000 1073741824 1073778376 140735520625504 140275987944360 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1737.06
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.11 2.06 2.05 3/211 14117
/proc/meminfo: memFree=30795676/32872528 swapFree=447868/480572
[pid=13966] ppid=13963 vsize=9625040 CPUtime=1797.3 cores=0,2,4,6
/proc/13966/stat : 13966 (java) S 13963 13966 11879 0 -1 4202496 20927 0 1 0 179631 99 0 0 20 0 19 0 23914260 9856040960 107739 33554432000 1073741824 1073778376 140735520625504 140735520616640 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13966/statm: 2406260 107739 2288 9 0 2396937 0
[pid=13966/tid=13968] ppid=13963 vsize=9625040 CPUtime=1769.84 cores=0,2,4,6
/proc/13966/task/13968/stat : 13968 (java) R 13963 13966 11879 0 -1 4202560 3916 0 1 0 176941 43 0 0 20 0 19 0 23914261 9856040960 107739 33554432000 1073741824 1073778376 140735520625504 140276172180752 140275998243932 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13966/tid=13969] ppid=13963 vsize=9625040 CPUtime=2.61 cores=0,2,4,6
/proc/13966/task/13969/stat : 13969 (java) S 13963 13966 11879 0 -1 4202560 119 0 0 0 253 8 0 0 20 0 19 0 23914262 9856040960 107739 33554432000 1073741824 1073778376 140735520625504 140276133673256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13966/tid=13970] ppid=13963 vsize=9625040 CPUtime=2.62 cores=0,2,4,6
/proc/13966/task/13970/stat : 13970 (java) S 13963 13966 11879 0 -1 4202560 113 0 0 0 255 7 0 0 20 0 19 0 23914262 9856040960 107739 33554432000 1073741824 1073778376 140735520625504 140276132620456 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13966/tid=13971] ppid=13963 vsize=9625040 CPUtime=2.69 cores=0,2,4,6
/proc/13966/task/13971/stat : 13971 (java) S 13963 13966 11879 0 -1 4202560 192 0 0 0 263 6 0 0 20 0 19 0 23914262 9856040960 107739 33554432000 1073741824 1073778376 140735520625504 140276131568168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13966/tid=13972] ppid=13963 vsize=9625040 CPUtime=2.68 cores=0,2,4,6
/proc/13966/task/13972/stat : 13972 (java) S 13963 13966 11879 0 -1 4202560 141 0 0 0 263 5 0 0 20 0 19 0 23914262 9856040960 107739 33554432000 1073741824 1073778376 140735520625504 140276130515368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13966/tid=13973] ppid=13963 vsize=9625040 CPUtime=2.59 cores=0,2,4,6
/proc/13966/task/13973/stat : 13973 (java) S 13963 13966 11879 0 -1 4202560 172 0 0 0 252 7 0 0 20 0 19 0 23914262 9856040960 107739 33554432000 1073741824 1073778376 140735520625504 140276129463080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13966/tid=13974] ppid=13963 vsize=9625040 CPUtime=2.69 cores=0,2,4,6
/proc/13966/task/13974/stat : 13974 (java) S 13963 13966 11879 0 -1 4202560 139 0 0 0 261 8 0 0 20 0 19 0 23914262 9856040960 107739 33554432000 1073741824 1073778376 140735520625504 140276128410280 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13966/tid=13975] ppid=13963 vsize=9625040 CPUtime=2.58 cores=0,2,4,6
/proc/13966/task/13975/stat : 13975 (java) S 13963 13966 11879 0 -1 4202560 300 0 0 0 251 7 0 0 20 0 19 0 23914262 9856040960 107739 33554432000 1073741824 1073778376 140735520625504 140276127357992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13966/tid=13976] ppid=13963 vsize=9625040 CPUtime=2.59 cores=0,2,4,6
/proc/13966/task/13976/stat : 13976 (java) S 13963 13966 11879 0 -1 4202560 210 0 0 0 252 7 0 0 20 0 19 0 23914262 9856040960 107739 33554432000 1073741824 1073778376 140735520625504 140276126305192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13966/tid=13977] ppid=13963 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/13966/task/13977/stat : 13977 (java) S 13963 13966 11879 0 -1 4202560 564 0 0 0 34 9 0 0 20 0 19 0 23914263 9856040960 107739 33554432000 1073741824 1073778376 140735520625504 140275996416232 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13966/tid=13978] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13978/stat : 13978 (java) S 13963 13966 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23914264 9856040960 107739 33554432000 1073741824 1073778376 140735520625504 140275995362296 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13966/tid=13979] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13979/stat : 13979 (java) S 13963 13966 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23914264 9856040960 107739 33554432000 1073741824 1073778376 140735520625504 140275994309896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13966/tid=13980] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13980/stat : 13980 (java) S 13963 13966 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23914266 9856040960 107739 33554432000 1073741824 1073778376 140735520625504 140275993258384 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13966/tid=13981] ppid=13963 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/13966/task/13981/stat : 13981 (java) S 13963 13966 11879 0 -1 4202560 10885 0 0 0 94 2 0 0 20 0 19 0 23914266 9856040960 107739 33554432000 1073741824 1073778376 140735520625504 140275992206008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13966/tid=13982] ppid=13963 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/13966/task/13982/stat : 13982 (java) S 13963 13966 11879 0 -1 4202560 2809 0 0 0 58 0 0 0 20 0 19 0 23914266 9856040960 107739 33554432000 1073741824 1073778376 140735520625504 140275991153208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13966/tid=13983] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13983/stat : 13983 (java) S 13963 13966 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23914266 9856040960 107739 33554432000 1073741824 1073778376 140735520625504 140275990101112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13966/tid=13984] ppid=13963 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/13966/task/13984/stat : 13984 (java) S 13963 13966 11879 0 -1 4202560 103 0 0 0 28 24 0 0 20 0 19 0 23914266 9856040960 107739 33554432000 1073741824 1073778376 140735520625504 140275989048520 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13966/tid=13985] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13985/stat : 13985 (java) S 13963 13966 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23914316 9856040960 107739 33554432000 1073741824 1073778376 140735520625504 140275987944360 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.3
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785 s]
/proc/loadavg: 2.11 2.06 2.05 4/211 14117
/proc/meminfo: memFree=30804176/32872528 swapFree=447868/480572
[pid=13966] ppid=13963 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/13966/stat : 13966 (java) S 13963 13966 11879 0 -1 4202496 20928 0 1 0 179903 99 0 0 20 0 19 0 23914260 9856040960 106488 33554432000 1073741824 1073778376 140735520625504 140735520616640 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13966/statm: 2406260 106488 2288 9 0 2396937 0
[pid=13966/tid=13968] ppid=13963 vsize=9625040 CPUtime=1772.52 cores=0,2,4,6
/proc/13966/task/13968/stat : 13968 (java) R 13963 13966 11879 0 -1 4202560 3917 0 1 0 177209 43 0 0 20 0 19 0 23914261 9856040960 106488 33554432000 1073741824 1073778376 140735520625504 140276172180720 140275998243776 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13966/tid=13969] ppid=13963 vsize=9625040 CPUtime=2.61 cores=0,2,4,6
/proc/13966/task/13969/stat : 13969 (java) S 13963 13966 11879 0 -1 4202560 119 0 0 0 253 8 0 0 20 0 19 0 23914262 9856040960 106488 33554432000 1073741824 1073778376 140735520625504 140276133673256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13966/tid=13970] ppid=13963 vsize=9625040 CPUtime=2.62 cores=0,2,4,6
/proc/13966/task/13970/stat : 13970 (java) S 13963 13966 11879 0 -1 4202560 113 0 0 0 255 7 0 0 20 0 19 0 23914262 9856040960 106488 33554432000 1073741824 1073778376 140735520625504 140276132620456 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13966/tid=13971] ppid=13963 vsize=9625040 CPUtime=2.69 cores=0,2,4,6
/proc/13966/task/13971/stat : 13971 (java) S 13963 13966 11879 0 -1 4202560 192 0 0 0 263 6 0 0 20 0 19 0 23914262 9856040960 106488 33554432000 1073741824 1073778376 140735520625504 140276131568168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13966/tid=13972] ppid=13963 vsize=9625040 CPUtime=2.69 cores=0,2,4,6
/proc/13966/task/13972/stat : 13972 (java) S 13963 13966 11879 0 -1 4202560 141 0 0 0 264 5 0 0 20 0 19 0 23914262 9856040960 106488 33554432000 1073741824 1073778376 140735520625504 140276130515368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13966/tid=13973] ppid=13963 vsize=9625040 CPUtime=2.6 cores=0,2,4,6
/proc/13966/task/13973/stat : 13973 (java) S 13963 13966 11879 0 -1 4202560 172 0 0 0 253 7 0 0 20 0 19 0 23914262 9856040960 106488 33554432000 1073741824 1073778376 140735520625504 140276129463080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13966/tid=13974] ppid=13963 vsize=9625040 CPUtime=2.7 cores=0,2,4,6
/proc/13966/task/13974/stat : 13974 (java) S 13963 13966 11879 0 -1 4202560 139 0 0 0 262 8 0 0 20 0 19 0 23914262 9856040960 106488 33554432000 1073741824 1073778376 140735520625504 140276128410280 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13966/tid=13975] ppid=13963 vsize=9625040 CPUtime=2.58 cores=0,2,4,6
/proc/13966/task/13975/stat : 13975 (java) S 13963 13966 11879 0 -1 4202560 300 0 0 0 251 7 0 0 20 0 19 0 23914262 9856040960 106488 33554432000 1073741824 1073778376 140735520625504 140276127357992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13966/tid=13976] ppid=13963 vsize=9625040 CPUtime=2.59 cores=0,2,4,6
/proc/13966/task/13976/stat : 13976 (java) S 13963 13966 11879 0 -1 4202560 210 0 0 0 252 7 0 0 20 0 19 0 23914262 9856040960 106488 33554432000 1073741824 1073778376 140735520625504 140276126305192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13966/tid=13977] ppid=13963 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/13966/task/13977/stat : 13977 (java) S 13963 13966 11879 0 -1 4202560 564 0 0 0 34 9 0 0 20 0 19 0 23914263 9856040960 106488 33554432000 1073741824 1073778376 140735520625504 140275996416232 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13966/tid=13978] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13978/stat : 13978 (java) S 13963 13966 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23914264 9856040960 106488 33554432000 1073741824 1073778376 140735520625504 140275995362296 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13966/tid=13979] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13979/stat : 13979 (java) S 13963 13966 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23914264 9856040960 106488 33554432000 1073741824 1073778376 140735520625504 140275994309896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13966/tid=13980] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13980/stat : 13980 (java) S 13963 13966 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23914266 9856040960 106488 33554432000 1073741824 1073778376 140735520625504 140275993258384 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13966/tid=13981] ppid=13963 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/13966/task/13981/stat : 13981 (java) S 13963 13966 11879 0 -1 4202560 10885 0 0 0 94 2 0 0 20 0 19 0 23914266 9856040960 106488 33554432000 1073741824 1073778376 140735520625504 140275992206008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13966/tid=13982] ppid=13963 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/13966/task/13982/stat : 13982 (java) S 13963 13966 11879 0 -1 4202560 2809 0 0 0 58 0 0 0 20 0 19 0 23914266 9856040960 106488 33554432000 1073741824 1073778376 140735520625504 140275991153208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13966/tid=13983] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13983/stat : 13983 (java) S 13963 13966 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23914266 9856040960 106488 33554432000 1073741824 1073778376 140735520625504 140275990101112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13966/tid=13984] ppid=13963 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/13966/task/13984/stat : 13984 (java) S 13963 13966 11879 0 -1 4202560 103 0 0 0 28 24 0 0 20 0 19 0 23914266 9856040960 106488 33554432000 1073741824 1073778376 140735520625504 140275989048520 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13966/tid=13985] ppid=13963 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13966/task/13985/stat : 13985 (java) S 13963 13966 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23914316 9856040960 106488 33554432000 1073741824 1073778376 140735520625504 140275987944360 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

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

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

Real time (s): 1785.04
CPU time (s): 1800.02
CPU user time (s): 1799.03
CPU system time (s): 0.99
CPU usage (%): 100.839
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.92
system time used= 1.47178
maximum resident set size= 1099680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20968
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 69374
involuntary context switches= 84625

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.14261 second user time and 13.5129 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-18 04:57:21
IDJOB=4100901
IDBENCH=1675
IDSOLVER=2546
FILE ID=node104/4100901-1466218641
RUNJOBID= node104-1466206103-11895
PBS_JOBID= 19918168
Free space on /tmp= 71700 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-standata.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100901-1466218641/watcher-4100901-1466218641 -o /tmp/evaluation-result-4100901-1466218641/solver-4100901-1466218641 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466206103-11895 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100901-1466218641.opb

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

MD5SUM BENCH= c8622f62aab23c6f6a5a29143b44f7fa
RANDOM SEED=1659451157

node104.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.035
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:        30796008 kB
Buffers:           95460 kB
Cached:           112704 kB
SwapCached:        40452 kB
Active:           656376 kB
Inactive:         188572 kB
Active(anon):     598940 kB
Inactive(anon):    39968 kB
Active(file):      57436 kB
Inactive(file):   148604 kB
Unevictable:      480572 kB
Mlocked:          447868 kB
SwapTotal:      67108856 kB
SwapFree:       67060428 kB
Dirty:              1236 kB
Writeback:             0 kB
AnonPages:       1194008 kB
Mapped:            15380 kB
Shmem:                 0 kB
Slab:             601268 kB
SReclaimable:      45416 kB
SUnreclaim:       555852 kB
KernelStack:        1744 kB
PageTables:         6776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1369060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    718848 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= 71700 MiB
End job on node104 at 2016-06-18 05:27:07