Trace number 4106158

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 PB16SAT (TO)3 1800.08 1757.45

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=8-P0=257-P1=97-P2=149-B.opb
MD5SUM67e6ddc28ca754c7106cfc653b1e11ec
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.036993
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables48
Total number of constraints5
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)128
Sum of products size (including duplicates)256
Number of different products128
Sum of products size256

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4106158-1466269019.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  objective function found
0.08/0.17	c ... done. Wall clock time 0.038s.
0.08/0.17	c declared #vars     48
0.08/0.17	c internal #vars     176
0.08/0.17	c #constraints  263
0.08/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.17	c constraints type 
0.08/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 128
0.08/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 135
0.08/0.17	c 263 constraints processed.
0.08/0.17	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.17	c constraints type 
0.08/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 128
0.08/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 135
0.08/0.17	c 263 constraints processed.
0.08/0.17	c objective function length is 8 literals
2.24/0.74	c cleaning 2501 clauses out of 5001 with flag 10196/5001
4.26/1.21	c cleaning 4249 clauses out of 8500 with flag 22647/11001
5.54/1.82	c cleaning 5618 clauses out of 11251 with flag 37365/18001
6.15/2.17	c And the winner is solver0
6.28/2.67	c SATISFIABLE
6.28/2.67	c OPTIMIZING...
6.28/2.67	c Got one! Elapsed wall clock time (in seconds):2.542
6.28/2.67	o 3
6.28/2.67	c And the winner is solver0
33.32/29.31	c cleaning 0 clauses out of 5092 with flag 0/5093
169.58/162.93	c cleaning 0 clauses out of 11091 with flag 0/11092
512.31/498.65	c cleaning 0 clauses out of 18092 with flag 0/18093
1064.97/1039.10	c cleaning 0 clauses out of 26091 with flag 0/26092
1800.08/1757.40	c >>>>>>>>>> Solver number 0 (2 answers) <<<<<<<<<<<<<<<<<<
1800.08/1757.40	c starts		: 1
1800.08/1757.40	c conflicts		: 22271
1800.08/1757.40	c decisions		: 22779
1800.08/1757.40	c propagations		: 340290
1800.08/1757.40	c inspects		: 23267081
1800.08/1757.40	c shortcuts		: 0
1800.08/1757.40	c learnt literals	: 0
1800.08/1757.40	c learnt binary clauses	: 0
1800.08/1757.40	c learnt ternary clauses	: 0
1800.08/1757.40	c learnt constraints	: 22271
1800.08/1757.40	c ignored constraints	: 0
1800.08/1757.40	c root simplifications	: 0
1800.08/1757.40	c removed literals (reason simplification)	: 50359
1800.08/1757.40	c reason swapping (by a shorter reason)	: 0
1800.08/1757.40	c Calls to reduceDB	: 3
1800.08/1757.40	c Number of update (reduction) of LBD	: 358
1800.08/1757.40	c Imported unit clauses	: 0
1800.08/1757.40	c number of reductions to clauses (during analyze)	: 0
1800.08/1757.40	c number of learned constraints concerned by reduction	: 0
1800.08/1757.40	c number of learning phase by resolution	: 0
1800.08/1757.40	c number of learning phase by cutting planes	: 0
1800.08/1757.40	c speed (assignments/second)	: 193.6511513562239
1800.08/1757.40	c non guided choices	63
1800.08/1757.41	c learnt constraints type 
1800.08/1757.41	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 9903
1800.08/1757.41	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/1757.41	c starts		: 63
1800.08/1757.41	c conflicts		: 33048
1800.08/1757.41	c decisions		: 34391
1800.08/1757.41	c propagations		: 516328
1800.08/1757.41	c inspects		: 2182892151
1800.08/1757.41	c shortcuts		: 0
1800.08/1757.41	c learnt literals	: 0
1800.08/1757.41	c learnt binary clauses	: 0
1800.08/1757.41	c learnt ternary clauses	: 0
1800.08/1757.41	c learnt constraints	: 33046
1800.08/1757.41	c ignored constraints	: 0
1800.08/1757.41	c root simplifications	: 0
1800.08/1757.41	c removed literals (reason simplification)	: 0
1800.08/1757.41	c reason swapping (by a shorter reason)	: 0
1800.08/1757.41	c Calls to reduceDB	: 4
1800.08/1757.41	c Number of update (reduction) of LBD	: 0
1800.08/1757.41	c Imported unit clauses	: 0
1800.08/1757.41	c number of reductions to clauses (during analyze)	: 0
1800.08/1757.41	c number of learned constraints concerned by reduction	: 0
1800.08/1757.41	c number of learning phase by resolution	: 0
1800.08/1757.41	c number of learning phase by cutting planes	: 0
1800.08/1757.41	c speed (assignments/second)	: 294.248251588843
1800.08/1757.41	c non guided choices	121
1800.08/1757.43	c learnt constraints type 
1800.08/1757.43	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 76
1800.08/1757.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 32970
1800.08/1757.43	s SATISFIABLE
1800.08/1757.43	c Found 1 solution(s)
1800.08/1757.43	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 -x18 -x19 x20 x21 -x22 x23 x24 x25 -x26 x27 x28 x29 x30 x31 x32 -x33 x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 x42 x43 -x44 x45 -x46 x47 x48 
1800.08/1757.43	c objective function=3
1800.08/1757.43	c Total wall clock time (in seconds): 1757.3

