Trace number 4452775

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 3590.5

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP135.shuf-3.opb
MD5SUMbaac7260ecc6f9812e76d8cbcf4d3b9b
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 benchmark9.93598
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables46580
Total number of constraints9317
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints9313
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 30
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-4452775-1721448413.opb
0.13/0.15	c reading problem ... 
0.13/0.16	c  no objective function found
2.07/1.25	c ... done. Wall clock time 1.092s.
2.07/1.25	c declared #vars     46580
2.07/1.25	c #constraints  9317
2.07/1.25	c constraints type 
2.07/1.25	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 9317
2.07/1.25	c 9317 constraints processed.
4.58/2.57	c cleaning 2497 clauses out of 5000 with flag 0/5000
6.52/3.86	c cleaning 4232 clauses out of 8503 with flag 0/11000
7.99/5.16	c cleaning 5458 clauses out of 11271 with flag 0/18000
10.61/7.64	c cleaning 6718 clauses out of 13813 with flag 0/26000
12.72/9.71	c cleaning 7811 clauses out of 16095 with flag 0/35000
16.06/13.00	c cleaning 8785 clauses out of 18285 with flag 0/45001
18.23/15.11	c cleaning 9373 clauses out of 20499 with flag 0/56000
21.79/18.67	c cleaning 10529 clauses out of 23127 with flag 0/68001
43.01/39.81	c cleaning 11751 clauses out of 25597 with flag 0/81000
45.86/42.60	c cleaning 12798 clauses out of 27846 with flag 0/95000
86.79/83.65	c cleaning 13908 clauses out of 30049 with flag 0/110001
91.73/88.58	c cleaning 14749 clauses out of 32140 with flag 0/126000
97.07/93.77	c cleaning 15723 clauses out of 34391 with flag 0/143000
102.36/98.81	c cleaning 16684 clauses out of 36668 with flag 0/161000
109.16/105.55	c cleaning 17721 clauses out of 38984 with flag 0/180000
115.74/112.03	c cleaning 18690 clauses out of 41263 with flag 0/200000
122.11/118.38	c cleaning 19746 clauses out of 43574 with flag 0/221001
129.67/125.84	c cleaning 20740 clauses out of 45827 with flag 0/243000
137.24/133.31	c cleaning 21488 clauses out of 48087 with flag 0/266000
143.21/139.29	c cleaning 22532 clauses out of 50599 with flag 0/290000
172.92/168.62	c cleaning 23336 clauses out of 53068 with flag 0/315001
183.60/179.16	c cleaning 24209 clauses out of 55731 with flag 0/341000
194.15/189.34	c cleaning 22452 clauses out of 58522 with flag 0/368000
208.26/203.22	c cleaning 24789 clauses out of 64070 with flag 0/396000
230.00/224.86	c cleaning 26031 clauses out of 68281 with flag 0/425000
249.02/243.53	c cleaning 28004 clauses out of 72250 with flag 0/455000
262.79/257.13	c cleaning 27048 clauses out of 75247 with flag 0/486001
288.97/283.17	c cleaning 27931 clauses out of 80198 with flag 0/518000
319.84/313.66	c cleaning 28917 clauses out of 85268 with flag 0/551001
341.10/334.71	c cleaning 29883 clauses out of 90350 with flag 0/585000
352.35/345.71	c cleaning 31390 clauses out of 95468 with flag 0/620001
376.66/369.63	c cleaning 29465 clauses out of 100077 with flag 0/656000
395.57/388.12	c cleaning 31739 clauses out of 107614 with flag 0/693002
428.44/420.65	c cleaning 32666 clauses out of 113873 with flag 0/731000
1517.24/1511.20	c cleaning 38483 clauses out of 120207 with flag 0/770000
1566.47/1559.87	c cleaning 36846 clauses out of 121724 with flag 0/810000
2252.89/2245.97	c cleaning 40648 clauses out of 125879 with flag 0/851001
2273.33/2266.18	c cleaning 37521 clauses out of 127231 with flag 0/893001
2312.82/2304.97	c cleaning 38497 clauses out of 132709 with flag 0/936000
2340.32/2332.05	c cleaning 40974 clauses out of 138213 with flag 0/980001
2382.38/2373.84	c cleaning 40162 clauses out of 142238 with flag 0/1025000
3364.62/3356.81	c cleaning 43970 clauses out of 148076 with flag 0/1071000
3386.06/3377.83	c cleaning 39695 clauses out of 151107 with flag 0/1118001
3427.37/3418.59	c cleaning 38587 clauses out of 159411 with flag 0/1166000
3510.13/3500.70	c cleaning 43200 clauses out of 169824 with flag 0/1215000
3600.09/3590.42	c starts		: 190
3600.09/3590.42	c conflicts		: 1232262
3600.09/3590.42	c decisions		: 4862800
3600.09/3590.42	c propagations		: 13269302
3600.09/3590.42	c inspects		: 3225512146
3600.09/3590.42	c shortcuts		: 0
3600.09/3590.42	c learnt literals	: 0
3600.09/3590.42	c learnt binary clauses	: 0
3600.09/3590.42	c learnt ternary clauses	: 172
3600.09/3590.42	c learnt constraints	: 1232262
3600.09/3590.42	c ignored constraints	: 0
3600.09/3590.42	c root simplifications	: 0
3600.09/3590.42	c removed literals (reason simplification)	: 0
3600.09/3590.42	c reason swapping (by a shorter reason)	: 0
3600.09/3590.42	c Calls to reduceDB	: 45
3600.09/3590.42	c Number of update (reduction) of LBD	: 24190
3600.09/3590.42	c Imported unit clauses	: 0
3600.09/3590.42	c No decision after first conflict	: false
3600.09/3590.42	c number of reductions to clauses (during analyze)	: 0
3600.09/3590.42	c number of learned constraints concerned by reduction	: 0
3600.09/3590.42	c number of learning phase by resolution	: 0
3600.09/3590.42	c number of learning phase by cutting planes	: 0
3600.09/3590.42	c number of rounding to 1 operations	: 5211510
3600.09/3590.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3590.42	c number of reductions of the coefficients by power 2 	: 0
3600.09/3590.42	c number of right shift for reduction by power 2 	: 0
3600.09/3590.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3590.42	c number of ending skipping 	: 0
3600.09/3590.42	c number of internal skipping 	: 0
3600.09/3590.42	c number of derivation steps 	: 4560482
3600.09/3590.42	c number of skipped derivation steps 	: 0
3600.09/3590.42	c number of remaining unassigned 	: 13800
3600.09/3590.42	c number of remaining assigned 	: 53406831
3600.09/3590.42	c number of falsified literals weakened from reason	: 0
3600.09/3590.42	c number of falsified literals weakened from conflict	: 0
3600.09/3590.42	c time for arithmetic operations	: 2656222203
3600.09/3590.43	c minimum degree of deleted constraints	: 4
3600.09/3590.43	c maximum degree of deleted constraints	: 45035996273704956
3600.09/3590.43	c number of deleted constraints	: 1088376
3600.09/3590.43	c speed (assignments/second)	: 3697.0473887776593
3600.09/3590.43	c non guided choices	: 1034895
3600.09/3590.43	c timeout
3600.09/3590.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 50365
3600.09/3590.48	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 6851
3600.09/3590.48	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 86670
3600.09/3590.48	s UNKNOWN
3600.09/3590.48	c Total wall clock time (in seconds): 3590.325

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: 63931 MiB (60342 MiB free)
  memory of node 1: 64510 MiB (58775 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452775-1721448413/watcher-4452775-1721448413 -o /tmp/evaluation-result-4452775-1721448413/solver-4452775-1721448413 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721444822-1047788 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4452775-1721448413.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
Current StackSize limit: 8192 KiB

solver pid=1050098, runsolver pid=1050095

[startup+0.100369 s]*
/proc/loadavg: 4.13 4.15 4.17 7/328 1050116
/proc/meminfo: memFree=121940544/131524600 swapFree=131071996/131071996
[pid=1050098] ppid=1050095 vsize=18975048 memory=63068 CPUtime=0.13 cores=4,6
/proc/1050098/stat : 1050098 (java) S 1050095 1050098 1047777 0 -1 1077936128 7227 0 0 0 12 1 0 0 20 0 18 0 197001558 19430449152 15767 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
/proc/1050098/statm: 4743762 15767 5639 1 0 549356 0
[pid=1050098/tid=1050100] ppid=1050095 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/1050098/task/1050100/stat : 1050100 (java) R 1050095 1050098 1047777 0 -1 1078198336 5764 0 0 0 8 1 0 0 20 0 18 0 197001558 19430449152 15767 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050109] ppid=1050095 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/1050098/task/1050109/stat : 1050109 (Finalizer) S 1050095 1050098 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197001561 19430449152 15767 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050116] ppid=1050095 vsize=18975048 memory=14690799021109405 CPUtime=0 cores=4,6
/proc/1050098/task/1050116/stat : 1050116 (Common-Cleaner) S 1050095 1050098 1047777 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197001561 19430449152 15767 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63068 KiB

