Trace number 4121910

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.05 1799.24

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-24.cnf.gz-extracted.pb.metafix.opb
MD5SUM23b21aa062fc2b265217c45624327324
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.009998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables97
Total number of constraints96
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)96
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4121910-1467316056.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.11/0.13	c ... done. Wall clock time 0.022s.
0.11/0.13	c declared #vars     97
0.11/0.13	c #constraints  96
0.11/0.13	c constraints type 
0.11/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 96
0.11/0.13	c 96 constraints processed.
0.61/0.45	c cleaning 2499 clauses out of 5000 with flag 28483/5000
1.18/0.75	c cleaning 4249 clauses out of 8503 with flag 63697/11002
1.61/1.18	c cleaning 5619 clauses out of 11254 with flag 110648/18002
2.21/1.73	c cleaning 6815 clauses out of 13633 with flag 164116/26000
2.92/2.41	c cleaning 7903 clauses out of 15818 with flag 223044/35000
3.72/3.27	c cleaning 8949 clauses out of 17915 with flag 294874/45000
4.93/4.45	c cleaning 9981 clauses out of 19969 with flag 377469/56003
6.13/5.63	c cleaning 10985 clauses out of 21986 with flag 464979/68001
7.52/7.01	c cleaning 11989 clauses out of 24000 with flag 558731/81000
9.22/8.71	c cleaning 13001 clauses out of 26012 with flag 664516/95001
11.02/10.55	c cleaning 13997 clauses out of 28010 with flag 777464/110000
13.12/12.62	c cleaning 14996 clauses out of 30013 with flag 906954/126000
15.93/15.44	c cleaning 16006 clauses out of 32021 with flag 1042860/143004
18.52/18.09	c cleaning 17000 clauses out of 34011 with flag 1177171/161000
21.42/20.98	c cleaning 17994 clauses out of 36011 with flag 1322297/180000
24.72/24.29	c cleaning 19004 clauses out of 38020 with flag 1476090/200003
28.32/27.85	c cleaning 19997 clauses out of 40014 with flag 1643881/221001
32.12/31.68	c cleaning 20998 clauses out of 42016 with flag 1822017/243000
36.83/36.39	c cleaning 21998 clauses out of 44018 with flag 2010815/266000
41.73/41.26	c cleaning 23001 clauses out of 46020 with flag 2197396/290000
46.63/46.17	c cleaning 24007 clauses out of 48020 with flag 2387378/315001
51.93/51.49	c cleaning 24996 clauses out of 50012 with flag 2586580/341000
58.12/57.60	c cleaning 25996 clauses out of 52018 with flag 2820510/368002
64.52/64.06	c cleaning 27005 clauses out of 54020 with flag 3040331/396000
71.52/71.02	c cleaning 28004 clauses out of 56016 with flag 3254570/425001
78.73/78.29	c cleaning 29003 clauses out of 58011 with flag 3486921/455000
86.22/85.79	c cleaning 29995 clauses out of 60008 with flag 3717246/486000
94.03/93.54	c cleaning 31002 clauses out of 62013 with flag 3953030/518000
102.22/101.77	c cleaning 31995 clauses out of 64011 with flag 4224633/551000
111.02/110.58	c cleaning 32998 clauses out of 66018 with flag 4493739/585002
120.62/120.10	c cleaning 34002 clauses out of 68018 with flag 4770421/620000
130.33/129.90	c cleaning 34997 clauses out of 70017 with flag 5038654/656001
141.43/140.93	c cleaning 36008 clauses out of 72021 with flag 5331867/693002
151.92/151.44	c cleaning 37002 clauses out of 74011 with flag 5605612/731000
164.12/163.65	c cleaning 37999 clauses out of 76010 with flag 5896571/770001
177.33/176.80	c cleaning 38995 clauses out of 78010 with flag 6189519/810000
190.22/189.77	c cleaning 40001 clauses out of 80015 with flag 6524326/851000
204.22/203.75	c cleaning 40994 clauses out of 82016 with flag 6870036/893002
219.44/218.95	c cleaning 42003 clauses out of 84020 with flag 7186974/936000
235.53/235.05	c cleaning 43004 clauses out of 86018 with flag 7528461/980001
252.23/251.76	c cleaning 44003 clauses out of 88016 with flag 7859082/1025003
268.96/268.43	c cleaning 44995 clauses out of 90011 with flag 8210205/1071001
285.94/285.50	c cleaning 45995 clauses out of 92015 with flag 8544945/1118000
304.26/303.72	c cleaning 47000 clauses out of 94020 with flag 8891301/1166000
323.75/323.28	c cleaning 47998 clauses out of 96020 with flag 9256590/1215000
345.05/344.53	c cleaning 49003 clauses out of 98024 with flag 9644013/1265002
366.95/366.48	c cleaning 50001 clauses out of 100020 with flag 10023957/1316001
387.95/387.44	c cleaning 51003 clauses out of 102018 with flag 10424983/1368000
412.75/412.26	c cleaning 52000 clauses out of 104016 with flag 10803339/1421001
436.75/436.28	c cleaning 52999 clauses out of 106016 with flag 11189391/1475001
464.65/464.17	c cleaning 53994 clauses out of 108016 with flag 11608180/1530000
491.66/491.16	c cleaning 54997 clauses out of 110022 with flag 12010904/1586000
519.77/519.29	c cleaning 56009 clauses out of 112026 with flag 12438548/1643001
548.07/547.50	c cleaning 57003 clauses out of 114016 with flag 12876264/1701000
578.78/578.24	c cleaning 58000 clauses out of 116016 with flag 13336637/1760003
613.48/612.99	c cleaning 58999 clauses out of 118014 with flag 13798544/1820001
644.98/644.46	c cleaning 60001 clauses out of 120015 with flag 14234909/1881001
677.68/677.13	c cleaning 61000 clauses out of 122014 with flag 14705906/1943001
717.49/716.93	c cleaning 62001 clauses out of 124014 with flag 15186595/2006001
757.49/756.97	c cleaning 63003 clauses out of 126012 with flag 15671043/2070000
797.55/796.99	c cleaning 63998 clauses out of 128010 with flag 16133447/2135001
838.67/838.02	c cleaning 64992 clauses out of 130012 with flag 16634696/2201001
886.97/886.32	c cleaning 66001 clauses out of 132019 with flag 17150130/2268000
936.81/936.16	c cleaning 67001 clauses out of 134019 with flag 17649869/2336001
983.60/982.97	c cleaning 67997 clauses out of 136019 with flag 18163041/2405002
1027.41/1026.77	c cleaning 69003 clauses out of 138021 with flag 18701005/2475001
1073.11/1072.41	c cleaning 70001 clauses out of 140018 with flag 19240022/2546001
1117.21/1116.58	c cleaning 70999 clauses out of 142017 with flag 19756567/2618001
1167.72/1167.05	c cleaning 72001 clauses out of 144019 with flag 20260038/2691002
1218.92/1218.25	c cleaning 72995 clauses out of 146016 with flag 20787992/2765000
1271.62/1270.91	c cleaning 74003 clauses out of 148022 with flag 21331326/2840001
1327.33/1326.66	c cleaning 74999 clauses out of 150018 with flag 21895142/2916000
1384.53/1383.86	c cleaning 75997 clauses out of 152020 with flag 22472959/2993001
1445.64/1444.90	c cleaning 77007 clauses out of 154023 with flag 23043555/3071001
1512.55/1511.81	c cleaning 78000 clauses out of 156015 with flag 23636960/3150000
1574.72/1573.92	c cleaning 79002 clauses out of 158015 with flag 24211246/3230000
1643.24/1642.48	c cleaning 80005 clauses out of 160014 with flag 24864358/3311001
1711.54/1710.77	c cleaning 80993 clauses out of 162009 with flag 25475956/3393001
1776.05/1775.29	c cleaning 82002 clauses out of 164015 with flag 26087954/3476000
1800.05/1799.20	c starts		: 1752
1800.05/1799.20	c conflicts		: 3517707
1800.05/1799.20	c decisions		: 4496283
1800.05/1799.20	c propagations		: 64045069
1800.05/1799.20	c inspects		: 38129581454
1800.05/1799.20	c shortcuts		: 0
1800.05/1799.20	c timeout
1800.05/1799.20	c learnt literals	: 0
1800.05/1799.20	c learnt binary clauses	: 0
1800.05/1799.20	c learnt ternary clauses	: 0
1800.05/1799.20	c learnt constraints	: 3517707
1800.05/1799.20	c ignored constraints	: 0
1800.05/1799.20	c root simplifications	: 0
1800.05/1799.20	c removed literals (reason simplification)	: 0
1800.05/1799.20	c reason swapping (by a shorter reason)	: 0
1800.05/1799.20	c Calls to reduceDB	: 79
1800.05/1799.20	c Number of update (reduction) of LBD	: 1192101
1800.05/1799.20	c Imported unit clauses	: 0
1800.05/1799.20	c number of reductions to clauses (during analyze)	: 0
1800.05/1799.20	c number of learned constraints concerned by reduction	: 0
1800.05/1799.20	c number of learning phase by resolution	: 0
1800.05/1799.20	c number of learning phase by cutting planes	: 0
1800.05/1799.20	c speed (assignments/second)	: 35598.96691125587
1800.05/1799.20	c non guided choices	22
1800.05/1799.23	c learnt constraints type 
1800.05/1799.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 123720
1800.05/1799.23	s UNKNOWN
1800.05/1799.23	c Total wall clock time (in seconds): 1799.123

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

