Trace number 4116246

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.7 896.966

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size112-round23-5.opb
MD5SUMcfd241960bd882a0d82a834b9d8ec94c
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 constraints9488
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)400
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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4116246-1466973783.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
1.02/0.52	c ... done. Wall clock time 0.408s.
1.02/0.52	c declared #vars     4288
1.02/0.52	c #constraints  10784
1.02/0.52	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.02/0.52	c constraints type 
1.02/0.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
1.02/0.52	c org.sat4j.specs.Constr$1 => 888
1.02/0.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
1.02/0.52	c org.sat4j.minisat.constraints.cnf.UnitClause => 488
1.02/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.02/0.52	c 10784 constraints processed.
1.02/0.52	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.02/0.52	c constraints type 
1.02/0.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.02/0.52	c org.sat4j.specs.Constr$1 => 888
1.02/0.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7494
1.02/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1786
1.02/0.52	c org.sat4j.pb.constraints.pb.UnitClausePB => 488
1.02/0.52	c 10784 constraints processed.
4.36/1.42	c cleaning 2497 clauses out of 4999 with flag 16404/5001
5.80/2.07	c cleaning 4202 clauses out of 8501 with flag 39402/11000
7.49/2.81	c cleaning 5621 clauses out of 11299 with flag 69384/18000
9.33/3.76	c cleaning 6815 clauses out of 13680 with flag 103686/26002
11.61/4.82	c cleaning 7917 clauses out of 15863 with flag 143541/35000
13.89/5.98	c cleaning 8941 clauses out of 17949 with flag 192260/45003
16.48/7.26	c cleaning 9991 clauses out of 20006 with flag 246437/56001
19.58/8.76	c cleaning 10975 clauses out of 22015 with flag 309260/68001
22.83/10.36	c cleaning 11998 clauses out of 24039 with flag 377116/81000
26.55/12.18	c cleaning 13002 clauses out of 26041 with flag 449057/95000
30.54/14.15	c cleaning 14003 clauses out of 28040 with flag 533413/110001
35.14/16.45	c cleaning 14979 clauses out of 30036 with flag 621068/126000
36.74/17.25	c cleaning 0 clauses out of 5001 with flag 0/5001
40.55/19.08	c cleaning 16021 clauses out of 32058 with flag 717753/143001
46.19/21.71	c cleaning 16980 clauses out of 34036 with flag 821525/161000
51.94/24.50	c cleaning 17986 clauses out of 36057 with flag 929339/180001
57.74/27.44	c cleaning 19034 clauses out of 38071 with flag 1046822/200001
64.34/30.76	c cleaning 20005 clauses out of 40036 with flag 1170620/221000
71.29/34.18	c cleaning 20995 clauses out of 42031 with flag 1301131/243000
78.68/37.88	c cleaning 22002 clauses out of 44036 with flag 1435505/266000
86.78/41.85	c cleaning 22973 clauses out of 46034 with flag 1578696/290000
95.16/46.04	c cleaning 23975 clauses out of 48062 with flag 1725196/315001
104.09/50.49	c cleaning 25025 clauses out of 50086 with flag 1879962/341000
113.50/55.16	c cleaning 25990 clauses out of 52061 with flag 2042547/368000
124.01/60.33	c cleaning 27031 clauses out of 54071 with flag 2211070/396000
133.60/65.18	c cleaning 27988 clauses out of 56040 with flag 2387071/425000
143.60/70.12	c cleaning 28999 clauses out of 58053 with flag 2570050/455001
154.00/75.36	c cleaning 30020 clauses out of 60053 with flag 2761122/486000
165.39/80.94	c cleaning 30998 clauses out of 62033 with flag 2956112/518000
176.59/86.58	c cleaning 31990 clauses out of 64038 with flag 3156665/551003
188.79/92.69	c cleaning 32972 clauses out of 66045 with flag 3363846/585000
201.80/99.15	c cleaning 33987 clauses out of 68073 with flag 3580460/620000
216.02/106.58	c cleaning 35044 clauses out of 70088 with flag 3803416/656002
231.26/114.15	c cleaning 35989 clauses out of 72042 with flag 4033819/693000
247.58/122.24	c cleaning 37001 clauses out of 74053 with flag 4273660/731000
264.83/130.81	c cleaning 37999 clauses out of 76052 with flag 4519253/770000
283.75/140.21	c cleaning 39012 clauses out of 78053 with flag 4767813/810000
299.75/148.28	c cleaning 40016 clauses out of 80041 with flag 5021474/851000
315.54/156.11	c cleaning 40965 clauses out of 82028 with flag 5283901/893003
332.35/164.50	c cleaning 41989 clauses out of 84061 with flag 5548182/936001
349.14/172.97	c cleaning 43038 clauses out of 86075 with flag 5817453/980004
366.64/181.66	c cleaning 43985 clauses out of 88033 with flag 6095179/1025000
385.02/190.81	c cleaning 45012 clauses out of 90048 with flag 6378623/1071000
405.90/201.27	c cleaning 45970 clauses out of 92037 with flag 6668753/1118001
426.69/211.66	c cleaning 47020 clauses out of 94066 with flag 6964032/1166000
447.09/221.81	c cleaning 47963 clauses out of 96047 with flag 7267695/1215001
468.38/232.41	c cleaning 49033 clauses out of 98085 with flag 7574324/1265002
490.17/243.39	c cleaning 49999 clauses out of 100050 with flag 7887984/1316000
516.29/256.38	c cleaning 51005 clauses out of 102051 with flag 8212883/1368000
544.77/270.40	c cleaning 51989 clauses out of 104047 with flag 8541304/1421001
573.90/284.93	c cleaning 53030 clauses out of 106060 with flag 8876765/1475003
605.15/300.41	c cleaning 53982 clauses out of 108028 with flag 9219825/1530001
607.93/301.87	c cleaning 0 clauses out of 11000 with flag 0/11000
637.08/316.77	c cleaning 55020 clauses out of 110045 with flag 9568442/1586000
670.24/333.23	c cleaning 56009 clauses out of 112025 with flag 9920013/1643000
703.42/349.72	c cleaning 56983 clauses out of 114018 with flag 10281211/1701002
736.98/366.45	c cleaning 57999 clauses out of 116033 with flag 10646930/1760000
773.79/384.78	c cleaning 59005 clauses out of 118034 with flag 11016572/1820000
812.81/404.14	c cleaning 59994 clauses out of 120029 with flag 11392544/1881000
852.85/424.02	c cleaning 60993 clauses out of 122037 with flag 11774528/1943002
892.81/443.95	c cleaning 61997 clauses out of 124043 with flag 12163300/2006001
935.65/465.84	c cleaning 62987 clauses out of 126045 with flag 12560502/2070000
977.04/486.42	c cleaning 64019 clauses out of 128060 with flag 12960840/2135002
1019.10/507.37	c cleaning 65012 clauses out of 130041 with flag 13366113/2201002
1062.93/529.12	c cleaning 66008 clauses out of 132027 with flag 13777419/2268000
1107.41/551.29	c cleaning 66999 clauses out of 134021 with flag 14200163/2336002
1153.41/574.12	c cleaning 68005 clauses out of 136020 with flag 14632333/2405000
1200.26/597.43	c cleaning 69001 clauses out of 138015 with flag 15062862/2475000
1248.65/621.44	c cleaning 69997 clauses out of 140015 with flag 15501609/2546001
1299.24/646.69	c cleaning 70983 clauses out of 142017 with flag 15943001/2618000
1354.28/674.07	c cleaning 71979 clauses out of 144035 with flag 16394216/2691001
1408.30/700.96	c cleaning 73010 clauses out of 146055 with flag 16852658/2765000
1465.75/729.41	c cleaning 73994 clauses out of 148045 with flag 17316305/2840000
1520.03/756.49	c cleaning 74981 clauses out of 150051 with flag 17781547/2916000
1577.71/785.11	c cleaning 75994 clauses out of 152070 with flag 18257679/2993000
1638.83/815.54	c cleaning 77016 clauses out of 154078 with flag 18739722/3071002
1702.77/847.31	c cleaning 77987 clauses out of 156060 with flag 19229617/3150000
1765.78/879.85	c cleaning 79023 clauses out of 158073 with flag 19719177/3230000
1776.18/885.05	c cleaning 0 clauses out of 18000 with flag 0/18000
1800.13/896.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/896.90	c starts		: 23693
1800.13/896.90	c conflicts		: 3281505
1800.13/896.90	c decisions		: 30212487
1800.13/896.90	c propagations		: 442140278
1800.13/896.90	c inspects		: 8888469071
1800.13/896.90	c shortcuts		: 0
1800.13/896.90	c learnt literals	: 2
1800.13/896.90	c learnt binary clauses	: 47
1800.13/896.90	c learnt ternary clauses	: 640
1800.13/896.90	c learnt constraints	: 3281503
1800.13/896.90	c ignored constraints	: 0
1800.13/896.90	c root simplifications	: 0
1800.13/896.90	c removed literals (reason simplification)	: 2498146
1800.13/896.90	c reason swapping (by a shorter reason)	: 0
1800.13/896.90	c Calls to reduceDB	: 76
1800.13/896.90	c Number of update (reduction) of LBD	: 710300
1800.13/896.90	c Imported unit clauses	: 0
1800.13/896.90	c number of reductions to clauses (during analyze)	: 0
1800.13/896.90	c number of learned constraints concerned by reduction	: 0
1800.13/896.90	c number of learning phase by resolution	: 0
1800.13/896.90	c number of learning phase by cutting planes	: 0
1800.13/896.90	c speed (assignments/second)	: 493256.99349263526
1800.13/896.90	c non guided choices	15177
1800.13/896.93	c learnt constraints type 
1800.13/896.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 47
1800.13/896.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 130508
1800.13/896.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/896.93	c starts		: 44
1800.13/896.93	c conflicts		: 18084
1800.13/896.93	c decisions		: 70655
1800.13/896.93	c propagations		: 2255909
1800.13/896.93	c inspects		: 603052250
1800.13/896.93	c shortcuts		: 0
1800.13/896.93	c learnt literals	: 0
1800.13/896.93	c learnt binary clauses	: 0
1800.13/896.93	c learnt ternary clauses	: 0
1800.13/896.93	c learnt constraints	: 18083
1800.13/896.93	c ignored constraints	: 0
1800.13/896.93	c root simplifications	: 0
1800.13/896.93	c removed literals (reason simplification)	: 0
1800.13/896.93	c reason swapping (by a shorter reason)	: 0
1800.13/896.93	c Calls to reduceDB	: 3
1800.13/896.93	c Number of update (reduction) of LBD	: 0
1800.13/896.93	c Imported unit clauses	: 0
1800.13/896.93	c number of reductions to clauses (during analyze)	: 0
1800.13/896.93	c number of learned constraints concerned by reduction	: 0
1800.13/896.93	c number of learning phase by resolution	: 0
1800.13/896.93	c number of learning phase by cutting planes	: 0
1800.13/896.93	c speed (assignments/second)	: 2516.6461214085307
1800.13/896.93	c non guided choices	325
1800.13/896.94	c learnt constraints type 
1800.13/896.94	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 63
1800.13/896.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18020
1800.13/896.94	s UNKNOWN
1800.13/896.94	c Total wall clock time (in seconds): 896.824

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

