Trace number 4105850

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.65 897.63

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=320-sizeP=161-sizeQ=320-287873690-max.opb
MD5SUM7e6cf7bd8ae3eb2dbe42fe5a31768e13
Bench CategoryOPT-BIGINT (optimisation, big 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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables52001
Total number of constraints154561
Number of constraints which are clauses154560
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 constraint51520
Number of terms in the objective function 161
Biggest coefficient in the objective function 1461501637330902918203684832716283019655932542976
Number of bits for the biggest coefficient in the objective function 161
Sum of the numbers in the objective function 2923003274661805836407369665432566039311865085951
Number of bits of the sum of numbers in the objective function 161
Biggest number in a constraint 1560874275157996115690798614896583152874299071332485575429578479812685869409882810060153051531745985579913465560703311447723987839644142653145088
Number of bits of the biggest number in a constraint 480
Biggest sum of numbers in a constraint 6243497100631984462763194459586332611497196285328142673459177384060592124920906005152554730819278690998820076480368784343607308117472639948431515
Number of bits of the biggest sum of numbers481
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4105850-1466264935.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  objective function found
3.66/2.02	c ... done. Wall clock time 1.905s.
3.66/2.02	c declared #vars     52001
3.66/2.02	c #constraints  154562
3.66/2.02	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
3.66/2.02	c constraints type 
3.66/2.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 51520
3.66/2.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 103040
3.66/2.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
3.66/2.02	c 154562 constraints processed.
3.66/2.03	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
3.66/2.03	c constraints type 
3.66/2.03	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 103040
3.66/2.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 51520
3.66/2.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
3.66/2.03	c 154562 constraints processed.
3.66/2.03	c objective function length is 161 literals
881.38/438.68	c cleaning 2502 clauses out of 5003 with flag 15007/5003
1389.50/692.25	c cleaning 4248 clauses out of 8498 with flag 28951/11000
1800.14/897.61	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.14/897.61	c starts		: 20
1800.14/897.61	c conflicts		: 15139
1800.14/897.61	c decisions		: 70101
1800.14/897.61	c propagations		: 3155362
1800.14/897.61	c inspects		: 21122783
1800.14/897.61	c shortcuts		: 0
1800.14/897.61	c learnt literals	: 0
1800.14/897.61	c learnt binary clauses	: 1
1800.14/897.61	c learnt ternary clauses	: 1
1800.14/897.61	c learnt constraints	: 15138
1800.14/897.61	c ignored constraints	: 0
1800.14/897.61	c root simplifications	: 0
1800.14/897.61	c removed literals (reason simplification)	: 210364564
1800.14/897.61	c reason swapping (by a shorter reason)	: 0
1800.14/897.61	c Calls to reduceDB	: 2
1800.14/897.61	c Number of update (reduction) of LBD	: 1641
1800.14/897.61	c Imported unit clauses	: 0
1800.14/897.61	c number of reductions to clauses (during analyze)	: 0
1800.14/897.61	c number of learned constraints concerned by reduction	: 0
1800.14/897.61	c number of learning phase by resolution	: 0
1800.14/897.61	c number of learning phase by cutting planes	: 0
1800.14/897.61	c speed (assignments/second)	: 3523.4340104697076
1800.14/897.61	c non guided choices	161
1800.14/897.61	c learnt constraints type 
1800.14/897.61	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.14/897.61	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 8387
1800.14/897.61	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.14/897.61	c starts		: 1
1800.14/897.61	c conflicts		: 19
1800.14/897.61	c decisions		: 6913
1800.14/897.61	c propagations		: 501102
1800.14/897.61	c inspects		: 4263085
1800.14/897.61	c shortcuts		: 0
1800.14/897.61	c learnt literals	: 0
1800.14/897.61	c learnt binary clauses	: 0
1800.14/897.61	c learnt ternary clauses	: 0
1800.14/897.61	c learnt constraints	: 18
1800.14/897.61	c ignored constraints	: 0
1800.14/897.61	c root simplifications	: 0
1800.14/897.61	c removed literals (reason simplification)	: 0
1800.14/897.61	c reason swapping (by a shorter reason)	: 0
1800.14/897.61	c Calls to reduceDB	: 0
1800.14/897.61	c Number of update (reduction) of LBD	: 0
1800.14/897.61	c Imported unit clauses	: 0
1800.14/897.61	c number of reductions to clauses (during analyze)	: 0
1800.14/897.61	c number of learned constraints concerned by reduction	: 0
1800.14/897.61	c number of learning phase by resolution	: 0
1800.14/897.61	c number of learning phase by cutting planes	: 0
1800.14/897.61	c speed (assignments/second)	: 559.5703910165358
1800.14/897.61	c non guided choices	2
1800.14/897.61	c learnt constraints type 
1800.14/897.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18
1800.14/897.61	s UNKNOWN
1800.14/897.61	c Total wall clock time (in seconds): 897.497

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

pid=3825
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: 1.62 1.76 2.00 3/197 3828
/proc/meminfo: memFree=29861164/32872528 swapFree=1286400/1433568
[pid=3828] ppid=3825 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/3828/stat : 3828 (java) S 3825 3828 3621 0 -1 4202496 1282 0 0 0 0 0 0 0 20 0 2 0 28540321 94019584 917 33554432000 1073741824 1073778376 140734929740864 140734929732000 214373007421 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3828/statm: 22954 917 697 9 0 16769 0
[pid=3828/tid=3829] ppid=3825 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/3828/task/3829/stat : 3829 (java) R 3825 3828 3621 0 -1 4202560 69 0 0 0 0 0 0 0 20 0 2 0 28540322 95129600 927 33554432000 1073741824 1073778376 140734929740864 140120835452456 214360437856 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100112 s]
/proc/loadavg: 1.62 1.76 2.00 3/197 3828
/proc/meminfo: memFree=29861164/32872528 swapFree=1286400/1433568
[pid=3828] ppid=3825 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/3828/stat : 3828 (java) S 3825 3828 3621 0 -1 4202496 4417 0 1 0 9 1 0 0 20 0 18 0 28540321 9787879424 6055 33554432000 1073741824 1073778376 140734929740864 140734929732000 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3828/statm: 2389619 6055 2126 9 0 2380296 0
[pid=3828/tid=3829] ppid=3825 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/3828/task/3829/stat : 3829 (java) R 3825 3828 3621 0 -1 4202560 2387 0 1 0 7 0 0 0 20 0 18 0 28540322 9787879424 6055 33554432000 1073741824 1073778376 140734929740864 140120835455904 140120825516254 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20032 s]
/proc/loadavg: 1.62 1.76 2.00 3/197 3828
/proc/meminfo: memFree=29861164/32872528 swapFree=1286400/1433568
[pid=3828] ppid=3825 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/3828/stat : 3828 (java) S 3825 3828 3621 0 -1 4202496 4765 0 1 0 24 1 0 0 20 0 18 0 28540321 9787879424 7329 33554432000 1073741824 1073778376 140734929740864 140734929732000 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3828/statm: 2389619 7329 2201 9 0 2380296 0
[pid=3828/tid=3829] ppid=3825 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/3828/task/3829/stat : 3829 (java) R 3825 3828 3621 0 -1 4202560 2403 0 1 0 17 0 0 0 20 0 18 0 28540322 9787879424 7329 33554432000 1073741824 1073778376 140734929740864 140120835439832 140120707686441 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300323 s]
/proc/loadavg: 1.62 1.76 2.00 3/197 3828
/proc/meminfo: memFree=29861164/32872528 swapFree=1286400/1433568
[pid=3828] ppid=3825 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/3828/stat : 3828 (java) S 3825 3828 3621 0 -1 4202496 5515 0 1 0 46 1 0 0 20 0 18 0 28540321 9787879424 8964 33554432000 1073741824 1073778376 140734929740864 140734929732000 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3828/statm: 2389619 8964 2231 9 0 2380296 0
[pid=3828/tid=3829] ppid=3825 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/3828/task/3829/stat : 3829 (java) R 3825 3828 3621 0 -1 4202560 2406 0 1 0 27 0 0 0 20 0 18 0 28540322 9787879424 8964 33554432000 1073741824 1073778376 140734929740864 140120835456344 140120707974557 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700291 s]
/proc/loadavg: 1.62 1.76 2.00 3/197 3828
/proc/meminfo: memFree=29861164/32872528 swapFree=1286400/1433568
[pid=3828] ppid=3825 vsize=9558476 CPUtime=1.63 cores=0,2,4,6
/proc/3828/stat : 3828 (java) S 3825 3828 3621 0 -1 4202496 20056 0 1 0 158 5 0 0 20 0 18 0 28540321 9787879424 44620 33554432000 1073741824 1073778376 140734929740864 140734929732000 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3828/statm: 2389619 44620 2245 9 0 2380296 0
[pid=3828/tid=3829] ppid=3825 vsize=9558476 CPUtime=0.67 cores=0,2,4,6
/proc/3828/task/3829/stat : 3829 (java) R 3825 3828 3621 0 -1 4202560 2457 0 1 0 64 3 0 0 20 0 18 0 28540322 9787879424 45132 33554432000 1073741824 1073778376 140734929740864 140120835448784 140120708082542 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9558476

