Trace number 4116454

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.65 895.162

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size80-round23-4.opb
MD5SUMa5c6e946be43647eb79fff224be4b296
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 constraints9456
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)368
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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-4116454-1466961865.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
1.01/0.51	c ... done. Wall clock time 0.388s.
1.01/0.51	c declared #vars     4288
1.01/0.51	c #constraints  10720
1.01/0.51	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.01/0.51	c constraints type 
1.01/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
1.01/0.51	c org.sat4j.specs.Constr$1 => 856
1.01/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
1.01/0.51	c org.sat4j.minisat.constraints.cnf.UnitClause => 456
1.01/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.01/0.51	c 10720 constraints processed.
1.01/0.51	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.01/0.51	c constraints type 
1.01/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.01/0.51	c org.sat4j.specs.Constr$1 => 856
1.01/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7494
1.01/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1786
1.01/0.51	c org.sat4j.pb.constraints.pb.UnitClausePB => 456
1.01/0.51	c 10720 constraints processed.
4.48/1.45	c cleaning 2496 clauses out of 4999 with flag 17166/5001
6.62/2.11	c cleaning 4243 clauses out of 8502 with flag 38446/11000
8.82/2.94	c cleaning 5621 clauses out of 11259 with flag 66774/18000
10.68/3.83	c cleaning 6811 clauses out of 13638 with flag 100059/26000
12.77/4.86	c cleaning 7890 clauses out of 15827 with flag 139739/35000
15.44/6.15	c cleaning 8947 clauses out of 17937 with flag 181965/45000
18.04/7.44	c cleaning 9982 clauses out of 19990 with flag 232586/56000
21.05/8.94	c cleaning 10989 clauses out of 22008 with flag 289748/68000
24.54/10.62	c cleaning 11994 clauses out of 24019 with flag 353321/81000
28.44/12.51	c cleaning 13003 clauses out of 26025 with flag 423417/95000
32.25/14.45	c cleaning 14002 clauses out of 28022 with flag 498466/110000
36.45/16.56	c cleaning 14978 clauses out of 30020 with flag 580342/126000
40.23/18.49	c cleaning 0 clauses out of 5000 with flag 0/5000
41.84/19.04	c cleaning 16012 clauses out of 32043 with flag 673220/143001
46.85/21.48	c cleaning 16982 clauses out of 34032 with flag 768888/161002
52.25/24.15	c cleaning 18017 clauses out of 36049 with flag 871255/180001
58.21/27.07	c cleaning 18951 clauses out of 38031 with flag 981282/200000
64.61/30.20	c cleaning 20022 clauses out of 40080 with flag 1099263/221000
71.76/33.70	c cleaning 21015 clauses out of 42059 with flag 1220456/243001
78.76/37.28	c cleaning 21987 clauses out of 44043 with flag 1350882/266000
86.36/41.05	c cleaning 22993 clauses out of 46056 with flag 1490340/290000
94.46/45.05	c cleaning 24004 clauses out of 48063 with flag 1635173/315000
102.92/49.27	c cleaning 25001 clauses out of 50059 with flag 1788049/341000
112.12/53.87	c cleaning 25999 clauses out of 52058 with flag 1942576/368000
122.01/58.71	c cleaning 27001 clauses out of 54059 with flag 2103374/396000
132.42/63.94	c cleaning 28001 clauses out of 56058 with flag 2273904/425000
143.52/69.43	c cleaning 29007 clauses out of 58057 with flag 2452686/455000
155.02/75.17	c cleaning 30012 clauses out of 60050 with flag 2635599/486000
167.41/81.32	c cleaning 31002 clauses out of 62038 with flag 2824754/518000
180.07/87.60	c cleaning 32010 clauses out of 64037 with flag 3020714/551001
193.34/94.28	c cleaning 32978 clauses out of 66026 with flag 3224791/585000
207.21/101.17	c cleaning 34010 clauses out of 68048 with flag 3431820/620000
221.47/108.28	c cleaning 35010 clauses out of 70039 with flag 3645164/656001
237.01/115.93	c cleaning 36004 clauses out of 72028 with flag 3865682/693000
253.50/124.11	c cleaning 37001 clauses out of 74024 with flag 4093019/731000
255.10/124.97	c cleaning 0 clauses out of 11000 with flag 0/11000
270.16/132.41	c cleaning 38005 clauses out of 76024 with flag 4330391/770001
287.96/141.64	c cleaning 39006 clauses out of 78018 with flag 4574437/810000
305.83/150.58	c cleaning 39968 clauses out of 80014 with flag 4824927/851002
324.53/159.86	c cleaning 41000 clauses out of 82044 with flag 5078808/893000
343.65/169.38	c cleaning 42013 clauses out of 84044 with flag 5341113/936000
364.02/179.44	c cleaning 42970 clauses out of 86031 with flag 5610368/980000
385.71/190.30	c cleaning 44025 clauses out of 88061 with flag 5884945/1025000
408.59/201.68	c cleaning 44993 clauses out of 90036 with flag 6165260/1071000
433.28/213.97	c cleaning 45999 clauses out of 92043 with flag 6453110/1118000
458.84/226.64	c cleaning 47018 clauses out of 94047 with flag 6747266/1166003
484.69/239.58	c cleaning 47999 clauses out of 96026 with flag 7045894/1215000
512.09/253.13	c cleaning 48994 clauses out of 98027 with flag 7352938/1265000
540.15/267.12	c cleaning 50008 clauses out of 100033 with flag 7665209/1316000
568.55/281.27	c cleaning 50975 clauses out of 102025 with flag 7987478/1368000
597.70/296.39	c cleaning 52008 clauses out of 104051 with flag 8317231/1421001
627.02/310.92	c cleaning 53003 clauses out of 106042 with flag 8645911/1475000
656.72/325.73	c cleaning 54002 clauses out of 108039 with flag 8989511/1530000
688.49/341.54	c cleaning 54998 clauses out of 110038 with flag 9336613/1586001
722.78/358.53	c cleaning 55978 clauses out of 112041 with flag 9690601/1643002
756.64/375.36	c cleaning 57014 clauses out of 114061 with flag 10050857/1701000
790.98/392.49	c cleaning 58000 clauses out of 116047 with flag 10416973/1760000
825.88/409.71	c cleaning 58997 clauses out of 118048 with flag 10788587/1820001
859.89/426.79	c cleaning 59990 clauses out of 120052 with flag 11161116/1881002
894.21/443.84	c cleaning 61019 clauses out of 122060 with flag 11549831/1943000
931.85/462.52	c cleaning 61996 clauses out of 124041 with flag 11942781/2006000
972.79/482.88	c cleaning 63011 clauses out of 126045 with flag 12338136/2070000
1016.20/504.45	c cleaning 63985 clauses out of 128035 with flag 12739052/2135001
1060.70/526.58	c cleaning 65008 clauses out of 130050 with flag 13156168/2201001
1105.93/549.08	c cleaning 65990 clauses out of 132042 with flag 13569801/2268001
1111.72/551.98	c cleaning 0 clauses out of 18000 with flag 0/18000
1153.45/572.63	c cleaning 67010 clauses out of 134051 with flag 13994698/2336000
1200.27/596.79	c cleaning 68005 clauses out of 136041 with flag 14422615/2405000
1248.09/620.54	c cleaning 68974 clauses out of 138038 with flag 14860003/2475002
1298.38/645.57	c cleaning 70012 clauses out of 140063 with flag 15295094/2546001
1351.50/671.98	c cleaning 71009 clauses out of 142050 with flag 15737331/2618000
1404.36/698.23	c cleaning 72019 clauses out of 144041 with flag 16190585/2691000
1458.52/725.13	c cleaning 72992 clauses out of 146022 with flag 16643607/2765000
1512.28/751.80	c cleaning 73983 clauses out of 148030 with flag 17108085/2840000
1567.45/779.34	c cleaning 75024 clauses out of 150048 with flag 17580350/2916001
1618.12/804.66	c cleaning 75999 clauses out of 152024 with flag 18055819/2993001
1673.29/832.13	c cleaning 76987 clauses out of 154025 with flag 18539516/3071001
1730.68/860.65	c cleaning 78003 clauses out of 156037 with flag 19029305/3150000
1788.64/889.42	c cleaning 78979 clauses out of 158034 with flag 19522919/3230000
1800.14/895.11	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.14/895.11	c starts		: 24358
1800.14/895.11	c conflicts		: 3249821
1800.14/895.11	c decisions		: 32733417
1800.14/895.11	c propagations		: 450060678
1800.14/895.11	c inspects		: 8829357394
1800.14/895.11	c shortcuts		: 0
1800.14/895.11	c learnt literals	: 2
1800.14/895.11	c learnt binary clauses	: 35
1800.14/895.11	c learnt ternary clauses	: 525
1800.14/895.11	c learnt constraints	: 3249819
1800.14/895.11	c ignored constraints	: 0
1800.14/895.11	c root simplifications	: 0
1800.14/895.11	c removed literals (reason simplification)	: 2090772
1800.14/895.11	c reason swapping (by a shorter reason)	: 0
1800.14/895.11	c Calls to reduceDB	: 76
1800.14/895.11	c Number of update (reduction) of LBD	: 679693
1800.14/895.11	c Imported unit clauses	: 0
1800.14/895.11	c number of reductions to clauses (during analyze)	: 0
1800.14/895.11	c number of learned constraints concerned by reduction	: 0
1800.14/895.11	c number of learning phase by resolution	: 0
1800.14/895.11	c number of learning phase by cutting planes	: 0
1800.14/895.11	c speed (assignments/second)	: 503093.8087562291
1800.14/895.11	c non guided choices	13085
1800.14/895.13	c learnt constraints type 
1800.14/895.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 35
1800.14/895.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 98841
1800.14/895.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.14/895.13	c starts		: 45
1800.14/895.13	c conflicts		: 20547
1800.14/895.13	c decisions		: 77357
1800.14/895.13	c propagations		: 2691350
1800.14/895.13	c inspects		: 757495982
1800.14/895.13	c shortcuts		: 0
1800.14/895.13	c learnt literals	: 0
1800.14/895.13	c learnt binary clauses	: 0
1800.14/895.13	c learnt ternary clauses	: 0
1800.14/895.13	c learnt constraints	: 20546
1800.14/895.13	c ignored constraints	: 0
1800.14/895.13	c root simplifications	: 0
1800.14/895.13	c removed literals (reason simplification)	: 0
1800.14/895.13	c reason swapping (by a shorter reason)	: 0
1800.14/895.13	c Calls to reduceDB	: 3
1800.14/895.13	c Number of update (reduction) of LBD	: 0
1800.14/895.13	c Imported unit clauses	: 0
1800.14/895.13	c number of reductions to clauses (during analyze)	: 0
1800.14/895.13	c number of learned constraints concerned by reduction	: 0
1800.14/895.13	c number of learning phase by resolution	: 0
1800.14/895.13	c number of learning phase by cutting planes	: 0
1800.14/895.13	c speed (assignments/second)	: 3008.3890835722627
1800.14/895.13	c non guided choices	327
1800.14/895.14	c learnt constraints type 
1800.14/895.14	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 12
1800.14/895.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20534
1800.14/895.14	s UNKNOWN
1800.14/895.14	c Total wall clock time (in seconds): 895.025

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

