Trace number 4100114

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.02 896.281

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-bienst1.opb
MD5SUM3c5a26b44a5daf16e362588a0fac7ed0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables13806
Total number of constraints604
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints600
Minimum length of a constraint7
Maximum length of a constraint390
Number of terms in the objective function 30
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524317
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 524564
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.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-4100114-1466207938.opb
0.09/0.12	c reading problem ... 
0.09/0.13	c  objective function found
1.25/0.62	c ... done. Wall clock time 0.491s.
1.25/0.62	c declared #vars     13806
1.25/0.62	c #constraints  732
1.25/0.62	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.25/0.62	c constraints type 
1.25/0.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 8
1.25/0.62	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 724
1.25/0.62	c 732 constraints processed.
1.25/0.62	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.25/0.62	c constraints type 
1.25/0.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 8
1.25/0.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 724
1.25/0.62	c 732 constraints processed.
1.25/0.62	c objective function length is 30 literals
5.94/2.24	c cleaning 2496 clauses out of 5001 with flag 12583/5002
9.72/3.86	c cleaning 4246 clauses out of 8505 with flag 27636/11002
13.88/5.88	c cleaning 5623 clauses out of 11259 with flag 45231/18002
18.52/8.08	c cleaning 6813 clauses out of 13633 with flag 64581/26000
21.57/9.53	c cleaning 7910 clauses out of 15822 with flag 82764/35002
24.45/10.98	c cleaning 0 clauses out of 5000 with flag 0/5000
25.56/11.30	c cleaning 8954 clauses out of 17911 with flag 102763/45001
29.77/13.38	c cleaning 9976 clauses out of 19957 with flag 124763/56001
34.61/15.78	c cleaning 10989 clauses out of 21981 with flag 148763/68001
40.40/18.66	c cleaning 11989 clauses out of 23992 with flag 174763/81001
46.86/21.87	c cleaning 12999 clauses out of 26002 with flag 202893/95000
53.88/25.36	c cleaning 13999 clauses out of 28006 with flag 233035/110003
62.53/29.62	c cleaning 14995 clauses out of 30004 with flag 265029/126000
70.53/33.61	c cleaning 16001 clauses out of 32010 with flag 299031/143001
79.82/38.20	c cleaning 16998 clauses out of 34010 with flag 335033/161002
90.46/43.59	c cleaning 18004 clauses out of 36011 with flag 373031/180001
103.70/50.17	c cleaning 19001 clauses out of 38006 with flag 413029/200000
106.92/51.74	c cleaning 0 clauses out of 11001 with flag 0/11001
116.98/56.75	c cleaning 20003 clauses out of 40010 with flag 455039/221005
133.44/64.92	c cleaning 20998 clauses out of 42005 with flag 499128/243003
152.11/74.23	c cleaning 21996 clauses out of 44006 with flag 545772/266002
170.36/83.34	c cleaning 23003 clauses out of 46009 with flag 593791/290001
185.73/90.92	c cleaning 24003 clauses out of 48009 with flag 643797/315004
203.82/99.98	c cleaning 24998 clauses out of 50003 with flag 696537/341001
222.70/109.37	c cleaning 25999 clauses out of 52004 with flag 751688/368000
244.97/120.41	c cleaning 26999 clauses out of 54005 with flag 807688/396000
271.66/133.72	c cleaning 28000 clauses out of 56009 with flag 865694/425003
300.15/147.99	c cleaning 28999 clauses out of 58006 with flag 925688/455000
317.57/156.72	c cleaning 0 clauses out of 18000 with flag 0/18000
335.05/165.45	c cleaning 29998 clauses out of 60008 with flag 988255/486001
363.03/179.31	c cleaning 31002 clauses out of 62011 with flag 1052895/518002
396.31/195.83	c cleaning 32000 clauses out of 64010 with flag 1118897/551003
427.88/211.73	c cleaning 0 clauses out of 26000 with flag 0/26000
428.08/211.83	c cleaning 33002 clauses out of 66007 with flag 1186891/585000
459.85/227.68	c cleaning 33995 clauses out of 68007 with flag 1257580/620002
492.19/243.76	c cleaning 34999 clauses out of 70011 with flag 1329673/656001
523.92/259.52	c cleaning 35999 clauses out of 72011 with flag 1403672/693000
557.97/276.49	c cleaning 37001 clauses out of 74013 with flag 1479709/731001
592.82/294.09	c cleaning 38002 clauses out of 76011 with flag 1557708/770000
604.28/299.72	c cleaning 0 clauses out of 35000 with flag 0/35000
628.75/312.00	c cleaning 38999 clauses out of 78012 with flag 1637720/810003
666.73/330.86	c cleaning 39996 clauses out of 80012 with flag 1719733/851002
712.30/353.51	c cleaning 41004 clauses out of 82016 with flag 1804558/893002
761.98/378.28	c cleaning 42003 clauses out of 84010 with flag 1890628/936000
819.20/407.10	c cleaning 43001 clauses out of 86009 with flag 1978659/980002
867.60/431.13	c cleaning 0 clauses out of 45000 with flag 0/45000
886.07/440.38	c cleaning 44001 clauses out of 88006 with flag 2068701/1025000
951.97/473.15	c cleaning 44990 clauses out of 90005 with flag 2161917/1071000
1012.37/503.27	c cleaning 46000 clauses out of 92018 with flag 2258125/1118003
1074.25/534.02	c cleaning 47001 clauses out of 94016 with flag 2356085/1166001
1142.63/568.37	c cleaning 48001 clauses out of 96014 with flag 2456317/1215000
1212.14/602.93	c cleaning 49000 clauses out of 98013 with flag 2558413/1265000
1283.21/638.32	c cleaning 50006 clauses out of 100017 with flag 2662406/1316004
1351.15/672.19	c cleaning 50994 clauses out of 102007 with flag 2767141/1368000
1401.53/697.21	c cleaning 0 clauses out of 56000 with flag 0/56000
1425.04/708.98	c cleaning 52002 clauses out of 104015 with flag 2875269/1421002
1501.05/747.08	c cleaning 52998 clauses out of 106013 with flag 2985717/1475002
1575.20/783.94	c cleaning 54000 clauses out of 108014 with flag 3097423/1530001
1655.85/824.17	c cleaning 55002 clauses out of 110015 with flag 3211937/1586002
1726.52/859.37	c cleaning 0 clauses out of 68000 with flag 0/68000
1750.05/871.04	c cleaning 56002 clauses out of 112011 with flag 3327815/1643000
1800.02/896.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/896.20	c starts		: 15
1800.02/896.20	c conflicts		: 1682366
1800.02/896.20	c decisions		: 1794294
1800.02/896.20	c propagations		: 23462734
1800.02/896.20	c inspects		: 10390219486
1800.02/896.20	c shortcuts		: 0
1800.02/896.20	c learnt literals	: 2
1800.02/896.20	c learnt binary clauses	: 3
1800.02/896.20	c learnt ternary clauses	: 9
1800.02/896.20	c learnt constraints	: 1682364
1800.02/896.20	c ignored constraints	: 0
1800.02/896.20	c root simplifications	: 0
1800.02/896.20	c removed literals (reason simplification)	: 11287075
1800.02/896.20	c reason swapping (by a shorter reason)	: 0
1800.02/896.20	c Calls to reduceDB	: 53
1800.02/896.20	c Number of update (reduction) of LBD	: 30358
1800.02/896.20	c Imported unit clauses	: 0
1800.02/896.20	c number of reductions to clauses (during analyze)	: 0
1800.02/896.20	c number of learned constraints concerned by reduction	: 0
1800.02/896.20	c number of learning phase by resolution	: 0
1800.02/896.20	c number of learning phase by cutting planes	: 0
1800.02/896.20	c speed (assignments/second)	: 26201.29316120963
1800.02/896.20	c non guided choices	11726
1800.02/896.23	c learnt constraints type 
1800.02/896.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.02/896.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 95372
1800.02/896.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/896.23	c starts		: 77
1800.02/896.23	c conflicts		: 70571
1800.02/896.23	c decisions		: 109178
1800.02/896.23	c propagations		: 4498567
1800.02/896.23	c inspects		: 1238183328
1800.02/896.23	c shortcuts		: 0
1800.02/896.23	c learnt literals	: 0
1800.02/896.23	c learnt binary clauses	: 0
1800.02/896.23	c learnt ternary clauses	: 0
1800.02/896.23	c learnt constraints	: 70571
1800.02/896.23	c ignored constraints	: 0
1800.02/896.23	c root simplifications	: 0
1800.02/896.23	c removed literals (reason simplification)	: 0
1800.02/896.23	c reason swapping (by a shorter reason)	: 0
1800.02/896.23	c Calls to reduceDB	: 8
1800.02/896.23	c Number of update (reduction) of LBD	: 0
1800.02/896.23	c Imported unit clauses	: 0
1800.02/896.23	c number of reductions to clauses (during analyze)	: 0
1800.02/896.23	c number of learned constraints concerned by reduction	: 0
1800.02/896.23	c number of learning phase by resolution	: 0
1800.02/896.23	c number of learning phase by cutting planes	: 0
1800.02/896.23	c speed (assignments/second)	: 5023.42443144638
1800.02/896.23	c non guided choices	2723
1800.02/896.26	c learnt constraints type 
1800.02/896.26	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 10755
1800.02/896.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 59816
1800.02/896.26	s UNKNOWN
1800.02/896.26	c Total wall clock time (in seconds): 896.132

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-4100114-1466207938/watcher-4100114-1466207938 -o /tmp/evaluation-result-4100114-1466207938/solver-4100114-1466207938 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466206100-1315 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100114-1466207938.opb 

