Trace number 4119719

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.86 905.057

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/
pbfvmc-formulae/hw256/normalized-hw256-vm100p-dec.opb.negationfix.opb
MD5SUM56530829c0cd190bc4cb189a719078a2
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 variables693504
Total number of constraints5930
Number of constraints which are clauses2708
Number of constraints which are cardinality constraints (but not clauses)2708
Number of constraints which are nor clauses,nor cardinality constraints514
Minimum length of a constraint256
Maximum length of a constraint2709
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 975035
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 2190070
Number of bits of the biggest sum of numbers22
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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4119719-1467270733.opb
0.09/0.12	c reading problem ... 
0.09/0.14	c  no objective function found
21.28/14.83	c ... done. Wall clock time 14.707s.
21.28/14.83	c declared #vars     693504
21.28/14.84	c #constraints  5930
21.28/14.84	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
21.28/14.84	c constraints type 
21.28/14.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2708
21.28/14.84	c org.sat4j.specs.Constr$1 => 1
21.28/14.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 2708
21.28/14.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 513
21.28/14.84	c 5930 constraints processed.
21.28/14.84	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
21.28/14.84	c constraints type 
21.28/14.84	c org.sat4j.specs.Constr$1 => 1
21.28/14.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2708
21.28/14.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2708
21.28/14.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 513
21.28/14.84	c 5930 constraints processed.
48.40/27.93	c cleaning 2489 clauses out of 5001 with flag 28031/5001
61.27/34.26	c cleaning 4239 clauses out of 8511 with flag 69496/11000
73.07/40.15	c cleaning 5614 clauses out of 11272 with flag 117506/18000
87.48/47.35	c cleaning 6807 clauses out of 13659 with flag 180940/26001
104.31/55.74	c cleaning 7908 clauses out of 15861 with flag 248788/35010
123.12/65.12	c cleaning 8949 clauses out of 17943 with flag 326432/45000
144.31/75.70	c cleaning 9973 clauses out of 19994 with flag 419174/56000
171.54/89.38	c cleaning 10985 clauses out of 22021 with flag 510363/68000
207.33/107.29	c cleaning 11993 clauses out of 24040 with flag 589999/81004
245.12/126.15	c cleaning 12985 clauses out of 26044 with flag 683349/95001
281.91/144.52	c cleaning 14001 clauses out of 28058 with flag 790695/110000
320.20/163.67	c cleaning 14999 clauses out of 30058 with flag 910286/126001
368.20/187.63	c cleaning 15995 clauses out of 32058 with flag 1038550/143000
420.87/213.77	c cleaning 16994 clauses out of 34064 with flag 1194985/161001
470.57/238.57	c cleaning 17999 clauses out of 36069 with flag 1351380/180000
534.17/270.33	c cleaning 18991 clauses out of 38071 with flag 1506931/200001
607.37/306.93	c cleaning 19996 clauses out of 40080 with flag 1663703/221001
681.60/343.80	c cleaning 21001 clauses out of 42084 with flag 1836680/243001
757.61/381.84	c cleaning 22007 clauses out of 44084 with flag 2030533/266002
836.21/421.17	c cleaning 23003 clauses out of 46077 with flag 2220704/290002
926.03/466.00	c cleaning 24001 clauses out of 48072 with flag 2405930/315000
1016.65/511.36	c cleaning 24994 clauses out of 50072 with flag 2584167/341001
1112.44/559.24	c cleaning 25990 clauses out of 52077 with flag 2790688/368000
1211.26/609.56	c cleaning 26991 clauses out of 54087 with flag 3013509/396000
1308.08/657.92	c cleaning 28010 clauses out of 56096 with flag 3233404/425000
1421.67/714.78	c cleaning 29011 clauses out of 58087 with flag 3451929/455001
1515.67/761.76	c cleaning 29998 clauses out of 60077 with flag 3662383/486002
1594.29/801.05	c cleaning 31003 clauses out of 62079 with flag 3872499/518002
1691.87/849.85	c cleaning 31995 clauses out of 64075 with flag 4068847/551001
1797.76/903.89	c cleaning 33006 clauses out of 66083 with flag 4263500/585004
1800.16/905.00	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/905.00	c starts		: 62
1800.16/905.00	c conflicts		: 585848
1800.16/905.00	c decisions		: 15248023
1800.16/905.00	c propagations		: 255850778
1800.16/905.00	c inspects		: 2974780345
1800.16/905.00	c shortcuts		: 0
1800.16/905.00	c learnt literals	: 0
1800.16/905.00	c learnt binary clauses	: 0
1800.16/905.00	c learnt ternary clauses	: 0
1800.16/905.00	c learnt constraints	: 585848
1800.16/905.00	c ignored constraints	: 0
1800.16/905.00	c root simplifications	: 0
1800.16/905.00	c removed literals (reason simplification)	: 1768308
1800.16/905.00	c reason swapping (by a shorter reason)	: 0
1800.16/905.00	c Calls to reduceDB	: 30
1800.16/905.00	c Number of update (reduction) of LBD	: 256508
1800.16/905.00	c Imported unit clauses	: 0
1800.16/905.00	c number of reductions to clauses (during analyze)	: 0
1800.16/905.00	c number of learned constraints concerned by reduction	: 0
1800.16/905.00	c number of learning phase by resolution	: 0
1800.16/905.00	c number of learning phase by cutting planes	: 0
1800.16/905.00	c speed (assignments/second)	: 287442.4251820594
1800.16/905.00	c non guided choices	12751665
1800.16/905.02	c learnt constraints type 
1800.16/905.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 33921
1800.16/905.02	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/905.02	c starts		: 1
1800.16/905.02	c conflicts		: 11
1800.16/905.02	c decisions		: 689021
1800.16/905.02	c propagations		: 691598
1800.16/905.02	c inspects		: 689744
1800.16/905.02	c shortcuts		: 0
1800.16/905.02	c learnt literals	: 0
1800.16/905.02	c learnt binary clauses	: 0
1800.16/905.02	c learnt ternary clauses	: 0
1800.16/905.02	c learnt constraints	: 10
1800.16/905.02	c ignored constraints	: 0
1800.16/905.02	c root simplifications	: 0
1800.16/905.02	c removed literals (reason simplification)	: 0
1800.16/905.02	c reason swapping (by a shorter reason)	: 0
1800.16/905.02	c Calls to reduceDB	: 0
1800.16/905.02	c Number of update (reduction) of LBD	: 0
1800.16/905.02	c Imported unit clauses	: 0
1800.16/905.02	c number of reductions to clauses (during analyze)	: 0
1800.16/905.02	c number of learned constraints concerned by reduction	: 0
1800.16/905.02	c number of learning phase by resolution	: 0
1800.16/905.02	c number of learning phase by cutting planes	: 0
1800.16/905.02	c speed (assignments/second)	: 776.984737755658
1800.16/905.02	c non guided choices	686262
1800.16/905.02	c learnt constraints type 
1800.16/905.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10
1800.16/905.02	s UNKNOWN
1800.16/905.02	c Total wall clock time (in seconds): 904.894

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-4119719-1467270733/watcher-4119719-1467270733 -o /tmp/evaluation-result-4119719-1467270733/solver-4119719-1467270733 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1467268188-8375 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4119719-1467270733.opb 