pid=21199
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 4.17 4.22 4.23 3/197 21202
/proc/meminfo: memFree=26586484/32872528 swapFree=1437460/1543748
[pid=21202] ppid=21199 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/21202/stat : 21202 (java) R 21199 21202 18126 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 29225855 9515008 175 33554432000 1073741824 1073778376 140735949998288 140735949981016 266435642256 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/21202/statm: 2323 179 137 9 0 71 0

[startup+0.100159 s]
/proc/loadavg: 4.17 4.22 4.23 3/197 21202
/proc/meminfo: memFree=26586484/32872528 swapFree=1437460/1543748
[pid=21202] ppid=21199 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/21202/stat : 21202 (java) S 21199 21202 18126 0 -1 4202496 4399 0 1 0 8 1 0 0 20 0 18 0 29225855 9787879424 6029 33554432000 1073741824 1073778376 140735949998288 140735949989424 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21202/statm: 2389619 6029 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200228 s]
/proc/loadavg: 4.17 4.22 4.23 3/197 21202
/proc/meminfo: memFree=26586484/32872528 swapFree=1437460/1543748
[pid=21202] ppid=21199 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/21202/stat : 21202 (java) S 21199 21202 18126 0 -1 4202496 4695 0 1 0 24 1 0 0 20 0 18 0 29225855 9787879424 6784 33554432000 1073741824 1073778376 140735949998288 140735949989424 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21202/statm: 2389619 6784 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300225 s]
/proc/loadavg: 4.17 4.22 4.23 3/197 21202
/proc/meminfo: memFree=26586484/32872528 swapFree=1437460/1543748
[pid=21202] ppid=21199 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/21202/stat : 21202 (java) S 21199 21202 18126 0 -1 4202496 5835 0 1 0 47 1 0 0 20 0 18 0 29225855 9787879424 8971 33554432000 1073741824 1073778376 140735949998288 140735949989424 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21202/statm: 2389619 8971 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700192 s]
/proc/loadavg: 4.17 4.22 4.23 3/197 21202
/proc/meminfo: memFree=26586484/32872528 swapFree=1437460/1543748
[pid=21202] ppid=21199 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/21202/stat : 21202 (java) S 21199 21202 18126 0 -1 4202496 12059 0 1 0 169 3 0 0 20 0 22 0 29225855 10060525568 23275 33554432000 1073741824 1073778376 140735949998288 140735949989424 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21202/statm: 2456183 23275 2267 9 0 2446860 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.17 4.22 4.23 7/219 21224
/proc/meminfo: memFree=26444044/32872528 swapFree=1437460/1543748
[pid=21202] ppid=21199 vsize=9824732 CPUtime=4.87 cores=0,2,4,6
/proc/21202/stat : 21202 (java) S 21199 21202 18126 0 -1 4202496 24953 0 1 0 479 8 0 0 20 0 22 0 29225855 10060525568 47205 33554432000 1073741824 1073778376 140735949998288 140735949989424 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21202/statm: 2456183 47205 2292 9 0 2446860 0
[pid=21202/tid=21204] ppid=21199 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/21202/task/21204/stat : 21204 (java) S 21199 21202 18126 0 -1 4202560 2448 0 1 0 47 1 0 0 20 0 22 0 29225856 10060525568 47205 33554432000 1073741824 1073778376 140735949998288 140724685841272 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21202/tid=21205] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21205/stat : 21205 (java) S 21199 21202 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29225857 10060525568 47205 33554432000 1073741824 1073778376 140735949998288 140724674902824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21202/tid=21206] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21206/stat : 21206 (java) S 21199 21202 18126 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 29225857 10060525568 47205 33554432000 1073741824 1073778376 140735949998288 140724673850024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21202/tid=21207] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21207/stat : 21207 (java) S 21199 21202 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29225857 10060525568 47205 33554432000 1073741824 1073778376 140735949998288 140724672797736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21202/tid=21208] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21208/stat : 21208 (java) S 21199 21202 18126 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29225857 10060525568 47205 33554432000 1073741824 1073778376 140735949998288 140724671744936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21202/tid=21209] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21209/stat : 21209 (java) S 21199 21202 18126 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29225857 10060525568 47205 33554432000 1073741824 1073778376 140735949998288 140724525545768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21202/tid=21210] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21210/stat : 21210 (java) S 21199 21202 18126 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29225857 10060525568 47205 33554432000 1073741824 1073778376 140735949998288 140724524492968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21202/tid=21211] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21211/stat : 21211 (java) S 21199 21202 18126 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29225857 10060525568 47205 33554432000 1073741824 1073778376 140735949998288 140724523440680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21202/tid=21212] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21212/stat : 21212 (java) S 21199 21202 18126 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29225857 10060525568 47205 33554432000 1073741824 1073778376 140735949998288 140724522387880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21202/tid=21213] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21213/stat : 21213 (java) S 21199 21202 18126 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 29225858 10060525568 47205 33554432000 1073741824 1073778376 140735949998288 140724509977320 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21202/tid=21214] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21214/stat : 21214 (java) S 21199 21202 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29225859 10060525568 47205 33554432000 1073741824 1073778376 140735949998288 140724508923384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21202/tid=21215] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21215/stat : 21215 (java) S 21199 21202 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29225859 10060525568 47205 33554432000 1073741824 1073778376 140735949998288 140724507870984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21202/tid=21216] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21216/stat : 21216 (java) S 21199 21202 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29225861 10060525568 47205 33554432000 1073741824 1073778376 140735949998288 140724506819472 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21202/tid=21217] ppid=21199 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/21202/task/21217/stat : 21217 (java) S 21199 21202 18126 0 -1 4202560 10902 0 0 0 114 3 0 0 20 0 22 0 29225861 10060525568 47205 33554432000 1073741824 1073778376 140735949998288 140724505766072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21202/tid=21218] ppid=21199 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/21202/task/21218/stat : 21218 (java) R 21199 21202 18126 0 -1 4202560 10135 0 0 0 118 2 0 0 20 0 22 0 29225861 10060525568 47205 33554432000 1073741824 1073778376 140735949998288 140724504690536 140724691801192 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=21202/tid=21219] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21219/stat : 21219 (java) S 21199 21202 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29225861 10060525568 47205 33554432000 1073741824 1073778376 140735949998288 140724503661176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21202/tid=21220] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21220/stat : 21220 (java) S 21199 21202 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29225861 10060525568 47205 33554432000 1073741824 1073778376 140735949998288 140724502608584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21202/tid=21221] ppid=21199 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/21202/task/21221/stat : 21221 (java) R 21199 21202 18126 0 -1 4202560 18 0 0 0 94 0 0 0 20 0 22 0 29225907 10060525568 47205 33554432000 1073741824 1073778376 140735949998288 140724501545248 140724553881676 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21202/tid=21222] ppid=21199 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/21202/task/21222/stat : 21222 (java) R 21199 21202 18126 0 -1 4202560 72 0 0 0 93 2 0 0 20 0 22 0 29225907 10060525568 47205 33554432000 1073741824 1073778376 140735949998288 140724500500648 140724553888702 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21202/tid=21223] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21223/stat : 21223 (java) S 21199 21202 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29225907 10060525568 47205 33554432000 1073741824 1073778376 140735949998288 140724499449512 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21202/tid=21224] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21224/stat : 21224 (java) S 21199 21202 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29225908 10060525568 47205 33554432000 1073741824 1073778376 140735949998288 140724498396712 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.87
Current children cumulated vsize (KiB) 9824732

