Trace number 4116265

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

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size80-round23-9.opb
MD5SUM63451afdf29a8e80a45832b5f6bbb8a8
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9456
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)368
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.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-4116265-1466968490.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.68/0.42	c ... done. Wall clock time 0.306s.
0.68/0.42	c declared #vars     4288
0.68/0.42	c #constraints  10720
0.68/0.42	c constraints type 
0.68/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.68/0.42	c org.sat4j.specs.Constr$1 => 856
0.68/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.68/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 456
0.68/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.68/0.42	c 10720 constraints processed.
1.72/1.08	c cleaning 2497 clauses out of 5001 with flag 15942/5003
2.87/1.72	c cleaning 4242 clauses out of 8501 with flag 36657/11000
3.57/2.49	c cleaning 5625 clauses out of 11259 with flag 65207/18000
4.38/3.29	c cleaning 6812 clauses out of 13636 with flag 98395/26002
5.40/4.26	c cleaning 7878 clauses out of 15822 with flag 136525/35000
6.50/5.34	c cleaning 8962 clauses out of 17944 with flag 182258/45000
7.81/6.63	c cleaning 9967 clauses out of 19982 with flag 229485/56000
9.20/8.07	c cleaning 11008 clauses out of 22015 with flag 288191/68000
10.80/9.62	c cleaning 11971 clauses out of 24008 with flag 351746/81001
12.50/11.31	c cleaning 13011 clauses out of 26037 with flag 421040/95001
14.30/13.19	c cleaning 13992 clauses out of 28025 with flag 494545/110000
16.51/15.30	c cleaning 15018 clauses out of 30035 with flag 577097/126002
18.61/17.46	c cleaning 15969 clauses out of 32015 with flag 667391/143000
20.91/19.79	c cleaning 17021 clauses out of 34047 with flag 764669/161001
23.51/22.34	c cleaning 17985 clauses out of 36025 with flag 872038/180000
26.21/25.06	c cleaning 18982 clauses out of 38040 with flag 978978/200000
29.11/27.97	c cleaning 20006 clauses out of 40058 with flag 1095595/221000
32.41/31.23	c cleaning 20972 clauses out of 42052 with flag 1219759/243000
35.61/34.47	c cleaning 22040 clauses out of 44080 with flag 1350226/266000
39.22/38.05	c cleaning 22990 clauses out of 46040 with flag 1485144/290000
42.91/41.79	c cleaning 23999 clauses out of 48050 with flag 1628384/315000
46.81/45.68	c cleaning 25005 clauses out of 50051 with flag 1776303/341000
51.01/49.84	c cleaning 25974 clauses out of 52046 with flag 1933033/368000
55.33/54.14	c cleaning 27028 clauses out of 54074 with flag 2095014/396002
59.54/58.39	c cleaning 28022 clauses out of 56045 with flag 2261573/425001
64.13/62.92	c cleaning 28993 clauses out of 58022 with flag 2437560/455000
68.83/67.61	c cleaning 29995 clauses out of 60030 with flag 2617175/486001
73.73/72.51	c cleaning 30997 clauses out of 62034 with flag 2803862/518000
78.83/77.65	c cleaning 32002 clauses out of 64037 with flag 2997401/551000
84.24/83.06	c cleaning 32950 clauses out of 66035 with flag 3202997/585000
90.14/88.96	c cleaning 34025 clauses out of 68086 with flag 3412548/620001
96.04/94.88	c cleaning 34978 clauses out of 70060 with flag 3627016/656000
102.35/101.10	c cleaning 36029 clauses out of 72082 with flag 3848737/693000
108.75/107.57	c cleaning 36990 clauses out of 74053 with flag 4079539/731000
115.76/114.52	c cleaning 37977 clauses out of 76063 with flag 4310546/770000
122.75/121.56	c cleaning 39037 clauses out of 78086 with flag 4549848/810000
130.35/129.11	c cleaning 39990 clauses out of 80050 with flag 4793845/851001
137.95/136.77	c cleaning 41021 clauses out of 82059 with flag 5045606/893000
145.58/144.39	c cleaning 41993 clauses out of 84039 with flag 5303235/936001
153.48/152.24	c cleaning 42992 clauses out of 86045 with flag 5571602/980000
161.58/160.39	c cleaning 43992 clauses out of 88056 with flag 5842395/1025003
169.88/168.65	c cleaning 44996 clauses out of 90061 with flag 6117435/1071000
178.78/177.50	c cleaning 46019 clauses out of 92065 with flag 6404661/1118000
187.88/186.64	c cleaning 47016 clauses out of 94046 with flag 6700719/1166000
197.29/196.03	c cleaning 47979 clauses out of 96032 with flag 6995598/1215002
207.10/205.82	c cleaning 48997 clauses out of 98051 with flag 7301273/1265000
217.09/215.86	c cleaning 49994 clauses out of 100054 with flag 7617369/1316000
227.59/226.38	c cleaning 51025 clauses out of 102060 with flag 7935183/1368000
238.49/237.26	c cleaning 51992 clauses out of 104035 with flag 8258287/1421000
249.42/248.17	c cleaning 53013 clauses out of 106044 with flag 8591965/1475001
260.52/259.20	c cleaning 53988 clauses out of 108030 with flag 8930416/1530000
272.03/270.72	c cleaning 55006 clauses out of 110042 with flag 9273634/1586000
284.03/282.76	c cleaning 55992 clauses out of 112036 with flag 9625814/1643000
296.23/294.99	c cleaning 57012 clauses out of 114046 with flag 9982993/1701002
309.03/307.76	c cleaning 57995 clauses out of 116033 with flag 10346244/1760001
322.23/320.91	c cleaning 58993 clauses out of 118037 with flag 10713058/1820000
335.74/334.45	c cleaning 59999 clauses out of 120044 with flag 11091442/1881000
349.53/348.24	c cleaning 61011 clauses out of 122048 with flag 11468745/1943003
363.88/362.52	c cleaning 62009 clauses out of 124035 with flag 11853678/2006001
378.08/376.70	c cleaning 62975 clauses out of 126025 with flag 12240814/2070000
392.69/391.37	c cleaning 64000 clauses out of 128050 with flag 12639932/2135000
408.22/406.85	c cleaning 65004 clauses out of 130051 with flag 13044040/2201001
424.02/422.66	c cleaning 66021 clauses out of 132046 with flag 13454319/2268000
439.82/438.46	c cleaning 67000 clauses out of 134026 with flag 13872028/2336001
456.83/455.46	c cleaning 67998 clauses out of 136025 with flag 14296738/2405000
473.93/472.55	c cleaning 68984 clauses out of 138028 with flag 14725396/2475001
491.37/489.98	c cleaning 69993 clauses out of 140043 with flag 15161743/2546000
508.88/507.45	c cleaning 70998 clauses out of 142050 with flag 15603729/2618000
526.68/525.28	c cleaning 71990 clauses out of 144053 with flag 16050203/2691001
545.28/543.88	c cleaning 73033 clauses out of 146065 with flag 16505573/2765003
564.39/562.94	c cleaning 73996 clauses out of 148030 with flag 16963770/2840001
584.39/582.98	c cleaning 74993 clauses out of 150033 with flag 17434031/2916000
604.35/602.84	c cleaning 76006 clauses out of 152040 with flag 17908596/2993000
624.45/622.93	c cleaning 77000 clauses out of 154035 with flag 18386697/3071001
644.95/643.46	c cleaning 78009 clauses out of 156034 with flag 18870389/3150000
666.25/664.75	c cleaning 78991 clauses out of 158025 with flag 19363696/3230000
688.05/686.53	c cleaning 79965 clauses out of 160035 with flag 19862212/3311001
710.26/708.76	c cleaning 81018 clauses out of 162069 with flag 20366092/3393000
733.64/732.07	c cleaning 81945 clauses out of 164051 with flag 20874770/3476000
756.94/755.39	c cleaning 83039 clauses out of 166106 with flag 21394051/3560000
780.74/779.10	c cleaning 84015 clauses out of 168069 with flag 21911756/3645002
805.15/803.58	c cleaning 84989 clauses out of 170052 with flag 22441825/3731000
830.36/828.76	c cleaning 86022 clauses out of 172063 with flag 22970884/3818000
856.06/854.48	c cleaning 87000 clauses out of 174042 with flag 23511161/3906001
881.84/880.17	c cleaning 88010 clauses out of 176041 with flag 24053147/3995000
907.94/906.28	c cleaning 89002 clauses out of 178031 with flag 24606791/4085000
935.14/933.45	c cleaning 89987 clauses out of 180033 with flag 25167211/4176004
963.15/961.47	c cleaning 90951 clauses out of 182044 with flag 25729938/4268002
991.77/989.90	c cleaning 92001 clauses out of 184092 with flag 26298978/4361001
1020.67/1018.87	c cleaning 93033 clauses out of 186091 with flag 26874792/4455001
1049.88/1048.02	c cleaning 94021 clauses out of 188057 with flag 27454654/4550000
1079.88/1078.10	c cleaning 94974 clauses out of 190038 with flag 28046217/4646002
1111.19/1109.33	c cleaning 96014 clauses out of 192062 with flag 28641638/4743000
1143.11/1141.13	c cleaning 97001 clauses out of 194049 with flag 29240856/4841001
1175.10/1173.12	c cleaning 97992 clauses out of 196047 with flag 29845015/4940000
1207.72/1205.77	c cleaning 98985 clauses out of 198055 with flag 30454182/5040000
1241.41/1239.49	c cleaning 100017 clauses out of 200070 with flag 31077406/5141000
1275.26/1273.20	c cleaning 101014 clauses out of 202054 with flag 31706493/5243001
1309.67/1307.55	c cleaning 101976 clauses out of 204039 with flag 32332869/5346000
1344.86/1342.74	c cleaning 103021 clauses out of 206063 with flag 32965707/5450000
1380.38/1378.21	c cleaning 104008 clauses out of 208042 with flag 33601119/5555000
1416.82/1414.60	c cleaning 104999 clauses out of 210035 with flag 34256986/5661001
1454.63/1452.36	c cleaning 106017 clauses out of 212037 with flag 34910298/5768002
1492.96/1490.69	c cleaning 106999 clauses out of 214018 with flag 35568223/5876000
1531.76/1529.43	c cleaning 107980 clauses out of 216019 with flag 36233390/5985000
1571.06/1568.61	c cleaning 109012 clauses out of 218041 with flag 36901395/6095002
1611.37/1608.93	c cleaning 109964 clauses out of 220027 with flag 37579406/6206000
1653.08/1650.68	c cleaning 111018 clauses out of 222063 with flag 38265479/6318000
1695.40/1692.85	c cleaning 112007 clauses out of 224045 with flag 38952635/6431000
1738.60/1736.07	c cleaning 113003 clauses out of 226038 with flag 39646735/6545000
1782.91/1780.39	c cleaning 113977 clauses out of 228035 with flag 40346715/6660000
1800.03/1797.41	c starts		: 49730
1800.03/1797.41	c conflicts		: 6713305
1800.03/1797.41	c decisions		: 66149382
1800.03/1797.41	c propagations		: 920227623
1800.03/1797.41	c inspects		: 24474658091
1800.03/1797.41	c shortcuts		: 0
1800.03/1797.41	c learnt literals	: 2
1800.03/1797.41	c learnt binary clauses	: 39
1800.03/1797.41	c learnt ternary clauses	: 581
1800.03/1797.41	c learnt constraints	: 6713303
1800.03/1797.41	c ignored constraints	: 0
1800.03/1797.41	c root simplifications	: 0
1800.03/1797.41	c removed literals (reason simplification)	: 0
1800.03/1797.41	c reason swapping (by a shorter reason)	: 0
1800.03/1797.41	c Calls to reduceDB	: 111
1800.03/1797.41	c Number of update (reduction) of LBD	: 1388030
1800.03/1797.41	c Imported unit clauses	: 0
1800.03/1797.41	c number of reductions to clauses (during analyze)	: 0
1800.03/1797.41	c number of learned constraints concerned by reduction	: 0
1800.03/1797.41	c number of learning phase by resolution	: 0
1800.03/1797.41	c number of learning phase by cutting planes	: 0
1800.03/1797.41	c speed (assignments/second)	: 512095.8979578549
1800.03/1797.41	c non guided choices	29801
1800.03/1797.41	c timeout
1800.03/1797.44	c learnt constraints type 
1800.03/1797.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 39
1800.03/1797.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 167324
1800.03/1797.44	s UNKNOWN
1800.03/1797.44	c Total wall clock time (in seconds): 1797.323

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-4116265-1466968490/watcher-4116265-1466968490 -o /tmp/evaluation-result-4116265-1466968490/solver-4116265-1466968490 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466945036-19727 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4116265-1466968490.opb 

