Trace number 4116174

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.84 895.357

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size160-round23-3.opb
MD5SUM861c50511265e8e7822bf7a244532849
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 constraints9536
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)448
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4116174-1466979164.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
1.03/0.50	c ... done. Wall clock time 0.391s.
1.03/0.50	c declared #vars     4288
1.03/0.50	c #constraints  10880
1.03/0.50	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.03/0.50	c constraints type 
1.03/0.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
1.03/0.50	c org.sat4j.specs.Constr$1 => 936
1.03/0.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
1.03/0.50	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
1.03/0.50	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.03/0.50	c 10880 constraints processed.
1.03/0.50	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.03/0.50	c constraints type 
1.03/0.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.03/0.50	c org.sat4j.specs.Constr$1 => 936
1.03/0.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7494
1.03/0.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1786
1.03/0.50	c org.sat4j.pb.constraints.pb.UnitClausePB => 536
1.03/0.50	c 10880 constraints processed.
4.10/1.38	c cleaning 2493 clauses out of 4996 with flag 16322/5000
5.85/2.03	c cleaning 4244 clauses out of 8503 with flag 40665/11000
7.49/2.81	c cleaning 5626 clauses out of 11259 with flag 71324/18000
9.35/3.71	c cleaning 6806 clauses out of 13633 with flag 104392/26000
11.43/4.80	c cleaning 7911 clauses out of 15827 with flag 144012/35000
14.11/6.00	c cleaning 8948 clauses out of 17917 with flag 188662/45001
16.71/7.30	c cleaning 9978 clauses out of 19970 with flag 241569/56002
19.82/8.83	c cleaning 10980 clauses out of 21990 with flag 301650/68000
23.09/10.43	c cleaning 11997 clauses out of 24011 with flag 371015/81001
26.79/12.24	c cleaning 13005 clauses out of 26014 with flag 443899/95001
30.58/14.19	c cleaning 13995 clauses out of 28009 with flag 523099/110001
35.18/16.40	c cleaning 14991 clauses out of 30013 with flag 610059/126000
35.98/16.82	c cleaning 0 clauses out of 5000 with flag 0/5000
40.48/18.95	c cleaning 15999 clauses out of 32023 with flag 700497/143001
45.89/21.55	c cleaning 16950 clauses out of 34023 with flag 799646/161000
51.82/24.45	c cleaning 18018 clauses out of 36073 with flag 904356/180000
57.82/27.46	c cleaning 19014 clauses out of 38055 with flag 1014254/200000
64.41/30.73	c cleaning 19995 clauses out of 40042 with flag 1130607/221001
71.58/34.26	c cleaning 21012 clauses out of 42048 with flag 1254829/243002
78.96/37.93	c cleaning 21990 clauses out of 44034 with flag 1384818/266000
87.08/41.91	c cleaning 23015 clauses out of 46045 with flag 1521846/290001
95.46/46.13	c cleaning 23994 clauses out of 48029 with flag 1663546/315000
104.60/50.61	c cleaning 24958 clauses out of 50036 with flag 1813828/341001
113.79/55.26	c cleaning 26009 clauses out of 52077 with flag 1966412/368000
123.68/60.13	c cleaning 27000 clauses out of 54068 with flag 2131286/396000
134.28/65.43	c cleaning 27990 clauses out of 56068 with flag 2297307/425000
145.57/71.09	c cleaning 29034 clauses out of 58078 with flag 2466924/455000
157.37/76.92	c cleaning 30015 clauses out of 60044 with flag 2647345/486000
169.89/83.12	c cleaning 31005 clauses out of 62029 with flag 2834504/518000
183.20/89.79	c cleaning 32004 clauses out of 64026 with flag 3028734/551002
197.90/97.42	c cleaning 33002 clauses out of 66020 with flag 3227295/585000
211.77/104.35	c cleaning 34005 clauses out of 68019 with flag 3430733/620001
227.05/111.97	c cleaning 35002 clauses out of 70013 with flag 3638843/656000
242.76/119.71	c cleaning 35987 clauses out of 72012 with flag 3853539/693001
258.57/127.69	c cleaning 36966 clauses out of 74024 with flag 4075117/731000
275.66/136.12	c cleaning 38016 clauses out of 76059 with flag 4303823/770001
285.75/141.20	c cleaning 0 clauses out of 11000 with flag 0/11000
293.15/144.85	c cleaning 38993 clauses out of 78042 with flag 4539002/810000
311.88/154.11	c cleaning 39975 clauses out of 80049 with flag 4775464/851000
330.68/163.45	c cleaning 41016 clauses out of 82074 with flag 5024690/893000
350.43/173.27	c cleaning 41999 clauses out of 84059 with flag 5277639/936001
371.00/183.43	c cleaning 43005 clauses out of 86059 with flag 5539107/980000
392.35/194.04	c cleaning 44009 clauses out of 88054 with flag 5804494/1025000
414.31/204.94	c cleaning 45004 clauses out of 90045 with flag 6073741/1071000
437.84/216.58	c cleaning 45993 clauses out of 92041 with flag 6354538/1118000
461.62/228.31	c cleaning 47012 clauses out of 94048 with flag 6636176/1166000
486.76/240.84	c cleaning 48010 clauses out of 96036 with flag 6918572/1215000
513.17/253.90	c cleaning 48991 clauses out of 98026 with flag 7211593/1265000
539.48/267.05	c cleaning 49988 clauses out of 100035 with flag 7508091/1316000
568.54/282.03	c cleaning 50983 clauses out of 102047 with flag 7816366/1368000
597.20/296.39	c cleaning 52016 clauses out of 104064 with flag 8127702/1421000
626.56/310.94	c cleaning 52984 clauses out of 106050 with flag 8448955/1475002
656.43/325.85	c cleaning 54023 clauses out of 108064 with flag 8776914/1530000
687.75/341.43	c cleaning 54992 clauses out of 110041 with flag 9106651/1586000
720.00/357.45	c cleaning 56012 clauses out of 112049 with flag 9443718/1643000
752.92/373.88	c cleaning 56994 clauses out of 114037 with flag 9787087/1701000
787.81/391.15	c cleaning 58021 clauses out of 116045 with flag 10131771/1760002
823.35/408.71	c cleaning 58972 clauses out of 118022 with flag 10484436/1820000
860.62/427.25	c cleaning 59997 clauses out of 120050 with flag 10840900/1881000
898.16/445.88	c cleaning 61005 clauses out of 122054 with flag 11203851/1943001
916.72/455.00	c cleaning 0 clauses out of 18001 with flag 0/18001
936.05/464.68	c cleaning 62006 clauses out of 124049 with flag 11574908/2006001
975.67/484.37	c cleaning 62997 clauses out of 126045 with flag 11949184/2070003
1015.49/504.14	c cleaning 64012 clauses out of 128045 with flag 12328112/2135000
1056.71/524.70	c cleaning 64974 clauses out of 130033 with flag 12713644/2201000
1099.16/545.79	c cleaning 66025 clauses out of 132059 with flag 13101226/2268000
1143.05/567.54	c cleaning 67007 clauses out of 134034 with flag 13499722/2336000
1179.44/585.77	c cleaning 67994 clauses out of 136028 with flag 13903609/2405001
1219.44/605.75	c cleaning 68991 clauses out of 138036 with flag 14314400/2475003
1264.88/628.32	c cleaning 69999 clauses out of 140044 with flag 14730123/2546002
1313.38/652.38	c cleaning 71010 clauses out of 142043 with flag 15151546/2618000
1365.86/679.19	c cleaning 71975 clauses out of 144037 with flag 15580375/2691004
1414.87/703.59	c cleaning 73005 clauses out of 146058 with flag 16014691/2765000
1463.52/727.75	c cleaning 74019 clauses out of 148053 with flag 16453089/2840000
1516.70/754.17	c cleaning 74985 clauses out of 150034 with flag 16893719/2916000
1564.39/777.92	c cleaning 76013 clauses out of 152049 with flag 17339978/2993000
1612.00/801.75	c cleaning 76980 clauses out of 154037 with flag 17797596/3071001
1658.40/824.93	c cleaning 78025 clauses out of 156057 with flag 18256791/3150001
1711.47/851.31	c cleaning 78992 clauses out of 158031 with flag 18720360/3230000
1771.78/881.22	c cleaning 79996 clauses out of 160040 with flag 19195100/3311001
1800.13/895.30	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/895.30	c starts		: 26688
1800.13/895.30	c conflicts		: 3356672
1800.13/895.30	c decisions		: 26922951
1800.13/895.30	c propagations		: 422851765
1800.13/895.30	c inspects		: 9174697044
1800.13/895.30	c shortcuts		: 0
1800.13/895.30	c learnt literals	: 4
1800.13/895.30	c learnt binary clauses	: 96
1800.13/895.30	c learnt ternary clauses	: 927
1800.13/895.30	c learnt constraints	: 3356668
1800.13/895.30	c ignored constraints	: 0
1800.13/895.30	c root simplifications	: 0
1800.13/895.30	c removed literals (reason simplification)	: 2929304
1800.13/895.30	c reason swapping (by a shorter reason)	: 0
1800.13/895.30	c Calls to reduceDB	: 77
1800.13/895.30	c Number of update (reduction) of LBD	: 737435
1800.13/895.30	c Imported unit clauses	: 0
1800.13/895.30	c number of reductions to clauses (during analyze)	: 0
1800.13/895.30	c number of learned constraints concerned by reduction	: 0
1800.13/895.30	c number of learning phase by resolution	: 0
1800.13/895.30	c number of learning phase by cutting planes	: 0
1800.13/895.30	c speed (assignments/second)	: 472571.4833329422
1800.13/895.30	c non guided choices	14442
1800.13/895.33	c learnt constraints type 
1800.13/895.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 96
1800.13/895.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 125619
1800.13/895.33	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/895.33	c starts		: 45
1800.13/895.33	c conflicts		: 20982
1800.13/895.33	c decisions		: 66932
1800.13/895.33	c propagations		: 2526187
1800.13/895.33	c inspects		: 727588897
1800.13/895.33	c shortcuts		: 0
1800.13/895.33	c learnt literals	: 0
1800.13/895.33	c learnt binary clauses	: 0
1800.13/895.33	c learnt ternary clauses	: 0
1800.13/895.33	c learnt constraints	: 20981
1800.13/895.33	c ignored constraints	: 0
1800.13/895.33	c root simplifications	: 0
1800.13/895.33	c removed literals (reason simplification)	: 0
1800.13/895.33	c reason swapping (by a shorter reason)	: 0
1800.13/895.33	c Calls to reduceDB	: 3
1800.13/895.33	c Number of update (reduction) of LBD	: 0
1800.13/895.33	c Imported unit clauses	: 0
1800.13/895.33	c number of reductions to clauses (during analyze)	: 0
1800.13/895.33	c number of learned constraints concerned by reduction	: 0
1800.13/895.33	c number of learning phase by resolution	: 0
1800.13/895.33	c number of learning phase by cutting planes	: 0
1800.13/895.33	c speed (assignments/second)	: 2823.138861105368
1800.13/895.33	c non guided choices	303
1800.13/895.34	c learnt constraints type 
1800.13/895.34	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 56
1800.13/895.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20925
1800.13/895.34	s UNKNOWN
1800.13/895.34	c Total wall clock time (in seconds): 895.23

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

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

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


