Trace number 4105738

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

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=200-sizeP=101-sizeQ=200-864124249-max.opb
MD5SUM2a5c3ceba4b0797f84fa61492c45250f
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 variables20501
Total number of constraints60601
Number of constraints which are clauses60600
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 constraint20200
Number of terms in the objective function 101
Biggest coefficient in the objective function 1267650600228229401496703205376
Number of bits for the biggest coefficient in the objective function 101
Sum of the numbers in the objective function 2535301200456458802993406410751
Number of bits of the sum of numbers in the objective function 101
Biggest number in a constraint 1018517988167243043134222844204689080525734196832968125318070224677190649881668353091698688
Number of bits of the biggest number in a constraint 300
Biggest sum of numbers in a constraint 4074071952668972172536891376817392001670258842191834970240582444901079515982716395989206874
Number of bits of the biggest sum of numbers301
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-4105738-1466257325.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
1.91/1.00	c ... done. Wall clock time 0.885s.
1.91/1.00	c declared #vars     20501
2.11/1.00	c #constraints  60602
2.11/1.00	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.11/1.00	c constraints type 
2.11/1.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20200
2.11/1.00	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 40400
2.11/1.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
2.11/1.00	c 60602 constraints processed.
2.11/1.00	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.11/1.00	c constraints type 
2.11/1.00	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 40400
2.11/1.00	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 20200
2.11/1.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
2.11/1.00	c 60602 constraints processed.
2.11/1.00	c objective function length is 101 literals
383.43/190.60	c cleaning 2497 clauses out of 5000 with flag 15198/5000
616.23/306.73	c cleaning 4250 clauses out of 8503 with flag 32551/11000
914.25/455.74	c cleaning 5624 clauses out of 11256 with flag 53688/18003
1232.12/614.46	c cleaning 6804 clauses out of 13629 with flag 78544/26000
1598.09/797.17	c cleaning 7901 clauses out of 15826 with flag 105671/35001
1800.11/898.00	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/898.00	c starts		: 8
1800.11/898.00	c conflicts		: 40128
1800.11/898.00	c decisions		: 50156
1800.11/898.00	c propagations		: 4381284
1800.11/898.00	c inspects		: 72826532
1800.11/898.00	c shortcuts		: 0
1800.11/898.00	c learnt literals	: 0
1800.11/898.00	c learnt binary clauses	: 0
1800.11/898.00	c learnt ternary clauses	: 2
1800.11/898.00	c learnt constraints	: 40128
1800.11/898.00	c ignored constraints	: 0
1800.11/898.00	c root simplifications	: 0
1800.11/898.00	c removed literals (reason simplification)	: 119803631
1800.11/898.00	c reason swapping (by a shorter reason)	: 0
1800.11/898.00	c Calls to reduceDB	: 5
1800.11/898.00	c Number of update (reduction) of LBD	: 7378
1800.11/898.00	c Imported unit clauses	: 0
1800.11/898.00	c number of reductions to clauses (during analyze)	: 0
1800.11/898.00	c number of learned constraints concerned by reduction	: 0
1800.11/898.00	c number of learning phase by resolution	: 0
1800.11/898.00	c number of learning phase by cutting planes	: 0
1800.11/898.00	c speed (assignments/second)	: 4884.677432841479
1800.11/898.00	c non guided choices	204
1800.11/898.01	c learnt constraints type 
1800.11/898.01	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13052
1800.11/898.01	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/898.01	c starts		: 1
1800.11/898.01	c conflicts		: 25
1800.11/898.01	c decisions		: 2839
1800.11/898.01	c propagations		: 98599
1800.11/898.01	c inspects		: 765036
1800.11/898.01	c shortcuts		: 0
1800.11/898.01	c learnt literals	: 0
1800.11/898.01	c learnt binary clauses	: 0
1800.11/898.01	c learnt ternary clauses	: 0
1800.11/898.01	c learnt constraints	: 24
1800.11/898.01	c ignored constraints	: 0
1800.11/898.01	c root simplifications	: 0
1800.11/898.01	c removed literals (reason simplification)	: 0
1800.11/898.01	c reason swapping (by a shorter reason)	: 0
1800.11/898.01	c Calls to reduceDB	: 0
1800.11/898.01	c Number of update (reduction) of LBD	: 0
1800.11/898.01	c Imported unit clauses	: 0
1800.11/898.01	c number of reductions to clauses (during analyze)	: 0
1800.11/898.01	c number of learned constraints concerned by reduction	: 0
1800.11/898.01	c number of learning phase by resolution	: 0
1800.11/898.01	c number of learning phase by cutting planes	: 0
1800.11/898.01	c speed (assignments/second)	: 109.923788373379
1800.11/898.01	c non guided choices	2
1800.11/898.01	c learnt constraints type 
1800.11/898.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 24
1800.11/898.01	s UNKNOWN
1800.11/898.01	c Total wall clock time (in seconds): 897.899

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-4105738-1466257325/watcher-4105738-1466257325 -o /tmp/evaluation-result-4105738-1466257325/solver-4105738-1466257325 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466240588-22108 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4105738-1466257325.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.06 4.23 4.22 5/197 26924
/proc/meminfo: memFree=27513256/32872528 swapFree=1459628/1655852
[pid=26924] ppid=26921 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/26924/stat : 26924 (java) S 26921 26924 22091 0 -1 4202496 1238 0 0 0 0 0 0 0 20 0 2 0 27778038 91889664 881 33554432000 1073741824 1073778376 140735981857376 140735981848512 239876472893 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26924/statm: 22434 883 668 9 0 16769 0
[pid=26924/tid=26925] ppid=26921 vsize=89800 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26925/stat : 26925 (java) R 26921 26924 22091 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 2 0 27778039 91955200 897 33554432000 1073741824 1073778376 140735981857376 140735981846440 239863953418 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100164 s]
/proc/loadavg: 4.06 4.23 4.22 5/197 26924
/proc/meminfo: memFree=27513256/32872528 swapFree=1459628/1655852
[pid=26924] ppid=26921 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/26924/stat : 26924 (java) S 26921 26924 22091 0 -1 4202496 4490 0 1 0 9 1 0 0 20 0 18 0 27778038 9787879424 5605 33554432000 1073741824 1073778376 140735981857376 140735981848512 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26924/statm: 2389619 5605 2141 9 0 2380296 0
[pid=26924/tid=26925] ppid=26921 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/26924/task/26925/stat : 26925 (java) R 26921 26924 22091 0 -1 4202560 2438 0 1 0 6 1 0 0 20 0 18 0 27778039 9787879424 5605 33554432000 1073741824 1073778376 140735981857376 140051901111200 239876498701 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20028 s]
/proc/loadavg: 4.06 4.23 4.22 5/197 26924
/proc/meminfo: memFree=27513256/32872528 swapFree=1459628/1655852
[pid=26924] ppid=26921 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/26924/stat : 26924 (java) S 26921 26924 22091 0 -1 4202496 4746 0 1 0 24 2 0 0 20 0 18 0 27778038 9787879424 6319 33554432000 1073741824 1073778376 140735981857376 140735981848512 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26924/statm: 2389619 6319 2214 9 0 2380296 0
[pid=26924/tid=26925] ppid=26921 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/26924/task/26925/stat : 26925 (java) R 26921 26924 22091 0 -1 4202560 2453 0 1 0 16 1 0 0 20 0 18 0 27778039 9787879424 6319 33554432000 1073741824 1073778376 140735981857376 140051901111200 140051840900947 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300361 s]
/proc/loadavg: 4.06 4.23 4.22 5/197 26924
/proc/meminfo: memFree=27513256/32872528 swapFree=1459628/1655852
[pid=26924] ppid=26921 vsize=9558684 CPUtime=0.5 cores=1,3,5,7
/proc/26924/stat : 26924 (java) S 26921 26924 22091 0 -1 4202496 5767 0 1 0 48 2 0 0 20 0 18 0 27778038 9788092416 8653 33554432000 1073741824 1073778376 140735981857376 140735981848512 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26924/statm: 2389619 8601 2234 9 0 2380296 0
[pid=26924/tid=26925] ppid=26921 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/26924/task/26925/stat : 26925 (java) R 26921 26924 22091 0 -1 4202560 2457 0 1 0 26 1 0 0 20 0 18 0 27778039 9787879424 8601 33554432000 1073741824 1073778376 140735981857376 140051901111200 140051840916000 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558684

