Trace number 4100477

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.65 1796.64

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-usAbbrv.8.25_70.opb
MD5SUM825fd1904b2d777401b7be7f08c7951c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-5
Best CPU time to get the best result obtained on this benchmark179.208
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20611
Total number of constraints3921
Number of constraints which are clauses563
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3358
Minimum length of a constraint4
Maximum length of a constraint61
Number of terms in the objective function 135
Biggest coefficient in the objective function 262118
Number of bits for the biggest coefficient in the objective function 18
Sum of the numbers in the objective function 524354
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262118
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524354
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4100477-1466214611.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  objective function found
1.08/0.65	c ... done. Wall clock time 0.536s.
1.08/0.65	c declared #vars     20611
1.08/0.65	c #constraints  3922
1.08/0.65	c constraints type 
1.08/0.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 563
1.08/0.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3359
1.08/0.65	c 3922 constraints processed.
1.08/0.65	c objective function length is 135 literals
1.96/1.17	c cleaning 2500 clauses out of 5001 with flag 12807/5001
2.60/1.69	c cleaning 4253 clauses out of 8508 with flag 27348/11008
3.28/2.29	c cleaning 5618 clauses out of 11247 with flag 45733/18000
4.08/3.02	c cleaning 6812 clauses out of 13629 with flag 69052/26000
4.80/3.76	c cleaning 7910 clauses out of 15821 with flag 93149/35004
5.50/4.47	c cleaning 8951 clauses out of 17907 with flag 118202/45000
6.39/5.30	c cleaning 9971 clauses out of 19956 with flag 147819/56000
7.19/6.11	c cleaning 10978 clauses out of 21985 with flag 174762/68000
8.09/7.01	c cleaning 12005 clauses out of 24017 with flag 205261/81010
9.39/8.30	c cleaning 12993 clauses out of 26002 with flag 241724/95000
10.89/9.84	c cleaning 14001 clauses out of 28009 with flag 283474/110000
12.79/11.74	c cleaning 15000 clauses out of 30008 with flag 327861/126000
14.89/13.86	c cleaning 16002 clauses out of 32012 with flag 375273/143004
17.70/16.69	c cleaning 17000 clauses out of 34006 with flag 425408/161000
19.49/18.46	c cleaning 17994 clauses out of 36006 with flag 465783/180000
22.19/21.12	c cleaning 19002 clauses out of 38013 with flag 507080/200001
25.19/24.19	c cleaning 19994 clauses out of 40010 with flag 558409/221000
27.90/26.85	c cleaning 20997 clauses out of 42017 with flag 612653/243001
29.00/27.98	c cleaning 21999 clauses out of 44021 with flag 660266/266002
32.50/31.48	c cleaning 22999 clauses out of 46020 with flag 712818/290000
36.89/35.88	c cleaning 24001 clauses out of 48022 with flag 766512/315001
38.79/37.80	c cleaning 24996 clauses out of 50026 with flag 824178/341006
40.37/39.21	c cleaning 26000 clauses out of 52024 with flag 885144/368000
43.57/42.47	c cleaning 27006 clauses out of 54028 with flag 946132/396004
47.27/46.20	c cleaning 28003 clauses out of 56019 with flag 1007638/425001
49.27/48.12	c cleaning 29005 clauses out of 58018 with flag 1069433/455003
51.17/50.09	c cleaning 29986 clauses out of 60010 with flag 1142771/486000
56.07/54.94	c cleaning 30994 clauses out of 62024 with flag 1234362/518000
58.77/57.64	c cleaning 32002 clauses out of 64031 with flag 1312093/551001
64.88/63.75	c cleaning 32998 clauses out of 66028 with flag 1384055/585000
71.08/69.96	c cleaning 34001 clauses out of 68030 with flag 1458789/620000
78.19/77.03	c cleaning 34998 clauses out of 70030 with flag 1535101/656001
79.88/78.75	c cleaning 36004 clauses out of 72033 with flag 1615997/693002
83.89/82.76	c cleaning 37005 clauses out of 74027 with flag 1697352/731000
90.08/88.99	c cleaning 38007 clauses out of 76024 with flag 1780148/770002
97.17/95.93	c cleaning 39001 clauses out of 78016 with flag 1864637/810001
101.87/100.68	c cleaning 40000 clauses out of 80015 with flag 1954421/851001
104.57/103.36	c cleaning 40992 clauses out of 82014 with flag 2046478/893000
108.77/107.55	c cleaning 42007 clauses out of 84022 with flag 2134217/936000
111.47/110.28	c cleaning 42997 clauses out of 86015 with flag 2230093/980000
116.27/115.05	c cleaning 43995 clauses out of 88019 with flag 2323859/1025001
118.97/117.74	c cleaning 45004 clauses out of 90024 with flag 2427419/1071001
127.56/126.32	c cleaning 46008 clauses out of 92028 with flag 2538121/1118009
137.68/136.47	c cleaning 46997 clauses out of 94011 with flag 2648146/1166000
140.87/139.61	c cleaning 47997 clauses out of 96016 with flag 2752552/1215002
152.80/151.47	c cleaning 49004 clauses out of 98017 with flag 2853747/1265000
167.70/166.39	c cleaning 50004 clauses out of 100015 with flag 2958260/1316002
179.50/178.10	c cleaning 51003 clauses out of 102011 with flag 3065407/1368002
188.20/186.89	c cleaning 52003 clauses out of 104007 with flag 3172733/1421001
205.30/203.91	c cleaning 53004 clauses out of 106010 with flag 3281739/1475007
223.71/222.34	c cleaning 54003 clauses out of 108005 with flag 3393272/1530006
234.30/232.98	c cleaning 54994 clauses out of 109997 with flag 3509323/1586001
252.81/251.49	c cleaning 55998 clauses out of 112006 with flag 3627507/1643004
271.96/270.44	c cleaning 56997 clauses out of 114004 with flag 3751233/1701000
293.27/291.73	c cleaning 57997 clauses out of 116008 with flag 3877436/1760001
315.08/313.54	c cleaning 58990 clauses out of 118011 with flag 3997750/1820001
343.37/341.84	c cleaning 59997 clauses out of 120024 with flag 4121938/1881004
370.58/369.08	c cleaning 60997 clauses out of 122024 with flag 4249332/1943001
405.07/403.56	c cleaning 62001 clauses out of 124027 with flag 4378986/2006001
443.89/442.33	c cleaning 63004 clauses out of 126027 with flag 4511789/2070002
482.18/480.67	c cleaning 64001 clauses out of 128022 with flag 4643879/2135001
495.08/493.37	c cleaning 65002 clauses out of 130020 with flag 4781686/2201000
513.47/511.71	c cleaning 66004 clauses out of 132020 with flag 4922607/2268002
535.41/533.62	c cleaning 66995 clauses out of 134015 with flag 5080505/2336001
559.20/557.43	c cleaning 67998 clauses out of 136019 with flag 5256285/2405000
573.70/572.00	c cleaning 69000 clauses out of 138022 with flag 5422022/2475001
592.50/590.79	c cleaning 70013 clauses out of 140029 with flag 5566057/2546008
603.97/602.05	c cleaning 70999 clauses out of 142009 with flag 5725174/2618001
630.47/628.50	c cleaning 72001 clauses out of 144009 with flag 5873403/2691000
666.57/664.63	c cleaning 73005 clauses out of 146012 with flag 6023712/2765004
686.07/684.17	c cleaning 73998 clauses out of 148006 with flag 6175936/2840003
725.68/723.73	c cleaning 75003 clauses out of 150009 with flag 6331984/2916004
784.86/782.77	c cleaning 76002 clauses out of 152005 with flag 6487520/2993003
851.97/849.80	c cleaning 77000 clauses out of 154002 with flag 6645120/3071002
884.08/881.92	c cleaning 77999 clauses out of 156001 with flag 6805535/3150001
927.18/925.05	c cleaning 79003 clauses out of 158005 with flag 6967905/3230004
956.88/954.71	c cleaning 79995 clauses out of 160000 with flag 7131367/3311002
995.16/992.83	c cleaning 80996 clauses out of 162007 with flag 7295427/3393004
1011.76/1009.48	c cleaning 82002 clauses out of 164009 with flag 7464421/3476002
1057.06/1054.75	c cleaning 83000 clauses out of 166006 with flag 7632536/3560001
1103.07/1100.76	c cleaning 84003 clauses out of 168007 with flag 7802544/3645002
1152.02/1149.59	c cleaning 84996 clauses out of 170004 with flag 7974587/3731002
1175.51/1173.09	c cleaning 86000 clauses out of 172006 with flag 8150708/3818000
1237.52/1235.01	c cleaning 86998 clauses out of 174006 with flag 8326715/3906000
1265.22/1262.79	c cleaning 88003 clauses out of 176009 with flag 8506007/3995001
1317.15/1314.53	c cleaning 88999 clauses out of 178006 with flag 8686007/4085001
1354.66/1352.05	c cleaning 89989 clauses out of 180006 with flag 8874628/4176000
1398.16/1395.52	c cleaning 90999 clauses out of 182019 with flag 9058818/4268002
1456.37/1453.79	c cleaning 91994 clauses out of 184020 with flag 9244905/4361002
1514.05/1511.30	c cleaning 93004 clauses out of 186024 with flag 9432901/4455000
1555.36/1552.63	c cleaning 94005 clauses out of 188023 with flag 9623980/4550003
1607.67/1604.92	c cleaning 95007 clauses out of 190016 with flag 9816198/4646001
1670.28/1667.53	c cleaning 96003 clauses out of 192012 with flag 10010204/4743004
1744.09/1740.94	c cleaning 96998 clauses out of 194005 with flag 10207035/4841000
1758.05/1754.62	c cleaning 97995 clauses out of 196007 with flag 10413068/4940000
1800.06/1796.60	c starts		: 1382
1800.06/1796.60	c conflicts		: 5021084
1800.06/1796.60	c decisions		: 5837576
1800.06/1796.60	c propagations		: 38957208
1800.06/1796.60	c inspects		: 37631426626
1800.06/1796.60	c shortcuts		: 0
1800.06/1796.60	c learnt literals	: 0
1800.06/1796.60	c learnt binary clauses	: 1
1800.06/1796.60	c learnt ternary clauses	: 75
1800.06/1796.60	c learnt constraints	: 5021084
1800.06/1796.60	c ignored constraints	: 0
1800.06/1796.60	c root simplifications	: 0
1800.06/1796.60	c removed literals (reason simplification)	: 0
1800.06/1796.60	c reason swapping (by a shorter reason)	: 0
1800.06/1796.60	c Calls to reduceDB	: 95
1800.06/1796.60	c Number of update (reduction) of LBD	: 134926
1800.06/1796.60	c Imported unit clauses	: 0
1800.06/1796.60	c number of reductions to clauses (during analyze)	: 0
1800.06/1796.60	c number of learned constraints concerned by reduction	: 0
1800.06/1796.60	c number of learning phase by resolution	: 0
1800.06/1796.60	c number of learning phase by cutting planes	: 0
1800.06/1796.60	c speed (assignments/second)	: 21691.93025789966
1800.06/1796.60	c non guided choices	443103
1800.06/1796.60	c timeout
1800.06/1796.63	c learnt constraints type 
1800.06/1796.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.06/1796.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 179096
1800.06/1796.63	s UNKNOWN
1800.06/1796.63	c Total wall clock time (in seconds): 1796.518

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-4100477-1466214611/watcher-4100477-1466214611 -o /tmp/evaluation-result-4100477-1466214611/solver-4100477-1466214611 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466206067-15564 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100477-1466214611.opb 

