Trace number 4117137

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.54 1798.04

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size128-round23-1.opb
MD5SUM8454a7ec193f38c6498b6c74011c98b4
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4117137-1466975797.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  no objective function found
0.67/0.43	c ... done. Wall clock time 0.305s.
0.67/0.43	c declared #vars     4288
0.67/0.43	c #constraints  10816
0.67/0.43	c constraints type 
0.67/0.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.67/0.43	c org.sat4j.specs.Constr$1 => 904
0.67/0.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.67/0.43	c org.sat4j.minisat.constraints.cnf.UnitClause => 504
0.67/0.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.67/0.43	c 10816 constraints processed.
1.83/1.10	c cleaning 2479 clauses out of 4998 with flag 15538/5000
2.46/1.70	c cleaning 4239 clauses out of 8519 with flag 38130/11000
3.15/2.45	c cleaning 5628 clauses out of 11280 with flag 68217/18000
4.07/3.31	c cleaning 6813 clauses out of 13654 with flag 102403/26002
5.08/4.32	c cleaning 7899 clauses out of 15840 with flag 147399/35001
6.18/5.47	c cleaning 8958 clauses out of 17940 with flag 197207/45000
7.48/6.76	c cleaning 9982 clauses out of 19982 with flag 255559/56000
8.87/8.16	c cleaning 10957 clauses out of 22001 with flag 315556/68001
10.47/9.77	c cleaning 12003 clauses out of 24043 with flag 382943/81000
12.28/11.54	c cleaning 12975 clauses out of 26040 with flag 460619/95000
14.08/13.39	c cleaning 14028 clauses out of 28065 with flag 545226/110000
16.19/15.49	c cleaning 15006 clauses out of 30037 with flag 632321/126000
18.49/17.73	c cleaning 15984 clauses out of 32031 with flag 729203/143000
20.88/20.15	c cleaning 17013 clauses out of 34048 with flag 831641/161001
23.48/22.76	c cleaning 18016 clauses out of 36034 with flag 943257/180000
26.28/25.57	c cleaning 18971 clauses out of 38018 with flag 1057596/200000
29.29/28.54	c cleaning 19971 clauses out of 40047 with flag 1184408/221000
32.49/31.78	c cleaning 21011 clauses out of 42076 with flag 1314229/243000
35.99/35.23	c cleaning 22017 clauses out of 44065 with flag 1448400/266000
39.79/39.02	c cleaning 22978 clauses out of 46048 with flag 1588063/290000
43.69/42.91	c cleaning 23997 clauses out of 48071 with flag 1735167/315001
47.88/47.15	c cleaning 25002 clauses out of 50073 with flag 1893120/341000
52.18/51.45	c cleaning 25987 clauses out of 52074 with flag 2055807/368003
56.62/55.80	c cleaning 27021 clauses out of 54084 with flag 2226779/396000
60.92/60.15	c cleaning 28017 clauses out of 56064 with flag 2400625/425001
65.42/64.66	c cleaning 29019 clauses out of 58048 with flag 2582326/455002
70.23/69.44	c cleaning 29958 clauses out of 60028 with flag 2768398/486001
75.22/74.47	c cleaning 31026 clauses out of 62070 with flag 2963601/518001
80.52/79.75	c cleaning 31981 clauses out of 64044 with flag 3167012/551001
86.22/85.49	c cleaning 32989 clauses out of 66062 with flag 3369463/585000
91.92/91.15	c cleaning 34006 clauses out of 68073 with flag 3582634/620000
97.92/97.18	c cleaning 35001 clauses out of 70067 with flag 3799418/656000
104.22/103.41	c cleaning 36005 clauses out of 72066 with flag 4023722/693000
110.83/110.04	c cleaning 36966 clauses out of 74063 with flag 4252264/731002
117.53/116.78	c cleaning 38027 clauses out of 76095 with flag 4491595/770000
124.83/124.01	c cleaning 39021 clauses out of 78068 with flag 4735492/810000
132.63/131.87	c cleaning 40009 clauses out of 80048 with flag 4987113/851001
140.65/139.81	c cleaning 41012 clauses out of 82040 with flag 5247346/893002
148.37/147.53	c cleaning 42005 clauses out of 84026 with flag 5514751/936000
156.36/155.50	c cleaning 42976 clauses out of 86021 with flag 5785628/980000
164.56/163.73	c cleaning 44003 clauses out of 88045 with flag 6063846/1025000
173.26/172.40	c cleaning 44958 clauses out of 90043 with flag 6349796/1071001
182.26/181.50	c cleaning 46001 clauses out of 92084 with flag 6640138/1118000
191.67/190.83	c cleaning 47007 clauses out of 94083 with flag 6933868/1166000
201.27/200.48	c cleaning 48006 clauses out of 96077 with flag 7235044/1215001
211.17/210.37	c cleaning 48962 clauses out of 98070 with flag 7544457/1265000
221.77/220.97	c cleaning 50042 clauses out of 100108 with flag 7861744/1316000
232.67/231.83	c cleaning 50990 clauses out of 102066 with flag 8178435/1368000
243.93/243.01	c cleaning 52011 clauses out of 104076 with flag 8505791/1421000
254.94/254.10	c cleaning 52996 clauses out of 106066 with flag 8833526/1475001
266.44/265.52	c cleaning 54002 clauses out of 108069 with flag 9172579/1530000
278.25/277.39	c cleaning 55006 clauses out of 110067 with flag 9518379/1586000
290.64/289.70	c cleaning 56024 clauses out of 112061 with flag 9871877/1643000
303.15/302.25	c cleaning 57005 clauses out of 114038 with flag 10228635/1701001
316.35/315.47	c cleaning 58004 clauses out of 116032 with flag 10588411/1760000
330.06/329.11	c cleaning 59005 clauses out of 118028 with flag 10952905/1820000
344.27/343.39	c cleaning 60000 clauses out of 120023 with flag 11322371/1881000
358.12/357.16	c cleaning 61002 clauses out of 122023 with flag 11699979/1943000
372.21/371.29	c cleaning 61980 clauses out of 124021 with flag 12083265/2006000
387.22/386.27	c cleaning 63012 clauses out of 126043 with flag 12473924/2070002
402.81/401.81	c cleaning 63971 clauses out of 128030 with flag 12867612/2135001
418.22/417.28	c cleaning 65022 clauses out of 130058 with flag 13268505/2201000
434.23/433.30	c cleaning 66000 clauses out of 132036 with flag 13675210/2268000
451.13/450.18	c cleaning 66995 clauses out of 134037 with flag 14091748/2336001
468.13/467.19	c cleaning 67988 clauses out of 136042 with flag 14508103/2405001
485.17/484.17	c cleaning 69007 clauses out of 138053 with flag 14932800/2475000
502.36/501.38	c cleaning 70018 clauses out of 140046 with flag 15355888/2546000
520.46/519.44	c cleaning 70990 clauses out of 142028 with flag 15787559/2618000
538.87/537.82	c cleaning 71975 clauses out of 144038 with flag 16230949/2691000
557.27/556.28	c cleaning 73000 clauses out of 146064 with flag 16679617/2765001
576.58/575.56	c cleaning 74009 clauses out of 148066 with flag 17133718/2840003
596.53/595.46	c cleaning 75019 clauses out of 150054 with flag 17592833/2916000
616.53/615.47	c cleaning 76006 clauses out of 152035 with flag 18060220/2993000
637.72/636.60	c cleaning 76968 clauses out of 154029 with flag 18530645/3071000
659.22/658.19	c cleaning 77972 clauses out of 156061 with flag 19007440/3150000
681.51/680.50	c cleaning 79028 clauses out of 158089 with flag 19486833/3230000
703.61/702.55	c cleaning 80008 clauses out of 160061 with flag 19981694/3311000
726.65/725.50	c cleaning 81011 clauses out of 162053 with flag 20476984/3393000
749.74/748.65	c cleaning 82017 clauses out of 164042 with flag 20976241/3476000
774.15/773.06	c cleaning 83012 clauses out of 166025 with flag 21481487/3560000
798.74/797.62	c cleaning 83971 clauses out of 168015 with flag 21992952/3645002
824.34/823.24	c cleaning 85009 clauses out of 170042 with flag 22506366/3731000
850.21/849.01	c cleaning 86009 clauses out of 172033 with flag 23027778/3818000
876.51/875.40	c cleaning 86986 clauses out of 174027 with flag 23555060/3906003
903.41/902.29	c cleaning 87971 clauses out of 176038 with flag 24093492/3995000
931.01/929.83	c cleaning 89017 clauses out of 178068 with flag 24630621/4085001
959.01/957.81	c cleaning 90001 clauses out of 180050 with flag 25174259/4176000
988.00/986.77	c cleaning 90986 clauses out of 182049 with flag 25726628/4268000
1016.62/1015.34	c cleaning 92013 clauses out of 184063 with flag 26282970/4361000
1045.51/1044.26	c cleaning 93001 clauses out of 186050 with flag 26844749/4455000
1075.52/1074.26	c cleaning 94002 clauses out of 188049 with flag 27410110/4550000
1106.13/1104.79	c cleaning 95009 clauses out of 190047 with flag 27984073/4646000
1137.63/1136.22	c cleaning 95984 clauses out of 192038 with flag 28559479/4743000
1169.25/1167.83	c cleaning 97014 clauses out of 194054 with flag 29142629/4841000
1201.86/1200.42	c cleaning 98004 clauses out of 196042 with flag 29743475/4940002
1235.36/1233.87	c cleaning 98981 clauses out of 198036 with flag 30335407/5040000
1269.16/1267.68	c cleaning 99995 clauses out of 200055 with flag 30942574/5141000
1303.67/1302.16	c cleaning 101014 clauses out of 202060 with flag 31544962/5243000
1338.57/1337.06	c cleaning 101965 clauses out of 204046 with flag 32155489/5346000
1374.29/1372.61	c cleaning 103013 clauses out of 206081 with flag 32776225/5450000
1410.29/1408.63	c cleaning 103961 clauses out of 208068 with flag 33404354/5555000
1447.40/1445.75	c cleaning 105015 clauses out of 210108 with flag 34030713/5661001
1484.32/1482.54	c cleaning 106001 clauses out of 212093 with flag 34670488/5768001
1522.33/1520.51	c cleaning 106995 clauses out of 214091 with flag 35312997/5876000
1562.24/1560.42	c cleaning 107994 clauses out of 216096 with flag 35958032/5985000
1601.54/1599.74	c cleaning 109023 clauses out of 218102 with flag 36609095/6095000
1642.31/1640.48	c cleaning 110026 clauses out of 220079 with flag 37265102/6206000
1684.33/1682.49	c cleaning 111013 clauses out of 222055 with flag 37931224/6318002
1726.65/1724.76	c cleaning 112007 clauses out of 224041 with flag 38602111/6431001
1769.10/1767.15	c cleaning 112971 clauses out of 226033 with flag 39278261/6545000
1800.00/1798.00	c starts		: 51865
1800.00/1798.00	c conflicts		: 6634012
1800.00/1798.00	c decisions		: 58462443
1800.00/1798.00	c propagations		: 878097225
1800.00/1798.00	c inspects		: 24530144193
1800.00/1798.00	c shortcuts		: 0
1800.00/1798.00	c learnt literals	: 2
1800.00/1798.00	c learnt binary clauses	: 49
1800.00/1798.00	c learnt ternary clauses	: 835
1800.00/1798.00	c learnt constraints	: 6634010
1800.00/1798.00	c ignored constraints	: 0
1800.00/1798.00	c root simplifications	: 0
1800.00/1798.00	c removed literals (reason simplification)	: 0
1800.00/1798.00	c reason swapping (by a shorter reason)	: 0
1800.00/1798.00	c Calls to reduceDB	: 110
1800.00/1798.00	c Number of update (reduction) of LBD	: 1423699
1800.00/1798.00	c Imported unit clauses	: 0
1800.00/1798.00	c number of reductions to clauses (during analyze)	: 0
1800.00/1798.00	c number of learned constraints concerned by reduction	: 0
1800.00/1798.00	c number of learning phase by resolution	: 0
1800.00/1798.00	c number of learning phase by cutting planes	: 0
1800.00/1798.00	c speed (assignments/second)	: 488491.79836312175
1800.00/1798.00	c non guided choices	27343
1800.00/1798.00	c timeout
1800.00/1798.03	c learnt constraints type 
1800.00/1798.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 49
1800.00/1798.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 202025
1800.00/1798.03	s UNKNOWN
1800.00/1798.03	c Total wall clock time (in seconds): 1797.909

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

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

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