[startup+1.50077 s]
/proc/loadavg: 1.62 1.76 2.00 4/215 3846
/proc/meminfo: memFree=29612396/32872528 swapFree=1286400/1433568
[pid=3828] ppid=3825 vsize=9558476 CPUtime=2.83 cores=0,2,4,6
/proc/3828/stat : 3828 (java) S 3825 3828 3621 0 -1 4202496 20583 0 1 0 272 11 0 0 20 0 18 0 28540321 9787879424 60409 33554432000 1073741824 1073778376 140734929740864 140734929732000 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3828/statm: 2389619 60409 2262 9 0 2380296 0
[pid=3828/tid=3829] ppid=3825 vsize=9558476 CPUtime=1.39 cores=0,2,4,6
/proc/3828/task/3829/stat : 3829 (java) R 3825 3828 3621 0 -1 4202560 2469 0 1 0 136 3 0 0 20 0 18 0 28540322 9787879424 60409 33554432000 1073741824 1073778376 140734929740864 140120835448912 214373033229 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3828/tid=3831] ppid=3825 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/3828/task/3831/stat : 3831 (java) S 3825 3828 3621 0 -1 4202560 94 0 0 0 2 2 0 0 20 0 18 0 28540322 9787879424 60409 33554432000 1073741824 1073778376 140734929740864 140120679201320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3828/tid=3832] ppid=3825 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/3828/task/3832/stat : 3832 (java) S 3825 3828 3621 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 18 0 28540322 9787879424 60409 33554432000 1073741824 1073778376 140734929740864 140120678148520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3828/tid=3833] ppid=3825 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/3828/task/3833/stat : 3833 (java) S 3825 3828 3621 0 -1 4202560 95 0 0 0 1 0 0 0 20 0 18 0 28540322 9787879424 60409 33554432000 1073741824 1073778376 140734929740864 140120677095720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3828/tid=3834] ppid=3825 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/3828/task/3834/stat : 3834 (java) S 3825 3828 3621 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 28540322 9787879424 60409 33554432000 1073741824 1073778376 140734929740864 140120676042920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3828/tid=3835] ppid=3825 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/3828/task/3835/stat : 3835 (java) S 3825 3828 3621 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 28540322 9787879424 60409 33554432000 1073741824 1073778376 140734929740864 140120674991144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3828/tid=3836] ppid=3825 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/3828/task/3836/stat : 3836 (java) S 3825 3828 3621 0 -1 4202560 128 0 0 0 3 1 0 0 20 0 18 0 28540322 9787879424 60409 33554432000 1073741824 1073778376 140734929740864 140120673938344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3828/tid=3837] ppid=3825 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/3828/task/3837/stat : 3837 (java) S 3825 3828 3621 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 18 0 28540322 9787879424 60409 33554432000 1073741824 1073778376 140734929740864 140120672885544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3828/tid=3838] ppid=3825 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/3828/task/3838/stat : 3838 (java) S 3825 3828 3621 0 -1 4202560 76 0 0 0 2 0 0 0 20 0 18 0 28540322 9787879424 60409 33554432000 1073741824 1073778376 140734929740864 140120671832744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3828/tid=3839] ppid=3825 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/3828/task/3839/stat : 3839 (java) S 3825 3828 3621 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 28540324 9787879424 60409 33554432000 1073741824 1073778376 140734929740864 140120659634664 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3828/tid=3840] ppid=3825 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/3828/task/3840/stat : 3840 (java) S 3825 3828 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 28540324 9787879424 60409 33554432000 1073741824 1073778376 140734929740864 140120658580728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3828/tid=3841] ppid=3825 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/3828/task/3841/stat : 3841 (java) S 3825 3828 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 28540324 9787879424 60409 33554432000 1073741824 1073778376 140734929740864 140120657527816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3828/tid=3842] ppid=3825 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/3828/task/3842/stat : 3842 (java) S 3825 3828 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 28540326 9787879424 60409 33554432000 1073741824 1073778376 140734929740864 140120656476304 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3828/tid=3843] ppid=3825 vsize=9558476 CPUtime=0.54 cores=0,2,4,6
/proc/3828/task/3843/stat : 3843 (java) S 3825 3828 3621 0 -1 4202560 9051 0 0 0 52 2 0 0 20 0 18 0 28540326 9787879424 60409 33554432000 1073741824 1073778376 140734929740864 140120655424440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3828/tid=3844] ppid=3825 vsize=9558476 CPUtime=0.57 cores=0,2,4,6
/proc/3828/task/3844/stat : 3844 (java) S 3825 3828 3621 0 -1 4202560 7299 0 0 0 57 0 0 0 20 0 18 0 28540326 9787879424 60409 33554432000 1073741824 1073778376 140734929740864 140120654371640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3828/tid=3845] ppid=3825 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/3828/task/3845/stat : 3845 (java) S 3825 3828 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 28540326 9787879424 60409 33554432000 1073741824 1073778376 140734929740864 140120653319032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3828/tid=3846] ppid=3825 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/3828/task/3846/stat : 3846 (java) S 3825 3828 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 28540326 9787879424 60409 33554432000 1073741824 1073778376 140734929740864 140120652266440 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 9558476

