Trace number 4116606

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.86 896.358

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size96-round23-5.opb
MD5SUMe37b4268f223b7262f64117d47441ab2
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9472
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)384
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4116606-1466971991.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.99/0.51	c ... done. Wall clock time 0.389s.
0.99/0.51	c declared #vars     4288
0.99/0.51	c #constraints  10752
0.99/0.51	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.99/0.51	c constraints type 
0.99/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.99/0.51	c org.sat4j.specs.Constr$1 => 872
0.99/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.99/0.51	c org.sat4j.minisat.constraints.cnf.UnitClause => 472
0.99/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.99/0.51	c 10752 constraints processed.
0.99/0.51	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.99/0.51	c constraints type 
0.99/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.99/0.51	c org.sat4j.specs.Constr$1 => 872
0.99/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7494
0.99/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1786
0.99/0.51	c org.sat4j.pb.constraints.pb.UnitClausePB => 472
0.99/0.51	c 10752 constraints processed.
4.12/1.37	c cleaning 2489 clauses out of 5000 with flag 16596/5002
6.31/2.09	c cleaning 4236 clauses out of 8509 with flag 38643/11000
7.97/2.89	c cleaning 5632 clauses out of 11273 with flag 66077/18000
10.03/3.82	c cleaning 6811 clauses out of 13641 with flag 100315/26000
12.11/4.87	c cleaning 7879 clauses out of 15830 with flag 140898/35000
14.71/6.05	c cleaning 8966 clauses out of 17951 with flag 186984/45000
17.40/7.36	c cleaning 9984 clauses out of 19985 with flag 240299/56000
20.71/8.91	c cleaning 10991 clauses out of 22001 with flag 304859/68000
23.90/10.58	c cleaning 11969 clauses out of 24011 with flag 368239/81001
27.79/12.43	c cleaning 13012 clauses out of 26042 with flag 439635/95001
31.81/14.43	c cleaning 13975 clauses out of 28029 with flag 517197/110000
32.40/14.76	c cleaning 0 clauses out of 5000 with flag 0/5000
36.48/16.74	c cleaning 15009 clauses out of 30054 with flag 601236/126000
41.99/19.36	c cleaning 16007 clauses out of 32046 with flag 689121/143001
47.19/21.98	c cleaning 16985 clauses out of 34038 with flag 788084/161000
53.15/24.87	c cleaning 18013 clauses out of 36054 with flag 895803/180001
59.34/27.98	c cleaning 18989 clauses out of 38040 with flag 1008476/200000
65.74/31.17	c cleaning 20002 clauses out of 40053 with flag 1128899/221002
73.09/34.78	c cleaning 21004 clauses out of 42051 with flag 1256029/243002
79.88/38.15	c cleaning 21973 clauses out of 44046 with flag 1390988/266001
87.48/41.99	c cleaning 23026 clauses out of 46072 with flag 1532475/290000
95.99/46.17	c cleaning 24023 clauses out of 48046 with flag 1676605/315000
104.59/50.49	c cleaning 24997 clauses out of 50023 with flag 1827813/341000
114.13/55.16	c cleaning 25993 clauses out of 52027 with flag 1991634/368001
123.92/60.08	c cleaning 26976 clauses out of 54033 with flag 2157914/396000
134.84/65.41	c cleaning 27999 clauses out of 56057 with flag 2330665/425000
146.16/71.05	c cleaning 28977 clauses out of 58058 with flag 2512745/455000
157.95/76.94	c cleaning 30021 clauses out of 60084 with flag 2698843/486003
170.42/83.20	c cleaning 31022 clauses out of 62062 with flag 2893093/518002
183.50/89.69	c cleaning 32000 clauses out of 64039 with flag 3093724/551001
197.93/97.11	c cleaning 32979 clauses out of 66038 with flag 3298960/585000
211.99/104.14	c cleaning 34017 clauses out of 68060 with flag 3515098/620001
226.84/111.55	c cleaning 35005 clauses out of 70042 with flag 3731896/656000
242.10/119.16	c cleaning 35998 clauses out of 72038 with flag 3959787/693001
258.00/127.03	c cleaning 37002 clauses out of 74039 with flag 4192594/731000
259.00/127.50	c cleaning 0 clauses out of 11001 with flag 0/11001
275.08/135.60	c cleaning 37991 clauses out of 76038 with flag 4432482/770001
292.61/144.24	c cleaning 38983 clauses out of 78046 with flag 4678417/810000
310.71/153.25	c cleaning 40025 clauses out of 80063 with flag 4930834/851000
329.43/162.58	c cleaning 40965 clauses out of 82038 with flag 5194306/893000
349.34/172.48	c cleaning 42022 clauses out of 84074 with flag 5456290/936001
370.83/183.09	c cleaning 42989 clauses out of 86053 with flag 5729304/980002
392.74/193.97	c cleaning 43961 clauses out of 88063 with flag 6006027/1025001
415.03/205.05	c cleaning 45022 clauses out of 90104 with flag 6292756/1071003
438.40/216.60	c cleaning 46027 clauses out of 92079 with flag 6580391/1118000
462.69/228.76	c cleaning 46997 clauses out of 94052 with flag 6871400/1166000
487.65/241.15	c cleaning 48017 clauses out of 96056 with flag 7176627/1215001
513.54/254.04	c cleaning 49006 clauses out of 98039 with flag 7485745/1265001
540.77/267.53	c cleaning 49986 clauses out of 100033 with flag 7800948/1316001
567.93/281.06	c cleaning 50977 clauses out of 102046 with flag 8129525/1368000
596.99/295.42	c cleaning 51996 clauses out of 104072 with flag 8462814/1421003
628.14/311.59	c cleaning 53011 clauses out of 106073 with flag 8800106/1475000
658.46/326.70	c cleaning 53988 clauses out of 108062 with flag 9143575/1530000
689.83/342.23	c cleaning 55015 clauses out of 110075 with flag 9493002/1586001
721.78/358.17	c cleaning 56028 clauses out of 112059 with flag 9845496/1643000
754.58/374.41	c cleaning 56962 clauses out of 114031 with flag 10208320/1701000
789.26/391.66	c cleaning 58008 clauses out of 116069 with flag 10569585/1760000
825.29/409.59	c cleaning 59020 clauses out of 118061 with flag 10940905/1820000
861.76/427.68	c cleaning 59995 clauses out of 120042 with flag 11323902/1881001
887.87/440.67	c cleaning 0 clauses out of 18000 with flag 0/18000
899.19/446.28	c cleaning 61005 clauses out of 122047 with flag 11706542/1943001
937.41/465.21	c cleaning 61993 clauses out of 124042 with flag 12096087/2006001
977.47/485.15	c cleaning 62993 clauses out of 126049 with flag 12486465/2070001
1018.80/505.70	c cleaning 64015 clauses out of 128055 with flag 12889623/2135000
1061.25/526.87	c cleaning 65019 clauses out of 130041 with flag 13297167/2201001
1104.42/548.32	c cleaning 66002 clauses out of 132022 with flag 13711534/2268001
1148.82/570.45	c cleaning 66991 clauses out of 134019 with flag 14133381/2336000
1195.50/594.49	c cleaning 67968 clauses out of 136029 with flag 14556145/2405001
1242.05/617.66	c cleaning 69008 clauses out of 138061 with flag 14993261/2475001
1286.15/639.53	c cleaning 70002 clauses out of 140052 with flag 15431518/2546000
1334.50/663.51	c cleaning 71004 clauses out of 142050 with flag 15874049/2618000
1385.10/688.67	c cleaning 71953 clauses out of 144046 with flag 16323028/2691000
1437.00/714.48	c cleaning 73024 clauses out of 146093 with flag 16781936/2765000
1489.49/740.59	c cleaning 74023 clauses out of 148069 with flag 17246601/2840000
1544.20/767.80	c cleaning 75007 clauses out of 150046 with flag 17713592/2916000
1603.08/798.40	c cleaning 76010 clauses out of 152039 with flag 18196122/2993000
1658.71/826.05	c cleaning 76988 clauses out of 154030 with flag 18679827/3071001
1716.26/854.64	c cleaning 77959 clauses out of 156041 with flag 19167545/3150000
1775.32/884.02	c cleaning 79014 clauses out of 158082 with flag 19662580/3230000
1800.13/896.30	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/896.30	c starts		: 23394
1800.13/896.30	c conflicts		: 3268512
1800.13/896.30	c decisions		: 31069677
1800.13/896.30	c propagations		: 441650904
1800.13/896.30	c inspects		: 8754866661
1800.13/896.30	c shortcuts		: 0
1800.13/896.30	c learnt literals	: 2
1800.13/896.30	c learnt binary clauses	: 37
1800.13/896.30	c learnt ternary clauses	: 564
1800.13/896.30	c learnt constraints	: 3268510
1800.13/896.30	c ignored constraints	: 0
1800.13/896.30	c root simplifications	: 0
1800.13/896.30	c removed literals (reason simplification)	: 2345712
1800.13/896.30	c reason swapping (by a shorter reason)	: 0
1800.13/896.30	c Calls to reduceDB	: 76
1800.13/896.30	c Number of update (reduction) of LBD	: 696233
1800.13/896.30	c Imported unit clauses	: 0
1800.13/896.30	c number of reductions to clauses (during analyze)	: 0
1800.13/896.30	c number of learned constraints concerned by reduction	: 0
1800.13/896.30	c number of learning phase by resolution	: 0
1800.13/896.30	c number of learning phase by cutting planes	: 0
1800.13/896.30	c speed (assignments/second)	: 493033.3618744718
1800.13/896.30	c non guided choices	15561
1800.13/896.33	c learnt constraints type 
1800.13/896.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 37
1800.13/896.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 117543
1800.13/896.33	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/896.33	c starts		: 51
1800.13/896.33	c conflicts		: 22606
1800.13/896.33	c decisions		: 85977
1800.13/896.33	c propagations		: 2792984
1800.13/896.33	c inspects		: 814481392
1800.13/896.33	c shortcuts		: 0
1800.13/896.33	c learnt literals	: 0
1800.13/896.33	c learnt binary clauses	: 0
1800.13/896.33	c learnt ternary clauses	: 0
1800.13/896.33	c learnt constraints	: 22606
1800.13/896.33	c ignored constraints	: 0
1800.13/896.33	c root simplifications	: 0
1800.13/896.33	c removed literals (reason simplification)	: 0
1800.13/896.33	c reason swapping (by a shorter reason)	: 0
1800.13/896.33	c Calls to reduceDB	: 3
1800.13/896.33	c Number of update (reduction) of LBD	: 0
1800.13/896.33	c Imported unit clauses	: 0
1800.13/896.33	c number of reductions to clauses (during analyze)	: 0
1800.13/896.33	c number of learned constraints concerned by reduction	: 0
1800.13/896.33	c number of learning phase by resolution	: 0
1800.13/896.33	c number of learning phase by cutting planes	: 0
1800.13/896.33	c speed (assignments/second)	: 3117.84471191307
1800.13/896.33	c non guided choices	439
1800.13/896.34	c learnt constraints type 
1800.13/896.34	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 49
1800.13/896.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22557
1800.13/896.34	s UNKNOWN
1800.13/896.34	c Total wall clock time (in seconds): 896.218

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-4116606-1466971991/watcher-4116606-1466971991 -o /tmp/evaluation-result-4116606-1466971991/solver-4116606-1466971991 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466969304-22024 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4116606-1466971991.opb 

