Trace number 4116409

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.68 1797.64

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size80-round23-6.opb
MD5SUMd31ee2a1ee22cc14c8f96bf686217001
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9456
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)368
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4116409-1466968604.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  no objective function found
0.67/0.42	c ... done. Wall clock time 0.305s.
0.67/0.42	c declared #vars     4288
0.67/0.42	c #constraints  10720
0.67/0.42	c constraints type 
0.67/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.67/0.42	c org.sat4j.specs.Constr$1 => 856
0.67/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.67/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 456
0.67/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.67/0.42	c 10720 constraints processed.
1.74/1.13	c cleaning 2495 clauses out of 4998 with flag 14981/5000
2.40/1.78	c cleaning 4242 clauses out of 8503 with flag 37741/11000
3.20/2.55	c cleaning 5616 clauses out of 11261 with flag 65144/18000
4.12/3.43	c cleaning 6790 clauses out of 13645 with flag 98498/26000
5.12/4.47	c cleaning 7924 clauses out of 15856 with flag 136502/35001
6.32/5.64	c cleaning 8937 clauses out of 17931 with flag 181446/45000
7.72/7.00	c cleaning 9992 clauses out of 19995 with flag 230439/56001
9.12/8.46	c cleaning 10986 clauses out of 22002 with flag 287852/68000
10.81/10.10	c cleaning 11972 clauses out of 24016 with flag 349544/81000
12.52/11.87	c cleaning 13010 clauses out of 26044 with flag 419326/95000
14.42/13.72	c cleaning 14016 clauses out of 28035 with flag 495254/110001
16.43/15.77	c cleaning 14969 clauses out of 30018 with flag 579702/126000
18.73/18.05	c cleaning 16018 clauses out of 32049 with flag 668129/143000
21.13/20.46	c cleaning 16992 clauses out of 34033 with flag 764080/161002
23.73/23.05	c cleaning 18009 clauses out of 36039 with flag 868864/180000
26.53/25.84	c cleaning 18990 clauses out of 38033 with flag 978523/200003
29.43/28.74	c cleaning 20001 clauses out of 40042 with flag 1095692/221002
32.63/31.97	c cleaning 20995 clauses out of 42039 with flag 1218257/243000
36.03/35.31	c cleaning 22008 clauses out of 44044 with flag 1349939/266000
39.73/39.07	c cleaning 23010 clauses out of 46038 with flag 1487004/290002
43.64/42.98	c cleaning 23985 clauses out of 48027 with flag 1631562/315001
47.74/47.08	c cleaning 25009 clauses out of 50042 with flag 1780783/341001
52.03/51.35	c cleaning 25984 clauses out of 52032 with flag 1938508/368000
56.58/55.87	c cleaning 26984 clauses out of 54048 with flag 2100898/396000
60.98/60.23	c cleaning 28012 clauses out of 56064 with flag 2271199/425000
65.59/64.84	c cleaning 29022 clauses out of 58052 with flag 2448105/455000
70.39/69.63	c cleaning 29988 clauses out of 60030 with flag 2632100/486000
75.49/74.77	c cleaning 30998 clauses out of 62044 with flag 2823546/518002
80.79/80.08	c cleaning 32014 clauses out of 64044 with flag 3020663/551000
86.59/85.81	c cleaning 33008 clauses out of 66031 with flag 3221964/585001
92.28/91.55	c cleaning 33969 clauses out of 68022 with flag 3432154/620000
98.48/97.73	c cleaning 35021 clauses out of 70053 with flag 3646158/656000
104.98/104.28	c cleaning 36003 clauses out of 72032 with flag 3864318/693000
111.78/111.02	c cleaning 36982 clauses out of 74030 with flag 4090935/731001
118.68/117.93	c cleaning 37993 clauses out of 76047 with flag 4327249/770000
126.09/125.33	c cleaning 38999 clauses out of 78056 with flag 4568155/810002
133.79/133.02	c cleaning 39976 clauses out of 80055 with flag 4819304/851000
141.79/141.02	c cleaning 41025 clauses out of 82080 with flag 5075743/893001
150.14/149.34	c cleaning 41991 clauses out of 84055 with flag 5340398/936001
158.45/157.66	c cleaning 43031 clauses out of 86063 with flag 5606792/980000
166.96/166.19	c cleaning 44002 clauses out of 88033 with flag 5881524/1025001
175.76/174.94	c cleaning 45006 clauses out of 90033 with flag 6161870/1071003
184.66/183.89	c cleaning 45942 clauses out of 92025 with flag 6451085/1118001
194.05/193.26	c cleaning 47012 clauses out of 94082 with flag 6750872/1166000
203.96/203.11	c cleaning 48014 clauses out of 96070 with flag 7051653/1215000
214.06/213.24	c cleaning 48986 clauses out of 98056 with flag 7360778/1265000
224.56/223.74	c cleaning 49996 clauses out of 100070 with flag 7679803/1316000
235.36/234.56	c cleaning 51027 clauses out of 102074 with flag 8002838/1368000
246.66/245.82	c cleaning 52009 clauses out of 104047 with flag 8336198/1421000
258.34/257.43	c cleaning 52992 clauses out of 106039 with flag 8668443/1475001
270.03/269.11	c cleaning 54014 clauses out of 108046 with flag 9010143/1530000
281.84/280.94	c cleaning 54994 clauses out of 110032 with flag 9358052/1586000
294.34/293.41	c cleaning 55966 clauses out of 112038 with flag 9712751/1643000
307.04/306.12	c cleaning 57025 clauses out of 114074 with flag 10074239/1701002
320.24/319.36	c cleaning 58006 clauses out of 116047 with flag 10442211/1760000
334.05/333.19	c cleaning 58999 clauses out of 118041 with flag 10815494/1820000
348.35/347.47	c cleaning 59991 clauses out of 120043 with flag 11196404/1881001
362.86/361.97	c cleaning 61014 clauses out of 122051 with flag 11579691/1943000
377.59/376.65	c cleaning 62004 clauses out of 124038 with flag 11976967/2006001
392.19/391.25	c cleaning 62974 clauses out of 126033 with flag 12373646/2070000
407.30/406.37	c cleaning 64011 clauses out of 128062 with flag 12773826/2135003
422.92/421.90	c cleaning 64960 clauses out of 130048 with flag 13188635/2201000
439.03/438.04	c cleaning 65993 clauses out of 132088 with flag 13603456/2268000
455.83/454.84	c cleaning 67031 clauses out of 134097 with flag 14024729/2336002
472.84/471.88	c cleaning 68011 clauses out of 136064 with flag 14460000/2405000
490.55/489.57	c cleaning 68971 clauses out of 138053 with flag 14898623/2475000
508.65/507.55	c cleaning 69993 clauses out of 140082 with flag 15342021/2546000
526.85/525.79	c cleaning 71022 clauses out of 142089 with flag 15789408/2618000
546.36/545.26	c cleaning 71993 clauses out of 144068 with flag 16239418/2691001
566.26/565.14	c cleaning 72990 clauses out of 146075 with flag 16694645/2765001
586.17/585.06	c cleaning 74028 clauses out of 148084 with flag 17164272/2840000
606.57/605.48	c cleaning 75016 clauses out of 150057 with flag 17631784/2916001
627.98/626.82	c cleaning 76008 clauses out of 152040 with flag 18103807/2993000
649.31/648.02	c cleaning 76962 clauses out of 154032 with flag 18589382/3071000
671.11/669.81	c cleaning 78016 clauses out of 156070 with flag 19078314/3150000
694.01/692.70	c cleaning 79012 clauses out of 158057 with flag 19573895/3230003
717.32/716.02	c cleaning 79984 clauses out of 160042 with flag 20070950/3311000
741.12/739.82	c cleaning 81003 clauses out of 162058 with flag 20587576/3393000
765.42/764.17	c cleaning 82003 clauses out of 164055 with flag 21099041/3476000
789.83/788.40	c cleaning 82983 clauses out of 166052 with flag 21617098/3560000
814.43/813.04	c cleaning 83996 clauses out of 168069 with flag 22146591/3645000
839.74/838.37	c cleaning 85033 clauses out of 170074 with flag 22676373/3731001
865.34/863.98	c cleaning 85986 clauses out of 172040 with flag 23212904/3818000
891.84/890.49	c cleaning 87028 clauses out of 174055 with flag 23754849/3906001
919.21/917.63	c cleaning 88014 clauses out of 176027 with flag 24304644/3995001
946.71/945.19	c cleaning 88948 clauses out of 178014 with flag 24863856/4085002
975.01/973.49	c cleaning 90017 clauses out of 180064 with flag 25428076/4176000
1004.12/1002.54	c cleaning 90980 clauses out of 182047 with flag 25997547/4268000
1033.84/1032.27	c cleaning 91986 clauses out of 184067 with flag 26568640/4361000
1063.94/1062.28	c cleaning 93030 clauses out of 186081 with flag 27146292/4455000
1094.95/1093.24	c cleaning 94007 clauses out of 188052 with flag 27727066/4550001
1126.85/1125.12	c cleaning 95009 clauses out of 190044 with flag 28317635/4646000
1158.84/1157.12	c cleaning 95965 clauses out of 192036 with flag 28920662/4743001
1191.66/1189.88	c cleaning 97017 clauses out of 194070 with flag 29524026/4841000
1224.98/1223.20	c cleaning 98001 clauses out of 196054 with flag 30134446/4940001
1258.89/1257.00	c cleaning 99010 clauses out of 198052 with flag 30751827/5040000
1293.69/1291.90	c cleaning 99997 clauses out of 200042 with flag 31375116/5141000
1328.78/1326.74	c cleaning 101009 clauses out of 202045 with flag 32003686/5243000
1365.39/1363.33	c cleaning 101978 clauses out of 204036 with flag 32635704/5346000
1400.89/1398.84	c cleaning 102983 clauses out of 206058 with flag 33282998/5450000
1438.50/1436.44	c cleaning 104002 clauses out of 208076 with flag 33934157/5555001
1476.53/1474.32	c cleaning 105013 clauses out of 210073 with flag 34582061/5661000
1514.94/1512.73	c cleaning 105998 clauses out of 212061 with flag 35239588/5768001
1555.35/1553.15	c cleaning 107016 clauses out of 214062 with flag 35906182/5876000
1595.86/1593.63	c cleaning 107997 clauses out of 216047 with flag 36575982/5985001
1636.24/1633.96	c cleaning 109021 clauses out of 218050 with flag 37248329/6095001
1677.65/1675.33	c cleaning 109986 clauses out of 220028 with flag 37928878/6206000
1719.64/1717.30	c cleaning 111007 clauses out of 222042 with flag 38616011/6318000
1763.13/1760.77	c cleaning 111999 clauses out of 224038 with flag 39312021/6431003
1800.05/1797.60	c starts		: 47959
1800.05/1797.60	c conflicts		: 6531571
1800.05/1797.60	c decisions		: 64736867
1800.05/1797.60	c propagations		: 891234808
1800.05/1797.60	c inspects		: 23457931831
1800.05/1797.60	c shortcuts		: 0
1800.05/1797.60	c learnt literals	: 2
1800.05/1797.60	c learnt binary clauses	: 36
1800.05/1797.60	c learnt ternary clauses	: 523
1800.05/1797.60	c learnt constraints	: 6531569
1800.05/1797.60	c ignored constraints	: 0
1800.05/1797.60	c root simplifications	: 0
1800.05/1797.60	c removed literals (reason simplification)	: 0
1800.05/1797.60	c reason swapping (by a shorter reason)	: 0
1800.05/1797.60	c Calls to reduceDB	: 109
1800.05/1797.60	c Number of update (reduction) of LBD	: 1348988
1800.05/1797.60	c Imported unit clauses	: 0
1800.05/1797.60	c number of reductions to clauses (during analyze)	: 0
1800.05/1797.60	c number of learned constraints concerned by reduction	: 0
1800.05/1797.60	c number of learning phase by resolution	: 0
1800.05/1797.60	c number of learning phase by cutting planes	: 0
1800.05/1797.60	c speed (assignments/second)	: 495909.57793689193
1800.05/1797.60	c non guided choices	30751
1800.05/1797.60	c timeout
1800.05/1797.63	c learnt constraints type 
1800.05/1797.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 36
1800.05/1797.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 212571
1800.05/1797.63	s UNKNOWN
1800.05/1797.63	c Total wall clock time (in seconds): 1797.513

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-4116409-1466968604/watcher-4116409-1466968604 -o /tmp/evaluation-result-4116409-1466968604/solver-4116409-1466968604 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466956013-23992 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4116409-1466968604.opb 

