Trace number 4096828

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 Res+CP PB16? (TO) 1800.09 894.26

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-5_6_29.opb
MD5SUMe838964e9310312036b7daed376a50d5
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 benchmark277.767
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1190
Total number of constraints5649
Number of constraints which are clauses5644
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint34
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 29
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 63
Number of bits of the biggest sum of numbers6
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4096828-1466113071.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.51/0.36	c ... done. Wall clock time 0.259s.
0.51/0.36	c declared #vars     1190
0.51/0.36	c #constraints  5653
0.51/0.37	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.51/0.37	c constraints type 
0.51/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3366
0.51/0.37	c org.sat4j.specs.Constr$1 => 4
0.51/0.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.51/0.37	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.51/0.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2277
0.51/0.37	c 5653 constraints processed.
0.51/0.37	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.51/0.37	c constraints type 
0.51/0.37	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2277
0.51/0.37	c org.sat4j.specs.Constr$1 => 4
0.51/0.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3366
0.51/0.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.51/0.37	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.51/0.37	c 5653 constraints processed.
4.04/1.30	c cleaning 2495 clauses out of 5002 with flag 26181/5002
5.75/1.91	c cleaning 4249 clauses out of 8505 with flag 52813/11000
7.38/2.70	c cleaning 5622 clauses out of 11256 with flag 87789/18000
9.32/3.68	c cleaning 6812 clauses out of 13635 with flag 132494/26001
11.73/4.80	c cleaning 7901 clauses out of 15822 with flag 188913/35000
14.34/6.15	c cleaning 8951 clauses out of 17921 with flag 242071/45000
17.76/7.84	c cleaning 9979 clauses out of 19971 with flag 308466/56001
21.37/9.67	c cleaning 10991 clauses out of 21993 with flag 375211/68002
25.77/11.82	c cleaning 11987 clauses out of 24000 with flag 458061/81000
30.80/14.31	c cleaning 13001 clauses out of 26013 with flag 556356/95000
35.80/16.88	c cleaning 13995 clauses out of 28012 with flag 646840/110000
41.82/19.83	c cleaning 15001 clauses out of 30017 with flag 747554/126000
46.61/22.29	c cleaning 0 clauses out of 5000 with flag 0/5000
48.70/23.18	c cleaning 15999 clauses out of 32016 with flag 868982/143000
57.47/27.48	c cleaning 17003 clauses out of 34017 with flag 1023071/161000
66.88/32.17	c cleaning 17998 clauses out of 36015 with flag 1186018/180001
77.54/37.50	c cleaning 19005 clauses out of 38016 with flag 1370593/200000
87.54/42.47	c cleaning 19999 clauses out of 40012 with flag 1509425/221001
97.14/47.30	c cleaning 21004 clauses out of 42013 with flag 1634523/243001
108.96/53.18	c cleaning 22001 clauses out of 44009 with flag 1770175/266001
121.79/59.56	c cleaning 23001 clauses out of 46008 with flag 1931573/290001
135.61/66.42	c cleaning 23995 clauses out of 48006 with flag 2094447/315000
151.30/74.28	c cleaning 24999 clauses out of 50011 with flag 2261296/341000
167.75/82.40	c cleaning 26000 clauses out of 52012 with flag 2429689/368000
186.59/91.88	c cleaning 27000 clauses out of 54012 with flag 2608602/396000
208.72/102.83	c cleaning 28001 clauses out of 56012 with flag 2819641/425000
229.59/113.24	c cleaning 29000 clauses out of 58012 with flag 2992560/455001
250.10/123.45	c cleaning 29998 clauses out of 60012 with flag 3173594/486001
272.61/134.68	c cleaning 31004 clauses out of 62015 with flag 3367390/518002
288.89/142.71	c cleaning 0 clauses out of 11000 with flag 0/11000
297.70/147.13	c cleaning 31996 clauses out of 64009 with flag 3574985/551000
325.27/160.85	c cleaning 32999 clauses out of 66013 with flag 3800902/585000
355.39/175.86	c cleaning 34005 clauses out of 68015 with flag 4048704/620001
387.95/192.04	c cleaning 34998 clauses out of 70009 with flag 4297794/656000
423.54/209.76	c cleaning 36002 clauses out of 72012 with flag 4558733/693001
464.14/229.91	c cleaning 36997 clauses out of 74009 with flag 4843553/731000
507.90/251.79	c cleaning 37999 clauses out of 76012 with flag 5148888/770000
550.90/273.19	c cleaning 39004 clauses out of 78015 with flag 5439923/810002
602.58/298.88	c cleaning 40000 clauses out of 80009 with flag 5764765/851000
642.22/318.55	c cleaning 41001 clauses out of 82011 with flag 5992560/893002
686.08/340.33	c cleaning 41998 clauses out of 84008 with flag 6245603/936000
735.68/365.08	c cleaning 43000 clauses out of 86011 with flag 6527754/980001
784.73/389.43	c cleaning 43998 clauses out of 88011 with flag 6794820/1025001
835.95/414.99	c cleaning 45000 clauses out of 90014 with flag 7075917/1071002
893.88/443.75	c cleaning 45999 clauses out of 92012 with flag 7371781/1118000
949.80/471.60	c cleaning 0 clauses out of 18001 with flag 0/18001
953.83/473.59	c cleaning 47002 clauses out of 94013 with flag 7680802/1166000
1025.84/509.30	c cleaning 47999 clauses out of 96011 with flag 8033507/1215000
1094.18/543.34	c cleaning 49001 clauses out of 98012 with flag 8363293/1265000
1168.18/580.17	c cleaning 50002 clauses out of 100012 with flag 8734576/1316001
1237.77/614.76	c cleaning 50999 clauses out of 102009 with flag 9097391/1368000
1306.54/648.93	c cleaning 52002 clauses out of 104010 with flag 9447752/1421000
1382.99/687.00	c cleaning 52998 clauses out of 106008 with flag 9828970/1475000
1462.02/726.20	c cleaning 54002 clauses out of 108011 with flag 10216319/1530001
1534.08/762.02	c cleaning 54998 clauses out of 110010 with flag 10583328/1586002
1609.14/799.37	c cleaning 55998 clauses out of 112010 with flag 10938391/1643000
1692.56/840.82	c cleaning 57002 clauses out of 114012 with flag 11346061/1701000
1770.69/879.69	c cleaning 57998 clauses out of 116010 with flag 11731647/1760000
1800.09/894.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/894.20	c starts		: 79
1800.09/894.20	c conflicts		: 1787254
1800.09/894.20	c decisions		: 1958443
1800.09/894.20	c propagations		: 197229034
1800.09/894.20	c inspects		: 10955260965
1800.09/894.20	c shortcuts		: 0
1800.09/894.20	c learnt literals	: 0
1800.09/894.20	c learnt binary clauses	: 0
1800.09/894.20	c learnt ternary clauses	: 10
1800.09/894.20	c learnt constraints	: 1787254
1800.09/894.20	c ignored constraints	: 0
1800.09/894.20	c root simplifications	: 0
1800.09/894.20	c removed literals (reason simplification)	: 21083896
1800.09/894.20	c reason swapping (by a shorter reason)	: 0
1800.09/894.20	c Calls to reduceDB	: 55
1800.09/894.20	c Number of update (reduction) of LBD	: 358145
1800.09/894.20	c Imported unit clauses	: 0
1800.09/894.20	c number of reductions to clauses (during analyze)	: 0
1800.09/894.20	c number of learned constraints concerned by reduction	: 0
1800.09/894.20	c number of learning phase by resolution	: 0
1800.09/894.20	c number of learning phase by cutting planes	: 0
1800.09/894.20	c speed (assignments/second)	: 220656.83180302227
1800.09/894.20	c non guided choices	133
1800.09/894.23	c learnt constraints type 
1800.09/894.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 85266
1800.09/894.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/894.23	c starts		: 52
1800.09/894.23	c conflicts		: 23550
1800.09/894.23	c decisions		: 27079
1800.09/894.23	c propagations		: 3238372
1800.09/894.23	c inspects		: 1292612880
1800.09/894.23	c shortcuts		: 0
1800.09/894.23	c learnt literals	: 0
1800.09/894.23	c learnt binary clauses	: 0
1800.09/894.23	c learnt ternary clauses	: 0
1800.09/894.23	c learnt constraints	: 23550
1800.09/894.23	c ignored constraints	: 0
1800.09/894.23	c root simplifications	: 0
1800.09/894.23	c removed literals (reason simplification)	: 0
1800.09/894.23	c reason swapping (by a shorter reason)	: 0
1800.09/894.23	c Calls to reduceDB	: 3
1800.09/894.23	c Number of update (reduction) of LBD	: 0
1800.09/894.23	c Imported unit clauses	: 0
1800.09/894.23	c number of reductions to clauses (during analyze)	: 0
1800.09/894.23	c number of learned constraints concerned by reduction	: 0
1800.09/894.23	c number of learning phase by resolution	: 0
1800.09/894.23	c number of learning phase by cutting planes	: 0
1800.09/894.23	c speed (assignments/second)	: 3622.931709205306
1800.09/894.23	c non guided choices	167
1800.09/894.24	c learnt constraints type 
1800.09/894.24	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 3816
1800.09/894.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 392
1800.09/894.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19342
1800.09/894.24	s UNKNOWN
1800.09/894.24	c Total wall clock time (in seconds): 894.131

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-4096828-1466113071/watcher-4096828-1466113071 -o /tmp/evaluation-result-4096828-1466113071/solver-4096828-1466113071 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466112173-16811 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4096828-1466113071.opb 

