Trace number 4080681

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.71 896.856

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-scorpion.opb
MD5SUM5969f09e744b158004f0e27c746edfe9
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 variables10740
Total number of constraints377
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 constraints377
Minimum length of a constraint30
Maximum length of a constraint600
Number of terms in the objective function 8460
Biggest coefficient in the objective function 10788957847552
Number of bits for the biggest coefficient in the objective function 44
Sum of the numbers in the objective function 603693086370759
Number of bits of the sum of numbers in the objective function 50
Biggest number in a constraint 33554432000000
Number of bits of the biggest number in a constraint 45
Biggest sum of numbers in a constraint 603693086370759
Number of bits of the biggest sum of numbers50
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@5d764be1
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@9f436f5
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@4413ee
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@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4080681-1465229483.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
1.11/0.57	c ... done. Wall clock time 0.45s.
1.11/0.57	c declared #vars     10740
1.11/0.57	c #constraints  657
1.11/0.57	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.11/0.57	c constraints type 
1.11/0.57	c org.sat4j.specs.Constr$1 => 46
1.11/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 611
1.11/0.57	c 657 constraints processed.
1.11/0.57	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.11/0.57	c constraints type 
1.11/0.57	c org.sat4j.specs.Constr$1 => 46
1.11/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 611
1.11/0.57	c 657 constraints processed.
1.11/0.57	c objective function length is 8460 literals
3.91/1.46	c cleaning 2494 clauses out of 5000 with flag 11748/5000
5.65/2.08	c cleaning 4253 clauses out of 8506 with flag 24008/11000
6.65/2.59	c cleaning 5626 clauses out of 11254 with flag 38583/18001
8.25/3.28	c cleaning 6814 clauses out of 13631 with flag 56331/26004
10.17/4.15	c cleaning 7901 clauses out of 15816 with flag 76928/35003
12.10/4.98	c cleaning 8956 clauses out of 17912 with flag 98504/45001
14.09/5.76	c cleaning 9969 clauses out of 19956 with flag 122534/56001
16.13/6.67	c cleaning 10978 clauses out of 21980 with flag 148377/68001
19.22/8.14	c cleaning 11995 clauses out of 24001 with flag 178452/81000
23.21/10.18	c cleaning 13000 clauses out of 26006 with flag 211286/95000
26.02/11.51	c cleaning 13976 clauses out of 28005 with flag 243818/110001
30.01/13.52	c cleaning 14993 clauses out of 30029 with flag 276854/126001
34.46/15.68	c cleaning 16015 clauses out of 32036 with flag 314027/143001
39.86/18.31	c cleaning 17007 clauses out of 34021 with flag 351250/161001
45.99/21.39	c cleaning 18002 clauses out of 36013 with flag 391021/180000
52.99/24.89	c cleaning 19004 clauses out of 38011 with flag 433665/200000
57.39/27.08	c cleaning 20001 clauses out of 40007 with flag 481653/221000
67.98/32.31	c cleaning 21001 clauses out of 42008 with flag 529681/243002
77.97/37.28	c cleaning 22003 clauses out of 44007 with flag 578478/266002
89.17/42.89	c cleaning 23002 clauses out of 46005 with flag 630233/290003
101.51/48.97	c cleaning 23997 clauses out of 48002 with flag 684421/315002
116.04/56.11	c cleaning 24999 clauses out of 50003 with flag 740955/341000
131.64/63.97	c cleaning 25999 clauses out of 52004 with flag 799016/368000
148.68/72.45	c cleaning 27001 clauses out of 54007 with flag 855306/396002
163.07/79.62	c cleaning 28001 clauses out of 56005 with flag 913871/425002
173.86/85.07	c cleaning 28990 clauses out of 58002 with flag 975140/455000
184.33/90.25	c cleaning 0 clauses out of 5001 with flag 0/5001
190.11/92.97	c cleaning 29998 clauses out of 60013 with flag 1037368/486001
208.61/102.12	c cleaning 31003 clauses out of 62014 with flag 1101485/518000
230.45/113.06	c cleaning 32006 clauses out of 64014 with flag 1167725/551003
252.10/123.84	c cleaning 32999 clauses out of 66005 with flag 1235764/585000
275.71/135.68	c cleaning 33998 clauses out of 68007 with flag 1305811/620001
303.70/149.88	c cleaning 34995 clauses out of 70008 with flag 1377905/656000
335.11/165.54	c cleaning 36002 clauses out of 72016 with flag 1452061/693003
366.75/181.38	c cleaning 36999 clauses out of 74011 with flag 1528113/731000
380.78/188.38	c cleaning 37997 clauses out of 76014 with flag 1607984/770002
407.26/201.54	c cleaning 39002 clauses out of 78015 with flag 1688507/810000
432.79/214.24	c cleaning 39992 clauses out of 80014 with flag 1771040/851001
460.48/228.02	c cleaning 40997 clauses out of 82022 with flag 1855624/893001
489.78/242.62	c cleaning 42004 clauses out of 84025 with flag 1942134/936001
520.62/258.01	c cleaning 43006 clauses out of 86024 with flag 2030700/980004
553.11/274.22	c cleaning 43999 clauses out of 88017 with flag 2121298/1025003
588.38/291.84	c cleaning 45002 clauses out of 90018 with flag 2213916/1071003
625.64/310.64	c cleaning 45996 clauses out of 92016 with flag 2308546/1118003
664.18/329.86	c cleaning 47000 clauses out of 94018 with flag 2405147/1166001
704.72/350.03	c cleaning 48003 clauses out of 96021 with flag 2503779/1215004
720.17/357.72	c cleaning 0 clauses out of 11000 with flag 0/11000
747.12/371.17	c cleaning 49001 clauses out of 98015 with flag 2604441/1265001
791.88/393.46	c cleaning 49994 clauses out of 100016 with flag 2707118/1316003
829.82/412.39	c cleaning 50972 clauses out of 102017 with flag 2814214/1368000
851.42/423.38	c cleaning 52015 clauses out of 104042 with flag 2929700/1421000
880.78/437.93	c cleaning 53006 clauses out of 106031 with flag 3048371/1475004
918.50/456.73	c cleaning 53998 clauses out of 108021 with flag 3161356/1530000
944.42/469.64	c cleaning 55004 clauses out of 110023 with flag 3278198/1586000
1013.06/503.85	c cleaning 56006 clauses out of 112019 with flag 3392198/1643000
1083.06/539.09	c cleaning 57008 clauses out of 114015 with flag 3508204/1701002
1161.54/578.19	c cleaning 57997 clauses out of 116005 with flag 3626226/1760000
1240.14/617.37	c cleaning 59001 clauses out of 118008 with flag 3746226/1820000
1327.86/661.05	c cleaning 59997 clauses out of 120007 with flag 3868234/1881000
1419.86/707.10	c cleaning 61001 clauses out of 122010 with flag 3992235/1943000
1515.40/754.74	c cleaning 62004 clauses out of 124010 with flag 4118245/2006001
1602.85/798.34	c cleaning 62998 clauses out of 126005 with flag 4246263/2070000
1718.07/855.74	c cleaning 63999 clauses out of 128007 with flag 4383827/2135000
1800.02/896.80	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/896.80	c starts		: 6359
1800.02/896.80	c conflicts		: 2191332
1800.02/896.80	c decisions		: 2781263
1800.02/896.80	c propagations		: 18404658
1800.02/896.80	c inspects		: 10848979249
1800.02/896.80	c shortcuts		: 0
1800.02/896.80	c learnt literals	: 16
1800.02/896.80	c learnt binary clauses	: 18
1800.02/896.80	c learnt ternary clauses	: 29
1800.02/896.80	c learnt constraints	: 2191316
1800.02/896.80	c ignored constraints	: 0
1800.02/896.80	c root simplifications	: 0
1800.02/896.80	c removed literals (reason simplification)	: 16150291
1800.02/896.80	c reason swapping (by a shorter reason)	: 0
1800.02/896.80	c Calls to reduceDB	: 61
1800.02/896.80	c Number of update (reduction) of LBD	: 32764
1800.02/896.80	c Imported unit clauses	: 0
1800.02/896.80	c number of reductions to clauses (during analyze)	: 0
1800.02/896.80	c number of learned constraints concerned by reduction	: 0
1800.02/896.80	c number of learning phase by resolution	: 0
1800.02/896.80	c number of learning phase by cutting planes	: 0
1800.02/896.80	c speed (assignments/second)	: 20536.535180558607
1800.02/896.80	c non guided choices	34760
1800.02/896.83	c learnt constraints type 
1800.02/896.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
1800.02/896.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 120322
1800.02/896.83	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/896.83	c starts		: 22
1800.02/896.83	c conflicts		: 14829
1800.02/896.83	c decisions		: 151963
1800.02/896.83	c propagations		: 1010126
1800.02/896.83	c inspects		: 593556571
1800.02/896.83	c shortcuts		: 0
1800.02/896.83	c learnt literals	: 0
1800.02/896.83	c learnt binary clauses	: 0
1800.02/896.83	c learnt ternary clauses	: 0
1800.02/896.83	c learnt constraints	: 14828
1800.02/896.83	c ignored constraints	: 0
1800.02/896.83	c root simplifications	: 0
1800.02/896.83	c removed literals (reason simplification)	: 0
1800.02/896.83	c reason swapping (by a shorter reason)	: 0
1800.02/896.83	c Calls to reduceDB	: 2
1800.02/896.83	c Number of update (reduction) of LBD	: 0
1800.02/896.83	c Imported unit clauses	: 0
1800.02/896.83	c number of reductions to clauses (during analyze)	: 0
1800.02/896.83	c number of learned constraints concerned by reduction	: 0
1800.02/896.83	c number of learning phase by resolution	: 0
1800.02/896.83	c number of learning phase by cutting planes	: 0
1800.02/896.83	c speed (assignments/second)	: 1127.107344141056
1800.02/896.83	c non guided choices	35
1800.02/896.83	c learnt constraints type 
1800.02/896.83	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
1800.02/896.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14827
1800.02/896.83	s UNKNOWN
1800.02/896.83	c Total wall clock time (in seconds): 896.715

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-4080681-1465229483/watcher-4080681-1465229483 -o /tmp/evaluation-result-4080681-1465229483/solver-4080681-1465229483 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465220363-8290 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080681-1465229483.opb 