pid=25317
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.30 2.23 3/173 25323
/proc/meminfo: memFree=30369104/32872528 swapFree=1392268/1580316
[pid=25323] ppid=25317 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/25323/stat : 25323 (java) R 25317 25323 23975 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 29897604 278528 33 33554432000 1073741824 1073778376 140735338070400 140736341695592 248781040821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25323/statm: 84 37 29 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 2.29 2.30 2.23 3/173 25323
/proc/meminfo: memFree=30369104/32872528 swapFree=1392268/1580316
[pid=25323] ppid=25317 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/25323/stat : 25323 (java) S 25317 25323 23975 0 -1 4202496 4423 0 1 0 7 1 0 0 20 0 18 0 29897604 9787879424 5528 33554432000 1073741824 1073778376 140735338070400 140735338061536 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25323/statm: 2389619 5528 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 2.29 2.30 2.23 3/173 25323
/proc/meminfo: memFree=30369104/32872528 swapFree=1392268/1580316
[pid=25323] ppid=25317 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/25323/stat : 25323 (java) S 25317 25323 23975 0 -1 4202496 4718 0 1 0 23 2 0 0 20 0 18 0 29897604 9787879424 6784 33554432000 1073741824 1073778376 140735338070400 140735338061536 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25323/statm: 2389619 6785 2212 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300219 s]
/proc/loadavg: 2.29 2.30 2.23 3/173 25323
/proc/meminfo: memFree=30369104/32872528 swapFree=1392268/1580316
[pid=25323] ppid=25317 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/25323/stat : 25323 (java) S 25317 25323 23975 0 -1 4202496 5814 0 1 0 45 2 0 0 20 0 18 0 29897604 9787879424 8463 33554432000 1073741824 1073778376 140735338070400 140735338061536 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25323/statm: 2389619 8463 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700186 s]
/proc/loadavg: 2.29 2.30 2.23 3/173 25323
/proc/meminfo: memFree=30369104/32872528 swapFree=1392268/1580316
[pid=25323] ppid=25317 vsize=9625040 CPUtime=1.31 cores=1,3,5,7
/proc/25323/stat : 25323 (java) S 25317 25323 23975 0 -1 4202496 8706 0 1 0 128 3 0 0 20 0 19 0 29897604 9856040960 15703 33554432000 1073741824 1073778376 140735338070400 140735338061536 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25323/statm: 2406260 15703 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9625040

