Trace number 4452685

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 Partial RoundingSAT 2024 2024-07-12? (TO) 3600.24 3568.62

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5/normalized-sumineqArity5pyramidP085.opb
MD5SUM5d1633616664d1d404e86526e434c88a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.56515
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables18705
Total number of constraints3742
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)87
Number of constraints which are nor clauses,nor cardinality constraints3655
Minimum length of a constraint5
Maximum length of a constraint15
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 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 20
Number of bits of the biggest sum of numbers5
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: ASSIGNED
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Armin Biere (Picosat) restarts strategy
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ASSIGNED
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4452685-1721447356.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
0.70/0.47	c ... done. Wall clock time 0.315s.
0.70/0.48	c declared #vars     18705
0.70/0.48	c #constraints  3742
0.70/0.48	c constraints type 
0.70/0.48	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 3742
0.70/0.48	c 3742 constraints processed.
2.97/1.68	c cleaning 2480 clauses out of 5001 with flag 0/5001
4.73/2.64	c cleaning 4247 clauses out of 8520 with flag 0/11000
6.68/4.45	c cleaning 5616 clauses out of 11273 with flag 0/18000
7.81/5.43	c cleaning 6762 clauses out of 13658 with flag 0/26001
9.12/6.68	c cleaning 7815 clauses out of 15896 with flag 0/35001
11.16/8.54	c cleaning 8717 clauses out of 18081 with flag 0/45001
13.88/11.20	c cleaning 9772 clauses out of 20363 with flag 0/56000
17.54/14.81	c cleaning 10780 clauses out of 22591 with flag 0/68000
21.66/18.93	c cleaning 11830 clauses out of 24811 with flag 0/81000
24.62/21.82	c cleaning 12835 clauses out of 26981 with flag 0/95000
27.26/24.43	c cleaning 13764 clauses out of 29146 with flag 0/110000
29.82/27.00	c cleaning 14728 clauses out of 31382 with flag 0/126000
37.88/34.82	c cleaning 15754 clauses out of 33654 with flag 0/143000
48.04/44.94	c cleaning 16761 clauses out of 35901 with flag 0/161001
58.92/55.70	c cleaning 17925 clauses out of 38139 with flag 0/180000
62.49/59.27	c cleaning 18715 clauses out of 40215 with flag 0/200001
83.84/80.43	c cleaning 19715 clauses out of 42501 with flag 0/221002
89.92/86.48	c cleaning 20581 clauses out of 44785 with flag 0/243001
100.14/96.51	c cleaning 21723 clauses out of 47203 with flag 0/266000
106.96/103.22	c cleaning 22338 clauses out of 49480 with flag 0/290000
117.50/113.52	c cleaning 22356 clauses out of 52142 with flag 0/315000
176.61/172.31	c cleaning 25158 clauses out of 55788 with flag 0/341002
186.10/181.79	c cleaning 23314 clauses out of 57630 with flag 0/368002
196.92/192.47	c cleaning 25319 clauses out of 62314 with flag 0/396000
212.70/207.91	c cleaning 26831 clauses out of 65996 with flag 0/425001
236.95/231.99	c cleaning 26985 clauses out of 69164 with flag 0/455000
255.41/250.23	c cleaning 27541 clauses out of 73179 with flag 0/486000
292.24/286.70	c cleaning 29331 clauses out of 77639 with flag 0/518001
298.64/293.07	c cleaning 29444 clauses out of 81307 with flag 0/551000
328.55/322.42	c cleaning 28358 clauses out of 85863 with flag 0/585000
340.10/333.85	c cleaning 31348 clauses out of 92505 with flag 0/620000
350.84/344.32	c cleaning 32424 clauses out of 97157 with flag 0/656000
373.57/366.52	c cleaning 32739 clauses out of 101733 with flag 0/693000
455.73/448.09	c cleaning 34061 clauses out of 106994 with flag 0/731000
492.54/484.33	c cleaning 36388 clauses out of 111933 with flag 0/770000
531.98/523.35	c cleaning 34937 clauses out of 115546 with flag 0/810001
777.98/769.34	c cleaning 37560 clauses out of 121608 with flag 0/851000
788.67/779.88	c cleaning 35890 clauses out of 126049 with flag 0/893001
894.42/884.55	c cleaning 41064 clauses out of 133158 with flag 0/936000
975.03/964.64	c cleaning 41239 clauses out of 136096 with flag 0/980002
1018.13/1007.19	c cleaning 41284 clauses out of 139856 with flag 0/1025001
1419.13/1407.67	c cleaning 43185 clauses out of 144571 with flag 0/1071000
1740.50/1728.44	c cleaning 44946 clauses out of 148387 with flag 0/1118001
1752.19/1739.86	c cleaning 43103 clauses out of 151440 with flag 0/1166000
1765.75/1752.88	c cleaning 42081 clauses out of 157337 with flag 0/1215000
1805.85/1792.15	c cleaning 46218 clauses out of 165257 with flag 0/1265001
1941.21/1926.73	c cleaning 46838 clauses out of 170038 with flag 0/1316000
1978.73/1963.69	c cleaning 48106 clauses out of 175200 with flag 0/1368000
2067.81/2051.82	c cleaning 47787 clauses out of 180094 with flag 0/1421000
2115.55/2098.63	c cleaning 48610 clauses out of 186307 with flag 0/1475000
2164.05/2146.60	c cleaning 45074 clauses out of 192698 with flag 0/1530001
2208.73/2190.51	c cleaning 49034 clauses out of 203623 with flag 0/1586000
2440.15/2420.76	c cleaning 53901 clauses out of 211589 with flag 0/1643000
2510.01/2489.50	c cleaning 52408 clauses out of 215688 with flag 0/1701000
2696.66/2674.96	c cleaning 55669 clauses out of 222281 with flag 0/1760001
2751.19/2728.74	c cleaning 49640 clauses out of 226611 with flag 0/1820000
2834.86/2811.65	c cleaning 50726 clauses out of 237972 with flag 0/1881001
3078.21/3054.01	c cleaning 41077 clauses out of 249246 with flag 0/1943001
3142.38/3117.21	c cleaning 51176 clauses out of 271168 with flag 0/2006000
3207.34/3180.60	c cleaning 58387 clauses out of 283992 with flag 0/2070000
3266.55/3238.67	c cleaning 58319 clauses out of 290605 with flag 0/2135000
3322.94/3294.02	c cleaning 54179 clauses out of 298286 with flag 0/2201000
3410.48/3380.37	c cleaning 59388 clauses out of 311107 with flag 0/2268000
3600.05/3568.52	c starts		: 229
3600.05/3568.52	c conflicts		: 2326991
3600.05/3568.52	c decisions		: 9503752
3600.05/3568.52	c propagations		: 27111827
3600.05/3568.52	c inspects		: 5227956920
3600.05/3568.52	c shortcuts		: 0
3600.05/3568.52	c learnt literals	: 0
3600.05/3568.52	c learnt binary clauses	: 0
3600.05/3568.52	c learnt ternary clauses	: 180
3600.05/3568.52	c learnt constraints	: 2326991
3600.05/3568.52	c ignored constraints	: 0
3600.05/3568.52	c root simplifications	: 0
3600.05/3568.52	c removed literals (reason simplification)	: 0
3600.05/3568.52	c reason swapping (by a shorter reason)	: 0
3600.05/3568.52	c Calls to reduceDB	: 63
3600.05/3568.52	c Number of update (reduction) of LBD	: 76822
3600.05/3568.52	c Imported unit clauses	: 0
3600.05/3568.52	c No decision after first conflict	: false
3600.05/3568.52	c number of reductions to clauses (during analyze)	: 0
3600.05/3568.52	c number of learned constraints concerned by reduction	: 0
3600.05/3568.52	c number of learning phase by resolution	: 0
3600.05/3568.52	c number of learning phase by cutting planes	: 0
3600.05/3568.52	c number of rounding to 1 operations	: 9720958
3600.05/3568.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3568.52	c number of reductions of the coefficients by power 2 	: 0
3600.05/3568.52	c number of right shift for reduction by power 2 	: 0
3600.05/3568.52	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3568.52	c number of ending skipping 	: 0
3600.05/3568.52	c number of internal skipping 	: 0
3600.05/3568.52	c number of derivation steps 	: 8846476
3600.05/3568.52	c number of skipped derivation steps 	: 0
3600.05/3568.52	c number of remaining unassigned 	: 45148
3600.05/3568.52	c number of remaining assigned 	: 97580257
3600.05/3568.52	c number of falsified literals weakened from reason	: 0
3600.05/3568.52	c number of falsified literals weakened from conflict	: 0
3600.05/3568.52	c time for arithmetic operations	: 5035323962
3600.05/3568.52	c minimum degree of deleted constraints	: 4
3600.05/3568.52	c maximum degree of deleted constraints	: 386856262276681335905976315
3600.05/3568.52	c number of deleted constraints	: 2016281
3600.05/3568.52	c speed (assignments/second)	: 7598.525295974987
3600.05/3568.52	c non guided choices	: 2503693
3600.05/3568.54	c timeout
3600.05/3568.59	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 126081
3600.05/3568.59	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 16343
3600.05/3568.59	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 168286
3600.05/3568.60	s UNKNOWN
3600.05/3568.60	c Total wall clock time (in seconds): 3568.446

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (55627 MiB free)
  memory of node 1: 64473 MiB (58591 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452685-1721447356/watcher-4452685-1721447356 -o /tmp/evaluation-result-4452685-1721447356/solver-4452685-1721447356 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721442917-1037948 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4452685-1721447356.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=1040589, runsolver pid=1040586
Current StackSize limit: 8192 KiB


[startup+0.100162 s]*
/proc/loadavg: 4.25 4.23 4.19 6/328 1040607
/proc/meminfo: memFree=116911256/131524600 swapFree=131071996/131071996
[pid=1040589] ppid=1040586 vsize=18975048 memory=63628 CPUtime=0.13 cores=5,7
/proc/1040589/stat : 1040589 (java) S 1040586 1040589 1037935 0 -1 1077936128 7221 0 0 0 11 2 0 0 20 0 18 0 196902277 19430449152 15907 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
/proc/1040589/statm: 4743762 15907 5755 1 0 549355 0
[pid=1040589/tid=1040591] ppid=1040586 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/1040589/task/1040591/stat : 1040591 (java) R 1040586 1040589 1037935 0 -1 4194368 5766 0 0 0 7 1 0 0 20 0 18 0 196902277 19430449152 15907 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040600] ppid=1040586 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/1040589/task/1040600/stat : 1040600 (Finalizer) S 1040586 1040589 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 196902280 19430449152 15907 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040607] ppid=1040586 vsize=18975048 memory=14408228826018639 CPUtime=0 cores=5,7
/proc/1040589/task/1040607/stat : 1040607 (Common-Cleaner) S 1040586 1040589 1037935 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 196902280 19430449152 15907 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63628 KiB