pid=2515
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: 4.20 4.21 3.60 4/197 2518
/proc/meminfo: memFree=26691216/32872528 swapFree=877056/942464
[pid=2518] ppid=2515 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/2518/stat : 2518 (java) R 2515 2518 1299 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 22842767 9515008 185 33554432000 1073741824 1073778376 140737431841200 140737431823928 213183982887 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2518/statm: 2323 185 143 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 4.20 4.21 3.60 4/197 2518
/proc/meminfo: memFree=26691216/32872528 swapFree=877056/942464
[pid=2518] ppid=2515 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/2518/stat : 2518 (java) S 2515 2518 1299 0 -1 4202496 4393 0 1 0 8 1 0 0 20 0 18 0 22842767 9787879424 6025 33554432000 1073741824 1073778376 140737431841200 140737431832336 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2518/statm: 2389619 6025 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200263 s]
/proc/loadavg: 4.20 4.21 3.60 4/197 2518
/proc/meminfo: memFree=26691216/32872528 swapFree=877056/942464
[pid=2518] ppid=2515 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/2518/stat : 2518 (java) S 2515 2518 1299 0 -1 4202496 4747 0 1 0 23 1 0 0 20 0 18 0 22842767 9787879424 6800 33554432000 1073741824 1073778376 140737431841200 140737431832336 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2518/statm: 2389619 6800 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300256 s]
/proc/loadavg: 4.20 4.21 3.60 4/197 2518
/proc/meminfo: memFree=26691216/32872528 swapFree=877056/942464
[pid=2518] ppid=2515 vsize=9558476 CPUtime=0.54 cores=0,2,4,6
/proc/2518/stat : 2518 (java) S 2515 2518 1299 0 -1 4202496 13017 0 1 0 51 3 0 0 20 0 18 0 22842767 9787879424 13723 33554432000 1073741824 1073778376 140737431841200 140737431832336 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2518/statm: 2389619 13723 2227 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700177 s]
/proc/loadavg: 4.20 4.21 3.60 4/197 2518
/proc/meminfo: memFree=26691216/32872528 swapFree=877056/942464
[pid=2518] ppid=2515 vsize=9691604 CPUtime=1.52 cores=0,2,4,6
/proc/2518/stat : 2518 (java) S 2515 2518 1299 0 -1 4202496 14282 0 1 0 147 5 0 0 20 0 20 0 22842767 9924202496 33888 33554432000 1073741824 1073778376 140737431841200 140737431832336 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2518/statm: 2422901 33888 2258 9 0 2413578 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 9691604