[startup+1.50065 s]
/proc/loadavg: 2.29 2.30 2.23 4/213 25383
/proc/meminfo: memFree=30255544/32872528 swapFree=1392268/1580316
[pid=25323] ppid=25317 vsize=9625040 CPUtime=2.17 cores=1,3,5,7
/proc/25323/stat : 25323 (java) S 25317 25323 23975 0 -1 4202496 8808 0 1 0 214 3 0 0 20 0 19 0 29897604 9856040960 16222 33554432000 1073741824 1073778376 140735338070400 140735338061536 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25323/statm: 2406260 16222 2269 9 0 2396937 0
[pid=25323/tid=25325] ppid=25317 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/25323/task/25325/stat : 25325 (java) R 25317 25323 23975 0 -1 4202560 2448 0 1 0 143 3 0 0 20 0 19 0 29897605 9856040960 16222 33554432000 1073741824 1073778376 140735338070400 140238829375768 140238685556280 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25323/tid=25329] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25329/stat : 25329 (java) S 25317 25323 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897607 9856040960 16222 33554432000 1073741824 1073778376 140735338070400 140238807476904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25330] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25330/stat : 25330 (java) S 25317 25323 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897607 9856040960 16222 33554432000 1073741824 1073778376 140735338070400 140238806424360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25323/tid=25331] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25331/stat : 25331 (java) S 25317 25323 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897607 9856040960 16222 33554432000 1073741824 1073778376 140735338070400 140238805371816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25323/tid=25332] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25332/stat : 25332 (java) S 25317 25323 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897607 9856040960 16222 33554432000 1073741824 1073778376 140735338070400 140238804319272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25323/tid=25333] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25333/stat : 25333 (java) S 25317 25323 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897607 9856040960 16222 33554432000 1073741824 1073778376 140735338070400 140238466836648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25334] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25334/stat : 25334 (java) S 25317 25323 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897607 9856040960 16222 33554432000 1073741824 1073778376 140735338070400 140238465784104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25323/tid=25335] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25335/stat : 25335 (java) S 25317 25323 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897607 9856040960 16222 33554432000 1073741824 1073778376 140735338070400 140238464731560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25336] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25336/stat : 25336 (java) S 25317 25323 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29897607 9856040960 16222 33554432000 1073741824 1073778376 140735338070400 140238463679016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25340] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25340/stat : 25340 (java) S 25317 25323 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29897608 9856040960 16222 33554432000 1073741824 1073778376 140735338070400 140238451481192 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25341] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25341/stat : 25341 (java) S 25317 25323 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29897608 9856040960 16222 33554432000 1073741824 1073778376 140735338070400 140238450427512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25342] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25342/stat : 25342 (java) S 25317 25323 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29897608 9856040960 16222 33554432000 1073741824 1073778376 140735338070400 140238449374856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25345] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25345/stat : 25345 (java) S 25317 25323 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897611 9856040960 16222 33554432000 1073741824 1073778376 140735338070400 140238448323600 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25346] ppid=25317 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/25323/task/25346/stat : 25346 (java) S 25317 25323 23975 0 -1 4202560 2243 0 0 0 29 0 0 0 20 0 19 0 29897611 9856040960 16222 33554432000 1073741824 1073778376 140735338070400 140238447269944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25347] ppid=25317 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/25323/task/25347/stat : 25347 (java) S 25317 25323 23975 0 -1 4202560 2841 0 0 0 39 0 0 0 20 0 19 0 29897611 9856040960 16222 33554432000 1073741824 1073778376 140735338070400 140238446217400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25323/tid=25348] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25348/stat : 25348 (java) S 25317 25323 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897611 9856040960 16222 33554432000 1073741824 1073778376 140735338070400 140238445165048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25323/tid=25349] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25349/stat : 25349 (java) S 25317 25323 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897611 9856040960 16222 33554432000 1073741824 1073778376 140735338070400 140238444112712 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25323/tid=25382] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25382/stat : 25382 (java) S 25317 25323 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29897648 9856040960 16222 33554432000 1073741824 1073778376 140735338070400 140238443058472 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9625040