pid=16533
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: 2.16 2.12 2.09 3/194 16536
/proc/meminfo: memFree=26560836/32872528 swapFree=11480/941500
[pid=16536] ppid=16533 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/16536/stat : 16536 (java) S 16533 16536 13214 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 12572957 98570240 977 33554432000 1073741824 1073778376 140734527137120 140734527128256 213196505149 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16536/statm: 24065 977 743 9 0 16771 0
[pid=16536/tid=16537] ppid=16533 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16537/stat : 16537 (java) R 16533 16536 13214 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 12572957 98570240 978 33554432000 1073741824 1073778376 140734527137120 139749985766952 213193147776 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100131 s]
/proc/loadavg: 2.16 2.12 2.09 3/194 16536
/proc/meminfo: memFree=26560836/32872528 swapFree=11480/941500
[pid=16536] ppid=16533 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/16536/stat : 16536 (java) S 16533 16536 13214 0 -1 4202496 4470 0 1 0 10 1 0 0 20 0 18 0 12572957 9787879424 6092 33554432000 1073741824 1073778376 140734527137120 140734527128256 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16536/statm: 2389619 6092 2140 9 0 2380296 0
[pid=16536/tid=16537] ppid=16533 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/16536/task/16537/stat : 16537 (java) R 16533 16536 13214 0 -1 4202560 2407 0 1 0 8 0 0 0 20 0 18 0 12572957 9787879424 6092 33554432000 1073741824 1073778376 140734527137120 139749985771224 139749988602474 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200327 s]
/proc/loadavg: 2.16 2.12 2.09 3/194 16536
/proc/meminfo: memFree=26560836/32872528 swapFree=11480/941500
[pid=16536] ppid=16533 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/16536/stat : 16536 (java) S 16533 16536 13214 0 -1 4202496 6929 0 1 0 29 1 0 0 20 0 19 0 12572957 9856040960 7718 33554432000 1073741824 1073778376 140734527137120 140734527128256 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16536/statm: 2406260 7718 2217 9 0 2396937 0
[pid=16536/tid=16537] ppid=16533 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/16536/task/16537/stat : 16537 (java) R 16533 16536 13214 0 -1 4202560 2423 0 1 0 18 0 0 0 20 0 19 0 12572957 9856040960 7718 33554432000 1073741824 1073778376 140734527137120 139749985772160 139749857577581 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9625040