[startup+1.50084 s]
/proc/loadavg: 4.20 4.21 3.60 6/219 2540
/proc/meminfo: memFree=26546772/32872528 swapFree=877056/942464
[pid=2518] ppid=2515 vsize=9824732 CPUtime=4.2 cores=0,2,4,6
/proc/2518/stat : 2518 (java) S 2515 2518 1299 0 -1 4202496 15084 0 1 0 411 9 0 0 20 0 22 0 22842767 10060525568 50444 33554432000 1073741824 1073778376 140737431841200 140737431832336 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2518/statm: 2456183 50444 2278 9 0 2446860 0
[pid=2518/tid=2520] ppid=2515 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/2518/task/2520/stat : 2520 (java) S 2515 2518 1299 0 -1 4202560 2462 0 1 0 55 4 0 0 20 0 22 0 22842768 10060525568 50444 33554432000 1073741824 1073778376 140737431841200 139695447749496 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2518/tid=2521] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2521/stat : 2521 (java) S 2515 2518 1299 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 22842769 10060525568 50444 33554432000 1073741824 1073778376 140737431841200 139695425849640 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2522] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2522/stat : 2522 (java) S 2515 2518 1299 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 22842769 10060525568 50444 33554432000 1073741824 1073778376 140737431841200 139695424796840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2523] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2523/stat : 2523 (java) S 2515 2518 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22842769 10060525568 50444 33554432000 1073741824 1073778376 140737431841200 139695423744552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2524] ppid=2515 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/2518/task/2524/stat : 2524 (java) S 2515 2518 1299 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 22842769 10060525568 50444 33554432000 1073741824 1073778376 140737431841200 139695086365096 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2525] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2525/stat : 2525 (java) S 2515 2518 1299 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 22842769 10060525568 50444 33554432000 1073741824 1073778376 140737431841200 139695085312808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2518/tid=2526] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2526/stat : 2526 (java) S 2515 2518 1299 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 22842769 10060525568 50444 33554432000 1073741824 1073778376 140737431841200 139695084260008 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2518/tid=2527] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2527/stat : 2527 (java) S 2515 2518 1299 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 22842769 10060525568 50444 33554432000 1073741824 1073778376 140737431841200 139695083207720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2528] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2528/stat : 2528 (java) S 2515 2518 1299 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 22842769 10060525568 50444 33554432000 1073741824 1073778376 140737431841200 139695082154920 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2529] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2529/stat : 2529 (java) S 2515 2518 1299 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 22842770 10060525568 50444 33554432000 1073741824 1073778376 140737431841200 139695069956328 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2530] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2530/stat : 2530 (java) S 2515 2518 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22842770 10060525568 50444 33554432000 1073741824 1073778376 140737431841200 139695068902392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2531] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2531/stat : 2531 (java) S 2515 2518 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22842770 10060525568 50444 33554432000 1073741824 1073778376 140737431841200 139695067849992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2532] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2532/stat : 2532 (java) S 2515 2518 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22842773 10060525568 50444 33554432000 1073741824 1073778376 140737431841200 139695066798480 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2533] ppid=2515 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/2518/task/2533/stat : 2533 (java) R 2515 2518 1299 0 -1 4202560 5599 0 0 0 95 2 0 0 20 0 22 0 22842773 10060525568 50444 33554432000 1073741824 1073778376 140737431841200 139695065746104 139695449839456 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2518/tid=2534] ppid=2515 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/2518/task/2534/stat : 2534 (java) R 2515 2518 1299 0 -1 4202560 5534 0 0 0 89 0 0 0 20 0 22 0 22842773 10060525568 50444 33554432000 1073741824 1073778376 140737431841200 139695064693304 139695453777207 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2518/tid=2535] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2535/stat : 2535 (java) S 2515 2518 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22842773 10060525568 50444 33554432000 1073741824 1073778376 140737431841200 139695063641208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2518/tid=2536] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2536/stat : 2536 (java) S 2515 2518 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22842773 10060525568 50444 33554432000 1073741824 1073778376 140737431841200 139695062588616 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2537] ppid=2515 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/2518/task/2537/stat : 2537 (java) R 2515 2518 1299 0 -1 4202560 22 0 0 0 73 0 0 0 20 0 22 0 22842829 10060525568 50444 33554432000 1073741824 1073778376 140737431841200 139695061434936 139695305301739 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2538] ppid=2515 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/2518/task/2538/stat : 2538 (java) R 2515 2518 1299 0 -1 4202560 50 0 0 0 81 0 0 0 20 0 22 0 22842829 10060525568 50444 33554432000 1073741824 1073778376 140737431841200 139695060381832 139695305702166 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2518/tid=2539] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2539/stat : 2539 (java) S 2515 2518 1299 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 22842838 10060525568 50444 33554432000 1073741824 1073778376 140737431841200 139695059330216 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2518/tid=2540] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2540/stat : 2540 (java) S 2515 2518 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22842839 10060525568 50444 33554432000 1073741824 1073778376 140737431841200 139695058277416 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 9824732