[startup+3.10065 s]
/proc/loadavg: 2.29 2.30 2.23 4/213 25383
/proc/meminfo: memFree=30246608/32872528 swapFree=1392268/1580316
[pid=25323] ppid=25317 vsize=9625040 CPUtime=3.81 cores=1,3,5,7
/proc/25323/stat : 25323 (java) S 25317 25323 23975 0 -1 4202496 8812 0 1 0 378 3 0 0 20 0 19 0 29897604 9856040960 17247 33554432000 1073741824 1073778376 140735338070400 140735338061536 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25323/statm: 2406260 17247 2270 9 0 2396937 0
[pid=25323/tid=25325] ppid=25317 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/25323/task/25325/stat : 25325 (java) R 25317 25323 23975 0 -1 4202560 2451 0 1 0 302 3 0 0 20 0 19 0 29897605 9856040960 17247 33554432000 1073741824 1073778376 140735338070400 140238829375800 140238685618764 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25323/tid=25329] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25329/stat : 25329 (java) S 25317 25323 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897607 9856040960 17247 33554432000 1073741824 1073778376 140735338070400 140238807476904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25330] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25330/stat : 25330 (java) S 25317 25323 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897607 9856040960 17247 33554432000 1073741824 1073778376 140735338070400 140238806424360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25323/tid=25331] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25331/stat : 25331 (java) S 25317 25323 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897607 9856040960 17247 33554432000 1073741824 1073778376 140735338070400 140238805371816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25323/tid=25332] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25332/stat : 25332 (java) S 25317 25323 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897607 9856040960 17247 33554432000 1073741824 1073778376 140735338070400 140238804319272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25323/tid=25333] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25333/stat : 25333 (java) S 25317 25323 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897607 9856040960 17247 33554432000 1073741824 1073778376 140735338070400 140238466836648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25334] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25334/stat : 25334 (java) S 25317 25323 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897607 9856040960 17247 33554432000 1073741824 1073778376 140735338070400 140238465784104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25323/tid=25335] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25335/stat : 25335 (java) S 25317 25323 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897607 9856040960 17247 33554432000 1073741824 1073778376 140735338070400 140238464731560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25336] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25336/stat : 25336 (java) S 25317 25323 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29897607 9856040960 17247 33554432000 1073741824 1073778376 140735338070400 140238463679016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25340] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25340/stat : 25340 (java) S 25317 25323 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29897608 9856040960 17247 33554432000 1073741824 1073778376 140735338070400 140238451481192 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25323/tid=25341] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25341/stat : 25341 (java) S 25317 25323 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29897608 9856040960 17247 33554432000 1073741824 1073778376 140735338070400 140238450427512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25342] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25342/stat : 25342 (java) S 25317 25323 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29897608 9856040960 17247 33554432000 1073741824 1073778376 140735338070400 140238449374856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25345] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25345/stat : 25345 (java) S 25317 25323 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897611 9856040960 17247 33554432000 1073741824 1073778376 140735338070400 140238448323600 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25346] ppid=25317 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/25323/task/25346/stat : 25346 (java) S 25317 25323 23975 0 -1 4202560 2243 0 0 0 31 0 0 0 20 0 19 0 29897611 9856040960 17247 33554432000 1073741824 1073778376 140735338070400 140238447269944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25347] ppid=25317 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/25323/task/25347/stat : 25347 (java) S 25317 25323 23975 0 -1 4202560 2842 0 0 0 41 0 0 0 20 0 19 0 29897611 9856040960 17247 33554432000 1073741824 1073778376 140735338070400 140238446217400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25323/tid=25348] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25348/stat : 25348 (java) S 25317 25323 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897611 9856040960 17247 33554432000 1073741824 1073778376 140735338070400 140238445165048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25323/tid=25349] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25349/stat : 25349 (java) S 25317 25323 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897611 9856040960 17247 33554432000 1073741824 1073778376 140735338070400 140238444112712 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25323/tid=25382] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25382/stat : 25382 (java) S 25317 25323 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29897648 9856040960 17247 33554432000 1073741824 1073778376 140735338070400 140238443058472 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.26 2.29 2.23 3/213 25383
/proc/meminfo: memFree=30229636/32872528 swapFree=1392268/1580316
[pid=25323] ppid=25317 vsize=9625040 CPUtime=7.02 cores=1,3,5,7
/proc/25323/stat : 25323 (java) S 25317 25323 23975 0 -1 4202496 8817 0 1 0 699 3 0 0 20 0 19 0 29897604 9856040960 18551 33554432000 1073741824 1073778376 140735338070400 140735338061536 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25323/statm: 2406260 18551 2271 9 0 2396937 0
[pid=25323/tid=25325] ppid=25317 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/25323/task/25325/stat : 25325 (java) R 25317 25323 23975 0 -1 4202560 2455 0 1 0 621 3 0 0 20 0 19 0 29897605 9856040960 18551 33554432000 1073741824 1073778376 140735338070400 140238829366976 140238685554896 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25329] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25329/stat : 25329 (java) S 25317 25323 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897607 9856040960 18551 33554432000 1073741824 1073778376 140735338070400 140238807476904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25330] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25330/stat : 25330 (java) S 25317 25323 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897607 9856040960 18551 33554432000 1073741824 1073778376 140735338070400 140238806424360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25323/tid=25331] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25331/stat : 25331 (java) S 25317 25323 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897607 9856040960 18551 33554432000 1073741824 1073778376 140735338070400 140238805371816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25323/tid=25332] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25332/stat : 25332 (java) S 25317 25323 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897607 9856040960 18551 33554432000 1073741824 1073778376 140735338070400 140238804319272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25323/tid=25333] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25333/stat : 25333 (java) S 25317 25323 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897607 9856040960 18551 33554432000 1073741824 1073778376 140735338070400 140238466836648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25334] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25334/stat : 25334 (java) S 25317 25323 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897607 9856040960 18551 33554432000 1073741824 1073778376 140735338070400 140238465784104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25323/tid=25335] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25335/stat : 25335 (java) S 25317 25323 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897607 9856040960 18551 33554432000 1073741824 1073778376 140735338070400 140238464731560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25336] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25336/stat : 25336 (java) S 25317 25323 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29897607 9856040960 18551 33554432000 1073741824 1073778376 140735338070400 140238463679016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25340] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25340/stat : 25340 (java) S 25317 25323 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29897608 9856040960 18551 33554432000 1073741824 1073778376 140735338070400 140238451481192 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25323/tid=25341] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25341/stat : 25341 (java) S 25317 25323 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29897608 9856040960 18551 33554432000 1073741824 1073778376 140735338070400 140238450427512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25342] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25342/stat : 25342 (java) S 25317 25323 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29897608 9856040960 18551 33554432000 1073741824 1073778376 140735338070400 140238449374856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25345] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25345/stat : 25345 (java) S 25317 25323 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897611 9856040960 18551 33554432000 1073741824 1073778376 140735338070400 140238448323600 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25346] ppid=25317 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/25323/task/25346/stat : 25346 (java) S 25317 25323 23975 0 -1 4202560 2243 0 0 0 32 0 0 0 20 0 19 0 29897611 9856040960 18551 33554432000 1073741824 1073778376 140735338070400 140238447269944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25347] ppid=25317 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/25323/task/25347/stat : 25347 (java) S 25317 25323 23975 0 -1 4202560 2842 0 0 0 42 0 0 0 20 0 19 0 29897611 9856040960 18551 33554432000 1073741824 1073778376 140735338070400 140238446217400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25323/tid=25348] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25348/stat : 25348 (java) S 25317 25323 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897611 9856040960 18551 33554432000 1073741824 1073778376 140735338070400 140238445165048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25323/tid=25349] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25349/stat : 25349 (java) S 25317 25323 23975 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29897611 9856040960 18551 33554432000 1073741824 1073778376 140735338070400 140238444112712 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25323/tid=25382] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25382/stat : 25382 (java) S 25317 25323 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29897648 9856040960 18551 33554432000 1073741824 1073778376 140735338070400 140238443058472 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.02
Current children cumulated vsize (KiB) 9625040


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