[startup+0.205802 s]*
/proc/loadavg: 4.13 4.15 4.17 7/328 1050116
/proc/meminfo: memFree=121874600/131524600 swapFree=131071996/131071996
[pid=1050098] ppid=1050095 vsize=18975048 memory=127116 CPUtime=0.32 cores=4,6
/proc/1050098/stat : 1050098 (java) S 1050095 1050098 1047777 0 -1 1077936128 7733 0 0 0 29 3 0 0 20 0 18 0 197001558 19430449152 31779 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
/proc/1050098/statm: 4743762 31779 5818 1 0 549635 0
[pid=1050098/tid=1050100] ppid=1050095 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=4,6
/proc/1050098/task/1050100/stat : 1050100 (java) R 1050095 1050098 1047777 0 -1 4194368 6050 0 0 0 16 2 0 0 20 0 18 0 197001558 19430449152 31779 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050109] ppid=1050095 vsize=18975048 memory=1749866 CPUtime=0 cores=4,6
/proc/1050098/task/1050109/stat : 1050109 (Finalizer) S 1050095 1050098 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197001561 19430449152 31779 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050116] ppid=1050095 vsize=18975048 memory=16097074391287456 CPUtime=0 cores=4,6
/proc/1050098/task/1050116/stat : 1050116 (Common-Cleaner) S 1050095 1050098 1047777 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197001561 19430449152 31779 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 127116 KiB

