Trace number 4103640

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.08 1796.24

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-grow22.opb
MD5SUM459c1d0101a0e61c9c386c9d02f149df
Bench CategoryOPT-BIGINT (optimisation, big 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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables25124
Total number of constraints1320
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 constraints1320
Minimum length of a constraint22
Maximum length of a constraint491
Number of terms in the objective function 1958
Biggest coefficient in the objective function 3758096384
Number of bits for the biggest coefficient in the objective function 32
Sum of the numbers in the objective function 234612588283
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 878188741787648
Number of bits of the biggest number in a constraint 50
Biggest sum of numbers in a constraint 4550739094651140
Number of bits of the biggest sum of numbers53
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@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-4103640-1466246101.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
1.34/0.76	c ... done. Wall clock time 0.647s.
1.34/0.76	c declared #vars     25124
1.34/0.76	c #constraints  1760
1.34/0.76	c constraints type 
1.34/0.76	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1760
1.34/0.76	c 1760 constraints processed.
1.34/0.76	c objective function length is 1958 literals
2.39/1.43	c cleaning 2500 clauses out of 5000 with flag 10964/5000
3.05/2.05	c cleaning 4244 clauses out of 8500 with flag 23093/11000
3.66/2.61	c cleaning 5629 clauses out of 11257 with flag 37804/18001
4.37/3.34	c cleaning 6807 clauses out of 13627 with flag 54028/26000
5.58/4.47	c cleaning 7906 clauses out of 15820 with flag 72028/35000
6.79/5.64	c cleaning 8944 clauses out of 17914 with flag 92028/45000
9.40/8.01	c cleaning 9968 clauses out of 19967 with flag 134581/56001
12.31/10.49	c cleaning 10986 clauses out of 21998 with flag 192771/68000
15.43/13.42	c cleaning 11991 clauses out of 24012 with flag 248502/81000
17.23/15.20	c cleaning 12984 clauses out of 26022 with flag 330154/95001
19.53/17.55	c cleaning 14008 clauses out of 28040 with flag 388428/110003
22.63/20.67	c cleaning 15006 clauses out of 30029 with flag 420473/126000
26.62/24.60	c cleaning 16005 clauses out of 32025 with flag 454575/143002
31.02/29.07	c cleaning 16997 clauses out of 34018 with flag 490656/161000
34.36/32.23	c cleaning 17988 clauses out of 36023 with flag 529109/180002
38.86/36.72	c cleaning 18991 clauses out of 38034 with flag 569117/200001
44.16/42.08	c cleaning 19998 clauses out of 40042 with flag 611143/221000
50.26/48.13	c cleaning 20997 clauses out of 42044 with flag 655387/243000
56.86/54.72	c cleaning 22001 clauses out of 44047 with flag 701440/266000
63.76/61.63	c cleaning 22997 clauses out of 46046 with flag 749493/290000
70.96/68.88	c cleaning 23999 clauses out of 48050 with flag 799511/315001
79.59/77.39	c cleaning 24998 clauses out of 50050 with flag 851638/341000
88.89/86.65	c cleaning 26002 clauses out of 52052 with flag 905773/368000
98.49/96.23	c cleaning 27001 clauses out of 54051 with flag 961854/396001
109.29/107.05	c cleaning 28002 clauses out of 56050 with flag 1019869/425001
120.19/117.97	c cleaning 28999 clauses out of 58047 with flag 1079879/455000
132.29/130.09	c cleaning 29998 clauses out of 60048 with flag 1142116/486000
145.00/142.77	c cleaning 31004 clauses out of 62052 with flag 1206197/518002
159.30/157.01	c cleaning 31996 clauses out of 64046 with flag 1272201/551000
174.89/172.68	c cleaning 33000 clauses out of 66050 with flag 1340603/585000
190.27/187.77	c cleaning 34001 clauses out of 68050 with flag 1410612/620000
208.87/206.35	c cleaning 35003 clauses out of 70051 with flag 1482621/656002
228.87/226.34	c cleaning 36000 clauses out of 72046 with flag 1556641/693000
250.18/247.68	c cleaning 37001 clauses out of 74047 with flag 1632660/731001
270.87/268.39	c cleaning 37997 clauses out of 76046 with flag 1710673/770001
292.77/290.29	c cleaning 39000 clauses out of 78050 with flag 1790694/810002
316.27/313.73	c cleaning 39999 clauses out of 80049 with flag 1872712/851001
338.88/336.39	c cleaning 41004 clauses out of 82049 with flag 1956759/893000
364.57/361.81	c cleaning 41995 clauses out of 84045 with flag 2043026/936000
390.57/387.86	c cleaning 43000 clauses out of 86052 with flag 2131105/980002
418.47/415.79	c cleaning 44001 clauses out of 88051 with flag 2221220/1025001
449.18/446.40	c cleaning 45000 clauses out of 90049 with flag 2313246/1071000
481.09/478.31	c cleaning 45999 clauses out of 92049 with flag 2407572/1118000
515.20/512.44	c cleaning 47001 clauses out of 94051 with flag 2503634/1166001
550.41/547.55	c cleaning 47997 clauses out of 96050 with flag 2601701/1215001
589.41/586.58	c cleaning 49001 clauses out of 98052 with flag 2701731/1265000
633.61/630.73	c cleaning 49998 clauses out of 100051 with flag 2804280/1316000
677.81/674.94	c cleaning 51000 clauses out of 102053 with flag 2908337/1368000
721.22/718.34	c cleaning 52002 clauses out of 104053 with flag 3014756/1421000
766.12/763.24	c cleaning 53000 clauses out of 106052 with flag 3122929/1475001
812.17/809.15	c cleaning 53997 clauses out of 108051 with flag 3233012/1530000
861.27/858.29	c cleaning 55002 clauses out of 110055 with flag 3345060/1586001
913.16/910.13	c cleaning 55999 clauses out of 112054 with flag 3459104/1643002
972.76/969.78	c cleaning 56999 clauses out of 114053 with flag 3575154/1701000
1038.19/1035.04	c cleaning 58002 clauses out of 116055 with flag 3693879/1760001
1101.21/1098.09	c cleaning 59003 clauses out of 118054 with flag 3814022/1820002
1166.03/1162.81	c cleaning 60001 clauses out of 120050 with flag 3936033/1881001
1228.24/1225.05	c cleaning 60999 clauses out of 122048 with flag 4060057/1943000
1309.35/1305.99	c cleaning 61994 clauses out of 124050 with flag 4186323/2006001
1337.54/1334.13	c cleaning 63016 clauses out of 126056 with flag 4317845/2070001
1374.06/1370.62	c cleaning 64005 clauses out of 128039 with flag 4447852/2135000
1411.23/1407.78	c cleaning 65001 clauses out of 130034 with flag 4579987/2201000
1450.53/1447.06	c cleaning 66002 clauses out of 132034 with flag 4714111/2268001
1492.84/1489.34	c cleaning 67001 clauses out of 134031 with flag 4850122/2336000
1536.83/1533.23	c cleaning 68003 clauses out of 136031 with flag 4988179/2405001
1586.83/1583.25	c cleaning 69004 clauses out of 138027 with flag 5128223/2475000
1649.95/1646.25	c cleaning 69999 clauses out of 140023 with flag 5270241/2546000
1715.33/1711.64	c cleaning 70993 clauses out of 142024 with flag 5414267/2618000
1779.29/1775.41	c cleaning 72005 clauses out of 144034 with flag 5560274/2691003
1800.08/1796.20	c starts		: 185
1800.08/1796.20	c conflicts		: 2728162
1800.08/1796.20	c decisions		: 2867266
1800.08/1796.20	c propagations		: 38201790
1800.08/1796.20	c inspects		: 31943867660
1800.08/1796.20	c shortcuts		: 0
1800.08/1796.20	c learnt literals	: 4
1800.08/1796.20	c learnt binary clauses	: 11
1800.08/1796.20	c learnt ternary clauses	: 15
1800.08/1796.20	c learnt constraints	: 2728158
1800.08/1796.20	c ignored constraints	: 0
1800.08/1796.20	c root simplifications	: 0
1800.08/1796.20	c removed literals (reason simplification)	: 0
1800.08/1796.20	c reason swapping (by a shorter reason)	: 0
1800.08/1796.20	c Calls to reduceDB	: 69
1800.08/1796.20	c Number of update (reduction) of LBD	: 20287
1800.08/1796.20	c Imported unit clauses	: 0
1800.08/1796.20	c number of reductions to clauses (during analyze)	: 0
1800.08/1796.20	c number of learned constraints concerned by reduction	: 0
1800.08/1796.20	c number of learning phase by resolution	: 0
1800.08/1796.20	c number of learning phase by cutting planes	: 0
1800.08/1796.20	c speed (assignments/second)	: 21277.416084860604
1800.08/1796.20	c non guided choices	32985
1800.08/1796.20	c timeout
1800.08/1796.23	c learnt constraints type 
1800.08/1796.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 11
1800.08/1796.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 109178
1800.08/1796.23	s UNKNOWN
1800.08/1796.23	c Total wall clock time (in seconds): 1796.112

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-4103640-1466246101/watcher-4103640-1466246101 -o /tmp/evaluation-result-4103640-1466246101/solver-4103640-1466246101 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466240732-22005 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103640-1466246101.opb 

pid=22854
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.29 2.24 2.19 3/194 22857
/proc/meminfo: memFree=29035120/32872528 swapFree=1542984/1696284
[pid=22857] ppid=22854 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/22857/stat : 22857 (java) R 22854 22857 21988 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 26656717 9515008 184 33554432000 1073741824 1073778376 140736273559968 140736273551192 270707355063 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22857/statm: 2323 184 142 9 0 71 0

[startup+0.100189 s]
/proc/loadavg: 2.29 2.24 2.19 3/194 22857
/proc/meminfo: memFree=29035120/32872528 swapFree=1542984/1696284
[pid=22857] ppid=22854 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/22857/stat : 22857 (java) S 22854 22857 21988 0 -1 4202496 4408 0 1 0 8 1 0 0 20 0 18 0 26656717 9787879424 6040 33554432000 1073741824 1073778376 140736006978720 140736006969856 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22857/statm: 2389619 6040 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200233 s]
/proc/loadavg: 2.29 2.24 2.19 3/194 22857
/proc/meminfo: memFree=29035120/32872528 swapFree=1542984/1696284
[pid=22857] ppid=22854 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/22857/stat : 22857 (java) S 22854 22857 21988 0 -1 4202496 5163 0 1 0 27 1 0 0 20 0 18 0 26656717 9787879424 7132 33554432000 1073741824 1073778376 140736006978720 140736006969856 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22857/statm: 2389619 7132 2219 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.30025 s]
/proc/loadavg: 2.29 2.24 2.19 3/194 22857
/proc/meminfo: memFree=29035120/32872528 swapFree=1542984/1696284
[pid=22857] ppid=22854 vsize=9558476 CPUtime=0.54 cores=1,3,5,7
/proc/22857/stat : 22857 (java) S 22854 22857 21988 0 -1 4202496 7339 0 1 0 52 2 0 0 20 0 18 0 26656717 9787879424 11070 33554432000 1073741824 1073778376 140736006978720 140736006969856 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22857/statm: 2389619 11070 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700274 s]
/proc/loadavg: 2.29 2.24 2.19 3/194 22857
/proc/meminfo: memFree=29035120/32872528 swapFree=1542984/1696284
[pid=22857] ppid=22854 vsize=9558476 CPUtime=1.34 cores=1,3,5,7
/proc/22857/stat : 22857 (java) S 22854 22857 21988 0 -1 4202496 11617 0 1 0 126 8 0 0 20 0 18 0 26656717 9787879424 47308 33554432000 1073741824 1073778376 140736006978720 140736006969856 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22857/statm: 2389619 47308 2268 9 0 2380296 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9558476