pid=22506
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.22 4.28 4.14 4/197 22509
/proc/meminfo: memFree=26483780/32872528 swapFree=1437460/1543748
[pid=22509] ppid=22506 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/22509/stat : 22509 (java) D 22506 22509 22007 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 30238424 9515008 182 33554432000 1073741824 1073778376 140736755912672 140736755903704 266435641013 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/22509/statm: 2323 182 140 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 4.22 4.28 4.14 4/197 22509
/proc/meminfo: memFree=26483780/32872528 swapFree=1437460/1543748
[pid=22509] ppid=22506 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/22509/stat : 22509 (java) S 22506 22509 22007 0 -1 4202496 4404 0 1 0 8 1 0 0 20 0 18 0 30238424 9787879424 6037 33554432000 1073741824 1073778376 140736789753920 140736789745056 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22509/statm: 2389619 6037 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200218 s]
/proc/loadavg: 4.22 4.28 4.14 4/197 22509
/proc/meminfo: memFree=26483780/32872528 swapFree=1437460/1543748
[pid=22509] ppid=22506 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/22509/stat : 22509 (java) S 22506 22509 22007 0 -1 4202496 4697 0 1 0 23 1 0 0 20 0 18 0 30238424 9787879424 6790 33554432000 1073741824 1073778376 140736789753920 140736789745056 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22509/statm: 2389619 6790 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300224 s]
/proc/loadavg: 4.22 4.28 4.14 4/197 22509
/proc/meminfo: memFree=26483780/32872528 swapFree=1437460/1543748
[pid=22509] ppid=22506 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/22509/stat : 22509 (java) S 22506 22509 22007 0 -1 4202496 5826 0 1 0 46 1 0 0 20 0 18 0 30238424 9787879424 8331 33554432000 1073741824 1073778376 140736789753920 140736789745056 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22509/statm: 2389619 8331 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700197 s]
/proc/loadavg: 4.22 4.28 4.14 4/197 22509
/proc/meminfo: memFree=26483780/32872528 swapFree=1437460/1543748
[pid=22509] ppid=22506 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/22509/stat : 22509 (java) S 22506 22509 22007 0 -1 4202496 13262 0 1 0 168 4 0 0 20 0 22 0 30238424 10060525568 23738 33554432000 1073741824 1073778376 140736789753920 140736789745056 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22509/statm: 2456183 23738 2265 9 0 2446860 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 9824732