[startup+0.30577 s]*
/proc/loadavg: 4.13 4.15 4.17 7/329 1050117
/proc/meminfo: memFree=121839344/131524600 swapFree=131071996/131071996
[pid=1050098] ppid=1050095 vsize=19041612 memory=164204 CPUtime=0.5 cores=4,6
/proc/1050098/stat : 1050098 (java) S 1050095 1050098 1047777 0 -1 1077936128 9398 0 0 0 45 5 0 0 20 0 19 0 197001558 19498610688 41051 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
/proc/1050098/statm: 4760403 41051 5850 1 0 550996 0
[pid=1050098/tid=1050100] ppid=1050095 vsize=19041612 memory=-7811877811187114599 CPUtime=0.25 cores=4,6
/proc/1050098/task/1050100/stat : 1050100 (java) S 1050095 1050098 1047777 0 -1 1077936192 6072 0 0 0 21 4 0 0 20 0 19 0 197001558 19498610688 41051 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050109] ppid=1050095 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1050098/task/1050109/stat : 1050109 (Finalizer) S 1050095 1050098 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197001561 19498610688 41117 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050116] ppid=1050095 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1050098/task/1050116/stat : 1050116 (Common-Cleaner) S 1050095 1050098 1047777 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 197001561 19498610688 41117 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164204 KiB

[startup+0.708764 s]
/proc/loadavg: 4.13 4.15 4.17 6/329 1050117
/proc/meminfo: memFree=121504156/131524600 swapFree=131071996/131071996
[pid=1050098] ppid=1050095 vsize=19041612 memory=1086556 CPUtime=1.23 cores=4,6
/proc/1050098/stat : 1050098 (java) S 1050095 1050098 1047777 0 -1 1077936128 11350 0 0 0 99 24 0 0 20 0 19 0 197001558 19498610688 271639 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
/proc/1050098/statm: 4760403 271639 5850 1 0 1194877 0
[pid=1050098/tid=1050100] ppid=1050095 vsize=19041612 memory=5448 CPUtime=0.59 cores=4,6
/proc/1050098/task/1050100/stat : 1050100 (java) S 1050095 1050098 1047777 0 -1 1077936192 6503 0 0 0 38 21 0 0 20 0 19 0 197001558 19498610688 271639 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050109] ppid=1050095 vsize=19041612 memory=12740 CPUtime=0 cores=4,6
/proc/1050098/task/1050109/stat : 1050109 (Finalizer) S 1050095 1050098 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197001561 19498610688 271639 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050116] ppid=1050095 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1050098/task/1050116/stat : 1050116 (Common-Cleaner) S 1050095 1050098 1047777 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 197001561 19498610688 271639 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1086556 KiB

[startup+1.50024 s]
/proc/loadavg: 4.13 4.15 4.17 6/329 1050117
/proc/meminfo: memFree=120897008/131524600 swapFree=131071996/131071996
[pid=1050098] ppid=1050095 vsize=19108176 memory=1397508 CPUtime=2.61 cores=4,6
/proc/1050098/stat : 1050098 (java) S 1050095 1050098 1047777 0 -1 1077936128 14274 0 0 0 230 31 0 0 20 0 20 0 197001558 19566772224 349377 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
/proc/1050098/statm: 4777044 349377 5850 1 0 1196893 0
[pid=1050098/tid=1050100] ppid=1050095 vsize=19108176 memory=12740 CPUtime=1.33 cores=4,6
/proc/1050098/task/1050100/stat : 1050100 (java) R 1050095 1050098 1047777 0 -1 4194368 6720 0 0 0 106 27 0 0 20 0 20 0 197001558 19566772224 349377 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050109] ppid=1050095 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1050098/task/1050109/stat : 1050109 (Finalizer) S 1050095 1050098 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001561 19566772224 349377 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050116] ppid=1050095 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1050098/task/1050116/stat : 1050116 (Common-Cleaner) S 1050095 1050098 1047777 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197001561 19566772224 349377 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
Current children cumulated CPU time: 2.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1397508 KiB