pid=17216
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 4.50 4.15 3.40 4/195 17219
/proc/meminfo: memFree=30376912/32872528 swapFree=1315980/1463148
[pid=17219] ppid=17216 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/17219/stat : 17219 (java) S 17216 17219 14504 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 13354039 98570240 977 33554432000 1073741824 1073778376 140735777657744 140735777648880 227515859005 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17219/statm: 24065 977 743 9 0 16771 0
[pid=17219/tid=17220] ppid=17216 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17220/stat : 17220 (java) R 17216 17219 14504 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 13354039 98570240 978 33554432000 1073741824 1073778376 140735777657744 140490474606120 227512501632 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100062 s]
/proc/loadavg: 4.50 4.15 3.40 4/195 17219
/proc/meminfo: memFree=30376912/32872528 swapFree=1315980/1463148
[pid=17219] ppid=17216 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/17219/stat : 17219 (java) S 17216 17219 14504 0 -1 4202496 4495 0 1 0 10 0 0 0 20 0 18 0 13354039 9787879424 6127 33554432000 1073741824 1073778376 140735777657744 140735777648880 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17219/statm: 2389619 6128 2158 9 0 2380296 0
[pid=17219/tid=17220] ppid=17216 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/17219/task/17220/stat : 17220 (java) R 17216 17219 14504 0 -1 4202560 2387 0 1 0 7 0 0 0 20 0 18 0 13354039 9787879424 6128 33554432000 1073741824 1073778376 140735777657744 140490474609568 227515884813 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200279 s]
/proc/loadavg: 4.50 4.15 3.40 4/195 17219
/proc/meminfo: memFree=30376912/32872528 swapFree=1315980/1463148
[pid=17219] ppid=17216 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/17219/stat : 17219 (java) S 17216 17219 14504 0 -1 4202496 4989 0 1 0 27 0 0 0 20 0 18 0 13354039 9787879424 7018 33554432000 1073741824 1073778376 140735777657744 140735777648880 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17219/statm: 2389619 7018 2216 9 0 2380296 0
[pid=17219/tid=17220] ppid=17216 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/17219/task/17220/stat : 17220 (java) R 17216 17219 14504 0 -1 4202560 2399 0 1 0 17 0 0 0 20 0 18 0 13354039 9787879424 7019 33554432000 1073741824 1073778376 140735777657744 140490474609568 140490477896533 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300274 s]
/proc/loadavg: 4.50 4.15 3.40 4/195 17219
/proc/meminfo: memFree=30376912/32872528 swapFree=1315980/1463148
[pid=17219] ppid=17216 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/17219/stat : 17219 (java) S 17216 17219 14504 0 -1 4202496 5943 0 1 0 50 1 0 0 20 0 18 0 13354039 9787879424 9499 33554432000 1073741824 1073778376 140735777657744 140735777648880 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17219/statm: 2389619 9499 2234 9 0 2380296 0
[pid=17219/tid=17220] ppid=17216 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/17219/task/17220/stat : 17220 (java) R 17216 17219 14504 0 -1 4202560 2403 0 1 0 27 0 0 0 20 0 18 0 13354039 9787879424 9499 33554432000 1073741824 1073778376 140735777657744 140490474609568 140490343602712 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.70023 s]
/proc/loadavg: 4.50 4.15 3.40 4/195 17219
/proc/meminfo: memFree=30376912/32872528 swapFree=1315980/1463148
[pid=17219] ppid=17216 vsize=9824732 CPUtime=2.02 cores=1,3,5,7
/proc/17219/stat : 17219 (java) S 17216 17219 14504 0 -1 4202496 14752 0 1 0 199 3 0 0 20 0 22 0 13354039 10060525568 17678 33554432000 1073741824 1073778376 140735777657744 140735777648880 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17219/statm: 2456183 17678 2267 9 0 2446860 0
[pid=17219/tid=17220] ppid=17216 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/17219/task/17220/stat : 17220 (java) S 17216 17219 14504 0 -1 4202560 2421 0 1 0 35 0 0 0 20 0 22 0 13354039 10060525568 17678 33554432000 1073741824 1073778376 140735777657744 140490474611576 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 9824732

