Trace number 4103478

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 897.068

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-B2C1S1.opb
MD5SUMa5c62cef1e86c64304fd5ef232ab5991
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables107808
Total number of constraints3904
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 constraints3904
Minimum length of a constraint31
Maximum length of a constraint1440
Number of terms in the objective function 38688
Biggest coefficient in the objective function 348966092800
Number of bits for the biggest coefficient in the objective function 39
Sum of the numbers in the objective function 299074813804544
Number of bits of the sum of numbers in the objective function 49
Biggest number in a constraint 348966092800
Number of bits of the biggest number in a constraint 39
Biggest sum of numbers in a constraint 299074813804544
Number of bits of the biggest sum of numbers49
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4103478-1466242179.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
2.16/1.29	c ... done. Wall clock time 1.173s.
2.16/1.29	c declared #vars     107808
2.16/1.29	c #constraints  5184
2.16/1.29	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.16/1.29	c constraints type 
2.16/1.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5184
2.16/1.29	c 5184 constraints processed.
2.16/1.29	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.16/1.29	c constraints type 
2.16/1.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5184
2.16/1.29	c 5184 constraints processed.
2.16/1.29	c objective function length is 38688 literals
5.80/2.72	c cleaning 2490 clauses out of 5002 with flag 23275/5002
7.99/3.68	c cleaning 4253 clauses out of 8509 with flag 53661/11000
12.71/5.84	c cleaning 5629 clauses out of 11258 with flag 71637/18002
15.03/6.99	c cleaning 6802 clauses out of 13627 with flag 94447/26000
17.74/8.27	c cleaning 7911 clauses out of 15825 with flag 119894/35001
20.04/9.38	c cleaning 8950 clauses out of 17914 with flag 142463/45001
22.25/10.47	c cleaning 9969 clauses out of 19963 with flag 165823/56000
25.87/12.24	c cleaning 10983 clauses out of 21994 with flag 191041/68000
30.08/14.38	c cleaning 11993 clauses out of 24011 with flag 218529/81000
35.17/16.89	c cleaning 12990 clauses out of 26018 with flag 248223/95000
41.19/19.84	c cleaning 13999 clauses out of 28028 with flag 280042/110000
48.14/23.22	c cleaning 15003 clauses out of 30029 with flag 314413/126000
56.03/27.11	c cleaning 15997 clauses out of 32026 with flag 350638/143000
65.10/31.64	c cleaning 16996 clauses out of 34030 with flag 388641/161001
75.93/37.00	c cleaning 18000 clauses out of 36033 with flag 429043/180000
88.48/43.22	c cleaning 19004 clauses out of 38033 with flag 471677/200000
103.32/50.68	c cleaning 19998 clauses out of 40029 with flag 516837/221000
120.55/59.22	c cleaning 20998 clauses out of 42031 with flag 563454/243000
140.39/69.13	c cleaning 22002 clauses out of 44033 with flag 612528/266000
162.87/80.39	c cleaning 23002 clauses out of 46031 with flag 663474/290000
175.88/86.82	c cleaning 0 clauses out of 5002 with flag 0/5002
188.39/93.08	c cleaning 23999 clauses out of 48031 with flag 716764/315002
217.20/107.36	c cleaning 25000 clauses out of 50031 with flag 772107/341001
238.42/117.99	c cleaning 26002 clauses out of 52031 with flag 831416/368001
248.82/123.16	c cleaning 26998 clauses out of 54028 with flag 900760/396000
265.45/131.42	c cleaning 27999 clauses out of 56032 with flag 965355/425002
284.09/140.76	c cleaning 29002 clauses out of 58031 with flag 1036069/455000
307.16/152.24	c cleaning 30004 clauses out of 60030 with flag 1107433/486001
332.85/165.10	c cleaning 30998 clauses out of 62025 with flag 1185245/518000
362.53/179.82	c cleaning 32000 clauses out of 64028 with flag 1266925/551001
394.06/195.56	c cleaning 32998 clauses out of 66028 with flag 1350759/585001
429.53/213.45	c cleaning 33998 clauses out of 68031 with flag 1436916/620002
467.63/232.42	c cleaning 34998 clauses out of 70031 with flag 1526731/656000
510.97/254.09	c cleaning 36001 clauses out of 72033 with flag 1615957/693000
557.90/277.48	c cleaning 36997 clauses out of 74032 with flag 1706378/731000
609.68/303.28	c cleaning 38001 clauses out of 76036 with flag 1802308/770001
637.20/316.99	c cleaning 39012 clauses out of 78034 with flag 1944539/810000
659.59/328.01	c cleaning 39998 clauses out of 80015 with flag 2086585/851000
683.10/339.79	c cleaning 40997 clauses out of 82019 with flag 2291453/893002
701.33/349.04	c cleaning 41988 clauses out of 84008 with flag 2402799/936000
717.40/357.01	c cleaning 42997 clauses out of 86008 with flag 2558235/980000
741.66/369.17	c cleaning 43995 clauses out of 88009 with flag 2966978/1025000
781.80/389.14	c cleaning 44988 clauses out of 90014 with flag 3561911/1071000
825.20/410.79	c cleaning 45983 clauses out of 92019 with flag 4160618/1118001
852.52/424.37	c cleaning 46990 clauses out of 94020 with flag 4531118/1166000
877.11/436.53	c cleaning 48002 clauses out of 96017 with flag 4734600/1215001
902.11/449.21	c cleaning 48973 clauses out of 98012 with flag 4989536/1265000
927.38/461.86	c cleaning 50009 clauses out of 100032 with flag 5288339/1316002
928.19/462.28	c cleaning 0 clauses out of 11000 with flag 0/11000
955.51/475.85	c cleaning 50999 clauses out of 102020 with flag 5744344/1368001
998.27/497.13	c cleaning 52005 clauses out of 104019 with flag 6209634/1421001
1026.43/511.19	c cleaning 52984 clauses out of 106001 with flag 6432971/1475001
1059.99/527.85	c cleaning 53996 clauses out of 108008 with flag 6676706/1530000
1106.79/551.14	c cleaning 55002 clauses out of 110007 with flag 6915986/1586003
1149.02/572.52	c cleaning 55992 clauses out of 111990 with flag 7223181/1643000
1183.62/589.76	c cleaning 56983 clauses out of 113977 with flag 7587206/1701000
1221.55/608.62	c cleaning 57987 clauses out of 115993 with flag 7918765/1760000
1262.65/629.13	c cleaning 58999 clauses out of 118008 with flag 8292298/1820002
1305.98/650.74	c cleaning 59997 clauses out of 120008 with flag 8674451/1881001
1351.51/673.45	c cleaning 60993 clauses out of 122013 with flag 9107607/1943003
1396.32/695.76	c cleaning 61986 clauses out of 124017 with flag 9562225/2006000
1438.35/716.62	c cleaning 63000 clauses out of 126019 with flag 9877620/2070001
1459.30/727.03	c cleaning 0 clauses out of 18001 with flag 0/18001
1522.67/758.96	c cleaning 63995 clauses out of 128018 with flag 10024810/2135000
1567.38/781.20	c cleaning 65005 clauses out of 130023 with flag 10574787/2201000
1611.20/803.03	c cleaning 65998 clauses out of 132007 with flag 10800689/2268003
1677.19/835.95	c cleaning 66985 clauses out of 133981 with flag 11307545/2336001
1731.62/863.09	c cleaning 67976 clauses out of 135986 with flag 11736751/2405000
1775.52/884.88	c cleaning 68985 clauses out of 138009 with flag 12212566/2475001
1800.00/897.00	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/897.00	c starts		: 4288
1800.00/897.00	c conflicts		: 2515604
1800.00/897.00	c decisions		: 10336246
1800.00/897.00	c propagations		: 177984561
1800.00/897.00	c inspects		: 8060464228
1800.00/897.00	c shortcuts		: 0
1800.00/897.00	c learnt literals	: 214
1800.00/897.00	c learnt binary clauses	: 1963
1800.00/897.00	c learnt ternary clauses	: 181
1800.00/897.00	c learnt constraints	: 2515390
1800.00/897.00	c ignored constraints	: 0
1800.00/897.00	c root simplifications	: 0
1800.00/897.00	c removed literals (reason simplification)	: 11108314
1800.00/897.00	c reason swapping (by a shorter reason)	: 0
1800.00/897.00	c Calls to reduceDB	: 66
1800.00/897.00	c Number of update (reduction) of LBD	: 465188
1800.00/897.00	c Imported unit clauses	: 0
1800.00/897.00	c number of reductions to clauses (during analyze)	: 0
1800.00/897.00	c number of learned constraints concerned by reduction	: 0
1800.00/897.00	c number of learning phase by resolution	: 0
1800.00/897.00	c number of learning phase by cutting planes	: 0
1800.00/897.00	c speed (assignments/second)	: 198734.86580883176
1800.00/897.00	c non guided choices	3593901
1800.00/897.03	c learnt constraints type 
1800.00/897.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1963
1800.00/897.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 107664
1800.00/897.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/897.03	c starts		: 34
1800.00/897.03	c conflicts		: 25914
1800.00/897.03	c decisions		: 2253668
1800.00/897.03	c propagations		: 5441410
1800.00/897.03	c inspects		: 880747100
1800.00/897.03	c shortcuts		: 0
1800.00/897.03	c learnt literals	: 0
1800.00/897.03	c learnt binary clauses	: 0
1800.00/897.03	c learnt ternary clauses	: 0
1800.00/897.03	c learnt constraints	: 25914
1800.00/897.03	c ignored constraints	: 0
1800.00/897.03	c root simplifications	: 0
1800.00/897.03	c removed literals (reason simplification)	: 0
1800.00/897.03	c reason swapping (by a shorter reason)	: 0
1800.00/897.03	c Calls to reduceDB	: 3
1800.00/897.03	c Number of update (reduction) of LBD	: 0
1800.00/897.03	c Imported unit clauses	: 0
1800.00/897.03	c number of reductions to clauses (during analyze)	: 0
1800.00/897.03	c number of learned constraints concerned by reduction	: 0
1800.00/897.03	c number of learning phase by resolution	: 0
1800.00/897.03	c number of learning phase by cutting planes	: 0
1800.00/897.03	c speed (assignments/second)	: 6075.82993424395
1800.00/897.03	c non guided choices	85
1800.00/897.04	c learnt constraints type 
1800.00/897.04	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 129
1800.00/897.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 25785
1800.00/897.04	s UNKNOWN
1800.00/897.04	c Total wall clock time (in seconds): 896.924

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

