Trace number 4080519

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.12 898.675

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K128.opb
MD5SUM17c4ca9a6493665b57c1ccd2ab23e03d
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15232
Total number of constraints15490
Number of constraints which are clauses15362
Number of constraints which are cardinality constraints (but not clauses)128
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint128
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 129
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4080519-1465278960.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  no objective function found
1.61/0.78	c ... done. Wall clock time 0.668s.
1.61/0.78	c declared #vars     15232
1.61/0.78	c #constraints  15490
1.61/0.78	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.61/0.78	c constraints type 
1.61/0.78	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13709
1.61/0.78	c org.sat4j.minisat.constraints.card.MinWatchCard => 128
1.61/0.78	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.61/0.78	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1651
1.61/0.78	c 15490 constraints processed.
1.61/0.78	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.61/0.78	c constraints type 
1.61/0.78	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1651
1.61/0.78	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13709
1.61/0.78	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 128
1.61/0.78	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.61/0.78	c 15490 constraints processed.
8.84/3.21	c cleaning 2480 clauses out of 4990 with flag 23305/5001
14.34/5.85	c cleaning 4235 clauses out of 8504 with flag 56293/11000
20.26/8.70	c cleaning 5626 clauses out of 11271 with flag 93145/18006
27.55/12.39	c cleaning 6768 clauses out of 13640 with flag 141347/26002
35.28/16.17	c cleaning 7869 clauses out of 15871 with flag 190533/35002
44.38/20.67	c cleaning 8776 clauses out of 17986 with flag 243179/45000
53.79/25.38	c cleaning 9175 clauses out of 20204 with flag 299376/56000
63.72/30.21	c cleaning 9852 clauses out of 23023 with flag 360505/68002
74.91/35.82	c cleaning 10981 clauses out of 26160 with flag 428095/81000
88.53/42.50	c cleaning 11732 clauses out of 29176 with flag 500573/95001
103.54/50.02	c cleaning 12408 clauses out of 32438 with flag 582454/110001
121.15/58.75	c cleaning 13125 clauses out of 36029 with flag 669195/126004
137.30/66.76	c cleaning 14193 clauses out of 39895 with flag 761319/143000
154.50/75.40	c cleaning 15058 clauses out of 43696 with flag 859838/161000
175.48/85.77	c cleaning 15632 clauses out of 47633 with flag 961200/180000
199.08/97.84	c cleaning 16624 clauses out of 51999 with flag 1069982/200001
220.28/108.44	c cleaning 17312 clauses out of 56372 with flag 1188192/221000
244.15/120.37	c cleaning 18294 clauses out of 61063 with flag 1316011/243004
269.34/132.95	c cleaning 19263 clauses out of 65765 with flag 1446115/266003
294.94/145.72	c cleaning 20014 clauses out of 70496 with flag 1581532/290000
319.94/158.21	c cleaning 20544 clauses out of 75481 with flag 1722881/315003
347.50/171.99	c cleaning 21585 clauses out of 80935 with flag 1876408/341004
378.90/187.62	c cleaning 22737 clauses out of 86342 with flag 2032556/368000
409.89/203.18	c cleaning 23297 clauses out of 91602 with flag 2193892/396001
442.10/219.17	c cleaning 24094 clauses out of 97299 with flag 2357111/425000
476.09/236.10	c cleaning 25375 clauses out of 103204 with flag 2537071/455002
511.29/253.70	c cleaning 26005 clauses out of 108827 with flag 2718713/486002
550.49/273.39	c cleaning 26968 clauses out of 114817 with flag 2910882/518000
589.00/292.54	c cleaning 27842 clauses out of 120847 with flag 3110651/551000
630.59/313.31	c cleaning 28715 clauses out of 127001 with flag 3317462/585000
673.64/335.17	c cleaning 29521 clauses out of 133286 with flag 3536145/620000
721.36/358.94	c cleaning 30346 clauses out of 139766 with flag 3762790/656001
769.68/383.00	c cleaning 31537 clauses out of 146419 with flag 3994894/693002
821.66/408.83	c cleaning 32212 clauses out of 152876 with flag 4242988/731000
877.69/436.55	c cleaning 33091 clauses out of 159663 with flag 4496709/770000
931.98/464.11	c cleaning 33844 clauses out of 166570 with flag 4756991/810000
986.87/491.59	c cleaning 35128 clauses out of 173723 with flag 5032311/851000
1037.99/517.08	c cleaning 36125 clauses out of 180593 with flag 5312958/893000
1092.93/544.37	c cleaning 36654 clauses out of 187466 with flag 5598623/936003
1151.12/573.44	c cleaning 37882 clauses out of 194807 with flag 5897667/980000
1212.03/604.75	c cleaning 38496 clauses out of 201923 with flag 6206781/1025000
1273.25/635.39	c cleaning 39712 clauses out of 209428 with flag 6525443/1071002
1335.05/666.28	c cleaning 40412 clauses out of 216714 with flag 6852097/1118004
1398.24/697.88	c cleaning 41797 clauses out of 224299 with flag 7191283/1166002
1464.93/731.01	c cleaning 42382 clauses out of 231502 with flag 7538879/1215003
1534.73/765.94	c cleaning 43199 clauses out of 239117 with flag 7914234/1265001
1604.93/801.07	c cleaning 44664 clauses out of 246917 with flag 8290690/1316000
1676.12/836.65	c cleaning 45473 clauses out of 254254 with flag 8675362/1368001
1752.31/874.77	c cleaning 46340 clauses out of 261781 with flag 9059518/1421002
1800.12/898.60	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/898.60	c starts		: 9200
1800.12/898.60	c conflicts		: 1455611
1800.12/898.60	c decisions		: 30792996
1800.12/898.60	c propagations		: 1130876114
1800.12/898.60	c inspects		: 3532255770
1800.12/898.60	c shortcuts		: 0
1800.12/898.60	c learnt literals	: 168
1800.12/898.60	c learnt binary clauses	: 83699
1800.12/898.60	c learnt ternary clauses	: 81063
1800.12/898.60	c learnt constraints	: 1455443
1800.12/898.60	c ignored constraints	: 0
1800.12/898.60	c root simplifications	: 0
1800.12/898.60	c removed literals (reason simplification)	: 13484283
1800.12/898.60	c reason swapping (by a shorter reason)	: 0
1800.12/898.60	c Calls to reduceDB	: 49
1800.12/898.60	c Number of update (reduction) of LBD	: 1113348
1800.12/898.60	c Imported unit clauses	: 0
1800.12/898.60	c number of reductions to clauses (during analyze)	: 0
1800.12/898.60	c number of learned constraints concerned by reduction	: 0
1800.12/898.60	c number of learning phase by resolution	: 0
1800.12/898.60	c number of learning phase by cutting planes	: 0
1800.12/898.60	c speed (assignments/second)	: 1259613.6694750255
1800.12/898.60	c non guided choices	6304
1800.12/898.65	c learnt constraints type 
1800.12/898.65	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 83699
1800.12/898.65	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 166350
1800.12/898.65	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/898.65	c starts		: 21
1800.12/898.65	c conflicts		: 4976
1800.12/898.65	c decisions		: 80188
1800.12/898.65	c propagations		: 4293512
1800.12/898.65	c inspects		: 158524779
1800.12/898.65	c shortcuts		: 0
1800.12/898.65	c learnt literals	: 0
1800.12/898.65	c learnt binary clauses	: 0
1800.12/898.65	c learnt ternary clauses	: 13
1800.12/898.65	c learnt constraints	: 4975
1800.12/898.65	c ignored constraints	: 0
1800.12/898.65	c root simplifications	: 0
1800.12/898.65	c removed literals (reason simplification)	: 0
1800.12/898.65	c reason swapping (by a shorter reason)	: 0
1800.12/898.65	c Calls to reduceDB	: 0
1800.12/898.65	c Number of update (reduction) of LBD	: 0
1800.12/898.65	c Imported unit clauses	: 0
1800.12/898.65	c number of reductions to clauses (during analyze)	: 0
1800.12/898.65	c number of learned constraints concerned by reduction	: 0
1800.12/898.65	c number of learning phase by resolution	: 0
1800.12/898.65	c number of learning phase by cutting planes	: 0
1800.12/898.65	c speed (assignments/second)	: 4782.019168119219
1800.12/898.65	c non guided choices	1388
1800.12/898.65	c learnt constraints type 
1800.12/898.65	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 202
1800.12/898.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1021
1800.12/898.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3752
1800.12/898.65	s UNKNOWN
1800.12/898.65	c Total wall clock time (in seconds): 898.541

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-4080519-1465278960/watcher-4080519-1465278960 -o /tmp/evaluation-result-4080519-1465278960/solver-4080519-1465278960 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465276272-27594 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080519-1465278960.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.20 4.23 4.05 4/197 28189
/proc/meminfo: memFree=28881804/32872528 swapFree=16636/1570076
[pid=28189] ppid=28186 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/28189/stat : 28189 (java) S 28186 28189 27578 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 109828337 98570240 978 33554432000 1073741824 1073778376 140736670274512 140736670265648 213422997565 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28189/statm: 24065 978 744 9 0 16771 0
[pid=28189/tid=28190] ppid=28186 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28190/stat : 28190 (java) R 28186 28189 27578 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 109828338 98570240 978 33554432000 1073741824 1073778376 140736670274512 139853806747176 213419640192 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100111 s]
/proc/loadavg: 4.20 4.23 4.05 4/197 28189
/proc/meminfo: memFree=28881804/32872528 swapFree=16636/1570076
[pid=28189] ppid=28186 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/28189/stat : 28189 (java) S 28186 28189 27578 0 -1 4202496 4419 0 1 0 9 1 0 0 20 0 18 0 109828337 9787879424 6057 33554432000 1073741824 1073778376 140736670274512 140736670265648 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28189/statm: 2389619 6057 2138 9 0 2380296 0
[pid=28189/tid=28190] ppid=28186 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/28189/task/28190/stat : 28190 (java) R 28186 28189 27578 0 -1 4202560 2395 0 1 0 6 1 0 0 20 0 18 0 109828338 9787879424 6057 33554432000 1073741824 1073778376 140736670274512 139853806750624 139853809252997 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200271 s]
/proc/loadavg: 4.20 4.23 4.05 4/197 28189
/proc/meminfo: memFree=28881804/32872528 swapFree=16636/1570076
[pid=28189] ppid=28186 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/28189/stat : 28189 (java) S 28186 28189 27578 0 -1 4202496 6162 0 1 0 28 1 0 0 20 0 18 0 109828337 9787879424 8330 33554432000 1073741824 1073778376 140736670274512 140736670265648 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28189/statm: 2389619 8330 2208 9 0 2380296 0
[pid=28189/tid=28190] ppid=28186 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/28189/task/28190/stat : 28190 (java) R 28186 28189 27578 0 -1 4202560 2411 0 1 0 16 1 0 0 20 0 18 0 109828338 9787879424 8330 33554432000 1073741824 1073778376 140736670274512 139853806720992 139853810037655 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300274 s]
/proc/loadavg: 4.20 4.23 4.05 4/197 28189
/proc/meminfo: memFree=28881804/32872528 swapFree=16636/1570076
[pid=28189] ppid=28186 vsize=9558476 CPUtime=0.57 cores=0,2,4,6
/proc/28189/stat : 28189 (java) S 28186 28189 27578 0 -1 4202496 6561 0 1 0 56 1 0 0 20 0 18 0 109828337 9787879424 11091 33554432000 1073741824 1073778376 140736670274512 140736670265648 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28189/statm: 2389619 11091 2234 9 0 2380296 0
[pid=28189/tid=28190] ppid=28186 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/28189/task/28190/stat : 28190 (java) R 28186 28189 27578 0 -1 4202560 2416 0 1 0 26 1 0 0 20 0 18 0 109828338 9787879424 11091 33554432000 1073741824 1073778376 140736670274512 139853806720992 139853679718641 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558476

