Trace number 4115913

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.73 1797.44

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size112-round22-0.opb
MD5SUM1478b9596894c92fb769212147798991
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 variables4128
Total number of constraints8688
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)400
Number of constraints which are nor clauses,nor cardinality constraints864
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-4115913-1466943658.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.69/0.41	c ... done. Wall clock time 0.294s.
0.69/0.41	c declared #vars     4128
0.69/0.41	c #constraints  9952
0.69/0.41	c constraints type 
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.69/0.41	c org.sat4j.specs.Constr$1 => 888
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 488
0.69/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.69/0.41	c 9952 constraints processed.
1.64/1.06	c cleaning 2498 clauses out of 4998 with flag 15896/5000
2.79/1.71	c cleaning 4235 clauses out of 8501 with flag 37816/11001
3.49/2.40	c cleaning 5630 clauses out of 11267 with flag 65800/18002
4.20/3.18	c cleaning 6816 clauses out of 13636 with flag 101494/26001
5.32/4.20	c cleaning 7901 clauses out of 15819 with flag 141767/35000
6.42/5.32	c cleaning 8943 clauses out of 17918 with flag 188468/45000
7.62/6.57	c cleaning 9983 clauses out of 19975 with flag 243029/56000
9.02/7.98	c cleaning 10979 clauses out of 21994 with flag 302433/68002
10.52/9.50	c cleaning 11990 clauses out of 24013 with flag 368853/81000
12.23/11.20	c cleaning 13011 clauses out of 26024 with flag 442386/95001
14.13/13.02	c cleaning 14002 clauses out of 28013 with flag 521607/110001
16.13/15.03	c cleaning 14996 clauses out of 30011 with flag 609771/126001
18.33/17.27	c cleaning 15957 clauses out of 32015 with flag 703038/143001
20.74/19.66	c cleaning 17025 clauses out of 34057 with flag 802596/161000
23.43/22.31	c cleaning 18001 clauses out of 36033 with flag 911269/180001
26.33/25.25	c cleaning 18974 clauses out of 38031 with flag 1026220/200000
29.33/28.29	c cleaning 20007 clauses out of 40057 with flag 1148888/221000
32.63/31.53	c cleaning 20996 clauses out of 42050 with flag 1276978/243000
36.14/35.01	c cleaning 22003 clauses out of 44054 with flag 1417400/266000
39.75/38.68	c cleaning 22997 clauses out of 46053 with flag 1559644/290002
43.74/42.63	c cleaning 24015 clauses out of 48054 with flag 1708655/315000
47.94/46.88	c cleaning 25014 clauses out of 50039 with flag 1862233/341000
52.34/51.26	c cleaning 25987 clauses out of 52027 with flag 2025654/368002
57.04/55.93	c cleaning 26977 clauses out of 54038 with flag 2193208/396000
61.67/60.60	c cleaning 28004 clauses out of 56061 with flag 2367202/425000
66.27/65.19	c cleaning 29022 clauses out of 58057 with flag 2549996/455000
71.07/69.91	c cleaning 29989 clauses out of 60036 with flag 2739226/486001
75.98/74.89	c cleaning 30999 clauses out of 62046 with flag 2933625/518000
81.37/80.20	c cleaning 31980 clauses out of 64047 with flag 3138893/551000
86.88/85.74	c cleaning 33013 clauses out of 66067 with flag 3349587/585000
92.68/91.51	c cleaning 34025 clauses out of 68054 with flag 3566601/620000
98.78/97.62	c cleaning 34978 clauses out of 70029 with flag 3790570/656000
105.29/104.10	c cleaning 36026 clauses out of 72052 with flag 4018110/693001
111.89/110.73	c cleaning 36990 clauses out of 74026 with flag 4256290/731001
118.90/117.76	c cleaning 37995 clauses out of 76035 with flag 4503401/770000
126.29/125.15	c cleaning 39016 clauses out of 78041 with flag 4751366/810001
133.89/132.78	c cleaning 40007 clauses out of 80025 with flag 5005188/851001
141.79/140.63	c cleaning 40979 clauses out of 82018 with flag 5269911/893001
149.99/148.87	c cleaning 42007 clauses out of 84038 with flag 5540176/936000
158.47/157.25	c cleaning 42999 clauses out of 86032 with flag 5819498/980001
166.87/165.61	c cleaning 44009 clauses out of 88033 with flag 6106758/1025001
175.57/174.39	c cleaning 44991 clauses out of 90023 with flag 6396530/1071000
184.77/183.52	c cleaning 45991 clauses out of 92032 with flag 6696323/1118000
194.17/192.99	c cleaning 47000 clauses out of 94041 with flag 7002247/1166000
204.07/202.88	c cleaning 48009 clauses out of 96041 with flag 7311012/1215000
214.37/213.18	c cleaning 49016 clauses out of 98032 with flag 7632874/1265000
225.17/223.94	c cleaning 49982 clauses out of 100016 with flag 7959259/1316000
236.08/234.86	c cleaning 51003 clauses out of 102034 with flag 8288946/1368000
247.48/246.28	c cleaning 52001 clauses out of 104033 with flag 8624829/1421002
259.58/258.31	c cleaning 52966 clauses out of 106031 with flag 8966708/1475001
271.40/270.17	c cleaning 53999 clauses out of 108064 with flag 9318418/1530000
283.40/282.10	c cleaning 55006 clauses out of 110066 with flag 9676281/1586001
295.91/294.65	c cleaning 56006 clauses out of 112059 with flag 10042831/1643000
308.82/307.58	c cleaning 57011 clauses out of 114054 with flag 10411113/1701001
322.02/320.73	c cleaning 58003 clauses out of 116043 with flag 10791221/1760001
336.02/334.71	c cleaning 59000 clauses out of 118040 with flag 11173001/1820001
350.03/348.74	c cleaning 59989 clauses out of 120039 with flag 11561971/1881000
364.44/363.12	c cleaning 61006 clauses out of 122050 with flag 11956081/1943000
379.33/378.05	c cleaning 62023 clauses out of 124045 with flag 12357666/2006001
394.46/393.14	c cleaning 62970 clauses out of 126022 with flag 12765525/2070001
409.76/408.44	c cleaning 64000 clauses out of 128052 with flag 13181020/2135001
425.48/424.19	c cleaning 65002 clauses out of 130051 with flag 13598983/2201000
442.08/440.70	c cleaning 66008 clauses out of 132049 with flag 14024979/2268000
458.88/457.53	c cleaning 67007 clauses out of 134043 with flag 14456447/2336002
476.18/474.89	c cleaning 67987 clauses out of 136035 with flag 14895490/2405001
494.09/492.76	c cleaning 68987 clauses out of 138048 with flag 15338543/2475001
512.46/511.03	c cleaning 70004 clauses out of 140061 with flag 15788655/2546001
530.67/529.27	c cleaning 71017 clauses out of 142056 with flag 16246560/2618000
549.76/548.37	c cleaning 72005 clauses out of 144039 with flag 16711230/2691000
569.26/567.84	c cleaning 72996 clauses out of 146034 with flag 17181168/2765000
589.47/588.05	c cleaning 73986 clauses out of 148039 with flag 17660610/2840001
610.07/608.61	c cleaning 75000 clauses out of 150052 with flag 18140774/2916000
631.38/629.96	c cleaning 75995 clauses out of 152052 with flag 18626690/2993000
653.07/651.57	c cleaning 76993 clauses out of 154057 with flag 19119419/3071000
675.18/673.68	c cleaning 77966 clauses out of 156064 with flag 19620159/3150000
698.49/696.94	c cleaning 79037 clauses out of 158098 with flag 20128067/3230000
722.20/720.62	c cleaning 80023 clauses out of 160061 with flag 20637971/3311000
746.00/744.48	c cleaning 81008 clauses out of 162040 with flag 21156676/3393002
770.80/769.26	c cleaning 81990 clauses out of 164030 with flag 21678937/3476000
795.69/794.04	c cleaning 82974 clauses out of 166040 with flag 22211228/3560000
820.49/818.85	c cleaning 84021 clauses out of 168066 with flag 22748111/3645000
846.79/845.18	c cleaning 84998 clauses out of 170045 with flag 23290709/3731000
873.30/871.62	c cleaning 85981 clauses out of 172048 with flag 23840779/3818001
900.60/898.93	c cleaning 87031 clauses out of 174066 with flag 24395248/3906000
928.62/926.81	c cleaning 87980 clauses out of 176035 with flag 24956512/3995000
957.13/955.31	c cleaning 88959 clauses out of 178056 with flag 25526358/4085001
985.74/983.94	c cleaning 90018 clauses out of 180096 with flag 26103038/4176000
1015.35/1013.52	c cleaning 91029 clauses out of 182080 with flag 26684415/4268002
1045.55/1043.75	c cleaning 92004 clauses out of 184049 with flag 27266079/4361000
1076.25/1074.37	c cleaning 93014 clauses out of 186045 with flag 27856409/4455000
1107.76/1105.84	c cleaning 93991 clauses out of 188032 with flag 28453746/4550001
1140.36/1138.44	c cleaning 94987 clauses out of 190040 with flag 29058695/4646000
1174.07/1172.12	c cleaning 96015 clauses out of 192054 with flag 29673132/4743001
1208.48/1206.41	c cleaning 96999 clauses out of 194038 with flag 30295903/4841000
1242.28/1240.26	c cleaning 97990 clauses out of 196039 with flag 30918657/4940000
1277.49/1275.46	c cleaning 98959 clauses out of 198049 with flag 31547848/5040000
1313.19/1311.19	c cleaning 100024 clauses out of 200090 with flag 32186858/5141000
1349.12/1346.98	c cleaning 101002 clauses out of 202066 with flag 32832166/5243000
1385.83/1383.64	c cleaning 102026 clauses out of 204064 with flag 33479289/5346000
1423.63/1421.40	c cleaning 102959 clauses out of 206038 with flag 34135701/5450000
1462.24/1460.09	c cleaning 104008 clauses out of 208079 with flag 34794837/5555000
1502.38/1500.06	c cleaning 105007 clauses out of 210071 with flag 35464693/5661000
1543.20/1540.86	c cleaning 105991 clauses out of 212064 with flag 36137386/5768000
1583.70/1581.35	c cleaning 107024 clauses out of 214075 with flag 36812928/5876002
1625.01/1622.55	c cleaning 108007 clauses out of 216050 with flag 37497700/5985001
1668.00/1665.51	c cleaning 108955 clauses out of 218043 with flag 38188233/6095001
1712.09/1709.68	c cleaning 110010 clauses out of 220088 with flag 38882473/6206001
1756.89/1754.30	c cleaning 111013 clauses out of 222077 with flag 39586176/6318000
1800.00/1797.41	c starts		: 57441
1800.00/1797.41	c conflicts		: 6428095
1800.00/1797.41	c decisions		: 63975803
1800.00/1797.41	c propagations		: 888915585
1800.00/1797.41	c inspects		: 25241634714
1800.00/1797.41	c shortcuts		: 0
1800.00/1797.41	c learnt literals	: 2
1800.00/1797.41	c learnt binary clauses	: 39
1800.00/1797.41	c learnt ternary clauses	: 678
1800.00/1797.41	c learnt constraints	: 6428093
1800.00/1797.41	c ignored constraints	: 0
1800.00/1797.41	c root simplifications	: 0
1800.00/1797.41	c removed literals (reason simplification)	: 0
1800.00/1797.41	c reason swapping (by a shorter reason)	: 0
1800.00/1797.41	c Calls to reduceDB	: 108
1800.00/1797.41	c Number of update (reduction) of LBD	: 1347599
1800.00/1797.41	c Imported unit clauses	: 0
1800.00/1797.41	c number of reductions to clauses (during analyze)	: 0
1800.00/1797.41	c number of learned constraints concerned by reduction	: 0
1800.00/1797.41	c number of learning phase by resolution	: 0
1800.00/1797.41	c number of learning phase by cutting planes	: 0
1800.00/1797.41	c speed (assignments/second)	: 494668.63792381936
1800.00/1797.41	c non guided choices	13331
1800.00/1797.41	c timeout
1800.00/1797.44	c learnt constraints type 
1800.00/1797.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 39
1800.00/1797.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 221120
1800.00/1797.44	s UNKNOWN
1800.00/1797.44	c Total wall clock time (in seconds): 1797.321

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-4115913-1466943658/watcher-4115913-1466943658 -o /tmp/evaluation-result-4115913-1466943658/solver-4115913-1466943658 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466943595-19070 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4115913-1466943658.opb 

