Trace number 4103346

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.81 897.672

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos15.opb
MD5SUMd360a4da18a1223a5a3c77027ac256df
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 20742332700051198
Optimality of the best value was proved NO
Number of variables17600
Total number of constraints632
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 constraints632
Minimum length of a constraint11
Maximum length of a constraint150
Number of terms in the objective function 10400
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 77389326876814400021856
Number of bits of the sum of numbers in the objective function 77
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 77389326876814400021856
Number of bits of the biggest sum of numbers77
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.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-4103346-1466222290.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
1.36/0.64	c ... done. Wall clock time 0.522s.
1.36/0.64	c declared #vars     17600
1.36/0.64	c #constraints  872
1.36/0.64	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.36/0.64	c constraints type 
1.36/0.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 872
1.36/0.64	c 872 constraints processed.
1.36/0.64	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.36/0.64	c constraints type 
1.36/0.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 872
1.36/0.64	c 872 constraints processed.
1.36/0.64	c objective function length is 10400 literals
4.77/1.79	c cleaning 2495 clauses out of 5000 with flag 19839/5002
7.13/2.66	c cleaning 4239 clauses out of 8503 with flag 42491/11000
9.73/3.81	c cleaning 5620 clauses out of 11264 with flag 67674/18000
12.89/5.31	c cleaning 6815 clauses out of 13645 with flag 95612/26001
17.07/7.34	c cleaning 7901 clauses out of 15831 with flag 129414/35002
21.87/9.72	c cleaning 8953 clauses out of 17928 with flag 166971/45000
27.60/12.53	c cleaning 9975 clauses out of 19976 with flag 204007/56001
34.20/15.88	c cleaning 10990 clauses out of 22001 with flag 247994/68001
42.52/19.94	c cleaning 11995 clauses out of 24010 with flag 299225/81000
50.31/23.84	c cleaning 0 clauses out of 5000 with flag 0/5000
51.78/24.42	c cleaning 12997 clauses out of 26016 with flag 346214/95001
62.31/29.56	c cleaning 13995 clauses out of 28019 with flag 394864/110001
74.51/35.61	c cleaning 15005 clauses out of 30023 with flag 452793/126000
88.03/42.38	c cleaning 15998 clauses out of 32019 with flag 515119/143001
104.82/50.76	c cleaning 16994 clauses out of 34020 with flag 583837/161000
123.71/60.20	c cleaning 17997 clauses out of 36027 with flag 652308/180001
144.90/70.77	c cleaning 18997 clauses out of 38029 with flag 725391/200000
169.76/83.11	c cleaning 20003 clauses out of 40032 with flag 801494/221000
196.03/96.23	c cleaning 21002 clauses out of 42029 with flag 881478/243000
208.24/102.32	c cleaning 0 clauses out of 11003 with flag 0/11003
224.01/110.28	c cleaning 21999 clauses out of 44028 with flag 972044/266001
253.48/124.99	c cleaning 23005 clauses out of 46030 with flag 1062874/290002
285.72/141.00	c cleaning 23997 clauses out of 48023 with flag 1161986/315000
321.74/159.08	c cleaning 24997 clauses out of 50026 with flag 1268130/341000
362.46/179.39	c cleaning 26004 clauses out of 52029 with flag 1377733/368000
402.89/199.51	c cleaning 27002 clauses out of 54025 with flag 1494626/396000
448.38/222.55	c cleaning 27996 clauses out of 56024 with flag 1616183/425001
495.44/246.06	c cleaning 28994 clauses out of 58028 with flag 1740507/455001
544.92/270.78	c cleaning 30001 clauses out of 60033 with flag 1871721/486000
563.96/280.21	c cleaning 0 clauses out of 18001 with flag 0/18001
598.09/297.27	c cleaning 31004 clauses out of 62032 with flag 2006347/518000
659.23/327.80	c cleaning 32008 clauses out of 64029 with flag 2148245/551001
693.98/345.06	c cleaning 33003 clauses out of 66006 with flag 2277250/585002
714.72/355.36	c cleaning 33993 clauses out of 67992 with flag 2375512/620000
725.35/360.63	c cleaning 34990 clauses out of 69993 with flag 2547951/656001
740.73/368.27	c cleaning 35999 clauses out of 72005 with flag 2702535/693003
760.21/377.90	c cleaning 37002 clauses out of 74003 with flag 2898742/731000
775.52/385.93	c cleaning 37999 clauses out of 75998 with flag 3176686/770000
790.16/393.23	c cleaning 38985 clauses out of 78000 with flag 3398222/810001
805.91/401.05	c cleaning 39988 clauses out of 80012 with flag 3732219/851000
837.08/416.58	c cleaning 40997 clauses out of 82024 with flag 4222608/893000
854.96/425.43	c cleaning 0 clauses out of 26000 with flag 0/26000
874.85/435.34	c cleaning 41996 clauses out of 84027 with flag 4782680/936000
915.59/455.66	c cleaning 42995 clauses out of 86031 with flag 5396225/980000
958.18/477.35	c cleaning 43999 clauses out of 88036 with flag 6017808/1025000
1006.73/501.57	c cleaning 45000 clauses out of 90037 with flag 6642120/1071000
1051.93/524.01	c cleaning 45995 clauses out of 92037 with flag 7264400/1118000
1104.73/550.30	c cleaning 47000 clauses out of 94046 with flag 7953340/1166004
1150.05/572.96	c cleaning 47991 clauses out of 96044 with flag 8634095/1215002
1208.07/601.87	c cleaning 49011 clauses out of 98051 with flag 9400142/1265000
1263.36/629.50	c cleaning 49988 clauses out of 100040 with flag 10162821/1316000
1298.12/646.75	c cleaning 0 clauses out of 35000 with flag 0/35000
1320.88/658.10	c cleaning 51003 clauses out of 102052 with flag 10993969/1368000
1390.47/693.52	c cleaning 52013 clauses out of 104050 with flag 11883193/1421001
1434.97/715.78	c cleaning 53003 clauses out of 106034 with flag 12645487/1475000
1494.07/745.22	c cleaning 54005 clauses out of 108032 with flag 13301530/1530001
1543.60/769.90	c cleaning 54988 clauses out of 110026 with flag 13907033/1586000
1608.72/802.35	c cleaning 56002 clauses out of 112039 with flag 14431261/1643001
1677.25/836.46	c cleaning 56997 clauses out of 114036 with flag 14980087/1701000
1749.23/872.33	c cleaning 58011 clauses out of 116039 with flag 15568753/1760000
1800.15/897.61	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.15/897.61	c starts		: 39
1800.15/897.61	c conflicts		: 1805743
1800.15/897.61	c decisions		: 2381687
1800.15/897.61	c propagations		: 55909739
1800.15/897.61	c inspects		: 9792463851
1800.15/897.61	c shortcuts		: 0
1800.15/897.61	c learnt literals	: 41
1800.15/897.61	c learnt binary clauses	: 21
1800.15/897.61	c learnt ternary clauses	: 26
1800.15/897.61	c learnt constraints	: 1805702
1800.15/897.61	c ignored constraints	: 0
1800.15/897.61	c root simplifications	: 0
1800.15/897.61	c removed literals (reason simplification)	: 15926009
1800.15/897.61	c reason swapping (by a shorter reason)	: 0
1800.15/897.61	c Calls to reduceDB	: 55
1800.15/897.61	c Number of update (reduction) of LBD	: 529998
1800.15/897.61	c Imported unit clauses	: 0
1800.15/897.61	c number of reductions to clauses (during analyze)	: 0
1800.15/897.61	c number of learned constraints concerned by reduction	: 0
1800.15/897.61	c number of learning phase by resolution	: 0
1800.15/897.61	c number of learning phase by cutting planes	: 0
1800.15/897.61	c speed (assignments/second)	: 62335.674323290754
1800.15/897.61	c non guided choices	119769
1800.15/897.64	c learnt constraints type 
1800.15/897.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 21
1800.15/897.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 103750
1800.15/897.64	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.15/897.64	c starts		: 65
1800.15/897.64	c conflicts		: 40782
1800.15/897.64	c decisions		: 437069
1800.15/897.64	c propagations		: 1166403
1800.15/897.64	c inspects		: 437621982
1800.15/897.64	c shortcuts		: 0
1800.15/897.64	c learnt literals	: 0
1800.15/897.64	c learnt binary clauses	: 0
1800.15/897.64	c learnt ternary clauses	: 0
1800.15/897.64	c learnt constraints	: 40781
1800.15/897.64	c ignored constraints	: 0
1800.15/897.64	c root simplifications	: 0
1800.15/897.64	c removed literals (reason simplification)	: 0
1800.15/897.64	c reason swapping (by a shorter reason)	: 0
1800.15/897.64	c Calls to reduceDB	: 5
1800.15/897.64	c Number of update (reduction) of LBD	: 0
1800.15/897.64	c Imported unit clauses	: 0
1800.15/897.64	c number of reductions to clauses (during analyze)	: 0
1800.15/897.64	c number of learned constraints concerned by reduction	: 0
1800.15/897.64	c number of learning phase by resolution	: 0
1800.15/897.64	c number of learning phase by cutting planes	: 0
1800.15/897.64	c speed (assignments/second)	: 1300.4363764477127
1800.15/897.64	c non guided choices	275
1800.15/897.65	c learnt constraints type 
1800.15/897.65	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2
1800.15/897.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 40779
1800.15/897.65	s UNKNOWN
1800.15/897.65	c Total wall clock time (in seconds): 897.535

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-4103346-1466222290/watcher-4103346-1466222290 -o /tmp/evaluation-result-4103346-1466222290/solver-4103346-1466222290 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466206102-13554 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103346-1466222290.opb 

