Trace number 4103656

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.05 1787.14

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-maros-r7.opb
MD5SUM0981750c20a5ad85ded6bb04bf23d130
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 10442014720
Optimality of the best value was proved NO
Number of variables282240
Total number of constraints3136
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3136
Minimum length of a constraint150
Maximum length of a constraint720
Number of terms in the objective function 188160
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 6734508713856
Number of bits of the sum of numbers in the objective function 43
Biggest number in a constraint 536870912000000
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 4602477289606474
Number of bits of the biggest sum of numbers53
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4103656-1466246817.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  objective function found
8.50/6.47	c ... done. Wall clock time 6.358s.
8.50/6.47	c declared #vars     282240
8.50/6.47	c #constraints  6272
8.50/6.47	c constraints type 
8.50/6.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6272
8.50/6.47	c 6272 constraints processed.
8.50/6.47	c objective function length is 188160 literals
13.68/11.22	c cleaning 2495 clauses out of 5004 with flag 12247/5004
17.64/14.14	c cleaning 4247 clauses out of 8506 with flag 27166/11001
20.74/17.21	c cleaning 5624 clauses out of 11259 with flag 43382/18001
24.25/20.73	c cleaning 6805 clauses out of 13637 with flag 62999/26003
28.56/25.03	c cleaning 7898 clauses out of 15830 with flag 85509/35001
33.27/29.79	c cleaning 8950 clauses out of 17933 with flag 109999/45002
38.56/35.04	c cleaning 9968 clauses out of 19981 with flag 137920/56000
44.37/40.82	c cleaning 10985 clauses out of 22014 with flag 168053/68001
51.24/47.12	c cleaning 11988 clauses out of 24030 with flag 199895/81002
57.18/53.01	c cleaning 13012 clauses out of 26042 with flag 231790/95002
63.38/59.30	c cleaning 14004 clauses out of 28028 with flag 263056/110000
70.58/66.40	c cleaning 15003 clauses out of 30026 with flag 296500/126002
79.52/74.98	c cleaning 16000 clauses out of 32021 with flag 332613/143000
88.73/84.11	c cleaning 16996 clauses out of 34022 with flag 371489/161001
98.42/93.89	c cleaning 18004 clauses out of 36028 with flag 411257/180003
109.98/104.87	c cleaning 18994 clauses out of 38022 with flag 453672/200001
121.58/116.46	c cleaning 20001 clauses out of 40027 with flag 498385/221000
133.78/128.60	c cleaning 21000 clauses out of 42026 with flag 544783/243000
145.83/140.21	c cleaning 21994 clauses out of 44026 with flag 593201/266000
158.53/152.97	c cleaning 23003 clauses out of 46032 with flag 643934/290000
172.38/166.27	c cleaning 24001 clauses out of 48029 with flag 698383/315000
186.58/180.43	c cleaning 25001 clauses out of 50029 with flag 756164/341001
197.74/191.17	c cleaning 26001 clauses out of 52027 with flag 811882/368000
208.75/202.12	c cleaning 27001 clauses out of 54028 with flag 868281/396002
220.78/213.67	c cleaning 28002 clauses out of 56027 with flag 926680/425002
232.98/225.86	c cleaning 29000 clauses out of 58023 with flag 987030/455000
245.39/238.22	c cleaning 29998 clauses out of 60023 with flag 1049448/486000
259.26/251.73	c cleaning 30995 clauses out of 62026 with flag 1113910/518001
272.77/264.73	c cleaning 32003 clauses out of 64030 with flag 1180543/551000
286.67/278.61	c cleaning 33014 clauses out of 66027 with flag 1249447/585000
304.52/296.02	c cleaning 34005 clauses out of 68014 with flag 1319947/620001
322.81/314.37	c cleaning 35004 clauses out of 70008 with flag 1392625/656000
343.00/334.00	c cleaning 35999 clauses out of 72005 with flag 1467147/693001
361.90/352.92	c cleaning 36994 clauses out of 74005 with flag 1543594/731000
381.82/372.42	c cleaning 38001 clauses out of 76011 with flag 1622117/770000
402.99/393.15	c cleaning 39000 clauses out of 78010 with flag 1702716/810000
424.39/414.53	c cleaning 39998 clauses out of 80011 with flag 1785298/851001
446.54/436.23	c cleaning 40999 clauses out of 82015 with flag 1869952/893003
470.68/459.97	c cleaning 42004 clauses out of 84014 with flag 1956563/936001
485.99/475.25	c cleaning 43005 clauses out of 86010 with flag 2050994/980001
507.80/497.04	c cleaning 44003 clauses out of 88005 with flag 2143842/1025001
526.56/515.42	c cleaning 44987 clauses out of 90001 with flag 2241185/1071000
551.34/540.17	c cleaning 45989 clauses out of 92016 with flag 2340391/1118002
577.96/566.70	c cleaning 46990 clauses out of 94026 with flag 2442341/1166001
601.73/590.44	c cleaning 47995 clauses out of 96035 with flag 2548713/1215000
628.84/617.46	c cleaning 48993 clauses out of 98045 with flag 2659285/1265005
654.73/643.30	c cleaning 50004 clauses out of 100050 with flag 2771529/1316003
682.34/670.85	c cleaning 50989 clauses out of 102043 with flag 2884112/1368000
710.23/698.69	c cleaning 52007 clauses out of 104054 with flag 2997991/1421000
746.64/735.06	c cleaning 52999 clauses out of 106048 with flag 3114026/1475001
782.82/771.15	c cleaning 54002 clauses out of 108048 with flag 3232139/1530000
810.93/799.20	c cleaning 54982 clauses out of 110047 with flag 3354513/1586001
857.94/846.04	c cleaning 55973 clauses out of 112065 with flag 3483706/1643001
891.95/880.06	c cleaning 57000 clauses out of 114094 with flag 3612200/1701003
930.03/918.02	c cleaning 58014 clauses out of 116091 with flag 3743047/1760000
957.92/945.97	c cleaning 59011 clauses out of 118079 with flag 3866656/1820002
992.47/980.35	c cleaning 60007 clauses out of 120067 with flag 3989630/1881001
1028.76/1016.63	c cleaning 61004 clauses out of 122060 with flag 4114588/1943001
1069.17/1057.09	c cleaning 62005 clauses out of 124055 with flag 4241607/2006000
1107.68/1095.52	c cleaning 62998 clauses out of 126052 with flag 4371343/2070002
1150.05/1137.75	c cleaning 64003 clauses out of 128052 with flag 4502499/2135000
1190.46/1178.19	c cleaning 64997 clauses out of 130050 with flag 4635515/2201001
1231.47/1219.11	c cleaning 66001 clauses out of 132052 with flag 4770586/2268000
1277.99/1265.62	c cleaning 66994 clauses out of 134052 with flag 4907322/2336001
1328.45/1315.93	c cleaning 68000 clauses out of 136058 with flag 5046263/2405001
1375.14/1362.67	c cleaning 68997 clauses out of 138057 with flag 5187907/2475000
1425.56/1413.05	c cleaning 70004 clauses out of 140064 with flag 5331479/2546004
1480.27/1467.55	c cleaning 71000 clauses out of 142057 with flag 5476653/2618001
1533.38/1520.60	c cleaning 71995 clauses out of 144058 with flag 5623772/2691002
1585.08/1572.31	c cleaning 73008 clauses out of 146065 with flag 5772552/2765004
1644.10/1631.36	c cleaning 74004 clauses out of 148057 with flag 5923825/2840004
1701.63/1688.73	c cleaning 74993 clauses out of 150054 with flag 6077123/2916005
1764.15/1751.25	c cleaning 76003 clauses out of 152058 with flag 6232216/2993002
1800.05/1787.10	c starts		: 1312
1800.05/1787.10	c conflicts		: 3051559
1800.05/1787.10	c decisions		: 4501037
1800.05/1787.10	c propagations		: 82600681
1800.05/1787.10	c inspects		: 21201666245
1800.05/1787.10	c shortcuts		: 0
1800.05/1787.10	c learnt literals	: 0
1800.05/1787.10	c learnt binary clauses	: 0
1800.05/1787.10	c learnt ternary clauses	: 0
1800.05/1787.10	c learnt constraints	: 3051559
1800.05/1787.10	c ignored constraints	: 0
1800.05/1787.10	c root simplifications	: 0
1800.05/1787.10	c removed literals (reason simplification)	: 0
1800.05/1787.10	c reason swapping (by a shorter reason)	: 0
1800.05/1787.10	c Calls to reduceDB	: 73
1800.05/1787.10	c Number of update (reduction) of LBD	: 95424
1800.05/1787.10	c Imported unit clauses	: 0
1800.05/1787.10	c number of reductions to clauses (during analyze)	: 0
1800.05/1787.10	c number of learned constraints concerned by reduction	: 0
1800.05/1787.10	c number of learning phase by resolution	: 0
1800.05/1787.10	c number of learning phase by cutting planes	: 0
1800.05/1787.10	c speed (assignments/second)	: 46391.14206074943
1800.05/1787.10	c non guided choices	242990
1800.05/1787.13	c learnt constraints type 
1800.05/1787.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 134613
1800.05/1787.13	s UNKNOWN
1800.05/1787.13	c Total wall clock time (in seconds): 1787.016

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-4103656-1466246817/watcher-4103656-1466246817 -o /tmp/evaluation-result-4103656-1466246817/solver-4103656-1466246817 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466230712-24777 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103656-1466246817.opb 

