Trace number 4119674

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.19 901.247

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/
pbfvmc-formulae/hw128/normalized-hw128-vm99p-dec.opb.negationfix.opb
MD5SUM29a0087fbbe4bcae212bee5a37389a94
Bench CategoryDEC-BIGINT-LIN (no optimisation, big 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 variables180608
Total number of constraints3078
Number of constraints which are clauses1410
Number of constraints which are cardinality constraints (but not clauses)1410
Number of constraints which are nor clauses,nor cardinality constraints258
Minimum length of a constraint128
Maximum length of a constraint1411
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 495101
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 1113385
Number of bits of the biggest sum of numbers21
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.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4119674-1467270270.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
4.52/2.90	c ... done. Wall clock time 2.777s.
4.52/2.90	c declared #vars     180608
4.52/2.90	c #constraints  3078
4.62/2.90	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
4.62/2.90	c constraints type 
4.62/2.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1410
4.62/2.90	c org.sat4j.minisat.constraints.card.MinWatchCard => 1410
4.62/2.90	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 258
4.62/2.90	c 3078 constraints processed.
4.62/2.90	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
4.62/2.90	c constraints type 
4.62/2.90	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1410
4.62/2.90	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1410
4.62/2.90	c org.sat4j.pb.constraints.pb.MaxWatchPb => 258
4.62/2.90	c 3078 constraints processed.
8.73/4.55	c cleaning 2493 clauses out of 5002 with flag 14621/5002
14.58/7.32	c cleaning 4250 clauses out of 8508 with flag 42730/11001
20.43/10.26	c cleaning 5619 clauses out of 11257 with flag 91099/18000
28.03/14.04	c cleaning 6811 clauses out of 13638 with flag 152307/26000
37.49/18.75	c cleaning 7906 clauses out of 15827 with flag 224329/35000
48.88/24.46	c cleaning 8956 clauses out of 17923 with flag 312411/45002
59.70/29.88	c cleaning 9972 clauses out of 19965 with flag 391885/56000
72.29/36.01	c cleaning 10987 clauses out of 21994 with flag 489369/68001
85.18/42.46	c cleaning 11993 clauses out of 24009 with flag 594680/81003
100.38/50.04	c cleaning 12993 clauses out of 26014 with flag 720188/95001
116.57/58.14	c cleaning 13996 clauses out of 28021 with flag 853020/110001
134.35/67.07	c cleaning 14995 clauses out of 30024 with flag 985977/126000
156.56/78.08	c cleaning 16000 clauses out of 32031 with flag 1154939/143002
179.97/89.71	c cleaning 17000 clauses out of 34030 with flag 1346563/161001
202.39/100.90	c cleaning 17998 clauses out of 36030 with flag 1546192/180001
229.27/114.34	c cleaning 19001 clauses out of 38032 with flag 1751197/200001
263.87/131.64	c cleaning 20000 clauses out of 40032 with flag 1921809/221002
282.69/141.06	c cleaning 20999 clauses out of 42032 with flag 2074959/243002
307.89/153.66	c cleaning 21991 clauses out of 44031 with flag 2253166/266000
343.09/171.21	c cleaning 22995 clauses out of 46044 with flag 2444356/290004
376.47/187.91	c cleaning 23991 clauses out of 48045 with flag 2624244/315000
424.60/212.45	c cleaning 25000 clauses out of 50054 with flag 2840253/341000
465.80/233.05	c cleaning 25999 clauses out of 52054 with flag 3066144/368000
505.59/252.96	c cleaning 27000 clauses out of 54055 with flag 3300116/396000
550.01/275.19	c cleaning 27999 clauses out of 56058 with flag 3497058/425003
596.60/298.47	c cleaning 28995 clauses out of 58061 with flag 3717830/455005
647.60/323.94	c cleaning 30002 clauses out of 60063 with flag 3953506/486002
701.00/350.64	c cleaning 31002 clauses out of 62061 with flag 4173497/518002
746.21/373.28	c cleaning 31999 clauses out of 64059 with flag 4416804/551002
803.91/402.62	c cleaning 32994 clauses out of 66059 with flag 4695881/585001
845.20/423.26	c cleaning 34017 clauses out of 68066 with flag 4903407/620002
884.19/442.73	c cleaning 35007 clauses out of 70048 with flag 5021554/656001
922.59/462.00	c cleaning 35999 clauses out of 72041 with flag 5160959/693001
972.98/487.20	c cleaning 36995 clauses out of 74041 with flag 5312648/731000
1030.38/515.85	c cleaning 38004 clauses out of 76047 with flag 5479806/770001
1097.19/549.30	c cleaning 39004 clauses out of 78044 with flag 5644150/810002
1166.40/583.89	c cleaning 39998 clauses out of 80038 with flag 5821726/851000
1231.60/616.44	c cleaning 41004 clauses out of 82043 with flag 5979988/893003
1306.69/654.54	c cleaning 41996 clauses out of 84036 with flag 6156815/936000
1383.71/693.04	c cleaning 42999 clauses out of 86041 with flag 6328247/980001
1476.12/739.25	c cleaning 44000 clauses out of 88043 with flag 6525165/1025002
1571.92/787.10	c cleaning 44985 clauses out of 90041 with flag 6746868/1071000
1671.13/836.74	c cleaning 46004 clauses out of 92057 with flag 6953624/1118001
1759.98/881.14	c cleaning 47004 clauses out of 94052 with flag 7168507/1166000
1800.19/901.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.19/901.20	c starts		: 54
1800.19/901.20	c conflicts		: 1204329
1800.19/901.20	c decisions		: 4372758
1800.19/901.20	c propagations		: 293273742
1800.19/901.20	c inspects		: 4576985526
1800.19/901.20	c shortcuts		: 0
1800.19/901.20	c learnt literals	: 0
1800.19/901.20	c learnt binary clauses	: 0
1800.19/901.20	c learnt ternary clauses	: 0
1800.19/901.20	c learnt constraints	: 1204329
1800.19/901.20	c ignored constraints	: 0
1800.19/901.20	c root simplifications	: 0
1800.19/901.20	c removed literals (reason simplification)	: 1263677
1800.19/901.20	c reason swapping (by a shorter reason)	: 0
1800.19/901.20	c Calls to reduceDB	: 44
1800.19/901.20	c Number of update (reduction) of LBD	: 383898
1800.19/901.20	c Imported unit clauses	: 0
1800.19/901.20	c number of reductions to clauses (during analyze)	: 0
1800.19/901.20	c number of learned constraints concerned by reduction	: 0
1800.19/901.20	c number of learning phase by resolution	: 0
1800.19/901.20	c number of learning phase by cutting planes	: 0
1800.19/901.20	c speed (assignments/second)	: 326490.92912965064
1800.19/901.20	c non guided choices	2443078
1800.19/901.23	c learnt constraints type 
1800.19/901.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 85377
1800.19/901.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.19/901.23	c starts		: 2
1800.19/901.23	c conflicts		: 126
1800.19/901.23	c decisions		: 346235
1800.19/901.23	c propagations		: 418048
1800.19/901.23	c inspects		: 1369466
1800.19/901.23	c shortcuts		: 0
1800.19/901.23	c learnt literals	: 0
1800.19/901.23	c learnt binary clauses	: 0
1800.19/901.23	c learnt ternary clauses	: 0
1800.19/901.23	c learnt constraints	: 125
1800.19/901.23	c ignored constraints	: 0
1800.19/901.23	c root simplifications	: 0
1800.19/901.23	c removed literals (reason simplification)	: 0
1800.19/901.23	c reason swapping (by a shorter reason)	: 0
1800.19/901.23	c Calls to reduceDB	: 0
1800.19/901.23	c Number of update (reduction) of LBD	: 0
1800.19/901.23	c Imported unit clauses	: 0
1800.19/901.23	c number of reductions to clauses (during analyze)	: 0
1800.19/901.23	c number of learned constraints concerned by reduction	: 0
1800.19/901.23	c number of learning phase by resolution	: 0
1800.19/901.23	c number of learning phase by cutting planes	: 0
1800.19/901.23	c speed (assignments/second)	: 465.3840758956502
1800.19/901.23	c non guided choices	268834
1800.19/901.23	c learnt constraints type 
1800.19/901.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 125
1800.19/901.23	s UNKNOWN
1800.19/901.23	c Total wall clock time (in seconds): 901.112

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-4119674-1467270270/watcher-4119674-1467270270 -o /tmp/evaluation-result-4119674-1467270270/solver-4119674-1467270270 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467269337-16123 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4119674-1467270270.opb 

pid=16286
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: 4.39 4.23 3.61 4/199 16289
/proc/meminfo: memFree=21242820/32872528 swapFree=1484408/1662236
[pid=16289] ppid=16286 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/16289/stat : 16289 (java) R 16286 16289 15921 0 -1 4202496 720 0 0 0 0 0 0 0 20 0 1 0 7979540 23793664 369 33554432000 1073741824 1073778376 140735799086992 140735799076056 273896487489 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16289/statm: 5809 382 292 9 0 128 0

[startup+0.100143 s]
/proc/loadavg: 4.39 4.23 3.61 4/199 16289
/proc/meminfo: memFree=21242820/32872528 swapFree=1484408/1662236
[pid=16289] ppid=16286 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/16289/stat : 16289 (java) S 16286 16289 15921 0 -1 4202496 4409 0 1 0 8 1 0 0 20 0 18 0 7979540 9787879424 6039 33554432000 1073741824 1073778376 140735799086992 140735799078128 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16289/statm: 2389619 6039 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200333 s]
/proc/loadavg: 4.39 4.23 3.61 4/199 16289
/proc/meminfo: memFree=21242820/32872528 swapFree=1484408/1662236
[pid=16289] ppid=16286 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/16289/stat : 16289 (java) S 16286 16289 15921 0 -1 4202496 4742 0 1 0 24 1 0 0 20 0 18 0 7979540 9787879424 8868 33554432000 1073741824 1073778376 140735799086992 140735799078128 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16289/statm: 2389619 8868 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300358 s]
/proc/loadavg: 4.39 4.23 3.61 4/199 16289
/proc/meminfo: memFree=21242820/32872528 swapFree=1484408/1662236
[pid=16289] ppid=16286 vsize=9558476 CPUtime=0.52 cores=1,3,5,7
/proc/16289/stat : 16289 (java) S 16286 16289 15921 0 -1 4202496 5506 0 1 0 50 2 0 0 20 0 18 0 7979540 9787879424 12567 33554432000 1073741824 1073778376 140735799086992 140735799078128 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16289/statm: 2389619 12567 2238 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700185 s]
/proc/loadavg: 4.39 4.23 3.61 4/199 16289
/proc/meminfo: memFree=21242820/32872528 swapFree=1484408/1662236
[pid=16289] ppid=16286 vsize=9558476 CPUtime=1.22 cores=1,3,5,7
/proc/16289/stat : 16289 (java) S 16286 16289 15921 0 -1 4202496 5923 0 1 0 112 10 0 0 20 0 18 0 7979540 9787879424 53146 33554432000 1073741824 1073778376 140735799086992 140735799078128 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16289/statm: 2389619 53146 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9558476