[startup+3.1008 s]
/proc/loadavg: 1.62 1.76 2.00 6/219 3850
/proc/meminfo: memFree=29297040/32872528 swapFree=1286400/1433568
[pid=3828] ppid=3825 vsize=9824732 CPUtime=6.64 cores=0,2,4,6
/proc/3828/stat : 3828 (java) S 3825 3828 3621 0 -1 4202496 23726 0 1 0 645 19 0 0 20 0 22 0 28540321 10060525568 103241 33554432000 1073741824 1073778376 140734929740864 140734929732000 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3828/statm: 2456183 103241 2278 9 0 2446860 0
[pid=3828/tid=3829] ppid=3825 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/3828/task/3829/stat : 3829 (java) S 3825 3828 3621 0 -1 4202560 2526 0 1 0 187 5 0 0 20 0 22 0 28540322 10060525568 103241 33554432000 1073741824 1073778376 140734929740864 140120835457912 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3828/tid=3831] ppid=3825 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/3828/task/3831/stat : 3831 (java) S 3825 3828 3621 0 -1 4202560 107 0 0 0 6 2 0 0 20 0 22 0 28540322 10060525568 103241 33554432000 1073741824 1073778376 140734929740864 140120679201320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3828/tid=3832] ppid=3825 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/3828/task/3832/stat : 3832 (java) S 3825 3828 3621 0 -1 4202560 23 0 0 0 4 2 0 0 20 0 22 0 28540322 10060525568 103241 33554432000 1073741824 1073778376 140734929740864 140120678148520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3828/tid=3833] ppid=3825 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/3828/task/3833/stat : 3833 (java) S 3825 3828 3621 0 -1 4202560 131 0 0 0 6 2 0 0 20 0 22 0 28540322 10060525568 103241 33554432000 1073741824 1073778376 140734929740864 140120677095720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3828/tid=3834] ppid=3825 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/3828/task/3834/stat : 3834 (java) S 3825 3828 3621 0 -1 4202560 39 0 0 0 6 1 0 0 20 0 22 0 28540322 10060525568 103241 33554432000 1073741824 1073778376 140734929740864 140120676042920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3828/tid=3835] ppid=3825 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/3828/task/3835/stat : 3835 (java) S 3825 3828 3621 0 -1 4202560 45 0 0 0 6 0 0 0 20 0 22 0 28540322 10060525568 103241 33554432000 1073741824 1073778376 140734929740864 140120674991144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3828/tid=3836] ppid=3825 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/3828/task/3836/stat : 3836 (java) S 3825 3828 3621 0 -1 4202560 155 0 0 0 5 2 0 0 20 0 22 0 28540322 10060525568 103241 33554432000 1073741824 1073778376 140734929740864 140120673938344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3828/tid=3837] ppid=3825 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/3828/task/3837/stat : 3837 (java) S 3825 3828 3621 0 -1 4202560 45 0 0 0 6 1 0 0 20 0 22 0 28540322 10060525568 103241 33554432000 1073741824 1073778376 140734929740864 140120672885544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3828/tid=3838] ppid=3825 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/3828/task/3838/stat : 3838 (java) S 3825 3828 3621 0 -1 4202560 84 0 0 0 4 0 0 0 20 0 22 0 28540322 10060525568 103241 33554432000 1073741824 1073778376 140734929740864 140120671832744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3828/tid=3839] ppid=3825 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3828/task/3839/stat : 3839 (java) S 3825 3828 3621 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 28540324 10060525568 103241 33554432000 1073741824 1073778376 140734929740864 140120659634664 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3828/tid=3840] ppid=3825 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3828/task/3840/stat : 3840 (java) S 3825 3828 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28540324 10060525568 103241 33554432000 1073741824 1073778376 140734929740864 140120658580728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3828/tid=3841] ppid=3825 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3828/task/3841/stat : 3841 (java) S 3825 3828 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28540324 10060525568 103241 33554432000 1073741824 1073778376 140734929740864 140120657527816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3828/tid=3842] ppid=3825 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3828/task/3842/stat : 3842 (java) S 3825 3828 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28540326 10060525568 103241 33554432000 1073741824 1073778376 140734929740864 140120656476304 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3828/tid=3843] ppid=3825 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/3828/task/3843/stat : 3843 (java) S 3825 3828 3621 0 -1 4202560 9090 0 0 0 100 2 0 0 20 0 22 0 28540326 10060525568 103241 33554432000 1073741824 1073778376 140734929740864 140120655424440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3828/tid=3844] ppid=3825 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/3828/task/3844/stat : 3844 (java) S 3825 3828 3621 0 -1 4202560 9959 0 0 0 111 1 0 0 20 0 22 0 28540326 10060525568 103241 33554432000 1073741824 1073778376 140734929740864 140120654371640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3828/tid=3845] ppid=3825 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3828/task/3845/stat : 3845 (java) S 3825 3828 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28540326 10060525568 103241 33554432000 1073741824 1073778376 140734929740864 140120653319032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3828/tid=3846] ppid=3825 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3828/task/3846/stat : 3846 (java) S 3825 3828 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28540326 10060525568 103241 33554432000 1073741824 1073778376 140734929740864 140120652266440 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3828/tid=3847] ppid=3825 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/3828/task/3847/stat : 3847 (java) R 3825 3828 3621 0 -1 4202560 20 0 0 0 94 0 0 0 20 0 22 0 28540524 10060525568 103241 33554432000 1073741824 1073778376 140734929740864 140120651210952 140120708771216 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=3828/tid=3848] ppid=3825 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/3828/task/3848/stat : 3848 (java) R 3825 3828 3621 0 -1 4202560 34 0 0 0 93 0 0 0 20 0 22 0 28540524 10060525568 103241 33554432000 1073741824 1073778376 140734929740864 140120650158312 140120708544928 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3828/tid=3849] ppid=3825 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3828/task/3849/stat : 3849 (java) S 3825 3828 3621 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 28540529 10060525568 103241 33554432000 1073741824 1073778376 140734929740864 140120649106344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3828/tid=3850] ppid=3825 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3828/task/3850/stat : 3850 (java) S 3825 3828 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28540532 10060525568 103241 33554432000 1073741824 1073778376 140734929740864 140120648053544 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.64
Current children cumulated vsize (KiB) 9824732

