Trace number 4116217

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.03 1797.84

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size160-round21-3.opb
MD5SUM6f4be082ddb547be6db9d2faedab8301
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark57.6152
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3968
Total number of constraints7936
Number of constraints which are clauses6656
Number of constraints which are cardinality constraints (but not clauses)448
Number of constraints which are nor clauses,nor cardinality constraints832
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4116217-1466953270.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.69/0.40	c ... done. Wall clock time 0.284s.
0.69/0.40	c declared #vars     3968
0.69/0.40	c #constraints  9216
0.69/0.40	c constraints type 
0.69/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5958
0.69/0.40	c org.sat4j.specs.Constr$1 => 936
0.69/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.40	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
0.69/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1658
0.69/0.40	c 9216 constraints processed.
1.63/1.08	c cleaning 2493 clauses out of 5001 with flag 15594/5003
2.41/1.73	c cleaning 4250 clauses out of 8505 with flag 36591/11000
3.21/2.50	c cleaning 5624 clauses out of 11257 with flag 64274/18002
4.03/3.39	c cleaning 6795 clauses out of 13631 with flag 98031/26000
5.15/4.40	c cleaning 7915 clauses out of 15836 with flag 139478/35000
6.25/5.60	c cleaning 8953 clauses out of 17921 with flag 187158/45000
7.64/6.91	c cleaning 9984 clauses out of 19968 with flag 241525/56000
9.14/8.42	c cleaning 10983 clauses out of 21984 with flag 303529/68000
10.75/10.06	c cleaning 11992 clauses out of 24002 with flag 371130/81001
12.55/11.87	c cleaning 13001 clauses out of 26011 with flag 445528/95002
14.54/13.82	c cleaning 14002 clauses out of 28010 with flag 528348/110002
16.64/16.00	c cleaning 14985 clauses out of 30006 with flag 616165/126000
19.04/18.37	c cleaning 16002 clauses out of 32021 with flag 712410/143000
21.66/20.92	c cleaning 17001 clauses out of 34019 with flag 814042/161000
24.35/23.62	c cleaning 18000 clauses out of 36018 with flag 922609/180000
27.26/26.55	c cleaning 18990 clauses out of 38018 with flag 1040125/200000
30.35/29.69	c cleaning 19999 clauses out of 40028 with flag 1166000/221000
33.86/33.14	c cleaning 21004 clauses out of 42029 with flag 1294747/243000
37.55/36.84	c cleaning 22000 clauses out of 44025 with flag 1431129/266000
41.45/40.73	c cleaning 22996 clauses out of 46026 with flag 1573564/290001
45.54/44.88	c cleaning 24015 clauses out of 48029 with flag 1725981/315000
50.05/49.33	c cleaning 24989 clauses out of 50014 with flag 1879445/341000
54.76/54.04	c cleaning 25993 clauses out of 52026 with flag 2043727/368001
59.46/58.70	c cleaning 26998 clauses out of 54032 with flag 2215067/396000
64.07/63.37	c cleaning 27979 clauses out of 56034 with flag 2393220/425000
68.97/68.24	c cleaning 29023 clauses out of 58056 with flag 2578683/455001
74.17/73.44	c cleaning 30000 clauses out of 60034 with flag 2767852/486002
79.58/78.81	c cleaning 30984 clauses out of 62032 with flag 2965863/518000
85.38/84.61	c cleaning 31970 clauses out of 64049 with flag 3170664/551001
91.28/90.59	c cleaning 33014 clauses out of 66078 with flag 3377618/585000
97.58/96.83	c cleaning 34003 clauses out of 68064 with flag 3595711/620000
104.18/103.41	c cleaning 35023 clauses out of 70062 with flag 3819509/656001
111.07/110.35	c cleaning 36017 clauses out of 72038 with flag 4052491/693000
118.27/117.55	c cleaning 36991 clauses out of 74023 with flag 4289685/731002
125.77/125.07	c cleaning 37990 clauses out of 76031 with flag 4536021/770001
133.57/132.89	c cleaning 38989 clauses out of 78040 with flag 4786669/810000
141.88/141.11	c cleaning 40003 clauses out of 80052 with flag 5048935/851001
149.99/149.29	c cleaning 41001 clauses out of 82048 with flag 5317463/893000
158.50/157.73	c cleaning 42025 clauses out of 84050 with flag 5594621/936003
167.20/166.46	c cleaning 43005 clauses out of 86024 with flag 5874167/980002
176.29/175.59	c cleaning 44004 clauses out of 88017 with flag 6160570/1025000
185.70/184.99	c cleaning 44987 clauses out of 90014 with flag 6458019/1071001
195.70/194.90	c cleaning 45998 clauses out of 92029 with flag 6761771/1118003
205.99/205.23	c cleaning 47007 clauses out of 94029 with flag 7066797/1166001
216.79/216.07	c cleaning 47976 clauses out of 96022 with flag 7381603/1215001
227.89/227.14	c cleaning 48988 clauses out of 98045 with flag 7708290/1265000
239.44/238.69	c cleaning 50009 clauses out of 100057 with flag 8041292/1316000
250.94/250.14	c cleaning 50990 clauses out of 102048 with flag 8377354/1368000
262.84/262.06	c cleaning 52025 clauses out of 104060 with flag 8722051/1421002
275.34/274.53	c cleaning 53009 clauses out of 106033 with flag 9073394/1475000
288.05/287.29	c cleaning 54004 clauses out of 108024 with flag 9428754/1530000
301.35/300.54	c cleaning 54967 clauses out of 110020 with flag 9795114/1586000
315.14/314.38	c cleaning 56002 clauses out of 112053 with flag 10165411/1643000
329.23/328.43	c cleaning 57010 clauses out of 114051 with flag 10545391/1701000
343.94/343.15	c cleaning 57986 clauses out of 116041 with flag 10929745/1760000
358.71/357.83	c cleaning 59021 clauses out of 118056 with flag 11321315/1820001
374.01/373.16	c cleaning 59990 clauses out of 120035 with flag 11720782/1881001
390.01/389.15	c cleaning 61013 clauses out of 122044 with flag 12126466/1943000
406.10/405.29	c cleaning 62007 clauses out of 124031 with flag 12537614/2006000
422.81/421.99	c cleaning 63006 clauses out of 126024 with flag 12958571/2070000
440.10/439.29	c cleaning 63990 clauses out of 128018 with flag 13388235/2135000
457.92/457.00	c cleaning 65006 clauses out of 130028 with flag 13823104/2201000
476.00/475.04	c cleaning 65987 clauses out of 132022 with flag 14262329/2268000
494.41/493.49	c cleaning 67005 clauses out of 134036 with flag 14713469/2336001
513.42/512.48	c cleaning 67992 clauses out of 136030 with flag 15168198/2405000
533.21/532.29	c cleaning 69005 clauses out of 138038 with flag 15632123/2475000
553.01/552.07	c cleaning 70003 clauses out of 140033 with flag 16102175/2546000
574.02/573.00	c cleaning 70985 clauses out of 142030 with flag 16575607/2618000
595.33/594.28	c cleaning 72002 clauses out of 144047 with flag 17055004/2691002
616.73/615.63	c cleaning 72996 clauses out of 146043 with flag 17542466/2765000
638.93/637.80	c cleaning 73997 clauses out of 148047 with flag 18033813/2840000
661.93/660.80	c cleaning 75010 clauses out of 150051 with flag 18531599/2916001
685.45/684.39	c cleaning 75987 clauses out of 152040 with flag 19038073/2993000
709.77/708.54	c cleaning 76990 clauses out of 154053 with flag 19550112/3071000
734.17/732.91	c cleaning 78001 clauses out of 156063 with flag 20068589/3150000
759.28/758.09	c cleaning 78989 clauses out of 158062 with flag 20599054/3230000
785.07/783.81	c cleaning 80001 clauses out of 160076 with flag 21135122/3311003
811.38/810.18	c cleaning 80993 clauses out of 162072 with flag 21670525/3393000
838.88/837.51	c cleaning 82029 clauses out of 164079 with flag 22216146/3476000
866.10/864.79	c cleaning 83016 clauses out of 166050 with flag 22772242/3560000
894.19/892.84	c cleaning 83992 clauses out of 168036 with flag 23330511/3645002
923.21/921.83	c cleaning 85005 clauses out of 170042 with flag 23897094/3731000
952.51/951.10	c cleaning 86000 clauses out of 172037 with flag 24470359/3818000
982.42/980.92	c cleaning 87012 clauses out of 174037 with flag 25050391/3906000
1013.13/1011.69	c cleaning 87984 clauses out of 176025 with flag 25637189/3995000
1044.13/1042.68	c cleaning 88987 clauses out of 178041 with flag 26233032/4085000
1076.34/1074.85	c cleaning 89997 clauses out of 180054 with flag 26833432/4176000
1109.15/1107.54	c cleaning 91016 clauses out of 182058 with flag 27438363/4268001
1142.86/1141.23	c cleaning 91993 clauses out of 184042 with flag 28044658/4361001
1176.76/1175.11	c cleaning 93007 clauses out of 186048 with flag 28661641/4455000
1211.08/1209.34	c cleaning 93990 clauses out of 188042 with flag 29293181/4550001
1246.39/1244.69	c cleaning 95018 clauses out of 190051 with flag 29924338/4646000
1282.30/1280.56	c cleaning 96016 clauses out of 192035 with flag 30563475/4743002
1319.49/1317.75	c cleaning 97010 clauses out of 194019 with flag 31205536/4841002
1356.68/1354.89	c cleaning 97972 clauses out of 196007 with flag 31859295/4940000
1394.49/1392.64	c cleaning 98986 clauses out of 198035 with flag 32511377/5040000
1433.29/1431.48	c cleaning 99993 clauses out of 200049 with flag 33172567/5141000
1473.21/1471.29	c cleaning 100981 clauses out of 202056 with flag 33840211/5243000
1514.02/1512.07	c cleaning 101994 clauses out of 204075 with flag 34513806/5346000
1555.32/1553.31	c cleaning 103024 clauses out of 206082 with flag 35197878/5450001
1597.05/1594.95	c cleaning 104015 clauses out of 208057 with flag 35884645/5555000
1639.07/1637.00	c cleaning 105012 clauses out of 210043 with flag 36581872/5661001
1682.98/1680.83	c cleaning 105983 clauses out of 212031 with flag 37280966/5768001
1729.26/1727.04	c cleaning 107007 clauses out of 214048 with flag 37987680/5876001
1777.24/1775.09	c cleaning 108019 clauses out of 216041 with flag 38702049/5985001
1800.03/1797.80	c starts		: 58021
1800.03/1797.80	c conflicts		: 6044547
1800.03/1797.80	c decisions		: 49010555
1800.03/1797.80	c propagations		: 792178434
1800.03/1797.80	c inspects		: 25142129303
1800.03/1797.80	c shortcuts		: 0
1800.03/1797.80	c learnt literals	: 2
1800.03/1797.80	c learnt binary clauses	: 98
1800.03/1797.80	c learnt ternary clauses	: 861
1800.03/1797.80	c learnt constraints	: 6044545
1800.03/1797.80	c ignored constraints	: 0
1800.03/1797.80	c root simplifications	: 0
1800.03/1797.80	c removed literals (reason simplification)	: 0
1800.03/1797.80	c reason swapping (by a shorter reason)	: 0
1800.03/1797.80	c Calls to reduceDB	: 105
1800.03/1797.80	c Number of update (reduction) of LBD	: 1288550
1800.03/1797.80	c Imported unit clauses	: 0
1800.03/1797.80	c number of reductions to clauses (during analyze)	: 0
1800.03/1797.80	c number of learned constraints concerned by reduction	: 0
1800.03/1797.80	c number of learning phase by resolution	: 0
1800.03/1797.80	c number of learning phase by cutting planes	: 0
1800.03/1797.80	c speed (assignments/second)	: 440736.7352547797
1800.03/1797.80	c non guided choices	8822
1800.03/1797.80	c timeout
1800.03/1797.83	c learnt constraints type 
1800.03/1797.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 98
1800.03/1797.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 167470
1800.03/1797.83	s UNKNOWN
1800.03/1797.83	c Total wall clock time (in seconds): 1797.715

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-4116217-1466953270/watcher-4116217-1466953270 -o /tmp/evaluation-result-4116217-1466953270/solver-4116217-1466953270 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466940040-26458 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4116217-1466953270.opb 

