Trace number 4084349

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.7 1796.84

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k4_l4_n360.opb
MD5SUMa399b3055416a9d1117a7f2bb11b2cef
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1440
Total number of constraints86040
Number of constraints which are clauses85680
Number of constraints which are cardinality constraints (but not clauses)360
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint4
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 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.11/0.12	c Pseudo Boolean Optimization by upper bound
0.11/0.12	c --- Begin Solver configuration ---
0.11/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.12	c Learn all clauses as in MiniSAT
0.11/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.12	c No reason simplification
0.11/0.12	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.12	c timeout=2147483s
0.11/0.12	c DB Simplification allowed=false
0.11/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.12	c --- End Solver configuration ---
0.11/0.12	c solving HOME/instance-4084349-1465219037.opb
0.11/0.12	c reading problem ... 
0.11/0.12	c  no objective function found
1.19/0.87	c ... done. Wall clock time 0.75s.
1.19/0.87	c declared #vars     1440
1.19/0.87	c #constraints  86400
1.19/0.87	c constraints type 
1.19/0.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 86040
1.19/0.87	c org.sat4j.minisat.constraints.card.MinWatchCard => 360
1.19/0.87	c 86400 constraints processed.
2.85/1.90	c cleaning 2494 clauses out of 5000 with flag 20994/5000
3.79/2.81	c cleaning 4252 clauses out of 8506 with flag 48792/11000
4.80/3.89	c cleaning 5626 clauses out of 11256 with flag 81601/18002
6.11/5.16	c cleaning 6811 clauses out of 13630 with flag 117326/26002
7.52/6.58	c cleaning 7905 clauses out of 15817 with flag 163129/35000
9.22/8.23	c cleaning 8947 clauses out of 17912 with flag 210008/45000
11.03/10.08	c cleaning 9979 clauses out of 19965 with flag 269783/56000
13.03/12.10	c cleaning 10985 clauses out of 21986 with flag 337705/68000
15.33/14.31	c cleaning 11997 clauses out of 24001 with flag 401764/81000
17.73/16.74	c cleaning 12994 clauses out of 26004 with flag 482378/95000
20.33/19.36	c cleaning 14002 clauses out of 28010 with flag 558860/110000
23.23/22.25	c cleaning 14999 clauses out of 30008 with flag 639542/126000
26.23/25.27	c cleaning 16002 clauses out of 32009 with flag 735185/143000
29.53/28.59	c cleaning 16990 clauses out of 34008 with flag 829478/161001
33.13/32.19	c cleaning 18002 clauses out of 36018 with flag 923130/180001
37.03/36.05	c cleaning 18999 clauses out of 38015 with flag 1029471/200000
41.14/40.13	c cleaning 19997 clauses out of 40016 with flag 1139961/221000
45.54/44.55	c cleaning 21004 clauses out of 42019 with flag 1260721/243000
50.14/49.17	c cleaning 22002 clauses out of 44016 with flag 1384240/266001
55.14/54.18	c cleaning 22997 clauses out of 46015 with flag 1534202/290002
60.33/59.39	c cleaning 23998 clauses out of 48016 with flag 1668131/315000
66.14/65.17	c cleaning 25003 clauses out of 50018 with flag 1808090/341000
72.24/71.24	c cleaning 26002 clauses out of 52015 with flag 1949420/368000
78.34/77.39	c cleaning 26998 clauses out of 54015 with flag 2091062/396002
85.14/84.12	c cleaning 28002 clauses out of 56015 with flag 2277793/425000
91.75/90.75	c cleaning 29001 clauses out of 58014 with flag 2424881/455001
98.92/97.83	c cleaning 29996 clauses out of 60013 with flag 2619718/486001
106.02/104.94	c cleaning 31003 clauses out of 62019 with flag 2786646/518003
113.52/112.41	c cleaning 31993 clauses out of 64014 with flag 2968398/551001
121.43/120.36	c cleaning 33001 clauses out of 66022 with flag 3137122/585002
129.94/128.85	c cleaning 34003 clauses out of 68019 with flag 3343209/620000
138.73/137.68	c cleaning 35005 clauses out of 70016 with flag 3529352/656000
147.83/146.75	c cleaning 36001 clauses out of 72012 with flag 3722448/693001
157.03/155.91	c cleaning 36995 clauses out of 74010 with flag 3933813/731000
166.64/165.56	c cleaning 38002 clauses out of 76015 with flag 4153239/770000
176.84/175.77	c cleaning 39005 clauses out of 78013 with flag 4361714/810000
187.44/186.30	c cleaning 39995 clauses out of 80008 with flag 4578665/851000
198.15/197.03	c cleaning 41001 clauses out of 82014 with flag 4809242/893001
209.44/208.33	c cleaning 42001 clauses out of 84013 with flag 5055286/936001
220.85/219.64	c cleaning 43000 clauses out of 86011 with flag 5288350/980000
232.35/231.17	c cleaning 43995 clauses out of 88012 with flag 5547417/1025001
244.86/243.62	c cleaning 44997 clauses out of 90017 with flag 5814067/1071001
257.86/256.68	c cleaning 45998 clauses out of 92019 with flag 6063387/1118000
270.96/269.71	c cleaning 47009 clauses out of 94022 with flag 6317629/1166001
284.46/283.26	c cleaning 47993 clauses out of 96012 with flag 6597719/1215000
298.57/297.31	c cleaning 49002 clauses out of 98019 with flag 6873973/1265000
313.07/311.82	c cleaning 49997 clauses out of 100018 with flag 7175210/1316001
328.08/326.85	c cleaning 50999 clauses out of 102020 with flag 7469594/1368000
344.39/342.94	c cleaning 51998 clauses out of 104021 with flag 7829404/1421000
360.10/358.69	c cleaning 52997 clauses out of 106026 with flag 8114417/1475003
377.10/375.62	c cleaning 54004 clauses out of 108026 with flag 8450040/1530000
394.70/393.24	c cleaning 55006 clauses out of 110023 with flag 8753708/1586001
412.50/411.06	c cleaning 55992 clauses out of 112016 with flag 9112490/1643000
431.40/429.99	c cleaning 57009 clauses out of 114025 with flag 9461373/1701001
450.31/448.89	c cleaning 57999 clauses out of 116015 with flag 9799815/1760000
470.00/468.51	c cleaning 58999 clauses out of 118016 with flag 10144256/1820000
490.02/488.39	c cleaning 59999 clauses out of 120019 with flag 10513590/1881002
511.42/509.73	c cleaning 61005 clauses out of 122021 with flag 10838068/1943003
533.63/531.99	c cleaning 62003 clauses out of 124013 with flag 11179005/2006000
556.11/554.50	c cleaning 62989 clauses out of 126011 with flag 11517507/2070001
580.60/578.97	c cleaning 64000 clauses out of 128022 with flag 11951504/2135001
604.60/602.97	c cleaning 65003 clauses out of 130021 with flag 12305304/2201000
628.41/626.73	c cleaning 65992 clauses out of 132018 with flag 12666216/2268000
652.88/650.97	c cleaning 67003 clauses out of 134026 with flag 13034257/2336000
677.09/675.19	c cleaning 68012 clauses out of 136027 with flag 13417164/2405004
701.89/699.97	c cleaning 68992 clauses out of 138012 with flag 13790650/2475001
727.21/725.24	c cleaning 70003 clauses out of 140021 with flag 14191301/2546002
753.71/751.76	c cleaning 70997 clauses out of 142018 with flag 14603136/2618002
780.71/778.70	c cleaning 72004 clauses out of 144021 with flag 15043403/2691002
808.03/805.88	c cleaning 72997 clauses out of 146016 with flag 15474565/2765001
835.93/833.78	c cleaning 74002 clauses out of 148019 with flag 15879715/2840001
864.53/862.33	c cleaning 75005 clauses out of 150017 with flag 16341978/2916001
893.94/891.75	c cleaning 75997 clauses out of 152012 with flag 16802506/2993001
923.85/921.65	c cleaning 77001 clauses out of 154015 with flag 17258513/3071001
954.65/952.44	c cleaning 78004 clauses out of 156013 with flag 17674535/3150000
986.24/983.82	c cleaning 78989 clauses out of 158009 with flag 18147508/3230000
1016.85/1014.46	c cleaning 79992 clauses out of 160020 with flag 18615505/3311000
1049.15/1046.70	c cleaning 81007 clauses out of 162030 with flag 19052432/3393002
1083.66/1081.30	c cleaning 82005 clauses out of 164023 with flag 19622423/3476002
1117.86/1115.29	c cleaning 83003 clauses out of 166016 with flag 20084846/3560000
1154.05/1151.50	c cleaning 83989 clauses out of 168014 with flag 20580958/3645001
1191.06/1188.43	c cleaning 85007 clauses out of 170031 with flag 21065797/3731007
1229.76/1227.12	c cleaning 86002 clauses out of 172018 with flag 21530505/3818001
1269.65/1267.05	c cleaning 86995 clauses out of 174017 with flag 22023327/3906002
1307.30/1304.51	c cleaning 87995 clauses out of 176022 with flag 22524157/3995002
1343.11/1340.34	c cleaning 88991 clauses out of 178025 with flag 23029917/4085000
1378.92/1376.13	c cleaning 89998 clauses out of 180035 with flag 23594649/4176001
1416.43/1413.66	c cleaning 91011 clauses out of 182036 with flag 24137460/4268000
1454.12/1451.22	c cleaning 92007 clauses out of 184026 with flag 24638711/4361001
1492.83/1489.97	c cleaning 92998 clauses out of 186018 with flag 25176505/4455000
1533.34/1530.41	c cleaning 94002 clauses out of 188020 with flag 25760752/4550000
1575.05/1572.12	c cleaning 94988 clauses out of 190018 with flag 26326675/4646000
1617.15/1614.15	c cleaning 96002 clauses out of 192032 with flag 27015559/4743002
1660.97/1657.93	c cleaning 97007 clauses out of 194029 with flag 27645129/4841001
1704.39/1701.31	c cleaning 98004 clauses out of 196021 with flag 28184515/4940000
1748.30/1745.19	c cleaning 98994 clauses out of 198018 with flag 28728369/5040001
1793.21/1790.06	c cleaning 100006 clauses out of 200023 with flag 29306517/5141000
1800.01/1796.80	c starts		: 14024
1800.01/1796.80	c conflicts		: 5160232
1800.01/1796.80	c decisions		: 9744831
1800.01/1796.80	c propagations		: 617760365
1800.01/1796.80	c inspects		: 28892390534
1800.01/1796.80	c shortcuts		: 0
1800.01/1796.80	c learnt literals	: 0
1800.01/1796.80	c learnt binary clauses	: 0
1800.01/1796.80	c learnt ternary clauses	: 0
1800.01/1796.80	c learnt constraints	: 5160232
1800.01/1796.80	c ignored constraints	: 0
1800.01/1796.80	c root simplifications	: 0
1800.01/1796.80	c removed literals (reason simplification)	: 0
1800.01/1796.80	c reason swapping (by a shorter reason)	: 0
1800.01/1796.80	c Calls to reduceDB	: 97
1800.01/1796.80	c Number of update (reduction) of LBD	: 2011730
1800.01/1796.80	c Imported unit clauses	: 0
1800.01/1796.80	c number of reductions to clauses (during analyze)	: 0
1800.01/1796.80	c number of learned constraints concerned by reduction	: 0
1800.01/1796.80	c number of learning phase by resolution	: 0
1800.01/1796.80	c number of learning phase by cutting planes	: 0
1800.01/1796.80	c speed (assignments/second)	: 343977.6105108657
1800.01/1796.80	c non guided choices	214
1800.01/1796.80	c timeout
1800.01/1796.83	c learnt constraints type 
1800.01/1796.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 119250
1800.01/1796.83	s UNKNOWN
1800.01/1796.83	c Total wall clock time (in seconds): 1796.714

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-4084349-1465219037/watcher-4084349-1465219037 -o /tmp/evaluation-result-4084349-1465219037/solver-4084349-1465219037 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465218951-7200 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084349-1465219037.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.04 1.96 2.02 3/194 10173
/proc/meminfo: memFree=30469328/32872528 swapFree=15784/1434320
[pid=10173] ppid=10170 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/10173/stat : 10173 (java) S 10170 10173 7184 0 -1 4202496 1331 0 0 0 0 0 0 0 20 0 2 0 103836990 98635776 961 33554432000 1073741824 1073778376 140733957545344 140733957536480 214373007421 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10173/statm: 24065 961 728 9 0 16771 0
[pid=10173/tid=10174] ppid=10170 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10174/stat : 10174 (java) R 10170 10173 7184 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 103836990 98570240 978 33554432000 1073741824 1073778376 140733957545344 140523944713768 214369650048 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100118 s]
/proc/loadavg: 2.04 1.96 2.02 3/194 10173
/proc/meminfo: memFree=30469328/32872528 swapFree=15784/1434320
[pid=10173] ppid=10170 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/10173/stat : 10173 (java) S 10170 10173 7184 0 -1 4202496 4444 0 1 0 10 1 0 0 20 0 18 0 103836990 9787879424 5567 33554432000 1073741824 1073778376 140733957545344 140733957536480 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10173/statm: 2389619 5567 2125 9 0 2380296 0
[pid=10173/tid=10174] ppid=10170 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/10173/task/10174/stat : 10174 (java) R 10170 10173 7184 0 -1 4202560 2426 0 1 0 7 0 0 0 20 0 18 0 103836990 9787879424 5567 33554432000 1073741824 1073778376 140733957545344 140523944714168 214373033229 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200323 s]
/proc/loadavg: 2.04 1.96 2.02 3/194 10173
/proc/meminfo: memFree=30469328/32872528 swapFree=15784/1434320
[pid=10173] ppid=10170 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/10173/stat : 10173 (java) S 10170 10173 7184 0 -1 4202496 4764 0 1 0 24 1 0 0 20 0 18 0 103836990 9787879424 7360 33554432000 1073741824 1073778376 140733957545344 140733957536480 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10173/statm: 2389619 7360 2201 9 0 2380296 0
[pid=10173/tid=10174] ppid=10170 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/10173/task/10174/stat : 10174 (java) R 10170 10173 7184 0 -1 4202560 2446 0 1 0 17 0 0 0 20 0 18 0 103836990 9787879424 7360 33554432000 1073741824 1073778376 140733957545344 140523944714168 214373033229 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300333 s]
/proc/loadavg: 2.04 1.96 2.02 3/194 10173
/proc/meminfo: memFree=30469328/32872528 swapFree=15784/1434320
[pid=10173] ppid=10170 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/10173/stat : 10173 (java) S 10170 10173 7184 0 -1 4202496 5447 0 1 0 46 1 0 0 20 0 18 0 103836990 9787879424 8882 33554432000 1073741824 1073778376 140733957545344 140733957536480 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10173/statm: 2389619 8882 2231 9 0 2380296 0
[pid=10173/tid=10174] ppid=10170 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/10173/task/10174/stat : 10174 (java) R 10170 10173 7184 0 -1 4202560 2448 0 1 0 27 0 0 0 20 0 18 0 103836990 9787879424 8882 33554432000 1073741824 1073778376 140733957545344 140523944714168 140523884474287 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700344 s]
/proc/loadavg: 2.04 1.96 2.02 3/194 10173
/proc/meminfo: memFree=30469328/32872528 swapFree=15784/1434320
[pid=10173] ppid=10170 vsize=9558476 CPUtime=1.09 cores=0,2,4,6
/proc/10173/stat : 10173 (java) S 10170 10173 7184 0 -1 4202496 6603 0 1 0 105 4 0 0 20 0 18 0 103836990 9787879424 39090 33554432000 1073741824 1073778376 140733957545344 140733957536480 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10173/statm: 2389619 39090 2261 9 0 2380296 0
[pid=10173/tid=10174] ppid=10170 vsize=9558476 CPUtime=0.66 cores=0,2,4,6
/proc/10173/task/10174/stat : 10174 (java) R 10170 10173 7184 0 -1 4202560 2509 0 1 0 63 3 0 0 20 0 18 0 103836990 9787879424 39090 33554432000 1073741824 1073778376 140733957545344 140523944717680 214373033229 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9558476