[startup+0.70022 s]
/proc/loadavg: 4.20 4.23 4.05 4/197 28189
/proc/meminfo: memFree=28881804/32872528 swapFree=16636/1570076
[pid=28189] ppid=28186 vsize=9558476 CPUtime=1.61 cores=0,2,4,6
/proc/28189/stat : 28189 (java) S 28186 28189 27578 0 -1 4202496 20130 0 1 0 156 5 0 0 20 0 18 0 109828337 9787879424 39480 33554432000 1073741824 1073778376 140736670274512 140736670265648 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28189/statm: 2389619 39480 2251 9 0 2380296 0
[pid=28189/tid=28190] ppid=28186 vsize=9558476 CPUtime=0.67 cores=0,2,4,6
/proc/28189/task/28190/stat : 28190 (java) R 28186 28189 27578 0 -1 4202560 2462 0 1 0 65 2 0 0 20 0 18 0 109828338 9787879424 39480 33554432000 1073741824 1073778376 140736670274512 139853806743472 213423023373 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 9558476

[startup+1.50085 s]
/proc/loadavg: 4.20 4.23 4.05 7/219 28211
/proc/meminfo: memFree=28709160/32872528 swapFree=16636/1570076
[pid=28189] ppid=28186 vsize=9824732 CPUtime=4.66 cores=0,2,4,6
/proc/28189/stat : 28189 (java) S 28186 28189 27578 0 -1 4202496 24032 0 1 0 459 7 0 0 20 0 22 0 109828337 10060525568 50926 33554432000 1073741824 1073778376 140736670274512 140736670265648 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28189/statm: 2456183 50926 2281 9 0 2446860 0
[pid=28189/tid=28190] ppid=28186 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/28189/task/28190/stat : 28190 (java) S 28186 28189 27578 0 -1 4202560 2480 0 1 0 73 3 0 0 20 0 22 0 109828338 10060525568 50926 33554432000 1073741824 1073778376 140736670274512 139853806752632 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28189/tid=28192] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28192/stat : 28192 (java) S 28186 28189 27578 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 109828339 10060525568 50926 33554432000 1073741824 1073778376 140736670274512 139853650721192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28193] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28193/stat : 28193 (java) S 28186 28189 27578 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 109828339 10060525568 50926 33554432000 1073741824 1073778376 140736670274512 139853649668648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28189/tid=28194] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28194/stat : 28194 (java) S 28186 28189 27578 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 109828339 10060525568 50926 33554432000 1073741824 1073778376 140736670274512 139853648615592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28189/tid=28195] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28195/stat : 28195 (java) S 28186 28189 27578 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 109828339 10060525568 50926 33554432000 1073741824 1073778376 140736670274512 139853647563048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28189/tid=28196] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28196/stat : 28196 (java) S 28186 28189 27578 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 109828339 10060525568 50926 33554432000 1073741824 1073778376 140736670274512 139853646511016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28189/tid=28197] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28197/stat : 28197 (java) S 28186 28189 27578 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 109828339 10060525568 50926 33554432000 1073741824 1073778376 140736670274512 139853645458472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28189/tid=28198] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28198/stat : 28198 (java) S 28186 28189 27578 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 109828339 10060525568 50926 33554432000 1073741824 1073778376 140736670274512 139853644405416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28199] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28199/stat : 28199 (java) S 28186 28189 27578 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 109828339 10060525568 50926 33554432000 1073741824 1073778376 140736670274512 139853643352872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28200] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28200/stat : 28200 (java) S 28186 28189 27578 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 109828340 10060525568 50926 33554432000 1073741824 1073778376 140736670274512 139853630941544 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28189/tid=28201] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28201/stat : 28201 (java) S 28186 28189 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109828340 10060525568 50926 33554432000 1073741824 1073778376 140736670274512 139853629887864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28202] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28202/stat : 28202 (java) S 28186 28189 27578 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 109828340 10060525568 50926 33554432000 1073741824 1073778376 140736670274512 139853628834696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28203] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28203/stat : 28203 (java) S 28186 28189 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109828343 10060525568 50926 33554432000 1073741824 1073778376 140736670274512 139853627783440 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28204] ppid=28186 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/28189/task/28204/stat : 28204 (java) R 28186 28189 27578 0 -1 4202560 10067 0 0 0 114 2 0 0 20 0 22 0 109828343 10060525568 50926 33554432000 1073741824 1073778376 140736670274512 139853626719024 139853809358554 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=28189/tid=28205] ppid=28186 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/28189/task/28205/stat : 28205 (java) R 28186 28189 27578 0 -1 4202560 10039 0 0 0 125 2 0 0 20 0 22 0 109828343 10060525568 50926 33554432000 1073741824 1073778376 140736670274512 139853625666144 139853812703742 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28189/tid=28206] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28206/stat : 28206 (java) S 28186 28189 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109828343 10060525568 50926 33554432000 1073741824 1073778376 140736670274512 139853624625912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28189/tid=28207] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28207/stat : 28207 (java) S 28186 28189 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109828343 10060525568 50926 33554432000 1073741824 1073778376 140736670274512 139853623573576 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28189/tid=28208] ppid=28186 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/28189/task/28208/stat : 28208 (java) R 28186 28189 27578 0 -1 4202560 23 0 0 0 64 0 0 0 20 0 22 0 109828416 10060525568 50926 33554432000 1073741824 1073778376 140736670274512 139853622515840 139853679833510 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28209] ppid=28186 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/28189/task/28209/stat : 28209 (java) R 28186 28189 27578 0 -1 4202560 39 0 0 0 66 0 0 0 20 0 22 0 109828416 10060525568 50926 33554432000 1073741824 1073778376 140736670274512 139853621465520 139853680567517 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28189/tid=28210] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28210/stat : 28210 (java) S 28186 28189 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109828419 10060525568 50926 33554432000 1073741824 1073778376 140736670274512 139853620413224 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28211] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28211/stat : 28211 (java) S 28186 28189 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109828419 10060525568 50926 33554432000 1073741824 1073778376 140736670274512 139853619360680 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 9824732