[startup+3.10085 s]
/proc/loadavg: 4.20 4.21 3.60 8/219 2540
/proc/meminfo: memFree=26462628/32872528 swapFree=877056/942464
[pid=2518] ppid=2515 vsize=9824732 CPUtime=8.19 cores=0,2,4,6
/proc/2518/stat : 2518 (java) S 2515 2518 1299 0 -1 4202496 23836 0 1 0 802 17 0 0 20 0 22 0 22842767 10060525568 93689 33554432000 1073741824 1073778376 140737431841200 140737431832336 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2518/statm: 2456183 93689 2284 9 0 2446860 0
[pid=2518/tid=2520] ppid=2515 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/2518/task/2520/stat : 2520 (java) S 2515 2518 1299 0 -1 4202560 2462 0 1 0 55 4 0 0 20 0 22 0 22842768 10060525568 93689 33554432000 1073741824 1073778376 140737431841200 139695447749496 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2518/tid=2521] ppid=2515 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/2518/task/2521/stat : 2521 (java) S 2515 2518 1299 0 -1 4202560 128 0 0 0 2 2 0 0 20 0 22 0 22842769 10060525568 93689 33554432000 1073741824 1073778376 140737431841200 139695425849640 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2518/tid=2522] ppid=2515 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/2518/task/2522/stat : 2522 (java) S 2515 2518 1299 0 -1 4202560 81 0 0 0 3 2 0 0 20 0 22 0 22842769 10060525568 93689 33554432000 1073741824 1073778376 140737431841200 139695424796840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2518/tid=2523] ppid=2515 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/2518/task/2523/stat : 2523 (java) S 2515 2518 1299 0 -1 4202560 122 0 0 0 2 0 0 0 20 0 22 0 22842769 10060525568 93689 33554432000 1073741824 1073778376 140737431841200 139695423744552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2518/tid=2524] ppid=2515 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/2518/task/2524/stat : 2524 (java) S 2515 2518 1299 0 -1 4202560 113 0 0 0 3 2 0 0 20 0 22 0 22842769 10060525568 93689 33554432000 1073741824 1073778376 140737431841200 139695086365096 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2525] ppid=2515 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/2518/task/2525/stat : 2525 (java) S 2515 2518 1299 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 22842769 10060525568 93689 33554432000 1073741824 1073778376 140737431841200 139695085312808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2518/tid=2526] ppid=2515 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/2518/task/2526/stat : 2526 (java) S 2515 2518 1299 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 22 0 22842769 10060525568 93689 33554432000 1073741824 1073778376 140737431841200 139695084260008 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2518/tid=2527] ppid=2515 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/2518/task/2527/stat : 2527 (java) S 2515 2518 1299 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 22 0 22842769 10060525568 93689 33554432000 1073741824 1073778376 140737431841200 139695083207720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2518/tid=2528] ppid=2515 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/2518/task/2528/stat : 2528 (java) S 2515 2518 1299 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 22842769 10060525568 93689 33554432000 1073741824 1073778376 140737431841200 139695082154920 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2518/tid=2529] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2529/stat : 2529 (java) S 2515 2518 1299 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 22842770 10060525568 93689 33554432000 1073741824 1073778376 140737431841200 139695069956328 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2518/tid=2530] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2530/stat : 2530 (java) S 2515 2518 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22842770 10060525568 93689 33554432000 1073741824 1073778376 140737431841200 139695068902392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2531] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2531/stat : 2531 (java) S 2515 2518 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22842770 10060525568 93689 33554432000 1073741824 1073778376 140737431841200 139695067849992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2532] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2532/stat : 2532 (java) S 2515 2518 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22842773 10060525568 93689 33554432000 1073741824 1073778376 140737431841200 139695066798480 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2533] ppid=2515 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/2518/task/2533/stat : 2533 (java) S 2515 2518 1299 0 -1 4202560 9697 0 0 0 134 2 0 0 20 0 22 0 22842773 10060525568 93689 33554432000 1073741824 1073778376 140737431841200 139695065746104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2518/tid=2534] ppid=2515 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/2518/task/2534/stat : 2534 (java) S 2515 2518 1299 0 -1 4202560 9558 0 0 0 118 1 0 0 20 0 22 0 22842773 10060525568 93689 33554432000 1073741824 1073778376 140737431841200 139695064693304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2518/tid=2535] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2535/stat : 2535 (java) S 2515 2518 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22842773 10060525568 93689 33554432000 1073741824 1073778376 140737431841200 139695063641208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2518/tid=2536] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2536/stat : 2536 (java) S 2515 2518 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22842773 10060525568 93689 33554432000 1073741824 1073778376 140737431841200 139695062588616 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2537] ppid=2515 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/2518/task/2537/stat : 2537 (java) R 2515 2518 1299 0 -1 4202560 24 0 0 0 226 0 0 0 20 0 22 0 22842829 10060525568 93689 33554432000 1073741824 1073778376 140737431841200 139695061434648 139695305303178 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2538] ppid=2515 vsize=9824732 CPUtime=2.33 cores=0,2,4,6
/proc/2518/task/2538/stat : 2538 (java) R 2515 2518 1299 0 -1 4202560 103 0 0 0 231 2 0 0 20 0 22 0 22842829 10060525568 93689 33554432000 1073741824 1073778376 140737431841200 139695060381992 139695305544019 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=2518/tid=2539] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2539/stat : 2539 (java) S 2515 2518 1299 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 22842838 10060525568 93689 33554432000 1073741824 1073778376 140737431841200 139695059330216 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2518/tid=2540] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2540/stat : 2540 (java) S 2515 2518 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22842839 10060525568 93689 33554432000 1073741824 1073778376 140737431841200 139695058277416 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.19
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.26 4.22 3.60 5/219 2540
/proc/meminfo: memFree=26042640/32872528 swapFree=877056/942464
[pid=2518] ppid=2515 vsize=9824732 CPUtime=14.89 cores=0,2,4,6
/proc/2518/stat : 2518 (java) S 2515 2518 1299 0 -1 4202496 24917 0 1 0 1458 31 0 0 20 0 22 0 22842767 10060525568 163928 33554432000 1073741824 1073778376 140737431841200 140737431832336 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2518/statm: 2456183 163928 2284 9 0 2446860 0
[pid=2518/tid=2520] ppid=2515 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/2518/task/2520/stat : 2520 (java) S 2515 2518 1299 0 -1 4202560 2464 0 1 0 55 4 0 0 20 0 22 0 22842768 10060525568 163928 33554432000 1073741824 1073778376 140737431841200 139695447749496 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2518/tid=2521] ppid=2515 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/2518/task/2521/stat : 2521 (java) S 2515 2518 1299 0 -1 4202560 161 0 0 0 6 3 0 0 20 0 22 0 22842769 10060525568 163928 33554432000 1073741824 1073778376 140737431841200 139695425849640 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2522] ppid=2515 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/2518/task/2522/stat : 2522 (java) S 2515 2518 1299 0 -1 4202560 225 0 0 0 10 4 0 0 20 0 22 0 22842769 10060525568 163928 33554432000 1073741824 1073778376 140737431841200 139695424796840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2523] ppid=2515 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/2518/task/2523/stat : 2523 (java) S 2515 2518 1299 0 -1 4202560 167 0 0 0 7 2 0 0 20 0 22 0 22842769 10060525568 163928 33554432000 1073741824 1073778376 140737431841200 139695423744552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2524] ppid=2515 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/2518/task/2524/stat : 2524 (java) S 2515 2518 1299 0 -1 4202560 260 0 0 0 9 3 0 0 20 0 22 0 22842769 10060525568 163928 33554432000 1073741824 1073778376 140737431841200 139695086365096 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2525] ppid=2515 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/2518/task/2525/stat : 2525 (java) S 2515 2518 1299 0 -1 4202560 138 0 0 0 6 3 0 0 20 0 22 0 22842769 10060525568 163928 33554432000 1073741824 1073778376 140737431841200 139695085312808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2518/tid=2526] ppid=2515 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/2518/task/2526/stat : 2526 (java) S 2515 2518 1299 0 -1 4202560 31 0 0 0 5 2 0 0 20 0 22 0 22842769 10060525568 163928 33554432000 1073741824 1073778376 140737431841200 139695084260008 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2527] ppid=2515 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/2518/task/2527/stat : 2527 (java) S 2515 2518 1299 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 22 0 22842769 10060525568 163928 33554432000 1073741824 1073778376 140737431841200 139695083207720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2528] ppid=2515 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/2518/task/2528/stat : 2528 (java) S 2515 2518 1299 0 -1 4202560 41 0 0 0 5 0 0 0 20 0 22 0 22842769 10060525568 163928 33554432000 1073741824 1073778376 140737431841200 139695082154920 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2529] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2529/stat : 2529 (java) S 2515 2518 1299 0 -1 4202560 453 0 0 0 0 0 0 0 20 0 22 0 22842770 10060525568 163928 33554432000 1073741824 1073778376 140737431841200 139695069956328 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2518/tid=2530] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2530/stat : 2530 (java) S 2515 2518 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22842770 10060525568 163928 33554432000 1073741824 1073778376 140737431841200 139695068902392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2531] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2531/stat : 2531 (java) S 2515 2518 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22842770 10060525568 163928 33554432000 1073741824 1073778376 140737431841200 139695067849992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2532] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2532/stat : 2532 (java) S 2515 2518 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22842773 10060525568 163928 33554432000 1073741824 1073778376 140737431841200 139695066798480 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2533] ppid=2515 vsize=9824732 CPUtime=1.38 cores=0,2,4,6

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

