Trace number 4105714

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.01 899.722

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=420-sizeP=211-sizeQ=420-802270006-max.opb
MD5SUM9af4cec1a3de729e6d2b359a17678fc7
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 variables89251
Total number of constraints265861
Number of constraints which are clauses265860
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 constraint88620
Number of terms in the objective function 211
Biggest coefficient in the objective function 1645504557321206042154969182557350504982735865633579863348609024
Number of bits for the biggest coefficient in the objective function 211
Sum of the numbers in the objective function 3291009114642412084309938365114701009965471731267159726697218047
Number of bits of the sum of numbers in the objective function 211
Biggest number in a constraint 2227754207823337509102134573095845373483021732054960903603121346630505452738612005129840239901060253798165190221481644194672219102234100585084307285020612396607419274589973120157653414182912
Number of bits of the biggest number in a constraint 630
Biggest sum of numbers in a constraint 8911016831293350036408538292383381493932086928219843614412485386260498644612268667133724011390101656086782377029608255490932025454511314090929376002563120558209056959186693543806592147551031
Number of bits of the biggest sum of numbers631
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-4105714-1466256934.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  objective function found
5.43/3.31	c ... done. Wall clock time 3.194s.
5.43/3.31	c declared #vars     89251
5.43/3.31	c #constraints  265862
5.43/3.31	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
5.43/3.31	c constraints type 
5.43/3.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 88620
5.43/3.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 177240
5.43/3.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
5.43/3.31	c 265862 constraints processed.
5.43/3.31	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
5.43/3.31	c constraints type 
5.43/3.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 177240
5.43/3.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 88620
5.43/3.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
5.43/3.31	c 265862 constraints processed.
5.43/3.31	c objective function length is 211 literals
1800.01/899.70	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/899.70	c starts		: 1
1800.01/899.70	c conflicts		: 570
1800.01/899.70	c decisions		: 2703
1800.01/899.70	c propagations		: 848917
1800.01/899.70	c inspects		: 2839647
1800.01/899.70	c shortcuts		: 0
1800.01/899.70	c learnt literals	: 0
1800.01/899.70	c learnt binary clauses	: 0
1800.01/899.70	c learnt ternary clauses	: 0
1800.01/899.70	c learnt constraints	: 570
1800.01/899.70	c ignored constraints	: 0
1800.01/899.70	c root simplifications	: 0
1800.01/899.70	c removed literals (reason simplification)	: 9285101
1800.01/899.70	c reason swapping (by a shorter reason)	: 0
1800.01/899.70	c Calls to reduceDB	: 0
1800.01/899.70	c Number of update (reduction) of LBD	: 105
1800.01/899.70	c Imported unit clauses	: 0
1800.01/899.70	c number of reductions to clauses (during analyze)	: 0
1800.01/899.70	c number of learned constraints concerned by reduction	: 0
1800.01/899.70	c number of learning phase by resolution	: 0
1800.01/899.70	c number of learning phase by cutting planes	: 0
1800.01/899.70	c speed (assignments/second)	: 947.103246456945
1800.01/899.70	c non guided choices	213
1800.01/899.70	c learnt constraints type 
1800.01/899.70	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 570
1800.01/899.70	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/899.70	c starts		: 1
1800.01/899.70	c conflicts		: 4
1800.01/899.70	c decisions		: 791
1800.01/899.70	c propagations		: 166174
1800.01/899.70	c inspects		: 812465
1800.01/899.70	c shortcuts		: 0
1800.01/899.70	c learnt literals	: 0
1800.01/899.70	c learnt binary clauses	: 0
1800.01/899.70	c learnt ternary clauses	: 0
1800.01/899.70	c learnt constraints	: 3
1800.01/899.70	c ignored constraints	: 0
1800.01/899.70	c root simplifications	: 0
1800.01/899.70	c removed literals (reason simplification)	: 0
1800.01/899.70	c reason swapping (by a shorter reason)	: 0
1800.01/899.70	c Calls to reduceDB	: 0
1800.01/899.70	c Number of update (reduction) of LBD	: 0
1800.01/899.70	c Imported unit clauses	: 0
1800.01/899.70	c number of reductions to clauses (during analyze)	: 0
1800.01/899.70	c number of learned constraints concerned by reduction	: 0
1800.01/899.70	c number of learning phase by resolution	: 0
1800.01/899.70	c number of learning phase by cutting planes	: 0
1800.01/899.70	c speed (assignments/second)	: 185.39666813936157
1800.01/899.70	c non guided choices	2
1800.01/899.70	c learnt constraints type 
1800.01/899.70	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3
1800.01/899.70	s UNKNOWN
1800.01/899.70	c Total wall clock time (in seconds): 899.59

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-4105714-1466256934/watcher-4105714-1466256934 -o /tmp/evaluation-result-4105714-1466256934/solver-4105714-1466256934 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466241279-6374 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4105714-1466256934.opb 