[startup+0.700308 s]
/proc/loadavg: 4.06 4.23 4.22 5/197 26924
/proc/meminfo: memFree=27513256/32872528 swapFree=1459628/1655852
[pid=26924] ppid=26921 vsize=9558476 CPUtime=1.58 cores=1,3,5,7
/proc/26924/stat : 26924 (java) S 26921 26924 22091 0 -1 4202496 15718 0 1 0 153 5 0 0 20 0 18 0 27778038 9787879424 43512 33554432000 1073741824 1073778376 140735981857376 140735981848512 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26924/statm: 2389619 43512 2249 9 0 2380296 0
[pid=26924/tid=26925] ppid=26921 vsize=9558476 CPUtime=0.67 cores=1,3,5,7
/proc/26924/task/26925/stat : 26925 (java) R 26921 26924 22091 0 -1 4202560 2513 0 1 0 64 3 0 0 20 0 18 0 27778039 9787879424 43512 33554432000 1073741824 1073778376 140735981857376 140051901112456 140051841252761 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 9558476

[startup+1.50089 s]
/proc/loadavg: 3.98 4.21 4.22 8/219 26946
/proc/meminfo: memFree=27326572/32872528 swapFree=1459628/1655852
[pid=26924] ppid=26921 vsize=9824732 CPUtime=3.82 cores=1,3,5,7
/proc/26924/stat : 26924 (java) S 26921 26924 22091 0 -1 4202496 16031 0 1 0 375 7 0 0 20 0 22 0 27778038 10060525568 48915 33554432000 1073741824 1073778376 140735981857376 140735981848512 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26924/statm: 2456183 48915 2282 9 0 2446860 0
[pid=26924/tid=26925] ppid=26921 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/26924/task/26925/stat : 26925 (java) S 26921 26924 22091 0 -1 4202560 2536 0 1 0 91 4 0 0 20 0 22 0 27778039 10060525568 48915 33554432000 1073741824 1073778376 140735981857376 140051901113208 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26924/tid=26927] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26927/stat : 26927 (java) S 26921 26924 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27778040 10060525568 48915 33554432000 1073741824 1073778376 140735981857376 140051839842856 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26924/tid=26928] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26928/stat : 26928 (java) S 26921 26924 22091 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 27778040 10060525568 48915 33554432000 1073741824 1073778376 140735981857376 140051838790056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26924/tid=26929] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26929/stat : 26929 (java) S 26921 26924 22091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 27778040 10060525568 48915 33554432000 1073741824 1073778376 140735981857376 140051742406952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26924/tid=26930] ppid=26921 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/26924/task/26930/stat : 26930 (java) S 26921 26924 22091 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 27778040 10060525568 48915 33554432000 1073741824 1073778376 140735981857376 140051741354152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26924/tid=26931] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26931/stat : 26931 (java) S 26921 26924 22091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27778040 10060525568 48915 33554432000 1073741824 1073778376 140735981857376 140051740302376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26924/tid=26932] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26932/stat : 26932 (java) S 26921 26924 22091 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 27778040 10060525568 48915 33554432000 1073741824 1073778376 140735981857376 140051739249576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26924/tid=26933] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26933/stat : 26933 (java) S 26921 26924 22091 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 27778040 10060525568 48915 33554432000 1073741824 1073778376 140735981857376 140051738196776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26924/tid=26934] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26934/stat : 26934 (java) S 26921 26924 22091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 27778040 10060525568 48915 33554432000 1073741824 1073778376 140735981857376 140051737143976 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26924/tid=26935] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26935/stat : 26935 (java) S 26921 26924 22091 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 27778041 10060525568 48915 33554432000 1073741824 1073778376 140735981857376 140051724945896 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26924/tid=26936] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26936/stat : 26936 (java) S 26921 26924 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27778041 10060525568 48915 33554432000 1073741824 1073778376 140735981857376 140051723891960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26924/tid=26937] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26937/stat : 26937 (java) S 26921 26924 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27778041 10060525568 48915 33554432000 1073741824 1073778376 140735981857376 140051722839048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26924/tid=26938] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26938/stat : 26938 (java) S 26921 26924 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27778043 10060525568 48915 33554432000 1073741824 1073778376 140735981857376 140051721787536 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26924/tid=26939] ppid=26921 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/26924/task/26939/stat : 26939 (java) R 26921 26924 22091 0 -1 4202560 6317 0 0 0 91 0 0 0 20 0 22 0 27778043 10060525568 48915 33554432000 1073741824 1073778376 140735981857376 140051720735672 140051906955946 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26924/tid=26940] ppid=26921 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/26924/task/26940/stat : 26940 (java) R 26921 26924 22091 0 -1 4202560 5750 0 0 0 83 2 0 0 20 0 22 0 27778043 10060525568 48915 33554432000 1073741824 1073778376 140735981857376 140051719682752 140051903985616 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=26924/tid=26941] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26941/stat : 26941 (java) S 26921 26924 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27778044 10060525568 48915 33554432000 1073741824 1073778376 140735981857376 140051718630264 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26924/tid=26942] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26942/stat : 26942 (java) S 26921 26924 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27778044 10060525568 48915 33554432000 1073741824 1073778376 140735981857376 140051717577672 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26924/tid=26943] ppid=26921 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/26924/task/26943/stat : 26943 (java) R 26921 26924 22091 0 -1 4202560 21 0 0 0 46 0 0 0 20 0 22 0 27778139 10060525568 48915 33554432000 1073741824 1073778376 140735981857376 140051716521416 140051841841436 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26924/tid=26944] ppid=26921 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/26924/task/26944/stat : 26944 (java) R 26921 26924 22091 0 -1 4202560 22 0 0 0 46 0 0 0 20 0 22 0 27778139 10060525568 48915 33554432000 1073741824 1073778376 140735981857376 140051715469120 140051840925345 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26924/tid=26945] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26945/stat : 26945 (java) S 26921 26924 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27778142 10060525568 48915 33554432000 1073741824 1073778376 140735981857376 140051714417576 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26924/tid=26946] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26946/stat : 26946 (java) S 26921 26924 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27778145 10060525568 48915 33554432000 1073741824 1073778376 140735981857376 140051713364776 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 9824732

