Trace number 4116481

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

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size128-round23-3.opb
MD5SUMbc7e0afd9962eb31c6ef169bd78d3421
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 constraints9504
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)416
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4116481-1466973999.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.68/0.43	c ... done. Wall clock time 0.32s.
0.68/0.43	c declared #vars     4288
0.68/0.43	c #constraints  10816
0.68/0.43	c constraints type 
0.68/0.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.68/0.43	c org.sat4j.specs.Constr$1 => 904
0.68/0.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.68/0.43	c org.sat4j.minisat.constraints.cnf.UnitClause => 504
0.68/0.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.68/0.43	c 10816 constraints processed.
1.70/1.10	c cleaning 2499 clauses out of 5001 with flag 16200/5003
2.48/1.77	c cleaning 4228 clauses out of 8499 with flag 38320/11000
3.28/2.59	c cleaning 5624 clauses out of 11275 with flag 67041/18004
4.30/3.53	c cleaning 6809 clauses out of 13648 with flag 102808/26001
5.32/4.53	c cleaning 7875 clauses out of 15839 with flag 146777/35001
6.52/5.77	c cleaning 8956 clauses out of 17963 with flag 195586/45000
7.92/7.13	c cleaning 9992 clauses out of 20007 with flag 252381/56000
9.42/8.69	c cleaning 10975 clauses out of 22019 with flag 312719/68004
11.11/10.32	c cleaning 12012 clauses out of 24041 with flag 381147/81001
12.92/12.14	c cleaning 12998 clauses out of 26029 with flag 456188/95001
14.91/14.13	c cleaning 14009 clauses out of 28030 with flag 539175/110000
17.12/16.32	c cleaning 15008 clauses out of 30021 with flag 627327/126000
19.52/18.74	c cleaning 15999 clauses out of 32014 with flag 720720/143001
22.01/21.29	c cleaning 16998 clauses out of 34014 with flag 822152/161000
24.82/24.08	c cleaning 17960 clauses out of 36016 with flag 931838/180000
27.82/27.05	c cleaning 18998 clauses out of 38056 with flag 1046963/200000
31.02/30.23	c cleaning 20006 clauses out of 40059 with flag 1170840/221001
34.52/33.79	c cleaning 21004 clauses out of 42053 with flag 1296814/243001
38.12/37.35	c cleaning 22018 clauses out of 44050 with flag 1431837/266002
41.92/41.17	c cleaning 23000 clauses out of 46031 with flag 1572457/290001
46.11/45.32	c cleaning 24007 clauses out of 48031 with flag 1717709/315001
50.43/49.64	c cleaning 24985 clauses out of 50023 with flag 1872981/341000
55.02/54.23	c cleaning 25976 clauses out of 52038 with flag 2034583/368000
59.56/58.78	c cleaning 26998 clauses out of 54062 with flag 2204451/396000
64.06/63.27	c cleaning 27985 clauses out of 56067 with flag 2379861/425003
68.96/68.11	c cleaning 29005 clauses out of 58079 with flag 2561447/455000
73.96/73.16	c cleaning 30024 clauses out of 60074 with flag 2747425/486000
79.45/78.66	c cleaning 30965 clauses out of 62050 with flag 2937702/518000
84.86/84.07	c cleaning 32015 clauses out of 64085 with flag 3137453/551000
90.66/89.86	c cleaning 33031 clauses out of 66070 with flag 3344849/585000
96.56/95.77	c cleaning 34011 clauses out of 68039 with flag 3553023/620000
102.77/101.96	c cleaning 34987 clauses out of 70028 with flag 3770553/656000
109.27/108.48	c cleaning 36005 clauses out of 72041 with flag 3995156/693000
116.06/115.28	c cleaning 36947 clauses out of 74036 with flag 4225527/731000
123.16/122.31	c cleaning 38020 clauses out of 76090 with flag 4466099/770001
130.47/129.67	c cleaning 39007 clauses out of 78069 with flag 4708897/810000
138.06/137.24	c cleaning 40004 clauses out of 80063 with flag 4958154/851001
145.86/145.04	c cleaning 41010 clauses out of 82059 with flag 5217573/893001
153.71/152.80	c cleaning 41996 clauses out of 84048 with flag 5482384/936000
161.61/160.78	c cleaning 43018 clauses out of 86052 with flag 5752762/980000
170.21/169.30	c cleaning 43984 clauses out of 88034 with flag 6028850/1025000
178.91/178.06	c cleaning 44966 clauses out of 90051 with flag 6310401/1071001
187.91/187.05	c cleaning 45999 clauses out of 92085 with flag 6597266/1118001
197.11/196.22	c cleaning 46977 clauses out of 94085 with flag 6891680/1166000
206.63/205.74	c cleaning 48026 clauses out of 96109 with flag 7189438/1215001
216.42/215.50	c cleaning 49027 clauses out of 98083 with flag 7495719/1265001
226.62/225.74	c cleaning 49976 clauses out of 100055 with flag 7808076/1316000
237.22/236.33	c cleaning 50975 clauses out of 102080 with flag 8124759/1368001
248.16/247.21	c cleaning 51982 clauses out of 104105 with flag 8448046/1421001
259.66/258.73	c cleaning 53035 clauses out of 106124 with flag 8779661/1475002
271.05/270.16	c cleaning 54032 clauses out of 108087 with flag 9113384/1530000
282.85/281.96	c cleaning 55017 clauses out of 110055 with flag 9450639/1586000
295.15/294.28	c cleaning 55994 clauses out of 112038 with flag 9793402/1643000
307.96/307.10	c cleaning 56977 clauses out of 114044 with flag 10140410/1701000
321.35/320.41	c cleaning 57982 clauses out of 116068 with flag 10502276/1760001
334.54/333.68	c cleaning 59022 clauses out of 118085 with flag 10862646/1820000
348.75/347.87	c cleaning 60018 clauses out of 120064 with flag 11227481/1881001
363.11/362.13	c cleaning 61007 clauses out of 122046 with flag 11599324/1943001
378.43/377.46	c cleaning 61976 clauses out of 124038 with flag 11974559/2006000
394.62/393.68	c cleaning 63008 clauses out of 126063 with flag 12362252/2070001
411.02/410.06	c cleaning 64007 clauses out of 128055 with flag 12753156/2135001
428.04/427.06	c cleaning 65016 clauses out of 130047 with flag 13150048/2201000
445.23/444.20	c cleaning 66000 clauses out of 132032 with flag 13552594/2268001
461.83/460.90	c cleaning 66974 clauses out of 134032 with flag 13964158/2336001
479.24/478.30	c cleaning 67990 clauses out of 136057 with flag 14376639/2405000
496.49/495.42	c cleaning 68983 clauses out of 138067 with flag 14801174/2475000
513.90/512.81	c cleaning 70016 clauses out of 140084 with flag 15232152/2546000
532.21/531.13	c cleaning 70984 clauses out of 142070 with flag 15667113/2618002
550.81/549.79	c cleaning 72035 clauses out of 144085 with flag 16107524/2691001
569.92/568.88	c cleaning 72990 clauses out of 146049 with flag 16555555/2765000
589.72/588.66	c cleaning 74004 clauses out of 148059 with flag 17006191/2840000
609.71/608.57	c cleaning 74991 clauses out of 150056 with flag 17463666/2916001
630.32/629.11	c cleaning 75982 clauses out of 152064 with flag 17926105/2993000
651.33/650.13	c cleaning 77022 clauses out of 154083 with flag 18391758/3071001
673.23/672.01	c cleaning 78028 clauses out of 156060 with flag 18862549/3150000
695.44/694.22	c cleaning 78962 clauses out of 158032 with flag 19344945/3230000
718.23/717.05	c cleaning 80027 clauses out of 160071 with flag 19825879/3311001
741.62/740.34	c cleaning 81008 clauses out of 162043 with flag 20316053/3393000
765.12/763.81	c cleaning 81991 clauses out of 164035 with flag 20816670/3476000
789.62/788.32	c cleaning 83010 clauses out of 166044 with flag 21317253/3560000
814.42/813.17	c cleaning 83960 clauses out of 168034 with flag 21825619/3645000
839.43/838.18	c cleaning 85002 clauses out of 170075 with flag 22341700/3731001
865.83/864.44	c cleaning 86030 clauses out of 172073 with flag 22860811/3818001
892.54/891.16	c cleaning 86966 clauses out of 174042 with flag 23384790/3906000
919.55/918.18	c cleaning 88029 clauses out of 176076 with flag 23915357/3995000
946.94/945.53	c cleaning 88962 clauses out of 178048 with flag 24452320/4085001
975.06/973.62	c cleaning 90025 clauses out of 180086 with flag 24997912/4176001
1003.86/1002.36	c cleaning 90990 clauses out of 182060 with flag 25550108/4268000
1032.46/1030.98	c cleaning 92026 clauses out of 184073 with flag 26103025/4361003
1062.08/1060.59	c cleaning 92976 clauses out of 186045 with flag 26661320/4455001
1092.67/1091.14	c cleaning 94011 clauses out of 188068 with flag 27224249/4550000
1124.27/1122.69	c cleaning 95021 clauses out of 190057 with flag 27792059/4646000
1155.87/1154.21	c cleaning 95984 clauses out of 192036 with flag 28368148/4743000
1187.78/1186.16	c cleaning 96985 clauses out of 194054 with flag 28954374/4841002
1220.99/1219.38	c cleaning 97990 clauses out of 196067 with flag 29545617/4940000
1255.10/1253.39	c cleaning 99019 clauses out of 198078 with flag 30140215/5040001
1289.30/1287.52	c cleaning 100009 clauses out of 200058 with flag 30740419/5141000
1324.31/1322.57	c cleaning 100969 clauses out of 202049 with flag 31350539/5243000
1360.01/1358.23	c cleaning 102026 clauses out of 204080 with flag 31959960/5346000
1398.07/1396.14	c cleaning 103013 clauses out of 206054 with flag 32573246/5450000
1436.86/1434.97	c cleaning 103987 clauses out of 208042 with flag 33192961/5555001
1474.06/1472.14	c cleaning 104999 clauses out of 210055 with flag 33823305/5661001
1512.70/1510.65	c cleaning 105978 clauses out of 212055 with flag 34459358/5768000
1552.02/1549.92	c cleaning 107025 clauses out of 214078 with flag 35105690/5876001
1592.01/1589.96	c cleaning 108012 clauses out of 216053 with flag 35750144/5985001
1633.19/1631.04	c cleaning 108989 clauses out of 218040 with flag 36401076/6095000
1674.10/1671.92	c cleaning 110019 clauses out of 220051 with flag 37063124/6206000
1716.39/1714.22	c cleaning 110970 clauses out of 222032 with flag 37725296/6318000
1760.18/1757.91	c cleaning 112025 clauses out of 224062 with flag 38390571/6431000
1800.08/1797.80	c starts		: 50910
1800.08/1797.80	c conflicts		: 6539979
1800.08/1797.80	c decisions		: 57203877
1800.08/1797.80	c propagations		: 856392891
1800.08/1797.80	c inspects		: 23882134369
1800.08/1797.80	c shortcuts		: 0
1800.08/1797.80	c learnt literals	: 2
1800.08/1797.80	c learnt binary clauses	: 60
1800.08/1797.80	c learnt ternary clauses	: 790
1800.08/1797.80	c learnt constraints	: 6539977
1800.08/1797.80	c ignored constraints	: 0
1800.08/1797.80	c root simplifications	: 0
1800.08/1797.80	c removed literals (reason simplification)	: 0
1800.08/1797.80	c reason swapping (by a shorter reason)	: 0
1800.08/1797.80	c Calls to reduceDB	: 109
1800.08/1797.80	c Number of update (reduction) of LBD	: 1411261
1800.08/1797.80	c Imported unit clauses	: 0
1800.08/1797.80	c number of reductions to clauses (during analyze)	: 0
1800.08/1797.80	c number of learned constraints concerned by reduction	: 0
1800.08/1797.80	c number of learning phase by resolution	: 0
1800.08/1797.80	c number of learning phase by cutting planes	: 0
1800.08/1797.80	c speed (assignments/second)	: 476471.6379097389
1800.08/1797.80	c non guided choices	26052
1800.08/1797.80	c timeout
1800.08/1797.83	c learnt constraints type 
1800.08/1797.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 60
1800.08/1797.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 220957
1800.08/1797.83	s UNKNOWN
1800.08/1797.83	c Total wall clock time (in seconds): 1797.721

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