[startup+3.1161 s]
/proc/loadavg: 4.17 4.22 4.23 6/219 21224
/proc/meminfo: memFree=26340140/32872528 swapFree=1437460/1543748
[pid=21202] ppid=21199 vsize=9824732 CPUtime=9.29 cores=0,2,4,6
/proc/21202/stat : 21202 (java) S 21199 21202 18126 0 -1 4202496 35173 0 1 0 913 16 0 0 20 0 22 0 29225855 10060525568 90751 33554432000 1073741824 1073778376 140735949998288 140735949989424 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21202/statm: 2456183 90751 2292 9 0 2446860 0
[pid=21202/tid=21204] ppid=21199 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/21202/task/21204/stat : 21204 (java) S 21199 21202 18126 0 -1 4202560 2448 0 1 0 47 1 0 0 20 0 22 0 29225856 10060525568 90751 33554432000 1073741824 1073778376 140735949998288 140724685841272 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21202/tid=21205] ppid=21199 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21202/task/21205/stat : 21205 (java) R 21199 21202 18126 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 29225857 10060525568 90751 33554432000 1073741824 1073778376 140735949998288 140724674903000 266435595399 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21202/tid=21206] ppid=21199 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/21202/task/21206/stat : 21206 (java) R 21199 21202 18126 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 29225857 10060525568 90751 33554432000 1073741824 1073778376 140735949998288 140724673850152 266435595399 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=21202/tid=21207] ppid=21199 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21202/task/21207/stat : 21207 (java) R 21199 21202 18126 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 29225857 10060525568 90751 33554432000 1073741824 1073778376 140735949998288 140724672797912 140724692737131 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=21202/tid=21208] ppid=21199 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21202/task/21208/stat : 21208 (java) R 21199 21202 18126 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 29225857 10060525568 90751 33554432000 1073741824 1073778376 140735949998288 140724671744936 266435595399 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21202/tid=21209] ppid=21199 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/21202/task/21209/stat : 21209 (java) R 21199 21202 18126 0 -1 4202560 28 0 0 0 4 0 0 0 20 0 22 0 29225857 10060525568 90751 33554432000 1073741824 1073778376 140735949998288 140724525545944 140724692736848 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21202/tid=21210] ppid=21199 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/21202/task/21210/stat : 21210 (java) R 21199 21202 18126 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 29225857 10060525568 90751 33554432000 1073741824 1073778376 140735949998288 140724524492968 266435595399 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21202/tid=21211] ppid=21199 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/21202/task/21211/stat : 21211 (java) R 21199 21202 18126 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 29225857 10060525568 90751 33554432000 1073741824 1073778376 140735949998288 140724523440808 266435595399 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21202/tid=21212] ppid=21199 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/21202/task/21212/stat : 21212 (java) R 21199 21202 18126 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 29225857 10060525568 90751 33554432000 1073741824 1073778376 140735949998288 140724522388056 140724692736940 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=21202/tid=21213] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21213/stat : 21213 (java) S 21199 21202 18126 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 29225858 10060525568 90751 33554432000 1073741824 1073778376 140735949998288 140724509976200 266439013436 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21202/tid=21214] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21214/stat : 21214 (java) S 21199 21202 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29225859 10060525568 90751 33554432000 1073741824 1073778376 140735949998288 140724508923384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21202/tid=21215] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21215/stat : 21215 (java) S 21199 21202 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29225859 10060525568 90751 33554432000 1073741824 1073778376 140735949998288 140724507870984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21202/tid=21216] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21216/stat : 21216 (java) S 21199 21202 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29225861 10060525568 90751 33554432000 1073741824 1073778376 140735949998288 140724506819472 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21202/tid=21217] ppid=21199 vsize=9824732 CPUtime=1.54 cores=0,2,4,6
/proc/21202/task/21217/stat : 21217 (java) S 21199 21202 18126 0 -1 4202560 14939 0 0 0 151 3 0 0 20 0 22 0 29225861 10060525568 90751 33554432000 1073741824 1073778376 140735949998288 140724505766072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21202/tid=21218] ppid=21199 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/21202/task/21218/stat : 21218 (java) S 21199 21202 18126 0 -1 4202560 16035 0 0 0 188 3 0 0 20 0 22 0 29225861 10060525568 90751 33554432000 1073741824 1073778376 140735949998288 140724504713272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21202/tid=21219] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21219/stat : 21219 (java) S 21199 21202 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29225861 10060525568 90751 33554432000 1073741824 1073778376 140735949998288 140724503661176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21202/tid=21220] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21220/stat : 21220 (java) S 21199 21202 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29225861 10060525568 90751 33554432000 1073741824 1073778376 140735949998288 140724502608584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21202/tid=21221] ppid=21199 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/21202/task/21221/stat : 21221 (java) S 21199 21202 18126 0 -1 4202560 20 0 0 0 249 0 0 0 20 0 22 0 29225907 10060525568 90751 33554432000 1073741824 1073778376 140735949998288 140724501552376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21202/tid=21222] ppid=21199 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/21202/task/21222/stat : 21222 (java) S 21199 21202 18126 0 -1 4202560 132 0 0 0 245 4 0 0 20 0 22 0 29225907 10060525568 90751 33554432000 1073741824 1073778376 140735949998288 140724500499928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21202/tid=21223] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21223/stat : 21223 (java) S 21199 21202 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29225907 10060525568 90751 33554432000 1073741824 1073778376 140735949998288 140724499449512 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21202/tid=21224] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21224/stat : 21224 (java) S 21199 21202 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29225908 10060525568 90751 33554432000 1073741824 1073778376 140735949998288 140724498396712 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.29
Current children cumulated vsize (KiB) 9824732

