Trace number 4510982

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 CP 2025-06-06? (TO) 3600.24 3450.43

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-almost3reg-l090-r089-n1.cnf-plain.pb.metafix.opb
MD5SUM60aa0ac85dc632e57e54cb255f142331
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4830
Total number of constraints15140
Number of constraints which are clauses15140
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
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		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: ANY
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Armin Biere (Picosat) restarts strategy
0.13/0.16	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4510982-1751205904.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  no objective function found
0.31/0.30	c ... done. Wall clock time 0.137s.
0.31/0.30	c declared #vars     4830
0.31/0.30	c #constraints  15140
0.31/0.30	c constraints type 
0.31/0.30	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 13530
0.31/0.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1610
0.31/0.30	c 15140 constraints processed.
3.26/1.73	c cleaning 2335 clauses out of 5000
5.84/3.62	c cleaning 4019 clauses out of 8669
8.31/6.08	c cleaning 5723 clauses out of 11647
10.82/8.54	c cleaning 6774 clauses out of 13923
13.84/11.59	c cleaning 7835 clauses out of 16149
17.89/15.58	c cleaning 9003 clauses out of 18316
22.02/19.66	c cleaning 10018 clauses out of 20312
26.28/23.86	c cleaning 10946 clauses out of 22293
31.59/29.06	c cleaning 12048 clauses out of 24348
37.16/34.51	c cleaning 12948 clauses out of 26301
43.78/41.09	c cleaning 14050 clauses out of 28352
50.29/47.40	c cleaning 15004 clauses out of 30301
57.73/54.74	c cleaning 16052 clauses out of 32298
66.22/63.18	c cleaning 16990 clauses out of 34245
74.90/71.69	c cleaning 17937 clauses out of 36255
84.09/80.63	c cleaning 18990 clauses out of 38318
94.99/91.30	c cleaning 20104 clauses out of 40331
107.21/103.34	c cleaning 20976 clauses out of 42225
119.04/114.92	c cleaning 21876 clauses out of 44248
130.36/126.04	c cleaning 23042 clauses out of 46374
146.07/141.47	c cleaning 23895 clauses out of 48330
160.89/156.06	c cleaning 25157 clauses out of 50437
176.69/171.50	c cleaning 26022 clauses out of 52278
195.60/190.17	c cleaning 26988 clauses out of 54256
209.82/204.08	c cleaning 27920 clauses out of 56268
226.58/220.58	c cleaning 28985 clauses out of 58348
242.07/235.73	c cleaning 30013 clauses out of 60363
262.16/255.57	c cleaning 31020 clauses out of 62352
283.91/277.01	c cleaning 32062 clauses out of 64331
309.44/302.11	c cleaning 32852 clauses out of 66270
327.28/319.60	c cleaning 34028 clauses out of 68416
347.82/339.94	c cleaning 35012 clauses out of 70389
368.86/360.54	c cleaning 36004 clauses out of 72378
394.48/385.26	c cleaning 37090 clauses out of 74373
422.31/412.69	c cleaning 38062 clauses out of 76282
446.99/436.90	c cleaning 39004 clauses out of 78221
478.71/468.27	c cleaning 39895 clauses out of 80216
507.00/496.03	c cleaning 40939 clauses out of 82322
532.42/521.04	c cleaning 42017 clauses out of 84385
561.55/549.72	c cleaning 42985 clauses out of 86365
592.26/579.96	c cleaning 44074 clauses out of 88380
630.26/617.54	c cleaning 45015 clauses out of 90307
666.14/652.12	c cleaning 45982 clauses out of 92291
711.64/697.07	c cleaning 47038 clauses out of 94309
748.65/733.55	c cleaning 47995 clauses out of 96272
785.54/769.91	c cleaning 48854 clauses out of 98276
825.42/809.29	c cleaning 50123 clauses out of 100425
855.36/837.85	c cleaning 50955 clauses out of 102299
889.77/871.73	c cleaning 52014 clauses out of 104344
927.70/909.13	c cleaning 52907 clauses out of 106331
969.34/950.26	c cleaning 53970 clauses out of 108423
1031.19/1010.58	c cleaning 55010 clauses out of 110454
1074.94/1053.76	c cleaning 56017 clauses out of 112443
1133.48/1110.70	c cleaning 56970 clauses out of 114426
1197.50/1174.09	c cleaning 58037 clauses out of 116459
1242.96/1217.75	c cleaning 58982 clauses out of 118419
1291.47/1265.67	c cleaning 60015 clauses out of 120437
1360.52/1332.88	c cleaning 61074 clauses out of 122422
1429.24/1399.24	c cleaning 61984 clauses out of 124348
1473.32/1441.51	c cleaning 63080 clauses out of 126366
1521.02/1488.69	c cleaning 63875 clauses out of 128284
1574.11/1539.96	c cleaning 65106 clauses out of 130411
1631.26/1595.04	c cleaning 65973 clauses out of 132303
1686.26/1648.01	c cleaning 66883 clauses out of 134330
1749.16/1710.30	c cleaning 68035 clauses out of 136448
1803.43/1762.68	c cleaning 69100 clauses out of 138412
1913.76/1866.80	c cleaning 69916 clauses out of 140312
2034.45/1981.44	c cleaning 71061 clauses out of 142396
2105.10/2048.34	c cleaning 72016 clauses out of 144335
2192.34/2133.52	c cleaning 73042 clauses out of 146319
2272.00/2211.11	c cleaning 74027 clauses out of 148278
2351.27/2286.80	c cleaning 74925 clauses out of 150250
2430.96/2364.47	c cleaning 76040 clauses out of 152326
2492.92/2422.69	c cleaning 76964 clauses out of 154286
2564.35/2490.31	c cleaning 78028 clauses out of 156321
2637.17/2559.26	c cleaning 78970 clauses out of 158296
2710.97/2627.43	c cleaning 79976 clauses out of 160323
2808.81/2719.55	c cleaning 81029 clauses out of 162347
2890.04/2795.04	c cleaning 82027 clauses out of 164318
2981.72/2878.77	c cleaning 83014 clauses out of 166291
3091.28/2977.92	c cleaning 83981 clauses out of 168277
3191.89/3070.71	c cleaning 85027 clauses out of 170297
3306.96/3178.38	c cleaning 85989 clauses out of 172269
3452.21/3313.90	c cleaning 86962 clauses out of 174281
3573.79/3426.36	c cleaning 87963 clauses out of 176319
3600.09/3450.32	c timeout
3600.09/3450.32	c starts		: 253
3600.09/3450.32	c conflicts		: 4025898
3600.09/3450.32	c decisions		: 19378386
3600.09/3450.32	c propagations		: 1702009108
3600.09/3450.32	c inspects		: 15494482285
3600.09/3450.32	c shortcuts		: 0
3600.09/3450.32	c learnt literals	: 0
3600.09/3450.32	c learnt binary clauses	: 0
3600.09/3450.32	c learnt ternary clauses	: 163188
3600.09/3450.32	c learnt constraints	: 4025897
3600.09/3450.32	c ignored constraints	: 0
3600.09/3450.32	c root simplifications	: 0
3600.09/3450.32	c removed literals (reason simplification)	: 0
3600.09/3450.32	c reason swapping (by a shorter reason)	: 0
3600.09/3450.32	c Calls to reduceDB	: 85
3600.09/3450.32	c Number of update (reduction) of LBD	: 0
3600.09/3450.32	c Imported unit clauses	: 0
3600.09/3450.32	c No decision after first conflict	: false
3600.09/3450.32	c number of reductions to clauses (during analyze)	: 0
3600.09/3450.32	c number of learned constraints concerned by reduction	: 0
3600.09/3450.32	c number of learning phase by resolution	: 0
3600.09/3450.32	c number of learning phase by cutting planes	: 0
3600.09/3450.32	c number of rounding to 1 operations	: 0
3600.09/3450.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3450.32	c number of reductions of the coefficients by power 2 	: 0
3600.09/3450.32	c number of right shift for reduction by power 2 	: 0
3600.09/3450.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3450.32	c number of ending skipping 	: 0
3600.09/3450.32	c number of internal skipping 	: 0
3600.09/3450.32	c number of derivation steps 	: 247539393
3600.09/3450.32	c number of skipped derivation steps 	: 0
3600.09/3450.32	c number of remaining unassigned 	: 0
3600.09/3450.32	c number of remaining assigned 	: 0
3600.09/3450.32	c number of falsified literals weakened from reason	: 0
3600.09/3450.32	c number of falsified literals weakened from conflict	: 0
3600.09/3450.32	c time for arithmetic operations	: 0
3600.09/3450.33	c minimum degree of deleted constraints	: null
3600.09/3450.33	c maximum degree of deleted constraints	: null
3600.09/3450.33	c number of deleted constraints	: 0
3600.09/3450.33	c speed (assignments/second)	: 493332.97043699154
3600.09/3450.33	c non guided choices	: 1874773
3600.09/3450.38	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 119252
3600.09/3450.38	s UNKNOWN
3600.09/3450.38	c Total wall clock time (in seconds): 3450.218

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: 63665 MiB (57281 MiB free)
  memory of node 1: 64507 MiB (61763 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510982-1751205904/watcher-4510982-1751205904 -o /tmp/evaluation-result-4510982-1751205904/solver-4510982-1751205904 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751204626-29782 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4510982-1751205904.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=30168, runsolver pid=30165

[startup+0.100062 s]*
/proc/loadavg: 4.27 4.19 3.61 6/339 30186
/proc/meminfo: memFree=121871760/131249996 swapFree=33010684/33010684
[pid=30168] ppid=30165 vsize=18930384 memory=57728 CPUtime=0.13 cores=5,7
/proc/30168/stat : 30168 (java) S 30165 30168 29769 0 -1 4194304 6567 0 0 0 11 2 0 0 20 0 18 0 36268106 19384713216 14432 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
/proc/30168/statm: 4732596 14432 5334 1 0 547604 0
[pid=30168/tid=30170] ppid=30165 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/30168/task/30170/stat : 30170 (java) R 30165 30168 29769 0 -1 4194368 5058 0 0 0 7 1 0 0 20 0 18 0 36268107 19384713216 14432 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30179] ppid=30165 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/30168/task/30179/stat : 30179 (Finalizer) S 30165 30168 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36268109 19384713216 14432 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30186] ppid=30165 vsize=18930384 memory=59585004307076 CPUtime=0 cores=5,7
/proc/30168/task/30186/stat : 30186 (Common-Cleaner) S 30165 30168 29769 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36268110 19384713216 14432 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57728 KiB