pid=12243
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: 4.19 4.19 4.12 5/197 12246
/proc/meminfo: memFree=28310724/32872528 swapFree=681964/737152
[pid=12246] ppid=12243 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/12246/stat : 12246 (java) S 12243 12246 6358 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 27742640 98570240 977 33554432000 1073741824 1073778376 140734748507904 140734748499040 213869690941 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12246/statm: 24065 977 743 9 0 16771 0
[pid=12246/tid=12247] ppid=12243 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12247/stat : 12247 (java) R 12243 12246 6358 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 27742641 98570240 977 33554432000 1073741824 1073778376 140734748507904 140722847948328 213866333568 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100112 s]
/proc/loadavg: 4.19 4.19 4.12 5/197 12246
/proc/meminfo: memFree=28310724/32872528 swapFree=681964/737152
[pid=12246] ppid=12243 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/12246/stat : 12246 (java) S 12243 12246 6358 0 -1 4202496 4391 0 1 0 9 1 0 0 20 0 18 0 27742640 9787879424 6027 33554432000 1073741824 1073778376 140734748507904 140734748499040 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12246/statm: 2389619 6027 2126 9 0 2380296 0
[pid=12246/tid=12247] ppid=12243 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/12246/task/12247/stat : 12247 (java) R 12243 12246 6358 0 -1 4202560 2386 0 1 0 6 1 0 0 20 0 18 0 27742641 9787879424 6027 33554432000 1073741824 1073778376 140734748507904 140722847951776 140722855828338 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.200267 s]
/proc/loadavg: 4.19 4.19 4.12 5/197 12246
/proc/meminfo: memFree=28310724/32872528 swapFree=681964/737152
[pid=12246] ppid=12243 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/12246/stat : 12246 (java) S 12243 12246 6358 0 -1 4202496 4939 0 1 0 25 1 0 0 20 0 18 0 27742640 9787879424 8064 33554432000 1073741824 1073778376 140734748507904 140734748499040 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12246/statm: 2389619 8064 2207 9 0 2380296 0
[pid=12246/tid=12247] ppid=12243 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/12246/task/12247/stat : 12247 (java) R 12243 12246 6358 0 -1 4202560 2437 0 1 0 16 1 0 0 20 0 18 0 27742641 9787879424 8064 33554432000 1073741824 1073778376 140734748507904 140722847927256 140722674152848 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300268 s]
/proc/loadavg: 4.19 4.19 4.12 5/197 12246
/proc/meminfo: memFree=28310724/32872528 swapFree=681964/737152
[pid=12246] ppid=12243 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/12246/stat : 12246 (java) S 12243 12246 6358 0 -1 4202496 5654 0 1 0 47 2 0 0 20 0 18 0 27742640 9787879424 9505 33554432000 1073741824 1073778376 140734748507904 140734748499040 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12246/statm: 2389619 9505 2233 9 0 2380296 0
[pid=12246/tid=12247] ppid=12243 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/12246/task/12247/stat : 12247 (java) R 12243 12246 6358 0 -1 4202560 2440 0 1 0 26 1 0 0 20 0 18 0 27742641 9787879424 9505 33554432000 1073741824 1073778376 140734748507904 140722847927256 140722674185973 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700216 s]
/proc/loadavg: 4.19 4.19 4.12 5/197 12246
/proc/meminfo: memFree=28310724/32872528 swapFree=681964/737152
[pid=12246] ppid=12243 vsize=9558476 CPUtime=1.66 cores=0,2,4,6
/proc/12246/stat : 12246 (java) S 12243 12246 6358 0 -1 4202496 20578 0 1 0 160 6 0 0 20 0 18 0 27742640 9787879424 46159 33554432000 1073741824 1073778376 140734748507904 140734748499040 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12246/statm: 2389619 46159 2245 9 0 2380296 0
[pid=12246/tid=12247] ppid=12243 vsize=9558476 CPUtime=0.67 cores=0,2,4,6
/proc/12246/task/12247/stat : 12247 (java) R 12243 12246 6358 0 -1 4202560 2492 0 1 0 64 3 0 0 20 0 18 0 27742641 9787879424 46159 33554432000 1073741824 1073778376 140734748507904 140722847944576 140722674591090 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 9558476