[startup+1.50074 s]
/proc/loadavg: 4.12 4.18 3.60 3/192 16344
/proc/meminfo: memFree=28300972/32872528 swapFree=1484408/1662236
[pid=16289] ppid=16286 vsize=9558476 CPUtime=2.71 cores=1,3,5,7
/proc/16289/stat : 16289 (java) S 16286 16289 15921 0 -1 4202496 8625 0 1 0 243 28 0 0 20 0 18 0 7979540 9787879424 118058 33554432000 1073741824 1073778376 140735799086992 140735799078128 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16289/statm: 2389619 118570 2263 9 0 2380296 0
[pid=16289/tid=16291] ppid=16286 vsize=9558476 CPUtime=1.19 cores=1,3,5,7
/proc/16289/task/16291/stat : 16291 (java) S 16286 16289 15921 0 -1 4202560 2525 0 1 0 114 5 0 0 20 0 18 0 7979541 9787879424 118570 33554432000 1073741824 1073778376 140735799086992 140689540036488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16289/tid=16292] ppid=16286 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/16289/task/16292/stat : 16292 (java) R 16286 16289 15921 0 -1 4202560 238 0 0 0 8 2 0 0 20 0 18 0 7979542 9787879424 118570 33554432000 1073741824 1073778376 140735799086992 140689512491944 140689542510281 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16289/tid=16293] ppid=16286 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/16289/task/16293/stat : 16293 (java) R 16286 16289 15921 0 -1 4202560 161 0 0 0 12 4 0 0 20 0 18 0 7979542 9787879424 118570 33554432000 1073741824 1073778376 140735799086992 140689511439400 140689542510323 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16294] ppid=16286 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/16289/task/16294/stat : 16294 (java) S 16286 16289 15921 0 -1 4202560 116 0 0 0 6 2 0 0 20 0 18 0 7979542 9787879424 118570 33554432000 1073741824 1073778376 140735799086992 140689510386344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16289/tid=16295] ppid=16286 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/16289/task/16295/stat : 16295 (java) S 16286 16289 15921 0 -1 4202560 165 0 0 0 11 3 0 0 20 0 18 0 7979542 9787879424 118570 33554432000 1073741824 1073778376 140735799086992 140689509333800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16289/tid=16296] ppid=16286 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/16289/task/16296/stat : 16296 (java) S 16286 16289 15921 0 -1 4202560 57 0 0 0 8 3 0 0 20 0 18 0 7979542 9787879424 118570 33554432000 1073741824 1073778376 140735799086992 140689508280744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16297] ppid=16286 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/16289/task/16297/stat : 16297 (java) R 16286 16289 15921 0 -1 4202560 183 0 0 0 10 3 0 0 20 0 18 0 7979542 9787879424 118570 33554432000 1073741824 1073778376 140735799086992 140689507228376 140689542510273 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=16289/tid=16298] ppid=16286 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/16289/task/16298/stat : 16298 (java) R 16286 16289 15921 0 -1 4202560 74 0 0 0 7 2 0 0 20 0 18 0 7979542 9787879424 118570 33554432000 1073741824 1073778376 140735799086992 140689377110184 273909068860 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16289/tid=16299] ppid=16286 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/16289/task/16299/stat : 16299 (java) R 16286 16289 15921 0 -1 4202560 65 0 0 0 7 3 0 0 20 0 18 0 7979542 9787879424 118570 33554432000 1073741824 1073778376 140735799086992 140689376057640 140689542510265 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16289/tid=16300] ppid=16286 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16300/stat : 16300 (java) S 16286 16289 15921 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 7979543 9787879424 118570 33554432000 1073741824 1073778376 140735799086992 140688893110024 273909068860 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16301] ppid=16286 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16301/stat : 16301 (java) S 16286 16289 15921 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 7979544 9787879424 118570 33554432000 1073741824 1073778376 140735799086992 140688892057464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16302] ppid=16286 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16302/stat : 16302 (java) S 16286 16289 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 7979544 9787879424 118570 33554432000 1073741824 1073778376 140735799086992 140688891004296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16303] ppid=16286 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16303/stat : 16303 (java) S 16286 16289 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7979546 9787879424 118570 33554432000 1073741824 1073778376 140735799086992 140688889953040 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16304] ppid=16286 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/16289/task/16304/stat : 16304 (java) S 16286 16289 15921 0 -1 4202560 2159 0 0 0 23 0 0 0 20 0 18 0 7979546 9787879424 118570 33554432000 1073741824 1073778376 140735799086992 140688888899896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16305] ppid=16286 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/16289/task/16305/stat : 16305 (java) S 16286 16289 15921 0 -1 4202560 1434 0 0 0 21 0 0 0 20 0 18 0 7979546 9787879424 118570 33554432000 1073741824 1073778376 140735799086992 140688887847352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16289/tid=16306] ppid=16286 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16306/stat : 16306 (java) S 16286 16289 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7979546 9787879424 118570 33554432000 1073741824 1073778376 140735799086992 140688886794488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16289/tid=16307] ppid=16286 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16307/stat : 16307 (java) S 16286 16289 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7979546 9787879424 118570 33554432000 1073741824 1073778376 140735799086992 140688885742152 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 9558476