[startup+1.50092 s]
/proc/loadavg: 4.50 4.15 3.40 5/217 17241
/proc/meminfo: memFree=30164944/32872528 swapFree=1315980/1463148
[pid=17219] ppid=17216 vsize=9824732 CPUtime=4.81 cores=1,3,5,7
/proc/17219/stat : 17219 (java) S 17216 17219 14504 0 -1 4202496 25072 0 1 0 475 6 0 0 20 0 22 0 13354039 10060525568 49850 33554432000 1073741824 1073778376 140735777657744 140735777648880 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17219/statm: 2456183 49850 2289 9 0 2446860 0
[pid=17219/tid=17220] ppid=17216 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/17219/task/17220/stat : 17220 (java) S 17216 17219 14504 0 -1 4202560 2421 0 1 0 35 0 0 0 20 0 22 0 13354039 10060525568 49850 33554432000 1073741824 1073778376 140735777657744 140490474611576 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17219/tid=17222] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17222/stat : 17222 (java) S 17216 17219 14504 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 13354040 10060525568 49850 33554432000 1073741824 1073778376 140735777657744 140490463673000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17219/tid=17223] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17223/stat : 17223 (java) S 17216 17219 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13354040 10060525568 49850 33554432000 1073741824 1073778376 140735777657744 140490462620456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17219/tid=17224] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17224/stat : 17224 (java) S 17216 17219 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13354040 10060525568 49850 33554432000 1073741824 1073778376 140735777657744 140490315611048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17219/tid=17225] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17225/stat : 17225 (java) S 17216 17219 14504 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13354040 10060525568 49850 33554432000 1073741824 1073778376 140735777657744 140490314558504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17219/tid=17226] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17226/stat : 17226 (java) S 17216 17219 14504 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13354040 10060525568 49850 33554432000 1073741824 1073778376 140735777657744 140490313504936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17219/tid=17227] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17227/stat : 17227 (java) S 17216 17219 14504 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13354040 10060525568 49850 33554432000 1073741824 1073778376 140735777657744 140490312452392 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17219/tid=17228] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17228/stat : 17228 (java) S 17216 17219 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13354040 10060525568 49850 33554432000 1073741824 1073778376 140735777657744 140490311399848 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17229] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17229/stat : 17229 (java) S 17216 17219 14504 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13354040 10060525568 49850 33554432000 1073741824 1073778376 140735777657744 140490310347304 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17230] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17230/stat : 17230 (java) S 17216 17219 14504 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 13354041 10060525568 49850 33554432000 1073741824 1073778376 140735777657744 140490298149480 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17231] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17231/stat : 17231 (java) S 17216 17219 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13354041 10060525568 49850 33554432000 1073741824 1073778376 140735777657744 140490297095800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17232] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17232/stat : 17232 (java) S 17216 17219 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13354041 10060525568 49850 33554432000 1073741824 1073778376 140735777657744 140490296043144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17233] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17233/stat : 17233 (java) S 17216 17219 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13354044 10060525568 49850 33554432000 1073741824 1073778376 140735777657744 140490294991888 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17234] ppid=17216 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/17219/task/17234/stat : 17234 (java) R 17216 17219 14504 0 -1 4202560 7973 0 0 0 112 2 0 0 20 0 22 0 13354044 10060525568 49850 33554432000 1073741824 1073778376 140735777657744 140490293925984 140490481585431 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17235] ppid=17216 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/17219/task/17235/stat : 17235 (java) S 17216 17219 14504 0 -1 4202560 13201 0 0 0 102 2 0 0 20 0 22 0 13354044 10060525568 49850 33554432000 1073741824 1073778376 140735777657744 140490292885688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17219/tid=17236] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17236/stat : 17236 (java) S 17216 17219 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13354044 10060525568 49850 33554432000 1073741824 1073778376 140735777657744 140490291833336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17219/tid=17237] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17237/stat : 17237 (java) S 17216 17219 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13354044 10060525568 49850 33554432000 1073741824 1073778376 140735777657744 140490290781000 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17238] ppid=17216 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/17219/task/17238/stat : 17238 (java) R 17216 17219 14504 0 -1 4202560 18 0 0 0 109 0 0 0 20 0 22 0 13354076 10060525568 49850 33554432000 1073741824 1073778376 140735777657744 140490289726696 140490344025111 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17219/tid=17239] ppid=17216 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/17219/task/17239/stat : 17239 (java) R 17216 17219 14504 0 -1 4202560 88 0 0 0 108 2 0 0 20 0 22 0 13354076 10060525568 49850 33554432000 1073741824 1073778376 140735777657744 140490288672416 140490344032737 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17219/tid=17240] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17240/stat : 17240 (java) S 17216 17219 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13354077 10060525568 49850 33554432000 1073741824 1073778376 140735777657744 140490287621672 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17219/tid=17241] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17241/stat : 17241 (java) S 17216 17219 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13354077 10060525568 49850 33554432000 1073741824 1073778376 140735777657744 140490286569128 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.81
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 4.62 4.18 3.42 5/217 17241
/proc/meminfo: memFree=29970948/32872528 swapFree=1315980/1463148
[pid=17219] ppid=17216 vsize=9824732 CPUtime=8.22 cores=1,3,5,7
/proc/17219/stat : 17219 (java) S 17216 17219 14504 0 -1 4202496 25300 0 1 0 812 10 0 0 20 0 22 0 13354039 10060525568 85140 33554432000 1073741824 1073778376 140735777657744 140735777648880 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17219/statm: 2456183 85140 2292 9 0 2446860 0
[pid=17219/tid=17220] ppid=17216 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/17219/task/17220/stat : 17220 (java) S 17216 17219 14504 0 -1 4202560 2421 0 1 0 35 0 0 0 20 0 22 0 13354039 10060525568 85140 33554432000 1073741824 1073778376 140735777657744 140490474611576 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17219/tid=17222] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17222/stat : 17222 (java) S 17216 17219 14504 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 22 0 13354040 10060525568 85140 33554432000 1073741824 1073778376 140735777657744 140490463673000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17219/tid=17223] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17223/stat : 17223 (java) S 17216 17219 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13354040 10060525568 85140 33554432000 1073741824 1073778376 140735777657744 140490462620456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17219/tid=17224] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17224/stat : 17224 (java) S 17216 17219 14504 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13354040 10060525568 85140 33554432000 1073741824 1073778376 140735777657744 140490315611048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17219/tid=17225] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17225/stat : 17225 (java) S 17216 17219 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13354040 10060525568 85140 33554432000 1073741824 1073778376 140735777657744 140490314558504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17226] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17226/stat : 17226 (java) S 17216 17219 14504 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13354040 10060525568 85140 33554432000 1073741824 1073778376 140735777657744 140490313504936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17219/tid=17227] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17227/stat : 17227 (java) S 17216 17219 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13354040 10060525568 85140 33554432000 1073741824 1073778376 140735777657744 140490312452392 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17228] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17228/stat : 17228 (java) S 17216 17219 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13354040 10060525568 85140 33554432000 1073741824 1073778376 140735777657744 140490311399848 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17229] ppid=17216 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17219/task/17229/stat : 17229 (java) S 17216 17219 14504 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 13354040 10060525568 85140 33554432000 1073741824 1073778376 140735777657744 140490310347304 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17219/tid=17230] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17230/stat : 17230 (java) S 17216 17219 14504 0 -1 4202560 183 0 0 0 0 0 0 0 20 0 22 0 13354041 10060525568 85140 33554432000 1073741824 1073778376 140735777657744 140490298149480 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17219/tid=17231] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17231/stat : 17231 (java) S 17216 17219 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13354041 10060525568 85140 33554432000 1073741824 1073778376 140735777657744 140490297095800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17232] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17232/stat : 17232 (java) S 17216 17219 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13354041 10060525568 85140 33554432000 1073741824 1073778376 140735777657744 140490296043144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17233] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17233/stat : 17233 (java) S 17216 17219 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13354044 10060525568 85140 33554432000 1073741824 1073778376 140735777657744 140490294991888 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17234] ppid=17216 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/17219/task/17234/stat : 17234 (java) S 17216 17219 14504 0 -1 4202560 7976 0 0 0 126 2 0 0 20 0 22 0 13354044 10060525568 85140 33554432000 1073741824 1073778376 140735777657744 140490293938232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17235] ppid=17216 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/17219/task/17235/stat : 17235 (java) S 17216 17219 14504 0 -1 4202560 13214 0 0 0 107 2 0 0 20 0 22 0 13354044 10060525568 85140 33554432000 1073741824 1073778376 140735777657744 140490292885688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17219/tid=17236] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17236/stat : 17236 (java) S 17216 17219 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13354044 10060525568 85140 33554432000 1073741824 1073778376 140735777657744 140490291833336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17219/tid=17237] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17237/stat : 17237 (java) S 17216 17219 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13354044 10060525568 85140 33554432000 1073741824 1073778376 140735777657744 140490290781000 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17238] ppid=17216 vsize=9824732 CPUtime=2.65 cores=1,3,5,7
/proc/17219/task/17238/stat : 17238 (java) R 17216 17219 14504 0 -1 4202560 19 0 0 0 265 0 0 0 20 0 22 0 13354076 10060525568 85140 33554432000 1073741824 1073778376 140735777657744 140490289724304 140490343918596 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17219/tid=17239] ppid=17216 vsize=9824732 CPUtime=2.64 cores=1,3,5,7
/proc/17219/task/17239/stat : 17239 (java) R 17216 17219 14504 0 -1 4202560 148 0 0 0 261 3 0 0 20 0 22 0 13354076 10060525568 85140 33554432000 1073741824 1073778376 140735777657744 140490288672512 140490344000608 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17219/tid=17240] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17240/stat : 17240 (java) S 17216 17219 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13354077 10060525568 85140 33554432000 1073741824 1073778376 140735777657744 140490287621672 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17219/tid=17241] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17241/stat : 17241 (java) S 17216 17219 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13354077 10060525568 85140 33554432000 1073741824 1073778376 140735777657744 140490286569128 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.22
Current children cumulated vsize (KiB) 9824732