[startup+1.50078 s]
/proc/loadavg: 4.19 4.19 4.12 5/215 12264
/proc/meminfo: memFree=28073668/32872528 swapFree=681964/737152
[pid=12246] ppid=12243 vsize=9558476 CPUtime=2.85 cores=0,2,4,6
/proc/12246/stat : 12246 (java) S 12243 12246 6358 0 -1 4202496 21153 0 1 0 272 13 0 0 20 0 18 0 27742640 9787879424 84485 33554432000 1073741824 1073778376 140734748507904 140734748499040 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12246/statm: 2389619 84485 2262 9 0 2380296 0
[pid=12246/tid=12247] ppid=12243 vsize=9558476 CPUtime=1.39 cores=0,2,4,6
/proc/12246/task/12247/stat : 12247 (java) R 12243 12246 6358 0 -1 4202560 2547 0 1 0 134 5 0 0 20 0 18 0 27742641 9787879424 84485 33554432000 1073741824 1073778376 140734748507904 140722847944688 140722674484745 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12249] ppid=12243 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/12246/task/12249/stat : 12249 (java) S 12243 12246 6358 0 -1 4202560 106 0 0 0 2 0 0 0 20 0 18 0 27742641 9787879424 84485 33554432000 1073741824 1073778376 140734748507904 140722809444648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12250] ppid=12243 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/12246/task/12250/stat : 12250 (java) S 12243 12246 6358 0 -1 4202560 74 0 0 0 3 1 0 0 20 0 18 0 27742641 9787879424 84485 33554432000 1073741824 1073778376 140734748507904 140722808391848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12251] ppid=12243 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/12246/task/12251/stat : 12251 (java) S 12243 12246 6358 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 27742641 9787879424 84485 33554432000 1073741824 1073778376 140734748507904 140722807339560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12252] ppid=12243 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/12246/task/12252/stat : 12252 (java) S 12243 12246 6358 0 -1 4202560 118 0 0 0 2 1 0 0 20 0 18 0 27742641 9787879424 84485 33554432000 1073741824 1073778376 140734748507904 140722806286760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12253] ppid=12243 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12253/stat : 12253 (java) S 12243 12246 6358 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 27742641 9787879424 84485 33554432000 1073741824 1073778376 140734748507904 140722805234472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12254] ppid=12243 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/12246/task/12254/stat : 12254 (java) S 12243 12246 6358 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 27742641 9787879424 84485 33554432000 1073741824 1073778376 140734748507904 140722804181672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12246/tid=12255] ppid=12243 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/12246/task/12255/stat : 12255 (java) S 12243 12246 6358 0 -1 4202560 106 0 0 0 2 0 0 0 20 0 18 0 27742641 9787879424 84485 33554432000 1073741824 1073778376 140734748507904 140722803129384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12246/tid=12256] ppid=12243 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/12246/task/12256/stat : 12256 (java) S 12243 12246 6358 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 27742641 9787879424 84485 33554432000 1073741824 1073778376 140734748507904 140722802076584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12257] ppid=12243 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12257/stat : 12257 (java) S 12243 12246 6358 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 27742642 9787879424 84485 33554432000 1073741824 1073778376 140734748507904 140722671962344 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12258] ppid=12243 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12258/stat : 12258 (java) S 12243 12246 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 27742643 9787879424 84485 33554432000 1073741824 1073778376 140734748507904 140722670908408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12259] ppid=12243 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12259/stat : 12259 (java) S 12243 12246 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 27742643 9787879424 84485 33554432000 1073741824 1073778376 140734748507904 140722669856008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12246/tid=12260] ppid=12243 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12260/stat : 12260 (java) S 12243 12246 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27742645 9787879424 84485 33554432000 1073741824 1073778376 140734748507904 140722668804496 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12261] ppid=12243 vsize=9558476 CPUtime=0.56 cores=0,2,4,6
/proc/12246/task/12261/stat : 12261 (java) S 12243 12246 6358 0 -1 4202560 7494 0 0 0 55 1 0 0 20 0 18 0 27742645 9787879424 84485 33554432000 1073741824 1073778376 140734748507904 140722667752120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12262] ppid=12243 vsize=9558476 CPUtime=0.56 cores=0,2,4,6
/proc/12246/task/12262/stat : 12262 (java) S 12243 12246 6358 0 -1 4202560 9349 0 0 0 54 2 0 0 20 0 18 0 27742645 9787879424 84485 33554432000 1073741824 1073778376 140734748507904 140722666699320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12263] ppid=12243 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12263/stat : 12263 (java) S 12243 12246 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27742645 9787879424 84485 33554432000 1073741824 1073778376 140734748507904 140722665647224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12264] ppid=12243 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12264/stat : 12264 (java) S 12243 12246 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27742645 9787879424 84485 33554432000 1073741824 1073778376 140734748507904 140722664594632 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 9558476