[startup+0.205677 s]*
/proc/loadavg: 4.25 4.23 4.19 8/328 1040607
/proc/meminfo: memFree=116858248/131524600 swapFree=131071996/131071996
[pid=1040589] ppid=1040586 vsize=18975048 memory=114988 CPUtime=0.33 cores=5,7
/proc/1040589/stat : 1040589 (java) S 1040586 1040589 1037935 0 -1 1077936128 7765 0 0 0 30 3 0 0 20 0 18 0 196902277 19430449152 28747 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
/proc/1040589/statm: 4743762 28747 5858 1 0 549683 0
[pid=1040589/tid=1040591] ppid=1040586 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=5,7
/proc/1040589/task/1040591/stat : 1040591 (java) R 1040586 1040589 1037935 0 -1 4194368 6050 0 0 0 16 2 0 0 20 0 18 0 196902277 19430449152 28747 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040600] ppid=1040586 vsize=18975048 memory=2643 CPUtime=0 cores=5,7
/proc/1040589/task/1040600/stat : 1040600 (Finalizer) S 1040586 1040589 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 196902280 19430449152 28747 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040607] ppid=1040586 vsize=18975048 memory=14126753849280249 CPUtime=0 cores=5,7
/proc/1040589/task/1040607/stat : 1040607 (Common-Cleaner) S 1040586 1040589 1037935 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 196902280 19430449152 28747 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 114988 KiB