pid=17959
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.25 2.31 2.27 3/195 17962
/proc/meminfo: memFree=30074476/32872528 swapFree=1370848/1518016
[pid=17962] ppid=17959 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/17962/stat : 17962 (java) R 17959 17962 15548 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 23507596 278528 33 33554432000 1073741824 1073778376 140733670758208 140735192117704 229346733351 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/17962/statm: 84 41 33 9 0 25 0

[startup+0.100163 s]
/proc/loadavg: 2.25 2.31 2.27 3/195 17962
/proc/meminfo: memFree=30074476/32872528 swapFree=1370848/1518016
[pid=17962] ppid=17959 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/17962/stat : 17962 (java) S 17959 17962 15548 0 -1 4202496 4418 0 1 0 7 1 0 0 20 0 18 0 23507596 9787879424 6058 33554432000 1073741824 1073778376 140733670758208 140733670749344 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17962/statm: 2389619 6058 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.25 2.31 2.27 3/195 17962
/proc/meminfo: memFree=30074476/32872528 swapFree=1370848/1518016
[pid=17962] ppid=17959 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/17962/stat : 17962 (java) S 17959 17962 15548 0 -1 4202496 4983 0 1 0 26 1 0 0 20 0 18 0 23507596 9787879424 6944 33554432000 1073741824 1073778376 140733670758208 140733670749344 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17962/statm: 2389619 6944 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300221 s]
/proc/loadavg: 2.25 2.31 2.27 3/195 17962
/proc/meminfo: memFree=30074476/32872528 swapFree=1370848/1518016
[pid=17962] ppid=17959 vsize=9558476 CPUtime=0.53 cores=0,2,4,6
/proc/17962/stat : 17962 (java) S 17959 17962 15548 0 -1 4202496 7192 0 1 0 51 2 0 0 20 0 18 0 23507596 9787879424 10834 33554432000 1073741824 1073778376 140733670758208 140733670749344 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17962/statm: 2389619 10834 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700183 s]
/proc/loadavg: 2.25 2.31 2.27 3/195 17962
/proc/meminfo: memFree=30074476/32872528 swapFree=1370848/1518016
[pid=17962] ppid=17959 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/17962/stat : 17962 (java) S 17959 17962 15548 0 -1 4202496 10655 0 1 0 119 5 0 0 20 0 19 0 23507596 9856040960 40103 33554432000 1073741824 1073778376 140733670758208 140733670749344 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17962/statm: 2406260 40103 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.31 2.33 2.28 4/214 17981
/proc/meminfo: memFree=29919500/32872528 swapFree=1370848/1518016
[pid=17962] ppid=17959 vsize=9625040 CPUtime=2.5 cores=0,2,4,6
/proc/17962/stat : 17962 (java) S 17959 17962 15548 0 -1 4202496 11349 0 1 0 244 6 0 0 20 0 19 0 23507596 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140733670749344 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17962/statm: 2406260 43351 2281 9 0 2396937 0
[pid=17962/tid=17964] ppid=17959 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/17962/task/17964/stat : 17964 (java) R 17959 17962 15548 0 -1 4202560 2511 0 1 0 141 4 0 0 20 0 19 0 23507597 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140562405375688 140562278182346 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17962/tid=17965] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17965/stat : 17965 (java) S 17959 17962 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23507598 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140562249009960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17962/tid=17966] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17966/stat : 17966 (java) S 17959 17962 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23507598 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140562247957160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17962/tid=17967] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17967/stat : 17967 (java) S 17959 17962 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23507598 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140562246904872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17962/tid=17968] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17968/stat : 17968 (java) S 17959 17962 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23507598 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140562245852072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17962/tid=17969] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17969/stat : 17969 (java) S 17959 17962 15548 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23507598 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140562244798760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17962/tid=17970] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17970/stat : 17970 (java) S 17959 17962 15548 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23507598 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140562243745960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17962/tid=17971] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17971/stat : 17971 (java) S 17959 17962 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23507598 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140562242693672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17962/tid=17972] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17972/stat : 17972 (java) S 17959 17962 15548 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23507598 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140562241640872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17962/tid=17973] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17973/stat : 17973 (java) S 17959 17962 15548 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 23507599 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140562229443304 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17962/tid=17974] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17974/stat : 17974 (java) S 17959 17962 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23507600 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140562228389368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17962/tid=17975] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17975/stat : 17975 (java) S 17959 17962 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23507600 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140562227336968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17962/tid=17976] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17976/stat : 17976 (java) S 17959 17962 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23507602 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140562226285456 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17962/tid=17977] ppid=17959 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/17962/task/17977/stat : 17977 (java) S 17959 17962 15548 0 -1 4202560 4592 0 0 0 57 2 0 0 20 0 19 0 23507602 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140562225232056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17962/tid=17978] ppid=17959 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/17962/task/17978/stat : 17978 (java) S 17959 17962 15548 0 -1 4202560 2879 0 0 0 39 0 0 0 20 0 19 0 23507602 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140562224179256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17962/tid=17979] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17979/stat : 17979 (java) S 17959 17962 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23507602 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140562223127160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17962/tid=17980] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17980/stat : 17980 (java) S 17959 17962 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23507602 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140562222074568 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17962/tid=17981] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17981/stat : 17981 (java) S 17959 17962 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23507663 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140562221020584 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.31 2.33 2.28 3/214 17981
/proc/meminfo: memFree=29908856/32872528 swapFree=1370848/1518016
[pid=17962] ppid=17959 vsize=9625040 CPUtime=4.2 cores=0,2,4,6
/proc/17962/stat : 17962 (java) S 17959 17962 15548 0 -1 4202496 11690 0 1 0 414 6 0 0 20 0 19 0 23507596 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140733670749344 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17962/statm: 2406260 43351 2281 9 0 2396937 0
[pid=17962/tid=17964] ppid=17959 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/17962/task/17964/stat : 17964 (java) R 17959 17962 15548 0 -1 4202560 2511 0 1 0 301 4 0 0 20 0 19 0 23507597 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140562405376248 140562278041818 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17962/tid=17965] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17965/stat : 17965 (java) S 17959 17962 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23507598 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140562249009960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17962/tid=17966] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17966/stat : 17966 (java) S 17959 17962 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23507598 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140562247957160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17962/tid=17967] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17967/stat : 17967 (java) S 17959 17962 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23507598 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140562246904872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17962/tid=17968] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17968/stat : 17968 (java) S 17959 17962 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23507598 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140562245852072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17962/tid=17969] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17969/stat : 17969 (java) S 17959 17962 15548 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23507598 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140562244798760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17962/tid=17970] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17970/stat : 17970 (java) S 17959 17962 15548 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23507598 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140562243745960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17962/tid=17971] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17971/stat : 17971 (java) S 17959 17962 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23507598 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140562242693672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17962/tid=17972] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17972/stat : 17972 (java) S 17959 17962 15548 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23507598 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140562241640872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17962/tid=17973] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17973/stat : 17973 (java) S 17959 17962 15548 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 23507599 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140562229443304 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17962/tid=17974] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17974/stat : 17974 (java) S 17959 17962 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23507600 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140562228389368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17962/tid=17975] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17975/stat : 17975 (java) S 17959 17962 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23507600 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140562227336968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17962/tid=17976] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17976/stat : 17976 (java) S 17959 17962 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23507602 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140562226285456 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17962/tid=17977] ppid=17959 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/17962/task/17977/stat : 17977 (java) S 17959 17962 15548 0 -1 4202560 4933 0 0 0 65 2 0 0 20 0 19 0 23507602 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140562225232056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17962/tid=17978] ppid=17959 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/17962/task/17978/stat : 17978 (java) S 17959 17962 15548 0 -1 4202560 2879 0 0 0 41 0 0 0 20 0 19 0 23507602 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140562224179256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17962/tid=17979] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17979/stat : 17979 (java) S 17959 17962 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23507602 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140562223127160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17962/tid=17980] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17980/stat : 17980 (java) S 17959 17962 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23507602 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140562222074568 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17962/tid=17981] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17981/stat : 17981 (java) S 17959 17962 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23507663 9856040960 43351 33554432000 1073741824 1073778376 140733670758208 140562221020584 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.31 2.33 2.28 3/214 17981
/proc/meminfo: memFree=29908700/32872528 swapFree=1370848/1518016
[pid=17962] ppid=17959 vsize=9625040 CPUtime=7.39 cores=0,2,4,6
/proc/17962/stat : 17962 (java) S 17959 17962 15548 0 -1 4202496 11691 0 1 0 733 6 0 0 20 0 19 0 23507596 9856040960 43153 33554432000 1073741824 1073778376 140733670758208 140733670749344 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17962/statm: 2406260 43153 2281 9 0 2396937 0
[pid=17962/tid=17964] ppid=17959 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/17962/task/17964/stat : 17964 (java) R 17959 17962 15548 0 -1 4202560 2512 0 1 0 621 4 0 0 20 0 19 0 23507597 9856040960 43153 33554432000 1073741824 1073778376 140733670758208 140562405367456 140562278126023 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17962/tid=17965] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17965/stat : 17965 (java) S 17959 17962 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23507598 9856040960 43153 33554432000 1073741824 1073778376 140733670758208 140562249009960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17962/tid=17966] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17966/stat : 17966 (java) S 17959 17962 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23507598 9856040960 43153 33554432000 1073741824 1073778376 140733670758208 140562247957160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17962/tid=17967] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17967/stat : 17967 (java) S 17959 17962 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23507598 9856040960 43153 33554432000 1073741824 1073778376 140733670758208 140562246904872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17962/tid=17968] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17968/stat : 17968 (java) S 17959 17962 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23507598 9856040960 43153 33554432000 1073741824 1073778376 140733670758208 140562245852072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17962/tid=17969] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17969/stat : 17969 (java) S 17959 17962 15548 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23507598 9856040960 43153 33554432000 1073741824 1073778376 140733670758208 140562244798760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17962/tid=17970] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17970/stat : 17970 (java) S 17959 17962 15548 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23507598 9856040960 43153 33554432000 1073741824 1073778376 140733670758208 140562243745960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17962/tid=17971] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17971/stat : 17971 (java) S 17959 17962 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23507598 9856040960 43153 33554432000 1073741824 1073778376 140733670758208 140562242693672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17962/tid=17972] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17972/stat : 17972 (java) S 17959 17962 15548 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23507598 9856040960 43153 33554432000 1073741824 1073778376 140733670758208 140562241640872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17962/tid=17973] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17973/stat : 17973 (java) S 17959 17962 15548 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 23507599 9856040960 43153 33554432000 1073741824 1073778376 140733670758208 140562229443304 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17962/tid=17974] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17974/stat : 17974 (java) S 17959 17962 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23507600 9856040960 43153 33554432000 1073741824 1073778376 140733670758208 140562228389368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17962/tid=17975] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17975/stat : 17975 (java) S 17959 17962 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23507600 9856040960 43153 33554432000 1073741824 1073778376 140733670758208 140562227336968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17962/tid=17976] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17976/stat : 17976 (java) S 17959 17962 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23507602 9856040960 43153 33554432000 1073741824 1073778376 140733670758208 140562226285456 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17962/tid=17977] ppid=17959 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/17962/task/17977/stat : 17977 (java) S 17959 17962 15548 0 -1 4202560 4933 0 0 0 65 2 0 0 20 0 19 0 23507602 9856040960 43153 33554432000 1073741824 1073778376 140733670758208 140562225232056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17962/tid=17978] ppid=17959 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/17962/task/17978/stat : 17978 (java) S 17959 17962 15548 0 -1 4202560 2879 0 0 0 41 0 0 0 20 0 19 0 23507602 9856040960 43153 33554432000 1073741824 1073778376 140733670758208 140562224179256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17962/tid=17979] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17979/stat : 17979 (java) S 17959 17962 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23507602 9856040960 43153 33554432000 1073741824 1073778376 140733670758208 140562223127160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17962/tid=17980] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17980/stat : 17980 (java) S 17959 17962 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23507602 9856040960 43153 33554432000 1073741824 1073778376 140733670758208 140562222074568 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17962/tid=17981] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17981/stat : 17981 (java) S 17959 17962 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23507663 9856040960 43153 33554432000 1073741824 1073778376 140733670758208 140562221020584 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.39
Current children cumulated vsize (KiB) 9625040


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