[startup+0.300328 s]
/proc/loadavg: 2.16 2.12 2.09 3/194 16536
/proc/meminfo: memFree=26560836/32872528 swapFree=11480/941500
[pid=16536] ppid=16533 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/16536/stat : 16536 (java) S 16533 16536 13214 0 -1 4202496 6977 0 1 0 48 1 0 0 20 0 19 0 12572957 9856040960 7641 33554432000 1073741824 1073778376 140734527137120 140734527128256 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16536/statm: 2406260 7641 2226 9 0 2396937 0
[pid=16536/tid=16537] ppid=16533 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/16536/task/16537/stat : 16537 (java) R 16533 16536 13214 0 -1 4202560 2423 0 1 0 27 0 0 0 20 0 19 0 12572957 9856040960 7641 33554432000 1073741824 1073778376 140734527137120 139749985772160 139749857869924 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700264 s]
/proc/loadavg: 2.16 2.12 2.09 3/194 16536
/proc/meminfo: memFree=26560836/32872528 swapFree=11480/941500
[pid=16536] ppid=16533 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/16536/stat : 16536 (java) S 16533 16536 13214 0 -1 4202496 14001 0 1 0 116 2 0 0 20 0 19 0 12572957 9856040960 11497 33554432000 1073741824 1073778376 140734527137120 140734527128256 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16536/statm: 2406260 11497 2240 9 0 2396937 0
[pid=16536/tid=16537] ppid=16533 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/16536/task/16537/stat : 16537 (java) R 16533 16536 13214 0 -1 4202560 2424 0 1 0 67 0 0 0 20 0 19 0 12572957 9856040960 11497 33554432000 1073741824 1073778376 140734527137120 139749985772160 139749857893537 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.15 2.12 2.09 3/213 16555
/proc/meminfo: memFree=26522396/32872528 swapFree=11480/941500
[pid=16536] ppid=16533 vsize=9625040 CPUtime=2.01 cores=0,2,4,6
/proc/16536/stat : 16536 (java) S 16533 16536 13214 0 -1 4202496 14004 0 1 0 199 2 0 0 20 0 19 0 12572957 9856040960 12010 33554432000 1073741824 1073778376 140734527137120 140734527128256 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16536/statm: 2406260 12010 2241 9 0 2396937 0
[pid=16536/tid=16537] ppid=16533 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/16536/task/16537/stat : 16537 (java) R 16533 16536 13214 0 -1 4202560 2426 0 1 0 147 0 0 0 20 0 19 0 12572957 9856040960 12010 33554432000 1073741824 1073778376 140734527137120 139749985771888 139749857897051 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16536/tid=16539] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16539/stat : 16539 (java) S 16533 16536 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12572958 9856040960 12010 33554432000 1073741824 1073778376 140734527137120 139749829889064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16540] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16540/stat : 16540 (java) S 16533 16536 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12572958 9856040960 12010 33554432000 1073741824 1073778376 140734527137120 139749828836264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16536/tid=16541] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16541/stat : 16541 (java) S 16533 16536 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12572958 9856040960 12010 33554432000 1073741824 1073778376 140734527137120 139749827783464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16536/tid=16542] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16542/stat : 16542 (java) S 16533 16536 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12572958 9856040960 12010 33554432000 1073741824 1073778376 140734527137120 139749826730664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16536/tid=16543] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16543/stat : 16543 (java) S 16533 16536 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12572958 9856040960 12010 33554432000 1073741824 1073778376 140734527137120 139749825677864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16544] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16544/stat : 16544 (java) S 16533 16536 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12572958 9856040960 12010 33554432000 1073741824 1073778376 140734527137120 139749824625064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16536/tid=16545] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16545/stat : 16545 (java) S 16533 16536 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12572958 9856040960 12010 33554432000 1073741824 1073778376 140734527137120 139749823572264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16546] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16546/stat : 16546 (java) S 16533 16536 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12572958 9856040960 12010 33554432000 1073741824 1073778376 140734527137120 139749822519464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16547] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16547/stat : 16547 (java) S 16533 16536 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12572959 9856040960 12010 33554432000 1073741824 1073778376 140734527137120 139749810109416 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16548] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16548/stat : 16548 (java) S 16533 16536 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12572960 9856040960 12010 33554432000 1073741824 1073778376 140734527137120 139749809055480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16549] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16549/stat : 16549 (java) S 16533 16536 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12572960 9856040960 12010 33554432000 1073741824 1073778376 140734527137120 139749808002568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16550] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16550/stat : 16550 (java) S 16533 16536 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12572962 9856040960 12010 33554432000 1073741824 1073778376 140734527137120 139749806951056 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16551] ppid=16533 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/16536/task/16551/stat : 16551 (java) S 16533 16536 13214 0 -1 4202560 4375 0 0 0 22 0 0 0 20 0 19 0 12572962 9856040960 12010 33554432000 1073741824 1073778376 140734527137120 139749805898168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16552] ppid=16533 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/16536/task/16552/stat : 16552 (java) S 16533 16536 13214 0 -1 4202560 5932 0 0 0 27 0 0 0 20 0 19 0 12572962 9856040960 12010 33554432000 1073741824 1073778376 140734527137120 139749804845368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16536/tid=16553] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16553/stat : 16553 (java) S 16533 16536 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12572962 9856040960 12010 33554432000 1073741824 1073778376 140734527137120 139749803792760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16536/tid=16554] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16554/stat : 16554 (java) S 16533 16536 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12572962 9856040960 12010 33554432000 1073741824 1073778376 140734527137120 139749802740168 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16555] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16555/stat : 16555 (java) S 16533 16536 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12572971 9856040960 12010 33554432000 1073741824 1073778376 140734527137120 139749801588392 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.15 2.12 2.09 3/213 16555
/proc/meminfo: memFree=26519852/32872528 swapFree=11480/941500
[pid=16536] ppid=16533 vsize=9625040 CPUtime=3.62 cores=0,2,4,6
/proc/16536/stat : 16536 (java) S 16533 16536 13214 0 -1 4202496 14006 0 1 0 360 2 0 0 20 0 19 0 12572957 9856040960 12522 33554432000 1073741824 1073778376 140734527137120 140734527128256 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16536/statm: 2406260 12522 2241 9 0 2396937 0
[pid=16536/tid=16537] ppid=16533 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/16536/task/16537/stat : 16537 (java) R 16533 16536 13214 0 -1 4202560 2428 0 1 0 307 0 0 0 20 0 19 0 12572957 9856040960 12522 33554432000 1073741824 1073778376 140734527137120 139749985769920 139749857897051 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16536/tid=16539] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16539/stat : 16539 (java) S 16533 16536 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12572958 9856040960 12522 33554432000 1073741824 1073778376 140734527137120 139749829889064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16540] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16540/stat : 16540 (java) S 16533 16536 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12572958 9856040960 12522 33554432000 1073741824 1073778376 140734527137120 139749828836264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16536/tid=16541] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16541/stat : 16541 (java) S 16533 16536 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12572958 9856040960 12522 33554432000 1073741824 1073778376 140734527137120 139749827783464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16536/tid=16542] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16542/stat : 16542 (java) S 16533 16536 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12572958 9856040960 12522 33554432000 1073741824 1073778376 140734527137120 139749826730664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16536/tid=16543] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16543/stat : 16543 (java) S 16533 16536 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12572958 9856040960 12522 33554432000 1073741824 1073778376 140734527137120 139749825677864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16544] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16544/stat : 16544 (java) S 16533 16536 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12572958 9856040960 12522 33554432000 1073741824 1073778376 140734527137120 139749824625064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16536/tid=16545] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16545/stat : 16545 (java) S 16533 16536 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12572958 9856040960 12522 33554432000 1073741824 1073778376 140734527137120 139749823572264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16546] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16546/stat : 16546 (java) S 16533 16536 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12572958 9856040960 12522 33554432000 1073741824 1073778376 140734527137120 139749822519464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16547] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16547/stat : 16547 (java) S 16533 16536 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12572959 9856040960 12522 33554432000 1073741824 1073778376 140734527137120 139749810109416 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16548] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16548/stat : 16548 (java) S 16533 16536 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12572960 9856040960 12522 33554432000 1073741824 1073778376 140734527137120 139749809055480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16549] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16549/stat : 16549 (java) S 16533 16536 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12572960 9856040960 12522 33554432000 1073741824 1073778376 140734527137120 139749808002568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16550] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16550/stat : 16550 (java) S 16533 16536 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12572962 9856040960 12522 33554432000 1073741824 1073778376 140734527137120 139749806951056 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16551] ppid=16533 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/16536/task/16551/stat : 16551 (java) S 16533 16536 13214 0 -1 4202560 4375 0 0 0 22 0 0 0 20 0 19 0 12572962 9856040960 12522 33554432000 1073741824 1073778376 140734527137120 139749805898168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16552] ppid=16533 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/16536/task/16552/stat : 16552 (java) S 16533 16536 13214 0 -1 4202560 5932 0 0 0 28 0 0 0 20 0 19 0 12572962 9856040960 12522 33554432000 1073741824 1073778376 140734527137120 139749804845368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16536/tid=16553] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16553/stat : 16553 (java) S 16533 16536 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12572962 9856040960 12522 33554432000 1073741824 1073778376 140734527137120 139749803792760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16536/tid=16554] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16554/stat : 16554 (java) S 16533 16536 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12572962 9856040960 12522 33554432000 1073741824 1073778376 140734527137120 139749802740168 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16555] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16555/stat : 16555 (java) S 16533 16536 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12572971 9856040960 12522 33554432000 1073741824 1073778376 140734527137120 139749801588392 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.15 2.12 2.09 3/213 16555
/proc/meminfo: memFree=26515468/32872528 swapFree=11480/941500
[pid=16536] ppid=16533 vsize=9625040 CPUtime=6.82 cores=0,2,4,6
/proc/16536/stat : 16536 (java) S 16533 16536 13214 0 -1 4202496 14010 0 1 0 680 2 0 0 20 0 19 0 12572957 9856040960 13053 33554432000 1073741824 1073778376 140734527137120 140734527128256 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16536/statm: 2406260 13053 2242 9 0 2396937 0
[pid=16536/tid=16537] ppid=16533 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/16536/task/16537/stat : 16537 (java) R 16533 16536 13214 0 -1 4202560 2431 0 1 0 626 0 0 0 20 0 19 0 12572957 9856040960 13053 33554432000 1073741824 1073778376 140734527137120 139749985763024 139749857897051 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16536/tid=16539] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16539/stat : 16539 (java) S 16533 16536 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12572958 9856040960 13053 33554432000 1073741824 1073778376 140734527137120 139749829889064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16540] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16540/stat : 16540 (java) S 16533 16536 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12572958 9856040960 13053 33554432000 1073741824 1073778376 140734527137120 139749828836264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16536/tid=16541] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16541/stat : 16541 (java) S 16533 16536 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12572958 9856040960 13053 33554432000 1073741824 1073778376 140734527137120 139749827783464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16536/tid=16542] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16542/stat : 16542 (java) S 16533 16536 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12572958 9856040960 13053 33554432000 1073741824 1073778376 140734527137120 139749826730664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16536/tid=16543] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16543/stat : 16543 (java) S 16533 16536 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12572958 9856040960 13053 33554432000 1073741824 1073778376 140734527137120 139749825677864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16544] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16544/stat : 16544 (java) S 16533 16536 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12572958 9856040960 13053 33554432000 1073741824 1073778376 140734527137120 139749824625064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16536/tid=16545] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16545/stat : 16545 (java) S 16533 16536 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12572958 9856040960 13053 33554432000 1073741824 1073778376 140734527137120 139749823572264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16546] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16546/stat : 16546 (java) S 16533 16536 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12572958 9856040960 13053 33554432000 1073741824 1073778376 140734527137120 139749822519464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16547] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16547/stat : 16547 (java) S 16533 16536 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12572959 9856040960 13053 33554432000 1073741824 1073778376 140734527137120 139749810109416 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16548] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16548/stat : 16548 (java) S 16533 16536 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12572960 9856040960 13053 33554432000 1073741824 1073778376 140734527137120 139749809055480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16549] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16549/stat : 16549 (java) S 16533 16536 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12572960 9856040960 13053 33554432000 1073741824 1073778376 140734527137120 139749808002568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16550] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16550/stat : 16550 (java) S 16533 16536 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12572962 9856040960 13053 33554432000 1073741824 1073778376 140734527137120 139749806951056 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16551] ppid=16533 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/16536/task/16551/stat : 16551 (java) S 16533 16536 13214 0 -1 4202560 4375 0 0 0 22 0 0 0 20 0 19 0 12572962 9856040960 13053 33554432000 1073741824 1073778376 140734527137120 139749805898168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16552] ppid=16533 vsize=9625040 CPUtime=0.28 cores=0,2,4,6

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