[startup+0.206112 s]*
/proc/loadavg: 4.27 4.19 3.61 7/339 30186
/proc/meminfo: memFree=121866152/131249996 swapFree=33010684/33010684
[pid=30168] ppid=30165 vsize=18930384 memory=64068 CPUtime=0.31 cores=5,7
/proc/30168/stat : 30168 (java) S 30165 30168 29769 0 -1 4194304 7088 0 0 0 29 2 0 0 20 0 18 0 36268106 19384713216 16017 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
/proc/30168/statm: 4732596 16017 5398 1 0 547952 0
[pid=30168/tid=30170] ppid=30165 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/30168/task/30170/stat : 30170 (java) R 30165 30168 29769 0 -1 4194368 5360 0 0 0 16 1 0 0 20 0 18 0 36268107 19384713216 16017 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30179] ppid=30165 vsize=18930384 memory=15140 CPUtime=0 cores=5,7
/proc/30168/task/30179/stat : 30179 (Finalizer) S 30165 30168 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36268109 19384713216 16017 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30186] ppid=30165 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/30168/task/30186/stat : 30186 (Common-Cleaner) S 30165 30168 29769 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36268110 19384713216 16017 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64068 KiB

[startup+0.306073 s]*
/proc/loadavg: 4.27 4.19 3.61 6/339 30186
/proc/meminfo: memFree=121833700/131249996 swapFree=33010684/33010684
[pid=30168] ppid=30165 vsize=18996948 memory=95156 CPUtime=0.5 cores=5,7
/proc/30168/stat : 30168 (java) S 30165 30168 29769 0 -1 4194304 8641 0 0 0 47 3 0 0 20 0 19 0 36268106 19452874752 23789 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
/proc/30168/statm: 4749237 23789 5398 1 0 549305 0
[pid=30168/tid=30170] ppid=30165 vsize=18996948 memory=-6000919485574900844 CPUtime=0.28 cores=5,7
/proc/30168/task/30170/stat : 30170 (java) R 30165 30168 29769 0 -1 4194368 5408 0 0 0 26 2 0 0 20 0 19 0 36268107 19452874752 23789 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30179] ppid=30165 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/30168/task/30179/stat : 30179 (Finalizer) S 30165 30168 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36268109 19452874752 23789 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30186] ppid=30165 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/30168/task/30186/stat : 30186 (Common-Cleaner) S 30165 30168 29769 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 36268110 19452874752 23789 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30187] ppid=30165 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/30168/task/30187/stat : 30187 (java) R 30165 30168 29769 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 36268137 19452874752 23789 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 95156 KiB