pid=9189
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: 3.41 3.67 3.25 4/197 9192
/proc/meminfo: memFree=27462004/32872528 swapFree=171304/177436
[pid=9192] ppid=9189 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/9192/stat : 9192 (java) D 9189 9192 7235 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 6104743 9515008 175 33554432000 1073741824 1073778376 140734655900448 140734655883176 224922518416 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/9192/statm: 2323 175 133 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 3.41 3.67 3.25 4/197 9192
/proc/meminfo: memFree=27462004/32872528 swapFree=171304/177436
[pid=9192] ppid=9189 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/9192/stat : 9192 (java) S 9189 9192 7235 0 -1 4202496 4454 0 1 0 8 1 0 0 20 0 18 0 6104743 9787879424 5580 33554432000 1073741824 1073778376 140735817530624 140735817521760 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9192/statm: 2389619 5580 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200262 s]
/proc/loadavg: 3.41 3.67 3.25 4/197 9192
/proc/meminfo: memFree=27462004/32872528 swapFree=171304/177436
[pid=9192] ppid=9189 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/9192/stat : 9192 (java) S 9189 9192 7235 0 -1 4202496 4836 0 1 0 23 1 0 0 20 0 18 0 6104743 9787879424 14089 33554432000 1073741824 1073778376 140735817530624 140735817521760 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9192/statm: 2389619 14089 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300275 s]
/proc/loadavg: 3.41 3.67 3.25 4/197 9192
/proc/meminfo: memFree=27462004/32872528 swapFree=171304/177436
[pid=9192] ppid=9189 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/9192/stat : 9192 (java) S 9189 9192 7235 0 -1 4202496 5683 0 1 0 47 2 0 0 20 0 18 0 6104743 9787879424 16668 33554432000 1073741824 1073778376 140735817530624 140735817521760 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9192/statm: 2389619 16668 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700254 s]
/proc/loadavg: 3.41 3.67 3.25 4/197 9192
/proc/meminfo: memFree=27462004/32872528 swapFree=171304/177436
[pid=9192] ppid=9189 vsize=9558476 CPUtime=1.22 cores=0,2,4,6
/proc/9192/stat : 9192 (java) S 9189 9192 7235 0 -1 4202496 6454 0 1 0 113 9 0 0 20 0 18 0 6104743 9787879424 56329 33554432000 1073741824 1073778376 140735817530624 140735817521760 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9192/statm: 2389619 56329 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: 3.41 3.67 3.25 4/215 9210
/proc/meminfo: memFree=27170708/32872528 swapFree=171304/177436
[pid=9192] ppid=9189 vsize=9558476 CPUtime=2.83 cores=0,2,4,6
/proc/9192/stat : 9192 (java) S 9189 9192 7235 0 -1 4202496 8350 0 1 0 251 32 0 0 20 0 18 0 6104743 9787879424 132990 33554432000 1073741824 1073778376 140735817530624 140735817521760 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9192/statm: 2389619 132990 2263 9 0 2380296 0
[pid=9192/tid=9194] ppid=9189 vsize=9558476 CPUtime=1.11 cores=0,2,4,6
/proc/9192/task/9194/stat : 9194 (java) R 9189 9192 7235 0 -1 4202560 2576 0 1 0 106 5 0 0 20 0 18 0 6104744 9787879424 132990 33554432000 1073741824 1073778376 140735817530624 140494083407288 140494023627188 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/9192/task/9195/stat : 9195 (java) S 9189 9192 7235 0 -1 4202560 171 0 0 0 14 4 0 0 20 0 18 0 6104746 9787879424 132990 33554432000 1073741824 1073778376 140735817530624 140494022138920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9196] ppid=9189 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/9192/task/9196/stat : 9196 (java) S 9189 9192 7235 0 -1 4202560 157 0 0 0 11 4 0 0 20 0 18 0 6104746 9787879424 132990 33554432000 1073741824 1073778376 140735817530624 140494021086120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9192/tid=9197] ppid=9189 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/9192/task/9197/stat : 9197 (java) S 9189 9192 7235 0 -1 4202560 146 0 0 0 9 3 0 0 20 0 18 0 6104746 9787879424 132990 33554432000 1073741824 1073778376 140735817530624 140494020033320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9198] ppid=9189 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/9192/task/9198/stat : 9198 (java) S 9189 9192 7235 0 -1 4202560 558 0 0 0 16 4 0 0 20 0 18 0 6104746 9787879424 132990 33554432000 1073741824 1073778376 140735817530624 140494018980520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9199] ppid=9189 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/9192/task/9199/stat : 9199 (java) S 9189 9192 7235 0 -1 4202560 78 0 0 0 11 3 0 0 20 0 18 0 6104746 9787879424 132990 33554432000 1073741824 1073778376 140735817530624 140493922712104 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9200] ppid=9189 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/9192/task/9200/stat : 9200 (java) S 9189 9192 7235 0 -1 4202560 408 0 0 0 7 2 0 0 20 0 18 0 6104746 9787879424 132990 33554432000 1073741824 1073778376 140735817530624 140493921659304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9192/tid=9201] ppid=9189 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/9192/task/9201/stat : 9201 (java) S 9189 9192 7235 0 -1 4202560 249 0 0 0 16 4 0 0 20 0 18 0 6104746 9787879424 132990 33554432000 1073741824 1073778376 140735817530624 140493920606504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9202] ppid=9189 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/9192/task/9202/stat : 9202 (java) S 9189 9192 7235 0 -1 4202560 78 0 0 0 11 4 0 0 20 0 18 0 6104746 9787879424 132990 33554432000 1073741824 1073778376 140735817530624 140493919553704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9203] ppid=9189 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9203/stat : 9203 (java) S 9189 9192 7235 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 6104747 9787879424 132990 33554432000 1073741824 1073778376 140735817530624 140493907356648 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9204] ppid=9189 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9204/stat : 9204 (java) S 9189 9192 7235 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 6104747 9787879424 132990 33554432000 1073741824 1073778376 140735817530624 140493906302712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9205] ppid=9189 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9205/stat : 9205 (java) S 9189 9192 7235 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 6104747 9787879424 132990 33554432000 1073741824 1073778376 140735817530624 140493905249800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9206] ppid=9189 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9206/stat : 9206 (java) S 9189 9192 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6104750 9787879424 132990 33554432000 1073741824 1073778376 140735817530624 140493904198288 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9207] ppid=9189 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/9192/task/9207/stat : 9207 (java) S 9189 9192 7235 0 -1 4202560 1261 0 0 0 16 0 0 0 20 0 18 0 6104750 9787879424 132990 33554432000 1073741824 1073778376 140735817530624 140493903145400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9208] ppid=9189 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/9192/task/9208/stat : 9208 (java) S 9189 9192 7235 0 -1 4202560 1220 0 0 0 17 0 0 0 20 0 18 0 6104750 9787879424 132990 33554432000 1073741824 1073778376 140735817530624 140493902092600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9192/tid=9209] ppid=9189 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9209/stat : 9209 (java) S 9189 9192 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6104750 9787879424 132990 33554432000 1073741824 1073778376 140735817530624 140493901039992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9192/tid=9210] ppid=9189 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9210/stat : 9210 (java) S 9189 9192 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6104750 9787879424 132990 33554432000 1073741824 1073778376 140735817530624 140493899987400 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 9558476

