Trace number 4103420

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.59 1781.45

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-blp-ic97.opb
MD5SUMc6beff0c06c855c4098e361c6e1a2493
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables11503
Total number of constraints971
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)835
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint4
Maximum length of a constraint9784
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 83886080000000
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 508832629179091
Number of bits of the biggest sum of numbers49
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4103420-1466238378.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
1.11/0.61	c ... done. Wall clock time 0.495s.
1.11/0.61	c declared #vars     11503
1.11/0.61	c #constraints  1063
1.11/0.61	c constraints type 
1.11/0.61	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
1.11/0.61	c org.sat4j.specs.Constr$1 => 127
1.11/0.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 708
1.11/0.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 224
1.11/0.61	c 1063 constraints processed.
1.11/0.61	c objective function length is 31 literals
20.60/19.46	c cleaning 2500 clauses out of 4999 with flag 11114/5000
45.60/44.27	c cleaning 4250 clauses out of 8499 with flag 25714/11000
79.09/77.48	c cleaning 5609 clauses out of 11279 with flag 41140/18030
101.66/99.82	c cleaning 6807 clauses out of 13648 with flag 68015/26008
140.06/138.25	c cleaning 7881 clauses out of 15840 with flag 88744/35007
164.54/162.38	c cleaning 8965 clauses out of 17952 with flag 123682/45000
207.24/204.71	c cleaning 10051 clauses out of 20103 with flag 147795/56116
242.13/239.60	c cleaning 10967 clauses out of 21943 with flag 173907/68007
282.19/279.47	c cleaning 11986 clauses out of 23973 with flag 202498/81004
325.61/322.11	c cleaning 13010 clauses out of 26022 with flag 233793/95039
374.02/369.92	c cleaning 14035 clauses out of 28071 with flag 265238/110098
427.17/422.77	c cleaning 15044 clauses out of 30089 with flag 298060/126151
483.71/478.92	c cleaning 15936 clauses out of 31894 with flag 334219/143000
543.99/538.72	c cleaning 17017 clauses out of 34038 with flag 375344/161080
606.50/600.84	c cleaning 18091 clauses out of 36184 with flag 417430/180243
670.47/664.30	c cleaning 18951 clauses out of 37903 with flag 458109/200053
741.05/734.44	c cleaning 20097 clauses out of 40195 with flag 503449/221296
814.36/807.19	c cleaning 20959 clauses out of 41919 with flag 548783/243117
897.08/889.29	c cleaning 22041 clauses out of 44081 with flag 595102/266238
989.60/980.95	c cleaning 22926 clauses out of 45854 with flag 643103/290052
1095.59/1086.08	c cleaning 24032 clauses out of 48067 with flag 695614/315191
1195.68/1184.97	c cleaning 24940 clauses out of 49881 with flag 747681/341037
1296.45/1284.56	c cleaning 25959 clauses out of 51926 with flag 802055/368022
1397.92/1384.61	c cleaning 27014 clauses out of 54037 with flag 858931/396092
1500.72/1485.84	c cleaning 27961 clauses out of 55931 with flag 917672/425000
1601.46/1585.41	c cleaning 28974 clauses out of 57970 with flag 978395/455000
1713.59/1696.08	c cleaning 29989 clauses out of 60001 with flag 1041493/486005
1800.02/1781.40	c starts		: 1
1800.02/1781.40	c conflicts		: 509610
1800.02/1781.40	c decisions		: 555354
1800.02/1781.40	c propagations		: 89704948
1800.02/1781.40	c inspects		: 1689352644
1800.02/1781.40	c shortcuts		: 0
1800.02/1781.40	c learnt literals	: 1
1800.02/1781.40	c learnt binary clauses	: 0
1800.02/1781.40	c learnt ternary clauses	: 0
1800.02/1781.40	c learnt constraints	: 509609
1800.02/1781.40	c ignored constraints	: 0
1800.02/1781.40	c root simplifications	: 0
1800.02/1781.40	c removed literals (reason simplification)	: 0
1800.02/1781.40	c reason swapping (by a shorter reason)	: 0
1800.02/1781.40	c Calls to reduceDB	: 27
1800.02/1781.40	c Number of update (reduction) of LBD	: 23710
1800.02/1781.40	c Imported unit clauses	: 0
1800.02/1781.40	c number of reductions to clauses (during analyze)	: 0
1800.02/1781.40	c number of learned constraints concerned by reduction	: 0
1800.02/1781.40	c number of learning phase by resolution	: 0
1800.02/1781.40	c number of learning phase by cutting planes	: 0
1800.02/1781.40	c speed (assignments/second)	: 50374.10565624517
1800.02/1781.40	c non guided choices	4437
1800.02/1781.41	c timeout
1800.02/1781.42	c learnt constraints type 
1800.02/1781.42	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 53617
1800.02/1781.42	s UNKNOWN
1800.02/1781.42	c Total wall clock time (in seconds): 1781.312

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-4103420-1466238378/watcher-4103420-1466238378 -o /tmp/evaluation-result-4103420-1466238378/solver-4103420-1466238378 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466206067-15565 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103420-1466238378.opb 