[startup+0.700265 s]
/proc/loadavg: 4.27 4.19 3.61 6/340 30187
/proc/meminfo: memFree=121811456/131249996 swapFree=33010684/33010684
[pid=30168] ppid=30165 vsize=19063512 memory=159072 CPUtime=1.27 cores=5,7
/proc/30168/stat : 30168 (java) S 30165 30168 29769 0 -1 4194304 9222 0 0 0 122 5 0 0 20 0 20 0 36268106 19521036288 39768 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
/proc/30168/statm: 4765878 39768 5462 1 0 549785 0
[pid=30168/tid=30170] ppid=30165 vsize=19063512 memory=17536 CPUtime=0.66 cores=5,7
/proc/30168/task/30170/stat : 30170 (java) R 30165 30168 29769 0 -1 4194368 5450 0 0 0 63 3 0 0 20 0 20 0 36268107 19521036288 39768 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30179] ppid=30165 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/30168/task/30179/stat : 30179 (Finalizer) S 30165 30168 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36268109 19521036288 39768 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30186] ppid=30165 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/30168/task/30186/stat : 30186 (Common-Cleaner) S 30165 30168 29769 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 36268110 19521036288 39768 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30187] ppid=30165 vsize=19063512 memory=4888 CPUtime=0 cores=5,7
/proc/30168/task/30187/stat : 30187 (Timer-0) S 30165 30168 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36268137 19521036288 39768 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 159072 KiB