[startup+3.10086 s]
/proc/loadavg: 3.41 3.67 3.25 4/215 9210
/proc/meminfo: memFree=26807660/32872528 swapFree=171304/177436
[pid=9192] ppid=9189 vsize=9558476 CPUtime=4.91 cores=0,2,4,6
/proc/9192/stat : 9192 (java) S 9189 9192 7235 0 -1 4202496 9657 0 1 0 446 45 0 0 20 0 18 0 6104743 9787879424 171431 33554432000 1073741824 1073778376 140735817530624 140735817521760 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9192/statm: 2389619 171431 2274 9 0 2380296 0
[pid=9192/tid=9194] ppid=9189 vsize=9558476 CPUtime=1.87 cores=0,2,4,6
/proc/9192/task/9194/stat : 9194 (java) R 9189 9192 7235 0 -1 4202560 2577 0 1 0 182 5 0 0 20 0 18 0 6104744 9787879424 171431 33554432000 1073741824 1073778376 140735817530624 140494083399600 140494023553163 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/9192/task/9195/stat : 9195 (java) S 9189 9192 7235 0 -1 4202560 533 0 0 0 20 6 0 0 20 0 18 0 6104746 9787879424 171431 33554432000 1073741824 1073778376 140735817530624 140494022138920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9196] ppid=9189 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/9192/task/9196/stat : 9196 (java) S 9189 9192 7235 0 -1 4202560 519 0 0 0 16 4 0 0 20 0 18 0 6104746 9787879424 171431 33554432000 1073741824 1073778376 140735817530624 140494021086120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9197] ppid=9189 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/9192/task/9197/stat : 9197 (java) S 9189 9192 7235 0 -1 4202560 182 0 0 0 15 5 0 0 20 0 18 0 6104746 9787879424 171431 33554432000 1073741824 1073778376 140735817530624 140494020033320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9198] ppid=9189 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/9192/task/9198/stat : 9198 (java) S 9189 9192 7235 0 -1 4202560 598 0 0 0 21 6 0 0 20 0 18 0 6104746 9787879424 171431 33554432000 1073741824 1073778376 140735817530624 140494018980520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9192/tid=9199] ppid=9189 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/9192/task/9199/stat : 9199 (java) S 9189 9192 7235 0 -1 4202560 113 0 0 0 17 5 0 0 20 0 18 0 6104746 9787879424 171431 33554432000 1073741824 1073778376 140735817530624 140493922712104 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9200] ppid=9189 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/9192/task/9200/stat : 9200 (java) S 9189 9192 7235 0 -1 4202560 462 0 0 0 14 3 0 0 20 0 18 0 6104746 9787879424 171431 33554432000 1073741824 1073778376 140735817530624 140493921659304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9192/tid=9201] ppid=9189 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/9192/task/9201/stat : 9201 (java) S 9189 9192 7235 0 -1 4202560 285 0 0 0 22 6 0 0 20 0 18 0 6104746 9787879424 171431 33554432000 1073741824 1073778376 140735817530624 140493920606504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9202] ppid=9189 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/9192/task/9202/stat : 9202 (java) S 9189 9192 7235 0 -1 4202560 131 0 0 0 23 7 0 0 20 0 18 0 6104746 9787879424 171431 33554432000 1073741824 1073778376 140735817530624 140493919553704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9192/tid=9203] ppid=9189 vsize=9558476 CPUtime=0.65 cores=0,2,4,6
/proc/9192/task/9203/stat : 9203 (java) S 9189 9192 7235 0 -1 4202560 524 0 0 0 65 0 0 0 20 0 18 0 6104747 9787879424 171431 33554432000 1073741824 1073778376 140735817530624 140493907356648 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9204] ppid=9189 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9204/stat : 9204 (java) S 9189 9192 7235 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 6104747 9787879424 171431 33554432000 1073741824 1073778376 140735817530624 140493906302712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9205] ppid=9189 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9205/stat : 9205 (java) S 9189 9192 7235 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 6104747 9787879424 171431 33554432000 1073741824 1073778376 140735817530624 140493905249800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9206] ppid=9189 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9206/stat : 9206 (java) S 9189 9192 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6104750 9787879424 171431 33554432000 1073741824 1073778376 140735817530624 140493904198288 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9207] ppid=9189 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/9192/task/9207/stat : 9207 (java) S 9189 9192 7235 0 -1 4202560 1261 0 0 0 16 0 0 0 20 0 18 0 6104750 9787879424 171431 33554432000 1073741824 1073778376 140735817530624 140493903145400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9208] ppid=9189 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/9192/task/9208/stat : 9208 (java) S 9189 9192 7235 0 -1 4202560 1220 0 0 0 17 0 0 0 20 0 18 0 6104750 9787879424 171431 33554432000 1073741824 1073778376 140735817530624 140493902092600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9192/tid=9209] ppid=9189 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9209/stat : 9209 (java) S 9189 9192 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6104750 9787879424 171431 33554432000 1073741824 1073778376 140735817530624 140493901039992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9192/tid=9210] ppid=9189 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9210/stat : 9210 (java) S 9189 9192 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6104750 9787879424 171431 33554432000 1073741824 1073778376 140735817530624 140493899987400 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.91
Current children cumulated vsize (KiB) 9558476

