Trace number 4101986

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.79 896.47

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib3/normalized-reduced-mps-v2-20-10-blend2.opb
MD5SUM94d27ad55443aa92d0406d6e0a54bcaf
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables2944
Total number of constraints214
Number of constraints which are clauses9
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints205
Minimum length of a constraint1
Maximum length of a constraint2659
Number of terms in the objective function 88
Biggest coefficient in the objective function 53442
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 524332
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262120
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 526376
Number of bits of the biggest sum of numbers20
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.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.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4101986-1466216961.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  objective function found
0.81/0.47	c ... done. Wall clock time 0.342s.
0.81/0.47	c declared #vars     2944
0.81/0.47	c #constraints  303
0.81/0.47	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.81/0.47	c constraints type 
0.81/0.47	c org.sat4j.minisat.constraints.cnf.UnitClause => 9
0.81/0.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 14
0.81/0.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 280
0.81/0.47	c 303 constraints processed.
0.81/0.47	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.81/0.47	c constraints type 
0.81/0.47	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 14
0.81/0.47	c org.sat4j.pb.constraints.pb.UnitClausePB => 9
0.81/0.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 280
0.81/0.47	c 303 constraints processed.
0.81/0.47	c objective function length is 88 literals
13.29/6.02	c cleaning 2500 clauses out of 5001 with flag 10496/5001
27.14/12.59	c cleaning 4248 clauses out of 8500 with flag 22888/11000
42.05/19.85	c cleaning 5622 clauses out of 11252 with flag 36999/18000
58.19/27.87	c cleaning 6813 clauses out of 13631 with flag 53001/26001
77.82/37.69	c cleaning 7914 clauses out of 15827 with flag 71019/35010
102.42/49.96	c cleaning 8950 clauses out of 17903 with flag 91030/45000
129.01/63.22	c cleaning 9967 clauses out of 19954 with flag 113290/56001
159.13/78.24	c cleaning 10995 clauses out of 21990 with flag 137823/68004
192.31/94.76	c cleaning 11992 clauses out of 23991 with flag 164465/81000
226.87/111.93	c cleaning 12998 clauses out of 26005 with flag 193205/95006
244.14/120.43	c cleaning 14000 clauses out of 28000 with flag 228004/110000
256.55/126.66	c cleaning 15001 clauses out of 30001 with flag 267243/126001
262.14/129.44	c cleaning 0 clauses out of 5000 with flag 0/5000
272.52/134.59	c cleaning 16000 clauses out of 31999 with flag 306278/143000
288.18/142.22	c cleaning 16999 clauses out of 34001 with flag 348290/161002
303.84/150.02	c cleaning 17999 clauses out of 36000 with flag 392737/180000
320.43/158.35	c cleaning 18990 clauses out of 38001 with flag 439627/200000
337.53/166.82	c cleaning 20003 clauses out of 40011 with flag 489766/221000
356.04/176.01	c cleaning 20998 clauses out of 42008 with flag 541103/243000
376.03/186.01	c cleaning 22003 clauses out of 44010 with flag 596061/266000
399.08/197.58	c cleaning 22998 clauses out of 46012 with flag 650636/290005
423.55/209.78	c cleaning 23999 clauses out of 48010 with flag 706117/315001
448.06/221.91	c cleaning 25005 clauses out of 50011 with flag 766770/341001
471.35/233.58	c cleaning 26002 clauses out of 52005 with flag 830382/368000
558.57/277.50	c cleaning 26920 clauses out of 53999 with flag 939308/396000
695.27/345.44	c cleaning 27939 clauses out of 56079 with flag 1100925/425000
804.49/400.24	c cleaning 29058 clauses out of 58141 with flag 1188540/455001
847.28/421.53	c cleaning 30039 clauses out of 60082 with flag 1256688/486000
890.19/442.96	c cleaning 31015 clauses out of 62043 with flag 1331337/518000
944.89/470.11	c cleaning 32015 clauses out of 64031 with flag 1408604/551003
979.17/487.20	c cleaning 33004 clauses out of 66013 with flag 1486041/585000
1015.77/505.43	c cleaning 33995 clauses out of 68011 with flag 1565527/620002
1054.60/524.71	c cleaning 35003 clauses out of 70015 with flag 1646435/656001
1098.33/546.54	c cleaning 36001 clauses out of 72011 with flag 1728518/693000
1142.86/568.68	c cleaning 36995 clauses out of 74010 with flag 1815803/731000
1187.88/591.65	c cleaning 37997 clauses out of 76015 with flag 1902186/770000
1239.00/616.95	c cleaning 39003 clauses out of 78018 with flag 1990001/810000
1286.91/640.65	c cleaning 39997 clauses out of 80015 with flag 2080561/851000
1339.55/666.64	c cleaning 41008 clauses out of 82022 with flag 2172800/893004
1393.21/693.91	c cleaning 42004 clauses out of 84010 with flag 2268246/936000
1542.81/768.66	c cleaning 42896 clauses out of 86006 with flag 2372648/980000
1673.14/833.23	c cleaning 44046 clauses out of 88111 with flag 2517620/1025001
1728.97/861.08	c cleaning 45025 clauses out of 90064 with flag 2621430/1071000
1800.16/896.40	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/896.40	c starts		: 1035
1800.16/896.40	c conflicts		: 1106977
1800.16/896.40	c decisions		: 2512935
1800.16/896.40	c propagations		: 390833094
1800.16/896.40	c inspects		: 5843708271
1800.16/896.40	c shortcuts		: 0
1800.16/896.40	c learnt literals	: 5
1800.16/896.40	c learnt binary clauses	: 88
1800.16/896.40	c learnt ternary clauses	: 96
1800.16/896.40	c learnt constraints	: 1106971
1800.16/896.40	c ignored constraints	: 0
1800.16/896.40	c root simplifications	: 0
1800.16/896.40	c removed literals (reason simplification)	: 10754278
1800.16/896.40	c reason swapping (by a shorter reason)	: 0
1800.16/896.40	c Calls to reduceDB	: 42
1800.16/896.40	c Number of update (reduction) of LBD	: 197830
1800.16/896.40	c Imported unit clauses	: 0
1800.16/896.40	c number of reductions to clauses (during analyze)	: 0
1800.16/896.40	c number of learned constraints concerned by reduction	: 0
1800.16/896.40	c number of learning phase by resolution	: 0
1800.16/896.40	c number of learning phase by cutting planes	: 0
1800.16/896.40	c speed (assignments/second)	: 436240.9815260668
1800.16/896.40	c non guided choices	1575
1800.16/896.43	c learnt constraints type 
1800.16/896.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 88
1800.16/896.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 80928
1800.16/896.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/896.43	c starts		: 19
1800.16/896.43	c conflicts		: 10219
1800.16/896.43	c decisions		: 80791
1800.16/896.43	c propagations		: 1140354
1800.16/896.43	c inspects		: 169181865
1800.16/896.43	c shortcuts		: 0
1800.16/896.43	c learnt literals	: 0
1800.16/896.43	c learnt binary clauses	: 1
1800.16/896.43	c learnt ternary clauses	: 0
1800.16/896.43	c learnt constraints	: 10219
1800.16/896.43	c ignored constraints	: 0
1800.16/896.43	c root simplifications	: 0
1800.16/896.43	c removed literals (reason simplification)	: 0
1800.16/896.43	c reason swapping (by a shorter reason)	: 0
1800.16/896.43	c Calls to reduceDB	: 1
1800.16/896.43	c Number of update (reduction) of LBD	: 0
1800.16/896.43	c Imported unit clauses	: 0
1800.16/896.43	c number of reductions to clauses (during analyze)	: 0
1800.16/896.43	c number of learned constraints concerned by reduction	: 0
1800.16/896.43	c number of learning phase by resolution	: 0
1800.16/896.43	c number of learning phase by cutting planes	: 0
1800.16/896.43	c speed (assignments/second)	: 1272.7989088579395
1800.16/896.43	c non guided choices	0
1800.16/896.44	c learnt constraints type 
1800.16/896.44	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 321
1800.16/896.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9898
1800.16/896.44	s UNKNOWN
1800.16/896.44	c Total wall clock time (in seconds): 896.31

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-4101986-1466216961/watcher-4101986-1466216961 -o /tmp/evaluation-result-4101986-1466216961/solver-4101986-1466216961 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466206054-8354 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4101986-1466216961.opb 

