Trace number 4080347

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.11 899.071

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/robin/normalized-robin16.opb
MD5SUMd761333f7ff9a755d3cd90e52b11f227
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables14400
Total number of constraints1088
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)608
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint120
Maximum length of a constraint225
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 227
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4080347-1465216749.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.88/0.54	c ... done. Wall clock time 0.429s.
0.88/0.54	c declared #vars     14400
0.88/0.54	c #constraints  1088
0.88/0.54	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.88/0.54	c constraints type 
0.88/0.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 480
0.88/0.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 608
0.88/0.54	c 1088 constraints processed.
0.88/0.54	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.88/0.54	c constraints type 
0.88/0.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 480
0.88/0.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 608
0.88/0.54	c 1088 constraints processed.
12.01/5.38	c cleaning 2487 clauses out of 5001 with flag 17085/5001
23.58/11.02	c cleaning 4248 clauses out of 8515 with flag 39226/11002
36.84/17.56	c cleaning 5626 clauses out of 11265 with flag 65353/18000
52.62/25.32	c cleaning 6803 clauses out of 13642 with flag 95557/26003
70.41/34.11	c cleaning 7894 clauses out of 15836 with flag 129915/35000
89.62/43.65	c cleaning 8963 clauses out of 17945 with flag 169757/45003
111.35/54.35	c cleaning 9981 clauses out of 19980 with flag 214406/56001
134.93/66.02	c cleaning 10979 clauses out of 22000 with flag 263310/68002
158.91/78.06	c cleaning 11977 clauses out of 24020 with flag 314892/81001
185.72/91.49	c cleaning 13001 clauses out of 26044 with flag 374010/95002
214.91/106.03	c cleaning 13992 clauses out of 28044 with flag 437138/110003
248.16/122.86	c cleaning 15007 clauses out of 30049 with flag 505137/126000
281.36/139.44	c cleaning 16007 clauses out of 32042 with flag 577442/143000
317.02/157.16	c cleaning 16996 clauses out of 34035 with flag 655039/161000
354.82/176.04	c cleaning 17995 clauses out of 36040 with flag 737659/180001
396.76/197.46	c cleaning 18988 clauses out of 38044 with flag 825141/200000
439.38/218.79	c cleaning 20004 clauses out of 40056 with flag 920301/221000
484.17/241.19	c cleaning 21019 clauses out of 42053 with flag 1020211/243001
531.96/264.96	c cleaning 21991 clauses out of 44033 with flag 1126753/266000
579.94/288.92	c cleaning 22992 clauses out of 46042 with flag 1236867/290000
632.13/315.03	c cleaning 24004 clauses out of 48051 with flag 1351694/315001
685.92/341.93	c cleaning 25022 clauses out of 50046 with flag 1472737/341000
743.32/370.39	c cleaning 25993 clauses out of 52024 with flag 1600648/368000
799.50/398.45	c cleaning 26972 clauses out of 54032 with flag 1731780/396001
858.27/427.90	c cleaning 27990 clauses out of 56060 with flag 1868721/425001
920.65/459.06	c cleaning 29006 clauses out of 58069 with flag 2014494/455000
984.64/491.07	c cleaning 29996 clauses out of 60063 with flag 2162544/486000
1056.57/528.13	c cleaning 30995 clauses out of 62067 with flag 2318059/518000
1128.07/563.82	c cleaning 32010 clauses out of 64076 with flag 2482867/551004
1199.66/599.64	c cleaning 33014 clauses out of 66062 with flag 2651431/585000
1274.02/636.56	c cleaning 34002 clauses out of 68049 with flag 2828024/620001
1353.06/675.81	c cleaning 35007 clauses out of 70046 with flag 3011012/656000
1436.33/717.07	c cleaning 35993 clauses out of 72039 with flag 3197515/693000
1522.83/761.48	c cleaning 36971 clauses out of 74046 with flag 3392380/731000
1608.41/804.04	c cleaning 38004 clauses out of 76075 with flag 3595518/770000
1697.31/848.22	c cleaning 39009 clauses out of 78071 with flag 3805226/810000
1777.14/887.81	c cleaning 0 clauses out of 5000 with flag 0/5000
1785.97/892.16	c cleaning 39990 clauses out of 80062 with flag 4018680/851000
1800.11/899.02	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/899.02	c starts		: 5629
1800.11/899.02	c conflicts		: 857173
1800.11/899.02	c decisions		: 21118519
1800.11/899.02	c propagations		: 219101838
1800.11/899.02	c inspects		: 1010738909
1800.11/899.02	c shortcuts		: 0
1800.11/899.02	c learnt literals	: 0
1800.11/899.02	c learnt binary clauses	: 0
1800.11/899.02	c learnt ternary clauses	: 0
1800.11/899.02	c learnt constraints	: 857172
1800.11/899.02	c ignored constraints	: 0
1800.11/899.02	c root simplifications	: 0
1800.11/899.02	c removed literals (reason simplification)	: 22496013
1800.11/899.02	c reason swapping (by a shorter reason)	: 0
1800.11/899.02	c Calls to reduceDB	: 37
1800.11/899.02	c Number of update (reduction) of LBD	: 284338
1800.11/899.02	c Imported unit clauses	: 0
1800.11/899.02	c number of reductions to clauses (during analyze)	: 0
1800.11/899.02	c number of learned constraints concerned by reduction	: 0
1800.11/899.02	c number of learning phase by resolution	: 0
1800.11/899.02	c number of learning phase by cutting planes	: 0
1800.11/899.02	c speed (assignments/second)	: 243869.73614205988
1800.11/899.02	c non guided choices	9332
1800.11/899.04	c learnt constraints type 
1800.11/899.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 46245
1800.11/899.04	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/899.04	c starts		: 22
1800.11/899.04	c conflicts		: 5067
1800.11/899.04	c decisions		: 92272
1800.11/899.04	c propagations		: 1216106
1800.11/899.04	c inspects		: 142241723
1800.11/899.04	c shortcuts		: 0
1800.11/899.04	c learnt literals	: 0
1800.11/899.04	c learnt binary clauses	: 0
1800.11/899.04	c learnt ternary clauses	: 0
1800.11/899.04	c learnt constraints	: 5066
1800.11/899.04	c ignored constraints	: 0
1800.11/899.04	c root simplifications	: 0
1800.11/899.04	c removed literals (reason simplification)	: 0
1800.11/899.04	c reason swapping (by a shorter reason)	: 0
1800.11/899.04	c Calls to reduceDB	: 1
1800.11/899.04	c Number of update (reduction) of LBD	: 0
1800.11/899.04	c Imported unit clauses	: 0
1800.11/899.04	c number of reductions to clauses (during analyze)	: 0
1800.11/899.04	c number of learned constraints concerned by reduction	: 0
1800.11/899.04	c number of learning phase by resolution	: 0
1800.11/899.04	c number of learning phase by cutting planes	: 0
1800.11/899.04	c speed (assignments/second)	: 1353.5133185899313
1800.11/899.04	c non guided choices	7336
1800.11/899.04	c learnt constraints type 
1800.11/899.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1042
1800.11/899.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4024
1800.11/899.04	s UNKNOWN
1800.11/899.04	c Total wall clock time (in seconds): 898.935

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-4080347-1465216749/watcher-4080347-1465216749 -o /tmp/evaluation-result-4080347-1465216749/solver-4080347-1465216749 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1465216745-25468 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080347-1465216749.opb 