pid=26817
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.18 2.22 2.18 3/194 26820
/proc/meminfo: memFree=29428396/32872528 swapFree=1556504/1720024
[pid=26820] ppid=26817 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/26820/stat : 26820 (java) D 26817 26820 24760 0 -1 4202496 374 0 0 0 0 0 0 0 20 0 1 0 26730467 2560000 46 33554432000 1073741824 1073778376 140736947840304 140736947837432 270320889127 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/26820/statm: 625 46 37 9 0 29 0

[startup+0.100158 s]
/proc/loadavg: 2.18 2.22 2.18 3/194 26820
/proc/meminfo: memFree=29428396/32872528 swapFree=1556504/1720024
[pid=26820] ppid=26817 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/26820/stat : 26820 (java) S 26817 26820 24760 0 -1 4202496 4391 0 1 0 8 0 0 0 20 0 18 0 26730467 9787879424 6031 33554432000 1073741824 1073778376 140736947840304 140736947831440 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26820/statm: 2389619 6031 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200215 s]
/proc/loadavg: 2.18 2.22 2.18 3/194 26820
/proc/meminfo: memFree=29428396/32872528 swapFree=1556504/1720024
[pid=26820] ppid=26817 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/26820/stat : 26820 (java) S 26817 26820 24760 0 -1 4202496 5131 0 1 0 29 1 0 0 20 0 18 0 26730467 9787879424 8628 33554432000 1073741824 1073778376 140736947840304 140736947831440 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26820/statm: 2389619 8628 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300293 s]
/proc/loadavg: 2.18 2.22 2.18 3/194 26820
/proc/meminfo: memFree=29428396/32872528 swapFree=1556504/1720024
[pid=26820] ppid=26817 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/26820/stat : 26820 (java) S 26817 26820 24760 0 -1 4202496 5444 0 1 0 44 1 0 0 20 0 18 0 26730467 9787879424 14303 33554432000 1073741824 1073778376 140736947840304 140736947831440 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26820/statm: 2389619 14303 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.70025 s]
/proc/loadavg: 2.18 2.22 2.18 3/194 26820
/proc/meminfo: memFree=29428396/32872528 swapFree=1556504/1720024
[pid=26820] ppid=26817 vsize=9558476 CPUtime=1.12 cores=1,3,5,7
/proc/26820/stat : 26820 (java) S 26817 26820 24760 0 -1 4202496 7170 0 1 0 107 5 0 0 20 0 18 0 26730467 9787879424 45751 33554432000 1073741824 1073778376 140736947840304 140736947831440 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26820/statm: 2389619 45751 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9558476