pid=6511
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.02 3.90 3.00 4/197 6514
/proc/meminfo: memFree=28019000/32872528 swapFree=681964/737152
[pid=6514] ppid=6511 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/6514/stat : 6514 (java) R 6511 6514 6358 0 -1 4202496 616 0 0 0 0 0 0 0 20 0 1 0 26267105 23793664 267 33554432000 1073741824 1073778376 140734841958992 140734841948056 213857122881 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6514/statm: 5809 281 218 9 0 128 0

[startup+0.10006 s]
/proc/loadavg: 4.02 3.90 3.00 4/197 6514
/proc/meminfo: memFree=28019000/32872528 swapFree=681964/737152
[pid=6514] ppid=6511 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/6514/stat : 6514 (java) S 6511 6514 6358 0 -1 4202496 4398 0 1 0 8 1 0 0 20 0 18 0 26267105 9787879424 6040 33554432000 1073741824 1073778376 140734841958992 140734841950128 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6514/statm: 2389619 6040 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200267 s]
/proc/loadavg: 4.02 3.90 3.00 4/197 6514
/proc/meminfo: memFree=28019000/32872528 swapFree=681964/737152
[pid=6514] ppid=6511 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/6514/stat : 6514 (java) S 6511 6514 6358 0 -1 4202496 5041 0 1 0 28 1 0 0 20 0 18 0 26267105 9787879424 7923 33554432000 1073741824 1073778376 140734841958992 140734841950128 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6514/statm: 2389619 7923 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300294 s]
/proc/loadavg: 4.02 3.90 3.00 4/197 6514
/proc/meminfo: memFree=28019000/32872528 swapFree=681964/737152
[pid=6514] ppid=6511 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/6514/stat : 6514 (java) S 6511 6514 6358 0 -1 4202496 5769 0 1 0 45 2 0 0 20 0 18 0 26267105 9787879424 12921 33554432000 1073741824 1073778376 140734841958992 140734841950128 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6514/statm: 2389619 12921 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700263 s]
/proc/loadavg: 4.02 3.90 3.00 4/197 6514
/proc/meminfo: memFree=28019000/32872528 swapFree=681964/737152
[pid=6514] ppid=6511 vsize=9558476 CPUtime=1.43 cores=1,3,5,7
/proc/6514/stat : 6514 (java) S 6511 6514 6358 0 -1 4202496 12060 0 1 0 134 9 0 0 20 0 18 0 26267105 9787879424 52249 33554432000 1073741824 1073778376 140734841958992 140734841950128 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6514/statm: 2389619 52249 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 9558476