Verifier Data

OK	3

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-4106158-1466269019/watcher-4106158-1466269019 -o /tmp/evaluation-result-4106158-1466269019/solver-4106158-1466269019 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466264503-28302 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106158-1466269019.opb 

pid=29954
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.25 4.17 4.04 4/197 29957
/proc/meminfo: memFree=28130096/32872528 swapFree=1534436/1655032
[pid=29957] ppid=29954 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/29957/stat : 29957 (java) D 29954 29957 28285 0 -1 4202496 319 0 0 0 0 0 0 0 20 0 1 0 28950302 9515008 176 33554432000 1073741824 1073778376 140736063386624 140736063369352 217410519952 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/29957/statm: 2323 176 133 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 4.25 4.17 4.04 4/197 29957
/proc/meminfo: memFree=28130096/32872528 swapFree=1534436/1655032
[pid=29957] ppid=29954 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/29957/stat : 29957 (java) S 29954 29957 28285 0 -1 4202496 4362 0 1 0 7 1 0 0 20 0 18 0 28950302 9787879424 5473 33554432000 1073741824 1073778376 140735814084544 140735814075680 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29957/statm: 2389619 5473 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200227 s]
/proc/loadavg: 4.25 4.17 4.04 4/197 29957
/proc/meminfo: memFree=28130096/32872528 swapFree=1534436/1655032
[pid=29957] ppid=29954 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/29957/stat : 29957 (java) S 29954 29957 28285 0 -1 4202496 5000 0 1 0 24 1 0 0 20 0 22 0 28950302 10060525568 8075 33554432000 1073741824 1073778376 140735814084544 140735814075680 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29957/statm: 2456183 8075 2211 9 0 2446860 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9824732

[startup+0.300247 s]
/proc/loadavg: 4.25 4.17 4.04 4/197 29957
/proc/meminfo: memFree=28130096/32872528 swapFree=1534436/1655032
[pid=29957] ppid=29954 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/29957/stat : 29957 (java) S 29954 29957 28285 0 -1 4202496 7902 0 1 0 63 2 0 0 20 0 22 0 28950302 10060525568 9642 33554432000 1073741824 1073778376 140735814084544 140735814075680 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29957/statm: 2456183 9642 2228 9 0 2446860 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 9824732

[startup+0.700207 s]
/proc/loadavg: 4.25 4.17 4.04 4/197 29957
/proc/meminfo: memFree=28130096/32872528 swapFree=1534436/1655032
[pid=29957] ppid=29954 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/29957/stat : 29957 (java) S 29954 29957 28285 0 -1 4202496 18719 0 1 0 220 4 0 0 20 0 22 0 28950302 10060525568 25783 33554432000 1073741824 1073778376 140735814084544 140735814075680 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29957/statm: 2456183 25783 2251 9 0 2446860 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 9824732