pid=23250
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.26 2.25 2.19 3/196 23253
/proc/meminfo: memFree=30066800/32872528 swapFree=1491540/1663236
[pid=23253] ppid=23250 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/23253/stat : 23253 (java) D 23250 23253 19710 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 29887314 9515008 182 33554432000 1073741824 1073778376 140736036613040 140736036604072 273905696437 0 0 4096 0 18446744072100764964 0 0 17 1 0 0 0 0 0
/proc/23253/statm: 2323 182 140 9 0 71 0

[startup+0.100062 s]
/proc/loadavg: 2.26 2.25 2.19 3/196 23253
/proc/meminfo: memFree=30066800/32872528 swapFree=1491540/1663236
[pid=23253] ppid=23250 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/23253/stat : 23253 (java) S 23250 23253 19710 0 -1 4202496 4415 0 1 0 8 1 0 0 20 0 18 0 29887314 9787879424 6027 33554432000 1073741824 1073778376 140736556561968 140736556553104 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23253/statm: 2389619 6027 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200228 s]
/proc/loadavg: 2.26 2.25 2.19 3/196 23253
/proc/meminfo: memFree=30066800/32872528 swapFree=1491540/1663236
[pid=23253] ppid=23250 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/23253/stat : 23253 (java) S 23250 23253 19710 0 -1 4202496 4892 0 1 0 25 1 0 0 20 0 18 0 29887314 9787879424 6930 33554432000 1073741824 1073778376 140736556561968 140736556553104 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23253/statm: 2389619 6930 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300236 s]
/proc/loadavg: 2.26 2.25 2.19 3/196 23253
/proc/meminfo: memFree=30066800/32872528 swapFree=1491540/1663236
[pid=23253] ppid=23250 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/23253/stat : 23253 (java) S 23250 23253 19710 0 -1 4202496 5804 0 1 0 47 1 0 0 20 0 18 0 29887314 9787879424 8980 33554432000 1073741824 1073778376 140736556561968 140736556553104 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23253/statm: 2389619 8989 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700196 s]
/proc/loadavg: 2.26 2.25 2.19 3/196 23253
/proc/meminfo: memFree=30066800/32872528 swapFree=1491540/1663236
[pid=23253] ppid=23250 vsize=9625040 CPUtime=1.36 cores=1,3,5,7
/proc/23253/stat : 23253 (java) S 23250 23253 19710 0 -1 4202496 10319 0 1 0 133 3 0 0 20 0 19 0 29887314 9856040960 16668 33554432000 1073741824 1073778376 140736556561968 140736556553104 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23253/statm: 2406260 16668 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9625040