pid=10971
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: 5.91 4.78 4.49 4/199 10974
/proc/meminfo: memFree=27414164/32872528 swapFree=15540/1663004
[pid=10974] ppid=10971 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/10974/stat : 10974 (java) D 10971 10974 8273 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 104881125 2560000 47 33554432000 1073741824 1073778376 140734717907104 140734717904232 273896533287 0 0 4096 0 18446744072100764964 0 0 17 5 0 0 0 0 0
/proc/10974/statm: 625 47 37 9 0 29 0

[startup+0.10006 s]
/proc/loadavg: 5.91 4.78 4.49 4/199 10974
/proc/meminfo: memFree=27414164/32872528 swapFree=15540/1663004
[pid=10974] ppid=10971 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/10974/stat : 10974 (java) S 10971 10974 8273 0 -1 4202496 4405 0 1 0 7 2 0 0 20 0 18 0 104881125 9787879424 6030 33554432000 1073741824 1073778376 140734717907104 140734717898240 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10974/statm: 2389619 6030 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200229 s]
/proc/loadavg: 5.91 4.78 4.49 4/199 10974
/proc/meminfo: memFree=27414164/32872528 swapFree=15540/1663004
[pid=10974] ppid=10971 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/10974/stat : 10974 (java) S 10971 10974 8273 0 -1 4202496 5069 0 1 0 27 2 0 0 20 0 18 0 104881125 9787879424 6948 33554432000 1073741824 1073778376 140734717907104 140734717898240 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10974/statm: 2389619 6948 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300244 s]
/proc/loadavg: 5.91 4.78 4.49 4/199 10974
/proc/meminfo: memFree=27414164/32872528 swapFree=15540/1663004
[pid=10974] ppid=10971 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/10974/stat : 10974 (java) S 10971 10974 8273 0 -1 4202496 6385 0 1 0 49 2 0 0 20 0 18 0 104881125 9787879424 10735 33554432000 1073741824 1073778376 140734717907104 140734717898240 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10974/statm: 2389619 10737 2235 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700204 s]
/proc/loadavg: 5.91 4.78 4.49 4/199 10974
/proc/meminfo: memFree=27414164/32872528 swapFree=15540/1663004
[pid=10974] ppid=10971 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/10974/stat : 10974 (java) S 10971 10974 8273 0 -1 4202496 14281 0 1 0 165 5 0 0 20 0 22 0 104881125 10060525568 29853 33554432000 1073741824 1073778376 140734717907104 140734717898240 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10974/statm: 2456183 29853 2260 9 0 2446860 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 5.91 4.78 4.49 6/221 10996
/proc/meminfo: memFree=27257996/32872528 swapFree=15540/1663004
[pid=10974] ppid=10971 vsize=9824732 CPUtime=4.32 cores=1,3,5,7
/proc/10974/stat : 10974 (java) S 10971 10974 8273 0 -1 4202496 16856 0 1 0 423 9 0 0 20 0 22 0 104881125 10060525568 50733 33554432000 1073741824 1073778376 140734717907104 140734717898240 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10974/statm: 2456183 50733 2284 9 0 2446860 0
[pid=10974/tid=10976] ppid=10971 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/10974/task/10976/stat : 10976 (java) S 10971 10974 8273 0 -1 4202560 2469 0 1 0 51 3 0 0 20 0 22 0 104881126 10060525568 50733 33554432000 1073741824 1073778376 140734717907104 140092392706936 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10974/tid=10977] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10977/stat : 10977 (java) S 10971 10974 8273 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 104881127 10060525568 50733 33554432000 1073741824 1073778376 140734717907104 140092236622120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10974/tid=10978] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10978/stat : 10978 (java) S 10971 10974 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104881127 10060525568 50733 33554432000 1073741824 1073778376 140734717907104 140092235569320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10974/tid=10979] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10979/stat : 10979 (java) S 10971 10974 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104881127 10060525568 50733 33554432000 1073741824 1073778376 140734717907104 140092234517032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10974/tid=10980] ppid=10971 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/10974/task/10980/stat : 10980 (java) S 10971 10974 8273 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 104881127 10060525568 50733 33554432000 1073741824 1073778376 140734717907104 140092233464232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10981] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10981/stat : 10981 (java) S 10971 10974 8273 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 104881127 10060525568 50733 33554432000 1073741824 1073778376 140734717907104 140092232411944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10974/tid=10982] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10982/stat : 10982 (java) S 10971 10974 8273 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 104881127 10060525568 50733 33554432000 1073741824 1073778376 140734717907104 140092231359144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10974/tid=10983] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10983/stat : 10983 (java) S 10971 10974 8273 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 104881127 10060525568 50733 33554432000 1073741824 1073778376 140734717907104 140092230306856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10984] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10984/stat : 10984 (java) S 10971 10974 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104881127 10060525568 50733 33554432000 1073741824 1073778376 140734717907104 140092229254056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10985] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10985/stat : 10985 (java) S 10971 10974 8273 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 104881128 10060525568 50733 33554432000 1073741824 1073778376 140734717907104 140092216842472 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10986] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10986/stat : 10986 (java) S 10971 10974 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104881129 10060525568 50733 33554432000 1073741824 1073778376 140734717907104 140092215788536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10987] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10987/stat : 10987 (java) S 10971 10974 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104881129 10060525568 50733 33554432000 1073741824 1073778376 140734717907104 140092214736136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10988] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10988/stat : 10988 (java) S 10971 10974 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104881131 10060525568 50733 33554432000 1073741824 1073778376 140734717907104 140092213684624 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10989] ppid=10971 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/10974/task/10989/stat : 10989 (java) R 10971 10974 8273 0 -1 4202560 7971 0 0 0 94 2 0 0 20 0 22 0 104881131 10060525568 50733 33554432000 1073741824 1073778376 140734717907104 140092212623200 140092398732017 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10974/tid=10990] ppid=10971 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/10974/task/10990/stat : 10990 (java) R 10971 10974 8273 0 -1 4202560 4931 0 0 0 89 0 0 0 20 0 22 0 104881131 10060525568 50733 33554432000 1073741824 1073778376 140734717907104 140092211566976 140092396793292 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10991] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10991/stat : 10991 (java) S 10971 10974 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104881131 10060525568 50733 33554432000 1073741824 1073778376 140734717907104 140092210527352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10974/tid=10992] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10992/stat : 10992 (java) S 10971 10974 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104881131 10060525568 50733 33554432000 1073741824 1073778376 140734717907104 140092209474760 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10993] ppid=10971 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/10974/task/10993/stat : 10993 (java) R 10971 10974 8273 0 -1 4202560 26 0 0 0 87 0 0 0 20 0 22 0 104881183 10060525568 50733 33554432000 1073741824 1073778376 140734717907104 140092208410400 140092254308679 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=10974/tid=10994] ppid=10971 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/10974/task/10994/stat : 10994 (java) R 10971 10974 8273 0 -1 4202560 58 0 0 0 86 1 0 0 20 0 22 0 104881183 10060525568 50733 33554432000 1073741824 1073778376 140734717907104 140092207365952 140092253517666 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10974/tid=10995] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10995/stat : 10995 (java) S 10971 10974 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104881187 10060525568 50733 33554432000 1073741824 1073778376 140734717907104 140092206314664 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10974/tid=10996] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10996/stat : 10996 (java) S 10971 10974 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104881187 10060525568 50733 33554432000 1073741824 1073778376 140734717907104 140092205261864 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 5.91 4.78 4.49 5/221 10996
/proc/meminfo: memFree=27197492/32872528 swapFree=15540/1663004
[pid=10974] ppid=10971 vsize=9824732 CPUtime=8.01 cores=1,3,5,7
/proc/10974/stat : 10974 (java) S 10971 10974 8273 0 -1 4202496 18119 0 1 0 785 16 0 0 20 0 22 0 104881125 10060525568 89993 33554432000 1073741824 1073778376 140734717907104 140734717898240 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10974/statm: 2456183 89993 2284 9 0 2446860 0
[pid=10974/tid=10976] ppid=10971 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/10974/task/10976/stat : 10976 (java) S 10971 10974 8273 0 -1 4202560 2469 0 1 0 51 3 0 0 20 0 22 0 104881126 10060525568 89993 33554432000 1073741824 1073778376 140734717907104 140092392706936 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10974/tid=10977] ppid=10971 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/10974/task/10977/stat : 10977 (java) S 10971 10974 8273 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 22 0 104881127 10060525568 89993 33554432000 1073741824 1073778376 140734717907104 140092236622120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10974/tid=10978] ppid=10971 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/10974/task/10978/stat : 10978 (java) S 10971 10974 8273 0 -1 4202560 85 0 0 0 3 1 0 0 20 0 22 0 104881127 10060525568 89993 33554432000 1073741824 1073778376 140734717907104 140092235569320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10974/tid=10979] ppid=10971 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/10974/task/10979/stat : 10979 (java) S 10971 10974 8273 0 -1 4202560 96 0 0 0 4 0 0 0 20 0 22 0 104881127 10060525568 89993 33554432000 1073741824 1073778376 140734717907104 140092234517032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10974/tid=10980] ppid=10971 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/10974/task/10980/stat : 10980 (java) S 10971 10974 8273 0 -1 4202560 114 0 0 0 4 2 0 0 20 0 22 0 104881127 10060525568 89993 33554432000 1073741824 1073778376 140734717907104 140092233464232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10981] ppid=10971 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/10974/task/10981/stat : 10981 (java) S 10971 10974 8273 0 -1 4202560 41 0 0 0 3 0 0 0 20 0 22 0 104881127 10060525568 89993 33554432000 1073741824 1073778376 140734717907104 140092232411944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10974/tid=10982] ppid=10971 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/10974/task/10982/stat : 10982 (java) S 10971 10974 8273 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 104881127 10060525568 89993 33554432000 1073741824 1073778376 140734717907104 140092231359144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10974/tid=10983] ppid=10971 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/10974/task/10983/stat : 10983 (java) S 10971 10974 8273 0 -1 4202560 46 0 0 0 3 1 0 0 20 0 22 0 104881127 10060525568 89993 33554432000 1073741824 1073778376 140734717907104 140092230306856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10984] ppid=10971 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/10974/task/10984/stat : 10984 (java) S 10971 10974 8273 0 -1 4202560 85 0 0 0 1 0 0 0 20 0 22 0 104881127 10060525568 89993 33554432000 1073741824 1073778376 140734717907104 140092229254056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10974/tid=10985] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10985/stat : 10985 (java) S 10971 10974 8273 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 104881128 10060525568 89993 33554432000 1073741824 1073778376 140734717907104 140092216842472 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10986] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10986/stat : 10986 (java) S 10971 10974 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104881129 10060525568 89993 33554432000 1073741824 1073778376 140734717907104 140092215788536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10987] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10987/stat : 10987 (java) S 10971 10974 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104881129 10060525568 89993 33554432000 1073741824 1073778376 140734717907104 140092214736136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10988] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10988/stat : 10988 (java) S 10971 10974 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104881131 10060525568 89993 33554432000 1073741824 1073778376 140734717907104 140092213684624 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10989] ppid=10971 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/10974/task/10989/stat : 10989 (java) R 10971 10974 8273 0 -1 4202560 8012 0 0 0 114 2 0 0 20 0 22 0 104881131 10060525568 89993 33554432000 1073741824 1073778376 140734717907104 140092212632128 140092398668838 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10974/tid=10990] ppid=10971 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/10974/task/10990/stat : 10990 (java) S 10971 10974 8273 0 -1 4202560 5522 0 0 0 107 0 0 0 20 0 22 0 104881131 10060525568 89993 33554432000 1073741824 1073778376 140734717907104 140092211579448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10974/tid=10991] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10991/stat : 10991 (java) S 10971 10974 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104881131 10060525568 89993 33554432000 1073741824 1073778376 140734717907104 140092210527352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10974/tid=10992] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10992/stat : 10992 (java) S 10971 10974 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104881131 10060525568 89993 33554432000 1073741824 1073778376 140734717907104 140092209474760 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10993] ppid=10971 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/10974/task/10993/stat : 10993 (java) R 10971 10974 8273 0 -1 4202560 33 0 0 0 239 0 0 0 20 0 22 0 104881183 10060525568 89993 33554432000 1073741824 1073778376 140734717907104 140092208418128 140092254242263 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=10974/tid=10994] ppid=10971 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/10974/task/10994/stat : 10994 (java) R 10971 10974 8273 0 -1 4202560 107 0 0 0 238 2 0 0 20 0 22 0 104881183 10060525568 89993 33554432000 1073741824 1073778376 140734717907104 140092207364520 140092254214292 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10974/tid=10995] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10995/stat : 10995 (java) S 10971 10974 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104881187 10060525568 89993 33554432000 1073741824 1073778376 140734717907104 140092206314664 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10974/tid=10996] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10996/stat : 10996 (java) S 10971 10974 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104881187 10060525568 89993 33554432000 1073741824 1073778376 140734717907104 140092205261864 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.01
Current children cumulated vsize (KiB) 9824732