pid=25912
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.17 2.20 2.18 5/193 25915
/proc/meminfo: memFree=30311012/32872528 swapFree=1392268/1580316
[pid=25915] ppid=25912 vsize=23172 CPUtime=0 cores=0,2,4,6
/proc/25915/stat : 25915 (java) R 25912 25915 23975 0 -1 4202496 1219 0 0 0 0 0 0 0 20 0 1 0 30437121 23728128 862 33554432000 1073741824 1073778376 140737296288624 140737296277688 139636040147920 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25915/statm: 6050 867 654 9 0 385 0
[pid=25915/tid=25916] ppid=25912 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25916/stat : 25916 (java) R 25912 25915 23975 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 2 0 30437122 91889664 892 33554432000 1073741824 1073778376 140737296288624 140737296277688 248790246327 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 2.17 2.20 2.18 5/193 25915
/proc/meminfo: memFree=30311012/32872528 swapFree=1392268/1580316
[pid=25915] ppid=25912 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/25915/stat : 25915 (java) S 25912 25915 23975 0 -1 4202496 4445 0 1 0 9 1 0 0 20 0 18 0 30437121 9787879424 5567 33554432000 1073741824 1073778376 140737296288624 140737296279760 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25915/statm: 2389619 5567 2125 9 0 2380296 0
[pid=25915/tid=25916] ppid=25912 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/25915/task/25916/stat : 25916 (java) R 25912 25915 23975 0 -1 4202560 2433 0 1 0 6 1 0 0 20 0 18 0 30437122 9787879424 5567 33554432000 1073741824 1073778376 140737296288624 139636032465824 139636035259134 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200327 s]
/proc/loadavg: 2.17 2.20 2.18 5/193 25915
/proc/meminfo: memFree=30311012/32872528 swapFree=1392268/1580316
[pid=25915] ppid=25912 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/25915/stat : 25915 (java) S 25912 25915 23975 0 -1 4202496 5004 0 1 0 26 1 0 0 20 0 18 0 30437121 9787879424 6550 33554432000 1073741824 1073778376 140737296288624 140737296279760 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25915/statm: 2389619 6550 2215 9 0 2380296 0
[pid=25915/tid=25916] ppid=25912 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/25915/task/25916/stat : 25916 (java) R 25912 25915 23975 0 -1 4202560 2450 0 1 0 16 1 0 0 20 0 18 0 30437122 9787879424 6550 33554432000 1073741824 1073778376 140737296288624 139636032465824 139635904342312 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300324 s]
/proc/loadavg: 2.17 2.20 2.18 5/193 25915
/proc/meminfo: memFree=30311012/32872528 swapFree=1392268/1580316
[pid=25915] ppid=25912 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/25915/stat : 25915 (java) S 25912 25915 23975 0 -1 4202496 5887 0 1 0 48 1 0 0 20 0 18 0 30437121 9787879424 8019 33554432000 1073741824 1073778376 140737296288624 140737296279760 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25915/statm: 2389619 8019 2233 9 0 2380296 0
[pid=25915/tid=25916] ppid=25912 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/25915/task/25916/stat : 25916 (java) R 25912 25915 23975 0 -1 4202560 2452 0 1 0 26 1 0 0 20 0 18 0 30437122 9787879424 8019 33554432000 1073741824 1073778376 140737296288624 139636032465824 139635904719192 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700271 s]
/proc/loadavg: 2.17 2.20 2.18 5/193 25915
/proc/meminfo: memFree=30311012/32872528 swapFree=1392268/1580316
[pid=25915] ppid=25912 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/25915/stat : 25915 (java) S 25912 25915 23975 0 -1 4202496 9037 0 1 0 134 2 0 0 20 0 19 0 30437121 9856040960 15375 33554432000 1073741824 1073778376 140737296288624 140737296279760 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25915/statm: 2406260 15375 2264 9 0 2396937 0
[pid=25915/tid=25916] ppid=25912 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/25915/task/25916/stat : 25916 (java) R 25912 25915 23975 0 -1 4202560 2490 0 1 0 66 1 0 0 20 0 19 0 30437122 9856040960 15375 33554432000 1073741824 1073778376 140737296288624 139636032467032 139635904911622 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.17 2.20 2.18 5/213 25935
/proc/meminfo: memFree=30247832/32872528 swapFree=1392268/1580316
[pid=25915] ppid=25912 vsize=9625040 CPUtime=2.25 cores=0,2,4,6
/proc/25915/stat : 25915 (java) S 25912 25915 23975 0 -1 4202496 10211 0 1 0 223 2 0 0 20 0 19 0 30437121 9856040960 15909 33554432000 1073741824 1073778376 140737296288624 140737296279760 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25915/statm: 2406260 15909 2270 9 0 2396937 0
[pid=25915/tid=25916] ppid=25912 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/25915/task/25916/stat : 25916 (java) R 25912 25915 23975 0 -1 4202560 2493 0 1 0 146 2 0 0 20 0 19 0 30437122 9856040960 15909 33554432000 1073741824 1073778376 140737296288624 139636032467224 139635904870173 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25915/tid=25919] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25919/stat : 25919 (java) S 25912 25915 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437123 9856040960 15909 33554432000 1073741824 1073778376 140737296288624 139635876518568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25920] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25920/stat : 25920 (java) S 25912 25915 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437123 9856040960 15909 33554432000 1073741824 1073778376 140737296288624 139635875466024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25915/tid=25921] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25921/stat : 25921 (java) S 25912 25915 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437123 9856040960 15909 33554432000 1073741824 1073778376 140737296288624 139635874413480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25915/tid=25922] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25922/stat : 25922 (java) S 25912 25915 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437123 9856040960 15909 33554432000 1073741824 1073778376 140737296288624 139635873360936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25915/tid=25923] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25923/stat : 25923 (java) S 25912 25915 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437123 9856040960 15909 33554432000 1073741824 1073778376 140737296288624 139635872307368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25915/tid=25924] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25924/stat : 25924 (java) S 25912 25915 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437123 9856040960 15909 33554432000 1073741824 1073778376 140737296288624 139635871254824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25915/tid=25925] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25925/stat : 25925 (java) S 25912 25915 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437123 9856040960 15909 33554432000 1073741824 1073778376 140737296288624 139635870202280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25915/tid=25926] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25926/stat : 25926 (java) S 25912 25915 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30437123 9856040960 15909 33554432000 1073741824 1073778376 140737296288624 139635869149736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25927] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25927/stat : 25927 (java) S 25912 25915 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30437124 9856040960 15909 33554432000 1073741824 1073778376 140737296288624 139635856738920 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25928] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25928/stat : 25928 (java) S 25912 25915 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30437124 9856040960 15909 33554432000 1073741824 1073778376 140737296288624 139635855685240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25929] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25929/stat : 25929 (java) S 25912 25915 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30437124 9856040960 15909 33554432000 1073741824 1073778376 140737296288624 139635854632584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25930] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25930/stat : 25930 (java) S 25912 25915 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437127 9856040960 15909 33554432000 1073741824 1073778376 140737296288624 139635853581328 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25931] ppid=25912 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/25915/task/25931/stat : 25931 (java) S 25912 25915 23975 0 -1 4202560 2429 0 0 0 34 0 0 0 20 0 19 0 30437127 9856040960 15909 33554432000 1073741824 1073778376 140737296288624 139635852527672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25932] ppid=25912 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/25915/task/25932/stat : 25932 (java) S 25912 25915 23975 0 -1 4202560 4012 0 0 0 40 0 0 0 20 0 19 0 30437127 9856040960 15909 33554432000 1073741824 1073778376 140737296288624 139635851475128 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25915/tid=25933] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25933/stat : 25933 (java) S 25912 25915 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437127 9856040960 15909 33554432000 1073741824 1073778376 140737296288624 139635850422776 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25915/tid=25934] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25934/stat : 25934 (java) S 25912 25915 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437127 9856040960 15909 33554432000 1073741824 1073778376 140737296288624 139635849370440 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25935] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25935/stat : 25935 (java) S 25912 25915 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30437166 9856040960 15909 33554432000 1073741824 1073778376 140737296288624 139635848267048 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.17 2.20 2.18 3/213 25935
/proc/meminfo: memFree=30238896/32872528 swapFree=1392268/1580316
[pid=25915] ppid=25912 vsize=9625040 CPUtime=3.9 cores=0,2,4,6
/proc/25915/stat : 25915 (java) S 25912 25915 23975 0 -1 4202496 10219 0 1 0 387 3 0 0 20 0 19 0 30437121 9856040960 16938 33554432000 1073741824 1073778376 140737296288624 140737296279760 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25915/statm: 2406260 16938 2270 9 0 2396937 0
[pid=25915/tid=25916] ppid=25912 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/25915/task/25916/stat : 25916 (java) R 25912 25915 23975 0 -1 4202560 2496 0 1 0 305 2 0 0 20 0 19 0 30437122 9856040960 16938 33554432000 1073741824 1073778376 140737296288624 139636032458448 139635904906755 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25915/tid=25919] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25919/stat : 25919 (java) S 25912 25915 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437123 9856040960 16938 33554432000 1073741824 1073778376 140737296288624 139635876518568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25920] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25920/stat : 25920 (java) S 25912 25915 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437123 9856040960 16938 33554432000 1073741824 1073778376 140737296288624 139635875466024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25915/tid=25921] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25921/stat : 25921 (java) S 25912 25915 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437123 9856040960 16938 33554432000 1073741824 1073778376 140737296288624 139635874413480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25915/tid=25922] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25922/stat : 25922 (java) S 25912 25915 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437123 9856040960 16938 33554432000 1073741824 1073778376 140737296288624 139635873360936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25915/tid=25923] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25923/stat : 25923 (java) S 25912 25915 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437123 9856040960 16938 33554432000 1073741824 1073778376 140737296288624 139635872307368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25915/tid=25924] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25924/stat : 25924 (java) S 25912 25915 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437123 9856040960 16938 33554432000 1073741824 1073778376 140737296288624 139635871254824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25915/tid=25925] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25925/stat : 25925 (java) S 25912 25915 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437123 9856040960 16938 33554432000 1073741824 1073778376 140737296288624 139635870202280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25915/tid=25926] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25926/stat : 25926 (java) S 25912 25915 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30437123 9856040960 16938 33554432000 1073741824 1073778376 140737296288624 139635869149736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25927] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25927/stat : 25927 (java) S 25912 25915 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30437124 9856040960 16938 33554432000 1073741824 1073778376 140737296288624 139635856738920 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25928] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25928/stat : 25928 (java) S 25912 25915 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30437124 9856040960 16938 33554432000 1073741824 1073778376 140737296288624 139635855685240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25929] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25929/stat : 25929 (java) S 25912 25915 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30437124 9856040960 16938 33554432000 1073741824 1073778376 140737296288624 139635854632584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25930] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25930/stat : 25930 (java) S 25912 25915 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437127 9856040960 16938 33554432000 1073741824 1073778376 140737296288624 139635853581328 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25931] ppid=25912 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/25915/task/25931/stat : 25931 (java) S 25912 25915 23975 0 -1 4202560 2432 0 0 0 36 0 0 0 20 0 19 0 30437127 9856040960 16938 33554432000 1073741824 1073778376 140737296288624 139635852527672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25932] ppid=25912 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/25915/task/25932/stat : 25932 (java) S 25912 25915 23975 0 -1 4202560 4014 0 0 0 42 0 0 0 20 0 19 0 30437127 9856040960 16938 33554432000 1073741824 1073778376 140737296288624 139635851475128 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25915/tid=25933] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25933/stat : 25933 (java) S 25912 25915 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437127 9856040960 16938 33554432000 1073741824 1073778376 140737296288624 139635850422776 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25915/tid=25934] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25934/stat : 25934 (java) S 25912 25915 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437127 9856040960 16938 33554432000 1073741824 1073778376 140737296288624 139635849370440 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25935] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25935/stat : 25935 (java) S 25912 25915 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30437166 9856040960 16938 33554432000 1073741824 1073778376 140737296288624 139635848267048 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 9625040