[startup+1.50088 s]
/proc/loadavg: 4.22 4.28 4.14 8/215 22596
/proc/meminfo: memFree=30092704/32872528 swapFree=1437460/1543748
[pid=22509] ppid=22506 vsize=9824732 CPUtime=4.84 cores=1,3,5,7
/proc/22509/stat : 22509 (java) S 22506 22509 22007 0 -1 4202496 24247 0 1 0 477 7 0 0 20 0 22 0 30238424 10060525568 49177 33554432000 1073741824 1073778376 140736789753920 140736789745056 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22509/statm: 2456183 49177 2292 9 0 2446860 0
[pid=22509/tid=22511] ppid=22506 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/22509/task/22511/stat : 22511 (java) S 22506 22509 22007 0 -1 4202560 2454 0 1 0 46 2 0 0 20 0 22 0 30238425 10060525568 49177 33554432000 1073741824 1073778376 140736789753920 140219239838584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22509/tid=22512] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22512/stat : 22512 (java) S 22506 22509 22007 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 30238426 10060525568 49177 33554432000 1073741824 1073778376 140736789753920 140219212290472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22509/tid=22513] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22513/stat : 22513 (java) S 22506 22509 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30238426 10060525568 49177 33554432000 1073741824 1073778376 140736789753920 140219211237928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22514] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22514/stat : 22514 (java) S 22506 22509 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30238426 10060525568 49177 33554432000 1073741824 1073778376 140736789753920 140219210184872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22515] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22515/stat : 22515 (java) S 22506 22509 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30238426 10060525568 49177 33554432000 1073741824 1073778376 140736789753920 140219209132328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22509/tid=22516] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22516/stat : 22516 (java) S 22506 22509 22007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30238426 10060525568 49177 33554432000 1073741824 1073778376 140736789753920 140219208080296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22517] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22517/stat : 22517 (java) S 22506 22509 22007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30238426 10060525568 49177 33554432000 1073741824 1073778376 140736789753920 140219078192168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22518] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22518/stat : 22518 (java) S 22506 22509 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30238426 10060525568 49177 33554432000 1073741824 1073778376 140736789753920 140219077139112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22519] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22519/stat : 22519 (java) S 22506 22509 22007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30238426 10060525568 49177 33554432000 1073741824 1073778376 140736789753920 140219076086568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22520] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22520/stat : 22520 (java) S 22506 22509 22007 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 30238427 10060525568 49177 33554432000 1073741824 1073778376 140736789753920 140218593139048 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22521] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22521/stat : 22521 (java) S 22506 22509 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30238427 10060525568 49177 33554432000 1073741824 1073778376 140736789753920 140218592085368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22522] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22522/stat : 22522 (java) S 22506 22509 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30238427 10060525568 49177 33554432000 1073741824 1073778376 140736789753920 140218591032200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22523] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22523/stat : 22523 (java) S 22506 22509 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30238430 10060525568 49177 33554432000 1073741824 1073778376 140736789753920 140218589980944 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22524] ppid=22506 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/22509/task/22524/stat : 22524 (java) R 22506 22509 22007 0 -1 4202560 11332 0 0 0 115 2 0 0 20 0 22 0 30238430 10060525568 49177 33554432000 1073741824 1073778376 140736789753920 140218588916392 140219242743896 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22525] ppid=22506 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/22509/task/22525/stat : 22525 (java) R 22506 22509 22007 0 -1 4202560 8999 0 0 0 118 2 0 0 20 0 22 0 30238430 10060525568 49177 33554432000 1073741824 1073778376 140736789753920 140218587876280 140219242445370 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22526] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22526/stat : 22526 (java) S 22506 22509 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30238430 10060525568 49177 33554432000 1073741824 1073778376 140736789753920 140218586823416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22527] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22527/stat : 22527 (java) S 22506 22509 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30238430 10060525568 49177 33554432000 1073741824 1073778376 140736789753920 140218585771080 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22561] ppid=22506 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/22509/task/22561/stat : 22561 (java) R 22506 22509 22007 0 -1 4202560 16 0 0 0 93 0 0 0 20 0 22 0 30238475 10060525568 49177 33554432000 1073741824 1073778376 140736789753920 140218584706976 140219090134231 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=22509/tid=22562] ppid=22506 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/22509/task/22562/stat : 22562 (java) R 22506 22509 22007 0 -1 4202560 73 0 0 0 93 2 0 0 20 0 22 0 30238475 10060525568 49177 33554432000 1073741824 1073778376 140736789753920 140218583662040 140219089767574 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22509/tid=22563] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22563/stat : 22563 (java) S 22506 22509 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30238476 10060525568 49177 33554432000 1073741824 1073778376 140736789753920 140218582610728 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22564] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22564/stat : 22564 (java) S 22506 22509 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30238476 10060525568 49177 33554432000 1073741824 1073778376 140736789753920 140218581558184 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.84
Current children cumulated vsize (KiB) 9824732