[pid=25323/tid=25341] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25341/stat : 25341 (java) S 25317 25323 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29897608 9856040960 98670 33554432000 1073741824 1073778376 140735338070400 140238450427512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25342] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25342/stat : 25342 (java) S 25317 25323 23975 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29897608 9856040960 98670 33554432000 1073741824 1073778376 140735338070400 140238449374856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25345] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25345/stat : 25345 (java) S 25317 25323 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897611 9856040960 98670 33554432000 1073741824 1073778376 140735338070400 140238448323600 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25346] ppid=25317 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/25323/task/25346/stat : 25346 (java) S 25317 25323 23975 0 -1 4202560 2243 0 0 0 32 0 0 0 20 0 19 0 29897611 9856040960 98670 33554432000 1073741824 1073778376 140735338070400 140238447269944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25347] ppid=25317 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/25323/task/25347/stat : 25347 (java) S 25317 25323 23975 0 -1 4202560 3289 0 0 0 46 0 0 0 20 0 19 0 29897611 9856040960 98670 33554432000 1073741824 1073778376 140735338070400 140238446217400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25323/tid=25348] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25348/stat : 25348 (java) S 25317 25323 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897611 9856040960 98670 33554432000 1073741824 1073778376 140735338070400 140238445165048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25323/tid=25349] ppid=25317 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/25323/task/25349/stat : 25349 (java) S 25317 25323 23975 0 -1 4202560 96 0 0 0 28 41 0 0 20 0 19 0 29897611 9856040960 98670 33554432000 1073741824 1073778376 140735338070400 140238444112712 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25323/tid=25382] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25382/stat : 25382 (java) S 25317 25323 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29897648 9856040960 98670 33554432000 1073741824 1073778376 140735338070400 140238443058472 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1664.64
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.15 2.20 2.22 3/213 25427
/proc/meminfo: memFree=29659956/32872528 swapFree=1392268/1580316
[pid=25323] ppid=25317 vsize=9625040 CPUtime=1724.64 cores=1,3,5,7
/proc/25323/stat : 25323 (java) S 25317 25323 23975 0 -1 4202496 11760 0 1 0 172400 64 0 0 20 0 19 0 29897604 9856040960 98670 33554432000 1073741824 1073778376 140735338070400 140735338061536 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25323/statm: 2406260 98670 2285 9 0 2396937 0
[pid=25323/tid=25325] ppid=25317 vsize=9625040 CPUtime=1721.84 cores=1,3,5,7
/proc/25323/task/25325/stat : 25325 (java) R 25317 25323 23975 0 -1 4202560 2513 0 1 0 172153 31 0 0 20 0 19 0 29897605 9856040960 98670 33554432000 1073741824 1073778376 140735338070400 140238829367072 140238685596492 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25329] ppid=25317 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/25323/task/25329/stat : 25329 (java) S 25317 25323 23975 0 -1 4202560 198 0 0 0 17 3 0 0 20 0 19 0 29897607 9856040960 98670 33554432000 1073741824 1073778376 140735338070400 140238807476904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25323/tid=25330] ppid=25317 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/25323/task/25330/stat : 25330 (java) S 25317 25323 23975 0 -1 4202560 458 0 0 0 14 3 0 0 20 0 19 0 29897607 9856040960 98670 33554432000 1073741824 1073778376 140735338070400 140238806424360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25323/tid=25331] ppid=25317 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/25323/task/25331/stat : 25331 (java) S 25317 25323 23975 0 -1 4202560 385 0 0 0 21 5 0 0 20 0 19 0 29897607 9856040960 98670 33554432000 1073741824 1073778376 140735338070400 140238805371816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25323/tid=25332] ppid=25317 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/25323/task/25332/stat : 25332 (java) S 25317 25323 23975 0 -1 4202560 277 0 0 0 16 3 0 0 20 0 19 0 29897607 9856040960 98670 33554432000 1073741824 1073778376 140735338070400 140238804319272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25333] ppid=25317 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/25323/task/25333/stat : 25333 (java) S 25317 25323 23975 0 -1 4202560 219 0 0 0 18 3 0 0 20 0 19 0 29897607 9856040960 98670 33554432000 1073741824 1073778376 140735338070400 140238466836648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25323/tid=25334] ppid=25317 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/25323/task/25334/stat : 25334 (java) S 25317 25323 23975 0 -1 4202560 311 0 0 0 18 2 0 0 20 0 19 0 29897607 9856040960 98670 33554432000 1073741824 1073778376 140735338070400 140238465784104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25323/tid=25335] ppid=25317 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/25323/task/25335/stat : 25335 (java) S 25317 25323 23975 0 -1 4202560 240 0 0 0 16 3 0 0 20 0 19 0 29897607 9856040960 98670 33554432000 1073741824 1073778376 140735338070400 140238464731560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25336] ppid=25317 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/25323/task/25336/stat : 25336 (java) S 25317 25323 23975 0 -1 4202560 190 0 0 0 15 3 0 0 20 0 19 0 29897607 9856040960 98670 33554432000 1073741824 1073778376 140735338070400 140238463679016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25323/tid=25340] ppid=25317 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25323/task/25340/stat : 25340 (java) S 25317 25323 23975 0 -1 4202560 74 0 0 0 2 0 0 0 20 0 19 0 29897608 9856040960 98670 33554432000 1073741824 1073778376 140735338070400 140238451481192 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25341] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25341/stat : 25341 (java) S 25317 25323 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29897608 9856040960 98670 33554432000 1073741824 1073778376 140735338070400 140238450427512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25342] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25342/stat : 25342 (java) S 25317 25323 23975 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29897608 9856040960 98670 33554432000 1073741824 1073778376 140735338070400 140238449374856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25345] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25345/stat : 25345 (java) S 25317 25323 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897611 9856040960 98670 33554432000 1073741824 1073778376 140735338070400 140238448323600 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25346] ppid=25317 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/25323/task/25346/stat : 25346 (java) S 25317 25323 23975 0 -1 4202560 2243 0 0 0 32 0 0 0 20 0 19 0 29897611 9856040960 98670 33554432000 1073741824 1073778376 140735338070400 140238447269944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25347] ppid=25317 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/25323/task/25347/stat : 25347 (java) S 25317 25323 23975 0 -1 4202560 3289 0 0 0 46 0 0 0 20 0 19 0 29897611 9856040960 98670 33554432000 1073741824 1073778376 140735338070400 140238446217400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25323/tid=25348] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25348/stat : 25348 (java) S 25317 25323 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897611 9856040960 98670 33554432000 1073741824 1073778376 140735338070400 140238445165048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25323/tid=25349] ppid=25317 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/25323/task/25349/stat : 25349 (java) S 25317 25323 23975 0 -1 4202560 100 0 0 0 30 43 0 0 20 0 19 0 29897611 9856040960 98670 33554432000 1073741824 1073778376 140735338070400 140238444112712 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25323/tid=25382] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25382/stat : 25382 (java) S 25317 25323 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29897648 9856040960 98670 33554432000 1073741824 1073778376 140735338070400 140238443058472 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1724.64
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.22 2.21 2.22 3/213 25428
/proc/meminfo: memFree=29638432/32872528 swapFree=1392268/1580316
[pid=25323] ppid=25317 vsize=9625040 CPUtime=1784.74 cores=1,3,5,7
/proc/25323/stat : 25323 (java) S 25317 25323 23975 0 -1 4202496 11800 0 1 0 178408 66 0 0 20 0 19 0 29897604 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140735338061536 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25323/statm: 2406260 100470 2285 9 0 2396937 0
[pid=25323/tid=25325] ppid=25317 vsize=9625040 CPUtime=1781.81 cores=1,3,5,7
/proc/25323/task/25325/stat : 25325 (java) R 25317 25323 23975 0 -1 4202560 2514 0 1 0 178149 32 0 0 20 0 19 0 29897605 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140238829367072 140238685634494 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25329] ppid=25317 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/25323/task/25329/stat : 25329 (java) S 25317 25323 23975 0 -1 4202560 203 0 0 0 19 3 0 0 20 0 19 0 29897607 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140238807476904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25323/tid=25330] ppid=25317 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/25323/task/25330/stat : 25330 (java) S 25317 25323 23975 0 -1 4202560 459 0 0 0 15 3 0 0 20 0 19 0 29897607 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140238806424360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25323/tid=25331] ppid=25317 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/25323/task/25331/stat : 25331 (java) S 25317 25323 23975 0 -1 4202560 386 0 0 0 22 5 0 0 20 0 19 0 29897607 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140238805371816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25323/tid=25332] ppid=25317 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/25323/task/25332/stat : 25332 (java) S 25317 25323 23975 0 -1 4202560 282 0 0 0 18 3 0 0 20 0 19 0 29897607 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140238804319272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25333] ppid=25317 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/25323/task/25333/stat : 25333 (java) S 25317 25323 23975 0 -1 4202560 220 0 0 0 19 3 0 0 20 0 19 0 29897607 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140238466836648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25323/tid=25334] ppid=25317 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/25323/task/25334/stat : 25334 (java) S 25317 25323 23975 0 -1 4202560 327 0 0 0 19 2 0 0 20 0 19 0 29897607 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140238465784104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25323/tid=25335] ppid=25317 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/25323/task/25335/stat : 25335 (java) S 25317 25323 23975 0 -1 4202560 243 0 0 0 17 3 0 0 20 0 19 0 29897607 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140238464731560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25323/tid=25336] ppid=25317 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/25323/task/25336/stat : 25336 (java) S 25317 25323 23975 0 -1 4202560 191 0 0 0 16 3 0 0 20 0 19 0 29897607 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140238463679016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25323/tid=25340] ppid=25317 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25323/task/25340/stat : 25340 (java) S 25317 25323 23975 0 -1 4202560 76 0 0 0 2 0 0 0 20 0 19 0 29897608 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140238451481192 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25341] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25341/stat : 25341 (java) S 25317 25323 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29897608 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140238450427512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25342] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25342/stat : 25342 (java) S 25317 25323 23975 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29897608 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140238449374856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25345] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25345/stat : 25345 (java) S 25317 25323 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897611 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140238448323600 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25346] ppid=25317 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/25323/task/25346/stat : 25346 (java) S 25317 25323 23975 0 -1 4202560 2243 0 0 0 32 0 0 0 20 0 19 0 29897611 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140238447269944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25347] ppid=25317 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/25323/task/25347/stat : 25347 (java) S 25317 25323 23975 0 -1 4202560 3289 0 0 0 46 0 0 0 20 0 19 0 29897611 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140238446217400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25323/tid=25348] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25348/stat : 25348 (java) S 25317 25323 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897611 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140238445165048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25323/tid=25349] ppid=25317 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/25323/task/25349/stat : 25349 (java) S 25317 25323 23975 0 -1 4202560 104 0 0 0 32 43 0 0 20 0 19 0 29897611 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140238444112712 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25323/tid=25382] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25382/stat : 25382 (java) S 25317 25323 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29897648 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140238443058472 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1784.74
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.6 s]
/proc/loadavg: 2.33 2.23 2.22 3/213 25428
/proc/meminfo: memFree=29638564/32872528 swapFree=1392268/1580316
[pid=25323] ppid=25317 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/25323/stat : 25323 (java) S 25317 25323 23975 0 -1 4202496 11800 0 1 0 179938 67 0 0 20 0 19 0 29897604 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140735338061536 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25323/statm: 2406260 100470 2285 9 0 2396937 0
[pid=25323/tid=25325] ppid=25317 vsize=9625040 CPUtime=1797.11 cores=1,3,5,7
/proc/25323/task/25325/stat : 25325 (java) R 25317 25323 23975 0 -1 4202560 2514 0 1 0 179679 32 0 0 20 0 19 0 29897605 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140238829367072 140238685596416 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25329] ppid=25317 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/25323/task/25329/stat : 25329 (java) S 25317 25323 23975 0 -1 4202560 203 0 0 0 19 3 0 0 20 0 19 0 29897607 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140238807476904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25323/tid=25330] ppid=25317 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/25323/task/25330/stat : 25330 (java) S 25317 25323 23975 0 -1 4202560 459 0 0 0 15 3 0 0 20 0 19 0 29897607 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140238806424360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25323/tid=25331] ppid=25317 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/25323/task/25331/stat : 25331 (java) S 25317 25323 23975 0 -1 4202560 386 0 0 0 22 5 0 0 20 0 19 0 29897607 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140238805371816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25323/tid=25332] ppid=25317 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/25323/task/25332/stat : 25332 (java) S 25317 25323 23975 0 -1 4202560 282 0 0 0 18 3 0 0 20 0 19 0 29897607 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140238804319272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25333] ppid=25317 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/25323/task/25333/stat : 25333 (java) S 25317 25323 23975 0 -1 4202560 220 0 0 0 19 3 0 0 20 0 19 0 29897607 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140238466836648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25323/tid=25334] ppid=25317 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/25323/task/25334/stat : 25334 (java) S 25317 25323 23975 0 -1 4202560 327 0 0 0 19 2 0 0 20 0 19 0 29897607 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140238465784104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25323/tid=25335] ppid=25317 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/25323/task/25335/stat : 25335 (java) S 25317 25323 23975 0 -1 4202560 243 0 0 0 17 3 0 0 20 0 19 0 29897607 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140238464731560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25323/tid=25336] ppid=25317 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/25323/task/25336/stat : 25336 (java) S 25317 25323 23975 0 -1 4202560 191 0 0 0 16 3 0 0 20 0 19 0 29897607 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140238463679016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25323/tid=25340] ppid=25317 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25323/task/25340/stat : 25340 (java) S 25317 25323 23975 0 -1 4202560 76 0 0 0 2 0 0 0 20 0 19 0 29897608 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140238451481192 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25341] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25341/stat : 25341 (java) S 25317 25323 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29897608 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140238450427512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25342] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25342/stat : 25342 (java) S 25317 25323 23975 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29897608 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140238449374856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25345] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25345/stat : 25345 (java) S 25317 25323 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897611 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140238448323600 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25346] ppid=25317 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/25323/task/25346/stat : 25346 (java) S 25317 25323 23975 0 -1 4202560 2243 0 0 0 32 0 0 0 20 0 19 0 29897611 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140238447269944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25323/tid=25347] ppid=25317 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/25323/task/25347/stat : 25347 (java) S 25317 25323 23975 0 -1 4202560 3289 0 0 0 46 0 0 0 20 0 19 0 29897611 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140238446217400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25323/tid=25348] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25348/stat : 25348 (java) S 25317 25323 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897611 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140238445165048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25323/tid=25349] ppid=25317 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/25323/task/25349/stat : 25349 (java) S 25317 25323 23975 0 -1 4202560 104 0 0 0 32 43 0 0 20 0 19 0 29897611 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140238444112712 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25323/tid=25382] ppid=25317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25323/task/25382/stat : 25382 (java) S 25317 25323 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29897648 9856040960 100470 33554432000 1073741824 1073778376 140735338070400 140238443058472 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

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

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