pid=19857
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.92 4.00 3.99 4/197 19860
/proc/meminfo: memFree=28365528/32872528 swapFree=163656/177964
[pid=19860] ppid=19857 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/19860/stat : 19860 (java) D 19857 19860 13538 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 24278929 2560000 46 33554432000 1073741824 1073778376 140734505212048 140734505209176 224913354023 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/19860/statm: 625 46 37 9 0 29 0

[startup+0.100157 s]
/proc/loadavg: 3.92 4.00 3.99 4/197 19860
/proc/meminfo: memFree=28365528/32872528 swapFree=163656/177964
[pid=19860] ppid=19857 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/19860/stat : 19860 (java) S 19857 19860 13538 0 -1 4202496 4416 0 1 0 8 1 0 0 20 0 18 0 24278929 9787879424 6043 33554432000 1073741824 1073778376 140734505212048 140734505203184 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19860/statm: 2389619 6043 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 3.92 4.00 3.99 4/197 19860
/proc/meminfo: memFree=28365528/32872528 swapFree=163656/177964
[pid=19860] ppid=19857 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/19860/stat : 19860 (java) S 19857 19860 13538 0 -1 4202496 5044 0 1 0 28 1 0 0 20 0 18 0 24278929 9787879424 6952 33554432000 1073741824 1073778376 140734505212048 140734505203184 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19860/statm: 2389619 6952 2222 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300218 s]
/proc/loadavg: 3.92 4.00 3.99 4/197 19860
/proc/meminfo: memFree=28365528/32872528 swapFree=163656/177964
[pid=19860] ppid=19857 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/19860/stat : 19860 (java) S 19857 19860 13538 0 -1 4202496 6895 0 1 0 50 1 0 0 20 0 18 0 24278929 9787879424 10626 33554432000 1073741824 1073778376 140734505212048 140734505203184 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19860/statm: 2389619 10626 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700192 s]
/proc/loadavg: 3.92 4.00 3.99 4/197 19860
/proc/meminfo: memFree=28365528/32872528 swapFree=163656/177964
[pid=19860] ppid=19857 vsize=9691604 CPUtime=1.59 cores=0,2,4,6
/proc/19860/stat : 19860 (java) S 19857 19860 13538 0 -1 4202496 16489 0 1 0 156 3 0 0 20 0 20 0 24278929 9924202496 32143 33554432000 1073741824 1073778376 140734505212048 140734505203184 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19860/statm: 2422901 32143 2266 9 0 2413578 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 9691604