[startup+1.50094 s]
/proc/loadavg: 4.25 4.17 4.04 7/219 29979
/proc/meminfo: memFree=27947252/32872528 swapFree=1534436/1655032
[pid=29957] ppid=29954 vsize=9824732 CPUtime=4.92 cores=1,3,5,7
/proc/29957/stat : 29957 (java) S 29954 29957 28285 0 -1 4202496 24696 0 1 0 484 8 0 0 20 0 22 0 28950302 10060525568 49466 33554432000 1073741824 1073778376 140735814084544 140735814075680 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29957/statm: 2456183 49466 2275 9 0 2446860 0
[pid=29957/tid=29959] ppid=29954 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/29957/task/29959/stat : 29959 (java) S 29954 29957 28285 0 -1 4202560 2427 0 1 0 12 1 0 0 20 0 22 0 28950304 10060525568 49466 33554432000 1073741824 1073778376 140735814084544 139977215619960 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29957/tid=29960] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29960/stat : 29960 (java) S 29954 29957 28285 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 28950305 10060525568 49466 33554432000 1073741824 1073778376 140735814084544 139977059715496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29957/tid=29961] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29961/stat : 29961 (java) S 29954 29957 28285 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 28950305 10060525568 49466 33554432000 1073741824 1073778376 140735814084544 139977058662952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29957/tid=29962] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29962/stat : 29962 (java) S 29954 29957 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28950305 10060525568 49466 33554432000 1073741824 1073778376 140735814084544 139977057609896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29957/tid=29963] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29963/stat : 29963 (java) S 29954 29957 28285 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 28950305 10060525568 49466 33554432000 1073741824 1073778376 140735814084544 139977056557352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29957/tid=29964] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29964/stat : 29964 (java) S 29954 29957 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28950305 10060525568 49466 33554432000 1073741824 1073778376 140735814084544 139977055505320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29957/tid=29965] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29965/stat : 29965 (java) S 29954 29957 28285 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 28950305 10060525568 49466 33554432000 1073741824 1073778376 140735814084544 139977054452776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29957/tid=29966] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29966/stat : 29966 (java) S 29954 29957 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28950305 10060525568 49466 33554432000 1073741824 1073778376 140735814084544 139977053399720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29957/tid=29967] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29967/stat : 29967 (java) S 29954 29957 28285 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28950305 10060525568 49466 33554432000 1073741824 1073778376 140735814084544 139977052347176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29957/tid=29968] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29968/stat : 29968 (java) S 29954 29957 28285 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 28950306 10060525568 49466 33554432000 1073741824 1073778376 140735814084544 139977039935848 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29969] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29969/stat : 29969 (java) S 29954 29957 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28950307 10060525568 49466 33554432000 1073741824 1073778376 140735814084544 139977038882168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29970] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29970/stat : 29970 (java) S 29954 29957 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28950307 10060525568 49466 33554432000 1073741824 1073778376 140735814084544 139977037829000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29971] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29971/stat : 29971 (java) S 29954 29957 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28950309 10060525568 49466 33554432000 1073741824 1073778376 140735814084544 139977036777744 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29972] ppid=29954 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/29957/task/29972/stat : 29972 (java) S 29954 29957 28285 0 -1 4202560 11753 0 0 0 106 2 0 0 20 0 22 0 28950309 10060525568 49466 33554432000 1073741824 1073778376 140735814084544 139977035725624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29973] ppid=29954 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/29957/task/29973/stat : 29973 (java) S 29954 29957 28285 0 -1 4202560 9003 0 0 0 99 2 0 0 20 0 22 0 28950309 10060525568 49466 33554432000 1073741824 1073778376 140735814084544 139977034673080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29957/tid=29974] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29974/stat : 29974 (java) S 29954 29957 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28950309 10060525568 49466 33554432000 1073741824 1073778376 140735814084544 139977033620216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29957/tid=29975] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29975/stat : 29975 (java) S 29954 29957 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28950309 10060525568 49466 33554432000 1073741824 1073778376 140735814084544 139977032567880 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29976] ppid=29954 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/29957/task/29976/stat : 29976 (java) R 29954 29957 28285 0 -1 4202560 29 0 0 0 128 0 0 0 20 0 22 0 28950320 10060525568 49466 33554432000 1073741824 1073778376 140735814084544 139977031412256 139977088592839 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29977] ppid=29954 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/29957/task/29977/stat : 29977 (java) R 29954 29957 28285 0 -1 4202560 104 0 0 0 128 2 0 0 20 0 22 0 28950320 10060525568 49466 33554432000 1073741824 1073778376 140735814084544 139977030360632 139977088560050 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29957/tid=29978] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29978/stat : 29978 (java) S 29954 29957 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28950320 10060525568 49466 33554432000 1073741824 1073778376 140735814084544 139977029309224 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29957/tid=29979] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29979/stat : 29979 (java) S 29954 29957 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28950320 10060525568 49466 33554432000 1073741824 1073778376 140735814084544 139977028256680 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 4.25 4.17 4.04 3/216 29979
/proc/meminfo: memFree=27882400/32872528 swapFree=1534436/1655032
[pid=29957] ppid=29954 vsize=9824732 CPUtime=6.74 cores=1,3,5,7
/proc/29957/stat : 29957 (java) S 29954 29957 28285 0 -1 4202496 24909 0 1 0 661 13 0 0 20 0 21 0 28950302 10060525568 82855 33554432000 1073741824 1073778376 140735814084544 140735814075680 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29957/statm: 2456183 82855 2276 9 0 2446860 0
[pid=29957/tid=29959] ppid=29954 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/29957/task/29959/stat : 29959 (java) S 29954 29957 28285 0 -1 4202560 2427 0 1 0 12 1 0 0 20 0 21 0 28950304 10060525568 82855 33554432000 1073741824 1073778376 140735814084544 139977215619960 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29960] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29960/stat : 29960 (java) S 29954 29957 28285 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 21 0 28950305 10060525568 82855 33554432000 1073741824 1073778376 140735814084544 139977059715496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29957/tid=29961] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29961/stat : 29961 (java) S 29954 29957 28285 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 21 0 28950305 10060525568 82855 33554432000 1073741824 1073778376 140735814084544 139977058662952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29957/tid=29962] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29962/stat : 29962 (java) S 29954 29957 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 28950305 10060525568 82855 33554432000 1073741824 1073778376 140735814084544 139977057609896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29957/tid=29963] ppid=29954 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/29957/task/29963/stat : 29963 (java) S 29954 29957 28285 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 21 0 28950305 10060525568 82855 33554432000 1073741824 1073778376 140735814084544 139977056557352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29957/tid=29964] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29964/stat : 29964 (java) S 29954 29957 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 28950305 10060525568 82855 33554432000 1073741824 1073778376 140735814084544 139977055505320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29957/tid=29965] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29965/stat : 29965 (java) S 29954 29957 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 28950305 10060525568 82855 33554432000 1073741824 1073778376 140735814084544 139977054452776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29966] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29966/stat : 29966 (java) S 29954 29957 28285 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 21 0 28950305 10060525568 82855 33554432000 1073741824 1073778376 140735814084544 139977053399720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29957/tid=29967] ppid=29954 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/29957/task/29967/stat : 29967 (java) S 29954 29957 28285 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 21 0 28950305 10060525568 82855 33554432000 1073741824 1073778376 140735814084544 139977052347176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29968] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29968/stat : 29968 (java) S 29954 29957 28285 0 -1 4202560 186 0 0 0 0 0 0 0 20 0 21 0 28950306 10060525568 82855 33554432000 1073741824 1073778376 140735814084544 139977039935848 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29969] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29969/stat : 29969 (java) S 29954 29957 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 28950307 10060525568 82855 33554432000 1073741824 1073778376 140735814084544 139977038882168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29970] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29970/stat : 29970 (java) S 29954 29957 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 28950307 10060525568 82855 33554432000 1073741824 1073778376 140735814084544 139977037829000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29971] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29971/stat : 29971 (java) S 29954 29957 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 28950309 10060525568 82855 33554432000 1073741824 1073778376 140735814084544 139977036777744 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29972] ppid=29954 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/29957/task/29972/stat : 29972 (java) S 29954 29957 28285 0 -1 4202560 11753 0 0 0 107 2 0 0 20 0 21 0 28950309 10060525568 82855 33554432000 1073741824 1073778376 140735814084544 139977035725624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29957/tid=29973] ppid=29954 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/29957/task/29973/stat : 29973 (java) S 29954 29957 28285 0 -1 4202560 9003 0 0 0 101 2 0 0 20 0 21 0 28950309 10060525568 82855 33554432000 1073741824 1073778376 140735814084544 139977034673080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29974] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29974/stat : 29974 (java) S 29954 29957 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 28950309 10060525568 82855 33554432000 1073741824 1073778376 140735814084544 139977033620216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29957/tid=29975] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29975/stat : 29975 (java) S 29954 29957 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 28950309 10060525568 82855 33554432000 1073741824 1073778376 140735814084544 139977032567880 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29978] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29978/stat : 29978 (java) S 29954 29957 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 28950320 10060525568 82855 33554432000 1073741824 1073778376 140735814084544 139977029309224 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.74
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 4.15 4.15 4.03 4/218 29982
/proc/meminfo: memFree=27558492/32872528 swapFree=1534436/1655032
[pid=29957] ppid=29954 vsize=9824732 CPUtime=10.04 cores=1,3,5,7
/proc/29957/stat : 29957 (java) S 29954 29957 28285 0 -1 4202496 25773 0 1 0 985 19 0 0 20 0 21 0 28950302 10060525568 150179 33554432000 1073741824 1073778376 140735814084544 140735814075680 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29957/statm: 2456183 150179 2276 9 0 2446860 0
[pid=29957/tid=29959] ppid=29954 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/29957/task/29959/stat : 29959 (java) S 29954 29957 28285 0 -1 4202560 2429 0 1 0 12 1 0 0 20 0 21 0 28950304 10060525568 150179 33554432000 1073741824 1073778376 140735814084544 139977215619960 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29960] ppid=29954 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/29957/task/29960/stat : 29960 (java) S 29954 29957 28285 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 21 0 28950305 10060525568 150179 33554432000 1073741824 1073778376 140735814084544 139977059715496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29957/tid=29961] ppid=29954 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/29957/task/29961/stat : 29961 (java) S 29954 29957 28285 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 21 0 28950305 10060525568 150179 33554432000 1073741824 1073778376 140735814084544 139977058662952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29957/tid=29962] ppid=29954 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/29957/task/29962/stat : 29962 (java) S 29954 29957 28285 0 -1 4202560 141 0 0 0 2 0 0 0 20 0 21 0 28950305 10060525568 150179 33554432000 1073741824 1073778376 140735814084544 139977057609896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29963] ppid=29954 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/29957/task/29963/stat : 29963 (java) S 29954 29957 28285 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 21 0 28950305 10060525568 150179 33554432000 1073741824 1073778376 140735814084544 139977056557352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29957/tid=29964] ppid=29954 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/29957/task/29964/stat : 29964 (java) S 29954 29957 28285 0 -1 4202560 111 0 0 0 1 0 0 0 20 0 21 0 28950305 10060525568 150179 33554432000 1073741824 1073778376 140735814084544 139977055505320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29957/tid=29965] ppid=29954 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/29957/task/29965/stat : 29965 (java) S 29954 29957 28285 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 21 0 28950305 10060525568 150179 33554432000 1073741824 1073778376 140735814084544 139977054452776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29966] ppid=29954 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/29957/task/29966/stat : 29966 (java) S 29954 29957 28285 0 -1 4202560 122 0 0 0 1 0 0 0 20 0 21 0 28950305 10060525568 150179 33554432000 1073741824 1073778376 140735814084544 139977053399720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29957/tid=29967] ppid=29954 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/29957/task/29967/stat : 29967 (java) S 29954 29957 28285 0 -1 4202560 134 0 0 0 1 2 0 0 20 0 21 0 28950305 10060525568 150179 33554432000 1073741824 1073778376 140735814084544 139977052347176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29968] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29968/stat : 29968 (java) S 29954 29957 28285 0 -1 4202560 437 0 0 0 0 0 0 0 20 0 21 0 28950306 10060525568 150179 33554432000 1073741824 1073778376 140735814084544 139977039935848 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29969] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29969/stat : 29969 (java) S 29954 29957 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 28950307 10060525568 150179 33554432000 1073741824 1073778376 140735814084544 139977038882168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29970] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29970/stat : 29970 (java) S 29954 29957 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 28950307 10060525568 150179 33554432000 1073741824 1073778376 140735814084544 139977037829000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29971] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29971/stat : 29971 (java) S 29954 29957 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 28950309 10060525568 150179 33554432000 1073741824 1073778376 140735814084544 139977036777744 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29972] ppid=29954 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/29957/task/29972/stat : 29972 (java) S 29954 29957 28285 0 -1 4202560 11753 0 0 0 110 2 0 0 20 0 21 0 28950309 10060525568 150179 33554432000 1073741824 1073778376 140735814084544 139977035725624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29957/tid=29973] ppid=29954 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/29957/task/29973/stat : 29973 (java) S 29954 29957 28285 0 -1 4202560 9003 0 0 0 101 2 0 0 20 0 21 0 28950309 10060525568 150179 33554432000 1073741824 1073778376 140735814084544 139977034673080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29974] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29974/stat : 29974 (java) S 29954 29957 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 28950309 10060525568 150179 33554432000 1073741824 1073778376 140735814084544 139977033620216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29957/tid=29975] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7

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