[pid=16536/tid=16555] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16555/stat : 16555 (java) S 16533 16536 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12572971 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749801588392 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1663.13
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.01 2.06 2.07 3/213 16751
/proc/meminfo: memFree=26335952/32872528 swapFree=11480/941500
[pid=16536] ppid=16533 vsize=9625040 CPUtime=1723.14 cores=0,2,4,6
/proc/16536/stat : 16536 (java) S 16533 16536 13214 0 -1 4202496 14263 0 1 0 172287 27 0 0 20 0 19 0 12572957 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 140734527128256 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16536/statm: 2406260 54535 2257 9 0 2396937 0
[pid=16536/tid=16537] ppid=16533 vsize=9625040 CPUtime=1717.72 cores=0,2,4,6
/proc/16536/task/16537/stat : 16537 (java) R 16533 16536 13214 0 -1 4202560 2493 0 1 0 171744 28 0 0 20 0 19 0 12572957 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749985763024 139749857897051 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16536/tid=16539] ppid=16533 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16536/task/16539/stat : 16539 (java) S 16533 16536 13214 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 12572958 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749829889064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16536/tid=16540] ppid=16533 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16536/task/16540/stat : 16540 (java) S 16533 16536 13214 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 12572958 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749828836264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16541] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16541/stat : 16541 (java) S 16533 16536 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12572958 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749827783464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16536/tid=16542] ppid=16533 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/16536/task/16542/stat : 16542 (java) S 16533 16536 13214 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 12572958 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749826730664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16536/tid=16543] ppid=16533 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16536/task/16543/stat : 16543 (java) S 16533 16536 13214 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 12572958 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749825677864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16544] ppid=16533 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16536/task/16544/stat : 16544 (java) S 16533 16536 13214 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 12572958 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749824625064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16545] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16545/stat : 16545 (java) S 16533 16536 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12572958 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749823572264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16536/tid=16546] ppid=16533 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/16536/task/16546/stat : 16546 (java) S 16533 16536 13214 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 12572958 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749822519464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16536/tid=16547] ppid=16533 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16536/task/16547/stat : 16547 (java) S 16533 16536 13214 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 12572959 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749810109416 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16536/tid=16548] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16548/stat : 16548 (java) S 16533 16536 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12572960 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749809055480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16549] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16549/stat : 16549 (java) S 16533 16536 13214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12572960 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749808002568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16550] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16550/stat : 16550 (java) S 16533 16536 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12572962 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749806951056 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16551] ppid=16533 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/16536/task/16551/stat : 16551 (java) S 16533 16536 13214 0 -1 4202560 4375 0 0 0 22 0 0 0 20 0 19 0 12572962 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749805898168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16552] ppid=16533 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/16536/task/16552/stat : 16552 (java) S 16533 16536 13214 0 -1 4202560 5935 0 0 0 31 0 0 0 20 0 19 0 12572962 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749804845368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16536/tid=16553] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16553/stat : 16553 (java) S 16533 16536 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12572962 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749803792760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16536/tid=16554] ppid=16533 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/16536/task/16554/stat : 16554 (java) S 16533 16536 13214 0 -1 4202560 100 0 0 0 36 29 0 0 20 0 19 0 12572962 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749802740168 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16536/tid=16555] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16555/stat : 16555 (java) S 16533 16536 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12572971 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749801588392 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1723.14
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.04 2.06 2.07 3/213 16753
/proc/meminfo: memFree=26335724/32872528 swapFree=11480/941500
[pid=16536] ppid=16533 vsize=9625040 CPUtime=1783.15 cores=0,2,4,6
/proc/16536/stat : 16536 (java) S 16533 16536 13214 0 -1 4202496 14267 0 1 0 178287 28 0 0 20 0 19 0 12572957 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 140734527128256 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16536/statm: 2406260 54535 2257 9 0 2396937 0
[pid=16536/tid=16537] ppid=16533 vsize=9625040 CPUtime=1777.57 cores=0,2,4,6
/proc/16536/task/16537/stat : 16537 (java) R 16533 16536 13214 0 -1 4202560 2493 0 1 0 177728 29 0 0 20 0 19 0 12572957 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749985763024 139749857897041 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16536/tid=16539] ppid=16533 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16536/task/16539/stat : 16539 (java) S 16533 16536 13214 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 12572958 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749829889064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16536/tid=16540] ppid=16533 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16536/task/16540/stat : 16540 (java) S 16533 16536 13214 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 12572958 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749828836264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16541] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16541/stat : 16541 (java) S 16533 16536 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12572958 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749827783464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16536/tid=16542] ppid=16533 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/16536/task/16542/stat : 16542 (java) S 16533 16536 13214 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 12572958 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749826730664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16536/tid=16543] ppid=16533 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16536/task/16543/stat : 16543 (java) S 16533 16536 13214 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 12572958 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749825677864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16544] ppid=16533 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16536/task/16544/stat : 16544 (java) S 16533 16536 13214 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 12572958 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749824625064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16545] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16545/stat : 16545 (java) S 16533 16536 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12572958 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749823572264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16536/tid=16546] ppid=16533 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/16536/task/16546/stat : 16546 (java) S 16533 16536 13214 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 12572958 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749822519464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16536/tid=16547] ppid=16533 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16536/task/16547/stat : 16547 (java) S 16533 16536 13214 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 12572959 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749810109416 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16536/tid=16548] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16548/stat : 16548 (java) S 16533 16536 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12572960 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749809055480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16549] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16549/stat : 16549 (java) S 16533 16536 13214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12572960 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749808002568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16550] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16550/stat : 16550 (java) S 16533 16536 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12572962 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749806951056 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16551] ppid=16533 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/16536/task/16551/stat : 16551 (java) S 16533 16536 13214 0 -1 4202560 4375 0 0 0 22 0 0 0 20 0 19 0 12572962 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749805898168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16552] ppid=16533 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/16536/task/16552/stat : 16552 (java) S 16533 16536 13214 0 -1 4202560 5935 0 0 0 31 0 0 0 20 0 19 0 12572962 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749804845368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16536/tid=16553] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16553/stat : 16553 (java) S 16533 16536 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12572962 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749803792760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16536/tid=16554] ppid=16533 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/16536/task/16554/stat : 16554 (java) S 16533 16536 13214 0 -1 4202560 104 0 0 0 37 30 0 0 20 0 19 0 12572962 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749802740168 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16536/tid=16555] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16555/stat : 16555 (java) S 16533 16536 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12572971 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749801588392 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1783.15
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.2 s]
/proc/loadavg: 2.03 2.05 2.07 4/213 16753
/proc/meminfo: memFree=26336212/32872528 swapFree=11480/941500
[pid=16536] ppid=16533 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/16536/stat : 16536 (java) S 16533 16536 13214 0 -1 4202496 14269 0 1 0 179977 28 0 0 20 0 19 0 12572957 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 140734527128256 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16536/statm: 2406260 54535 2257 9 0 2396937 0
[pid=16536/tid=16537] ppid=16533 vsize=9625040 CPUtime=1794.42 cores=0,2,4,6
/proc/16536/task/16537/stat : 16537 (java) R 16533 16536 13214 0 -1 4202560 2493 0 1 0 179413 29 0 0 20 0 19 0 12572957 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749985763024 139749857897009 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16536/tid=16539] ppid=16533 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16536/task/16539/stat : 16539 (java) S 16533 16536 13214 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 12572958 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749829889064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16536/tid=16540] ppid=16533 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16536/task/16540/stat : 16540 (java) S 16533 16536 13214 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 12572958 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749828836264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16541] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16541/stat : 16541 (java) S 16533 16536 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12572958 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749827783464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16536/tid=16542] ppid=16533 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/16536/task/16542/stat : 16542 (java) S 16533 16536 13214 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 12572958 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749826730664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16536/tid=16543] ppid=16533 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16536/task/16543/stat : 16543 (java) S 16533 16536 13214 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 12572958 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749825677864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16544] ppid=16533 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16536/task/16544/stat : 16544 (java) S 16533 16536 13214 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 12572958 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749824625064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16545] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16545/stat : 16545 (java) S 16533 16536 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12572958 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749823572264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16536/tid=16546] ppid=16533 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/16536/task/16546/stat : 16546 (java) S 16533 16536 13214 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 12572958 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749822519464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16536/tid=16547] ppid=16533 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16536/task/16547/stat : 16547 (java) S 16533 16536 13214 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 12572959 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749810109416 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16536/tid=16548] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16548/stat : 16548 (java) S 16533 16536 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12572960 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749809055480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16549] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16549/stat : 16549 (java) S 16533 16536 13214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12572960 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749808002568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16550] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16550/stat : 16550 (java) S 16533 16536 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12572962 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749806951056 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16551] ppid=16533 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/16536/task/16551/stat : 16551 (java) S 16533 16536 13214 0 -1 4202560 4375 0 0 0 22 0 0 0 20 0 19 0 12572962 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749805898168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16536/tid=16552] ppid=16533 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/16536/task/16552/stat : 16552 (java) S 16533 16536 13214 0 -1 4202560 5935 0 0 0 31 0 0 0 20 0 19 0 12572962 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749804845368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16536/tid=16553] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16553/stat : 16553 (java) S 16533 16536 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12572962 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749803792760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16536/tid=16554] ppid=16533 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/16536/task/16554/stat : 16554 (java) S 16533 16536 13214 0 -1 4202560 106 0 0 0 37 31 0 0 20 0 19 0 12572962 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749802740168 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16536/tid=16555] ppid=16533 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16536/task/16555/stat : 16555 (java) S 16533 16536 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12572971 9856040960 54535 33554432000 1073741824 1073778376 140734527137120 139749801588392 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

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 16536 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 16536 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=350065
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=741887
# CPU time returned by wait4() is 1796.09
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1799.24
CPU time (s): 1800.05
CPU user time (s): 1799.77
CPU system time (s): 0.28
CPU usage (%): 100.045
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.35
system time used= 0.741887
maximum resident set size= 218292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14315
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38078
involuntary context switches= 3867

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1415 second user time and 14.2738 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-30 21:47:36
IDJOB=4121910
IDBENCH=110756
IDSOLVER=2546
FILE ID=node113/4121910-1467316056
RUNJOBID= node113-1467309899-13787
PBS_JOBID= 20005277
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-fixed-bandwidth-24.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121910-1467316056/watcher-4121910-1467316056 -o /tmp/evaluation-result-4121910-1467316056/solver-4121910-1467316056 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1467309899-13787 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121910-1467316056.opb

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

MD5SUM BENCH= 23b21aa062fc2b265217c45624327324
RANDOM SEED=1210030466

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.947
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.89
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.947
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	: 5325.52
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.947
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.947
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.54
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.947
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.56
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.947
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.947
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.947
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:        26561108 kB
Buffers:          131812 kB
Cached:          4271976 kB
SwapCached:            0 kB
Active:          3123972 kB
Inactive:        1480636 kB
Active(anon):     197388 kB
Inactive(anon):     5656 kB
Active(file):    2926584 kB
Inactive(file):  1474980 kB
Unevictable:      941500 kB
Mlocked:           11480 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               476 kB
Writeback:             0 kB
AnonPages:       1211584 kB
Mapped:            21508 kB
Shmem:               204 kB
Slab:             629512 kB
SReclaimable:      73600 kB
SUnreclaim:       555912 kB
KernelStack:        1760 kB
PageTables:         6756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1632664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1181696 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= 71736 MiB
End job on node113 at 2016-06-30 22:17:36