pid=22890
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.37 4.39 4.34 5/193 22893
/proc/meminfo: memFree=30247824/32872528 swapFree=1437460/1543748
[pid=22893] ppid=22890 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/22893/stat : 22893 (java) S 22890 22893 22007 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 30417652 98570240 977 33554432000 1073741824 1073778376 140737293318512 140737293309648 266439000125 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22893/statm: 24065 977 743 9 0 16771 0
[pid=22893/tid=22894] ppid=22890 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22894/stat : 22894 (java) R 22890 22893 22007 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 30417653 98570240 977 33554432000 1073741824 1073778376 140737293318512 139828283047464 266435642752 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100112 s]
/proc/loadavg: 4.37 4.39 4.34 5/193 22893
/proc/meminfo: memFree=30247824/32872528 swapFree=1437460/1543748
[pid=22893] ppid=22890 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/22893/stat : 22893 (java) S 22890 22893 22007 0 -1 4202496 4435 0 1 0 9 1 0 0 20 0 18 0 30417652 9787879424 6059 33554432000 1073741824 1073778376 140737293318512 140737293309648 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22893/statm: 2389619 6059 2141 9 0 2380296 0
[pid=22893/tid=22894] ppid=22890 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/22893/task/22894/stat : 22894 (java) R 22890 22893 22007 0 -1 4202560 2383 0 1 0 6 1 0 0 20 0 18 0 30417653 9787879424 6059 33554432000 1073741824 1073778376 140737293318512 139828283050912 139828290241616 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200322 s]
/proc/loadavg: 4.37 4.39 4.34 5/193 22893
/proc/meminfo: memFree=30247824/32872528 swapFree=1437460/1543748
[pid=22893] ppid=22890 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/22893/stat : 22893 (java) S 22890 22893 22007 0 -1 4202496 4701 0 1 0 25 1 0 0 20 0 18 0 30417652 9787879424 6816 33554432000 1073741824 1073778376 140737293318512 140737293309648 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22893/statm: 2389619 6816 2203 9 0 2380296 0
[pid=22893/tid=22894] ppid=22890 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/22893/task/22894/stat : 22894 (java) R 22890 22893 22007 0 -1 4202560 2395 0 1 0 16 1 0 0 20 0 18 0 30417653 9787879424 6816 33554432000 1073741824 1073778376 140737293318512 139828283052296 139828113040083 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300261 s]
/proc/loadavg: 4.37 4.39 4.34 5/193 22893
/proc/meminfo: memFree=30247824/32872528 swapFree=1437460/1543748
[pid=22893] ppid=22890 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/22893/stat : 22893 (java) S 22890 22893 22007 0 -1 4202496 5754 0 1 0 47 2 0 0 20 0 18 0 30417652 9787879424 8345 33554432000 1073741824 1073778376 140737293318512 140737293309648 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22893/statm: 2389619 8345 2234 9 0 2380296 0
[pid=22893/tid=22894] ppid=22890 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/22893/task/22894/stat : 22894 (java) R 22890 22893 22007 0 -1 4202560 2397 0 1 0 26 1 0 0 20 0 18 0 30417653 9787879424 8345 33554432000 1073741824 1073778376 140737293318512 139828283052296 139828113342982 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700226 s]
/proc/loadavg: 4.37 4.39 4.34 5/193 22893
/proc/meminfo: memFree=30247824/32872528 swapFree=1437460/1543748
[pid=22893] ppid=22890 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/22893/stat : 22893 (java) S 22890 22893 22007 0 -1 4202496 13808 0 1 0 168 4 0 0 20 0 22 0 30417652 10060525568 23257 33554432000 1073741824 1073778376 140737293318512 140737293309648 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22893/statm: 2456183 23257 2266 9 0 2446860 0
[pid=22893/tid=22894] ppid=22890 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/22893/task/22894/stat : 22894 (java) S 22890 22893 22007 0 -1 4202560 2466 0 1 0 48 2 0 0 20 0 22 0 30417653 10060525568 23257 33554432000 1073741824 1073778376 140737293318512 139828283052920 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 4.37 4.39 4.34 8/219 22919
/proc/meminfo: memFree=29958348/32872528 swapFree=1437460/1543748
[pid=22893] ppid=22890 vsize=9824732 CPUtime=4.66 cores=0,2,4,6
/proc/22893/stat : 22893 (java) S 22890 22893 22007 0 -1 4202496 20640 0 1 0 458 8 0 0 20 0 22 0 30417652 10060525568 46639 33554432000 1073741824 1073778376 140737293318512 140737293309648 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22893/statm: 2456183 46639 2292 9 0 2446860 0
[pid=22893/tid=22894] ppid=22890 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/22893/task/22894/stat : 22894 (java) S 22890 22893 22007 0 -1 4202560 2466 0 1 0 49 2 0 0 20 0 22 0 30417653 10060525568 46639 33554432000 1073741824 1073778376 140737293318512 139828283052920 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22893/tid=22896] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22896/stat : 22896 (java) S 22890 22893 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30417654 10060525568 46639 33554432000 1073741824 1073778376 140737293318512 139828244543912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22893/tid=22897] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22897/stat : 22897 (java) S 22890 22893 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30417654 10060525568 46639 33554432000 1073741824 1073778376 140737293318512 139828243491368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22893/tid=22898] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22898/stat : 22898 (java) S 22890 22893 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30417654 10060525568 46639 33554432000 1073741824 1073778376 140737293318512 139828242438312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22893/tid=22899] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22899/stat : 22899 (java) S 22890 22893 22007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30417654 10060525568 46639 33554432000 1073741824 1073778376 140737293318512 139828241385768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22893/tid=22900] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22900/stat : 22900 (java) S 22890 22893 22007 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 30417654 10060525568 46639 33554432000 1073741824 1073778376 140737293318512 139828240333736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22893/tid=22901] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22901/stat : 22901 (java) S 22890 22893 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30417654 10060525568 46639 33554432000 1073741824 1073778376 140737293318512 139828239281192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22902] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22902/stat : 22902 (java) S 22890 22893 22007 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 30417654 10060525568 46639 33554432000 1073741824 1073778376 140737293318512 139828238228136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22893/tid=22903] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22903/stat : 22903 (java) S 22890 22893 22007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30417654 10060525568 46639 33554432000 1073741824 1073778376 140737293318512 139828237175592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22893/tid=22904] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22904/stat : 22904 (java) S 22890 22893 22007 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 30417655 10060525568 46639 33554432000 1073741824 1073778376 140737293318512 139828106594664 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22905] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22905/stat : 22905 (java) S 22890 22893 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30417655 10060525568 46639 33554432000 1073741824 1073778376 140737293318512 139828105540984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22906] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22906/stat : 22906 (java) S 22890 22893 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30417655 10060525568 46639 33554432000 1073741824 1073778376 140737293318512 139828104487816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22907] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22907/stat : 22907 (java) S 22890 22893 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30417657 10060525568 46639 33554432000 1073741824 1073778376 140737293318512 139828103436560 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22908] ppid=22890 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/22893/task/22908/stat : 22908 (java) R 22890 22893 22007 0 -1 4202560 8145 0 0 0 106 2 0 0 20 0 22 0 30417657 10060525568 46639 33554432000 1073741824 1073778376 140737293318512 139828102384280 266439025077 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22893/tid=22909] ppid=22890 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/22893/task/22909/stat : 22909 (java) R 22890 22893 22007 0 -1 4202560 8555 0 0 0 107 2 0 0 20 0 22 0 30417657 10060525568 46639 33554432000 1073741824 1073778376 140737293318512 139828101331896 139828289856832 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22893/tid=22910] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22910/stat : 22910 (java) S 22890 22893 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30417657 10060525568 46639 33554432000 1073741824 1073778376 140737293318512 139828100279032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22893/tid=22911] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22911/stat : 22911 (java) S 22890 22893 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30417658 10060525568 46639 33554432000 1073741824 1073778376 140737293318512 139828099226696 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22916] ppid=22890 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/22893/task/22916/stat : 22916 (java) R 22890 22893 22007 0 -1 4202560 18 0 0 0 92 0 0 0 20 0 22 0 30417705 10060525568 46639 33554432000 1073741824 1073778376 140737293318512 139828098162592 139828113658790 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22917] ppid=22890 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/22893/task/22917/stat : 22917 (java) R 22890 22893 22007 0 -1 4202560 77 0 0 0 92 1 0 0 20 0 22 0 30417705 10060525568 46639 33554432000 1073741824 1073778376 140737293318512 139826955280064 266439025077 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22893/tid=22918] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22918/stat : 22918 (java) S 22890 22893 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30417706 10060525568 46639 33554432000 1073741824 1073778376 140737293318512 139826954228520 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22893/tid=22919] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22919/stat : 22919 (java) S 22890 22893 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30417706 10060525568 46639 33554432000 1073741824 1073778376 140737293318512 139826953175976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 9824732