pid=20872
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.33 2.31 2.22 3/194 20875
/proc/meminfo: memFree=27613504/32872528 swapFree=1370848/1518016
[pid=20875] ppid=20872 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/20875/stat : 20875 (java) D 20872 20875 15548 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 25884249 9515008 185 33554432000 1073741824 1073778376 140734722754272 140734722743336 229346733351 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/20875/statm: 2323 185 143 9 0 71 0

[startup+0.100161 s]
/proc/loadavg: 2.33 2.31 2.22 3/194 20875
/proc/meminfo: memFree=27613504/32872528 swapFree=1370848/1518016
[pid=20875] ppid=20872 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/20875/stat : 20875 (java) S 20872 20875 15548 0 -1 4202496 4403 0 1 0 8 1 0 0 20 0 18 0 25884249 9787879424 6033 33554432000 1073741824 1073778376 140734722754272 140734722745408 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20875/statm: 2389619 6033 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200227 s]
/proc/loadavg: 2.33 2.31 2.22 3/194 20875
/proc/meminfo: memFree=27613504/32872528 swapFree=1370848/1518016
[pid=20875] ppid=20872 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/20875/stat : 20875 (java) S 20872 20875 15548 0 -1 4202496 5579 0 1 0 27 1 0 0 20 0 18 0 25884249 9787879424 7380 33554432000 1073741824 1073778376 140734722754272 140734722745408 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20875/statm: 2389619 7380 2209 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300234 s]
/proc/loadavg: 2.33 2.31 2.22 3/194 20875
/proc/meminfo: memFree=27613504/32872528 swapFree=1370848/1518016
[pid=20875] ppid=20872 vsize=9558476 CPUtime=0.58 cores=1,3,5,7
/proc/20875/stat : 20875 (java) S 20872 20875 15548 0 -1 4202496 9122 0 1 0 56 2 0 0 20 0 18 0 25884249 9787879424 11659 33554432000 1073741824 1073778376 140734722754272 140734722745408 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20875/statm: 2389619 11646 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9558476