pid=19184
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: 1.84 1.47 1.67 3/195 19187
/proc/meminfo: memFree=30102040/32872528 swapFree=1643088/1798432
[pid=19187] ppid=19184 vsize=8 CPUtime=0 cores=1,3,5,7
/proc/19187/stat : 19187 (java) R 19184 19187 19053 0 -1 4194304 328 0 0 0 0 0 0 0 20 0 1 0 27404948 8192 1 33554432000 0 0 0 140734755412296 260190137783 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19187/statm: 67 3 0 0 0 24 0

[startup+0.10006 s]
/proc/loadavg: 1.84 1.47 1.67 3/195 19187
/proc/meminfo: memFree=30102040/32872528 swapFree=1643088/1798432
[pid=19187] ppid=19184 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/19187/stat : 19187 (java) S 19184 19187 19053 0 -1 4202496 4395 0 1 0 8 1 0 0 20 0 18 0 27404948 9787879424 6029 33554432000 1073741824 1073778376 140736951019104 140736951010240 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19187/statm: 2389619 6029 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200215 s]
/proc/loadavg: 1.84 1.47 1.67 3/195 19187
/proc/meminfo: memFree=30102040/32872528 swapFree=1643088/1798432
[pid=19187] ppid=19184 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/19187/stat : 19187 (java) S 19184 19187 19053 0 -1 4202496 4778 0 1 0 24 1 0 0 20 0 18 0 27404948 9787879424 6848 33554432000 1073741824 1073778376 140736951019104 140736951010240 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19187/statm: 2389619 6848 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300229 s]
/proc/loadavg: 1.84 1.47 1.67 3/195 19187
/proc/meminfo: memFree=30102040/32872528 swapFree=1643088/1798432
[pid=19187] ppid=19184 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/19187/stat : 19187 (java) S 19184 19187 19053 0 -1 4202496 5750 0 1 0 47 1 0 0 20 0 18 0 27404948 9787879424 8955 33554432000 1073741824 1073778376 140736951019104 140736951010240 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19187/statm: 2389619 8955 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700202 s]
/proc/loadavg: 1.84 1.47 1.67 3/195 19187
/proc/meminfo: memFree=30102040/32872528 swapFree=1643088/1798432
[pid=19187] ppid=19184 vsize=9625040 CPUtime=1.33 cores=1,3,5,7
/proc/19187/stat : 19187 (java) S 19184 19187 19053 0 -1 4202496 8930 0 1 0 131 2 0 0 20 0 19 0 27404948 9856040960 15598 33554432000 1073741824 1073778376 140736951019104 140736951010240 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19187/statm: 2406260 15598 2262 9 0 2396937 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9625040

