Trace number 4096068

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.06 1799.24

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
subsetcard/normalized-subsetcard-eq-fixedbandwidth-40.opb
MD5SUMb8fad98e8ee12f32e7e2a42d6961ccef
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.010997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables161
Total number of constraints80
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
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.08/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@2b21cc40
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@7c64dc11
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4096068-1466101849.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  no objective function found
0.08/0.14	c ... done. Wall clock time 0.022s.
0.08/0.14	c declared #vars     161
0.08/0.14	c #constraints  160
0.08/0.14	c constraints type 
0.08/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 160
0.08/0.14	c 160 constraints processed.
0.64/0.44	c cleaning 2498 clauses out of 5001 with flag 24475/5001
1.09/0.70	c cleaning 4248 clauses out of 8502 with flag 52210/11000
1.29/0.99	c cleaning 5619 clauses out of 11257 with flag 88417/18003
1.80/1.40	c cleaning 6807 clauses out of 13635 with flag 126815/26000
2.20/1.86	c cleaning 7907 clauses out of 15828 with flag 173010/35000
3.00/2.60	c cleaning 8952 clauses out of 17922 with flag 235563/45001
3.60/3.29	c cleaning 9970 clauses out of 19969 with flag 291793/56000
4.30/3.98	c cleaning 10991 clauses out of 21999 with flag 357231/68000
5.20/4.88	c cleaning 11995 clauses out of 24009 with flag 428449/81001
6.30/5.95	c cleaning 12998 clauses out of 26014 with flag 507665/95001
7.40/7.09	c cleaning 14005 clauses out of 28017 with flag 594206/110002
8.80/8.45	c cleaning 14999 clauses out of 30010 with flag 679850/126000
10.20/9.88	c cleaning 15999 clauses out of 32012 with flag 775464/143001
11.90/11.52	c cleaning 17000 clauses out of 34012 with flag 880447/161000
13.61/13.29	c cleaning 18002 clauses out of 36013 with flag 990760/180001
15.61/15.26	c cleaning 18998 clauses out of 38010 with flag 1108426/200000
17.91/17.52	c cleaning 19996 clauses out of 40012 with flag 1232939/221000
20.51/20.15	c cleaning 21001 clauses out of 42016 with flag 1367492/243000
23.21/22.86	c cleaning 22002 clauses out of 44016 with flag 1511075/266001
26.01/25.62	c cleaning 22989 clauses out of 46014 with flag 1658363/290001
28.81/28.46	c cleaning 24004 clauses out of 48026 with flag 1815326/315002
32.01/31.69	c cleaning 25003 clauses out of 50020 with flag 1970590/341000
35.62/35.26	c cleaning 26003 clauses out of 52019 with flag 2137378/368002
39.31/38.97	c cleaning 27001 clauses out of 54016 with flag 2309985/396002
43.41/43.05	c cleaning 27994 clauses out of 56014 with flag 2484775/425001
47.71/47.32	c cleaning 28998 clauses out of 58019 with flag 2672385/455000
52.11/51.73	c cleaning 30010 clauses out of 60021 with flag 2860708/486000
56.81/56.44	c cleaning 30997 clauses out of 62011 with flag 3059869/518000
62.02/61.61	c cleaning 31998 clauses out of 64014 with flag 3264423/551000
67.32/66.90	c cleaning 32998 clauses out of 66018 with flag 3470515/585002
72.81/72.46	c cleaning 34006 clauses out of 68018 with flag 3684330/620000
78.81/78.50	c cleaning 34997 clauses out of 70012 with flag 3911342/656000
85.22/84.89	c cleaning 36002 clauses out of 72016 with flag 4140827/693001
91.82/91.46	c cleaning 37001 clauses out of 74014 with flag 4378216/731001
98.91/98.50	c cleaning 37998 clauses out of 76013 with flag 4613331/770001
106.21/105.88	c cleaning 38997 clauses out of 78014 with flag 4856523/810000
114.12/113.73	c cleaning 40006 clauses out of 80017 with flag 5101327/851000
122.52/122.12	c cleaning 40996 clauses out of 82012 with flag 5362517/893001
131.02/130.65	c cleaning 42002 clauses out of 84018 with flag 5628225/936003
139.87/139.46	c cleaning 43002 clauses out of 86013 with flag 5898901/980000
149.16/148.75	c cleaning 43992 clauses out of 88011 with flag 6166945/1025000
159.06/158.63	c cleaning 45001 clauses out of 90019 with flag 6444606/1071000
169.56/169.16	c cleaning 46004 clauses out of 92020 with flag 6732692/1118002
180.66/180.28	c cleaning 47002 clauses out of 94014 with flag 7015713/1166000
191.75/191.32	c cleaning 48000 clauses out of 96013 with flag 7310520/1215001
203.15/202.76	c cleaning 49000 clauses out of 98013 with flag 7606700/1265001
214.85/214.41	c cleaning 49999 clauses out of 100013 with flag 7913063/1316001
227.25/226.84	c cleaning 50997 clauses out of 102013 with flag 8215518/1368000
240.75/240.37	c cleaning 52005 clauses out of 104016 with flag 8520762/1421000
254.15/253.79	c cleaning 52996 clauses out of 106011 with flag 8839665/1475000
268.55/268.18	c cleaning 54002 clauses out of 108015 with flag 9167018/1530000
283.35/282.94	c cleaning 54997 clauses out of 110013 with flag 9497517/1586000
297.86/297.46	c cleaning 56000 clauses out of 112019 with flag 9835646/1643003
313.16/312.78	c cleaning 57002 clauses out of 114017 with flag 10183693/1701001
329.15/328.72	c cleaning 58001 clauses out of 116015 with flag 10529736/1760001
346.35/345.97	c cleaning 59003 clauses out of 118015 with flag 10877366/1820002
364.05/363.66	c cleaning 60004 clauses out of 120012 with flag 11231097/1881002
382.46/382.07	c cleaning 60990 clauses out of 122006 with flag 11589026/1943000
399.59/399.17	c cleaning 61994 clauses out of 124016 with flag 11952267/2006000
417.69/417.23	c cleaning 63003 clauses out of 126022 with flag 12324921/2070000
435.49/435.00	c cleaning 64001 clauses out of 128019 with flag 12692897/2135000
454.59/454.11	c cleaning 65002 clauses out of 130019 with flag 13078105/2201001
473.70/473.21	c cleaning 66003 clauses out of 132016 with flag 13454334/2268000
493.42/492.98	c cleaning 66999 clauses out of 134014 with flag 13841424/2336001
514.32/513.87	c cleaning 67998 clauses out of 136015 with flag 14237756/2405001
536.41/535.99	c cleaning 69002 clauses out of 138017 with flag 14637150/2475001
558.53/558.06	c cleaning 69998 clauses out of 140014 with flag 15049168/2546000
581.13/580.60	c cleaning 71000 clauses out of 142016 with flag 15465740/2618000
605.23/604.70	c cleaning 72005 clauses out of 144016 with flag 15878540/2691000
630.33/629.88	c cleaning 73000 clauses out of 146013 with flag 16301408/2765002
655.94/655.48	c cleaning 73996 clauses out of 148011 with flag 16727868/2840000
682.04/681.54	c cleaning 75001 clauses out of 150016 with flag 17165112/2916001
708.27/707.74	c cleaning 76002 clauses out of 152015 with flag 17608739/2993001
735.07/734.50	c cleaning 77003 clauses out of 154013 with flag 18048068/3071001
761.97/761.46	c cleaning 77996 clauses out of 156009 with flag 18501536/3150000
789.88/789.31	c cleaning 78998 clauses out of 158013 with flag 18962955/3230000
820.28/819.71	c cleaning 80001 clauses out of 160015 with flag 19413901/3311000
850.49/849.95	c cleaning 81003 clauses out of 162014 with flag 19876389/3393000
880.99/880.47	c cleaning 81999 clauses out of 164011 with flag 20334817/3476000
911.70/911.11	c cleaning 83006 clauses out of 166016 with flag 20812952/3560004
943.80/943.24	c cleaning 83999 clauses out of 168006 with flag 21292029/3645000
976.90/976.34	c cleaning 84992 clauses out of 170007 with flag 21773443/3731000
1012.51/1011.94	c cleaning 85997 clauses out of 172015 with flag 22265659/3818000
1049.81/1049.26	c cleaning 86999 clauses out of 174019 with flag 22757460/3906001
1085.79/1085.19	c cleaning 88000 clauses out of 176020 with flag 23262163/3995001
1121.69/1121.01	c cleaning 89005 clauses out of 178019 with flag 23765336/4085000
1158.29/1157.65	c cleaning 89994 clauses out of 180014 with flag 24266451/4176000
1195.79/1195.18	c cleaning 90999 clauses out of 182020 with flag 24786022/4268000
1235.19/1234.53	c cleaning 92006 clauses out of 184021 with flag 25295226/4361000
1275.10/1274.48	c cleaning 93005 clauses out of 186015 with flag 25814106/4455000
1317.01/1316.34	c cleaning 94000 clauses out of 188013 with flag 26336333/4550003
1358.61/1357.94	c cleaning 95003 clauses out of 190011 with flag 26863788/4646001
1401.52/1400.86	c cleaning 95998 clauses out of 192008 with flag 27406236/4743001
1445.32/1444.64	c cleaning 96997 clauses out of 194009 with flag 27937669/4841000
1489.51/1488.71	c cleaning 98003 clauses out of 196013 with flag 28487832/4940001
1534.23/1533.46	c cleaning 99000 clauses out of 198010 with flag 29037203/5040001
1580.73/1579.98	c cleaning 100002 clauses out of 200013 with flag 29590337/5141004
1626.84/1626.09	c cleaning 100994 clauses out of 202008 with flag 30157352/5243001
1673.95/1673.16	c cleaning 101995 clauses out of 204013 with flag 30720853/5346000
1724.86/1724.07	c cleaning 103003 clauses out of 206021 with flag 31299547/5450003
1774.56/1773.73	c cleaning 104000 clauses out of 208015 with flag 31878828/5555000
1800.06/1799.20	c starts		: 14289
1800.06/1799.20	c conflicts		: 5620457
1800.06/1799.20	c decisions		: 7563682
1800.06/1799.20	c propagations		: 99255465
1800.06/1799.20	c inspects		: 39884117825
1800.06/1799.20	c shortcuts		: 0
1800.06/1799.20	c learnt literals	: 0
1800.06/1799.20	c learnt binary clauses	: 0
1800.06/1799.20	c learnt ternary clauses	: 0
1800.06/1799.20	c learnt constraints	: 5620457
1800.06/1799.20	c ignored constraints	: 0
1800.06/1799.20	c timeout
1800.06/1799.20	c root simplifications	: 0
1800.06/1799.20	c removed literals (reason simplification)	: 0
1800.06/1799.20	c reason swapping (by a shorter reason)	: 0
1800.06/1799.20	c Calls to reduceDB	: 101
1800.06/1799.20	c Number of update (reduction) of LBD	: 1596140
1800.06/1799.20	c Imported unit clauses	: 0
1800.06/1799.20	c number of reductions to clauses (during analyze)	: 0
1800.06/1799.20	c number of learned constraints concerned by reduction	: 0
1800.06/1799.20	c number of learning phase by resolution	: 0
1800.06/1799.20	c number of learning phase by cutting planes	: 0
1800.06/1799.20	c speed (assignments/second)	: 55170.830607368196
1800.06/1799.20	c non guided choices	2504
1800.06/1799.23	c learnt constraints type 
1800.06/1799.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 169472
1800.06/1799.23	s UNKNOWN
1800.06/1799.23	c Total wall clock time (in seconds): 1799.109

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-4096068-1466101849/watcher-4096068-1466101849 -o /tmp/evaluation-result-4096068-1466101849/solver-4096068-1466101849 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466098249-14520 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4096068-1466101849.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.13 2.19 2.17 3/193 15008
/proc/meminfo: memFree=30393432/32872528 swapFree=1315980/1463148
[pid=15008] ppid=15005 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/15008/stat : 15008 (java) D 15005 15008 14504 0 -1 4202496 170 0 0 0 0 0 0 0 20 0 1 0 12231878 2560000 46 33554432000 1073741824 1073778376 140737372722720 140737372719848 227503336743 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/15008/statm: 625 46 37 9 0 29 0