[startup+3.10096 s]
/proc/loadavg: 4.52 4.34 4.16 5/219 22600
/proc/meminfo: memFree=29825800/32872528 swapFree=1437460/1543748
[pid=22509] ppid=22506 vsize=9824732 CPUtime=8.63 cores=1,3,5,7
/proc/22509/stat : 22509 (java) S 22506 22509 22007 0 -1 4202496 25825 0 1 0 847 16 0 0 20 0 22 0 30238424 10060525568 91966 33554432000 1073741824 1073778376 140736789753920 140736789745056 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22509/statm: 2456183 91966 2292 9 0 2446860 0
[pid=22509/tid=22511] ppid=22506 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/22509/task/22511/stat : 22511 (java) S 22506 22509 22007 0 -1 4202560 2454 0 1 0 46 2 0 0 20 0 22 0 30238425 10060525568 91966 33554432000 1073741824 1073778376 140736789753920 140219239838584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22512] ppid=22506 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/22509/task/22512/stat : 22512 (java) S 22506 22509 22007 0 -1 4202560 33 0 0 0 3 2 0 0 20 0 22 0 30238426 10060525568 91966 33554432000 1073741824 1073778376 140736789753920 140219212290472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22509/tid=22513] ppid=22506 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/22509/task/22513/stat : 22513 (java) S 22506 22509 22007 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 30238426 10060525568 91966 33554432000 1073741824 1073778376 140736789753920 140219211237928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22514] ppid=22506 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/22509/task/22514/stat : 22514 (java) S 22506 22509 22007 0 -1 4202560 35 0 0 0 1 1 0 0 20 0 22 0 30238426 10060525568 91966 33554432000 1073741824 1073778376 140736789753920 140219210184872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22509/tid=22515] ppid=22506 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/22509/task/22515/stat : 22515 (java) S 22506 22509 22007 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 30238426 10060525568 91966 33554432000 1073741824 1073778376 140736789753920 140219209132328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22516] ppid=22506 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/22509/task/22516/stat : 22516 (java) S 22506 22509 22007 0 -1 4202560 37 0 0 0 3 1 0 0 20 0 22 0 30238426 10060525568 91966 33554432000 1073741824 1073778376 140736789753920 140219208080296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22517] ppid=22506 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/22509/task/22517/stat : 22517 (java) S 22506 22509 22007 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 30238426 10060525568 91966 33554432000 1073741824 1073778376 140736789753920 140219078192168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22518] ppid=22506 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/22509/task/22518/stat : 22518 (java) S 22506 22509 22007 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 30238426 10060525568 91966 33554432000 1073741824 1073778376 140736789753920 140219077139112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22519] ppid=22506 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/22509/task/22519/stat : 22519 (java) S 22506 22509 22007 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 30238426 10060525568 91966 33554432000 1073741824 1073778376 140736789753920 140219076086568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22520] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22520/stat : 22520 (java) S 22506 22509 22007 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 30238427 10060525568 91966 33554432000 1073741824 1073778376 140736789753920 140218593139048 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22509/tid=22521] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22521/stat : 22521 (java) S 22506 22509 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30238427 10060525568 91966 33554432000 1073741824 1073778376 140736789753920 140218592085368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22522] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22522/stat : 22522 (java) S 22506 22509 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30238427 10060525568 91966 33554432000 1073741824 1073778376 140736789753920 140218591032200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22523] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22523/stat : 22523 (java) S 22506 22509 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30238430 10060525568 91966 33554432000 1073741824 1073778376 140736789753920 140218589980944 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22524] ppid=22506 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/22509/task/22524/stat : 22524 (java) S 22506 22509 22007 0 -1 4202560 11348 0 0 0 145 2 0 0 20 0 22 0 30238430 10060525568 91966 33554432000 1073741824 1073778376 140736789753920 140218588928824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22509/tid=22525] ppid=22506 vsize=9824732 CPUtime=1.37 cores=1,3,5,7
/proc/22509/task/22525/stat : 22525 (java) S 22506 22509 22007 0 -1 4202560 10232 0 0 0 135 2 0 0 20 0 22 0 30238430 10060525568 91966 33554432000 1073741824 1073778376 140736789753920 140218587876280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22526] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22526/stat : 22526 (java) S 22506 22509 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30238430 10060525568 91966 33554432000 1073741824 1073778376 140736789753920 140218586823416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22527] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22527/stat : 22527 (java) S 22506 22509 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30238430 10060525568 91966 33554432000 1073741824 1073778376 140736789753920 140218585771080 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22561] ppid=22506 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/22509/task/22561/stat : 22561 (java) R 22506 22509 22007 0 -1 4202560 19 0 0 0 245 0 0 0 20 0 22 0 30238475 10060525568 91966 33554432000 1073741824 1073778376 140736789753920 140218584715856 140219089913101 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22562] ppid=22506 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/22509/task/22562/stat : 22562 (java) R 22506 22509 22007 0 -1 4202560 131 0 0 0 243 4 0 0 20 0 22 0 30238475 10060525568 91966 33554432000 1073741824 1073778376 140736789753920 140218583662232 140219089952046 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22509/tid=22563] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22563/stat : 22563 (java) S 22506 22509 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30238476 10060525568 91966 33554432000 1073741824 1073778376 140736789753920 140218582610728 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22564] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22564/stat : 22564 (java) S 22506 22509 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30238476 10060525568 91966 33554432000 1073741824 1073778376 140736789753920 140218581558184 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.63
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.52 4.34 4.16 5/219 22600
/proc/meminfo: memFree=29053524/32872528 swapFree=1437460/1543748
[pid=22509] ppid=22506 vsize=9824732 CPUtime=15.31 cores=1,3,5,7
/proc/22509/stat : 22509 (java) S 22506 22509 22007 0 -1 4202496 26832 0 1 0 1505 26 0 0 20 0 22 0 30238424 10060525568 163265 33554432000 1073741824 1073778376 140736789753920 140736789745056 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22509/statm: 2456183 163265 2292 9 0 2446860 0
[pid=22509/tid=22511] ppid=22506 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/22509/task/22511/stat : 22511 (java) S 22506 22509 22007 0 -1 4202560 2454 0 1 0 46 2 0 0 20 0 22 0 30238425 10060525568 163265 33554432000 1073741824 1073778376 140736789753920 140219239838584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22512] ppid=22506 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/22509/task/22512/stat : 22512 (java) S 22506 22509 22007 0 -1 4202560 62 0 0 0 6 3 0 0 20 0 22 0 30238426 10060525568 163265 33554432000 1073741824 1073778376 140736789753920 140219212290472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22509/tid=22513] ppid=22506 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/22509/task/22513/stat : 22513 (java) S 22506 22509 22007 0 -1 4202560 45 0 0 0 3 2 0 0 20 0 22 0 30238426 10060525568 163265 33554432000 1073741824 1073778376 140736789753920 140219211237928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22509/tid=22514] ppid=22506 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/22509/task/22514/stat : 22514 (java) S 22506 22509 22007 0 -1 4202560 156 0 0 0 6 2 0 0 20 0 22 0 30238426 10060525568 163265 33554432000 1073741824 1073778376 140736789753920 140219210184872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22515] ppid=22506 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/22509/task/22515/stat : 22515 (java) S 22506 22509 22007 0 -1 4202560 121 0 0 0 5 0 0 0 20 0 22 0 30238426 10060525568 163265 33554432000 1073741824 1073778376 140736789753920 140219209132328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22516] ppid=22506 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/22509/task/22516/stat : 22516 (java) S 22506 22509 22007 0 -1 4202560 59 0 0 0 5 3 0 0 20 0 22 0 30238426 10060525568 163265 33554432000 1073741824 1073778376 140736789753920 140219208080296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22517] ppid=22506 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/22509/task/22517/stat : 22517 (java) S 22506 22509 22007 0 -1 4202560 178 0 0 0 3 2 0 0 20 0 22 0 30238426 10060525568 163265 33554432000 1073741824 1073778376 140736789753920 140219078192168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22518] ppid=22506 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/22509/task/22518/stat : 22518 (java) S 22506 22509 22007 0 -1 4202560 28 0 0 0 3 2 0 0 20 0 22 0 30238426 10060525568 163265 33554432000 1073741824 1073778376 140736789753920 140219077139112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22519] ppid=22506 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/22509/task/22519/stat : 22519 (java) S 22506 22509 22007 0 -1 4202560 153 0 0 0 6 2 0 0 20 0 22 0 30238426 10060525568 163265 33554432000 1073741824 1073778376 140736789753920 140219076086568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22520] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22520/stat : 22520 (java) S 22506 22509 22007 0 -1 4202560 463 0 0 0 0 0 0 0 20 0 22 0 30238427 10060525568 163265 33554432000 1073741824 1073778376 140736789753920 140218593139048 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22521] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22521/stat : 22521 (java) S 22506 22509 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30238427 10060525568 163265 33554432000 1073741824 1073778376 140736789753920 140218592085368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22522] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22522/stat : 22522 (java) S 22506 22509 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30238427 10060525568 163265 33554432000 1073741824 1073778376 140736789753920 140218591032200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22523] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22523/stat : 22523 (java) S 22506 22509 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30238430 10060525568 163265 33554432000 1073741824 1073778376 140736789753920 140218589980944 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22524] ppid=22506 vsize=9824732 CPUtime=1.62 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 4.33 4.29 4.21 5/219 22620
/proc/meminfo: memFree=22584052/32872528 swapFree=1437460/1543748
[pid=22509] ppid=22506 vsize=9824732 CPUtime=1771.93 cores=1,3,5,7
/proc/22509/stat : 22509 (java) S 22506 22509 22007 0 -1 4202496 36318 0 1 0 176971 222 0 0 20 0 22 0 30238424 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140736789745056 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22509/statm: 2456183 973499 2301 9 0 2446860 0
[pid=22509/tid=22511] ppid=22506 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/22509/task/22511/stat : 22511 (java) S 22506 22509 22007 0 -1 4202560 2461 0 1 0 48 4 0 0 20 0 22 0 30238425 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140219239838584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22512] ppid=22506 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/22509/task/22512/stat : 22512 (java) S 22506 22509 22007 0 -1 4202560 579 0 0 0 271 19 0 0 20 0 22 0 30238426 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140219212290472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22513] ppid=22506 vsize=9824732 CPUtime=3.04 cores=1,3,5,7
/proc/22509/task/22513/stat : 22513 (java) S 22506 22509 22007 0 -1 4202560 643 0 0 0 283 21 0 0 20 0 22 0 30238426 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140219211237928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22514] ppid=22506 vsize=9824732 CPUtime=2.99 cores=1,3,5,7
/proc/22509/task/22514/stat : 22514 (java) S 22506 22509 22007 0 -1 4202560 786 0 0 0 279 20 0 0 20 0 22 0 30238426 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140219210184872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22509/tid=22515] ppid=22506 vsize=9824732 CPUtime=3.07 cores=1,3,5,7
/proc/22509/task/22515/stat : 22515 (java) S 22506 22509 22007 0 -1 4202560 876 0 0 0 288 19 0 0 20 0 22 0 30238426 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140219209132328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22516] ppid=22506 vsize=9824732 CPUtime=2.79 cores=1,3,5,7
/proc/22509/task/22516/stat : 22516 (java) S 22506 22509 22007 0 -1 4202560 652 0 0 0 260 19 0 0 20 0 22 0 30238426 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140219208080296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22517] ppid=22506 vsize=9824732 CPUtime=2.84 cores=1,3,5,7
/proc/22509/task/22517/stat : 22517 (java) S 22506 22509 22007 0 -1 4202560 837 0 0 0 267 17 0 0 20 0 22 0 30238426 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140219078192168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22509/tid=22518] ppid=22506 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/22509/task/22518/stat : 22518 (java) S 22506 22509 22007 0 -1 4202560 671 0 0 0 243 18 0 0 20 0 22 0 30238426 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140219077139112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22509/tid=22519] ppid=22506 vsize=9824732 CPUtime=2.97 cores=1,3,5,7
/proc/22509/task/22519/stat : 22519 (java) S 22506 22509 22007 0 -1 4202560 691 0 0 0 278 19 0 0 20 0 22 0 30238426 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140219076086568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22509/tid=22520] ppid=22506 vsize=9824732 CPUtime=6.14 cores=1,3,5,7
/proc/22509/task/22520/stat : 22520 (java) S 22506 22509 22007 0 -1 4202560 2615 0 0 0 605 9 0 0 20 0 22 0 30238427 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140218593139048 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22521] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22521/stat : 22521 (java) S 22506 22509 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30238427 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140218592085368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22522] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22522/stat : 22522 (java) S 22506 22509 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30238427 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140218591032200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22523] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22523/stat : 22523 (java) S 22506 22509 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30238430 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140218589980944 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22524] ppid=22506 vsize=9824732 CPUtime=1.99 cores=1,3,5,7
/proc/22509/task/22524/stat : 22524 (java) S 22506 22509 22007 0 -1 4202560 12108 0 0 0 196 3 0 0 20 0 22 0 30238430 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140218588928824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22509/tid=22525] ppid=22506 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/22509/task/22525/stat : 22525 (java) S 22506 22509 22007 0 -1 4202560 10242 0 0 0 142 2 0 0 20 0 22 0 30238430 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140218587876280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22526] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22526/stat : 22526 (java) S 22506 22509 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30238430 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140218586823416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22527] ppid=22506 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/22509/task/22527/stat : 22527 (java) S 22506 22509 22007 0 -1 4202560 51 0 0 0 12 24 0 0 20 0 22 0 30238430 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140218585771080 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22561] ppid=22506 vsize=9824732 CPUtime=869.31 cores=1,3,5,7
/proc/22509/task/22561/stat : 22561 (java) R 22506 22509 22007 0 -1 4202560 72 0 0 0 86914 17 0 0 20 0 22 0 30238475 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140218584715952 140219089913672 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22509/tid=22562] ppid=22506 vsize=9824732 CPUtime=869.3 cores=1,3,5,7
/proc/22509/task/22562/stat : 22562 (java) R 22506 22509 22007 0 -1 4202560 1768 0 0 0 86881 49 0 0 20 0 22 0 30238475 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140218583662080 140219090196992 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22563] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22563/stat : 22563 (java) S 22506 22509 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30238476 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140218582610728 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22564] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22564/stat : 22564 (java) S 22506 22509 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30238476 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140218581558184 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1771.93
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.301 s]
/proc/loadavg: 4.28 4.28 4.20 5/219 22620
/proc/meminfo: memFree=22573692/32872528 swapFree=1437460/1543748
[pid=22509] ppid=22506 vsize=9824732 CPUtime=1800.13 cores=1,3,5,7
/proc/22509/stat : 22509 (java) S 22506 22509 22007 0 -1 4202496 36320 0 1 0 179790 223 0 0 20 0 22 0 30238424 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140736789745056 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22509/statm: 2456183 973499 2301 9 0 2446860 0
[pid=22509/tid=22511] ppid=22506 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/22509/task/22511/stat : 22511 (java) S 22506 22509 22007 0 -1 4202560 2461 0 1 0 48 4 0 0 20 0 22 0 30238425 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140219239838584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22512] ppid=22506 vsize=9824732 CPUtime=2.94 cores=1,3,5,7
/proc/22509/task/22512/stat : 22512 (java) S 22506 22509 22007 0 -1 4202560 579 0 0 0 275 19 0 0 20 0 22 0 30238426 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140219212290472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22509/tid=22513] ppid=22506 vsize=9824732 CPUtime=3.1 cores=1,3,5,7
/proc/22509/task/22513/stat : 22513 (java) S 22506 22509 22007 0 -1 4202560 643 0 0 0 289 21 0 0 20 0 22 0 30238426 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140219211237928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22514] ppid=22506 vsize=9824732 CPUtime=3.06 cores=1,3,5,7
/proc/22509/task/22514/stat : 22514 (java) S 22506 22509 22007 0 -1 4202560 786 0 0 0 286 20 0 0 20 0 22 0 30238426 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140219210184872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22509/tid=22515] ppid=22506 vsize=9824732 CPUtime=3.16 cores=1,3,5,7
/proc/22509/task/22515/stat : 22515 (java) S 22506 22509 22007 0 -1 4202560 876 0 0 0 297 19 0 0 20 0 22 0 30238426 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140219209132328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22509/tid=22516] ppid=22506 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/22509/task/22516/stat : 22516 (java) S 22506 22509 22007 0 -1 4202560 652 0 0 0 264 19 0 0 20 0 22 0 30238426 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140219208080296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22517] ppid=22506 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/22509/task/22517/stat : 22517 (java) S 22506 22509 22007 0 -1 4202560 837 0 0 0 271 17 0 0 20 0 22 0 30238426 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140219078192168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22509/tid=22518] ppid=22506 vsize=9824732 CPUtime=2.69 cores=1,3,5,7
/proc/22509/task/22518/stat : 22518 (java) S 22506 22509 22007 0 -1 4202560 671 0 0 0 251 18 0 0 20 0 22 0 30238426 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140219077139112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22519] ppid=22506 vsize=9824732 CPUtime=3 cores=1,3,5,7
/proc/22509/task/22519/stat : 22519 (java) S 22506 22509 22007 0 -1 4202560 691 0 0 0 280 20 0 0 20 0 22 0 30238426 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140219076086568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22520] ppid=22506 vsize=9824732 CPUtime=6.14 cores=1,3,5,7
/proc/22509/task/22520/stat : 22520 (java) S 22506 22509 22007 0 -1 4202560 2615 0 0 0 605 9 0 0 20 0 22 0 30238427 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140218593139048 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22521] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22521/stat : 22521 (java) S 22506 22509 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30238427 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140218592085368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22522] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22522/stat : 22522 (java) S 22506 22509 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30238427 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140218591032200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22523] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22523/stat : 22523 (java) S 22506 22509 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30238430 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140218589980944 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22524] ppid=22506 vsize=9824732 CPUtime=1.99 cores=1,3,5,7
/proc/22509/task/22524/stat : 22524 (java) S 22506 22509 22007 0 -1 4202560 12108 0 0 0 196 3 0 0 20 0 22 0 30238430 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140218588928824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22509/tid=22525] ppid=22506 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/22509/task/22525/stat : 22525 (java) S 22506 22509 22007 0 -1 4202560 10242 0 0 0 142 2 0 0 20 0 22 0 30238430 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140218587876280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22526] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22526/stat : 22526 (java) S 22506 22509 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30238430 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140218586823416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22527] ppid=22506 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/22509/task/22527/stat : 22527 (java) S 22506 22509 22007 0 -1 4202560 51 0 0 0 12 24 0 0 20 0 22 0 30238430 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140218585771080 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22561] ppid=22506 vsize=9824732 CPUtime=883.18 cores=1,3,5,7
/proc/22509/task/22561/stat : 22561 (java) R 22506 22509 22007 0 -1 4202560 72 0 0 0 88301 17 0 0 20 0 22 0 30238475 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140218584714800 140219089913672 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22509/tid=22562] ppid=22506 vsize=9824732 CPUtime=883.17 cores=1,3,5,7
/proc/22509/task/22562/stat : 22562 (java) R 22506 22509 22007 0 -1 4202560 1770 0 0 0 88268 49 0 0 20 0 22 0 30238475 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140218583663360 140219090197009 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22563] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22563/stat : 22563 (java) S 22506 22509 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30238476 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140218582610728 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22564] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22564/stat : 22564 (java) S 22506 22509 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30238476 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140218581558184 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
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 22509 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.301 s]
/proc/loadavg: 4.28 4.28 4.20 5/219 22620
/proc/meminfo: memFree=22573692/32872528 swapFree=1437460/1543748
[pid=22509] ppid=22506 vsize=9824732 CPUtime=1800.13 cores=1,3,5,7
/proc/22509/stat : 22509 (java) S 22506 22509 22007 0 -1 4202496 36320 0 1 0 179790 223 0 0 20 0 22 0 30238424 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140736789745056 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22509/statm: 2456183 973499 2301 9 0 2446860 0
[pid=22509/tid=22511] ppid=22506 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/22509/task/22511/stat : 22511 (java) S 22506 22509 22007 0 -1 4202560 2461 0 1 0 48 4 0 0 20 0 22 0 30238425 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140219239838584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22512] ppid=22506 vsize=9824732 CPUtime=2.94 cores=1,3,5,7
/proc/22509/task/22512/stat : 22512 (java) S 22506 22509 22007 0 -1 4202560 579 0 0 0 275 19 0 0 20 0 22 0 30238426 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140219212290472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22509/tid=22513] ppid=22506 vsize=9824732 CPUtime=3.1 cores=1,3,5,7
/proc/22509/task/22513/stat : 22513 (java) S 22506 22509 22007 0 -1 4202560 643 0 0 0 289 21 0 0 20 0 22 0 30238426 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140219211237928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22514] ppid=22506 vsize=9824732 CPUtime=3.06 cores=1,3,5,7
/proc/22509/task/22514/stat : 22514 (java) S 22506 22509 22007 0 -1 4202560 786 0 0 0 286 20 0 0 20 0 22 0 30238426 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140219210184872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22509/tid=22515] ppid=22506 vsize=9824732 CPUtime=3.16 cores=1,3,5,7
/proc/22509/task/22515/stat : 22515 (java) S 22506 22509 22007 0 -1 4202560 876 0 0 0 297 19 0 0 20 0 22 0 30238426 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140219209132328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22509/tid=22516] ppid=22506 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/22509/task/22516/stat : 22516 (java) S 22506 22509 22007 0 -1 4202560 652 0 0 0 264 19 0 0 20 0 22 0 30238426 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140219208080296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22517] ppid=22506 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/22509/task/22517/stat : 22517 (java) S 22506 22509 22007 0 -1 4202560 837 0 0 0 271 17 0 0 20 0 22 0 30238426 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140219078192168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22509/tid=22518] ppid=22506 vsize=9824732 CPUtime=2.69 cores=1,3,5,7
/proc/22509/task/22518/stat : 22518 (java) S 22506 22509 22007 0 -1 4202560 671 0 0 0 251 18 0 0 20 0 22 0 30238426 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140219077139112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22519] ppid=22506 vsize=9824732 CPUtime=3 cores=1,3,5,7
/proc/22509/task/22519/stat : 22519 (java) S 22506 22509 22007 0 -1 4202560 691 0 0 0 280 20 0 0 20 0 22 0 30238426 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140219076086568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22520] ppid=22506 vsize=9824732 CPUtime=6.14 cores=1,3,5,7
/proc/22509/task/22520/stat : 22520 (java) S 22506 22509 22007 0 -1 4202560 2615 0 0 0 605 9 0 0 20 0 22 0 30238427 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140218593139048 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22521] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22521/stat : 22521 (java) S 22506 22509 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30238427 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140218592085368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22522] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22522/stat : 22522 (java) S 22506 22509 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30238427 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140218591032200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22523] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22523/stat : 22523 (java) S 22506 22509 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30238430 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140218589980944 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22524] ppid=22506 vsize=9824732 CPUtime=1.99 cores=1,3,5,7
/proc/22509/task/22524/stat : 22524 (java) S 22506 22509 22007 0 -1 4202560 12108 0 0 0 196 3 0 0 20 0 22 0 30238430 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140218588928824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22509/tid=22525] ppid=22506 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/22509/task/22525/stat : 22525 (java) S 22506 22509 22007 0 -1 4202560 10242 0 0 0 142 2 0 0 20 0 22 0 30238430 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140218587876280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22526] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22526/stat : 22526 (java) S 22506 22509 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30238430 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140218586823416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22527] ppid=22506 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/22509/task/22527/stat : 22527 (java) S 22506 22509 22007 0 -1 4202560 51 0 0 0 12 24 0 0 20 0 22 0 30238430 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140218585771080 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22561] ppid=22506 vsize=9824732 CPUtime=883.18 cores=1,3,5,7
/proc/22509/task/22561/stat : 22561 (java) R 22506 22509 22007 0 -1 4202560 72 0 0 0 88301 17 0 0 20 0 22 0 30238475 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140218584714800 140219089913672 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22509/tid=22562] ppid=22506 vsize=9824732 CPUtime=883.17 cores=1,3,5,7
/proc/22509/task/22562/stat : 22562 (java) R 22506 22509 22007 0 -1 4202560 1770 0 0 0 88268 49 0 0 20 0 22 0 30238475 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140218583663360 140219090197009 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22509/tid=22563] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22563/stat : 22563 (java) S 22506 22509 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30238476 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140218582610728 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22509/tid=22564] ppid=22506 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22509/task/22564/stat : 22564 (java) S 22506 22509 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30238476 10060525568 973499 33554432000 1073741824 1073778376 140736789753920 140218581558184 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 896.358
CPU time (s): 1800.86
CPU user time (s): 1798.07
CPU system time (s): 2.79057
CPU usage (%): 200.909
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.07
system time used= 2.79058
maximum resident set size= 3898204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36354
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24331
involuntary context switches= 29723

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.71313 second user time and 7.73482 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-26 22:13:11
IDJOB=4116606
IDBENCH=109491
IDSOLVER=2543
FILE ID=node116/4116606-1466971991
RUNJOBID= node116-1466969304-22024
PBS_JOBID= 19976377
Free space on /tmp= 71680 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size96-round23-5.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116606-1466971991/watcher-4116606-1466971991 -o /tmp/evaluation-result-4116606-1466971991/solver-4116606-1466971991 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466969304-22024 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116606-1466971991.opb

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

MD5SUM BENCH= e37b4268f223b7262f64117d47441ab2
RANDOM SEED=1334719755

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.206
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:        26484572 kB
Buffers:           33972 kB
Cached:           314140 kB
SwapCached:         2072 kB
Active:          3808372 kB
Inactive:         317432 kB
Active(anon):    3778280 kB
Inactive(anon):     1656 kB
Active(file):      30092 kB
Inactive(file):   315776 kB
Unevictable:     1543748 kB
Mlocked:         1437460 kB
SwapTotal:      67108856 kB
SwapFree:       67098680 kB
Dirty:              1244 kB
Writeback:             0 kB
AnonPages:       5295968 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             565924 kB
SReclaimable:      10016 kB
SUnreclaim:       555908 kB
KernelStack:        1808 kB
PageTables:        14756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5652676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3786752 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= 71680 MiB
End job on node116 at 2016-06-26 22:28:07