Trace number 4116297

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.72 1797.74

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size112-round23-0.opb
MD5SUMd00c6e0d896449632541fc8326733986
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 constraints9488
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)400
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4116297-1466972201.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.71/0.41	c ... done. Wall clock time 0.306s.
0.71/0.41	c declared #vars     4288
0.71/0.41	c #constraints  10784
0.71/0.41	c constraints type 
0.71/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.71/0.41	c org.sat4j.specs.Constr$1 => 888
0.71/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.71/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 488
0.71/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.71/0.41	c 10784 constraints processed.
1.75/1.09	c cleaning 2498 clauses out of 4998 with flag 16308/5000
2.43/1.69	c cleaning 4220 clauses out of 8502 with flag 38381/11002
3.15/2.37	c cleaning 5615 clauses out of 11280 with flag 67321/18000
4.05/3.24	c cleaning 6832 clauses out of 13665 with flag 102155/26000
5.07/4.21	c cleaning 7882 clauses out of 15833 with flag 143583/35000
6.17/5.36	c cleaning 8967 clauses out of 17951 with flag 190198/45000
7.37/6.60	c cleaning 9952 clauses out of 19984 with flag 242637/56000
8.87/8.00	c cleaning 10995 clauses out of 22032 with flag 301242/68000
10.27/9.50	c cleaning 12009 clauses out of 24038 with flag 365923/81001
12.06/11.22	c cleaning 12990 clauses out of 26029 with flag 439306/95001
13.86/13.08	c cleaning 13985 clauses out of 28038 with flag 518813/110000
15.87/15.08	c cleaning 15012 clauses out of 30053 with flag 604848/126000
18.07/17.24	c cleaning 16021 clauses out of 32042 with flag 699487/143001
20.57/19.70	c cleaning 16988 clauses out of 34020 with flag 798064/161000
23.08/22.24	c cleaning 18014 clauses out of 36033 with flag 909496/180001
25.78/24.93	c cleaning 18989 clauses out of 38018 with flag 1023959/200000
28.67/27.84	c cleaning 19959 clauses out of 40030 with flag 1147324/221001
31.87/31.03	c cleaning 21013 clauses out of 42070 with flag 1275957/243000
35.17/34.36	c cleaning 22007 clauses out of 44057 with flag 1408645/266000
38.78/37.91	c cleaning 22983 clauses out of 46050 with flag 1550583/290000
42.48/41.67	c cleaning 24011 clauses out of 48068 with flag 1697781/315001
46.48/45.60	c cleaning 24998 clauses out of 50057 with flag 1851275/341001
50.58/49.76	c cleaning 25987 clauses out of 52059 with flag 2012559/368001
54.81/53.94	c cleaning 27025 clauses out of 54071 with flag 2178530/396000
59.10/58.21	c cleaning 27991 clauses out of 56046 with flag 2352683/425000
63.50/62.63	c cleaning 29019 clauses out of 58055 with flag 2528757/455000
68.20/67.33	c cleaning 29998 clauses out of 60036 with flag 2715024/486000
73.31/72.47	c cleaning 30989 clauses out of 62038 with flag 2905546/518000
78.61/77.76	c cleaning 31996 clauses out of 64050 with flag 3103968/551001
84.11/83.23	c cleaning 32999 clauses out of 66054 with flag 3307075/585001
89.71/88.82	c cleaning 33984 clauses out of 68054 with flag 3521209/620000
95.71/94.82	c cleaning 34994 clauses out of 70070 with flag 3740107/656000
102.01/101.14	c cleaning 36029 clauses out of 72076 with flag 3961642/693000
108.52/107.69	c cleaning 37011 clauses out of 74047 with flag 4190597/731000
115.43/114.55	c cleaning 38016 clauses out of 76036 with flag 4429838/770000
122.82/121.92	c cleaning 38994 clauses out of 78020 with flag 4672420/810000
130.42/129.54	c cleaning 39988 clauses out of 80026 with flag 4922069/851000
138.25/137.34	c cleaning 40980 clauses out of 82038 with flag 5181176/893000
145.95/145.07	c cleaning 42021 clauses out of 84058 with flag 5443320/936000
154.15/153.28	c cleaning 43006 clauses out of 86038 with flag 5713925/980001
162.46/161.56	c cleaning 43991 clauses out of 88031 with flag 5993545/1025000
171.06/170.14	c cleaning 44962 clauses out of 90040 with flag 6284278/1071000
179.97/179.01	c cleaning 46021 clauses out of 92078 with flag 6577113/1118000
189.47/188.59	c cleaning 47019 clauses out of 94057 with flag 6868799/1166000
199.26/198.37	c cleaning 47982 clauses out of 96039 with flag 7171438/1215001
209.16/208.30	c cleaning 49025 clauses out of 98056 with flag 7479711/1265000
219.36/218.47	c cleaning 49983 clauses out of 100033 with flag 7788879/1316002
230.27/229.31	c cleaning 50994 clauses out of 102048 with flag 8103690/1368000
241.02/240.00	c cleaning 52025 clauses out of 104054 with flag 8427447/1421000
252.13/251.19	c cleaning 52975 clauses out of 106030 with flag 8761206/1475001
263.63/262.66	c cleaning 53936 clauses out of 108055 with flag 9099457/1530001
275.33/274.33	c cleaning 55038 clauses out of 110119 with flag 9443019/1586001
287.54/286.58	c cleaning 56021 clauses out of 112081 with flag 9793804/1643001
300.04/299.04	c cleaning 56996 clauses out of 114060 with flag 10147133/1701001
312.94/311.91	c cleaning 57988 clauses out of 116063 with flag 10507432/1760000
326.04/325.05	c cleaning 58973 clauses out of 118077 with flag 10872236/1820002
339.74/338.79	c cleaning 60035 clauses out of 120102 with flag 11242243/1881000
353.47/352.45	c cleaning 61006 clauses out of 122067 with flag 11625837/1943000
367.49/366.41	c cleaning 61968 clauses out of 124062 with flag 12007517/2006001
381.79/380.78	c cleaning 63030 clauses out of 126093 with flag 12394540/2070000
396.88/395.90	c cleaning 64014 clauses out of 128063 with flag 12791283/2135000
412.41/411.38	c cleaning 65011 clauses out of 130049 with flag 13185545/2201000
428.51/427.41	c cleaning 65983 clauses out of 132038 with flag 13587774/2268000
445.21/444.14	c cleaning 67016 clauses out of 134055 with flag 13998265/2336000
462.09/460.91	c cleaning 67994 clauses out of 136041 with flag 14416894/2405002
478.88/477.74	c cleaning 69014 clauses out of 138045 with flag 14840376/2475000
496.29/495.15	c cleaning 70011 clauses out of 140031 with flag 15274215/2546000
514.38/513.21	c cleaning 70961 clauses out of 142020 with flag 15714909/2618000
533.09/531.91	c cleaning 72012 clauses out of 144059 with flag 16153353/2691000
552.09/550.99	c cleaning 72944 clauses out of 146047 with flag 16605309/2765000
571.70/570.53	c cleaning 74037 clauses out of 148103 with flag 17066412/2840000
591.30/590.09	c cleaning 75020 clauses out of 150066 with flag 17527440/2916000
612.00/610.76	c cleaning 75998 clauses out of 152046 with flag 17990626/2993000
633.20/631.93	c cleaning 76987 clauses out of 154048 with flag 18463923/3071000
654.72/653.48	c cleaning 77999 clauses out of 156061 with flag 18944356/3150000
677.01/675.70	c cleaning 78990 clauses out of 158063 with flag 19430714/3230001
699.41/698.13	c cleaning 80018 clauses out of 160073 with flag 19923947/3311001
722.09/720.78	c cleaning 81002 clauses out of 162055 with flag 20422377/3393001
745.29/743.93	c cleaning 81961 clauses out of 164052 with flag 20924017/3476000
768.90/767.58	c cleaning 83023 clauses out of 166091 with flag 21428928/3560000
793.00/791.68	c cleaning 84019 clauses out of 168068 with flag 21940115/3645000
817.50/816.17	c cleaning 84999 clauses out of 170050 with flag 22459024/3731001
843.12/841.67	c cleaning 85993 clauses out of 172051 with flag 22982856/3818001
868.82/867.35	c cleaning 87016 clauses out of 174057 with flag 23515048/3906000
896.22/894.76	c cleaning 87993 clauses out of 176041 with flag 24051818/3995000
923.43/921.94	c cleaning 88986 clauses out of 178050 with flag 24594317/4085002
952.22/950.70	c cleaning 90024 clauses out of 180062 with flag 25139467/4176000
981.33/979.76	c cleaning 90999 clauses out of 182038 with flag 25688180/4268000
1010.53/1008.90	c cleaning 92005 clauses out of 184040 with flag 26246542/4361001
1040.43/1038.82	c cleaning 92993 clauses out of 186034 with flag 26809976/4455000
1070.54/1068.93	c cleaning 94005 clauses out of 188043 with flag 27381531/4550002
1101.86/1100.18	c cleaning 95010 clauses out of 190036 with flag 27962967/4646000
1133.17/1131.48	c cleaning 95979 clauses out of 192026 with flag 28544293/4743000
1165.26/1163.56	c cleaning 96986 clauses out of 194047 with flag 29136804/4841000
1198.68/1196.93	c cleaning 97991 clauses out of 196062 with flag 29736049/4940001
1231.59/1229.77	c cleaning 99017 clauses out of 198070 with flag 30337262/5040000
1265.09/1263.22	c cleaning 99981 clauses out of 200053 with flag 30943249/5141000
1299.91/1298.06	c cleaning 101007 clauses out of 202073 with flag 31563393/5243001
1335.23/1333.39	c cleaning 102026 clauses out of 204065 with flag 32181025/5346000
1370.75/1368.78	c cleaning 103008 clauses out of 206040 with flag 32804491/5450001
1407.36/1405.32	c cleaning 103970 clauses out of 208031 with flag 33441660/5555000
1444.67/1442.69	c cleaning 105018 clauses out of 210061 with flag 34076261/5661000
1482.88/1480.73	c cleaning 106017 clauses out of 212043 with flag 34722863/5768000
1522.09/1519.90	c cleaning 106998 clauses out of 214026 with flag 35370112/5876000
1561.49/1559.38	c cleaning 107998 clauses out of 216028 with flag 36020110/5985000
1602.00/1599.89	c cleaning 108990 clauses out of 218032 with flag 36681111/6095002
1644.88/1642.67	c cleaning 109985 clauses out of 220042 with flag 37350724/6206002
1689.06/1686.89	c cleaning 110983 clauses out of 222057 with flag 38023538/6318002
1732.57/1730.38	c cleaning 112014 clauses out of 224072 with flag 38705803/6431000
1775.36/1773.08	c cleaning 113022 clauses out of 226060 with flag 39388594/6545002
1800.06/1797.70	c starts		: 50752
1800.06/1797.70	c conflicts		: 6619690
1800.06/1797.70	c decisions		: 60443898
1800.06/1797.70	c propagations		: 884540241
1800.06/1797.70	c inspects		: 24391511405
1800.06/1797.70	c shortcuts		: 0
1800.06/1797.70	c learnt literals	: 2
1800.06/1797.70	c learnt binary clauses	: 48
1800.06/1797.70	c learnt ternary clauses	: 731
1800.06/1797.70	c learnt constraints	: 6619689
1800.06/1797.70	c ignored constraints	: 0
1800.06/1797.70	c root simplifications	: 0
1800.06/1797.70	c removed literals (reason simplification)	: 0
1800.06/1797.70	c reason swapping (by a shorter reason)	: 0
1800.06/1797.70	c Calls to reduceDB	: 110
1800.06/1797.70	c Number of update (reduction) of LBD	: 1407005
1800.06/1797.70	c Imported unit clauses	: 0
1800.06/1797.70	c number of reductions to clauses (during analyze)	: 0
1800.06/1797.70	c number of learned constraints concerned by reduction	: 0
1800.06/1797.70	c number of learning phase by resolution	: 0
1800.06/1797.70	c number of learning phase by cutting planes	: 0
1800.06/1797.70	c speed (assignments/second)	: 492153.3028132417
1800.06/1797.70	c non guided choices	25653
1800.06/1797.70	c timeout
1800.06/1797.73	c learnt constraints type 
1800.06/1797.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 48
1800.06/1797.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 187679
1800.06/1797.73	s UNKNOWN
1800.06/1797.73	c Total wall clock time (in seconds): 1797.632

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-4116297-1466972201/watcher-4116297-1466972201 -o /tmp/evaluation-result-4116297-1466972201/solver-4116297-1466972201 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466956013-23991 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4116297-1466972201.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.25 2.22 2.18 2/194 25740
/proc/meminfo: memFree=30306772/32872528 swapFree=1392268/1580316
[pid=25740] ppid=25737 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/25740/stat : 25740 (java) S 25737 25740 23975 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 30257308 98570240 977 33554432000 1073741824 1073778376 140736021588080 140736021579216 248793563197 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25740/statm: 24065 977 743 9 0 16771 0
[pid=25740/tid=25741] ppid=25737 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25741/stat : 25741 (java) R 25737 25740 23975 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 30257308 98570240 977 33554432000 1073741824 1073778376 140736021588080 139961141710376 248790205824 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.25 2.22 2.18 2/194 25740
/proc/meminfo: memFree=30306772/32872528 swapFree=1392268/1580316
[pid=25740] ppid=25737 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/25740/stat : 25740 (java) S 25737 25740 23975 0 -1 4202496 4475 0 1 0 10 1 0 0 20 0 18 0 30257308 9787879424 6114 33554432000 1073741824 1073778376 140736021588080 140736021579216 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25740/statm: 2389619 6114 2157 9 0 2380296 0
[pid=25740/tid=25741] ppid=25737 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/25740/task/25741/stat : 25741 (java) R 25737 25740 23975 0 -1 4202560 2377 0 1 0 6 1 0 0 20 0 18 0 30257308 9787879424 6114 33554432000 1073741824 1073778376 140736021588080 139961141713824 248793589005 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200365 s]
/proc/loadavg: 2.25 2.22 2.18 2/194 25740
/proc/meminfo: memFree=30306772/32872528 swapFree=1392268/1580316
[pid=25740] ppid=25737 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/25740/stat : 25740 (java) S 25737 25740 23975 0 -1 4202496 4961 0 1 0 27 2 0 0 20 0 18 0 30257308 9787879424 6983 33554432000 1073741824 1073778376 140736021588080 140736021579216 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25740/statm: 2389619 6983 2217 9 0 2380296 0
[pid=25740/tid=25741] ppid=25737 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/25740/task/25741/stat : 25741 (java) R 25737 25740 23975 0 -1 4202560 2394 0 1 0 16 1 0 0 20 0 18 0 30257308 9787879424 6983 33554432000 1073741824 1073778376 140736021588080 139961141713824 139960988540592 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300272 s]
/proc/loadavg: 2.25 2.22 2.18 2/194 25740
/proc/meminfo: memFree=30306772/32872528 swapFree=1392268/1580316
[pid=25740] ppid=25737 vsize=9558476 CPUtime=0.53 cores=0,2,4,6
/proc/25740/stat : 25740 (java) S 25737 25740 23975 0 -1 4202496 6070 0 1 0 50 3 0 0 20 0 18 0 30257308 9787879424 9530 33554432000 1073741824 1073778376 140736021588080 140736021579216 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25740/statm: 2389619 9530 2233 9 0 2380296 0
[pid=25740/tid=25741] ppid=25737 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/25740/task/25741/stat : 25741 (java) R 25737 25740 23975 0 -1 4202560 2398 0 1 0 26 1 0 0 20 0 18 0 30257308 9787879424 9530 33554432000 1073741824 1073778376 140736021588080 139961141713824 139960988974346 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700326 s]
/proc/loadavg: 2.25 2.22 2.18 2/194 25740
/proc/meminfo: memFree=30306772/32872528 swapFree=1392268/1580316
[pid=25740] ppid=25737 vsize=9625040 CPUtime=1.39 cores=0,2,4,6
/proc/25740/stat : 25740 (java) S 25737 25740 23975 0 -1 4202496 10700 0 1 0 136 3 0 0 20 0 19 0 30257308 9856040960 17120 33554432000 1073741824 1073778376 140736021588080 140736021579216 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25740/statm: 2406260 17121 2262 9 0 2396937 0
[pid=25740/tid=25741] ppid=25737 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/25740/task/25741/stat : 25741 (java) R 25737 25740 23975 0 -1 4202560 2436 0 1 0 65 2 0 0 20 0 19 0 30257308 9856040960 17121 33554432000 1073741824 1073778376 140736021588080 139961141715112 139960989179637 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.25 2.22 2.18 4/213 25759
/proc/meminfo: memFree=30246212/32872528 swapFree=1392268/1580316
[pid=25740] ppid=25737 vsize=9625040 CPUtime=2.31 cores=0,2,4,6
/proc/25740/stat : 25740 (java) S 25737 25740 23975 0 -1 4202496 11699 0 1 0 227 4 0 0 20 0 19 0 30257308 9856040960 17243 33554432000 1073741824 1073778376 140736021588080 140736021579216 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25740/statm: 2406260 17243 2270 9 0 2396937 0
[pid=25740/tid=25741] ppid=25737 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/25740/task/25741/stat : 25741 (java) R 25737 25740 23975 0 -1 4202560 2438 0 1 0 145 3 0 0 20 0 19 0 30257308 9856040960 17243 33554432000 1073741824 1073778376 140736021588080 139961141713496 139960989089085 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25740/tid=25743] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25743/stat : 25743 (java) S 25737 25740 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257309 9856040960 17243 33554432000 1073741824 1073778376 140736021588080 139961114167848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25744] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25744/stat : 25744 (java) S 25737 25740 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257309 9856040960 17243 33554432000 1073741824 1073778376 140736021588080 139961113115048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25740/tid=25745] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25745/stat : 25745 (java) S 25737 25740 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257309 9856040960 17243 33554432000 1073741824 1073778376 140736021588080 139961112062248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25740/tid=25746] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25746/stat : 25746 (java) S 25737 25740 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257309 9856040960 17243 33554432000 1073741824 1073778376 140736021588080 139961111009448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25740/tid=25747] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25747/stat : 25747 (java) S 25737 25740 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257309 9856040960 17243 33554432000 1073741824 1073778376 140736021588080 139961109957672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25748] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25748/stat : 25748 (java) S 25737 25740 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257309 9856040960 17243 33554432000 1073741824 1073778376 140736021588080 139961108904872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25740/tid=25749] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25749/stat : 25749 (java) S 25737 25740 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257309 9856040960 17243 33554432000 1073741824 1073778376 140736021588080 139961107852072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25740/tid=25750] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25750/stat : 25750 (java) S 25737 25740 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30257309 9856040960 17243 33554432000 1073741824 1073778376 140736021588080 139960977500840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25751] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25751/stat : 25751 (java) S 25737 25740 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30257310 9856040960 17243 33554432000 1073741824 1073778376 140736021588080 139960494553576 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25740/tid=25752] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25752/stat : 25752 (java) S 25737 25740 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30257310 9856040960 17243 33554432000 1073741824 1073778376 140736021588080 139960493499640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25753] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25753/stat : 25753 (java) S 25737 25740 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30257310 9856040960 17243 33554432000 1073741824 1073778376 140736021588080 139960492446728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25754] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25754/stat : 25754 (java) S 25737 25740 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257312 9856040960 17243 33554432000 1073741824 1073778376 140736021588080 139960491395216 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25755] ppid=25737 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/25740/task/25755/stat : 25755 (java) S 25737 25740 23975 0 -1 4202560 4018 0 0 0 46 0 0 0 20 0 19 0 30257312 9856040960 17243 33554432000 1073741824 1073778376 140736021588080 139960490343352 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25756] ppid=25737 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/25740/task/25756/stat : 25756 (java) S 25737 25740 23975 0 -1 4202560 3970 0 0 0 33 0 0 0 20 0 19 0 30257313 9856040960 17243 33554432000 1073741824 1073778376 140736021588080 139960489290552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25740/tid=25757] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25757/stat : 25757 (java) S 25737 25740 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257313 9856040960 17243 33554432000 1073741824 1073778376 140736021588080 139960488237944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25740/tid=25758] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25758/stat : 25758 (java) S 25737 25740 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257313 9856040960 17243 33554432000 1073741824 1073778376 140736021588080 139960487185352 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25740/tid=25759] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25759/stat : 25759 (java) S 25737 25740 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30257350 9856040960 17243 33554432000 1073741824 1073778376 140736021588080 139960486130856 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.25 2.22 2.18 3/213 25759
/proc/meminfo: memFree=30237648/32872528 swapFree=1392268/1580316
[pid=25740] ppid=25737 vsize=9625040 CPUtime=3.95 cores=0,2,4,6
/proc/25740/stat : 25740 (java) S 25737 25740 23975 0 -1 4202496 11703 0 1 0 391 4 0 0 20 0 19 0 30257308 9856040960 18267 33554432000 1073741824 1073778376 140736021588080 140736021579216 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25740/statm: 2406260 18267 2270 9 0 2396937 0
[pid=25740/tid=25741] ppid=25737 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/25740/task/25741/stat : 25741 (java) R 25737 25740 23975 0 -1 4202560 2442 0 1 0 305 3 0 0 20 0 19 0 30257308 9856040960 18267 33554432000 1073741824 1073778376 140736021588080 139961141715496 139960989074181 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25740/tid=25743] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25743/stat : 25743 (java) S 25737 25740 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257309 9856040960 18267 33554432000 1073741824 1073778376 140736021588080 139961114167848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25744] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25744/stat : 25744 (java) S 25737 25740 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257309 9856040960 18267 33554432000 1073741824 1073778376 140736021588080 139961113115048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25740/tid=25745] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25745/stat : 25745 (java) S 25737 25740 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257309 9856040960 18267 33554432000 1073741824 1073778376 140736021588080 139961112062248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25740/tid=25746] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25746/stat : 25746 (java) S 25737 25740 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257309 9856040960 18267 33554432000 1073741824 1073778376 140736021588080 139961111009448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25740/tid=25747] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25747/stat : 25747 (java) S 25737 25740 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257309 9856040960 18267 33554432000 1073741824 1073778376 140736021588080 139961109957672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25748] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25748/stat : 25748 (java) S 25737 25740 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257309 9856040960 18267 33554432000 1073741824 1073778376 140736021588080 139961108904872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25740/tid=25749] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25749/stat : 25749 (java) S 25737 25740 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257309 9856040960 18267 33554432000 1073741824 1073778376 140736021588080 139961107852072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25740/tid=25750] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25750/stat : 25750 (java) S 25737 25740 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30257309 9856040960 18267 33554432000 1073741824 1073778376 140736021588080 139960977500840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25751] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25751/stat : 25751 (java) S 25737 25740 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30257310 9856040960 18267 33554432000 1073741824 1073778376 140736021588080 139960494553576 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25740/tid=25752] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25752/stat : 25752 (java) S 25737 25740 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30257310 9856040960 18267 33554432000 1073741824 1073778376 140736021588080 139960493499640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25753] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25753/stat : 25753 (java) S 25737 25740 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30257310 9856040960 18267 33554432000 1073741824 1073778376 140736021588080 139960492446728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25754] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25754/stat : 25754 (java) S 25737 25740 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257312 9856040960 18267 33554432000 1073741824 1073778376 140736021588080 139960491395216 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25755] ppid=25737 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/25740/task/25755/stat : 25755 (java) S 25737 25740 23975 0 -1 4202560 4018 0 0 0 48 0 0 0 20 0 19 0 30257312 9856040960 18267 33554432000 1073741824 1073778376 140736021588080 139960490343352 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25756] ppid=25737 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/25740/task/25756/stat : 25756 (java) S 25737 25740 23975 0 -1 4202560 3970 0 0 0 35 0 0 0 20 0 19 0 30257313 9856040960 18267 33554432000 1073741824 1073778376 140736021588080 139960489290552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25740/tid=25757] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25757/stat : 25757 (java) S 25737 25740 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257313 9856040960 18267 33554432000 1073741824 1073778376 140736021588080 139960488237944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25740/tid=25758] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25758/stat : 25758 (java) S 25737 25740 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257313 9856040960 18267 33554432000 1073741824 1073778376 140736021588080 139960487185352 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25740/tid=25759] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25759/stat : 25759 (java) S 25737 25740 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30257350 9856040960 18267 33554432000 1073741824 1073778376 140736021588080 139960486130856 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.23 2.21 2.18 4/213 25759
/proc/meminfo: memFree=30222292/32872528 swapFree=1392268/1580316
[pid=25740] ppid=25737 vsize=9625040 CPUtime=7.17 cores=0,2,4,6
/proc/25740/stat : 25740 (java) S 25737 25740 23975 0 -1 4202496 11709 0 1 0 713 4 0 0 20 0 19 0 30257308 9856040960 19876 33554432000 1073741824 1073778376 140736021588080 140736021579216 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25740/statm: 2406260 19876 2271 9 0 2396937 0
[pid=25740/tid=25741] ppid=25737 vsize=9625040 CPUtime=6.28 cores=0,2,4,6
/proc/25740/task/25741/stat : 25741 (java) R 25737 25740 23975 0 -1 4202560 2447 0 1 0 625 3 0 0 20 0 19 0 30257308 9856040960 19876 33554432000 1073741824 1073778376 140736021588080 139961141715368 139960989088674 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25740/tid=25743] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25743/stat : 25743 (java) S 25737 25740 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257309 9856040960 19876 33554432000 1073741824 1073778376 140736021588080 139961114167848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25744] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25744/stat : 25744 (java) S 25737 25740 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257309 9856040960 19876 33554432000 1073741824 1073778376 140736021588080 139961113115048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25740/tid=25745] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25745/stat : 25745 (java) S 25737 25740 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257309 9856040960 19876 33554432000 1073741824 1073778376 140736021588080 139961112062248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25740/tid=25746] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25746/stat : 25746 (java) S 25737 25740 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257309 9856040960 19876 33554432000 1073741824 1073778376 140736021588080 139961111009448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25740/tid=25747] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25747/stat : 25747 (java) S 25737 25740 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257309 9856040960 19876 33554432000 1073741824 1073778376 140736021588080 139961109957672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25748] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25748/stat : 25748 (java) S 25737 25740 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257309 9856040960 19876 33554432000 1073741824 1073778376 140736021588080 139961108904872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25740/tid=25749] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25749/stat : 25749 (java) S 25737 25740 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257309 9856040960 19876 33554432000 1073741824 1073778376 140736021588080 139961107852072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25740/tid=25750] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25750/stat : 25750 (java) S 25737 25740 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30257309 9856040960 19876 33554432000 1073741824 1073778376 140736021588080 139960977500840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25751] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25751/stat : 25751 (java) S 25737 25740 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30257310 9856040960 19876 33554432000 1073741824 1073778376 140736021588080 139960494553576 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25740/tid=25752] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25752/stat : 25752 (java) S 25737 25740 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30257310 9856040960 19876 33554432000 1073741824 1073778376 140736021588080 139960493499640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25753] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25753/stat : 25753 (java) S 25737 25740 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30257310 9856040960 19876 33554432000 1073741824 1073778376 140736021588080 139960492446728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25754] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25754/stat : 25754 (java) S 25737 25740 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257312 9856040960 19876 33554432000 1073741824 1073778376 140736021588080 139960491395216 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25755] ppid=25737 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/25740/task/25755/stat : 25755 (java) S 25737 25740 23975 0 -1 4202560 4018 0 0 0 48 0 0 0 20 0 19 0 30257312 9856040960 19876 33554432000 1073741824 1073778376 140736021588080 139960490343352 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25756] ppid=25737 vsize=9625040 CPUtime=0.36 cores=0,2,4,6

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