[startup+3.10096 s]
/proc/loadavg: 4.26 4.25 4.06 5/219 28211
/proc/meminfo: memFree=28685888/32872528 swapFree=16636/1570076
[pid=28189] ppid=28186 vsize=9824732 CPUtime=8.59 cores=0,2,4,6
/proc/28189/stat : 28189 (java) S 28186 28189 27578 0 -1 4202496 24083 0 1 0 849 10 0 0 20 0 22 0 109828337 10060525568 55547 33554432000 1073741824 1073778376 140736670274512 140736670265648 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28189/statm: 2456183 55547 2288 9 0 2446860 0
[pid=28189/tid=28190] ppid=28186 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/28189/task/28190/stat : 28190 (java) S 28186 28189 27578 0 -1 4202560 2480 0 1 0 73 3 0 0 20 0 22 0 109828338 10060525568 55547 33554432000 1073741824 1073778376 140736670274512 139853806752632 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28189/tid=28192] ppid=28186 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/28189/task/28192/stat : 28192 (java) S 28186 28189 27578 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 22 0 109828339 10060525568 55547 33554432000 1073741824 1073778376 140736670274512 139853650721192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28189/tid=28193] ppid=28186 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/28189/task/28193/stat : 28193 (java) S 28186 28189 27578 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 109828339 10060525568 55547 33554432000 1073741824 1073778376 140736670274512 139853649668648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28189/tid=28194] ppid=28186 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/28189/task/28194/stat : 28194 (java) S 28186 28189 27578 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 109828339 10060525568 55547 33554432000 1073741824 1073778376 140736670274512 139853648615592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28189/tid=28195] ppid=28186 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/28189/task/28195/stat : 28195 (java) S 28186 28189 27578 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 109828339 10060525568 55547 33554432000 1073741824 1073778376 140736670274512 139853647563048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28189/tid=28196] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28196/stat : 28196 (java) S 28186 28189 27578 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 109828339 10060525568 55547 33554432000 1073741824 1073778376 140736670274512 139853646511016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28197] ppid=28186 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/28189/task/28197/stat : 28197 (java) S 28186 28189 27578 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 109828339 10060525568 55547 33554432000 1073741824 1073778376 140736670274512 139853645458472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28189/tid=28198] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28198/stat : 28198 (java) S 28186 28189 27578 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 109828339 10060525568 55547 33554432000 1073741824 1073778376 140736670274512 139853644405416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28199] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28199/stat : 28199 (java) S 28186 28189 27578 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 109828339 10060525568 55547 33554432000 1073741824 1073778376 140736670274512 139853643352872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28200] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28200/stat : 28200 (java) S 28186 28189 27578 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 109828340 10060525568 55547 33554432000 1073741824 1073778376 140736670274512 139853630941544 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28201] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28201/stat : 28201 (java) S 28186 28189 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109828340 10060525568 55547 33554432000 1073741824 1073778376 140736670274512 139853629887864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28202] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28202/stat : 28202 (java) S 28186 28189 27578 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 109828340 10060525568 55547 33554432000 1073741824 1073778376 140736670274512 139853628834696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28203] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28203/stat : 28203 (java) S 28186 28189 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109828343 10060525568 55547 33554432000 1073741824 1073778376 140736670274512 139853627783440 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28204] ppid=28186 vsize=9824732 CPUtime=1.44 cores=0,2,4,6
/proc/28189/task/28204/stat : 28204 (java) S 28186 28189 27578 0 -1 4202560 10073 0 0 0 142 2 0 0 20 0 22 0 109828343 10060525568 55547 33554432000 1073741824 1073778376 140736670274512 139853626731320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28189/tid=28205] ppid=28186 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/28189/task/28205/stat : 28205 (java) S 28186 28189 27578 0 -1 4202560 10042 0 0 0 165 2 0 0 20 0 22 0 109828343 10060525568 55547 33554432000 1073741824 1073778376 140736670274512 139853625678776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28189/tid=28206] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28206/stat : 28206 (java) S 28186 28189 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109828343 10060525568 55547 33554432000 1073741824 1073778376 140736670274512 139853624625912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28189/tid=28207] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28207/stat : 28207 (java) S 28186 28189 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109828343 10060525568 55547 33554432000 1073741824 1073778376 140736670274512 139853623573576 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28189/tid=28208] ppid=28186 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/28189/task/28208/stat : 28208 (java) R 28186 28189 27578 0 -1 4202560 24 0 0 0 221 0 0 0 20 0 22 0 109828416 10060525568 55547 33554432000 1073741824 1073778376 140736670274512 139853622516008 139853680386384 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28209] ppid=28186 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/28189/task/28209/stat : 28209 (java) R 28186 28189 27578 0 -1 4202560 40 0 0 0 223 0 0 0 20 0 22 0 109828416 10060525568 55547 33554432000 1073741824 1073778376 140736670274512 139853621465560 139853680462335 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28189/tid=28210] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28210/stat : 28210 (java) S 28186 28189 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109828419 10060525568 55547 33554432000 1073741824 1073778376 140736670274512 139853620413224 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28211] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28211/stat : 28211 (java) S 28186 28189 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109828419 10060525568 55547 33554432000 1073741824 1073778376 140736670274512 139853619360680 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.59
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 4.26 4.25 4.06 5/219 28211
/proc/meminfo: memFree=27814280/32872528 swapFree=16636/1570076
[pid=28189] ppid=28186 vsize=9824732 CPUtime=15.34 cores=0,2,4,6
/proc/28189/stat : 28189 (java) S 28186 28189 27578 0 -1 4202496 24451 0 1 0 1516 18 0 0 20 0 22 0 109828337 10060525568 97358 33554432000 1073741824 1073778376 140736670274512 140736670265648 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28189/statm: 2456183 97358 2292 9 0 2446860 0
[pid=28189/tid=28190] ppid=28186 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/28189/task/28190/stat : 28190 (java) S 28186 28189 27578 0 -1 4202560 2480 0 1 0 73 3 0 0 20 0 22 0 109828338 10060525568 97358 33554432000 1073741824 1073778376 140736670274512 139853806752632 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28189/tid=28192] ppid=28186 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/28189/task/28192/stat : 28192 (java) S 28186 28189 27578 0 -1 4202560 28 0 0 0 3 0 0 0 20 0 22 0 109828339 10060525568 97358 33554432000 1073741824 1073778376 140736670274512 139853650721192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28193] ppid=28186 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/28189/task/28193/stat : 28193 (java) S 28186 28189 27578 0 -1 4202560 57 0 0 0 6 2 0 0 20 0 22 0 109828339 10060525568 97358 33554432000 1073741824 1073778376 140736670274512 139853649668648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28189/tid=28194] ppid=28186 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/28189/task/28194/stat : 28194 (java) S 28186 28189 27578 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 22 0 109828339 10060525568 97358 33554432000 1073741824 1073778376 140736670274512 139853648615592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28189/tid=28195] ppid=28186 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/28189/task/28195/stat : 28195 (java) S 28186 28189 27578 0 -1 4202560 51 0 0 0 6 2 0 0 20 0 22 0 109828339 10060525568 97358 33554432000 1073741824 1073778376 140736670274512 139853647563048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28189/tid=28196] ppid=28186 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/28189/task/28196/stat : 28196 (java) S 28186 28189 27578 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 109828339 10060525568 97358 33554432000 1073741824 1073778376 140736670274512 139853646511016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28197] ppid=28186 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/28189/task/28197/stat : 28197 (java) S 28186 28189 27578 0 -1 4202560 39 0 0 0 3 2 0 0 20 0 22 0 109828339 10060525568 97358 33554432000 1073741824 1073778376 140736670274512 139853645458472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28189/tid=28198] ppid=28186 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/28189/task/28198/stat : 28198 (java) S 28186 28189 27578 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 109828339 10060525568 97358 33554432000 1073741824 1073778376 140736670274512 139853644405416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28189/tid=28199] ppid=28186 vsize=9824732 CPUtime=0.02 cores=0,2,4,6

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