pid=14732
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.46 4.58 4.43 5/197 14735
/proc/meminfo: memFree=25239680/32872528 swapFree=1499884/1696108
[pid=14735] ppid=14732 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/14735/stat : 14735 (java) R 14732 14735 8337 0 -1 4202496 171 0 0 0 0 0 0 0 20 0 1 0 23741849 2560000 46 33554432000 1073741824 1073778376 140736593578144 140736593575272 225435544871 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14735/statm: 625 46 37 9 0 29 0

[startup+0.100059 s]
/proc/loadavg: 4.46 4.58 4.43 5/197 14735
/proc/meminfo: memFree=25239680/32872528 swapFree=1499884/1696108
[pid=14735] ppid=14732 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/14735/stat : 14735 (java) S 14732 14735 8337 0 -1 4202496 4317 0 1 0 7 0 0 0 20 0 18 0 23741849 9787879424 5437 33554432000 1073741824 1073778376 140733538786432 140733538777568 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14735/statm: 2389619 5437 2096 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200232 s]
/proc/loadavg: 4.46 4.58 4.43 5/197 14735
/proc/meminfo: memFree=25239680/32872528 swapFree=1499884/1696108
[pid=14735] ppid=14732 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/14735/stat : 14735 (java) S 14732 14735 8337 0 -1 4202496 4726 0 1 0 22 1 0 0 20 0 18 0 23741849 9787879424 6815 33554432000 1073741824 1073778376 140733538786432 140733538777568 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14735/statm: 2389619 6815 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300248 s]
/proc/loadavg: 4.46 4.58 4.43 5/197 14735
/proc/meminfo: memFree=25239680/32872528 swapFree=1499884/1696108
[pid=14735] ppid=14732 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/14735/stat : 14735 (java) S 14732 14735 8337 0 -1 4202496 8828 0 1 0 48 2 0 0 20 0 18 0 23741849 9787879424 11349 33554432000 1073741824 1073778376 140733538786432 140733538777568 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14735/statm: 2389619 11349 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700208 s]
/proc/loadavg: 4.46 4.58 4.43 5/197 14735
/proc/meminfo: memFree=25239680/32872528 swapFree=1499884/1696108
[pid=14735] ppid=14732 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/14735/stat : 14735 (java) S 14732 14735 8337 0 -1 4202496 15180 0 1 0 166 3 0 0 20 0 22 0 23741849 10060525568 25394 33554432000 1073741824 1073778376 140733538786432 140733538777568 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14735/statm: 2456183 25394 2257 9 0 2446860 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 9824732