[startup+3.10088 s]
/proc/loadavg: 3.98 4.21 4.22 6/219 26946
/proc/meminfo: memFree=27291540/32872528 swapFree=1459628/1655852
[pid=26924] ppid=26921 vsize=9824732 CPUtime=7.53 cores=1,3,5,7
/proc/26924/stat : 26924 (java) S 26921 26924 22091 0 -1 4202496 16494 0 1 0 743 10 0 0 20 0 22 0 27778038 10060525568 60572 33554432000 1073741824 1073778376 140735981857376 140735981848512 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26924/statm: 2456183 60572 2282 9 0 2446860 0
[pid=26924/tid=26925] ppid=26921 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/26924/task/26925/stat : 26925 (java) S 26921 26924 22091 0 -1 4202560 2536 0 1 0 91 4 0 0 20 0 22 0 27778039 10060525568 60572 33554432000 1073741824 1073778376 140735981857376 140051901113208 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26924/tid=26927] ppid=26921 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/26924/task/26927/stat : 26927 (java) S 26921 26924 22091 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 27778040 10060525568 60572 33554432000 1073741824 1073778376 140735981857376 140051839842856 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26924/tid=26928] ppid=26921 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/26924/task/26928/stat : 26928 (java) S 26921 26924 22091 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 27778040 10060525568 60572 33554432000 1073741824 1073778376 140735981857376 140051838790056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26924/tid=26929] ppid=26921 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/26924/task/26929/stat : 26929 (java) S 26921 26924 22091 0 -1 4202560 78 0 0 0 1 0 0 0 20 0 22 0 27778040 10060525568 60572 33554432000 1073741824 1073778376 140735981857376 140051742406952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26924/tid=26930] ppid=26921 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/26924/task/26930/stat : 26930 (java) S 26921 26924 22091 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 27778040 10060525568 60572 33554432000 1073741824 1073778376 140735981857376 140051741354152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26924/tid=26931] ppid=26921 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/26924/task/26931/stat : 26931 (java) S 26921 26924 22091 0 -1 4202560 102 0 0 0 1 0 0 0 20 0 22 0 27778040 10060525568 60572 33554432000 1073741824 1073778376 140735981857376 140051740302376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26924/tid=26932] ppid=26921 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/26924/task/26932/stat : 26932 (java) S 26921 26924 22091 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 27778040 10060525568 60572 33554432000 1073741824 1073778376 140735981857376 140051739249576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26924/tid=26933] ppid=26921 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/26924/task/26933/stat : 26933 (java) S 26921 26924 22091 0 -1 4202560 97 0 0 0 4 0 0 0 20 0 22 0 27778040 10060525568 60572 33554432000 1073741824 1073778376 140735981857376 140051738196776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26924/tid=26934] ppid=26921 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/26924/task/26934/stat : 26934 (java) S 26921 26924 22091 0 -1 4202560 118 0 0 0 4 0 0 0 20 0 22 0 27778040 10060525568 60572 33554432000 1073741824 1073778376 140735981857376 140051737143976 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26924/tid=26935] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26935/stat : 26935 (java) S 26921 26924 22091 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 27778041 10060525568 60572 33554432000 1073741824 1073778376 140735981857376 140051724945896 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26924/tid=26936] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26936/stat : 26936 (java) S 26921 26924 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27778041 10060525568 60572 33554432000 1073741824 1073778376 140735981857376 140051723891960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26924/tid=26937] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26937/stat : 26937 (java) S 26921 26924 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27778041 10060525568 60572 33554432000 1073741824 1073778376 140735981857376 140051722839048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26924/tid=26938] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26938/stat : 26938 (java) S 26921 26924 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27778043 10060525568 60572 33554432000 1073741824 1073778376 140735981857376 140051721787536 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26924/tid=26939] ppid=26921 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/26924/task/26939/stat : 26939 (java) S 26921 26924 22091 0 -1 4202560 6342 0 0 0 114 0 0 0 20 0 22 0 27778043 10060525568 60572 33554432000 1073741824 1073778376 140735981857376 140051720735672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26924/tid=26940] ppid=26921 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/26924/task/26940/stat : 26940 (java) S 26921 26924 22091 0 -1 4202560 5775 0 0 0 103 2 0 0 20 0 22 0 27778043 10060525568 60572 33554432000 1073741824 1073778376 140735981857376 140051719682872 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26924/tid=26941] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26941/stat : 26941 (java) S 26921 26924 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27778044 10060525568 60572 33554432000 1073741824 1073778376 140735981857376 140051718630264 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26924/tid=26942] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26942/stat : 26942 (java) S 26921 26924 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27778044 10060525568 60572 33554432000 1073741824 1073778376 140735981857376 140051717577672 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26924/tid=26943] ppid=26921 vsize=9824732 CPUtime=2.01 cores=1,3,5,7
/proc/26924/task/26943/stat : 26943 (java) R 26921 26924 22091 0 -1 4202560 26 0 0 0 201 0 0 0 20 0 22 0 27778139 10060525568 60572 33554432000 1073741824 1073778376 140735981857376 140051716520712 140051841841748 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26924/tid=26944] ppid=26921 vsize=9824732 CPUtime=2.01 cores=1,3,5,7
/proc/26924/task/26944/stat : 26944 (java) R 26921 26924 22091 0 -1 4202560 25 0 0 0 201 0 0 0 20 0 22 0 27778139 10060525568 60572 33554432000 1073741824 1073778376 140735981857376 140051715469384 140051842221820 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=26924/tid=26945] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26945/stat : 26945 (java) S 26921 26924 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27778142 10060525568 60572 33554432000 1073741824 1073778376 140735981857376 140051714417576 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26924/tid=26946] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26946/stat : 26946 (java) S 26921 26924 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27778145 10060525568 60572 33554432000 1073741824 1073778376 140735981857376 140051713364776 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.53
Current children cumulated vsize (KiB) 9824732