[startup+3.1008 s]
/proc/loadavg: 4.19 4.19 4.12 5/215 12264
/proc/meminfo: memFree=27914608/32872528 swapFree=681964/737152
[pid=12246] ppid=12243 vsize=9558476 CPUtime=5.2 cores=0,2,4,6
/proc/12246/stat : 12246 (java) S 12243 12246 6358 0 -1 4202496 21729 0 1 0 496 24 0 0 20 0 18 0 27742640 9787879424 115059 33554432000 1073741824 1073778376 140734748507904 140734748499040 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12246/statm: 2389619 115059 2271 9 0 2380296 0
[pid=12246/tid=12247] ppid=12243 vsize=9558476 CPUtime=2.84 cores=0,2,4,6
/proc/12246/task/12247/stat : 12247 (java) R 12243 12246 6358 0 -1 4202560 2569 0 1 0 279 5 0 0 20 0 18 0 27742641 9787879424 115059 33554432000 1073741824 1073778376 140734748507904 140722847951384 140722674836268 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12249] ppid=12243 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/12246/task/12249/stat : 12249 (java) S 12243 12246 6358 0 -1 4202560 133 0 0 0 6 2 0 0 20 0 18 0 27742641 9787879424 115059 33554432000 1073741824 1073778376 140734748507904 140722809444648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12246/tid=12250] ppid=12243 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/12246/task/12250/stat : 12250 (java) S 12243 12246 6358 0 -1 4202560 136 0 0 0 15 4 0 0 20 0 18 0 27742641 9787879424 115059 33554432000 1073741824 1073778376 140734748507904 140722808391848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12251] ppid=12243 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/12246/task/12251/stat : 12251 (java) S 12243 12246 6358 0 -1 4202560 41 0 0 0 5 0 0 0 20 0 18 0 27742641 9787879424 115059 33554432000 1073741824 1073778376 140734748507904 140722807339560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12246/tid=12252] ppid=12243 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/12246/task/12252/stat : 12252 (java) S 12243 12246 6358 0 -1 4202560 184 0 0 0 13 3 0 0 20 0 18 0 27742641 9787879424 115059 33554432000 1073741824 1073778376 140734748507904 140722806286760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12253] ppid=12243 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/12246/task/12253/stat : 12253 (java) S 12243 12246 6358 0 -1 4202560 42 0 0 0 4 1 0 0 20 0 18 0 27742641 9787879424 115059 33554432000 1073741824 1073778376 140734748507904 140722805234472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12254] ppid=12243 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/12246/task/12254/stat : 12254 (java) S 12243 12246 6358 0 -1 4202560 63 0 0 0 5 2 0 0 20 0 18 0 27742641 9787879424 115059 33554432000 1073741824 1073778376 140734748507904 140722804181672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12246/tid=12255] ppid=12243 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/12246/task/12255/stat : 12255 (java) S 12243 12246 6358 0 -1 4202560 138 0 0 0 6 2 0 0 20 0 18 0 27742641 9787879424 115059 33554432000 1073741824 1073778376 140734748507904 140722803129384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12256] ppid=12243 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/12246/task/12256/stat : 12256 (java) S 12243 12246 6358 0 -1 4202560 58 0 0 0 5 2 0 0 20 0 18 0 27742641 9787879424 115059 33554432000 1073741824 1073778376 140734748507904 140722802076584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12257] ppid=12243 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12257/stat : 12257 (java) S 12243 12246 6358 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 27742642 9787879424 115059 33554432000 1073741824 1073778376 140734748507904 140722671962344 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12258] ppid=12243 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12258/stat : 12258 (java) S 12243 12246 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 27742643 9787879424 115059 33554432000 1073741824 1073778376 140734748507904 140722670908408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12259] ppid=12243 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12259/stat : 12259 (java) S 12243 12246 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 27742643 9787879424 115059 33554432000 1073741824 1073778376 140734748507904 140722669856008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12246/tid=12260] ppid=12243 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12260/stat : 12260 (java) S 12243 12246 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27742645 9787879424 115059 33554432000 1073741824 1073778376 140734748507904 140722668804496 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12261] ppid=12243 vsize=9558476 CPUtime=0.64 cores=0,2,4,6
/proc/12246/task/12261/stat : 12261 (java) S 12243 12246 6358 0 -1 4202560 7497 0 0 0 63 1 0 0 20 0 18 0 27742645 9787879424 115059 33554432000 1073741824 1073778376 140734748507904 140722667752120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12262] ppid=12243 vsize=9558476 CPUtime=0.81 cores=0,2,4,6
/proc/12246/task/12262/stat : 12262 (java) R 12243 12246 6358 0 -1 4202560 9418 0 0 0 79 2 0 0 20 0 18 0 27742645 9787879424 115059 33554432000 1073741824 1073778376 140734748507904 140722666699320 140722851555762 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12263] ppid=12243 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12263/stat : 12263 (java) S 12243 12246 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27742645 9787879424 115059 33554432000 1073741824 1073778376 140734748507904 140722665647224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12264] ppid=12243 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12264/stat : 12264 (java) S 12243 12246 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27742645 9787879424 115059 33554432000 1073741824 1073778376 140734748507904 140722664594632 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 5.2
Current children cumulated vsize (KiB) 9558476