[startup+3.10075 s]
/proc/loadavg: 4.12 4.18 3.60 4/195 16354
/proc/meminfo: memFree=27530260/32872528 swapFree=1484408/1662236
[pid=16289] ppid=16286 vsize=9824732 CPUtime=5.28 cores=1,3,5,7
/proc/16289/stat : 16289 (java) S 16286 16289 15921 0 -1 4202496 11766 0 1 0 478 50 0 0 20 0 22 0 7979540 10060525568 315686 33554432000 1073741824 1073778376 140735799086992 140735799078128 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16289/statm: 2456183 315686 2273 9 0 2446860 0
[pid=16289/tid=16291] ppid=16286 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/16289/task/16291/stat : 16291 (java) S 16286 16289 15921 0 -1 4202560 3529 0 1 0 226 16 0 0 20 0 22 0 7979541 10060525568 315686 33554432000 1073741824 1073778376 140735799086992 140689540039544 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16289/tid=16292] ppid=16286 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/16289/task/16292/stat : 16292 (java) S 16286 16289 15921 0 -1 4202560 290 0 0 0 18 4 0 0 20 0 22 0 7979542 10060525568 315686 33554432000 1073741824 1073778376 140735799086992 140689512491944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16289/tid=16293] ppid=16286 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/16289/task/16293/stat : 16293 (java) S 16286 16289 15921 0 -1 4202560 176 0 0 0 18 5 0 0 20 0 22 0 7979542 10060525568 315686 33554432000 1073741824 1073778376 140735799086992 140689511439400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16289/tid=16294] ppid=16286 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/16289/task/16294/stat : 16294 (java) S 16286 16289 15921 0 -1 4202560 163 0 0 0 12 3 0 0 20 0 22 0 7979542 10060525568 315686 33554432000 1073741824 1073778376 140735799086992 140689510386344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16289/tid=16295] ppid=16286 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/16289/task/16295/stat : 16295 (java) S 16286 16289 15921 0 -1 4202560 187 0 0 0 17 5 0 0 20 0 22 0 7979542 10060525568 315686 33554432000 1073741824 1073778376 140735799086992 140689509333800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16289/tid=16296] ppid=16286 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/16289/task/16296/stat : 16296 (java) S 16286 16289 15921 0 -1 4202560 119 0 0 0 17 4 0 0 20 0 22 0 7979542 10060525568 315686 33554432000 1073741824 1073778376 140735799086992 140689508280744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16297] ppid=16286 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/16289/task/16297/stat : 16297 (java) S 16286 16289 15921 0 -1 4202560 195 0 0 0 15 4 0 0 20 0 22 0 7979542 10060525568 315686 33554432000 1073741824 1073778376 140735799086992 140689507228200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16289/tid=16298] ppid=16286 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/16289/task/16298/stat : 16298 (java) S 16286 16289 15921 0 -1 4202560 120 0 0 0 12 3 0 0 20 0 22 0 7979542 10060525568 315686 33554432000 1073741824 1073778376 140735799086992 140689377110184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16289/tid=16299] ppid=16286 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/16289/task/16299/stat : 16299 (java) S 16286 16289 15921 0 -1 4202560 99 0 0 0 18 5 0 0 20 0 22 0 7979542 10060525568 315686 33554432000 1073741824 1073778376 140735799086992 140689376057640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16300] ppid=16286 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16300/stat : 16300 (java) S 16286 16289 15921 0 -1 4202560 1015 0 0 0 0 0 0 0 20 0 22 0 7979543 10060525568 315686 33554432000 1073741824 1073778376 140735799086992 140688893111144 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16289/tid=16301] ppid=16286 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16301/stat : 16301 (java) S 16286 16289 15921 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 7979544 10060525568 315686 33554432000 1073741824 1073778376 140735799086992 140688892057464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16302] ppid=16286 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16302/stat : 16302 (java) S 16286 16289 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 7979544 10060525568 315686 33554432000 1073741824 1073778376 140735799086992 140688891004296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16303] ppid=16286 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16303/stat : 16303 (java) S 16286 16289 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 7979546 10060525568 315686 33554432000 1073741824 1073778376 140735799086992 140688889953040 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16304] ppid=16286 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/16289/task/16304/stat : 16304 (java) R 16286 16289 15921 0 -1 4202560 2183 0 0 0 36 0 0 0 20 0 22 0 7979546 10060525568 315686 33554432000 1073741824 1073778376 140735799086992 140688888899896 140689547756220 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16305] ppid=16286 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/16289/task/16305/stat : 16305 (java) R 16286 16289 15921 0 -1 4202560 2377 0 0 0 34 0 0 0 20 0 22 0 7979546 10060525568 315686 33554432000 1073741824 1073778376 140735799086992 140688887824600 140689542585492 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=16289/tid=16306] ppid=16286 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16306/stat : 16306 (java) S 16286 16289 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 7979546 10060525568 315686 33554432000 1073741824 1073778376 140735799086992 140688886794488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16289/tid=16307] ppid=16286 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16307/stat : 16307 (java) S 16286 16289 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 7979546 10060525568 315686 33554432000 1073741824 1073778376 140735799086992 140688885742152 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.28
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.12 4.18 3.60 5/217 16376
/proc/meminfo: memFree=26594076/32872528 swapFree=1484408/1662236
[pid=16289] ppid=16286 vsize=9824732 CPUtime=12.43 cores=1,3,5,7
/proc/16289/stat : 16289 (java) S 16286 16289 15921 0 -1 4202496 14565 0 1 0 1193 50 0 0 20 0 22 0 7979540 10060525568 317418 33554432000 1073741824 1073778376 140735799086992 140735799078128 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16289/statm: 2456183 317418 2283 9 0 2446860 0
[pid=16289/tid=16291] ppid=16286 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/16289/task/16291/stat : 16291 (java) S 16286 16289 15921 0 -1 4202560 3529 0 1 0 226 16 0 0 20 0 22 0 7979541 10060525568 317418 33554432000 1073741824 1073778376 140735799086992 140689540039544 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16289/tid=16292] ppid=16286 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/16289/task/16292/stat : 16292 (java) S 16286 16289 15921 0 -1 4202560 290 0 0 0 18 4 0 0 20 0 22 0 7979542 10060525568 317418 33554432000 1073741824 1073778376 140735799086992 140689512491944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16289/tid=16293] ppid=16286 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/16289/task/16293/stat : 16293 (java) S 16286 16289 15921 0 -1 4202560 176 0 0 0 18 5 0 0 20 0 22 0 7979542 10060525568 317418 33554432000 1073741824 1073778376 140735799086992 140689511439400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16289/tid=16294] ppid=16286 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/16289/task/16294/stat : 16294 (java) S 16286 16289 15921 0 -1 4202560 163 0 0 0 12 3 0 0 20 0 22 0 7979542 10060525568 317418 33554432000 1073741824 1073778376 140735799086992 140689510386344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16289/tid=16295] ppid=16286 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/16289/task/16295/stat : 16295 (java) S 16286 16289 15921 0 -1 4202560 187 0 0 0 17 5 0 0 20 0 22 0 7979542 10060525568 317418 33554432000 1073741824 1073778376 140735799086992 140689509333800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16289/tid=16296] ppid=16286 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/16289/task/16296/stat : 16296 (java) S 16286 16289 15921 0 -1 4202560 119 0 0 0 17 4 0 0 20 0 22 0 7979542 10060525568 317418 33554432000 1073741824 1073778376 140735799086992 140689508280744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16297] ppid=16286 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/16289/task/16297/stat : 16297 (java) S 16286 16289 15921 0 -1 4202560 195 0 0 0 15 4 0 0 20 0 22 0 7979542 10060525568 317418 33554432000 1073741824 1073778376 140735799086992 140689507228200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16289/tid=16298] ppid=16286 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/16289/task/16298/stat : 16298 (java) S 16286 16289 15921 0 -1 4202560 120 0 0 0 12 3 0 0 20 0 22 0 7979542 10060525568 317418 33554432000 1073741824 1073778376 140735799086992 140689377110184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16289/tid=16299] ppid=16286 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/16289/task/16299/stat : 16299 (java) S 16286 16289 15921 0 -1 4202560 99 0 0 0 18 5 0 0 20 0 22 0 7979542 10060525568 317418 33554432000 1073741824 1073778376 140735799086992 140689376057640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16300] ppid=16286 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16300/stat : 16300 (java) S 16286 16289 15921 0 -1 4202560 1015 0 0 0 0 0 0 0 20 0 22 0 7979543 10060525568 317418 33554432000 1073741824 1073778376 140735799086992 140688893111144 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16289/tid=16301] ppid=16286 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16301/stat : 16301 (java) S 16286 16289 15921 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 7979544 10060525568 317418 33554432000 1073741824 1073778376 140735799086992 140688892057464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16302] ppid=16286 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16302/stat : 16302 (java) S 16286 16289 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 7979544 10060525568 317418 33554432000 1073741824 1073778376 140735799086992 140688891004296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16303] ppid=16286 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16303/stat : 16303 (java) S 16286 16289 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 7979546 10060525568 317418 33554432000 1073741824 1073778376 140735799086992 140688889953040 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16304] ppid=16286 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/16289/task/16304/stat : 16304 (java) S 16286 16289 15921 0 -1 4202560 3671 0 0 0 85 0 0 0 20 0 22 0 7979546 10060525568 317418 33554432000 1073741824 1073778376 140735799086992 140688888899896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16305] ppid=16286 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/16289/task/16305/stat : 16305 (java) S 16286 16289 15921 0 -1 4202560 3674 0 0 0 63 0 0 0 20 0 22 0 7979546 10060525568 317418 33554432000 1073741824 1073778376 140735799086992 140688887847352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16289/tid=16306] ppid=16286 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16306/stat : 16306 (java) S 16286 16289 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 7979546 10060525568 317418 33554432000 1073741824 1073778376 140735799086992 140688886794488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16289/tid=16307] ppid=16286 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16307/stat : 16307 (java) S 16286 16289 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 7979546 10060525568 317418 33554432000 1073741824 1073778376 140735799086992 140688885742152 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16373] ppid=16286 vsize=9824732 CPUtime=3.36 cores=1,3,5,7
/proc/16289/task/16373/stat : 16373 (java) R 16286 16289 15921 0 -1 4202560 24 0 0 0 336 0 0 0 20 0 22 0 7979831 10060525568 317418 33554432000 1073741824 1073778376 140735799086992 140688884686000 140689388934371 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16289/tid=16374] ppid=16286 vsize=9824732 CPUtime=3.37 cores=1,3,5,7
/proc/16289/task/16374/stat : 16374 (java) R 16286 16289 15921 0 -1 4202560 35 0 0 0 337 0 0 0 20 0 22 0 7979831 10060525568 317418 33554432000 1073741824 1073778376 140735799086992 140688883634872 140689388951467 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16289/tid=16375] ppid=16286 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16375/stat : 16375 (java) S 16286 16289 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 7979835 10060525568 317418 33554432000 1073741824 1073778376 140735799086992 140688882582824 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16376] ppid=16286 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16376/stat : 16376 (java) S 16286 16289 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 7979835 10060525568 317418 33554432000 1073741824 1073778376 140735799086992 140688881530280 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 12.43

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