[startup+1.5008 s]
/proc/loadavg: 2.29 2.24 2.19 3/213 22876
/proc/meminfo: memFree=28851024/32872528 swapFree=1542984/1696284
[pid=22857] ppid=22854 vsize=9625040 CPUtime=2.52 cores=1,3,5,7
/proc/22857/stat : 22857 (java) S 22854 22857 21988 0 -1 4202496 12792 0 1 0 244 8 0 0 20 0 19 0 26656717 9856040960 47872 33554432000 1073741824 1073778376 140736006978720 140736006969856 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22857/statm: 2406260 47872 2286 9 0 2396937 0
[pid=22857/tid=22859] ppid=22854 vsize=9625040 CPUtime=1.42 cores=1,3,5,7
/proc/22857/task/22859/stat : 22859 (java) R 22854 22857 21988 0 -1 4202560 2482 0 1 0 139 3 0 0 20 0 19 0 26656718 9856040960 47872 33554432000 1073741824 1073778376 140736006978720 140455850005120 140455715760960 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22857/tid=22860] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22860/stat : 22860 (java) S 22854 22857 21988 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 26656719 9856040960 47872 33554432000 1073741824 1073778376 140736006978720 140455839067048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22857/tid=22861] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22861/stat : 22861 (java) S 22854 22857 21988 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 26656719 9856040960 47872 33554432000 1073741824 1073778376 140736006978720 140455838014504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22857/tid=22862] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22862/stat : 22862 (java) S 22854 22857 21988 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 26656719 9856040960 47872 33554432000 1073741824 1073778376 140736006978720 140455836961448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22857/tid=22863] ppid=22854 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/22857/task/22863/stat : 22863 (java) S 22854 22857 21988 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 26656719 9856040960 47872 33554432000 1073741824 1073778376 140736006978720 140455835908904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22857/tid=22864] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22864/stat : 22864 (java) S 22854 22857 21988 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 26656719 9856040960 47872 33554432000 1073741824 1073778376 140736006978720 140455834855848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22857/tid=22865] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22865/stat : 22865 (java) S 22854 22857 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26656719 9856040960 47872 33554432000 1073741824 1073778376 140736006978720 140455833803304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22857/tid=22866] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22866/stat : 22866 (java) S 22854 22857 21988 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 26656719 9856040960 47872 33554432000 1073741824 1073778376 140736006978720 140455687436456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22857/tid=22867] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22867/stat : 22867 (java) S 22854 22857 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26656719 9856040960 47872 33554432000 1073741824 1073778376 140736006978720 140455686383912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22857/tid=22868] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22868/stat : 22868 (java) S 22854 22857 21988 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 26656720 9856040960 47872 33554432000 1073741824 1073778376 140736006978720 140455674186600 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22857/tid=22869] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22869/stat : 22869 (java) S 22854 22857 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26656721 9856040960 47872 33554432000 1073741824 1073778376 140736006978720 140455673132920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22857/tid=22870] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22870/stat : 22870 (java) S 22854 22857 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26656721 9856040960 47872 33554432000 1073741824 1073778376 140736006978720 140455672079752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22857/tid=22871] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22871/stat : 22871 (java) S 22854 22857 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26656723 9856040960 47872 33554432000 1073741824 1073778376 140736006978720 140455671028496 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22857/tid=22872] ppid=22854 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/22857/task/22872/stat : 22872 (java) S 22854 22857 21988 0 -1 4202560 5123 0 0 0 51 0 0 0 20 0 19 0 26656723 9856040960 47872 33554432000 1073741824 1073778376 140736006978720 140455669975352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22857/tid=22873] ppid=22854 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/22857/task/22873/stat : 22873 (java) S 22854 22857 21988 0 -1 4202560 3782 0 0 0 41 0 0 0 20 0 19 0 26656723 9856040960 47872 33554432000 1073741824 1073778376 140736006978720 140455668922808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22857/tid=22874] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22874/stat : 22874 (java) S 22854 22857 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26656723 9856040960 47872 33554432000 1073741824 1073778376 140736006978720 140455667869944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22857/tid=22875] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22875/stat : 22875 (java) S 22854 22857 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26656723 9856040960 47872 33554432000 1073741824 1073778376 140736006978720 140455666817608 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22857/tid=22876] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22876/stat : 22876 (java) S 22854 22857 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26656796 9856040960 47872 33554432000 1073741824 1073778376 140736006978720 140455665763880 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.26 2.24 2.18 3/213 22876
/proc/meminfo: memFree=28849100/32872528 swapFree=1542984/1696284
[pid=22857] ppid=22854 vsize=9625040 CPUtime=4.16 cores=1,3,5,7
/proc/22857/stat : 22857 (java) S 22854 22857 21988 0 -1 4202496 12795 0 1 0 408 8 0 0 20 0 19 0 26656717 9856040960 47873 33554432000 1073741824 1073778376 140736006978720 140736006969856 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22857/statm: 2406260 47873 2286 9 0 2396937 0
[pid=22857/tid=22859] ppid=22854 vsize=9625040 CPUtime=3.02 cores=1,3,5,7
/proc/22857/task/22859/stat : 22859 (java) R 22854 22857 21988 0 -1 4202560 2484 0 1 0 299 3 0 0 20 0 19 0 26656718 9856040960 47873 33554432000 1073741824 1073778376 140736006978720 140455850005032 140455715761420 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22857/tid=22860] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22860/stat : 22860 (java) S 22854 22857 21988 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 26656719 9856040960 47873 33554432000 1073741824 1073778376 140736006978720 140455839067048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22857/tid=22861] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22861/stat : 22861 (java) S 22854 22857 21988 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 26656719 9856040960 47873 33554432000 1073741824 1073778376 140736006978720 140455838014504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22857/tid=22862] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22862/stat : 22862 (java) S 22854 22857 21988 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 26656719 9856040960 47873 33554432000 1073741824 1073778376 140736006978720 140455836961448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22857/tid=22863] ppid=22854 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/22857/task/22863/stat : 22863 (java) S 22854 22857 21988 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 26656719 9856040960 47873 33554432000 1073741824 1073778376 140736006978720 140455835908904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22857/tid=22864] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22864/stat : 22864 (java) S 22854 22857 21988 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 26656719 9856040960 47873 33554432000 1073741824 1073778376 140736006978720 140455834855848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22857/tid=22865] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22865/stat : 22865 (java) S 22854 22857 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26656719 9856040960 47873 33554432000 1073741824 1073778376 140736006978720 140455833803304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22857/tid=22866] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22866/stat : 22866 (java) S 22854 22857 21988 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 26656719 9856040960 47873 33554432000 1073741824 1073778376 140736006978720 140455687436456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22857/tid=22867] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22867/stat : 22867 (java) S 22854 22857 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26656719 9856040960 47873 33554432000 1073741824 1073778376 140736006978720 140455686383912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22857/tid=22868] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22868/stat : 22868 (java) S 22854 22857 21988 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 26656720 9856040960 47873 33554432000 1073741824 1073778376 140736006978720 140455674186600 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22857/tid=22869] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22869/stat : 22869 (java) S 22854 22857 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26656721 9856040960 47873 33554432000 1073741824 1073778376 140736006978720 140455673132920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22857/tid=22870] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22870/stat : 22870 (java) S 22854 22857 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26656721 9856040960 47873 33554432000 1073741824 1073778376 140736006978720 140455672079752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22857/tid=22871] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22871/stat : 22871 (java) S 22854 22857 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26656723 9856040960 47873 33554432000 1073741824 1073778376 140736006978720 140455671028496 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22857/tid=22872] ppid=22854 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/22857/task/22872/stat : 22872 (java) S 22854 22857 21988 0 -1 4202560 5123 0 0 0 53 0 0 0 20 0 19 0 26656723 9856040960 47873 33554432000 1073741824 1073778376 140736006978720 140455669975352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22857/tid=22873] ppid=22854 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/22857/task/22873/stat : 22873 (java) S 22854 22857 21988 0 -1 4202560 3782 0 0 0 44 0 0 0 20 0 19 0 26656723 9856040960 47873 33554432000 1073741824 1073778376 140736006978720 140455668922808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22857/tid=22874] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22874/stat : 22874 (java) S 22854 22857 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26656723 9856040960 47873 33554432000 1073741824 1073778376 140736006978720 140455667869944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22857/tid=22875] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22875/stat : 22875 (java) S 22854 22857 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26656723 9856040960 47873 33554432000 1073741824 1073778376 140736006978720 140455666817608 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22857/tid=22876] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22876/stat : 22876 (java) S 22854 22857 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26656796 9856040960 47873 33554432000 1073741824 1073778376 140736006978720 140455665763880 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 9625040