[startup+1.50088 s]
/proc/loadavg: 2.26 2.25 2.19 5/215 23272
/proc/meminfo: memFree=30006132/32872528 swapFree=1491540/1663236
[pid=23253] ppid=23250 vsize=9625040 CPUtime=2.65 cores=1,3,5,7
/proc/23253/stat : 23253 (java) S 23250 23253 19710 0 -1 4202496 17631 0 1 0 260 5 0 0 20 0 19 0 29887314 9856040960 21136 33554432000 1073741824 1073778376 140736556561968 140736556553104 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23253/statm: 2406260 21136 2270 9 0 2396937 0
[pid=23253/tid=23255] ppid=23250 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/23253/task/23255/stat : 23255 (java) R 23250 23253 19710 0 -1 4202560 2438 0 1 0 144 2 0 0 20 0 19 0 29887315 9856040960 21136 33554432000 1073741824 1073778376 140736556561968 140577673839128 140577518209309 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23253/tid=23256] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23256/stat : 23256 (java) S 23250 23253 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29887316 9856040960 21136 33554432000 1073741824 1073778376 140736556561968 140577517595048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23257] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23257/stat : 23257 (java) S 23250 23253 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29887316 9856040960 21136 33554432000 1073741824 1073778376 140736556561968 140577516542504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23253/tid=23258] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23258/stat : 23258 (java) S 23250 23253 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29887316 9856040960 21136 33554432000 1073741824 1073778376 140736556561968 140577515489448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23253/tid=23259] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23259/stat : 23259 (java) S 23250 23253 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29887316 9856040960 21136 33554432000 1073741824 1073778376 140736556561968 140577514436904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23253/tid=23260] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23260/stat : 23260 (java) S 23250 23253 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29887316 9856040960 21136 33554432000 1073741824 1073778376 140736556561968 140577513384872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23261] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23261/stat : 23261 (java) S 23250 23253 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29887316 9856040960 21136 33554432000 1073741824 1073778376 140736556561968 140577512332328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23253/tid=23262] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23262/stat : 23262 (java) S 23250 23253 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29887316 9856040960 21136 33554432000 1073741824 1073778376 140736556561968 140577511279272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23263] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23263/stat : 23263 (java) S 23250 23253 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29887316 9856040960 21136 33554432000 1073741824 1073778376 140736556561968 140577510226728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23264] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23264/stat : 23264 (java) S 23250 23253 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29887317 9856040960 21136 33554432000 1073741824 1073778376 140736556561968 140577027897704 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23253/tid=23265] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23265/stat : 23265 (java) S 23250 23253 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29887318 9856040960 21136 33554432000 1073741824 1073778376 140736556561968 140577026844024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23266] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23266/stat : 23266 (java) S 23250 23253 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29887318 9856040960 21136 33554432000 1073741824 1073778376 140736556561968 140577025790856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23267] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23267/stat : 23267 (java) S 23250 23253 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29887320 9856040960 21136 33554432000 1073741824 1073778376 140736556561968 140577024739600 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23268] ppid=23250 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/23253/task/23268/stat : 23268 (java) S 23250 23253 19710 0 -1 4202560 3671 0 0 0 42 0 0 0 20 0 19 0 29887320 9856040960 21136 33554432000 1073741824 1073778376 140736556561968 140577023687480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23253/tid=23269] ppid=23250 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/23253/task/23269/stat : 23269 (java) S 23250 23253 19710 0 -1 4202560 10250 0 0 0 70 2 0 0 20 0 19 0 29887320 9856040960 21136 33554432000 1073741824 1073778376 140736556561968 140577022634936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23253/tid=23270] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23270/stat : 23270 (java) S 23250 23253 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29887320 9856040960 21136 33554432000 1073741824 1073778376 140736556561968 140577021582072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23253/tid=23271] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23271/stat : 23271 (java) S 23250 23253 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29887320 9856040960 21136 33554432000 1073741824 1073778376 140736556561968 140577020529736 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23253/tid=23272] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23272/stat : 23272 (java) S 23250 23253 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29887357 9856040960 21136 33554432000 1073741824 1073778376 140736556561968 140577019474984 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 2.24 2.25 2.19 4/215 23272
/proc/meminfo: memFree=29988892/32872528 swapFree=1491540/1663236
[pid=23253] ppid=23250 vsize=9625040 CPUtime=4.28 cores=1,3,5,7
/proc/23253/stat : 23253 (java) S 23250 23253 19710 0 -1 4202496 17634 0 1 0 423 5 0 0 20 0 19 0 29887314 9856040960 22160 33554432000 1073741824 1073778376 140736556561968 140736556553104 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23253/statm: 2406260 22160 2270 9 0 2396937 0
[pid=23253/tid=23255] ppid=23250 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/23253/task/23255/stat : 23255 (java) R 23250 23253 19710 0 -1 4202560 2441 0 1 0 304 2 0 0 20 0 19 0 29887315 9856040960 22160 33554432000 1073741824 1073778376 140736556561968 140577673830096 140577518355718 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23253/tid=23256] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23256/stat : 23256 (java) S 23250 23253 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29887316 9856040960 22160 33554432000 1073741824 1073778376 140736556561968 140577517595048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23257] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23257/stat : 23257 (java) S 23250 23253 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29887316 9856040960 22160 33554432000 1073741824 1073778376 140736556561968 140577516542504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23253/tid=23258] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23258/stat : 23258 (java) S 23250 23253 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29887316 9856040960 22160 33554432000 1073741824 1073778376 140736556561968 140577515489448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23253/tid=23259] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23259/stat : 23259 (java) S 23250 23253 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29887316 9856040960 22160 33554432000 1073741824 1073778376 140736556561968 140577514436904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23253/tid=23260] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23260/stat : 23260 (java) S 23250 23253 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29887316 9856040960 22160 33554432000 1073741824 1073778376 140736556561968 140577513384872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23261] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23261/stat : 23261 (java) S 23250 23253 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29887316 9856040960 22160 33554432000 1073741824 1073778376 140736556561968 140577512332328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23253/tid=23262] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23262/stat : 23262 (java) S 23250 23253 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29887316 9856040960 22160 33554432000 1073741824 1073778376 140736556561968 140577511279272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23263] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23263/stat : 23263 (java) S 23250 23253 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29887316 9856040960 22160 33554432000 1073741824 1073778376 140736556561968 140577510226728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23264] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23264/stat : 23264 (java) S 23250 23253 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29887317 9856040960 22160 33554432000 1073741824 1073778376 140736556561968 140577027897704 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23253/tid=23265] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23265/stat : 23265 (java) S 23250 23253 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29887318 9856040960 22160 33554432000 1073741824 1073778376 140736556561968 140577026844024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23266] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23266/stat : 23266 (java) S 23250 23253 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29887318 9856040960 22160 33554432000 1073741824 1073778376 140736556561968 140577025790856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23267] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23267/stat : 23267 (java) S 23250 23253 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29887320 9856040960 22160 33554432000 1073741824 1073778376 140736556561968 140577024739600 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23268] ppid=23250 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/23253/task/23268/stat : 23268 (java) S 23250 23253 19710 0 -1 4202560 3671 0 0 0 44 0 0 0 20 0 19 0 29887320 9856040960 22160 33554432000 1073741824 1073778376 140736556561968 140577023687480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23253/tid=23269] ppid=23250 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/23253/task/23269/stat : 23269 (java) S 23250 23253 19710 0 -1 4202560 10250 0 0 0 72 2 0 0 20 0 19 0 29887320 9856040960 22160 33554432000 1073741824 1073778376 140736556561968 140577022634936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23253/tid=23270] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23270/stat : 23270 (java) S 23250 23253 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29887320 9856040960 22160 33554432000 1073741824 1073778376 140736556561968 140577021582072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23253/tid=23271] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23271/stat : 23271 (java) S 23250 23253 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29887320 9856040960 22160 33554432000 1073741824 1073778376 140736556561968 140577020529736 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23253/tid=23272] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23272/stat : 23272 (java) S 23250 23253 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29887357 9856040960 22160 33554432000 1073741824 1073778376 140736556561968 140577019474984 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.24 2.25 2.19 3/215 23272
/proc/meminfo: memFree=29984396/32872528 swapFree=1491540/1663236
[pid=23253] ppid=23250 vsize=9625040 CPUtime=7.5 cores=1,3,5,7
/proc/23253/stat : 23253 (java) S 23250 23253 19710 0 -1 4202496 17648 0 1 0 745 5 0 0 20 0 19 0 29887314 9856040960 23173 33554432000 1073741824 1073778376 140736556561968 140736556553104 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23253/statm: 2406260 23173 2271 9 0 2396937 0
[pid=23253/tid=23255] ppid=23250 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/23253/task/23255/stat : 23255 (java) R 23250 23253 19710 0 -1 4202560 2446 0 1 0 624 2 0 0 20 0 19 0 29887315 9856040960 23173 33554432000 1073741824 1073778376 140736556561968 140577673830080 140577518254466 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23253/tid=23256] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23256/stat : 23256 (java) S 23250 23253 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29887316 9856040960 23173 33554432000 1073741824 1073778376 140736556561968 140577517595048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23257] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23257/stat : 23257 (java) S 23250 23253 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29887316 9856040960 23173 33554432000 1073741824 1073778376 140736556561968 140577516542504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23253/tid=23258] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23258/stat : 23258 (java) S 23250 23253 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29887316 9856040960 23173 33554432000 1073741824 1073778376 140736556561968 140577515489448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23253/tid=23259] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23259/stat : 23259 (java) S 23250 23253 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29887316 9856040960 23173 33554432000 1073741824 1073778376 140736556561968 140577514436904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23253/tid=23260] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23260/stat : 23260 (java) S 23250 23253 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29887316 9856040960 23173 33554432000 1073741824 1073778376 140736556561968 140577513384872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23261] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23261/stat : 23261 (java) S 23250 23253 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29887316 9856040960 23173 33554432000 1073741824 1073778376 140736556561968 140577512332328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23253/tid=23262] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23262/stat : 23262 (java) S 23250 23253 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29887316 9856040960 23173 33554432000 1073741824 1073778376 140736556561968 140577511279272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23263] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23263/stat : 23263 (java) S 23250 23253 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29887316 9856040960 23173 33554432000 1073741824 1073778376 140736556561968 140577510226728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23264] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23264/stat : 23264 (java) S 23250 23253 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29887317 9856040960 23173 33554432000 1073741824 1073778376 140736556561968 140577027897704 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23253/tid=23265] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23265/stat : 23265 (java) S 23250 23253 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29887318 9856040960 23173 33554432000 1073741824 1073778376 140736556561968 140577026844024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23266] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23266/stat : 23266 (java) S 23250 23253 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29887318 9856040960 23173 33554432000 1073741824 1073778376 140736556561968 140577025790856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23267] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23267/stat : 23267 (java) S 23250 23253 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29887320 9856040960 23173 33554432000 1073741824 1073778376 140736556561968 140577024739600 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23268] ppid=23250 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/23253/task/23268/stat : 23268 (java) S 23250 23253 19710 0 -1 4202560 3671 0 0 0 44 0 0 0 20 0 19 0 29887320 9856040960 23173 33554432000 1073741824 1073778376 140736556561968 140577023687480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23269] ppid=23250 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/23253/task/23269/stat : 23269 (java) S 23250 23253 19710 0 -1 4202560 10258 0 0 0 74 2 0 0 20 0 19 0 29887320 9856040960 23173 33554432000 1073741824 1073778376 140736556561968 140577022634936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23253/tid=23270] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23270/stat : 23270 (java) S 23250 23253 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29887320 9856040960 23173 33554432000 1073741824 1073778376 140736556561968 140577021582072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23253/tid=23271] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23271/stat : 23271 (java) S 23250 23253 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29887320 9856040960 23173 33554432000 1073741824 1073778376 140736556561968 140577020529736 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23253/tid=23272] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23272/stat : 23272 (java) S 23250 23253 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29887357 9856040960 23173 33554432000 1073741824 1073778376 140736556561968 140577019474984 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 9625040


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