[startup+0.313858 s]*
/proc/loadavg: 4.25 4.23 4.19 8/329 1040608
/proc/meminfo: memFree=116803784/131524600 swapFree=131071996/131071996
[pid=1040589] ppid=1040586 vsize=19041612 memory=164468 CPUtime=0.52 cores=5,7
/proc/1040589/stat : 1040589 (java) S 1040586 1040589 1037935 0 -1 1077936128 9401 0 0 0 47 5 0 0 20 0 19 0 196902277 19498610688 41117 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
/proc/1040589/statm: 4760403 41117 5858 1 0 550977 0
[pid=1040589/tid=1040591] ppid=1040586 vsize=19041612 memory=-7812159286163759970 CPUtime=0.26 cores=5,7
/proc/1040589/task/1040591/stat : 1040591 (java) R 1040586 1040589 1037935 0 -1 4194368 6080 0 0 0 22 4 0 0 20 0 19 0 196902277 19498610688 41117 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040600] ppid=1040586 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1040589/task/1040600/stat : 1040600 (Finalizer) S 1040586 1040589 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 196902280 19498610688 41117 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040607] ppid=1040586 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1040589/task/1040607/stat : 1040607 (Common-Cleaner) S 1040586 1040589 1037935 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 196902280 19498610688 41117 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164468 KiB

[startup+0.705858 s]
/proc/loadavg: 4.25 4.23 4.19 8/330 1040609
/proc/meminfo: memFree=116683464/131524600 swapFree=131071996/131071996
[pid=1040589] ppid=1040586 vsize=19108176 memory=299616 CPUtime=1.27 cores=5,7
/proc/1040589/stat : 1040589 (java) S 1040586 1040589 1037935 0 -1 1077936128 12142 0 0 0 119 8 0 0 20 0 20 0 196902277 19566772224 74904 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
/proc/1040589/statm: 4777044 74904 5874 1 0 552715 0
[pid=1040589/tid=1040591] ppid=1040586 vsize=19108176 memory=5544 CPUtime=0.57 cores=5,7
/proc/1040589/task/1040591/stat : 1040591 (java) R 1040586 1040589 1037935 0 -1 4194368 6201 0 0 0 51 6 0 0 20 0 20 0 196902277 19566772224 74904 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040600] ppid=1040586 vsize=19108176 memory=12504 CPUtime=0 cores=5,7
/proc/1040589/task/1040600/stat : 1040600 (Finalizer) S 1040586 1040589 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196902280 19566772224 74904 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040607] ppid=1040586 vsize=19108176 memory=279849868780200 CPUtime=0 cores=5,7
/proc/1040589/task/1040607/stat : 1040607 (Common-Cleaner) S 1040586 1040589 1037935 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 196902280 19566772224 74904 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040609] ppid=1040586 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1040589/task/1040609/stat : 1040609 (Timer-0) S 1040586 1040589 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196902325 19566772224 74904 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 299616 KiB