[startup+6.30088 s]
/proc/loadavg: 2.26 2.24 2.18 4/213 22942
/proc/meminfo: memFree=29867804/32872528 swapFree=1542984/1696284
[pid=22857] ppid=22854 vsize=9625040 CPUtime=7.48 cores=1,3,5,7
/proc/22857/stat : 22857 (java) S 22854 22857 21988 0 -1 4202496 13265 0 1 0 736 12 0 0 20 0 19 0 26656717 9856040960 56220 33554432000 1073741824 1073778376 140736006978720 140736006969856 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22857/statm: 2406260 56220 2286 9 0 2396937 0
[pid=22857/tid=22859] ppid=22854 vsize=9625040 CPUtime=6.16 cores=1,3,5,7
/proc/22857/task/22859/stat : 22859 (java) R 22854 22857 21988 0 -1 4202560 2487 0 1 0 613 3 0 0 20 0 19 0 26656718 9856040960 56220 33554432000 1073741824 1073778376 140736006978720 140455850002952 140455715719684 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22857/tid=22860] ppid=22854 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/22857/task/22860/stat : 22860 (java) S 22854 22857 21988 0 -1 4202560 107 0 0 0 1 0 0 0 20 0 19 0 26656719 9856040960 56220 33554432000 1073741824 1073778376 140736006978720 140455839067048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22857/tid=22861] ppid=22854 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/22857/task/22861/stat : 22861 (java) S 22854 22857 21988 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 26656719 9856040960 56220 33554432000 1073741824 1073778376 140736006978720 140455838014504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22857/tid=22862] ppid=22854 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/22857/task/22862/stat : 22862 (java) S 22854 22857 21988 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 26656719 9856040960 56220 33554432000 1073741824 1073778376 140736006978720 140455836961448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22857/tid=22863] ppid=22854 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/22857/task/22863/stat : 22863 (java) S 22854 22857 21988 0 -1 4202560 132 0 0 0 3 3 0 0 20 0 19 0 26656719 9856040960 56220 33554432000 1073741824 1073778376 140736006978720 140455835908904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22857/tid=22864] ppid=22854 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/22857/task/22864/stat : 22864 (java) S 22854 22857 21988 0 -1 4202560 104 0 0 0 3 1 0 0 20 0 19 0 26656719 9856040960 56220 33554432000 1073741824 1073778376 140736006978720 140455834855848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22857/tid=22865] ppid=22854 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/22857/task/22865/stat : 22865 (java) S 22854 22857 21988 0 -1 4202560 27 0 0 0 1 0 0 0 20 0 19 0 26656719 9856040960 56220 33554432000 1073741824 1073778376 140736006978720 140455833803304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22857/tid=22866] ppid=22854 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/22857/task/22866/stat : 22866 (java) S 22854 22857 21988 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 26656719 9856040960 56220 33554432000 1073741824 1073778376 140736006978720 140455687436456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22857/tid=22867] ppid=22854 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/22857/task/22867/stat : 22867 (java) S 22854 22857 21988 0 -1 4202560 128 0 0 0 2 0 0 0 20 0 19 0 26656719 9856040960 56220 33554432000 1073741824 1073778376 140736006978720 140455686383912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22857/tid=22868] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22868/stat : 22868 (java) S 22854 22857 21988 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 26656720 9856040960 56220 33554432000 1073741824 1073778376 140736006978720 140455674186600 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22857/tid=22869] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22869/stat : 22869 (java) S 22854 22857 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26656721 9856040960 56220 33554432000 1073741824 1073778376 140736006978720 140455673132920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22857/tid=22870] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22870/stat : 22870 (java) S 22854 22857 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26656721 9856040960 56220 33554432000 1073741824 1073778376 140736006978720 140455672079752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22857/tid=22871] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22871/stat : 22871 (java) S 22854 22857 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26656723 9856040960 56220 33554432000 1073741824 1073778376 140736006978720 140455671028496 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22857/tid=22872] ppid=22854 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/22857/task/22872/stat : 22872 (java) S 22854 22857 21988 0 -1 4202560 5123 0 0 0 54 0 0 0 20 0 19 0 26656723 9856040960 56220 33554432000 1073741824 1073778376 140736006978720 140455669975352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22857/tid=22873] ppid=22854 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/22857/task/22873/stat : 22873 (java) S 22854 22857 21988 0 -1 4202560 3782 0 0 0 44 0 0 0 20 0 19 0 26656723 9856040960 56220 33554432000 1073741824 1073778376 140736006978720 140455668922808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22857/tid=22874] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22874/stat : 22874 (java) S 22854 22857 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26656723 9856040960 56220 33554432000 1073741824 1073778376 140736006978720 140455667869944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22857/tid=22875] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22875/stat : 22875 (java) S 22854 22857 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26656723 9856040960 56220 33554432000 1073741824 1073778376 140736006978720 140455666817608 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22857/tid=22876] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22876/stat : 22876 (java) S 22854 22857 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26656796 9856040960 56220 33554432000 1073741824 1073778376 140736006978720 140455665763880 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.48
Current children cumulated vsize (KiB) 9625040


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