[startup+6.30096 s]
/proc/loadavg: 4.26 4.20 4.12 7/219 12268
/proc/meminfo: memFree=27842720/32872528 swapFree=681964/737152
[pid=12246] ppid=12243 vsize=9824732 CPUtime=12.21 cores=0,2,4,6
/proc/12246/stat : 12246 (java) S 12243 12246 6358 0 -1 4202496 22010 0 1 0 1196 25 0 0 20 0 22 0 27742640 10060525568 126551 33554432000 1073741824 1073778376 140734748507904 140734748499040 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12246/statm: 2456183 126551 2281 9 0 2446860 0
[pid=12246/tid=12247] ppid=12243 vsize=9824732 CPUtime=3.06 cores=0,2,4,6
/proc/12246/task/12247/stat : 12247 (java) S 12243 12246 6358 0 -1 4202560 2574 0 1 0 301 5 0 0 20 0 22 0 27742641 10060525568 126551 33554432000 1073741824 1073778376 140734748507904 140722847953784 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12249] ppid=12243 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/12246/task/12249/stat : 12249 (java) S 12243 12246 6358 0 -1 4202560 133 0 0 0 6 2 0 0 20 0 22 0 27742641 10060525568 126551 33554432000 1073741824 1073778376 140734748507904 140722809444648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12246/tid=12250] ppid=12243 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/12246/task/12250/stat : 12250 (java) S 12243 12246 6358 0 -1 4202560 136 0 0 0 15 4 0 0 20 0 22 0 27742641 10060525568 126551 33554432000 1073741824 1073778376 140734748507904 140722808391848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12251] ppid=12243 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/12246/task/12251/stat : 12251 (java) S 12243 12246 6358 0 -1 4202560 41 0 0 0 5 0 0 0 20 0 22 0 27742641 10060525568 126551 33554432000 1073741824 1073778376 140734748507904 140722807339560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12246/tid=12252] ppid=12243 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/12246/task/12252/stat : 12252 (java) S 12243 12246 6358 0 -1 4202560 184 0 0 0 13 3 0 0 20 0 22 0 27742641 10060525568 126551 33554432000 1073741824 1073778376 140734748507904 140722806286760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12253] ppid=12243 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/12246/task/12253/stat : 12253 (java) S 12243 12246 6358 0 -1 4202560 42 0 0 0 4 1 0 0 20 0 22 0 27742641 10060525568 126551 33554432000 1073741824 1073778376 140734748507904 140722805234472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12254] ppid=12243 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/12246/task/12254/stat : 12254 (java) S 12243 12246 6358 0 -1 4202560 63 0 0 0 5 2 0 0 20 0 22 0 27742641 10060525568 126551 33554432000 1073741824 1073778376 140734748507904 140722804181672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12246/tid=12255] ppid=12243 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/12246/task/12255/stat : 12255 (java) S 12243 12246 6358 0 -1 4202560 138 0 0 0 6 2 0 0 20 0 22 0 27742641 10060525568 126551 33554432000 1073741824 1073778376 140734748507904 140722803129384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12256] ppid=12243 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/12246/task/12256/stat : 12256 (java) S 12243 12246 6358 0 -1 4202560 58 0 0 0 5 2 0 0 20 0 22 0 27742641 10060525568 126551 33554432000 1073741824 1073778376 140734748507904 140722802076584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12257] ppid=12243 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12257/stat : 12257 (java) S 12243 12246 6358 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 27742642 10060525568 126551 33554432000 1073741824 1073778376 140734748507904 140722671962344 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12258] ppid=12243 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12258/stat : 12258 (java) S 12243 12246 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27742643 10060525568 126551 33554432000 1073741824 1073778376 140734748507904 140722670908408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12259] ppid=12243 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12259/stat : 12259 (java) S 12243 12246 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27742643 10060525568 126551 33554432000 1073741824 1073778376 140734748507904 140722669856008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12246/tid=12260] ppid=12243 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12260/stat : 12260 (java) S 12243 12246 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27742645 10060525568 126551 33554432000 1073741824 1073778376 140734748507904 140722668804496 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12261] ppid=12243 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/12246/task/12261/stat : 12261 (java) S 12243 12246 6358 0 -1 4202560 7498 0 0 0 104 1 0 0 20 0 22 0 27742645 10060525568 126551 33554432000 1073741824 1073778376 140734748507904 140722667752120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12262] ppid=12243 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/12246/task/12262/stat : 12262 (java) S 12243 12246 6358 0 -1 4202560 9426 0 0 0 125 2 0 0 20 0 22 0 27742645 10060525568 126551 33554432000 1073741824 1073778376 140734748507904 140722666699320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12263] ppid=12243 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12263/stat : 12263 (java) S 12243 12246 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27742645 10060525568 126551 33554432000 1073741824 1073778376 140734748507904 140722665647224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12264] ppid=12243 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