[pid=25740/tid=25752] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25752/stat : 25752 (java) S 25737 25740 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30257310 9856040960 92053 33554432000 1073741824 1073778376 140736021588080 139960493499640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25753] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25753/stat : 25753 (java) S 25737 25740 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30257310 9856040960 92053 33554432000 1073741824 1073778376 140736021588080 139960492446728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25754] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25754/stat : 25754 (java) S 25737 25740 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257312 9856040960 92053 33554432000 1073741824 1073778376 140736021588080 139960491395216 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25755] ppid=25737 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/25740/task/25755/stat : 25755 (java) S 25737 25740 23975 0 -1 4202560 4018 0 0 0 48 0 0 0 20 0 19 0 30257312 9856040960 92053 33554432000 1073741824 1073778376 140736021588080 139960490343352 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25756] ppid=25737 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/25740/task/25756/stat : 25756 (java) S 25737 25740 23975 0 -1 4202560 3991 0 0 0 40 0 0 0 20 0 19 0 30257313 9856040960 92053 33554432000 1073741824 1073778376 140736021588080 139960489290552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25740/tid=25757] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25757/stat : 25757 (java) S 25737 25740 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257313 9856040960 92053 33554432000 1073741824 1073778376 140736021588080 139960488237944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25740/tid=25758] ppid=25737 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/25740/task/25758/stat : 25758 (java) S 25737 25740 23975 0 -1 4202560 100 0 0 0 41 31 0 0 20 0 19 0 30257313 9856040960 92053 33554432000 1073741824 1073778376 140736021588080 139960487185352 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25740/tid=25759] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25759/stat : 25759 (java) S 25737 25740 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30257350 9856040960 92053 33554432000 1073741824 1073778376 140736021588080 139960486130856 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.55
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.16 2.20 2.18 3/213 25803
/proc/meminfo: memFree=29627404/32872528 swapFree=1392268/1580316
[pid=25740] ppid=25737 vsize=9625040 CPUtime=1784.66 cores=0,2,4,6
/proc/25740/stat : 25740 (java) S 25737 25740 23975 0 -1 4202496 13742 0 1 0 178412 54 0 0 20 0 19 0 30257308 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 140736021579216 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25740/statm: 2406260 93523 2285 9 0 2396937 0
[pid=25740/tid=25741] ppid=25737 vsize=9625040 CPUtime=1781.79 cores=0,2,4,6
/proc/25740/task/25741/stat : 25741 (java) R 25737 25740 23975 0 -1 4202560 2504 0 1 0 178147 32 0 0 20 0 19 0 30257308 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139961141706528 139960989180042 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25743] ppid=25737 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/25740/task/25743/stat : 25743 (java) S 25737 25740 23975 0 -1 4202560 203 0 0 0 15 3 0 0 20 0 19 0 30257309 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139961114167848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25740/tid=25744] ppid=25737 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/25740/task/25744/stat : 25744 (java) S 25737 25740 23975 0 -1 4202560 189 0 0 0 15 3 0 0 20 0 19 0 30257309 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139961113115048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25740/tid=25745] ppid=25737 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/25740/task/25745/stat : 25745 (java) S 25737 25740 23975 0 -1 4202560 149 0 0 0 13 3 0 0 20 0 19 0 30257309 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139961112062248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25740/tid=25746] ppid=25737 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/25740/task/25746/stat : 25746 (java) S 25737 25740 23975 0 -1 4202560 402 0 0 0 17 3 0 0 20 0 19 0 30257309 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139961111009448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25740/tid=25747] ppid=25737 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/25740/task/25747/stat : 25747 (java) S 25737 25740 23975 0 -1 4202560 77 0 0 0 15 1 0 0 20 0 19 0 30257309 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139961109957672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25740/tid=25748] ppid=25737 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/25740/task/25748/stat : 25748 (java) S 25737 25740 23975 0 -1 4202560 173 0 0 0 19 4 0 0 20 0 19 0 30257309 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139961108904872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25740/tid=25749] ppid=25737 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/25740/task/25749/stat : 25749 (java) S 25737 25740 23975 0 -1 4202560 315 0 0 0 17 3 0 0 20 0 19 0 30257309 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139961107852072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25740/tid=25750] ppid=25737 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/25740/task/25750/stat : 25750 (java) S 25737 25740 23975 0 -1 4202560 293 0 0 0 20 4 0 0 20 0 19 0 30257309 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139960977500840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25740/tid=25751] ppid=25737 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25740/task/25751/stat : 25751 (java) S 25737 25740 23975 0 -1 4202560 65 0 0 0 1 1 0 0 20 0 19 0 30257310 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139960494553576 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25740/tid=25752] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25752/stat : 25752 (java) S 25737 25740 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30257310 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139960493499640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25753] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25753/stat : 25753 (java) S 25737 25740 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30257310 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139960492446728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25754] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25754/stat : 25754 (java) S 25737 25740 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257312 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139960491395216 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25755] ppid=25737 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/25740/task/25755/stat : 25755 (java) S 25737 25740 23975 0 -1 4202560 4018 0 0 0 48 0 0 0 20 0 19 0 30257312 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139960490343352 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25756] ppid=25737 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/25740/task/25756/stat : 25756 (java) S 25737 25740 23975 0 -1 4202560 3991 0 0 0 40 0 0 0 20 0 19 0 30257313 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139960489290552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25740/tid=25757] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25757/stat : 25757 (java) S 25737 25740 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257313 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139960488237944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25740/tid=25758] ppid=25737 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/25740/task/25758/stat : 25758 (java) S 25737 25740 23975 0 -1 4202560 104 0 0 0 42 33 0 0 20 0 19 0 30257313 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139960487185352 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25740/tid=25759] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25759/stat : 25759 (java) S 25737 25740 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30257350 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139960486130856 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.66
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 2.27 2.23 2.18 3/192 25809
/proc/meminfo: memFree=29992476/32872528 swapFree=1392268/1580316
[pid=25740] ppid=25737 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/25740/stat : 25740 (java) S 25737 25740 23975 0 -1 4202496 13742 0 1 0 179952 54 0 0 20 0 19 0 30257308 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 140736021579216 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25740/statm: 2406260 93523 2285 9 0 2396937 0
[pid=25740/tid=25741] ppid=25737 vsize=9625040 CPUtime=1797.2 cores=0,2,4,6
/proc/25740/task/25741/stat : 25741 (java) R 25737 25740 23975 0 -1 4202560 2504 0 1 0 179688 32 0 0 20 0 19 0 30257308 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139961141706528 139960989088401 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25743] ppid=25737 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/25740/task/25743/stat : 25743 (java) S 25737 25740 23975 0 -1 4202560 203 0 0 0 15 3 0 0 20 0 19 0 30257309 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139961114167848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25740/tid=25744] ppid=25737 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/25740/task/25744/stat : 25744 (java) S 25737 25740 23975 0 -1 4202560 189 0 0 0 15 3 0 0 20 0 19 0 30257309 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139961113115048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25740/tid=25745] ppid=25737 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/25740/task/25745/stat : 25745 (java) S 25737 25740 23975 0 -1 4202560 149 0 0 0 13 3 0 0 20 0 19 0 30257309 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139961112062248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25740/tid=25746] ppid=25737 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/25740/task/25746/stat : 25746 (java) S 25737 25740 23975 0 -1 4202560 402 0 0 0 17 3 0 0 20 0 19 0 30257309 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139961111009448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25740/tid=25747] ppid=25737 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/25740/task/25747/stat : 25747 (java) S 25737 25740 23975 0 -1 4202560 77 0 0 0 15 1 0 0 20 0 19 0 30257309 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139961109957672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25740/tid=25748] ppid=25737 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/25740/task/25748/stat : 25748 (java) S 25737 25740 23975 0 -1 4202560 173 0 0 0 19 4 0 0 20 0 19 0 30257309 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139961108904872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25740/tid=25749] ppid=25737 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/25740/task/25749/stat : 25749 (java) S 25737 25740 23975 0 -1 4202560 315 0 0 0 17 3 0 0 20 0 19 0 30257309 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139961107852072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25740/tid=25750] ppid=25737 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/25740/task/25750/stat : 25750 (java) S 25737 25740 23975 0 -1 4202560 293 0 0 0 20 4 0 0 20 0 19 0 30257309 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139960977500840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25740/tid=25751] ppid=25737 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25740/task/25751/stat : 25751 (java) S 25737 25740 23975 0 -1 4202560 65 0 0 0 1 1 0 0 20 0 19 0 30257310 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139960494553576 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25740/tid=25752] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25752/stat : 25752 (java) S 25737 25740 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30257310 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139960493499640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25753] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25753/stat : 25753 (java) S 25737 25740 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30257310 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139960492446728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25754] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25754/stat : 25754 (java) S 25737 25740 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257312 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139960491395216 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25755] ppid=25737 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/25740/task/25755/stat : 25755 (java) S 25737 25740 23975 0 -1 4202560 4018 0 0 0 48 0 0 0 20 0 19 0 30257312 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139960490343352 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25756] ppid=25737 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/25740/task/25756/stat : 25756 (java) S 25737 25740 23975 0 -1 4202560 3991 0 0 0 40 0 0 0 20 0 19 0 30257313 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139960489290552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25740/tid=25757] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25757/stat : 25757 (java) S 25737 25740 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257313 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139960488237944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25740/tid=25758] ppid=25737 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/25740/task/25758/stat : 25758 (java) S 25737 25740 23975 0 -1 4202560 104 0 0 0 43 33 0 0 20 0 19 0 30257313 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139960487185352 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25740/tid=25759] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25759/stat : 25759 (java) S 25737 25740 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30257350 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139960486130856 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 25740 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.7 s]
/proc/loadavg: 2.27 2.23 2.18 3/192 25809
/proc/meminfo: memFree=29992476/32872528 swapFree=1392268/1580316
[pid=25740] ppid=25737 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/25740/stat : 25740 (java) S 25737 25740 23975 0 -1 4202496 13742 0 1 0 179952 54 0 0 20 0 19 0 30257308 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 140736021579216 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25740/statm: 2406260 93523 2285 9 0 2396937 0
[pid=25740/tid=25741] ppid=25737 vsize=9625040 CPUtime=1797.2 cores=0,2,4,6
/proc/25740/task/25741/stat : 25741 (java) R 25737 25740 23975 0 -1 4202560 2504 0 1 0 179688 32 0 0 20 0 19 0 30257308 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139961141706528 139960989088401 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25743] ppid=25737 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/25740/task/25743/stat : 25743 (java) S 25737 25740 23975 0 -1 4202560 203 0 0 0 15 3 0 0 20 0 19 0 30257309 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139961114167848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25740/tid=25744] ppid=25737 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/25740/task/25744/stat : 25744 (java) S 25737 25740 23975 0 -1 4202560 189 0 0 0 15 3 0 0 20 0 19 0 30257309 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139961113115048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25740/tid=25745] ppid=25737 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/25740/task/25745/stat : 25745 (java) S 25737 25740 23975 0 -1 4202560 149 0 0 0 13 3 0 0 20 0 19 0 30257309 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139961112062248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25740/tid=25746] ppid=25737 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/25740/task/25746/stat : 25746 (java) S 25737 25740 23975 0 -1 4202560 402 0 0 0 17 3 0 0 20 0 19 0 30257309 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139961111009448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25740/tid=25747] ppid=25737 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/25740/task/25747/stat : 25747 (java) S 25737 25740 23975 0 -1 4202560 77 0 0 0 15 1 0 0 20 0 19 0 30257309 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139961109957672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25740/tid=25748] ppid=25737 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/25740/task/25748/stat : 25748 (java) S 25737 25740 23975 0 -1 4202560 173 0 0 0 19 4 0 0 20 0 19 0 30257309 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139961108904872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25740/tid=25749] ppid=25737 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/25740/task/25749/stat : 25749 (java) S 25737 25740 23975 0 -1 4202560 315 0 0 0 17 3 0 0 20 0 19 0 30257309 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139961107852072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25740/tid=25750] ppid=25737 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/25740/task/25750/stat : 25750 (java) S 25737 25740 23975 0 -1 4202560 293 0 0 0 20 4 0 0 20 0 19 0 30257309 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139960977500840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25740/tid=25751] ppid=25737 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25740/task/25751/stat : 25751 (java) S 25737 25740 23975 0 -1 4202560 65 0 0 0 1 1 0 0 20 0 19 0 30257310 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139960494553576 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25740/tid=25752] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25752/stat : 25752 (java) S 25737 25740 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30257310 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139960493499640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25753] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25753/stat : 25753 (java) S 25737 25740 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30257310 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139960492446728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25754] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25754/stat : 25754 (java) S 25737 25740 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257312 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139960491395216 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25755] ppid=25737 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/25740/task/25755/stat : 25755 (java) S 25737 25740 23975 0 -1 4202560 4018 0 0 0 48 0 0 0 20 0 19 0 30257312 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139960490343352 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25740/tid=25756] ppid=25737 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/25740/task/25756/stat : 25756 (java) S 25737 25740 23975 0 -1 4202560 3991 0 0 0 40 0 0 0 20 0 19 0 30257313 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139960489290552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25740/tid=25757] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25757/stat : 25757 (java) S 25737 25740 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257313 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139960488237944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25740/tid=25758] ppid=25737 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/25740/task/25758/stat : 25758 (java) S 25737 25740 23975 0 -1 4202560 104 0 0 0 43 33 0 0 20 0 19 0 30257313 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139960487185352 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25740/tid=25759] ppid=25737 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25740/task/25759/stat : 25759 (java) S 25737 25740 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30257350 9856040960 93523 33554432000 1073741824 1073778376 140736021588080 139960486130856 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1797.74
CPU time (s): 1800.72
CPU user time (s): 1799.68
CPU system time (s): 1.04284
CPU usage (%): 100.166
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.68
system time used= 1.04284
maximum resident set size= 378452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13776
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38452
involuntary context switches= 4992

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.95249 second user time and 14.0339 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-26 22:16:41
IDJOB=4116297
IDBENCH=109452
IDSOLVER=2546
FILE ID=node139/4116297-1466972201
RUNJOBID= node139-1466956013-23991
PBS_JOBID= 19976371
Free space on /tmp= 71676 MiB

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

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

MD5SUM BENCH= d00c6e0d896449632541fc8326733986
RANDOM SEED=422789121

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.394
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.394
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.57
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.394
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.394
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:        30307408 kB
Buffers:           42644 kB
Cached:           179868 kB
SwapCached:         2156 kB
Active:            97732 kB
Inactive:         182012 kB
Active(anon):      58340 kB
Inactive(anon):     1120 kB
Active(file):      39392 kB
Inactive(file):   180892 kB
Unevictable:     1580316 kB
Mlocked:         1392268 kB
SwapTotal:      67108856 kB
SwapFree:       67098796 kB
Dirty:              2444 kB
Writeback:             0 kB
AnonPages:       1607360 kB
Mapped:            15500 kB
Shmem:                 0 kB
Slab:             568772 kB
SReclaimable:      12456 kB
SUnreclaim:       556316 kB
KernelStack:        1760 kB
PageTables:         7852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2268956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 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= 71676 MiB
End job on node139 at 2016-06-26 22:46:39