[startup+3.10578 s]
/proc/loadavg: 4.13 4.15 4.17 7/330 1050186
/proc/meminfo: memFree=120895804/131524600 swapFree=131071996/131071996
[pid=1050098] ppid=1050095 vsize=19108176 memory=2608744 CPUtime=5.74 cores=4,6
/proc/1050098/stat : 1050098 (java) S 1050095 1050098 1047777 0 -1 1077936128 17892 0 0 0 517 57 0 0 20 0 20 0 197001558 19566772224 652186 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
/proc/1050098/statm: 4777044 652186 5850 1 0 1478173 0
[pid=1050098/tid=1050100] ppid=1050095 vsize=19108176 memory=198340509722 CPUtime=2.86 cores=4,6
/proc/1050098/task/1050100/stat : 1050100 (java) R 1050095 1050098 1047777 0 -1 4194368 7330 0 0 0 234 52 0 0 20 0 20 0 197001558 19566772224 652186 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050109] ppid=1050095 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1050098/task/1050109/stat : 1050109 (Finalizer) S 1050095 1050098 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001561 19566772224 652186 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050116] ppid=1050095 vsize=19108176 memory=12740 CPUtime=0 cores=4,6
/proc/1050098/task/1050116/stat : 1050116 (Common-Cleaner) S 1050095 1050098 1047777 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 197001561 19566772224 652186 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050118] ppid=1050095 vsize=19108176 memory=1798676 CPUtime=0 cores=4,6
/proc/1050098/task/1050118/stat : 1050118 (Timer-0) S 1050095 1050098 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001684 19566772224 652186 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
Current children cumulated CPU time: 5.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2608744 KiB

[startup+6.30027 s]
/proc/loadavg: 4.20 4.17 4.18 5/330 1050186
/proc/meminfo: memFree=116843360/131524600 swapFree=131071996/131071996
[pid=1050098] ppid=1050095 vsize=19108176 memory=3814416 CPUtime=9.29 cores=4,6
/proc/1050098/stat : 1050098 (java) S 1050095 1050098 1047777 0 -1 1077936128 18934 0 0 0 849 80 0 0 20 0 20 0 197001558 19566772224 953604 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
/proc/1050098/statm: 4777044 953604 5850 1 0 1478195 0
[pid=1050098/tid=1050100] ppid=1050095 vsize=19108176 memory=0 CPUtime=5.98 cores=4,6
/proc/1050098/task/1050100/stat : 1050100 (java) R 1050095 1050098 1047777 0 -1 4194368 8276 0 0 0 524 74 0 0 20 0 20 0 197001558 19566772224 953604 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050109] ppid=1050095 vsize=19108176 memory=12740 CPUtime=0 cores=4,6
/proc/1050098/task/1050109/stat : 1050109 (Finalizer) S 1050095 1050098 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001561 19566772224 953604 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050116] ppid=1050095 vsize=19108176 memory=2604044 CPUtime=0 cores=4,6
/proc/1050098/task/1050116/stat : 1050116 (Common-Cleaner) S 1050095 1050098 1047777 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 197001561 19566772224 953604 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050118] ppid=1050095 vsize=19108176 memory=1467096 CPUtime=0 cores=4,6
/proc/1050098/task/1050118/stat : 1050118 (Timer-0) S 1050095 1050098 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001684 19566772224 953604 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
Current children cumulated CPU time: 9.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3814416 KiB

[startup+12.7003 s]
/proc/loadavg: 4.19 4.16 4.17 5/330 1050188
/proc/meminfo: memFree=116813472/131524600 swapFree=131071996/131071996
[pid=1050098] ppid=1050095 vsize=19108176 memory=3831220 CPUtime=15.76 cores=4,6
/proc/1050098/stat : 1050098 (java) S 1050095 1050098 1047777 0 -1 1077936128 21110 0 0 0 1496 80 0 0 20 0 20 0 197001558 19566772224 957805 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
/proc/1050098/statm: 4777044 957805 5866 1 0 1478196 0
[pid=1050098/tid=1050100] ppid=1050095 vsize=19108176 memory=1467096 CPUtime=12.24 cores=4,6
/proc/1050098/task/1050100/stat : 1050100 (java) R 1050095 1050098 1047777 0 -1 4194368 10152 0 0 0 1150 74 0 0 20 0 20 0 197001558 19566772224 957805 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050109] ppid=1050095 vsize=19108176 memory=-7811877811187114599 CPUtime=0 cores=4,6
/proc/1050098/task/1050109/stat : 1050109 (Finalizer) S 1050095 1050098 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001561 19566772224 957805 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050116] ppid=1050095 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1050098/task/1050116/stat : 1050116 (Common-Cleaner) S 1050095 1050098 1047777 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 197001561 19566772224 957805 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050118] ppid=1050095 vsize=19108176 memory=2018372 CPUtime=0 cores=4,6
/proc/1050098/task/1050118/stat : 1050118 (Timer-0) S 1050095 1050098 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001684 19566772224 957805 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
Current children cumulated CPU time: 15.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3831220 KiB