[startup+6.30074 s]
/proc/loadavg: 3.38 3.66 3.25 11/215 9210
/proc/meminfo: memFree=25899536/32872528 swapFree=171304/177436
[pid=9192] ppid=9189 vsize=9558476 CPUtime=11.01 cores=0,2,4,6
/proc/9192/stat : 9192 (java) S 9189 9192 7235 0 -1 4202496 14484 0 1 0 984 117 0 0 20 0 18 0 6104743 9787879424 472550 33554432000 1073741824 1073778376 140735817530624 140735817521760 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9192/statm: 2389619 472550 2274 9 0 2380296 0
[pid=9192/tid=9194] ppid=9189 vsize=9558476 CPUtime=4.1 cores=0,2,4,6
/proc/9192/task/9194/stat : 9194 (java) R 9189 9192 7235 0 -1 4202560 3503 0 1 0 396 14 0 0 20 0 18 0 6104744 9787879424 472550 33554432000 1073741824 1073778376 140735817530624 140494083399600 140494091172954 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=9558476 CPUtime=0.75 cores=0,2,4,6
/proc/9192/task/9195/stat : 9195 (java) S 9189 9192 7235 0 -1 4202560 702 0 0 0 61 14 0 0 20 0 18 0 6104746 9787879424 472550 33554432000 1073741824 1073778376 140735817530624 140494022138920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9192/tid=9196] ppid=9189 vsize=9558476 CPUtime=0.69 cores=0,2,4,6
/proc/9192/task/9196/stat : 9196 (java) S 9189 9192 7235 0 -1 4202560 873 0 0 0 57 12 0 0 20 0 18 0 6104746 9787879424 472550 33554432000 1073741824 1073778376 140735817530624 140494021086120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9192/tid=9197] ppid=9189 vsize=9558476 CPUtime=0.58 cores=0,2,4,6
/proc/9192/task/9197/stat : 9197 (java) S 9189 9192 7235 0 -1 4202560 937 0 0 0 46 12 0 0 20 0 18 0 6104746 9787879424 472550 33554432000 1073741824 1073778376 140735817530624 140494020033320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9198] ppid=9189 vsize=9558476 CPUtime=0.68 cores=0,2,4,6
/proc/9192/task/9198/stat : 9198 (java) S 9189 9192 7235 0 -1 4202560 737 0 0 0 55 13 0 0 20 0 18 0 6104746 9787879424 472550 33554432000 1073741824 1073778376 140735817530624 140494018980520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9199] ppid=9189 vsize=9558476 CPUtime=0.78 cores=0,2,4,6
/proc/9192/task/9199/stat : 9199 (java) S 9189 9192 7235 0 -1 4202560 308 0 0 0 64 14 0 0 20 0 18 0 6104746 9787879424 472550 33554432000 1073741824 1073778376 140735817530624 140493922712104 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9200] ppid=9189 vsize=9558476 CPUtime=0.74 cores=0,2,4,6
/proc/9192/task/9200/stat : 9200 (java) S 9189 9192 7235 0 -1 4202560 667 0 0 0 61 13 0 0 20 0 18 0 6104746 9787879424 472550 33554432000 1073741824 1073778376 140735817530624 140493921659304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9201] ppid=9189 vsize=9558476 CPUtime=0.7 cores=0,2,4,6
/proc/9192/task/9201/stat : 9201 (java) S 9189 9192 7235 0 -1 4202560 421 0 0 0 58 12 0 0 20 0 18 0 6104746 9787879424 472550 33554432000 1073741824 1073778376 140735817530624 140493920606504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9192/tid=9202] ppid=9189 vsize=9558476 CPUtime=0.78 cores=0,2,4,6
/proc/9192/task/9202/stat : 9202 (java) S 9189 9192 7235 0 -1 4202560 636 0 0 0 63 15 0 0 20 0 18 0 6104746 9787879424 472550 33554432000 1073741824 1073778376 140735817530624 140493919553704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9203] ppid=9189 vsize=9558476 CPUtime=0.65 cores=0,2,4,6
/proc/9192/task/9203/stat : 9203 (java) S 9189 9192 7235 0 -1 4202560 1174 0 0 0 65 0 0 0 20 0 18 0 6104747 9787879424 472550 33554432000 1073741824 1073778376 140735817530624 140493907356648 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9192/tid=9204] ppid=9189 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9204/stat : 9204 (java) S 9189 9192 7235 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 6104747 9787879424 472550 33554432000 1073741824 1073778376 140735817530624 140493906302712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9205] ppid=9189 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9205/stat : 9205 (java) S 9189 9192 7235 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 6104747 9787879424 472550 33554432000 1073741824 1073778376 140735817530624 140493905249800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9206] ppid=9189 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9206/stat : 9206 (java) S 9189 9192 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6104750 9787879424 472550 33554432000 1073741824 1073778376 140735817530624 140493904198288 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9207] ppid=9189 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/9192/task/9207/stat : 9207 (java) S 9189 9192 7235 0 -1 4202560 1288 0 0 0 19 0 0 0 20 0 18 0 6104750 9787879424 472550 33554432000 1073741824 1073778376 140735817530624 140493903145400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9208] ppid=9189 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/9192/task/9208/stat : 9208 (java) S 9189 9192 7235 0 -1 4202560 1986 0 0 0 22 0 0 0 20 0 18 0 6104750 9787879424 472550 33554432000 1073741824 1073778376 140735817530624 140493902092600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9192/tid=9209] ppid=9189 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9209/stat : 9209 (java) S 9189 9192 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6104750 9787879424 472550 33554432000 1073741824 1073778376 140735817530624 140493901039992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9192/tid=9210] ppid=9189 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9210/stat : 9210 (java) S 9189 9192 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6104750 9787879424 472550 33554432000 1073741824 1073778376 140735817530624 140493899987400 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 11.01
Current children cumulated vsize (KiB) 9558476