[startup+1.50027 s]
/proc/loadavg: 4.27 4.19 3.61 6/341 30188
/proc/meminfo: memFree=121754792/131249996 swapFree=33010684/33010684
[pid=30168] ppid=30165 vsize=19063512 memory=174852 CPUtime=2.85 cores=5,7
/proc/30168/stat : 30168 (java) S 30165 30168 29769 0 -1 4194304 21128 0 0 0 278 7 0 0 20 0 20 0 36268106 19521036288 43713 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
/proc/30168/statm: 4765878 43713 5462 1 0 553618 0
[pid=30168/tid=30170] ppid=30165 vsize=19063512 memory=10752 CPUtime=1.44 cores=5,7
/proc/30168/task/30170/stat : 30170 (java) R 30165 30168 29769 0 -1 4194368 5650 0 0 0 141 3 0 0 20 0 20 0 36268107 19521036288 43713 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30179] ppid=30165 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/30168/task/30179/stat : 30179 (Finalizer) S 30165 30168 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36268109 19521036288 43713 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30186] ppid=30165 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/30168/task/30186/stat : 30186 (Common-Cleaner) S 30165 30168 29769 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 36268110 19521036288 43713 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30187] ppid=30165 vsize=19063512 memory=4888 CPUtime=0 cores=5,7
/proc/30168/task/30187/stat : 30187 (Timer-0) S 30165 30168 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36268137 19521036288 43713 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174852 KiB

[startup+3.10593 s]
/proc/loadavg: 4.33 4.21 3.61 5/341 30188
/proc/meminfo: memFree=121386484/131249996 swapFree=33010684/33010684
[pid=30168] ppid=30165 vsize=19063512 memory=540692 CPUtime=5.35 cores=5,7
/proc/30168/stat : 30168 (java) S 30165 30168 29769 0 -1 4194304 24437 0 0 0 521 14 0 0 20 0 20 0 36268106 19521036288 135173 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
/proc/30168/statm: 4765878 135173 5462 1 0 553833 0
[pid=30168/tid=30170] ppid=30165 vsize=19063512 memory=10752 CPUtime=3 cores=5,7
/proc/30168/task/30170/stat : 30170 (java) R 30165 30168 29769 0 -1 4194368 6941 0 0 0 291 9 0 0 20 0 20 0 36268107 19521036288 135173 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30179] ppid=30165 vsize=19063512 memory=-6000919485574900844 CPUtime=0 cores=5,7
/proc/30168/task/30179/stat : 30179 (Finalizer) S 30165 30168 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36268109 19521036288 135173 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30186] ppid=30165 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/30168/task/30186/stat : 30186 (Common-Cleaner) S 30165 30168 29769 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 36268110 19521036288 135173 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30187] ppid=30165 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/30168/task/30187/stat : 30187 (Timer-0) S 30165 30168 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36268137 19521036288 135173 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
Current children cumulated CPU time: 5.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 540692 KiB

[startup+6.30023 s]
/proc/loadavg: 4.33 4.21 3.61 5/341 30188
/proc/meminfo: memFree=120608012/131249996 swapFree=33010684/33010684
[pid=30168] ppid=30165 vsize=19063512 memory=1313932 CPUtime=8.61 cores=5,7
/proc/30168/stat : 30168 (java) S 30165 30168 29769 0 -1 4194304 25069 0 0 0 833 28 0 0 20 0 20 0 36268106 19521036288 328483 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
/proc/30168/statm: 4765878 328483 5462 1 0 553833 0
[pid=30168/tid=30170] ppid=30165 vsize=19063512 memory=0 CPUtime=6.16 cores=5,7
/proc/30168/task/30170/stat : 30170 (java) R 30165 30168 29769 0 -1 4194368 7531 0 0 0 593 23 0 0 20 0 20 0 36268107 19521036288 328483 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30179] ppid=30165 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/30168/task/30179/stat : 30179 (Finalizer) S 30165 30168 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36268109 19521036288 328483 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30186] ppid=30165 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/30168/task/30186/stat : 30186 (Common-Cleaner) S 30165 30168 29769 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 36268110 19521036288 328483 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30187] ppid=30165 vsize=19063512 memory=183724 CPUtime=0 cores=5,7
/proc/30168/task/30187/stat : 30187 (Timer-0) S 30165 30168 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36268137 19521036288 328483 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
Current children cumulated CPU time: 8.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1313932 KiB