pid=25583
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.75 3.05 2.50 4/197 25586
/proc/meminfo: memFree=31412996/32872528 swapFree=11252/530428
[pid=25586] ppid=25583 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/25586/stat : 25586 (java) S 25583 25586 25451 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 103606652 98570240 977 33554432000 1073741824 1073778376 140735573194256 140735573185392 211462160445 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25586/statm: 24065 977 743 9 0 16771 0
[pid=25586/tid=25587] ppid=25583 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25587/stat : 25587 (java) R 25583 25586 25451 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 103606652 98570240 977 33554432000 1073741824 1073778376 140735573194256 140280729628200 211458803072 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100216 s]
/proc/loadavg: 2.75 3.05 2.50 4/197 25586
/proc/meminfo: memFree=31412996/32872528 swapFree=11252/530428
[pid=25586] ppid=25583 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/25586/stat : 25586 (java) S 25583 25586 25451 0 -1 4202496 4482 0 1 0 10 1 0 0 20 0 18 0 103606652 9787879424 6111 33554432000 1073741824 1073778376 140735573194256 140735573185392 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25586/statm: 2389619 6111 2156 9 0 2380296 0
[pid=25586/tid=25587] ppid=25583 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/25586/task/25587/stat : 25587 (java) R 25583 25586 25451 0 -1 4202560 2385 0 1 0 6 1 0 0 20 0 18 0 103606652 9787879424 6111 33554432000 1073741824 1073778376 140735573194256 140280729631648 140280733765223 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200348 s]
/proc/loadavg: 2.75 3.05 2.50 4/197 25586
/proc/meminfo: memFree=31412996/32872528 swapFree=11252/530428
[pid=25586] ppid=25583 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/25586/stat : 25586 (java) S 25583 25586 25451 0 -1 4202496 4969 0 1 0 28 1 0 0 20 0 18 0 103606652 9787879424 8035 33554432000 1073741824 1073778376 140735573194256 140735573185392 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25586/statm: 2389619 8035 2224 9 0 2380296 0
[pid=25586/tid=25587] ppid=25583 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/25586/task/25587/stat : 25587 (java) R 25583 25586 25451 0 -1 4202560 2403 0 1 0 16 1 0 0 20 0 18 0 103606652 9787879424 8035 33554432000 1073741824 1073778376 140735573194256 140280729632264 140280560950785 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300356 s]
/proc/loadavg: 2.75 3.05 2.50 4/197 25586
/proc/meminfo: memFree=31412996/32872528 swapFree=11252/530428
[pid=25586] ppid=25583 vsize=9558476 CPUtime=0.58 cores=1,3,5,7
/proc/25586/stat : 25586 (java) S 25583 25586 25451 0 -1 4202496 7219 0 1 0 56 2 0 0 20 0 18 0 103606652 9787879424 13951 33554432000 1073741824 1073778376 140735573194256 140735573185392 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25586/statm: 2389619 13951 2235 9 0 2380296 0
[pid=25586/tid=25587] ppid=25583 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/25586/task/25587/stat : 25587 (java) R 25583 25586 25451 0 -1 4202560 2412 0 1 0 26 1 0 0 20 0 18 0 103606652 9787879424 13951 33554432000 1073741824 1073778376 140735573194256 140280729632264 140280561337504 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9558476