[startup+6.30071 s]
/proc/loadavg: 2.16 2.20 2.18 3/213 25935
/proc/meminfo: memFree=30227116/32872528 swapFree=1392268/1580316
[pid=25915] ppid=25912 vsize=9625040 CPUtime=7.12 cores=0,2,4,6
/proc/25915/stat : 25915 (java) S 25912 25915 23975 0 -1 4202496 10240 0 1 0 709 3 0 0 20 0 19 0 30437121 9856040960 18187 33554432000 1073741824 1073778376 140737296288624 140737296279760 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25915/statm: 2406260 18187 2271 9 0 2396937 0
[pid=25915/tid=25916] ppid=25912 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/25915/task/25916/stat : 25916 (java) R 25912 25915 23975 0 -1 4202560 2500 0 1 0 625 2 0 0 20 0 19 0 30437122 9856040960 18187 33554432000 1073741824 1073778376 140737296288624 139636032458432 139635904906872 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25915/tid=25919] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25919/stat : 25919 (java) S 25912 25915 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437123 9856040960 18187 33554432000 1073741824 1073778376 140737296288624 139635876518568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25920] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25920/stat : 25920 (java) S 25912 25915 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437123 9856040960 18187 33554432000 1073741824 1073778376 140737296288624 139635875466024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25915/tid=25921] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25921/stat : 25921 (java) S 25912 25915 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437123 9856040960 18187 33554432000 1073741824 1073778376 140737296288624 139635874413480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25915/tid=25922] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25922/stat : 25922 (java) S 25912 25915 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437123 9856040960 18187 33554432000 1073741824 1073778376 140737296288624 139635873360936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25915/tid=25923] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25923/stat : 25923 (java) S 25912 25915 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437123 9856040960 18187 33554432000 1073741824 1073778376 140737296288624 139635872307368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25915/tid=25924] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25924/stat : 25924 (java) S 25912 25915 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437123 9856040960 18187 33554432000 1073741824 1073778376 140737296288624 139635871254824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25915/tid=25925] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25925/stat : 25925 (java) S 25912 25915 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437123 9856040960 18187 33554432000 1073741824 1073778376 140737296288624 139635870202280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25915/tid=25926] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25926/stat : 25926 (java) S 25912 25915 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30437123 9856040960 18187 33554432000 1073741824 1073778376 140737296288624 139635869149736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25927] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25927/stat : 25927 (java) S 25912 25915 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30437124 9856040960 18187 33554432000 1073741824 1073778376 140737296288624 139635856738920 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25928] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25928/stat : 25928 (java) S 25912 25915 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30437124 9856040960 18187 33554432000 1073741824 1073778376 140737296288624 139635855685240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25929] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25929/stat : 25929 (java) S 25912 25915 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30437124 9856040960 18187 33554432000 1073741824 1073778376 140737296288624 139635854632584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25930] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25930/stat : 25930 (java) S 25912 25915 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437127 9856040960 18187 33554432000 1073741824 1073778376 140737296288624 139635853581328 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25931] ppid=25912 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/25915/task/25931/stat : 25931 (java) S 25912 25915 23975 0 -1 4202560 2448 0 0 0 37 0 0 0 20 0 19 0 30437127 9856040960 18187 33554432000 1073741824 1073778376 140737296288624 139635852527672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25932] ppid=25912 vsize=9625040 CPUtime=0.42 cores=0,2,4,6

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