[startup+0 s]
/proc/loadavg: 2.32 2.24 2.19 2/170 26059
/proc/meminfo: memFree=30355724/32872528 swapFree=1392268/1580316
[pid=26059] ppid=26056 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/26059/stat : 26059 (java) D 26056 26059 23975 0 -1 4202496 319 0 0 0 0 0 0 0 20 0 1 0 30616919 9515008 176 33554432000 1073741824 1073778376 140733458591760 140733458574488 248790205328 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/26059/statm: 2323 176 133 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 2.32 2.24 2.19 2/170 26059
/proc/meminfo: memFree=30355724/32872528 swapFree=1392268/1580316
[pid=26059] ppid=26056 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/26059/stat : 26059 (java) S 26056 26059 23975 0 -1 4202496 4382 0 1 0 7 1 0 0 20 0 18 0 30616919 9787879424 5479 33554432000 1073741824 1073778376 140735595803392 140735595794528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26059/statm: 2389619 5479 2110 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.20021 s]
/proc/loadavg: 2.32 2.24 2.19 2/170 26059
/proc/meminfo: memFree=30355724/32872528 swapFree=1392268/1580316
[pid=26059] ppid=26056 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/26059/stat : 26059 (java) S 26056 26059 23975 0 -1 4202496 4693 0 1 0 23 1 0 0 20 0 18 0 30616919 9787879424 6778 33554432000 1073741824 1073778376 140735595803392 140735595794528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26059/statm: 2389619 6778 2211 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300223 s]
/proc/loadavg: 2.32 2.24 2.19 2/170 26059
/proc/meminfo: memFree=30355724/32872528 swapFree=1392268/1580316
[pid=26059] ppid=26056 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/26059/stat : 26059 (java) S 26056 26059 23975 0 -1 4202496 5723 0 1 0 45 1 0 0 20 0 18 0 30616919 9787879424 8497 33554432000 1073741824 1073778376 140735595803392 140735595794528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26059/statm: 2389619 8460 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.70026 s]
/proc/loadavg: 2.32 2.24 2.19 2/170 26059
/proc/meminfo: memFree=30355724/32872528 swapFree=1392268/1580316
[pid=26059] ppid=26056 vsize=9625040 CPUtime=1.34 cores=1,3,5,7
/proc/26059/stat : 26059 (java) S 26056 26059 23975 0 -1 4202496 8457 0 1 0 132 2 0 0 20 0 19 0 30616919 9856040960 15725 33554432000 1073741824 1073778376 140735595803392 140735595794528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26059/statm: 2406260 15725 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.32 2.24 2.19 6/212 26134
/proc/meminfo: memFree=30245320/32872528 swapFree=1392268/1580316
[pid=26059] ppid=26056 vsize=9625040 CPUtime=2.24 cores=1,3,5,7
/proc/26059/stat : 26059 (java) S 26056 26059 23975 0 -1 4202496 9497 0 1 0 222 2 0 0 20 0 19 0 30616919 9856040960 16275 33554432000 1073741824 1073778376 140735595803392 140735595794528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26059/statm: 2406260 16275 2270 9 0 2396937 0
[pid=26059/tid=26061] ppid=26056 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/26059/task/26061/stat : 26061 (java) R 26056 26059 23975 0 -1 4202560 2432 0 1 0 144 1 0 0 20 0 19 0 30616920 9856040960 16275 33554432000 1073741824 1073778376 140735595803392 139646592172312 139646449838207 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26062] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26062/stat : 26062 (java) S 26056 26059 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616922 9856040960 16275 33554432000 1073741824 1073778376 140735595803392 139646570273448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26063] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26063/stat : 26063 (java) S 26056 26059 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616922 9856040960 16275 33554432000 1073741824 1073778376 140735595803392 139646569220904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26059/tid=26064] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26064/stat : 26064 (java) S 26056 26059 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616922 9856040960 16275 33554432000 1073741824 1073778376 140735595803392 139646568168360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26059/tid=26065] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26065/stat : 26065 (java) S 26056 26059 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616922 9856040960 16275 33554432000 1073741824 1073778376 140735595803392 139646231112744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26066] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26066/stat : 26066 (java) S 26056 26059 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616922 9856040960 16275 33554432000 1073741824 1073778376 140735595803392 139646230059176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26059/tid=26067] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26067/stat : 26067 (java) S 26056 26059 23975 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30616922 9856040960 16275 33554432000 1073741824 1073778376 140735595803392 139646229006632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26059/tid=26068] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26068/stat : 26068 (java) S 26056 26059 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616922 9856040960 16275 33554432000 1073741824 1073778376 140735595803392 139646227954088 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26059/tid=26069] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26069/stat : 26069 (java) S 26056 26059 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30616922 9856040960 16275 33554432000 1073741824 1073778376 140735595803392 139646226901544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26070] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26070/stat : 26070 (java) S 26056 26059 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30616923 9856040960 16275 33554432000 1073741824 1073778376 140735595803392 139646214703720 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26059/tid=26071] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26071/stat : 26071 (java) S 26056 26059 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30616923 9856040960 16275 33554432000 1073741824 1073778376 140735595803392 139646213650040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26072] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26072/stat : 26072 (java) S 26056 26059 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30616923 9856040960 16275 33554432000 1073741824 1073778376 140735595803392 139646212597384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26073] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26073/stat : 26073 (java) S 26056 26059 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616926 9856040960 16275 33554432000 1073741824 1073778376 140735595803392 139646211546128 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26074] ppid=26056 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/26059/task/26074/stat : 26074 (java) S 26056 26059 23975 0 -1 4202560 3634 0 0 0 40 0 0 0 20 0 19 0 30616926 9856040960 16275 33554432000 1073741824 1073778376 140735595803392 139646210492472 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26075] ppid=26056 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/26059/task/26075/stat : 26075 (java) S 26056 26059 23975 0 -1 4202560 2152 0 0 0 35 0 0 0 20 0 19 0 30616926 9856040960 16275 33554432000 1073741824 1073778376 140735595803392 139646209439928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26059/tid=26076] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26076/stat : 26076 (java) S 26056 26059 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616926 9856040960 16275 33554432000 1073741824 1073778376 140735595803392 139646208387576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26059/tid=26077] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26077/stat : 26077 (java) S 26056 26059 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616926 9856040960 16275 33554432000 1073741824 1073778376 140735595803392 139646207335240 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26059/tid=26133] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26133/stat : 26133 (java) S 26056 26059 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30616963 9856040960 16275 33554432000 1073741824 1073778376 140735595803392 139646206182696 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.30 2.23 2.19 3/213 26135
/proc/meminfo: memFree=30238416/32872528 swapFree=1392268/1580316
[pid=26059] ppid=26056 vsize=9625040 CPUtime=3.87 cores=1,3,5,7
/proc/26059/stat : 26059 (java) S 26056 26059 23975 0 -1 4202496 9500 0 1 0 385 2 0 0 20 0 19 0 30616919 9856040960 17299 33554432000 1073741824 1073778376 140735595803392 140735595794528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26059/statm: 2406260 17299 2270 9 0 2396937 0
[pid=26059/tid=26061] ppid=26056 vsize=9625040 CPUtime=3.03 cores=1,3,5,7
/proc/26059/task/26061/stat : 26061 (java) R 26056 26059 23975 0 -1 4202560 2435 0 1 0 302 1 0 0 20 0 19 0 30616920 9856040960 17299 33554432000 1073741824 1073778376 140735595803392 139646592172392 139646449966722 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=26059/tid=26062] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26062/stat : 26062 (java) S 26056 26059 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616922 9856040960 17299 33554432000 1073741824 1073778376 140735595803392 139646570273448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26063] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26063/stat : 26063 (java) S 26056 26059 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616922 9856040960 17299 33554432000 1073741824 1073778376 140735595803392 139646569220904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26059/tid=26064] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26064/stat : 26064 (java) S 26056 26059 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616922 9856040960 17299 33554432000 1073741824 1073778376 140735595803392 139646568168360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26059/tid=26065] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26065/stat : 26065 (java) S 26056 26059 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616922 9856040960 17299 33554432000 1073741824 1073778376 140735595803392 139646231112744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26066] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26066/stat : 26066 (java) S 26056 26059 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616922 9856040960 17299 33554432000 1073741824 1073778376 140735595803392 139646230059176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26059/tid=26067] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26067/stat : 26067 (java) S 26056 26059 23975 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30616922 9856040960 17299 33554432000 1073741824 1073778376 140735595803392 139646229006632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26059/tid=26068] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26068/stat : 26068 (java) S 26056 26059 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616922 9856040960 17299 33554432000 1073741824 1073778376 140735595803392 139646227954088 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26059/tid=26069] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26069/stat : 26069 (java) S 26056 26059 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30616922 9856040960 17299 33554432000 1073741824 1073778376 140735595803392 139646226901544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26070] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26070/stat : 26070 (java) S 26056 26059 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30616923 9856040960 17299 33554432000 1073741824 1073778376 140735595803392 139646214703720 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26059/tid=26071] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26071/stat : 26071 (java) S 26056 26059 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30616923 9856040960 17299 33554432000 1073741824 1073778376 140735595803392 139646213650040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26072] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26072/stat : 26072 (java) S 26056 26059 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30616923 9856040960 17299 33554432000 1073741824 1073778376 140735595803392 139646212597384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26073] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26073/stat : 26073 (java) S 26056 26059 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616926 9856040960 17299 33554432000 1073741824 1073778376 140735595803392 139646211546128 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26074] ppid=26056 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/26059/task/26074/stat : 26074 (java) S 26056 26059 23975 0 -1 4202560 3634 0 0 0 42 0 0 0 20 0 19 0 30616926 9856040960 17299 33554432000 1073741824 1073778376 140735595803392 139646210492472 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26075] ppid=26056 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/26059/task/26075/stat : 26075 (java) S 26056 26059 23975 0 -1 4202560 2152 0 0 0 37 0 0 0 20 0 19 0 30616926 9856040960 17299 33554432000 1073741824 1073778376 140735595803392 139646209439928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26059/tid=26076] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26076/stat : 26076 (java) S 26056 26059 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616926 9856040960 17299 33554432000 1073741824 1073778376 140735595803392 139646208387576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26059/tid=26077] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26077/stat : 26077 (java) S 26056 26059 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616926 9856040960 17299 33554432000 1073741824 1073778376 140735595803392 139646207335240 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26059/tid=26133] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26133/stat : 26133 (java) S 26056 26059 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30616963 9856040960 17299 33554432000 1073741824 1073778376 140735595803392 139646206182696 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 2.30 2.23 2.19 3/213 26135
/proc/meminfo: memFree=30219996/32872528 swapFree=1392268/1580316
[pid=26059] ppid=26056 vsize=9625040 CPUtime=7.08 cores=1,3,5,7
/proc/26059/stat : 26059 (java) S 26056 26059 23975 0 -1 4202496 9506 0 1 0 705 3 0 0 20 0 19 0 30616919 9856040960 19097 33554432000 1073741824 1073778376 140735595803392 140735595794528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26059/statm: 2406260 19097 2271 9 0 2396937 0
[pid=26059/tid=26061] ppid=26056 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/26059/task/26061/stat : 26061 (java) R 26056 26059 23975 0 -1 4202560 2440 0 1 0 621 2 0 0 20 0 19 0 30616920 9856040960 19097 33554432000 1073741824 1073778376 140735595803392 139646592172304 139646449828318 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26059/tid=26062] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26062/stat : 26062 (java) S 26056 26059 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616922 9856040960 19097 33554432000 1073741824 1073778376 140735595803392 139646570273448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26063] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26063/stat : 26063 (java) S 26056 26059 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616922 9856040960 19097 33554432000 1073741824 1073778376 140735595803392 139646569220904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26059/tid=26064] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26064/stat : 26064 (java) S 26056 26059 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616922 9856040960 19097 33554432000 1073741824 1073778376 140735595803392 139646568168360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26059/tid=26065] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26065/stat : 26065 (java) S 26056 26059 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616922 9856040960 19097 33554432000 1073741824 1073778376 140735595803392 139646231112744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26066] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26066/stat : 26066 (java) S 26056 26059 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616922 9856040960 19097 33554432000 1073741824 1073778376 140735595803392 139646230059176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26059/tid=26067] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26067/stat : 26067 (java) S 26056 26059 23975 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30616922 9856040960 19097 33554432000 1073741824 1073778376 140735595803392 139646229006632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26059/tid=26068] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26068/stat : 26068 (java) S 26056 26059 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616922 9856040960 19097 33554432000 1073741824 1073778376 140735595803392 139646227954088 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26059/tid=26069] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26069/stat : 26069 (java) S 26056 26059 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30616922 9856040960 19097 33554432000 1073741824 1073778376 140735595803392 139646226901544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26070] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26070/stat : 26070 (java) S 26056 26059 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30616923 9856040960 19097 33554432000 1073741824 1073778376 140735595803392 139646214703720 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26059/tid=26071] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26071/stat : 26071 (java) S 26056 26059 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30616923 9856040960 19097 33554432000 1073741824 1073778376 140735595803392 139646213650040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26072] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26072/stat : 26072 (java) S 26056 26059 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30616923 9856040960 19097 33554432000 1073741824 1073778376 140735595803392 139646212597384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26073] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26073/stat : 26073 (java) S 26056 26059 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616926 9856040960 19097 33554432000 1073741824 1073778376 140735595803392 139646211546128 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26074] ppid=26056 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/26059/task/26074/stat : 26074 (java) S 26056 26059 23975 0 -1 4202560 3634 0 0 0 42 0 0 0 20 0 19 0 30616926 9856040960 19097 33554432000 1073741824 1073778376 140735595803392 139646210492472 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26075] ppid=26056 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/26059/task/26075/stat : 26075 (java) S 26056 26059 23975 0 -1 4202560 2152 0 0 0 38 0 0 0 20 0 19 0 30616926 9856040960 19097 33554432000 1073741824 1073778376 140735595803392 139646209439928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26059/tid=26076] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26076/stat : 26076 (java) S 26056 26059 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616926 9856040960 19097 33554432000 1073741824 1073778376 140735595803392 139646208387576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26059/tid=26077] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26077/stat : 26077 (java) S 26056 26059 23975 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30616926 9856040960 19097 33554432000 1073741824 1073778376 140735595803392 139646207335240 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26059/tid=26133] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26133/stat : 26133 (java) S 26056 26059 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30616963 9856040960 19097 33554432000 1073741824 1073778376 140735595803392 139646206182696 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.08
Current children cumulated vsize (KiB) 9625040


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