[startup+12.7002 s]
/proc/loadavg: 4.28 4.20 3.62 5/341 30188
/proc/meminfo: memFree=120604492/131249996 swapFree=33010684/33010684
[pid=30168] ppid=30165 vsize=19063512 memory=1320076 CPUtime=15.04 cores=5,7
/proc/30168/stat : 30168 (java) S 30165 30168 29769 0 -1 4194304 26242 0 0 0 1475 29 0 0 20 0 20 0 36268106 19521036288 330019 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
/proc/30168/statm: 4765878 330019 5462 1 0 553833 0
[pid=30168/tid=30170] ppid=30165 vsize=19063512 memory=183724 CPUtime=12.47 cores=5,7
/proc/30168/task/30170/stat : 30170 (java) R 30165 30168 29769 0 -1 4194368 8545 0 0 0 1224 23 0 0 20 0 20 0 36268107 19521036288 330019 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30179] ppid=30165 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/30168/task/30179/stat : 30179 (Finalizer) S 30165 30168 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36268109 19521036288 330019 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30186] ppid=30165 vsize=19063512 memory=1320076 CPUtime=0 cores=5,7
/proc/30168/task/30186/stat : 30186 (Common-Cleaner) S 30165 30168 29769 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 36268110 19521036288 330019 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30187] ppid=30165 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/30168/task/30187/stat : 30187 (Timer-0) S 30165 30168 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36268137 19521036288 330019 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
Current children cumulated CPU time: 15.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1320076 KiB

[startup+25.5002 s]
/proc/loadavg: 4.31 4.21 3.63 5/341 30189
/proc/meminfo: memFree=120555844/131249996 swapFree=33010684/33010684
[pid=30168] ppid=30165 vsize=19063512 memory=1361296 CPUtime=28.04 cores=5,7
/proc/30168/stat : 30168 (java) S 30165 30168 29769 0 -1 4194304 33049 0 0 0 2773 31 0 0 20 0 20 0 36268106 19521036288 340324 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
/proc/30168/statm: 4765878 340324 5494 1 0 553833 0
[pid=30168/tid=30170] ppid=30165 vsize=19063512 memory=10752 CPUtime=25.03 cores=5,7
/proc/30168/task/30170/stat : 30170 (java) R 30165 30168 29769 0 -1 4194368 10189 0 0 0 2479 24 0 0 20 0 20 0 36268107 19521036288 340324 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30179] ppid=30165 vsize=19063512 memory=1320076 CPUtime=0 cores=5,7
/proc/30168/task/30179/stat : 30179 (Finalizer) S 30165 30168 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36268109 19521036288 340324 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30186] ppid=30165 vsize=19063512 memory=4380 CPUtime=0 cores=5,7
/proc/30168/task/30186/stat : 30186 (Common-Cleaner) S 30165 30168 29769 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 36268110 19521036288 340324 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30187] ppid=30165 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/30168/task/30187/stat : 30187 (Timer-0) S 30165 30168 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36268137 19521036288 340324 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
Current children cumulated CPU time: 28.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1361296 KiB

[startup+51.106 s]
/proc/loadavg: 4.27 4.21 3.65 5/341 30189
/proc/meminfo: memFree=120487472/131249996 swapFree=33010684/33010684
[pid=30168] ppid=30165 vsize=19063512 memory=1414636 CPUtime=54.03 cores=5,7
/proc/30168/stat : 30168 (java) S 30165 30168 29769 0 -1 4194304 35371 0 0 0 5369 34 0 0 20 0 20 0 36268106 19521036288 353659 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
/proc/30168/statm: 4765878 353659 5494 1 0 553833 0
[pid=30168/tid=30170] ppid=30165 vsize=19063512 memory=14592 CPUtime=50.05 cores=5,7
/proc/30168/task/30170/stat : 30170 (java) R 30165 30168 29769 0 -1 4194368 11387 0 0 0 4981 24 0 0 20 0 20 0 36268107 19521036288 353659 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30179] ppid=30165 vsize=19063512 memory=10752 CPUtime=0 cores=5,7

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

/proc/30168/task/30179/stat : 30179 (Finalizer) S 30165 30168 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36268109 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30186] ppid=30165 vsize=19063512 memory=4380 CPUtime=0 cores=5,7
/proc/30168/task/30186/stat : 30186 (Common-Cleaner) S 30165 30168 29769 0 -1 4194368 750 0 0 0 0 0 0 0 20 0 20 0 36268110 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30187] ppid=30165 vsize=19063512 memory=14592 CPUtime=0 cores=5,7
/proc/30168/task/30187/stat : 30187 (Timer-0) S 30165 30168 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36268137 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
Current children cumulated CPU time: 3161.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3113480 KiB