[startup+25.5003 s]
/proc/loadavg: 4.14 4.15 4.17 5/330 1050189
/proc/meminfo: memFree=116744448/131524600 swapFree=131071996/131071996
[pid=1050098] ppid=1050095 vsize=19108176 memory=3846236 CPUtime=28.69 cores=4,6
/proc/1050098/stat : 1050098 (java) S 1050095 1050098 1047777 0 -1 1077936128 24936 0 0 0 2788 81 0 0 20 0 20 0 197001558 19566772224 961559 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
/proc/1050098/statm: 4777044 961559 5866 1 0 1478199 0
[pid=1050098/tid=1050100] ppid=1050095 vsize=19108176 memory=0 CPUtime=24.77 cores=4,6
/proc/1050098/task/1050100/stat : 1050100 (java) R 1050095 1050098 1047777 0 -1 4194368 11332 0 0 0 2403 74 0 0 20 0 20 0 197001558 19566772224 961559 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050109] ppid=1050095 vsize=19108176 memory=2018372 CPUtime=0 cores=4,6
/proc/1050098/task/1050109/stat : 1050109 (Finalizer) S 1050095 1050098 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001561 19566772224 961559 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050116] ppid=1050095 vsize=19108176 memory=3846236 CPUtime=0 cores=4,6
/proc/1050098/task/1050116/stat : 1050116 (Common-Cleaner) S 1050095 1050098 1047777 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 197001561 19566772224 961559 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050118] ppid=1050095 vsize=19108176 memory=3846236 CPUtime=0 cores=4,6
/proc/1050098/task/1050118/stat : 1050118 (Timer-0) S 1050095 1050098 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001684 19566772224 961559 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
Current children cumulated CPU time: 28.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3846236 KiB

[startup+51.1057 s]
/proc/loadavg: 4.09 4.14 4.17 5/330 1050195
/proc/meminfo: memFree=116099240/131524600 swapFree=131071996/131071996
[pid=1050098] ppid=1050095 vsize=19108176 memory=3868948 CPUtime=54.41 cores=4,6
/proc/1050098/stat : 1050098 (java) S 1050095 1050098 1047777 0 -1 1077936128 30267 0 0 0 5357 84 0 0 20 0 20 0 197001558 19566772224 967237 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
/proc/1050098/statm: 4777044 967237 5873 1 0 1478199 0
[pid=1050098/tid=1050100] ppid=1050095 vsize=19108176 memory=3866900 CPUtime=50.04 cores=4,6
/proc/1050098/task/1050100/stat : 1050100 (java) R 1050095 1050098 1047777 0 -1 4194368 14414 0 0 0 4929 75 0 0 20 0 20 0 197001558 19566772224 967237 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050109] ppid=1050095 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1050098/task/1050109/stat : 1050109 (Finalizer) S 1050095 1050098 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001561 19566772224 967237 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050116] ppid=1050095 vsize=19108176 memory=11400 CPUtime=0 cores=4,6
/proc/1050098/task/1050116/stat : 1050116 (Common-Cleaner) S 1050095 1050098 1047777 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 197001561 19566772224 967237 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050118] ppid=1050095 vsize=19108176 memory=12740 CPUtime=0 cores=4,6
/proc/1050098/task/1050118/stat : 1050118 (Timer-0) S 1050095 1050098 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001684 19566772224 967237 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0

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

/proc/meminfo: memFree=107745100/131524600 swapFree=131071996/131071996
[pid=1050098] ppid=1050095 vsize=19108176 memory=5047996 CPUtime=3230.18 cores=4,6
/proc/1050098/stat : 1050098 (java) S 1050095 1050098 1047777 0 -1 1077936128 273753 0 0 0 322757 261 0 0 20 0 20 0 197001558 19566772224 1261999 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
/proc/1050098/statm: 4777044 1261999 5873 1 0 1478326 0
[pid=1050098/tid=1050100] ppid=1050095 vsize=19108176 memory=5043900 CPUtime=3189.92 cores=4,6
/proc/1050098/task/1050100/stat : 1050100 (java) R 1050095 1050098 1047777 0 -1 4194368 145288 0 0 0 318888 104 0 0 20 0 20 0 197001558 19566772224 1261999 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 39 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050109] ppid=1050095 vsize=19108176 memory=5035708 CPUtime=0 cores=4,6
/proc/1050098/task/1050109/stat : 1050109 (Finalizer) S 1050095 1050098 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001561 19566772224 1261999 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050116] ppid=1050095 vsize=19108176 memory=12740 CPUtime=0 cores=4,6
/proc/1050098/task/1050116/stat : 1050116 (Common-Cleaner) S 1050095 1050098 1047777 0 -1 1077936192 4718 0 0 0 0 0 0 0 20 0 20 0 197001561 19566772224 1261999 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050118] ppid=1050095 vsize=19108176 memory=5045948 CPUtime=0 cores=4,6
/proc/1050098/task/1050118/stat : 1050118 (Timer-0) S 1050095 1050098 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001684 19566772224 1261999 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
Current children cumulated CPU time: 3230.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5047996 KiB