[startup+6.30101 s]
/proc/loadavg: 4.24 4.23 4.23 5/219 21224
/proc/meminfo: memFree=25973672/32872528 swapFree=1437460/1543748
[pid=21202] ppid=21199 vsize=9824732 CPUtime=15.84 cores=0,2,4,6
/proc/21202/stat : 21202 (java) S 21199 21202 18126 0 -1 4202496 35681 0 1 0 1557 27 0 0 20 0 22 0 29225855 10060525568 162555 33554432000 1073741824 1073778376 140735949998288 140735949989424 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21202/statm: 2456183 162555 2292 9 0 2446860 0
[pid=21202/tid=21204] ppid=21199 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/21202/task/21204/stat : 21204 (java) S 21199 21202 18126 0 -1 4202560 2448 0 1 0 47 1 0 0 20 0 22 0 29225856 10060525568 162555 33554432000 1073741824 1073778376 140735949998288 140724685841272 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21202/tid=21205] ppid=21199 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/21202/task/21205/stat : 21205 (java) S 21199 21202 18126 0 -1 4202560 29 0 0 0 4 1 0 0 20 0 22 0 29225857 10060525568 162555 33554432000 1073741824 1073778376 140735949998288 140724674902824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21202/tid=21206] ppid=21199 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/21202/task/21206/stat : 21206 (java) S 21199 21202 18126 0 -1 4202560 24 0 0 0 4 1 0 0 20 0 22 0 29225857 10060525568 162555 33554432000 1073741824 1073778376 140735949998288 140724673850024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21202/tid=21207] ppid=21199 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/21202/task/21207/stat : 21207 (java) S 21199 21202 18126 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 22 0 29225857 10060525568 162555 33554432000 1073741824 1073778376 140735949998288 140724672797736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21202/tid=21208] ppid=21199 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/21202/task/21208/stat : 21208 (java) S 21199 21202 18126 0 -1 4202560 28 0 0 0 4 2 0 0 20 0 22 0 29225857 10060525568 162555 33554432000 1073741824 1073778376 140735949998288 140724671744936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21202/tid=21209] ppid=21199 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/21202/task/21209/stat : 21209 (java) S 21199 21202 18126 0 -1 4202560 37 0 0 0 4 2 0 0 20 0 22 0 29225857 10060525568 162555 33554432000 1073741824 1073778376 140735949998288 140724525545768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21202/tid=21210] ppid=21199 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/21202/task/21210/stat : 21210 (java) S 21199 21202 18126 0 -1 4202560 58 0 0 0 9 2 0 0 20 0 22 0 29225857 10060525568 162555 33554432000 1073741824 1073778376 140735949998288 140724524492968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21202/tid=21211] ppid=21199 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/21202/task/21211/stat : 21211 (java) S 21199 21202 18126 0 -1 4202560 23 0 0 0 5 0 0 0 20 0 22 0 29225857 10060525568 162555 33554432000 1073741824 1073778376 140735949998288 140724523440680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21202/tid=21212] ppid=21199 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/21202/task/21212/stat : 21212 (java) S 21199 21202 18126 0 -1 4202560 33 0 0 0 5 2 0 0 20 0 22 0 29225857 10060525568 162555 33554432000 1073741824 1073778376 140735949998288 140724522387880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21202/tid=21213] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21213/stat : 21213 (java) S 21199 21202 18126 0 -1 4202560 464 0 0 0 0 0 0 0 20 0 22 0 29225858 10060525568 162555 33554432000 1073741824 1073778376 140735949998288 140724509977320 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21202/tid=21214] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21214/stat : 21214 (java) S 21199 21202 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29225859 10060525568 162555 33554432000 1073741824 1073778376 140735949998288 140724508923384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21202/tid=21215] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21215/stat : 21215 (java) S 21199 21202 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29225859 10060525568 162555 33554432000 1073741824 1073778376 140735949998288 140724507870984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21202/tid=21216] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21216/stat : 21216 (java) S 21199 21202 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29225861 10060525568 162555 33554432000 1073741824 1073778376 140735949998288 140724506819472 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21202/tid=21217] ppid=21199 vsize=9824732 CPUtime=1.56 cores=0,2,4,6

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