[startup+3102.3 s]
/proc/loadavg: 4.26 4.32 4.26 5/340 30675
/proc/meminfo: memFree=119017508/131249996 swapFree=33010684/33010684
[pid=30168] ppid=30165 vsize=19063512 memory=3113480 CPUtime=3225.17 cores=5,7
/proc/30168/stat : 30168 (java) S 30165 30168 29769 0 -1 4194304 142311 0 0 0 322277 240 0 0 20 0 20 0 36268106 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
/proc/30168/statm: 4765878 778370 5494 1 0 789283 0
[pid=30168/tid=30170] ppid=30165 vsize=19063512 memory=3113480 CPUtime=3042.02 cores=5,7
/proc/30168/task/30170/stat : 30170 (java) R 30165 30168 29769 0 -1 4194368 79781 0 0 0 304145 57 0 0 20 0 20 0 36268107 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30179] ppid=30165 vsize=19063512 memory=3113480 CPUtime=0 cores=5,7
/proc/30168/task/30179/stat : 30179 (Finalizer) S 30165 30168 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36268109 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30186] ppid=30165 vsize=19063512 memory=2893976 CPUtime=0 cores=5,7
/proc/30168/task/30186/stat : 30186 (Common-Cleaner) S 30165 30168 29769 0 -1 4194368 750 0 0 0 0 0 0 0 20 0 20 0 36268110 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30187] ppid=30165 vsize=19063512 memory=-6000919485574900844 CPUtime=0 cores=5,7
/proc/30168/task/30187/stat : 30187 (Timer-0) S 30165 30168 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36268137 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
Current children cumulated CPU time: 3225.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3113480 KiB

[startup+3162.3 s]
/proc/loadavg: 4.22 4.29 4.26 5/341 30681
/proc/meminfo: memFree=118937212/131249996 swapFree=33010684/33010684
[pid=30168] ppid=30165 vsize=19063512 memory=3113480 CPUtime=3290.9 cores=5,7
/proc/30168/stat : 30168 (java) S 30165 30168 29769 0 -1 4194304 145642 0 0 0 328844 246 0 0 20 0 20 0 36268106 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
/proc/30168/statm: 4765878 778370 5494 1 0 789283 0
[pid=30168/tid=30170] ppid=30165 vsize=19063512 memory=5632 CPUtime=3101.09 cores=5,7
/proc/30168/task/30170/stat : 30170 (java) R 30165 30168 29769 0 -1 4194368 82324 0 0 0 310052 57 0 0 20 0 20 0 36268107 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30179] ppid=30165 vsize=19063512 memory=3113480 CPUtime=0 cores=5,7
/proc/30168/task/30179/stat : 30179 (Finalizer) S 30165 30168 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36268109 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30186] ppid=30165 vsize=19063512 memory=25304 CPUtime=0 cores=5,7
/proc/30168/task/30186/stat : 30186 (Common-Cleaner) S 30165 30168 29769 0 -1 4194368 805 0 0 0 0 0 0 0 20 0 20 0 36268110 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30187] ppid=30165 vsize=19063512 memory=14592 CPUtime=0 cores=5,7
/proc/30168/task/30187/stat : 30187 (Timer-0) S 30165 30168 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36268137 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
Current children cumulated CPU time: 3290.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3113480 KiB

[startup+3222.3 s]
/proc/loadavg: 4.64 4.41 4.30 5/341 30687
/proc/meminfo: memFree=118875272/131249996 swapFree=33010684/33010684
[pid=30168] ppid=30165 vsize=19063512 memory=3113480 CPUtime=3354.37 cores=5,7
/proc/30168/stat : 30168 (java) S 30165 30168 29769 0 -1 4194304 148558 0 0 0 335188 249 0 0 20 0 20 0 36268106 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
/proc/30168/statm: 4765878 778370 5494 1 0 789283 0
[pid=30168/tid=30170] ppid=30165 vsize=19063512 memory=3113480 CPUtime=3160.44 cores=5,7
/proc/30168/task/30170/stat : 30170 (java) R 30165 30168 29769 0 -1 4194368 84345 0 0 0 315986 58 0 0 20 0 20 0 36268107 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30179] ppid=30165 vsize=19063512 memory=6900 CPUtime=0 cores=5,7
/proc/30168/task/30179/stat : 30179 (Finalizer) S 30165 30168 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36268109 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30186] ppid=30165 vsize=19063512 memory=3113480 CPUtime=0 cores=5,7
/proc/30168/task/30186/stat : 30186 (Common-Cleaner) S 30165 30168 29769 0 -1 4194368 805 0 0 0 0 0 0 0 20 0 20 0 36268110 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30187] ppid=30165 vsize=19063512 memory=14592 CPUtime=0 cores=5,7
/proc/30168/task/30187/stat : 30187 (Timer-0) S 30165 30168 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36268137 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
Current children cumulated CPU time: 3354.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3113480 KiB