[pid=26059/tid=26071] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26071/stat : 26071 (java) S 26056 26059 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30616923 9856040960 85491 33554432000 1073741824 1073778376 140735595803392 139646213650040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26072] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26072/stat : 26072 (java) S 26056 26059 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30616923 9856040960 85491 33554432000 1073741824 1073778376 140735595803392 139646212597384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26059/tid=26073] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26073/stat : 26073 (java) S 26056 26059 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616926 9856040960 85491 33554432000 1073741824 1073778376 140735595803392 139646211546128 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26074] ppid=26056 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/26059/task/26074/stat : 26074 (java) S 26056 26059 23975 0 -1 4202560 3634 0 0 0 42 0 0 0 20 0 19 0 30616926 9856040960 85491 33554432000 1073741824 1073778376 140735595803392 139646210492472 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26075] ppid=26056 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/26059/task/26075/stat : 26075 (java) S 26056 26059 23975 0 -1 4202560 2488 0 0 0 42 0 0 0 20 0 19 0 30616926 9856040960 85491 33554432000 1073741824 1073778376 140735595803392 139646209439928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26059/tid=26076] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26076/stat : 26076 (java) S 26056 26059 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616926 9856040960 85491 33554432000 1073741824 1073778376 140735595803392 139646208387576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26059/tid=26077] ppid=26056 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/26059/task/26077/stat : 26077 (java) S 26056 26059 23975 0 -1 4202560 98 0 0 0 29 37 0 0 20 0 19 0 30616926 9856040960 85491 33554432000 1073741824 1073778376 140735595803392 139646207335240 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26059/tid=26133] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26133/stat : 26133 (java) S 26056 26059 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30616963 9856040960 85491 33554432000 1073741824 1073778376 140735595803392 139646206182696 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1664.22
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.18 2.19 2.18 3/213 26177
/proc/meminfo: memFree=29673568/32872528 swapFree=1392268/1580316
[pid=26059] ppid=26056 vsize=9625040 CPUtime=1724.24 cores=1,3,5,7
/proc/26059/stat : 26059 (java) S 26056 26059 23975 0 -1 4202496 10746 0 1 0 172363 61 0 0 20 0 19 0 30616919 9856040960 85491 33554432000 1073741824 1073778376 140735595803392 140735595794528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26059/statm: 2406260 85491 2285 9 0 2396937 0
[pid=26059/tid=26061] ppid=26056 vsize=9625040 CPUtime=1721.77 cores=1,3,5,7
/proc/26059/task/26061/stat : 26061 (java) R 26056 26059 23975 0 -1 4202560 2496 0 1 0 172145 32 0 0 20 0 19 0 30616920 9856040960 85491 33554432000 1073741824 1073778376 140735595803392 139646592163616 139646449883530 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26062] ppid=26056 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/26059/task/26062/stat : 26062 (java) S 26056 26059 23975 0 -1 4202560 124 0 0 0 8 2 0 0 20 0 19 0 30616922 9856040960 85491 33554432000 1073741824 1073778376 140735595803392 139646570273448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26059/tid=26063] ppid=26056 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/26059/task/26063/stat : 26063 (java) S 26056 26059 23975 0 -1 4202560 122 0 0 0 12 2 0 0 20 0 19 0 30616922 9856040960 85491 33554432000 1073741824 1073778376 140735595803392 139646569220904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26059/tid=26064] ppid=26056 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/26059/task/26064/stat : 26064 (java) S 26056 26059 23975 0 -1 4202560 48 0 0 0 11 2 0 0 20 0 19 0 30616922 9856040960 85491 33554432000 1073741824 1073778376 140735595803392 139646568168360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26059/tid=26065] ppid=26056 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/26059/task/26065/stat : 26065 (java) S 26056 26059 23975 0 -1 4202560 36 0 0 0 12 2 0 0 20 0 19 0 30616922 9856040960 85491 33554432000 1073741824 1073778376 140735595803392 139646231112744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26059/tid=26066] ppid=26056 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/26059/task/26066/stat : 26066 (java) S 26056 26059 23975 0 -1 4202560 139 0 0 0 21 3 0 0 20 0 19 0 30616922 9856040960 85491 33554432000 1073741824 1073778376 140735595803392 139646230059176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26059/tid=26067] ppid=26056 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/26059/task/26067/stat : 26067 (java) S 26056 26059 23975 0 -1 4202560 68 0 0 0 11 2 0 0 20 0 19 0 30616922 9856040960 85491 33554432000 1073741824 1073778376 140735595803392 139646229006632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26068] ppid=26056 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/26059/task/26068/stat : 26068 (java) S 26056 26059 23975 0 -1 4202560 65 0 0 0 13 2 0 0 20 0 19 0 30616922 9856040960 85491 33554432000 1073741824 1073778376 140735595803392 139646227954088 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26059/tid=26069] ppid=26056 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/26059/task/26069/stat : 26069 (java) S 26056 26059 23975 0 -1 4202560 109 0 0 0 9 2 0 0 20 0 19 0 30616922 9856040960 85491 33554432000 1073741824 1073778376 140735595803392 139646226901544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26059/tid=26070] ppid=26056 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/26059/task/26070/stat : 26070 (java) S 26056 26059 23975 0 -1 4202560 53 0 0 0 1 1 0 0 20 0 19 0 30616923 9856040960 85491 33554432000 1073741824 1073778376 140735595803392 139646214703720 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26059/tid=26071] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26071/stat : 26071 (java) S 26056 26059 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30616923 9856040960 85491 33554432000 1073741824 1073778376 140735595803392 139646213650040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26072] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26072/stat : 26072 (java) S 26056 26059 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30616923 9856040960 85491 33554432000 1073741824 1073778376 140735595803392 139646212597384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26059/tid=26073] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26073/stat : 26073 (java) S 26056 26059 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616926 9856040960 85491 33554432000 1073741824 1073778376 140735595803392 139646211546128 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26074] ppid=26056 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/26059/task/26074/stat : 26074 (java) S 26056 26059 23975 0 -1 4202560 3634 0 0 0 42 0 0 0 20 0 19 0 30616926 9856040960 85491 33554432000 1073741824 1073778376 140735595803392 139646210492472 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26075] ppid=26056 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/26059/task/26075/stat : 26075 (java) S 26056 26059 23975 0 -1 4202560 2488 0 0 0 42 0 0 0 20 0 19 0 30616926 9856040960 85491 33554432000 1073741824 1073778376 140735595803392 139646209439928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26059/tid=26076] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26076/stat : 26076 (java) S 26056 26059 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616926 9856040960 85491 33554432000 1073741824 1073778376 140735595803392 139646208387576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26059/tid=26077] ppid=26056 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/26059/task/26077/stat : 26077 (java) S 26056 26059 23975 0 -1 4202560 100 0 0 0 30 39 0 0 20 0 19 0 30616926 9856040960 85491 33554432000 1073741824 1073778376 140735595803392 139646207335240 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26059/tid=26133] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26133/stat : 26133 (java) S 26056 26059 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30616963 9856040960 85491 33554432000 1073741824 1073778376 140735595803392 139646206182696 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1724.24
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.12 2.17 2.17 3/213 26178
/proc/meminfo: memFree=29666032/32872528 swapFree=1392268/1580316
[pid=26059] ppid=26056 vsize=9625040 CPUtime=1784.3 cores=1,3,5,7
/proc/26059/stat : 26059 (java) S 26056 26059 23975 0 -1 4202496 10779 0 1 0 178366 64 0 0 20 0 19 0 30616919 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 140735595794528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26059/statm: 2406260 87287 2285 9 0 2396937 0
[pid=26059/tid=26061] ppid=26056 vsize=9625040 CPUtime=1781.71 cores=1,3,5,7
/proc/26059/task/26061/stat : 26061 (java) R 26056 26059 23975 0 -1 4202560 2497 0 1 0 178138 33 0 0 20 0 19 0 30616920 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 139646592163616 139646449883530 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26059/tid=26062] ppid=26056 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/26059/task/26062/stat : 26062 (java) S 26056 26059 23975 0 -1 4202560 132 0 0 0 9 2 0 0 20 0 19 0 30616922 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 139646570273448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26063] ppid=26056 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/26059/task/26063/stat : 26063 (java) S 26056 26059 23975 0 -1 4202560 122 0 0 0 12 3 0 0 20 0 19 0 30616922 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 139646569220904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26059/tid=26064] ppid=26056 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/26059/task/26064/stat : 26064 (java) S 26056 26059 23975 0 -1 4202560 49 0 0 0 12 2 0 0 20 0 19 0 30616922 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 139646568168360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26059/tid=26065] ppid=26056 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/26059/task/26065/stat : 26065 (java) S 26056 26059 23975 0 -1 4202560 40 0 0 0 14 2 0 0 20 0 19 0 30616922 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 139646231112744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26066] ppid=26056 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/26059/task/26066/stat : 26066 (java) S 26056 26059 23975 0 -1 4202560 142 0 0 0 21 4 0 0 20 0 19 0 30616922 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 139646230059176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26059/tid=26067] ppid=26056 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/26059/task/26067/stat : 26067 (java) S 26056 26059 23975 0 -1 4202560 75 0 0 0 12 3 0 0 20 0 19 0 30616922 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 139646229006632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26068] ppid=26056 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/26059/task/26068/stat : 26068 (java) S 26056 26059 23975 0 -1 4202560 66 0 0 0 14 2 0 0 20 0 19 0 30616922 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 139646227954088 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26059/tid=26069] ppid=26056 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/26059/task/26069/stat : 26069 (java) S 26056 26059 23975 0 -1 4202560 111 0 0 0 9 3 0 0 20 0 19 0 30616922 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 139646226901544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26059/tid=26070] ppid=26056 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/26059/task/26070/stat : 26070 (java) S 26056 26059 23975 0 -1 4202560 55 0 0 0 1 1 0 0 20 0 19 0 30616923 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 139646214703720 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26059/tid=26071] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26071/stat : 26071 (java) S 26056 26059 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30616923 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 139646213650040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26072] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26072/stat : 26072 (java) S 26056 26059 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30616923 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 139646212597384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26059/tid=26073] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26073/stat : 26073 (java) S 26056 26059 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616926 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 139646211546128 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26074] ppid=26056 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/26059/task/26074/stat : 26074 (java) S 26056 26059 23975 0 -1 4202560 3634 0 0 0 42 0 0 0 20 0 19 0 30616926 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 139646210492472 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26075] ppid=26056 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/26059/task/26075/stat : 26075 (java) S 26056 26059 23975 0 -1 4202560 2488 0 0 0 42 0 0 0 20 0 19 0 30616926 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 139646209439928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26059/tid=26076] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26076/stat : 26076 (java) S 26056 26059 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616926 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 139646208387576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26059/tid=26077] ppid=26056 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/26059/task/26077/stat : 26077 (java) S 26056 26059 23975 0 -1 4202560 104 0 0 0 30 40 0 0 20 0 19 0 30616926 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 139646207335240 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26059/tid=26133] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26133/stat : 26133 (java) S 26056 26059 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30616963 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 139646206182696 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1784.3
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798 s]
/proc/loadavg: 2.23 2.19 2.18 4/213 26178
/proc/meminfo: memFree=29666164/32872528 swapFree=1392268/1580316
[pid=26059] ppid=26056 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/26059/stat : 26059 (java) S 26056 26059 23975 0 -1 4202496 10779 0 1 0 179935 65 0 0 20 0 19 0 30616919 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 140735595794528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26059/statm: 2406260 87287 2285 9 0 2396937 0
[pid=26059/tid=26061] ppid=26056 vsize=9625040 CPUtime=1797.41 cores=1,3,5,7
/proc/26059/task/26061/stat : 26061 (java) R 26056 26059 23975 0 -1 4202560 2497 0 1 0 179708 33 0 0 20 0 19 0 30616920 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 139646592163616 139646449883441 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26059/tid=26062] ppid=26056 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/26059/task/26062/stat : 26062 (java) S 26056 26059 23975 0 -1 4202560 132 0 0 0 9 2 0 0 20 0 19 0 30616922 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 139646570273448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26063] ppid=26056 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/26059/task/26063/stat : 26063 (java) S 26056 26059 23975 0 -1 4202560 122 0 0 0 12 3 0 0 20 0 19 0 30616922 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 139646569220904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26059/tid=26064] ppid=26056 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/26059/task/26064/stat : 26064 (java) S 26056 26059 23975 0 -1 4202560 49 0 0 0 12 2 0 0 20 0 19 0 30616922 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 139646568168360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26059/tid=26065] ppid=26056 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/26059/task/26065/stat : 26065 (java) S 26056 26059 23975 0 -1 4202560 40 0 0 0 14 2 0 0 20 0 19 0 30616922 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 139646231112744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26066] ppid=26056 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/26059/task/26066/stat : 26066 (java) S 26056 26059 23975 0 -1 4202560 142 0 0 0 21 4 0 0 20 0 19 0 30616922 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 139646230059176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26059/tid=26067] ppid=26056 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/26059/task/26067/stat : 26067 (java) S 26056 26059 23975 0 -1 4202560 75 0 0 0 12 3 0 0 20 0 19 0 30616922 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 139646229006632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26068] ppid=26056 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/26059/task/26068/stat : 26068 (java) S 26056 26059 23975 0 -1 4202560 66 0 0 0 14 2 0 0 20 0 19 0 30616922 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 139646227954088 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26059/tid=26069] ppid=26056 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/26059/task/26069/stat : 26069 (java) S 26056 26059 23975 0 -1 4202560 111 0 0 0 9 3 0 0 20 0 19 0 30616922 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 139646226901544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26059/tid=26070] ppid=26056 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/26059/task/26070/stat : 26070 (java) S 26056 26059 23975 0 -1 4202560 55 0 0 0 1 1 0 0 20 0 19 0 30616923 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 139646214703720 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26059/tid=26071] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26071/stat : 26071 (java) S 26056 26059 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30616923 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 139646213650040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26072] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26072/stat : 26072 (java) S 26056 26059 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30616923 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 139646212597384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26059/tid=26073] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26073/stat : 26073 (java) S 26056 26059 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616926 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 139646211546128 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26074] ppid=26056 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/26059/task/26074/stat : 26074 (java) S 26056 26059 23975 0 -1 4202560 3634 0 0 0 42 0 0 0 20 0 19 0 30616926 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 139646210492472 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26059/tid=26075] ppid=26056 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/26059/task/26075/stat : 26075 (java) S 26056 26059 23975 0 -1 4202560 2488 0 0 0 42 0 0 0 20 0 19 0 30616926 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 139646209439928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26059/tid=26076] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26076/stat : 26076 (java) S 26056 26059 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616926 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 139646208387576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26059/tid=26077] ppid=26056 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/26059/task/26077/stat : 26077 (java) S 26056 26059 23975 0 -1 4202560 104 0 0 0 30 41 0 0 20 0 19 0 30616926 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 139646207335240 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26059/tid=26133] ppid=26056 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26059/task/26133/stat : 26133 (java) S 26056 26059 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30616963 9856040960 87287 33554432000 1073741824 1073778376 140735595803392 139646206182696 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

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

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