[pid=25915/tid=25928] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25928/stat : 25928 (java) S 25912 25915 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30437124 9856040960 87219 33554432000 1073741824 1073778376 140737296288624 139635855685240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25929] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25929/stat : 25929 (java) S 25912 25915 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30437124 9856040960 87219 33554432000 1073741824 1073778376 140737296288624 139635854632584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25930] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25930/stat : 25930 (java) S 25912 25915 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437127 9856040960 87219 33554432000 1073741824 1073778376 140737296288624 139635853581328 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25931] ppid=25912 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/25915/task/25931/stat : 25931 (java) S 25912 25915 23975 0 -1 4202560 2933 0 0 0 41 0 0 0 20 0 19 0 30437127 9856040960 87219 33554432000 1073741824 1073778376 140737296288624 139635852527672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25932] ppid=25912 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/25915/task/25932/stat : 25932 (java) S 25912 25915 23975 0 -1 4202560 4014 0 0 0 42 0 0 0 20 0 19 0 30437127 9856040960 87219 33554432000 1073741824 1073778376 140737296288624 139635851475128 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25915/tid=25933] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25933/stat : 25933 (java) S 25912 25915 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437127 9856040960 87219 33554432000 1073741824 1073778376 140737296288624 139635850422776 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25915/tid=25934] ppid=25912 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/25915/task/25934/stat : 25934 (java) S 25912 25915 23975 0 -1 4202560 96 0 0 0 39 29 0 0 20 0 19 0 30437127 9856040960 87219 33554432000 1073741824 1073778376 140737296288624 139635849370440 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25915/tid=25935] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25935/stat : 25935 (java) S 25912 25915 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30437166 9856040960 87219 33554432000 1073741824 1073778376 140737296288624 139635848267048 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1664.5
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.24 2.21 2.18 3/213 26001
/proc/meminfo: memFree=29678044/32872528 swapFree=1392268/1580316
[pid=25915] ppid=25912 vsize=9625040 CPUtime=1724.49 cores=0,2,4,6
/proc/25915/stat : 25915 (java) S 25912 25915 23975 0 -1 4202496 12639 0 1 0 172400 49 0 0 20 0 19 0 30437121 9856040960 87219 33554432000 1073741824 1073778376 140737296288624 140737296279760 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25915/statm: 2406260 87219 2285 9 0 2396937 0
[pid=25915/tid=25916] ppid=25912 vsize=9625040 CPUtime=1721.78 cores=0,2,4,6
/proc/25915/task/25916/stat : 25916 (java) R 25912 25915 23975 0 -1 4202560 2557 0 1 0 172147 31 0 0 20 0 19 0 30437122 9856040960 87219 33554432000 1073741824 1073778376 140737296288624 139636032458528 139635904911104 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25919] ppid=25912 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/25915/task/25919/stat : 25919 (java) S 25912 25915 23975 0 -1 4202560 256 0 0 0 19 3 0 0 20 0 19 0 30437123 9856040960 87219 33554432000 1073741824 1073778376 140737296288624 139635876518568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25915/tid=25920] ppid=25912 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/25915/task/25920/stat : 25920 (java) S 25912 25915 23975 0 -1 4202560 357 0 0 0 16 3 0 0 20 0 19 0 30437123 9856040960 87219 33554432000 1073741824 1073778376 140737296288624 139635875466024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25921] ppid=25912 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/25915/task/25921/stat : 25921 (java) S 25912 25915 23975 0 -1 4202560 135 0 0 0 15 2 0 0 20 0 19 0 30437123 9856040960 87219 33554432000 1073741824 1073778376 140737296288624 139635874413480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25922] ppid=25912 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/25915/task/25922/stat : 25922 (java) S 25912 25915 23975 0 -1 4202560 177 0 0 0 18 2 0 0 20 0 19 0 30437123 9856040960 87219 33554432000 1073741824 1073778376 140737296288624 139635873360936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25915/tid=25923] ppid=25912 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/25915/task/25923/stat : 25923 (java) S 25912 25915 23975 0 -1 4202560 148 0 0 0 15 4 0 0 20 0 19 0 30437123 9856040960 87219 33554432000 1073741824 1073778376 140737296288624 139635872307368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25924] ppid=25912 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/25915/task/25924/stat : 25924 (java) S 25912 25915 23975 0 -1 4202560 209 0 0 0 17 4 0 0 20 0 19 0 30437123 9856040960 87219 33554432000 1073741824 1073778376 140737296288624 139635871254824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25915/tid=25925] ppid=25912 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/25915/task/25925/stat : 25925 (java) S 25912 25915 23975 0 -1 4202560 226 0 0 0 17 3 0 0 20 0 19 0 30437123 9856040960 87219 33554432000 1073741824 1073778376 140737296288624 139635870202280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25926] ppid=25912 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/25915/task/25926/stat : 25926 (java) S 25912 25915 23975 0 -1 4202560 210 0 0 0 14 2 0 0 20 0 19 0 30437123 9856040960 87219 33554432000 1073741824 1073778376 140737296288624 139635869149736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25915/tid=25927] ppid=25912 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25915/task/25927/stat : 25927 (java) S 25912 25915 23975 0 -1 4202560 54 0 0 0 0 2 0 0 20 0 19 0 30437124 9856040960 87219 33554432000 1073741824 1073778376 140737296288624 139635856738920 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25915/tid=25928] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25928/stat : 25928 (java) S 25912 25915 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30437124 9856040960 87219 33554432000 1073741824 1073778376 140737296288624 139635855685240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25929] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25929/stat : 25929 (java) S 25912 25915 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30437124 9856040960 87219 33554432000 1073741824 1073778376 140737296288624 139635854632584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25930] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25930/stat : 25930 (java) S 25912 25915 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437127 9856040960 87219 33554432000 1073741824 1073778376 140737296288624 139635853581328 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25931] ppid=25912 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/25915/task/25931/stat : 25931 (java) S 25912 25915 23975 0 -1 4202560 2933 0 0 0 41 0 0 0 20 0 19 0 30437127 9856040960 87219 33554432000 1073741824 1073778376 140737296288624 139635852527672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25932] ppid=25912 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/25915/task/25932/stat : 25932 (java) S 25912 25915 23975 0 -1 4202560 4014 0 0 0 42 0 0 0 20 0 19 0 30437127 9856040960 87219 33554432000 1073741824 1073778376 140737296288624 139635851475128 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25915/tid=25933] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25933/stat : 25933 (java) S 25912 25915 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437127 9856040960 87219 33554432000 1073741824 1073778376 140737296288624 139635850422776 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25915/tid=25934] ppid=25912 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/25915/task/25934/stat : 25934 (java) S 25912 25915 23975 0 -1 4202560 100 0 0 0 41 30 0 0 20 0 19 0 30437127 9856040960 87219 33554432000 1073741824 1073778376 140737296288624 139635849370440 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25915/tid=25935] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25935/stat : 25935 (java) S 25912 25915 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30437166 9856040960 87219 33554432000 1073741824 1073778376 140737296288624 139635848267048 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1724.49
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.32 2.23 2.19 3/213 26002
/proc/meminfo: memFree=29653708/32872528 swapFree=1392268/1580316
[pid=25915] ppid=25912 vsize=9625040 CPUtime=1784.58 cores=0,2,4,6
/proc/25915/stat : 25915 (java) S 25912 25915 23975 0 -1 4202496 12678 0 1 0 178406 52 0 0 20 0 19 0 30437121 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 140737296279760 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25915/statm: 2406260 89937 2285 9 0 2396937 0
[pid=25915/tid=25916] ppid=25912 vsize=9625040 CPUtime=1781.74 cores=0,2,4,6
/proc/25915/task/25916/stat : 25916 (java) R 25912 25915 23975 0 -1 4202560 2558 0 1 0 178142 32 0 0 20 0 19 0 30437122 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 139636032458528 139635904906841 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25915/tid=25919] ppid=25912 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/25915/task/25919/stat : 25919 (java) S 25912 25915 23975 0 -1 4202560 267 0 0 0 20 3 0 0 20 0 19 0 30437123 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 139635876518568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25920] ppid=25912 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/25915/task/25920/stat : 25920 (java) S 25912 25915 23975 0 -1 4202560 366 0 0 0 17 3 0 0 20 0 19 0 30437123 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 139635875466024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25921] ppid=25912 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/25915/task/25921/stat : 25921 (java) S 25912 25915 23975 0 -1 4202560 137 0 0 0 16 2 0 0 20 0 19 0 30437123 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 139635874413480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25915/tid=25922] ppid=25912 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/25915/task/25922/stat : 25922 (java) S 25912 25915 23975 0 -1 4202560 181 0 0 0 20 3 0 0 20 0 19 0 30437123 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 139635873360936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25915/tid=25923] ppid=25912 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/25915/task/25923/stat : 25923 (java) S 25912 25915 23975 0 -1 4202560 149 0 0 0 16 4 0 0 20 0 19 0 30437123 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 139635872307368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25924] ppid=25912 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/25915/task/25924/stat : 25924 (java) S 25912 25915 23975 0 -1 4202560 210 0 0 0 18 4 0 0 20 0 19 0 30437123 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 139635871254824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25915/tid=25925] ppid=25912 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/25915/task/25925/stat : 25925 (java) S 25912 25915 23975 0 -1 4202560 228 0 0 0 18 4 0 0 20 0 19 0 30437123 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 139635870202280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25926] ppid=25912 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/25915/task/25926/stat : 25926 (java) S 25912 25915 23975 0 -1 4202560 212 0 0 0 15 2 0 0 20 0 19 0 30437123 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 139635869149736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25915/tid=25927] ppid=25912 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25915/task/25927/stat : 25927 (java) S 25912 25915 23975 0 -1 4202560 56 0 0 0 0 2 0 0 20 0 19 0 30437124 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 139635856738920 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25915/tid=25928] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25928/stat : 25928 (java) S 25912 25915 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30437124 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 139635855685240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25929] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25929/stat : 25929 (java) S 25912 25915 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30437124 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 139635854632584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25930] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25930/stat : 25930 (java) S 25912 25915 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437127 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 139635853581328 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25931] ppid=25912 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/25915/task/25931/stat : 25931 (java) S 25912 25915 23975 0 -1 4202560 2933 0 0 0 41 0 0 0 20 0 19 0 30437127 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 139635852527672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25932] ppid=25912 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/25915/task/25932/stat : 25932 (java) S 25912 25915 23975 0 -1 4202560 4014 0 0 0 42 0 0 0 20 0 19 0 30437127 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 139635851475128 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25915/tid=25933] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25933/stat : 25933 (java) S 25912 25915 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437127 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 139635850422776 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25915/tid=25934] ppid=25912 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/25915/task/25934/stat : 25934 (java) S 25912 25915 23975 0 -1 4202560 104 0 0 0 41 32 0 0 20 0 19 0 30437127 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 139635849370440 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25915/tid=25935] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25935/stat : 25935 (java) S 25912 25915 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30437166 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 139635848267048 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1784.58
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.32 2.24 2.19 4/213 26004
/proc/meminfo: memFree=29654216/32872528 swapFree=1392268/1580316
[pid=25915] ppid=25912 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/25915/stat : 25915 (java) S 25912 25915 23975 0 -1 4202496 12678 0 1 0 179956 52 0 0 20 0 19 0 30437121 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 140737296279760 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25915/statm: 2406260 89937 2285 9 0 2396937 0
[pid=25915/tid=25916] ppid=25912 vsize=9625040 CPUtime=1797.24 cores=0,2,4,6
/proc/25915/task/25916/stat : 25916 (java) R 25912 25915 23975 0 -1 4202560 2558 0 1 0 179692 32 0 0 20 0 19 0 30437122 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 139636032458528 139635904837343 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25915/tid=25919] ppid=25912 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/25915/task/25919/stat : 25919 (java) S 25912 25915 23975 0 -1 4202560 267 0 0 0 20 3 0 0 20 0 19 0 30437123 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 139635876518568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25920] ppid=25912 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/25915/task/25920/stat : 25920 (java) S 25912 25915 23975 0 -1 4202560 366 0 0 0 17 3 0 0 20 0 19 0 30437123 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 139635875466024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25921] ppid=25912 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/25915/task/25921/stat : 25921 (java) S 25912 25915 23975 0 -1 4202560 137 0 0 0 16 2 0 0 20 0 19 0 30437123 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 139635874413480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25915/tid=25922] ppid=25912 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/25915/task/25922/stat : 25922 (java) S 25912 25915 23975 0 -1 4202560 181 0 0 0 20 3 0 0 20 0 19 0 30437123 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 139635873360936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25915/tid=25923] ppid=25912 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/25915/task/25923/stat : 25923 (java) S 25912 25915 23975 0 -1 4202560 149 0 0 0 16 4 0 0 20 0 19 0 30437123 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 139635872307368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25924] ppid=25912 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/25915/task/25924/stat : 25924 (java) S 25912 25915 23975 0 -1 4202560 210 0 0 0 18 4 0 0 20 0 19 0 30437123 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 139635871254824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25915/tid=25925] ppid=25912 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/25915/task/25925/stat : 25925 (java) S 25912 25915 23975 0 -1 4202560 228 0 0 0 18 4 0 0 20 0 19 0 30437123 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 139635870202280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25926] ppid=25912 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/25915/task/25926/stat : 25926 (java) S 25912 25915 23975 0 -1 4202560 212 0 0 0 15 2 0 0 20 0 19 0 30437123 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 139635869149736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25915/tid=25927] ppid=25912 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25915/task/25927/stat : 25927 (java) S 25912 25915 23975 0 -1 4202560 56 0 0 0 0 2 0 0 20 0 19 0 30437124 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 139635856738920 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25915/tid=25928] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25928/stat : 25928 (java) S 25912 25915 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30437124 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 139635855685240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25929] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25929/stat : 25929 (java) S 25912 25915 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30437124 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 139635854632584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25930] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25930/stat : 25930 (java) S 25912 25915 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437127 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 139635853581328 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25931] ppid=25912 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/25915/task/25931/stat : 25931 (java) S 25912 25915 23975 0 -1 4202560 2933 0 0 0 41 0 0 0 20 0 19 0 30437127 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 139635852527672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25915/tid=25932] ppid=25912 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/25915/task/25932/stat : 25932 (java) S 25912 25915 23975 0 -1 4202560 4014 0 0 0 42 0 0 0 20 0 19 0 30437127 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 139635851475128 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25915/tid=25933] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25933/stat : 25933 (java) S 25912 25915 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30437127 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 139635850422776 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25915/tid=25934] ppid=25912 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/25915/task/25934/stat : 25934 (java) S 25912 25915 23975 0 -1 4202560 104 0 0 0 42 32 0 0 20 0 19 0 30437127 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 139635849370440 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25915/tid=25935] ppid=25912 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25915/task/25935/stat : 25935 (java) S 25912 25915 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30437166 9856040960 89937 33554432000 1073741824 1073778376 140737296288624 139635848267048 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 25915 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1797.84
CPU time (s): 1800.8
CPU user time (s): 1799.74
CPU system time (s): 1.05984
CPU usage (%): 100.165
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.74
system time used= 1.05984
maximum resident set size= 361220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12713
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38402
involuntary context switches= 6697

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.2443 second user time and 12.981 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-26 22:46:39
IDJOB=4116481
IDBENCH=109475
IDSOLVER=2546
FILE ID=node139/4116481-1466973999
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-size128-round23-3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116481-1466973999/watcher-4116481-1466973999 -o /tmp/evaluation-result-4116481-1466973999/solver-4116481-1466973999 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466956013-23991 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116481-1466973999.opb

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

MD5SUM BENCH= bc7e0afd9962eb31c6ef169bd78d3421
RANDOM SEED=163301140

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:        30317684 kB
Buffers:           44600 kB
Cached:           180320 kB
SwapCached:         2156 kB
Active:            80804 kB
Inactive:         184252 kB
Active(anon):      41368 kB
Inactive(anon):     1120 kB
Active(file):      39436 kB
Inactive(file):   183132 kB
Unevictable:     1580316 kB
Mlocked:         1392268 kB
SwapTotal:      67108856 kB
SwapFree:       67098796 kB
Dirty:              2332 kB
Writeback:             0 kB
AnonPages:       1553508 kB
Mapped:            15032 kB
Shmem:                 0 kB
Slab:             568584 kB
SReclaimable:      12480 kB
SUnreclaim:       556104 kB
KernelStack:        1584 kB
PageTables:         7388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2267920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 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 23:16:37