/proc/12246/task/12251/stat : 12251 (java) S 12243 12246 6358 0 -1 4202560 89 0 0 0 17 3 0 0 20 0 22 0 27742641 10060525568 719260 33554432000 1073741824 1073778376 140734748507904 140722807339560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12252] ppid=12243 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/12246/task/12252/stat : 12252 (java) S 12243 12246 6358 0 -1 4202560 224 0 0 0 30 6 0 0 20 0 22 0 27742641 10060525568 719260 33554432000 1073741824 1073778376 140734748507904 140722806286760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12246/tid=12253] ppid=12243 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/12246/task/12253/stat : 12253 (java) S 12243 12246 6358 0 -1 4202560 104 0 0 0 19 5 0 0 20 0 22 0 27742641 10060525568 719260 33554432000 1073741824 1073778376 140734748507904 140722805234472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12246/tid=12254] ppid=12243 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/12246/task/12254/stat : 12254 (java) S 12243 12246 6358 0 -1 4202560 136 0 0 0 29 5 0 0 20 0 22 0 27742641 10060525568 719260 33554432000 1073741824 1073778376 140734748507904 140722804181672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12246/tid=12255] ppid=12243 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/12246/task/12255/stat : 12255 (java) S 12243 12246 6358 0 -1 4202560 200 0 0 0 21 5 0 0 20 0 22 0 27742641 10060525568 719260 33554432000 1073741824 1073778376 140734748507904 140722803129384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12256] ppid=12243 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/12246/task/12256/stat : 12256 (java) S 12243 12246 6358 0 -1 4202560 101 0 0 0 22 4 0 0 20 0 22 0 27742641 10060525568 719260 33554432000 1073741824 1073778376 140734748507904 140722802076584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12257] ppid=12243 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/12246/task/12257/stat : 12257 (java) S 12243 12246 6358 0 -1 4202560 1281 0 0 0 0 2 0 0 20 0 22 0 27742642 10060525568 719260 33554432000 1073741824 1073778376 140734748507904 140722671962344 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12258] ppid=12243 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12258/stat : 12258 (java) S 12243 12246 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27742643 10060525568 719260 33554432000 1073741824 1073778376 140734748507904 140722670908408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12259] ppid=12243 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12259/stat : 12259 (java) S 12243 12246 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27742643 10060525568 719260 33554432000 1073741824 1073778376 140734748507904 140722669856008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12246/tid=12260] ppid=12243 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12260/stat : 12260 (java) S 12243 12246 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27742645 10060525568 719260 33554432000 1073741824 1073778376 140734748507904 140722668804496 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12261] ppid=12243 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/12246/task/12261/stat : 12261 (java) S 12243 12246 6358 0 -1 4202560 7508 0 0 0 123 1 0 0 20 0 22 0 27742645 10060525568 719260 33554432000 1073741824 1073778376 140734748507904 140722667752120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12262] ppid=12243 vsize=9824732 CPUtime=1.58 cores=0,2,4,6
/proc/12246/task/12262/stat : 12262 (java) S 12243 12246 6358 0 -1 4202560 9459 0 0 0 156 2 0 0 20 0 22 0 27742645 10060525568 719260 33554432000 1073741824 1073778376 140734748507904 140722666699320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12263] ppid=12243 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12263/stat : 12263 (java) S 12243 12246 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27742645 10060525568 719260 33554432000 1073741824 1073778376 140734748507904 140722665647224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12264] ppid=12243 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/12246/task/12264/stat : 12264 (java) S 12243 12246 6358 0 -1 4202560 51 0 0 0 14 15 0 0 20 0 22 0 27742645 10060525568 719260 33554432000 1073741824 1073778376 140734748507904 140722664594632 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12265] ppid=12243 vsize=9824732 CPUtime=876.16 cores=0,2,4,6
/proc/12246/task/12265/stat : 12265 (java) R 12243 12246 6358 0 -1 4202560 1343 0 0 0 87577 39 0 0 20 0 22 0 27742972 10060525568 719260 33554432000 1073741824 1073778376 140734748507904 140722663537760 140722675279706 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12266] ppid=12243 vsize=9824732 CPUtime=876.04 cores=0,2,4,6
/proc/12246/task/12266/stat : 12266 (java) R 12243 12246 6358 0 -1 4202560 397 0 0 0 87585 19 0 0 20 0 22 0 27742972 10060525568 719260 33554432000 1073741824 1073778376 140734748507904 140722662483760 140722675012434 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12267] ppid=12243 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12267/stat : 12267 (java) S 12243 12246 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27742978 10060525568 719260 33554432000 1073741824 1073778376 140734748507904 140722661434536 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12268] ppid=12243 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12268/stat : 12268 (java) S 12243 12246 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27742979 10060525568 719260 33554432000 1073741824 1073778376 140734748507904 140722660381736 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1765.17
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.701 s]
/proc/loadavg: 4.18 4.18 4.13 5/220 12360
/proc/meminfo: memFree=27097640/32872528 swapFree=681964/737152
[pid=12246] ppid=12243 vsize=9824732 CPUtime=1800.01 cores=0,2,4,6
/proc/12246/stat : 12246 (java) S 12243 12246 6358 0 -1 4202496 25548 0 1 0 179903 98 0 0 20 0 22 0 27742640 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140734748499040 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12246/statm: 2456183 723483 2282 9 0 2446860 0
[pid=12246/tid=12247] ppid=12243 vsize=9824732 CPUtime=3.11 cores=0,2,4,6
/proc/12246/task/12247/stat : 12247 (java) S 12243 12246 6358 0 -1 4202560 2577 0 1 0 304 7 0 0 20 0 22 0 27742641 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722847953784 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12249] ppid=12243 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/12246/task/12249/stat : 12249 (java) S 12243 12246 6358 0 -1 4202560 327 0 0 0 23 5 0 0 20 0 22 0 27742641 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722809444648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12246/tid=12250] ppid=12243 vsize=9824732 CPUtime=0.42 cores=0,2,4,6
/proc/12246/task/12250/stat : 12250 (java) S 12243 12246 6358 0 -1 4202560 335 0 0 0 35 7 0 0 20 0 22 0 27742641 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722808391848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12251] ppid=12243 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/12246/task/12251/stat : 12251 (java) S 12243 12246 6358 0 -1 4202560 92 0 0 0 19 3 0 0 20 0 22 0 27742641 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722807339560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12252] ppid=12243 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/12246/task/12252/stat : 12252 (java) S 12243 12246 6358 0 -1 4202560 226 0 0 0 31 6 0 0 20 0 22 0 27742641 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722806286760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12253] ppid=12243 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/12246/task/12253/stat : 12253 (java) S 12243 12246 6358 0 -1 4202560 104 0 0 0 19 5 0 0 20 0 22 0 27742641 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722805234472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12246/tid=12254] ppid=12243 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/12246/task/12254/stat : 12254 (java) S 12243 12246 6358 0 -1 4202560 136 0 0 0 29 5 0 0 20 0 22 0 27742641 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722804181672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12246/tid=12255] ppid=12243 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/12246/task/12255/stat : 12255 (java) S 12243 12246 6358 0 -1 4202560 331 0 0 0 24 5 0 0 20 0 22 0 27742641 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722803129384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12246/tid=12256] ppid=12243 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/12246/task/12256/stat : 12256 (java) S 12243 12246 6358 0 -1 4202560 106 0 0 0 25 4 0 0 20 0 22 0 27742641 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722802076584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12257] ppid=12243 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/12246/task/12257/stat : 12257 (java) S 12243 12246 6358 0 -1 4202560 1283 0 0 0 0 2 0 0 20 0 22 0 27742642 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722671962344 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12258] ppid=12243 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12258/stat : 12258 (java) S 12243 12246 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27742643 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722670908408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12259] ppid=12243 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12259/stat : 12259 (java) S 12243 12246 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27742643 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722669856008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12246/tid=12260] ppid=12243 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12260/stat : 12260 (java) S 12243 12246 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27742645 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722668804496 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12261] ppid=12243 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/12246/task/12261/stat : 12261 (java) S 12243 12246 6358 0 -1 4202560 7509 0 0 0 124 1 0 0 20 0 22 0 27742645 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722667752120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12262] ppid=12243 vsize=9824732 CPUtime=1.58 cores=0,2,4,6
/proc/12246/task/12262/stat : 12262 (java) S 12243 12246 6358 0 -1 4202560 9459 0 0 0 156 2 0 0 20 0 22 0 27742645 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722666699320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12263] ppid=12243 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12263/stat : 12263 (java) S 12243 12246 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27742645 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722665647224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12264] ppid=12243 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/12246/task/12264/stat : 12264 (java) S 12243 12246 6358 0 -1 4202560 53 0 0 0 14 16 0 0 20 0 22 0 27742645 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722664594632 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12265] ppid=12243 vsize=9824732 CPUtime=893.48 cores=0,2,4,6
/proc/12246/task/12265/stat : 12265 (java) R 12243 12246 6358 0 -1 4202560 1347 0 0 0 89309 39 0 0 20 0 22 0 27742972 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722663537712 140722675279734 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12266] ppid=12243 vsize=9824732 CPUtime=893.36 cores=0,2,4,6
/proc/12246/task/12266/stat : 12266 (java) R 12243 12246 6358 0 -1 4202560 397 0 0 0 89317 19 0 0 20 0 22 0 27742972 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722662486008 140722675012434 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12267] ppid=12243 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12267/stat : 12267 (java) S 12243 12246 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27742978 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722661434536 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12268] ppid=12243 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12268/stat : 12268 (java) S 12243 12246 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27742979 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722660381736 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 12246 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+899.701 s]
/proc/loadavg: 4.18 4.18 4.13 5/220 12360
/proc/meminfo: memFree=27097640/32872528 swapFree=681964/737152
[pid=12246] ppid=12243 vsize=9824732 CPUtime=1800.01 cores=0,2,4,6
/proc/12246/stat : 12246 (java) S 12243 12246 6358 0 -1 4202496 25548 0 1 0 179903 98 0 0 20 0 22 0 27742640 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140734748499040 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12246/statm: 2456183 723483 2282 9 0 2446860 0
[pid=12246/tid=12247] ppid=12243 vsize=9824732 CPUtime=3.11 cores=0,2,4,6
/proc/12246/task/12247/stat : 12247 (java) S 12243 12246 6358 0 -1 4202560 2577 0 1 0 304 7 0 0 20 0 22 0 27742641 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722847953784 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12249] ppid=12243 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/12246/task/12249/stat : 12249 (java) S 12243 12246 6358 0 -1 4202560 327 0 0 0 23 5 0 0 20 0 22 0 27742641 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722809444648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12246/tid=12250] ppid=12243 vsize=9824732 CPUtime=0.42 cores=0,2,4,6
/proc/12246/task/12250/stat : 12250 (java) S 12243 12246 6358 0 -1 4202560 335 0 0 0 35 7 0 0 20 0 22 0 27742641 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722808391848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12251] ppid=12243 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/12246/task/12251/stat : 12251 (java) S 12243 12246 6358 0 -1 4202560 92 0 0 0 19 3 0 0 20 0 22 0 27742641 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722807339560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12252] ppid=12243 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/12246/task/12252/stat : 12252 (java) S 12243 12246 6358 0 -1 4202560 226 0 0 0 31 6 0 0 20 0 22 0 27742641 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722806286760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12253] ppid=12243 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/12246/task/12253/stat : 12253 (java) S 12243 12246 6358 0 -1 4202560 104 0 0 0 19 5 0 0 20 0 22 0 27742641 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722805234472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12246/tid=12254] ppid=12243 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/12246/task/12254/stat : 12254 (java) S 12243 12246 6358 0 -1 4202560 136 0 0 0 29 5 0 0 20 0 22 0 27742641 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722804181672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12246/tid=12255] ppid=12243 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/12246/task/12255/stat : 12255 (java) S 12243 12246 6358 0 -1 4202560 331 0 0 0 24 5 0 0 20 0 22 0 27742641 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722803129384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12246/tid=12256] ppid=12243 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/12246/task/12256/stat : 12256 (java) S 12243 12246 6358 0 -1 4202560 106 0 0 0 25 4 0 0 20 0 22 0 27742641 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722802076584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12257] ppid=12243 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/12246/task/12257/stat : 12257 (java) S 12243 12246 6358 0 -1 4202560 1283 0 0 0 0 2 0 0 20 0 22 0 27742642 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722671962344 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12258] ppid=12243 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12258/stat : 12258 (java) S 12243 12246 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27742643 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722670908408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12259] ppid=12243 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12259/stat : 12259 (java) S 12243 12246 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27742643 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722669856008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12246/tid=12260] ppid=12243 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12260/stat : 12260 (java) S 12243 12246 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27742645 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722668804496 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12261] ppid=12243 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/12246/task/12261/stat : 12261 (java) S 12243 12246 6358 0 -1 4202560 7509 0 0 0 124 1 0 0 20 0 22 0 27742645 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722667752120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12262] ppid=12243 vsize=9824732 CPUtime=1.58 cores=0,2,4,6
/proc/12246/task/12262/stat : 12262 (java) S 12243 12246 6358 0 -1 4202560 9459 0 0 0 156 2 0 0 20 0 22 0 27742645 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722666699320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12263] ppid=12243 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12263/stat : 12263 (java) S 12243 12246 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27742645 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722665647224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12264] ppid=12243 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/12246/task/12264/stat : 12264 (java) S 12243 12246 6358 0 -1 4202560 53 0 0 0 14 16 0 0 20 0 22 0 27742645 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722664594632 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12265] ppid=12243 vsize=9824732 CPUtime=893.48 cores=0,2,4,6
/proc/12246/task/12265/stat : 12265 (java) R 12243 12246 6358 0 -1 4202560 1347 0 0 0 89309 39 0 0 20 0 22 0 27742972 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722663537712 140722675279734 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12266] ppid=12243 vsize=9824732 CPUtime=893.36 cores=0,2,4,6
/proc/12246/task/12266/stat : 12266 (java) R 12243 12246 6358 0 -1 4202560 397 0 0 0 89317 19 0 0 20 0 22 0 27742972 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722662486008 140722675012434 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12267] ppid=12243 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12267/stat : 12267 (java) S 12243 12246 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27742978 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722661434536 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12268] ppid=12243 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12268/stat : 12268 (java) S 12243 12246 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27742979 10060525568 723483 33554432000 1073741824 1073778376 140734748507904 140722660381736 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12246 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=448202
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=420784
# CPU time returned by wait4() is 1795.87
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 899.722
CPU time (s): 1800.01
CPU user time (s): 1799.03
CPU system time (s): 0.98
CPU usage (%): 200.063
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.45
system time used= 1.42078
maximum resident set size= 2894048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25580
page faults= 1
swaps= 0
block input operations= 0
block output operations= 696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21551
involuntary context switches= 17607

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.42348 second user time and 4.34334 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-18 15:35:34
IDJOB=4105714
IDBENCH=2988
IDSOLVER=2543
FILE ID=node112/4105714-1466256934
RUNJOBID= node112-1466241279-6374
PBS_JOBID= 19918204
Free space on /tmp= 71692 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=420-sizeP=211-sizeQ=420-802270006-max.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105714-1466256934/watcher-4105714-1466256934 -o /tmp/evaluation-result-4105714-1466256934/solver-4105714-1466256934 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466241279-6374 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4105714-1466256934.opb

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

MD5SUM BENCH= 9af4cec1a3de729e6d2b359a17678fc7
RANDOM SEED=225649191

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.734
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28310996 kB
Buffers:           48840 kB
Cached:           136900 kB
SwapCached:         2028 kB
Active:          2960032 kB
Inactive:         108744 kB
Active(anon):    2883112 kB
Inactive(anon):     2096 kB
Active(file):      76920 kB
Inactive(file):   106648 kB
Unevictable:      737152 kB
Mlocked:          681964 kB
SwapTotal:      67108856 kB
SwapFree:       67096744 kB
Dirty:             16660 kB
Writeback:             0 kB
AnonPages:       3587932 kB
Mapped:            15360 kB
Shmem:                 0 kB
Slab:             602412 kB
SReclaimable:      45416 kB
SUnreclaim:       556996 kB
KernelStack:        1680 kB
PageTables:        11444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3952128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2838528 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= 71696 MiB
End job on node112 at 2016-06-18 15:50:34