[startup+1.50086 s]
/proc/loadavg: 2.01 1.51 1.69 4/214 19206
/proc/meminfo: memFree=30041708/32872528 swapFree=1643088/1798432
[pid=19187] ppid=19184 vsize=9625040 CPUtime=2.56 cores=1,3,5,7
/proc/19187/stat : 19187 (java) S 19184 19187 19053 0 -1 4202496 15598 0 1 0 254 2 0 0 20 0 19 0 27404948 9856040960 19888 33554432000 1073741824 1073778376 140736951019104 140736951010240 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19187/statm: 2406260 19888 2270 9 0 2396937 0
[pid=19187/tid=19189] ppid=19184 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/19187/task/19189/stat : 19189 (java) R 19184 19187 19053 0 -1 4202560 2418 0 1 0 144 2 0 0 20 0 19 0 27404949 9856040960 19888 33554432000 1073741824 1073778376 140736951019104 140051396259520 140051250524879 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19190] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19190/stat : 19190 (java) S 19184 19187 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27404950 9856040960 19888 33554432000 1073741824 1073778376 140736951019104 140051368721064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19191] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19191/stat : 19191 (java) S 19184 19187 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27404950 9856040960 19888 33554432000 1073741824 1073778376 140736951019104 140051238923048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19192] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19192/stat : 19192 (java) S 19184 19187 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27404950 9856040960 19888 33554432000 1073741824 1073778376 140736951019104 140051237870504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19193] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19193/stat : 19193 (java) S 19184 19187 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27404950 9856040960 19888 33554432000 1073741824 1073778376 140736951019104 140051236817960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19194] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19194/stat : 19194 (java) S 19184 19187 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27404950 9856040960 19888 33554432000 1073741824 1073778376 140736951019104 140051235764392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19195] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19195/stat : 19195 (java) S 19184 19187 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27404950 9856040960 19888 33554432000 1073741824 1073778376 140736951019104 140051234711848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19196] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19196/stat : 19196 (java) S 19184 19187 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27404950 9856040960 19888 33554432000 1073741824 1073778376 140736951019104 140050897562024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19197] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19197/stat : 19197 (java) S 19184 19187 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27404950 9856040960 19888 33554432000 1073741824 1073778376 140736951019104 140050896509480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19198] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19198/stat : 19198 (java) S 19184 19187 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27404951 9856040960 19888 33554432000 1073741824 1073778376 140736951019104 140050884311656 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19199] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19199/stat : 19199 (java) S 19184 19187 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27404952 9856040960 19888 33554432000 1073741824 1073778376 140736951019104 140050883257976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19200] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19200/stat : 19200 (java) S 19184 19187 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27404952 9856040960 19888 33554432000 1073741824 1073778376 140736951019104 140050882205320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19201] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19201/stat : 19201 (java) S 19184 19187 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27404954 9856040960 19888 33554432000 1073741824 1073778376 140736951019104 140050881154064 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19202] ppid=19184 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/19187/task/19202/stat : 19202 (java) S 19184 19187 19053 0 -1 4202560 2847 0 0 0 36 0 0 0 20 0 19 0 27404954 9856040960 19888 33554432000 1073741824 1073778376 140736951019104 140050880100408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19203] ppid=19184 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/19187/task/19203/stat : 19203 (java) S 19184 19187 19053 0 -1 4202560 9057 0 0 0 70 0 0 0 20 0 19 0 27404954 9856040960 19888 33554432000 1073741824 1073778376 140736951019104 140050879047864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19204] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19204/stat : 19204 (java) S 19184 19187 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27404954 9856040960 19888 33554432000 1073741824 1073778376 140736951019104 140050877995512 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19205] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19205/stat : 19205 (java) S 19184 19187 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27404954 9856040960 19888 33554432000 1073741824 1073778376 140736951019104 140050876943176 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19206] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19206/stat : 19206 (java) S 19184 19187 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27404990 9856040960 19888 33554432000 1073741824 1073778376 140736951019104 140050875888936 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.01 1.51 1.69 3/214 19206
/proc/meminfo: memFree=30028064/32872528 swapFree=1643088/1798432
[pid=19187] ppid=19184 vsize=9625040 CPUtime=4.2 cores=1,3,5,7
/proc/19187/stat : 19187 (java) S 19184 19187 19053 0 -1 4202496 15601 0 1 0 418 2 0 0 20 0 19 0 27404948 9856040960 20912 33554432000 1073741824 1073778376 140736951019104 140736951010240 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19187/statm: 2406260 20912 2270 9 0 2396937 0
[pid=19187/tid=19189] ppid=19184 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/19187/task/19189/stat : 19189 (java) R 19184 19187 19053 0 -1 4202560 2421 0 1 0 304 2 0 0 20 0 19 0 27404949 9856040960 20912 33554432000 1073741824 1073778376 140736951019104 140051396268520 140051250560830 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19190] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19190/stat : 19190 (java) S 19184 19187 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27404950 9856040960 20912 33554432000 1073741824 1073778376 140736951019104 140051368721064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19191] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19191/stat : 19191 (java) S 19184 19187 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27404950 9856040960 20912 33554432000 1073741824 1073778376 140736951019104 140051238923048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19192] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19192/stat : 19192 (java) S 19184 19187 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27404950 9856040960 20912 33554432000 1073741824 1073778376 140736951019104 140051237870504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19193] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19193/stat : 19193 (java) S 19184 19187 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27404950 9856040960 20912 33554432000 1073741824 1073778376 140736951019104 140051236817960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19194] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19194/stat : 19194 (java) S 19184 19187 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27404950 9856040960 20912 33554432000 1073741824 1073778376 140736951019104 140051235764392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19195] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19195/stat : 19195 (java) S 19184 19187 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27404950 9856040960 20912 33554432000 1073741824 1073778376 140736951019104 140051234711848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19196] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19196/stat : 19196 (java) S 19184 19187 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27404950 9856040960 20912 33554432000 1073741824 1073778376 140736951019104 140050897562024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19197] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19197/stat : 19197 (java) S 19184 19187 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27404950 9856040960 20912 33554432000 1073741824 1073778376 140736951019104 140050896509480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19198] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19198/stat : 19198 (java) S 19184 19187 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27404951 9856040960 20912 33554432000 1073741824 1073778376 140736951019104 140050884311656 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19199] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19199/stat : 19199 (java) S 19184 19187 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27404952 9856040960 20912 33554432000 1073741824 1073778376 140736951019104 140050883257976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19200] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19200/stat : 19200 (java) S 19184 19187 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27404952 9856040960 20912 33554432000 1073741824 1073778376 140736951019104 140050882205320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19201] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19201/stat : 19201 (java) S 19184 19187 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27404954 9856040960 20912 33554432000 1073741824 1073778376 140736951019104 140050881154064 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19202] ppid=19184 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/19187/task/19202/stat : 19202 (java) S 19184 19187 19053 0 -1 4202560 2847 0 0 0 38 0 0 0 20 0 19 0 27404954 9856040960 20912 33554432000 1073741824 1073778376 140736951019104 140050880100408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19203] ppid=19184 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/19187/task/19203/stat : 19203 (java) S 19184 19187 19053 0 -1 4202560 9057 0 0 0 72 0 0 0 20 0 19 0 27404954 9856040960 20912 33554432000 1073741824 1073778376 140736951019104 140050879047864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19204] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19204/stat : 19204 (java) S 19184 19187 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27404954 9856040960 20912 33554432000 1073741824 1073778376 140736951019104 140050877995512 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19205] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19205/stat : 19205 (java) S 19184 19187 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27404954 9856040960 20912 33554432000 1073741824 1073778376 140736951019104 140050876943176 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19206] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19206/stat : 19206 (java) S 19184 19187 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27404990 9856040960 20912 33554432000 1073741824 1073778376 140736951019104 140050875888936 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.17 1.56 1.70 3/213 19206
/proc/meminfo: memFree=30022812/32872528 swapFree=1643088/1798432
[pid=19187] ppid=19184 vsize=9625040 CPUtime=7.42 cores=1,3,5,7
/proc/19187/stat : 19187 (java) S 19184 19187 19053 0 -1 4202496 15607 0 1 0 739 3 0 0 20 0 19 0 27404948 9856040960 22280 33554432000 1073741824 1073778376 140736951019104 140736951010240 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19187/statm: 2406260 22280 2271 9 0 2396937 0
[pid=19187/tid=19189] ppid=19184 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/19187/task/19189/stat : 19189 (java) R 19184 19187 19053 0 -1 4202560 2425 0 1 0 624 2 0 0 20 0 19 0 27404949 9856040960 22280 33554432000 1073741824 1073778376 140736951019104 140051396268440 140051250501608 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19190] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19190/stat : 19190 (java) S 19184 19187 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27404950 9856040960 22280 33554432000 1073741824 1073778376 140736951019104 140051368721064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19191] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19191/stat : 19191 (java) S 19184 19187 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27404950 9856040960 22280 33554432000 1073741824 1073778376 140736951019104 140051238923048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19192] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19192/stat : 19192 (java) S 19184 19187 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27404950 9856040960 22280 33554432000 1073741824 1073778376 140736951019104 140051237870504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19193] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19193/stat : 19193 (java) S 19184 19187 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27404950 9856040960 22280 33554432000 1073741824 1073778376 140736951019104 140051236817960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19194] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19194/stat : 19194 (java) S 19184 19187 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27404950 9856040960 22280 33554432000 1073741824 1073778376 140736951019104 140051235764392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19195] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19195/stat : 19195 (java) S 19184 19187 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27404950 9856040960 22280 33554432000 1073741824 1073778376 140736951019104 140051234711848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19196] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19196/stat : 19196 (java) S 19184 19187 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27404950 9856040960 22280 33554432000 1073741824 1073778376 140736951019104 140050897562024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19197] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19197/stat : 19197 (java) S 19184 19187 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27404950 9856040960 22280 33554432000 1073741824 1073778376 140736951019104 140050896509480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19198] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19198/stat : 19198 (java) S 19184 19187 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27404951 9856040960 22280 33554432000 1073741824 1073778376 140736951019104 140050884311656 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19199] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19199/stat : 19199 (java) S 19184 19187 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27404952 9856040960 22280 33554432000 1073741824 1073778376 140736951019104 140050883257976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19200] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19200/stat : 19200 (java) S 19184 19187 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27404952 9856040960 22280 33554432000 1073741824 1073778376 140736951019104 140050882205320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19201] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19201/stat : 19201 (java) S 19184 19187 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27404954 9856040960 22280 33554432000 1073741824 1073778376 140736951019104 140050881154064 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19202] ppid=19184 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/19187/task/19202/stat : 19202 (java) S 19184 19187 19053 0 -1 4202560 2848 0 0 0 39 0 0 0 20 0 19 0 27404954 9856040960 22280 33554432000 1073741824 1073778376 140736951019104 140050880100408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19203] ppid=19184 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/19187/task/19203/stat : 19203 (java) S 19184 19187 19053 0 -1 4202560 9057 0 0 0 72 0 0 0 20 0 19 0 27404954 9856040960 22280 33554432000 1073741824 1073778376 140736951019104 140050879047864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19204] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19204/stat : 19204 (java) S 19184 19187 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27404954 9856040960 22280 33554432000 1073741824 1073778376 140736951019104 140050877995512 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19205] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19205/stat : 19205 (java) S 19184 19187 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27404954 9856040960 22280 33554432000 1073741824 1073778376 140736951019104 140050876943176 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19206] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19206/stat : 19206 (java) S 19184 19187 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27404990 9856040960 22280 33554432000 1073741824 1073778376 140736951019104 140050875888936 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.42
Current children cumulated vsize (KiB) 9625040


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