[startup+6.3008 s]
/proc/loadavg: 1.81 1.80 2.01 5/219 3850
/proc/meminfo: memFree=28958480/32872528 swapFree=1286400/1433568
[pid=3828] ppid=3825 vsize=9824732 CPUtime=13.06 cores=0,2,4,6
/proc/3828/stat : 3828 (java) S 3825 3828 3621 0 -1 4202496 23729 0 1 0 1287 19 0 0 20 0 22 0 28540321 10060525568 103107 33554432000 1073741824 1073778376 140734929740864 140734929732000 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3828/statm: 2456183 103107 2278 9 0 2446860 0
[pid=3828/tid=3829] ppid=3825 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/3828/task/3829/stat : 3829 (java) S 3825 3828 3621 0 -1 4202560 2526 0 1 0 187 5 0 0 20 0 22 0 28540322 10060525568 103107 33554432000 1073741824 1073778376 140734929740864 140120835457912 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3828/tid=3831] ppid=3825 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/3828/task/3831/stat : 3831 (java) S 3825 3828 3621 0 -1 4202560 107 0 0 0 6 2 0 0 20 0 22 0 28540322 10060525568 103107 33554432000 1073741824 1073778376 140734929740864 140120679201320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3828/tid=3832] ppid=3825 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/3828/task/3832/stat : 3832 (java) S 3825 3828 3621 0 -1 4202560 23 0 0 0 4 2 0 0 20 0 22 0 28540322 10060525568 103107 33554432000 1073741824 1073778376 140734929740864 140120678148520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3828/tid=3833] ppid=3825 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/3828/task/3833/stat : 3833 (java) S 3825 3828 3621 0 -1 4202560 131 0 0 0 6 2 0 0 20 0 22 0 28540322 10060525568 103107 33554432000 1073741824 1073778376 140734929740864 140120677095720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3828/tid=3834] ppid=3825 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/3828/task/3834/stat : 3834 (java) S 3825 3828 3621 0 -1 4202560 39 0 0 0 6 1 0 0 20 0 22 0 28540322 10060525568 103107 33554432000 1073741824 1073778376 140734929740864 140120676042920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3828/tid=3835] ppid=3825 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/3828/task/3835/stat : 3835 (java) S 3825 3828 3621 0 -1 4202560 45 0 0 0 6 0 0 0 20 0 22 0 28540322 10060525568 103107 33554432000 1073741824 1073778376 140734929740864 140120674991144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3828/tid=3836] ppid=3825 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/3828/task/3836/stat : 3836 (java) S 3825 3828 3621 0 -1 4202560 155 0 0 0 5 2 0 0 20 0 22 0 28540322 10060525568 103107 33554432000 1073741824 1073778376 140734929740864 140120673938344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3828/tid=3837] ppid=3825 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/3828/task/3837/stat : 3837 (java) S 3825 3828 3621 0 -1 4202560 45 0 0 0 6 1 0 0 20 0 22 0 28540322 10060525568 103107 33554432000 1073741824 1073778376 140734929740864 140120672885544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3828/tid=3838] ppid=3825 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/3828/task/3838/stat : 3838 (java) S 3825 3828 3621 0 -1 4202560 84 0 0 0 4 0 0 0 20 0 22 0 28540322 10060525568 103107 33554432000 1073741824 1073778376 140734929740864 140120671832744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3828/tid=3839] ppid=3825 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3828/task/3839/stat : 3839 (java) S 3825 3828 3621 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 28540324 10060525568 103107 33554432000 1073741824 1073778376 140734929740864 140120659634664 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3828/tid=3840] ppid=3825 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3828/task/3840/stat : 3840 (java) S 3825 3828 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28540324 10060525568 103107 33554432000 1073741824 1073778376 140734929740864 140120658580728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3828/tid=3841] ppid=3825 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3828/task/3841/stat : 3841 (java) S 3825 3828 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28540324 10060525568 103107 33554432000 1073741824 1073778376 140734929740864 140120657527816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3828/tid=3842] ppid=3825 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