[startup+1.5008 s]
/proc/loadavg: 2.18 2.22 2.18 3/212 26838
/proc/meminfo: memFree=29203848/32872528 swapFree=1556504/1720024
[pid=26820] ppid=26817 vsize=9558476 CPUtime=2.08 cores=1,3,5,7
/proc/26820/stat : 26820 (java) S 26817 26820 24760 0 -1 4202496 7625 0 1 0 196 12 0 0 20 0 18 0 26730467 9787879424 74757 33554432000 1073741824 1073778376 140736947840304 140736947831440 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26820/statm: 2389619 74757 2262 9 0 2380296 0
[pid=26820/tid=26822] ppid=26817 vsize=9558476 CPUtime=1.37 cores=1,3,5,7
/proc/26820/task/26822/stat : 26822 (java) R 26817 26820 24760 0 -1 4202560 2494 0 1 0 133 4 0 0 20 0 18 0 26730468 9787879424 74757 33554432000 1073741824 1073778376 140736947840304 140456467529696 270333437197 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26820/tid=26823] ppid=26817 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/26820/task/26823/stat : 26823 (java) S 26817 26820 24760 0 -1 4202560 96 0 0 0 1 0 0 0 20 0 18 0 26730469 9787879424 74757 33554432000 1073741824 1073778376 140736947840304 140456439990824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26820/tid=26824] ppid=26817 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/26820/task/26824/stat : 26824 (java) S 26817 26820 24760 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 26730469 9787879424 74757 33554432000 1073741824 1073778376 140736947840304 140456438938024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26820/tid=26825] ppid=26817 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/26820/task/26825/stat : 26825 (java) S 26817 26820 24760 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 26730469 9787879424 74757 33554432000 1073741824 1073778376 140736947840304 140456437885224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26820/tid=26826] ppid=26817 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/26820/task/26826/stat : 26826 (java) S 26817 26820 24760 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 18 0 26730469 9787879424 74757 33554432000 1073741824 1073778376 140736947840304 140456308025512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26820/tid=26827] ppid=26817 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/26820/task/26827/stat : 26827 (java) S 26817 26820 24760 0 -1 4202560 125 0 0 0 2 0 0 0 20 0 18 0 26730469 9787879424 74757 33554432000 1073741824 1073778376 140736947840304 140456306973736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26820/tid=26828] ppid=26817 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/26820/task/26828/stat : 26828 (java) S 26817 26820 24760 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 26730469 9787879424 74757 33554432000 1073741824 1073778376 140736947840304 140456305920936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26820/tid=26829] ppid=26817 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/26820/task/26829/stat : 26829 (java) S 26817 26820 24760 0 -1 4202560 110 0 0 0 3 2 0 0 20 0 18 0 26730469 9787879424 74757 33554432000 1073741824 1073778376 140736947840304 140456304868136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26830] ppid=26817 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/26820/task/26830/stat : 26830 (java) S 26817 26820 24760 0 -1 4202560 96 0 0 0 3 2 0 0 20 0 18 0 26730469 9787879424 74757 33554432000 1073741824 1073778376 140736947840304 140456303815336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26820/tid=26831] ppid=26817 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/26820/task/26831/stat : 26831 (java) S 26817 26820 24760 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 26730470 9787879424 74757 33554432000 1073741824 1073778376 140736947840304 140455821302248 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26820/tid=26832] ppid=26817 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/26820/task/26832/stat : 26832 (java) S 26817 26820 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 26730471 9787879424 74757 33554432000 1073741824 1073778376 140736947840304 140455820248312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26833] ppid=26817 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/26820/task/26833/stat : 26833 (java) S 26817 26820 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 26730471 9787879424 74757 33554432000 1073741824 1073778376 140736947840304 140455819195400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26834] ppid=26817 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/26820/task/26834/stat : 26834 (java) S 26817 26820 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26730473 9787879424 74757 33554432000 1073741824 1073778376 140736947840304 140455818143888 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26835] ppid=26817 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/26820/task/26835/stat : 26835 (java) S 26817 26820 24760 0 -1 4202560 1089 0 0 0 16 0 0 0 20 0 18 0 26730473 9787879424 74757 33554432000 1073741824 1073778376 140736947840304 140455817092024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26836] ppid=26817 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/26820/task/26836/stat : 26836 (java) S 26817 26820 24760 0 -1 4202560 2218 0 0 0 18 0 0 0 20 0 18 0 26730473 9787879424 74757 33554432000 1073741824 1073778376 140736947840304 140455816039224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26820/tid=26837] ppid=26817 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/26820/task/26837/stat : 26837 (java) S 26817 26820 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26730473 9787879424 74757 33554432000 1073741824 1073778376 140736947840304 140455814986616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26820/tid=26838] ppid=26817 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/26820/task/26838/stat : 26838 (java) S 26817 26820 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26730473 9787879424 74757 33554432000 1073741824 1073778376 140736947840304 140455813934024 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9558476