[startup+6.30088 s]
/proc/loadavg: 4.62 4.18 3.42 6/217 17241
/proc/meminfo: memFree=29098676/32872528 swapFree=1315980/1463148
[pid=17219] ppid=17216 vsize=9824732 CPUtime=14.74 cores=1,3,5,7
/proc/17219/stat : 17219 (java) S 17216 17219 14504 0 -1 4202496 26591 0 1 0 1457 17 0 0 20 0 22 0 13354039 10060525568 187880 33554432000 1073741824 1073778376 140735777657744 140735777648880 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17219/statm: 2456183 187880 2292 9 0 2446860 0
[pid=17219/tid=17220] ppid=17216 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/17219/task/17220/stat : 17220 (java) S 17216 17219 14504 0 -1 4202560 2421 0 1 0 35 0 0 0 20 0 22 0 13354039 10060525568 187880 33554432000 1073741824 1073778376 140735777657744 140490474611576 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17219/tid=17222] ppid=17216 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17219/task/17222/stat : 17222 (java) S 17216 17219 14504 0 -1 4202560 25 0 0 0 1 0 0 0 20 0 22 0 13354040 10060525568 187880 33554432000 1073741824 1073778376 140735777657744 140490463673000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17219/tid=17223] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17223/stat : 17223 (java) S 17216 17219 14504 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 13354040 10060525568 187880 33554432000 1073741824 1073778376 140735777657744 140490462620456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17219/tid=17224] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17224/stat : 17224 (java) S 17216 17219 14504 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13354040 10060525568 187880 33554432000 1073741824 1073778376 140735777657744 140490315611048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17219/tid=17225] ppid=17216 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17219/task/17225/stat : 17225 (java) S 17216 17219 14504 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 13354040 10060525568 187880 33554432000 1073741824 1073778376 140735777657744 140490314558504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17226] ppid=17216 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17219/task/17226/stat : 17226 (java) S 17216 17219 14504 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 13354040 10060525568 187880 33554432000 1073741824 1073778376 140735777657744 140490313504936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17219/tid=17227] ppid=17216 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17219/task/17227/stat : 17227 (java) S 17216 17219 14504 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 13354040 10060525568 187880 33554432000 1073741824 1073778376 140735777657744 140490312452392 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17228] ppid=17216 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17219/task/17228/stat : 17228 (java) S 17216 17219 14504 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 13354040 10060525568 187880 33554432000 1073741824 1073778376 140735777657744 140490311399848 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17229] ppid=17216 vsize=9824732 CPUtime=0.01 cores=1,3,5,7

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