[startup+0.100113 s]
/proc/loadavg: 2.13 2.19 2.17 3/193 15008
/proc/meminfo: memFree=30393432/32872528 swapFree=1315980/1463148
[pid=15008] ppid=15005 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/15008/stat : 15008 (java) S 15005 15008 14504 0 -1 4202496 4356 0 1 0 7 1 0 0 20 0 18 0 12231878 9787879424 5478 33554432000 1073741824 1073778376 140737142820768 140737142811904 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/15008/statm: 2389619 5485 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200277 s]
/proc/loadavg: 2.13 2.19 2.17 3/193 15008
/proc/meminfo: memFree=30393432/32872528 swapFree=1315980/1463148
[pid=15008] ppid=15005 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/15008/stat : 15008 (java) S 15005 15008 14504 0 -1 4202496 6249 0 1 0 25 1 0 0 20 0 19 0 12231878 9856040960 7343 33554432000 1073741824 1073778376 140737142820768 140737142811904 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/15008/statm: 2406260 7343 2213 9 0 2396937 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300281 s]
/proc/loadavg: 2.13 2.19 2.17 3/193 15008
/proc/meminfo: memFree=30393432/32872528 swapFree=1315980/1463148
[pid=15008] ppid=15005 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/15008/stat : 15008 (java) S 15005 15008 14504 0 -1 4202496 6672 0 1 0 48 1 0 0 20 0 19 0 12231878 9856040960 7426 33554432000 1073741824 1073778376 140737142820768 140737142811904 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/15008/statm: 2406260 7426 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700172 s]
/proc/loadavg: 2.13 2.19 2.17 3/193 15008
/proc/meminfo: memFree=30393432/32872528 swapFree=1315980/1463148
[pid=15008] ppid=15005 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/15008/stat : 15008 (java) S 15005 15008 14504 0 -1 4202496 9169 0 1 0 107 2 0 0 20 0 19 0 12231878 9856040960 8927 33554432000 1073741824 1073778376 140737142820768 140737142811904 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/15008/statm: 2406260 8927 2240 9 0 2396937 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9625040