[startup+1.50082 s]
/proc/loadavg: 2.04 1.96 2.02 3/213 10192
/proc/meminfo: memFree=30317284/32872528 swapFree=15784/1434320
[pid=10173] ppid=10170 vsize=9625040 CPUtime=2.31 cores=0,2,4,6
/proc/10173/stat : 10173 (java) S 10170 10173 7184 0 -1 4202496 11894 0 1 0 226 5 0 0 20 0 19 0 103836990 9856040960 40741 33554432000 1073741824 1073778376 140733957545344 140733957536480 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10173/statm: 2406260 40741 2278 9 0 2396937 0
[pid=10173/tid=10174] ppid=10170 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/10173/task/10174/stat : 10174 (java) R 10170 10173 7184 0 -1 4202560 2522 0 1 0 143 3 0 0 20 0 19 0 103836990 9856040960 40741 33554432000 1073741824 1073778376 140733957545344 140523944718328 140523885127029 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10173/tid=10176] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10176/stat : 10176 (java) S 10170 10173 7184 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 103836991 9856040960 40741 33554432000 1073741824 1073778376 140733957545344 140523883448744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10177] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10177/stat : 10177 (java) S 10170 10173 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103836991 9856040960 40741 33554432000 1073741824 1073778376 140733957545344 140523882396200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10173/tid=10178] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10178/stat : 10178 (java) S 10170 10173 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103836991 9856040960 40741 33554432000 1073741824 1073778376 140733957545344 140523786156200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10173/tid=10179] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10179/stat : 10179 (java) S 10170 10173 7184 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 103836991 9856040960 40741 33554432000 1073741824 1073778376 140733957545344 140523785103656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10173/tid=10180] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10180/stat : 10180 (java) S 10170 10173 7184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 103836991 9856040960 40741 33554432000 1073741824 1073778376 140733957545344 140523784051624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10173/tid=10181] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10181/stat : 10181 (java) S 10170 10173 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103836991 9856040960 40741 33554432000 1073741824 1073778376 140733957545344 140523782999080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10173/tid=10182] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10182/stat : 10182 (java) S 10170 10173 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103836991 9856040960 40741 33554432000 1073741824 1073778376 140733957545344 140523781946024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10183] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10183/stat : 10183 (java) S 10170 10173 7184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103836991 9856040960 40741 33554432000 1073741824 1073778376 140733957545344 140523780893480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10184] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10184/stat : 10184 (java) S 10170 10173 7184 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 103836992 9856040960 40741 33554432000 1073741824 1073778376 140733957545344 140523768695144 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10185] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10185/stat : 10185 (java) S 10170 10173 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103836993 9856040960 40741 33554432000 1073741824 1073778376 140733957545344 140523767641464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10186] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10186/stat : 10186 (java) S 10170 10173 7184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 103836993 9856040960 40741 33554432000 1073741824 1073778376 140733957545344 140523766588296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10187] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10187/stat : 10187 (java) S 10170 10173 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103836995 9856040960 40741 33554432000 1073741824 1073778376 140733957545344 140523765537040 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10188] ppid=10170 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/10173/task/10188/stat : 10188 (java) S 10170 10173 7184 0 -1 4202560 3538 0 0 0 35 0 0 0 20 0 19 0 103836995 9856040960 40741 33554432000 1073741824 1073778376 140733957545344 140523764484920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10189] ppid=10170 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/10173/task/10189/stat : 10189 (java) S 10170 10173 7184 0 -1 4202560 4476 0 0 0 42 1 0 0 20 0 19 0 103836995 9856040960 40741 33554432000 1073741824 1073778376 140733957545344 140523763432376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10173/tid=10190] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10190/stat : 10190 (java) S 10170 10173 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103836995 9856040960 40741 33554432000 1073741824 1073778376 140733957545344 140523762379512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10173/tid=10191] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10191/stat : 10191 (java) S 10170 10173 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103836996 9856040960 40741 33554432000 1073741824 1073778376 140733957545344 140523761327176 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10173/tid=10192] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10192/stat : 10192 (java) S 10170 10173 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103837077 9856040960 40741 33554432000 1073741824 1073778376 140733957545344 140523760272424 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 2.04 1.96 2.02 3/213 10192
/proc/meminfo: memFree=30304432/32872528 swapFree=15784/1434320
[pid=10173] ppid=10170 vsize=9625040 CPUtime=4.1 cores=0,2,4,6
/proc/10173/stat : 10173 (java) S 10170 10173 7184 0 -1 4202496 12790 0 1 0 403 7 0 0 20 0 19 0 103836990 9856040960 43329 33554432000 1073741824 1073778376 140733957545344 140733957536480 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10173/statm: 2406260 43329 2285 9 0 2396937 0
[pid=10173/tid=10174] ppid=10170 vsize=9625040 CPUtime=3.04 cores=0,2,4,6
/proc/10173/task/10174/stat : 10174 (java) R 10170 10173 7184 0 -1 4202560 2525 0 1 0 301 3 0 0 20 0 19 0 103836990 9856040960 43329 33554432000 1073741824 1073778376 140733957545344 140523944718688 140523885285583 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10173/tid=10176] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10176/stat : 10176 (java) S 10170 10173 7184 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 103836991 9856040960 43329 33554432000 1073741824 1073778376 140733957545344 140523883448744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10173/tid=10177] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10177/stat : 10177 (java) S 10170 10173 7184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 103836991 9856040960 43329 33554432000 1073741824 1073778376 140733957545344 140523882396200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10173/tid=10178] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10178/stat : 10178 (java) S 10170 10173 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103836991 9856040960 43329 33554432000 1073741824 1073778376 140733957545344 140523786156200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10173/tid=10179] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10179/stat : 10179 (java) S 10170 10173 7184 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 103836991 9856040960 43329 33554432000 1073741824 1073778376 140733957545344 140523785103656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10173/tid=10180] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10180/stat : 10180 (java) S 10170 10173 7184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 103836991 9856040960 43329 33554432000 1073741824 1073778376 140733957545344 140523784051624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10173/tid=10181] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10181/stat : 10181 (java) S 10170 10173 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103836991 9856040960 43329 33554432000 1073741824 1073778376 140733957545344 140523782999080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10173/tid=10182] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10182/stat : 10182 (java) S 10170 10173 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103836991 9856040960 43329 33554432000 1073741824 1073778376 140733957545344 140523781946024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10183] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10183/stat : 10183 (java) S 10170 10173 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103836991 9856040960 43329 33554432000 1073741824 1073778376 140733957545344 140523780893480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10184] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10184/stat : 10184 (java) S 10170 10173 7184 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 103836992 9856040960 43329 33554432000 1073741824 1073778376 140733957545344 140523768695144 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10185] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10185/stat : 10185 (java) S 10170 10173 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103836993 9856040960 43329 33554432000 1073741824 1073778376 140733957545344 140523767641464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10186] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10186/stat : 10186 (java) S 10170 10173 7184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 103836993 9856040960 43329 33554432000 1073741824 1073778376 140733957545344 140523766588296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10187] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10187/stat : 10187 (java) S 10170 10173 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103836995 9856040960 43329 33554432000 1073741824 1073778376 140733957545344 140523765537040 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10188] ppid=10170 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/10173/task/10188/stat : 10188 (java) S 10170 10173 7184 0 -1 4202560 3543 0 0 0 38 0 0 0 20 0 19 0 103836995 9856040960 43329 33554432000 1073741824 1073778376 140733957545344 140523764484920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10189] ppid=10170 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/10173/task/10189/stat : 10189 (java) S 10170 10173 7184 0 -1 4202560 5339 0 0 0 51 2 0 0 20 0 19 0 103836995 9856040960 43329 33554432000 1073741824 1073778376 140733957545344 140523763432376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10173/tid=10190] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10190/stat : 10190 (java) S 10170 10173 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103836995 9856040960 43329 33554432000 1073741824 1073778376 140733957545344 140523762379512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10173/tid=10191] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10191/stat : 10191 (java) S 10170 10173 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103836996 9856040960 43329 33554432000 1073741824 1073778376 140733957545344 140523761327176 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10173/tid=10192] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10192/stat : 10192 (java) S 10170 10173 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103837077 9856040960 43329 33554432000 1073741824 1073778376 140733957545344 140523760272424 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.12 1.97 2.02 3/213 10192
/proc/meminfo: memFree=30304364/32872528 swapFree=15784/1434320
[pid=10173] ppid=10170 vsize=9625040 CPUtime=7.32 cores=0,2,4,6
/proc/10173/stat : 10173 (java) S 10170 10173 7184 0 -1 4202496 12804 0 1 0 725 7 0 0 20 0 19 0 103836990 9856040960 43235 33554432000 1073741824 1073778376 140733957545344 140733957536480 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10173/statm: 2406260 43235 2285 9 0 2396937 0
[pid=10173/tid=10174] ppid=10170 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/10173/task/10174/stat : 10174 (java) R 10170 10173 7184 0 -1 4202560 2526 0 1 0 621 3 0 0 20 0 19 0 103836990 9856040960 43235 33554432000 1073741824 1073778376 140733957545344 140523944718616 140523885059414 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10173/tid=10176] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10176/stat : 10176 (java) S 10170 10173 7184 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 103836991 9856040960 43235 33554432000 1073741824 1073778376 140733957545344 140523883448744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10173/tid=10177] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10177/stat : 10177 (java) S 10170 10173 7184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 103836991 9856040960 43235 33554432000 1073741824 1073778376 140733957545344 140523882396200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10173/tid=10178] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10178/stat : 10178 (java) S 10170 10173 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103836991 9856040960 43235 33554432000 1073741824 1073778376 140733957545344 140523786156200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10173/tid=10179] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10179/stat : 10179 (java) S 10170 10173 7184 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 103836991 9856040960 43235 33554432000 1073741824 1073778376 140733957545344 140523785103656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10173/tid=10180] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10180/stat : 10180 (java) S 10170 10173 7184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 103836991 9856040960 43235 33554432000 1073741824 1073778376 140733957545344 140523784051624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10173/tid=10181] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10181/stat : 10181 (java) S 10170 10173 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103836991 9856040960 43235 33554432000 1073741824 1073778376 140733957545344 140523782999080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10173/tid=10182] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10182/stat : 10182 (java) S 10170 10173 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103836991 9856040960 43235 33554432000 1073741824 1073778376 140733957545344 140523781946024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10183] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10183/stat : 10183 (java) S 10170 10173 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103836991 9856040960 43235 33554432000 1073741824 1073778376 140733957545344 140523780893480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10184] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10184/stat : 10184 (java) S 10170 10173 7184 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 103836992 9856040960 43235 33554432000 1073741824 1073778376 140733957545344 140523768695144 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10173/tid=10185] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10185/stat : 10185 (java) S 10170 10173 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103836993 9856040960 43235 33554432000 1073741824 1073778376 140733957545344 140523767641464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10186] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10186/stat : 10186 (java) S 10170 10173 7184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 103836993 9856040960 43235 33554432000 1073741824 1073778376 140733957545344 140523766588296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10187] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10187/stat : 10187 (java) S 10170 10173 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103836995 9856040960 43235 33554432000 1073741824 1073778376 140733957545344 140523765537040 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10188] ppid=10170 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/10173/task/10188/stat : 10188 (java) S 10170 10173 7184 0 -1 4202560 3556 0 0 0 40 0 0 0 20 0 19 0 103836995 9856040960 43235 33554432000 1073741824 1073778376 140733957545344 140523764484920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10189] ppid=10170 vsize=9625040 CPUtime=0.53 cores=0,2,4,6

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

