Trace number 4105814

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.51 897.839

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=100-sizeP=51-sizeQ=100-520972534-max.opb
MD5SUM11b19c0232a5dd1a01e7c4342698e58e
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-2
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables5251
Total number of constraints15301
Number of constraints which are clauses15300
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint5100
Number of terms in the objective function 51
Biggest coefficient in the objective function 1125899906842624
Number of bits for the biggest coefficient in the objective function 51
Sum of the numbers in the objective function 2251799813685247
Number of bits of the sum of numbers in the objective function 51
Biggest number in a constraint 713623846352979940529142984724747568191373312
Number of bits of the biggest number in a constraint 150
Biggest sum of numbers in a constraint 2854495385411919137542539254950202185769575159
Number of bits of the biggest sum of numbers151
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4105814-1466258431.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
1.64/0.72	c ... done. Wall clock time 0.607s.
1.64/0.72	c declared #vars     5251
1.64/0.72	c #constraints  15302
1.64/0.72	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.64/0.72	c constraints type 
1.64/0.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5100
1.64/0.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 10200
1.64/0.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1.64/0.72	c 15302 constraints processed.
1.64/0.72	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.64/0.72	c constraints type 
1.64/0.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 10200
1.64/0.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5100
1.64/0.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1.64/0.72	c 15302 constraints processed.
1.64/0.72	c objective function length is 51 literals
88.41/42.93	c cleaning 2498 clauses out of 5000 with flag 12372/5000
186.99/92.00	c cleaning 4250 clauses out of 8503 with flag 26452/11001
302.38/149.62	c cleaning 5623 clauses out of 11252 with flag 42953/18000
440.40/218.65	c cleaning 6815 clauses out of 13630 with flag 62263/26001
602.14/299.59	c cleaning 7906 clauses out of 15814 with flag 85533/35000
761.14/379.13	c cleaning 8951 clauses out of 17908 with flag 108824/45000
950.20/473.54	c cleaning 9978 clauses out of 19957 with flag 135692/56000
1161.64/579.09	c cleaning 10991 clauses out of 21982 with flag 165111/68003
1384.26/690.18	c cleaning 11987 clauses out of 23988 with flag 195913/81000
1627.39/811.68	c cleaning 12999 clauses out of 26002 with flag 230632/95001
1800.10/897.80	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/897.80	c starts		: 1
1800.10/897.80	c conflicts		: 104709
1800.10/897.80	c decisions		: 110731
1800.10/897.80	c propagations		: 19322086
1800.10/897.80	c inspects		: 339141848
1800.10/897.80	c shortcuts		: 0
1800.10/897.80	c learnt literals	: 0
1800.10/897.80	c learnt binary clauses	: 0
1800.10/897.80	c learnt ternary clauses	: 1
1800.10/897.80	c learnt constraints	: 104709
1800.10/897.80	c ignored constraints	: 0
1800.10/897.80	c root simplifications	: 0
1800.10/897.80	c removed literals (reason simplification)	: 212193966
1800.10/897.80	c reason swapping (by a shorter reason)	: 0
1800.10/897.80	c Calls to reduceDB	: 10
1800.10/897.80	c Number of update (reduction) of LBD	: 5359
1800.10/897.80	c Imported unit clauses	: 0
1800.10/897.80	c number of reductions to clauses (during analyze)	: 0
1800.10/897.80	c number of learned constraints concerned by reduction	: 0
1800.10/897.80	c number of learning phase by resolution	: 0
1800.10/897.80	c number of learning phase by cutting planes	: 0
1800.10/897.80	c speed (assignments/second)	: 21539.09222346949
1800.10/897.80	c non guided choices	28
1800.10/897.82	c learnt constraints type 
1800.10/897.82	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 22712
1800.10/897.82	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/897.82	c starts		: 1
1800.10/897.82	c conflicts		: 218
1800.10/897.82	c decisions		: 13126
1800.10/897.82	c propagations		: 139308
1800.10/897.82	c inspects		: 7501342
1800.10/897.82	c shortcuts		: 0
1800.10/897.82	c learnt literals	: 0
1800.10/897.82	c learnt binary clauses	: 0
1800.10/897.82	c learnt ternary clauses	: 0
1800.10/897.82	c learnt constraints	: 217
1800.10/897.82	c ignored constraints	: 0
1800.10/897.82	c root simplifications	: 0
1800.10/897.82	c removed literals (reason simplification)	: 0
1800.10/897.82	c reason swapping (by a shorter reason)	: 0
1800.10/897.82	c Calls to reduceDB	: 0
1800.10/897.82	c Number of update (reduction) of LBD	: 0
1800.10/897.82	c Imported unit clauses	: 0
1800.10/897.82	c number of reductions to clauses (during analyze)	: 0
1800.10/897.82	c number of learned constraints concerned by reduction	: 0
1800.10/897.82	c number of learning phase by resolution	: 0
1800.10/897.82	c number of learning phase by cutting planes	: 0
1800.10/897.82	c speed (assignments/second)	: 155.28980563693034
1800.10/897.82	c non guided choices	2
1800.10/897.82	c learnt constraints type 
1800.10/897.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 217
1800.10/897.82	s UNKNOWN
1800.10/897.82	c Total wall clock time (in seconds): 897.706

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-4105814-1466258431/watcher-4105814-1466258431 -o /tmp/evaluation-result-4105814-1466258431/solver-4105814-1466258431 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466240252-18374 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4105814-1466258431.opb 