[startup+1.50069 s]
/proc/loadavg: 2.20 2.21 2.18 3/212 15027
/proc/meminfo: memFree=30363924/32872528 swapFree=1315980/1463148
[pid=15008] ppid=15005 vsize=9625040 CPUtime=1.91 cores=0,2,4,6
/proc/15008/stat : 15008 (java) S 15005 15008 14504 0 -1 4202496 9173 0 1 0 189 2 0 0 20 0 19 0 12231878 9856040960 9441 33554432000 1073741824 1073778376 140737142820768 140737142811904 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/15008/statm: 2406260 9441 2241 9 0 2396937 0
[pid=15008/tid=15010] ppid=15005 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/15008/task/15010/stat : 15010 (java) R 15005 15008 14504 0 -1 4202560 2405 0 1 0 144 1 0 0 20 0 19 0 12231879 9856040960 9441 33554432000 1073741824 1073778376 140737142820768 140715732324632 140715560991707 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15008/tid=15011] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15011/stat : 15011 (java) S 15005 15008 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12231880 9856040960 9441 33554432000 1073741824 1073778376 140737142820768 140715693816872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15012] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15012/stat : 15012 (java) S 15005 15008 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12231880 9856040960 9441 33554432000 1073741824 1073778376 140737142820768 140715692764072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15008/tid=15013] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15013/stat : 15013 (java) S 15005 15008 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12231880 9856040960 9441 33554432000 1073741824 1073778376 140737142820768 140715691711272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15008/tid=15014] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15014/stat : 15014 (java) S 15005 15008 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12231880 9856040960 9441 33554432000 1073741824 1073778376 140737142820768 140715690658472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15008/tid=15015] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15015/stat : 15015 (java) S 15005 15008 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12231880 9856040960 9441 33554432000 1073741824 1073778376 140737142820768 140715689605672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15016] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15016/stat : 15016 (java) S 15005 15008 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12231880 9856040960 9441 33554432000 1073741824 1073778376 140737142820768 140715688552872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15008/tid=15017] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15017/stat : 15017 (java) S 15005 15008 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12231880 9856040960 9441 33554432000 1073741824 1073778376 140737142820768 140715687500072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15018] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15018/stat : 15018 (java) S 15005 15008 14504 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12231880 9856040960 9441 33554432000 1073741824 1073778376 140737142820768 140715686447272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15019] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15019/stat : 15019 (java) S 15005 15008 14504 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12231881 9856040960 9441 33554432000 1073741824 1073778376 140737142820768 140715556318184 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15008/tid=15020] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15020/stat : 15020 (java) S 15005 15008 14504 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12231882 9856040960 9441 33554432000 1073741824 1073778376 140737142820768 140715555264248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15021] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15021/stat : 15021 (java) S 15005 15008 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12231882 9856040960 9441 33554432000 1073741824 1073778376 140737142820768 140715554211336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15022] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15022/stat : 15022 (java) S 15005 15008 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12231884 9856040960 9441 33554432000 1073741824 1073778376 140737142820768 140715553159824 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15023] ppid=15005 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/15008/task/15023/stat : 15023 (java) S 15005 15008 14504 0 -1 4202560 2055 0 0 0 20 0 0 0 20 0 19 0 12231884 9856040960 9441 33554432000 1073741824 1073778376 140737142820768 140715552106936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15024] ppid=15005 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/15008/task/15024/stat : 15024 (java) S 15005 15008 14504 0 -1 4202560 3444 0 0 0 21 0 0 0 20 0 19 0 12231884 9856040960 9441 33554432000 1073741824 1073778376 140737142820768 140715551054136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15008/tid=15025] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15025/stat : 15025 (java) S 15005 15008 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12231884 9856040960 9441 33554432000 1073741824 1073778376 140737142820768 140715550001528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15008/tid=15026] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15026/stat : 15026 (java) S 15005 15008 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12231884 9856040960 9441 33554432000 1073741824 1073778376 140737142820768 140715548948936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15008/tid=15027] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15027/stat : 15027 (java) S 15005 15008 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12231893 9856040960 9441 33554432000 1073741824 1073778376 140737142820768 140715547895464 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.20 2.21 2.18 3/212 15027
/proc/meminfo: memFree=30361512/32872528 swapFree=1315980/1463148
[pid=15008] ppid=15005 vsize=9625040 CPUtime=3.5 cores=0,2,4,6
/proc/15008/stat : 15008 (java) S 15005 15008 14504 0 -1 4202496 9176 0 1 0 348 2 0 0 20 0 19 0 12231878 9856040960 10465 33554432000 1073741824 1073778376 140737142820768 140737142811904 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/15008/statm: 2406260 10465 2241 9 0 2396937 0
[pid=15008/tid=15010] ppid=15005 vsize=9625040 CPUtime=3.04 cores=0,2,4,6
/proc/15008/task/15010/stat : 15010 (java) R 15005 15008 14504 0 -1 4202560 2408 0 1 0 303 1 0 0 20 0 19 0 12231879 9856040960 10465 33554432000 1073741824 1073778376 140737142820768 140715732315856 140715560991707 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15011] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15011/stat : 15011 (java) S 15005 15008 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12231880 9856040960 10465 33554432000 1073741824 1073778376 140737142820768 140715693816872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15012] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15012/stat : 15012 (java) S 15005 15008 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12231880 9856040960 10465 33554432000 1073741824 1073778376 140737142820768 140715692764072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15008/tid=15013] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15013/stat : 15013 (java) S 15005 15008 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12231880 9856040960 10465 33554432000 1073741824 1073778376 140737142820768 140715691711272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15008/tid=15014] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15014/stat : 15014 (java) S 15005 15008 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12231880 9856040960 10465 33554432000 1073741824 1073778376 140737142820768 140715690658472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15008/tid=15015] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15015/stat : 15015 (java) S 15005 15008 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12231880 9856040960 10465 33554432000 1073741824 1073778376 140737142820768 140715689605672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15016] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15016/stat : 15016 (java) S 15005 15008 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12231880 9856040960 10465 33554432000 1073741824 1073778376 140737142820768 140715688552872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15008/tid=15017] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15017/stat : 15017 (java) S 15005 15008 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12231880 9856040960 10465 33554432000 1073741824 1073778376 140737142820768 140715687500072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15018] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15018/stat : 15018 (java) S 15005 15008 14504 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12231880 9856040960 10465 33554432000 1073741824 1073778376 140737142820768 140715686447272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15019] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15019/stat : 15019 (java) S 15005 15008 14504 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12231881 9856040960 10465 33554432000 1073741824 1073778376 140737142820768 140715556318184 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15008/tid=15020] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15020/stat : 15020 (java) S 15005 15008 14504 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12231882 9856040960 10465 33554432000 1073741824 1073778376 140737142820768 140715555264248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15021] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15021/stat : 15021 (java) S 15005 15008 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12231882 9856040960 10465 33554432000 1073741824 1073778376 140737142820768 140715554211336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15022] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15022/stat : 15022 (java) S 15005 15008 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12231884 9856040960 10465 33554432000 1073741824 1073778376 140737142820768 140715553159824 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15023] ppid=15005 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/15008/task/15023/stat : 15023 (java) S 15005 15008 14504 0 -1 4202560 2055 0 0 0 20 0 0 0 20 0 19 0 12231884 9856040960 10465 33554432000 1073741824 1073778376 140737142820768 140715552106936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15024] ppid=15005 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/15008/task/15024/stat : 15024 (java) S 15005 15008 14504 0 -1 4202560 3444 0 0 0 21 0 0 0 20 0 19 0 12231884 9856040960 10465 33554432000 1073741824 1073778376 140737142820768 140715551054136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15008/tid=15025] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15025/stat : 15025 (java) S 15005 15008 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12231884 9856040960 10465 33554432000 1073741824 1073778376 140737142820768 140715550001528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15008/tid=15026] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15026/stat : 15026 (java) S 15005 15008 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12231884 9856040960 10465 33554432000 1073741824 1073778376 140737142820768 140715548948936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15008/tid=15027] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15027/stat : 15027 (java) S 15005 15008 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12231893 9856040960 10465 33554432000 1073741824 1073778376 140737142820768 140715547895464 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.20 2.21 2.18 4/212 15027
/proc/meminfo: memFree=30355080/32872528 swapFree=1315980/1463148
[pid=15008] ppid=15005 vsize=9625040 CPUtime=6.7 cores=0,2,4,6
/proc/15008/stat : 15008 (java) S 15005 15008 14504 0 -1 4202496 9181 0 1 0 668 2 0 0 20 0 19 0 12231878 9856040960 12002 33554432000 1073741824 1073778376 140737142820768 140737142811904 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/15008/statm: 2406260 12002 2242 9 0 2396937 0
[pid=15008/tid=15010] ppid=15005 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/15008/task/15010/stat : 15010 (java) R 15005 15008 14504 0 -1 4202560 2412 0 1 0 622 1 0 0 20 0 19 0 12231879 9856040960 12002 33554432000 1073741824 1073778376 140737142820768 140715732315856 140715560955636 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15011] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15011/stat : 15011 (java) S 15005 15008 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12231880 9856040960 12002 33554432000 1073741824 1073778376 140737142820768 140715693816872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15012] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15012/stat : 15012 (java) S 15005 15008 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12231880 9856040960 12002 33554432000 1073741824 1073778376 140737142820768 140715692764072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15008/tid=15013] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15013/stat : 15013 (java) S 15005 15008 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12231880 9856040960 12002 33554432000 1073741824 1073778376 140737142820768 140715691711272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15008/tid=15014] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15014/stat : 15014 (java) S 15005 15008 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12231880 9856040960 12002 33554432000 1073741824 1073778376 140737142820768 140715690658472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15008/tid=15015] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15015/stat : 15015 (java) S 15005 15008 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12231880 9856040960 12002 33554432000 1073741824 1073778376 140737142820768 140715689605672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15016] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15016/stat : 15016 (java) S 15005 15008 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12231880 9856040960 12002 33554432000 1073741824 1073778376 140737142820768 140715688552872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15008/tid=15017] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15017/stat : 15017 (java) S 15005 15008 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12231880 9856040960 12002 33554432000 1073741824 1073778376 140737142820768 140715687500072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15018] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15018/stat : 15018 (java) S 15005 15008 14504 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12231880 9856040960 12002 33554432000 1073741824 1073778376 140737142820768 140715686447272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15019] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15019/stat : 15019 (java) S 15005 15008 14504 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12231881 9856040960 12002 33554432000 1073741824 1073778376 140737142820768 140715556318184 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15008/tid=15020] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15020/stat : 15020 (java) S 15005 15008 14504 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12231882 9856040960 12002 33554432000 1073741824 1073778376 140737142820768 140715555264248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15021] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15021/stat : 15021 (java) S 15005 15008 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12231882 9856040960 12002 33554432000 1073741824 1073778376 140737142820768 140715554211336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15022] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15022/stat : 15022 (java) S 15005 15008 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12231884 9856040960 12002 33554432000 1073741824 1073778376 140737142820768 140715553159824 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15023] ppid=15005 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/15008/task/15023/stat : 15023 (java) S 15005 15008 14504 0 -1 4202560 2055 0 0 0 20 0 0 0 20 0 19 0 12231884 9856040960 12002 33554432000 1073741824 1073778376 140737142820768 140715552106936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15024] ppid=15005 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/15008/task/15024/stat : 15024 (java) S 15005 15008 14504 0 -1 4202560 3444 0 0 0 21 0 0 0 20 0 19 0 12231884 9856040960 12002 33554432000 1073741824 1073778376 140737142820768 140715551054136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15008/tid=15025] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15025/stat : 15025 (java) S 15005 15008 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12231884 9856040960 12002 33554432000 1073741824 1073778376 140737142820768 140715550001528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15008/tid=15026] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15026/stat : 15026 (java) S 15005 15008 14504 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12231884 9856040960 12002 33554432000 1073741824 1073778376 140737142820768 140715548948936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15008/tid=15027] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15027/stat : 15027 (java) S 15005 15008 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12231893 9856040960 12002 33554432000 1073741824 1073778376 140737142820768 140715547895464 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 9625040


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