/proc/2518/task/2523/stat : 2523 (java) S 2515 2518 1299 0 -1 4202560 591 0 0 0 218 12 0 0 20 0 22 0 22842769 10060525568 555914 33554432000 1073741824 1073778376 140737431841200 139695423744552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2518/tid=2524] ppid=2515 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/2518/task/2524/stat : 2524 (java) S 2515 2518 1299 0 -1 4202560 757 0 0 0 211 14 0 0 20 0 22 0 22842769 10060525568 555914 33554432000 1073741824 1073778376 140737431841200 139695086365096 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2518/tid=2525] ppid=2515 vsize=9824732 CPUtime=2.03 cores=0,2,4,6
/proc/2518/task/2525/stat : 2525 (java) S 2515 2518 1299 0 -1 4202560 583 0 0 0 192 11 0 0 20 0 22 0 22842769 10060525568 555914 33554432000 1073741824 1073778376 140737431841200 139695085312808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2518/tid=2526] ppid=2515 vsize=9824732 CPUtime=2.03 cores=0,2,4,6
/proc/2518/task/2526/stat : 2526 (java) S 2515 2518 1299 0 -1 4202560 413 0 0 0 193 10 0 0 20 0 22 0 22842769 10060525568 555914 33554432000 1073741824 1073778376 140737431841200 139695084260008 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2518/tid=2527] ppid=2515 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/2518/task/2527/stat : 2527 (java) S 2515 2518 1299 0 -1 4202560 494 0 0 0 194 11 0 0 20 0 22 0 22842769 10060525568 555914 33554432000 1073741824 1073778376 140737431841200 139695083207720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2518/tid=2528] ppid=2515 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/2518/task/2528/stat : 2528 (java) S 2515 2518 1299 0 -1 4202560 502 0 0 0 191 13 0 0 20 0 22 0 22842769 10060525568 555914 33554432000 1073741824 1073778376 140737431841200 139695082154920 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2518/tid=2529] ppid=2515 vsize=9824732 CPUtime=2.82 cores=0,2,4,6
/proc/2518/task/2529/stat : 2529 (java) S 2515 2518 1299 0 -1 4202560 1823 0 0 0 262 20 0 0 20 0 22 0 22842770 10060525568 555914 33554432000 1073741824 1073778376 140737431841200 139695069956328 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2518/tid=2530] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2530/stat : 2530 (java) S 2515 2518 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22842770 10060525568 555914 33554432000 1073741824 1073778376 140737431841200 139695068902392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2531] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2531/stat : 2531 (java) S 2515 2518 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22842770 10060525568 555914 33554432000 1073741824 1073778376 140737431841200 139695067849992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2532] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2532/stat : 2532 (java) S 2515 2518 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22842773 10060525568 555914 33554432000 1073741824 1073778376 140737431841200 139695066798480 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2533] ppid=2515 vsize=9824732 CPUtime=2.37 cores=0,2,4,6
/proc/2518/task/2533/stat : 2533 (java) S 2515 2518 1299 0 -1 4202560 13306 0 0 0 235 2 0 0 20 0 22 0 22842773 10060525568 555914 33554432000 1073741824 1073778376 140737431841200 139695065746104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2518/tid=2534] ppid=2515 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/2518/task/2534/stat : 2534 (java) S 2515 2518 1299 0 -1 4202560 9566 0 0 0 137 2 0 0 20 0 22 0 22842773 10060525568 555914 33554432000 1073741824 1073778376 140737431841200 139695064693304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2518/tid=2535] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2535/stat : 2535 (java) S 2515 2518 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22842773 10060525568 555914 33554432000 1073741824 1073778376 140737431841200 139695063641208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2518/tid=2536] ppid=2515 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/2518/task/2536/stat : 2536 (java) S 2515 2518 1299 0 -1 4202560 47 0 0 0 12 18 0 0 20 0 22 0 22842773 10060525568 555914 33554432000 1073741824 1073778376 140737431841200 139695062588616 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2537] ppid=2515 vsize=9824732 CPUtime=811.87 cores=0,2,4,6
/proc/2518/task/2537/stat : 2537 (java) R 2515 2518 1299 0 -1 4202560 140 0 0 0 81173 14 0 0 20 0 22 0 22842829 10060525568 555914 33554432000 1073741824 1073778376 140737431841200 139695061433648 139695304742739 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2518/tid=2538] ppid=2515 vsize=9824732 CPUtime=811.91 cores=0,2,4,6
/proc/2518/task/2538/stat : 2538 (java) R 2515 2518 1299 0 -1 4202560 2720 0 0 0 81139 52 0 0 20 0 22 0 22842829 10060525568 555914 33554432000 1073741824 1073778376 140737431841200 139695060379936 139695305223126 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2539] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2539/stat : 2539 (java) S 2515 2518 1299 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 22842838 10060525568 555914 33554432000 1073741824 1073778376 140737431841200 139695059330216 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2518/tid=2540] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2540/stat : 2540 (java) S 2515 2518 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22842839 10060525568 555914 33554432000 1073741824 1073778376 140737431841200 139695058277416 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1652.23
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.06 4.14 3.93 5/219 2655
/proc/meminfo: memFree=27184384/32872528 swapFree=877056/942464
[pid=2518] ppid=2515 vsize=9824732 CPUtime=1772.15 cores=0,2,4,6
/proc/2518/stat : 2518 (java) S 2515 2518 1299 0 -1 4202496 37746 0 1 0 177033 182 0 0 20 0 22 0 22842767 10060525568 531443 33554432000 1073741824 1073778376 140737431841200 140737431832336 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2518/statm: 2456183 531443 2293 9 0 2446860 0
[pid=2518/tid=2520] ppid=2515 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/2518/task/2520/stat : 2520 (java) S 2515 2518 1299 0 -1 4202560 2481 0 1 0 58 5 0 0 20 0 22 0 22842768 10060525568 531443 33554432000 1073741824 1073778376 140737431841200 139695447749496 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2518/tid=2521] ppid=2515 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/2518/task/2521/stat : 2521 (java) S 2515 2518 1299 0 -1 4202560 654 0 0 0 215 13 0 0 20 0 22 0 22842769 10060525568 531443 33554432000 1073741824 1073778376 140737431841200 139695425849640 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2518/tid=2522] ppid=2515 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/2518/task/2522/stat : 2522 (java) S 2515 2518 1299 0 -1 4202560 628 0 0 0 205 11 0 0 20 0 22 0 22842769 10060525568 531443 33554432000 1073741824 1073778376 140737431841200 139695424796840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2518/tid=2523] ppid=2515 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/2518/task/2523/stat : 2523 (java) S 2515 2518 1299 0 -1 4202560 593 0 0 0 237 12 0 0 20 0 22 0 22842769 10060525568 531443 33554432000 1073741824 1073778376 140737431841200 139695423744552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2518/tid=2524] ppid=2515 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/2518/task/2524/stat : 2524 (java) S 2515 2518 1299 0 -1 4202560 762 0 0 0 228 14 0 0 20 0 22 0 22842769 10060525568 531443 33554432000 1073741824 1073778376 140737431841200 139695086365096 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2518/tid=2525] ppid=2515 vsize=9824732 CPUtime=2.19 cores=0,2,4,6
/proc/2518/task/2525/stat : 2525 (java) S 2515 2518 1299 0 -1 4202560 587 0 0 0 208 11 0 0 20 0 22 0 22842769 10060525568 531443 33554432000 1073741824 1073778376 140737431841200 139695085312808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2518/tid=2526] ppid=2515 vsize=9824732 CPUtime=2.19 cores=0,2,4,6
/proc/2518/task/2526/stat : 2526 (java) S 2515 2518 1299 0 -1 4202560 428 0 0 0 209 10 0 0 20 0 22 0 22842769 10060525568 531443 33554432000 1073741824 1073778376 140737431841200 139695084260008 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2518/tid=2527] ppid=2515 vsize=9824732 CPUtime=2.18 cores=0,2,4,6
/proc/2518/task/2527/stat : 2527 (java) S 2515 2518 1299 0 -1 4202560 507 0 0 0 207 11 0 0 20 0 22 0 22842769 10060525568 531443 33554432000 1073741824 1073778376 140737431841200 139695083207720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2518/tid=2528] ppid=2515 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/2518/task/2528/stat : 2528 (java) S 2515 2518 1299 0 -1 4202560 504 0 0 0 208 13 0 0 20 0 22 0 22842769 10060525568 531443 33554432000 1073741824 1073778376 140737431841200 139695082154920 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2518/tid=2529] ppid=2515 vsize=9824732 CPUtime=3.43 cores=0,2,4,6
/proc/2518/task/2529/stat : 2529 (java) S 2515 2518 1299 0 -1 4202560 3530 0 0 0 320 23 0 0 20 0 22 0 22842770 10060525568 531443 33554432000 1073741824 1073778376 140737431841200 139695069956328 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2518/tid=2530] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2530/stat : 2530 (java) S 2515 2518 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22842770 10060525568 531443 33554432000 1073741824 1073778376 140737431841200 139695068902392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2531] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2531/stat : 2531 (java) S 2515 2518 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22842770 10060525568 531443 33554432000 1073741824 1073778376 140737431841200 139695067849992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2532] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2532/stat : 2532 (java) S 2515 2518 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22842773 10060525568 531443 33554432000 1073741824 1073778376 140737431841200 139695066798480 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2533] ppid=2515 vsize=9824732 CPUtime=2.37 cores=0,2,4,6
/proc/2518/task/2533/stat : 2533 (java) S 2515 2518 1299 0 -1 4202560 13306 0 0 0 235 2 0 0 20 0 22 0 22842773 10060525568 531443 33554432000 1073741824 1073778376 140737431841200 139695065746104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2518/tid=2534] ppid=2515 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/2518/task/2534/stat : 2534 (java) S 2515 2518 1299 0 -1 4202560 9566 0 0 0 137 2 0 0 20 0 22 0 22842773 10060525568 531443 33554432000 1073741824 1073778376 140737431841200 139695064693304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2518/tid=2535] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2535/stat : 2535 (java) S 2515 2518 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22842773 10060525568 531443 33554432000 1073741824 1073778376 140737431841200 139695063641208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2518/tid=2536] ppid=2515 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/2518/task/2536/stat : 2536 (java) S 2515 2518 1299 0 -1 4202560 51 0 0 0 13 19 0 0 20 0 22 0 22842773 10060525568 531443 33554432000 1073741824 1073778376 140737431841200 139695062588616 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2518/tid=2537] ppid=2515 vsize=9824732 CPUtime=870.76 cores=0,2,4,6
/proc/2518/task/2537/stat : 2537 (java) R 2515 2518 1299 0 -1 4202560 152 0 0 0 87061 15 0 0 20 0 22 0 22842829 10060525568 531443 33554432000 1073741824 1073778376 140737431841200 139695061433632 139695305501728 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2538] ppid=2515 vsize=9824732 CPUtime=870.8 cores=0,2,4,6
/proc/2518/task/2538/stat : 2538 (java) R 2515 2518 1299 0 -1 4202560 2727 0 0 0 87027 53 0 0 20 0 22 0 22842829 10060525568 531443 33554432000 1073741824 1073778376 140737431841200 139695060379936 139695305223113 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2518/tid=2539] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2539/stat : 2539 (java) S 2515 2518 1299 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 22842838 10060525568 531443 33554432000 1073741824 1073778376 140737431841200 139695059330216 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2518/tid=2540] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2540/stat : 2540 (java) S 2515 2518 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22842839 10060525568 531443 33554432000 1073741824 1073778376 140737431841200 139695058277416 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1772.15
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.201 s]
/proc/loadavg: 4.13 4.15 3.94 6/219 2655
/proc/meminfo: memFree=27225724/32872528 swapFree=877056/942464
[pid=2518] ppid=2515 vsize=9824732 CPUtime=1800.02 cores=0,2,4,6
/proc/2518/stat : 2518 (java) S 2515 2518 1299 0 -1 4202496 37751 0 1 0 179819 183 0 0 20 0 22 0 22842767 10060525568 527724 33554432000 1073741824 1073778376 140737431841200 140737431832336 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2518/statm: 2456183 527724 2293 9 0 2446860 0
[pid=2518/tid=2520] ppid=2515 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/2518/task/2520/stat : 2520 (java) S 2515 2518 1299 0 -1 4202560 2481 0 1 0 58 5 0 0 20 0 22 0 22842768 10060525568 527724 33554432000 1073741824 1073778376 140737431841200 139695447749496 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2518/tid=2521] ppid=2515 vsize=9824732 CPUtime=2.31 cores=0,2,4,6
/proc/2518/task/2521/stat : 2521 (java) S 2515 2518 1299 0 -1 4202560 654 0 0 0 218 13 0 0 20 0 22 0 22842769 10060525568 527724 33554432000 1073741824 1073778376 140737431841200 139695425849640 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2518/tid=2522] ppid=2515 vsize=9824732 CPUtime=2.18 cores=0,2,4,6
/proc/2518/task/2522/stat : 2522 (java) S 2515 2518 1299 0 -1 4202560 628 0 0 0 207 11 0 0 20 0 22 0 22842769 10060525568 527724 33554432000 1073741824 1073778376 140737431841200 139695424796840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2518/tid=2523] ppid=2515 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/2518/task/2523/stat : 2523 (java) S 2515 2518 1299 0 -1 4202560 593 0 0 0 240 12 0 0 20 0 22 0 22842769 10060525568 527724 33554432000 1073741824 1073778376 140737431841200 139695423744552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2524] ppid=2515 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/2518/task/2524/stat : 2524 (java) S 2515 2518 1299 0 -1 4202560 762 0 0 0 229 14 0 0 20 0 22 0 22842769 10060525568 527724 33554432000 1073741824 1073778376 140737431841200 139695086365096 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2518/tid=2525] ppid=2515 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/2518/task/2525/stat : 2525 (java) S 2515 2518 1299 0 -1 4202560 587 0 0 0 212 11 0 0 20 0 22 0 22842769 10060525568 527724 33554432000 1073741824 1073778376 140737431841200 139695085312808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2518/tid=2526] ppid=2515 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/2518/task/2526/stat : 2526 (java) S 2515 2518 1299 0 -1 4202560 429 0 0 0 211 10 0 0 20 0 22 0 22842769 10060525568 527724 33554432000 1073741824 1073778376 140737431841200 139695084260008 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2518/tid=2527] ppid=2515 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/2518/task/2527/stat : 2527 (java) S 2515 2518 1299 0 -1 4202560 507 0 0 0 210 11 0 0 20 0 22 0 22842769 10060525568 527724 33554432000 1073741824 1073778376 140737431841200 139695083207720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2518/tid=2528] ppid=2515 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/2518/task/2528/stat : 2528 (java) S 2515 2518 1299 0 -1 4202560 504 0 0 0 210 13 0 0 20 0 22 0 22842769 10060525568 527724 33554432000 1073741824 1073778376 140737431841200 139695082154920 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2518/tid=2529] ppid=2515 vsize=9824732 CPUtime=3.44 cores=0,2,4,6
/proc/2518/task/2529/stat : 2529 (java) S 2515 2518 1299 0 -1 4202560 3530 0 0 0 321 23 0 0 20 0 22 0 22842770 10060525568 527724 33554432000 1073741824 1073778376 140737431841200 139695069956328 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2518/tid=2530] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2530/stat : 2530 (java) S 2515 2518 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22842770 10060525568 527724 33554432000 1073741824 1073778376 140737431841200 139695068902392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2531] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2531/stat : 2531 (java) S 2515 2518 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22842770 10060525568 527724 33554432000 1073741824 1073778376 140737431841200 139695067849992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2532] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2532/stat : 2532 (java) S 2515 2518 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22842773 10060525568 527724 33554432000 1073741824 1073778376 140737431841200 139695066798480 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2518/tid=2533] ppid=2515 vsize=9824732 CPUtime=2.37 cores=0,2,4,6
/proc/2518/task/2533/stat : 2533 (java) S 2515 2518 1299 0 -1 4202560 13306 0 0 0 235 2 0 0 20 0 22 0 22842773 10060525568 527724 33554432000 1073741824 1073778376 140737431841200 139695065746104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2518/tid=2534] ppid=2515 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/2518/task/2534/stat : 2534 (java) S 2515 2518 1299 0 -1 4202560 9566 0 0 0 137 2 0 0 20 0 22 0 22842773 10060525568 527724 33554432000 1073741824 1073778376 140737431841200 139695064693304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2518/tid=2535] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2535/stat : 2535 (java) S 2515 2518 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22842773 10060525568 527724 33554432000 1073741824 1073778376 140737431841200 139695063641208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2518/tid=2536] ppid=2515 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/2518/task/2536/stat : 2536 (java) S 2515 2518 1299 0 -1 4202560 51 0 0 0 13 19 0 0 20 0 22 0 22842773 10060525568 527724 33554432000 1073741824 1073778376 140737431841200 139695062588616 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2518/tid=2537] ppid=2515 vsize=9824732 CPUtime=884.56 cores=0,2,4,6
/proc/2518/task/2537/stat : 2537 (java) R 2515 2518 1299 0 -1 4202560 153 0 0 0 88441 15 0 0 20 0 22 0 22842829 10060525568 527724 33554432000 1073741824 1073778376 140737431841200 139695061432800 139695305156111 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2518/tid=2538] ppid=2515 vsize=9824732 CPUtime=884.59 cores=0,2,4,6
/proc/2518/task/2538/stat : 2538 (java) R 2515 2518 1299 0 -1 4202560 2730 0 0 0 88406 53 0 0 20 0 22 0 22842829 10060525568 527724 33554432000 1073741824 1073778376 140737431841200 139695060380736 139695305702508 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2518/tid=2539] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2539/stat : 2539 (java) S 2515 2518 1299 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 22842838 10060525568 527724 33554432000 1073741824 1073778376 140737431841200 139695059330216 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2518/tid=2540] ppid=2515 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2518/task/2540/stat : 2540 (java) S 2515 2518 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22842839 10060525568 527724 33554432000 1073741824 1073778376 140737431841200 139695058277416 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 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 2518 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2518 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=789302
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=300650
# CPU time returned by wait4() is 1796.09
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 896.281
CPU time (s): 1800.02
CPU user time (s): 1798.19
CPU system time (s): 1.83
CPU usage (%): 200.832
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.79
system time used= 2.30065
maximum resident set size= 2917420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37792
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27229
involuntary context switches= 42287

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.9141 second user time and 7.17291 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-18 01:58:58
IDJOB=4100114
IDBENCH=1575
IDSOLVER=2543
FILE ID=node113/4100114-1466207938
RUNJOBID= node113-1466206100-1315
PBS_JOBID= 19918163
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-reduced-mps-v2-20-10-bienst1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100114-1466207938/watcher-4100114-1466207938 -o /tmp/evaluation-result-4100114-1466207938/solver-4100114-1466207938 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466206100-1315 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100114-1466207938.opb

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

MD5SUM BENCH= 3c5a26b44a5daf16e362588a0fac7ed0
RANDOM SEED=1458824809

node113.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.799
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.59
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.799
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.799
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.799
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.799
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.799
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.54
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.799
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.54
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.799
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26692008 kB
Buffers:           38444 kB
Cached:            76676 kB
SwapCached:         1976 kB
Active:          4434488 kB
Inactive:          66836 kB
Active(anon):    4386852 kB
Inactive(anon):     1496 kB
Active(file):      47636 kB
Inactive(file):    65340 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098888 kB
Dirty:              1240 kB
Writeback:             0 kB
AnonPages:       5370244 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             567720 kB
SReclaimable:      11864 kB
SUnreclaim:       555856 kB
KernelStack:        1808 kB
PageTables:        14532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5931332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4384768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71704 MiB
End job on node113 at 2016-06-18 02:13:55