[startup+1.50186 s]
/proc/loadavg: 4.47 4.27 4.21 9/330 1040609
/proc/meminfo: memFree=116569784/131524600 swapFree=131071996/131071996
[pid=1040589] ppid=1040586 vsize=19108176 memory=1010384 CPUtime=2.79 cores=5,7
/proc/1040589/stat : 1040589 (java) S 1040586 1040589 1037935 0 -1 1077936128 14065 0 0 0 257 22 0 0 20 0 20 0 196902277 19566772224 252596 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
/proc/1040589/statm: 4777044 252596 5874 1 0 1098330 0
[pid=1040589/tid=1040591] ppid=1040586 vsize=19108176 memory=12504 CPUtime=1.26 cores=5,7
/proc/1040589/task/1040591/stat : 1040591 (java) S 1040586 1040589 1037935 0 -1 1077936192 6572 0 0 0 108 18 0 0 20 0 20 0 196902277 19566772224 252596 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040600] ppid=1040586 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1040589/task/1040600/stat : 1040600 (Finalizer) S 1040586 1040589 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196902280 19566772224 252596 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040607] ppid=1040586 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1040589/task/1040607/stat : 1040607 (Common-Cleaner) S 1040586 1040589 1037935 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 196902280 19566772224 252596 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040609] ppid=1040586 vsize=19108176 memory=279849868633360 CPUtime=0 cores=5,7
/proc/1040589/task/1040609/stat : 1040609 (Timer-0) S 1040586 1040589 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196902325 19566772224 252596 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1010384 KiB

[startup+3.10566 s]
/proc/loadavg: 4.47 4.27 4.21 5/330 1040611
/proc/meminfo: memFree=115211732/131524600 swapFree=131071996/131071996
[pid=1040589] ppid=1040586 vsize=19108176 memory=1700836 CPUtime=5.27 cores=5,7
/proc/1040589/stat : 1040589 (java) S 1040586 1040589 1037935 0 -1 1077936128 16319 0 0 0 491 36 0 0 20 0 20 0 196902277 19566772224 425209 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
/proc/1040589/statm: 4777044 425209 5874 1 0 1099208 0
[pid=1040589/tid=1040591] ppid=1040586 vsize=19108176 memory=0 CPUtime=2.79 cores=5,7
/proc/1040589/task/1040591/stat : 1040591 (java) R 1040586 1040589 1037935 0 -1 4194368 6925 0 0 0 248 31 0 0 20 0 20 0 196902277 19566772224 425209 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040600] ppid=1040586 vsize=19108176 memory=12504 CPUtime=0 cores=5,7
/proc/1040589/task/1040600/stat : 1040600 (Finalizer) S 1040586 1040589 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196902280 19566772224 425209 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040607] ppid=1040586 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1040589/task/1040607/stat : 1040607 (Common-Cleaner) S 1040586 1040589 1037935 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 196902280 19566772224 425209 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040609] ppid=1040586 vsize=19108176 memory=11476 CPUtime=0 cores=5,7
/proc/1040589/task/1040609/stat : 1040609 (Timer-0) S 1040586 1040589 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196902325 19566772224 425209 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
Current children cumulated CPU time: 5.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1700836 KiB

[startup+6.30027 s]
/proc/loadavg: 4.44 4.27 4.20 5/331 1040612
/proc/meminfo: memFree=114210404/131524600 swapFree=131071996/131071996
[pid=1040589] ppid=1040586 vsize=19108176 memory=2699940 CPUtime=8.81 cores=5,7
/proc/1040589/stat : 1040589 (java) S 1040586 1040589 1037935 0 -1 1077936128 18717 0 0 0 826 55 0 0 20 0 20 0 196902277 19566772224 674985 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
/proc/1040589/statm: 4777044 674985 5890 1 0 1099639 0
[pid=1040589/tid=1040591] ppid=1040586 vsize=19108176 memory=12504 CPUtime=5.93 cores=5,7
/proc/1040589/task/1040591/stat : 1040591 (java) R 1040586 1040589 1037935 0 -1 4194368 7899 0 0 0 543 50 0 0 20 0 20 0 196902277 19566772224 674985 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040600] ppid=1040586 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1040589/task/1040600/stat : 1040600 (Finalizer) S 1040586 1040589 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196902280 19566772224 674985 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040607] ppid=1040586 vsize=19108176 memory=-7163974055829550171 CPUtime=0 cores=5,7
/proc/1040589/task/1040607/stat : 1040607 (Common-Cleaner) S 1040586 1040589 1037935 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 196902280 19566772224 674985 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040609] ppid=1040586 vsize=19108176 memory=1022932 CPUtime=0 cores=5,7
/proc/1040589/task/1040609/stat : 1040609 (Timer-0) S 1040586 1040589 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196902325 19566772224 674985 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
Current children cumulated CPU time: 8.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2699940 KiB