[startup+3.10082 s]
/proc/loadavg: 2.18 2.22 2.18 4/212 26838
/proc/meminfo: memFree=29024060/32872528 swapFree=1556504/1720024
[pid=26820] ppid=26817 vsize=9558476 CPUtime=4.3 cores=1,3,5,7
/proc/26820/stat : 26820 (java) S 26817 26820 24760 0 -1 4202496 8486 0 1 0 399 31 0 0 20 0 18 0 26730467 9787879424 128032 33554432000 1073741824 1073778376 140736947840304 140736947831440 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26820/statm: 2389619 128032 2262 9 0 2380296 0
[pid=26820/tid=26822] ppid=26817 vsize=9558476 CPUtime=2.76 cores=1,3,5,7
/proc/26820/task/26822/stat : 26822 (java) R 26817 26820 24760 0 -1 4202560 2712 0 1 0 271 5 0 0 20 0 18 0 26730468 9787879424 128032 33554432000 1073741824 1073778376 140736947840304 140456467529680 140456319520562 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26820/tid=26823] ppid=26817 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/26820/task/26823/stat : 26823 (java) S 26817 26820 24760 0 -1 4202560 141 0 0 0 9 3 0 0 20 0 18 0 26730469 9787879424 128032 33554432000 1073741824 1073778376 140736947840304 140456439990824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26820/tid=26824] ppid=26817 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/26820/task/26824/stat : 26824 (java) S 26817 26820 24760 0 -1 4202560 107 0 0 0 7 3 0 0 20 0 18 0 26730469 9787879424 128032 33554432000 1073741824 1073778376 140736947840304 140456438938024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26825] ppid=26817 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/26820/task/26825/stat : 26825 (java) S 26817 26820 24760 0 -1 4202560 76 0 0 0 11 2 0 0 20 0 18 0 26730469 9787879424 128032 33554432000 1073741824 1073778376 140736947840304 140456437885224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26826] ppid=26817 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/26820/task/26826/stat : 26826 (java) S 26817 26820 24760 0 -1 4202560 111 0 0 0 13 5 0 0 20 0 18 0 26730469 9787879424 128032 33554432000 1073741824 1073778376 140736947840304 140456308025512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26820/tid=26827] ppid=26817 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/26820/task/26827/stat : 26827 (java) S 26817 26820 24760 0 -1 4202560 159 0 0 0 6 3 0 0 20 0 18 0 26730469 9787879424 128032 33554432000 1073741824 1073778376 140736947840304 140456306973736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26828] ppid=26817 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/26820/task/26828/stat : 26828 (java) S 26817 26820 24760 0 -1 4202560 137 0 0 0 8 4 0 0 20 0 18 0 26730469 9787879424 128032 33554432000 1073741824 1073778376 140736947840304 140456305920936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26820/tid=26829] ppid=26817 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/26820/task/26829/stat : 26829 (java) S 26817 26820 24760 0 -1 4202560 166 0 0 0 14 5 0 0 20 0 18 0 26730469 9787879424 128032 33554432000 1073741824 1073778376 140736947840304 140456304868136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26820/tid=26830] ppid=26817 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/26820/task/26830/stat : 26830 (java) S 26817 26820 24760 0 -1 4202560 123 0 0 0 9 3 0 0 20 0 18 0 26730469 9787879424 128032 33554432000 1073741824 1073778376 140736947840304 140456303815336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26820/tid=26831] ppid=26817 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/26820/task/26831/stat : 26831 (java) S 26817 26820 24760 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 26730470 9787879424 128032 33554432000 1073741824 1073778376 140736947840304 140455821302248 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26832] ppid=26817 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/26820/task/26832/stat : 26832 (java) S 26817 26820 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 26730471 9787879424 128032 33554432000 1073741824 1073778376 140736947840304 140455820248312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26833] ppid=26817 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/26820/task/26833/stat : 26833 (java) S 26817 26820 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 26730471 9787879424 128032 33554432000 1073741824 1073778376 140736947840304 140455819195400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26834] ppid=26817 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/26820/task/26834/stat : 26834 (java) S 26817 26820 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26730473 9787879424 128032 33554432000 1073741824 1073778376 140736947840304 140455818143888 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26835] ppid=26817 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/26820/task/26835/stat : 26835 (java) S 26817 26820 24760 0 -1 4202560 1089 0 0 0 16 0 0 0 20 0 18 0 26730473 9787879424 128032 33554432000 1073741824 1073778376 140736947840304 140455817092024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26836] ppid=26817 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/26820/task/26836/stat : 26836 (java) S 26817 26820 24760 0 -1 4202560 2218 0 0 0 18 0 0 0 20 0 18 0 26730473 9787879424 128032 33554432000 1073741824 1073778376 140736947840304 140455816039224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26820/tid=26837] ppid=26817 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/26820/task/26837/stat : 26837 (java) S 26817 26820 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26730473 9787879424 128032 33554432000 1073741824 1073778376 140736947840304 140455814986616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26820/tid=26838] ppid=26817 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/26820/task/26838/stat : 26838 (java) S 26817 26820 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26730473 9787879424 128032 33554432000 1073741824 1073778376 140736947840304 140455813934024 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 9558476