[pid=17962/tid=17974] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17974/stat : 17974 (java) S 17959 17962 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23507600 9856040960 141745 33554432000 1073741824 1073778376 140733670758208 140562228389368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17962/tid=17975] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17975/stat : 17975 (java) S 17959 17962 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23507600 9856040960 141745 33554432000 1073741824 1073778376 140733670758208 140562227336968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17962/tid=17976] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17976/stat : 17976 (java) S 17959 17962 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23507602 9856040960 141745 33554432000 1073741824 1073778376 140733670758208 140562226285456 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17962/tid=17977] ppid=17959 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/17962/task/17977/stat : 17977 (java) S 17959 17962 15548 0 -1 4202560 4933 0 0 0 65 2 0 0 20 0 19 0 23507602 9856040960 141745 33554432000 1073741824 1073778376 140733670758208 140562225232056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17962/tid=17978] ppid=17959 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/17962/task/17978/stat : 17978 (java) S 17959 17962 15548 0 -1 4202560 2885 0 0 0 43 0 0 0 20 0 19 0 23507602 9856040960 141745 33554432000 1073741824 1073778376 140733670758208 140562224179256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17962/tid=17979] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17979/stat : 17979 (java) S 17959 17962 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23507602 9856040960 141745 33554432000 1073741824 1073778376 140733670758208 140562223127160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17962/tid=17980] ppid=17959 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/17962/task/17980/stat : 17980 (java) S 17959 17962 15548 0 -1 4202560 95 0 0 0 26 26 0 0 20 0 19 0 23507602 9856040960 141745 33554432000 1073741824 1073778376 140733670758208 140562222074568 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17962/tid=17981] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17981/stat : 17981 (java) S 17959 17962 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23507663 9856040960 141745 33554432000 1073741824 1073778376 140733670758208 140562221020584 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1665.08
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.12 2.22 2.25 3/213 18109
/proc/meminfo: memFree=29643524/32872528 swapFree=1370848/1518016
[pid=17962] ppid=17959 vsize=9625040 CPUtime=1725.18 cores=0,2,4,6
/proc/17962/stat : 17962 (java) S 17959 17962 15548 0 -1 4202496 14040 0 1 0 172448 70 0 0 20 0 19 0 23507596 9856040960 142934 33554432000 1073741824 1073778376 140733670758208 140733670749344 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17962/statm: 2406260 142934 2282 9 0 2396937 0
[pid=17962/tid=17964] ppid=17959 vsize=9625040 CPUtime=1721.66 cores=0,2,4,6
/proc/17962/task/17964/stat : 17964 (java) R 17959 17962 15548 0 -1 4202560 2525 0 1 0 172135 31 0 0 20 0 19 0 23507597 9856040960 142934 33554432000 1073741824 1073778376 140733670758208 140562405375168 140562278162225 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17962/tid=17965] ppid=17959 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/17962/task/17965/stat : 17965 (java) S 17959 17962 15548 0 -1 4202560 335 0 0 0 20 6 0 0 20 0 19 0 23507598 9856040960 142934 33554432000 1073741824 1073778376 140733670758208 140562249009960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17962/tid=17966] ppid=17959 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/17962/task/17966/stat : 17966 (java) S 17959 17962 15548 0 -1 4202560 528 0 0 0 24 7 0 0 20 0 19 0 23507598 9856040960 142934 33554432000 1073741824 1073778376 140733670758208 140562247957160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17962/tid=17967] ppid=17959 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/17962/task/17967/stat : 17967 (java) S 17959 17962 15548 0 -1 4202560 109 0 0 0 18 3 0 0 20 0 19 0 23507598 9856040960 142934 33554432000 1073741824 1073778376 140733670758208 140562246904872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17962/tid=17968] ppid=17959 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/17962/task/17968/stat : 17968 (java) S 17959 17962 15548 0 -1 4202560 294 0 0 0 18 4 0 0 20 0 19 0 23507598 9856040960 142934 33554432000 1073741824 1073778376 140733670758208 140562245852072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17962/tid=17969] ppid=17959 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/17962/task/17969/stat : 17969 (java) S 17959 17962 15548 0 -1 4202560 373 0 0 0 22 6 0 0 20 0 19 0 23507598 9856040960 142934 33554432000 1073741824 1073778376 140733670758208 140562244798760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17962/tid=17970] ppid=17959 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/17962/task/17970/stat : 17970 (java) S 17959 17962 15548 0 -1 4202560 207 0 0 0 19 4 0 0 20 0 19 0 23507598 9856040960 142934 33554432000 1073741824 1073778376 140733670758208 140562243745960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17962/tid=17971] ppid=17959 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/17962/task/17971/stat : 17971 (java) S 17959 17962 15548 0 -1 4202560 167 0 0 0 27 7 0 0 20 0 19 0 23507598 9856040960 142934 33554432000 1073741824 1073778376 140733670758208 140562242693672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17962/tid=17972] ppid=17959 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/17962/task/17972/stat : 17972 (java) S 17959 17962 15548 0 -1 4202560 201 0 0 0 22 6 0 0 20 0 19 0 23507598 9856040960 142934 33554432000 1073741824 1073778376 140733670758208 140562241640872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17962/tid=17973] ppid=17959 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/17962/task/17973/stat : 17973 (java) S 17959 17962 15548 0 -1 4202560 126 0 0 0 1 1 0 0 20 0 19 0 23507599 9856040960 142934 33554432000 1073741824 1073778376 140733670758208 140562229443304 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17962/tid=17974] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17974/stat : 17974 (java) S 17959 17962 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23507600 9856040960 142934 33554432000 1073741824 1073778376 140733670758208 140562228389368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17962/tid=17975] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17975/stat : 17975 (java) S 17959 17962 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23507600 9856040960 142934 33554432000 1073741824 1073778376 140733670758208 140562227336968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17962/tid=17976] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17976/stat : 17976 (java) S 17959 17962 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23507602 9856040960 142934 33554432000 1073741824 1073778376 140733670758208 140562226285456 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17962/tid=17977] ppid=17959 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/17962/task/17977/stat : 17977 (java) S 17959 17962 15548 0 -1 4202560 4933 0 0 0 65 2 0 0 20 0 19 0 23507602 9856040960 142934 33554432000 1073741824 1073778376 140733670758208 140562225232056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17962/tid=17978] ppid=17959 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/17962/task/17978/stat : 17978 (java) S 17959 17962 15548 0 -1 4202560 2885 0 0 0 43 0 0 0 20 0 19 0 23507602 9856040960 142934 33554432000 1073741824 1073778376 140733670758208 140562224179256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17962/tid=17979] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17979/stat : 17979 (java) S 17959 17962 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23507602 9856040960 142934 33554432000 1073741824 1073778376 140733670758208 140562223127160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17962/tid=17980] ppid=17959 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/17962/task/17980/stat : 17980 (java) S 17959 17962 15548 0 -1 4202560 99 0 0 0 27 27 0 0 20 0 19 0 23507602 9856040960 142934 33554432000 1073741824 1073778376 140733670758208 140562222074568 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17962/tid=17981] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17981/stat : 17981 (java) S 17959 17962 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23507663 9856040960 142934 33554432000 1073741824 1073778376 140733670758208 140562221020584 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1725.18
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.14 2.20 2.24 4/213 18110
/proc/meminfo: memFree=29635600/32872528 swapFree=1370848/1518016
[pid=17962] ppid=17959 vsize=9625040 CPUtime=1785.76 cores=0,2,4,6
/proc/17962/stat : 17962 (java) S 17959 17962 15548 0 -1 4202496 23134 0 1 0 178503 73 0 0 20 0 19 0 23507596 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140733670749344 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17962/statm: 2406260 144899 2282 9 0 2396937 0
[pid=17962/tid=17964] ppid=17959 vsize=9625040 CPUtime=1781.65 cores=0,2,4,6
/proc/17962/task/17964/stat : 17964 (java) R 17959 17962 15548 0 -1 4202560 2527 0 1 0 178133 32 0 0 20 0 19 0 23507597 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140562405367456 140562278162211 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17962/tid=17965] ppid=17959 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/17962/task/17965/stat : 17965 (java) S 17959 17962 15548 0 -1 4202560 335 0 0 0 20 6 0 0 20 0 19 0 23507598 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140562249009960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17962/tid=17966] ppid=17959 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/17962/task/17966/stat : 17966 (java) S 17959 17962 15548 0 -1 4202560 528 0 0 0 24 7 0 0 20 0 19 0 23507598 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140562247957160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17962/tid=17967] ppid=17959 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/17962/task/17967/stat : 17967 (java) S 17959 17962 15548 0 -1 4202560 109 0 0 0 18 3 0 0 20 0 19 0 23507598 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140562246904872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17962/tid=17968] ppid=17959 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/17962/task/17968/stat : 17968 (java) S 17959 17962 15548 0 -1 4202560 294 0 0 0 18 4 0 0 20 0 19 0 23507598 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140562245852072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17962/tid=17969] ppid=17959 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/17962/task/17969/stat : 17969 (java) S 17959 17962 15548 0 -1 4202560 373 0 0 0 22 6 0 0 20 0 19 0 23507598 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140562244798760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17962/tid=17970] ppid=17959 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/17962/task/17970/stat : 17970 (java) S 17959 17962 15548 0 -1 4202560 207 0 0 0 19 4 0 0 20 0 19 0 23507598 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140562243745960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17962/tid=17971] ppid=17959 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/17962/task/17971/stat : 17971 (java) S 17959 17962 15548 0 -1 4202560 167 0 0 0 27 7 0 0 20 0 19 0 23507598 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140562242693672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17962/tid=17972] ppid=17959 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/17962/task/17972/stat : 17972 (java) S 17959 17962 15548 0 -1 4202560 201 0 0 0 22 6 0 0 20 0 19 0 23507598 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140562241640872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17962/tid=17973] ppid=17959 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/17962/task/17973/stat : 17973 (java) S 17959 17962 15548 0 -1 4202560 126 0 0 0 1 1 0 0 20 0 19 0 23507599 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140562229443304 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17962/tid=17974] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17974/stat : 17974 (java) S 17959 17962 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23507600 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140562228389368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17962/tid=17975] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17975/stat : 17975 (java) S 17959 17962 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23507600 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140562227336968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17962/tid=17976] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17976/stat : 17976 (java) S 17959 17962 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23507602 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140562226285456 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17962/tid=17977] ppid=17959 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/17962/task/17977/stat : 17977 (java) S 17959 17962 15548 0 -1 4202560 4935 0 0 0 67 2 0 0 20 0 19 0 23507602 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140562225232056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17962/tid=17978] ppid=17959 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/17962/task/17978/stat : 17978 (java) S 17959 17962 15548 0 -1 4202560 11971 0 0 0 94 2 0 0 20 0 19 0 23507602 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140562224179256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17962/tid=17979] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17979/stat : 17979 (java) S 17959 17962 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23507602 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140562223127160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17962/tid=17980] ppid=17959 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/17962/task/17980/stat : 17980 (java) S 17959 17962 15548 0 -1 4202560 103 0 0 0 28 28 0 0 20 0 19 0 23507602 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140562222074568 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17962/tid=17981] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17981/stat : 17981 (java) S 17959 17962 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23507663 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140562221020584 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1785.76
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.6 s]
/proc/loadavg: 2.19 2.21 2.24 3/214 18113
/proc/meminfo: memFree=29634940/32872528 swapFree=1370848/1518016
[pid=17962] ppid=17959 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/17962/stat : 17962 (java) S 17959 17962 15548 0 -1 4202496 23134 0 1 0 179933 73 0 0 20 0 19 0 23507596 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140733670749344 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17962/statm: 2406260 144899 2282 9 0 2396937 0
[pid=17962/tid=17964] ppid=17959 vsize=9625040 CPUtime=1795.95 cores=0,2,4,6
/proc/17962/task/17964/stat : 17964 (java) R 17959 17962 15548 0 -1 4202560 2527 0 1 0 179563 32 0 0 20 0 19 0 23507597 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140562405367456 140562278162225 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17962/tid=17965] ppid=17959 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/17962/task/17965/stat : 17965 (java) S 17959 17962 15548 0 -1 4202560 335 0 0 0 20 6 0 0 20 0 19 0 23507598 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140562249009960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17962/tid=17966] ppid=17959 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/17962/task/17966/stat : 17966 (java) S 17959 17962 15548 0 -1 4202560 528 0 0 0 24 7 0 0 20 0 19 0 23507598 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140562247957160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17962/tid=17967] ppid=17959 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/17962/task/17967/stat : 17967 (java) S 17959 17962 15548 0 -1 4202560 109 0 0 0 18 3 0 0 20 0 19 0 23507598 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140562246904872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17962/tid=17968] ppid=17959 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/17962/task/17968/stat : 17968 (java) S 17959 17962 15548 0 -1 4202560 294 0 0 0 18 4 0 0 20 0 19 0 23507598 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140562245852072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17962/tid=17969] ppid=17959 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/17962/task/17969/stat : 17969 (java) S 17959 17962 15548 0 -1 4202560 373 0 0 0 22 6 0 0 20 0 19 0 23507598 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140562244798760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17962/tid=17970] ppid=17959 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/17962/task/17970/stat : 17970 (java) S 17959 17962 15548 0 -1 4202560 207 0 0 0 19 4 0 0 20 0 19 0 23507598 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140562243745960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17962/tid=17971] ppid=17959 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/17962/task/17971/stat : 17971 (java) S 17959 17962 15548 0 -1 4202560 167 0 0 0 27 7 0 0 20 0 19 0 23507598 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140562242693672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17962/tid=17972] ppid=17959 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/17962/task/17972/stat : 17972 (java) S 17959 17962 15548 0 -1 4202560 201 0 0 0 22 6 0 0 20 0 19 0 23507598 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140562241640872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17962/tid=17973] ppid=17959 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/17962/task/17973/stat : 17973 (java) S 17959 17962 15548 0 -1 4202560 126 0 0 0 1 1 0 0 20 0 19 0 23507599 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140562229443304 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17962/tid=17974] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17974/stat : 17974 (java) S 17959 17962 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23507600 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140562228389368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17962/tid=17975] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17975/stat : 17975 (java) S 17959 17962 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23507600 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140562227336968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17962/tid=17976] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17976/stat : 17976 (java) S 17959 17962 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23507602 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140562226285456 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17962/tid=17977] ppid=17959 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/17962/task/17977/stat : 17977 (java) S 17959 17962 15548 0 -1 4202560 4935 0 0 0 67 2 0 0 20 0 19 0 23507602 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140562225232056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17962/tid=17978] ppid=17959 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/17962/task/17978/stat : 17978 (java) S 17959 17962 15548 0 -1 4202560 11971 0 0 0 94 2 0 0 20 0 19 0 23507602 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140562224179256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17962/tid=17979] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17979/stat : 17979 (java) S 17959 17962 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23507602 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140562223127160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17962/tid=17980] ppid=17959 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/17962/task/17980/stat : 17980 (java) S 17959 17962 15548 0 -1 4202560 103 0 0 0 28 29 0 0 20 0 19 0 23507602 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140562222074568 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17962/tid=17981] ppid=17959 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17981/stat : 17981 (java) S 17959 17962 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23507663 9856040960 144899 33554432000 1073741824 1073778376 140733670758208 140562221020584 229359269801 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 17962 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1796.64
CPU time (s): 1800.65
CPU user time (s): 1799.42
CPU system time (s): 1.23181
CPU usage (%): 100.223
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.42
system time used= 1.23181
maximum resident set size= 587784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23171
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38296
involuntary context switches= 4438

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6034 second user time and 13.353 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-18 03:50:11
IDJOB=4100477
IDBENCH=1621
IDSOLVER=2546
FILE ID=node129/4100477-1466214611
RUNJOBID= node129-1466206067-15564
PBS_JOBID= 19918148
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-usAbbrv.8.25_70.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100477-1466214611/watcher-4100477-1466214611 -o /tmp/evaluation-result-4100477-1466214611/solver-4100477-1466214611 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466206067-15564 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100477-1466214611.opb

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

MD5SUM BENCH= 825fd1904b2d777401b7be7f08c7951c
RANDOM SEED=1295284819

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30074856 kB
Buffers:           92864 kB
Cached:           103180 kB
SwapCached:         1944 kB
Active:           409236 kB
Inactive:         136128 kB
Active(anon):     350724 kB
Inactive(anon):     1076 kB
Active(file):      58512 kB
Inactive(file):   135052 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099224 kB
Dirty:              2868 kB
Writeback:             0 kB
AnonPages:       1966808 kB
Mapped:            15416 kB
Shmem:                 0 kB
Slab:             598680 kB
SReclaimable:      42464 kB
SUnreclaim:       556216 kB
KernelStack:        1656 kB
PageTables:         8008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1983912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    579584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node129 at 2016-06-18 04:20:08