[startup+12.7003 s]
/proc/loadavg: 4.40 4.27 4.20 5/331 1040612
/proc/meminfo: memFree=114210268/131524600 swapFree=131071996/131071996
[pid=1040589] ppid=1040586 vsize=19108176 memory=2700684 CPUtime=15.4 cores=5,7
/proc/1040589/stat : 1040589 (java) S 1040586 1040589 1037935 0 -1 1077936128 24685 0 0 0 1483 57 0 0 20 0 20 0 196902277 19566772224 675171 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
/proc/1040589/statm: 4777044 675171 5906 1 0 1099708 0
[pid=1040589/tid=1040591] ppid=1040586 vsize=19108176 memory=0 CPUtime=12.21 cores=5,7
/proc/1040589/task/1040591/stat : 1040591 (java) R 1040586 1040589 1037935 0 -1 4194368 9368 0 0 0 1170 51 0 0 20 0 20 0 196902277 19566772224 675171 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040600] ppid=1040586 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1040589/task/1040600/stat : 1040600 (Finalizer) S 1040586 1040589 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196902280 19566772224 675171 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040607] ppid=1040586 vsize=19108176 memory=2700684 CPUtime=0 cores=5,7
/proc/1040589/task/1040607/stat : 1040607 (Common-Cleaner) S 1040586 1040589 1037935 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 196902280 19566772224 675171 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040609] ppid=1040586 vsize=19108176 memory=12504 CPUtime=0 cores=5,7
/proc/1040589/task/1040609/stat : 1040609 (Timer-0) S 1040586 1040589 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196902325 19566772224 675171 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
Current children cumulated CPU time: 15.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2700684 KiB

[startup+25.5003 s]
/proc/loadavg: 4.42 4.27 4.21 5/331 1040615
/proc/meminfo: memFree=114063980/131524600 swapFree=131071996/131071996
[pid=1040589] ppid=1040586 vsize=19108176 memory=2717548 CPUtime=28.39 cores=5,7
/proc/1040589/stat : 1040589 (java) S 1040586 1040589 1037935 0 -1 1077936128 27106 0 0 0 2780 59 0 0 20 0 20 0 196902277 19566772224 679387 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
/proc/1040589/statm: 4777044 679387 5932 1 0 1099708 0
[pid=1040589/tid=1040591] ppid=1040586 vsize=19108176 memory=2700684 CPUtime=24.74 cores=5,7
/proc/1040589/task/1040591/stat : 1040591 (java) R 1040586 1040589 1037935 0 -1 4194368 10333 0 0 0 2423 51 0 0 20 0 20 0 196902277 19566772224 679387 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040600] ppid=1040586 vsize=19108176 memory=-7812159286163759970 CPUtime=0 cores=5,7
/proc/1040589/task/1040600/stat : 1040600 (Finalizer) S 1040586 1040589 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196902280 19566772224 679387 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040607] ppid=1040586 vsize=19108176 memory=46876 CPUtime=0 cores=5,7
/proc/1040589/task/1040607/stat : 1040607 (Common-Cleaner) S 1040586 1040589 1037935 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 196902280 19566772224 679387 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040609] ppid=1040586 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1040589/task/1040609/stat : 1040609 (Timer-0) S 1040586 1040589 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196902325 19566772224 679387 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
Current children cumulated CPU time: 28.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2717548 KiB

[startup+51.1059 s]
/proc/loadavg: 4.25 4.25 4.20 5/334 1040623
/proc/meminfo: memFree=114019452/131524600 swapFree=131071996/131071996
[pid=1040589] ppid=1040586 vsize=19108176 memory=2744280 CPUtime=54.28 cores=5,7
/proc/1040589/stat : 1040589 (java) S 1040586 1040589 1037935 0 -1 1077936128 35964 0 0 0 5367 61 0 0 20 0 20 0 196902277 19566772224 686070 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
/proc/1040589/statm: 4777044 686070 5932 1 0 1099708 0
[pid=1040589/tid=1040591] ppid=1040586 vsize=19108176 memory=2733980 CPUtime=49.79 cores=5,7
/proc/1040589/task/1040591/stat : 1040591 (java) R 1040586 1040589 1037935 0 -1 4194368 13603 0 0 0 4928 51 0 0 20 0 20 0 196902277 19566772224 686070 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040600] ppid=1040586 vsize=19108176 memory=46876 CPUtime=0 cores=5,7
/proc/1040589/task/1040600/stat : 1040600 (Finalizer) S 1040586 1040589 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196902280 19566772224 686070 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0

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

/proc/1040589/task/1040600/stat : 1040600 (Finalizer) S 1040586 1040589 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196902280 19566772224 1325925 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040607] ppid=1040586 vsize=19108176 memory=16072 CPUtime=0 cores=5,7
/proc/1040589/task/1040607/stat : 1040607 (Common-Cleaner) S 1040586 1040589 1037935 0 -1 1077936192 3777 0 0 0 0 0 0 0 20 0 20 0 196902280 19566772224 1325925 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040609] ppid=1040586 vsize=19108176 memory=2809272 CPUtime=0 cores=5,7
/proc/1040589/task/1040609/stat : 1040609 (Timer-0) S 1040586 1040589 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196902325 19566772224 1325925 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
Current children cumulated CPU time: 3188.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5303700 KiB