[startup+3282.3 s]
/proc/loadavg: 4.69 4.48 4.29 5/335 1052043
/proc/meminfo: memFree=107737664/131524600 swapFree=131071996/131071996
[pid=1050098] ppid=1050095 vsize=19108176 memory=5054144 CPUtime=3290.1 cores=4,6
/proc/1050098/stat : 1050098 (java) S 1050095 1050098 1047777 0 -1 1077936128 278051 0 0 0 328747 263 0 0 20 0 20 0 197001558 19566772224 1263536 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
/proc/1050098/statm: 4777044 1263536 5873 1 0 1478327 0
[pid=1050098/tid=1050100] ppid=1050095 vsize=19108176 memory=11400 CPUtime=3249.58 cores=4,6
/proc/1050098/task/1050100/stat : 1050100 (java) R 1050095 1050098 1047777 0 -1 4194368 147404 0 0 0 324854 104 0 0 20 0 20 0 197001558 19566772224 1263536 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 39 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050109] ppid=1050095 vsize=19108176 memory=5047996 CPUtime=0 cores=4,6
/proc/1050098/task/1050109/stat : 1050109 (Finalizer) S 1050095 1050098 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001561 19566772224 1263536 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050116] ppid=1050095 vsize=19108176 memory=5050044 CPUtime=0 cores=4,6
/proc/1050098/task/1050116/stat : 1050116 (Common-Cleaner) S 1050095 1050098 1047777 0 -1 1077936192 4815 0 0 0 0 0 0 0 20 0 20 0 197001561 19566772224 1263536 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050118] ppid=1050095 vsize=19108176 memory=11400 CPUtime=0 cores=4,6
/proc/1050098/task/1050118/stat : 1050118 (Timer-0) S 1050095 1050098 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001684 19566772224 1263536 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
Current children cumulated CPU time: 3290.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5054144 KiB

[startup+3342.3 s]
/proc/loadavg: 4.85 4.55 4.33 5/335 1052053
/proc/meminfo: memFree=107296864/131524600 swapFree=131071996/131071996
[pid=1050098] ppid=1050095 vsize=19108176 memory=5058240 CPUtime=3350.05 cores=4,6
/proc/1050098/stat : 1050098 (java) S 1050095 1050098 1047777 0 -1 1077936128 281292 0 0 0 334739 266 0 0 20 0 20 0 197001558 19566772224 1264560 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
/proc/1050098/statm: 4777044 1264560 5873 1 0 1478327 0
[pid=1050098/tid=1050100] ppid=1050095 vsize=19108176 memory=5047996 CPUtime=3309.27 cores=4,6
/proc/1050098/task/1050100/stat : 1050100 (java) R 1050095 1050098 1047777 0 -1 4194368 149833 0 0 0 330822 105 0 0 20 0 20 0 197001558 19566772224 1264560 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 39 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050109] ppid=1050095 vsize=19108176 memory=5058240 CPUtime=0 cores=4,6
/proc/1050098/task/1050109/stat : 1050109 (Finalizer) S 1050095 1050098 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001561 19566772224 1264560 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050116] ppid=1050095 vsize=19108176 memory=12740 CPUtime=0 cores=4,6
/proc/1050098/task/1050116/stat : 1050116 (Common-Cleaner) S 1050095 1050098 1047777 0 -1 1077936192 4912 0 0 0 0 0 0 0 20 0 20 0 197001561 19566772224 1264560 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050118] ppid=1050095 vsize=19108176 memory=5058240 CPUtime=0 cores=4,6
/proc/1050098/task/1050118/stat : 1050118 (Timer-0) S 1050095 1050098 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001684 19566772224 1264560 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
Current children cumulated CPU time: 3350.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5058240 KiB

[startup+3402.3 s]
/proc/loadavg: 4.55 4.52 4.33 6/333 1052063
/proc/meminfo: memFree=107246816/131524600 swapFree=131071996/131071996
[pid=1050098] ppid=1050095 vsize=19108176 memory=5107484 CPUtime=3410.97 cores=4,6
/proc/1050098/stat : 1050098 (java) S 1050095 1050098 1047777 0 -1 1077936128 287785 0 0 0 340826 271 0 0 20 0 20 0 197001558 19566772224 1276871 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
/proc/1050098/statm: 4777044 1276871 5873 1 0 1478327 0
[pid=1050098/tid=1050100] ppid=1050095 vsize=19108176 memory=5058240 CPUtime=3367.72 cores=4,6
/proc/1050098/task/1050100/stat : 1050100 (java) R 1050095 1050098 1047777 0 -1 4194368 153125 0 0 0 336667 105 0 0 20 0 20 0 197001558 19566772224 1276871 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 39 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050109] ppid=1050095 vsize=19108176 memory=5089048 CPUtime=0 cores=4,6
/proc/1050098/task/1050109/stat : 1050109 (Finalizer) S 1050095 1050098 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001561 19566772224 1276871 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050116] ppid=1050095 vsize=19108176 memory=47616 CPUtime=0 cores=4,6
/proc/1050098/task/1050116/stat : 1050116 (Common-Cleaner) S 1050095 1050098 1047777 0 -1 1077936192 4959 0 0 0 0 0 0 0 20 0 20 0 197001561 19566772224 1276871 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050118] ppid=1050095 vsize=19108176 memory=11400 CPUtime=0 cores=4,6
/proc/1050098/task/1050118/stat : 1050118 (Timer-0) S 1050095 1050098 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001684 19566772224 1276871 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
Current children cumulated CPU time: 3410.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5107484 KiB