[startup+0 s]
/proc/loadavg: 4.64 4.35 4.23 4/197 23911
/proc/meminfo: memFree=29622576/32872528 swapFree=1437460/1543748
[pid=23911] ppid=23908 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/23911/stat : 23911 (java) R 23908 23911 22007 0 -1 4202496 1088 0 0 0 0 0 0 0 20 0 1 0 30955716 23793664 737 33554432000 1073741824 1073778376 140737149244928 140737149233992 140416930746359 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23911/statm: 5809 747 548 9 0 128 0

[startup+0.100114 s]
/proc/loadavg: 4.64 4.35 4.23 4/197 23911
/proc/meminfo: memFree=29622576/32872528 swapFree=1437460/1543748
[pid=23911] ppid=23908 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/23911/stat : 23911 (java) S 23908 23911 22007 0 -1 4202496 4476 0 1 0 10 1 0 0 20 0 18 0 30955716 9787879424 6110 33554432000 1073741824 1073778376 140737149244928 140737149236064 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23911/statm: 2389619 6110 2156 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200237 s]
/proc/loadavg: 4.64 4.35 4.23 4/197 23911
/proc/meminfo: memFree=29622576/32872528 swapFree=1437460/1543748
[pid=23911] ppid=23908 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/23911/stat : 23911 (java) S 23908 23911 22007 0 -1 4202496 4695 0 1 0 25 1 0 0 20 0 18 0 30955716 9787879424 6775 33554432000 1073741824 1073778376 140737149244928 140737149236064 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23911/statm: 2389619 6775 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300222 s]
/proc/loadavg: 4.64 4.35 4.23 4/197 23911
/proc/meminfo: memFree=29622576/32872528 swapFree=1437460/1543748
[pid=23911] ppid=23908 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/23911/stat : 23911 (java) S 23908 23911 22007 0 -1 4202496 5894 0 1 0 49 1 0 0 20 0 18 0 30955716 9787879424 9071 33554432000 1073741824 1073778376 140737149244928 140737149236064 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23911/statm: 2389619 9071 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700196 s]
/proc/loadavg: 4.64 4.35 4.23 4/197 23911
/proc/meminfo: memFree=29622576/32872528 swapFree=1437460/1543748
[pid=23911] ppid=23908 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/23911/stat : 23911 (java) S 23908 23911 22007 0 -1 4202496 12954 0 1 0 169 3 0 0 20 0 22 0 30955716 10060525568 24057 33554432000 1073741824 1073778376 140737149244928 140737149236064 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23911/statm: 2456183 24057 2265 9 0 2446860 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 4.64 4.35 4.23 7/219 23933
/proc/meminfo: memFree=29487104/32872528 swapFree=1437460/1543748
[pid=23911] ppid=23908 vsize=9824732 CPUtime=4.56 cores=1,3,5,7
/proc/23911/stat : 23911 (java) S 23908 23911 22007 0 -1 4202496 16764 0 1 0 450 6 0 0 20 0 22 0 30955716 10060525568 46779 33554432000 1073741824 1073778376 140737149244928 140737149236064 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23911/statm: 2456183 46779 2292 9 0 2446860 0
[pid=23911/tid=23913] ppid=23908 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/23911/task/23913/stat : 23913 (java) S 23908 23911 22007 0 -1 4202560 2479 0 1 0 46 2 0 0 20 0 22 0 30955716 10060525568 46779 33554432000 1073741824 1073778376 140737149244928 140416922772344 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23911/tid=23914] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23914/stat : 23914 (java) S 23908 23911 22007 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 30955717 10060525568 46779 33554432000 1073741824 1073778376 140737149244928 140416911833256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23911/tid=23915] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23915/stat : 23915 (java) S 23908 23911 22007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30955717 10060525568 46779 33554432000 1073741824 1073778376 140737149244928 140416910780712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23911/tid=23916] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23916/stat : 23916 (java) S 23908 23911 22007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30955717 10060525568 46779 33554432000 1073741824 1073778376 140737149244928 140416764295592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23911/tid=23917] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23917/stat : 23917 (java) S 23908 23911 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30955717 10060525568 46779 33554432000 1073741824 1073778376 140737149244928 140416763243048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23911/tid=23918] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23918/stat : 23918 (java) S 23908 23911 22007 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 30955717 10060525568 46779 33554432000 1073741824 1073778376 140737149244928 140416762190504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23911/tid=23919] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23919/stat : 23919 (java) S 23908 23911 22007 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 30955717 10060525568 46779 33554432000 1073741824 1073778376 140737149244928 140416761137960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23911/tid=23920] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23920/stat : 23920 (java) S 23908 23911 22007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30955717 10060525568 46779 33554432000 1073741824 1073778376 140737149244928 140416760085416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23911/tid=23921] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23921/stat : 23921 (java) S 23908 23911 22007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30955717 10060525568 46779 33554432000 1073741824 1073778376 140737149244928 140416759032872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23911/tid=23922] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23922/stat : 23922 (java) S 23908 23911 22007 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 30955718 10060525568 46779 33554432000 1073741824 1073778376 140737149244928 140416746834024 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23911/tid=23923] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23923/stat : 23923 (java) S 23908 23911 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30955718 10060525568 46779 33554432000 1073741824 1073778376 140737149244928 140416745780344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23911/tid=23924] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23924/stat : 23924 (java) S 23908 23911 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30955718 10060525568 46779 33554432000 1073741824 1073778376 140737149244928 140416744727688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23911/tid=23925] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23925/stat : 23925 (java) S 23908 23911 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30955720 10060525568 46779 33554432000 1073741824 1073778376 140737149244928 140416743676432 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23911/tid=23926] ppid=23908 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/23911/task/23926/stat : 23926 (java) S 23908 23911 22007 0 -1 4202560 6398 0 0 0 105 0 0 0 20 0 22 0 30955720 10060525568 46779 33554432000 1073741824 1073778376 140737149244928 140416742623800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23911/tid=23927] ppid=23908 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/23911/task/23927/stat : 23927 (java) S 23908 23911 22007 0 -1 4202560 6414 0 0 0 99 2 0 0 20 0 22 0 30955720 10060525568 46779 33554432000 1073741824 1073778376 140737149244928 140416741571256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23911/tid=23928] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23928/stat : 23928 (java) S 23908 23911 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30955720 10060525568 46779 33554432000 1073741824 1073778376 140737149244928 140416740518904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23911/tid=23929] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23929/stat : 23929 (java) S 23908 23911 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30955721 10060525568 46779 33554432000 1073741824 1073778376 140737149244928 140416739466568 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23911/tid=23930] ppid=23908 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/23911/task/23930/stat : 23930 (java) R 23908 23911 22007 0 -1 4202560 17 0 0 0 94 0 0 0 20 0 22 0 30955766 10060525568 46779 33554432000 1073741824 1073778376 140737149244928 140416738401952 140416792608317 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23911/tid=23931] ppid=23908 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/23911/task/23931/stat : 23931 (java) R 23908 23911 22007 0 -1 4202560 74 0 0 0 92 0 0 0 20 0 22 0 30955766 10060525568 46779 33554432000 1073741824 1073778376 140737149244928 140416737357912 140416792755866 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=23911/tid=23932] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23932/stat : 23932 (java) S 23908 23911 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30955767 10060525568 46779 33554432000 1073741824 1073778376 140737149244928 140416736306216 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23911/tid=23933] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23933/stat : 23933 (java) S 23908 23911 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30955767 10060525568 46779 33554432000 1073741824 1073778376 140737149244928 140416735253672 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.56
Current children cumulated vsize (KiB) 9824732