[startup+6.3008 s]
/proc/loadavg: 2.17 2.21 2.18 3/212 26838
/proc/meminfo: memFree=28479984/32872528 swapFree=1556504/1720024
[pid=26820] ppid=26817 vsize=9558476 CPUtime=8.4 cores=1,3,5,7
/proc/26820/stat : 26820 (java) S 26817 26820 24760 0 -1 4202496 10050 0 1 0 777 63 0 0 20 0 18 0 26730467 9787879424 238857 33554432000 1073741824 1073778376 140736947840304 140736947831440 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26820/statm: 2389619 238857 2273 9 0 2380296 0
[pid=26820/tid=26822] ppid=26817 vsize=9558476 CPUtime=5.1 cores=1,3,5,7
/proc/26820/task/26822/stat : 26822 (java) R 26817 26820 24760 0 -1 4202560 2808 0 1 0 502 8 0 0 20 0 18 0 26730468 9787879424 238857 33554432000 1073741824 1073778376 140736947840304 140456467529680 270333437197 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26820/tid=26823] ppid=26817 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/26820/task/26823/stat : 26823 (java) S 26817 26820 24760 0 -1 4202560 187 0 0 0 18 5 0 0 20 0 18 0 26730469 9787879424 238857 33554432000 1073741824 1073778376 140736947840304 140456439990824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26820/tid=26824] ppid=26817 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/26820/task/26824/stat : 26824 (java) S 26817 26820 24760 0 -1 4202560 174 0 0 0 21 7 0 0 20 0 18 0 26730469 9787879424 238857 33554432000 1073741824 1073778376 140736947840304 140456438938024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26820/tid=26825] ppid=26817 vsize=9558476 CPUtime=0.34 cores=1,3,5,7
/proc/26820/task/26825/stat : 26825 (java) S 26817 26820 24760 0 -1 4202560 268 0 0 0 26 8 0 0 20 0 18 0 26730469 9787879424 238857 33554432000 1073741824 1073778376 140736947840304 140456437885224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26826] ppid=26817 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/26820/task/26826/stat : 26826 (java) S 26817 26820 24760 0 -1 4202560 381 0 0 0 23 6 0 0 20 0 18 0 26730469 9787879424 238857 33554432000 1073741824 1073778376 140736947840304 140456308025512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26827] ppid=26817 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/26820/task/26827/stat : 26827 (java) S 26817 26820 24760 0 -1 4202560 234 0 0 0 21 7 0 0 20 0 18 0 26730469 9787879424 238857 33554432000 1073741824 1073778376 140736947840304 140456306973736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26820/tid=26828] ppid=26817 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/26820/task/26828/stat : 26828 (java) S 26817 26820 24760 0 -1 4202560 239 0 0 0 18 7 0 0 20 0 18 0 26730469 9787879424 238857 33554432000 1073741824 1073778376 140736947840304 140456305920936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26829] ppid=26817 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/26820/task/26829/stat : 26829 (java) S 26817 26820 24760 0 -1 4202560 211 0 0 0 23 8 0 0 20 0 18 0 26730469 9787879424 238857 33554432000 1073741824 1073778376 140736947840304 140456304868136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26820/tid=26830] ppid=26817 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/26820/task/26830/stat : 26830 (java) S 26817 26820 24760 0 -1 4202560 176 0 0 0 18 7 0 0 20 0 18 0 26730469 9787879424 238857 33554432000 1073741824 1073778376 140736947840304 140456303815336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26820/tid=26831] ppid=26817 vsize=9558476 CPUtime=0.53 cores=1,3,5,7
/proc/26820/task/26831/stat : 26831 (java) S 26817 26820 24760 0 -1 4202560 814 0 0 0 53 0 0 0 20 0 18 0 26730470 9787879424 238857 33554432000 1073741824 1073778376 140736947840304 140455821302248 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26820/tid=26832] ppid=26817 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/26820/task/26832/stat : 26832 (java) S 26817 26820 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 26730471 9787879424 238857 33554432000 1073741824 1073778376 140736947840304 140455820248312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26833] ppid=26817 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/26820/task/26833/stat : 26833 (java) S 26817 26820 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 26730471 9787879424 238857 33554432000 1073741824 1073778376 140736947840304 140455819195400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26834] ppid=26817 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/26820/task/26834/stat : 26834 (java) S 26817 26820 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26730473 9787879424 238857 33554432000 1073741824 1073778376 140736947840304 140455818143888 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26835] ppid=26817 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/26820/task/26835/stat : 26835 (java) S 26817 26820 24760 0 -1 4202560 1089 0 0 0 16 0 0 0 20 0 18 0 26730473 9787879424 238857 33554432000 1073741824 1073778376 140736947840304 140455817092024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26836] ppid=26817 vsize=9558476 CPUtime=0.2 cores=1,3,5,7
/proc/26820/task/26836/stat : 26836 (java) S 26817 26820 24760 0 -1 4202560 2218 0 0 0 20 0 0 0 20 0 18 0 26730473 9787879424 238857 33554432000 1073741824 1073778376 140736947840304 140455816039224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26820/tid=26837] ppid=26817 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/26820/task/26837/stat : 26837 (java) S 26817 26820 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26730473 9787879424 238857 33554432000 1073741824 1073778376 140736947840304 140455814986616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26820/tid=26838] ppid=26817 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/26820/task/26838/stat : 26838 (java) S 26817 26820 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26730473 9787879424 238857 33554432000 1073741824 1073778376 140736947840304 140455813934024 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.4
Current children cumulated vsize (KiB) 9558476