[startup+3462.3 s]
/proc/loadavg: 4.43 4.49 4.33 5/333 1052075
/proc/meminfo: memFree=107186404/131524600 swapFree=131071996/131071996
[pid=1050098] ppid=1050095 vsize=19108176 memory=5166880 CPUtime=3471.53 cores=4,6
/proc/1050098/stat : 1050098 (java) S 1050095 1050098 1047777 0 -1 1077936128 292889 0 0 0 346877 276 0 0 20 0 20 0 197001558 19566772224 1291720 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
/proc/1050098/statm: 4777044 1291720 5873 1 0 1478327 0
[pid=1050098/tid=1050100] ppid=1050095 vsize=19108176 memory=5058240 CPUtime=3426.57 cores=4,6
/proc/1050098/task/1050100/stat : 1050100 (java) R 1050095 1050098 1047777 0 -1 4194368 156126 0 0 0 342552 105 0 0 20 0 20 0 197001558 19566772224 1291720 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 41 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050109] ppid=1050095 vsize=19108176 memory=12740 CPUtime=0 cores=4,6
/proc/1050098/task/1050109/stat : 1050109 (Finalizer) S 1050095 1050098 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001561 19566772224 1291720 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050116] ppid=1050095 vsize=19108176 memory=47616 CPUtime=0 cores=4,6
/proc/1050098/task/1050116/stat : 1050116 (Common-Cleaner) S 1050095 1050098 1047777 0 -1 1077936192 5006 0 0 0 0 0 0 0 20 0 20 0 197001561 19566772224 1291720 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050118] ppid=1050095 vsize=19108176 memory=5166880 CPUtime=0 cores=4,6
/proc/1050098/task/1050118/stat : 1050118 (Timer-0) S 1050095 1050098 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001684 19566772224 1291720 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
Current children cumulated CPU time: 3471.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5166880 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.40 4.31 5/331 1052086
/proc/meminfo: memFree=107154884/131524600 swapFree=131071996/131071996
[pid=1050098] ppid=1050095 vsize=19108176 memory=5197600 CPUtime=3531.8 cores=4,6
/proc/1050098/stat : 1050098 (java) S 1050095 1050098 1047777 0 -1 1077936128 297745 0 0 0 352901 279 0 0 20 0 20 0 197001558 19566772224 1299400 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
/proc/1050098/statm: 4777044 1299400 5873 1 0 1478327 0
[pid=1050098/tid=1050100] ppid=1050095 vsize=19108176 memory=47616 CPUtime=3485.8 cores=4,6
/proc/1050098/task/1050100/stat : 1050100 (java) R 1050095 1050098 1047777 0 -1 4194368 158995 0 0 0 348474 106 0 0 20 0 20 0 197001558 19566772224 1299400 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 41 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050109] ppid=1050095 vsize=19108176 memory=5170976 CPUtime=0 cores=4,6
/proc/1050098/task/1050109/stat : 1050109 (Finalizer) S 1050095 1050098 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001561 19566772224 1299400 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050116] ppid=1050095 vsize=19108176 memory=47616 CPUtime=0 cores=4,6
/proc/1050098/task/1050116/stat : 1050116 (Common-Cleaner) S 1050095 1050098 1047777 0 -1 1077936192 5102 0 0 0 0 0 0 0 20 0 20 0 197001561 19566772224 1299400 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050118] ppid=1050095 vsize=19108176 memory=-9187040386263449025 CPUtime=0 cores=4,6
/proc/1050098/task/1050118/stat : 1050118 (Timer-0) S 1050095 1050098 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001684 19566772224 1299400 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
Current children cumulated CPU time: 3531.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5197600 KiB