pid=2634
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: 2.81 3.81 4.05 2/170 2637
/proc/meminfo: memFree=30515584/32872528 swapFree=1286400/1433568
[pid=2637] ppid=2634 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/2637/stat : 2637 (java) R 2634 2637 18358 0 -1 4202496 1061 0 0 0 0 0 0 0 20 0 1 0 27889838 23793664 710 33554432000 1073741824 1073778376 140733524792544 140733524781608 214360438120 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2637/statm: 5809 710 524 9 0 128 0

[startup+0.10016 s]
/proc/loadavg: 2.81 3.81 4.05 2/170 2637
/proc/meminfo: memFree=30515584/32872528 swapFree=1286400/1433568
[pid=2637] ppid=2634 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/2637/stat : 2637 (java) S 2634 2637 18358 0 -1 4202496 4409 0 1 0 9 1 0 0 20 0 18 0 27889838 9787879424 6048 33554432000 1073741824 1073778376 140733524792544 140733524783680 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2637/statm: 2389619 6048 2141 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200225 s]
/proc/loadavg: 2.81 3.81 4.05 2/170 2637
/proc/meminfo: memFree=30515584/32872528 swapFree=1286400/1433568
[pid=2637] ppid=2634 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/2637/stat : 2637 (java) S 2634 2637 18358 0 -1 4202496 4674 0 1 0 23 1 0 0 20 0 18 0 27889838 9787879424 6782 33554432000 1073741824 1073778376 140733524792544 140733524783680 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2637/statm: 2389619 6782 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300218 s]
/proc/loadavg: 2.81 3.81 4.05 2/170 2637
/proc/meminfo: memFree=30515584/32872528 swapFree=1286400/1433568
[pid=2637] ppid=2634 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/2637/stat : 2637 (java) S 2634 2637 18358 0 -1 4202496 5622 0 1 0 47 1 0 0 20 0 18 0 27889838 9787879424 8375 33554432000 1073741824 1073778376 140733524792544 140733524783680 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2637/statm: 2389619 8375 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700276 s]
/proc/loadavg: 2.81 3.81 4.05 2/170 2637
/proc/meminfo: memFree=30515584/32872528 swapFree=1286400/1433568
[pid=2637] ppid=2634 vsize=9558476 CPUtime=1.64 cores=0,2,4,6
/proc/2637/stat : 2637 (java) S 2634 2637 18358 0 -1 4202496 15447 0 1 0 160 4 0 0 20 0 18 0 27889838 9787879424 24782 33554432000 1073741824 1073778376 140733524792544 140733524783680 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2637/statm: 2389619 24782 2257 9 0 2380296 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9558476

[startup+1.5009 s]
/proc/loadavg: 2.81 3.81 4.05 5/192 2659
/proc/meminfo: memFree=30374616/32872528 swapFree=1286400/1433568
[pid=2637] ppid=2634 vsize=9824732 CPUtime=4.54 cores=0,2,4,6
/proc/2637/stat : 2637 (java) S 2634 2637 18358 0 -1 4202496 20246 0 1 0 447 7 0 0 20 0 22 0 27889838 10060525568 50226 33554432000 1073741824 1073778376 140733524792544 140733524783680 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2637/statm: 2456183 50226 2285 9 0 2446860 0
[pid=2637/tid=2639] ppid=2634 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/2637/task/2639/stat : 2639 (java) S 2634 2637 18358 0 -1 4202560 2443 0 1 0 68 2 0 0 20 0 22 0 27889838 10060525568 50226 33554432000 1073741824 1073778376 140733524792544 140444193956728 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2637/tid=2640] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2640/stat : 2640 (java) S 2634 2637 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27889839 10060525568 50226 33554432000 1073741824 1073778376 140733524792544 140444037896616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2641] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2641/stat : 2641 (java) S 2634 2637 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27889839 10060525568 50226 33554432000 1073741824 1073778376 140733524792544 140444036844072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2642] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2642/stat : 2642 (java) S 2634 2637 18358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27889839 10060525568 50226 33554432000 1073741824 1073778376 140733524792544 140444035791016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2637/tid=2643] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2643/stat : 2643 (java) S 2634 2637 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27889839 10060525568 50226 33554432000 1073741824 1073778376 140733524792544 140444034738472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2637/tid=2644] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2644/stat : 2644 (java) S 2634 2637 18358 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 27889839 10060525568 50226 33554432000 1073741824 1073778376 140733524792544 140444033686440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2645] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2645/stat : 2645 (java) S 2634 2637 18358 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 27889839 10060525568 50226 33554432000 1073741824 1073778376 140733524792544 140444032633896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2637/tid=2646] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2646/stat : 2646 (java) S 2634 2637 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27889839 10060525568 50226 33554432000 1073741824 1073778376 140733524792544 140444031580840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2637/tid=2647] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2647/stat : 2647 (java) S 2634 2637 18358 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 27889839 10060525568 50226 33554432000 1073741824 1073778376 140733524792544 140444030528296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2648] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2648/stat : 2648 (java) S 2634 2637 18358 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 27889840 10060525568 50226 33554432000 1073741824 1073778376 140733524792544 140443547314536 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2649] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2649/stat : 2649 (java) S 2634 2637 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27889841 10060525568 50226 33554432000 1073741824 1073778376 140733524792544 140443546260856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2650] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2650/stat : 2650 (java) S 2634 2637 18358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27889841 10060525568 50226 33554432000 1073741824 1073778376 140733524792544 140443545207688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2651] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2651/stat : 2651 (java) S 2634 2637 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27889843 10060525568 50226 33554432000 1073741824 1073778376 140733524792544 140443544156432 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2652] ppid=2634 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/2637/task/2652/stat : 2652 (java) S 2634 2637 18358 0 -1 4202560 9316 0 0 0 111 2 0 0 20 0 22 0 27889843 10060525568 50226 33554432000 1073741824 1073778376 140733524792544 140443543104312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2653] ppid=2634 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/2637/task/2653/stat : 2653 (java) S 2634 2637 18358 0 -1 4202560 7016 0 0 0 108 1 0 0 20 0 22 0 27889843 10060525568 50226 33554432000 1073741824 1073778376 140733524792544 140443542051768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2637/tid=2654] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2654/stat : 2654 (java) S 2634 2637 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27889843 10060525568 50226 33554432000 1073741824 1073778376 140733524792544 140443540998904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2637/tid=2655] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2655/stat : 2655 (java) S 2634 2637 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27889843 10060525568 50226 33554432000 1073741824 1073778376 140733524792544 140443539946568 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2637/tid=2656] ppid=2634 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/2637/task/2656/stat : 2656 (java) R 2634 2637 18358 0 -1 4202560 24 0 0 0 74 0 0 0 20 0 22 0 27889910 10060525568 50226 33554432000 1073741824 1073778376 140733524792544 140443538889352 140444039138993 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2637/tid=2657] ppid=2634 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/2637/task/2657/stat : 2657 (java) R 2634 2637 18358 0 -1 4202560 63 0 0 0 73 0 0 0 20 0 22 0 27889910 10060525568 50226 33554432000 1073741824 1073778376 140733524792544 140443537837312 140444039159276 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2637/tid=2658] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2658/stat : 2658 (java) S 2634 2637 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27889911 10060525568 50226 33554432000 1073741824 1073778376 140733524792544 140443536786216 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2659] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2659/stat : 2659 (java) S 2634 2637 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27889911 10060525568 50226 33554432000 1073741824 1073778376 140733524792544 140443535733672 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 9824732