[startup+3222.3 s]
/proc/loadavg: 4.17 4.22 4.20 5/333 1042712
/proc/meminfo: memFree=112545804/131524600 swapFree=131071996/131071996
[pid=1040589] ppid=1040586 vsize=19108176 memory=5303840 CPUtime=3249.86 cores=5,7
/proc/1040589/stat : 1040589 (java) S 1040586 1040589 1037935 0 -1 1077936128 291980 0 0 0 324726 260 0 0 20 0 20 0 196902277 19566772224 1325960 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
/proc/1040589/statm: 4777044 1325960 5929 1 0 1336926 0
[pid=1040589/tid=1040591] ppid=1040586 vsize=19108176 memory=5303292 CPUtime=3164.44 cores=5,7
/proc/1040589/task/1040591/stat : 1040591 (java) R 1040586 1040589 1037935 0 -1 4194368 148334 0 0 0 316351 93 0 0 20 0 20 0 196902277 19566772224 1325960 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 113 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040600] ppid=1040586 vsize=19108176 memory=11476 CPUtime=0 cores=5,7
/proc/1040589/task/1040600/stat : 1040600 (Finalizer) S 1040586 1040589 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196902280 19566772224 1325960 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040607] ppid=1040586 vsize=19108176 memory=11476 CPUtime=0 cores=5,7
/proc/1040589/task/1040607/stat : 1040607 (Common-Cleaner) S 1040586 1040589 1037935 0 -1 1077936192 3821 0 0 0 0 0 0 0 20 0 20 0 196902280 19566772224 1325960 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040609] ppid=1040586 vsize=19108176 memory=5552 CPUtime=0 cores=5,7
/proc/1040589/task/1040609/stat : 1040609 (Timer-0) S 1040586 1040589 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196902325 19566772224 1325960 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
Current children cumulated CPU time: 3249.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5303840 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.21 4.20 5/333 1042722
/proc/meminfo: memFree=112487156/131524600 swapFree=131071996/131071996
[pid=1040589] ppid=1040586 vsize=19108176 memory=5303848 CPUtime=3310.94 cores=5,7
/proc/1040589/stat : 1040589 (java) S 1040586 1040589 1037935 0 -1 1077936128 294366 0 0 0 330831 263 0 0 20 0 20 0 196902277 19566772224 1325962 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
/proc/1040589/statm: 4777044 1325962 5929 1 0 1336934 0
[pid=1040589/tid=1040591] ppid=1040586 vsize=19108176 memory=11476 CPUtime=3222.99 cores=5,7
/proc/1040589/task/1040591/stat : 1040591 (java) R 1040586 1040589 1037935 0 -1 4194368 149859 0 0 0 322206 93 0 0 20 0 20 0 196902277 19566772224 1325962 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 113 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040600] ppid=1040586 vsize=19108176 memory=279849869561488 CPUtime=0 cores=5,7
/proc/1040589/task/1040600/stat : 1040600 (Finalizer) S 1040586 1040589 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196902280 19566772224 1325962 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040607] ppid=1040586 vsize=19108176 memory=5303840 CPUtime=0 cores=5,7
/proc/1040589/task/1040607/stat : 1040607 (Common-Cleaner) S 1040586 1040589 1037935 0 -1 1077936192 3865 0 0 0 0 0 0 0 20 0 20 0 196902280 19566772224 1325962 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040609] ppid=1040586 vsize=19108176 memory=5303848 CPUtime=0 cores=5,7
/proc/1040589/task/1040609/stat : 1040609 (Timer-0) S 1040586 1040589 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196902325 19566772224 1325962 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
Current children cumulated CPU time: 3310.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5303848 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.20 4.19 5/332 1042733
/proc/meminfo: memFree=112436588/131524600 swapFree=131071996/131071996
[pid=1040589] ppid=1040586 vsize=19108176 memory=5303864 CPUtime=3372.16 cores=5,7
/proc/1040589/stat : 1040589 (java) S 1040586 1040589 1037935 0 -1 1077936128 299725 0 0 0 336951 265 0 0 20 0 20 0 196902277 19566772224 1325966 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
/proc/1040589/statm: 4777044 1325966 5929 1 0 1336934 0
[pid=1040589/tid=1040591] ppid=1040586 vsize=19108176 memory=5303844 CPUtime=3281.17 cores=5,7
/proc/1040589/task/1040591/stat : 1040591 (java) R 1040586 1040589 1037935 0 -1 4194368 152642 0 0 0 328024 93 0 0 20 0 20 0 196902277 19566772224 1325966 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 115 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040600] ppid=1040586 vsize=19108176 memory=-7812159286163759970 CPUtime=0 cores=5,7
/proc/1040589/task/1040600/stat : 1040600 (Finalizer) S 1040586 1040589 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196902280 19566772224 1325966 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040607] ppid=1040586 vsize=19108176 memory=11476 CPUtime=0 cores=5,7
/proc/1040589/task/1040607/stat : 1040607 (Common-Cleaner) S 1040586 1040589 1037935 0 -1 1077936192 3950 0 0 0 0 0 0 0 20 0 20 0 196902280 19566772224 1325966 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040609] ppid=1040586 vsize=19108176 memory=5303860 CPUtime=0 cores=5,7
/proc/1040589/task/1040609/stat : 1040609 (Timer-0) S 1040586 1040589 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196902325 19566772224 1325966 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
Current children cumulated CPU time: 3372.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5303864 KiB