[startup+3282.3 s]
/proc/loadavg: 4.37 4.38 4.30 5/342 30690
/proc/meminfo: memFree=118846720/131249996 swapFree=33010684/33010684
[pid=30168] ppid=30165 vsize=19063512 memory=3113480 CPUtime=3418.35 cores=5,7
/proc/30168/stat : 30168 (java) S 30165 30168 29769 0 -1 4194304 149174 0 0 0 341581 254 0 0 20 0 20 0 36268106 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
/proc/30168/statm: 4765878 778370 5494 1 0 789283 0
[pid=30168/tid=30170] ppid=30165 vsize=19063512 memory=-6000919485574900844 CPUtime=3219.67 cores=5,7
/proc/30168/task/30170/stat : 30170 (java) R 30165 30168 29769 0 -1 4194368 84897 0 0 0 321909 58 0 0 20 0 20 0 36268107 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30179] ppid=30165 vsize=19063512 memory=-6000919485574900844 CPUtime=0 cores=5,7
/proc/30168/task/30179/stat : 30179 (Finalizer) S 30165 30168 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36268109 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30186] ppid=30165 vsize=19063512 memory=3113480 CPUtime=0 cores=5,7
/proc/30168/task/30186/stat : 30186 (Common-Cleaner) S 30165 30168 29769 0 -1 4194368 833 0 0 0 0 0 0 0 20 0 20 0 36268110 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30187] ppid=30165 vsize=19063512 memory=17432 CPUtime=0 cores=5,7
/proc/30168/task/30187/stat : 30187 (Timer-0) S 30165 30168 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36268137 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
Current children cumulated CPU time: 3418.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3113480 KiB

[startup+3342.3 s]
/proc/loadavg: 4.25 4.34 4.29 5/342 30692
/proc/meminfo: memFree=118818640/131249996 swapFree=33010684/33010684
[pid=30168] ppid=30165 vsize=19063512 memory=3113480 CPUtime=3482.39 cores=5,7
/proc/30168/stat : 30168 (java) S 30165 30168 29769 0 -1 4194304 151765 0 0 0 347981 258 0 0 20 0 20 0 36268106 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
/proc/30168/statm: 4765878 778370 5494 1 0 789283 0
[pid=30168/tid=30170] ppid=30165 vsize=19063512 memory=3113480 CPUtime=3278.79 cores=5,7
/proc/30168/task/30170/stat : 30170 (java) R 30165 30168 29769 0 -1 4194368 86854 0 0 0 327821 58 0 0 20 0 20 0 36268107 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30179] ppid=30165 vsize=19063512 memory=3113480 CPUtime=0 cores=5,7
/proc/30168/task/30179/stat : 30179 (Finalizer) S 30165 30168 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36268109 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30186] ppid=30165 vsize=19063512 memory=3113480 CPUtime=0 cores=5,7
/proc/30168/task/30186/stat : 30186 (Common-Cleaner) S 30165 30168 29769 0 -1 4194368 834 0 0 0 0 0 0 0 20 0 20 0 36268110 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30187] ppid=30165 vsize=19063512 memory=14592 CPUtime=0 cores=5,7
/proc/30168/task/30187/stat : 30187 (Timer-0) S 30165 30168 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36268137 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
Current children cumulated CPU time: 3482.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3113480 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.32 4.28 6/342 30705
/proc/meminfo: memFree=118777528/131249996 swapFree=33010684/33010684
[pid=30168] ppid=30165 vsize=19063512 memory=3113480 CPUtime=3548.13 cores=5,7
/proc/30168/stat : 30168 (java) S 30165 30168 29769 0 -1 4194304 156307 0 0 0 354550 263 0 0 20 0 20 0 36268106 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
/proc/30168/statm: 4765878 778370 5494 1 0 789283 0
[pid=30168/tid=30170] ppid=30165 vsize=19063512 memory=3113480 CPUtime=3337.91 cores=5,7
/proc/30168/task/30170/stat : 30170 (java) R 30165 30168 29769 0 -1 4194368 90250 0 0 0 333732 59 0 0 20 0 20 0 36268107 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30179] ppid=30165 vsize=19063512 memory=3113480 CPUtime=0 cores=5,7
/proc/30168/task/30179/stat : 30179 (Finalizer) S 30165 30168 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36268109 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30186] ppid=30165 vsize=19063512 memory=2760 CPUtime=0 cores=5,7
/proc/30168/task/30186/stat : 30186 (Common-Cleaner) S 30165 30168 29769 0 -1 4194368 862 0 0 0 0 0 0 0 20 0 20 0 36268110 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30187] ppid=30165 vsize=19063512 memory=3113480 CPUtime=0 cores=5,7
/proc/30168/task/30187/stat : 30187 (Timer-0) S 30165 30168 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36268137 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
Current children cumulated CPU time: 3548.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3113480 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3450.3 s]
/proc/loadavg: 4.60 4.41 4.31 5/341 30707
/proc/meminfo: memFree=118687456/131249996 swapFree=33010684/33010684
[pid=30168] ppid=30165 vsize=19063512 memory=3113480 CPUtime=3600.09 cores=5,7
/proc/30168/stat : 30168 (java) S 30165 30168 29769 0 -1 4194304 156656 0 0 0 359743 266 0 0 20 0 20 0 36268106 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
/proc/30168/statm: 4765878 778370 5494 1 0 789283 0
[pid=30168/tid=30170] ppid=30165 vsize=19063512 memory=3113480 CPUtime=3385.25 cores=5,7
/proc/30168/task/30170/stat : 30170 (java) R 30165 30168 29769 0 -1 4194368 90511 0 0 0 338466 59 0 0 20 0 20 0 36268107 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30179] ppid=30165 vsize=19063512 memory=-6000919485574900844 CPUtime=0 cores=5,7
/proc/30168/task/30179/stat : 30179 (Finalizer) S 30165 30168 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36268109 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30186] ppid=30165 vsize=19063512 memory=3113480 CPUtime=0 cores=5,7
/proc/30168/task/30186/stat : 30186 (Common-Cleaner) S 30165 30168 29769 0 -1 4194368 874 0 0 0 0 0 0 0 20 0 20 0 36268110 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
[pid=30168/tid=30187] ppid=30165 vsize=19063512 memory=-6000919485574900844 CPUtime=0 cores=5,7
/proc/30168/task/30187/stat : 30187 (Timer-0) S 30165 30168 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36268137 19521036288 778370 18446744073709551615 94480728027136 94480728030832 140723816520640 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94480728038648 94480728039440 94480756662272 140723816528254 140723816528358 140723816528358 140723816533960 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3113480 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.56 s, system=2.68506 s

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