/proc/28189/task/28194/stat : 28194 (java) S 28186 28189 27578 0 -1 4202560 391 0 0 0 110 17 0 0 20 0 22 0 109828339 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853648615592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28189/tid=28195] ppid=28186 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/28189/task/28195/stat : 28195 (java) S 28186 28189 27578 0 -1 4202560 577 0 0 0 119 20 0 0 20 0 22 0 109828339 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853647563048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28189/tid=28196] ppid=28186 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/28189/task/28196/stat : 28196 (java) S 28186 28189 27578 0 -1 4202560 600 0 0 0 105 24 0 0 20 0 22 0 109828339 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853646511016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28189/tid=28197] ppid=28186 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/28189/task/28197/stat : 28197 (java) S 28186 28189 27578 0 -1 4202560 518 0 0 0 97 15 0 0 20 0 22 0 109828339 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853645458472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28189/tid=28198] ppid=28186 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/28189/task/28198/stat : 28198 (java) S 28186 28189 27578 0 -1 4202560 442 0 0 0 98 17 0 0 20 0 22 0 109828339 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853644405416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28189/tid=28199] ppid=28186 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/28189/task/28199/stat : 28199 (java) S 28186 28189 27578 0 -1 4202560 482 0 0 0 117 22 0 0 20 0 22 0 109828339 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853643352872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28189/tid=28200] ppid=28186 vsize=9824732 CPUtime=4.52 cores=0,2,4,6
/proc/28189/task/28200/stat : 28200 (java) S 28186 28189 27578 0 -1 4202560 2646 0 0 0 449 3 0 0 20 0 22 0 109828340 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853630941544 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28201] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28201/stat : 28201 (java) S 28186 28189 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109828340 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853629887864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28202] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28202/stat : 28202 (java) S 28186 28189 27578 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 109828340 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853628834696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28203] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28203/stat : 28203 (java) S 28186 28189 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109828343 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853627783440 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28204] ppid=28186 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/28189/task/28204/stat : 28204 (java) S 28186 28189 27578 0 -1 4202560 10074 0 0 0 151 2 0 0 20 0 22 0 109828343 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853626731320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28189/tid=28205] ppid=28186 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/28189/task/28205/stat : 28205 (java) S 28186 28189 27578 0 -1 4202560 10051 0 0 0 188 2 0 0 20 0 22 0 109828343 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853625678776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28189/tid=28206] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28206/stat : 28206 (java) S 28186 28189 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109828343 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853624625912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28189/tid=28207] ppid=28186 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/28189/task/28207/stat : 28207 (java) S 28186 28189 27578 0 -1 4202560 47 0 0 0 11 13 0 0 20 0 22 0 109828343 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853623573576 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28208] ppid=28186 vsize=9824732 CPUtime=811.96 cores=0,2,4,6
/proc/28189/task/28208/stat : 28208 (java) R 28186 28189 27578 0 -1 4202560 48 0 0 0 81182 14 0 0 20 0 22 0 109828416 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853622509456 139853680386286 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28189/tid=28209] ppid=28186 vsize=9824732 CPUtime=812.04 cores=0,2,4,6
/proc/28189/task/28209/stat : 28209 (java) R 28186 28189 27578 0 -1 4202560 1562 0 0 0 81160 44 0 0 20 0 22 0 109828416 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853621464144 139853680162333 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28189/tid=28210] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28210/stat : 28210 (java) S 28186 28189 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109828419 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853620413224 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28211] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28211/stat : 28211 (java) S 28186 28189 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109828419 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853619360680 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1647.52
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.16 4.24 4.17 7/220 28326
/proc/meminfo: memFree=26296536/32872528 swapFree=16636/1570076
[pid=28189] ppid=28186 vsize=9824732 CPUtime=1767.52 cores=0,2,4,6
/proc/28189/stat : 28189 (java) S 28186 28189 27578 0 -1 4202496 32100 0 1 0 176541 211 0 0 20 0 22 0 109828337 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 140736670265648 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28189/statm: 2456183 907938 2301 9 0 2446860 0
[pid=28189/tid=28190] ppid=28186 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/28189/task/28190/stat : 28190 (java) S 28186 28189 27578 0 -1 4202560 2485 0 1 0 75 5 0 0 20 0 22 0 109828338 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853806752632 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28189/tid=28192] ppid=28186 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/28189/task/28192/stat : 28192 (java) S 28186 28189 27578 0 -1 4202560 484 0 0 0 131 21 0 0 20 0 22 0 109828339 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853650721192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28189/tid=28193] ppid=28186 vsize=9824732 CPUtime=1.33 cores=0,2,4,6
/proc/28189/task/28193/stat : 28193 (java) S 28186 28189 27578 0 -1 4202560 424 0 0 0 114 19 0 0 20 0 22 0 109828339 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853649668648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28194] ppid=28186 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/28189/task/28194/stat : 28194 (java) S 28186 28189 27578 0 -1 4202560 391 0 0 0 110 17 0 0 20 0 22 0 109828339 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853648615592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28189/tid=28195] ppid=28186 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/28189/task/28195/stat : 28195 (java) S 28186 28189 27578 0 -1 4202560 577 0 0 0 119 20 0 0 20 0 22 0 109828339 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853647563048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28189/tid=28196] ppid=28186 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/28189/task/28196/stat : 28196 (java) S 28186 28189 27578 0 -1 4202560 600 0 0 0 105 24 0 0 20 0 22 0 109828339 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853646511016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28189/tid=28197] ppid=28186 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/28189/task/28197/stat : 28197 (java) S 28186 28189 27578 0 -1 4202560 518 0 0 0 97 15 0 0 20 0 22 0 109828339 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853645458472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28189/tid=28198] ppid=28186 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/28189/task/28198/stat : 28198 (java) S 28186 28189 27578 0 -1 4202560 442 0 0 0 98 17 0 0 20 0 22 0 109828339 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853644405416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28189/tid=28199] ppid=28186 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/28189/task/28199/stat : 28199 (java) S 28186 28189 27578 0 -1 4202560 482 0 0 0 117 22 0 0 20 0 22 0 109828339 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853643352872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28189/tid=28200] ppid=28186 vsize=9824732 CPUtime=4.52 cores=0,2,4,6
/proc/28189/task/28200/stat : 28200 (java) S 28186 28189 27578 0 -1 4202560 2646 0 0 0 449 3 0 0 20 0 22 0 109828340 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853630941544 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28201] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28201/stat : 28201 (java) S 28186 28189 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109828340 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853629887864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28202] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28202/stat : 28202 (java) S 28186 28189 27578 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 109828340 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853628834696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28203] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28203/stat : 28203 (java) S 28186 28189 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109828343 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853627783440 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28204] ppid=28186 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/28189/task/28204/stat : 28204 (java) S 28186 28189 27578 0 -1 4202560 10074 0 0 0 151 2 0 0 20 0 22 0 109828343 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853626731320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28189/tid=28205] ppid=28186 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/28189/task/28205/stat : 28205 (java) S 28186 28189 27578 0 -1 4202560 10051 0 0 0 188 2 0 0 20 0 22 0 109828343 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853625678776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28189/tid=28206] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28206/stat : 28206 (java) S 28186 28189 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109828343 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853624625912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28189/tid=28207] ppid=28186 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/28189/task/28207/stat : 28207 (java) S 28186 28189 27578 0 -1 4202560 51 0 0 0 13 13 0 0 20 0 22 0 109828343 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853623573576 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28208] ppid=28186 vsize=9824732 CPUtime=871.81 cores=0,2,4,6
/proc/28189/task/28208/stat : 28208 (java) R 28186 28189 27578 0 -1 4202560 48 0 0 0 87166 15 0 0 20 0 22 0 109828416 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853622509456 139853680386559 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28189/tid=28209] ppid=28186 vsize=9824732 CPUtime=871.89 cores=0,2,4,6
/proc/28189/task/28209/stat : 28209 (java) R 28186 28189 27578 0 -1 4202560 1562 0 0 0 87144 45 0 0 20 0 22 0 109828416 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853621464144 139853680162256 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28189/tid=28210] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28210/stat : 28210 (java) S 28186 28189 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109828419 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853620413224 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28211] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28211/stat : 28211 (java) S 28186 28189 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109828419 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853619360680 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1767.52
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.601 s]
/proc/loadavg: 4.34 4.27 4.18 6/220 28326
/proc/meminfo: memFree=25299752/32872528 swapFree=16636/1570076
[pid=28189] ppid=28186 vsize=9824732 CPUtime=1800.12 cores=0,2,4,6
/proc/28189/stat : 28189 (java) S 28186 28189 27578 0 -1 4202496 32100 0 1 0 179800 212 0 0 20 0 22 0 109828337 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 140736670265648 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28189/statm: 2456183 907938 2301 9 0 2446860 0
[pid=28189/tid=28190] ppid=28186 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/28189/task/28190/stat : 28190 (java) S 28186 28189 27578 0 -1 4202560 2485 0 1 0 76 5 0 0 20 0 22 0 109828338 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853806752632 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28189/tid=28192] ppid=28186 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/28189/task/28192/stat : 28192 (java) S 28186 28189 27578 0 -1 4202560 484 0 0 0 131 21 0 0 20 0 22 0 109828339 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853650721192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28189/tid=28193] ppid=28186 vsize=9824732 CPUtime=1.33 cores=0,2,4,6
/proc/28189/task/28193/stat : 28193 (java) S 28186 28189 27578 0 -1 4202560 424 0 0 0 114 19 0 0 20 0 22 0 109828339 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853649668648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28194] ppid=28186 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/28189/task/28194/stat : 28194 (java) S 28186 28189 27578 0 -1 4202560 391 0 0 0 110 17 0 0 20 0 22 0 109828339 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853648615592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28189/tid=28195] ppid=28186 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/28189/task/28195/stat : 28195 (java) S 28186 28189 27578 0 -1 4202560 577 0 0 0 119 20 0 0 20 0 22 0 109828339 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853647563048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28189/tid=28196] ppid=28186 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/28189/task/28196/stat : 28196 (java) S 28186 28189 27578 0 -1 4202560 600 0 0 0 105 24 0 0 20 0 22 0 109828339 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853646511016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28189/tid=28197] ppid=28186 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/28189/task/28197/stat : 28197 (java) S 28186 28189 27578 0 -1 4202560 518 0 0 0 97 15 0 0 20 0 22 0 109828339 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853645458472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28189/tid=28198] ppid=28186 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/28189/task/28198/stat : 28198 (java) S 28186 28189 27578 0 -1 4202560 442 0 0 0 98 17 0 0 20 0 22 0 109828339 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853644405416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28189/tid=28199] ppid=28186 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/28189/task/28199/stat : 28199 (java) S 28186 28189 27578 0 -1 4202560 482 0 0 0 117 22 0 0 20 0 22 0 109828339 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853643352872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28189/tid=28200] ppid=28186 vsize=9824732 CPUtime=4.52 cores=0,2,4,6
/proc/28189/task/28200/stat : 28200 (java) S 28186 28189 27578 0 -1 4202560 2646 0 0 0 449 3 0 0 20 0 22 0 109828340 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853630941544 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28201] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28201/stat : 28201 (java) S 28186 28189 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109828340 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853629887864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28202] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28202/stat : 28202 (java) S 28186 28189 27578 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 109828340 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853628834696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28203] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28203/stat : 28203 (java) S 28186 28189 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109828343 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853627783440 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28204] ppid=28186 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/28189/task/28204/stat : 28204 (java) S 28186 28189 27578 0 -1 4202560 10074 0 0 0 151 2 0 0 20 0 22 0 109828343 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853626731320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28189/tid=28205] ppid=28186 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/28189/task/28205/stat : 28205 (java) S 28186 28189 27578 0 -1 4202560 10051 0 0 0 188 2 0 0 20 0 22 0 109828343 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853625678776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28189/tid=28206] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28206/stat : 28206 (java) S 28186 28189 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109828343 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853624625912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28189/tid=28207] ppid=28186 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/28189/task/28207/stat : 28207 (java) S 28186 28189 27578 0 -1 4202560 51 0 0 0 13 14 0 0 20 0 22 0 109828343 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853623573576 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28208] ppid=28186 vsize=9824732 CPUtime=888.06 cores=0,2,4,6
/proc/28189/task/28208/stat : 28208 (java) R 28186 28189 27578 0 -1 4202560 48 0 0 0 88791 15 0 0 20 0 22 0 109828416 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853622509456 139853680386522 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28189/tid=28209] ppid=28186 vsize=9824732 CPUtime=888.14 cores=0,2,4,6
/proc/28189/task/28209/stat : 28209 (java) R 28186 28189 27578 0 -1 4202560 1562 0 0 0 88769 45 0 0 20 0 22 0 109828416 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853621464144 139853680162284 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28189/tid=28210] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28210/stat : 28210 (java) S 28186 28189 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109828419 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853620413224 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28189/tid=28211] ppid=28186 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28211/stat : 28211 (java) S 28186 28189 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109828419 10060525568 907938 33554432000 1073741824 1073778376 140736670274512 139853619360680 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 9824732

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 28189 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 28189 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=569336
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=580607
# CPU time returned by wait4() is 1796.15
# while last known CPU time is 1800.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 898.675
CPU time (s): 1800.12
CPU user time (s): 1798
CPU system time (s): 2.12
CPU usage (%): 200.308
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.57
system time used= 2.58061
maximum resident set size= 3631868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32134
page faults= 1
swaps= 0
block input operations= 0
block output operations= 760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22163
involuntary context switches= 15172

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.06853 second user time and 3.9214 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-07 07:56:00
IDJOB=4080519
IDBENCH=90142
IDSOLVER=2543
FILE ID=node140/4080519-1465278960
RUNJOBID= node140-1465276272-27594
PBS_JOBID= 19843305
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K128.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080519-1465278960/watcher-4080519-1465278960 -o /tmp/evaluation-result-4080519-1465278960/solver-4080519-1465278960 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465276272-27594 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080519-1465278960.opb

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

MD5SUM BENCH= 17c4ca9a6493665b57c1ccd2ab23e03d
RANDOM SEED=1708653573

node140.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.768
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.53
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.768
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.768
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.768
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.56
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.768
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.768
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.55
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.768
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.768
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	: 5334.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28881976 kB
Buffers:          124312 kB
Cached:           305356 kB
SwapCached:         1688 kB
Active:          1304816 kB
Inactive:         352884 kB
Active(anon):    1227316 kB
Inactive(anon):     2692 kB
Active(file):      77500 kB
Inactive(file):   350192 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098688 kB
Dirty:              4272 kB
Writeback:             0 kB
AnonPages:       2747560 kB
Mapped:            15440 kB
Shmem:                 0 kB
Slab:             603632 kB
SReclaimable:      47528 kB
SUnreclaim:       556104 kB
KernelStack:        1808 kB
PageTables:         9448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4260004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2676736 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= 71740 MiB
End job on node140 at 2016-06-07 08:10:59