[startup+3.10084 s]
/proc/loadavg: 4.37 4.39 4.34 5/219 22919
/proc/meminfo: memFree=29641032/32872528 swapFree=1437460/1543748
[pid=22893] ppid=22890 vsize=9824732 CPUtime=8.14 cores=0,2,4,6
/proc/22893/stat : 22893 (java) S 22890 22893 22007 0 -1 4202496 20997 0 1 0 800 14 0 0 20 0 22 0 30417652 10060525568 89847 33554432000 1073741824 1073778376 140737293318512 140737293309648 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22893/statm: 2456183 89847 2292 9 0 2446860 0
[pid=22893/tid=22894] ppid=22890 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/22893/task/22894/stat : 22894 (java) S 22890 22893 22007 0 -1 4202560 2466 0 1 0 49 2 0 0 20 0 22 0 30417653 10060525568 89847 33554432000 1073741824 1073778376 140737293318512 139828283052920 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22893/tid=22896] ppid=22890 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/22893/task/22896/stat : 22896 (java) S 22890 22893 22007 0 -1 4202560 33 0 0 0 4 0 0 0 20 0 22 0 30417654 10060525568 89847 33554432000 1073741824 1073778376 140737293318512 139828244543912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22893/tid=22897] ppid=22890 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/22893/task/22897/stat : 22897 (java) S 22890 22893 22007 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 30417654 10060525568 89847 33554432000 1073741824 1073778376 140737293318512 139828243491368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22893/tid=22898] ppid=22890 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22893/task/22898/stat : 22898 (java) S 22890 22893 22007 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 30417654 10060525568 89847 33554432000 1073741824 1073778376 140737293318512 139828242438312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22893/tid=22899] ppid=22890 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/22893/task/22899/stat : 22899 (java) S 22890 22893 22007 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 30417654 10060525568 89847 33554432000 1073741824 1073778376 140737293318512 139828241385768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22893/tid=22900] ppid=22890 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/22893/task/22900/stat : 22900 (java) S 22890 22893 22007 0 -1 4202560 46 0 0 0 4 0 0 0 20 0 22 0 30417654 10060525568 89847 33554432000 1073741824 1073778376 140737293318512 139828240333736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22893/tid=22901] ppid=22890 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/22893/task/22901/stat : 22901 (java) S 22890 22893 22007 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 30417654 10060525568 89847 33554432000 1073741824 1073778376 140737293318512 139828239281192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22902] ppid=22890 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/22893/task/22902/stat : 22902 (java) S 22890 22893 22007 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 30417654 10060525568 89847 33554432000 1073741824 1073778376 140737293318512 139828238228136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22903] ppid=22890 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/22893/task/22903/stat : 22903 (java) S 22890 22893 22007 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 22 0 30417654 10060525568 89847 33554432000 1073741824 1073778376 140737293318512 139828237175592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22893/tid=22904] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22904/stat : 22904 (java) S 22890 22893 22007 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 30417655 10060525568 89847 33554432000 1073741824 1073778376 140737293318512 139828106594664 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22893/tid=22905] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22905/stat : 22905 (java) S 22890 22893 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30417655 10060525568 89847 33554432000 1073741824 1073778376 140737293318512 139828105540984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22906] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22906/stat : 22906 (java) S 22890 22893 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30417655 10060525568 89847 33554432000 1073741824 1073778376 140737293318512 139828104487816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22907] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22907/stat : 22907 (java) S 22890 22893 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30417657 10060525568 89847 33554432000 1073741824 1073778376 140737293318512 139828103436560 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22908] ppid=22890 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/22893/task/22908/stat : 22908 (java) S 22890 22893 22007 0 -1 4202560 8145 0 0 0 109 2 0 0 20 0 22 0 30417657 10060525568 89847 33554432000 1073741824 1073778376 140737293318512 139828102384440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22893/tid=22909] ppid=22890 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/22893/task/22909/stat : 22909 (java) S 22890 22893 22007 0 -1 4202560 8581 0 0 0 120 2 0 0 20 0 22 0 30417657 10060525568 89847 33554432000 1073741824 1073778376 140737293318512 139828101331896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22893/tid=22910] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22910/stat : 22910 (java) S 22890 22893 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30417657 10060525568 89847 33554432000 1073741824 1073778376 140737293318512 139828100279032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22893/tid=22911] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22911/stat : 22911 (java) S 22890 22893 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30417658 10060525568 89847 33554432000 1073741824 1073778376 140737293318512 139828099226696 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22916] ppid=22890 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/22893/task/22916/stat : 22916 (java) R 22890 22893 22007 0 -1 4202560 19 0 0 0 243 0 0 0 20 0 22 0 30417705 10060525568 89847 33554432000 1073741824 1073778376 140737293318512 139828098169184 139828113767873 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22917] ppid=22890 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/22893/task/22917/stat : 22917 (java) R 22890 22893 22007 0 -1 4202560 137 0 0 0 241 3 0 0 20 0 22 0 30417705 10060525568 89847 33554432000 1073741824 1073778376 140737293318512 139826955280016 139828113832924 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22893/tid=22918] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22918/stat : 22918 (java) S 22890 22893 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30417706 10060525568 89847 33554432000 1073741824 1073778376 140737293318512 139826954228520 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22893/tid=22919] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22919/stat : 22919 (java) S 22890 22893 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30417706 10060525568 89847 33554432000 1073741824 1073778376 140737293318512 139826953175976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.14
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.34 4.39 4.34 5/219 22919
/proc/meminfo: memFree=29054220/32872528 swapFree=1437460/1543748
[pid=22893] ppid=22890 vsize=9824732 CPUtime=14.68 cores=0,2,4,6
/proc/22893/stat : 22893 (java) S 22890 22893 22007 0 -1 4202496 21876 0 1 0 1443 25 0 0 20 0 22 0 30417652 10060525568 161822 33554432000 1073741824 1073778376 140737293318512 140737293309648 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22893/statm: 2456183 161822 2292 9 0 2446860 0
[pid=22893/tid=22894] ppid=22890 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/22893/task/22894/stat : 22894 (java) S 22890 22893 22007 0 -1 4202560 2466 0 1 0 49 2 0 0 20 0 22 0 30417653 10060525568 161822 33554432000 1073741824 1073778376 140737293318512 139828283052920 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22893/tid=22896] ppid=22890 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/22893/task/22896/stat : 22896 (java) S 22890 22893 22007 0 -1 4202560 68 0 0 0 4 2 0 0 20 0 22 0 30417654 10060525568 161822 33554432000 1073741824 1073778376 140737293318512 139828244543912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22893/tid=22897] ppid=22890 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/22893/task/22897/stat : 22897 (java) S 22890 22893 22007 0 -1 4202560 150 0 0 0 6 2 0 0 20 0 22 0 30417654 10060525568 161822 33554432000 1073741824 1073778376 140737293318512 139828243491368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22898] ppid=22890 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/22893/task/22898/stat : 22898 (java) S 22890 22893 22007 0 -1 4202560 53 0 0 0 5 0 0 0 20 0 22 0 30417654 10060525568 161822 33554432000 1073741824 1073778376 140737293318512 139828242438312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22899] ppid=22890 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/22893/task/22899/stat : 22899 (java) S 22890 22893 22007 0 -1 4202560 64 0 0 0 4 2 0 0 20 0 22 0 30417654 10060525568 161822 33554432000 1073741824 1073778376 140737293318512 139828241385768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22893/tid=22900] ppid=22890 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/22893/task/22900/stat : 22900 (java) S 22890 22893 22007 0 -1 4202560 83 0 0 0 7 2 0 0 20 0 22 0 30417654 10060525568 161822 33554432000 1073741824 1073778376 140737293318512 139828240333736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22901] ppid=22890 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/22893/task/22901/stat : 22901 (java) S 22890 22893 22007 0 -1 4202560 67 0 0 0 5 2 0 0 20 0 22 0 30417654 10060525568 161822 33554432000 1073741824 1073778376 140737293318512 139828239281192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22902] ppid=22890 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/22893/task/22902/stat : 22902 (java) S 22890 22893 22007 0 -1 4202560 125 0 0 0 7 3 0 0 20 0 22 0 30417654 10060525568 161822 33554432000 1073741824 1073778376 140737293318512 139828238228136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22893/tid=22903] ppid=22890 vsize=9824732 CPUtime=0.05 cores=0,2,4,6

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