[startup+1.50072 s]
/proc/loadavg: 4.02 3.90 3.00 3/189 6542
/proc/meminfo: memFree=31027104/32872528 swapFree=681964/737152
[pid=6514] ppid=6511 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/6514/stat : 6514 (java) S 6511 6514 6358 0 -1 4202496 13187 0 1 0 272 17 0 0 20 0 22 0 26267105 10060525568 65550 33554432000 1073741824 1073778376 140734841958992 140734841950128 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6514/statm: 2456183 65550 2280 9 0 2446860 0
[pid=6514/tid=6516] ppid=6511 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/6514/task/6516/stat : 6516 (java) S 6511 6514 6358 0 -1 4202560 2485 0 1 0 111 3 0 0 20 0 22 0 26267106 10060525568 65550 33554432000 1073741824 1073778376 140734841958992 140344721318776 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6514/tid=6517] ppid=6511 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/6514/task/6517/stat : 6517 (java) S 6511 6514 6358 0 -1 4202560 180 0 0 0 5 2 0 0 20 0 22 0 26267107 10060525568 65550 33554432000 1073741824 1073778376 140734841958992 140344710380328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6514/tid=6518] ppid=6511 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/6514/task/6518/stat : 6518 (java) S 6511 6514 6358 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 22 0 26267107 10060525568 65550 33554432000 1073741824 1073778376 140734841958992 140344709327528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6514/tid=6519] ppid=6511 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/6514/task/6519/stat : 6519 (java) S 6511 6514 6358 0 -1 4202560 106 0 0 0 3 1 0 0 20 0 22 0 26267107 10060525568 65550 33554432000 1073741824 1073778376 140734841958992 140344708275240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6514/tid=6520] ppid=6511 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/6514/task/6520/stat : 6520 (java) S 6511 6514 6358 0 -1 4202560 37 0 0 0 3 2 0 0 20 0 22 0 26267107 10060525568 65550 33554432000 1073741824 1073778376 140734841958992 140344707222440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6514/tid=6521] ppid=6511 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/6514/task/6521/stat : 6521 (java) S 6511 6514 6358 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 22 0 26267107 10060525568 65550 33554432000 1073741824 1073778376 140734841958992 140344706169128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6514/tid=6522] ppid=6511 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/6514/task/6522/stat : 6522 (java) S 6511 6514 6358 0 -1 4202560 27 0 0 0 3 2 0 0 20 0 22 0 26267107 10060525568 65550 33554432000 1073741824 1073778376 140734841958992 140344705116328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6514/tid=6523] ppid=6511 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/6514/task/6523/stat : 6523 (java) S 6511 6514 6358 0 -1 4202560 85 0 0 0 2 0 0 0 20 0 22 0 26267107 10060525568 65550 33554432000 1073741824 1073778376 140734841958992 140344704064040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6514/tid=6524] ppid=6511 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/6514/task/6524/stat : 6524 (java) S 6511 6514 6358 0 -1 4202560 98 0 0 0 5 2 0 0 20 0 22 0 26267107 10060525568 65550 33554432000 1073741824 1073778376 140734841958992 140344703011240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6514/tid=6525] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6525/stat : 6525 (java) S 6511 6514 6358 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 26267108 10060525568 65550 33554432000 1073741824 1073778376 140734841958992 140344545471208 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6514/tid=6526] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6526/stat : 6526 (java) S 6511 6514 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26267108 10060525568 65550 33554432000 1073741824 1073778376 140734841958992 140344544417272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6514/tid=6527] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6527/stat : 6527 (java) S 6511 6514 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26267108 10060525568 65550 33554432000 1073741824 1073778376 140734841958992 140344543364872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6514/tid=6528] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6528/stat : 6528 (java) S 6511 6514 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26267111 10060525568 65550 33554432000 1073741824 1073778376 140734841958992 140344542313360 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6514/tid=6529] ppid=6511 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/6514/task/6529/stat : 6529 (java) R 6511 6514 6358 0 -1 4202560 5627 0 0 0 51 0 0 0 20 0 22 0 26267111 10060525568 65550 33554432000 1073741824 1073778376 140734841958992 140344541259960 140344727470843 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6514/tid=6530] ppid=6511 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/6514/task/6530/stat : 6530 (java) S 6511 6514 6358 0 -1 4202560 3125 0 0 0 40 0 0 0 20 0 22 0 26267111 10060525568 65550 33554432000 1073741824 1073778376 140734841958992 140344540207160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6514/tid=6531] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6531/stat : 6531 (java) S 6511 6514 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26267111 10060525568 65550 33554432000 1073741824 1073778376 140734841958992 140344539155064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6514/tid=6532] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6532/stat : 6532 (java) S 6511 6514 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26267111 10060525568 65550 33554432000 1073741824 1073778376 140734841958992 140344538102472 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 9824732