[startup+882.308 s]
/proc/loadavg: 4.26 4.32 4.27 5/219 21313
/proc/meminfo: memFree=22798852/32872528 swapFree=1437460/1543748
[pid=21202] ppid=21199 vsize=9824732 CPUtime=1774.46 cores=0,2,4,6
/proc/21202/stat : 21202 (java) S 21199 21202 18126 0 -1 4202496 46459 0 1 0 177237 209 0 0 20 0 22 0 29225855 10060525568 960704 33554432000 1073741824 1073778376 140735949998288 140735949989424 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21202/statm: 2456183 960704 2301 9 0 2446860 0
[pid=21202/tid=21204] ppid=21199 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/21202/task/21204/stat : 21204 (java) S 21199 21202 18126 0 -1 4202560 2451 0 1 0 49 3 0 0 20 0 22 0 29225856 10060525568 960704 33554432000 1073741824 1073778376 140735949998288 140724685841272 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21202/tid=21205] ppid=21199 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/21202/task/21205/stat : 21205 (java) S 21199 21202 18126 0 -1 4202560 628 0 0 0 226 18 0 0 20 0 22 0 29225857 10060525568 960704 33554432000 1073741824 1073778376 140735949998288 140724674902824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21202/tid=21206] ppid=21199 vsize=9824732 CPUtime=2.65 cores=0,2,4,6
/proc/21202/task/21206/stat : 21206 (java) S 21199 21202 18126 0 -1 4202560 711 0 0 0 249 16 0 0 20 0 22 0 29225857 10060525568 960704 33554432000 1073741824 1073778376 140735949998288 140724673850024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21202/tid=21207] ppid=21199 vsize=9824732 CPUtime=2.66 cores=0,2,4,6
/proc/21202/task/21207/stat : 21207 (java) S 21199 21202 18126 0 -1 4202560 617 0 0 0 249 17 0 0 20 0 22 0 29225857 10060525568 960704 33554432000 1073741824 1073778376 140735949998288 140724672797736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21202/tid=21208] ppid=21199 vsize=9824732 CPUtime=2.66 cores=0,2,4,6
/proc/21202/task/21208/stat : 21208 (java) S 21199 21202 18126 0 -1 4202560 586 0 0 0 249 17 0 0 20 0 22 0 29225857 10060525568 960704 33554432000 1073741824 1073778376 140735949998288 140724671744936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21202/tid=21209] ppid=21199 vsize=9824732 CPUtime=2.62 cores=0,2,4,6
/proc/21202/task/21209/stat : 21209 (java) S 21199 21202 18126 0 -1 4202560 611 0 0 0 244 18 0 0 20 0 22 0 29225857 10060525568 960704 33554432000 1073741824 1073778376 140735949998288 140724525545768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21202/tid=21210] ppid=21199 vsize=9824732 CPUtime=3.03 cores=0,2,4,6
/proc/21202/task/21210/stat : 21210 (java) S 21199 21202 18126 0 -1 4202560 688 0 0 0 283 20 0 0 20 0 22 0 29225857 10060525568 960704 33554432000 1073741824 1073778376 140735949998288 140724524492968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21202/tid=21211] ppid=21199 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/21202/task/21211/stat : 21211 (java) S 21199 21202 18126 0 -1 4202560 591 0 0 0 234 14 0 0 20 0 22 0 29225857 10060525568 960704 33554432000 1073741824 1073778376 140735949998288 140724523440680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21202/tid=21212] ppid=21199 vsize=9824732 CPUtime=2.62 cores=0,2,4,6
/proc/21202/task/21212/stat : 21212 (java) S 21199 21202 18126 0 -1 4202560 709 0 0 0 243 19 0 0 20 0 22 0 29225857 10060525568 960704 33554432000 1073741824 1073778376 140735949998288 140724522387880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21202/tid=21213] ppid=21199 vsize=9824732 CPUtime=3.58 cores=0,2,4,6
/proc/21202/task/21213/stat : 21213 (java) S 21199 21202 18126 0 -1 4202560 2377 0 0 0 351 7 0 0 20 0 22 0 29225858 10060525568 960704 33554432000 1073741824 1073778376 140735949998288 140724509977320 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21202/tid=21214] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21214/stat : 21214 (java) S 21199 21202 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29225859 10060525568 960704 33554432000 1073741824 1073778376 140735949998288 140724508923384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21202/tid=21215] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21215/stat : 21215 (java) S 21199 21202 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29225859 10060525568 960704 33554432000 1073741824 1073778376 140735949998288 140724507870984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21202/tid=21216] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21216/stat : 21216 (java) S 21199 21202 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29225861 10060525568 960704 33554432000 1073741824 1073778376 140735949998288 140724506819472 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21202/tid=21217] ppid=21199 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/21202/task/21217/stat : 21217 (java) S 21199 21202 18126 0 -1 4202560 17386 0 0 0 207 4 0 0 20 0 22 0 29225861 10060525568 960704 33554432000 1073741824 1073778376 140735949998288 140724505766072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21202/tid=21218] ppid=21199 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/21202/task/21218/stat : 21218 (java) S 21199 21202 18126 0 -1 4202560 16043 0 0 0 196 3 0 0 20 0 22 0 29225861 10060525568 960704 33554432000 1073741824 1073778376 140735949998288 140724504713272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21202/tid=21219] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21219/stat : 21219 (java) S 21199 21202 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29225861 10060525568 960704 33554432000 1073741824 1073778376 140735949998288 140724503661176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21202/tid=21220] ppid=21199 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/21202/task/21220/stat : 21220 (java) S 21199 21202 18126 0 -1 4202560 51 0 0 0 15 18 0 0 20 0 22 0 29225861 10060525568 960704 33554432000 1073741824 1073778376 140735949998288 140724502608584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21202/tid=21221] ppid=21199 vsize=9824732 CPUtime=872.42 cores=0,2,4,6
/proc/21202/task/21221/stat : 21221 (java) R 21199 21202 18126 0 -1 4202560 69 0 0 0 87226 16 0 0 20 0 22 0 29225907 10060525568 960704 33554432000 1073741824 1073778376 140735949998288 140724501552960 140724553882440 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21202/tid=21222] ppid=21199 vsize=9824732 CPUtime=872.46 cores=0,2,4,6
/proc/21202/task/21222/stat : 21222 (java) R 21199 21202 18126 0 -1 4202560 1675 0 0 0 87191 55 0 0 20 0 22 0 29225907 10060525568 960704 33554432000 1073741824 1073778376 140735949998288 140724500501168 140724553940935 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21202/tid=21223] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21223/stat : 21223 (java) S 21199 21202 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29225907 10060525568 960704 33554432000 1073741824 1073778376 140735949998288 140724499449512 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21202/tid=21224] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21224/stat : 21224 (java) S 21199 21202 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29225908 10060525568 960704 33554432000 1073741824 1073778376 140735949998288 140724498396712 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1774.46
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.101 s]
/proc/loadavg: 4.30 4.32 4.28 5/219 21313
/proc/meminfo: memFree=22766088/32872528 swapFree=1437460/1543748
[pid=21202] ppid=21199 vsize=9824732 CPUtime=1800.14 cores=0,2,4,6
/proc/21202/stat : 21202 (java) S 21199 21202 18126 0 -1 4202496 46489 0 1 0 179803 211 0 0 20 0 22 0 29225855 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140735949989424 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21202/statm: 2456183 964804 2301 9 0 2446860 0
[pid=21202/tid=21204] ppid=21199 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/21202/task/21204/stat : 21204 (java) S 21199 21202 18126 0 -1 4202560 2451 0 1 0 49 3 0 0 20 0 22 0 29225856 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724685841272 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21202/tid=21205] ppid=21199 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/21202/task/21205/stat : 21205 (java) S 21199 21202 18126 0 -1 4202560 629 0 0 0 228 18 0 0 20 0 22 0 29225857 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724674902824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21202/tid=21206] ppid=21199 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/21202/task/21206/stat : 21206 (java) S 21199 21202 18126 0 -1 4202560 714 0 0 0 251 17 0 0 20 0 22 0 29225857 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724673850024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21202/tid=21207] ppid=21199 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/21202/task/21207/stat : 21207 (java) S 21199 21202 18126 0 -1 4202560 622 0 0 0 252 17 0 0 20 0 22 0 29225857 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724672797736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21202/tid=21208] ppid=21199 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/21202/task/21208/stat : 21208 (java) S 21199 21202 18126 0 -1 4202560 589 0 0 0 252 17 0 0 20 0 22 0 29225857 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724671744936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21202/tid=21209] ppid=21199 vsize=9824732 CPUtime=2.63 cores=0,2,4,6
/proc/21202/task/21209/stat : 21209 (java) S 21199 21202 18126 0 -1 4202560 613 0 0 0 245 18 0 0 20 0 22 0 29225857 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724525545768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21202/tid=21210] ppid=21199 vsize=9824732 CPUtime=3.05 cores=0,2,4,6
/proc/21202/task/21210/stat : 21210 (java) S 21199 21202 18126 0 -1 4202560 691 0 0 0 285 20 0 0 20 0 22 0 29225857 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724524492968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21202/tid=21211] ppid=21199 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/21202/task/21211/stat : 21211 (java) S 21199 21202 18126 0 -1 4202560 599 0 0 0 240 15 0 0 20 0 22 0 29225857 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724523440680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21202/tid=21212] ppid=21199 vsize=9824732 CPUtime=2.63 cores=0,2,4,6
/proc/21202/task/21212/stat : 21212 (java) S 21199 21202 18126 0 -1 4202560 709 0 0 0 244 19 0 0 20 0 22 0 29225857 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724522387880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21202/tid=21213] ppid=21199 vsize=9824732 CPUtime=3.58 cores=0,2,4,6
/proc/21202/task/21213/stat : 21213 (java) S 21199 21202 18126 0 -1 4202560 2381 0 0 0 351 7 0 0 20 0 22 0 29225858 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724509977320 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21202/tid=21214] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21214/stat : 21214 (java) S 21199 21202 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29225859 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724508923384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21202/tid=21215] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21215/stat : 21215 (java) S 21199 21202 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29225859 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724507870984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21202/tid=21216] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21216/stat : 21216 (java) S 21199 21202 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29225861 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724506819472 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21202/tid=21217] ppid=21199 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/21202/task/21217/stat : 21217 (java) S 21199 21202 18126 0 -1 4202560 17386 0 0 0 207 4 0 0 20 0 22 0 29225861 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724505766072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21202/tid=21218] ppid=21199 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/21202/task/21218/stat : 21218 (java) S 21199 21202 18126 0 -1 4202560 16043 0 0 0 196 3 0 0 20 0 22 0 29225861 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724504713272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21202/tid=21219] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21219/stat : 21219 (java) S 21199 21202 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29225861 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724503661176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21202/tid=21220] ppid=21199 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/21202/task/21220/stat : 21220 (java) S 21199 21202 18126 0 -1 4202560 51 0 0 0 16 18 0 0 20 0 22 0 29225861 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724502608584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21202/tid=21221] ppid=21199 vsize=9824732 CPUtime=885.14 cores=0,2,4,6
/proc/21202/task/21221/stat : 21221 (java) R 21199 21202 18126 0 -1 4202560 70 0 0 0 88498 16 0 0 20 0 22 0 29225907 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724501552960 140724553882440 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21202/tid=21222] ppid=21199 vsize=9824732 CPUtime=885.17 cores=0,2,4,6
/proc/21202/task/21222/stat : 21222 (java) R 21199 21202 18126 0 -1 4202560 1675 0 0 0 88462 55 0 0 20 0 22 0 29225907 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724500499136 140724553890245 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21202/tid=21223] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21223/stat : 21223 (java) S 21199 21202 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29225907 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724499449512 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21202/tid=21224] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21224/stat : 21224 (java) S 21199 21202 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29225908 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724498396712 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
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 21202 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.101 s]
/proc/loadavg: 4.30 4.32 4.28 5/219 21313
/proc/meminfo: memFree=22766088/32872528 swapFree=1437460/1543748
[pid=21202] ppid=21199 vsize=9824732 CPUtime=1800.14 cores=0,2,4,6
/proc/21202/stat : 21202 (java) S 21199 21202 18126 0 -1 4202496 46489 0 1 0 179803 211 0 0 20 0 22 0 29225855 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140735949989424 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21202/statm: 2456183 964804 2301 9 0 2446860 0
[pid=21202/tid=21204] ppid=21199 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/21202/task/21204/stat : 21204 (java) S 21199 21202 18126 0 -1 4202560 2451 0 1 0 49 3 0 0 20 0 22 0 29225856 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724685841272 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21202/tid=21205] ppid=21199 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/21202/task/21205/stat : 21205 (java) S 21199 21202 18126 0 -1 4202560 629 0 0 0 228 18 0 0 20 0 22 0 29225857 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724674902824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21202/tid=21206] ppid=21199 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/21202/task/21206/stat : 21206 (java) S 21199 21202 18126 0 -1 4202560 714 0 0 0 251 17 0 0 20 0 22 0 29225857 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724673850024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21202/tid=21207] ppid=21199 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/21202/task/21207/stat : 21207 (java) S 21199 21202 18126 0 -1 4202560 622 0 0 0 252 17 0 0 20 0 22 0 29225857 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724672797736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21202/tid=21208] ppid=21199 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/21202/task/21208/stat : 21208 (java) S 21199 21202 18126 0 -1 4202560 589 0 0 0 252 17 0 0 20 0 22 0 29225857 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724671744936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21202/tid=21209] ppid=21199 vsize=9824732 CPUtime=2.63 cores=0,2,4,6
/proc/21202/task/21209/stat : 21209 (java) S 21199 21202 18126 0 -1 4202560 613 0 0 0 245 18 0 0 20 0 22 0 29225857 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724525545768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21202/tid=21210] ppid=21199 vsize=9824732 CPUtime=3.05 cores=0,2,4,6
/proc/21202/task/21210/stat : 21210 (java) S 21199 21202 18126 0 -1 4202560 691 0 0 0 285 20 0 0 20 0 22 0 29225857 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724524492968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21202/tid=21211] ppid=21199 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/21202/task/21211/stat : 21211 (java) S 21199 21202 18126 0 -1 4202560 599 0 0 0 240 15 0 0 20 0 22 0 29225857 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724523440680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21202/tid=21212] ppid=21199 vsize=9824732 CPUtime=2.63 cores=0,2,4,6
/proc/21202/task/21212/stat : 21212 (java) S 21199 21202 18126 0 -1 4202560 709 0 0 0 244 19 0 0 20 0 22 0 29225857 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724522387880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21202/tid=21213] ppid=21199 vsize=9824732 CPUtime=3.58 cores=0,2,4,6
/proc/21202/task/21213/stat : 21213 (java) S 21199 21202 18126 0 -1 4202560 2381 0 0 0 351 7 0 0 20 0 22 0 29225858 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724509977320 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21202/tid=21214] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21214/stat : 21214 (java) S 21199 21202 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29225859 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724508923384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21202/tid=21215] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21215/stat : 21215 (java) S 21199 21202 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29225859 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724507870984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21202/tid=21216] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21216/stat : 21216 (java) S 21199 21202 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29225861 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724506819472 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21202/tid=21217] ppid=21199 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/21202/task/21217/stat : 21217 (java) S 21199 21202 18126 0 -1 4202560 17386 0 0 0 207 4 0 0 20 0 22 0 29225861 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724505766072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21202/tid=21218] ppid=21199 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/21202/task/21218/stat : 21218 (java) S 21199 21202 18126 0 -1 4202560 16043 0 0 0 196 3 0 0 20 0 22 0 29225861 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724504713272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21202/tid=21219] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21219/stat : 21219 (java) S 21199 21202 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29225861 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724503661176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21202/tid=21220] ppid=21199 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/21202/task/21220/stat : 21220 (java) S 21199 21202 18126 0 -1 4202560 51 0 0 0 16 18 0 0 20 0 22 0 29225861 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724502608584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21202/tid=21221] ppid=21199 vsize=9824732 CPUtime=885.14 cores=0,2,4,6
/proc/21202/task/21221/stat : 21221 (java) R 21199 21202 18126 0 -1 4202560 70 0 0 0 88498 16 0 0 20 0 22 0 29225907 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724501552960 140724553882440 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21202/tid=21222] ppid=21199 vsize=9824732 CPUtime=885.17 cores=0,2,4,6
/proc/21202/task/21222/stat : 21222 (java) R 21199 21202 18126 0 -1 4202560 1675 0 0 0 88462 55 0 0 20 0 22 0 29225907 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724500499136 140724553890245 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21202/tid=21223] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21223/stat : 21223 (java) S 21199 21202 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29225907 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724499449512 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21202/tid=21224] ppid=21199 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21202/task/21224/stat : 21224 (java) S 21199 21202 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29225908 10060525568 964804 33554432000 1073741824 1073778376 140735949998288 140724498396712 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 895.162
CPU time (s): 1800.65
CPU user time (s): 1798.01
CPU system time (s): 2.6406
CPU usage (%): 201.153
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.01
system time used= 2.6406
maximum resident set size= 3859332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46522
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24141
involuntary context switches= 31239

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.2609 second user time and 6.00809 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-26 19:24:25
IDJOB=4116454
IDBENCH=109472
IDSOLVER=2543
FILE ID=node116/4116454-1466961865
RUNJOBID= node116-1466946428-18142
PBS_JOBID= 19976367
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-size80-round23-4.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116454-1466961865/watcher-4116454-1466961865 -o /tmp/evaluation-result-4116454-1466961865/solver-4116454-1466961865 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466946428-18142 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116454-1466961865.opb

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

MD5SUM BENCH= a5c6e946be43647eb79fff224be4b296
RANDOM SEED=1646282472

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:        26586384 kB
Buffers:           25880 kB
Cached:           306256 kB
SwapCached:         2072 kB
Active:          3710536 kB
Inactive:         307680 kB
Active(anon):    3686684 kB
Inactive(anon):     1656 kB
Active(file):      23852 kB
Inactive(file):   306024 kB
Unevictable:     1543748 kB
Mlocked:         1437460 kB
SwapTotal:      67108856 kB
SwapFree:       67098680 kB
Dirty:              1260 kB
Writeback:             0 kB
AnonPages:       5206084 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             565528 kB
SReclaimable:       9516 kB
SUnreclaim:       556012 kB
KernelStack:        1808 kB
PageTables:        14632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5603900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3696640 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 19:39:21