[pid=15008/tid=15027] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15027/stat : 15027 (java) S 15005 15008 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12231893 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715547895464 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1663.14
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.16 2.17 2.17 3/211 15132
/proc/meminfo: memFree=30006592/32872528 swapFree=1315980/1463148
[pid=15008] ppid=15005 vsize=9625040 CPUtime=1723.16 cores=0,2,4,6
/proc/15008/stat : 15008 (java) S 15005 15008 14504 0 -1 4202496 9599 0 1 0 172288 28 0 0 20 0 19 0 12231878 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140737142811904 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/15008/statm: 2406260 52029 2257 9 0 2396937 0
[pid=15008/tid=15010] ppid=15005 vsize=9625040 CPUtime=1717.69 cores=0,2,4,6
/proc/15008/task/15010/stat : 15010 (java) R 15005 15008 14504 0 -1 4202560 2474 0 1 0 171740 29 0 0 20 0 19 0 12231879 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715732315856 140715560991707 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15008/tid=15011] ppid=15005 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/15008/task/15011/stat : 15011 (java) S 15005 15008 14504 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 12231880 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715693816872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15008/tid=15012] ppid=15005 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/15008/task/15012/stat : 15012 (java) S 15005 15008 14504 0 -1 4202560 8 0 0 0 4 0 0 0 20 0 19 0 12231880 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715692764072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15008/tid=15013] ppid=15005 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/15008/task/15013/stat : 15013 (java) S 15005 15008 14504 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 19 0 12231880 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715691711272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15008/tid=15014] ppid=15005 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/15008/task/15014/stat : 15014 (java) S 15005 15008 14504 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 12231880 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715690658472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15015] ppid=15005 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/15008/task/15015/stat : 15015 (java) S 15005 15008 14504 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 12231880 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715689605672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15008/tid=15016] ppid=15005 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/15008/task/15016/stat : 15016 (java) S 15005 15008 14504 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 12231880 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715688552872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15008/tid=15017] ppid=15005 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/15008/task/15017/stat : 15017 (java) S 15005 15008 14504 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 12231880 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715687500072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15018] ppid=15005 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15008/task/15018/stat : 15018 (java) S 15005 15008 14504 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 12231880 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715686447272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15008/tid=15019] ppid=15005 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15008/task/15019/stat : 15019 (java) S 15005 15008 14504 0 -1 4202560 20 0 0 0 0 1 0 0 20 0 19 0 12231881 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715556318184 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15008/tid=15020] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15020/stat : 15020 (java) S 15005 15008 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12231882 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715555264248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15021] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15021/stat : 15021 (java) S 15005 15008 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12231882 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715554211336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15022] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15022/stat : 15022 (java) S 15005 15008 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12231884 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715553159824 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15023] ppid=15005 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/15008/task/15023/stat : 15023 (java) S 15005 15008 14504 0 -1 4202560 2055 0 0 0 20 0 0 0 20 0 19 0 12231884 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715552106936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15024] ppid=15005 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/15008/task/15024/stat : 15024 (java) S 15005 15008 14504 0 -1 4202560 3591 0 0 0 23 0 0 0 20 0 19 0 12231884 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715551054136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15008/tid=15025] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15025/stat : 15025 (java) S 15005 15008 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12231884 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715550001528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15008/tid=15026] ppid=15005 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/15008/task/15026/stat : 15026 (java) S 15005 15008 14504 0 -1 4202560 100 0 0 0 26 22 0 0 20 0 19 0 12231884 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715548948936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15008/tid=15027] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15027/stat : 15027 (java) S 15005 15008 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12231893 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715547895464 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1723.16
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.16 2.17 2.17 3/212 15136
/proc/meminfo: memFree=30006044/32872528 swapFree=1315980/1463148
[pid=15008] ppid=15005 vsize=9625040 CPUtime=1783.16 cores=0,2,4,6
/proc/15008/stat : 15008 (java) S 15005 15008 14504 0 -1 4202496 9603 0 1 0 178288 28 0 0 20 0 19 0 12231878 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140737142811904 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/15008/statm: 2406260 52029 2257 9 0 2396937 0
[pid=15008/tid=15010] ppid=15005 vsize=9625040 CPUtime=1777.53 cores=0,2,4,6
/proc/15008/task/15010/stat : 15010 (java) R 15005 15008 14504 0 -1 4202560 2474 0 1 0 177723 30 0 0 20 0 19 0 12231879 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715732315856 140715560991238 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15008/tid=15011] ppid=15005 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/15008/task/15011/stat : 15011 (java) S 15005 15008 14504 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 12231880 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715693816872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15008/tid=15012] ppid=15005 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/15008/task/15012/stat : 15012 (java) S 15005 15008 14504 0 -1 4202560 8 0 0 0 4 0 0 0 20 0 19 0 12231880 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715692764072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15008/tid=15013] ppid=15005 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/15008/task/15013/stat : 15013 (java) S 15005 15008 14504 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 19 0 12231880 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715691711272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15008/tid=15014] ppid=15005 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/15008/task/15014/stat : 15014 (java) S 15005 15008 14504 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 12231880 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715690658472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15015] ppid=15005 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/15008/task/15015/stat : 15015 (java) S 15005 15008 14504 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 12231880 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715689605672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15008/tid=15016] ppid=15005 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/15008/task/15016/stat : 15016 (java) S 15005 15008 14504 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 12231880 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715688552872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15008/tid=15017] ppid=15005 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/15008/task/15017/stat : 15017 (java) S 15005 15008 14504 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 12231880 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715687500072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15018] ppid=15005 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15008/task/15018/stat : 15018 (java) S 15005 15008 14504 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 12231880 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715686447272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15008/tid=15019] ppid=15005 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15008/task/15019/stat : 15019 (java) S 15005 15008 14504 0 -1 4202560 20 0 0 0 0 1 0 0 20 0 19 0 12231881 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715556318184 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15008/tid=15020] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15020/stat : 15020 (java) S 15005 15008 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12231882 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715555264248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15021] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15021/stat : 15021 (java) S 15005 15008 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12231882 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715554211336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15022] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15022/stat : 15022 (java) S 15005 15008 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12231884 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715553159824 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15023] ppid=15005 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/15008/task/15023/stat : 15023 (java) S 15005 15008 14504 0 -1 4202560 2055 0 0 0 20 0 0 0 20 0 19 0 12231884 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715552106936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15024] ppid=15005 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/15008/task/15024/stat : 15024 (java) S 15005 15008 14504 0 -1 4202560 3591 0 0 0 23 0 0 0 20 0 19 0 12231884 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715551054136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15008/tid=15025] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15025/stat : 15025 (java) S 15005 15008 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12231884 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715550001528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15008/tid=15026] ppid=15005 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/15008/task/15026/stat : 15026 (java) S 15005 15008 14504 0 -1 4202560 104 0 0 0 27 22 0 0 20 0 19 0 12231884 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715548948936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15008/tid=15027] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15027/stat : 15027 (java) S 15005 15008 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12231893 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715547895464 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1783.16
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.2 s]
/proc/loadavg: 2.19 2.18 2.18 3/212 15136
/proc/meminfo: memFree=30005928/32872528 swapFree=1315980/1463148
[pid=15008] ppid=15005 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/15008/stat : 15008 (java) S 15005 15008 14504 0 -1 4202496 9603 0 1 0 179978 28 0 0 20 0 19 0 12231878 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140737142811904 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/15008/statm: 2406260 52029 2257 9 0 2396937 0
[pid=15008/tid=15010] ppid=15005 vsize=9625040 CPUtime=1794.39 cores=0,2,4,6
/proc/15008/task/15010/stat : 15010 (java) R 15005 15008 14504 0 -1 4202560 2474 0 1 0 179409 30 0 0 20 0 19 0 12231879 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715732315856 140715560991886 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15008/tid=15011] ppid=15005 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/15008/task/15011/stat : 15011 (java) S 15005 15008 14504 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 12231880 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715693816872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15008/tid=15012] ppid=15005 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/15008/task/15012/stat : 15012 (java) S 15005 15008 14504 0 -1 4202560 8 0 0 0 4 0 0 0 20 0 19 0 12231880 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715692764072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15008/tid=15013] ppid=15005 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/15008/task/15013/stat : 15013 (java) S 15005 15008 14504 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 19 0 12231880 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715691711272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15008/tid=15014] ppid=15005 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/15008/task/15014/stat : 15014 (java) S 15005 15008 14504 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 12231880 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715690658472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15015] ppid=15005 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/15008/task/15015/stat : 15015 (java) S 15005 15008 14504 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 12231880 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715689605672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15008/tid=15016] ppid=15005 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/15008/task/15016/stat : 15016 (java) S 15005 15008 14504 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 12231880 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715688552872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15008/tid=15017] ppid=15005 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/15008/task/15017/stat : 15017 (java) S 15005 15008 14504 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 12231880 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715687500072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15018] ppid=15005 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15008/task/15018/stat : 15018 (java) S 15005 15008 14504 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 12231880 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715686447272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15008/tid=15019] ppid=15005 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15008/task/15019/stat : 15019 (java) S 15005 15008 14504 0 -1 4202560 20 0 0 0 0 1 0 0 20 0 19 0 12231881 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715556318184 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15008/tid=15020] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15020/stat : 15020 (java) S 15005 15008 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12231882 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715555264248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15021] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15021/stat : 15021 (java) S 15005 15008 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12231882 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715554211336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15022] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15022/stat : 15022 (java) S 15005 15008 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12231884 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715553159824 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15023] ppid=15005 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/15008/task/15023/stat : 15023 (java) S 15005 15008 14504 0 -1 4202560 2055 0 0 0 20 0 0 0 20 0 19 0 12231884 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715552106936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15008/tid=15024] ppid=15005 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/15008/task/15024/stat : 15024 (java) S 15005 15008 14504 0 -1 4202560 3591 0 0 0 23 0 0 0 20 0 19 0 12231884 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715551054136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15008/tid=15025] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15025/stat : 15025 (java) S 15005 15008 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12231884 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715550001528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15008/tid=15026] ppid=15005 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/15008/task/15026/stat : 15026 (java) S 15005 15008 14504 0 -1 4202560 104 0 0 0 27 23 0 0 20 0 19 0 12231884 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715548948936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15008/tid=15027] ppid=15005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15008/task/15027/stat : 15027 (java) S 15005 15008 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12231893 9856040960 52029 33554432000 1073741824 1073778376 140737142820768 140715547895464 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 15008 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 15008 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=198088
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=681896
# CPU time returned by wait4() is 1795.88
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1799.24
CPU time (s): 1800.06
CPU user time (s): 1799.78
CPU system time (s): 0.28
CPU usage (%): 100.046
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.2
system time used= 0.681896
maximum resident set size= 208268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9648
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38162
involuntary context switches= 4820

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.2723 second user time and 11.3233 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-16 20:30:50
IDJOB=4096068
IDBENCH=107561
IDSOLVER=2546
FILE ID=node121/4096068-1466101849
RUNJOBID= node121-1466098249-14520
PBS_JOBID= 19904064
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/subsetcard/normalized-subsetcard-eq-fixedbandwidth-40.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096068-1466101849/watcher-4096068-1466101849 -o /tmp/evaluation-result-4096068-1466101849/solver-4096068-1466101849 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466098249-14520 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4096068-1466101849.opb

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

MD5SUM BENCH= b8fad98e8ee12f32e7e2a42d6961ccef
RANDOM SEED=1770324097

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.691
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:        30393960 kB
Buffers:           36136 kB
Cached:            86084 kB
SwapCached:         2496 kB
Active:           230256 kB
Inactive:          71596 kB
Active(anon):     180752 kB
Inactive(anon):     1756 kB
Active(file):      49504 kB
Inactive(file):    69840 kB
Unevictable:     1463148 kB
Mlocked:         1315980 kB
SwapTotal:      67108856 kB
SwapFree:       67099740 kB
Dirty:               912 kB
Writeback:             0 kB
AnonPages:       1653884 kB
Mapped:            15252 kB
Shmem:                 0 kB
Slab:             566672 kB
SReclaimable:      10908 kB
SUnreclaim:       555764 kB
KernelStack:        1600 kB
PageTables:         7588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2139416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    290816 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= 71720 MiB
End job on node121 at 2016-06-16 21:00:49