[startup+3402.3 s]
/proc/loadavg: 4.33 4.24 4.20 5/330 1042743
/proc/meminfo: memFree=112409296/131524600 swapFree=131071996/131071996
[pid=1040589] ppid=1040586 vsize=19108176 memory=5303864 CPUtime=3432.89 cores=5,7
/proc/1040589/stat : 1040589 (java) S 1040586 1040589 1037935 0 -1 1077936128 305327 0 0 0 343021 268 0 0 20 0 20 0 196902277 19566772224 1325966 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
/proc/1040589/statm: 4777044 1325966 5929 1 0 1336934 0
[pid=1040589/tid=1040591] ppid=1040586 vsize=19108176 memory=5303864 CPUtime=3339.83 cores=5,7
/proc/1040589/task/1040591/stat : 1040591 (java) R 1040586 1040589 1037935 0 -1 4194368 155759 0 0 0 333889 94 0 0 20 0 20 0 196902277 19566772224 1325966 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 115 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040600] ppid=1040586 vsize=19108176 memory=5303864 CPUtime=0 cores=5,7
/proc/1040589/task/1040600/stat : 1040600 (Finalizer) S 1040586 1040589 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196902280 19566772224 1325966 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040607] ppid=1040586 vsize=19108176 memory=5303864 CPUtime=0 cores=5,7
/proc/1040589/task/1040607/stat : 1040607 (Common-Cleaner) S 1040586 1040589 1037935 0 -1 1077936192 3951 0 0 0 0 0 0 0 20 0 20 0 196902280 19566772224 1325966 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040609] ppid=1040586 vsize=19108176 memory=-7812159286163759970 CPUtime=0 cores=5,7
/proc/1040589/task/1040609/stat : 1040609 (Timer-0) S 1040586 1040589 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196902325 19566772224 1325966 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
Current children cumulated CPU time: 3432.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5303864 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.21 4.19 5/330 1042753
/proc/meminfo: memFree=112320508/131524600 swapFree=131071996/131071996
[pid=1040589] ppid=1040586 vsize=19108176 memory=5303872 CPUtime=3493.72 cores=5,7
/proc/1040589/stat : 1040589 (java) S 1040586 1040589 1037935 0 -1 1077936128 307029 0 0 0 349101 271 0 0 20 0 20 0 196902277 19566772224 1325968 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
/proc/1040589/statm: 4777044 1325968 5929 1 0 1336934 0
[pid=1040589/tid=1040591] ppid=1040586 vsize=19108176 memory=5303864 CPUtime=3398.44 cores=5,7
/proc/1040589/task/1040591/stat : 1040591 (java) R 1040586 1040589 1037935 0 -1 4194368 156762 0 0 0 339750 94 0 0 20 0 20 0 196902277 19566772224 1325968 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 115 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040600] ppid=1040586 vsize=19108176 memory=5303864 CPUtime=0 cores=5,7
/proc/1040589/task/1040600/stat : 1040600 (Finalizer) S 1040586 1040589 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196902280 19566772224 1325968 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040607] ppid=1040586 vsize=19108176 memory=16072 CPUtime=0 cores=5,7
/proc/1040589/task/1040607/stat : 1040607 (Common-Cleaner) S 1040586 1040589 1037935 0 -1 1077936192 4028 0 0 0 0 0 0 0 20 0 20 0 196902280 19566772224 1325968 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040609] ppid=1040586 vsize=19108176 memory=5303872 CPUtime=0 cores=5,7
/proc/1040589/task/1040609/stat : 1040609 (Timer-0) S 1040586 1040589 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196902325 19566772224 1325968 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
Current children cumulated CPU time: 3493.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5303872 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.20 4.18 5/331 1042766
/proc/meminfo: memFree=112248208/131524600 swapFree=131071996/131071996
[pid=1040589] ppid=1040586 vsize=19108176 memory=5303872 CPUtime=3553.86 cores=5,7
/proc/1040589/stat : 1040589 (java) S 1040586 1040589 1037935 0 -1 1077936128 311445 0 0 0 355112 274 0 0 20 0 20 0 196902277 19566772224 1325968 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
/proc/1040589/statm: 4777044 1325968 5929 1 0 1336934 0
[pid=1040589/tid=1040591] ppid=1040586 vsize=19108176 memory=5303872 CPUtime=3457.79 cores=5,7
/proc/1040589/task/1040591/stat : 1040591 (java) R 1040586 1040589 1037935 0 -1 4194368 158494 0 0 0 345685 94 0 0 20 0 20 0 196902277 19566772224 1325968 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 115 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040600] ppid=1040586 vsize=19108176 memory=5303872 CPUtime=0 cores=5,7
/proc/1040589/task/1040600/stat : 1040600 (Finalizer) S 1040586 1040589 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196902280 19566772224 1325968 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040607] ppid=1040586 vsize=19108176 memory=5303872 CPUtime=0 cores=5,7
/proc/1040589/task/1040607/stat : 1040607 (Common-Cleaner) S 1040586 1040589 1037935 0 -1 1077936192 4075 0 0 0 0 0 0 0 20 0 20 0 196902280 19566772224 1325968 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040609] ppid=1040586 vsize=19108176 memory=5303872 CPUtime=0 cores=5,7
/proc/1040589/task/1040609/stat : 1040609 (Timer-0) S 1040586 1040589 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196902325 19566772224 1325968 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
Current children cumulated CPU time: 3553.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5303872 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3568.5 s]
/proc/loadavg: 4.18 4.20 4.18 5/331 1042775
/proc/meminfo: memFree=112180044/131524600 swapFree=131071996/131071996
[pid=1040589] ppid=1040586 vsize=19108176 memory=5303872 CPUtime=3600.05 cores=5,7
/proc/1040589/stat : 1040589 (java) S 1040586 1040589 1037935 0 -1 1077936128 313621 0 0 0 359729 276 0 0 20 0 20 0 196902277 19566772224 1325968 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
/proc/1040589/statm: 4777044 1325968 5929 1 0 1336934 0
[pid=1040589/tid=1040591] ppid=1040586 vsize=19108176 memory=5303872 CPUtime=3503.68 cores=5,7
/proc/1040589/task/1040591/stat : 1040591 (java) R 1040586 1040589 1037935 0 -1 4194368 160508 0 0 0 350273 95 0 0 20 0 20 0 196902277 19566772224 1325968 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 115 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040600] ppid=1040586 vsize=19108176 memory=5303872 CPUtime=0 cores=5,7
/proc/1040589/task/1040600/stat : 1040600 (Finalizer) S 1040586 1040589 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196902280 19566772224 1325968 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040607] ppid=1040586 vsize=19108176 memory=11476 CPUtime=0 cores=5,7
/proc/1040589/task/1040607/stat : 1040607 (Common-Cleaner) S 1040586 1040589 1037935 0 -1 1077936192 4123 0 0 0 0 0 0 0 20 0 20 0 196902280 19566772224 1325968 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
[pid=1040589/tid=1040609] ppid=1040586 vsize=19108176 memory=5544 CPUtime=0 cores=5,7
/proc/1040589/task/1040609/stat : 1040609 (Timer-0) S 1040586 1040589 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196902325 19566772224 1325968 134679101440 94399701573632 94399701577328 140725653451856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94399701585144 94399701585936 94399725907968 140725653455854 140725653455967 140725653455967 140725653462984 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5303872 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3568.62 s]
# the end of solver process 1040589 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3597.46 s, system=2.78595 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3568.6 s]*
/proc/loadavg: 4.18 4.20 4.18 6/313 1042778
/proc/meminfo: memFree=112735992/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3568.62
CPU time (s): 3600.24
CPU user time (s): 3597.46
CPU system time (s): 2.78595
CPU usage (%): 100.886
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 5303872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.46
system time used= 2.78595
maximum resident set size= 5305772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 318368
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 150330
involuntary context switches= 9418