[startup+3.10092 s]
/proc/loadavg: 2.81 3.81 4.05 3/192 2659
/proc/meminfo: memFree=30310384/32872528 swapFree=1286400/1433568
[pid=2637] ppid=2634 vsize=9824732 CPUtime=8.19 cores=0,2,4,6
/proc/2637/stat : 2637 (java) S 2634 2637 18358 0 -1 4202496 20314 0 1 0 810 9 0 0 20 0 22 0 27889838 10060525568 76341 33554432000 1073741824 1073778376 140733524792544 140733524783680 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2637/statm: 2456183 76341 2286 9 0 2446860 0
[pid=2637/tid=2639] ppid=2634 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/2637/task/2639/stat : 2639 (java) S 2634 2637 18358 0 -1 4202560 2443 0 1 0 68 2 0 0 20 0 22 0 27889838 10060525568 76341 33554432000 1073741824 1073778376 140733524792544 140444193956728 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2637/tid=2640] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2640/stat : 2640 (java) S 2634 2637 18358 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 27889839 10060525568 76341 33554432000 1073741824 1073778376 140733524792544 140444037896616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2641] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2641/stat : 2641 (java) S 2634 2637 18358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27889839 10060525568 76341 33554432000 1073741824 1073778376 140733524792544 140444036844072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2637/tid=2642] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2642/stat : 2642 (java) S 2634 2637 18358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27889839 10060525568 76341 33554432000 1073741824 1073778376 140733524792544 140444035791016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2637/tid=2643] ppid=2634 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/2637/task/2643/stat : 2643 (java) S 2634 2637 18358 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 27889839 10060525568 76341 33554432000 1073741824 1073778376 140733524792544 140444034738472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2637/tid=2644] ppid=2634 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/2637/task/2644/stat : 2644 (java) S 2634 2637 18358 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 27889839 10060525568 76341 33554432000 1073741824 1073778376 140733524792544 140444033686440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2645] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2645/stat : 2645 (java) S 2634 2637 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27889839 10060525568 76341 33554432000 1073741824 1073778376 140733524792544 140444032633896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2637/tid=2646] ppid=2634 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/2637/task/2646/stat : 2646 (java) S 2634 2637 18358 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 27889839 10060525568 76341 33554432000 1073741824 1073778376 140733524792544 140444031580840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2637/tid=2647] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2647/stat : 2647 (java) S 2634 2637 18358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27889839 10060525568 76341 33554432000 1073741824 1073778376 140733524792544 140444030528296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2637/tid=2648] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2648/stat : 2648 (java) S 2634 2637 18358 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 27889840 10060525568 76341 33554432000 1073741824 1073778376 140733524792544 140443547314536 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2649] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2649/stat : 2649 (java) S 2634 2637 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27889841 10060525568 76341 33554432000 1073741824 1073778376 140733524792544 140443546260856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2650] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2650/stat : 2650 (java) S 2634 2637 18358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27889841 10060525568 76341 33554432000 1073741824 1073778376 140733524792544 140443545207688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2651] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2651/stat : 2651 (java) S 2634 2637 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27889843 10060525568 76341 33554432000 1073741824 1073778376 140733524792544 140443544156432 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2652] ppid=2634 vsize=9824732 CPUtime=1.34 cores=0,2,4,6
/proc/2637/task/2652/stat : 2652 (java) S 2634 2637 18358 0 -1 4202560 9318 0 0 0 132 2 0 0 20 0 22 0 27889843 10060525568 76341 33554432000 1073741824 1073778376 140733524792544 140443543104312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2653] ppid=2634 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/2637/task/2653/stat : 2653 (java) S 2634 2637 18358 0 -1 4202560 7017 0 0 0 128 1 0 0 20 0 22 0 27889843 10060525568 76341 33554432000 1073741824 1073778376 140733524792544 140443542051768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2637/tid=2654] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2654/stat : 2654 (java) S 2634 2637 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27889843 10060525568 76341 33554432000 1073741824 1073778376 140733524792544 140443540998904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2637/tid=2655] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2655/stat : 2655 (java) S 2634 2637 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27889843 10060525568 76341 33554432000 1073741824 1073778376 140733524792544 140443539946568 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2637/tid=2656] ppid=2634 vsize=9824732 CPUtime=2.31 cores=0,2,4,6
/proc/2637/task/2656/stat : 2656 (java) R 2634 2637 18358 0 -1 4202560 57 0 0 0 230 1 0 0 20 0 22 0 27889910 10060525568 76341 33554432000 1073741824 1073778376 140733524792544 140443538890336 140444039138968 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2637/tid=2657] ppid=2634 vsize=9824732 CPUtime=2.31 cores=0,2,4,6
/proc/2637/task/2657/stat : 2657 (java) R 2634 2637 18358 0 -1 4202560 76 0 0 0 230 1 0 0 20 0 22 0 27889910 10060525568 76341 33554432000 1073741824 1073778376 140733524792544 140443537838200 140444039159232 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2637/tid=2658] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2658/stat : 2658 (java) S 2634 2637 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27889911 10060525568 76341 33554432000 1073741824 1073778376 140733524792544 140443536786216 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2659] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2659/stat : 2659 (java) S 2634 2637 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27889911 10060525568 76341 33554432000 1073741824 1073778376 140733524792544 140443535733672 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.19
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 2.83 3.80 4.04 4/192 2659
/proc/meminfo: memFree=30159908/32872528 swapFree=1286400/1433568
[pid=2637] ppid=2634 vsize=9824732 CPUtime=14.69 cores=0,2,4,6
/proc/2637/stat : 2637 (java) S 2634 2637 18358 0 -1 4202496 20576 0 1 0 1453 16 0 0 20 0 22 0 27889838 10060525568 114887 33554432000 1073741824 1073778376 140733524792544 140733524783680 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2637/statm: 2456183 114887 2286 9 0 2446860 0
[pid=2637/tid=2639] ppid=2634 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/2637/task/2639/stat : 2639 (java) S 2634 2637 18358 0 -1 4202560 2443 0 1 0 68 2 0 0 20 0 22 0 27889838 10060525568 114887 33554432000 1073741824 1073778376 140733524792544 140444193956728 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2637/tid=2640] ppid=2634 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/2637/task/2640/stat : 2640 (java) S 2634 2637 18358 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 22 0 27889839 10060525568 114887 33554432000 1073741824 1073778376 140733524792544 140444037896616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2641] ppid=2634 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/2637/task/2641/stat : 2641 (java) S 2634 2637 18358 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 22 0 27889839 10060525568 114887 33554432000 1073741824 1073778376 140733524792544 140444036844072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2637/tid=2642] ppid=2634 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/2637/task/2642/stat : 2642 (java) S 2634 2637 18358 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 22 0 27889839 10060525568 114887 33554432000 1073741824 1073778376 140733524792544 140444035791016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2637/tid=2643] ppid=2634 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/2637/task/2643/stat : 2643 (java) S 2634 2637 18358 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 27889839 10060525568 114887 33554432000 1073741824 1073778376 140733524792544 140444034738472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2637/tid=2644] ppid=2634 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/2637/task/2644/stat : 2644 (java) S 2634 2637 18358 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 27889839 10060525568 114887 33554432000 1073741824 1073778376 140733524792544 140444033686440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2645] ppid=2634 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/2637/task/2645/stat : 2645 (java) S 2634 2637 18358 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 27889839 10060525568 114887 33554432000 1073741824 1073778376 140733524792544 140444032633896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2637/tid=2646] ppid=2634 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/2637/task/2646/stat : 2646 (java) S 2634 2637 18358 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 22 0 27889839 10060525568 114887 33554432000 1073741824 1073778376 140733524792544 140444031580840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2647] ppid=2634 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/2637/task/2647/stat : 2647 (java) S 2634 2637 18358 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 22 0 27889839 10060525568 114887 33554432000 1073741824 1073778376 140733524792544 140444030528296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2648] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2648/stat : 2648 (java) S 2634 2637 18358 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 27889840 10060525568 114887 33554432000 1073741824 1073778376 140733524792544 140443547314536 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2649] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2649/stat : 2649 (java) S 2634 2637 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27889841 10060525568 114887 33554432000 1073741824 1073778376 140733524792544 140443546260856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2650] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2650/stat : 2650 (java) S 2634 2637 18358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27889841 10060525568 114887 33554432000 1073741824 1073778376 140733524792544 140443545207688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2651] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2651/stat : 2651 (java) S 2634 2637 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27889843 10060525568 114887 33554432000 1073741824 1073778376 140733524792544 140443544156432 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2652] ppid=2634 vsize=9824732 CPUtime=1.34 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 2.35 2.38 2.97 3/191 2701
/proc/meminfo: memFree=29372576/32872528 swapFree=1286400/1433568
[pid=2637] ppid=2634 vsize=9824732 CPUtime=1648.81 cores=0,2,4,6
/proc/2637/stat : 2637 (java) S 2634 2637 18358 0 -1 4202496 34478 0 1 0 164652 229 0 0 20 0 22 0 27889838 10060525568 286741 33554432000 1073741824 1073778376 140733524792544 140733524783680 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2637/statm: 2456183 286741 2300 9 0 2446860 0
[pid=2637/tid=2639] ppid=2634 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/2637/task/2639/stat : 2639 (java) S 2634 2637 18358 0 -1 4202560 2451 0 1 0 70 3 0 0 20 0 22 0 27889838 10060525568 286741 33554432000 1073741824 1073778376 140733524792544 140444193956728 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2637/tid=2640] ppid=2634 vsize=9824732 CPUtime=1.35 cores=0,2,4,6
/proc/2637/task/2640/stat : 2640 (java) S 2634 2637 18358 0 -1 4202560 358 0 0 0 123 12 0 0 20 0 22 0 27889839 10060525568 286741 33554432000 1073741824 1073778376 140733524792544 140444037896616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2637/tid=2641] ppid=2634 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/2637/task/2641/stat : 2641 (java) S 2634 2637 18358 0 -1 4202560 514 0 0 0 130 18 0 0 20 0 22 0 27889839 10060525568 286741 33554432000 1073741824 1073778376 140733524792544 140444036844072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2642] ppid=2634 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/2637/task/2642/stat : 2642 (java) S 2634 2637 18358 0 -1 4202560 789 0 0 0 129 17 0 0 20 0 22 0 27889839 10060525568 286741 33554432000 1073741824 1073778376 140733524792544 140444035791016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2637/tid=2643] ppid=2634 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/2637/task/2643/stat : 2643 (java) S 2634 2637 18358 0 -1 4202560 399 0 0 0 133 16 0 0 20 0 22 0 27889839 10060525568 286741 33554432000 1073741824 1073778376 140733524792544 140444034738472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2637/tid=2644] ppid=2634 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/2637/task/2644/stat : 2644 (java) S 2634 2637 18358 0 -1 4202560 340 0 0 0 131 15 0 0 20 0 22 0 27889839 10060525568 286741 33554432000 1073741824 1073778376 140733524792544 140444033686440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2645] ppid=2634 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/2637/task/2645/stat : 2645 (java) S 2634 2637 18358 0 -1 4202560 702 0 0 0 125 11 0 0 20 0 22 0 27889839 10060525568 286741 33554432000 1073741824 1073778376 140733524792544 140444032633896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2637/tid=2646] ppid=2634 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/2637/task/2646/stat : 2646 (java) S 2634 2637 18358 0 -1 4202560 501 0 0 0 125 17 0 0 20 0 22 0 27889839 10060525568 286741 33554432000 1073741824 1073778376 140733524792544 140444031580840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2637/tid=2647] ppid=2634 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/2637/task/2647/stat : 2647 (java) S 2634 2637 18358 0 -1 4202560 692 0 0 0 136 16 0 0 20 0 22 0 27889839 10060525568 286741 33554432000 1073741824 1073778376 140733524792544 140444030528296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2637/tid=2648] ppid=2634 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/2637/task/2648/stat : 2648 (java) S 2634 2637 18358 0 -1 4202560 2584 0 0 0 172 41 0 0 20 0 22 0 27889840 10060525568 286741 33554432000 1073741824 1073778376 140733524792544 140443547314536 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2637/tid=2649] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2649/stat : 2649 (java) S 2634 2637 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27889841 10060525568 286741 33554432000 1073741824 1073778376 140733524792544 140443546260856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2650] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2650/stat : 2650 (java) S 2634 2637 18358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27889841 10060525568 286741 33554432000 1073741824 1073778376 140733524792544 140443545207688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2651] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2651/stat : 2651 (java) S 2634 2637 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27889843 10060525568 286741 33554432000 1073741824 1073778376 140733524792544 140443544156432 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2652] ppid=2634 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/2637/task/2652/stat : 2652 (java) S 2634 2637 18358 0 -1 4202560 9333 0 0 0 145 2 0 0 20 0 22 0 27889843 10060525568 286741 33554432000 1073741824 1073778376 140733524792544 140443543104312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2653] ppid=2634 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/2637/task/2653/stat : 2653 (java) S 2634 2637 18358 0 -1 4202560 7021 0 0 0 141 1 0 0 20 0 22 0 27889843 10060525568 286741 33554432000 1073741824 1073778376 140733524792544 140443542051768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2637/tid=2654] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2654/stat : 2654 (java) S 2634 2637 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27889843 10060525568 286741 33554432000 1073741824 1073778376 140733524792544 140443540998904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2637/tid=2655] ppid=2634 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/2637/task/2655/stat : 2655 (java) S 2634 2637 18358 0 -1 4202560 47 0 0 0 10 16 0 0 20 0 22 0 27889843 10060525568 286741 33554432000 1073741824 1073778376 140733524792544 140443539946568 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2637/tid=2656] ppid=2634 vsize=9824732 CPUtime=815.56 cores=0,2,4,6
/proc/2637/task/2656/stat : 2656 (java) R 2634 2637 18358 0 -1 4202560 6062 0 0 0 81509 47 0 0 20 0 22 0 27889910 10060525568 286741 33554432000 1073741824 1073778376 140733524792544 140443538889264 140444039139007 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2637/tid=2657] ppid=2634 vsize=9824732 CPUtime=815.75 cores=0,2,4,6
/proc/2637/task/2657/stat : 2657 (java) R 2634 2637 18358 0 -1 4202560 1418 0 0 0 81550 25 0 0 20 0 22 0 27889910 10060525568 286741 33554432000 1073741824 1073778376 140733524792544 140443537837344 140444039408800 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2658] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2658/stat : 2658 (java) S 2634 2637 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27889911 10060525568 286741 33554432000 1073741824 1073778376 140733524792544 140443536786216 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2659] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2659/stat : 2659 (java) S 2634 2637 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27889911 10060525568 286741 33554432000 1073741824 1073778376 140733524792544 140443535733672 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1648.81
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 2.30 2.35 2.92 3/191 2702
/proc/meminfo: memFree=29494652/32872528 swapFree=1286400/1433568
[pid=2637] ppid=2634 vsize=9824732 CPUtime=1769.06 cores=0,2,4,6
/proc/2637/stat : 2637 (java) S 2634 2637 18358 0 -1 4202496 35524 0 1 0 176669 237 0 0 20 0 22 0 27889838 10060525568 256653 33554432000 1073741824 1073778376 140733524792544 140733524783680 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2637/statm: 2456183 256653 2300 9 0 2446860 0
[pid=2637/tid=2639] ppid=2634 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/2637/task/2639/stat : 2639 (java) S 2634 2637 18358 0 -1 4202560 2451 0 1 0 70 3 0 0 20 0 22 0 27889838 10060525568 256653 33554432000 1073741824 1073778376 140733524792544 140444193956728 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2637/tid=2640] ppid=2634 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/2637/task/2640/stat : 2640 (java) S 2634 2637 18358 0 -1 4202560 399 0 0 0 133 13 0 0 20 0 22 0 27889839 10060525568 256653 33554432000 1073741824 1073778376 140733524792544 140444037896616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2641] ppid=2634 vsize=9824732 CPUtime=1.6 cores=0,2,4,6
/proc/2637/task/2641/stat : 2641 (java) S 2634 2637 18358 0 -1 4202560 652 0 0 0 142 18 0 0 20 0 22 0 27889839 10060525568 256653 33554432000 1073741824 1073778376 140733524792544 140444036844072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2642] ppid=2634 vsize=9824732 CPUtime=1.58 cores=0,2,4,6
/proc/2637/task/2642/stat : 2642 (java) S 2634 2637 18358 0 -1 4202560 1086 0 0 0 140 18 0 0 20 0 22 0 27889839 10060525568 256653 33554432000 1073741824 1073778376 140733524792544 140444035791016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2637/tid=2643] ppid=2634 vsize=9824732 CPUtime=1.6 cores=0,2,4,6
/proc/2637/task/2643/stat : 2643 (java) S 2634 2637 18358 0 -1 4202560 508 0 0 0 144 16 0 0 20 0 22 0 27889839 10060525568 256653 33554432000 1073741824 1073778376 140733524792544 140444034738472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2637/tid=2644] ppid=2634 vsize=9824732 CPUtime=1.59 cores=0,2,4,6
/proc/2637/task/2644/stat : 2644 (java) S 2634 2637 18358 0 -1 4202560 400 0 0 0 143 16 0 0 20 0 22 0 27889839 10060525568 256653 33554432000 1073741824 1073778376 140733524792544 140444033686440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2637/tid=2645] ppid=2634 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/2637/task/2645/stat : 2645 (java) S 2634 2637 18358 0 -1 4202560 802 0 0 0 137 12 0 0 20 0 22 0 27889839 10060525568 256653 33554432000 1073741824 1073778376 140733524792544 140444032633896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2637/tid=2646] ppid=2634 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/2637/task/2646/stat : 2646 (java) S 2634 2637 18358 0 -1 4202560 674 0 0 0 134 18 0 0 20 0 22 0 27889839 10060525568 256653 33554432000 1073741824 1073778376 140733524792544 140444031580840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2637/tid=2647] ppid=2634 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/2637/task/2647/stat : 2647 (java) S 2634 2637 18358 0 -1 4202560 739 0 0 0 147 16 0 0 20 0 22 0 27889839 10060525568 256653 33554432000 1073741824 1073778376 140733524792544 140444030528296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2637/tid=2648] ppid=2634 vsize=9824732 CPUtime=2.19 cores=0,2,4,6
/proc/2637/task/2648/stat : 2648 (java) S 2634 2637 18358 0 -1 4202560 2601 0 0 0 173 46 0 0 20 0 22 0 27889840 10060525568 256653 33554432000 1073741824 1073778376 140733524792544 140443547314536 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2637/tid=2649] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2649/stat : 2649 (java) S 2634 2637 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27889841 10060525568 256653 33554432000 1073741824 1073778376 140733524792544 140443546260856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2650] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2650/stat : 2650 (java) S 2634 2637 18358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27889841 10060525568 256653 33554432000 1073741824 1073778376 140733524792544 140443545207688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2651] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2651/stat : 2651 (java) S 2634 2637 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27889843 10060525568 256653 33554432000 1073741824 1073778376 140733524792544 140443544156432 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2652] ppid=2634 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/2637/task/2652/stat : 2652 (java) S 2634 2637 18358 0 -1 4202560 9333 0 0 0 145 2 0 0 20 0 22 0 27889843 10060525568 256653 33554432000 1073741824 1073778376 140733524792544 140443543104312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2653] ppid=2634 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/2637/task/2653/stat : 2653 (java) S 2634 2637 18358 0 -1 4202560 7021 0 0 0 141 1 0 0 20 0 22 0 27889843 10060525568 256653 33554432000 1073741824 1073778376 140733524792544 140443542051768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2637/tid=2654] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2654/stat : 2654 (java) S 2634 2637 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27889843 10060525568 256653 33554432000 1073741824 1073778376 140733524792544 140443540998904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2637/tid=2655] ppid=2634 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/2637/task/2655/stat : 2655 (java) S 2634 2637 18358 0 -1 4202560 51 0 0 0 11 16 0 0 20 0 22 0 27889843 10060525568 256653 33554432000 1073741824 1073778376 140733524792544 140443539946568 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2637/tid=2656] ppid=2634 vsize=9824732 CPUtime=875.18 cores=0,2,4,6
/proc/2637/task/2656/stat : 2656 (java) R 2634 2637 18358 0 -1 4202560 6114 0 0 0 87470 48 0 0 20 0 22 0 27889910 10060525568 256653 33554432000 1073741824 1073778376 140733524792544 140443538890016 140444039138941 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2637/tid=2657] ppid=2634 vsize=9824732 CPUtime=875.4 cores=0,2,4,6
/proc/2637/task/2657/stat : 2657 (java) R 2634 2637 18358 0 -1 4202560 1426 0 0 0 87514 26 0 0 20 0 22 0 27889910 10060525568 256653 33554432000 1073741824 1073778376 140733524792544 140443537836240 140444039551088 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2658] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2658/stat : 2658 (java) S 2634 2637 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27889911 10060525568 256653 33554432000 1073741824 1073778376 140733524792544 140443536786216 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2659] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2659/stat : 2659 (java) S 2634 2637 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27889911 10060525568 256653 33554432000 1073741824 1073778376 140733524792544 140443535733672 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1769.06
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.801 s]
/proc/loadavg: 2.21 2.33 2.90 3/191 2702
/proc/meminfo: memFree=29492416/32872528 swapFree=1286400/1433568
[pid=2637] ppid=2634 vsize=9824732 CPUtime=1800.1 cores=0,2,4,6
/proc/2637/stat : 2637 (java) S 2634 2637 18358 0 -1 4202496 35556 0 1 0 179770 240 0 0 20 0 22 0 27889838 10060525568 256880 33554432000 1073741824 1073778376 140733524792544 140733524783680 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2637/statm: 2456183 256880 2300 9 0 2446860 0
[pid=2637/tid=2639] ppid=2634 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/2637/task/2639/stat : 2639 (java) S 2634 2637 18358 0 -1 4202560 2451 0 1 0 70 3 0 0 20 0 22 0 27889838 10060525568 256880 33554432000 1073741824 1073778376 140733524792544 140444193956728 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2637/tid=2640] ppid=2634 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/2637/task/2640/stat : 2640 (java) S 2634 2637 18358 0 -1 4202560 401 0 0 0 136 13 0 0 20 0 22 0 27889839 10060525568 256880 33554432000 1073741824 1073778376 140733524792544 140444037896616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2641] ppid=2634 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/2637/task/2641/stat : 2641 (java) S 2634 2637 18358 0 -1 4202560 654 0 0 0 146 18 0 0 20 0 22 0 27889839 10060525568 256880 33554432000 1073741824 1073778376 140733524792544 140444036844072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2642] ppid=2634 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/2637/task/2642/stat : 2642 (java) S 2634 2637 18358 0 -1 4202560 1088 0 0 0 143 18 0 0 20 0 22 0 27889839 10060525568 256880 33554432000 1073741824 1073778376 140733524792544 140444035791016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2637/tid=2643] ppid=2634 vsize=9824732 CPUtime=1.62 cores=0,2,4,6
/proc/2637/task/2643/stat : 2643 (java) S 2634 2637 18358 0 -1 4202560 508 0 0 0 146 16 0 0 20 0 22 0 27889839 10060525568 256880 33554432000 1073741824 1073778376 140733524792544 140444034738472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2637/tid=2644] ppid=2634 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/2637/task/2644/stat : 2644 (java) S 2634 2637 18358 0 -1 4202560 403 0 0 0 145 16 0 0 20 0 22 0 27889839 10060525568 256880 33554432000 1073741824 1073778376 140733524792544 140444033686440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2637/tid=2645] ppid=2634 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/2637/task/2645/stat : 2645 (java) S 2634 2637 18358 0 -1 4202560 806 0 0 0 140 12 0 0 20 0 22 0 27889839 10060525568 256880 33554432000 1073741824 1073778376 140733524792544 140444032633896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2637/tid=2646] ppid=2634 vsize=9824732 CPUtime=1.56 cores=0,2,4,6
/proc/2637/task/2646/stat : 2646 (java) S 2634 2637 18358 0 -1 4202560 676 0 0 0 138 18 0 0 20 0 22 0 27889839 10060525568 256880 33554432000 1073741824 1073778376 140733524792544 140444031580840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2637/tid=2647] ppid=2634 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/2637/task/2647/stat : 2647 (java) S 2634 2637 18358 0 -1 4202560 741 0 0 0 149 17 0 0 20 0 22 0 27889839 10060525568 256880 33554432000 1073741824 1073778376 140733524792544 140444030528296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2648] ppid=2634 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/2637/task/2648/stat : 2648 (java) S 2634 2637 18358 0 -1 4202560 2603 0 0 0 173 48 0 0 20 0 22 0 27889840 10060525568 256880 33554432000 1073741824 1073778376 140733524792544 140443547314536 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2637/tid=2649] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2649/stat : 2649 (java) S 2634 2637 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27889841 10060525568 256880 33554432000 1073741824 1073778376 140733524792544 140443546260856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2650] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2650/stat : 2650 (java) S 2634 2637 18358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27889841 10060525568 256880 33554432000 1073741824 1073778376 140733524792544 140443545207688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2651] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2651/stat : 2651 (java) S 2634 2637 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27889843 10060525568 256880 33554432000 1073741824 1073778376 140733524792544 140443544156432 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2652] ppid=2634 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/2637/task/2652/stat : 2652 (java) S 2634 2637 18358 0 -1 4202560 9333 0 0 0 145 2 0 0 20 0 22 0 27889843 10060525568 256880 33554432000 1073741824 1073778376 140733524792544 140443543104312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2653] ppid=2634 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/2637/task/2653/stat : 2653 (java) S 2634 2637 18358 0 -1 4202560 7021 0 0 0 141 1 0 0 20 0 22 0 27889843 10060525568 256880 33554432000 1073741824 1073778376 140733524792544 140443542051768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2637/tid=2654] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2654/stat : 2654 (java) S 2634 2637 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27889843 10060525568 256880 33554432000 1073741824 1073778376 140733524792544 140443540998904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2637/tid=2655] ppid=2634 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/2637/task/2655/stat : 2655 (java) S 2634 2637 18358 0 -1 4202560 53 0 0 0 11 16 0 0 20 0 22 0 27889843 10060525568 256880 33554432000 1073741824 1073778376 140733524792544 140443539946568 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2637/tid=2656] ppid=2634 vsize=9824732 CPUtime=890.57 cores=0,2,4,6
/proc/2637/task/2656/stat : 2656 (java) R 2634 2637 18358 0 -1 4202560 6122 0 0 0 89009 48 0 0 20 0 22 0 27889910 10060525568 256880 33554432000 1073741824 1073778376 140733524792544 140443538889264 140444039048802 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2637/tid=2657] ppid=2634 vsize=9824732 CPUtime=890.8 cores=0,2,4,6
/proc/2637/task/2657/stat : 2657 (java) R 2634 2637 18358 0 -1 4202560 1429 0 0 0 89054 26 0 0 20 0 22 0 27889910 10060525568 256880 33554432000 1073741824 1073778376 140733524792544 140443537837280 140444039551100 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2637/tid=2658] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2658/stat : 2658 (java) S 2634 2637 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27889911 10060525568 256880 33554432000 1073741824 1073778376 140733524792544 140443536786216 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2637/tid=2659] ppid=2634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2637/task/2659/stat : 2659 (java) S 2634 2637 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27889911 10060525568 256880 33554432000 1073741824 1073778376 140733524792544 140443535733672 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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 2637 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 897.839
CPU time (s): 1800.51
CPU user time (s): 1797.64
CPU system time (s): 2.87256
CPU usage (%): 200.538
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.64
system time used= 2.87256
maximum resident set size= 2863916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35595
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35778
involuntary context switches= 42425

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.63314 second user time and 7.13492 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-18 16:00:31
IDJOB=4105814
IDBENCH=3022
IDSOLVER=2543
FILE ID=node130/4105814-1466258431
RUNJOBID= node130-1466240252-18374
PBS_JOBID= 19918180
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=100-sizeP=51-sizeQ=100-520972534-max.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105814-1466258431/watcher-4105814-1466258431 -o /tmp/evaluation-result-4105814-1466258431/solver-4105814-1466258431 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466240252-18374 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4105814-1466258431.opb

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

MD5SUM BENCH= 11b19c0232a5dd1a01e7c4342698e58e
RANDOM SEED=1469669552

node130.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.365
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.73
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.365
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.365
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.365
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.365
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.365
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.53
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.365
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.365
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:        30516004 kB
Buffers:           30880 kB
Cached:           152168 kB
SwapCached:         1896 kB
Active:            53820 kB
Inactive:         135296 kB
Active(anon):       5960 kB
Inactive(anon):     2208 kB
Active(file):      47860 kB
Inactive(file):   133088 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67098716 kB
Dirty:              1232 kB
Writeback:             0 kB
AnonPages:       1448956 kB
Mapped:             7232 kB
Shmem:                 0 kB
Slab:             600944 kB
SReclaimable:      44088 kB
SUnreclaim:       556856 kB
KernelStack:        1408 kB
PageTables:         6236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1532548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 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= 71748 MiB
End job on node130 at 2016-06-18 16:15:29