[startup+6.30093 s]
/proc/loadavg: 3.98 4.21 4.22 6/219 26946
/proc/meminfo: memFree=27145660/32872528 swapFree=1459628/1655852
[pid=26924] ppid=26921 vsize=9824732 CPUtime=14.19 cores=1,3,5,7
/proc/26924/stat : 26924 (java) S 26921 26924 22091 0 -1 4202496 16776 0 1 0 1402 17 0 0 20 0 22 0 27778038 10060525568 94427 33554432000 1073741824 1073778376 140735981857376 140735981848512 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26924/statm: 2456183 94427 2283 9 0 2446860 0
[pid=26924/tid=26925] ppid=26921 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/26924/task/26925/stat : 26925 (java) S 26921 26924 22091 0 -1 4202560 2536 0 1 0 91 4 0 0 20 0 22 0 27778039 10060525568 94427 33554432000 1073741824 1073778376 140735981857376 140051901113208 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26924/tid=26927] ppid=26921 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/26924/task/26927/stat : 26927 (java) S 26921 26924 22091 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 22 0 27778040 10060525568 94427 33554432000 1073741824 1073778376 140735981857376 140051839842856 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26924/tid=26928] ppid=26921 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/26924/task/26928/stat : 26928 (java) S 26921 26924 22091 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 27778040 10060525568 94427 33554432000 1073741824 1073778376 140735981857376 140051838790056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26924/tid=26929] ppid=26921 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/26924/task/26929/stat : 26929 (java) S 26921 26924 22091 0 -1 4202560 89 0 0 0 4 0 0 0 20 0 22 0 27778040 10060525568 94427 33554432000 1073741824 1073778376 140735981857376 140051742406952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26924/tid=26930] ppid=26921 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/26924/task/26930/stat : 26930 (java) S 26921 26924 22091 0 -1 4202560 31 0 0 0 4 0 0 0 20 0 22 0 27778040 10060525568 94427 33554432000 1073741824 1073778376 140735981857376 140051741354152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26924/tid=26931] ppid=26921 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/26924/task/26931/stat : 26931 (java) S 26921 26924 22091 0 -1 4202560 108 0 0 0 3 0 0 0 20 0 22 0 27778040 10060525568 94427 33554432000 1073741824 1073778376 140735981857376 140051740302376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26924/tid=26932] ppid=26921 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/26924/task/26932/stat : 26932 (java) S 26921 26924 22091 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 27778040 10060525568 94427 33554432000 1073741824 1073778376 140735981857376 140051739249576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26924/tid=26933] ppid=26921 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/26924/task/26933/stat : 26933 (java) S 26921 26924 22091 0 -1 4202560 116 0 0 0 7 2 0 0 20 0 22 0 27778040 10060525568 94427 33554432000 1073741824 1073778376 140735981857376 140051738196776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26924/tid=26934] ppid=26921 vsize=9824732 CPUtime=0.06 cores=1,3,5,7

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