[startup+0.70021 s]
/proc/loadavg: 2.33 2.31 2.22 3/194 20875
/proc/meminfo: memFree=27613504/32872528 swapFree=1370848/1518016
[pid=20875] ppid=20872 vsize=9625040 CPUtime=1.32 cores=1,3,5,7
/proc/20875/stat : 20875 (java) S 20872 20875 15548 0 -1 4202496 10005 0 1 0 125 7 0 0 20 0 19 0 25884249 9856040960 47107 33554432000 1073741824 1073778376 140734722754272 140734722745408 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20875/statm: 2406260 47107 2271 9 0 2396937 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.33 2.31 2.22 3/213 20894
/proc/meminfo: memFree=27432760/32872528 swapFree=1370848/1518016
[pid=20875] ppid=20872 vsize=9625040 CPUtime=2.45 cores=1,3,5,7
/proc/20875/stat : 20875 (java) S 20872 20875 15548 0 -1 4202496 11453 0 1 0 238 7 0 0 20 0 19 0 25884249 9856040960 47422 33554432000 1073741824 1073778376 140734722754272 140734722745408 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20875/statm: 2406260 47422 2273 9 0 2396937 0
[pid=20875/tid=20877] ppid=20872 vsize=9625040 CPUtime=1.43 cores=1,3,5,7
/proc/20875/task/20877/stat : 20877 (java) R 20872 20875 15548 0 -1 4202560 2469 0 1 0 140 3 0 0 20 0 19 0 25884250 9856040960 47422 33554432000 1073741824 1073778376 140734722754272 139817182503224 139817040743151 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20875/tid=20878] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20878/stat : 20878 (java) S 20872 20875 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25884251 9856040960 47422 33554432000 1073741824 1073778376 140734722754272 139817160604328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20875/tid=20879] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20879/stat : 20879 (java) S 20872 20875 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25884251 9856040960 47422 33554432000 1073741824 1073778376 140734722754272 139817159551784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20875/tid=20880] ppid=20872 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/20875/task/20880/stat : 20880 (java) S 20872 20875 15548 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 25884251 9856040960 47422 33554432000 1073741824 1073778376 140734722754272 139817158499240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20881] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20881/stat : 20881 (java) S 20872 20875 15548 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 25884251 9856040960 47422 33554432000 1073741824 1073778376 140734722754272 139816821845032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20875/tid=20882] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20882/stat : 20882 (java) S 20872 20875 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25884251 9856040960 47422 33554432000 1073741824 1073778376 140734722754272 139816820791464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20883] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20883/stat : 20883 (java) S 20872 20875 15548 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 25884251 9856040960 47422 33554432000 1073741824 1073778376 140734722754272 139816819738920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20875/tid=20884] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20884/stat : 20884 (java) S 20872 20875 15548 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 25884251 9856040960 47422 33554432000 1073741824 1073778376 140734722754272 139816818686376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20875/tid=20885] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20885/stat : 20885 (java) S 20872 20875 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25884251 9856040960 47422 33554432000 1073741824 1073778376 140734722754272 139816817633832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20875/tid=20886] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20886/stat : 20886 (java) S 20872 20875 15548 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 25884252 9856040960 47422 33554432000 1073741824 1073778376 140734722754272 139816805223016 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20887] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20887/stat : 20887 (java) S 20872 20875 15548 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 25884253 9856040960 47422 33554432000 1073741824 1073778376 140734722754272 139816804169336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20888] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20888/stat : 20888 (java) S 20872 20875 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25884253 9856040960 47422 33554432000 1073741824 1073778376 140734722754272 139816803116680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20889] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20889/stat : 20889 (java) S 20872 20875 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25884255 9856040960 47422 33554432000 1073741824 1073778376 140734722754272 139816802065424 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20890] ppid=20872 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/20875/task/20890/stat : 20890 (java) S 20872 20875 15548 0 -1 4202560 3711 0 0 0 47 0 0 0 20 0 19 0 25884255 9856040960 47422 33554432000 1073741824 1073778376 140734722754272 139816801011768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20891] ppid=20872 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/20875/task/20891/stat : 20891 (java) S 20872 20875 15548 0 -1 4202560 3862 0 0 0 39 0 0 0 20 0 19 0 25884255 9856040960 47422 33554432000 1073741824 1073778376 140734722754272 139816799959224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20875/tid=20892] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20892/stat : 20892 (java) S 20872 20875 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25884255 9856040960 47422 33554432000 1073741824 1073778376 140734722754272 139816798906872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20875/tid=20893] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20893/stat : 20893 (java) S 20872 20875 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25884255 9856040960 47422 33554432000 1073741824 1073778376 140734722754272 139816797854536 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20875/tid=20894] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20894/stat : 20894 (java) S 20872 20875 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25884313 9856040960 47422 33554432000 1073741824 1073778376 140734722754272 139816796701992 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.33 2.31 2.22 4/213 20894
/proc/meminfo: memFree=27432000/32872528 swapFree=1370848/1518016
[pid=20875] ppid=20872 vsize=9625040 CPUtime=4.06 cores=1,3,5,7
/proc/20875/stat : 20875 (java) S 20872 20875 15548 0 -1 4202496 11455 0 1 0 399 7 0 0 20 0 19 0 25884249 9856040960 47423 33554432000 1073741824 1073778376 140734722754272 140734722745408 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20875/statm: 2406260 47423 2273 9 0 2396937 0
[pid=20875/tid=20877] ppid=20872 vsize=9625040 CPUtime=3.03 cores=1,3,5,7
/proc/20875/task/20877/stat : 20877 (java) R 20872 20875 15548 0 -1 4202560 2470 0 1 0 300 3 0 0 20 0 19 0 25884250 9856040960 47423 33554432000 1073741824 1073778376 140734722754272 139817182503128 139817040743151 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20875/tid=20878] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20878/stat : 20878 (java) S 20872 20875 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25884251 9856040960 47423 33554432000 1073741824 1073778376 140734722754272 139817160604328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20875/tid=20879] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20879/stat : 20879 (java) S 20872 20875 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25884251 9856040960 47423 33554432000 1073741824 1073778376 140734722754272 139817159551784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20875/tid=20880] ppid=20872 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/20875/task/20880/stat : 20880 (java) S 20872 20875 15548 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 25884251 9856040960 47423 33554432000 1073741824 1073778376 140734722754272 139817158499240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20881] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20881/stat : 20881 (java) S 20872 20875 15548 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 25884251 9856040960 47423 33554432000 1073741824 1073778376 140734722754272 139816821845032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20875/tid=20882] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20882/stat : 20882 (java) S 20872 20875 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25884251 9856040960 47423 33554432000 1073741824 1073778376 140734722754272 139816820791464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20883] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20883/stat : 20883 (java) S 20872 20875 15548 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 25884251 9856040960 47423 33554432000 1073741824 1073778376 140734722754272 139816819738920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20875/tid=20884] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20884/stat : 20884 (java) S 20872 20875 15548 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 25884251 9856040960 47423 33554432000 1073741824 1073778376 140734722754272 139816818686376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20875/tid=20885] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20885/stat : 20885 (java) S 20872 20875 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25884251 9856040960 47423 33554432000 1073741824 1073778376 140734722754272 139816817633832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20875/tid=20886] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20886/stat : 20886 (java) S 20872 20875 15548 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 25884252 9856040960 47423 33554432000 1073741824 1073778376 140734722754272 139816805223016 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20875/tid=20887] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20887/stat : 20887 (java) S 20872 20875 15548 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 25884253 9856040960 47423 33554432000 1073741824 1073778376 140734722754272 139816804169336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20888] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20888/stat : 20888 (java) S 20872 20875 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25884253 9856040960 47423 33554432000 1073741824 1073778376 140734722754272 139816803116680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20889] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20889/stat : 20889 (java) S 20872 20875 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25884255 9856040960 47423 33554432000 1073741824 1073778376 140734722754272 139816802065424 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20890] ppid=20872 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/20875/task/20890/stat : 20890 (java) S 20872 20875 15548 0 -1 4202560 3711 0 0 0 47 0 0 0 20 0 19 0 25884255 9856040960 47423 33554432000 1073741824 1073778376 140734722754272 139816801011768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20891] ppid=20872 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/20875/task/20891/stat : 20891 (java) S 20872 20875 15548 0 -1 4202560 3862 0 0 0 40 0 0 0 20 0 19 0 25884255 9856040960 47423 33554432000 1073741824 1073778376 140734722754272 139816799959224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20875/tid=20892] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20892/stat : 20892 (java) S 20872 20875 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25884255 9856040960 47423 33554432000 1073741824 1073778376 140734722754272 139816798906872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20875/tid=20893] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20893/stat : 20893 (java) S 20872 20875 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25884255 9856040960 47423 33554432000 1073741824 1073778376 140734722754272 139816797854536 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20875/tid=20894] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20894/stat : 20894 (java) S 20872 20875 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25884313 9856040960 47423 33554432000 1073741824 1073778376 140734722754272 139816796701992 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.31 2.30 2.22 4/213 20894
/proc/meminfo: memFree=27431764/32872528 swapFree=1370848/1518016
[pid=20875] ppid=20872 vsize=9625040 CPUtime=7.28 cores=1,3,5,7
/proc/20875/stat : 20875 (java) S 20872 20875 15548 0 -1 4202496 11456 0 1 0 721 7 0 0 20 0 19 0 25884249 9856040960 47406 33554432000 1073741824 1073778376 140734722754272 140734722745408 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20875/statm: 2406260 47406 2273 9 0 2396937 0
[pid=20875/tid=20877] ppid=20872 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/20875/task/20877/stat : 20877 (java) R 20872 20875 15548 0 -1 4202560 2471 0 1 0 620 3 0 0 20 0 19 0 25884250 9856040960 47406 33554432000 1073741824 1073778376 140734722754272 139817182501216 139817040743151 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20875/tid=20878] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20878/stat : 20878 (java) S 20872 20875 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25884251 9856040960 47406 33554432000 1073741824 1073778376 140734722754272 139817160604328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20875/tid=20879] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20879/stat : 20879 (java) S 20872 20875 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25884251 9856040960 47406 33554432000 1073741824 1073778376 140734722754272 139817159551784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20875/tid=20880] ppid=20872 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/20875/task/20880/stat : 20880 (java) S 20872 20875 15548 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 25884251 9856040960 47406 33554432000 1073741824 1073778376 140734722754272 139817158499240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20881] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20881/stat : 20881 (java) S 20872 20875 15548 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 25884251 9856040960 47406 33554432000 1073741824 1073778376 140734722754272 139816821845032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20875/tid=20882] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20882/stat : 20882 (java) S 20872 20875 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25884251 9856040960 47406 33554432000 1073741824 1073778376 140734722754272 139816820791464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20883] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20883/stat : 20883 (java) S 20872 20875 15548 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 25884251 9856040960 47406 33554432000 1073741824 1073778376 140734722754272 139816819738920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20875/tid=20884] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20884/stat : 20884 (java) S 20872 20875 15548 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 25884251 9856040960 47406 33554432000 1073741824 1073778376 140734722754272 139816818686376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20875/tid=20885] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20885/stat : 20885 (java) S 20872 20875 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25884251 9856040960 47406 33554432000 1073741824 1073778376 140734722754272 139816817633832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20875/tid=20886] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20886/stat : 20886 (java) S 20872 20875 15548 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 25884252 9856040960 47406 33554432000 1073741824 1073778376 140734722754272 139816805223016 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20875/tid=20887] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20887/stat : 20887 (java) S 20872 20875 15548 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 25884253 9856040960 47406 33554432000 1073741824 1073778376 140734722754272 139816804169336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20888] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20888/stat : 20888 (java) S 20872 20875 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25884253 9856040960 47406 33554432000 1073741824 1073778376 140734722754272 139816803116680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20889] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20889/stat : 20889 (java) S 20872 20875 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25884255 9856040960 47406 33554432000 1073741824 1073778376 140734722754272 139816802065424 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20890] ppid=20872 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/20875/task/20890/stat : 20890 (java) S 20872 20875 15548 0 -1 4202560 3711 0 0 0 47 0 0 0 20 0 19 0 25884255 9856040960 47406 33554432000 1073741824 1073778376 140734722754272 139816801011768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20891] ppid=20872 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/20875/task/20891/stat : 20891 (java) S 20872 20875 15548 0 -1 4202560 3862 0 0 0 42 0 0 0 20 0 19 0 25884255 9856040960 47406 33554432000 1073741824 1073778376 140734722754272 139816799959224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20875/tid=20892] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20892/stat : 20892 (java) S 20872 20875 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25884255 9856040960 47406 33554432000 1073741824 1073778376 140734722754272 139816798906872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20875/tid=20893] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20893/stat : 20893 (java) S 20872 20875 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25884255 9856040960 47406 33554432000 1073741824 1073778376 140734722754272 139816797854536 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20875/tid=20894] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20894/stat : 20894 (java) S 20872 20875 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25884313 9856040960 47406 33554432000 1073741824 1073778376 140734722754272 139816796701992 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.28
Current children cumulated vsize (KiB) 9625040


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