Child status: 143
Real time (s): 1798.04
CPU time (s): 1800.54
CPU user time (s): 1799.44
CPU system time (s): 1.10083
CPU usage (%): 100.139
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.44
system time used= 1.10083
maximum resident set size= 352228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10814
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38474
involuntary context switches= 13963

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.255 second user time and 11.1423 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-26 23:16:37
IDJOB=4117137
IDBENCH=109557
IDSOLVER=2546
FILE ID=node139/4117137-1466975797
RUNJOBID= node139-1466956013-23992
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-1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117137-1466975797/watcher-4117137-1466975797 -o /tmp/evaluation-result-4117137-1466975797/solver-4117137-1466975797 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466956013-23992 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117137-1466975797.opb

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

MD5SUM BENCH= 8454a7ec193f38c6498b6c74011c98b4
RANDOM SEED=927737534

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:        30356252 kB
Buffers:           46524 kB
Cached:           180888 kB
SwapCached:         2156 kB
Active:            44156 kB
Inactive:         186848 kB
Active(anon):       5200 kB
Inactive(anon):     1276 kB
Active(file):      38956 kB
Inactive(file):   185572 kB
Unevictable:     1580316 kB
Mlocked:         1392268 kB
SwapTotal:      67108856 kB
SwapFree:       67098796 kB
Dirty:              1244 kB
Writeback:             0 kB
AnonPages:       1527712 kB
Mapped:             7656 kB
Shmem:                 0 kB
Slab:             568540 kB
SReclaimable:      12564 kB
SUnreclaim:       555976 kB
KernelStack:        1648 kB
PageTables:         7068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1677656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    133120 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:46:35