[startup+0.700218 s]
/proc/loadavg: 2.75 3.05 2.50 4/197 25586
/proc/meminfo: memFree=31412996/32872528 swapFree=11252/530428
[pid=25586] ppid=25583 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/25586/stat : 25586 (java) S 25583 25586 25451 0 -1 4202496 8335 0 1 0 145 4 0 0 20 0 22 0 103606652 10060525568 42058 33554432000 1073741824 1073778376 140735573194256 140735573185392 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25586/statm: 2456183 42058 2270 9 0 2446860 0
[pid=25586/tid=25587] ppid=25583 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/25586/task/25587/stat : 25587 (java) S 25583 25586 25451 0 -1 4202560 2481 0 1 0 48 3 0 0 20 0 22 0 103606652 10060525568 42058 33554432000 1073741824 1073778376 140735573194256 140280729633656 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9824732

[startup+1.50093 s]
/proc/loadavg: 3.01 3.10 2.51 7/219 25608
/proc/meminfo: memFree=31198860/32872528 swapFree=11252/530428
[pid=25586] ppid=25583 vsize=9824732 CPUtime=4.35 cores=1,3,5,7
/proc/25586/stat : 25586 (java) S 25583 25586 25451 0 -1 4202496 25011 0 1 0 427 8 0 0 20 0 22 0 103606652 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140735573185392 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25586/statm: 2456183 52541 2279 9 0 2446860 0
[pid=25586/tid=25587] ppid=25583 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/25586/task/25587/stat : 25587 (java) S 25583 25586 25451 0 -1 4202560 2481 0 1 0 48 3 0 0 20 0 22 0 103606652 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140280729633656 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25586/tid=25589] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25589/stat : 25589 (java) S 25583 25586 25451 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 103606653 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140280691125032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25586/tid=25590] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25590/stat : 25590 (java) S 25583 25586 25451 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 103606653 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140280690072232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25586/tid=25591] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25591/stat : 25591 (java) S 25583 25586 25451 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 103606653 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140280689019944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25592] ppid=25583 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/25586/task/25592/stat : 25592 (java) S 25583 25586 25451 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 103606653 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140280687967144 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25593] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25593/stat : 25593 (java) S 25583 25586 25451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 103606653 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140280686913832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25594] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25594/stat : 25594 (java) S 25583 25586 25451 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 103606653 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140280685861032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25586/tid=25595] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25595/stat : 25595 (java) S 25583 25586 25451 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 103606653 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140280684808744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25596] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25596/stat : 25596 (java) S 25583 25586 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103606653 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140280683755944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25586/tid=25597] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25597/stat : 25597 (java) S 25583 25586 25451 0 -1 4202560 74 0 0 0 0 0 0 0 20 0 22 0 103606654 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140280553503464 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25586/tid=25598] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25598/stat : 25598 (java) S 25583 25586 25451 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 103606654 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140280552449528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25599] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25599/stat : 25599 (java) S 25583 25586 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103606654 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140280551397128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25600] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25600/stat : 25600 (java) S 25583 25586 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103606656 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140280550345616 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25601] ppid=25583 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/25586/task/25601/stat : 25601 (java) S 25583 25586 25451 0 -1 4202560 7712 0 0 0 89 1 0 0 20 0 22 0 103606656 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140280549292216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25586/tid=25602] ppid=25583 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/25586/task/25602/stat : 25602 (java) S 25583 25586 25451 0 -1 4202560 13354 0 0 0 96 2 0 0 20 0 22 0 103606656 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140280548239416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25586/tid=25603] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25603/stat : 25603 (java) S 25583 25586 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103606657 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140280547187320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25586/tid=25604] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25604/stat : 25604 (java) S 25583 25586 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103606657 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140280546134728 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25605] ppid=25583 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/25586/task/25605/stat : 25605 (java) R 25583 25586 25451 0 -1 4202560 17 0 0 0 89 0 0 0 20 0 22 0 103606706 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140279537460072 140280561594371 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25606] ppid=25583 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/25586/task/25606/stat : 25606 (java) R 25583 25586 25451 0 -1 4202560 26 0 0 0 92 0 0 0 20 0 22 0 103606706 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140279536405456 140280561625024 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25586/tid=25607] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25607/stat : 25607 (java) S 25583 25586 25451 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 103606708 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140279535355560 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25586/tid=25608] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25608/stat : 25608 (java) S 25583 25586 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103606709 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140279534302760 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 9824732