[startup+1.50091 s]
/proc/loadavg: 3.92 4.00 3.99 5/219 19882
/proc/meminfo: memFree=28215760/32872528 swapFree=163656/177964
[pid=19860] ppid=19857 vsize=9824732 CPUtime=4.29 cores=0,2,4,6
/proc/19860/stat : 19860 (java) S 19857 19860 13538 0 -1 4202496 18329 0 1 0 422 7 0 0 20 0 22 0 24278929 10060525568 50301 33554432000 1073741824 1073778376 140734505212048 140734505203184 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19860/statm: 2456183 50301 2286 9 0 2446860 0
[pid=19860/tid=19862] ppid=19857 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/19860/task/19862/stat : 19862 (java) S 19857 19860 13538 0 -1 4202560 2456 0 1 0 59 2 0 0 20 0 22 0 24278930 10060525568 50301 33554432000 1073741824 1073778376 140734505212048 140471035724664 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19863] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19863/stat : 19863 (java) S 19857 19860 13538 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 24278931 10060525568 50301 33554432000 1073741824 1073778376 140734505212048 140471008176680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19864] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19864/stat : 19864 (java) S 19857 19860 13538 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 24278931 10060525568 50301 33554432000 1073741824 1073778376 140734505212048 140471007123880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19865] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19865/stat : 19865 (java) S 19857 19860 13538 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 24278931 10060525568 50301 33554432000 1073741824 1073778376 140734505212048 140471006071080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19866] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19866/stat : 19866 (java) S 19857 19860 13538 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 24278931 10060525568 50301 33554432000 1073741824 1073778376 140734505212048 140471005018280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19867] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19867/stat : 19867 (java) S 19857 19860 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24278931 10060525568 50301 33554432000 1073741824 1073778376 140734505212048 140471003966504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19868] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19868/stat : 19868 (java) S 19857 19860 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24278931 10060525568 50301 33554432000 1073741824 1073778376 140734505212048 140471002913704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19869] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19869/stat : 19869 (java) S 19857 19860 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24278931 10060525568 50301 33554432000 1073741824 1073778376 140734505212048 140471001860904 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19870] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19870/stat : 19870 (java) S 19857 19860 13538 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 24278931 10060525568 50301 33554432000 1073741824 1073778376 140734505212048 140471000808104 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19871] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19871/stat : 19871 (java) S 19857 19860 13538 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 24278932 10060525568 50301 33554432000 1073741824 1073778376 140734505212048 140470388754920 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19872] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19872/stat : 19872 (java) S 19857 19860 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24278932 10060525568 50301 33554432000 1073741824 1073778376 140734505212048 140470387700984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19873] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19873/stat : 19873 (java) S 19857 19860 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24278932 10060525568 50301 33554432000 1073741824 1073778376 140734505212048 140470386648072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19874] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19874/stat : 19874 (java) S 19857 19860 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24278935 10060525568 50301 33554432000 1073741824 1073778376 140734505212048 140470385596560 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19875] ppid=19857 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/19860/task/19875/stat : 19875 (java) S 19857 19860 13538 0 -1 4202560 7800 0 0 0 96 0 0 0 20 0 22 0 24278935 10060525568 50301 33554432000 1073741824 1073778376 140734505212048 140470384544696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19876] ppid=19857 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/19860/task/19876/stat : 19876 (java) S 19857 19860 13538 0 -1 4202560 6586 0 0 0 94 0 0 0 20 0 22 0 24278935 10060525568 50301 33554432000 1073741824 1073778376 140734505212048 140470383491896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19877] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19877/stat : 19877 (java) S 19857 19860 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24278935 10060525568 50301 33554432000 1073741824 1073778376 140734505212048 140470382439288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19878] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19878/stat : 19878 (java) S 19857 19860 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24278935 10060525568 50301 33554432000 1073741824 1073778376 140734505212048 140470381386696 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19879] ppid=19857 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/19860/task/19879/stat : 19879 (java) R 19857 19860 13538 0 -1 4202560 23 0 0 0 80 0 0 0 20 0 22 0 24278994 10060525568 50301 33554432000 1073741824 1073778376 140734505212048 140470380331416 140470882639819 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19880] ppid=19857 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/19860/task/19880/stat : 19880 (java) R 19857 19860 13538 0 -1 4202560 53 0 0 0 80 0 0 0 20 0 22 0 24278994 10060525568 50301 33554432000 1073741824 1073778376 140734505212048 140470379278120 140470882619603 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19881] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19881/stat : 19881 (java) S 19857 19860 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24278999 10060525568 50301 33554432000 1073741824 1073778376 140734505212048 140470378226600 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19882] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19882/stat : 19882 (java) S 19857 19860 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24279000 10060525568 50301 33554432000 1073741824 1073778376 140734505212048 140470377173800 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 3.92 4.00 3.99 6/219 19882
/proc/meminfo: memFree=28140736/32872528 swapFree=163656/177964
[pid=19860] ppid=19857 vsize=9824732 CPUtime=8.21 cores=0,2,4,6
/proc/19860/stat : 19860 (java) S 19857 19860 13538 0 -1 4202496 23122 0 1 0 805 16 0 0 20 0 22 0 24278929 10060525568 92812 33554432000 1073741824 1073778376 140734505212048 140734505203184 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19860/statm: 2456183 92812 2291 9 0 2446860 0
[pid=19860/tid=19862] ppid=19857 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/19860/task/19862/stat : 19862 (java) S 19857 19860 13538 0 -1 4202560 2456 0 1 0 59 2 0 0 20 0 22 0 24278930 10060525568 92812 33554432000 1073741824 1073778376 140734505212048 140471035724664 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19863] ppid=19857 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/19860/task/19863/stat : 19863 (java) S 19857 19860 13538 0 -1 4202560 212 0 0 0 2 0 0 0 20 0 22 0 24278931 10060525568 92812 33554432000 1073741824 1073778376 140734505212048 140471008176680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19864] ppid=19857 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/19860/task/19864/stat : 19864 (java) S 19857 19860 13538 0 -1 4202560 82 0 0 0 4 2 0 0 20 0 22 0 24278931 10060525568 92812 33554432000 1073741824 1073778376 140734505212048 140471007123880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19865] ppid=19857 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/19860/task/19865/stat : 19865 (java) S 19857 19860 13538 0 -1 4202560 68 0 0 0 2 1 0 0 20 0 22 0 24278931 10060525568 92812 33554432000 1073741824 1073778376 140734505212048 140471006071080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19866] ppid=19857 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/19860/task/19866/stat : 19866 (java) S 19857 19860 13538 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 22 0 24278931 10060525568 92812 33554432000 1073741824 1073778376 140734505212048 140471005018280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19867] ppid=19857 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/19860/task/19867/stat : 19867 (java) S 19857 19860 13538 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 22 0 24278931 10060525568 92812 33554432000 1073741824 1073778376 140734505212048 140471003966504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19868] ppid=19857 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/19860/task/19868/stat : 19868 (java) S 19857 19860 13538 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 24278931 10060525568 92812 33554432000 1073741824 1073778376 140734505212048 140471002913704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19869] ppid=19857 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/19860/task/19869/stat : 19869 (java) S 19857 19860 13538 0 -1 4202560 87 0 0 0 2 2 0 0 20 0 22 0 24278931 10060525568 92812 33554432000 1073741824 1073778376 140734505212048 140471001860904 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19870] ppid=19857 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/19860/task/19870/stat : 19870 (java) S 19857 19860 13538 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 22 0 24278931 10060525568 92812 33554432000 1073741824 1073778376 140734505212048 140471000808104 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19871] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19871/stat : 19871 (java) S 19857 19860 13538 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 24278932 10060525568 92812 33554432000 1073741824 1073778376 140734505212048 140470388754920 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19872] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19872/stat : 19872 (java) S 19857 19860 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24278932 10060525568 92812 33554432000 1073741824 1073778376 140734505212048 140470387700984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19873] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19873/stat : 19873 (java) S 19857 19860 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24278932 10060525568 92812 33554432000 1073741824 1073778376 140734505212048 140470386648072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19874] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19874/stat : 19874 (java) S 19857 19860 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24278935 10060525568 92812 33554432000 1073741824 1073778376 140734505212048 140470385596560 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19875] ppid=19857 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/19860/task/19875/stat : 19875 (java) S 19857 19860 13538 0 -1 4202560 11931 0 0 0 144 2 0 0 20 0 22 0 24278935 10060525568 92812 33554432000 1073741824 1073778376 140734505212048 140470384544696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19876] ppid=19857 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/19860/task/19876/stat : 19876 (java) S 19857 19860 13538 0 -1 4202560 6590 0 0 0 102 0 0 0 20 0 22 0 24278935 10060525568 92812 33554432000 1073741824 1073778376 140734505212048 140470383491896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19877] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19877/stat : 19877 (java) S 19857 19860 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24278935 10060525568 92812 33554432000 1073741824 1073778376 140734505212048 140470382439288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19878] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19878/stat : 19878 (java) S 19857 19860 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24278935 10060525568 92812 33554432000 1073741824 1073778376 140734505212048 140470381386696 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19879] ppid=19857 vsize=9824732 CPUtime=2.33 cores=0,2,4,6
/proc/19860/task/19879/stat : 19879 (java) R 19857 19860 13538 0 -1 4202560 27 0 0 0 233 0 0 0 20 0 22 0 24278994 10060525568 92812 33554432000 1073741824 1073778376 140734505212048 140470380331736 140470882398042 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19880] ppid=19857 vsize=9824732 CPUtime=2.33 cores=0,2,4,6
/proc/19860/task/19880/stat : 19880 (java) R 19857 19860 13538 0 -1 4202560 103 0 0 0 231 2 0 0 20 0 22 0 24278994 10060525568 92812 33554432000 1073741824 1073778376 140734505212048 140470379278304 140470882618161 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19881] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19881/stat : 19881 (java) S 19857 19860 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24278999 10060525568 92812 33554432000 1073741824 1073778376 140734505212048 140470378226600 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19882] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19882/stat : 19882 (java) S 19857 19860 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24279000 10060525568 92812 33554432000 1073741824 1073778376 140734505212048 140470377173800 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.21
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 3.93 4.00 3.99 5/219 19882
/proc/meminfo: memFree=27718528/32872528 swapFree=163656/177964
[pid=19860] ppid=19857 vsize=9824732 CPUtime=15 cores=0,2,4,6
/proc/19860/stat : 19860 (java) S 19857 19860 13538 0 -1 4202496 23880 0 1 0 1473 27 0 0 20 0 22 0 24278929 10060525568 163421 33554432000 1073741824 1073778376 140734505212048 140734505203184 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19860/statm: 2456183 163421 2291 9 0 2446860 0
[pid=19860/tid=19862] ppid=19857 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/19860/task/19862/stat : 19862 (java) S 19857 19860 13538 0 -1 4202560 2456 0 1 0 59 2 0 0 20 0 22 0 24278930 10060525568 163421 33554432000 1073741824 1073778376 140734505212048 140471035724664 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19863] ppid=19857 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/19860/task/19863/stat : 19863 (java) S 19857 19860 13538 0 -1 4202560 237 0 0 0 4 2 0 0 20 0 22 0 24278931 10060525568 163421 33554432000 1073741824 1073778376 140734505212048 140471008176680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19864] ppid=19857 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/19860/task/19864/stat : 19864 (java) S 19857 19860 13538 0 -1 4202560 133 0 0 0 8 4 0 0 20 0 22 0 24278931 10060525568 163421 33554432000 1073741824 1073778376 140734505212048 140471007123880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19865] ppid=19857 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/19860/task/19865/stat : 19865 (java) S 19857 19860 13538 0 -1 4202560 99 0 0 0 5 2 0 0 20 0 22 0 24278931 10060525568 163421 33554432000 1073741824 1073778376 140734505212048 140471006071080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19866] ppid=19857 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/19860/task/19866/stat : 19866 (java) S 19857 19860 13538 0 -1 4202560 51 0 0 0 5 3 0 0 20 0 22 0 24278931 10060525568 163421 33554432000 1073741824 1073778376 140734505212048 140471005018280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19867] ppid=19857 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/19860/task/19867/stat : 19867 (java) S 19857 19860 13538 0 -1 4202560 41 0 0 0 5 2 0 0 20 0 22 0 24278931 10060525568 163421 33554432000 1073741824 1073778376 140734505212048 140471003966504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19868] ppid=19857 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/19860/task/19868/stat : 19868 (java) S 19857 19860 13538 0 -1 4202560 38 0 0 0 4 2 0 0 20 0 22 0 24278931 10060525568 163421 33554432000 1073741824 1073778376 140734505212048 140471002913704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19869] ppid=19857 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/19860/task/19869/stat : 19869 (java) S 19857 19860 13538 0 -1 4202560 102 0 0 0 4 3 0 0 20 0 22 0 24278931 10060525568 163421 33554432000 1073741824 1073778376 140734505212048 140471001860904 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19870] ppid=19857 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/19860/task/19870/stat : 19870 (java) S 19857 19860 13538 0 -1 4202560 48 0 0 0 5 2 0 0 20 0 22 0 24278931 10060525568 163421 33554432000 1073741824 1073778376 140734505212048 140471000808104 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19871] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19871/stat : 19871 (java) S 19857 19860 13538 0 -1 4202560 467 0 0 0 0 0 0 0 20 0 22 0 24278932 10060525568 163421 33554432000 1073741824 1073778376 140734505212048 140470388754920 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19872] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19872/stat : 19872 (java) S 19857 19860 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24278932 10060525568 163421 33554432000 1073741824 1073778376 140734505212048 140470387700984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19873] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19873/stat : 19873 (java) S 19857 19860 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24278932 10060525568 163421 33554432000 1073741824 1073778376 140734505212048 140470386648072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19874] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19874/stat : 19874 (java) S 19857 19860 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24278935 10060525568 163421 33554432000 1073741824 1073778376 140734505212048 140470385596560 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19875] ppid=19857 vsize=9824732 CPUtime=1.61 cores=0,2,4,6

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