/proc/23253/task/23272/stat : 23272 (java) S 23250 23253 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29887357 9856040960 92188 33554432000 1073741824 1073778376 140736556561968 140577019474984 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1664.78
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.30 2.28 2.24 3/215 23381
/proc/meminfo: memFree=29700312/32872528 swapFree=1491540/1663236
[pid=23253] ppid=23250 vsize=9625040 CPUtime=1724.9 cores=1,3,5,7
/proc/23253/stat : 23253 (java) S 23250 23253 19710 0 -1 4202496 18498 0 1 0 172433 57 0 0 20 0 19 0 29887314 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140736556553104 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23253/statm: 2406260 94749 2285 9 0 2396937 0
[pid=23253/tid=23255] ppid=23250 vsize=9625040 CPUtime=1717.44 cores=1,3,5,7
/proc/23253/task/23255/stat : 23255 (java) R 23250 23253 19710 0 -1 4202560 2502 0 1 0 171715 29 0 0 20 0 19 0 29887315 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577673830176 140577518242297 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23253/tid=23256] ppid=23250 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/23253/task/23256/stat : 23256 (java) S 23250 23253 19710 0 -1 4202560 62 0 0 0 15 3 0 0 20 0 19 0 29887316 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577517595048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23257] ppid=23250 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/23253/task/23257/stat : 23257 (java) S 23250 23253 19710 0 -1 4202560 31 0 0 0 10 2 0 0 20 0 19 0 29887316 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577516542504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23253/tid=23258] ppid=23250 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/23253/task/23258/stat : 23258 (java) S 23250 23253 19710 0 -1 4202560 61 0 0 0 16 3 0 0 20 0 19 0 29887316 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577515489448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23253/tid=23259] ppid=23250 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/23253/task/23259/stat : 23259 (java) S 23250 23253 19710 0 -1 4202560 63 0 0 0 18 3 0 0 20 0 19 0 29887316 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577514436904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23253/tid=23260] ppid=23250 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/23253/task/23260/stat : 23260 (java) S 23250 23253 19710 0 -1 4202560 233 0 0 0 18 3 0 0 20 0 19 0 29887316 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577513384872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23253/tid=23261] ppid=23250 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/23253/task/23261/stat : 23261 (java) S 23250 23253 19710 0 -1 4202560 88 0 0 0 15 3 0 0 20 0 19 0 29887316 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577512332328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23262] ppid=23250 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/23253/task/23262/stat : 23262 (java) S 23250 23253 19710 0 -1 4202560 46 0 0 0 13 2 0 0 20 0 19 0 29887316 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577511279272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23263] ppid=23250 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/23253/task/23263/stat : 23263 (java) S 23250 23253 19710 0 -1 4202560 45 0 0 0 12 3 0 0 20 0 19 0 29887316 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577510226728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23253/tid=23264] ppid=23250 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/23253/task/23264/stat : 23264 (java) S 23250 23253 19710 0 -1 4202560 73 0 0 0 2 0 0 0 20 0 19 0 29887317 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577027897704 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23253/tid=23265] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23265/stat : 23265 (java) S 23250 23253 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29887318 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577026844024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23266] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23266/stat : 23266 (java) S 23250 23253 19710 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29887318 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577025790856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23267] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23267/stat : 23267 (java) S 23250 23253 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29887320 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577024739600 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23268] ppid=23250 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/23253/task/23268/stat : 23268 (java) S 23250 23253 19710 0 -1 4202560 3671 0 0 0 44 0 0 0 20 0 19 0 29887320 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577023687480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23269] ppid=23250 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/23253/task/23269/stat : 23269 (java) S 23250 23253 19710 0 -1 4202560 10264 0 0 0 77 2 0 0 20 0 19 0 29887320 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577022634936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23253/tid=23270] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23270/stat : 23270 (java) S 23250 23253 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29887320 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577021582072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23253/tid=23271] ppid=23250 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/23253/task/23271/stat : 23271 (java) S 23250 23253 19710 0 -1 4202560 100 0 0 0 35 39 0 0 20 0 19 0 29887320 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577020529736 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23253/tid=23272] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23272/stat : 23272 (java) S 23250 23253 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29887357 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577019474984 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1724.9
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.22 2.26 2.23 3/215 23382
/proc/meminfo: memFree=29683100/32872528 swapFree=1491540/1663236
[pid=23253] ppid=23250 vsize=9625040 CPUtime=1784.91 cores=1,3,5,7
/proc/23253/stat : 23253 (java) S 23250 23253 19710 0 -1 4202496 18502 0 1 0 178433 58 0 0 20 0 19 0 29887314 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140736556553104 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23253/statm: 2406260 94749 2285 9 0 2396937 0
[pid=23253/tid=23255] ppid=23250 vsize=9625040 CPUtime=1777.29 cores=1,3,5,7
/proc/23253/task/23255/stat : 23255 (java) R 23250 23253 19710 0 -1 4202560 2502 0 1 0 177699 30 0 0 20 0 19 0 29887315 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577673830176 140577518259195 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23253/tid=23256] ppid=23250 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/23253/task/23256/stat : 23256 (java) S 23250 23253 19710 0 -1 4202560 62 0 0 0 15 3 0 0 20 0 19 0 29887316 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577517595048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23257] ppid=23250 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/23253/task/23257/stat : 23257 (java) S 23250 23253 19710 0 -1 4202560 31 0 0 0 10 2 0 0 20 0 19 0 29887316 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577516542504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23253/tid=23258] ppid=23250 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/23253/task/23258/stat : 23258 (java) S 23250 23253 19710 0 -1 4202560 61 0 0 0 16 3 0 0 20 0 19 0 29887316 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577515489448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23253/tid=23259] ppid=23250 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/23253/task/23259/stat : 23259 (java) S 23250 23253 19710 0 -1 4202560 63 0 0 0 18 3 0 0 20 0 19 0 29887316 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577514436904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23253/tid=23260] ppid=23250 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/23253/task/23260/stat : 23260 (java) S 23250 23253 19710 0 -1 4202560 233 0 0 0 18 3 0 0 20 0 19 0 29887316 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577513384872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23253/tid=23261] ppid=23250 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/23253/task/23261/stat : 23261 (java) S 23250 23253 19710 0 -1 4202560 88 0 0 0 15 3 0 0 20 0 19 0 29887316 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577512332328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23262] ppid=23250 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/23253/task/23262/stat : 23262 (java) S 23250 23253 19710 0 -1 4202560 46 0 0 0 13 2 0 0 20 0 19 0 29887316 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577511279272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23263] ppid=23250 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/23253/task/23263/stat : 23263 (java) S 23250 23253 19710 0 -1 4202560 45 0 0 0 12 3 0 0 20 0 19 0 29887316 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577510226728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23253/tid=23264] ppid=23250 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/23253/task/23264/stat : 23264 (java) S 23250 23253 19710 0 -1 4202560 73 0 0 0 2 0 0 0 20 0 19 0 29887317 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577027897704 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23253/tid=23265] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23265/stat : 23265 (java) S 23250 23253 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29887318 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577026844024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23266] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23266/stat : 23266 (java) S 23250 23253 19710 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29887318 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577025790856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23267] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23267/stat : 23267 (java) S 23250 23253 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29887320 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577024739600 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23268] ppid=23250 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/23253/task/23268/stat : 23268 (java) S 23250 23253 19710 0 -1 4202560 3671 0 0 0 44 0 0 0 20 0 19 0 29887320 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577023687480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23269] ppid=23250 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/23253/task/23269/stat : 23269 (java) S 23250 23253 19710 0 -1 4202560 10264 0 0 0 77 2 0 0 20 0 19 0 29887320 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577022634936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23253/tid=23270] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23270/stat : 23270 (java) S 23250 23253 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29887320 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577021582072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23253/tid=23271] ppid=23250 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/23253/task/23271/stat : 23271 (java) S 23250 23253 19710 0 -1 4202560 104 0 0 0 36 41 0 0 20 0 19 0 29887320 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577020529736 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23253/tid=23272] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23272/stat : 23272 (java) S 23250 23253 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29887357 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577019474984 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1784.91
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.4 s]
/proc/loadavg: 2.25 2.26 2.24 4/215 23382
/proc/meminfo: memFree=29683348/32872528 swapFree=1491540/1663236
[pid=23253] ppid=23250 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/23253/stat : 23253 (java) S 23250 23253 19710 0 -1 4202496 18502 0 1 0 179944 59 0 0 20 0 19 0 29887314 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140736556553104 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23253/statm: 2406260 94749 2285 9 0 2396937 0
[pid=23253/tid=23255] ppid=23250 vsize=9625040 CPUtime=1792.36 cores=1,3,5,7
/proc/23253/task/23255/stat : 23255 (java) R 23250 23253 19710 0 -1 4202560 2502 0 1 0 179206 30 0 0 20 0 19 0 29887315 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577673830176 140577518208800 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23253/tid=23256] ppid=23250 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/23253/task/23256/stat : 23256 (java) S 23250 23253 19710 0 -1 4202560 62 0 0 0 15 3 0 0 20 0 19 0 29887316 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577517595048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23257] ppid=23250 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/23253/task/23257/stat : 23257 (java) S 23250 23253 19710 0 -1 4202560 31 0 0 0 10 2 0 0 20 0 19 0 29887316 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577516542504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23253/tid=23258] ppid=23250 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/23253/task/23258/stat : 23258 (java) S 23250 23253 19710 0 -1 4202560 61 0 0 0 16 3 0 0 20 0 19 0 29887316 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577515489448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23253/tid=23259] ppid=23250 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/23253/task/23259/stat : 23259 (java) S 23250 23253 19710 0 -1 4202560 63 0 0 0 18 3 0 0 20 0 19 0 29887316 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577514436904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23253/tid=23260] ppid=23250 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/23253/task/23260/stat : 23260 (java) S 23250 23253 19710 0 -1 4202560 233 0 0 0 18 3 0 0 20 0 19 0 29887316 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577513384872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23253/tid=23261] ppid=23250 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/23253/task/23261/stat : 23261 (java) S 23250 23253 19710 0 -1 4202560 88 0 0 0 15 3 0 0 20 0 19 0 29887316 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577512332328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23262] ppid=23250 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/23253/task/23262/stat : 23262 (java) S 23250 23253 19710 0 -1 4202560 46 0 0 0 13 2 0 0 20 0 19 0 29887316 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577511279272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23263] ppid=23250 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/23253/task/23263/stat : 23263 (java) S 23250 23253 19710 0 -1 4202560 45 0 0 0 12 3 0 0 20 0 19 0 29887316 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577510226728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23253/tid=23264] ppid=23250 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/23253/task/23264/stat : 23264 (java) S 23250 23253 19710 0 -1 4202560 73 0 0 0 2 0 0 0 20 0 19 0 29887317 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577027897704 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23253/tid=23265] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23265/stat : 23265 (java) S 23250 23253 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29887318 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577026844024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23266] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23266/stat : 23266 (java) S 23250 23253 19710 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29887318 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577025790856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23267] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23267/stat : 23267 (java) S 23250 23253 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29887320 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577024739600 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23268] ppid=23250 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/23253/task/23268/stat : 23268 (java) S 23250 23253 19710 0 -1 4202560 3671 0 0 0 44 0 0 0 20 0 19 0 29887320 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577023687480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23253/tid=23269] ppid=23250 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/23253/task/23269/stat : 23269 (java) S 23250 23253 19710 0 -1 4202560 10264 0 0 0 77 2 0 0 20 0 19 0 29887320 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577022634936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23253/tid=23270] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23270/stat : 23270 (java) S 23250 23253 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29887320 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577021582072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23253/tid=23271] ppid=23250 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/23253/task/23271/stat : 23271 (java) S 23250 23253 19710 0 -1 4202560 104 0 0 0 37 41 0 0 20 0 19 0 29887320 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577020529736 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23253/tid=23272] ppid=23250 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23253/task/23272/stat : 23272 (java) S 23250 23253 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29887357 9856040960 94749 33554432000 1073741824 1073778376 140736556561968 140577019474984 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 23253 sig 9
??? kill -23253 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 23253 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=9117
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=92833
# CPU time returned by wait4() is 1796.1
# 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.44
CPU time (s): 1800.03
CPU user time (s): 1799.44
CPU system time (s): 0.59
CPU usage (%): 100.144
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.01
system time used= 1.09283
maximum resident set size= 379116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18538
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38370
involuntary context switches= 4087

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5734 second user time and 14.1818 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-26 21:14:50
IDJOB=4116265
IDBENCH=109448
IDSOLVER=2546
FILE ID=node134/4116265-1466968490
RUNJOBID= node134-1466945036-19727
PBS_JOBID= 19976362
Free space on /tmp= 71692 MiB

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

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

MD5SUM BENCH= 63451afdf29a8e80a45832b5f6bbb8a8
RANDOM SEED=1170707394

node134.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		: 2667.170
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	: 5334.34
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		: 2667.170
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		: 2667.170
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.54
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		: 2667.170
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.56
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		: 2667.170
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.57
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		: 2667.170
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	: 5317.19
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		: 2667.170
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		: 2667.170
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:        30066792 kB
Buffers:           31492 kB
Cached:           114628 kB
SwapCached:         1316 kB
Active:           297424 kB
Inactive:         122432 kB
Active(anon):     273736 kB
Inactive(anon):     2488 kB
Active(file):      23688 kB
Inactive(file):   119944 kB
Unevictable:     1663236 kB
Mlocked:         1491540 kB
SwapTotal:      67108856 kB
SwapFree:       67099128 kB
Dirty:              1208 kB
Writeback:             0 kB
AnonPages:       1958252 kB
Mapped:            15312 kB
Shmem:                 0 kB
Slab:             565700 kB
SReclaimable:       9312 kB
SUnreclaim:       556388 kB
KernelStack:        1616 kB
PageTables:         8584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2399540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    452608 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= 71692 MiB
End job on node134 at 2016-06-26 21:44:48