/proc/17219/task/17224/stat : 17224 (java) S 17216 17219 14504 0 -1 4202560 299 0 0 0 283 4 0 0 20 0 22 0 13354040 10060525568 388343 33554432000 1073741824 1073778376 140735777657744 140490315611048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17225] ppid=17216 vsize=9824732 CPUtime=2.79 cores=1,3,5,7
/proc/17219/task/17225/stat : 17225 (java) S 17216 17219 14504 0 -1 4202560 310 0 0 0 274 5 0 0 20 0 22 0 13354040 10060525568 388343 33554432000 1073741824 1073778376 140735777657744 140490314558504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17226] ppid=17216 vsize=9824732 CPUtime=2.93 cores=1,3,5,7
/proc/17219/task/17226/stat : 17226 (java) S 17216 17219 14504 0 -1 4202560 310 0 0 0 289 4 0 0 20 0 22 0 13354040 10060525568 388343 33554432000 1073741824 1073778376 140735777657744 140490313504936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17227] ppid=17216 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/17219/task/17227/stat : 17227 (java) S 17216 17219 14504 0 -1 4202560 317 0 0 0 278 5 0 0 20 0 22 0 13354040 10060525568 388343 33554432000 1073741824 1073778376 140735777657744 140490312452392 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17219/tid=17228] ppid=17216 vsize=9824732 CPUtime=2.84 cores=1,3,5,7
/proc/17219/task/17228/stat : 17228 (java) S 17216 17219 14504 0 -1 4202560 314 0 0 0 279 5 0 0 20 0 22 0 13354040 10060525568 388343 33554432000 1073741824 1073778376 140735777657744 140490311399848 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17229] ppid=17216 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/17219/task/17229/stat : 17229 (java) S 17216 17219 14504 0 -1 4202560 309 0 0 0 276 4 0 0 20 0 22 0 13354040 10060525568 388343 33554432000 1073741824 1073778376 140735777657744 140490310347304 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17230] ppid=17216 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/17219/task/17230/stat : 17230 (java) S 17216 17219 14504 0 -1 4202560 779 0 0 0 15 42 0 0 20 0 22 0 13354041 10060525568 388343 33554432000 1073741824 1073778376 140735777657744 140490298149480 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17219/tid=17231] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17231/stat : 17231 (java) S 17216 17219 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13354041 10060525568 388343 33554432000 1073741824 1073778376 140735777657744 140490297095800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17232] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17232/stat : 17232 (java) S 17216 17219 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13354041 10060525568 388343 33554432000 1073741824 1073778376 140735777657744 140490296043144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17233] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17233/stat : 17233 (java) S 17216 17219 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13354044 10060525568 388343 33554432000 1073741824 1073778376 140735777657744 140490294991888 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17234] ppid=17216 vsize=9824732 CPUtime=1.94 cores=1,3,5,7
/proc/17219/task/17234/stat : 17234 (java) S 17216 17219 14504 0 -1 4202560 10245 0 0 0 192 2 0 0 20 0 22 0 13354044 10060525568 388343 33554432000 1073741824 1073778376 140735777657744 140490293938232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17235] ppid=17216 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/17219/task/17235/stat : 17235 (java) S 17216 17219 14504 0 -1 4202560 13214 0 0 0 112 2 0 0 20 0 22 0 13354044 10060525568 388343 33554432000 1073741824 1073778376 140735777657744 140490292885688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17219/tid=17236] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17236/stat : 17236 (java) S 17216 17219 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13354044 10060525568 388343 33554432000 1073741824 1073778376 140735777657744 140490291833336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17219/tid=17237] ppid=17216 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/17219/task/17237/stat : 17237 (java) S 17216 17219 14504 0 -1 4202560 47 0 0 0 14 17 0 0 20 0 22 0 13354044 10060525568 388343 33554432000 1073741824 1073778376 140735777657744 140490290781000 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17219/tid=17238] ppid=17216 vsize=9824732 CPUtime=812.07 cores=1,3,5,7
/proc/17219/task/17238/stat : 17238 (java) R 17216 17219 14504 0 -1 4202560 249 0 0 0 81192 15 0 0 20 0 22 0 13354076 10060525568 388343 33554432000 1073741824 1073778376 140735777657744 140490289725056 140490343824562 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17219/tid=17239] ppid=17216 vsize=9824732 CPUtime=812.05 cores=1,3,5,7
/proc/17219/task/17239/stat : 17239 (java) R 17216 17219 14504 0 -1 4202560 1181 0 0 0 81166 39 0 0 20 0 22 0 13354076 10060525568 388343 33554432000 1073741824 1073778376 140735777657744 140490288671552 140490343989298 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17219/tid=17240] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17240/stat : 17240 (java) S 17216 17219 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13354077 10060525568 388343 33554432000 1073741824 1073778376 140735777657744 140490287621672 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17219/tid=17241] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17241/stat : 17241 (java) S 17216 17219 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13354077 10060525568 388343 33554432000 1073741824 1073778376 140735777657744 140490286569128 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1655.32
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.46 4.35 3.96 5/217 17265
/proc/meminfo: memFree=26942196/32872528 swapFree=1315980/1463148
[pid=17219] ppid=17216 vsize=9824732 CPUtime=1776.15 cores=1,3,5,7
/proc/17219/stat : 17219 (java) S 17216 17219 14504 0 -1 4202496 31984 0 1 0 177471 144 0 0 20 0 22 0 13354039 10060525568 385137 33554432000 1073741824 1073778376 140735777657744 140735777648880 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17219/statm: 2456183 385137 2293 9 0 2446860 0
[pid=17219/tid=17220] ppid=17216 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/17219/task/17220/stat : 17220 (java) S 17216 17219 14504 0 -1 4202560 2427 0 1 0 36 3 0 0 20 0 22 0 13354039 10060525568 385137 33554432000 1073741824 1073778376 140735777657744 140490474611576 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17219/tid=17222] ppid=17216 vsize=9824732 CPUtime=3.06 cores=1,3,5,7
/proc/17219/task/17222/stat : 17222 (java) S 17216 17219 14504 0 -1 4202560 330 0 0 0 301 5 0 0 20 0 22 0 13354040 10060525568 385137 33554432000 1073741824 1073778376 140735777657744 140490463673000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17219/tid=17223] ppid=17216 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/17219/task/17223/stat : 17223 (java) S 17216 17219 14504 0 -1 4202560 306 0 0 0 285 4 0 0 20 0 22 0 13354040 10060525568 385137 33554432000 1073741824 1073778376 140735777657744 140490462620456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17219/tid=17224] ppid=17216 vsize=9824732 CPUtime=3.08 cores=1,3,5,7
/proc/17219/task/17224/stat : 17224 (java) S 17216 17219 14504 0 -1 4202560 318 0 0 0 304 4 0 0 20 0 22 0 13354040 10060525568 385137 33554432000 1073741824 1073778376 140735777657744 140490315611048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17219/tid=17225] ppid=17216 vsize=9824732 CPUtime=3.08 cores=1,3,5,7
/proc/17219/task/17225/stat : 17225 (java) S 17216 17219 14504 0 -1 4202560 320 0 0 0 303 5 0 0 20 0 22 0 13354040 10060525568 385137 33554432000 1073741824 1073778376 140735777657744 140490314558504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17219/tid=17226] ppid=17216 vsize=9824732 CPUtime=3.17 cores=1,3,5,7
/proc/17219/task/17226/stat : 17226 (java) S 17216 17219 14504 0 -1 4202560 311 0 0 0 313 4 0 0 20 0 22 0 13354040 10060525568 385137 33554432000 1073741824 1073778376 140735777657744 140490313504936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17219/tid=17227] ppid=17216 vsize=9824732 CPUtime=3.08 cores=1,3,5,7
/proc/17219/task/17227/stat : 17227 (java) S 17216 17219 14504 0 -1 4202560 319 0 0 0 303 5 0 0 20 0 22 0 13354040 10060525568 385137 33554432000 1073741824 1073778376 140735777657744 140490312452392 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17228] ppid=17216 vsize=9824732 CPUtime=3.15 cores=1,3,5,7
/proc/17219/task/17228/stat : 17228 (java) S 17216 17219 14504 0 -1 4202560 316 0 0 0 310 5 0 0 20 0 22 0 13354040 10060525568 385137 33554432000 1073741824 1073778376 140735777657744 140490311399848 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17219/tid=17229] ppid=17216 vsize=9824732 CPUtime=3.05 cores=1,3,5,7
/proc/17219/task/17229/stat : 17229 (java) S 17216 17219 14504 0 -1 4202560 311 0 0 0 301 4 0 0 20 0 22 0 13354040 10060525568 385137 33554432000 1073741824 1073778376 140735777657744 140490310347304 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17219/tid=17230] ppid=17216 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/17219/task/17230/stat : 17230 (java) S 17216 17219 14504 0 -1 4202560 783 0 0 0 15 44 0 0 20 0 22 0 13354041 10060525568 385137 33554432000 1073741824 1073778376 140735777657744 140490298149480 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17231] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17231/stat : 17231 (java) S 17216 17219 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13354041 10060525568 385137 33554432000 1073741824 1073778376 140735777657744 140490297095800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17232] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17232/stat : 17232 (java) S 17216 17219 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13354041 10060525568 385137 33554432000 1073741824 1073778376 140735777657744 140490296043144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17233] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17233/stat : 17233 (java) S 17216 17219 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13354044 10060525568 385137 33554432000 1073741824 1073778376 140735777657744 140490294991888 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17234] ppid=17216 vsize=9824732 CPUtime=1.94 cores=1,3,5,7
/proc/17219/task/17234/stat : 17234 (java) S 17216 17219 14504 0 -1 4202560 10245 0 0 0 192 2 0 0 20 0 22 0 13354044 10060525568 385137 33554432000 1073741824 1073778376 140735777657744 140490293938232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17235] ppid=17216 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/17219/task/17235/stat : 17235 (java) S 17216 17219 14504 0 -1 4202560 13214 0 0 0 112 2 0 0 20 0 22 0 13354044 10060525568 385137 33554432000 1073741824 1073778376 140735777657744 140490292885688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17219/tid=17236] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17236/stat : 17236 (java) S 17216 17219 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13354044 10060525568 385137 33554432000 1073741824 1073778376 140735777657744 140490291833336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17219/tid=17237] ppid=17216 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/17219/task/17237/stat : 17237 (java) S 17216 17219 14504 0 -1 4202560 51 0 0 0 15 18 0 0 20 0 22 0 13354044 10060525568 385137 33554432000 1073741824 1073778376 140735777657744 140490290781000 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17238] ppid=17216 vsize=9824732 CPUtime=871.33 cores=1,3,5,7
/proc/17219/task/17238/stat : 17238 (java) R 17216 17219 14504 0 -1 4202560 264 0 0 0 87117 16 0 0 20 0 22 0 13354076 10060525568 385137 33554432000 1073741824 1073778376 140735777657744 140490289725056 140490343824562 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17239] ppid=17216 vsize=9824732 CPUtime=871.31 cores=1,3,5,7
/proc/17219/task/17239/stat : 17239 (java) R 17216 17219 14504 0 -1 4202560 1204 0 0 0 87091 40 0 0 20 0 22 0 13354076 10060525568 385137 33554432000 1073741824 1073778376 140735777657744 140490288671760 140490344033591 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17219/tid=17240] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17240/stat : 17240 (java) S 17216 17219 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13354077 10060525568 385137 33554432000 1073741824 1073778376 140735777657744 140490287621672 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17219/tid=17241] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17241/stat : 17241 (java) S 17216 17219 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13354077 10060525568 385137 33554432000 1073741824 1073778376 140735777657744 140490286569128 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1776.15
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.201 s]
/proc/loadavg: 4.39 4.33 3.96 3/194 17267
/proc/meminfo: memFree=28994232/32872528 swapFree=1315980/1463148
[pid=17219] ppid=17216 vsize=9824732 CPUtime=1800.09 cores=1,3,5,7
/proc/17219/stat : 17219 (java) S 17216 17219 14504 0 -1 4202496 31995 0 1 0 179864 145 0 0 20 0 22 0 13354039 10060525568 385071 33554432000 1073741824 1073778376 140735777657744 140735777648880 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17219/statm: 2456183 385071 2293 9 0 2446860 0
[pid=17219/tid=17220] ppid=17216 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/17219/task/17220/stat : 17220 (java) S 17216 17219 14504 0 -1 4202560 2427 0 1 0 36 3 0 0 20 0 22 0 13354039 10060525568 385071 33554432000 1073741824 1073778376 140735777657744 140490474611576 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17219/tid=17222] ppid=17216 vsize=9824732 CPUtime=3.12 cores=1,3,5,7
/proc/17219/task/17222/stat : 17222 (java) S 17216 17219 14504 0 -1 4202560 332 0 0 0 307 5 0 0 20 0 22 0 13354040 10060525568 385071 33554432000 1073741824 1073778376 140735777657744 140490463673000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17219/tid=17223] ppid=17216 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/17219/task/17223/stat : 17223 (java) S 17216 17219 14504 0 -1 4202560 306 0 0 0 287 4 0 0 20 0 22 0 13354040 10060525568 385071 33554432000 1073741824 1073778376 140735777657744 140490462620456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17224] ppid=17216 vsize=9824732 CPUtime=3.14 cores=1,3,5,7
/proc/17219/task/17224/stat : 17224 (java) S 17216 17219 14504 0 -1 4202560 319 0 0 0 310 4 0 0 20 0 22 0 13354040 10060525568 385071 33554432000 1073741824 1073778376 140735777657744 140490315611048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17219/tid=17225] ppid=17216 vsize=9824732 CPUtime=3.14 cores=1,3,5,7
/proc/17219/task/17225/stat : 17225 (java) S 17216 17219 14504 0 -1 4202560 320 0 0 0 309 5 0 0 20 0 22 0 13354040 10060525568 385071 33554432000 1073741824 1073778376 140735777657744 140490314558504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17219/tid=17226] ppid=17216 vsize=9824732 CPUtime=3.21 cores=1,3,5,7
/proc/17219/task/17226/stat : 17226 (java) S 17216 17219 14504 0 -1 4202560 313 0 0 0 317 4 0 0 20 0 22 0 13354040 10060525568 385071 33554432000 1073741824 1073778376 140735777657744 140490313504936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17227] ppid=17216 vsize=9824732 CPUtime=3.14 cores=1,3,5,7
/proc/17219/task/17227/stat : 17227 (java) S 17216 17219 14504 0 -1 4202560 319 0 0 0 309 5 0 0 20 0 22 0 13354040 10060525568 385071 33554432000 1073741824 1073778376 140735777657744 140490312452392 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17219/tid=17228] ppid=17216 vsize=9824732 CPUtime=3.18 cores=1,3,5,7
/proc/17219/task/17228/stat : 17228 (java) S 17216 17219 14504 0 -1 4202560 316 0 0 0 313 5 0 0 20 0 22 0 13354040 10060525568 385071 33554432000 1073741824 1073778376 140735777657744 140490311399848 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17219/tid=17229] ppid=17216 vsize=9824732 CPUtime=3.1 cores=1,3,5,7
/proc/17219/task/17229/stat : 17229 (java) S 17216 17219 14504 0 -1 4202560 311 0 0 0 306 4 0 0 20 0 22 0 13354040 10060525568 385071 33554432000 1073741824 1073778376 140735777657744 140490310347304 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17230] ppid=17216 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/17219/task/17230/stat : 17230 (java) S 17216 17219 14504 0 -1 4202560 783 0 0 0 15 45 0 0 20 0 22 0 13354041 10060525568 385071 33554432000 1073741824 1073778376 140735777657744 140490298149480 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17219/tid=17231] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17231/stat : 17231 (java) S 17216 17219 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13354041 10060525568 385071 33554432000 1073741824 1073778376 140735777657744 140490297095800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17232] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17232/stat : 17232 (java) S 17216 17219 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13354041 10060525568 385071 33554432000 1073741824 1073778376 140735777657744 140490296043144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17233] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17233/stat : 17233 (java) S 17216 17219 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13354044 10060525568 385071 33554432000 1073741824 1073778376 140735777657744 140490294991888 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17234] ppid=17216 vsize=9824732 CPUtime=1.94 cores=1,3,5,7
/proc/17219/task/17234/stat : 17234 (java) S 17216 17219 14504 0 -1 4202560 10245 0 0 0 192 2 0 0 20 0 22 0 13354044 10060525568 385071 33554432000 1073741824 1073778376 140735777657744 140490293938232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17219/tid=17235] ppid=17216 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/17219/task/17235/stat : 17235 (java) S 17216 17219 14504 0 -1 4202560 13214 0 0 0 112 2 0 0 20 0 22 0 13354044 10060525568 385071 33554432000 1073741824 1073778376 140735777657744 140490292885688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17219/tid=17236] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17236/stat : 17236 (java) S 17216 17219 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13354044 10060525568 385071 33554432000 1073741824 1073778376 140735777657744 140490291833336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17219/tid=17237] ppid=17216 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/17219/task/17237/stat : 17237 (java) S 17216 17219 14504 0 -1 4202560 51 0 0 0 15 18 0 0 20 0 22 0 13354044 10060525568 385071 33554432000 1073741824 1073778376 140735777657744 140490290781000 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17219/tid=17238] ppid=17216 vsize=9824732 CPUtime=883.08 cores=1,3,5,7
/proc/17219/task/17238/stat : 17238 (java) R 17216 17219 14504 0 -1 4202560 266 0 0 0 88291 17 0 0 20 0 22 0 13354076 10060525568 385071 33554432000 1073741824 1073778376 140735777657744 140490289724080 140490343824582 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17219/tid=17239] ppid=17216 vsize=9824732 CPUtime=883.07 cores=1,3,5,7
/proc/17219/task/17239/stat : 17239 (java) R 17216 17219 14504 0 -1 4202560 1208 0 0 0 88267 40 0 0 20 0 22 0 13354076 10060525568 385071 33554432000 1073741824 1073778376 140735777657744 140490288672528 140490343979166 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17219/tid=17240] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17240/stat : 17240 (java) S 17216 17219 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13354077 10060525568 385071 33554432000 1073741824 1073778376 140735777657744 140490287621672 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17219/tid=17241] ppid=17216 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17219/task/17241/stat : 17241 (java) S 17216 17219 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13354077 10060525568 385071 33554432000 1073741824 1073778376 140735777657744 140490286569128 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 17219 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 17219 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=88257
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=801726
# CPU time returned by wait4() is 1795.89
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 894.26
CPU time (s): 1800.09
CPU user time (s): 1798.64
CPU system time (s): 1.45
CPU usage (%): 201.294
Max. virtual memory (cumulated for all children) (KiB): 9825092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.09
system time used= 1.80173
maximum resident set size= 1740196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32030
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= 39290
involuntary context switches= 51646

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.20951 second user time and 3.61345 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-16 23:37:51
IDJOB=4096828
IDBENCH=107670
IDSOLVER=2543
FILE ID=node121/4096828-1466113071
RUNJOBID= node121-1466112173-16811
PBS_JOBID= 19904064
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-5_6_29.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096828-1466113071/watcher-4096828-1466113071 -o /tmp/evaluation-result-4096828-1466113071/solver-4096828-1466113071 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466112173-16811 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4096828-1466113071.opb

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

MD5SUM BENCH= e838964e9310312036b7daed376a50d5
RANDOM SEED=1095670314

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30383436 kB
Buffers:           44608 kB
Cached:           120100 kB
SwapCached:         2496 kB
Active:           203396 kB
Inactive:          93920 kB
Active(anon):     132820 kB
Inactive(anon):     1756 kB
Active(file):      70576 kB
Inactive(file):    92164 kB
Unevictable:     1463148 kB
Mlocked:         1315980 kB
SwapTotal:      67108856 kB
SwapFree:       67099740 kB
Dirty:              1840 kB
Writeback:             0 kB
AnonPages:       1518320 kB
Mapped:            15328 kB
Shmem:                 0 kB
Slab:             568448 kB
SReclaimable:      12476 kB
SUnreclaim:       555972 kB
KernelStack:        1792 kB
PageTables:         7032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2142500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    167936 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= 71720 MiB
End job on node121 at 2016-06-16 23:52:45