[startup+3.10088 s]
/proc/loadavg: 4.64 4.35 4.23 5/219 23933
/proc/meminfo: memFree=29151668/32872528 swapFree=1437460/1543748
[pid=23911] ppid=23908 vsize=9824732 CPUtime=8.15 cores=1,3,5,7
/proc/23911/stat : 23911 (java) S 23908 23911 22007 0 -1 4202496 17092 0 1 0 801 14 0 0 20 0 22 0 30955716 10060525568 90475 33554432000 1073741824 1073778376 140737149244928 140737149236064 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23911/statm: 2456183 90475 2292 9 0 2446860 0
[pid=23911/tid=23913] ppid=23908 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/23911/task/23913/stat : 23913 (java) S 23908 23911 22007 0 -1 4202560 2480 0 1 0 46 2 0 0 20 0 22 0 30955716 10060525568 90475 33554432000 1073741824 1073778376 140737149244928 140416922772344 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23911/tid=23914] ppid=23908 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23911/task/23914/stat : 23914 (java) S 23908 23911 22007 0 -1 4202560 34 0 0 0 3 0 0 0 20 0 22 0 30955717 10060525568 90475 33554432000 1073741824 1073778376 140737149244928 140416911833256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23911/tid=23915] ppid=23908 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/23911/task/23915/stat : 23915 (java) S 23908 23911 22007 0 -1 4202560 19 0 0 0 5 0 0 0 20 0 22 0 30955717 10060525568 90475 33554432000 1073741824 1073778376 140737149244928 140416910780712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23911/tid=23916] ppid=23908 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23911/task/23916/stat : 23916 (java) S 23908 23911 22007 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 30955717 10060525568 90475 33554432000 1073741824 1073778376 140737149244928 140416764295592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23911/tid=23917] ppid=23908 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23911/task/23917/stat : 23917 (java) S 23908 23911 22007 0 -1 4202560 36 0 0 0 3 0 0 0 20 0 22 0 30955717 10060525568 90475 33554432000 1073741824 1073778376 140737149244928 140416763243048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23911/tid=23918] ppid=23908 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/23911/task/23918/stat : 23918 (java) S 23908 23911 22007 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 30955717 10060525568 90475 33554432000 1073741824 1073778376 140737149244928 140416762190504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23911/tid=23919] ppid=23908 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/23911/task/23919/stat : 23919 (java) S 23908 23911 22007 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 22 0 30955717 10060525568 90475 33554432000 1073741824 1073778376 140737149244928 140416761137960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23911/tid=23920] ppid=23908 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23911/task/23920/stat : 23920 (java) S 23908 23911 22007 0 -1 4202560 28 0 0 0 3 0 0 0 20 0 22 0 30955717 10060525568 90475 33554432000 1073741824 1073778376 140737149244928 140416760085416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23911/tid=23921] ppid=23908 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/23911/task/23921/stat : 23921 (java) S 23908 23911 22007 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 30955717 10060525568 90475 33554432000 1073741824 1073778376 140737149244928 140416759032872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23911/tid=23922] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23922/stat : 23922 (java) S 23908 23911 22007 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 30955718 10060525568 90475 33554432000 1073741824 1073778376 140737149244928 140416746834024 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23911/tid=23923] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23923/stat : 23923 (java) S 23908 23911 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30955718 10060525568 90475 33554432000 1073741824 1073778376 140737149244928 140416745780344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23911/tid=23924] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23924/stat : 23924 (java) S 23908 23911 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30955718 10060525568 90475 33554432000 1073741824 1073778376 140737149244928 140416744727688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23911/tid=23925] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23925/stat : 23925 (java) S 23908 23911 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30955720 10060525568 90475 33554432000 1073741824 1073778376 140737149244928 140416743676432 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23911/tid=23926] ppid=23908 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/23911/task/23926/stat : 23926 (java) S 23908 23911 22007 0 -1 4202560 6398 0 0 0 131 0 0 0 20 0 22 0 30955720 10060525568 90475 33554432000 1073741824 1073778376 140737149244928 140416742623800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23911/tid=23927] ppid=23908 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/23911/task/23927/stat : 23927 (java) S 23908 23911 22007 0 -1 4202560 6414 0 0 0 104 2 0 0 20 0 22 0 30955720 10060525568 90475 33554432000 1073741824 1073778376 140737149244928 140416741571256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23911/tid=23928] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23928/stat : 23928 (java) S 23908 23911 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30955720 10060525568 90475 33554432000 1073741824 1073778376 140737149244928 140416740518904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23911/tid=23929] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23929/stat : 23929 (java) S 23908 23911 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30955721 10060525568 90475 33554432000 1073741824 1073778376 140737149244928 140416739466568 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23911/tid=23930] ppid=23908 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/23911/task/23930/stat : 23930 (java) R 23908 23911 22007 0 -1 4202560 18 0 0 0 243 0 0 0 20 0 22 0 30955766 10060525568 90475 33554432000 1073741824 1073778376 140737149244928 140416738408880 140416792672108 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23911/tid=23931] ppid=23908 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/23911/task/23931/stat : 23931 (java) R 23908 23911 22007 0 -1 4202560 133 0 0 0 238 4 0 0 20 0 22 0 30955766 10060525568 90475 33554432000 1073741824 1073778376 140737149244928 140416737356624 140416792776107 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=23911/tid=23932] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23932/stat : 23932 (java) S 23908 23911 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30955767 10060525568 90475 33554432000 1073741824 1073778376 140737149244928 140416736306216 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23911/tid=23933] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23933/stat : 23933 (java) S 23908 23911 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30955767 10060525568 90475 33554432000 1073741824 1073778376 140737149244928 140416735253672 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.15
Current children cumulated vsize (KiB) 9824732