[startup+822.301 s]
/proc/loadavg: 4.02 4.00 3.99 5/219 20025
/proc/meminfo: memFree=25971724/32872528 swapFree=163656/177964
[pid=19860] ppid=19857 vsize=9824732 CPUtime=1648.89 cores=0,2,4,6
/proc/19860/stat : 19860 (java) S 19857 19860 13538 0 -1 4202496 36674 0 1 0 164665 224 0 0 20 0 22 0 24278929 10060525568 861229 33554432000 1073741824 1073778376 140734505212048 140734505203184 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19860/statm: 2456183 861229 2300 9 0 2446860 0
[pid=19860/tid=19862] ppid=19857 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/19860/task/19862/stat : 19862 (java) S 19857 19860 13538 0 -1 4202560 2463 0 1 0 62 3 0 0 20 0 22 0 24278930 10060525568 861229 33554432000 1073741824 1073778376 140734505212048 140471035724664 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19863] ppid=19857 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/19860/task/19863/stat : 19863 (java) S 19857 19860 13538 0 -1 4202560 818 0 0 0 132 20 0 0 20 0 22 0 24278931 10060525568 861229 33554432000 1073741824 1073778376 140734505212048 140471008176680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19864] ppid=19857 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/19860/task/19864/stat : 19864 (java) S 19857 19860 13538 0 -1 4202560 869 0 0 0 129 17 0 0 20 0 22 0 24278931 10060525568 861229 33554432000 1073741824 1073778376 140734505212048 140471007123880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19865] ppid=19857 vsize=9824732 CPUtime=1.62 cores=0,2,4,6
/proc/19860/task/19865/stat : 19865 (java) S 19857 19860 13538 0 -1 4202560 730 0 0 0 141 21 0 0 20 0 22 0 24278931 10060525568 861229 33554432000 1073741824 1073778376 140734505212048 140471006071080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19866] ppid=19857 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/19860/task/19866/stat : 19866 (java) S 19857 19860 13538 0 -1 4202560 788 0 0 0 134 19 0 0 20 0 22 0 24278931 10060525568 861229 33554432000 1073741824 1073778376 140734505212048 140471005018280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19867] ppid=19857 vsize=9824732 CPUtime=1.33 cores=0,2,4,6
/proc/19860/task/19867/stat : 19867 (java) S 19857 19860 13538 0 -1 4202560 458 0 0 0 115 18 0 0 20 0 22 0 24278931 10060525568 861229 33554432000 1073741824 1073778376 140734505212048 140471003966504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19868] ppid=19857 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/19860/task/19868/stat : 19868 (java) S 19857 19860 13538 0 -1 4202560 550 0 0 0 154 23 0 0 20 0 22 0 24278931 10060525568 861229 33554432000 1073741824 1073778376 140734505212048 140471002913704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19869] ppid=19857 vsize=9824732 CPUtime=1.58 cores=0,2,4,6
/proc/19860/task/19869/stat : 19869 (java) S 19857 19860 13538 0 -1 4202560 980 0 0 0 136 22 0 0 20 0 22 0 24278931 10060525568 861229 33554432000 1073741824 1073778376 140734505212048 140471001860904 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19870] ppid=19857 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/19860/task/19870/stat : 19870 (java) S 19857 19860 13538 0 -1 4202560 768 0 0 0 113 19 0 0 20 0 22 0 24278931 10060525568 861229 33554432000 1073741824 1073778376 140734505212048 140471000808104 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19871] ppid=19857 vsize=9824732 CPUtime=3.98 cores=0,2,4,6
/proc/19860/task/19871/stat : 19871 (java) S 19857 19860 13538 0 -1 4202560 2411 0 0 0 391 7 0 0 20 0 22 0 24278932 10060525568 861229 33554432000 1073741824 1073778376 140734505212048 140470388754920 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19872] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19872/stat : 19872 (java) S 19857 19860 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24278932 10060525568 861229 33554432000 1073741824 1073778376 140734505212048 140470387700984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19873] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19873/stat : 19873 (java) S 19857 19860 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24278932 10060525568 861229 33554432000 1073741824 1073778376 140734505212048 140470386648072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19874] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19874/stat : 19874 (java) S 19857 19860 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24278935 10060525568 861229 33554432000 1073741824 1073778376 140734505212048 140470385596560 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19875] ppid=19857 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/19860/task/19875/stat : 19875 (java) S 19857 19860 13538 0 -1 4202560 14625 0 0 0 213 2 0 0 20 0 22 0 24278935 10060525568 861229 33554432000 1073741824 1073778376 140734505212048 140470384544696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19876] ppid=19857 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/19860/task/19876/stat : 19876 (java) S 19857 19860 13538 0 -1 4202560 6600 0 0 0 127 2 0 0 20 0 22 0 24278935 10060525568 861229 33554432000 1073741824 1073778376 140734505212048 140470383491896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19877] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19877/stat : 19877 (java) S 19857 19860 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24278935 10060525568 861229 33554432000 1073741824 1073778376 140734505212048 140470382439288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19878] ppid=19857 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/19860/task/19878/stat : 19878 (java) S 19857 19860 13538 0 -1 4202560 47 0 0 0 10 18 0 0 20 0 22 0 24278935 10060525568 861229 33554432000 1073741824 1073778376 140734505212048 140470381386696 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19879] ppid=19857 vsize=9824732 CPUtime=814.28 cores=0,2,4,6
/proc/19860/task/19879/stat : 19879 (java) R 19857 19860 13538 0 -1 4202560 188 0 0 0 81412 16 0 0 20 0 22 0 24278994 10060525568 861229 33554432000 1073741824 1073778376 140734505212048 140470380329744 140470882552378 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19880] ppid=19857 vsize=9824732 CPUtime=814.3 cores=0,2,4,6
/proc/19860/task/19880/stat : 19880 (java) R 19857 19860 13538 0 -1 4202560 3114 0 0 0 81380 50 0 0 20 0 22 0 24278994 10060525568 861229 33554432000 1073741824 1073778376 140734505212048 140470379277920 140470882717754 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19881] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19881/stat : 19881 (java) S 19857 19860 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24278999 10060525568 861229 33554432000 1073741824 1073778376 140734505212048 140470378226600 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19882] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19882/stat : 19882 (java) S 19857 19860 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24279000 10060525568 861229 33554432000 1073741824 1073778376 140734505212048 140470377173800 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1648.89
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.01 4.00 3.99 5/219 20027
/proc/meminfo: memFree=25970916/32872528 swapFree=163656/177964
[pid=19860] ppid=19857 vsize=9824732 CPUtime=1769.38 cores=0,2,4,6
/proc/19860/stat : 19860 (java) S 19857 19860 13538 0 -1 4202496 36744 0 1 0 176712 226 0 0 20 0 22 0 24278929 10060525568 861288 33554432000 1073741824 1073778376 140734505212048 140734505203184 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19860/statm: 2456183 861288 2300 9 0 2446860 0
[pid=19860/tid=19862] ppid=19857 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/19860/task/19862/stat : 19862 (java) S 19857 19860 13538 0 -1 4202560 2463 0 1 0 62 4 0 0 20 0 22 0 24278930 10060525568 861288 33554432000 1073741824 1073778376 140734505212048 140471035724664 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19863] ppid=19857 vsize=9824732 CPUtime=1.6 cores=0,2,4,6
/proc/19860/task/19863/stat : 19863 (java) S 19857 19860 13538 0 -1 4202560 818 0 0 0 140 20 0 0 20 0 22 0 24278931 10060525568 861288 33554432000 1073741824 1073778376 140734505212048 140471008176680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19864] ppid=19857 vsize=9824732 CPUtime=1.62 cores=0,2,4,6
/proc/19860/task/19864/stat : 19864 (java) S 19857 19860 13538 0 -1 4202560 869 0 0 0 145 17 0 0 20 0 22 0 24278931 10060525568 861288 33554432000 1073741824 1073778376 140734505212048 140471007123880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19865] ppid=19857 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/19860/task/19865/stat : 19865 (java) S 19857 19860 13538 0 -1 4202560 744 0 0 0 148 21 0 0 20 0 22 0 24278931 10060525568 861288 33554432000 1073741824 1073778376 140734505212048 140471006071080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19866] ppid=19857 vsize=9824732 CPUtime=1.7 cores=0,2,4,6
/proc/19860/task/19866/stat : 19866 (java) S 19857 19860 13538 0 -1 4202560 817 0 0 0 151 19 0 0 20 0 22 0 24278931 10060525568 861288 33554432000 1073741824 1073778376 140734505212048 140471005018280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19867] ppid=19857 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/19860/task/19867/stat : 19867 (java) S 19857 19860 13538 0 -1 4202560 458 0 0 0 121 18 0 0 20 0 22 0 24278931 10060525568 861288 33554432000 1073741824 1073778376 140734505212048 140471003966504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19868] ppid=19857 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/19860/task/19868/stat : 19868 (java) S 19857 19860 13538 0 -1 4202560 550 0 0 0 166 23 0 0 20 0 22 0 24278931 10060525568 861288 33554432000 1073741824 1073778376 140734505212048 140471002913704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19869] ppid=19857 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/19860/task/19869/stat : 19869 (java) S 19857 19860 13538 0 -1 4202560 986 0 0 0 156 22 0 0 20 0 22 0 24278931 10060525568 861288 33554432000 1073741824 1073778376 140734505212048 140471001860904 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19870] ppid=19857 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/19860/task/19870/stat : 19870 (java) S 19857 19860 13538 0 -1 4202560 778 0 0 0 131 19 0 0 20 0 22 0 24278931 10060525568 861288 33554432000 1073741824 1073778376 140734505212048 140471000808104 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19871] ppid=19857 vsize=9824732 CPUtime=3.99 cores=0,2,4,6
/proc/19860/task/19871/stat : 19871 (java) S 19857 19860 13538 0 -1 4202560 2415 0 0 0 391 8 0 0 20 0 22 0 24278932 10060525568 861288 33554432000 1073741824 1073778376 140734505212048 140470388754920 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19872] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19872/stat : 19872 (java) S 19857 19860 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24278932 10060525568 861288 33554432000 1073741824 1073778376 140734505212048 140470387700984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19873] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19873/stat : 19873 (java) S 19857 19860 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24278932 10060525568 861288 33554432000 1073741824 1073778376 140734505212048 140470386648072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19874] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19874/stat : 19874 (java) S 19857 19860 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24278935 10060525568 861288 33554432000 1073741824 1073778376 140734505212048 140470385596560 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19875] ppid=19857 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/19860/task/19875/stat : 19875 (java) S 19857 19860 13538 0 -1 4202560 14625 0 0 0 213 2 0 0 20 0 22 0 24278935 10060525568 861288 33554432000 1073741824 1073778376 140734505212048 140470384544696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19876] ppid=19857 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/19860/task/19876/stat : 19876 (java) S 19857 19860 13538 0 -1 4202560 6600 0 0 0 127 2 0 0 20 0 22 0 24278935 10060525568 861288 33554432000 1073741824 1073778376 140734505212048 140470383491896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19877] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19877/stat : 19877 (java) S 19857 19860 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24278935 10060525568 861288 33554432000 1073741824 1073778376 140734505212048 140470382439288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19878] ppid=19857 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/19860/task/19878/stat : 19878 (java) S 19857 19860 13538 0 -1 4202560 51 0 0 0 12 19 0 0 20 0 22 0 24278935 10060525568 861288 33554432000 1073741824 1073778376 140734505212048 140470381386696 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19879] ppid=19857 vsize=9824732 CPUtime=874 cores=0,2,4,6
/proc/19860/task/19879/stat : 19879 (java) R 19857 19860 13538 0 -1 4202560 189 0 0 0 87383 17 0 0 20 0 22 0 24278994 10060525568 861288 33554432000 1073741824 1073778376 140734505212048 140470380330528 140470882552378 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19880] ppid=19857 vsize=9824732 CPUtime=874.03 cores=0,2,4,6
/proc/19860/task/19880/stat : 19880 (java) R 19857 19860 13538 0 -1 4202560 3116 0 0 0 87352 51 0 0 20 0 22 0 24278994 10060525568 861288 33554432000 1073741824 1073778376 140734505212048 140470379276832 140470882411047 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19881] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19881/stat : 19881 (java) S 19857 19860 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24278999 10060525568 861288 33554432000 1073741824 1073778376 140734505212048 140470378226600 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19882] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19882/stat : 19882 (java) S 19857 19860 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24279000 10060525568 861288 33554432000 1073741824 1073778376 140734505212048 140470377173800 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1769.38
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.601 s]
/proc/loadavg: 4.08 4.02 3.99 5/219 20027
/proc/meminfo: memFree=25970796/32872528 swapFree=163656/177964
[pid=19860] ppid=19857 vsize=9824732 CPUtime=1800.15 cores=0,2,4,6
/proc/19860/stat : 19860 (java) S 19857 19860 13538 0 -1 4202496 36766 0 1 0 179788 227 0 0 20 0 22 0 24278929 10060525568 861307 33554432000 1073741824 1073778376 140734505212048 140734505203184 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19860/statm: 2456183 861307 2300 9 0 2446860 0
[pid=19860/tid=19862] ppid=19857 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/19860/task/19862/stat : 19862 (java) S 19857 19860 13538 0 -1 4202560 2463 0 1 0 62 4 0 0 20 0 22 0 24278930 10060525568 861307 33554432000 1073741824 1073778376 140734505212048 140471035724664 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19863] ppid=19857 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/19860/task/19863/stat : 19863 (java) S 19857 19860 13538 0 -1 4202560 826 0 0 0 144 20 0 0 20 0 22 0 24278931 10060525568 861307 33554432000 1073741824 1073778376 140734505212048 140471008176680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19864] ppid=19857 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/19860/task/19864/stat : 19864 (java) S 19857 19860 13538 0 -1 4202560 869 0 0 0 152 17 0 0 20 0 22 0 24278931 10060525568 861307 33554432000 1073741824 1073778376 140734505212048 140471007123880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19865] ppid=19857 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/19860/task/19865/stat : 19865 (java) S 19857 19860 13538 0 -1 4202560 754 0 0 0 153 21 0 0 20 0 22 0 24278931 10060525568 861307 33554432000 1073741824 1073778376 140734505212048 140471006071080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19866] ppid=19857 vsize=9824732 CPUtime=1.73 cores=0,2,4,6
/proc/19860/task/19866/stat : 19866 (java) S 19857 19860 13538 0 -1 4202560 817 0 0 0 154 19 0 0 20 0 22 0 24278931 10060525568 861307 33554432000 1073741824 1073778376 140734505212048 140471005018280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19867] ppid=19857 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/19860/task/19867/stat : 19867 (java) S 19857 19860 13538 0 -1 4202560 458 0 0 0 125 18 0 0 20 0 22 0 24278931 10060525568 861307 33554432000 1073741824 1073778376 140734505212048 140471003966504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19868] ppid=19857 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/19860/task/19868/stat : 19868 (java) S 19857 19860 13538 0 -1 4202560 550 0 0 0 169 23 0 0 20 0 22 0 24278931 10060525568 861307 33554432000 1073741824 1073778376 140734505212048 140471002913704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19869] ppid=19857 vsize=9824732 CPUtime=1.83 cores=0,2,4,6
/proc/19860/task/19869/stat : 19869 (java) S 19857 19860 13538 0 -1 4202560 987 0 0 0 161 22 0 0 20 0 22 0 24278931 10060525568 861307 33554432000 1073741824 1073778376 140734505212048 140471001860904 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19870] ppid=19857 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/19860/task/19870/stat : 19870 (java) S 19857 19860 13538 0 -1 4202560 778 0 0 0 136 19 0 0 20 0 22 0 24278931 10060525568 861307 33554432000 1073741824 1073778376 140734505212048 140471000808104 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19871] ppid=19857 vsize=9824732 CPUtime=3.99 cores=0,2,4,6
/proc/19860/task/19871/stat : 19871 (java) S 19857 19860 13538 0 -1 4202560 2415 0 0 0 391 8 0 0 20 0 22 0 24278932 10060525568 861307 33554432000 1073741824 1073778376 140734505212048 140470388754920 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19872] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19872/stat : 19872 (java) S 19857 19860 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24278932 10060525568 861307 33554432000 1073741824 1073778376 140734505212048 140470387700984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19873] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19873/stat : 19873 (java) S 19857 19860 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24278932 10060525568 861307 33554432000 1073741824 1073778376 140734505212048 140470386648072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19874] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19874/stat : 19874 (java) S 19857 19860 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24278935 10060525568 861307 33554432000 1073741824 1073778376 140734505212048 140470385596560 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19875] ppid=19857 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/19860/task/19875/stat : 19875 (java) S 19857 19860 13538 0 -1 4202560 14625 0 0 0 213 2 0 0 20 0 22 0 24278935 10060525568 861307 33554432000 1073741824 1073778376 140734505212048 140470384544696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19876] ppid=19857 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/19860/task/19876/stat : 19876 (java) S 19857 19860 13538 0 -1 4202560 6600 0 0 0 127 2 0 0 20 0 22 0 24278935 10060525568 861307 33554432000 1073741824 1073778376 140734505212048 140470383491896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19877] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19877/stat : 19877 (java) S 19857 19860 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24278935 10060525568 861307 33554432000 1073741824 1073778376 140734505212048 140470382439288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19878] ppid=19857 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/19860/task/19878/stat : 19878 (java) S 19857 19860 13538 0 -1 4202560 53 0 0 0 12 19 0 0 20 0 22 0 24278935 10060525568 861307 33554432000 1073741824 1073778376 140734505212048 140470381386696 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19879] ppid=19857 vsize=9824732 CPUtime=889.21 cores=0,2,4,6
/proc/19860/task/19879/stat : 19879 (java) R 19857 19860 13538 0 -1 4202560 189 0 0 0 88904 17 0 0 20 0 22 0 24278994 10060525568 861307 33554432000 1073741824 1073778376 140734505212048 140470380329824 140470882552378 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19880] ppid=19857 vsize=9824732 CPUtime=889.24 cores=0,2,4,6
/proc/19860/task/19880/stat : 19880 (java) R 19857 19860 13538 0 -1 4202560 3117 0 0 0 88873 51 0 0 20 0 22 0 24278994 10060525568 861307 33554432000 1073741824 1073778376 140734505212048 140470379277488 140470882693901 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19881] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19881/stat : 19881 (java) S 19857 19860 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24278999 10060525568 861307 33554432000 1073741824 1073778376 140734505212048 140470378226600 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19882] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19882/stat : 19882 (java) S 19857 19860 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24279000 10060525568 861307 33554432000 1073741824 1073778376 140734505212048 140470377173800 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
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 19860 sig 9
??? kill -19860 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 897.672
CPU time (s): 1800.81
CPU user time (s): 1798.03
CPU system time (s): 2.78158
CPU usage (%): 200.609
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.03
system time used= 2.78158
maximum resident set size= 3445344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36802
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23339
involuntary context switches= 23155

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.76097 second user time and 6.26705 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 05:58:10
IDJOB=4103346
IDBENCH=2334
IDSOLVER=2543
FILE ID=node105/4103346-1466222290
RUNJOBID= node105-1466206102-13554
PBS_JOBID= 19918167
Free space on /tmp= 71744 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/milp/normalized-mps-v2-20-10-neos15.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103346-1466222290/watcher-4103346-1466222290 -o /tmp/evaluation-result-4103346-1466222290/solver-4103346-1466222290 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466206102-13554 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103346-1466222290.opb

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

MD5SUM BENCH= d360a4da18a1223a5a3c77027ac256df
RANDOM SEED=257058174

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28365816 kB
Buffers:           92788 kB
Cached:           102124 kB
SwapCached:         1764 kB
Active:          3444708 kB
Inactive:         136212 kB
Active(anon):    3387120 kB
Inactive(anon):     1440 kB
Active(file):      57588 kB
Inactive(file):   134772 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:              1440 kB
Writeback:             0 kB
AnonPages:       3574040 kB
Mapped:            15552 kB
Shmem:                 0 kB
Slab:             601404 kB
SReclaimable:      44972 kB
SUnreclaim:       556432 kB
KernelStack:        1624 kB
PageTables:        11036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3915496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3340288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71744 MiB
End job on node105 at 2016-06-18 06:13:08