[startup+1.50093 s]
/proc/loadavg: 4.46 4.58 4.43 7/219 14757
/proc/meminfo: memFree=25121864/32872528 swapFree=1499884/1696108
[pid=14735] ppid=14732 vsize=9824732 CPUtime=3.8 cores=1,3,5,7
/proc/14735/stat : 14735 (java) S 14732 14735 8337 0 -1 4202496 15397 0 1 0 373 7 0 0 20 0 22 0 23741849 10060525568 47560 33554432000 1073741824 1073778376 140733538786432 140733538777568 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14735/statm: 2456183 47560 2278 9 0 2446860 0
[pid=14735/tid=14737] ppid=14732 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/14735/task/14737/stat : 14737 (java) S 14732 14735 8337 0 -1 4202560 2439 0 1 0 41 2 0 0 20 0 22 0 23741851 10060525568 47560 33554432000 1073741824 1073778376 140733538786432 140216815874936 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14735/tid=14738] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14738/stat : 14738 (java) S 14732 14735 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23741852 10060525568 47560 33554432000 1073741824 1073778376 140733538786432 140216793974952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14735/tid=14739] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14739/stat : 14739 (java) S 14732 14735 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23741852 10060525568 47560 33554432000 1073741824 1073778376 140733538786432 140216792922408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14735/tid=14740] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14740/stat : 14740 (java) S 14732 14735 8337 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23741852 10060525568 47560 33554432000 1073741824 1073778376 140733538786432 140216791869864 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14735/tid=14741] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14741/stat : 14741 (java) S 14732 14735 8337 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 23741852 10060525568 47560 33554432000 1073741824 1073778376 140733538786432 140216455129640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14735/tid=14742] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14742/stat : 14742 (java) S 14732 14735 8337 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23741852 10060525568 47560 33554432000 1073741824 1073778376 140733538786432 140216454077096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14735/tid=14743] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14743/stat : 14743 (java) S 14732 14735 8337 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 23741852 10060525568 47560 33554432000 1073741824 1073778376 140733538786432 140216453024552 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14735/tid=14744] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14744/stat : 14744 (java) S 14732 14735 8337 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23741852 10060525568 47560 33554432000 1073741824 1073778376 140733538786432 140216451972008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14735/tid=14745] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14745/stat : 14745 (java) S 14732 14735 8337 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 23741852 10060525568 47560 33554432000 1073741824 1073778376 140733538786432 140216450919464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14746] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14746/stat : 14746 (java) S 14732 14735 8337 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 23741853 10060525568 47560 33554432000 1073741824 1073778376 140733538786432 140216438507624 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14747] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14747/stat : 14747 (java) S 14732 14735 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23741854 10060525568 47560 33554432000 1073741824 1073778376 140733538786432 140216437453944 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14748] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14748/stat : 14748 (java) S 14732 14735 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23741854 10060525568 47560 33554432000 1073741824 1073778376 140733538786432 140216436401288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14749] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14749/stat : 14749 (java) S 14732 14735 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23741856 10060525568 47560 33554432000 1073741824 1073778376 140733538786432 140216435350032 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14750] ppid=14732 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/14735/task/14750/stat : 14750 (java) S 14732 14735 8337 0 -1 4202560 4567 0 0 0 73 0 0 0 20 0 22 0 23741856 10060525568 47560 33554432000 1073741824 1073778376 140733538786432 140216434297400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14751] ppid=14732 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/14735/task/14751/stat : 14751 (java) R 14732 14735 8337 0 -1 4202560 6900 0 0 0 79 0 0 0 20 0 22 0 23741856 10060525568 47560 33554432000 1073741824 1073778376 140733538786432 140216433244736 140216822678143 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14735/tid=14752] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14752/stat : 14752 (java) S 14732 14735 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23741856 10060525568 47560 33554432000 1073741824 1073778376 140733538786432 140216432192504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14735/tid=14753] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14753/stat : 14753 (java) S 14732 14735 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23741856 10060525568 47560 33554432000 1073741824 1073778376 140733538786432 140216431140168 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14754] ppid=14732 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/14735/task/14754/stat : 14754 (java) R 14732 14735 8337 0 -1 4202560 24 0 0 0 87 0 0 0 20 0 22 0 23741897 10060525568 47560 33554432000 1073741824 1073778376 140733538786432 140216429985416 140216674076176 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14735/tid=14755] ppid=14732 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/14735/task/14755/stat : 14755 (java) R 14732 14735 8337 0 -1 4202560 66 0 0 0 85 1 0 0 20 0 22 0 23741897 10060525568 47560 33554432000 1073741824 1073778376 140733538786432 140216428933288 140216674114589 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14756] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14756/stat : 14756 (java) S 14732 14735 8337 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 23741899 10060525568 47560 33554432000 1073741824 1073778376 140733538786432 140216427881512 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14757] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14757/stat : 14757 (java) S 14732 14735 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23741899 10060525568 47560 33554432000 1073741824 1073778376 140733538786432 140216426828968 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 4.46 4.58 4.43 6/219 14757
/proc/meminfo: memFree=25028340/32872528 swapFree=1499884/1696108
[pid=14735] ppid=14732 vsize=9824732 CPUtime=7.23 cores=1,3,5,7
/proc/14735/stat : 14735 (java) S 14732 14735 8337 0 -1 4202496 15785 0 1 0 713 10 0 0 20 0 22 0 23741849 10060525568 54549 33554432000 1073741824 1073778376 140733538786432 140733538777568 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14735/statm: 2456183 54549 2278 9 0 2446860 0
[pid=14735/tid=14737] ppid=14732 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/14735/task/14737/stat : 14737 (java) S 14732 14735 8337 0 -1 4202560 2439 0 1 0 41 2 0 0 20 0 22 0 23741851 10060525568 54549 33554432000 1073741824 1073778376 140733538786432 140216815874936 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14735/tid=14738] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14738/stat : 14738 (java) S 14732 14735 8337 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 23741852 10060525568 54549 33554432000 1073741824 1073778376 140733538786432 140216793974952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14735/tid=14739] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14739/stat : 14739 (java) S 14732 14735 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23741852 10060525568 54549 33554432000 1073741824 1073778376 140733538786432 140216792922408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14735/tid=14740] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14740/stat : 14740 (java) S 14732 14735 8337 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 23741852 10060525568 54549 33554432000 1073741824 1073778376 140733538786432 140216791869864 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14735/tid=14741] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14741/stat : 14741 (java) S 14732 14735 8337 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 23741852 10060525568 54549 33554432000 1073741824 1073778376 140733538786432 140216455129640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14735/tid=14742] ppid=14732 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/14735/task/14742/stat : 14742 (java) S 14732 14735 8337 0 -1 4202560 130 0 0 0 1 1 0 0 20 0 22 0 23741852 10060525568 54549 33554432000 1073741824 1073778376 140733538786432 140216454077096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14735/tid=14743] ppid=14732 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/14735/task/14743/stat : 14743 (java) S 14732 14735 8337 0 -1 4202560 82 0 0 0 1 0 0 0 20 0 22 0 23741852 10060525568 54549 33554432000 1073741824 1073778376 140733538786432 140216453024552 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14735/tid=14744] ppid=14732 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/14735/task/14744/stat : 14744 (java) S 14732 14735 8337 0 -1 4202560 104 0 0 0 1 2 0 0 20 0 22 0 23741852 10060525568 54549 33554432000 1073741824 1073778376 140733538786432 140216451972008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14735/tid=14745] ppid=14732 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/14735/task/14745/stat : 14745 (java) S 14732 14735 8337 0 -1 4202560 91 0 0 0 2 0 0 0 20 0 22 0 23741852 10060525568 54549 33554432000 1073741824 1073778376 140733538786432 140216450919464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14746] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14746/stat : 14746 (java) S 14732 14735 8337 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 23741853 10060525568 54549 33554432000 1073741824 1073778376 140733538786432 140216438507624 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14735/tid=14747] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14747/stat : 14747 (java) S 14732 14735 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23741854 10060525568 54549 33554432000 1073741824 1073778376 140733538786432 140216437453944 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14748] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14748/stat : 14748 (java) S 14732 14735 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23741854 10060525568 54549 33554432000 1073741824 1073778376 140733538786432 140216436401288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14749] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14749/stat : 14749 (java) S 14732 14735 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23741856 10060525568 54549 33554432000 1073741824 1073778376 140733538786432 140216435350032 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14750] ppid=14732 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/14735/task/14750/stat : 14750 (java) S 14732 14735 8337 0 -1 4202560 4567 0 0 0 79 0 0 0 20 0 22 0 23741856 10060525568 54549 33554432000 1073741824 1073778376 140733538786432 140216434297400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14735/tid=14751] ppid=14732 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/14735/task/14751/stat : 14751 (java) S 14732 14735 8337 0 -1 4202560 6900 0 0 0 91 0 0 0 20 0 22 0 23741856 10060525568 54549 33554432000 1073741824 1073778376 140733538786432 140216433244856 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14735/tid=14752] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14752/stat : 14752 (java) S 14732 14735 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23741856 10060525568 54549 33554432000 1073741824 1073778376 140733538786432 140216432192504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14735/tid=14753] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14753/stat : 14753 (java) S 14732 14735 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23741856 10060525568 54549 33554432000 1073741824 1073778376 140733538786432 140216431140168 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14754] ppid=14732 vsize=9824732 CPUtime=2.44 cores=1,3,5,7
/proc/14735/task/14754/stat : 14754 (java) R 14732 14735 8337 0 -1 4202560 25 0 0 0 244 0 0 0 20 0 22 0 23741897 10060525568 54549 33554432000 1073741824 1073778376 140733538786432 140216429984120 140216674242936 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14735/tid=14755] ppid=14732 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/14735/task/14755/stat : 14755 (java) R 14732 14735 8337 0 -1 4202560 67 0 0 0 241 1 0 0 20 0 22 0 23741897 10060525568 54549 33554432000 1073741824 1073778376 140733538786432 140216428931160 140216674123279 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14756] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14756/stat : 14756 (java) S 14732 14735 8337 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 23741899 10060525568 54549 33554432000 1073741824 1073778376 140733538786432 140216427881512 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14757] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14757/stat : 14757 (java) S 14732 14735 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23741899 10060525568 54549 33554432000 1073741824 1073778376 140733538786432 140216426828968 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.23
Current children cumulated vsize (KiB) 9824732