[startup+822.301 s]
/proc/loadavg: 4.23 4.10 3.33 6/219 3968
/proc/meminfo: memFree=25543580/32872528 swapFree=1286400/1433568
[pid=3828] ppid=3825 vsize=9824732 CPUtime=1649.26 cores=0,2,4,6
/proc/3828/stat : 3828 (java) S 3825 3828 3621 0 -1 4202496 35171 0 1 0 164653 273 0 0 20 0 22 0 28540321 10060525568 561618 33554432000 1073741824 1073778376 140734929740864 140734929732000 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3828/statm: 2456183 561618 2298 9 0 2446860 0
[pid=3828/tid=3829] ppid=3825 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/3828/task/3829/stat : 3829 (java) S 3825 3828 3621 0 -1 4202560 2535 0 1 0 190 6 0 0 20 0 22 0 28540322 10060525568 561618 33554432000 1073741824 1073778376 140734929740864 140120835457912 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3828/tid=3831] ppid=3825 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/3828/task/3831/stat : 3831 (java) S 3825 3828 3621 0 -1 4202560 678 0 0 0 156 21 0 0 20 0 22 0 28540322 10060525568 561618 33554432000 1073741824 1073778376 140734929740864 140120679201320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3828/tid=3832] ppid=3825 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/3828/task/3832/stat : 3832 (java) S 3825 3828 3621 0 -1 4202560 630 0 0 0 149 19 0 0 20 0 22 0 28540322 10060525568 561618 33554432000 1073741824 1073778376 140734929740864 140120678148520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3828/tid=3833] ppid=3825 vsize=9824732 CPUtime=1.83 cores=0,2,4,6
/proc/3828/task/3833/stat : 3833 (java) S 3825 3828 3621 0 -1 4202560 836 0 0 0 159 24 0 0 20 0 22 0 28540322 10060525568 561618 33554432000 1073741824 1073778376 140734929740864 140120677095720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3828/tid=3834] ppid=3825 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/3828/task/3834/stat : 3834 (java) S 3825 3828 3621 0 -1 4202560 1029 0 0 0 149 22 0 0 20 0 22 0 28540322 10060525568 561618 33554432000 1073741824 1073778376 140734929740864 140120676042920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3828/tid=3835] ppid=3825 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/3828/task/3835/stat : 3835 (java) S 3825 3828 3621 0 -1 4202560 655 0 0 0 167 25 0 0 20 0 22 0 28540322 10060525568 561618 33554432000 1073741824 1073778376 140734929740864 140120674991144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3828/tid=3836] ppid=3825 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/3828/task/3836/stat : 3836 (java) S 3825 3828 3621 0 -1 4202560 770 0 0 0 165 24 0 0 20 0 22 0 28540322 10060525568 561618 33554432000 1073741824 1073778376 140734929740864 140120673938344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3828/tid=3837] ppid=3825 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/3828/task/3837/stat : 3837 (java) S 3825 3828 3621 0 -1 4202560 731 0 0 0 157 24 0 0 20 0 22 0 28540322 10060525568 561618 33554432000 1073741824 1073778376 140734929740864 140120672885544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3828/tid=3838] ppid=3825 vsize=9824732 CPUtime=1.62 cores=0,2,4,6
/proc/3828/task/3838/stat : 3838 (java) S 3825 3828 3621 0 -1 4202560 992 0 0 0 142 20 0 0 20 0 22 0 28540322 10060525568 561618 33554432000 1073741824 1073778376 140734929740864 140120671832744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3828/tid=3839] ppid=3825 vsize=9824732 CPUtime=2.19 cores=0,2,4,6
/proc/3828/task/3839/stat : 3839 (java) S 3825 3828 3621 0 -1 4202560 3180 0 0 0 200 19 0 0 20 0 22 0 28540324 10060525568 561618 33554432000 1073741824 1073778376 140734929740864 140120659634664 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3828/tid=3840] ppid=3825 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3828/task/3840/stat : 3840 (java) S 3825 3828 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28540324 10060525568 561618 33554432000 1073741824 1073778376 140734929740864 140120658580728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3828/tid=3841] ppid=3825 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3828/task/3841/stat : 3841 (java) S 3825 3828 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28540324 10060525568 561618 33554432000 1073741824 1073778376 140734929740864 140120657527816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3828/tid=3842] ppid=3825 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3828/task/3842/stat : 3842 (java) S 3825 3828 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28540326 10060525568 561618 33554432000 1073741824 1073778376 140734929740864 140120656476304 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3828/tid=3843] ppid=3825 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/3828/task/3843/stat : 3843 (java) S 3825 3828 3621 0 -1 4202560 9116 0 0 0 146 2 0 0 20 0 22 0 28540326 10060525568 561618 33554432000 1073741824 1073778376 140734929740864 140120655424440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3828/tid=3844] ppid=3825 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/3828/task/3844/stat : 3844 (java) S 3825 3828 3621 0 -1 4202560 9974 0 0 0 153 2 0 0 20 0 22 0 28540326 10060525568 561618 33554432000 1073741824 1073778376 140734929740864 140120654371640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3828/tid=3845] ppid=3825 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3828/task/3845/stat : 3845 (java) S 3825 3828 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28540326 10060525568 561618 33554432000 1073741824 1073778376 140734929740864 140120653319032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3828/tid=3846] ppid=3825 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/3828/task/3846/stat : 3846 (java) S 3825 3828 3621 0 -1 4202560 47 0 0 0 11 15 0 0 20 0 22 0 28540326 10060525568 561618 33554432000 1073741824 1073778376 140734929740864 140120652266440 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3828/tid=3847] ppid=3825 vsize=9824732 CPUtime=813.88 cores=0,2,4,6
/proc/3828/task/3847/stat : 3847 (java) R 3825 3828 3621 0 -1 4202560 899 0 0 0 81353 35 0 0 20 0 22 0 28540524 10060525568 561618 33554432000 1073741824 1073778376 140734929740864 140120651209008 140120708771130 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3828/tid=3848] ppid=3825 vsize=9824732 CPUtime=813.86 cores=0,2,4,6
/proc/3828/task/3848/stat : 3848 (java) R 3825 3828 3621 0 -1 4202560 1830 0 0 0 81341 45 0 0 20 0 22 0 28540524 10060525568 561618 33554432000 1073741824 1073778376 140734929740864 140120650157408 140120708771070 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3828/tid=3849] ppid=3825 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3828/task/3849/stat : 3849 (java) S 3825 3828 3621 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 28540529 10060525568 561618 33554432000 1073741824 1073778376 140734929740864 140120649106344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3828/tid=3850] ppid=3825 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3828/task/3850/stat : 3850 (java) S 3825 3828 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28540532 10060525568 561618 33554432000 1073741824 1073778376 140734929740864 140120648053544 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1649.26
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.18 4.11 3.38 5/219 3969
/proc/meminfo: memFree=25741380/32872528 swapFree=1286400/1433568
[pid=3828] ppid=3825 vsize=9824732 CPUtime=1769.43 cores=0,2,4,6
/proc/3828/stat : 3828 (java) S 3825 3828 3621 0 -1 4202496 35213 0 1 0 176664 279 0 0 20 0 22 0 28540321 10060525568 523512 33554432000 1073741824 1073778376 140734929740864 140734929732000 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3828/statm: 2456183 523512 2298 9 0 2446860 0
[pid=3828/tid=3829] ppid=3825 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/3828/task/3829/stat : 3829 (java) S 3825 3828 3621 0 -1 4202560 2535 0 1 0 190 6 0 0 20 0 22 0 28540322 10060525568 523512 33554432000 1073741824 1073778376 140734929740864 140120835457912 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3828/tid=3831] ppid=3825 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/3828/task/3831/stat : 3831 (java) S 3825 3828 3621 0 -1 4202560 678 0 0 0 165 21 0 0 20 0 22 0 28540322 10060525568 523512 33554432000 1073741824 1073778376 140734929740864 140120679201320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3828/tid=3832] ppid=3825 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/3828/task/3832/stat : 3832 (java) S 3825 3828 3621 0 -1 4202560 630 0 0 0 157 19 0 0 20 0 22 0 28540322 10060525568 523512 33554432000 1073741824 1073778376 140734929740864 140120678148520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3828/tid=3833] ppid=3825 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/3828/task/3833/stat : 3833 (java) S 3825 3828 3621 0 -1 4202560 836 0 0 0 166 24 0 0 20 0 22 0 28540322 10060525568 523512 33554432000 1073741824 1073778376 140734929740864 140120677095720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3828/tid=3834] ppid=3825 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/3828/task/3834/stat : 3834 (java) S 3825 3828 3621 0 -1 4202560 1029 0 0 0 157 22 0 0 20 0 22 0 28540322 10060525568 523512 33554432000 1073741824 1073778376 140734929740864 140120676042920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3828/tid=3835] ppid=3825 vsize=9824732 CPUtime=2 cores=0,2,4,6
/proc/3828/task/3835/stat : 3835 (java) S 3825 3828 3621 0 -1 4202560 655 0 0 0 175 25 0 0 20 0 22 0 28540322 10060525568 523512 33554432000 1073741824 1073778376 140734929740864 140120674991144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3828/tid=3836] ppid=3825 vsize=9824732 CPUtime=1.97 cores=0,2,4,6
/proc/3828/task/3836/stat : 3836 (java) S 3825 3828 3621 0 -1 4202560 770 0 0 0 173 24 0 0 20 0 22 0 28540322 10060525568 523512 33554432000 1073741824 1073778376 140734929740864 140120673938344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3828/tid=3837] ppid=3825 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/3828/task/3837/stat : 3837 (java) S 3825 3828 3621 0 -1 4202560 731 0 0 0 168 24 0 0 20 0 22 0 28540322 10060525568 523512 33554432000 1073741824 1073778376 140734929740864 140120672885544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3828/tid=3838] ppid=3825 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/3828/task/3838/stat : 3838 (java) S 3825 3828 3621 0 -1 4202560 992 0 0 0 149 20 0 0 20 0 22 0 28540322 10060525568 523512 33554432000 1073741824 1073778376 140734929740864 140120671832744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3828/tid=3839] ppid=3825 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/3828/task/3839/stat : 3839 (java) S 3825 3828 3621 0 -1 4202560 3185 0 0 0 201 23 0 0 20 0 22 0 28540324 10060525568 523512 33554432000 1073741824 1073778376 140734929740864 140120659634664 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3828/tid=3840] ppid=3825 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3828/task/3840/stat : 3840 (java) S 3825 3828 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28540324 10060525568 523512 33554432000 1073741824 1073778376 140734929740864 140120658580728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3828/tid=3841] ppid=3825 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3828/task/3841/stat : 3841 (java) S 3825 3828 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28540324 10060525568 523512 33554432000 1073741824 1073778376 140734929740864 140120657527816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3828/tid=3842] ppid=3825 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3828/task/3842/stat : 3842 (java) S 3825 3828 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28540326 10060525568 523512 33554432000 1073741824 1073778376 140734929740864 140120656476304 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3828/tid=3843] ppid=3825 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/3828/task/3843/stat : 3843 (java) S 3825 3828 3621 0 -1 4202560 9116 0 0 0 146 2 0 0 20 0 22 0 28540326 10060525568 523512 33554432000 1073741824 1073778376 140734929740864 140120655424440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3828/tid=3844] ppid=3825 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/3828/task/3844/stat : 3844 (java) S 3825 3828 3621 0 -1 4202560 9974 0 0 0 153 2 0 0 20 0 22 0 28540326 10060525568 523512 33554432000 1073741824 1073778376 140734929740864 140120654371640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3828/tid=3845] ppid=3825 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3828/task/3845/stat : 3845 (java) S 3825 3828 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28540326 10060525568 523512 33554432000 1073741824 1073778376 140734929740864 140120653319032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3828/tid=3846] ppid=3825 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/3828/task/3846/stat : 3846 (java) S 3825 3828 3621 0 -1 4202560 50 0 0 0 12 16 0 0 20 0 22 0 28540326 10060525568 523512 33554432000 1073741824 1073778376 140734929740864 140120652266440 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3828/tid=3847] ppid=3825 vsize=9824732 CPUtime=873.62 cores=0,2,4,6
/proc/3828/task/3847/stat : 3847 (java) R 3825 3828 3621 0 -1 4202560 919 0 0 0 87326 36 0 0 20 0 22 0 28540524 10060525568 523512 33554432000 1073741824 1073778376 140734929740864 140120651210128 140120709013726 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3828/tid=3848] ppid=3825 vsize=9824732 CPUtime=873.58 cores=0,2,4,6
/proc/3828/task/3848/stat : 3848 (java) R 3825 3828 3621 0 -1 4202560 1844 0 0 0 87311 47 0 0 20 0 22 0 28540524 10060525568 523512 33554432000 1073741824 1073778376 140734929740864 140120650156160 140120709166467 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3828/tid=3849] ppid=3825 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3828/task/3849/stat : 3849 (java) S 3825 3828 3621 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 28540529 10060525568 523512 33554432000 1073741824 1073778376 140734929740864 140120649106344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3828/tid=3850] ppid=3825 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3828/task/3850/stat : 3850 (java) S 3825 3828 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28540532 10060525568 523512 33554432000 1073741824 1073778376 140734929740864 140120648053544 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1769.43
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.601 s]
/proc/loadavg: 4.22 4.12 3.39 6/219 3970
/proc/meminfo: memFree=25787488/32872528 swapFree=1286400/1433568
[pid=3828] ppid=3825 vsize=9824732 CPUtime=1800.14 cores=0,2,4,6
/proc/3828/stat : 3828 (java) S 3825 3828 3621 0 -1 4202496 35222 0 1 0 179734 280 0 0 20 0 22 0 28540321 10060525568 512226 33554432000 1073741824 1073778376 140734929740864 140734929732000 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3828/statm: 2456183 512226 2298 9 0 2446860 0
[pid=3828/tid=3829] ppid=3825 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/3828/task/3829/stat : 3829 (java) S 3825 3828 3621 0 -1 4202560 2536 0 1 0 190 6 0 0 20 0 22 0 28540322 10060525568 512226 33554432000 1073741824 1073778376 140734929740864 140120835457912 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3828/tid=3831] ppid=3825 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/3828/task/3831/stat : 3831 (java) S 3825 3828 3621 0 -1 4202560 678 0 0 0 169 21 0 0 20 0 22 0 28540322 10060525568 512226 33554432000 1073741824 1073778376 140734929740864 140120679201320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3828/tid=3832] ppid=3825 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/3828/task/3832/stat : 3832 (java) S 3825 3828 3621 0 -1 4202560 630 0 0 0 161 19 0 0 20 0 22 0 28540322 10060525568 512226 33554432000 1073741824 1073778376 140734929740864 140120678148520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3828/tid=3833] ppid=3825 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/3828/task/3833/stat : 3833 (java) S 3825 3828 3621 0 -1 4202560 836 0 0 0 170 24 0 0 20 0 22 0 28540322 10060525568 512226 33554432000 1073741824 1073778376 140734929740864 140120677095720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3828/tid=3834] ppid=3825 vsize=9824732 CPUtime=1.82 cores=0,2,4,6
/proc/3828/task/3834/stat : 3834 (java) S 3825 3828 3621 0 -1 4202560 1029 0 0 0 160 22 0 0 20 0 22 0 28540322 10060525568 512226 33554432000 1073741824 1073778376 140734929740864 140120676042920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3828/tid=3835] ppid=3825 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/3828/task/3835/stat : 3835 (java) S 3825 3828 3621 0 -1 4202560 655 0 0 0 179 26 0 0 20 0 22 0 28540322 10060525568 512226 33554432000 1073741824 1073778376 140734929740864 140120674991144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3828/tid=3836] ppid=3825 vsize=9824732 CPUtime=2.02 cores=0,2,4,6
/proc/3828/task/3836/stat : 3836 (java) S 3825 3828 3621 0 -1 4202560 770 0 0 0 178 24 0 0 20 0 22 0 28540322 10060525568 512226 33554432000 1073741824 1073778376 140734929740864 140120673938344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3828/tid=3837] ppid=3825 vsize=9824732 CPUtime=1.95 cores=0,2,4,6
/proc/3828/task/3837/stat : 3837 (java) S 3825 3828 3621 0 -1 4202560 731 0 0 0 171 24 0 0 20 0 22 0 28540322 10060525568 512226 33554432000 1073741824 1073778376 140734929740864 140120672885544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3828/tid=3838] ppid=3825 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/3828/task/3838/stat : 3838 (java) S 3825 3828 3621 0 -1 4202560 992 0 0 0 154 20 0 0 20 0 22 0 28540322 10060525568 512226 33554432000 1073741824 1073778376 140734929740864 140120671832744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3828/tid=3839] ppid=3825 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/3828/task/3839/stat : 3839 (java) S 3825 3828 3621 0 -1 4202560 3185 0 0 0 201 23 0 0 20 0 22 0 28540324 10060525568 512226 33554432000 1073741824 1073778376 140734929740864 140120659634664 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3828/tid=3840] ppid=3825 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3828/task/3840/stat : 3840 (java) S 3825 3828 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28540324 10060525568 512226 33554432000 1073741824 1073778376 140734929740864 140120658580728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3828/tid=3841] ppid=3825 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3828/task/3841/stat : 3841 (java) S 3825 3828 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28540324 10060525568 512226 33554432000 1073741824 1073778376 140734929740864 140120657527816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3828/tid=3842] ppid=3825 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3828/task/3842/stat : 3842 (java) S 3825 3828 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28540326 10060525568 512226 33554432000 1073741824 1073778376 140734929740864 140120656476304 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3828/tid=3843] ppid=3825 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/3828/task/3843/stat : 3843 (java) S 3825 3828 3621 0 -1 4202560 9116 0 0 0 146 2 0 0 20 0 22 0 28540326 10060525568 512226 33554432000 1073741824 1073778376 140734929740864 140120655424440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3828/tid=3844] ppid=3825 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/3828/task/3844/stat : 3844 (java) S 3825 3828 3621 0 -1 4202560 9974 0 0 0 153 2 0 0 20 0 22 0 28540326 10060525568 512226 33554432000 1073741824 1073778376 140734929740864 140120654371640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3828/tid=3845] ppid=3825 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3828/task/3845/stat : 3845 (java) S 3825 3828 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28540326 10060525568 512226 33554432000 1073741824 1073778376 140734929740864 140120653319032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3828/tid=3846] ppid=3825 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/3828/task/3846/stat : 3846 (java) S 3825 3828 3621 0 -1 4202560 50 0 0 0 12 17 0 0 20 0 22 0 28540326 10060525568 512226 33554432000 1073741824 1073778376 140734929740864 140120652266440 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3828/tid=3847] ppid=3825 vsize=9824732 CPUtime=888.82 cores=0,2,4,6
/proc/3828/task/3847/stat : 3847 (java) R 3825 3828 3621 0 -1 4202560 924 0 0 0 88846 36 0 0 20 0 22 0 28540524 10060525568 512226 33554432000 1073741824 1073778376 140734929740864 140120651209248 140120708771070 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3828/tid=3848] ppid=3825 vsize=9824732 CPUtime=888.78 cores=0,2,4,6
/proc/3828/task/3848/stat : 3848 (java) R 3825 3828 3621 0 -1 4202560 1847 0 0 0 88831 47 0 0 20 0 22 0 28540524 10060525568 512226 33554432000 1073741824 1073778376 140734929740864 140120650156928 140120709166411 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3828/tid=3849] ppid=3825 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3828/task/3849/stat : 3849 (java) S 3825 3828 3621 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 28540529 10060525568 512226 33554432000 1073741824 1073778376 140734929740864 140120649106344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3828/tid=3850] ppid=3825 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3828/task/3850/stat : 3850 (java) S 3825 3828 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28540532 10060525568 512226 33554432000 1073741824 1073778376 140734929740864 140120648053544 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
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 3828 sig 9
??? kill -3828 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 897.63
CPU time (s): 1800.65
CPU user time (s): 1797.37
CPU system time (s): 3.2815
CPU usage (%): 200.601
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.37
system time used= 3.2815
maximum resident set size= 3409780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35255
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29199
involuntary context switches= 36221

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.13307 second user time and 7.11492 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-18 17:48:56
IDJOB=4105850
IDBENCH=3039
IDSOLVER=2543
FILE ID=node130/4105850-1466264935
RUNJOBID= node130-1466264922-3637
PBS_JOBID= 19918227
Free space on /tmp= 71740 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=320-sizeP=161-sizeQ=320-287873690-max.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105850-1466264935/watcher-4105850-1466264935 -o /tmp/evaluation-result-4105850-1466264935/solver-4105850-1466264935 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466264922-3637 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4105850-1466264935.opb

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

MD5SUM BENCH= 7e6cf7bd8ae3eb2dbe42fe5a31768e13
RANDOM SEED=113427571

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:        29861544 kB
Buffers:           37908 kB
Cached:           170280 kB
SwapCached:         1876 kB
Active:           664696 kB
Inactive:         150360 kB
Active(anon):     607248 kB
Inactive(anon):     2212 kB
Active(file):      57448 kB
Inactive(file):   148148 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67098740 kB
Dirty:             10024 kB
Writeback:             0 kB
AnonPages:       2066520 kB
Mapped:            15336 kB
Shmem:                 0 kB
Slab:             601476 kB
SReclaimable:      44408 kB
SUnreclaim:       557068 kB
KernelStack:        1592 kB
PageTables:         7836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3028596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    737280 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= 71728 MiB
End job on node130 at 2016-06-18 18:03:53