[pid=20875/tid=20887] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20887/stat : 20887 (java) S 20872 20875 15548 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 25884253 9856040960 299528 33554432000 1073741824 1073778376 140734722754272 139816804169336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20888] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20888/stat : 20888 (java) S 20872 20875 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25884253 9856040960 299528 33554432000 1073741824 1073778376 140734722754272 139816803116680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20889] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20889/stat : 20889 (java) S 20872 20875 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25884255 9856040960 299528 33554432000 1073741824 1073778376 140734722754272 139816802065424 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20890] ppid=20872 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/20875/task/20890/stat : 20890 (java) S 20872 20875 15548 0 -1 4202560 3720 0 0 0 52 0 0 0 20 0 19 0 25884255 9856040960 299528 33554432000 1073741824 1073778376 140734722754272 139816801011768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20891] ppid=20872 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/20875/task/20891/stat : 20891 (java) S 20872 20875 15548 0 -1 4202560 8230 0 0 0 64 2 0 0 20 0 19 0 25884255 9856040960 299528 33554432000 1073741824 1073778376 140734722754272 139816799959224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20875/tid=20892] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20892/stat : 20892 (java) S 20872 20875 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25884255 9856040960 299528 33554432000 1073741824 1073778376 140734722754272 139816798906872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20875/tid=20893] ppid=20872 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/20875/task/20893/stat : 20893 (java) S 20872 20875 15548 0 -1 4202560 92 0 0 0 15 18 0 0 20 0 19 0 25884255 9856040960 299528 33554432000 1073741824 1073778376 140734722754272 139816797854536 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20875/tid=20894] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20894/stat : 20894 (java) S 20872 20875 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25884313 9856040960 299528 33554432000 1073741824 1073778376 140734722754272 139816796701992 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1618.54
Current children cumulated vsize (KiB) 9625040