[startup+6.30092 s]
/proc/loadavg: 4.50 4.58 4.44 6/219 14757
/proc/meminfo: memFree=24873420/32872528 swapFree=1499884/1696108
[pid=14735] ppid=14732 vsize=9824732 CPUtime=14.21 cores=1,3,5,7
/proc/14735/stat : 14735 (java) S 14732 14735 8337 0 -1 4202496 18681 0 1 0 1403 18 0 0 20 0 22 0 23741849 10060525568 94786 33554432000 1073741824 1073778376 140733538786432 140733538777568 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14735/statm: 2456183 94786 2284 9 0 2446860 0
[pid=14735/tid=14737] ppid=14732 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/14735/task/14737/stat : 14737 (java) S 14732 14735 8337 0 -1 4202560 2439 0 1 0 41 2 0 0 20 0 22 0 23741851 10060525568 94786 33554432000 1073741824 1073778376 140733538786432 140216815874936 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14735/tid=14738] ppid=14732 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/14735/task/14738/stat : 14738 (java) S 14732 14735 8337 0 -1 4202560 37 0 0 0 2 2 0 0 20 0 22 0 23741852 10060525568 94786 33554432000 1073741824 1073778376 140733538786432 140216793974952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14735/tid=14739] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14739/stat : 14739 (java) S 14732 14735 8337 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 23741852 10060525568 94786 33554432000 1073741824 1073778376 140733538786432 140216792922408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14735/tid=14740] ppid=14732 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/14735/task/14740/stat : 14740 (java) S 14732 14735 8337 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 23741852 10060525568 94786 33554432000 1073741824 1073778376 140733538786432 140216791869864 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14735/tid=14741] ppid=14732 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/14735/task/14741/stat : 14741 (java) S 14732 14735 8337 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 23741852 10060525568 94786 33554432000 1073741824 1073778376 140733538786432 140216455129640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14735/tid=14742] ppid=14732 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/14735/task/14742/stat : 14742 (java) S 14732 14735 8337 0 -1 4202560 137 0 0 0 2 1 0 0 20 0 22 0 23741852 10060525568 94786 33554432000 1073741824 1073778376 140733538786432 140216454077096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14735/tid=14743] ppid=14732 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/14735/task/14743/stat : 14743 (java) S 14732 14735 8337 0 -1 4202560 89 0 0 0 2 0 0 0 20 0 22 0 23741852 10060525568 94786 33554432000 1073741824 1073778376 140733538786432 140216453024552 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14735/tid=14744] ppid=14732 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/14735/task/14744/stat : 14744 (java) S 14732 14735 8337 0 -1 4202560 112 0 0 0 2 2 0 0 20 0 22 0 23741852 10060525568 94786 33554432000 1073741824 1073778376 140733538786432 140216451972008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14735/tid=14745] ppid=14732 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/14735/task/14745/stat : 14745 (java) S 14732 14735 8337 0 -1 4202560 112 0 0 0 3 3 0 0 20 0 22 0 23741852 10060525568 94786 33554432000 1073741824 1073778376 140733538786432 140216450919464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14746] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14746/stat : 14746 (java) S 14732 14735 8337 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 23741853 10060525568 94786 33554432000 1073741824 1073778376 140733538786432 140216438507624 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14735/tid=14747] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14747/stat : 14747 (java) S 14732 14735 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23741854 10060525568 94786 33554432000 1073741824 1073778376 140733538786432 140216437453944 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14748] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14748/stat : 14748 (java) S 14732 14735 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23741854 10060525568 94786 33554432000 1073741824 1073778376 140733538786432 140216436401288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14749] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14749/stat : 14749 (java) S 14732 14735 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23741856 10060525568 94786 33554432000 1073741824 1073778376 140733538786432 140216435350032 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14750] ppid=14732 vsize=9824732 CPUtime=0.98 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 4.48 4.40 4.38 5/219 15068
/proc/meminfo: memFree=24067456/32872528 swapFree=1499884/1696108
[pid=14735] ppid=14732 vsize=9824732 CPUtime=1650.99 cores=1,3,5,7
/proc/14735/stat : 14735 (java) S 14732 14735 8337 0 -1 4202496 31925 0 1 0 164797 302 0 0 20 0 22 0 23741849 10060525568 980163 33554432000 1073741824 1073778376 140733538786432 140733538777568 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14735/statm: 2456183 980163 2292 9 0 2446860 0
[pid=14735/tid=14737] ppid=14732 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/14735/task/14737/stat : 14737 (java) S 14732 14735 8337 0 -1 4202560 2458 0 1 0 44 3 0 0 20 0 22 0 23741851 10060525568 980163 33554432000 1073741824 1073778376 140733538786432 140216815874936 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14738] ppid=14732 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/14735/task/14738/stat : 14738 (java) S 14732 14735 8337 0 -1 4202560 848 0 0 0 216 36 0 0 20 0 22 0 23741852 10060525568 980163 33554432000 1073741824 1073778376 140733538786432 140216793974952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14735/tid=14739] ppid=14732 vsize=9824732 CPUtime=2.04 cores=1,3,5,7
/proc/14735/task/14739/stat : 14739 (java) S 14732 14735 8337 0 -1 4202560 732 0 0 0 174 30 0 0 20 0 22 0 23741852 10060525568 980163 33554432000 1073741824 1073778376 140733538786432 140216792922408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14735/tid=14740] ppid=14732 vsize=9824732 CPUtime=2.08 cores=1,3,5,7
/proc/14735/task/14740/stat : 14740 (java) S 14732 14735 8337 0 -1 4202560 664 0 0 0 182 26 0 0 20 0 22 0 23741852 10060525568 980163 33554432000 1073741824 1073778376 140733538786432 140216791869864 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14735/tid=14741] ppid=14732 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/14735/task/14741/stat : 14741 (java) S 14732 14735 8337 0 -1 4202560 663 0 0 0 192 32 0 0 20 0 22 0 23741852 10060525568 980163 33554432000 1073741824 1073778376 140733538786432 140216455129640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14735/tid=14742] ppid=14732 vsize=9824732 CPUtime=2.04 cores=1,3,5,7
/proc/14735/task/14742/stat : 14742 (java) S 14732 14735 8337 0 -1 4202560 790 0 0 0 177 27 0 0 20 0 22 0 23741852 10060525568 980163 33554432000 1073741824 1073778376 140733538786432 140216454077096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14735/tid=14743] ppid=14732 vsize=9824732 CPUtime=2.44 cores=1,3,5,7
/proc/14735/task/14743/stat : 14743 (java) S 14732 14735 8337 0 -1 4202560 905 0 0 0 213 31 0 0 20 0 22 0 23741852 10060525568 980163 33554432000 1073741824 1073778376 140733538786432 140216453024552 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14744] ppid=14732 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/14735/task/14744/stat : 14744 (java) S 14732 14735 8337 0 -1 4202560 874 0 0 0 193 28 0 0 20 0 22 0 23741852 10060525568 980163 33554432000 1073741824 1073778376 140733538786432 140216451972008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14735/tid=14745] ppid=14732 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/14735/task/14745/stat : 14745 (java) S 14732 14735 8337 0 -1 4202560 796 0 0 0 219 31 0 0 20 0 22 0 23741852 10060525568 980163 33554432000 1073741824 1073778376 140733538786432 140216450919464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14735/tid=14746] ppid=14732 vsize=9824732 CPUtime=5.07 cores=1,3,5,7
/proc/14735/task/14746/stat : 14746 (java) S 14732 14735 8337 0 -1 4202560 3457 0 0 0 497 10 0 0 20 0 22 0 23741853 10060525568 980163 33554432000 1073741824 1073778376 140733538786432 140216438507624 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14747] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14747/stat : 14747 (java) S 14732 14735 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23741854 10060525568 980163 33554432000 1073741824 1073778376 140733538786432 140216437453944 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14748] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14748/stat : 14748 (java) S 14732 14735 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23741854 10060525568 980163 33554432000 1073741824 1073778376 140733538786432 140216436401288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14749] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14749/stat : 14749 (java) S 14732 14735 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23741856 10060525568 980163 33554432000 1073741824 1073778376 140733538786432 140216435350032 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14750] ppid=14732 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/14735/task/14750/stat : 14750 (java) S 14732 14735 8337 0 -1 4202560 4575 0 0 0 128 0 0 0 20 0 22 0 23741856 10060525568 980163 33554432000 1073741824 1073778376 140733538786432 140216434297400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14735/tid=14751] ppid=14732 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/14735/task/14751/stat : 14751 (java) S 14732 14735 8337 0 -1 4202560 11915 0 0 0 246 2 0 0 20 0 22 0 23741856 10060525568 980163 33554432000 1073741824 1073778376 140733538786432 140216433244856 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14735/tid=14752] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14752/stat : 14752 (java) S 14732 14735 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23741856 10060525568 980163 33554432000 1073741824 1073778376 140733538786432 140216432192504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14735/tid=14753] ppid=14732 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/14735/task/14753/stat : 14753 (java) S 14732 14735 8337 0 -1 4202560 49 0 0 0 8 18 0 0 20 0 22 0 23741856 10060525568 980163 33554432000 1073741824 1073778376 140733538786432 140216431140168 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14735/tid=14754] ppid=14732 vsize=9824732 CPUtime=811.72 cores=1,3,5,7
/proc/14735/task/14754/stat : 14754 (java) R 14732 14735 8337 0 -1 4202560 225 0 0 0 81153 19 0 0 20 0 22 0 23741897 10060525568 980163 33554432000 1073741824 1073778376 140733538786432 140216429984928 140216674077076 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14735/tid=14755] ppid=14732 vsize=9824732 CPUtime=811.81 cores=1,3,5,7
/proc/14735/task/14755/stat : 14755 (java) R 14732 14735 8337 0 -1 4202560 1704 0 0 0 81141 40 0 0 20 0 22 0 23741897 10060525568 980163 33554432000 1073741824 1073778376 140733538786432 140216428931264 140216674331894 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14756] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14756/stat : 14756 (java) S 14732 14735 8337 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 23741899 10060525568 980163 33554432000 1073741824 1073778376 140733538786432 140216427881512 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14757] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14757/stat : 14757 (java) S 14732 14735 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23741899 10060525568 980163 33554432000 1073741824 1073778376 140733538786432 140216426828968 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1650.99
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.32 4.37 4.37 5/219 15069
/proc/meminfo: memFree=23874016/32872528 swapFree=1499884/1696108
[pid=14735] ppid=14732 vsize=9824732 CPUtime=1771.68 cores=1,3,5,7
/proc/14735/stat : 14735 (java) S 14732 14735 8337 0 -1 4202496 32201 0 1 0 176854 314 0 0 20 0 22 0 23741849 10060525568 1028335 33554432000 1073741824 1073778376 140733538786432 140733538777568 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14735/statm: 2456183 1028335 2292 9 0 2446860 0
[pid=14735/tid=14737] ppid=14732 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/14735/task/14737/stat : 14737 (java) S 14732 14735 8337 0 -1 4202560 2458 0 1 0 44 3 0 0 20 0 22 0 23741851 10060525568 1028335 33554432000 1073741824 1073778376 140733538786432 140216815874936 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14738] ppid=14732 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/14735/task/14738/stat : 14738 (java) S 14732 14735 8337 0 -1 4202560 878 0 0 0 229 38 0 0 20 0 22 0 23741852 10060525568 1028335 33554432000 1073741824 1073778376 140733538786432 140216793974952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14735/tid=14739] ppid=14732 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/14735/task/14739/stat : 14739 (java) S 14732 14735 8337 0 -1 4202560 745 0 0 0 187 31 0 0 20 0 22 0 23741852 10060525568 1028335 33554432000 1073741824 1073778376 140733538786432 140216792922408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14740] ppid=14732 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/14735/task/14740/stat : 14740 (java) S 14732 14735 8337 0 -1 4202560 720 0 0 0 201 27 0 0 20 0 22 0 23741852 10060525568 1028335 33554432000 1073741824 1073778376 140733538786432 140216791869864 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14741] ppid=14732 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/14735/task/14741/stat : 14741 (java) S 14732 14735 8337 0 -1 4202560 688 0 0 0 208 33 0 0 20 0 22 0 23741852 10060525568 1028335 33554432000 1073741824 1073778376 140733538786432 140216455129640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14735/tid=14742] ppid=14732 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/14735/task/14742/stat : 14742 (java) S 14732 14735 8337 0 -1 4202560 832 0 0 0 197 28 0 0 20 0 22 0 23741852 10060525568 1028335 33554432000 1073741824 1073778376 140733538786432 140216454077096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14735/tid=14743] ppid=14732 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/14735/task/14743/stat : 14743 (java) S 14732 14735 8337 0 -1 4202560 947 0 0 0 235 33 0 0 20 0 22 0 23741852 10060525568 1028335 33554432000 1073741824 1073778376 140733538786432 140216453024552 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14735/tid=14744] ppid=14732 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/14735/task/14744/stat : 14744 (java) S 14732 14735 8337 0 -1 4202560 894 0 0 0 208 29 0 0 20 0 22 0 23741852 10060525568 1028335 33554432000 1073741824 1073778376 140733538786432 140216451972008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14735/tid=14745] ppid=14732 vsize=9824732 CPUtime=2.65 cores=1,3,5,7
/proc/14735/task/14745/stat : 14745 (java) S 14732 14735 8337 0 -1 4202560 825 0 0 0 232 33 0 0 20 0 22 0 23741852 10060525568 1028335 33554432000 1073741824 1073778376 140733538786432 140216450919464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14746] ppid=14732 vsize=9824732 CPUtime=5.07 cores=1,3,5,7
/proc/14735/task/14746/stat : 14746 (java) S 14732 14735 8337 0 -1 4202560 3469 0 0 0 497 10 0 0 20 0 22 0 23741853 10060525568 1028335 33554432000 1073741824 1073778376 140733538786432 140216438507624 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14735/tid=14747] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14747/stat : 14747 (java) S 14732 14735 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23741854 10060525568 1028335 33554432000 1073741824 1073778376 140733538786432 140216437453944 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14748] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14748/stat : 14748 (java) S 14732 14735 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23741854 10060525568 1028335 33554432000 1073741824 1073778376 140733538786432 140216436401288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14749] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14749/stat : 14749 (java) S 14732 14735 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23741856 10060525568 1028335 33554432000 1073741824 1073778376 140733538786432 140216435350032 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14750] ppid=14732 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/14735/task/14750/stat : 14750 (java) S 14732 14735 8337 0 -1 4202560 4575 0 0 0 128 0 0 0 20 0 22 0 23741856 10060525568 1028335 33554432000 1073741824 1073778376 140733538786432 140216434297400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14735/tid=14751] ppid=14732 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/14735/task/14751/stat : 14751 (java) S 14732 14735 8337 0 -1 4202560 11915 0 0 0 246 2 0 0 20 0 22 0 23741856 10060525568 1028335 33554432000 1073741824 1073778376 140733538786432 140216433244856 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14735/tid=14752] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14752/stat : 14752 (java) S 14732 14735 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23741856 10060525568 1028335 33554432000 1073741824 1073778376 140733538786432 140216432192504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14735/tid=14753] ppid=14732 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/14735/task/14753/stat : 14753 (java) S 14732 14735 8337 0 -1 4202560 51 0 0 0 9 20 0 0 20 0 22 0 23741856 10060525568 1028335 33554432000 1073741824 1073778376 140733538786432 140216431140168 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14735/tid=14754] ppid=14732 vsize=9824732 CPUtime=871.36 cores=1,3,5,7
/proc/14735/task/14754/stat : 14754 (java) R 14732 14735 8337 0 -1 4202560 228 0 0 0 87116 20 0 0 20 0 22 0 23741897 10060525568 1028335 33554432000 1073741824 1073778376 140733538786432 140216429984928 140216674023436 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14735/tid=14755] ppid=14732 vsize=9824732 CPUtime=871.44 cores=1,3,5,7
/proc/14735/task/14755/stat : 14755 (java) R 14732 14735 8337 0 -1 4202560 1706 0 0 0 87103 41 0 0 20 0 22 0 23741897 10060525568 1028335 33554432000 1073741824 1073778376 140733538786432 140216428931024 140216674103057 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14735/tid=14756] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14756/stat : 14756 (java) S 14732 14735 8337 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 23741899 10060525568 1028335 33554432000 1073741824 1073778376 140733538786432 140216427881512 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14757] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14757/stat : 14757 (java) S 14732 14735 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23741899 10060525568 1028335 33554432000 1073741824 1073778376 140733538786432 140216426828968 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1771.68
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.401 s]
/proc/loadavg: 4.25 4.35 4.36 5/219 15070
/proc/meminfo: memFree=23874020/32872528 swapFree=1499884/1696108
[pid=14735] ppid=14732 vsize=9824732 CPUtime=1800.16 cores=1,3,5,7
/proc/14735/stat : 14735 (java) S 14732 14735 8337 0 -1 4202496 32250 0 1 0 179701 315 0 0 20 0 22 0 23741849 10060525568 1028373 33554432000 1073741824 1073778376 140733538786432 140733538777568 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14735/statm: 2456183 1028373 2292 9 0 2446860 0
[pid=14735/tid=14737] ppid=14732 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/14735/task/14737/stat : 14737 (java) S 14732 14735 8337 0 -1 4202560 2458 0 1 0 44 3 0 0 20 0 22 0 23741851 10060525568 1028373 33554432000 1073741824 1073778376 140733538786432 140216815874936 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14738] ppid=14732 vsize=9824732 CPUtime=2.78 cores=1,3,5,7
/proc/14735/task/14738/stat : 14738 (java) S 14732 14735 8337 0 -1 4202560 878 0 0 0 240 38 0 0 20 0 22 0 23741852 10060525568 1028373 33554432000 1073741824 1073778376 140733538786432 140216793974952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14739] ppid=14732 vsize=9824732 CPUtime=2.23 cores=1,3,5,7
/proc/14735/task/14739/stat : 14739 (java) S 14732 14735 8337 0 -1 4202560 750 0 0 0 192 31 0 0 20 0 22 0 23741852 10060525568 1028373 33554432000 1073741824 1073778376 140733538786432 140216792922408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14735/tid=14740] ppid=14732 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/14735/task/14740/stat : 14740 (java) S 14732 14735 8337 0 -1 4202560 720 0 0 0 208 27 0 0 20 0 22 0 23741852 10060525568 1028373 33554432000 1073741824 1073778376 140733538786432 140216791869864 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14735/tid=14741] ppid=14732 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/14735/task/14741/stat : 14741 (java) S 14732 14735 8337 0 -1 4202560 712 0 0 0 220 33 0 0 20 0 22 0 23741852 10060525568 1028373 33554432000 1073741824 1073778376 140733538786432 140216455129640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14735/tid=14742] ppid=14732 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/14735/task/14742/stat : 14742 (java) S 14732 14735 8337 0 -1 4202560 832 0 0 0 208 28 0 0 20 0 22 0 23741852 10060525568 1028373 33554432000 1073741824 1073778376 140733538786432 140216454077096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14735/tid=14743] ppid=14732 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/14735/task/14743/stat : 14743 (java) S 14732 14735 8337 0 -1 4202560 947 0 0 0 244 33 0 0 20 0 22 0 23741852 10060525568 1028373 33554432000 1073741824 1073778376 140733538786432 140216453024552 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14735/tid=14744] ppid=14732 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/14735/task/14744/stat : 14744 (java) S 14732 14735 8337 0 -1 4202560 894 0 0 0 217 29 0 0 20 0 22 0 23741852 10060525568 1028373 33554432000 1073741824 1073778376 140733538786432 140216451972008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14745] ppid=14732 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/14735/task/14745/stat : 14745 (java) S 14732 14735 8337 0 -1 4202560 825 0 0 0 238 33 0 0 20 0 22 0 23741852 10060525568 1028373 33554432000 1073741824 1073778376 140733538786432 140216450919464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14735/tid=14746] ppid=14732 vsize=9824732 CPUtime=5.08 cores=1,3,5,7
/proc/14735/task/14746/stat : 14746 (java) S 14732 14735 8337 0 -1 4202560 3484 0 0 0 497 11 0 0 20 0 22 0 23741853 10060525568 1028373 33554432000 1073741824 1073778376 140733538786432 140216438507624 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14747] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14747/stat : 14747 (java) S 14732 14735 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23741854 10060525568 1028373 33554432000 1073741824 1073778376 140733538786432 140216437453944 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14748] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14748/stat : 14748 (java) S 14732 14735 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23741854 10060525568 1028373 33554432000 1073741824 1073778376 140733538786432 140216436401288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14749] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14749/stat : 14749 (java) S 14732 14735 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23741856 10060525568 1028373 33554432000 1073741824 1073778376 140733538786432 140216435350032 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14750] ppid=14732 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/14735/task/14750/stat : 14750 (java) S 14732 14735 8337 0 -1 4202560 4575 0 0 0 128 0 0 0 20 0 22 0 23741856 10060525568 1028373 33554432000 1073741824 1073778376 140733538786432 140216434297400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14735/tid=14751] ppid=14732 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/14735/task/14751/stat : 14751 (java) S 14732 14735 8337 0 -1 4202560 11915 0 0 0 246 2 0 0 20 0 22 0 23741856 10060525568 1028373 33554432000 1073741824 1073778376 140733538786432 140216433244856 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14735/tid=14752] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14752/stat : 14752 (java) S 14732 14735 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23741856 10060525568 1028373 33554432000 1073741824 1073778376 140733538786432 140216432192504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14735/tid=14753] ppid=14732 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/14735/task/14753/stat : 14753 (java) S 14732 14735 8337 0 -1 4202560 53 0 0 0 9 20 0 0 20 0 22 0 23741856 10060525568 1028373 33554432000 1073741824 1073778376 140733538786432 140216431140168 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14735/tid=14754] ppid=14732 vsize=9824732 CPUtime=885.24 cores=1,3,5,7
/proc/14735/task/14754/stat : 14754 (java) R 14732 14735 8337 0 -1 4202560 229 0 0 0 88504 20 0 0 20 0 22 0 23741897 10060525568 1028373 33554432000 1073741824 1073778376 140733538786432 140216429984032 140216674077118 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14755] ppid=14732 vsize=9824732 CPUtime=885.33 cores=1,3,5,7
/proc/14735/task/14755/stat : 14755 (java) R 14732 14735 8337 0 -1 4202560 1708 0 0 0 88492 41 0 0 20 0 22 0 23741897 10060525568 1028373 33554432000 1073741824 1073778376 140733538786432 140216428932384 140216674101948 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14735/tid=14756] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14756/stat : 14756 (java) S 14732 14735 8337 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 23741899 10060525568 1028373 33554432000 1073741824 1073778376 140733538786432 140216427881512 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14735/tid=14757] ppid=14732 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14735/task/14757/stat : 14757 (java) S 14732 14735 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23741899 10060525568 1028373 33554432000 1073741824 1073778376 140733538786432 140216426828968 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
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 14735 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 896.47
CPU time (s): 1800.79
CPU user time (s): 1797.13
CPU system time (s): 3.66044
CPU usage (%): 200.876
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.13
system time used= 3.66044
maximum resident set size= 4113640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32301
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23474
involuntary context switches= 24821

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.34703 second user time and 7.71383 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-18 04:29:21
IDJOB=4101986
IDBENCH=1832
IDSOLVER=2543
FILE ID=node137/4101986-1466216961
RUNJOBID= node137-1466206054-8354
PBS_JOBID= 19918140
Free space on /tmp= 71644 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib3/normalized-reduced-mps-v2-20-10-blend2.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101986-1466216961/watcher-4101986-1466216961 -o /tmp/evaluation-result-4101986-1466216961/solver-4101986-1466216961 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466206054-8354 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4101986-1466216961.opb

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

MD5SUM BENCH= 94d27ad55443aa92d0406d6e0a54bcaf
RANDOM SEED=1245169783

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.486
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:        25239836 kB
Buffers:           94548 kB
Cached:           163252 kB
SwapCached:         1268 kB
Active:          5041004 kB
Inactive:         139320 kB
Active(anon):    4923904 kB
Inactive(anon):     1220 kB
Active(file):     117100 kB
Inactive(file):   138100 kB
Unevictable:     1696108 kB
Mlocked:         1499884 kB
SwapTotal:      67108856 kB
SwapFree:       67100004 kB
Dirty:               876 kB
Writeback:             0 kB
AnonPages:       6689324 kB
Mapped:            15468 kB
Shmem:                 0 kB
Slab:             602852 kB
SReclaimable:      46884 kB
SUnreclaim:       555968 kB
KernelStack:        1808 kB
PageTables:        17564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    6880116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5083136 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= 71700 MiB
End job on node137 at 2016-06-18 04:44:18