pid=28167
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.09 2.08 2.02 3/195 28170
/proc/meminfo: memFree=31139672/32872528 swapFree=552864/567172
[pid=28170] ppid=28167 vsize=2504 CPUtime=0 cores=0,2,4,6
/proc/28170/stat : 28170 (java) R 28167 28170 26442 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 28364873 2564096 47 33554432000 1073741824 1073778376 140733582984656 140733582981784 206619897076 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28170/statm: 892 49 38 9 0 30 0

[startup+0.100059 s]
/proc/loadavg: 2.09 2.08 2.02 3/195 28170
/proc/meminfo: memFree=31139672/32872528 swapFree=552864/567172
[pid=28170] ppid=28167 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/28170/stat : 28170 (java) S 28167 28170 26442 0 -1 4202496 4391 0 1 0 8 1 0 0 20 0 18 0 28364873 9787879424 6025 33554432000 1073741824 1073778376 140733582984656 140733582975792 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28170/statm: 2389619 6025 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 2.09 2.08 2.02 3/195 28170
/proc/meminfo: memFree=31139672/32872528 swapFree=552864/567172
[pid=28170] ppid=28167 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/28170/stat : 28170 (java) S 28167 28170 26442 0 -1 4202496 4852 0 1 0 24 1 0 0 20 0 18 0 28364873 9787879424 6912 33554432000 1073741824 1073778376 140733582984656 140733582975792 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28170/statm: 2389619 6912 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300225 s]
/proc/loadavg: 2.09 2.08 2.02 3/195 28170
/proc/meminfo: memFree=31139672/32872528 swapFree=552864/567172
[pid=28170] ppid=28167 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/28170/stat : 28170 (java) S 28167 28170 26442 0 -1 4202496 5768 0 1 0 47 1 0 0 20 0 18 0 28364873 9787879424 8998 33554432000 1073741824 1073778376 140733582984656 140733582975792 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28170/statm: 2389619 8998 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700175 s]
/proc/loadavg: 2.09 2.08 2.02 3/195 28170
/proc/meminfo: memFree=31139672/32872528 swapFree=552864/567172
[pid=28170] ppid=28167 vsize=9625040 CPUtime=1.32 cores=0,2,4,6
/proc/28170/stat : 28170 (java) S 28167 28170 26442 0 -1 4202496 8750 0 1 0 130 2 0 0 20 0 19 0 28364873 9856040960 14752 33554432000 1073741824 1073778376 140733582984656 140733582975792 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28170/statm: 2406260 14752 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.09 2.08 2.02 4/214 28189
/proc/meminfo: memFree=31089636/32872528 swapFree=552864/567172
[pid=28170] ppid=28167 vsize=9625040 CPUtime=2.18 cores=0,2,4,6
/proc/28170/stat : 28170 (java) S 28167 28170 26442 0 -1 4202496 8832 0 1 0 216 2 0 0 20 0 19 0 28364873 9856040960 15300 33554432000 1073741824 1073778376 140733582984656 140733582975792 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28170/statm: 2406260 15300 2270 9 0 2396937 0
[pid=28170/tid=28172] ppid=28167 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/28170/task/28172/stat : 28172 (java) R 28167 28170 26442 0 -1 4202560 2424 0 1 0 144 2 0 0 20 0 19 0 28364874 9856040960 15300 33554432000 1073741824 1073778376 140733582984656 140647595609808 140647445649357 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28170/tid=28173] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28173/stat : 28173 (java) S 28167 28170 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28364875 9856040960 15300 33554432000 1073741824 1073778376 140733582984656 140647568071464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28174] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28174/stat : 28174 (java) S 28167 28170 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28364875 9856040960 15300 33554432000 1073741824 1073778376 140733582984656 140647567018664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28170/tid=28175] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28175/stat : 28175 (java) S 28167 28170 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28364875 9856040960 15300 33554432000 1073741824 1073778376 140733582984656 140647565966376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28170/tid=28176] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28176/stat : 28176 (java) S 28167 28170 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28364875 9856040960 15300 33554432000 1073741824 1073778376 140733582984656 140647564913576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28170/tid=28177] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28177/stat : 28177 (java) S 28167 28170 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28364875 9856040960 15300 33554432000 1073741824 1073778376 140733582984656 140647563860264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28178] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28178/stat : 28178 (java) S 28167 28170 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28364875 9856040960 15300 33554432000 1073741824 1073778376 140733582984656 140647434070184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28170/tid=28179] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28179/stat : 28179 (java) S 28167 28170 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28364875 9856040960 15300 33554432000 1073741824 1073778376 140733582984656 140647433017896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28170/tid=28180] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28180/stat : 28180 (java) S 28167 28170 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28364875 9856040960 15300 33554432000 1073741824 1073778376 140733582984656 140647431965096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28181] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28181/stat : 28181 (java) S 28167 28170 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28364876 9856040960 15300 33554432000 1073741824 1073778376 140733582984656 140646949018344 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28182] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28182/stat : 28182 (java) S 28167 28170 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28364877 9856040960 15300 33554432000 1073741824 1073778376 140733582984656 140646947964408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28183] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28183/stat : 28183 (java) S 28167 28170 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28364877 9856040960 15300 33554432000 1073741824 1073778376 140733582984656 140646946912008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28184] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28184/stat : 28184 (java) S 28167 28170 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28364879 9856040960 15300 33554432000 1073741824 1073778376 140733582984656 140646945860496 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28185] ppid=28167 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/28170/task/28185/stat : 28185 (java) S 28167 28170 26442 0 -1 4202560 2066 0 0 0 34 0 0 0 20 0 19 0 28364879 9856040960 15300 33554432000 1073741824 1073778376 140733582984656 140646944807096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28186] ppid=28167 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/28170/task/28186/stat : 28186 (java) S 28167 28170 26442 0 -1 4202560 3066 0 0 0 34 0 0 0 20 0 19 0 28364879 9856040960 15300 33554432000 1073741824 1073778376 140733582984656 140646943754296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28170/tid=28187] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28187/stat : 28187 (java) S 28167 28170 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28364879 9856040960 15300 33554432000 1073741824 1073778376 140733582984656 140646942702200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28170/tid=28188] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28188/stat : 28188 (java) S 28167 28170 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28364879 9856040960 15300 33554432000 1073741824 1073778376 140733582984656 140646941649608 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28189] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28189/stat : 28189 (java) S 28167 28170 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28364914 9856040960 15300 33554432000 1073741824 1073778376 140733582984656 140646940595624 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.09 2.08 2.02 3/214 28189
/proc/meminfo: memFree=31086712/32872528 swapFree=552864/567172
[pid=28170] ppid=28167 vsize=9625040 CPUtime=3.82 cores=0,2,4,6
/proc/28170/stat : 28170 (java) S 28167 28170 26442 0 -1 4202496 8834 0 1 0 380 2 0 0 20 0 19 0 28364873 9856040960 15812 33554432000 1073741824 1073778376 140733582984656 140733582975792 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28170/statm: 2406260 15812 2270 9 0 2396937 0
[pid=28170/tid=28172] ppid=28167 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/28170/task/28172/stat : 28172 (java) R 28167 28170 26442 0 -1 4202560 2426 0 1 0 304 2 0 0 20 0 19 0 28364874 9856040960 15812 33554432000 1073741824 1073778376 140733582984656 140647595609808 140647445793331 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28170/tid=28173] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28173/stat : 28173 (java) S 28167 28170 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28364875 9856040960 15812 33554432000 1073741824 1073778376 140733582984656 140647568071464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28174] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28174/stat : 28174 (java) S 28167 28170 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28364875 9856040960 15812 33554432000 1073741824 1073778376 140733582984656 140647567018664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28170/tid=28175] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28175/stat : 28175 (java) S 28167 28170 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28364875 9856040960 15812 33554432000 1073741824 1073778376 140733582984656 140647565966376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28170/tid=28176] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28176/stat : 28176 (java) S 28167 28170 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28364875 9856040960 15812 33554432000 1073741824 1073778376 140733582984656 140647564913576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28170/tid=28177] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28177/stat : 28177 (java) S 28167 28170 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28364875 9856040960 15812 33554432000 1073741824 1073778376 140733582984656 140647563860264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28178] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28178/stat : 28178 (java) S 28167 28170 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28364875 9856040960 15812 33554432000 1073741824 1073778376 140733582984656 140647434070184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28170/tid=28179] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28179/stat : 28179 (java) S 28167 28170 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28364875 9856040960 15812 33554432000 1073741824 1073778376 140733582984656 140647433017896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28170/tid=28180] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28180/stat : 28180 (java) S 28167 28170 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28364875 9856040960 15812 33554432000 1073741824 1073778376 140733582984656 140647431965096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28181] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28181/stat : 28181 (java) S 28167 28170 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28364876 9856040960 15812 33554432000 1073741824 1073778376 140733582984656 140646949018344 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28182] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28182/stat : 28182 (java) S 28167 28170 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28364877 9856040960 15812 33554432000 1073741824 1073778376 140733582984656 140646947964408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28183] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28183/stat : 28183 (java) S 28167 28170 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28364877 9856040960 15812 33554432000 1073741824 1073778376 140733582984656 140646946912008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28184] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28184/stat : 28184 (java) S 28167 28170 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28364879 9856040960 15812 33554432000 1073741824 1073778376 140733582984656 140646945860496 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28185] ppid=28167 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/28170/task/28185/stat : 28185 (java) S 28167 28170 26442 0 -1 4202560 2066 0 0 0 36 0 0 0 20 0 19 0 28364879 9856040960 15812 33554432000 1073741824 1073778376 140733582984656 140646944807096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28186] ppid=28167 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/28170/task/28186/stat : 28186 (java) S 28167 28170 26442 0 -1 4202560 3066 0 0 0 36 0 0 0 20 0 19 0 28364879 9856040960 15812 33554432000 1073741824 1073778376 140733582984656 140646943754296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28170/tid=28187] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28187/stat : 28187 (java) S 28167 28170 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28364879 9856040960 15812 33554432000 1073741824 1073778376 140733582984656 140646942702200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28170/tid=28188] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28188/stat : 28188 (java) S 28167 28170 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28364879 9856040960 15812 33554432000 1073741824 1073778376 140733582984656 140646941649608 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28189] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28189/stat : 28189 (java) S 28167 28170 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28364914 9856040960 15812 33554432000 1073741824 1073778376 140733582984656 140646940595624 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.08 2.08 2.02 3/214 28189
/proc/meminfo: memFree=31080068/32872528 swapFree=552864/567172
[pid=28170] ppid=28167 vsize=9625040 CPUtime=7.04 cores=0,2,4,6
/proc/28170/stat : 28170 (java) S 28167 28170 26442 0 -1 4202496 8888 0 1 0 702 2 0 0 20 0 19 0 28364873 9856040960 17423 33554432000 1073741824 1073778376 140733582984656 140733582975792 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28170/statm: 2406260 17423 2271 9 0 2396937 0
[pid=28170/tid=28172] ppid=28167 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/28170/task/28172/stat : 28172 (java) R 28167 28170 26442 0 -1 4202560 2431 0 1 0 623 2 0 0 20 0 19 0 28364874 9856040960 17423 33554432000 1073741824 1073778376 140733582984656 140647595618728 140647445649469 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28170/tid=28173] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28173/stat : 28173 (java) S 28167 28170 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28364875 9856040960 17423 33554432000 1073741824 1073778376 140733582984656 140647568071464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28174] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28174/stat : 28174 (java) S 28167 28170 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28364875 9856040960 17423 33554432000 1073741824 1073778376 140733582984656 140647567018664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28170/tid=28175] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28175/stat : 28175 (java) S 28167 28170 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28364875 9856040960 17423 33554432000 1073741824 1073778376 140733582984656 140647565966376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28170/tid=28176] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28176/stat : 28176 (java) S 28167 28170 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28364875 9856040960 17423 33554432000 1073741824 1073778376 140733582984656 140647564913576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28170/tid=28177] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28177/stat : 28177 (java) S 28167 28170 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28364875 9856040960 17423 33554432000 1073741824 1073778376 140733582984656 140647563860264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28178] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28178/stat : 28178 (java) S 28167 28170 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28364875 9856040960 17423 33554432000 1073741824 1073778376 140733582984656 140647434070184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28170/tid=28179] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28179/stat : 28179 (java) S 28167 28170 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28364875 9856040960 17423 33554432000 1073741824 1073778376 140733582984656 140647433017896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28170/tid=28180] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28180/stat : 28180 (java) S 28167 28170 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28364875 9856040960 17423 33554432000 1073741824 1073778376 140733582984656 140647431965096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28181] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28181/stat : 28181 (java) S 28167 28170 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28364876 9856040960 17423 33554432000 1073741824 1073778376 140733582984656 140646949018344 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28182] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28182/stat : 28182 (java) S 28167 28170 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28364877 9856040960 17423 33554432000 1073741824 1073778376 140733582984656 140646947964408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28183] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28183/stat : 28183 (java) S 28167 28170 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28364877 9856040960 17423 33554432000 1073741824 1073778376 140733582984656 140646946912008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28184] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28184/stat : 28184 (java) S 28167 28170 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28364879 9856040960 17423 33554432000 1073741824 1073778376 140733582984656 140646945860496 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28185] ppid=28167 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/28170/task/28185/stat : 28185 (java) S 28167 28170 26442 0 -1 4202560 2066 0 0 0 36 0 0 0 20 0 19 0 28364879 9856040960 17423 33554432000 1073741824 1073778376 140733582984656 140646944807096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28186] ppid=28167 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/28170/task/28186/stat : 28186 (java) S 28167 28170 26442 0 -1 4202560 3114 0 0 0 38 0 0 0 20 0 19 0 28364879 9856040960 17423 33554432000 1073741824 1073778376 140733582984656 140646943754296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28170/tid=28187] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28187/stat : 28187 (java) S 28167 28170 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28364879 9856040960 17423 33554432000 1073741824 1073778376 140733582984656 140646942702200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28170/tid=28188] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28188/stat : 28188 (java) S 28167 28170 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28364879 9856040960 17423 33554432000 1073741824 1073778376 140733582984656 140646941649608 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28189] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28189/stat : 28189 (java) S 28167 28170 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28364914 9856040960 17423 33554432000 1073741824 1073778376 140733582984656 140646940595624 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.04
Current children cumulated vsize (KiB) 9625040


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