[startup+1662.3 s]
/proc/loadavg: 1.30 1.51 1.86 2/188 20968
/proc/meminfo: memFree=29338864/32872528 swapFree=1370848/1518016
[pid=20875] ppid=20872 vsize=9625040 CPUtime=1679.41 cores=1,3,5,7
/proc/20875/stat : 20875 (java) S 20872 20875 15548 0 -1 4202496 34562 0 1 0 167516 425 0 0 20 0 19 0 25884249 9856040960 255287 33554432000 1073741824 1073778376 140734722754272 140734722745408 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20875/statm: 2406260 255287 2287 9 0 2396937 0
[pid=20875/tid=20877] ppid=20872 vsize=9625040 CPUtime=1650.96 cores=1,3,5,7
/proc/20875/task/20877/stat : 20877 (java) R 20872 20875 15548 0 -1 4202560 3632 0 1 0 165057 39 0 0 20 0 19 0 25884250 9856040960 255287 33554432000 1073741824 1073778376 140734722754272 139817182502128 139817040743088 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20875/tid=20878] ppid=20872 vsize=9625040 CPUtime=2.58 cores=1,3,5,7
/proc/20875/task/20878/stat : 20878 (java) S 20872 20875 15548 0 -1 4202560 1865 0 0 0 219 39 0 0 20 0 19 0 25884251 9856040960 255287 33554432000 1073741824 1073778376 140734722754272 139817160604328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20875/tid=20879] ppid=20872 vsize=9625040 CPUtime=2.73 cores=1,3,5,7
/proc/20875/task/20879/stat : 20879 (java) S 20872 20875 15548 0 -1 4202560 1727 0 0 0 227 46 0 0 20 0 19 0 25884251 9856040960 255287 33554432000 1073741824 1073778376 140734722754272 139817159551784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20875/tid=20880] ppid=20872 vsize=9625040 CPUtime=2.91 cores=1,3,5,7
/proc/20875/task/20880/stat : 20880 (java) S 20872 20875 15548 0 -1 4202560 1378 0 0 0 233 58 0 0 20 0 19 0 25884251 9856040960 255287 33554432000 1073741824 1073778376 140734722754272 139817158499240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20875/tid=20881] ppid=20872 vsize=9625040 CPUtime=2.78 cores=1,3,5,7
/proc/20875/task/20881/stat : 20881 (java) S 20872 20875 15548 0 -1 4202560 2183 0 0 0 224 54 0 0 20 0 19 0 25884251 9856040960 255287 33554432000 1073741824 1073778376 140734722754272 139816821845032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20875/tid=20882] ppid=20872 vsize=9625040 CPUtime=2.71 cores=1,3,5,7
/proc/20875/task/20882/stat : 20882 (java) S 20872 20875 15548 0 -1 4202560 1529 0 0 0 223 48 0 0 20 0 19 0 25884251 9856040960 255287 33554432000 1073741824 1073778376 140734722754272 139816820791464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20875/tid=20883] ppid=20872 vsize=9625040 CPUtime=2.45 cores=1,3,5,7
/proc/20875/task/20883/stat : 20883 (java) S 20872 20875 15548 0 -1 4202560 1511 0 0 0 206 39 0 0 20 0 19 0 25884251 9856040960 255287 33554432000 1073741824 1073778376 140734722754272 139816819738920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20884] ppid=20872 vsize=9625040 CPUtime=2.59 cores=1,3,5,7
/proc/20875/task/20884/stat : 20884 (java) S 20872 20875 15548 0 -1 4202560 1241 0 0 0 214 45 0 0 20 0 19 0 25884251 9856040960 255287 33554432000 1073741824 1073778376 140734722754272 139816818686376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20875/tid=20885] ppid=20872 vsize=9625040 CPUtime=3.13 cores=1,3,5,7
/proc/20875/task/20885/stat : 20885 (java) S 20872 20875 15548 0 -1 4202560 2016 0 0 0 252 61 0 0 20 0 19 0 25884251 9856040960 255287 33554432000 1073741824 1073778376 140734722754272 139816817633832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20886] ppid=20872 vsize=9625040 CPUtime=5.25 cores=1,3,5,7
/proc/20875/task/20886/stat : 20886 (java) S 20872 20875 15548 0 -1 4202560 4171 0 0 0 517 8 0 0 20 0 19 0 25884252 9856040960 255287 33554432000 1073741824 1073778376 140734722754272 139816805223016 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20875/tid=20887] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20887/stat : 20887 (java) S 20872 20875 15548 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 25884253 9856040960 255287 33554432000 1073741824 1073778376 140734722754272 139816804169336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20888] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20888/stat : 20888 (java) S 20872 20875 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25884253 9856040960 255287 33554432000 1073741824 1073778376 140734722754272 139816803116680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20889] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20889/stat : 20889 (java) S 20872 20875 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25884255 9856040960 255287 33554432000 1073741824 1073778376 140734722754272 139816802065424 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20890] ppid=20872 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/20875/task/20890/stat : 20890 (java) S 20872 20875 15548 0 -1 4202560 3720 0 0 0 52 0 0 0 20 0 19 0 25884255 9856040960 255287 33554432000 1073741824 1073778376 140734722754272 139816801011768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20891] ppid=20872 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/20875/task/20891/stat : 20891 (java) S 20872 20875 15548 0 -1 4202560 8230 0 0 0 64 2 0 0 20 0 19 0 25884255 9856040960 255287 33554432000 1073741824 1073778376 140734722754272 139816799959224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20875/tid=20892] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20892/stat : 20892 (java) S 20872 20875 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25884255 9856040960 255287 33554432000 1073741824 1073778376 140734722754272 139816798906872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20875/tid=20893] ppid=20872 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/20875/task/20893/stat : 20893 (java) S 20872 20875 15548 0 -1 4202560 94 0 0 0 15 19 0 0 20 0 19 0 25884255 9856040960 255287 33554432000 1073741824 1073778376 140734722754272 139816797854536 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20875/tid=20894] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20894/stat : 20894 (java) S 20872 20875 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25884313 9856040960 255287 33554432000 1073741824 1073778376 140734722754272 139816796701992 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1679.41
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 1.41 1.50 1.83 3/188 20969
/proc/meminfo: memFree=29115228/32872528 swapFree=1370848/1518016
[pid=20875] ppid=20872 vsize=9625040 CPUtime=1740.2 cores=1,3,5,7
/proc/20875/stat : 20875 (java) S 20872 20875 15548 0 -1 4202496 35513 0 1 0 173574 446 0 0 20 0 19 0 25884249 9856040960 312122 33554432000 1073741824 1073778376 140734722754272 140734722745408 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20875/statm: 2406260 312122 2287 9 0 2396937 0
[pid=20875/tid=20877] ppid=20872 vsize=9625040 CPUtime=1710.29 cores=1,3,5,7
/proc/20875/task/20877/stat : 20877 (java) R 20872 20875 15548 0 -1 4202560 3645 0 1 0 170990 39 0 0 20 0 19 0 25884250 9856040960 312122 33554432000 1073741824 1073778376 140734722754272 139817182502096 139817040693947 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20875/tid=20878] ppid=20872 vsize=9625040 CPUtime=2.73 cores=1,3,5,7
/proc/20875/task/20878/stat : 20878 (java) S 20872 20875 15548 0 -1 4202560 1913 0 0 0 232 41 0 0 20 0 19 0 25884251 9856040960 312122 33554432000 1073741824 1073778376 140734722754272 139817160604328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20879] ppid=20872 vsize=9625040 CPUtime=2.9 cores=1,3,5,7
/proc/20875/task/20879/stat : 20879 (java) S 20872 20875 15548 0 -1 4202560 1922 0 0 0 241 49 0 0 20 0 19 0 25884251 9856040960 312122 33554432000 1073741824 1073778376 140734722754272 139817159551784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20880] ppid=20872 vsize=9625040 CPUtime=3.11 cores=1,3,5,7
/proc/20875/task/20880/stat : 20880 (java) S 20872 20875 15548 0 -1 4202560 1529 0 0 0 250 61 0 0 20 0 19 0 25884251 9856040960 312122 33554432000 1073741824 1073778376 140734722754272 139817158499240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20875/tid=20881] ppid=20872 vsize=9625040 CPUtime=2.92 cores=1,3,5,7
/proc/20875/task/20881/stat : 20881 (java) S 20872 20875 15548 0 -1 4202560 2327 0 0 0 235 57 0 0 20 0 19 0 25884251 9856040960 312122 33554432000 1073741824 1073778376 140734722754272 139816821845032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20875/tid=20882] ppid=20872 vsize=9625040 CPUtime=2.81 cores=1,3,5,7
/proc/20875/task/20882/stat : 20882 (java) S 20872 20875 15548 0 -1 4202560 1566 0 0 0 232 49 0 0 20 0 19 0 25884251 9856040960 312122 33554432000 1073741824 1073778376 140734722754272 139816820791464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20883] ppid=20872 vsize=9625040 CPUtime=2.58 cores=1,3,5,7
/proc/20875/task/20883/stat : 20883 (java) S 20872 20875 15548 0 -1 4202560 1572 0 0 0 217 41 0 0 20 0 19 0 25884251 9856040960 312122 33554432000 1073741824 1073778376 140734722754272 139816819738920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20875/tid=20884] ppid=20872 vsize=9625040 CPUtime=2.73 cores=1,3,5,7
/proc/20875/task/20884/stat : 20884 (java) S 20872 20875 15548 0 -1 4202560 1301 0 0 0 226 47 0 0 20 0 19 0 25884251 9856040960 312122 33554432000 1073741824 1073778376 140734722754272 139816818686376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20875/tid=20885] ppid=20872 vsize=9625040 CPUtime=3.25 cores=1,3,5,7
/proc/20875/task/20885/stat : 20885 (java) S 20872 20875 15548 0 -1 4202560 2080 0 0 0 262 63 0 0 20 0 19 0 25884251 9856040960 312122 33554432000 1073741824 1073778376 140734722754272 139816817633832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20875/tid=20886] ppid=20872 vsize=9625040 CPUtime=5.6 cores=1,3,5,7
/proc/20875/task/20886/stat : 20886 (java) S 20872 20875 15548 0 -1 4202560 4345 0 0 0 552 8 0 0 20 0 19 0 25884252 9856040960 312122 33554432000 1073741824 1073778376 140734722754272 139816805223016 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20875/tid=20887] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20887/stat : 20887 (java) S 20872 20875 15548 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 25884253 9856040960 312122 33554432000 1073741824 1073778376 140734722754272 139816804169336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20888] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20888/stat : 20888 (java) S 20872 20875 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25884253 9856040960 312122 33554432000 1073741824 1073778376 140734722754272 139816803116680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20889] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20889/stat : 20889 (java) S 20872 20875 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25884255 9856040960 312122 33554432000 1073741824 1073778376 140734722754272 139816802065424 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20890] ppid=20872 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/20875/task/20890/stat : 20890 (java) S 20872 20875 15548 0 -1 4202560 3720 0 0 0 52 0 0 0 20 0 19 0 25884255 9856040960 312122 33554432000 1073741824 1073778376 140734722754272 139816801011768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20891] ppid=20872 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/20875/task/20891/stat : 20891 (java) S 20872 20875 15548 0 -1 4202560 8230 0 0 0 64 2 0 0 20 0 19 0 25884255 9856040960 312122 33554432000 1073741824 1073778376 140734722754272 139816799959224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20875/tid=20892] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20892/stat : 20892 (java) S 20872 20875 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25884255 9856040960 312122 33554432000 1073741824 1073778376 140734722754272 139816798906872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20875/tid=20893] ppid=20872 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/20875/task/20893/stat : 20893 (java) S 20872 20875 15548 0 -1 4202560 98 0 0 0 16 19 0 0 20 0 19 0 25884255 9856040960 312122 33554432000 1073741824 1073778376 140734722754272 139816797854536 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20875/tid=20894] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20894/stat : 20894 (java) S 20872 20875 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25884313 9856040960 312122 33554432000 1073741824 1073778376 140734722754272 139816796701992 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1740.2
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.4 s]
/proc/loadavg: 1.39 1.47 1.80 2/188 20970
/proc/meminfo: memFree=29191852/32872528 swapFree=1370848/1518016
[pid=20875] ppid=20872 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/20875/stat : 20875 (java) S 20872 20875 15548 0 -1 4202496 36463 0 1 0 179539 463 0 0 20 0 19 0 25884249 9856040960 292891 33554432000 1073741824 1073778376 140734722754272 140734722745408 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20875/statm: 2406260 292891 2287 9 0 2396937 0
[pid=20875/tid=20877] ppid=20872 vsize=9625040 CPUtime=1768.96 cores=1,3,5,7
/proc/20875/task/20877/stat : 20877 (java) R 20872 20875 15548 0 -1 4202560 3656 0 1 0 176856 40 0 0 20 0 19 0 25884250 9856040960 292891 33554432000 1073741824 1073778376 140734722754272 139817182502096 139817040758076 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20878] ppid=20872 vsize=9625040 CPUtime=2.84 cores=1,3,5,7
/proc/20875/task/20878/stat : 20878 (java) S 20872 20875 15548 0 -1 4202560 2034 0 0 0 242 42 0 0 20 0 19 0 25884251 9856040960 292891 33554432000 1073741824 1073778376 140734722754272 139817160604328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20875/tid=20879] ppid=20872 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/20875/task/20879/stat : 20879 (java) S 20872 20875 15548 0 -1 4202560 2037 0 0 0 253 51 0 0 20 0 19 0 25884251 9856040960 292891 33554432000 1073741824 1073778376 140734722754272 139817159551784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20875/tid=20880] ppid=20872 vsize=9625040 CPUtime=3.23 cores=1,3,5,7
/proc/20875/task/20880/stat : 20880 (java) S 20872 20875 15548 0 -1 4202560 1691 0 0 0 259 64 0 0 20 0 19 0 25884251 9856040960 292891 33554432000 1073741824 1073778376 140734722754272 139817158499240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20875/tid=20881] ppid=20872 vsize=9625040 CPUtime=3.01 cores=1,3,5,7
/proc/20875/task/20881/stat : 20881 (java) S 20872 20875 15548 0 -1 4202560 2357 0 0 0 242 59 0 0 20 0 19 0 25884251 9856040960 292891 33554432000 1073741824 1073778376 140734722754272 139816821845032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20875/tid=20882] ppid=20872 vsize=9625040 CPUtime=2.91 cores=1,3,5,7
/proc/20875/task/20882/stat : 20882 (java) S 20872 20875 15548 0 -1 4202560 1604 0 0 0 239 52 0 0 20 0 19 0 25884251 9856040960 292891 33554432000 1073741824 1073778376 140734722754272 139816820791464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20875/tid=20883] ppid=20872 vsize=9625040 CPUtime=2.69 cores=1,3,5,7
/proc/20875/task/20883/stat : 20883 (java) S 20872 20875 15548 0 -1 4202560 1721 0 0 0 227 42 0 0 20 0 19 0 25884251 9856040960 292891 33554432000 1073741824 1073778376 140734722754272 139816819738920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20875/tid=20884] ppid=20872 vsize=9625040 CPUtime=2.86 cores=1,3,5,7
/proc/20875/task/20884/stat : 20884 (java) S 20872 20875 15548 0 -1 4202560 1419 0 0 0 236 50 0 0 20 0 19 0 25884251 9856040960 292891 33554432000 1073741824 1073778376 140734722754272 139816818686376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20885] ppid=20872 vsize=9625040 CPUtime=3.43 cores=1,3,5,7
/proc/20875/task/20885/stat : 20885 (java) S 20872 20875 15548 0 -1 4202560 2236 0 0 0 277 66 0 0 20 0 19 0 25884251 9856040960 292891 33554432000 1073741824 1073778376 140734722754272 139816817633832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20875/tid=20886] ppid=20872 vsize=9625040 CPUtime=5.75 cores=1,3,5,7
/proc/20875/task/20886/stat : 20886 (java) S 20872 20875 15548 0 -1 4202560 4391 0 0 0 567 8 0 0 20 0 19 0 25884252 9856040960 292891 33554432000 1073741824 1073778376 140734722754272 139816805223016 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20875/tid=20887] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20887/stat : 20887 (java) S 20872 20875 15548 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 25884253 9856040960 292891 33554432000 1073741824 1073778376 140734722754272 139816804169336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20888] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20888/stat : 20888 (java) S 20872 20875 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25884253 9856040960 292891 33554432000 1073741824 1073778376 140734722754272 139816803116680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20889] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20889/stat : 20889 (java) S 20872 20875 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25884255 9856040960 292891 33554432000 1073741824 1073778376 140734722754272 139816802065424 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20890] ppid=20872 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/20875/task/20890/stat : 20890 (java) S 20872 20875 15548 0 -1 4202560 3720 0 0 0 52 0 0 0 20 0 19 0 25884255 9856040960 292891 33554432000 1073741824 1073778376 140734722754272 139816801011768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20875/tid=20891] ppid=20872 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/20875/task/20891/stat : 20891 (java) S 20872 20875 15548 0 -1 4202560 8230 0 0 0 64 2 0 0 20 0 19 0 25884255 9856040960 292891 33554432000 1073741824 1073778376 140734722754272 139816799959224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20875/tid=20892] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20892/stat : 20892 (java) S 20872 20875 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25884255 9856040960 292891 33554432000 1073741824 1073778376 140734722754272 139816798906872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20875/tid=20893] ppid=20872 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/20875/task/20893/stat : 20893 (java) S 20872 20875 15548 0 -1 4202560 102 0 0 0 17 20 0 0 20 0 19 0 25884255 9856040960 292891 33554432000 1073741824 1073778376 140734722754272 139816797854536 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20875/tid=20894] ppid=20872 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20875/task/20894/stat : 20894 (java) S 20872 20875 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25884313 9856040960 292891 33554432000 1073741824 1073778376 140734722754272 139816796701992 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 20875 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1781.45
CPU time (s): 1800.59
CPU user time (s): 1795.48
CPU system time (s): 5.11022
CPU usage (%): 101.075
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.48
system time used= 5.11022
maximum resident set size= 2377232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36500
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44567
involuntary context switches= 35297

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9903 second user time and 12.3451 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-18 10:26:18
IDJOB=4103420
IDBENCH=2353
IDSOLVER=2546
FILE ID=node129/4103420-1466238378
RUNJOBID= node129-1466206067-15565
PBS_JOBID= 19918148
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-blp-ic97.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103420-1466238378/watcher-4103420-1466238378 -o /tmp/evaluation-result-4103420-1466238378/solver-4103420-1466238378 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466206067-15565 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103420-1466238378.opb

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

MD5SUM BENCH= c6beff0c06c855c4098e361c6e1a2493
RANDOM SEED=1829669636

node129.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.143
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.28
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.143
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.143
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.143
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.143
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.143
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.143
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.143
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27614048 kB
Buffers:          119580 kB
Cached:           145296 kB
SwapCached:         1940 kB
Active:          2802244 kB
Inactive:         196404 kB
Active(anon):    2734968 kB
Inactive(anon):     1076 kB
Active(file):      67276 kB
Inactive(file):   195328 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099228 kB
Dirty:              2020 kB
Writeback:             0 kB
AnonPages:       4320240 kB
Mapped:            15428 kB
Shmem:                 0 kB
Slab:             600732 kB
SReclaimable:      44472 kB
SUnreclaim:       556260 kB
KernelStack:        1760 kB
PageTables:        12056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4649428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2908160 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= 71736 MiB
End job on node129 at 2016-06-18 10:55:59