[pid=22857/tid=22876] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22876/stat : 22876 (java) S 22854 22857 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26656796 9856040960 327606 33554432000 1073741824 1073778376 140736006978720 140455665763880 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1666.04
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.38 2.30 2.22 3/213 23008
/proc/meminfo: memFree=28630228/32872528 swapFree=1542984/1696284
[pid=22857] ppid=22854 vsize=9625040 CPUtime=1726.03 cores=1,3,5,7
/proc/22857/stat : 22857 (java) S 22854 22857 21988 0 -1 4202496 26262 0 1 0 172496 107 0 0 20 0 19 0 26656717 9856040960 327606 33554432000 1073741824 1073778376 140736006978720 140736006969856 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22857/statm: 2406260 327606 2295 9 0 2396937 0
[pid=22857/tid=22859] ppid=22854 vsize=9625040 CPUtime=1716.57 cores=1,3,5,7
/proc/22857/task/22859/stat : 22859 (java) R 22854 22857 21988 0 -1 4202560 3539 0 1 0 171615 42 0 0 20 0 19 0 26656718 9856040960 327606 33554432000 1073741824 1073778376 140736006978720 140455849995968 140455715990476 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22857/tid=22860] ppid=22854 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/22857/task/22860/stat : 22860 (java) S 22854 22857 21988 0 -1 4202560 427 0 0 0 28 8 0 0 20 0 19 0 26656719 9856040960 327606 33554432000 1073741824 1073778376 140736006978720 140455839067048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22857/tid=22861] ppid=22854 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/22857/task/22861/stat : 22861 (java) S 22854 22857 21988 0 -1 4202560 198 0 0 0 28 7 0 0 20 0 19 0 26656719 9856040960 327606 33554432000 1073741824 1073778376 140736006978720 140455838014504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22857/tid=22862] ppid=22854 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/22857/task/22862/stat : 22862 (java) S 22854 22857 21988 0 -1 4202560 271 0 0 0 21 6 0 0 20 0 19 0 26656719 9856040960 327606 33554432000 1073741824 1073778376 140736006978720 140455836961448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22857/tid=22863] ppid=22854 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/22857/task/22863/stat : 22863 (java) S 22854 22857 21988 0 -1 4202560 472 0 0 0 31 9 0 0 20 0 19 0 26656719 9856040960 327606 33554432000 1073741824 1073778376 140736006978720 140455835908904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22857/tid=22864] ppid=22854 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/22857/task/22864/stat : 22864 (java) S 22854 22857 21988 0 -1 4202560 387 0 0 0 36 11 0 0 20 0 19 0 26656719 9856040960 327606 33554432000 1073741824 1073778376 140736006978720 140455834855848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22857/tid=22865] ppid=22854 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/22857/task/22865/stat : 22865 (java) S 22854 22857 21988 0 -1 4202560 282 0 0 0 21 5 0 0 20 0 19 0 26656719 9856040960 327606 33554432000 1073741824 1073778376 140736006978720 140455833803304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22857/tid=22866] ppid=22854 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/22857/task/22866/stat : 22866 (java) S 22854 22857 21988 0 -1 4202560 204 0 0 0 19 7 0 0 20 0 19 0 26656719 9856040960 327606 33554432000 1073741824 1073778376 140736006978720 140455687436456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22857/tid=22867] ppid=22854 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/22857/task/22867/stat : 22867 (java) S 22854 22857 21988 0 -1 4202560 296 0 0 0 23 6 0 0 20 0 19 0 26656719 9856040960 327606 33554432000 1073741824 1073778376 140736006978720 140455686383912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22857/tid=22868] ppid=22854 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/22857/task/22868/stat : 22868 (java) S 22854 22857 21988 0 -1 4202560 619 0 0 0 38 2 0 0 20 0 19 0 26656720 9856040960 327606 33554432000 1073741824 1073778376 140736006978720 140455674186600 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22857/tid=22869] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22869/stat : 22869 (java) S 22854 22857 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26656721 9856040960 327606 33554432000 1073741824 1073778376 140736006978720 140455673132920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22857/tid=22870] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22870/stat : 22870 (java) S 22854 22857 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26656721 9856040960 327606 33554432000 1073741824 1073778376 140736006978720 140455672079752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22857/tid=22871] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22871/stat : 22871 (java) S 22854 22857 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26656723 9856040960 327606 33554432000 1073741824 1073778376 140736006978720 140455671028496 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22857/tid=22872] ppid=22854 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/22857/task/22872/stat : 22872 (java) S 22854 22857 21988 0 -1 4202560 14418 0 0 0 114 2 0 0 20 0 19 0 26656723 9856040960 327606 33554432000 1073741824 1073778376 140736006978720 140455669975352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22857/tid=22873] ppid=22854 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/22857/task/22873/stat : 22873 (java) S 22854 22857 21988 0 -1 4202560 3792 0 0 0 48 0 0 0 20 0 19 0 26656723 9856040960 327606 33554432000 1073741824 1073778376 140736006978720 140455668922808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22857/tid=22874] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22874/stat : 22874 (java) S 22854 22857 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26656723 9856040960 327606 33554432000 1073741824 1073778376 140736006978720 140455667869944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22857/tid=22875] ppid=22854 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/22857/task/22875/stat : 22875 (java) S 22854 22857 21988 0 -1 4202560 99 0 0 0 23 38 0 0 20 0 19 0 26656723 9856040960 327606 33554432000 1073741824 1073778376 140736006978720 140455666817608 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22857/tid=22876] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22876/stat : 22876 (java) S 22854 22857 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26656796 9856040960 327606 33554432000 1073741824 1073778376 140736006978720 140455665763880 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1726.03
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.24 2.27 2.21 3/213 23009
/proc/meminfo: memFree=28649588/32872528 swapFree=1542984/1696284
[pid=22857] ppid=22854 vsize=9625040 CPUtime=1786.18 cores=1,3,5,7
/proc/22857/stat : 22857 (java) S 22854 22857 21988 0 -1 4202496 26321 0 1 0 178508 110 0 0 20 0 19 0 26656717 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140736006969856 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22857/statm: 2406260 322925 2295 9 0 2396937 0
[pid=22857/tid=22859] ppid=22854 vsize=9625040 CPUtime=1776.17 cores=1,3,5,7
/proc/22857/task/22859/stat : 22859 (java) R 22854 22857 21988 0 -1 4202560 3540 0 1 0 177575 42 0 0 20 0 19 0 26656718 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140455849995968 140455715815183 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22857/tid=22860] ppid=22854 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/22857/task/22860/stat : 22860 (java) S 22854 22857 21988 0 -1 4202560 433 0 0 0 29 8 0 0 20 0 19 0 26656719 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140455839067048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22857/tid=22861] ppid=22854 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/22857/task/22861/stat : 22861 (java) S 22854 22857 21988 0 -1 4202560 200 0 0 0 30 7 0 0 20 0 19 0 26656719 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140455838014504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22857/tid=22862] ppid=22854 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/22857/task/22862/stat : 22862 (java) S 22854 22857 21988 0 -1 4202560 271 0 0 0 23 6 0 0 20 0 19 0 26656719 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140455836961448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22857/tid=22863] ppid=22854 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/22857/task/22863/stat : 22863 (java) S 22854 22857 21988 0 -1 4202560 480 0 0 0 35 9 0 0 20 0 19 0 26656719 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140455835908904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22857/tid=22864] ppid=22854 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/22857/task/22864/stat : 22864 (java) S 22854 22857 21988 0 -1 4202560 390 0 0 0 37 11 0 0 20 0 19 0 26656719 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140455834855848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22857/tid=22865] ppid=22854 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/22857/task/22865/stat : 22865 (java) S 22854 22857 21988 0 -1 4202560 289 0 0 0 25 6 0 0 20 0 19 0 26656719 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140455833803304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22857/tid=22866] ppid=22854 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/22857/task/22866/stat : 22866 (java) S 22854 22857 21988 0 -1 4202560 206 0 0 0 20 7 0 0 20 0 19 0 26656719 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140455687436456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22857/tid=22867] ppid=22854 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/22857/task/22867/stat : 22867 (java) S 22854 22857 21988 0 -1 4202560 296 0 0 0 25 6 0 0 20 0 19 0 26656719 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140455686383912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22857/tid=22868] ppid=22854 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/22857/task/22868/stat : 22868 (java) S 22854 22857 21988 0 -1 4202560 645 0 0 0 56 2 0 0 20 0 19 0 26656720 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140455674186600 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22857/tid=22869] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22869/stat : 22869 (java) S 22854 22857 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26656721 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140455673132920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22857/tid=22870] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22870/stat : 22870 (java) S 22854 22857 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26656721 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140455672079752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22857/tid=22871] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22871/stat : 22871 (java) S 22854 22857 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26656723 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140455671028496 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22857/tid=22872] ppid=22854 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/22857/task/22872/stat : 22872 (java) S 22854 22857 21988 0 -1 4202560 14418 0 0 0 114 2 0 0 20 0 19 0 26656723 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140455669975352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22857/tid=22873] ppid=22854 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/22857/task/22873/stat : 22873 (java) S 22854 22857 21988 0 -1 4202560 3792 0 0 0 48 0 0 0 20 0 19 0 26656723 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140455668922808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22857/tid=22874] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22874/stat : 22874 (java) S 22854 22857 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26656723 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140455667869944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22857/tid=22875] ppid=22854 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/22857/task/22875/stat : 22875 (java) S 22854 22857 21988 0 -1 4202560 103 0 0 0 25 39 0 0 20 0 19 0 26656723 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140455666817608 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22857/tid=22876] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22876/stat : 22876 (java) S 22854 22857 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26656796 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140455665763880 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1786.18
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.2 s]
/proc/loadavg: 2.20 2.26 2.21 3/213 23009
/proc/meminfo: memFree=28649840/32872528 swapFree=1542984/1696284
[pid=22857] ppid=22854 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/22857/stat : 22857 (java) S 22854 22857 21988 0 -1 4202496 26321 0 1 0 179898 110 0 0 20 0 19 0 26656717 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140736006969856 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22857/statm: 2406260 322925 2295 9 0 2396937 0
[pid=22857/tid=22859] ppid=22854 vsize=9625040 CPUtime=1790.03 cores=1,3,5,7
/proc/22857/task/22859/stat : 22859 (java) R 22854 22857 21988 0 -1 4202560 3540 0 1 0 178960 43 0 0 20 0 19 0 26656718 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140455849995968 140455715990456 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22857/tid=22860] ppid=22854 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/22857/task/22860/stat : 22860 (java) S 22854 22857 21988 0 -1 4202560 433 0 0 0 29 8 0 0 20 0 19 0 26656719 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140455839067048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22857/tid=22861] ppid=22854 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/22857/task/22861/stat : 22861 (java) S 22854 22857 21988 0 -1 4202560 200 0 0 0 30 7 0 0 20 0 19 0 26656719 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140455838014504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22857/tid=22862] ppid=22854 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/22857/task/22862/stat : 22862 (java) S 22854 22857 21988 0 -1 4202560 271 0 0 0 23 6 0 0 20 0 19 0 26656719 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140455836961448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22857/tid=22863] ppid=22854 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/22857/task/22863/stat : 22863 (java) S 22854 22857 21988 0 -1 4202560 480 0 0 0 35 9 0 0 20 0 19 0 26656719 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140455835908904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22857/tid=22864] ppid=22854 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/22857/task/22864/stat : 22864 (java) S 22854 22857 21988 0 -1 4202560 390 0 0 0 37 11 0 0 20 0 19 0 26656719 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140455834855848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22857/tid=22865] ppid=22854 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/22857/task/22865/stat : 22865 (java) S 22854 22857 21988 0 -1 4202560 289 0 0 0 25 6 0 0 20 0 19 0 26656719 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140455833803304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22857/tid=22866] ppid=22854 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/22857/task/22866/stat : 22866 (java) S 22854 22857 21988 0 -1 4202560 206 0 0 0 20 7 0 0 20 0 19 0 26656719 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140455687436456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22857/tid=22867] ppid=22854 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/22857/task/22867/stat : 22867 (java) S 22854 22857 21988 0 -1 4202560 296 0 0 0 25 6 0 0 20 0 19 0 26656719 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140455686383912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22857/tid=22868] ppid=22854 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/22857/task/22868/stat : 22868 (java) S 22854 22857 21988 0 -1 4202560 645 0 0 0 56 2 0 0 20 0 19 0 26656720 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140455674186600 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22857/tid=22869] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22869/stat : 22869 (java) S 22854 22857 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26656721 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140455673132920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22857/tid=22870] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22870/stat : 22870 (java) S 22854 22857 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26656721 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140455672079752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22857/tid=22871] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22871/stat : 22871 (java) S 22854 22857 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26656723 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140455671028496 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22857/tid=22872] ppid=22854 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/22857/task/22872/stat : 22872 (java) S 22854 22857 21988 0 -1 4202560 14418 0 0 0 114 2 0 0 20 0 19 0 26656723 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140455669975352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22857/tid=22873] ppid=22854 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/22857/task/22873/stat : 22873 (java) S 22854 22857 21988 0 -1 4202560 3792 0 0 0 48 0 0 0 20 0 19 0 26656723 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140455668922808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22857/tid=22874] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22874/stat : 22874 (java) S 22854 22857 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26656723 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140455667869944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22857/tid=22875] ppid=22854 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/22857/task/22875/stat : 22875 (java) S 22854 22857 21988 0 -1 4202560 103 0 0 0 25 39 0 0 20 0 19 0 26656723 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140455666817608 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22857/tid=22876] ppid=22854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22857/task/22876/stat : 22876 (java) S 22854 22857 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26656796 9856040960 322925 33554432000 1073741824 1073778376 140736006978720 140455665763880 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 22857 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 22857 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=438203
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=612754
# CPU time returned by wait4() is 1796.05
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.24
CPU time (s): 1800.08
CPU user time (s): 1798.98
CPU system time (s): 1.1
CPU usage (%): 100.214
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.44
system time used= 1.61275
maximum resident set size= 1482220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26355
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38460
involuntary context switches= 11245

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.5961 second user time and 16.7505 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-18 12:35:01
IDJOB=4103640
IDBENCH=2415
IDSOLVER=2546
FILE ID=node125/4103640-1466246101
RUNJOBID= node125-1466240732-22005
PBS_JOBID= 19918195
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-grow22.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103640-1466246101/watcher-4103640-1466246101 -o /tmp/evaluation-result-4103640-1466246101/solver-4103640-1466246101 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466240732-22005 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103640-1466246101.opb

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

MD5SUM BENCH= 459c1d0101a0e61c9c386c9d02f149df
RANDOM SEED=1689247357

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
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:        29035120 kB
Buffers:          120144 kB
Cached:           152840 kB
SwapCached:          688 kB
Active:          1202948 kB
Inactive:         191640 kB
Active(anon):    1121620 kB
Inactive(anon):     2852 kB
Active(file):      81328 kB
Inactive(file):   188788 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098232 kB
Dirty:              3148 kB
Writeback:             0 kB
AnonPages:       2825868 kB
Mapped:            15292 kB
Shmem:                 0 kB
Slab:             603272 kB
SReclaimable:      46800 kB
SUnreclaim:       556472 kB
KernelStack:        1600 kB
PageTables:         9944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3791236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1249280 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= 71740 MiB
End job on node125 at 2016-06-18 13:04:57