[startup+12.7008 s]
/proc/loadavg: 3.35 3.65 3.25 11/215 9210
/proc/meminfo: memFree=24460008/32872528 swapFree=171304/177436
[pid=9192] ppid=9189 vsize=9558476 CPUtime=18.66 cores=0,2,4,6
/proc/9192/stat : 9192 (java) S 9189 9192 7235 0 -1 4202496 20446 0 1 0 1719 147 0 0 20 0 18 0 6104743 9787879424 751216 33554432000 1073741824 1073778376 140735817530624 140735817521760 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9192/statm: 2389619 751216 2281 9 0 2380296 0

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


[startup+822.301 s]
/proc/loadavg: 4.06 4.02 3.68 5/219 9573
/proc/meminfo: memFree=24032584/32872528 swapFree=171304/177436
[pid=9192] ppid=9189 vsize=9824732 CPUtime=1636.87 cores=0,2,4,6
/proc/9192/stat : 9192 (java) S 9189 9192 7235 0 -1 4202496 86714 0 1 0 163435 252 0 0 20 0 22 0 6104743 10060525568 960702 33554432000 1073741824 1073778376 140735817530624 140735817521760 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9192/statm: 2456183 960702 2297 9 0 2446860 0
[pid=9192/tid=9194] ppid=9189 vsize=9824732 CPUtime=10.64 cores=0,2,4,6
/proc/9192/task/9194/stat : 9194 (java) S 9189 9192 7235 0 -1 4202560 3924 0 1 0 1035 29 0 0 20 0 22 0 6104744 10060525568 960702 33554432000 1073741824 1073778376 140735817530624 140494083408760 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/9192/task/9195/stat : 9195 (java) S 9189 9192 7235 0 -1 4202560 2919 0 0 0 100 25 0 0 20 0 22 0 6104746 10060525568 960702 33554432000 1073741824 1073778376 140735817530624 140494022138920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9192/tid=9196] ppid=9189 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/9192/task/9196/stat : 9196 (java) S 9189 9192 7235 0 -1 4202560 1487 0 0 0 92 24 0 0 20 0 22 0 6104746 10060525568 960702 33554432000 1073741824 1073778376 140735817530624 140494021086120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9197] ppid=9189 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/9192/task/9197/stat : 9197 (java) S 9189 9192 7235 0 -1 4202560 1847 0 0 0 94 24 0 0 20 0 22 0 6104746 10060525568 960702 33554432000 1073741824 1073778376 140735817530624 140494020033320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9198] ppid=9189 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/9192/task/9198/stat : 9198 (java) S 9189 9192 7235 0 -1 4202560 3840 0 0 0 100 26 0 0 20 0 22 0 6104746 10060525568 960702 33554432000 1073741824 1073778376 140735817530624 140494018980520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9199] ppid=9189 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/9192/task/9199/stat : 9199 (java) S 9189 9192 7235 0 -1 4202560 3348 0 0 0 105 20 0 0 20 0 22 0 6104746 10060525568 960702 33554432000 1073741824 1073778376 140735817530624 140493922712104 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9200] ppid=9189 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/9192/task/9200/stat : 9200 (java) S 9189 9192 7235 0 -1 4202560 2566 0 0 0 96 21 0 0 20 0 22 0 6104746 10060525568 960702 33554432000 1073741824 1073778376 140735817530624 140493921659304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9192/tid=9201] ppid=9189 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/9192/task/9201/stat : 9201 (java) S 9189 9192 7235 0 -1 4202560 4215 0 0 0 112 25 0 0 20 0 22 0 6104746 10060525568 960702 33554432000 1073741824 1073778376 140735817530624 140493920606504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9202] ppid=9189 vsize=9824732 CPUtime=1.34 cores=0,2,4,6
/proc/9192/task/9202/stat : 9202 (java) S 9189 9192 7235 0 -1 4202560 3642 0 0 0 107 27 0 0 20 0 22 0 6104746 10060525568 960702 33554432000 1073741824 1073778376 140735817530624 140493919553704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9203] ppid=9189 vsize=9824732 CPUtime=4.39 cores=0,2,4,6
/proc/9192/task/9203/stat : 9203 (java) S 9189 9192 7235 0 -1 4202560 40190 0 0 0 427 12 0 0 20 0 22 0 6104747 10060525568 960702 33554432000 1073741824 1073778376 140735817530624 140493907356648 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9204] ppid=9189 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9204/stat : 9204 (java) S 9189 9192 7235 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6104747 10060525568 960702 33554432000 1073741824 1073778376 140735817530624 140493906302712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9205] ppid=9189 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9205/stat : 9205 (java) S 9189 9192 7235 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 6104747 10060525568 960702 33554432000 1073741824 1073778376 140735817530624 140493905249800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9206] ppid=9189 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9206/stat : 9206 (java) S 9189 9192 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6104750 10060525568 960702 33554432000 1073741824 1073778376 140735817530624 140493904198288 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9207] ppid=9189 vsize=9824732 CPUtime=1.57 cores=0,2,4,6
/proc/9192/task/9207/stat : 9207 (java) S 9189 9192 7235 0 -1 4202560 8480 0 0 0 155 2 0 0 20 0 22 0 6104750 10060525568 960702 33554432000 1073741824 1073778376 140735817530624 140493903145400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9192/tid=9208] ppid=9189 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/9192/task/9208/stat : 9208 (java) S 9189 9192 7235 0 -1 4202560 8874 0 0 0 109 1 0 0 20 0 22 0 6104750 10060525568 960702 33554432000 1073741824 1073778376 140735817530624 140493902092600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9192/tid=9209] ppid=9189 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9209/stat : 9209 (java) S 9189 9192 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6104750 10060525568 960702 33554432000 1073741824 1073778376 140735817530624 140493901039992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9192/tid=9210] ppid=9189 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/9192/task/9210/stat : 9210 (java) S 9189 9192 7235 0 -1 4202560 47 0 0 0 14 21 0 0 20 0 22 0 6104750 10060525568 960702 33554432000 1073741824 1073778376 140735817530624 140493899987400 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9211] ppid=9189 vsize=9824732 CPUtime=804.58 cores=0,2,4,6
/proc/9192/task/9211/stat : 9211 (java) R 9189 9192 7235 0 -1 4202560 36 0 0 0 80443 15 0 0 20 0 22 0 6106227 10060525568 960702 33554432000 1073741824 1073778376 140735817530624 140493898924560 140494024304482 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9192/tid=9212] ppid=9189 vsize=9824732 CPUtime=804.49 cores=0,2,4,6
/proc/9192/task/9212/stat : 9212 (java) R 9189 9192 7235 0 -1 4202560 34 0 0 0 80435 14 0 0 20 0 22 0 6106228 10060525568 960702 33554432000 1073741824 1073778376 140735817530624 140493897880472 140494024098391 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9213] ppid=9189 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9213/stat : 9213 (java) S 9189 9192 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6106235 10060525568 960702 33554432000 1073741824 1073778376 140735817530624 140493896828328 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9192/tid=9214] ppid=9189 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9214/stat : 9214 (java) S 9189 9192 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6106235 10060525568 960702 33554432000 1073741824 1073778376 140735817530624 140493895775528 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1636.87
Current children cumulated vsize (KiB) 9824732