[startup+3.10085 s]
/proc/loadavg: 3.01 3.10 2.51 5/219 25608
/proc/meminfo: memFree=31210144/32872528 swapFree=11252/530428
[pid=25586] ppid=25583 vsize=9824732 CPUtime=7.6 cores=1,3,5,7
/proc/25586/stat : 25586 (java) S 25583 25586 25451 0 -1 4202496 25013 0 1 0 751 9 0 0 20 0 22 0 103606652 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140735573185392 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25586/statm: 2456183 52541 2279 9 0 2446860 0
[pid=25586/tid=25587] ppid=25583 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/25586/task/25587/stat : 25587 (java) S 25583 25586 25451 0 -1 4202560 2481 0 1 0 48 3 0 0 20 0 22 0 103606652 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140280729633656 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25586/tid=25589] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25589/stat : 25589 (java) S 25583 25586 25451 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 103606653 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140280691125032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25586/tid=25590] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25590/stat : 25590 (java) S 25583 25586 25451 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 103606653 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140280690072232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25586/tid=25591] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25591/stat : 25591 (java) S 25583 25586 25451 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 103606653 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140280689019944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25592] ppid=25583 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/25586/task/25592/stat : 25592 (java) S 25583 25586 25451 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 103606653 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140280687967144 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25593] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25593/stat : 25593 (java) S 25583 25586 25451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 103606653 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140280686913832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25594] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25594/stat : 25594 (java) S 25583 25586 25451 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 103606653 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140280685861032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25586/tid=25595] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25595/stat : 25595 (java) S 25583 25586 25451 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 103606653 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140280684808744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25596] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25596/stat : 25596 (java) S 25583 25586 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103606653 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140280683755944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25586/tid=25597] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25597/stat : 25597 (java) S 25583 25586 25451 0 -1 4202560 74 0 0 0 0 0 0 0 20 0 22 0 103606654 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140280553503464 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25586/tid=25598] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25598/stat : 25598 (java) S 25583 25586 25451 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 103606654 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140280552449528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25599] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25599/stat : 25599 (java) S 25583 25586 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103606654 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140280551397128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25600] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25600/stat : 25600 (java) S 25583 25586 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103606656 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140280550345616 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25601] ppid=25583 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/25586/task/25601/stat : 25601 (java) S 25583 25586 25451 0 -1 4202560 7712 0 0 0 89 1 0 0 20 0 22 0 103606656 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140280549292216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25586/tid=25602] ppid=25583 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/25586/task/25602/stat : 25602 (java) S 25583 25586 25451 0 -1 4202560 13354 0 0 0 101 2 0 0 20 0 22 0 103606656 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140280548239416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25586/tid=25603] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25603/stat : 25603 (java) S 25583 25586 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103606657 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140280547187320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25586/tid=25604] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25604/stat : 25604 (java) S 25583 25586 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103606657 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140280546134728 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25605] ppid=25583 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/25586/task/25605/stat : 25605 (java) R 25583 25586 25451 0 -1 4202560 19 0 0 0 248 0 0 0 20 0 22 0 103606706 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140279537460584 140280561554560 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25606] ppid=25583 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/25586/task/25606/stat : 25606 (java) R 25583 25586 25451 0 -1 4202560 26 0 0 0 250 0 0 0 20 0 22 0 103606706 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140279536404984 140280561944386 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25586/tid=25607] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25607/stat : 25607 (java) S 25583 25586 25451 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 103606708 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140279535355560 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25586/tid=25608] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25608/stat : 25608 (java) S 25583 25586 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103606709 10060525568 52541 33554432000 1073741824 1073778376 140735573194256 140279534302760 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.6
Current children cumulated vsize (KiB) 9824732

[startup+6.30092 s]
/proc/loadavg: 3.01 3.10 2.51 5/219 25608
/proc/meminfo: memFree=31190748/32872528 swapFree=11252/530428
[pid=25586] ppid=25583 vsize=9824732 CPUtime=14.03 cores=1,3,5,7
/proc/25586/stat : 25586 (java) S 25583 25586 25451 0 -1 4202496 25028 0 1 0 1394 9 0 0 20 0 22 0 103606652 10060525568 51521 33554432000 1073741824 1073778376 140735573194256 140735573185392 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25586/statm: 2456183 51521 2283 9 0 2446860 0
[pid=25586/tid=25587] ppid=25583 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/25586/task/25587/stat : 25587 (java) S 25583 25586 25451 0 -1 4202560 2481 0 1 0 48 3 0 0 20 0 22 0 103606652 10060525568 51521 33554432000 1073741824 1073778376 140735573194256 140280729633656 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25586/tid=25589] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25589/stat : 25589 (java) S 25583 25586 25451 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 103606653 10060525568 51521 33554432000 1073741824 1073778376 140735573194256 140280691125032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25586/tid=25590] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25590/stat : 25590 (java) S 25583 25586 25451 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 103606653 10060525568 51521 33554432000 1073741824 1073778376 140735573194256 140280690072232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25586/tid=25591] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25591/stat : 25591 (java) S 25583 25586 25451 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 103606653 10060525568 51521 33554432000 1073741824 1073778376 140735573194256 140280689019944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25592] ppid=25583 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/25586/task/25592/stat : 25592 (java) S 25583 25586 25451 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 103606653 10060525568 51521 33554432000 1073741824 1073778376 140735573194256 140280687967144 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25593] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25593/stat : 25593 (java) S 25583 25586 25451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 103606653 10060525568 51521 33554432000 1073741824 1073778376 140735573194256 140280686913832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25594] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25594/stat : 25594 (java) S 25583 25586 25451 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 103606653 10060525568 51521 33554432000 1073741824 1073778376 140735573194256 140280685861032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25586/tid=25595] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25595/stat : 25595 (java) S 25583 25586 25451 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 103606653 10060525568 51521 33554432000 1073741824 1073778376 140735573194256 140280684808744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25596] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7

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