[startup+3.10099 s]
/proc/loadavg: 4.02 3.90 3.00 10/207 6661
/proc/meminfo: memFree=30894292/32872528 swapFree=681964/737152
[pid=6514] ppid=6511 vsize=9824732 CPUtime=6.78 cores=1,3,5,7
/proc/6514/stat : 6514 (java) S 6511 6514 6358 0 -1 4202496 16160 0 1 0 653 25 0 0 20 0 22 0 26267105 10060525568 106073 33554432000 1073741824 1073778376 140734841958992 140734841950128 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6514/statm: 2456183 106073 2289 9 0 2446860 0
[pid=6514/tid=6516] ppid=6511 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/6514/task/6516/stat : 6516 (java) S 6511 6514 6358 0 -1 4202560 2485 0 1 0 111 3 0 0 20 0 22 0 26267106 10060525568 106073 33554432000 1073741824 1073778376 140734841958992 140344721318776 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6514/tid=6517] ppid=6511 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/6514/task/6517/stat : 6517 (java) S 6511 6514 6358 0 -1 4202560 185 0 0 0 6 3 0 0 20 0 22 0 26267107 10060525568 106073 33554432000 1073741824 1073778376 140734841958992 140344710380328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6514/tid=6518] ppid=6511 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/6514/task/6518/stat : 6518 (java) S 6511 6514 6358 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 22 0 26267107 10060525568 106073 33554432000 1073741824 1073778376 140734841958992 140344709327528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6514/tid=6519] ppid=6511 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/6514/task/6519/stat : 6519 (java) S 6511 6514 6358 0 -1 4202560 179 0 0 0 5 2 0 0 20 0 22 0 26267107 10060525568 106073 33554432000 1073741824 1073778376 140734841958992 140344708275240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6514/tid=6520] ppid=6511 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/6514/task/6520/stat : 6520 (java) S 6511 6514 6358 0 -1 4202560 164 0 0 0 9 3 0 0 20 0 22 0 26267107 10060525568 106073 33554432000 1073741824 1073778376 140734841958992 140344707222440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6514/tid=6521] ppid=6511 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/6514/task/6521/stat : 6521 (java) S 6511 6514 6358 0 -1 4202560 44 0 0 0 7 2 0 0 20 0 22 0 26267107 10060525568 106073 33554432000 1073741824 1073778376 140734841958992 140344706169128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6514/tid=6522] ppid=6511 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/6514/task/6522/stat : 6522 (java) S 6511 6514 6358 0 -1 4202560 104 0 0 0 4 2 0 0 20 0 22 0 26267107 10060525568 106073 33554432000 1073741824 1073778376 140734841958992 140344705116328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6514/tid=6523] ppid=6511 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/6514/task/6523/stat : 6523 (java) S 6511 6514 6358 0 -1 4202560 93 0 0 0 3 1 0 0 20 0 22 0 26267107 10060525568 106073 33554432000 1073741824 1073778376 140734841958992 140344704064040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6514/tid=6524] ppid=6511 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/6514/task/6524/stat : 6524 (java) S 6511 6514 6358 0 -1 4202560 109 0 0 0 7 2 0 0 20 0 22 0 26267107 10060525568 106073 33554432000 1073741824 1073778376 140734841958992 140344703011240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6514/tid=6525] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6525/stat : 6525 (java) S 6511 6514 6358 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 26267108 10060525568 106073 33554432000 1073741824 1073778376 140734841958992 140344545471208 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6514/tid=6526] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6526/stat : 6526 (java) S 6511 6514 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26267108 10060525568 106073 33554432000 1073741824 1073778376 140734841958992 140344544417272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6514/tid=6527] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6527/stat : 6527 (java) S 6511 6514 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26267108 10060525568 106073 33554432000 1073741824 1073778376 140734841958992 140344543364872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6514/tid=6528] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6528/stat : 6528 (java) S 6511 6514 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26267111 10060525568 106073 33554432000 1073741824 1073778376 140734841958992 140344542313360 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6514/tid=6529] ppid=6511 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/6514/task/6529/stat : 6529 (java) S 6511 6514 6358 0 -1 4202560 5639 0 0 0 78 2 0 0 20 0 22 0 26267111 10060525568 106073 33554432000 1073741824 1073778376 140734841958992 140344541259960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6514/tid=6530] ppid=6511 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/6514/task/6530/stat : 6530 (java) S 6511 6514 6358 0 -1 4202560 5565 0 0 0 73 2 0 0 20 0 22 0 26267111 10060525568 106073 33554432000 1073741824 1073778376 140734841958992 140344540207160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6514/tid=6531] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6531/stat : 6531 (java) S 6511 6514 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26267111 10060525568 106073 33554432000 1073741824 1073778376 140734841958992 140344539155064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6514/tid=6532] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6532/stat : 6532 (java) S 6511 6514 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26267111 10060525568 106073 33554432000 1073741824 1073778376 140734841958992 140344538102472 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6514/tid=6568] ppid=6511 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/6514/task/6568/stat : 6568 (java) R 6511 6514 6358 0 -1 4202560 22 0 0 0 170 0 0 0 20 0 22 0 26267235 10060525568 106073 33554432000 1073741824 1073778376 140734841958992 140344537046952 140344583795363 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6514/tid=6569] ppid=6511 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/6514/task/6569/stat : 6569 (java) R 6511 6514 6358 0 -1 4202560 72 0 0 0 158 2 0 0 20 0 22 0 26267235 10060525568 106073 33554432000 1073741824 1073778376 140734841958992 140344535994680 140344583585721 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6514/tid=6600] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6600/stat : 6600 (java) S 6511 6514 6358 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 26267247 10060525568 106073 33554432000 1073741824 1073778376 140734841958992 140344534943400 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6514/tid=6601] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6601/stat : 6601 (java) S 6511 6514 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26267249 10060525568 106073 33554432000 1073741824 1073778376 140734841958992 140344533890600 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.78
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.02 3.90 3.00 10/216 6691
/proc/meminfo: memFree=30545184/32872528 swapFree=681964/737152
[pid=6514] ppid=6511 vsize=9824732 CPUtime=13.8 cores=1,3,5,7
/proc/6514/stat : 6514 (java) S 6511 6514 6358 0 -1 4202496 17113 0 1 0 1343 37 0 0 20 0 22 0 26267105 10060525568 173182 33554432000 1073741824 1073778376 140734841958992 140734841950128 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6514/statm: 2456183 173182 2290 9 0 2446860 0
[pid=6514/tid=6516] ppid=6511 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/6514/task/6516/stat : 6516 (java) S 6511 6514 6358 0 -1 4202560 2485 0 1 0 111 3 0 0 20 0 22 0 26267106 10060525568 173182 33554432000 1073741824 1073778376 140734841958992 140344721318776 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6514/tid=6517] ppid=6511 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/6514/task/6517/stat : 6517 (java) S 6511 6514 6358 0 -1 4202560 193 0 0 0 9 3 0 0 20 0 22 0 26267107 10060525568 173182 33554432000 1073741824 1073778376 140734841958992 140344710380328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6514/tid=6518] ppid=6511 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/6514/task/6518/stat : 6518 (java) S 6511 6514 6358 0 -1 4202560 56 0 0 0 6 2 0 0 20 0 22 0 26267107 10060525568 173182 33554432000 1073741824 1073778376 140734841958992 140344709327528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6514/tid=6519] ppid=6511 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/6514/task/6519/stat : 6519 (java) S 6511 6514 6358 0 -1 4202560 188 0 0 0 7 2 0 0 20 0 22 0 26267107 10060525568 173182 33554432000 1073741824 1073778376 140734841958992 140344708275240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6514/tid=6520] ppid=6511 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/6514/task/6520/stat : 6520 (java) S 6511 6514 6358 0 -1 4202560 174 0 0 0 11 4 0 0 20 0 22 0 26267107 10060525568 173182 33554432000 1073741824 1073778376 140734841958992 140344707222440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6514/tid=6521] ppid=6511 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/6514/task/6521/stat : 6521 (java) S 6511 6514 6358 0 -1 4202560 99 0 0 0 12 3 0 0 20 0 22 0 26267107 10060525568 173182 33554432000 1073741824 1073778376 140734841958992 140344706169128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6514/tid=6522] ppid=6511 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/6514/task/6522/stat : 6522 (java) S 6511 6514 6358 0 -1 4202560 165 0 0 0 8 3 0 0 20 0 22 0 26267107 10060525568 173182 33554432000 1073741824 1073778376 140734841958992 140344705116328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6514/tid=6523] ppid=6511 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/6514/task/6523/stat : 6523 (java) S 6511 6514 6358 0 -1 4202560 177 0 0 0 8 3 0 0 20 0 22 0 26267107 10060525568 173182 33554432000 1073741824 1073778376 140734841958992 140344704064040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6514/tid=6524] ppid=6511 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/6514/task/6524/stat : 6524 (java) S 6511 6514 6358 0 -1 4202560 128 0 0 0 11 4 0 0 20 0 22 0 26267107 10060525568 173182 33554432000 1073741824 1073778376 140734841958992 140344703011240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6514/tid=6525] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6525/stat : 6525 (java) S 6511 6514 6358 0 -1 4202560 489 0 0 0 0 0 0 0 20 0 22 0 26267108 10060525568 173182 33554432000 1073741824 1073778376 140734841958992 140344545471208 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6514/tid=6526] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6526/stat : 6526 (java) S 6511 6514 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26267108 10060525568 173182 33554432000 1073741824 1073778376 140734841958992 140344544417272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6514/tid=6527] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6527/stat : 6527 (java) S 6511 6514 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26267108 10060525568 173182 33554432000 1073741824 1073778376 140734841958992 140344543364872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6514/tid=6528] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6528/stat : 6528 (java) S 6511 6514 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26267111 10060525568 173182 33554432000 1073741824 1073778376 140734841958992 140344542313360 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6514/tid=6529] ppid=6511 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/6514/task/6529/stat : 6529 (java) S 6511 6514 6358 0 -1 4202560 5649 0 0 0 108 2 0 0 20 0 22 0 26267111 10060525568 173182 33554432000 1073741824 1073778376 140734841958992 140344541259960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6514/tid=6530] ppid=6511 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/6514/task/6530/stat : 6530 (java) S 6511 6514 6358 0 -1 4202560 5655 0 0 0 88 2 0 0 20 0 22 0 26267111 10060525568 173182 33554432000 1073741824 1073778376 140734841958992 140344540207160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6514/tid=6531] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6531/stat : 6531 (java) S 6511 6514 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26267111 10060525568 173182 33554432000 1073741824 1073778376 140734841958992 140344539155064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6514/tid=6532] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6532/stat : 6532 (java) S 6511 6514 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26267111 10060525568 173182 33554432000 1073741824 1073778376 140734841958992 140344538102472 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6514/tid=6568] ppid=6511 vsize=9824732 CPUtime=4.79 cores=1,3,5,7

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