/proc/29957/task/29959/stat : 29959 (java) S 29954 29957 28285 0 -1 4202560 2600 0 1 0 67 43 0 0 20 0 21 0 28950304 10060525568 346921 33554432000 1073741824 1073778376 140735814084544 139977215620008 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29960] ppid=29954 vsize=9824732 CPUtime=6.14 cores=1,3,5,7
/proc/29957/task/29960/stat : 29960 (java) S 29954 29957 28285 0 -1 4202560 400 0 0 0 605 9 0 0 20 0 21 0 28950305 10060525568 346921 33554432000 1073741824 1073778376 140735814084544 139977059715496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29957/tid=29961] ppid=29954 vsize=9824732 CPUtime=6 cores=1,3,5,7
/proc/29957/task/29961/stat : 29961 (java) S 29954 29957 28285 0 -1 4202560 398 0 0 0 590 10 0 0 20 0 21 0 28950305 10060525568 346921 33554432000 1073741824 1073778376 140735814084544 139977058662952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29957/tid=29962] ppid=29954 vsize=9824732 CPUtime=6.14 cores=1,3,5,7
/proc/29957/task/29962/stat : 29962 (java) S 29954 29957 28285 0 -1 4202560 531 0 0 0 604 10 0 0 20 0 21 0 28950305 10060525568 346921 33554432000 1073741824 1073778376 140735814084544 139977057609896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29963] ppid=29954 vsize=9824732 CPUtime=6.16 cores=1,3,5,7
/proc/29957/task/29963/stat : 29963 (java) S 29954 29957 28285 0 -1 4202560 407 0 0 0 606 10 0 0 20 0 21 0 28950305 10060525568 346921 33554432000 1073741824 1073778376 140735814084544 139977056557352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29957/tid=29964] ppid=29954 vsize=9824732 CPUtime=6.37 cores=1,3,5,7
/proc/29957/task/29964/stat : 29964 (java) S 29954 29957 28285 0 -1 4202560 518 0 0 0 625 12 0 0 20 0 21 0 28950305 10060525568 346921 33554432000 1073741824 1073778376 140735814084544 139977055505320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29965] ppid=29954 vsize=9824732 CPUtime=6.15 cores=1,3,5,7
/proc/29957/task/29965/stat : 29965 (java) S 29954 29957 28285 0 -1 4202560 397 0 0 0 605 10 0 0 20 0 21 0 28950305 10060525568 346921 33554432000 1073741824 1073778376 140735814084544 139977054452776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29966] ppid=29954 vsize=9824732 CPUtime=6.32 cores=1,3,5,7
/proc/29957/task/29966/stat : 29966 (java) S 29954 29957 28285 0 -1 4202560 512 0 0 0 623 9 0 0 20 0 21 0 28950305 10060525568 346921 33554432000 1073741824 1073778376 140735814084544 139977053399720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29957/tid=29967] ppid=29954 vsize=9824732 CPUtime=6.38 cores=1,3,5,7
/proc/29957/task/29967/stat : 29967 (java) S 29954 29957 28285 0 -1 4202560 522 0 0 0 627 11 0 0 20 0 21 0 28950305 10060525568 346921 33554432000 1073741824 1073778376 140735814084544 139977052347176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29968] ppid=29954 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/29957/task/29968/stat : 29968 (java) S 29954 29957 28285 0 -1 4202560 855 0 0 0 51 13 0 0 20 0 21 0 28950306 10060525568 346921 33554432000 1073741824 1073778376 140735814084544 139977039935848 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29969] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29969/stat : 29969 (java) S 29954 29957 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 28950307 10060525568 346921 33554432000 1073741824 1073778376 140735814084544 139977038882168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29970] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29970/stat : 29970 (java) S 29954 29957 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 28950307 10060525568 346921 33554432000 1073741824 1073778376 140735814084544 139977037829000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29971] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29971/stat : 29971 (java) S 29954 29957 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 28950309 10060525568 346921 33554432000 1073741824 1073778376 140735814084544 139977036777744 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29972] ppid=29954 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/29957/task/29972/stat : 29972 (java) S 29954 29957 28285 0 -1 4202560 11757 0 0 0 120 2 0 0 20 0 21 0 28950309 10060525568 346921 33554432000 1073741824 1073778376 140735814084544 139977035725624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29957/tid=29973] ppid=29954 vsize=9824732 CPUtime=1.96 cores=1,3,5,7
/proc/29957/task/29973/stat : 29973 (java) S 29954 29957 28285 0 -1 4202560 9370 0 0 0 194 2 0 0 20 0 21 0 28950309 10060525568 346921 33554432000 1073741824 1073778376 140735814084544 139977034673080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29974] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29974/stat : 29974 (java) S 29954 29957 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 28950309 10060525568 346921 33554432000 1073741824 1073778376 140735814084544 139977033620216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29957/tid=29975] ppid=29954 vsize=9824732 CPUtime=0.77 cores=1,3,5,7
/proc/29957/task/29975/stat : 29975 (java) S 29954 29957 28285 0 -1 4202560 97 0 0 0 34 43 0 0 20 0 21 0 28950309 10060525568 346921 33554432000 1073741824 1073778376 140735814084544 139977032567880 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29978] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29978/stat : 29978 (java) S 29954 29957 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 28950320 10060525568 346921 33554432000 1073741824 1073778376 140735814084544 139977029309224 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29957/tid=29981] ppid=29954 vsize=9824732 CPUtime=1639.57 cores=1,3,5,7
/proc/29957/task/29981/stat : 29981 (java) R 29954 29957 28285 0 -1 4202560 1198 0 0 0 163916 41 0 0 20 0 21 0 28950570 10060525568 346921 33554432000 1073741824 1073778376 140735814084544 139977028255792 139977088660365 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29957/tid=29982] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29982/stat : 29982 (java) S 29954 29957 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 28950570 10060525568 346921 33554432000 1073741824 1073778376 140735814084544 139977030362408 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1702.65
Current children cumulated vsize (KiB) 9824732