/proc/25586/task/25591/stat : 25591 (java) S 25583 25586 25451 0 -1 4202560 2947 0 0 0 185 28 0 0 20 0 22 0 103606653 10060525568 1006467 33554432000 1073741824 1073778376 140735573194256 140280689019944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25586/tid=25592] ppid=25583 vsize=9824732 CPUtime=1.99 cores=1,3,5,7
/proc/25586/task/25592/stat : 25592 (java) S 25583 25586 25451 0 -1 4202560 1560 0 0 0 172 27 0 0 20 0 22 0 103606653 10060525568 1006467 33554432000 1073741824 1073778376 140735573194256 140280687967144 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25586/tid=25593] ppid=25583 vsize=9824732 CPUtime=2.06 cores=1,3,5,7
/proc/25586/task/25593/stat : 25593 (java) S 25583 25586 25451 0 -1 4202560 1631 0 0 0 171 35 0 0 20 0 22 0 103606653 10060525568 1006467 33554432000 1073741824 1073778376 140735573194256 140280686913832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25586/tid=25594] ppid=25583 vsize=9824732 CPUtime=1.86 cores=1,3,5,7
/proc/25586/task/25594/stat : 25594 (java) S 25583 25586 25451 0 -1 4202560 1926 0 0 0 159 27 0 0 20 0 22 0 103606653 10060525568 1006467 33554432000 1073741824 1073778376 140735573194256 140280685861032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25586/tid=25595] ppid=25583 vsize=9824732 CPUtime=2.03 cores=1,3,5,7
/proc/25586/task/25595/stat : 25595 (java) S 25583 25586 25451 0 -1 4202560 2242 0 0 0 171 32 0 0 20 0 22 0 103606653 10060525568 1006467 33554432000 1073741824 1073778376 140735573194256 140280684808744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25596] ppid=25583 vsize=9824732 CPUtime=1.96 cores=1,3,5,7
/proc/25586/task/25596/stat : 25596 (java) S 25583 25586 25451 0 -1 4202560 1649 0 0 0 173 23 0 0 20 0 22 0 103606653 10060525568 1006467 33554432000 1073741824 1073778376 140735573194256 140280683755944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25586/tid=25597] ppid=25583 vsize=9824732 CPUtime=8.66 cores=1,3,5,7
/proc/25586/task/25597/stat : 25597 (java) S 25583 25586 25451 0 -1 4202560 2802 0 0 0 862 4 0 0 20 0 22 0 103606654 10060525568 1006467 33554432000 1073741824 1073778376 140735573194256 140280553503464 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25586/tid=25598] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25598/stat : 25598 (java) S 25583 25586 25451 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 103606654 10060525568 1006467 33554432000 1073741824 1073778376 140735573194256 140280552449528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25599] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25599/stat : 25599 (java) S 25583 25586 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103606654 10060525568 1006467 33554432000 1073741824 1073778376 140735573194256 140280551397128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25600] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25600/stat : 25600 (java) S 25583 25586 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103606656 10060525568 1006467 33554432000 1073741824 1073778376 140735573194256 140280550345616 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25601] ppid=25583 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/25586/task/25601/stat : 25601 (java) S 25583 25586 25451 0 -1 4202560 7729 0 0 0 125 2 0 0 20 0 22 0 103606656 10060525568 1006467 33554432000 1073741824 1073778376 140735573194256 140280549292216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25586/tid=25602] ppid=25583 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/25586/task/25602/stat : 25602 (java) S 25583 25586 25451 0 -1 4202560 13362 0 0 0 123 2 0 0 20 0 22 0 103606656 10060525568 1006467 33554432000 1073741824 1073778376 140735573194256 140280548239416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25586/tid=25603] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25603/stat : 25603 (java) S 25583 25586 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103606657 10060525568 1006467 33554432000 1073741824 1073778376 140735573194256 140280547187320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25586/tid=25604] ppid=25583 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/25586/task/25604/stat : 25604 (java) S 25583 25586 25451 0 -1 4202560 47 0 0 0 9 10 0 0 20 0 22 0 103606657 10060525568 1006467 33554432000 1073741824 1073778376 140735573194256 140280546134728 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25605] ppid=25583 vsize=9824732 CPUtime=806.72 cores=1,3,5,7
/proc/25586/task/25605/stat : 25605 (java) R 25583 25586 25451 0 -1 4202560 47 0 0 0 80659 13 0 0 20 0 22 0 103606706 10060525568 1006467 33554432000 1073741824 1073778376 140735573194256 140279537458992 140280561470352 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25606] ppid=25583 vsize=9824732 CPUtime=806.56 cores=1,3,5,7
/proc/25586/task/25606/stat : 25606 (java) R 25583 25586 25451 0 -1 4202560 1766 0 0 0 80623 33 0 0 20 0 22 0 103606706 10060525568 1006467 33554432000 1073741824 1073778376 140735573194256 140279536404944 140280561495935 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25586/tid=25607] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25607/stat : 25607 (java) S 25583 25586 25451 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 103606708 10060525568 1006467 33554432000 1073741824 1073778376 140735573194256 140279535355560 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25586/tid=25608] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25608/stat : 25608 (java) S 25583 25586 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103606709 10060525568 1006467 33554432000 1073741824 1073778376 140735573194256 140279534302760 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1645.27
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.07 4.03 3.45 5/219 25768
/proc/meminfo: memFree=23611112/32872528 swapFree=11252/530428
[pid=25586] ppid=25583 vsize=9824732 CPUtime=1766.07 cores=1,3,5,7
/proc/25586/stat : 25586 (java) S 25583 25586 25451 0 -1 4202496 45589 0 1 0 176335 272 0 0 20 0 22 0 103606652 10060525568 1006346 33554432000 1073741824 1073778376 140735573194256 140735573185392 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25586/statm: 2456183 1006346 2292 9 0 2446860 0
[pid=25586/tid=25587] ppid=25583 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/25586/task/25587/stat : 25587 (java) S 25583 25586 25451 0 -1 4202560 2491 0 1 0 49 5 0 0 20 0 22 0 103606652 10060525568 1006346 33554432000 1073741824 1073778376 140735573194256 140280729633656 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25586/tid=25589] ppid=25583 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/25586/task/25589/stat : 25589 (java) S 25583 25586 25451 0 -1 4202560 1709 0 0 0 191 30 0 0 20 0 22 0 103606653 10060525568 1006346 33554432000 1073741824 1073778376 140735573194256 140280691125032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25586/tid=25590] ppid=25583 vsize=9824732 CPUtime=2.11 cores=1,3,5,7
/proc/25586/task/25590/stat : 25590 (java) S 25583 25586 25451 0 -1 4202560 2341 0 0 0 187 24 0 0 20 0 22 0 103606653 10060525568 1006346 33554432000 1073741824 1073778376 140735573194256 140280690072232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25591] ppid=25583 vsize=9824732 CPUtime=2.44 cores=1,3,5,7
/proc/25586/task/25591/stat : 25591 (java) S 25583 25586 25451 0 -1 4202560 2947 0 0 0 216 28 0 0 20 0 22 0 103606653 10060525568 1006346 33554432000 1073741824 1073778376 140735573194256 140280689019944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25592] ppid=25583 vsize=9824732 CPUtime=2.16 cores=1,3,5,7
/proc/25586/task/25592/stat : 25592 (java) S 25583 25586 25451 0 -1 4202560 1562 0 0 0 189 27 0 0 20 0 22 0 103606653 10060525568 1006346 33554432000 1073741824 1073778376 140735573194256 140280687967144 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25586/tid=25593] ppid=25583 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/25586/task/25593/stat : 25593 (java) S 25583 25586 25451 0 -1 4202560 1631 0 0 0 186 35 0 0 20 0 22 0 103606653 10060525568 1006346 33554432000 1073741824 1073778376 140735573194256 140280686913832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25586/tid=25594] ppid=25583 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/25586/task/25594/stat : 25594 (java) S 25583 25586 25451 0 -1 4202560 1935 0 0 0 173 27 0 0 20 0 22 0 103606653 10060525568 1006346 33554432000 1073741824 1073778376 140735573194256 140280685861032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25595] ppid=25583 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/25586/task/25595/stat : 25595 (java) S 25583 25586 25451 0 -1 4202560 2255 0 0 0 201 32 0 0 20 0 22 0 103606653 10060525568 1006346 33554432000 1073741824 1073778376 140735573194256 140280684808744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25586/tid=25596] ppid=25583 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/25586/task/25596/stat : 25596 (java) S 25583 25586 25451 0 -1 4202560 1651 0 0 0 195 23 0 0 20 0 22 0 103606653 10060525568 1006346 33554432000 1073741824 1073778376 140735573194256 140280683755944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25586/tid=25597] ppid=25583 vsize=9824732 CPUtime=8.67 cores=1,3,5,7
/proc/25586/task/25597/stat : 25597 (java) S 25583 25586 25451 0 -1 4202560 2830 0 0 0 863 4 0 0 20 0 22 0 103606654 10060525568 1006346 33554432000 1073741824 1073778376 140735573194256 140280553503464 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25586/tid=25598] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25598/stat : 25598 (java) S 25583 25586 25451 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 103606654 10060525568 1006346 33554432000 1073741824 1073778376 140735573194256 140280552449528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25599] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25599/stat : 25599 (java) S 25583 25586 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103606654 10060525568 1006346 33554432000 1073741824 1073778376 140735573194256 140280551397128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25600] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25600/stat : 25600 (java) S 25583 25586 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103606656 10060525568 1006346 33554432000 1073741824 1073778376 140735573194256 140280550345616 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25601] ppid=25583 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/25586/task/25601/stat : 25601 (java) S 25583 25586 25451 0 -1 4202560 7731 0 0 0 126 2 0 0 20 0 22 0 103606656 10060525568 1006346 33554432000 1073741824 1073778376 140735573194256 140280549292216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25586/tid=25602] ppid=25583 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/25586/task/25602/stat : 25602 (java) S 25583 25586 25451 0 -1 4202560 13362 0 0 0 123 2 0 0 20 0 22 0 103606656 10060525568 1006346 33554432000 1073741824 1073778376 140735573194256 140280548239416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25586/tid=25603] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25603/stat : 25603 (java) S 25583 25586 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103606657 10060525568 1006346 33554432000 1073741824 1073778376 140735573194256 140280547187320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25586/tid=25604] ppid=25583 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/25586/task/25604/stat : 25604 (java) S 25583 25586 25451 0 -1 4202560 51 0 0 0 10 12 0 0 20 0 22 0 103606657 10060525568 1006346 33554432000 1073741824 1073778376 140735573194256 140280546134728 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25586/tid=25605] ppid=25583 vsize=9824732 CPUtime=866.12 cores=1,3,5,7
/proc/25586/task/25605/stat : 25605 (java) R 25583 25586 25451 0 -1 4202560 47 0 0 0 86597 15 0 0 20 0 22 0 103606706 10060525568 1006346 33554432000 1073741824 1073778376 140735573194256 140279537457904 140280561571113 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25586/tid=25606] ppid=25583 vsize=9824732 CPUtime=865.98 cores=1,3,5,7
/proc/25586/task/25606/stat : 25606 (java) R 25583 25586 25451 0 -1 4202560 1775 0 0 0 86564 34 0 0 20 0 22 0 103606706 10060525568 1006346 33554432000 1073741824 1073778376 140735573194256 140279536406192 140280561944268 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25586/tid=25607] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25607/stat : 25607 (java) S 25583 25586 25451 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 103606708 10060525568 1006346 33554432000 1073741824 1073778376 140735573194256 140279535355560 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25586/tid=25608] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25608/stat : 25608 (java) S 25583 25586 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103606709 10060525568 1006346 33554432000 1073741824 1073778376 140735573194256 140279534302760 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1766.07
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.001 s]
/proc/loadavg: 4.05 4.03 3.46 5/219 25768
/proc/meminfo: memFree=23610608/32872528 swapFree=11252/530428
[pid=25586] ppid=25583 vsize=9824732 CPUtime=1800.11 cores=1,3,5,7
/proc/25586/stat : 25586 (java) S 25583 25586 25451 0 -1 4202496 45997 0 1 0 179737 274 0 0 20 0 22 0 103606652 10060525568 1006454 33554432000 1073741824 1073778376 140735573194256 140735573185392 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25586/statm: 2456183 1006454 2292 9 0 2446860 0
[pid=25586/tid=25587] ppid=25583 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/25586/task/25587/stat : 25587 (java) S 25583 25586 25451 0 -1 4202560 2492 0 1 0 49 5 0 0 20 0 22 0 103606652 10060525568 1006454 33554432000 1073741824 1073778376 140735573194256 140280729633656 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25586/tid=25589] ppid=25583 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/25586/task/25589/stat : 25589 (java) S 25583 25586 25451 0 -1 4202560 1715 0 0 0 197 30 0 0 20 0 22 0 103606653 10060525568 1006454 33554432000 1073741824 1073778376 140735573194256 140280691125032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25586/tid=25590] ppid=25583 vsize=9824732 CPUtime=2.2 cores=1,3,5,7
/proc/25586/task/25590/stat : 25590 (java) S 25583 25586 25451 0 -1 4202560 2344 0 0 0 196 24 0 0 20 0 22 0 103606653 10060525568 1006454 33554432000 1073741824 1073778376 140735573194256 140280690072232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25586/tid=25591] ppid=25583 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/25586/task/25591/stat : 25591 (java) S 25583 25586 25451 0 -1 4202560 2947 0 0 0 224 28 0 0 20 0 22 0 103606653 10060525568 1006454 33554432000 1073741824 1073778376 140735573194256 140280689019944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25592] ppid=25583 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/25586/task/25592/stat : 25592 (java) S 25583 25586 25451 0 -1 4202560 1568 0 0 0 202 27 0 0 20 0 22 0 103606653 10060525568 1006454 33554432000 1073741824 1073778376 140735573194256 140280687967144 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25586/tid=25593] ppid=25583 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/25586/task/25593/stat : 25593 (java) S 25583 25586 25451 0 -1 4202560 1631 0 0 0 196 35 0 0 20 0 22 0 103606653 10060525568 1006454 33554432000 1073741824 1073778376 140735573194256 140280686913832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25586/tid=25594] ppid=25583 vsize=9824732 CPUtime=2.05 cores=1,3,5,7
/proc/25586/task/25594/stat : 25594 (java) S 25583 25586 25451 0 -1 4202560 1941 0 0 0 178 27 0 0 20 0 22 0 103606653 10060525568 1006454 33554432000 1073741824 1073778376 140735573194256 140280685861032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25586/tid=25595] ppid=25583 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/25586/task/25595/stat : 25595 (java) S 25583 25586 25451 0 -1 4202560 2255 0 0 0 205 32 0 0 20 0 22 0 103606653 10060525568 1006454 33554432000 1073741824 1073778376 140735573194256 140280684808744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25586/tid=25596] ppid=25583 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/25586/task/25596/stat : 25596 (java) S 25583 25586 25451 0 -1 4202560 1655 0 0 0 204 23 0 0 20 0 22 0 103606653 10060525568 1006454 33554432000 1073741824 1073778376 140735573194256 140280683755944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25586/tid=25597] ppid=25583 vsize=9824732 CPUtime=8.67 cores=1,3,5,7
/proc/25586/task/25597/stat : 25597 (java) S 25583 25586 25451 0 -1 4202560 2864 0 0 0 863 4 0 0 20 0 22 0 103606654 10060525568 1006454 33554432000 1073741824 1073778376 140735573194256 140280553503464 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25598] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25598/stat : 25598 (java) S 25583 25586 25451 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 103606654 10060525568 1006454 33554432000 1073741824 1073778376 140735573194256 140280552449528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25599] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25599/stat : 25599 (java) S 25583 25586 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103606654 10060525568 1006454 33554432000 1073741824 1073778376 140735573194256 140280551397128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25600] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25600/stat : 25600 (java) S 25583 25586 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103606656 10060525568 1006454 33554432000 1073741824 1073778376 140735573194256 140280550345616 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25586/tid=25601] ppid=25583 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/25586/task/25601/stat : 25601 (java) S 25583 25586 25451 0 -1 4202560 8078 0 0 0 160 2 0 0 20 0 22 0 103606656 10060525568 1006454 33554432000 1073741824 1073778376 140735573194256 140280549292216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25586/tid=25602] ppid=25583 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/25586/task/25602/stat : 25602 (java) S 25583 25586 25451 0 -1 4202560 13362 0 0 0 127 2 0 0 20 0 22 0 103606656 10060525568 1006454 33554432000 1073741824 1073778376 140735573194256 140280548239416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25586/tid=25603] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25603/stat : 25603 (java) S 25583 25586 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103606657 10060525568 1006454 33554432000 1073741824 1073778376 140735573194256 140280547187320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25586/tid=25604] ppid=25583 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/25586/task/25604/stat : 25604 (java) S 25583 25586 25451 0 -1 4202560 51 0 0 0 10 12 0 0 20 0 22 0 103606657 10060525568 1006454 33554432000 1073741824 1073778376 140735573194256 140280546134728 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25586/tid=25605] ppid=25583 vsize=9824732 CPUtime=882.58 cores=1,3,5,7
/proc/25586/task/25605/stat : 25605 (java) R 25583 25586 25451 0 -1 4202560 47 0 0 0 88243 15 0 0 20 0 22 0 103606706 10060525568 1006454 33554432000 1073741824 1073778376 140735573194256 140279537457904 140280561645214 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25586/tid=25606] ppid=25583 vsize=9824732 CPUtime=882.46 cores=1,3,5,7
/proc/25586/task/25606/stat : 25606 (java) R 25583 25586 25451 0 -1 4202560 1776 0 0 0 88212 34 0 0 20 0 22 0 103606706 10060525568 1006454 33554432000 1073741824 1073778376 140735573194256 140279536407192 140280561875201 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25586/tid=25607] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25607/stat : 25607 (java) S 25583 25586 25451 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 103606708 10060525568 1006454 33554432000 1073741824 1073778376 140735573194256 140279535355560 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25586/tid=25608] ppid=25583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25608/stat : 25608 (java) S 25583 25586 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103606709 10060525568 1006454 33554432000 1073741824 1073778376 140735573194256 140279534302760 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
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 25586 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 25586 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=939431
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=171517
# CPU time returned by wait4() is 1796.11
# while last known CPU time is 1800.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 899.071
CPU time (s): 1800.11
CPU user time (s): 1797.37
CPU system time (s): 2.74
CPU usage (%): 200.219
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.94
system time used= 3.17152
maximum resident set size= 4082216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46043
page faults= 1
swaps= 0
block input operations= 8
block output operations= 816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22266
involuntary context switches= 22716

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.34219 second user time and 7.40487 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-06 14:39:09
IDJOB=4080347
IDBENCH=1153
IDSOLVER=2543
FILE ID=node141/4080347-1465216749
RUNJOBID= node141-1465216745-25468
PBS_JOBID= 19843201
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/robin/normalized-robin16.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080347-1465216749/watcher-4080347-1465216749 -o /tmp/evaluation-result-4080347-1465216749/solver-4080347-1465216749 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1465216745-25468 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080347-1465216749.opb

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

MD5SUM BENCH= d761333f7ff9a755d3cd90e52b11f227
RANDOM SEED=1428798720

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31413376 kB
Buffers:             952 kB
Cached:            34356 kB
SwapCached:         1156 kB
Active:           197112 kB
Inactive:          25204 kB
Active(anon):     188668 kB
Inactive(anon):     1104 kB
Active(file):       8444 kB
Inactive(file):    24100 kB
Unevictable:      530428 kB
Mlocked:           11252 kB
SwapTotal:      67108856 kB
SwapFree:       67096752 kB
Dirty:              3296 kB
Writeback:             0 kB
AnonPages:        685288 kB
Mapped:            13680 kB
Shmem:                 0 kB
Slab:             566556 kB
SReclaimable:       9316 kB
SUnreclaim:       557240 kB
KernelStack:        1784 kB
PageTables:         5412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1223016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    630784 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= 71744 MiB
End job on node141 at 2016-06-06 14:54:08