[startup+882.301 s]
/proc/loadavg: 4.08 4.03 3.71 5/219 9574
/proc/meminfo: memFree=23754860/32872528 swapFree=171304/177436
[pid=9192] ppid=9189 vsize=9824732 CPUtime=1756.87 cores=0,2,4,6
/proc/9192/stat : 9192 (java) S 9189 9192 7235 0 -1 4202496 86718 0 1 0 175434 253 0 0 20 0 22 0 6104743 10060525568 961081 33554432000 1073741824 1073778376 140735817530624 140735817521760 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9192/statm: 2456183 961081 2297 9 0 2446860 0
[pid=9192/tid=9194] ppid=9189 vsize=9824732 CPUtime=10.64 cores=0,2,4,6
/proc/9192/task/9194/stat : 9194 (java) S 9189 9192 7235 0 -1 4202560 3924 0 1 0 1035 29 0 0 20 0 22 0 6104744 10060525568 961081 33554432000 1073741824 1073778376 140735817530624 140494083408760 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/9192/task/9195/stat : 9195 (java) S 9189 9192 7235 0 -1 4202560 2919 0 0 0 100 25 0 0 20 0 22 0 6104746 10060525568 961081 33554432000 1073741824 1073778376 140735817530624 140494022138920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9192/tid=9196] ppid=9189 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/9192/task/9196/stat : 9196 (java) S 9189 9192 7235 0 -1 4202560 1487 0 0 0 92 24 0 0 20 0 22 0 6104746 10060525568 961081 33554432000 1073741824 1073778376 140735817530624 140494021086120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9197] ppid=9189 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/9192/task/9197/stat : 9197 (java) S 9189 9192 7235 0 -1 4202560 1847 0 0 0 94 24 0 0 20 0 22 0 6104746 10060525568 961081 33554432000 1073741824 1073778376 140735817530624 140494020033320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9198] ppid=9189 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/9192/task/9198/stat : 9198 (java) S 9189 9192 7235 0 -1 4202560 3840 0 0 0 100 26 0 0 20 0 22 0 6104746 10060525568 961081 33554432000 1073741824 1073778376 140735817530624 140494018980520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9199] ppid=9189 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/9192/task/9199/stat : 9199 (java) S 9189 9192 7235 0 -1 4202560 3348 0 0 0 105 20 0 0 20 0 22 0 6104746 10060525568 961081 33554432000 1073741824 1073778376 140735817530624 140493922712104 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9200] ppid=9189 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/9192/task/9200/stat : 9200 (java) S 9189 9192 7235 0 -1 4202560 2566 0 0 0 96 21 0 0 20 0 22 0 6104746 10060525568 961081 33554432000 1073741824 1073778376 140735817530624 140493921659304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9192/tid=9201] ppid=9189 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/9192/task/9201/stat : 9201 (java) S 9189 9192 7235 0 -1 4202560 4215 0 0 0 112 25 0 0 20 0 22 0 6104746 10060525568 961081 33554432000 1073741824 1073778376 140735817530624 140493920606504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9202] ppid=9189 vsize=9824732 CPUtime=1.34 cores=0,2,4,6
/proc/9192/task/9202/stat : 9202 (java) S 9189 9192 7235 0 -1 4202560 3642 0 0 0 107 27 0 0 20 0 22 0 6104746 10060525568 961081 33554432000 1073741824 1073778376 140735817530624 140493919553704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9203] ppid=9189 vsize=9824732 CPUtime=4.39 cores=0,2,4,6
/proc/9192/task/9203/stat : 9203 (java) S 9189 9192 7235 0 -1 4202560 40190 0 0 0 427 12 0 0 20 0 22 0 6104747 10060525568 961081 33554432000 1073741824 1073778376 140735817530624 140493907356648 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9204] ppid=9189 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9204/stat : 9204 (java) S 9189 9192 7235 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6104747 10060525568 961081 33554432000 1073741824 1073778376 140735817530624 140493906302712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9205] ppid=9189 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9205/stat : 9205 (java) S 9189 9192 7235 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 6104747 10060525568 961081 33554432000 1073741824 1073778376 140735817530624 140493905249800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9206] ppid=9189 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9206/stat : 9206 (java) S 9189 9192 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6104750 10060525568 961081 33554432000 1073741824 1073778376 140735817530624 140493904198288 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9207] ppid=9189 vsize=9824732 CPUtime=1.57 cores=0,2,4,6
/proc/9192/task/9207/stat : 9207 (java) S 9189 9192 7235 0 -1 4202560 8480 0 0 0 155 2 0 0 20 0 22 0 6104750 10060525568 961081 33554432000 1073741824 1073778376 140735817530624 140493903145400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9192/tid=9208] ppid=9189 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/9192/task/9208/stat : 9208 (java) S 9189 9192 7235 0 -1 4202560 8874 0 0 0 109 1 0 0 20 0 22 0 6104750 10060525568 961081 33554432000 1073741824 1073778376 140735817530624 140493902092600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9192/tid=9209] ppid=9189 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9209/stat : 9209 (java) S 9189 9192 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6104750 10060525568 961081 33554432000 1073741824 1073778376 140735817530624 140493901039992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9192/tid=9210] ppid=9189 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/9192/task/9210/stat : 9210 (java) S 9189 9192 7235 0 -1 4202560 51 0 0 0 16 22 0 0 20 0 22 0 6104750 10060525568 961081 33554432000 1073741824 1073778376 140735817530624 140493899987400 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9211] ppid=9189 vsize=9824732 CPUtime=864.59 cores=0,2,4,6
/proc/9192/task/9211/stat : 9211 (java) R 9189 9192 7235 0 -1 4202560 36 0 0 0 86443 16 0 0 20 0 22 0 6106227 10060525568 961081 33554432000 1073741824 1073778376 140735817530624 140493898924560 140494024436588 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9192/tid=9212] ppid=9189 vsize=9824732 CPUtime=864.48 cores=0,2,4,6
/proc/9192/task/9212/stat : 9212 (java) R 9189 9192 7235 0 -1 4202560 34 0 0 0 86433 15 0 0 20 0 22 0 6106228 10060525568 961081 33554432000 1073741824 1073778376 140735817530624 140493897880472 140494024098391 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9213] ppid=9189 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9213/stat : 9213 (java) S 9189 9192 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6106235 10060525568 961081 33554432000 1073741824 1073778376 140735817530624 140493896828328 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9192/tid=9214] ppid=9189 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9214/stat : 9214 (java) S 9189 9192 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6106235 10060525568 961081 33554432000 1073741824 1073778376 140735817530624 140493895775528 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1756.87
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+905.001 s]
/proc/loadavg: 3.98 4.01 3.71 5/219 9574
/proc/meminfo: memFree=23164060/32872528 swapFree=171304/177436
[pid=9192] ppid=9189 vsize=9824732 CPUtime=1800.16 cores=0,2,4,6
/proc/9192/stat : 9192 (java) S 9189 9192 7235 0 -1 4202496 125297 0 1 0 179700 316 0 0 20 0 22 0 6104743 10060525568 1108603 33554432000 1073741824 1073778376 140735817530624 140735817521760 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9192/statm: 2456183 1108603 2297 9 0 2446860 0
[pid=9192/tid=9194] ppid=9189 vsize=9824732 CPUtime=10.65 cores=0,2,4,6
/proc/9192/task/9194/stat : 9194 (java) S 9189 9192 7235 0 -1 4202560 3925 0 1 0 1036 29 0 0 20 0 22 0 6104744 10060525568 1108603 33554432000 1073741824 1073778376 140735817530624 140494083408760 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/9192/task/9195/stat : 9195 (java) S 9189 9192 7235 0 -1 4202560 7405 0 0 0 111 32 0 0 20 0 22 0 6104746 10060525568 1108603 33554432000 1073741824 1073778376 140735817530624 140494022138920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9192/tid=9196] ppid=9189 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/9192/task/9196/stat : 9196 (java) S 9189 9192 7235 0 -1 4202560 6510 0 0 0 97 28 0 0 20 0 22 0 6104746 10060525568 1108603 33554432000 1073741824 1073778376 140735817530624 140494021086120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9197] ppid=9189 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/9192/task/9197/stat : 9197 (java) S 9189 9192 7235 0 -1 4202560 5529 0 0 0 114 36 0 0 20 0 22 0 6104746 10060525568 1108603 33554432000 1073741824 1073778376 140735817530624 140494020033320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9192/tid=9198] ppid=9189 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/9192/task/9198/stat : 9198 (java) S 9189 9192 7235 0 -1 4202560 8838 0 0 0 106 31 0 0 20 0 22 0 6104746 10060525568 1108603 33554432000 1073741824 1073778376 140735817530624 140494018980520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9199] ppid=9189 vsize=9824732 CPUtime=1.35 cores=0,2,4,6
/proc/9192/task/9199/stat : 9199 (java) S 9189 9192 7235 0 -1 4202560 5740 0 0 0 110 25 0 0 20 0 22 0 6104746 10060525568 1108603 33554432000 1073741824 1073778376 140735817530624 140493922712104 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9200] ppid=9189 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/9192/task/9200/stat : 9200 (java) S 9189 9192 7235 0 -1 4202560 7069 0 0 0 110 30 0 0 20 0 22 0 6104746 10060525568 1108603 33554432000 1073741824 1073778376 140735817530624 140493921659304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9192/tid=9201] ppid=9189 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/9192/task/9201/stat : 9201 (java) S 9189 9192 7235 0 -1 4202560 9992 0 0 0 123 30 0 0 20 0 22 0 6104746 10060525568 1108603 33554432000 1073741824 1073778376 140735817530624 140493920606504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9192/tid=9202] ppid=9189 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/9192/task/9202/stat : 9202 (java) S 9189 9192 7235 0 -1 4202560 10829 0 0 0 122 43 0 0 20 0 22 0 6104746 10060525568 1108603 33554432000 1073741824 1073778376 140735817530624 140493919553704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9192/tid=9203] ppid=9189 vsize=9824732 CPUtime=7.15 cores=0,2,4,6
/proc/9192/task/9203/stat : 9203 (java) S 9189 9192 7235 0 -1 4202560 40718 0 0 0 703 12 0 0 20 0 22 0 6104747 10060525568 1108603 33554432000 1073741824 1073778376 140735817530624 140493907356648 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9204] ppid=9189 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9204/stat : 9204 (java) S 9189 9192 7235 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6104747 10060525568 1108603 33554432000 1073741824 1073778376 140735817530624 140493906302712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9205] ppid=9189 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9205/stat : 9205 (java) S 9189 9192 7235 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 6104747 10060525568 1108603 33554432000 1073741824 1073778376 140735817530624 140493905249800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9206] ppid=9189 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9206/stat : 9206 (java) S 9189 9192 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6104750 10060525568 1108603 33554432000 1073741824 1073778376 140735817530624 140493904198288 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9207] ppid=9189 vsize=9824732 CPUtime=1.57 cores=0,2,4,6
/proc/9192/task/9207/stat : 9207 (java) S 9189 9192 7235 0 -1 4202560 8480 0 0 0 155 2 0 0 20 0 22 0 6104750 10060525568 1108603 33554432000 1073741824 1073778376 140735817530624 140493903145400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9192/tid=9208] ppid=9189 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/9192/task/9208/stat : 9208 (java) S 9189 9192 7235 0 -1 4202560 8874 0 0 0 109 1 0 0 20 0 22 0 6104750 10060525568 1108603 33554432000 1073741824 1073778376 140735817530624 140493902092600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9192/tid=9209] ppid=9189 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9209/stat : 9209 (java) S 9189 9192 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6104750 10060525568 1108603 33554432000 1073741824 1073778376 140735817530624 140493901039992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9192/tid=9210] ppid=9189 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/9192/task/9210/stat : 9210 (java) S 9189 9192 7235 0 -1 4202560 53 0 0 0 18 22 0 0 20 0 22 0 6104750 10060525568 1108603 33554432000 1073741824 1073778376 140735817530624 140493899987400 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9211] ppid=9189 vsize=9824732 CPUtime=884.11 cores=0,2,4,6
/proc/9192/task/9211/stat : 9211 (java) R 9189 9192 7235 0 -1 4202560 36 0 0 0 88395 16 0 0 20 0 22 0 6106227 10060525568 1108603 33554432000 1073741824 1073778376 140735817530624 140493898924560 140494024127601 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9192/tid=9212] ppid=9189 vsize=9824732 CPUtime=884 cores=0,2,4,6
/proc/9192/task/9212/stat : 9212 (java) R 9189 9192 7235 0 -1 4202560 34 0 0 0 88385 15 0 0 20 0 22 0 6106228 10060525568 1108603 33554432000 1073741824 1073778376 140735817530624 140493897878384 140494024098391 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9213] ppid=9189 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9213/stat : 9213 (java) S 9189 9192 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6106235 10060525568 1108603 33554432000 1073741824 1073778376 140735817530624 140493896828328 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9192/tid=9214] ppid=9189 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9214/stat : 9214 (java) S 9189 9192 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6106235 10060525568 1108603 33554432000 1073741824 1073778376 140735817530624 140493895775528 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
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 9192 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 905.057
CPU time (s): 1800.86
CPU user time (s): 1797.15
CPU system time (s): 3.71144
CPU usage (%): 198.978
Max. virtual memory (cumulated for all children) (KiB): 9955804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.15
system time used= 3.71143
maximum resident set size= 4434528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125334
page faults= 1
swaps= 0
block input operations= 0
block output operations= 712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25121
involuntary context switches= 12913

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.40203 second user time and 7.04493 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-30 09:12:14
IDJOB=4119719
IDBENCH=111795
IDSOLVER=2543
FILE ID=node105/4119719-1467270733
RUNJOBID= node105-1467268188-8375
PBS_JOBID= 20004488
Free space on /tmp= 71692 MiB

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

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

MD5SUM BENCH= 56530829c0cd190bc4cb189a719078a2
RANDOM SEED=815010459

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27462912 kB
Buffers:          129796 kB
Cached:           470872 kB
SwapCached:            0 kB
Active:          4064804 kB
Inactive:         406264 kB
Active(anon):    3865768 kB
Inactive(anon):     7948 kB
Active(file):     199036 kB
Inactive(file):   398316 kB
Unevictable:      177436 kB
Mlocked:          171304 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             32492 kB
Writeback:             0 kB
AnonPages:       4061028 kB
Mapped:            22200 kB
Shmem:               204 kB
Slab:             611836 kB
SReclaimable:      55272 kB
SUnreclaim:       556564 kB
KernelStack:        1608 kB
PageTables:        12312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4385132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3780608 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= 71688 MiB
End job on node105 at 2016-06-30 09:27:19