/proc/19187/task/19199/stat : 19199 (java) S 19184 19187 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27404952 9856040960 94653 33554432000 1073741824 1073778376 140736951019104 140050883257976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19200] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19200/stat : 19200 (java) S 19184 19187 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27404952 9856040960 94653 33554432000 1073741824 1073778376 140736951019104 140050882205320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19201] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19201/stat : 19201 (java) S 19184 19187 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27404954 9856040960 94653 33554432000 1073741824 1073778376 140736951019104 140050881154064 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19202] ppid=19184 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/19187/task/19202/stat : 19202 (java) S 19184 19187 19053 0 -1 4202560 3143 0 0 0 43 0 0 0 20 0 19 0 27404954 9856040960 94653 33554432000 1073741824 1073778376 140736951019104 140050880100408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19203] ppid=19184 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/19187/task/19203/stat : 19203 (java) S 19184 19187 19053 0 -1 4202560 9057 0 0 0 72 0 0 0 20 0 19 0 27404954 9856040960 94653 33554432000 1073741824 1073778376 140736951019104 140050879047864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19204] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19204/stat : 19204 (java) S 19184 19187 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27404954 9856040960 94653 33554432000 1073741824 1073778376 140736951019104 140050877995512 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19205] ppid=19184 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/19187/task/19205/stat : 19205 (java) S 19184 19187 19053 0 -1 4202560 98 0 0 0 32 41 0 0 20 0 19 0 27404954 9856040960 94653 33554432000 1073741824 1073778376 140736951019104 140050876943176 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19206] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19206/stat : 19206 (java) S 19184 19187 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27404990 9856040960 94653 33554432000 1073741824 1073778376 140736951019104 140050875888936 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1664.8
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.32 2.22 2.11 3/213 19245
/proc/meminfo: memFree=29554016/32872528 swapFree=1643088/1798432
[pid=19187] ppid=19184 vsize=9625040 CPUtime=1724.79 cores=1,3,5,7
/proc/19187/stat : 19187 (java) S 19184 19187 19053 0 -1 4202496 17584 0 1 0 172417 62 0 0 20 0 19 0 27404948 9856040960 94653 33554432000 1073741824 1073778376 140736951019104 140736951010240 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19187/statm: 2406260 94653 2285 9 0 2396937 0
[pid=19187/tid=19189] ppid=19184 vsize=9625040 CPUtime=1721.91 cores=1,3,5,7
/proc/19187/task/19189/stat : 19189 (java) R 19184 19187 19053 0 -1 4202560 2482 0 1 0 172160 31 0 0 20 0 19 0 27404949 9856040960 94653 33554432000 1073741824 1073778376 140736951019104 140051396259600 140051250524874 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19190] ppid=19184 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/19187/task/19190/stat : 19190 (java) S 19184 19187 19053 0 -1 4202560 171 0 0 0 14 3 0 0 20 0 19 0 27404950 9856040960 94653 33554432000 1073741824 1073778376 140736951019104 140051368721064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19191] ppid=19184 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/19187/task/19191/stat : 19191 (java) S 19184 19187 19053 0 -1 4202560 168 0 0 0 10 2 0 0 20 0 19 0 27404950 9856040960 94653 33554432000 1073741824 1073778376 140736951019104 140051238923048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19192] ppid=19184 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/19187/task/19192/stat : 19192 (java) S 19184 19187 19053 0 -1 4202560 114 0 0 0 14 3 0 0 20 0 19 0 27404950 9856040960 94653 33554432000 1073741824 1073778376 140736951019104 140051237870504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19193] ppid=19184 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/19187/task/19193/stat : 19193 (java) S 19184 19187 19053 0 -1 4202560 272 0 0 0 15 3 0 0 20 0 19 0 27404950 9856040960 94653 33554432000 1073741824 1073778376 140736951019104 140051236817960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19194] ppid=19184 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/19187/task/19194/stat : 19194 (java) S 19184 19187 19053 0 -1 4202560 164 0 0 0 13 4 0 0 20 0 19 0 27404950 9856040960 94653 33554432000 1073741824 1073778376 140736951019104 140051235764392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19195] ppid=19184 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/19187/task/19195/stat : 19195 (java) S 19184 19187 19053 0 -1 4202560 140 0 0 0 12 3 0 0 20 0 19 0 27404950 9856040960 94653 33554432000 1073741824 1073778376 140736951019104 140051234711848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19196] ppid=19184 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/19187/task/19196/stat : 19196 (java) S 19184 19187 19053 0 -1 4202560 112 0 0 0 17 4 0 0 20 0 19 0 27404950 9856040960 94653 33554432000 1073741824 1073778376 140736951019104 140050897562024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19197] ppid=19184 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/19187/task/19197/stat : 19197 (java) S 19184 19187 19053 0 -1 4202560 339 0 0 0 13 3 0 0 20 0 19 0 27404950 9856040960 94653 33554432000 1073741824 1073778376 140736951019104 140050896509480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19198] ppid=19184 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/19187/task/19198/stat : 19198 (java) S 19184 19187 19053 0 -1 4202560 60 0 0 0 1 1 0 0 20 0 19 0 27404951 9856040960 94653 33554432000 1073741824 1073778376 140736951019104 140050884311656 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19199] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19199/stat : 19199 (java) S 19184 19187 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27404952 9856040960 94653 33554432000 1073741824 1073778376 140736951019104 140050883257976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19200] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19200/stat : 19200 (java) S 19184 19187 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27404952 9856040960 94653 33554432000 1073741824 1073778376 140736951019104 140050882205320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19201] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19201/stat : 19201 (java) S 19184 19187 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27404954 9856040960 94653 33554432000 1073741824 1073778376 140736951019104 140050881154064 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19202] ppid=19184 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/19187/task/19202/stat : 19202 (java) S 19184 19187 19053 0 -1 4202560 3143 0 0 0 43 0 0 0 20 0 19 0 27404954 9856040960 94653 33554432000 1073741824 1073778376 140736951019104 140050880100408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19203] ppid=19184 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/19187/task/19203/stat : 19203 (java) S 19184 19187 19053 0 -1 4202560 9057 0 0 0 72 0 0 0 20 0 19 0 27404954 9856040960 94653 33554432000 1073741824 1073778376 140736951019104 140050879047864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19204] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19204/stat : 19204 (java) S 19184 19187 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27404954 9856040960 94653 33554432000 1073741824 1073778376 140736951019104 140050877995512 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19205] ppid=19184 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/19187/task/19205/stat : 19205 (java) S 19184 19187 19053 0 -1 4202560 100 0 0 0 32 43 0 0 20 0 19 0 27404954 9856040960 94653 33554432000 1073741824 1073778376 140736951019104 140050876943176 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19206] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19206/stat : 19206 (java) S 19184 19187 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27404990 9856040960 94653 33554432000 1073741824 1073778376 140736951019104 140050875888936 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1724.79
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.23 2.21 2.11 4/214 19314
/proc/meminfo: memFree=29738768/32872528 swapFree=1643088/1798432
[pid=19187] ppid=19184 vsize=9625040 CPUtime=1784.9 cores=1,3,5,7
/proc/19187/stat : 19187 (java) S 19184 19187 19053 0 -1 4202496 17616 0 1 0 178424 66 0 0 20 0 19 0 27404948 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140736951010240 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19187/statm: 2406260 97727 2285 9 0 2396937 0
[pid=19187/tid=19189] ppid=19184 vsize=9625040 CPUtime=1781.85 cores=1,3,5,7
/proc/19187/task/19189/stat : 19189 (java) R 19184 19187 19053 0 -1 4202560 2483 0 1 0 178152 33 0 0 20 0 19 0 27404949 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140051396259600 140051250524874 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19190] ppid=19184 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/19187/task/19190/stat : 19190 (java) S 19184 19187 19053 0 -1 4202560 173 0 0 0 15 3 0 0 20 0 19 0 27404950 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140051368721064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19191] ppid=19184 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/19187/task/19191/stat : 19191 (java) S 19184 19187 19053 0 -1 4202560 174 0 0 0 13 3 0 0 20 0 19 0 27404950 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140051238923048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19192] ppid=19184 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/19187/task/19192/stat : 19192 (java) S 19184 19187 19053 0 -1 4202560 123 0 0 0 17 3 0 0 20 0 19 0 27404950 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140051237870504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19193] ppid=19184 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/19187/task/19193/stat : 19193 (java) S 19184 19187 19053 0 -1 4202560 272 0 0 0 17 3 0 0 20 0 19 0 27404950 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140051236817960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19194] ppid=19184 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/19187/task/19194/stat : 19194 (java) S 19184 19187 19053 0 -1 4202560 164 0 0 0 14 4 0 0 20 0 19 0 27404950 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140051235764392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19195] ppid=19184 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/19187/task/19195/stat : 19195 (java) S 19184 19187 19053 0 -1 4202560 142 0 0 0 14 3 0 0 20 0 19 0 27404950 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140051234711848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19196] ppid=19184 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/19187/task/19196/stat : 19196 (java) S 19184 19187 19053 0 -1 4202560 115 0 0 0 19 4 0 0 20 0 19 0 27404950 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140050897562024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19197] ppid=19184 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/19187/task/19197/stat : 19197 (java) S 19184 19187 19053 0 -1 4202560 342 0 0 0 15 3 0 0 20 0 19 0 27404950 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140050896509480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19198] ppid=19184 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/19187/task/19198/stat : 19198 (java) S 19184 19187 19053 0 -1 4202560 62 0 0 0 1 1 0 0 20 0 19 0 27404951 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140050884311656 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19199] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19199/stat : 19199 (java) S 19184 19187 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27404952 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140050883257976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19200] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19200/stat : 19200 (java) S 19184 19187 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27404952 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140050882205320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19201] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19201/stat : 19201 (java) S 19184 19187 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27404954 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140050881154064 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19202] ppid=19184 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/19187/task/19202/stat : 19202 (java) S 19184 19187 19053 0 -1 4202560 3143 0 0 0 43 0 0 0 20 0 19 0 27404954 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140050880100408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19203] ppid=19184 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/19187/task/19203/stat : 19203 (java) S 19184 19187 19053 0 -1 4202560 9057 0 0 0 72 0 0 0 20 0 19 0 27404954 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140050879047864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19204] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19204/stat : 19204 (java) S 19184 19187 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27404954 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140050877995512 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19205] ppid=19184 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/19187/task/19205/stat : 19205 (java) S 19184 19187 19053 0 -1 4202560 104 0 0 0 33 44 0 0 20 0 19 0 27404954 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140050876943176 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19206] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19206/stat : 19206 (java) S 19184 19187 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27404990 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140050875888936 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1784.9
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.4 s]
/proc/loadavg: 2.26 2.21 2.11 3/214 19315
/proc/meminfo: memFree=29711784/32872528 swapFree=1643088/1798432
[pid=19187] ppid=19184 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/19187/stat : 19187 (java) S 19184 19187 19053 0 -1 4202496 17616 0 1 0 179934 66 0 0 20 0 19 0 27404948 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140736951010240 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19187/statm: 2406260 97727 2285 9 0 2396937 0
[pid=19187/tid=19189] ppid=19184 vsize=9625040 CPUtime=1796.96 cores=1,3,5,7
/proc/19187/task/19189/stat : 19189 (java) R 19184 19187 19053 0 -1 4202560 2483 0 1 0 179663 33 0 0 20 0 19 0 27404949 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140051396259600 140051250501417 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19190] ppid=19184 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/19187/task/19190/stat : 19190 (java) S 19184 19187 19053 0 -1 4202560 173 0 0 0 15 3 0 0 20 0 19 0 27404950 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140051368721064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19191] ppid=19184 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/19187/task/19191/stat : 19191 (java) S 19184 19187 19053 0 -1 4202560 174 0 0 0 13 3 0 0 20 0 19 0 27404950 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140051238923048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19192] ppid=19184 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/19187/task/19192/stat : 19192 (java) S 19184 19187 19053 0 -1 4202560 123 0 0 0 17 3 0 0 20 0 19 0 27404950 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140051237870504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19193] ppid=19184 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/19187/task/19193/stat : 19193 (java) S 19184 19187 19053 0 -1 4202560 272 0 0 0 17 3 0 0 20 0 19 0 27404950 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140051236817960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19194] ppid=19184 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/19187/task/19194/stat : 19194 (java) S 19184 19187 19053 0 -1 4202560 164 0 0 0 14 4 0 0 20 0 19 0 27404950 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140051235764392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19195] ppid=19184 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/19187/task/19195/stat : 19195 (java) S 19184 19187 19053 0 -1 4202560 142 0 0 0 14 3 0 0 20 0 19 0 27404950 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140051234711848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19196] ppid=19184 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/19187/task/19196/stat : 19196 (java) S 19184 19187 19053 0 -1 4202560 115 0 0 0 19 4 0 0 20 0 19 0 27404950 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140050897562024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19197] ppid=19184 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/19187/task/19197/stat : 19197 (java) S 19184 19187 19053 0 -1 4202560 342 0 0 0 15 3 0 0 20 0 19 0 27404950 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140050896509480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19198] ppid=19184 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/19187/task/19198/stat : 19198 (java) S 19184 19187 19053 0 -1 4202560 62 0 0 0 1 1 0 0 20 0 19 0 27404951 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140050884311656 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19199] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19199/stat : 19199 (java) S 19184 19187 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27404952 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140050883257976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19200] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19200/stat : 19200 (java) S 19184 19187 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27404952 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140050882205320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19201] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19201/stat : 19201 (java) S 19184 19187 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27404954 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140050881154064 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19202] ppid=19184 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/19187/task/19202/stat : 19202 (java) S 19184 19187 19053 0 -1 4202560 3143 0 0 0 43 0 0 0 20 0 19 0 27404954 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140050880100408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19203] ppid=19184 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/19187/task/19203/stat : 19203 (java) S 19184 19187 19053 0 -1 4202560 9057 0 0 0 72 0 0 0 20 0 19 0 27404954 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140050879047864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19204] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19204/stat : 19204 (java) S 19184 19187 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27404954 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140050877995512 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19205] ppid=19184 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/19187/task/19205/stat : 19205 (java) S 19184 19187 19053 0 -1 4202560 104 0 0 0 33 45 0 0 20 0 19 0 27404954 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140050876943176 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19206] ppid=19184 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19206/stat : 19206 (java) S 19184 19187 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27404990 9856040960 97727 33554432000 1073741824 1073778376 140736951019104 140050875888936 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 19187 sig 9
??? kill -19187 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1797.44
CPU time (s): 1800.73
CPU user time (s): 1799.53
CPU system time (s): 1.20182
CPU usage (%): 100.183
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.53
system time used= 1.20182
maximum resident set size= 391024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17650
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38373
involuntary context switches= 6593

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.9221 second user time and 7.14591 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-26 14:20:58
IDJOB=4115913
IDBENCH=109404
IDSOLVER=2546
FILE ID=node123/4115913-1466943658
RUNJOBID= node123-1466943595-19070
PBS_JOBID= 19976352
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size112-round22-0.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4115913-1466943658/watcher-4115913-1466943658 -o /tmp/evaluation-result-4115913-1466943658/solver-4115913-1466943658 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466943595-19070 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4115913-1466943658.opb

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

MD5SUM BENCH= 1478b9596894c92fb769212147798991
RANDOM SEED=2098484626

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30102312 kB
Buffers:            4312 kB
Cached:           105400 kB
SwapCached:         1788 kB
Active:           169936 kB
Inactive:          98140 kB
Active(anon):     159588 kB
Inactive(anon):      924 kB
Active(file):      10348 kB
Inactive(file):    97216 kB
Unevictable:     1798432 kB
Mlocked:         1643088 kB
SwapTotal:      67108856 kB
SwapFree:       67098688 kB
Dirty:              1256 kB
Writeback:             0 kB
AnonPages:       2086848 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             564728 kB
SReclaimable:       8792 kB
SUnreclaim:       555936 kB
KernelStack:        1768 kB
PageTables:         8012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2486908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    425984 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= 71728 MiB
End job on node123 at 2016-06-26 14:50:56