/proc/26924/task/26929/stat : 26929 (java) S 26921 26924 22091 0 -1 4202560 966 0 0 0 133 17 0 0 20 0 22 0 27778040 10060525568 329587 33554432000 1073741824 1073778376 140735981857376 140051742406952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26924/tid=26930] ppid=26921 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/26924/task/26930/stat : 26930 (java) S 26921 26924 22091 0 -1 4202560 545 0 0 0 140 20 0 0 20 0 22 0 27778040 10060525568 329587 33554432000 1073741824 1073778376 140735981857376 140051741354152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26924/tid=26931] ppid=26921 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/26924/task/26931/stat : 26931 (java) S 26921 26924 22091 0 -1 4202560 1300 0 0 0 134 22 0 0 20 0 22 0 27778040 10060525568 329587 33554432000 1073741824 1073778376 140735981857376 140051740302376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26924/tid=26932] ppid=26921 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/26924/task/26932/stat : 26932 (java) S 26921 26924 22091 0 -1 4202560 840 0 0 0 140 21 0 0 20 0 22 0 27778040 10060525568 329587 33554432000 1073741824 1073778376 140735981857376 140051739249576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26924/tid=26933] ppid=26921 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/26924/task/26933/stat : 26933 (java) S 26921 26924 22091 0 -1 4202560 1032 0 0 0 141 20 0 0 20 0 22 0 27778040 10060525568 329587 33554432000 1073741824 1073778376 140735981857376 140051738196776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26924/tid=26934] ppid=26921 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/26924/task/26934/stat : 26934 (java) S 26921 26924 22091 0 -1 4202560 595 0 0 0 136 20 0 0 20 0 22 0 27778040 10060525568 329587 33554432000 1073741824 1073778376 140735981857376 140051737143976 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26924/tid=26935] ppid=26921 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/26924/task/26935/stat : 26935 (java) S 26921 26924 22091 0 -1 4202560 5431 0 0 0 192 26 0 0 20 0 22 0 27778041 10060525568 329587 33554432000 1073741824 1073778376 140735981857376 140051724945896 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26924/tid=26936] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26936/stat : 26936 (java) S 26921 26924 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27778041 10060525568 329587 33554432000 1073741824 1073778376 140735981857376 140051723891960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26924/tid=26937] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26937/stat : 26937 (java) S 26921 26924 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27778041 10060525568 329587 33554432000 1073741824 1073778376 140735981857376 140051722839048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26924/tid=26938] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26938/stat : 26938 (java) S 26921 26924 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27778043 10060525568 329587 33554432000 1073741824 1073778376 140735981857376 140051721787536 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26924/tid=26939] ppid=26921 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/26924/task/26939/stat : 26939 (java) S 26921 26924 22091 0 -1 4202560 6369 0 0 0 148 0 0 0 20 0 22 0 27778043 10060525568 329587 33554432000 1073741824 1073778376 140735981857376 140051720735672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26924/tid=26940] ppid=26921 vsize=9824732 CPUtime=1.37 cores=1,3,5,7
/proc/26924/task/26940/stat : 26940 (java) S 26921 26924 22091 0 -1 4202560 7979 0 0 0 135 2 0 0 20 0 22 0 27778043 10060525568 329587 33554432000 1073741824 1073778376 140735981857376 140051719682872 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26924/tid=26941] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26941/stat : 26941 (java) S 26921 26924 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27778044 10060525568 329587 33554432000 1073741824 1073778376 140735981857376 140051718630264 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26924/tid=26942] ppid=26921 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/26924/task/26942/stat : 26942 (java) S 26921 26924 22091 0 -1 4202560 46 0 0 0 12 17 0 0 20 0 22 0 27778044 10060525568 329587 33554432000 1073741824 1073778376 140735981857376 140051717577672 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26924/tid=26943] ppid=26921 vsize=9824732 CPUtime=812.93 cores=1,3,5,7
/proc/26924/task/26943/stat : 26943 (java) R 26921 26924 22091 0 -1 4202560 2802 0 0 0 81244 49 0 0 20 0 22 0 27778139 10060525568 329587 33554432000 1073741824 1073778376 140735981857376 140051716520544 140051841841366 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26924/tid=26944] ppid=26921 vsize=9824732 CPUtime=812.92 cores=1,3,5,7
/proc/26924/task/26944/stat : 26944 (java) R 26921 26924 22091 0 -1 4202560 850 0 0 0 81272 20 0 0 20 0 22 0 27778139 10060525568 329587 33554432000 1073741824 1073778376 140735981857376 140051715468064 140051842217622 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26924/tid=26945] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26945/stat : 26945 (java) S 26921 26924 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27778142 10060525568 329587 33554432000 1073741824 1073778376 140735981857376 140051714417576 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26924/tid=26946] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26946/stat : 26946 (java) S 26921 26924 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27778145 10060525568 329587 33554432000 1073741824 1073778376 140735981857376 140051713364776 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1648.6
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 2.99 3.83 4.05 4/191 27002
/proc/meminfo: memFree=28896060/32872528 swapFree=1459628/1655852
[pid=26924] ppid=26921 vsize=9824732 CPUtime=1768.65 cores=1,3,5,7
/proc/26924/stat : 26924 (java) S 26921 26924 22091 0 -1 4202496 35107 0 1 0 176590 275 0 0 20 0 22 0 27778038 10060525568 358752 33554432000 1073741824 1073778376 140735981857376 140735981848512 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26924/statm: 2456183 358752 2299 9 0 2446860 0
[pid=26924/tid=26925] ppid=26921 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/26924/task/26925/stat : 26925 (java) S 26921 26924 22091 0 -1 4202560 2551 0 1 0 93 5 0 0 20 0 22 0 27778039 10060525568 358752 33554432000 1073741824 1073778376 140735981857376 140051901113208 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26924/tid=26927] ppid=26921 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/26924/task/26927/stat : 26927 (java) S 26921 26924 22091 0 -1 4202560 620 0 0 0 142 21 0 0 20 0 22 0 27778040 10060525568 358752 33554432000 1073741824 1073778376 140735981857376 140051839842856 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26924/tid=26928] ppid=26921 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/26924/task/26928/stat : 26928 (java) S 26921 26924 22091 0 -1 4202560 763 0 0 0 147 23 0 0 20 0 22 0 27778040 10060525568 358752 33554432000 1073741824 1073778376 140735981857376 140051838790056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26924/tid=26929] ppid=26921 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/26924/task/26929/stat : 26929 (java) S 26921 26924 22091 0 -1 4202560 990 0 0 0 144 19 0 0 20 0 22 0 27778040 10060525568 358752 33554432000 1073741824 1073778376 140735981857376 140051742406952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26924/tid=26930] ppid=26921 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/26924/task/26930/stat : 26930 (java) S 26921 26924 22091 0 -1 4202560 653 0 0 0 154 22 0 0 20 0 22 0 27778040 10060525568 358752 33554432000 1073741824 1073778376 140735981857376 140051741354152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26924/tid=26931] ppid=26921 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/26924/task/26931/stat : 26931 (java) S 26921 26924 22091 0 -1 4202560 1330 0 0 0 145 24 0 0 20 0 22 0 27778040 10060525568 358752 33554432000 1073741824 1073778376 140735981857376 140051740302376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26924/tid=26932] ppid=26921 vsize=9824732 CPUtime=1.78 cores=1,3,5,7
/proc/26924/task/26932/stat : 26932 (java) S 26921 26924 22091 0 -1 4202560 867 0 0 0 156 22 0 0 20 0 22 0 27778040 10060525568 358752 33554432000 1073741824 1073778376 140735981857376 140051739249576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26924/tid=26933] ppid=26921 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/26924/task/26933/stat : 26933 (java) S 26921 26924 22091 0 -1 4202560 1084 0 0 0 153 23 0 0 20 0 22 0 27778040 10060525568 358752 33554432000 1073741824 1073778376 140735981857376 140051738196776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26924/tid=26934] ppid=26921 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/26924/task/26934/stat : 26934 (java) S 26921 26924 22091 0 -1 4202560 659 0 0 0 149 22 0 0 20 0 22 0 27778040 10060525568 358752 33554432000 1073741824 1073778376 140735981857376 140051737143976 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26924/tid=26935] ppid=26921 vsize=9824732 CPUtime=2.59 cores=1,3,5,7
/proc/26924/task/26935/stat : 26935 (java) S 26921 26924 22091 0 -1 4202560 5584 0 0 0 231 28 0 0 20 0 22 0 27778041 10060525568 358752 33554432000 1073741824 1073778376 140735981857376 140051724945896 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26924/tid=26936] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26936/stat : 26936 (java) S 26921 26924 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27778041 10060525568 358752 33554432000 1073741824 1073778376 140735981857376 140051723891960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26924/tid=26937] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26937/stat : 26937 (java) S 26921 26924 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27778041 10060525568 358752 33554432000 1073741824 1073778376 140735981857376 140051722839048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26924/tid=26938] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26938/stat : 26938 (java) S 26921 26924 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27778043 10060525568 358752 33554432000 1073741824 1073778376 140735981857376 140051721787536 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26924/tid=26939] ppid=26921 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/26924/task/26939/stat : 26939 (java) S 26921 26924 22091 0 -1 4202560 6369 0 0 0 148 0 0 0 20 0 22 0 27778043 10060525568 358752 33554432000 1073741824 1073778376 140735981857376 140051720735672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26924/tid=26940] ppid=26921 vsize=9824732 CPUtime=1.37 cores=1,3,5,7
/proc/26924/task/26940/stat : 26940 (java) S 26921 26924 22091 0 -1 4202560 7979 0 0 0 135 2 0 0 20 0 22 0 27778043 10060525568 358752 33554432000 1073741824 1073778376 140735981857376 140051719682872 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26924/tid=26941] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26941/stat : 26941 (java) S 26921 26924 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27778044 10060525568 358752 33554432000 1073741824 1073778376 140735981857376 140051718630264 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26924/tid=26942] ppid=26921 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/26924/task/26942/stat : 26942 (java) S 26921 26924 22091 0 -1 4202560 50 0 0 0 14 18 0 0 20 0 22 0 27778044 10060525568 358752 33554432000 1073741824 1073778376 140735981857376 140051717577672 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26924/tid=26943] ppid=26921 vsize=9824732 CPUtime=872.02 cores=1,3,5,7
/proc/26924/task/26943/stat : 26943 (java) R 26921 26924 22091 0 -1 4202560 3225 0 0 0 87149 53 0 0 20 0 22 0 27778139 10060525568 358752 33554432000 1073741824 1073778376 140735981857376 140051716521376 140051841841333 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26924/tid=26944] ppid=26921 vsize=9824732 CPUtime=872 cores=1,3,5,7
/proc/26924/task/26944/stat : 26944 (java) R 26921 26924 22091 0 -1 4202560 1118 0 0 0 87178 22 0 0 20 0 22 0 27778139 10060525568 358752 33554432000 1073741824 1073778376 140735981857376 140051715467440 140051842328503 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26924/tid=26945] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26945/stat : 26945 (java) S 26921 26924 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27778142 10060525568 358752 33554432000 1073741824 1073778376 140735981857376 140051714417576 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26924/tid=26946] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26946/stat : 26946 (java) S 26921 26924 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27778145 10060525568 358752 33554432000 1073741824 1073778376 140735981857376 140051713364776 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1768.65
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.001 s]
/proc/loadavg: 2.92 3.77 4.03 4/191 27002
/proc/meminfo: memFree=28973932/32872528 swapFree=1459628/1655852
[pid=26924] ppid=26921 vsize=9824732 CPUtime=1800.11 cores=1,3,5,7
/proc/26924/stat : 26924 (java) S 26921 26924 22091 0 -1 4202496 35115 0 1 0 179735 276 0 0 20 0 22 0 27778038 10060525568 339194 33554432000 1073741824 1073778376 140735981857376 140735981848512 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26924/statm: 2456183 339194 2299 9 0 2446860 0
[pid=26924/tid=26925] ppid=26921 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/26924/task/26925/stat : 26925 (java) S 26921 26924 22091 0 -1 4202560 2551 0 1 0 93 5 0 0 20 0 22 0 27778039 10060525568 339194 33554432000 1073741824 1073778376 140735981857376 140051901113208 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26924/tid=26927] ppid=26921 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/26924/task/26927/stat : 26927 (java) S 26921 26924 22091 0 -1 4202560 620 0 0 0 143 21 0 0 20 0 22 0 27778040 10060525568 339194 33554432000 1073741824 1073778376 140735981857376 140051839842856 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26924/tid=26928] ppid=26921 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/26924/task/26928/stat : 26928 (java) S 26921 26924 22091 0 -1 4202560 763 0 0 0 149 23 0 0 20 0 22 0 27778040 10060525568 339194 33554432000 1073741824 1073778376 140735981857376 140051838790056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26924/tid=26929] ppid=26921 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/26924/task/26929/stat : 26929 (java) S 26921 26924 22091 0 -1 4202560 990 0 0 0 146 19 0 0 20 0 22 0 27778040 10060525568 339194 33554432000 1073741824 1073778376 140735981857376 140051742406952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26924/tid=26930] ppid=26921 vsize=9824732 CPUtime=1.78 cores=1,3,5,7
/proc/26924/task/26930/stat : 26930 (java) S 26921 26924 22091 0 -1 4202560 653 0 0 0 156 22 0 0 20 0 22 0 27778040 10060525568 339194 33554432000 1073741824 1073778376 140735981857376 140051741354152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26924/tid=26931] ppid=26921 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/26924/task/26931/stat : 26931 (java) S 26921 26924 22091 0 -1 4202560 1330 0 0 0 148 24 0 0 20 0 22 0 27778040 10060525568 339194 33554432000 1073741824 1073778376 140735981857376 140051740302376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26924/tid=26932] ppid=26921 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/26924/task/26932/stat : 26932 (java) S 26921 26924 22091 0 -1 4202560 867 0 0 0 158 22 0 0 20 0 22 0 27778040 10060525568 339194 33554432000 1073741824 1073778376 140735981857376 140051739249576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26924/tid=26933] ppid=26921 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/26924/task/26933/stat : 26933 (java) S 26921 26924 22091 0 -1 4202560 1084 0 0 0 156 23 0 0 20 0 22 0 27778040 10060525568 339194 33554432000 1073741824 1073778376 140735981857376 140051738196776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26924/tid=26934] ppid=26921 vsize=9824732 CPUtime=1.74 cores=1,3,5,7
/proc/26924/task/26934/stat : 26934 (java) S 26921 26924 22091 0 -1 4202560 659 0 0 0 152 22 0 0 20 0 22 0 27778040 10060525568 339194 33554432000 1073741824 1073778376 140735981857376 140051737143976 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26924/tid=26935] ppid=26921 vsize=9824732 CPUtime=2.6 cores=1,3,5,7
/proc/26924/task/26935/stat : 26935 (java) S 26921 26924 22091 0 -1 4202560 5584 0 0 0 231 29 0 0 20 0 22 0 27778041 10060525568 339194 33554432000 1073741824 1073778376 140735981857376 140051724945896 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26924/tid=26936] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26936/stat : 26936 (java) S 26921 26924 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27778041 10060525568 339194 33554432000 1073741824 1073778376 140735981857376 140051723891960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26924/tid=26937] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26937/stat : 26937 (java) S 26921 26924 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27778041 10060525568 339194 33554432000 1073741824 1073778376 140735981857376 140051722839048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26924/tid=26938] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26938/stat : 26938 (java) S 26921 26924 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27778043 10060525568 339194 33554432000 1073741824 1073778376 140735981857376 140051721787536 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26924/tid=26939] ppid=26921 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/26924/task/26939/stat : 26939 (java) S 26921 26924 22091 0 -1 4202560 6369 0 0 0 148 0 0 0 20 0 22 0 27778043 10060525568 339194 33554432000 1073741824 1073778376 140735981857376 140051720735672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26924/tid=26940] ppid=26921 vsize=9824732 CPUtime=1.37 cores=1,3,5,7
/proc/26924/task/26940/stat : 26940 (java) S 26921 26924 22091 0 -1 4202560 7979 0 0 0 135 2 0 0 20 0 22 0 27778043 10060525568 339194 33554432000 1073741824 1073778376 140735981857376 140051719682872 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26924/tid=26941] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26941/stat : 26941 (java) S 26921 26924 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27778044 10060525568 339194 33554432000 1073741824 1073778376 140735981857376 140051718630264 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26924/tid=26942] ppid=26921 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/26924/task/26942/stat : 26942 (java) S 26921 26924 22091 0 -1 4202560 50 0 0 0 14 18 0 0 20 0 22 0 27778044 10060525568 339194 33554432000 1073741824 1073778376 140735981857376 140051717577672 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26924/tid=26943] ppid=26921 vsize=9824732 CPUtime=887.61 cores=1,3,5,7
/proc/26924/task/26943/stat : 26943 (java) R 26921 26924 22091 0 -1 4202560 3229 0 0 0 88708 53 0 0 20 0 22 0 27778139 10060525568 339194 33554432000 1073741824 1073778376 140735981857376 140051716521296 140051841841765 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26924/tid=26944] ppid=26921 vsize=9824732 CPUtime=887.59 cores=1,3,5,7
/proc/26924/task/26944/stat : 26944 (java) R 26921 26924 22091 0 -1 4202560 1122 0 0 0 88737 22 0 0 20 0 22 0 27778139 10060525568 339194 33554432000 1073741824 1073778376 140735981857376 140051715467408 140051842290242 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26924/tid=26945] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26945/stat : 26945 (java) S 26921 26924 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27778142 10060525568 339194 33554432000 1073741824 1073778376 140735981857376 140051714417576 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26924/tid=26946] ppid=26921 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26924/task/26946/stat : 26946 (java) S 26921 26924 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27778145 10060525568 339194 33554432000 1073741824 1073778376 140735981857376 140051713364776 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 26924 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26924 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=907436
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=212511
# CPU time returned by wait4() is 1796.12
# while last known CPU time is 1800.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 898.023
CPU time (s): 1800.11
CPU user time (s): 1797.35
CPU system time (s): 2.76
CPU usage (%): 200.452
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.91
system time used= 3.21251
maximum resident set size= 2509304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35148
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33324
involuntary context switches= 41616

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.96425 second user time and 8.24375 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-18 15:42:05
IDJOB=4105738
IDBENCH=2995
IDSOLVER=2543
FILE ID=node136/4105738-1466257325
RUNJOBID= node136-1466240588-22108
PBS_JOBID= 19918192
Free space on /tmp= 71736 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=200-sizeP=101-sizeQ=200-864124249-max.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105738-1466257325/watcher-4105738-1466257325 -o /tmp/evaluation-result-4105738-1466257325/solver-4105738-1466257325 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466240588-22108 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4105738-1466257325.opb

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

MD5SUM BENCH= 2a5c3ceba4b0797f84fa61492c45250f
RANDOM SEED=1350225965

node136.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		: 2667.278
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	: 5334.55
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		: 2667.278
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		: 2667.278
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.56
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		: 2667.278
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		: 2667.278
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		: 2667.278
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.56
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		: 2667.278
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.67
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		: 2667.278
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:        27512884 kB
Buffers:           23424 kB
Cached:           112108 kB
SwapCached:        47324 kB
Active:          2848704 kB
Inactive:         137648 kB
Active(anon):    2806012 kB
Inactive(anon):    47248 kB
Active(file):      42692 kB
Inactive(file):    90400 kB
Unevictable:     1655852 kB
Mlocked:         1459628 kB
SwapTotal:      67108856 kB
SwapFree:       67054628 kB
Dirty:              3636 kB
Writeback:             0 kB
AnonPages:       4479888 kB
Mapped:            17044 kB
Shmem:                 0 kB
Slab:             570976 kB
SReclaimable:      14348 kB
SUnreclaim:       556628 kB
KernelStack:        1624 kB
PageTables:        13236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4780576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2971648 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= 71736 MiB
End job on node136 at 2016-06-18 15:57:03