[startup+3582.3 s]
/proc/loadavg: 4.38 4.40 4.31 5/330 1052232
/proc/meminfo: memFree=115846600/131524600 swapFree=131071996/131071996
[pid=1050098] ppid=1050095 vsize=19108176 memory=5240608 CPUtime=3591.97 cores=4,6
/proc/1050098/stat : 1050098 (java) S 1050095 1050098 1047777 0 -1 1077936128 302231 0 0 0 358915 282 0 0 20 0 20 0 197001558 19566772224 1310152 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
/proc/1050098/statm: 4777044 1310152 5873 1 0 1478327 0
[pid=1050098/tid=1050100] ppid=1050095 vsize=19108176 memory=5211936 CPUtime=3545.26 cores=4,6
/proc/1050098/task/1050100/stat : 1050100 (java) R 1050095 1050098 1047777 0 -1 4194368 161220 0 0 0 354420 106 0 0 20 0 20 0 197001558 19566772224 1310152 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 41 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050109] ppid=1050095 vsize=19108176 memory=5236512 CPUtime=0 cores=4,6
/proc/1050098/task/1050109/stat : 1050109 (Finalizer) S 1050095 1050098 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001561 19566772224 1310152 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050116] ppid=1050095 vsize=19108176 memory=11400 CPUtime=0 cores=4,6
/proc/1050098/task/1050116/stat : 1050116 (Common-Cleaner) S 1050095 1050098 1047777 0 -1 1077936192 5198 0 0 0 0 0 0 0 20 0 20 0 197001561 19566772224 1310152 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050118] ppid=1050095 vsize=19108176 memory=47616 CPUtime=0 cores=4,6
/proc/1050098/task/1050118/stat : 1050118 (Timer-0) S 1050095 1050098 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001684 19566772224 1310152 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
Current children cumulated CPU time: 3591.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5240608 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3590.4 s]
/proc/loadavg: 4.40 4.40 4.32 5/330 1052234
/proc/meminfo: memFree=115222588/131524600 swapFree=131071996/131071996
[pid=1050098] ppid=1050095 vsize=19108176 memory=5244704 CPUtime=3600.09 cores=4,6
/proc/1050098/stat : 1050098 (java) S 1050095 1050098 1047777 0 -1 1077936128 302277 0 0 0 359726 283 0 0 20 0 20 0 197001558 19566772224 1311176 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
/proc/1050098/statm: 4777044 1311176 5873 1 0 1478327 0
[pid=1050098/tid=1050100] ppid=1050095 vsize=19108176 memory=5240608 CPUtime=3553.28 cores=4,6
/proc/1050098/task/1050100/stat : 1050100 (java) R 1050095 1050098 1047777 0 -1 4194368 161252 0 0 0 355222 106 0 0 20 0 20 0 197001558 19566772224 1311176 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 41 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050109] ppid=1050095 vsize=19108176 memory=1980 CPUtime=0 cores=4,6
/proc/1050098/task/1050109/stat : 1050109 (Finalizer) S 1050095 1050098 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001561 19566772224 1311176 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050116] ppid=1050095 vsize=19108176 memory=5240608 CPUtime=0 cores=4,6
/proc/1050098/task/1050116/stat : 1050116 (Common-Cleaner) S 1050095 1050098 1047777 0 -1 1077936192 5198 0 0 0 0 0 0 0 20 0 20 0 197001561 19566772224 1311176 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
[pid=1050098/tid=1050118] ppid=1050095 vsize=19108176 memory=47616 CPUtime=0 cores=4,6
/proc/1050098/task/1050118/stat : 1050118 (Timer-0) S 1050095 1050098 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001684 19566772224 1311176 134679101440 94122993983488 94122993987184 140730715495488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122993995000 94122993995792 94123018862592 140730715497454 140730715497567 140730715497567 140730715504584 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5244704 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.39 s, system=2.85653 s

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

Child status: 143

Real time (s): 3590.5
CPU time (s): 3600.24
CPU user time (s): 3597.39
CPU system time (s): 2.85653
CPU usage (%): 100.271
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 5244704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.39
system time used= 2.85653
maximum resident set size= 5246532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 306230
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 133381
involuntary context switches= 7771


# summary of solver processes directly reported to runsolver:
#   pid: 1050098
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3597.39
#   total CPU system time (s): 2.85653

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.73693 second user time and 18.0279 second system time

The end

Launcher Data

Begin job on nodeC015 at 2024-07-20 06:07:06
IDJOB=4452775
IDBENCH=165317
IDSOLVER=3046
FILE ID=nodeC015/4452775-1721448413
RUNJOBID= nodeC015-1721444822-1047788
SLURM_JOB_ID= 7545658
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_shuffle/normalized-sumineqArity5pyramidP135.shuf-3.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452775-1721448413/watcher-4452775-1721448413 -o /tmp/evaluation-result-4452775-1721448413/solver-4452775-1721448413 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721444822-1047788 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4452775-1721448413.opb

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

MD5SUM BENCH= baac7260ecc6f9812e76d8cbcf4d3b9b
RANDOM SEED=372965465

nodeC015.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		: 3671.957
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	: 6999.61
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		: 3600.181
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.25
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		: 3608.189
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	: 6999.61
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		: 3685.431
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.25
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		: 3644.775
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	: 6999.61
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		: 3599.896
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.25
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		: 3645.329
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	: 6999.61
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		: 3685.519
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.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        121975928 kB
MemAvailable:   123248716 kB
Buffers:          546880 kB
Cached:          1559988 kB
SwapCached:            0 kB
Active:          1703536 kB
Inactive:        7194228 kB
Active(anon):       1572 kB
Inactive(anon):  6835232 kB
Active(file):    1701964 kB
Inactive(file):   358996 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4704 kB
Writeback:             0 kB
AnonPages:       6789300 kB
Mapped:           127688 kB
Shmem:             45912 kB
KReclaimable:     102952 kB
Slab:             216484 kB
SReclaimable:     102952 kB
SUnreclaim:       113532 kB
KernelStack:        4972 kB
PageTables:        23268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   10317368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68224 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6516736 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:      291540 kB
DirectMap2M:    38279168 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC015 at 2024-07-20 07:06:56