[startup+6.30091 s]
/proc/loadavg: 5.76 4.77 4.49 5/221 10996
/proc/meminfo: memFree=26897168/32872528 swapFree=15540/1663004
[pid=10974] ppid=10971 vsize=9824732 CPUtime=15.49 cores=1,3,5,7
/proc/10974/stat : 10974 (java) S 10971 10974 8273 0 -1 4202496 23382 0 1 0 1523 26 0 0 20 0 22 0 104881125 10060525568 159204 33554432000 1073741824 1073778376 140734717907104 140734717898240 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10974/statm: 2456183 159204 2284 9 0 2446860 0
[pid=10974/tid=10976] ppid=10971 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/10974/task/10976/stat : 10976 (java) S 10971 10974 8273 0 -1 4202560 2469 0 1 0 51 3 0 0 20 0 22 0 104881126 10060525568 159204 33554432000 1073741824 1073778376 140734717907104 140092392706936 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10977] ppid=10971 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/10974/task/10977/stat : 10977 (java) S 10971 10974 8273 0 -1 4202560 41 0 0 0 3 1 0 0 20 0 22 0 104881127 10060525568 159204 33554432000 1073741824 1073778376 140734717907104 140092236622120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10974/tid=10978] ppid=10971 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/10974/task/10978/stat : 10978 (java) S 10971 10974 8273 0 -1 4202560 100 0 0 0 5 1 0 0 20 0 22 0 104881127 10060525568 159204 33554432000 1073741824 1073778376 140734717907104 140092235569320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10974/tid=10979] ppid=10971 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/10974/task/10979/stat : 10979 (java) S 10971 10974 8273 0 -1 4202560 107 0 0 0 5 1 0 0 20 0 22 0 104881127 10060525568 159204 33554432000 1073741824 1073778376 140734717907104 140092234517032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10974/tid=10980] ppid=10971 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/10974/task/10980/stat : 10980 (java) S 10971 10974 8273 0 -1 4202560 129 0 0 0 7 2 0 0 20 0 22 0 104881127 10060525568 159204 33554432000 1073741824 1073778376 140734717907104 140092233464232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10974/tid=10981] ppid=10971 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/10974/task/10981/stat : 10981 (java) S 10971 10974 8273 0 -1 4202560 57 0 0 0 5 2 0 0 20 0 22 0 104881127 10060525568 159204 33554432000 1073741824 1073778376 140734717907104 140092232411944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10974/tid=10982] ppid=10971 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/10974/task/10982/stat : 10982 (java) S 10971 10974 8273 0 -1 4202560 36 0 0 0 4 2 0 0 20 0 22 0 104881127 10060525568 159204 33554432000 1073741824 1073778376 140734717907104 140092231359144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10974/tid=10983] ppid=10971 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/10974/task/10983/stat : 10983 (java) S 10971 10974 8273 0 -1 4202560 83 0 0 0 6 2 0 0 20 0 22 0 104881127 10060525568 159204 33554432000 1073741824 1073778376 140734717907104 140092230306856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10984] ppid=10971 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/10974/task/10984/stat : 10984 (java) S 10971 10974 8273 0 -1 4202560 114 0 0 0 5 2 0 0 20 0 22 0 104881127 10060525568 159204 33554432000 1073741824 1073778376 140734717907104 140092229254056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10974/tid=10985] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10985/stat : 10985 (java) S 10971 10974 8273 0 -1 4202560 456 0 0 0 0 0 0 0 20 0 22 0 104881128 10060525568 159204 33554432000 1073741824 1073778376 140734717907104 140092216842472 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10986] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10986/stat : 10986 (java) S 10971 10974 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104881129 10060525568 159204 33554432000 1073741824 1073778376 140734717907104 140092215788536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10987] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10987/stat : 10987 (java) S 10971 10974 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104881129 10060525568 159204 33554432000 1073741824 1073778376 140734717907104 140092214736136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10988] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10988/stat : 10988 (java) S 10971 10974 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104881131 10060525568 159204 33554432000 1073741824 1073778376 140734717907104 140092213684624 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10989] ppid=10971 vsize=9824732 CPUtime=1.97 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 4.12 4.24 4.31 5/221 11152
/proc/meminfo: memFree=28420020/32872528 swapFree=15540/1663004
[pid=10974] ppid=10971 vsize=9824732 CPUtime=1651.04 cores=1,3,5,7
/proc/10974/stat : 10974 (java) S 10971 10974 8273 0 -1 4202496 34255 0 1 0 164938 166 0 0 20 0 22 0 104881125 10060525568 289495 33554432000 1073741824 1073778376 140734717907104 140734717898240 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10974/statm: 2456183 289495 2293 9 0 2446860 0
[pid=10974/tid=10976] ppid=10971 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/10974/task/10976/stat : 10976 (java) S 10971 10974 8273 0 -1 4202560 2481 0 1 0 54 4 0 0 20 0 22 0 104881126 10060525568 289495 33554432000 1073741824 1073778376 140734717907104 140092392706936 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10977] ppid=10971 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/10974/task/10977/stat : 10977 (java) S 10971 10974 8273 0 -1 4202560 357 0 0 0 168 8 0 0 20 0 22 0 104881127 10060525568 289495 33554432000 1073741824 1073778376 140734717907104 140092236622120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10974/tid=10978] ppid=10971 vsize=9824732 CPUtime=1.86 cores=1,3,5,7
/proc/10974/task/10978/stat : 10978 (java) S 10971 10974 8273 0 -1 4202560 455 0 0 0 177 9 0 0 20 0 22 0 104881127 10060525568 289495 33554432000 1073741824 1073778376 140734717907104 140092235569320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10974/tid=10979] ppid=10971 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/10974/task/10979/stat : 10979 (java) S 10971 10974 8273 0 -1 4202560 448 0 0 0 169 11 0 0 20 0 22 0 104881127 10060525568 289495 33554432000 1073741824 1073778376 140734717907104 140092234517032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10974/tid=10980] ppid=10971 vsize=9824732 CPUtime=1.87 cores=1,3,5,7
/proc/10974/task/10980/stat : 10980 (java) S 10971 10974 8273 0 -1 4202560 433 0 0 0 176 11 0 0 20 0 22 0 104881127 10060525568 289495 33554432000 1073741824 1073778376 140734717907104 140092233464232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10981] ppid=10971 vsize=9824732 CPUtime=1.9 cores=1,3,5,7
/proc/10974/task/10981/stat : 10981 (java) S 10971 10974 8273 0 -1 4202560 523 0 0 0 178 12 0 0 20 0 22 0 104881127 10060525568 289495 33554432000 1073741824 1073778376 140734717907104 140092232411944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10982] ppid=10971 vsize=9824732 CPUtime=2.09 cores=1,3,5,7
/proc/10974/task/10982/stat : 10982 (java) S 10971 10974 8273 0 -1 4202560 523 0 0 0 197 12 0 0 20 0 22 0 104881127 10060525568 289495 33554432000 1073741824 1073778376 140734717907104 140092231359144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10983] ppid=10971 vsize=9824732 CPUtime=1.9 cores=1,3,5,7
/proc/10974/task/10983/stat : 10983 (java) S 10971 10974 8273 0 -1 4202560 515 0 0 0 178 12 0 0 20 0 22 0 104881127 10060525568 289495 33554432000 1073741824 1073778376 140734717907104 140092230306856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10974/tid=10984] ppid=10971 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/10974/task/10984/stat : 10984 (java) S 10971 10974 8273 0 -1 4202560 647 0 0 0 176 12 0 0 20 0 22 0 104881127 10060525568 289495 33554432000 1073741824 1073778376 140734717907104 140092229254056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10974/tid=10985] ppid=10971 vsize=9824732 CPUtime=2.81 cores=1,3,5,7
/proc/10974/task/10985/stat : 10985 (java) S 10971 10974 8273 0 -1 4202560 1487 0 0 0 260 21 0 0 20 0 22 0 104881128 10060525568 289495 33554432000 1073741824 1073778376 140734717907104 140092216842472 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10974/tid=10986] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10986/stat : 10986 (java) S 10971 10974 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104881129 10060525568 289495 33554432000 1073741824 1073778376 140734717907104 140092215788536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10987] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10987/stat : 10987 (java) S 10971 10974 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104881129 10060525568 289495 33554432000 1073741824 1073778376 140734717907104 140092214736136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10988] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10988/stat : 10988 (java) S 10971 10974 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104881131 10060525568 289495 33554432000 1073741824 1073778376 140734717907104 140092213684624 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10989] ppid=10971 vsize=9824732 CPUtime=2.04 cores=1,3,5,7
/proc/10974/task/10989/stat : 10989 (java) S 10971 10974 8273 0 -1 4202560 12554 0 0 0 201 3 0 0 20 0 22 0 104881131 10060525568 289495 33554432000 1073741824 1073778376 140734717907104 140092212632248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10974/tid=10990] ppid=10971 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/10974/task/10990/stat : 10990 (java) S 10971 10974 8273 0 -1 4202560 10027 0 0 0 183 2 0 0 20 0 22 0 104881131 10060525568 289495 33554432000 1073741824 1073778376 140734717907104 140092211579448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10974/tid=10991] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10991/stat : 10991 (java) S 10971 10974 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104881131 10060525568 289495 33554432000 1073741824 1073778376 140734717907104 140092210527352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10974/tid=10992] ppid=10971 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/10974/task/10992/stat : 10992 (java) S 10971 10974 8273 0 -1 4202560 47 0 0 0 12 22 0 0 20 0 22 0 104881131 10060525568 289495 33554432000 1073741824 1073778376 140734717907104 140092209474760 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=10974/tid=10993] ppid=10971 vsize=9824732 CPUtime=814.28 cores=1,3,5,7
/proc/10974/task/10993/stat : 10993 (java) R 10971 10974 8273 0 -1 4202560 439 0 0 0 81411 17 0 0 20 0 22 0 104881183 10060525568 289495 33554432000 1073741824 1073778376 140734717907104 140092208417352 140092254308711 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10974/tid=10994] ppid=10971 vsize=9824732 CPUtime=814.31 cores=1,3,5,7
/proc/10974/task/10994/stat : 10994 (java) R 10971 10974 8273 0 -1 4202560 2054 0 0 0 81386 45 0 0 20 0 22 0 104881183 10060525568 289495 33554432000 1073741824 1073778376 140734717907104 140092207365312 140092254805282 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10974/tid=10995] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10995/stat : 10995 (java) S 10971 10974 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104881187 10060525568 289495 33554432000 1073741824 1073778376 140734717907104 140092206314664 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10974/tid=10996] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10996/stat : 10996 (java) S 10971 10974 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104881187 10060525568 289495 33554432000 1073741824 1073778376 140734717907104 140092205261864 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1651.04
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.15 4.22 4.30 5/221 11153
/proc/meminfo: memFree=28341204/32872528 swapFree=15540/1663004
[pid=10974] ppid=10971 vsize=9824732 CPUtime=1770.98 cores=1,3,5,7
/proc/10974/stat : 10974 (java) S 10971 10974 8273 0 -1 4202496 35454 0 1 0 176924 174 0 0 20 0 22 0 104881125 10060525568 312436 33554432000 1073741824 1073778376 140734717907104 140734717898240 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10974/statm: 2456183 312436 2293 9 0 2446860 0
[pid=10974/tid=10976] ppid=10971 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/10974/task/10976/stat : 10976 (java) S 10971 10974 8273 0 -1 4202560 2482 0 1 0 55 4 0 0 20 0 22 0 104881126 10060525568 312436 33554432000 1073741824 1073778376 140734717907104 140092392706936 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10977] ppid=10971 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/10974/task/10977/stat : 10977 (java) S 10971 10974 8273 0 -1 4202560 376 0 0 0 179 9 0 0 20 0 22 0 104881127 10060525568 312436 33554432000 1073741824 1073778376 140734717907104 140092236622120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10974/tid=10978] ppid=10971 vsize=9824732 CPUtime=2.01 cores=1,3,5,7
/proc/10974/task/10978/stat : 10978 (java) S 10971 10974 8273 0 -1 4202560 486 0 0 0 192 9 0 0 20 0 22 0 104881127 10060525568 312436 33554432000 1073741824 1073778376 140734717907104 140092235569320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10974/tid=10979] ppid=10971 vsize=9824732 CPUtime=1.98 cores=1,3,5,7
/proc/10974/task/10979/stat : 10979 (java) S 10971 10974 8273 0 -1 4202560 489 0 0 0 187 11 0 0 20 0 22 0 104881127 10060525568 312436 33554432000 1073741824 1073778376 140734717907104 140092234517032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10974/tid=10980] ppid=10971 vsize=9824732 CPUtime=2.03 cores=1,3,5,7
/proc/10974/task/10980/stat : 10980 (java) S 10971 10974 8273 0 -1 4202560 506 0 0 0 191 12 0 0 20 0 22 0 104881127 10060525568 312436 33554432000 1073741824 1073778376 140734717907104 140092233464232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10974/tid=10981] ppid=10971 vsize=9824732 CPUtime=2.03 cores=1,3,5,7
/proc/10974/task/10981/stat : 10981 (java) S 10971 10974 8273 0 -1 4202560 555 0 0 0 190 13 0 0 20 0 22 0 104881127 10060525568 312436 33554432000 1073741824 1073778376 140734717907104 140092232411944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10982] ppid=10971 vsize=9824732 CPUtime=2.23 cores=1,3,5,7
/proc/10974/task/10982/stat : 10982 (java) S 10971 10974 8273 0 -1 4202560 565 0 0 0 210 13 0 0 20 0 22 0 104881127 10060525568 312436 33554432000 1073741824 1073778376 140734717907104 140092231359144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10983] ppid=10971 vsize=9824732 CPUtime=2.08 cores=1,3,5,7
/proc/10974/task/10983/stat : 10983 (java) S 10971 10974 8273 0 -1 4202560 546 0 0 0 196 12 0 0 20 0 22 0 104881127 10060525568 312436 33554432000 1073741824 1073778376 140734717907104 140092230306856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10984] ppid=10971 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/10974/task/10984/stat : 10984 (java) S 10971 10974 8273 0 -1 4202560 704 0 0 0 187 13 0 0 20 0 22 0 104881127 10060525568 312436 33554432000 1073741824 1073778376 140734717907104 140092229254056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10974/tid=10985] ppid=10971 vsize=9824732 CPUtime=3.36 cores=1,3,5,7
/proc/10974/task/10985/stat : 10985 (java) S 10971 10974 8273 0 -1 4202560 1621 0 0 0 312 24 0 0 20 0 22 0 104881128 10060525568 312436 33554432000 1073741824 1073778376 140734717907104 140092216842472 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10986] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10986/stat : 10986 (java) S 10971 10974 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104881129 10060525568 312436 33554432000 1073741824 1073778376 140734717907104 140092215788536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10987] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10987/stat : 10987 (java) S 10971 10974 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104881129 10060525568 312436 33554432000 1073741824 1073778376 140734717907104 140092214736136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10988] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10988/stat : 10988 (java) S 10971 10974 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104881131 10060525568 312436 33554432000 1073741824 1073778376 140734717907104 140092213684624 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10989] ppid=10971 vsize=9824732 CPUtime=2.04 cores=1,3,5,7
/proc/10974/task/10989/stat : 10989 (java) S 10971 10974 8273 0 -1 4202560 12554 0 0 0 201 3 0 0 20 0 22 0 104881131 10060525568 312436 33554432000 1073741824 1073778376 140734717907104 140092212632248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10974/tid=10990] ppid=10971 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/10974/task/10990/stat : 10990 (java) S 10971 10974 8273 0 -1 4202560 10027 0 0 0 183 2 0 0 20 0 22 0 104881131 10060525568 312436 33554432000 1073741824 1073778376 140734717907104 140092211579448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10974/tid=10991] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10991/stat : 10991 (java) S 10971 10974 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104881131 10060525568 312436 33554432000 1073741824 1073778376 140734717907104 140092210527352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10974/tid=10992] ppid=10971 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/10974/task/10992/stat : 10992 (java) S 10971 10974 8273 0 -1 4202560 51 0 0 0 13 24 0 0 20 0 22 0 104881131 10060525568 312436 33554432000 1073741824 1073778376 140734717907104 140092209474760 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=10974/tid=10993] ppid=10971 vsize=9824732 CPUtime=873.38 cores=1,3,5,7
/proc/10974/task/10993/stat : 10993 (java) R 10971 10974 8273 0 -1 4202560 454 0 0 0 87320 18 0 0 20 0 22 0 104881183 10060525568 312436 33554432000 1073741824 1073778376 140734717907104 140092208417328 140092254308711 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10994] ppid=10971 vsize=9824732 CPUtime=873.42 cores=1,3,5,7
/proc/10974/task/10994/stat : 10994 (java) R 10971 10974 8273 0 -1 4202560 2773 0 0 0 87295 47 0 0 20 0 22 0 104881183 10060525568 312436 33554432000 1073741824 1073778376 140734717907104 140092207365432 140092254211192 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10974/tid=10995] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10995/stat : 10995 (java) S 10971 10974 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104881187 10060525568 312436 33554432000 1073741824 1073778376 140734717907104 140092206314664 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10974/tid=10996] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10996/stat : 10996 (java) S 10971 10974 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104881187 10060525568 312436 33554432000 1073741824 1073778376 140734717907104 140092205261864 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1770.98
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.801 s]
/proc/loadavg: 4.12 4.21 4.29 5/221 11153
/proc/meminfo: memFree=28358752/32872528 swapFree=15540/1663004
[pid=10974] ppid=10971 vsize=9824732 CPUtime=1800.02 cores=1,3,5,7
/proc/10974/stat : 10974 (java) S 10971 10974 8273 0 -1 4202496 35465 0 1 0 179827 175 0 0 20 0 22 0 104881125 10060525568 307825 33554432000 1073741824 1073778376 140734717907104 140734717898240 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10974/statm: 2456183 307825 2293 9 0 2446860 0
[pid=10974/tid=10976] ppid=10971 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/10974/task/10976/stat : 10976 (java) S 10971 10974 8273 0 -1 4202560 2482 0 1 0 55 4 0 0 20 0 22 0 104881126 10060525568 307825 33554432000 1073741824 1073778376 140734717907104 140092392706936 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10977] ppid=10971 vsize=9824732 CPUtime=1.89 cores=1,3,5,7
/proc/10974/task/10977/stat : 10977 (java) S 10971 10974 8273 0 -1 4202560 376 0 0 0 180 9 0 0 20 0 22 0 104881127 10060525568 307825 33554432000 1073741824 1073778376 140734717907104 140092236622120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10974/tid=10978] ppid=10971 vsize=9824732 CPUtime=2.05 cores=1,3,5,7
/proc/10974/task/10978/stat : 10978 (java) S 10971 10974 8273 0 -1 4202560 488 0 0 0 196 9 0 0 20 0 22 0 104881127 10060525568 307825 33554432000 1073741824 1073778376 140734717907104 140092235569320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10979] ppid=10971 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/10974/task/10979/stat : 10979 (java) S 10971 10974 8273 0 -1 4202560 489 0 0 0 188 12 0 0 20 0 22 0 104881127 10060525568 307825 33554432000 1073741824 1073778376 140734717907104 140092234517032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10974/tid=10980] ppid=10971 vsize=9824732 CPUtime=2.06 cores=1,3,5,7
/proc/10974/task/10980/stat : 10980 (java) S 10971 10974 8273 0 -1 4202560 506 0 0 0 194 12 0 0 20 0 22 0 104881127 10060525568 307825 33554432000 1073741824 1073778376 140734717907104 140092233464232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10974/tid=10981] ppid=10971 vsize=9824732 CPUtime=2.06 cores=1,3,5,7
/proc/10974/task/10981/stat : 10981 (java) S 10971 10974 8273 0 -1 4202560 558 0 0 0 193 13 0 0 20 0 22 0 104881127 10060525568 307825 33554432000 1073741824 1073778376 140734717907104 140092232411944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10974/tid=10982] ppid=10971 vsize=9824732 CPUtime=2.26 cores=1,3,5,7
/proc/10974/task/10982/stat : 10982 (java) S 10971 10974 8273 0 -1 4202560 567 0 0 0 213 13 0 0 20 0 22 0 104881127 10060525568 307825 33554432000 1073741824 1073778376 140734717907104 140092231359144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10974/tid=10983] ppid=10971 vsize=9824732 CPUtime=2.12 cores=1,3,5,7
/proc/10974/task/10983/stat : 10983 (java) S 10971 10974 8273 0 -1 4202560 546 0 0 0 200 12 0 0 20 0 22 0 104881127 10060525568 307825 33554432000 1073741824 1073778376 140734717907104 140092230306856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10974/tid=10984] ppid=10971 vsize=9824732 CPUtime=2.02 cores=1,3,5,7
/proc/10974/task/10984/stat : 10984 (java) S 10971 10974 8273 0 -1 4202560 704 0 0 0 189 13 0 0 20 0 22 0 104881127 10060525568 307825 33554432000 1073741824 1073778376 140734717907104 140092229254056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10974/tid=10985] ppid=10971 vsize=9824732 CPUtime=3.36 cores=1,3,5,7
/proc/10974/task/10985/stat : 10985 (java) S 10971 10974 8273 0 -1 4202560 1621 0 0 0 312 24 0 0 20 0 22 0 104881128 10060525568 307825 33554432000 1073741824 1073778376 140734717907104 140092216842472 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10974/tid=10986] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10986/stat : 10986 (java) S 10971 10974 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104881129 10060525568 307825 33554432000 1073741824 1073778376 140734717907104 140092215788536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10987] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10987/stat : 10987 (java) S 10971 10974 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104881129 10060525568 307825 33554432000 1073741824 1073778376 140734717907104 140092214736136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10988] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10988/stat : 10988 (java) S 10971 10974 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104881131 10060525568 307825 33554432000 1073741824 1073778376 140734717907104 140092213684624 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10989] ppid=10971 vsize=9824732 CPUtime=2.04 cores=1,3,5,7
/proc/10974/task/10989/stat : 10989 (java) S 10971 10974 8273 0 -1 4202560 12554 0 0 0 201 3 0 0 20 0 22 0 104881131 10060525568 307825 33554432000 1073741824 1073778376 140734717907104 140092212632248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10974/tid=10990] ppid=10971 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/10974/task/10990/stat : 10990 (java) S 10971 10974 8273 0 -1 4202560 10027 0 0 0 183 2 0 0 20 0 22 0 104881131 10060525568 307825 33554432000 1073741824 1073778376 140734717907104 140092211579448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10974/tid=10991] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10991/stat : 10991 (java) S 10971 10974 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104881131 10060525568 307825 33554432000 1073741824 1073778376 140734717907104 140092210527352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10974/tid=10992] ppid=10971 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/10974/task/10992/stat : 10992 (java) S 10971 10974 8273 0 -1 4202560 51 0 0 0 13 24 0 0 20 0 22 0 104881131 10060525568 307825 33554432000 1073741824 1073778376 140734717907104 140092209474760 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=10974/tid=10993] ppid=10971 vsize=9824732 CPUtime=887.78 cores=1,3,5,7
/proc/10974/task/10993/stat : 10993 (java) R 10971 10974 8273 0 -1 4202560 455 0 0 0 88760 18 0 0 20 0 22 0 104881183 10060525568 307825 33554432000 1073741824 1073778376 140734717907104 140092208418128 140092254308711 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10974/tid=10994] ppid=10971 vsize=9824732 CPUtime=887.84 cores=1,3,5,7
/proc/10974/task/10994/stat : 10994 (java) R 10971 10974 8273 0 -1 4202560 2776 0 0 0 88737 47 0 0 20 0 22 0 104881183 10060525568 307825 33554432000 1073741824 1073778376 140734717907104 140092207364336 140092254213922 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10974/tid=10995] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10995/stat : 10995 (java) S 10971 10974 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104881187 10060525568 307825 33554432000 1073741824 1073778376 140734717907104 140092206314664 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10974/tid=10996] ppid=10971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10974/task/10996/stat : 10996 (java) S 10971 10974 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104881187 10060525568 307825 33554432000 1073741824 1073778376 140734717907104 140092205261864 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 10974 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 896.856
CPU time (s): 1800.71
CPU user time (s): 1798.39
CPU system time (s): 2.32365
CPU usage (%): 200.78
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.39
system time used= 2.32365
maximum resident set size= 2951348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35506
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29654
involuntary context switches= 38966

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.13007 second user time and 7.52785 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-06 18:11:24
IDJOB=4080681
IDBENCH=2446
IDSOLVER=2543
FILE ID=node134/4080681-1465229483
RUNJOBID= node134-1465220363-8290
PBS_JOBID= 19843220
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-scorpion.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080681-1465229483/watcher-4080681-1465229483 -o /tmp/evaluation-result-4080681-1465229483/solver-4080681-1465229483 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465220363-8290 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080681-1465229483.opb

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

MD5SUM BENCH= 5969f09e744b158004f0e27c746edfe9
RANDOM SEED=1887431875

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27414808 kB
Buffers:           21856 kB
Cached:            87756 kB
SwapCached:         1804 kB
Active:          3035900 kB
Inactive:          48160 kB
Active(anon):    2975668 kB
Inactive(anon):     1036 kB
Active(file):      60232 kB
Inactive(file):    47124 kB
Unevictable:     1663004 kB
Mlocked:           15540 kB
SwapTotal:      67108856 kB
SwapFree:       67098292 kB
Dirty:              1684 kB
Writeback:             0 kB
AnonPages:       4640884 kB
Mapped:            15528 kB
Shmem:                 0 kB
Slab:             566528 kB
SReclaimable:      10448 kB
SUnreclaim:       556080 kB
KernelStack:        1640 kB
PageTables:        13196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4904336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4564992 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= 71732 MiB
End job on node134 at 2016-06-06 18:26:20