[startup+882.308 s]
/proc/loadavg: 4.16 4.26 4.31 5/219 22939
/proc/meminfo: memFree=23388372/32872528 swapFree=1437460/1543748
[pid=22893] ppid=22890 vsize=9824732 CPUtime=1770.8 cores=0,2,4,6
/proc/22893/stat : 22893 (java) S 22890 22893 22007 0 -1 4202496 34455 0 1 0 176867 213 0 0 20 0 22 0 30417652 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 140737293309648 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22893/statm: 2456183 963477 2301 9 0 2446860 0
[pid=22893/tid=22894] ppid=22890 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/22893/task/22894/stat : 22894 (java) S 22890 22893 22007 0 -1 4202560 2469 0 1 0 51 4 0 0 20 0 22 0 30417653 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828283052920 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22893/tid=22896] ppid=22890 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/22893/task/22896/stat : 22896 (java) S 22890 22893 22007 0 -1 4202560 695 0 0 0 217 17 0 0 20 0 22 0 30417654 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828244543912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22893/tid=22897] ppid=22890 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/22893/task/22897/stat : 22897 (java) S 22890 22893 22007 0 -1 4202560 700 0 0 0 249 19 0 0 20 0 22 0 30417654 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828243491368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22898] ppid=22890 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/22893/task/22898/stat : 22898 (java) S 22890 22893 22007 0 -1 4202560 677 0 0 0 225 20 0 0 20 0 22 0 30417654 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828242438312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22893/tid=22899] ppid=22890 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/22893/task/22899/stat : 22899 (java) S 22890 22893 22007 0 -1 4202560 620 0 0 0 229 20 0 0 20 0 22 0 30417654 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828241385768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22900] ppid=22890 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/22893/task/22900/stat : 22900 (java) S 22890 22893 22007 0 -1 4202560 802 0 0 0 224 19 0 0 20 0 22 0 30417654 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828240333736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22893/tid=22901] ppid=22890 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/22893/task/22901/stat : 22901 (java) S 22890 22893 22007 0 -1 4202560 559 0 0 0 226 18 0 0 20 0 22 0 30417654 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828239281192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22893/tid=22902] ppid=22890 vsize=9824732 CPUtime=2.8 cores=0,2,4,6
/proc/22893/task/22902/stat : 22902 (java) S 22890 22893 22007 0 -1 4202560 646 0 0 0 260 20 0 0 20 0 22 0 30417654 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828238228136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22903] ppid=22890 vsize=9824732 CPUtime=2.33 cores=0,2,4,6
/proc/22893/task/22903/stat : 22903 (java) S 22890 22893 22007 0 -1 4202560 686 0 0 0 217 16 0 0 20 0 22 0 30417654 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828237175592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22904] ppid=22890 vsize=9824732 CPUtime=5.07 cores=0,2,4,6
/proc/22893/task/22904/stat : 22904 (java) S 22890 22893 22007 0 -1 4202560 2399 0 0 0 499 8 0 0 20 0 22 0 30417655 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828106594664 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22905] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22905/stat : 22905 (java) S 22890 22893 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30417655 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828105540984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22906] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22906/stat : 22906 (java) S 22890 22893 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30417655 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828104487816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22907] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22907/stat : 22907 (java) S 22890 22893 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30417657 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828103436560 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22908] ppid=22890 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/22893/task/22908/stat : 22908 (java) S 22890 22893 22007 0 -1 4202560 12234 0 0 0 140 3 0 0 20 0 22 0 30417657 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828102384440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22893/tid=22909] ppid=22890 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/22893/task/22909/stat : 22909 (java) S 22890 22893 22007 0 -1 4202560 8593 0 0 0 134 2 0 0 20 0 22 0 30417657 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828101331896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22893/tid=22910] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22910/stat : 22910 (java) S 22890 22893 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30417657 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828100279032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22893/tid=22911] ppid=22890 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/22893/task/22911/stat : 22911 (java) S 22890 22893 22007 0 -1 4202560 51 0 0 0 16 17 0 0 20 0 22 0 30417658 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828099226696 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22893/tid=22916] ppid=22890 vsize=9824732 CPUtime=871.1 cores=0,2,4,6
/proc/22893/task/22916/stat : 22916 (java) R 22890 22893 22007 0 -1 4202560 69 0 0 0 87095 15 0 0 20 0 22 0 30417705 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828098162672 139828113710635 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22893/tid=22917] ppid=22890 vsize=9824732 CPUtime=871.16 cores=0,2,4,6
/proc/22893/task/22917/stat : 22917 (java) R 22890 22893 22007 0 -1 4202560 1989 0 0 0 87064 52 0 0 20 0 22 0 30417705 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139826955280960 139828113872786 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22893/tid=22918] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22918/stat : 22918 (java) S 22890 22893 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30417706 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139826954228520 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22893/tid=22919] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22919/stat : 22919 (java) S 22890 22893 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30417706 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139826953175976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1770.8
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.901 s]
/proc/loadavg: 4.19 4.26 4.31 5/219 22939
/proc/meminfo: memFree=23388376/32872528 swapFree=1437460/1543748
[pid=22893] ppid=22890 vsize=9824732 CPUtime=1800.13 cores=0,2,4,6
/proc/22893/stat : 22893 (java) S 22890 22893 22007 0 -1 4202496 34457 0 1 0 179800 213 0 0 20 0 22 0 30417652 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 140737293309648 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22893/statm: 2456183 963477 2301 9 0 2446860 0
[pid=22893/tid=22894] ppid=22890 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/22893/task/22894/stat : 22894 (java) S 22890 22893 22007 0 -1 4202560 2469 0 1 0 51 4 0 0 20 0 22 0 30417653 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828283052920 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22893/tid=22896] ppid=22890 vsize=9824732 CPUtime=2.38 cores=0,2,4,6
/proc/22893/task/22896/stat : 22896 (java) S 22890 22893 22007 0 -1 4202560 695 0 0 0 221 17 0 0 20 0 22 0 30417654 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828244543912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22893/tid=22897] ppid=22890 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/22893/task/22897/stat : 22897 (java) S 22890 22893 22007 0 -1 4202560 700 0 0 0 251 19 0 0 20 0 22 0 30417654 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828243491368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22898] ppid=22890 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/22893/task/22898/stat : 22898 (java) S 22890 22893 22007 0 -1 4202560 677 0 0 0 231 20 0 0 20 0 22 0 30417654 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828242438312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22893/tid=22899] ppid=22890 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/22893/task/22899/stat : 22899 (java) S 22890 22893 22007 0 -1 4202560 620 0 0 0 231 20 0 0 20 0 22 0 30417654 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828241385768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22893/tid=22900] ppid=22890 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/22893/task/22900/stat : 22900 (java) S 22890 22893 22007 0 -1 4202560 802 0 0 0 230 19 0 0 20 0 22 0 30417654 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828240333736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22901] ppid=22890 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/22893/task/22901/stat : 22901 (java) S 22890 22893 22007 0 -1 4202560 559 0 0 0 229 18 0 0 20 0 22 0 30417654 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828239281192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22893/tid=22902] ppid=22890 vsize=9824732 CPUtime=2.85 cores=0,2,4,6
/proc/22893/task/22902/stat : 22902 (java) S 22890 22893 22007 0 -1 4202560 646 0 0 0 265 20 0 0 20 0 22 0 30417654 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828238228136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22903] ppid=22890 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/22893/task/22903/stat : 22903 (java) S 22890 22893 22007 0 -1 4202560 686 0 0 0 220 16 0 0 20 0 22 0 30417654 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828237175592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22904] ppid=22890 vsize=9824732 CPUtime=5.07 cores=0,2,4,6
/proc/22893/task/22904/stat : 22904 (java) S 22890 22893 22007 0 -1 4202560 2399 0 0 0 499 8 0 0 20 0 22 0 30417655 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828106594664 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22893/tid=22905] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22905/stat : 22905 (java) S 22890 22893 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30417655 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828105540984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22906] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22906/stat : 22906 (java) S 22890 22893 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30417655 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828104487816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22907] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22907/stat : 22907 (java) S 22890 22893 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30417657 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828103436560 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22908] ppid=22890 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/22893/task/22908/stat : 22908 (java) S 22890 22893 22007 0 -1 4202560 12234 0 0 0 140 3 0 0 20 0 22 0 30417657 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828102384440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22893/tid=22909] ppid=22890 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/22893/task/22909/stat : 22909 (java) S 22890 22893 22007 0 -1 4202560 8593 0 0 0 134 2 0 0 20 0 22 0 30417657 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828101331896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22893/tid=22910] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22910/stat : 22910 (java) S 22890 22893 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30417657 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828100279032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22893/tid=22911] ppid=22890 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/22893/task/22911/stat : 22911 (java) S 22890 22893 22007 0 -1 4202560 51 0 0 0 16 17 0 0 20 0 22 0 30417658 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828099226696 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22893/tid=22916] ppid=22890 vsize=9824732 CPUtime=885.6 cores=0,2,4,6
/proc/22893/task/22916/stat : 22916 (java) R 22890 22893 22007 0 -1 4202560 69 0 0 0 88545 15 0 0 20 0 22 0 30417705 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828098170352 139828113768830 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22893/tid=22917] ppid=22890 vsize=9824732 CPUtime=885.67 cores=0,2,4,6
/proc/22893/task/22917/stat : 22917 (java) R 22890 22893 22007 0 -1 4202560 1991 0 0 0 88515 52 0 0 20 0 22 0 30417705 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139826955280960 139828114007441 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22893/tid=22918] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22918/stat : 22918 (java) S 22890 22893 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30417706 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139826954228520 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22893/tid=22919] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22919/stat : 22919 (java) S 22890 22893 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30417706 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139826953175976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 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 22893 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.901 s]
/proc/loadavg: 4.19 4.26 4.31 5/219 22939
/proc/meminfo: memFree=23388376/32872528 swapFree=1437460/1543748
[pid=22893] ppid=22890 vsize=9824732 CPUtime=1800.13 cores=0,2,4,6
/proc/22893/stat : 22893 (java) S 22890 22893 22007 0 -1 4202496 34457 0 1 0 179800 213 0 0 20 0 22 0 30417652 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 140737293309648 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22893/statm: 2456183 963477 2301 9 0 2446860 0
[pid=22893/tid=22894] ppid=22890 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/22893/task/22894/stat : 22894 (java) S 22890 22893 22007 0 -1 4202560 2469 0 1 0 51 4 0 0 20 0 22 0 30417653 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828283052920 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22893/tid=22896] ppid=22890 vsize=9824732 CPUtime=2.38 cores=0,2,4,6
/proc/22893/task/22896/stat : 22896 (java) S 22890 22893 22007 0 -1 4202560 695 0 0 0 221 17 0 0 20 0 22 0 30417654 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828244543912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22893/tid=22897] ppid=22890 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/22893/task/22897/stat : 22897 (java) S 22890 22893 22007 0 -1 4202560 700 0 0 0 251 19 0 0 20 0 22 0 30417654 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828243491368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22898] ppid=22890 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/22893/task/22898/stat : 22898 (java) S 22890 22893 22007 0 -1 4202560 677 0 0 0 231 20 0 0 20 0 22 0 30417654 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828242438312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22893/tid=22899] ppid=22890 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/22893/task/22899/stat : 22899 (java) S 22890 22893 22007 0 -1 4202560 620 0 0 0 231 20 0 0 20 0 22 0 30417654 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828241385768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22893/tid=22900] ppid=22890 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/22893/task/22900/stat : 22900 (java) S 22890 22893 22007 0 -1 4202560 802 0 0 0 230 19 0 0 20 0 22 0 30417654 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828240333736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22901] ppid=22890 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/22893/task/22901/stat : 22901 (java) S 22890 22893 22007 0 -1 4202560 559 0 0 0 229 18 0 0 20 0 22 0 30417654 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828239281192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22893/tid=22902] ppid=22890 vsize=9824732 CPUtime=2.85 cores=0,2,4,6
/proc/22893/task/22902/stat : 22902 (java) S 22890 22893 22007 0 -1 4202560 646 0 0 0 265 20 0 0 20 0 22 0 30417654 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828238228136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22903] ppid=22890 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/22893/task/22903/stat : 22903 (java) S 22890 22893 22007 0 -1 4202560 686 0 0 0 220 16 0 0 20 0 22 0 30417654 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828237175592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22904] ppid=22890 vsize=9824732 CPUtime=5.07 cores=0,2,4,6
/proc/22893/task/22904/stat : 22904 (java) S 22890 22893 22007 0 -1 4202560 2399 0 0 0 499 8 0 0 20 0 22 0 30417655 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828106594664 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22893/tid=22905] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22905/stat : 22905 (java) S 22890 22893 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30417655 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828105540984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22906] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22906/stat : 22906 (java) S 22890 22893 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30417655 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828104487816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22907] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22907/stat : 22907 (java) S 22890 22893 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30417657 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828103436560 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22893/tid=22908] ppid=22890 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/22893/task/22908/stat : 22908 (java) S 22890 22893 22007 0 -1 4202560 12234 0 0 0 140 3 0 0 20 0 22 0 30417657 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828102384440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22893/tid=22909] ppid=22890 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/22893/task/22909/stat : 22909 (java) S 22890 22893 22007 0 -1 4202560 8593 0 0 0 134 2 0 0 20 0 22 0 30417657 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828101331896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22893/tid=22910] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22910/stat : 22910 (java) S 22890 22893 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30417657 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828100279032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22893/tid=22911] ppid=22890 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/22893/task/22911/stat : 22911 (java) S 22890 22893 22007 0 -1 4202560 51 0 0 0 16 17 0 0 20 0 22 0 30417658 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828099226696 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22893/tid=22916] ppid=22890 vsize=9824732 CPUtime=885.6 cores=0,2,4,6
/proc/22893/task/22916/stat : 22916 (java) R 22890 22893 22007 0 -1 4202560 69 0 0 0 88545 15 0 0 20 0 22 0 30417705 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139828098170352 139828113768830 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22893/tid=22917] ppid=22890 vsize=9824732 CPUtime=885.67 cores=0,2,4,6
/proc/22893/task/22917/stat : 22917 (java) R 22890 22893 22007 0 -1 4202560 1991 0 0 0 88515 52 0 0 20 0 22 0 30417705 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139826955280960 139828114007441 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22893/tid=22918] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22918/stat : 22918 (java) S 22890 22893 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30417706 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139826954228520 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22893/tid=22919] ppid=22890 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22893/task/22919/stat : 22919 (java) S 22890 22893 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30417706 10060525568 963477 33554432000 1073741824 1073778376 140737293318512 139826953175976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 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.966
CPU time (s): 1800.7
CPU user time (s): 1798.03
CPU system time (s): 2.67159
CPU usage (%): 200.754
Max. virtual memory (cumulated for all children) (KiB): 9825980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.03
system time used= 2.67159
maximum resident set size= 3854028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34490
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= 24769
involuntary context switches= 33218

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.09507 second user time and 6.96294 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-26 22:43:03
IDJOB=4116246
IDBENCH=109446
IDSOLVER=2543
FILE ID=node116/4116246-1466973783
RUNJOBID= node116-1466969304-22023
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-size112-round23-5.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116246-1466973783/watcher-4116246-1466973783 -o /tmp/evaluation-result-4116246-1466973783/solver-4116246-1466973783 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466969304-22023 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116246-1466973783.opb

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

MD5SUM BENCH= cfd241960bd882a0d82a834b9d8ec94c
RANDOM SEED=2104682371

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:        30250664 kB
Buffers:           36060 kB
Cached:           314920 kB
SwapCached:         2072 kB
Active:            55404 kB
Inactive:         319964 kB
Active(anon):      25256 kB
Inactive(anon):     1656 kB
Active(file):      30148 kB
Inactive(file):   318308 kB
Unevictable:     1543748 kB
Mlocked:         1437460 kB
SwapTotal:      67108856 kB
SwapFree:       67098680 kB
Dirty:              2420 kB
Writeback:             0 kB
AnonPages:       1787864 kB
Mapped:            14648 kB
Shmem:                 0 kB
Slab:             566140 kB
SReclaimable:      10136 kB
SUnreclaim:       556004 kB
KernelStack:        1808 kB
PageTables:         6872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2231372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    337920 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:58:00