[startup+1722.3 s]
/proc/loadavg: 3.66 3.45 3.47 4/218 31611
/proc/meminfo: memFree=26165428/32872528 swapFree=1534436/1655032
[pid=29957] ppid=29954 vsize=9824732 CPUtime=1764.11 cores=1,3,5,7
/proc/29957/stat : 29957 (java) S 29954 29957 28285 0 -1 4202496 31027 0 1 0 176220 191 0 0 20 0 21 0 28950302 10060525568 341871 33554432000 1073741824 1073778376 140735814084544 140735814075680 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29957/statm: 2456183 341871 2289 9 0 2446860 0
[pid=29957/tid=29959] ppid=29954 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/29957/task/29959/stat : 29959 (java) S 29954 29957 28285 0 -1 4202560 2606 0 1 0 68 45 0 0 20 0 21 0 28950304 10060525568 341871 33554432000 1073741824 1073778376 140735814084544 139977215620008 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29957/tid=29960] ppid=29954 vsize=9824732 CPUtime=6.43 cores=1,3,5,7
/proc/29957/task/29960/stat : 29960 (java) S 29954 29957 28285 0 -1 4202560 400 0 0 0 634 9 0 0 20 0 21 0 28950305 10060525568 341871 33554432000 1073741824 1073778376 140735814084544 139977059715496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29961] ppid=29954 vsize=9824732 CPUtime=6.24 cores=1,3,5,7
/proc/29957/task/29961/stat : 29961 (java) S 29954 29957 28285 0 -1 4202560 398 0 0 0 614 10 0 0 20 0 21 0 28950305 10060525568 341871 33554432000 1073741824 1073778376 140735814084544 139977058662952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29957/tid=29962] ppid=29954 vsize=9824732 CPUtime=6.36 cores=1,3,5,7
/proc/29957/task/29962/stat : 29962 (java) S 29954 29957 28285 0 -1 4202560 531 0 0 0 626 10 0 0 20 0 21 0 28950305 10060525568 341871 33554432000 1073741824 1073778376 140735814084544 139977057609896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29957/tid=29963] ppid=29954 vsize=9824732 CPUtime=6.48 cores=1,3,5,7
/proc/29957/task/29963/stat : 29963 (java) S 29954 29957 28285 0 -1 4202560 407 0 0 0 638 10 0 0 20 0 21 0 28950305 10060525568 341871 33554432000 1073741824 1073778376 140735814084544 139977056557352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29964] ppid=29954 vsize=9824732 CPUtime=6.64 cores=1,3,5,7
/proc/29957/task/29964/stat : 29964 (java) S 29954 29957 28285 0 -1 4202560 518 0 0 0 652 12 0 0 20 0 21 0 28950305 10060525568 341871 33554432000 1073741824 1073778376 140735814084544 139977055505320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29965] ppid=29954 vsize=9824732 CPUtime=6.36 cores=1,3,5,7
/proc/29957/task/29965/stat : 29965 (java) S 29954 29957 28285 0 -1 4202560 397 0 0 0 626 10 0 0 20 0 21 0 28950305 10060525568 341871 33554432000 1073741824 1073778376 140735814084544 139977054452776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29957/tid=29966] ppid=29954 vsize=9824732 CPUtime=6.55 cores=1,3,5,7
/proc/29957/task/29966/stat : 29966 (java) S 29954 29957 28285 0 -1 4202560 512 0 0 0 646 9 0 0 20 0 21 0 28950305 10060525568 341871 33554432000 1073741824 1073778376 140735814084544 139977053399720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29957/tid=29967] ppid=29954 vsize=9824732 CPUtime=6.61 cores=1,3,5,7
/proc/29957/task/29967/stat : 29967 (java) S 29954 29957 28285 0 -1 4202560 522 0 0 0 649 12 0 0 20 0 21 0 28950305 10060525568 341871 33554432000 1073741824 1073778376 140735814084544 139977052347176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29957/tid=29968] ppid=29954 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/29957/task/29968/stat : 29968 (java) S 29954 29957 28285 0 -1 4202560 857 0 0 0 51 13 0 0 20 0 21 0 28950306 10060525568 341871 33554432000 1073741824 1073778376 140735814084544 139977039935848 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29957/tid=29969] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29969/stat : 29969 (java) S 29954 29957 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 28950307 10060525568 341871 33554432000 1073741824 1073778376 140735814084544 139977038882168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29970] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29970/stat : 29970 (java) S 29954 29957 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 28950307 10060525568 341871 33554432000 1073741824 1073778376 140735814084544 139977037829000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29971] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29971/stat : 29971 (java) S 29954 29957 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 28950309 10060525568 341871 33554432000 1073741824 1073778376 140735814084544 139977036777744 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29972] ppid=29954 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/29957/task/29972/stat : 29972 (java) S 29954 29957 28285 0 -1 4202560 11757 0 0 0 120 2 0 0 20 0 21 0 28950309 10060525568 341871 33554432000 1073741824 1073778376 140735814084544 139977035725624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29957/tid=29973] ppid=29954 vsize=9824732 CPUtime=1.96 cores=1,3,5,7
/proc/29957/task/29973/stat : 29973 (java) S 29954 29957 28285 0 -1 4202560 9370 0 0 0 194 2 0 0 20 0 21 0 28950309 10060525568 341871 33554432000 1073741824 1073778376 140735814084544 139977034673080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29974] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29974/stat : 29974 (java) S 29954 29957 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 28950309 10060525568 341871 33554432000 1073741824 1073778376 140735814084544 139977033620216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29957/tid=29975] ppid=29954 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/29957/task/29975/stat : 29975 (java) S 29954 29957 28285 0 -1 4202560 99 0 0 0 36 45 0 0 20 0 21 0 28950309 10060525568 341871 33554432000 1073741824 1073778376 140735814084544 139977032567880 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29957/tid=29978] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29978/stat : 29978 (java) S 29954 29957 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 28950320 10060525568 341871 33554432000 1073741824 1073778376 140735814084544 139977029309224 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29957/tid=29981] ppid=29954 vsize=9824732 CPUtime=1698.83 cores=1,3,5,7
/proc/29957/task/29981/stat : 29981 (java) R 29954 29957 28285 0 -1 4202560 1220 0 0 0 169841 42 0 0 20 0 21 0 28950570 10060525568 341871 33554432000 1073741824 1073778376 140735814084544 139977028255792 139977088485022 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29957/tid=29982] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29982/stat : 29982 (java) S 29954 29957 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 28950570 10060525568 341871 33554432000 1073741824 1073778376 140735814084544 139977030362408 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1764.11
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1757.4 s]
/proc/loadavg: 3.55 3.45 3.47 4/218 31611
/proc/meminfo: memFree=26240268/32872528 swapFree=1534436/1655032
[pid=29957] ppid=29954 vsize=9824732 CPUtime=1800.08 cores=1,3,5,7
/proc/29957/stat : 29957 (java) S 29954 29957 28285 0 -1 4202496 31046 0 1 0 179815 193 0 0 20 0 21 0 28950302 10060525568 339082 33554432000 1073741824 1073778376 140735814084544 140735814075680 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29957/statm: 2456183 339082 2289 9 0 2446860 0
[pid=29957/tid=29959] ppid=29954 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/29957/task/29959/stat : 29959 (java) S 29954 29957 28285 0 -1 4202560 2607 0 1 0 69 46 0 0 20 0 21 0 28950304 10060525568 339082 33554432000 1073741824 1073778376 140735814084544 139977215620008 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29960] ppid=29954 vsize=9824732 CPUtime=6.57 cores=1,3,5,7
/proc/29957/task/29960/stat : 29960 (java) S 29954 29957 28285 0 -1 4202560 400 0 0 0 648 9 0 0 20 0 21 0 28950305 10060525568 339082 33554432000 1073741824 1073778376 140735814084544 139977059715496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29961] ppid=29954 vsize=9824732 CPUtime=6.4 cores=1,3,5,7
/proc/29957/task/29961/stat : 29961 (java) S 29954 29957 28285 0 -1 4202560 398 0 0 0 630 10 0 0 20 0 21 0 28950305 10060525568 339082 33554432000 1073741824 1073778376 140735814084544 139977058662952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29957/tid=29962] ppid=29954 vsize=9824732 CPUtime=6.49 cores=1,3,5,7
/proc/29957/task/29962/stat : 29962 (java) S 29954 29957 28285 0 -1 4202560 531 0 0 0 639 10 0 0 20 0 21 0 28950305 10060525568 339082 33554432000 1073741824 1073778376 140735814084544 139977057609896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29963] ppid=29954 vsize=9824732 CPUtime=6.66 cores=1,3,5,7
/proc/29957/task/29963/stat : 29963 (java) S 29954 29957 28285 0 -1 4202560 407 0 0 0 656 10 0 0 20 0 21 0 28950305 10060525568 339082 33554432000 1073741824 1073778376 140735814084544 139977056557352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29964] ppid=29954 vsize=9824732 CPUtime=6.78 cores=1,3,5,7
/proc/29957/task/29964/stat : 29964 (java) S 29954 29957 28285 0 -1 4202560 518 0 0 0 666 12 0 0 20 0 21 0 28950305 10060525568 339082 33554432000 1073741824 1073778376 140735814084544 139977055505320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29957/tid=29965] ppid=29954 vsize=9824732 CPUtime=6.48 cores=1,3,5,7
/proc/29957/task/29965/stat : 29965 (java) S 29954 29957 28285 0 -1 4202560 397 0 0 0 638 10 0 0 20 0 21 0 28950305 10060525568 339082 33554432000 1073741824 1073778376 140735814084544 139977054452776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29957/tid=29966] ppid=29954 vsize=9824732 CPUtime=6.75 cores=1,3,5,7
/proc/29957/task/29966/stat : 29966 (java) S 29954 29957 28285 0 -1 4202560 512 0 0 0 666 9 0 0 20 0 21 0 28950305 10060525568 339082 33554432000 1073741824 1073778376 140735814084544 139977053399720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29967] ppid=29954 vsize=9824732 CPUtime=6.77 cores=1,3,5,7
/proc/29957/task/29967/stat : 29967 (java) S 29954 29957 28285 0 -1 4202560 522 0 0 0 665 12 0 0 20 0 21 0 28950305 10060525568 339082 33554432000 1073741824 1073778376 140735814084544 139977052347176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29957/tid=29968] ppid=29954 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/29957/task/29968/stat : 29968 (java) S 29954 29957 28285 0 -1 4202560 859 0 0 0 51 14 0 0 20 0 21 0 28950306 10060525568 339082 33554432000 1073741824 1073778376 140735814084544 139977039935848 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29957/tid=29969] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29969/stat : 29969 (java) S 29954 29957 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 28950307 10060525568 339082 33554432000 1073741824 1073778376 140735814084544 139977038882168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29970] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29970/stat : 29970 (java) S 29954 29957 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 28950307 10060525568 339082 33554432000 1073741824 1073778376 140735814084544 139977037829000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29971] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29971/stat : 29971 (java) S 29954 29957 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 28950309 10060525568 339082 33554432000 1073741824 1073778376 140735814084544 139977036777744 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29972] ppid=29954 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/29957/task/29972/stat : 29972 (java) S 29954 29957 28285 0 -1 4202560 11757 0 0 0 120 2 0 0 20 0 21 0 28950309 10060525568 339082 33554432000 1073741824 1073778376 140735814084544 139977035725624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29957/tid=29973] ppid=29954 vsize=9824732 CPUtime=1.96 cores=1,3,5,7
/proc/29957/task/29973/stat : 29973 (java) S 29954 29957 28285 0 -1 4202560 9370 0 0 0 194 2 0 0 20 0 21 0 28950309 10060525568 339082 33554432000 1073741824 1073778376 140735814084544 139977034673080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29957/tid=29974] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29974/stat : 29974 (java) S 29954 29957 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 28950309 10060525568 339082 33554432000 1073741824 1073778376 140735814084544 139977033620216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29957/tid=29975] ppid=29954 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/29957/task/29975/stat : 29975 (java) S 29954 29957 28285 0 -1 4202560 101 0 0 0 36 45 0 0 20 0 21 0 28950309 10060525568 339082 33554432000 1073741824 1073778376 140735814084544 139977032567880 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29957/tid=29978] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29978/stat : 29978 (java) S 29954 29957 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 28950320 10060525568 339082 33554432000 1073741824 1073778376 140735814084544 139977029309224 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29957/tid=29981] ppid=29954 vsize=9824732 CPUtime=1733.49 cores=1,3,5,7
/proc/29957/task/29981/stat : 29981 (java) R 29954 29957 28285 0 -1 4202560 1234 0 0 0 173306 43 0 0 20 0 21 0 28950570 10060525568 339082 33554432000 1073741824 1073778376 140735814084544 139977028255680 139977088580600 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29957/tid=29982] ppid=29954 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29957/task/29982/stat : 29982 (java) S 29954 29957 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 28950570 10060525568 339082 33554432000 1073741824 1073778376 140735814084544 139977030362408 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 29957 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 29957 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=909284
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=549612
# CPU time returned by wait4() is 1796.46
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1757.45
CPU time (s): 1800.08
CPU user time (s): 1798.15
CPU system time (s): 1.93
CPU usage (%): 102.426
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.91
system time used= 2.54961
maximum resident set size= 1478400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31079
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 99813
involuntary context switches= 96807

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.3313 second user time and 14.1938 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-18 18:56:59
IDJOB=4106158
IDBENCH=47955
IDSOLVER=2543
FILE ID=node122/4106158-1466269019
RUNJOBID= node122-1466264503-28302
PBS_JOBID= 19918220
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=257-P1=97-P2=149-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106158-1466269019/watcher-4106158-1466269019 -o /tmp/evaluation-result-4106158-1466269019/solver-4106158-1466269019 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466264503-28302 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106158-1466269019.opb

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

MD5SUM BENCH= 67e6ddc28ca754c7106cfc653b1e11ec
RANDOM SEED=1084079820

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28131152 kB
Buffers:          142760 kB
Cached:           218868 kB
SwapCached:            0 kB
Active:          2071756 kB
Inactive:         265724 kB
Active(anon):    1968620 kB
Inactive(anon):     9916 kB
Active(file):     103136 kB
Inactive(file):   255808 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               564 kB
Writeback:             0 kB
AnonPages:       3630756 kB
Mapped:            21080 kB
Shmem:               204 kB
Slab:             609916 kB
SReclaimable:      53716 kB
SUnreclaim:       556200 kB
KernelStack:        1624 kB
PageTables:        11948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3809824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2035712 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71744 MiB
End job on node122 at 2016-06-18 19:26:16