[pid=10173/tid=10185] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10185/stat : 10185 (java) S 10170 10173 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103836993 9856040960 197958 33554432000 1073741824 1073778376 140733957545344 140523767641464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10186] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10186/stat : 10186 (java) S 10170 10173 7184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 103836993 9856040960 197958 33554432000 1073741824 1073778376 140733957545344 140523766588296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10187] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10187/stat : 10187 (java) S 10170 10173 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103836995 9856040960 197958 33554432000 1073741824 1073778376 140733957545344 140523765537040 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10188] ppid=10170 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/10173/task/10188/stat : 10188 (java) S 10170 10173 7184 0 -1 4202560 3587 0 0 0 43 0 0 0 20 0 19 0 103836995 9856040960 197958 33554432000 1073741824 1073778376 140733957545344 140523764484920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10189] ppid=10170 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/10173/task/10189/stat : 10189 (java) S 10170 10173 7184 0 -1 4202560 5339 0 0 0 51 2 0 0 20 0 19 0 103836995 9856040960 197958 33554432000 1073741824 1073778376 140733957545344 140523763432376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10173/tid=10190] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10190/stat : 10190 (java) S 10170 10173 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103836995 9856040960 197958 33554432000 1073741824 1073778376 140733957545344 140523762379512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10173/tid=10191] ppid=10170 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/10173/task/10191/stat : 10191 (java) S 10170 10173 7184 0 -1 4202560 95 0 0 0 40 33 0 0 20 0 19 0 103836996 9856040960 197958 33554432000 1073741824 1073778376 140733957545344 140523761327176 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10173/tid=10192] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10192/stat : 10192 (java) S 10170 10173 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103837077 9856040960 197958 33554432000 1073741824 1073778376 140733957545344 140523760272424 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1665.37
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.28 2.20 2.16 3/213 10235
/proc/meminfo: memFree=29388432/32872528 swapFree=15784/1434320
[pid=10173] ppid=10170 vsize=9625040 CPUtime=1725.39 cores=0,2,4,6
/proc/10173/stat : 10173 (java) S 10170 10173 7184 0 -1 4202496 15013 0 1 0 172439 100 0 0 20 0 19 0 103836990 9856040960 197958 33554432000 1073741824 1073778376 140733957545344 140733957536480 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10173/statm: 2406260 197958 2294 9 0 2396937 0
[pid=10173/tid=10174] ppid=10170 vsize=9625040 CPUtime=1721.42 cores=0,2,4,6
/proc/10173/task/10174/stat : 10174 (java) R 10170 10173 7184 0 -1 4202560 2599 0 1 0 172109 33 0 0 20 0 19 0 103836990 9856040960 197958 33554432000 1073741824 1073778376 140733957545344 140523944709824 140523885285583 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10176] ppid=10170 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/10173/task/10176/stat : 10176 (java) S 10170 10173 7184 0 -1 4202560 180 0 0 0 19 8 0 0 20 0 19 0 103836991 9856040960 197958 33554432000 1073741824 1073778376 140733957545344 140523883448744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10173/tid=10177] ppid=10170 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/10173/task/10177/stat : 10177 (java) S 10170 10173 7184 0 -1 4202560 292 0 0 0 27 11 0 0 20 0 19 0 103836991 9856040960 197958 33554432000 1073741824 1073778376 140733957545344 140523882396200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10173/tid=10178] ppid=10170 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/10173/task/10178/stat : 10178 (java) S 10170 10173 7184 0 -1 4202560 154 0 0 0 19 5 0 0 20 0 19 0 103836991 9856040960 197958 33554432000 1073741824 1073778376 140733957545344 140523786156200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10173/tid=10179] ppid=10170 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/10173/task/10179/stat : 10179 (java) S 10170 10173 7184 0 -1 4202560 207 0 0 0 18 8 0 0 20 0 19 0 103836991 9856040960 197958 33554432000 1073741824 1073778376 140733957545344 140523785103656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10173/tid=10180] ppid=10170 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/10173/task/10180/stat : 10180 (java) S 10170 10173 7184 0 -1 4202560 286 0 0 0 19 8 0 0 20 0 19 0 103836991 9856040960 197958 33554432000 1073741824 1073778376 140733957545344 140523784051624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10173/tid=10181] ppid=10170 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/10173/task/10181/stat : 10181 (java) S 10170 10173 7184 0 -1 4202560 209 0 0 0 24 9 0 0 20 0 19 0 103836991 9856040960 197958 33554432000 1073741824 1073778376 140733957545344 140523782999080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10173/tid=10182] ppid=10170 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/10173/task/10182/stat : 10182 (java) S 10170 10173 7184 0 -1 4202560 220 0 0 0 25 9 0 0 20 0 19 0 103836991 9856040960 197958 33554432000 1073741824 1073778376 140733957545344 140523781946024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10173/tid=10183] ppid=10170 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/10173/task/10183/stat : 10183 (java) S 10170 10173 7184 0 -1 4202560 314 0 0 0 25 7 0 0 20 0 19 0 103836991 9856040960 197958 33554432000 1073741824 1073778376 140733957545344 140523780893480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10173/tid=10184] ppid=10170 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/10173/task/10184/stat : 10184 (java) S 10170 10173 7184 0 -1 4202560 266 0 0 0 15 2 0 0 20 0 19 0 103836992 9856040960 197958 33554432000 1073741824 1073778376 140733957545344 140523768695144 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10185] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10185/stat : 10185 (java) S 10170 10173 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103836993 9856040960 197958 33554432000 1073741824 1073778376 140733957545344 140523767641464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10186] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10186/stat : 10186 (java) S 10170 10173 7184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 103836993 9856040960 197958 33554432000 1073741824 1073778376 140733957545344 140523766588296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10187] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10187/stat : 10187 (java) S 10170 10173 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103836995 9856040960 197958 33554432000 1073741824 1073778376 140733957545344 140523765537040 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10188] ppid=10170 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/10173/task/10188/stat : 10188 (java) S 10170 10173 7184 0 -1 4202560 3587 0 0 0 43 0 0 0 20 0 19 0 103836995 9856040960 197958 33554432000 1073741824 1073778376 140733957545344 140523764484920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10189] ppid=10170 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/10173/task/10189/stat : 10189 (java) S 10170 10173 7184 0 -1 4202560 5339 0 0 0 51 2 0 0 20 0 19 0 103836995 9856040960 197958 33554432000 1073741824 1073778376 140733957545344 140523763432376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10173/tid=10190] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10190/stat : 10190 (java) S 10170 10173 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103836995 9856040960 197958 33554432000 1073741824 1073778376 140733957545344 140523762379512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10173/tid=10191] ppid=10170 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/10173/task/10191/stat : 10191 (java) S 10170 10173 7184 0 -1 4202560 99 0 0 0 42 35 0 0 20 0 19 0 103836996 9856040960 197958 33554432000 1073741824 1073778376 140733957545344 140523761327176 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10173/tid=10192] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10192/stat : 10192 (java) S 10170 10173 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103837077 9856040960 197958 33554432000 1073741824 1073778376 140733957545344 140523760272424 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1725.39
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.29 2.21 2.16 2/191 10332
/proc/meminfo: memFree=29866128/32872528 swapFree=15784/1434320
[pid=10173] ppid=10170 vsize=9625040 CPUtime=1785.5 cores=0,2,4,6
/proc/10173/stat : 10173 (java) S 10170 10173 7184 0 -1 4202496 15025 0 1 0 178449 101 0 0 20 0 19 0 103836990 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140733957536480 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10173/statm: 2406260 193443 2294 9 0 2396937 0
[pid=10173/tid=10174] ppid=10170 vsize=9625040 CPUtime=1781.39 cores=0,2,4,6
/proc/10173/task/10174/stat : 10174 (java) R 10170 10173 7184 0 -1 4202560 2600 0 1 0 178105 34 0 0 20 0 19 0 103836990 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140523944709824 140523885285695 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10176] ppid=10170 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/10173/task/10176/stat : 10176 (java) S 10170 10173 7184 0 -1 4202560 180 0 0 0 21 8 0 0 20 0 19 0 103836991 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140523883448744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10173/tid=10177] ppid=10170 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/10173/task/10177/stat : 10177 (java) S 10170 10173 7184 0 -1 4202560 292 0 0 0 28 11 0 0 20 0 19 0 103836991 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140523882396200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10173/tid=10178] ppid=10170 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/10173/task/10178/stat : 10178 (java) S 10170 10173 7184 0 -1 4202560 154 0 0 0 20 6 0 0 20 0 19 0 103836991 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140523786156200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10173/tid=10179] ppid=10170 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/10173/task/10179/stat : 10179 (java) S 10170 10173 7184 0 -1 4202560 207 0 0 0 21 8 0 0 20 0 19 0 103836991 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140523785103656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10173/tid=10180] ppid=10170 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/10173/task/10180/stat : 10180 (java) S 10170 10173 7184 0 -1 4202560 289 0 0 0 21 8 0 0 20 0 19 0 103836991 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140523784051624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10173/tid=10181] ppid=10170 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/10173/task/10181/stat : 10181 (java) S 10170 10173 7184 0 -1 4202560 211 0 0 0 25 9 0 0 20 0 19 0 103836991 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140523782999080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10173/tid=10182] ppid=10170 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/10173/task/10182/stat : 10182 (java) S 10170 10173 7184 0 -1 4202560 220 0 0 0 27 9 0 0 20 0 19 0 103836991 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140523781946024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10173/tid=10183] ppid=10170 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/10173/task/10183/stat : 10183 (java) S 10170 10173 7184 0 -1 4202560 314 0 0 0 26 7 0 0 20 0 19 0 103836991 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140523780893480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10173/tid=10184] ppid=10170 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/10173/task/10184/stat : 10184 (java) S 10170 10173 7184 0 -1 4202560 268 0 0 0 15 2 0 0 20 0 19 0 103836992 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140523768695144 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10185] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10185/stat : 10185 (java) S 10170 10173 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103836993 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140523767641464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10186] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10186/stat : 10186 (java) S 10170 10173 7184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 103836993 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140523766588296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10187] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10187/stat : 10187 (java) S 10170 10173 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103836995 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140523765537040 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10188] ppid=10170 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/10173/task/10188/stat : 10188 (java) S 10170 10173 7184 0 -1 4202560 3587 0 0 0 43 0 0 0 20 0 19 0 103836995 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140523764484920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10189] ppid=10170 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/10173/task/10189/stat : 10189 (java) S 10170 10173 7184 0 -1 4202560 5339 0 0 0 51 2 0 0 20 0 19 0 103836995 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140523763432376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10173/tid=10190] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10190/stat : 10190 (java) S 10170 10173 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103836995 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140523762379512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10173/tid=10191] ppid=10170 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/10173/task/10191/stat : 10191 (java) S 10170 10173 7184 0 -1 4202560 103 0 0 0 44 36 0 0 20 0 19 0 103836996 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140523761327176 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10173/tid=10192] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10192/stat : 10192 (java) S 10170 10173 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103837077 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140523760272424 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1785.5
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.8 s]
/proc/loadavg: 2.23 2.20 2.16 3/213 10757
/proc/meminfo: memFree=29825916/32872528 swapFree=15784/1434320
[pid=10173] ppid=10170 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/10173/stat : 10173 (java) S 10170 10173 7184 0 -1 4202496 15025 0 1 0 179899 102 0 0 20 0 19 0 103836990 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140733957536480 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10173/statm: 2406260 193443 2294 9 0 2396937 0
[pid=10173/tid=10174] ppid=10170 vsize=9625040 CPUtime=1795.89 cores=0,2,4,6
/proc/10173/task/10174/stat : 10174 (java) R 10170 10173 7184 0 -1 4202560 2600 0 1 0 179555 34 0 0 20 0 19 0 103836990 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140523944709824 140523885075200 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10176] ppid=10170 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/10173/task/10176/stat : 10176 (java) S 10170 10173 7184 0 -1 4202560 180 0 0 0 21 8 0 0 20 0 19 0 103836991 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140523883448744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10173/tid=10177] ppid=10170 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/10173/task/10177/stat : 10177 (java) S 10170 10173 7184 0 -1 4202560 292 0 0 0 28 11 0 0 20 0 19 0 103836991 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140523882396200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10173/tid=10178] ppid=10170 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/10173/task/10178/stat : 10178 (java) S 10170 10173 7184 0 -1 4202560 154 0 0 0 20 6 0 0 20 0 19 0 103836991 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140523786156200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10173/tid=10179] ppid=10170 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/10173/task/10179/stat : 10179 (java) S 10170 10173 7184 0 -1 4202560 207 0 0 0 21 8 0 0 20 0 19 0 103836991 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140523785103656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10173/tid=10180] ppid=10170 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/10173/task/10180/stat : 10180 (java) S 10170 10173 7184 0 -1 4202560 289 0 0 0 21 8 0 0 20 0 19 0 103836991 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140523784051624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10173/tid=10181] ppid=10170 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/10173/task/10181/stat : 10181 (java) S 10170 10173 7184 0 -1 4202560 211 0 0 0 25 9 0 0 20 0 19 0 103836991 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140523782999080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10173/tid=10182] ppid=10170 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/10173/task/10182/stat : 10182 (java) S 10170 10173 7184 0 -1 4202560 220 0 0 0 27 9 0 0 20 0 19 0 103836991 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140523781946024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10173/tid=10183] ppid=10170 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/10173/task/10183/stat : 10183 (java) S 10170 10173 7184 0 -1 4202560 314 0 0 0 26 7 0 0 20 0 19 0 103836991 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140523780893480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10173/tid=10184] ppid=10170 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/10173/task/10184/stat : 10184 (java) S 10170 10173 7184 0 -1 4202560 268 0 0 0 15 2 0 0 20 0 19 0 103836992 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140523768695144 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10185] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10185/stat : 10185 (java) S 10170 10173 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103836993 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140523767641464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10186] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10186/stat : 10186 (java) S 10170 10173 7184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 103836993 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140523766588296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10187] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10187/stat : 10187 (java) S 10170 10173 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103836995 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140523765537040 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10188] ppid=10170 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/10173/task/10188/stat : 10188 (java) S 10170 10173 7184 0 -1 4202560 3587 0 0 0 43 0 0 0 20 0 19 0 103836995 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140523764484920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10173/tid=10189] ppid=10170 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/10173/task/10189/stat : 10189 (java) S 10170 10173 7184 0 -1 4202560 5339 0 0 0 51 2 0 0 20 0 19 0 103836995 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140523763432376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10173/tid=10190] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10190/stat : 10190 (java) S 10170 10173 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103836995 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140523762379512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10173/tid=10191] ppid=10170 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/10173/task/10191/stat : 10191 (java) S 10170 10173 7184 0 -1 4202560 103 0 0 0 44 36 0 0 20 0 19 0 103836996 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140523761327176 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10173/tid=10192] ppid=10170 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10192/stat : 10192 (java) S 10170 10173 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103837077 9856040960 193443 33554432000 1073741824 1073778376 140733957545344 140523760272424 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 10173 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1796.84
CPU time (s): 1800.7
CPU user time (s): 1799.16
CPU system time (s): 1.54277
CPU usage (%): 100.215
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.16
system time used= 1.54276
maximum resident set size= 827244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15060
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38321
involuntary context switches= 5499

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0915 second user time and 14.1738 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-06 15:17:18
IDJOB=4084349
IDBENCH=1372
IDSOLVER=2546
FILE ID=node130/4084349-1465219037
RUNJOBID= node130-1465218951-7200
PBS_JOBID= 19843207
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k4_l4_n360.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084349-1465219037/watcher-4084349-1465219037 -o /tmp/evaluation-result-4084349-1465219037/solver-4084349-1465219037 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465218951-7200 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084349-1465219037.opb

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

MD5SUM BENCH= a399b3055416a9d1117a7f2bb11b2cef
RANDOM SEED=909889698

node130.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.261
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.52
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.261
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.261
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.261
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.61
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.261
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.261
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.261
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.261
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:        30469980 kB
Buffers:            9584 kB
Cached:            86280 kB
SwapCached:         1764 kB
Active:           222612 kB
Inactive:          34504 kB
Active(anon):     162668 kB
Inactive(anon):     1196 kB
Active(file):      59944 kB
Inactive(file):    33308 kB
Unevictable:     1434320 kB
Mlocked:           15784 kB
SwapTotal:      67108856 kB
SwapFree:       67098336 kB
Dirty:              6824 kB
Writeback:             0 kB
AnonPages:       1603576 kB
Mapped:            15288 kB
Shmem:                 0 kB
Slab:             567832 kB
SReclaimable:      10428 kB
SUnreclaim:       557404 kB
KernelStack:        1584 kB
PageTables:         7384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2123352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1564672 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= 71744 MiB
End job on node130 at 2016-06-06 15:47:14