[startup+3450.41 s]*
/proc/loadavg: 4.60 4.41 4.31 5/323 30710
/proc/meminfo: memFree=121678756/131249996 swapFree=33010684/33010684
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): 3450.43
CPU time (s): 3600.24
CPU user time (s): 3597.56
CPU system time (s): 2.68506
CPU usage (%): 104.342
Max. virtual memory (cumulated for all children) (KiB): 19064924
Max. memory (cumulated for all children) (KiB): 3113480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.56
system time used= 2.68506
maximum resident set size= 3114376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158314
page faults= 0
swaps= 0
block input operations= 0
block output operations= 23464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 134979
involuntary context switches= 32237


# summary of solver processes directly reported to runsolver:
#   pid: 30168
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3597.56
#   total CPU system time (s): 2.68506

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.37898 second user time and 17.9147 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-29 16:05:04
IDJOB=4510982
IDBENCH=160409
IDSOLVER=3361
FILE ID=nodeC021/4510982-1751205904
RUNJOBID= nodeC021-1751204626-29782
SLURM_JOB_ID= 9587618
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-almost3reg-l090-r089-n1.cnf-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510982-1751205904/watcher-4510982-1751205904 -o /tmp/evaluation-result-4510982-1751205904/solver-4510982-1751205904 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751204626-29782 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4510982-1751205904.opb

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

MD5SUM BENCH= 60aa0ac85dc632e57e54cb255f142331
RANDOM SEED=172290750

nodeC021 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3599.777
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
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		: 3599.787
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
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		: 3599.791
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
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		: 3599.896
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
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		: 3599.793
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
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.874
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
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.187
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
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		: 3599.774
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        121902840 kB
MemAvailable:   121883828 kB
Buffers:            3280 kB
Cached:           789616 kB
SwapCached:            0 kB
Active:          8252964 kB
Inactive:         532260 kB
Active(anon):    8010388 kB
Inactive(anon):        0 kB
Active(file):     242576 kB
Inactive(file):   532260 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1020 kB
Writeback:             0 kB
AnonPages:       7994896 kB
Mapped:           122612 kB
Shmem:             18060 kB
KReclaimable:      90380 kB
Slab:             177108 kB
SReclaimable:      90380 kB
SUnreclaim:        86728 kB
KernelStack:        5200 kB
PageTables:        19272 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    9477352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151496 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7747584 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC021 at 2025-06-29 17:02:35