Child status: 143
Real time (s): 1797.64
CPU time (s): 1800.68
CPU user time (s): 1799.54
CPU system time (s): 1.14083
CPU usage (%): 100.169
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.54
system time used= 1.14083
maximum resident set size= 404964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11832
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38385
involuntary context switches= 4165

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.4633 second user time and 13.164 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-26 21:16:44
IDJOB=4116409
IDBENCH=109466
IDSOLVER=2546
FILE ID=node139/4116409-1466968604
RUNJOBID= node139-1466956013-23992
PBS_JOBID= 19976371
Free space on /tmp= 71676 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size80-round23-6.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116409-1466968604/watcher-4116409-1466968604 -o /tmp/evaluation-result-4116409-1466968604/solver-4116409-1466968604 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466956013-23992 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116409-1466968604.opb

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

MD5SUM BENCH= d31ee2a1ee22cc14c8f96bf686217001
RANDOM SEED=1703299642

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30368732 kB
Buffers:           38788 kB
Cached:           178620 kB
SwapCached:         2156 kB
Active:            43260 kB
Inactive:         177388 kB
Active(anon):       4356 kB
Inactive(anon):     1120 kB
Active(file):      38904 kB
Inactive(file):   176268 kB
Unevictable:     1580316 kB
Mlocked:         1392268 kB
SwapTotal:      67108856 kB
SwapFree:       67098796 kB
Dirty:              1256 kB
Writeback:             0 kB
AnonPages:       1580652 kB
Mapped:             7656 kB
Shmem:                 0 kB
Slab:             568200 kB
SReclaimable:      12220 kB
SUnreclaim:       555980 kB
KernelStack:        1592 kB
PageTables:         6912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1678068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 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= 71676 MiB
End job on node139 at 2016-06-26 21:46:42