[startup+6.30093 s]
/proc/loadavg: 4.58 4.34 4.23 5/219 23933
/proc/meminfo: memFree=28495340/32872528 swapFree=1437460/1543748
[pid=23911] ppid=23908 vsize=9824732 CPUtime=14.72 cores=1,3,5,7
/proc/23911/stat : 23911 (java) S 23908 23911 22007 0 -1 4202496 17626 0 1 0 1448 24 0 0 20 0 22 0 30955716 10060525568 162749 33554432000 1073741824 1073778376 140737149244928 140737149236064 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23911/statm: 2456183 162749 2292 9 0 2446860 0
[pid=23911/tid=23913] ppid=23908 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/23911/task/23913/stat : 23913 (java) S 23908 23911 22007 0 -1 4202560 2480 0 1 0 46 2 0 0 20 0 22 0 30955716 10060525568 162749 33554432000 1073741824 1073778376 140737149244928 140416922772344 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23911/tid=23914] ppid=23908 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/23911/task/23914/stat : 23914 (java) S 23908 23911 22007 0 -1 4202560 57 0 0 0 6 3 0 0 20 0 22 0 30955717 10060525568 162749 33554432000 1073741824 1073778376 140737149244928 140416911833256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23911/tid=23915] ppid=23908 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/23911/task/23915/stat : 23915 (java) S 23908 23911 22007 0 -1 4202560 35 0 0 0 7 2 0 0 20 0 22 0 30955717 10060525568 162749 33554432000 1073741824 1073778376 140737149244928 140416910780712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23911/tid=23916] ppid=23908 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/23911/task/23916/stat : 23916 (java) S 23908 23911 22007 0 -1 4202560 32 0 0 0 7 1 0 0 20 0 22 0 30955717 10060525568 162749 33554432000 1073741824 1073778376 140737149244928 140416764295592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23911/tid=23917] ppid=23908 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/23911/task/23917/stat : 23917 (java) S 23908 23911 22007 0 -1 4202560 59 0 0 0 5 2 0 0 20 0 22 0 30955717 10060525568 162749 33554432000 1073741824 1073778376 140737149244928 140416763243048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23911/tid=23918] ppid=23908 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/23911/task/23918/stat : 23918 (java) S 23908 23911 22007 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 22 0 30955717 10060525568 162749 33554432000 1073741824 1073778376 140737149244928 140416762190504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23911/tid=23919] ppid=23908 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/23911/task/23919/stat : 23919 (java) S 23908 23911 22007 0 -1 4202560 40 0 0 0 7 3 0 0 20 0 22 0 30955717 10060525568 162749 33554432000 1073741824 1073778376 140737149244928 140416761137960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23911/tid=23920] ppid=23908 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/23911/task/23920/stat : 23920 (java) S 23908 23911 22007 0 -1 4202560 47 0 0 0 4 2 0 0 20 0 22 0 30955717 10060525568 162749 33554432000 1073741824 1073778376 140737149244928 140416760085416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23911/tid=23921] ppid=23908 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/23911/task/23921/stat : 23921 (java) S 23908 23911 22007 0 -1 4202560 31 0 0 0 4 1 0 0 20 0 22 0 30955717 10060525568 162749 33554432000 1073741824 1073778376 140737149244928 140416759032872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23911/tid=23922] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23922/stat : 23922 (java) S 23908 23911 22007 0 -1 4202560 465 0 0 0 0 0 0 0 20 0 22 0 30955718 10060525568 162749 33554432000 1073741824 1073778376 140737149244928 140416746834024 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23911/tid=23923] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23923/stat : 23923 (java) S 23908 23911 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30955718 10060525568 162749 33554432000 1073741824 1073778376 140737149244928 140416745780344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23911/tid=23924] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23924/stat : 23924 (java) S 23908 23911 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30955718 10060525568 162749 33554432000 1073741824 1073778376 140737149244928 140416744727688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23911/tid=23925] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23925/stat : 23925 (java) S 23908 23911 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30955720 10060525568 162749 33554432000 1073741824 1073778376 140737149244928 140416743676432 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23911/tid=23926] ppid=23908 vsize=9824732 CPUtime=1.31 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 4.27 4.29 4.26 5/219 23953
/proc/meminfo: memFree=22637420/32872528 swapFree=1437460/1543748
[pid=23911] ppid=23908 vsize=9824732 CPUtime=1773.98 cores=1,3,5,7
/proc/23911/stat : 23911 (java) S 23908 23911 22007 0 -1 4202496 29494 0 1 0 177178 220 0 0 20 0 22 0 30955716 10060525568 960474 33554432000 1073741824 1073778376 140737149244928 140737149236064 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23911/statm: 2456183 960474 2301 9 0 2446860 0
[pid=23911/tid=23913] ppid=23908 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/23911/task/23913/stat : 23913 (java) S 23908 23911 22007 0 -1 4202560 2485 0 1 0 49 4 0 0 20 0 22 0 30955716 10060525568 960474 33554432000 1073741824 1073778376 140737149244928 140416922772344 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23911/tid=23914] ppid=23908 vsize=9824732 CPUtime=2.93 cores=1,3,5,7
/proc/23911/task/23914/stat : 23914 (java) S 23908 23911 22007 0 -1 4202560 686 0 0 0 274 19 0 0 20 0 22 0 30955717 10060525568 960474 33554432000 1073741824 1073778376 140737149244928 140416911833256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23911/tid=23915] ppid=23908 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/23911/task/23915/stat : 23915 (java) S 23908 23911 22007 0 -1 4202560 712 0 0 0 273 17 0 0 20 0 22 0 30955717 10060525568 960474 33554432000 1073741824 1073778376 140737149244928 140416910780712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23911/tid=23916] ppid=23908 vsize=9824732 CPUtime=2.93 cores=1,3,5,7
/proc/23911/task/23916/stat : 23916 (java) S 23908 23911 22007 0 -1 4202560 682 0 0 0 276 17 0 0 20 0 22 0 30955717 10060525568 960474 33554432000 1073741824 1073778376 140737149244928 140416764295592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23911/tid=23917] ppid=23908 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/23911/task/23917/stat : 23917 (java) S 23908 23911 22007 0 -1 4202560 552 0 0 0 261 16 0 0 20 0 22 0 30955717 10060525568 960474 33554432000 1073741824 1073778376 140737149244928 140416763243048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23911/tid=23918] ppid=23908 vsize=9824732 CPUtime=2.86 cores=1,3,5,7
/proc/23911/task/23918/stat : 23918 (java) S 23908 23911 22007 0 -1 4202560 716 0 0 0 268 18 0 0 20 0 22 0 30955717 10060525568 960474 33554432000 1073741824 1073778376 140737149244928 140416762190504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23911/tid=23919] ppid=23908 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/23911/task/23919/stat : 23919 (java) S 23908 23911 22007 0 -1 4202560 697 0 0 0 271 20 0 0 20 0 22 0 30955717 10060525568 960474 33554432000 1073741824 1073778376 140737149244928 140416761137960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23911/tid=23920] ppid=23908 vsize=9824732 CPUtime=3.18 cores=1,3,5,7
/proc/23911/task/23920/stat : 23920 (java) S 23908 23911 22007 0 -1 4202560 740 0 0 0 299 19 0 0 20 0 22 0 30955717 10060525568 960474 33554432000 1073741824 1073778376 140737149244928 140416760085416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23911/tid=23921] ppid=23908 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/23911/task/23921/stat : 23921 (java) S 23908 23911 22007 0 -1 4202560 577 0 0 0 248 19 0 0 20 0 22 0 30955717 10060525568 960474 33554432000 1073741824 1073778376 140737149244928 140416759032872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23911/tid=23922] ppid=23908 vsize=9824732 CPUtime=3.81 cores=1,3,5,7
/proc/23911/task/23922/stat : 23922 (java) S 23908 23911 22007 0 -1 4202560 2304 0 0 0 372 9 0 0 20 0 22 0 30955718 10060525568 960474 33554432000 1073741824 1073778376 140737149244928 140416746834024 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23911/tid=23923] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23923/stat : 23923 (java) S 23908 23911 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30955718 10060525568 960474 33554432000 1073741824 1073778376 140737149244928 140416745780344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23911/tid=23924] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23924/stat : 23924 (java) S 23908 23911 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30955718 10060525568 960474 33554432000 1073741824 1073778376 140737149244928 140416744727688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23911/tid=23925] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23925/stat : 23925 (java) S 23908 23911 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30955720 10060525568 960474 33554432000 1073741824 1073778376 140737149244928 140416743676432 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23911/tid=23926] ppid=23908 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/23911/task/23926/stat : 23926 (java) S 23908 23911 22007 0 -1 4202560 6410 0 0 0 138 0 0 0 20 0 22 0 30955720 10060525568 960474 33554432000 1073741824 1073778376 140737149244928 140416742623800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23911/tid=23927] ppid=23908 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/23911/task/23927/stat : 23927 (java) S 23908 23911 22007 0 -1 4202560 9868 0 0 0 159 2 0 0 20 0 22 0 30955720 10060525568 960474 33554432000 1073741824 1073778376 140737149244928 140416741571256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23911/tid=23928] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23928/stat : 23928 (java) S 23908 23911 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30955720 10060525568 960474 33554432000 1073741824 1073778376 140737149244928 140416740518904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23911/tid=23929] ppid=23908 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/23911/task/23929/stat : 23929 (java) S 23908 23911 22007 0 -1 4202560 51 0 0 0 10 26 0 0 20 0 22 0 30955721 10060525568 960474 33554432000 1073741824 1073778376 140737149244928 140416739466568 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23911/tid=23930] ppid=23908 vsize=9824732 CPUtime=871.71 cores=1,3,5,7
/proc/23911/task/23930/stat : 23930 (java) R 23908 23911 22007 0 -1 4202560 65 0 0 0 87155 16 0 0 20 0 22 0 30955766 10060525568 960474 33554432000 1073741824 1073778376 140737149244928 140416738402032 140416792421278 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23911/tid=23931] ppid=23908 vsize=9824732 CPUtime=871.7 cores=1,3,5,7
/proc/23911/task/23931/stat : 23931 (java) R 23908 23911 22007 0 -1 4202560 1683 0 0 0 87120 50 0 0 20 0 22 0 30955766 10060525568 960474 33554432000 1073741824 1073778376 140737149244928 140416737356224 140416792772995 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23911/tid=23932] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23932/stat : 23932 (java) S 23908 23911 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30955767 10060525568 960474 33554432000 1073741824 1073778376 140737149244928 140416736306216 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23911/tid=23933] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23933/stat : 23933 (java) S 23908 23911 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30955767 10060525568 960474 33554432000 1073741824 1073778376 140737149244928 140416735253672 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1773.98
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.301 s]
/proc/loadavg: 4.15 4.26 4.25 5/219 24022
/proc/meminfo: memFree=25849608/32872528 swapFree=1437460/1543748
[pid=23911] ppid=23908 vsize=9824732 CPUtime=1800.13 cores=1,3,5,7
/proc/23911/stat : 23911 (java) S 23908 23911 22007 0 -1 4202496 29561 0 1 0 179789 224 0 0 20 0 22 0 30955716 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140737149236064 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23911/statm: 2456183 969424 2301 9 0 2446860 0
[pid=23911/tid=23913] ppid=23908 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/23911/task/23913/stat : 23913 (java) S 23908 23911 22007 0 -1 4202560 2485 0 1 0 49 4 0 0 20 0 22 0 30955716 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416922772344 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23911/tid=23914] ppid=23908 vsize=9824732 CPUtime=3.02 cores=1,3,5,7
/proc/23911/task/23914/stat : 23914 (java) S 23908 23911 22007 0 -1 4202560 704 0 0 0 282 20 0 0 20 0 22 0 30955717 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416911833256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23911/tid=23915] ppid=23908 vsize=9824732 CPUtime=2.94 cores=1,3,5,7
/proc/23911/task/23915/stat : 23915 (java) S 23908 23911 22007 0 -1 4202560 716 0 0 0 276 18 0 0 20 0 22 0 30955717 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416910780712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23911/tid=23916] ppid=23908 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/23911/task/23916/stat : 23916 (java) S 23908 23911 22007 0 -1 4202560 683 0 0 0 279 17 0 0 20 0 22 0 30955717 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416764295592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23911/tid=23917] ppid=23908 vsize=9824732 CPUtime=2.81 cores=1,3,5,7
/proc/23911/task/23917/stat : 23917 (java) S 23908 23911 22007 0 -1 4202560 563 0 0 0 265 16 0 0 20 0 22 0 30955717 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416763243048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23911/tid=23918] ppid=23908 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/23911/task/23918/stat : 23918 (java) S 23908 23911 22007 0 -1 4202560 721 0 0 0 270 19 0 0 20 0 22 0 30955717 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416762190504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23911/tid=23919] ppid=23908 vsize=9824732 CPUtime=2.99 cores=1,3,5,7
/proc/23911/task/23919/stat : 23919 (java) S 23908 23911 22007 0 -1 4202560 715 0 0 0 278 21 0 0 20 0 22 0 30955717 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416761137960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23911/tid=23920] ppid=23908 vsize=9824732 CPUtime=3.2 cores=1,3,5,7
/proc/23911/task/23920/stat : 23920 (java) S 23908 23911 22007 0 -1 4202560 740 0 0 0 301 19 0 0 20 0 22 0 30955717 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416760085416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23911/tid=23921] ppid=23908 vsize=9824732 CPUtime=2.7 cores=1,3,5,7
/proc/23911/task/23921/stat : 23921 (java) S 23908 23911 22007 0 -1 4202560 586 0 0 0 250 20 0 0 20 0 22 0 30955717 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416759032872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23911/tid=23922] ppid=23908 vsize=9824732 CPUtime=3.81 cores=1,3,5,7
/proc/23911/task/23922/stat : 23922 (java) S 23908 23911 22007 0 -1 4202560 2304 0 0 0 372 9 0 0 20 0 22 0 30955718 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416746834024 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23911/tid=23923] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23923/stat : 23923 (java) S 23908 23911 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30955718 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416745780344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23911/tid=23924] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23924/stat : 23924 (java) S 23908 23911 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30955718 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416744727688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23911/tid=23925] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23925/stat : 23925 (java) S 23908 23911 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30955720 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416743676432 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23911/tid=23926] ppid=23908 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/23911/task/23926/stat : 23926 (java) S 23908 23911 22007 0 -1 4202560 6410 0 0 0 138 0 0 0 20 0 22 0 30955720 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416742623800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23911/tid=23927] ppid=23908 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/23911/task/23927/stat : 23927 (java) S 23908 23911 22007 0 -1 4202560 9868 0 0 0 159 2 0 0 20 0 22 0 30955720 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416741571256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23911/tid=23928] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23928/stat : 23928 (java) S 23908 23911 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30955720 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416740518904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23911/tid=23929] ppid=23908 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/23911/task/23929/stat : 23929 (java) S 23908 23911 22007 0 -1 4202560 51 0 0 0 10 27 0 0 20 0 22 0 30955721 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416739466568 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23911/tid=23930] ppid=23908 vsize=9824732 CPUtime=884.61 cores=1,3,5,7
/proc/23911/task/23930/stat : 23930 (java) R 23908 23911 22007 0 -1 4202560 65 0 0 0 88445 16 0 0 20 0 22 0 30955766 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416738409728 140416792608317 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23911/tid=23931] ppid=23908 vsize=9824732 CPUtime=884.6 cores=1,3,5,7
/proc/23911/task/23931/stat : 23931 (java) R 23908 23911 22007 0 -1 4202560 1684 0 0 0 88410 50 0 0 20 0 22 0 30955766 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416737358256 140416792773056 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23911/tid=23932] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23932/stat : 23932 (java) S 23908 23911 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30955767 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416736306216 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23911/tid=23933] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23933/stat : 23933 (java) S 23908 23911 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30955767 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416735253672 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 23911 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.301 s]
/proc/loadavg: 4.15 4.26 4.25 5/219 24022
/proc/meminfo: memFree=25849608/32872528 swapFree=1437460/1543748
[pid=23911] ppid=23908 vsize=9824732 CPUtime=1800.13 cores=1,3,5,7
/proc/23911/stat : 23911 (java) S 23908 23911 22007 0 -1 4202496 29561 0 1 0 179789 224 0 0 20 0 22 0 30955716 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140737149236064 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23911/statm: 2456183 969424 2301 9 0 2446860 0
[pid=23911/tid=23913] ppid=23908 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/23911/task/23913/stat : 23913 (java) S 23908 23911 22007 0 -1 4202560 2485 0 1 0 49 4 0 0 20 0 22 0 30955716 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416922772344 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23911/tid=23914] ppid=23908 vsize=9824732 CPUtime=3.02 cores=1,3,5,7
/proc/23911/task/23914/stat : 23914 (java) S 23908 23911 22007 0 -1 4202560 704 0 0 0 282 20 0 0 20 0 22 0 30955717 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416911833256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23911/tid=23915] ppid=23908 vsize=9824732 CPUtime=2.94 cores=1,3,5,7
/proc/23911/task/23915/stat : 23915 (java) S 23908 23911 22007 0 -1 4202560 716 0 0 0 276 18 0 0 20 0 22 0 30955717 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416910780712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23911/tid=23916] ppid=23908 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/23911/task/23916/stat : 23916 (java) S 23908 23911 22007 0 -1 4202560 683 0 0 0 279 17 0 0 20 0 22 0 30955717 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416764295592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23911/tid=23917] ppid=23908 vsize=9824732 CPUtime=2.81 cores=1,3,5,7
/proc/23911/task/23917/stat : 23917 (java) S 23908 23911 22007 0 -1 4202560 563 0 0 0 265 16 0 0 20 0 22 0 30955717 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416763243048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23911/tid=23918] ppid=23908 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/23911/task/23918/stat : 23918 (java) S 23908 23911 22007 0 -1 4202560 721 0 0 0 270 19 0 0 20 0 22 0 30955717 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416762190504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23911/tid=23919] ppid=23908 vsize=9824732 CPUtime=2.99 cores=1,3,5,7
/proc/23911/task/23919/stat : 23919 (java) S 23908 23911 22007 0 -1 4202560 715 0 0 0 278 21 0 0 20 0 22 0 30955717 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416761137960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23911/tid=23920] ppid=23908 vsize=9824732 CPUtime=3.2 cores=1,3,5,7
/proc/23911/task/23920/stat : 23920 (java) S 23908 23911 22007 0 -1 4202560 740 0 0 0 301 19 0 0 20 0 22 0 30955717 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416760085416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23911/tid=23921] ppid=23908 vsize=9824732 CPUtime=2.7 cores=1,3,5,7
/proc/23911/task/23921/stat : 23921 (java) S 23908 23911 22007 0 -1 4202560 586 0 0 0 250 20 0 0 20 0 22 0 30955717 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416759032872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23911/tid=23922] ppid=23908 vsize=9824732 CPUtime=3.81 cores=1,3,5,7
/proc/23911/task/23922/stat : 23922 (java) S 23908 23911 22007 0 -1 4202560 2304 0 0 0 372 9 0 0 20 0 22 0 30955718 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416746834024 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23911/tid=23923] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23923/stat : 23923 (java) S 23908 23911 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30955718 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416745780344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23911/tid=23924] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23924/stat : 23924 (java) S 23908 23911 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30955718 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416744727688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23911/tid=23925] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23925/stat : 23925 (java) S 23908 23911 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30955720 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416743676432 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23911/tid=23926] ppid=23908 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/23911/task/23926/stat : 23926 (java) S 23908 23911 22007 0 -1 4202560 6410 0 0 0 138 0 0 0 20 0 22 0 30955720 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416742623800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23911/tid=23927] ppid=23908 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/23911/task/23927/stat : 23927 (java) S 23908 23911 22007 0 -1 4202560 9868 0 0 0 159 2 0 0 20 0 22 0 30955720 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416741571256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23911/tid=23928] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23928/stat : 23928 (java) S 23908 23911 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30955720 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416740518904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23911/tid=23929] ppid=23908 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/23911/task/23929/stat : 23929 (java) S 23908 23911 22007 0 -1 4202560 51 0 0 0 10 27 0 0 20 0 22 0 30955721 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416739466568 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23911/tid=23930] ppid=23908 vsize=9824732 CPUtime=884.61 cores=1,3,5,7
/proc/23911/task/23930/stat : 23930 (java) R 23908 23911 22007 0 -1 4202560 65 0 0 0 88445 16 0 0 20 0 22 0 30955766 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416738409728 140416792608317 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23911/tid=23931] ppid=23908 vsize=9824732 CPUtime=884.6 cores=1,3,5,7
/proc/23911/task/23931/stat : 23931 (java) R 23908 23911 22007 0 -1 4202560 1684 0 0 0 88410 50 0 0 20 0 22 0 30955766 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416737358256 140416792773056 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23911/tid=23932] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23932/stat : 23932 (java) S 23908 23911 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30955767 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416736306216 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23911/tid=23933] ppid=23908 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23933/stat : 23933 (java) S 23908 23911 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30955767 10060525568 969424 33554432000 1073741824 1073778376 140737149244928 140416735253672 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 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): 895.357
CPU time (s): 1800.84
CPU user time (s): 1798.09
CPU system time (s): 2.75158
CPU usage (%): 201.131
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.09
system time used= 2.75158
maximum resident set size= 3880808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29595
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23686
involuntary context switches= 22224

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.2895 second user time and 4.40133 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-27 00:12:44
IDJOB=4116174
IDBENCH=109437
IDSOLVER=2543
FILE ID=node116/4116174-1466979164
RUNJOBID= node116-1466969304-22024
PBS_JOBID= 19976377
Free space on /tmp= 71680 MiB

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

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

MD5SUM BENCH= 861c50511265e8e7822bf7a244532849
RANDOM SEED=1842758305

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:        29622840 kB
Buffers:           42876 kB
Cached:           318168 kB
SwapCached:         2072 kB
Active:           675056 kB
Inactive:         328824 kB
Active(anon):     643424 kB
Inactive(anon):     1660 kB
Active(file):      31632 kB
Inactive(file):   327164 kB
Unevictable:     1543748 kB
Mlocked:         1437460 kB
SwapTotal:      67108856 kB
SwapFree:       67098684 kB
Dirty:              2540 kB
Writeback:             0 kB
AnonPages:       2107544 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             567140 kB
SReclaimable:      10732 kB
SUnreclaim:       556408 kB
KernelStack:        1808 kB
PageTables:         8192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3166880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    630784 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-27 00:27:39