[startup+12.7077 s]
/proc/loadavg: 2.15 2.21 2.18 3/213 26839
/proc/meminfo: memFree=28030412/32872528 swapFree=1556504/1720024
[pid=26820] ppid=26817 vsize=9625040 CPUtime=16.2 cores=1,3,5,7
/proc/26820/stat : 26820 (java) S 26817 26820 24760 0 -1 4202496 13072 0 1 0 1523 97 0 0 20 0 19 0 26730467 9856040960 351360 33554432000 1073741824 1073778376 140736947840304 140736947831440 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26820/statm: 2406260 351360 2286 9 0 2396937 0

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

[pid=26820/tid=26839] ppid=26817 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26820/task/26839/stat : 26839 (java) S 26817 26820 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26731125 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140455812879528 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1675.22
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.20 2.25 2.21 3/213 27034
/proc/meminfo: memFree=26797664/32872528 swapFree=1556504/1720024
[pid=26820] ppid=26817 vsize=9625040 CPUtime=1735.23 cores=1,3,5,7
/proc/26820/stat : 26820 (java) S 26817 26820 24760 0 -1 4202496 17978 0 1 0 173256 267 0 0 20 0 19 0 26730467 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140736947831440 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26820/statm: 2406260 724211 2287 9 0 2396937 0
[pid=26820/tid=26822] ppid=26817 vsize=9625040 CPUtime=1711.95 cores=1,3,5,7
/proc/26820/task/26822/stat : 26822 (java) R 26817 26820 24760 0 -1 4202560 3524 0 1 0 171154 41 0 0 20 0 19 0 26730468 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140456467529408 140456319790925 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26820/tid=26823] ppid=26817 vsize=9625040 CPUtime=1.75 cores=1,3,5,7
/proc/26820/task/26823/stat : 26823 (java) S 26817 26820 24760 0 -1 4202560 541 0 0 0 150 25 0 0 20 0 19 0 26730469 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140456439990824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26820/tid=26824] ppid=26817 vsize=9625040 CPUtime=2.03 cores=1,3,5,7
/proc/26820/task/26824/stat : 26824 (java) S 26817 26820 24760 0 -1 4202560 768 0 0 0 173 30 0 0 20 0 19 0 26730469 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140456438938024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26820/tid=26825] ppid=26817 vsize=9625040 CPUtime=2.01 cores=1,3,5,7
/proc/26820/task/26825/stat : 26825 (java) S 26817 26820 24760 0 -1 4202560 589 0 0 0 176 25 0 0 20 0 19 0 26730469 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140456437885224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26826] ppid=26817 vsize=9625040 CPUtime=1.98 cores=1,3,5,7
/proc/26820/task/26826/stat : 26826 (java) S 26817 26820 24760 0 -1 4202560 733 0 0 0 171 27 0 0 20 0 19 0 26730469 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140456308025512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26827] ppid=26817 vsize=9625040 CPUtime=2.28 cores=1,3,5,7
/proc/26820/task/26827/stat : 26827 (java) S 26817 26820 24760 0 -1 4202560 662 0 0 0 197 31 0 0 20 0 19 0 26730469 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140456306973736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26820/tid=26828] ppid=26817 vsize=9625040 CPUtime=1.86 cores=1,3,5,7
/proc/26820/task/26828/stat : 26828 (java) S 26817 26820 24760 0 -1 4202560 926 0 0 0 159 27 0 0 20 0 19 0 26730469 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140456305920936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26820/tid=26829] ppid=26817 vsize=9625040 CPUtime=1.96 cores=1,3,5,7
/proc/26820/task/26829/stat : 26829 (java) S 26817 26820 24760 0 -1 4202560 537 0 0 0 171 25 0 0 20 0 19 0 26730469 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140456304868136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26820/tid=26830] ppid=26817 vsize=9625040 CPUtime=1.95 cores=1,3,5,7
/proc/26820/task/26830/stat : 26830 (java) S 26817 26820 24760 0 -1 4202560 619 0 0 0 167 28 0 0 20 0 19 0 26730469 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140456303815336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26820/tid=26831] ppid=26817 vsize=9625040 CPUtime=1.75 cores=1,3,5,7
/proc/26820/task/26831/stat : 26831 (java) S 26817 26820 24760 0 -1 4202560 2199 0 0 0 172 3 0 0 20 0 19 0 26730470 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140455821302248 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26820/tid=26832] ppid=26817 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26820/task/26832/stat : 26832 (java) S 26817 26820 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26730471 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140455820248312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26833] ppid=26817 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26820/task/26833/stat : 26833 (java) S 26817 26820 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26730471 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140455819195400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26834] ppid=26817 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26820/task/26834/stat : 26834 (java) S 26817 26820 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26730473 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140455818143888 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26835] ppid=26817 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/26820/task/26835/stat : 26835 (java) S 26817 26820 24760 0 -1 4202560 2522 0 0 0 42 0 0 0 20 0 19 0 26730473 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140455817092024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26836] ppid=26817 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/26820/task/26836/stat : 26836 (java) S 26817 26820 24760 0 -1 4202560 3002 0 0 0 47 0 0 0 20 0 19 0 26730473 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140455816039224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26820/tid=26837] ppid=26817 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26820/task/26837/stat : 26837 (java) S 26817 26820 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26730473 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140455814986616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26820/tid=26838] ppid=26817 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/26820/task/26838/stat : 26838 (java) S 26817 26820 24760 0 -1 4202560 99 0 0 0 24 36 0 0 20 0 19 0 26730473 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140455813934024 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26820/tid=26839] ppid=26817 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26820/task/26839/stat : 26839 (java) S 26817 26820 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26731125 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140455812879528 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1735.23
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.20 2.25 2.21 3/213 27036
/proc/meminfo: memFree=26807968/32872528 swapFree=1556504/1720024
[pid=26820] ppid=26817 vsize=9625040 CPUtime=1795.25 cores=1,3,5,7
/proc/26820/stat : 26820 (java) S 26817 26820 24760 0 -1 4202496 17982 0 1 0 179257 268 0 0 20 0 19 0 26730467 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140736947831440 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26820/statm: 2406260 724211 2287 9 0 2396937 0
[pid=26820/tid=26822] ppid=26817 vsize=9625040 CPUtime=1771.8 cores=1,3,5,7
/proc/26820/task/26822/stat : 26822 (java) R 26817 26820 24760 0 -1 4202560 3524 0 1 0 177139 41 0 0 20 0 19 0 26730468 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140456467529408 140456319824818 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26820/tid=26823] ppid=26817 vsize=9625040 CPUtime=1.75 cores=1,3,5,7
/proc/26820/task/26823/stat : 26823 (java) S 26817 26820 24760 0 -1 4202560 541 0 0 0 150 25 0 0 20 0 19 0 26730469 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140456439990824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26820/tid=26824] ppid=26817 vsize=9625040 CPUtime=2.03 cores=1,3,5,7
/proc/26820/task/26824/stat : 26824 (java) S 26817 26820 24760 0 -1 4202560 768 0 0 0 173 30 0 0 20 0 19 0 26730469 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140456438938024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26820/tid=26825] ppid=26817 vsize=9625040 CPUtime=2.01 cores=1,3,5,7
/proc/26820/task/26825/stat : 26825 (java) S 26817 26820 24760 0 -1 4202560 589 0 0 0 176 25 0 0 20 0 19 0 26730469 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140456437885224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26826] ppid=26817 vsize=9625040 CPUtime=1.98 cores=1,3,5,7
/proc/26820/task/26826/stat : 26826 (java) S 26817 26820 24760 0 -1 4202560 733 0 0 0 171 27 0 0 20 0 19 0 26730469 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140456308025512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26827] ppid=26817 vsize=9625040 CPUtime=2.28 cores=1,3,5,7
/proc/26820/task/26827/stat : 26827 (java) S 26817 26820 24760 0 -1 4202560 662 0 0 0 197 31 0 0 20 0 19 0 26730469 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140456306973736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26820/tid=26828] ppid=26817 vsize=9625040 CPUtime=1.86 cores=1,3,5,7
/proc/26820/task/26828/stat : 26828 (java) S 26817 26820 24760 0 -1 4202560 926 0 0 0 159 27 0 0 20 0 19 0 26730469 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140456305920936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26820/tid=26829] ppid=26817 vsize=9625040 CPUtime=1.96 cores=1,3,5,7
/proc/26820/task/26829/stat : 26829 (java) S 26817 26820 24760 0 -1 4202560 537 0 0 0 171 25 0 0 20 0 19 0 26730469 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140456304868136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26820/tid=26830] ppid=26817 vsize=9625040 CPUtime=1.95 cores=1,3,5,7
/proc/26820/task/26830/stat : 26830 (java) S 26817 26820 24760 0 -1 4202560 619 0 0 0 167 28 0 0 20 0 19 0 26730469 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140456303815336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26820/tid=26831] ppid=26817 vsize=9625040 CPUtime=1.75 cores=1,3,5,7
/proc/26820/task/26831/stat : 26831 (java) S 26817 26820 24760 0 -1 4202560 2199 0 0 0 172 3 0 0 20 0 19 0 26730470 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140455821302248 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26820/tid=26832] ppid=26817 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26820/task/26832/stat : 26832 (java) S 26817 26820 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26730471 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140455820248312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26833] ppid=26817 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26820/task/26833/stat : 26833 (java) S 26817 26820 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26730471 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140455819195400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26834] ppid=26817 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26820/task/26834/stat : 26834 (java) S 26817 26820 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26730473 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140455818143888 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26835] ppid=26817 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/26820/task/26835/stat : 26835 (java) S 26817 26820 24760 0 -1 4202560 2522 0 0 0 42 0 0 0 20 0 19 0 26730473 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140455817092024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26836] ppid=26817 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/26820/task/26836/stat : 26836 (java) S 26817 26820 24760 0 -1 4202560 3002 0 0 0 47 0 0 0 20 0 19 0 26730473 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140455816039224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26820/tid=26837] ppid=26817 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26820/task/26837/stat : 26837 (java) S 26817 26820 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26730473 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140455814986616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26820/tid=26838] ppid=26817 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/26820/task/26838/stat : 26838 (java) S 26817 26820 24760 0 -1 4202560 103 0 0 0 26 37 0 0 20 0 19 0 26730473 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140455813934024 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26820/tid=26839] ppid=26817 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26820/task/26839/stat : 26839 (java) S 26817 26820 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26731125 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140455812879528 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1795.25
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.1 s]
/proc/loadavg: 2.19 2.24 2.21 4/213 27036
/proc/meminfo: memFree=26807968/32872528 swapFree=1556504/1720024
[pid=26820] ppid=26817 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/26820/stat : 26820 (java) S 26817 26820 24760 0 -1 4202496 17982 0 1 0 179737 268 0 0 20 0 19 0 26730467 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140736947831440 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26820/statm: 2406260 724211 2287 9 0 2396937 0
[pid=26820/tid=26822] ppid=26817 vsize=9625040 CPUtime=1776.59 cores=1,3,5,7
/proc/26820/task/26822/stat : 26822 (java) R 26817 26820 24760 0 -1 4202560 3524 0 1 0 177617 42 0 0 20 0 19 0 26730468 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140456467529408 140456319749888 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26820/tid=26823] ppid=26817 vsize=9625040 CPUtime=1.75 cores=1,3,5,7
/proc/26820/task/26823/stat : 26823 (java) S 26817 26820 24760 0 -1 4202560 541 0 0 0 150 25 0 0 20 0 19 0 26730469 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140456439990824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26820/tid=26824] ppid=26817 vsize=9625040 CPUtime=2.03 cores=1,3,5,7
/proc/26820/task/26824/stat : 26824 (java) S 26817 26820 24760 0 -1 4202560 768 0 0 0 173 30 0 0 20 0 19 0 26730469 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140456438938024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26820/tid=26825] ppid=26817 vsize=9625040 CPUtime=2.01 cores=1,3,5,7
/proc/26820/task/26825/stat : 26825 (java) S 26817 26820 24760 0 -1 4202560 589 0 0 0 176 25 0 0 20 0 19 0 26730469 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140456437885224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26826] ppid=26817 vsize=9625040 CPUtime=1.98 cores=1,3,5,7
/proc/26820/task/26826/stat : 26826 (java) S 26817 26820 24760 0 -1 4202560 733 0 0 0 171 27 0 0 20 0 19 0 26730469 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140456308025512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26827] ppid=26817 vsize=9625040 CPUtime=2.28 cores=1,3,5,7
/proc/26820/task/26827/stat : 26827 (java) S 26817 26820 24760 0 -1 4202560 662 0 0 0 197 31 0 0 20 0 19 0 26730469 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140456306973736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26820/tid=26828] ppid=26817 vsize=9625040 CPUtime=1.86 cores=1,3,5,7
/proc/26820/task/26828/stat : 26828 (java) S 26817 26820 24760 0 -1 4202560 926 0 0 0 159 27 0 0 20 0 19 0 26730469 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140456305920936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26820/tid=26829] ppid=26817 vsize=9625040 CPUtime=1.96 cores=1,3,5,7
/proc/26820/task/26829/stat : 26829 (java) S 26817 26820 24760 0 -1 4202560 537 0 0 0 171 25 0 0 20 0 19 0 26730469 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140456304868136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26820/tid=26830] ppid=26817 vsize=9625040 CPUtime=1.95 cores=1,3,5,7
/proc/26820/task/26830/stat : 26830 (java) S 26817 26820 24760 0 -1 4202560 619 0 0 0 167 28 0 0 20 0 19 0 26730469 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140456303815336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26820/tid=26831] ppid=26817 vsize=9625040 CPUtime=1.75 cores=1,3,5,7
/proc/26820/task/26831/stat : 26831 (java) S 26817 26820 24760 0 -1 4202560 2199 0 0 0 172 3 0 0 20 0 19 0 26730470 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140455821302248 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26820/tid=26832] ppid=26817 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26820/task/26832/stat : 26832 (java) S 26817 26820 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26730471 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140455820248312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26833] ppid=26817 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26820/task/26833/stat : 26833 (java) S 26817 26820 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26730471 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140455819195400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26834] ppid=26817 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26820/task/26834/stat : 26834 (java) S 26817 26820 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26730473 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140455818143888 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26835] ppid=26817 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/26820/task/26835/stat : 26835 (java) S 26817 26820 24760 0 -1 4202560 2522 0 0 0 42 0 0 0 20 0 19 0 26730473 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140455817092024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26820/tid=26836] ppid=26817 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/26820/task/26836/stat : 26836 (java) S 26817 26820 24760 0 -1 4202560 3002 0 0 0 47 0 0 0 20 0 19 0 26730473 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140455816039224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26820/tid=26837] ppid=26817 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26820/task/26837/stat : 26837 (java) S 26817 26820 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26730473 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140455814986616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26820/tid=26838] ppid=26817 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/26820/task/26838/stat : 26838 (java) S 26817 26820 24760 0 -1 4202560 103 0 0 0 26 37 0 0 20 0 19 0 26730473 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140455813934024 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26820/tid=26839] ppid=26817 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26820/task/26839/stat : 26839 (java) S 26817 26820 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26731125 9856040960 724211 33554432000 1073741824 1073778376 140736947840304 140455812879528 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 26820 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26820 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=880440
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=142522
# CPU time returned by wait4() is 1796.02
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1787.14
CPU time (s): 1800.05
CPU user time (s): 1797.37
CPU system time (s): 2.68
CPU usage (%): 100.722
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.88
system time used= 3.14252
maximum resident set size= 2896984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18023
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38771
involuntary context switches= 12054

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2424 second user time and 13.7529 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 12:46:58
IDJOB=4103656
IDBENCH=2422
IDSOLVER=2546
FILE ID=node117/4103656-1466246817
RUNJOBID= node117-1466230712-24777
PBS_JOBID= 19918181
Free space on /tmp= 71696 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-maros-r7.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103656-1466246817/watcher-4103656-1466246817 -o /tmp/evaluation-result-4103656-1466246817/solver-4103656-1466246817 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466230712-24777 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103656-1466246817.opb

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

MD5SUM BENCH= 0981750c20a5ad85ded6bb04bf23d130
RANDOM SEED=539070740

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29428776 kB
Buffers:          112548 kB
Cached:           284116 kB
SwapCached:            0 kB
Active:           702532 kB
Inactive:         261640 kB
Active(anon):     559576 kB
Inactive(anon):    10636 kB
Active(file):     142956 kB
Inactive(file):   251004 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             42964 kB
Writeback:             0 kB
AnonPages:       2291836 kB
Mapped:            21100 kB
Shmem:               204 kB
Slab:             621792 kB
SReclaimable:      65404 kB
SUnreclaim:       556388 kB
KernelStack:        1584 kB
PageTables:         8844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2579664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    710656 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= 71696 MiB
End job on node117 at 2016-06-18 13:16:46