[pid=28170/tid=28189] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28189/stat : 28189 (java) S 28167 28170 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28364914 9856040960 108780 33554432000 1073741824 1073778376 140733582984656 140646940595624 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1664.47
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.13 2.12 2.09 3/213 28297
/proc/meminfo: memFree=30742688/32872528 swapFree=552864/567172
[pid=28170] ppid=28167 vsize=9625040 CPUtime=1724.56 cores=0,2,4,6
/proc/28170/stat : 28170 (java) S 28167 28170 26442 0 -1 4202496 10806 0 1 0 172395 61 0 0 20 0 19 0 28364873 9856040960 109741 33554432000 1073741824 1073778376 140733582984656 140733582975792 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28170/statm: 2406260 109741 2285 9 0 2396937 0
[pid=28170/tid=28172] ppid=28167 vsize=9625040 CPUtime=1717.26 cores=0,2,4,6
/proc/28170/task/28172/stat : 28172 (java) R 28167 28170 26442 0 -1 4202560 2491 0 1 0 171696 30 0 0 20 0 19 0 28364874 9856040960 109741 33554432000 1073741824 1073778376 140733582984656 140647595617584 140647445721789 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28173] ppid=28167 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/28170/task/28173/stat : 28173 (java) S 28167 28170 26442 0 -1 4202560 174 0 0 0 18 5 0 0 20 0 19 0 28364875 9856040960 109741 33554432000 1073741824 1073778376 140733582984656 140647568071464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28170/tid=28174] ppid=28167 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/28170/task/28174/stat : 28174 (java) S 28167 28170 26442 0 -1 4202560 122 0 0 0 17 4 0 0 20 0 19 0 28364875 9856040960 109741 33554432000 1073741824 1073778376 140733582984656 140647567018664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28170/tid=28175] ppid=28167 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/28170/task/28175/stat : 28175 (java) S 28167 28170 26442 0 -1 4202560 105 0 0 0 18 3 0 0 20 0 19 0 28364875 9856040960 109741 33554432000 1073741824 1073778376 140733582984656 140647565966376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28176] ppid=28167 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/28170/task/28176/stat : 28176 (java) S 28167 28170 26442 0 -1 4202560 299 0 0 0 16 4 0 0 20 0 19 0 28364875 9856040960 109741 33554432000 1073741824 1073778376 140733582984656 140647564913576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28170/tid=28177] ppid=28167 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/28170/task/28177/stat : 28177 (java) S 28167 28170 26442 0 -1 4202560 80 0 0 0 16 3 0 0 20 0 19 0 28364875 9856040960 109741 33554432000 1073741824 1073778376 140733582984656 140647563860264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28170/tid=28178] ppid=28167 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/28170/task/28178/stat : 28178 (java) S 28167 28170 26442 0 -1 4202560 89 0 0 0 20 4 0 0 20 0 19 0 28364875 9856040960 109741 33554432000 1073741824 1073778376 140733582984656 140647434070184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28170/tid=28179] ppid=28167 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/28170/task/28179/stat : 28179 (java) S 28167 28170 26442 0 -1 4202560 179 0 0 0 13 3 0 0 20 0 19 0 28364875 9856040960 109741 33554432000 1073741824 1073778376 140733582984656 140647433017896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28170/tid=28180] ppid=28167 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/28170/task/28180/stat : 28180 (java) S 28167 28170 26442 0 -1 4202560 278 0 0 0 21 6 0 0 20 0 19 0 28364875 9856040960 109741 33554432000 1073741824 1073778376 140733582984656 140647431965096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28170/tid=28181] ppid=28167 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/28170/task/28181/stat : 28181 (java) S 28167 28170 26442 0 -1 4202560 83 0 0 0 2 0 0 0 20 0 19 0 28364876 9856040960 109741 33554432000 1073741824 1073778376 140733582984656 140646949018344 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28182] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28182/stat : 28182 (java) S 28167 28170 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28364877 9856040960 109741 33554432000 1073741824 1073778376 140733582984656 140646947964408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28183] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28183/stat : 28183 (java) S 28167 28170 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28364877 9856040960 109741 33554432000 1073741824 1073778376 140733582984656 140646946912008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28184] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28184/stat : 28184 (java) S 28167 28170 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28364879 9856040960 109741 33554432000 1073741824 1073778376 140733582984656 140646945860496 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28185] ppid=28167 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/28170/task/28185/stat : 28185 (java) S 28167 28170 26442 0 -1 4202560 2066 0 0 0 36 0 0 0 20 0 19 0 28364879 9856040960 109741 33554432000 1073741824 1073778376 140733582984656 140646944807096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28186] ppid=28167 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/28170/task/28186/stat : 28186 (java) S 28167 28170 26442 0 -1 4202560 3478 0 0 0 41 0 0 0 20 0 19 0 28364879 9856040960 109741 33554432000 1073741824 1073778376 140733582984656 140646943754296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28170/tid=28187] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28187/stat : 28187 (java) S 28167 28170 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28364879 9856040960 109741 33554432000 1073741824 1073778376 140733582984656 140646942702200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28170/tid=28188] ppid=28167 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/28170/task/28188/stat : 28188 (java) S 28167 28170 26442 0 -1 4202560 100 0 0 0 33 32 0 0 20 0 19 0 28364879 9856040960 109741 33554432000 1073741824 1073778376 140733582984656 140646941649608 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28189] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28189/stat : 28189 (java) S 28167 28170 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28364914 9856040960 109741 33554432000 1073741824 1073778376 140733582984656 140646940595624 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.56
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.08 2.11 2.09 3/214 28301
/proc/meminfo: memFree=30740924/32872528 swapFree=552864/567172
[pid=28170] ppid=28167 vsize=9625040 CPUtime=1784.54 cores=0,2,4,6
/proc/28170/stat : 28170 (java) S 28167 28170 26442 0 -1 4202496 10810 0 1 0 178392 62 0 0 20 0 19 0 28364873 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140733582975792 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28170/statm: 2406260 110132 2285 9 0 2396937 0
[pid=28170/tid=28172] ppid=28167 vsize=9625040 CPUtime=1777.07 cores=0,2,4,6
/proc/28170/task/28172/stat : 28172 (java) R 28167 28170 26442 0 -1 4202560 2491 0 1 0 177676 31 0 0 20 0 19 0 28364874 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140647595609888 140647445721789 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28173] ppid=28167 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/28170/task/28173/stat : 28173 (java) S 28167 28170 26442 0 -1 4202560 174 0 0 0 18 5 0 0 20 0 19 0 28364875 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140647568071464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28170/tid=28174] ppid=28167 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/28170/task/28174/stat : 28174 (java) S 28167 28170 26442 0 -1 4202560 122 0 0 0 17 4 0 0 20 0 19 0 28364875 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140647567018664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28170/tid=28175] ppid=28167 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/28170/task/28175/stat : 28175 (java) S 28167 28170 26442 0 -1 4202560 105 0 0 0 18 3 0 0 20 0 19 0 28364875 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140647565966376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28176] ppid=28167 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/28170/task/28176/stat : 28176 (java) S 28167 28170 26442 0 -1 4202560 299 0 0 0 16 4 0 0 20 0 19 0 28364875 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140647564913576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28170/tid=28177] ppid=28167 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/28170/task/28177/stat : 28177 (java) S 28167 28170 26442 0 -1 4202560 80 0 0 0 16 3 0 0 20 0 19 0 28364875 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140647563860264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28170/tid=28178] ppid=28167 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/28170/task/28178/stat : 28178 (java) S 28167 28170 26442 0 -1 4202560 89 0 0 0 20 4 0 0 20 0 19 0 28364875 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140647434070184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28170/tid=28179] ppid=28167 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/28170/task/28179/stat : 28179 (java) S 28167 28170 26442 0 -1 4202560 179 0 0 0 13 3 0 0 20 0 19 0 28364875 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140647433017896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28170/tid=28180] ppid=28167 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/28170/task/28180/stat : 28180 (java) S 28167 28170 26442 0 -1 4202560 278 0 0 0 21 6 0 0 20 0 19 0 28364875 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140647431965096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28170/tid=28181] ppid=28167 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/28170/task/28181/stat : 28181 (java) S 28167 28170 26442 0 -1 4202560 83 0 0 0 2 0 0 0 20 0 19 0 28364876 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140646949018344 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28182] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28182/stat : 28182 (java) S 28167 28170 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28364877 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140646947964408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28183] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28183/stat : 28183 (java) S 28167 28170 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28364877 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140646946912008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28184] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28184/stat : 28184 (java) S 28167 28170 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28364879 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140646945860496 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28185] ppid=28167 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/28170/task/28185/stat : 28185 (java) S 28167 28170 26442 0 -1 4202560 2066 0 0 0 36 0 0 0 20 0 19 0 28364879 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140646944807096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28186] ppid=28167 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/28170/task/28186/stat : 28186 (java) S 28167 28170 26442 0 -1 4202560 3478 0 0 0 41 0 0 0 20 0 19 0 28364879 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140646943754296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28170/tid=28187] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28187/stat : 28187 (java) S 28167 28170 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28364879 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140646942702200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28170/tid=28188] ppid=28167 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/28170/task/28188/stat : 28188 (java) S 28167 28170 26442 0 -1 4202560 104 0 0 0 34 33 0 0 20 0 19 0 28364879 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140646941649608 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28189] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28189/stat : 28189 (java) S 28167 28170 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28364914 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140646940595624 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.54
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.06 2.11 2.09 3/213 28301
/proc/meminfo: memFree=30741172/32872528 swapFree=552864/567172
[pid=28170] ppid=28167 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/28170/stat : 28170 (java) S 28167 28170 26442 0 -1 4202496 10810 0 1 0 179941 62 0 0 20 0 19 0 28364873 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140733582975792 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28170/statm: 2406260 110132 2285 9 0 2396937 0
[pid=28170/tid=28172] ppid=28167 vsize=9625040 CPUtime=1792.52 cores=0,2,4,6
/proc/28170/task/28172/stat : 28172 (java) R 28167 28170 26442 0 -1 4202560 2491 0 1 0 179221 31 0 0 20 0 19 0 28364874 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140647595609888 140647445721807 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28173] ppid=28167 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/28170/task/28173/stat : 28173 (java) S 28167 28170 26442 0 -1 4202560 174 0 0 0 18 5 0 0 20 0 19 0 28364875 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140647568071464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28170/tid=28174] ppid=28167 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/28170/task/28174/stat : 28174 (java) S 28167 28170 26442 0 -1 4202560 122 0 0 0 17 4 0 0 20 0 19 0 28364875 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140647567018664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28170/tid=28175] ppid=28167 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/28170/task/28175/stat : 28175 (java) S 28167 28170 26442 0 -1 4202560 105 0 0 0 18 3 0 0 20 0 19 0 28364875 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140647565966376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28176] ppid=28167 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/28170/task/28176/stat : 28176 (java) S 28167 28170 26442 0 -1 4202560 299 0 0 0 16 4 0 0 20 0 19 0 28364875 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140647564913576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28170/tid=28177] ppid=28167 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/28170/task/28177/stat : 28177 (java) S 28167 28170 26442 0 -1 4202560 80 0 0 0 16 3 0 0 20 0 19 0 28364875 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140647563860264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28170/tid=28178] ppid=28167 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/28170/task/28178/stat : 28178 (java) S 28167 28170 26442 0 -1 4202560 89 0 0 0 20 4 0 0 20 0 19 0 28364875 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140647434070184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28170/tid=28179] ppid=28167 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/28170/task/28179/stat : 28179 (java) S 28167 28170 26442 0 -1 4202560 179 0 0 0 13 3 0 0 20 0 19 0 28364875 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140647433017896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28170/tid=28180] ppid=28167 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/28170/task/28180/stat : 28180 (java) S 28167 28170 26442 0 -1 4202560 278 0 0 0 21 6 0 0 20 0 19 0 28364875 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140647431965096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28170/tid=28181] ppid=28167 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/28170/task/28181/stat : 28181 (java) S 28167 28170 26442 0 -1 4202560 83 0 0 0 2 0 0 0 20 0 19 0 28364876 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140646949018344 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28182] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28182/stat : 28182 (java) S 28167 28170 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28364877 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140646947964408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28183] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28183/stat : 28183 (java) S 28167 28170 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28364877 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140646946912008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28184] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28184/stat : 28184 (java) S 28167 28170 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28364879 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140646945860496 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28185] ppid=28167 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/28170/task/28185/stat : 28185 (java) S 28167 28170 26442 0 -1 4202560 2066 0 0 0 36 0 0 0 20 0 19 0 28364879 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140646944807096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28186] ppid=28167 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/28170/task/28186/stat : 28186 (java) S 28167 28170 26442 0 -1 4202560 3478 0 0 0 41 0 0 0 20 0 19 0 28364879 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140646943754296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28170/tid=28187] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28187/stat : 28187 (java) S 28167 28170 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28364879 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140646942702200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28170/tid=28188] ppid=28167 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/28170/task/28188/stat : 28188 (java) S 28167 28170 26442 0 -1 4202560 104 0 0 0 34 33 0 0 20 0 19 0 28364879 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140646941649608 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28170/tid=28189] ppid=28167 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28170/task/28189/stat : 28189 (java) S 28167 28170 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28364914 9856040960 110132 33554432000 1073741824 1073778376 140733582984656 140646940595624 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 28170 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28170 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=918130
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=101832
# CPU time returned by wait4() is 1796.02
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.84
CPU time (s): 1800.03
CPU user time (s): 1799.41
CPU system time (s): 0.62
CPU usage (%): 100.122
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.92
system time used= 1.10183
maximum resident set size= 445440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11020
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38428
involuntary context switches= 12133

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.916 second user time and 16.0196 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-26 17:01:10
IDJOB=4116217
IDBENCH=109442
IDSOLVER=2546
FILE ID=node138/4116217-1466953270
RUNJOBID= node138-1466940040-26458
PBS_JOBID= 19976338
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size160-round21-3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116217-1466953270/watcher-4116217-1466953270 -o /tmp/evaluation-result-4116217-1466953270/solver-4116217-1466953270 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466940040-26458 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116217-1466953270.opb

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

MD5SUM BENCH= 6f4be082ddb547be6db9d2faedab8301
RANDOM SEED=1427846499

node138.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.803
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
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.803
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.803
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.56
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.803
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.803
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.803
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.803
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.803
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:        31140200 kB
Buffers:           17172 kB
Cached:           221092 kB
SwapCached:         3788 kB
Active:           245364 kB
Inactive:         217740 kB
Active(anon):     222820 kB
Inactive(anon):     4564 kB
Active(file):      22544 kB
Inactive(file):   213176 kB
Unevictable:      567172 kB
Mlocked:          552864 kB
SwapTotal:      67108856 kB
SwapFree:       67094448 kB
Dirty:              1228 kB
Writeback:             0 kB
AnonPages:        789432 kB
Mapped:            15364 kB
Shmem:                 0 kB
Slab:             566940 kB
SReclaimable:      10208 kB
SUnreclaim:       556732 kB
KernelStack:        1584 kB
PageTables:         5928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1290356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    221184 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= 71716 MiB
End job on node138 at 2016-06-26 17:31:08