/proc/16289/task/16294/stat : 16294 (java) S 16286 16289 15921 0 -1 4202560 12678 0 0 0 37 14 0 0 20 0 22 0 7979542 10060525568 780063 33554432000 1073741824 1073778376 140735799086992 140689510386344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16295] ppid=16286 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/16289/task/16295/stat : 16295 (java) S 16286 16289 15921 0 -1 4202560 12132 0 0 0 39 14 0 0 20 0 22 0 7979542 10060525568 780063 33554432000 1073741824 1073778376 140735799086992 140689509333800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16289/tid=16296] ppid=16286 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/16289/task/16296/stat : 16296 (java) S 16286 16289 15921 0 -1 4202560 10032 0 0 0 43 13 0 0 20 0 22 0 7979542 10060525568 780063 33554432000 1073741824 1073778376 140735799086992 140689508280744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16289/tid=16297] ppid=16286 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/16289/task/16297/stat : 16297 (java) S 16286 16289 15921 0 -1 4202560 14608 0 0 0 36 17 0 0 20 0 22 0 7979542 10060525568 780063 33554432000 1073741824 1073778376 140735799086992 140689507228200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16298] ppid=16286 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/16289/task/16298/stat : 16298 (java) S 16286 16289 15921 0 -1 4202560 14800 0 0 0 40 18 0 0 20 0 22 0 7979542 10060525568 780063 33554432000 1073741824 1073778376 140735799086992 140689377110184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16299] ppid=16286 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/16289/task/16299/stat : 16299 (java) S 16286 16289 15921 0 -1 4202560 14326 0 0 0 44 18 0 0 20 0 22 0 7979542 10060525568 780063 33554432000 1073741824 1073778376 140735799086992 140689376057640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16289/tid=16300] ppid=16286 vsize=9824732 CPUtime=4.2 cores=1,3,5,7
/proc/16289/task/16300/stat : 16300 (java) S 16286 16289 15921 0 -1 4202560 26502 0 0 0 411 9 0 0 20 0 22 0 7979543 10060525568 780063 33554432000 1073741824 1073778376 140735799086992 140688893111144 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16289/tid=16301] ppid=16286 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16301/stat : 16301 (java) S 16286 16289 15921 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 7979544 10060525568 780063 33554432000 1073741824 1073778376 140735799086992 140688892057464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16302] ppid=16286 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16302/stat : 16302 (java) S 16286 16289 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 7979544 10060525568 780063 33554432000 1073741824 1073778376 140735799086992 140688891004296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16303] ppid=16286 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16303/stat : 16303 (java) S 16286 16289 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 7979546 10060525568 780063 33554432000 1073741824 1073778376 140735799086992 140688889953040 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16304] ppid=16286 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/16289/task/16304/stat : 16304 (java) S 16286 16289 15921 0 -1 4202560 5496 0 0 0 129 0 0 0 20 0 22 0 7979546 10060525568 780063 33554432000 1073741824 1073778376 140735799086992 140688888899896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16305] ppid=16286 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/16289/task/16305/stat : 16305 (java) S 16286 16289 15921 0 -1 4202560 3906 0 0 0 102 0 0 0 20 0 22 0 7979546 10060525568 780063 33554432000 1073741824 1073778376 140735799086992 140688887847352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16289/tid=16306] ppid=16286 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16306/stat : 16306 (java) S 16286 16289 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 7979546 10060525568 780063 33554432000 1073741824 1073778376 140735799086992 140688886794488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16289/tid=16307] ppid=16286 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/16289/task/16307/stat : 16307 (java) S 16286 16289 15921 0 -1 4202560 47 0 0 0 19 19 0 0 20 0 22 0 7979546 10060525568 780063 33554432000 1073741824 1073778376 140735799086992 140688885742152 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16373] ppid=16286 vsize=9824732 CPUtime=812.11 cores=1,3,5,7
/proc/16289/task/16373/stat : 16373 (java) R 16286 16289 15921 0 -1 4202560 415 0 0 0 81187 24 0 0 20 0 22 0 7979831 10060525568 780063 33554432000 1073741824 1073778376 140735799086992 140688884679056 140689388834020 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16289/tid=16374] ppid=16286 vsize=9824732 CPUtime=812.25 cores=1,3,5,7
/proc/16289/task/16374/stat : 16374 (java) R 16286 16289 15921 0 -1 4202560 142 0 0 0 81210 15 0 0 20 0 22 0 7979831 10060525568 780063 33554432000 1073741824 1073778376 140735799086992 140688883633120 140689388951568 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16289/tid=16375] ppid=16286 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16375/stat : 16375 (java) S 16286 16289 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 7979835 10060525568 780063 33554432000 1073741824 1073778376 140735799086992 140688882582824 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16376] ppid=16286 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16376/stat : 16376 (java) S 16286 16289 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 7979835 10060525568 780063 33554432000 1073741824 1073778376 140735799086992 140688881530280 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1642.32
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.26 4.28 3.98 6/221 16604
/proc/meminfo: memFree=21002764/32872528 swapFree=1484408/1662236
[pid=16289] ppid=16286 vsize=9824732 CPUtime=1762.38 cores=1,3,5,7
/proc/16289/stat : 16289 (java) S 16286 16289 15921 0 -1 4202496 143092 0 1 0 176050 188 0 0 20 0 22 0 7979540 10060525568 780064 33554432000 1073741824 1073778376 140735799086992 140735799078128 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16289/statm: 2456183 780064 2293 9 0 2446860 0
[pid=16289/tid=16291] ppid=16286 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/16289/task/16291/stat : 16291 (java) S 16286 16289 15921 0 -1 4202560 3539 0 1 0 228 18 0 0 20 0 22 0 7979541 10060525568 780064 33554432000 1073741824 1073778376 140735799086992 140689540039544 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16289/tid=16292] ppid=16286 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/16289/task/16292/stat : 16292 (java) S 16286 16289 15921 0 -1 4202560 7938 0 0 0 41 12 0 0 20 0 22 0 7979542 10060525568 780064 33554432000 1073741824 1073778376 140735799086992 140689512491944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16289/tid=16293] ppid=16286 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/16289/task/16293/stat : 16293 (java) S 16286 16289 15921 0 -1 4202560 15254 0 0 0 43 17 0 0 20 0 22 0 7979542 10060525568 780064 33554432000 1073741824 1073778376 140735799086992 140689511439400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16289/tid=16294] ppid=16286 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/16289/task/16294/stat : 16294 (java) S 16286 16289 15921 0 -1 4202560 12678 0 0 0 37 14 0 0 20 0 22 0 7979542 10060525568 780064 33554432000 1073741824 1073778376 140735799086992 140689510386344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16295] ppid=16286 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/16289/task/16295/stat : 16295 (java) S 16286 16289 15921 0 -1 4202560 12132 0 0 0 39 14 0 0 20 0 22 0 7979542 10060525568 780064 33554432000 1073741824 1073778376 140735799086992 140689509333800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16289/tid=16296] ppid=16286 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/16289/task/16296/stat : 16296 (java) S 16286 16289 15921 0 -1 4202560 10032 0 0 0 43 13 0 0 20 0 22 0 7979542 10060525568 780064 33554432000 1073741824 1073778376 140735799086992 140689508280744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16289/tid=16297] ppid=16286 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/16289/task/16297/stat : 16297 (java) S 16286 16289 15921 0 -1 4202560 14608 0 0 0 36 17 0 0 20 0 22 0 7979542 10060525568 780064 33554432000 1073741824 1073778376 140735799086992 140689507228200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16298] ppid=16286 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/16289/task/16298/stat : 16298 (java) S 16286 16289 15921 0 -1 4202560 14800 0 0 0 40 18 0 0 20 0 22 0 7979542 10060525568 780064 33554432000 1073741824 1073778376 140735799086992 140689377110184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16299] ppid=16286 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/16289/task/16299/stat : 16299 (java) S 16286 16289 15921 0 -1 4202560 14326 0 0 0 44 18 0 0 20 0 22 0 7979542 10060525568 780064 33554432000 1073741824 1073778376 140735799086992 140689376057640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16289/tid=16300] ppid=16286 vsize=9824732 CPUtime=4.2 cores=1,3,5,7
/proc/16289/task/16300/stat : 16300 (java) S 16286 16289 15921 0 -1 4202560 26503 0 0 0 411 9 0 0 20 0 22 0 7979543 10060525568 780064 33554432000 1073741824 1073778376 140735799086992 140688893111144 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16289/tid=16301] ppid=16286 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16301/stat : 16301 (java) S 16286 16289 15921 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 7979544 10060525568 780064 33554432000 1073741824 1073778376 140735799086992 140688892057464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16302] ppid=16286 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16302/stat : 16302 (java) S 16286 16289 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 7979544 10060525568 780064 33554432000 1073741824 1073778376 140735799086992 140688891004296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16303] ppid=16286 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16303/stat : 16303 (java) S 16286 16289 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 7979546 10060525568 780064 33554432000 1073741824 1073778376 140735799086992 140688889953040 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16304] ppid=16286 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/16289/task/16304/stat : 16304 (java) S 16286 16289 15921 0 -1 4202560 5501 0 0 0 132 0 0 0 20 0 22 0 7979546 10060525568 780064 33554432000 1073741824 1073778376 140735799086992 140688888899896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16305] ppid=16286 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/16289/task/16305/stat : 16305 (java) S 16286 16289 15921 0 -1 4202560 3906 0 0 0 102 0 0 0 20 0 22 0 7979546 10060525568 780064 33554432000 1073741824 1073778376 140735799086992 140688887847352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16289/tid=16306] ppid=16286 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16306/stat : 16306 (java) S 16286 16289 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 7979546 10060525568 780064 33554432000 1073741824 1073778376 140735799086992 140688886794488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16289/tid=16307] ppid=16286 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/16289/task/16307/stat : 16307 (java) S 16286 16289 15921 0 -1 4202560 51 0 0 0 20 21 0 0 20 0 22 0 7979546 10060525568 780064 33554432000 1073741824 1073778376 140735799086992 140688885742152 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16373] ppid=16286 vsize=9824732 CPUtime=871.95 cores=1,3,5,7
/proc/16289/task/16373/stat : 16373 (java) R 16286 16289 15921 0 -1 4202560 415 0 0 0 87170 25 0 0 20 0 22 0 7979831 10060525568 780064 33554432000 1073741824 1073778376 140735799086992 140688884679056 140689388621580 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16289/tid=16374] ppid=16286 vsize=9824732 CPUtime=872.1 cores=1,3,5,7
/proc/16289/task/16374/stat : 16374 (java) R 16286 16289 15921 0 -1 4202560 142 0 0 0 87194 16 0 0 20 0 22 0 7979831 10060525568 780064 33554432000 1073741824 1073778376 140735799086992 140688883634904 140689388541912 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16289/tid=16375] ppid=16286 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16375/stat : 16375 (java) S 16286 16289 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 7979835 10060525568 780064 33554432000 1073741824 1073778376 140735799086992 140688882582824 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16376] ppid=16286 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16376/stat : 16376 (java) S 16286 16289 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 7979835 10060525568 780064 33554432000 1073741824 1073778376 140735799086992 140688881530280 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1762.38
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.201 s]
/proc/loadavg: 4.25 4.27 3.98 5/221 16604
/proc/meminfo: memFree=20912464/32872528 swapFree=1484408/1662236
[pid=16289] ppid=16286 vsize=9824732 CPUtime=1800.19 cores=1,3,5,7
/proc/16289/stat : 16289 (java) S 16286 16289 15921 0 -1 4202496 143138 0 1 0 179829 190 0 0 20 0 22 0 7979540 10060525568 803616 33554432000 1073741824 1073778376 140735799086992 140735799078128 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16289/statm: 2456183 803616 2293 9 0 2446860 0
[pid=16289/tid=16291] ppid=16286 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/16289/task/16291/stat : 16291 (java) S 16286 16289 15921 0 -1 4202560 3539 0 1 0 228 18 0 0 20 0 22 0 7979541 10060525568 803616 33554432000 1073741824 1073778376 140735799086992 140689540039544 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16289/tid=16292] ppid=16286 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/16289/task/16292/stat : 16292 (java) S 16286 16289 15921 0 -1 4202560 7938 0 0 0 41 12 0 0 20 0 22 0 7979542 10060525568 803616 33554432000 1073741824 1073778376 140735799086992 140689512491944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16289/tid=16293] ppid=16286 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/16289/task/16293/stat : 16293 (java) S 16286 16289 15921 0 -1 4202560 15254 0 0 0 43 17 0 0 20 0 22 0 7979542 10060525568 803616 33554432000 1073741824 1073778376 140735799086992 140689511439400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16289/tid=16294] ppid=16286 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/16289/task/16294/stat : 16294 (java) S 16286 16289 15921 0 -1 4202560 12678 0 0 0 37 14 0 0 20 0 22 0 7979542 10060525568 803616 33554432000 1073741824 1073778376 140735799086992 140689510386344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16295] ppid=16286 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/16289/task/16295/stat : 16295 (java) S 16286 16289 15921 0 -1 4202560 12132 0 0 0 39 14 0 0 20 0 22 0 7979542 10060525568 803616 33554432000 1073741824 1073778376 140735799086992 140689509333800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16289/tid=16296] ppid=16286 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/16289/task/16296/stat : 16296 (java) S 16286 16289 15921 0 -1 4202560 10032 0 0 0 43 13 0 0 20 0 22 0 7979542 10060525568 803616 33554432000 1073741824 1073778376 140735799086992 140689508280744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16289/tid=16297] ppid=16286 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/16289/task/16297/stat : 16297 (java) S 16286 16289 15921 0 -1 4202560 14608 0 0 0 36 17 0 0 20 0 22 0 7979542 10060525568 803616 33554432000 1073741824 1073778376 140735799086992 140689507228200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16298] ppid=16286 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/16289/task/16298/stat : 16298 (java) S 16286 16289 15921 0 -1 4202560 14800 0 0 0 40 18 0 0 20 0 22 0 7979542 10060525568 803616 33554432000 1073741824 1073778376 140735799086992 140689377110184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16299] ppid=16286 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/16289/task/16299/stat : 16299 (java) S 16286 16289 15921 0 -1 4202560 14326 0 0 0 44 18 0 0 20 0 22 0 7979542 10060525568 803616 33554432000 1073741824 1073778376 140735799086992 140689376057640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16289/tid=16300] ppid=16286 vsize=9824732 CPUtime=4.2 cores=1,3,5,7
/proc/16289/task/16300/stat : 16300 (java) S 16286 16289 15921 0 -1 4202560 26503 0 0 0 411 9 0 0 20 0 22 0 7979543 10060525568 803616 33554432000 1073741824 1073778376 140735799086992 140688893111144 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16289/tid=16301] ppid=16286 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16301/stat : 16301 (java) S 16286 16289 15921 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 7979544 10060525568 803616 33554432000 1073741824 1073778376 140735799086992 140688892057464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16302] ppid=16286 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16302/stat : 16302 (java) S 16286 16289 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 7979544 10060525568 803616 33554432000 1073741824 1073778376 140735799086992 140688891004296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16303] ppid=16286 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16303/stat : 16303 (java) S 16286 16289 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 7979546 10060525568 803616 33554432000 1073741824 1073778376 140735799086992 140688889953040 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16304] ppid=16286 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/16289/task/16304/stat : 16304 (java) S 16286 16289 15921 0 -1 4202560 5501 0 0 0 133 1 0 0 20 0 22 0 7979546 10060525568 803616 33554432000 1073741824 1073778376 140735799086992 140688888899896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16305] ppid=16286 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/16289/task/16305/stat : 16305 (java) S 16286 16289 15921 0 -1 4202560 3906 0 0 0 102 0 0 0 20 0 22 0 7979546 10060525568 803616 33554432000 1073741824 1073778376 140735799086992 140688887847352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16289/tid=16306] ppid=16286 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16306/stat : 16306 (java) S 16286 16289 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 7979546 10060525568 803616 33554432000 1073741824 1073778376 140735799086992 140688886794488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16289/tid=16307] ppid=16286 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/16289/task/16307/stat : 16307 (java) S 16286 16289 15921 0 -1 4202560 51 0 0 0 21 22 0 0 20 0 22 0 7979546 10060525568 803616 33554432000 1073741824 1073778376 140735799086992 140688885742152 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16373] ppid=16286 vsize=9824732 CPUtime=890.79 cores=1,3,5,7
/proc/16289/task/16373/stat : 16373 (java) R 16286 16289 15921 0 -1 4202560 421 0 0 0 89054 25 0 0 20 0 22 0 7979831 10060525568 803616 33554432000 1073741824 1073778376 140735799086992 140688884679056 140689388574457 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16289/tid=16374] ppid=16286 vsize=9824732 CPUtime=890.94 cores=1,3,5,7
/proc/16289/task/16374/stat : 16374 (java) R 16286 16289 15921 0 -1 4202560 182 0 0 0 89077 17 0 0 20 0 22 0 7979831 10060525568 803616 33554432000 1073741824 1073778376 140735799086992 140688883635000 140689389149527 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16289/tid=16375] ppid=16286 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16375/stat : 16375 (java) S 16286 16289 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 7979835 10060525568 803616 33554432000 1073741824 1073778376 140735799086992 140688882582824 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16289/tid=16376] ppid=16286 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16289/task/16376/stat : 16376 (java) S 16286 16289 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 7979835 10060525568 803616 33554432000 1073741824 1073778376 140735799086992 140688881530280 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
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 16289 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 16289 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=728311
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=323646
# CPU time returned by wait4() is 1796.05
# while last known CPU time is 1800.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 901.247
CPU time (s): 1800.19
CPU user time (s): 1798.29
CPU system time (s): 1.9
CPU usage (%): 199.744
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.73
system time used= 2.32365
maximum resident set size= 3222792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143185
page faults= 1
swaps= 0
block input operations= 0
block output operations= 672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29932
involuntary context switches= 10332

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.95294 second user time and 6.81496 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-30 09:04:30
IDJOB=4119674
IDBENCH=111786
IDSOLVER=2543
FILE ID=node134/4119674-1467270270
RUNJOBID= node134-1467269337-16123
PBS_JOBID= 20004500
Free space on /tmp= 71572 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/pbfvmc-formulae/hw128/normalized-hw128-vm99p-dec.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119674-1467270270/watcher-4119674-1467270270 -o /tmp/evaluation-result-4119674-1467270270/solver-4119674-1467270270 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467269337-16123 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119674-1467270270.opb

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

MD5SUM BENCH= 29a0087fbbe4bcae212bee5a37389a94
RANDOM SEED=192474383

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.738
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.738
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.738
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        21242976 kB
Buffers:          166956 kB
Cached:          1832336 kB
SwapCached:            0 kB
Active:          7496968 kB
Inactive:        1707960 kB
Active(anon):    7208328 kB
Inactive(anon):        0 kB
Active(file):     288640 kB
Inactive(file):  1707960 kB
Unevictable:     1662236 kB
Mlocked:         1484408 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8588 kB
Writeback:             0 kB
AnonPages:       8825200 kB
Mapped:            21604 kB
Shmem:               216 kB
Slab:             613900 kB
SReclaimable:      58052 kB
SUnreclaim:       555848 kB
KernelStack:        1808 kB
PageTables:        21892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    8965076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6897664 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= 71668 MiB
End job on node134 at 2016-06-30 09:19:31