/proc/6514/task/6519/stat : 6519 (java) S 6511 6514 6358 0 -1 4202560 759 0 0 0 200 13 0 0 20 0 22 0 26267107 10060525568 607770 33554432000 1073741824 1073778376 140734841958992 140344708275240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6514/tid=6520] ppid=6511 vsize=9824732 CPUtime=2.12 cores=1,3,5,7
/proc/6514/task/6520/stat : 6520 (java) S 6511 6514 6358 0 -1 4202560 565 0 0 0 200 12 0 0 20 0 22 0 26267107 10060525568 607770 33554432000 1073741824 1073778376 140734841958992 140344707222440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6514/tid=6521] ppid=6511 vsize=9824732 CPUtime=2.02 cores=1,3,5,7
/proc/6514/task/6521/stat : 6521 (java) S 6511 6514 6358 0 -1 4202560 548 0 0 0 189 13 0 0 20 0 22 0 26267107 10060525568 607770 33554432000 1073741824 1073778376 140734841958992 140344706169128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6514/tid=6522] ppid=6511 vsize=9824732 CPUtime=2.04 cores=1,3,5,7
/proc/6514/task/6522/stat : 6522 (java) S 6511 6514 6358 0 -1 4202560 557 0 0 0 191 13 0 0 20 0 22 0 26267107 10060525568 607770 33554432000 1073741824 1073778376 140734841958992 140344705116328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6514/tid=6523] ppid=6511 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/6514/task/6523/stat : 6523 (java) S 6511 6514 6358 0 -1 4202560 603 0 0 0 204 13 0 0 20 0 22 0 26267107 10060525568 607770 33554432000 1073741824 1073778376 140734841958992 140344704064040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6514/tid=6524] ppid=6511 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/6514/task/6524/stat : 6524 (java) S 6511 6514 6358 0 -1 4202560 562 0 0 0 199 14 0 0 20 0 22 0 26267107 10060525568 607770 33554432000 1073741824 1073778376 140734841958992 140344703011240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6514/tid=6525] ppid=6511 vsize=9824732 CPUtime=3.2 cores=1,3,5,7
/proc/6514/task/6525/stat : 6525 (java) S 6511 6514 6358 0 -1 4202560 13295 0 0 0 296 24 0 0 20 0 22 0 26267108 10060525568 607770 33554432000 1073741824 1073778376 140734841958992 140344545471208 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6514/tid=6526] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6526/stat : 6526 (java) S 6511 6514 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26267108 10060525568 607770 33554432000 1073741824 1073778376 140734841958992 140344544417272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6514/tid=6527] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6527/stat : 6527 (java) S 6511 6514 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26267108 10060525568 607770 33554432000 1073741824 1073778376 140734841958992 140344543364872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6514/tid=6528] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6528/stat : 6528 (java) S 6511 6514 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26267111 10060525568 607770 33554432000 1073741824 1073778376 140734841958992 140344542313360 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6514/tid=6529] ppid=6511 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/6514/task/6529/stat : 6529 (java) S 6511 6514 6358 0 -1 4202560 5655 0 0 0 126 2 0 0 20 0 22 0 26267111 10060525568 607770 33554432000 1073741824 1073778376 140734841958992 140344541259960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6514/tid=6530] ppid=6511 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/6514/task/6530/stat : 6530 (java) S 6511 6514 6358 0 -1 4202560 11609 0 0 0 150 3 0 0 20 0 22 0 26267111 10060525568 607770 33554432000 1073741824 1073778376 140734841958992 140344540207160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6514/tid=6531] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6531/stat : 6531 (java) S 6511 6514 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26267111 10060525568 607770 33554432000 1073741824 1073778376 140734841958992 140344539155064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6514/tid=6532] ppid=6511 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/6514/task/6532/stat : 6532 (java) S 6511 6514 6358 0 -1 4202560 46 0 0 0 11 22 0 0 20 0 22 0 26267111 10060525568 607770 33554432000 1073741824 1073778376 140734841958992 140344538102472 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6514/tid=6568] ppid=6511 vsize=9824732 CPUtime=810.85 cores=1,3,5,7
/proc/6514/task/6568/stat : 6568 (java) R 6511 6514 6358 0 -1 4202560 180 0 0 0 81071 14 0 0 20 0 22 0 26267235 10060525568 607770 33554432000 1073741824 1073778376 140734841958992 140344537046784 140344583287051 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6514/tid=6569] ppid=6511 vsize=9824732 CPUtime=810.74 cores=1,3,5,7
/proc/6514/task/6569/stat : 6569 (java) R 6511 6514 6358 0 -1 4202560 3182 0 0 0 81019 55 0 0 20 0 22 0 26267235 10060525568 607770 33554432000 1073741824 1073778376 140734841958992 140344535995368 140344583586092 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6514/tid=6600] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6600/stat : 6600 (java) S 6511 6514 6358 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 26267247 10060525568 607770 33554432000 1073741824 1073778376 140734841958992 140344534943400 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6514/tid=6601] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6601/stat : 6601 (java) S 6511 6514 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26267249 10060525568 607770 33554432000 1073741824 1073778376 140734841958992 140344533890600 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1649.91
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.32 4.19 3.67 5/219 7138
/proc/meminfo: memFree=24634348/32872528 swapFree=681964/737152
[pid=6514] ppid=6511 vsize=9824732 CPUtime=1770.54 cores=1,3,5,7
/proc/6514/stat : 6514 (java) S 6511 6514 6358 0 -1 4202496 43857 0 1 0 176845 209 0 0 20 0 22 0 26267105 10060525568 617973 33554432000 1073741824 1073778376 140734841958992 140734841950128 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6514/statm: 2456183 617973 2299 9 0 2446860 0
[pid=6514/tid=6516] ppid=6511 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/6514/task/6516/stat : 6516 (java) S 6511 6514 6358 0 -1 4202560 2490 0 1 0 113 5 0 0 20 0 22 0 26267106 10060525568 617973 33554432000 1073741824 1073778376 140734841958992 140344721318776 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6514/tid=6517] ppid=6511 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/6514/task/6517/stat : 6517 (java) S 6511 6514 6358 0 -1 4202560 606 0 0 0 200 13 0 0 20 0 22 0 26267107 10060525568 617973 33554432000 1073741824 1073778376 140734841958992 140344710380328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6514/tid=6518] ppid=6511 vsize=9824732 CPUtime=2.23 cores=1,3,5,7
/proc/6514/task/6518/stat : 6518 (java) S 6511 6514 6358 0 -1 4202560 806 0 0 0 210 13 0 0 20 0 22 0 26267107 10060525568 617973 33554432000 1073741824 1073778376 140734841958992 140344709327528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6514/tid=6519] ppid=6511 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/6514/task/6519/stat : 6519 (java) S 6511 6514 6358 0 -1 4202560 801 0 0 0 217 15 0 0 20 0 22 0 26267107 10060525568 617973 33554432000 1073741824 1073778376 140734841958992 140344708275240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6514/tid=6520] ppid=6511 vsize=9824732 CPUtime=2.26 cores=1,3,5,7
/proc/6514/task/6520/stat : 6520 (java) S 6511 6514 6358 0 -1 4202560 597 0 0 0 213 13 0 0 20 0 22 0 26267107 10060525568 617973 33554432000 1073741824 1073778376 140734841958992 140344707222440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6514/tid=6521] ppid=6511 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/6514/task/6521/stat : 6521 (java) S 6511 6514 6358 0 -1 4202560 890 0 0 0 204 14 0 0 20 0 22 0 26267107 10060525568 617973 33554432000 1073741824 1073778376 140734841958992 140344706169128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6514/tid=6522] ppid=6511 vsize=9824732 CPUtime=2.23 cores=1,3,5,7
/proc/6514/task/6522/stat : 6522 (java) S 6511 6514 6358 0 -1 4202560 589 0 0 0 210 13 0 0 20 0 22 0 26267107 10060525568 617973 33554432000 1073741824 1073778376 140734841958992 140344705116328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6514/tid=6523] ppid=6511 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/6514/task/6523/stat : 6523 (java) S 6511 6514 6358 0 -1 4202560 953 0 0 0 223 14 0 0 20 0 22 0 26267107 10060525568 617973 33554432000 1073741824 1073778376 140734841958992 140344704064040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6514/tid=6524] ppid=6511 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/6514/task/6524/stat : 6524 (java) S 6511 6514 6358 0 -1 4202560 873 0 0 0 217 15 0 0 20 0 22 0 26267107 10060525568 617973 33554432000 1073741824 1073778376 140734841958992 140344703011240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6514/tid=6525] ppid=6511 vsize=9824732 CPUtime=3.22 cores=1,3,5,7
/proc/6514/task/6525/stat : 6525 (java) S 6511 6514 6358 0 -1 4202560 13299 0 0 0 296 26 0 0 20 0 22 0 26267108 10060525568 617973 33554432000 1073741824 1073778376 140734841958992 140344545471208 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6514/tid=6526] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6526/stat : 6526 (java) S 6511 6514 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26267108 10060525568 617973 33554432000 1073741824 1073778376 140734841958992 140344544417272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6514/tid=6527] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6527/stat : 6527 (java) S 6511 6514 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26267108 10060525568 617973 33554432000 1073741824 1073778376 140734841958992 140344543364872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6514/tid=6528] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6528/stat : 6528 (java) S 6511 6514 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26267111 10060525568 617973 33554432000 1073741824 1073778376 140734841958992 140344542313360 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6514/tid=6529] ppid=6511 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/6514/task/6529/stat : 6529 (java) S 6511 6514 6358 0 -1 4202560 5655 0 0 0 126 2 0 0 20 0 22 0 26267111 10060525568 617973 33554432000 1073741824 1073778376 140734841958992 140344541259960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6514/tid=6530] ppid=6511 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/6514/task/6530/stat : 6530 (java) S 6511 6514 6358 0 -1 4202560 11609 0 0 0 150 3 0 0 20 0 22 0 26267111 10060525568 617973 33554432000 1073741824 1073778376 140734841958992 140344540207160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6514/tid=6531] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6531/stat : 6531 (java) S 6511 6514 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26267111 10060525568 617973 33554432000 1073741824 1073778376 140734841958992 140344539155064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6514/tid=6532] ppid=6511 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/6514/task/6532/stat : 6532 (java) S 6511 6514 6358 0 -1 4202560 50 0 0 0 11 24 0 0 20 0 22 0 26267111 10060525568 617973 33554432000 1073741824 1073778376 140734841958992 140344538102472 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6514/tid=6568] ppid=6511 vsize=9824732 CPUtime=870.31 cores=1,3,5,7
/proc/6514/task/6568/stat : 6568 (java) R 6511 6514 6358 0 -1 4202560 184 0 0 0 87016 15 0 0 20 0 22 0 26267235 10060525568 617973 33554432000 1073741824 1073778376 140734841958992 140344537048040 140344583672141 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6514/tid=6569] ppid=6511 vsize=9824732 CPUtime=870.19 cores=1,3,5,7
/proc/6514/task/6569/stat : 6569 (java) R 6511 6514 6358 0 -1 4202560 3186 0 0 0 86963 56 0 0 20 0 22 0 26267235 10060525568 617973 33554432000 1073741824 1073778376 140734841958992 140344535994056 140344583356098 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6514/tid=6600] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6600/stat : 6600 (java) S 6511 6514 6358 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 26267247 10060525568 617973 33554432000 1073741824 1073778376 140734841958992 140344534943400 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6514/tid=6601] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6601/stat : 6601 (java) S 6511 6514 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26267249 10060525568 617973 33554432000 1073741824 1073778376 140734841958992 140344533890600 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1770.54
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.001 s]
/proc/loadavg: 4.27 4.18 3.68 5/219 7138
/proc/meminfo: memFree=24582036/32872528 swapFree=681964/737152
[pid=6514] ppid=6511 vsize=9824732 CPUtime=1800 cores=1,3,5,7
/proc/6514/stat : 6514 (java) S 6511 6514 6358 0 -1 4202496 43898 0 1 0 179790 210 0 0 20 0 22 0 26267105 10060525568 623423 33554432000 1073741824 1073778376 140734841958992 140734841950128 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6514/statm: 2456183 623423 2299 9 0 2446860 0
[pid=6514/tid=6516] ppid=6511 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/6514/task/6516/stat : 6516 (java) S 6511 6514 6358 0 -1 4202560 2490 0 1 0 113 5 0 0 20 0 22 0 26267106 10060525568 623423 33554432000 1073741824 1073778376 140734841958992 140344721318776 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6514/tid=6517] ppid=6511 vsize=9824732 CPUtime=2.14 cores=1,3,5,7
/proc/6514/task/6517/stat : 6517 (java) S 6511 6514 6358 0 -1 4202560 613 0 0 0 201 13 0 0 20 0 22 0 26267107 10060525568 623423 33554432000 1073741824 1073778376 140734841958992 140344710380328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6514/tid=6518] ppid=6511 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/6514/task/6518/stat : 6518 (java) S 6511 6514 6358 0 -1 4202560 806 0 0 0 211 13 0 0 20 0 22 0 26267107 10060525568 623423 33554432000 1073741824 1073778376 140734841958992 140344709327528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6514/tid=6519] ppid=6511 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/6514/task/6519/stat : 6519 (java) S 6511 6514 6358 0 -1 4202560 802 0 0 0 218 15 0 0 20 0 22 0 26267107 10060525568 623423 33554432000 1073741824 1073778376 140734841958992 140344708275240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6514/tid=6520] ppid=6511 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/6514/task/6520/stat : 6520 (java) S 6511 6514 6358 0 -1 4202560 605 0 0 0 217 13 0 0 20 0 22 0 26267107 10060525568 623423 33554432000 1073741824 1073778376 140734841958992 140344707222440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6514/tid=6521] ppid=6511 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/6514/task/6521/stat : 6521 (java) S 6511 6514 6358 0 -1 4202560 892 0 0 0 205 14 0 0 20 0 22 0 26267107 10060525568 623423 33554432000 1073741824 1073778376 140734841958992 140344706169128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6514/tid=6522] ppid=6511 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/6514/task/6522/stat : 6522 (java) S 6511 6514 6358 0 -1 4202560 598 0 0 0 214 14 0 0 20 0 22 0 26267107 10060525568 623423 33554432000 1073741824 1073778376 140734841958992 140344705116328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6514/tid=6523] ppid=6511 vsize=9824732 CPUtime=2.38 cores=1,3,5,7
/proc/6514/task/6523/stat : 6523 (java) S 6511 6514 6358 0 -1 4202560 959 0 0 0 223 15 0 0 20 0 22 0 26267107 10060525568 623423 33554432000 1073741824 1073778376 140734841958992 140344704064040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6514/tid=6524] ppid=6511 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/6514/task/6524/stat : 6524 (java) S 6511 6514 6358 0 -1 4202560 880 0 0 0 222 15 0 0 20 0 22 0 26267107 10060525568 623423 33554432000 1073741824 1073778376 140734841958992 140344703011240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6514/tid=6525] ppid=6511 vsize=9824732 CPUtime=3.22 cores=1,3,5,7
/proc/6514/task/6525/stat : 6525 (java) S 6511 6514 6358 0 -1 4202560 13299 0 0 0 296 26 0 0 20 0 22 0 26267108 10060525568 623423 33554432000 1073741824 1073778376 140734841958992 140344545471208 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6514/tid=6526] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6526/stat : 6526 (java) S 6511 6514 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26267108 10060525568 623423 33554432000 1073741824 1073778376 140734841958992 140344544417272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6514/tid=6527] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6527/stat : 6527 (java) S 6511 6514 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26267108 10060525568 623423 33554432000 1073741824 1073778376 140734841958992 140344543364872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6514/tid=6528] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6528/stat : 6528 (java) S 6511 6514 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26267111 10060525568 623423 33554432000 1073741824 1073778376 140734841958992 140344542313360 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6514/tid=6529] ppid=6511 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/6514/task/6529/stat : 6529 (java) S 6511 6514 6358 0 -1 4202560 5655 0 0 0 126 2 0 0 20 0 22 0 26267111 10060525568 623423 33554432000 1073741824 1073778376 140734841958992 140344541259960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6514/tid=6530] ppid=6511 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/6514/task/6530/stat : 6530 (java) S 6511 6514 6358 0 -1 4202560 11609 0 0 0 150 3 0 0 20 0 22 0 26267111 10060525568 623423 33554432000 1073741824 1073778376 140734841958992 140344540207160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6514/tid=6531] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6531/stat : 6531 (java) S 6511 6514 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26267111 10060525568 623423 33554432000 1073741824 1073778376 140734841958992 140344539155064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6514/tid=6532] ppid=6511 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/6514/task/6532/stat : 6532 (java) S 6511 6514 6358 0 -1 4202560 50 0 0 0 12 24 0 0 20 0 22 0 26267111 10060525568 623423 33554432000 1073741824 1073778376 140734841958992 140344538102472 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6514/tid=6568] ppid=6511 vsize=9824732 CPUtime=884.91 cores=1,3,5,7
/proc/6514/task/6568/stat : 6568 (java) R 6511 6514 6358 0 -1 4202560 185 0 0 0 88476 15 0 0 20 0 22 0 26267235 10060525568 623423 33554432000 1073741824 1073778376 140734841958992 140344537046832 140344583756828 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6514/tid=6569] ppid=6511 vsize=9824732 CPUtime=884.79 cores=1,3,5,7
/proc/6514/task/6569/stat : 6569 (java) R 6511 6514 6358 0 -1 4202560 3186 0 0 0 88423 56 0 0 20 0 22 0 26267235 10060525568 623423 33554432000 1073741824 1073778376 140734841958992 140344535993088 140344583585716 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6514/tid=6600] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6600/stat : 6600 (java) S 6511 6514 6358 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 26267247 10060525568 623423 33554432000 1073741824 1073778376 140734841958992 140344534943400 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6514/tid=6601] ppid=6511 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6514/task/6601/stat : 6601 (java) S 6511 6514 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26267249 10060525568 623423 33554432000 1073741824 1073778376 140734841958992 140344533890600 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 6514 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 6514 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=329372
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=601604
# CPU time returned by wait4() is 1795.93
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 897.068
CPU time (s): 1800
CPU user time (s): 1797.9
CPU system time (s): 2.1
CPU usage (%): 200.654
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.33
system time used= 2.6016
maximum resident set size= 2906252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43934
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29277
involuntary context switches= 40774

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.07408 second user time and 7.14391 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-18 11:29:39
IDJOB=4103478
IDBENCH=2372
IDSOLVER=2543
FILE ID=node112/4103478-1466242179
RUNJOBID= node112-1466241279-6375
PBS_JOBID= 19918204
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-B2C1S1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103478-1466242179/watcher-4103478-1466242179 -o /tmp/evaluation-result-4103478-1466242179/solver-4103478-1466242179 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466241279-6375 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103478-1466242179.opb

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

MD5SUM BENCH= a5c62cef1e86c64304fd5ef232ab5991
RANDOM SEED=1699298416

node112.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28019428 kB
Buffers:           29168 kB
Cached:            91816 kB
SwapCached:         1940 kB
Active:          3305784 kB
Inactive:          69672 kB
Active(anon):    3253220 kB
Inactive(anon):     3848 kB
Active(file):      52564 kB
Inactive(file):    65824 kB
Unevictable:      737152 kB
Mlocked:          681964 kB
SwapTotal:      67108856 kB
SwapFree:       67096060 kB
Dirty:              5548 kB
Writeback:             0 kB
AnonPages:       3993068 kB
Mapped:            15280 kB
Shmem:                 0 kB
Slab:             600672 kB
SReclaimable:      44436 kB
SUnreclaim:       556236 kB
KernelStack:        1616 kB
PageTables:        11728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4655784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3262464 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= 71704 MiB
End job on node112 at 2016-06-18 11:44:36