# summary of solver processes directly reported to runsolver:
#   pid: 1040589
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3597.46
#   total CPU system time (s): 2.78595

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.53848 second user time and 17.7408 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-20 05:49:29
IDJOB=4452685
IDBENCH=165294
IDSOLVER=3046
FILE ID=nodeC027/4452685-1721447356
RUNJOBID= nodeC027-1721442917-1037948
SLURM_JOB_ID= 7545652
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5/normalized-sumineqArity5pyramidP085.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452685-1721447356/watcher-4452685-1721447356 -o /tmp/evaluation-result-4452685-1721447356/solver-4452685-1721447356 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721442917-1037948 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4452685-1721447356.opb

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= 5d1633616664d1d404e86526e434c88a
RANDOM SEED=1930138727

nodeC027.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3654.461
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3614.983
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.371
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3614.983
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3654.661
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.205
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.490
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.203
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        116960484 kB
MemAvailable:   118706616 kB
Buffers:          528772 kB
Cached:          2055484 kB
SwapCached:            0 kB
Active:          1024612 kB
Inactive:       12889336 kB
Active(anon):       1552 kB
Inactive(anon): 11374060 kB
Active(file):    1023060 kB
Inactive(file):  1515276 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1680 kB
Writeback:             0 kB
AnonPages:      11329528 kB
Mapped:           127304 kB
Shmem:             45912 kB
KReclaimable:      95240 kB
Slab:             208740 kB
SReclaimable:      95240 kB
SUnreclaim:       113500 kB
KernelStack:        5056 kB
PageTables:        32252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   12036780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            71488 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11012096 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      193236 kB
DirectMap2M:    15308800 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC027 at 2024-07-20 06:48:58