Trace number 4508235

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.13 3561.6

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-jun6.5.opb
MD5SUM8b8ffe124a719c4149f2b27dc4b38cf4
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark67
Best CPU time to get the best result obtained on this benchmark3.0865
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9324
Total number of constraints28660
Number of constraints which are clauses26659
Number of constraints which are cardinality constraints (but not clauses)237
Number of constraints which are nor clauses,nor cardinality constraints1764
Minimum length of a constraint2
Maximum length of a constraint240
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 670
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.10	c Free memory 		2104792832
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.11/0.17	c Pseudo Boolean Optimization by upper bound
0.11/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.17	c  - never skip resolution steps
0.11/0.17	c  - Auto-division on coefficients is disabled
0.11/0.17	c  - No postprocessing
0.11/0.17	c  - Conflict is considered as is when resolving
0.11/0.17	c  - Use constraints as they come during conflict analysis
0.11/0.17	c  - Weaken first using unassigned literals
0.11/0.17	c  - Bump strategy: ALWAYS_ONE
0.11/0.17	c  - Bumper: EFFECTIVE
0.11/0.17	c --- Begin Solver configuration ---
0.11/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.11/0.17	c Learn all clauses as in MiniSAT
0.11/0.17	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.17	c No reason simplification
0.11/0.17	c Dynamic restart strategy considering the size of the coefficients
0.11/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.11/0.17	c timeout=2147483s
0.11/0.17	c DB Simplification allowed=false
0.11/0.17	c Listener: none
0.11/0.17	c --- End Solver configuration ---
0.11/0.17	c solving HOME/instance-4508235-1751516401.opb
0.11/0.17	c reading problem ... 
0.11/0.17	c using VERIPB proof format
0.11/0.17	c  objective function found
2.02/1.13	c ... done. Wall clock time 0.954s.
2.02/1.13	c declared #vars     9324
2.02/1.13	c #constraints  28660
2.02/1.13	c constraints type 
2.02/1.13	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 15988
2.02/1.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 293
2.02/1.13	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 868
2.02/1.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11511
2.02/1.13	c 28660 constraints processed.
2.02/1.14	c objective function length is 26 literals
6.35/3.32	c cleaning 2497 clauses out of 5001 with flag 0/5001
10.03/6.37	c cleaning 4247 clauses out of 8505 with flag 0/11002
13.62/9.63	c cleaning 5624 clauses out of 11257 with flag 0/18001
17.62/13.51	c cleaning 6813 clauses out of 13632 with flag 0/26000
24.78/20.64	c cleaning 7901 clauses out of 15820 with flag 0/35001
29.70/25.55	c cleaning 8954 clauses out of 17918 with flag 0/45000
35.59/31.33	c cleaning 9974 clauses out of 19964 with flag 0/56000
42.76/38.42	c cleaning 10988 clauses out of 21990 with flag 0/68000
50.26/45.73	c cleaning 11995 clauses out of 24004 with flag 0/81002
58.23/53.48	c cleaning 12989 clauses out of 26007 with flag 0/95000
67.92/62.85	c cleaning 14001 clauses out of 28018 with flag 0/110000
79.75/74.38	c cleaning 15009 clauses out of 30017 with flag 0/126000
93.58/87.83	c cleaning 15992 clauses out of 32008 with flag 0/143000
110.57/104.35	c cleaning 16998 clauses out of 34016 with flag 0/161000
125.74/118.93	c cleaning 18005 clauses out of 36018 with flag 0/180000
139.37/132.13	c cleaning 19002 clauses out of 38015 with flag 0/200002
153.97/146.35	c cleaning 19997 clauses out of 40011 with flag 0/221000
170.08/162.02	c cleaning 20994 clauses out of 42014 with flag 0/243000
188.07/179.41	c cleaning 22001 clauses out of 44020 with flag 0/266000
214.87/205.52	c cleaning 23000 clauses out of 46019 with flag 0/290000
240.79/230.72	c cleaning 23996 clauses out of 48020 with flag 0/315001
270.23/259.48	c cleaning 25004 clauses out of 50025 with flag 0/341002
290.81/279.48	c cleaning 25992 clauses out of 52020 with flag 0/368001
315.36/302.73	c cleaning 27006 clauses out of 54029 with flag 0/396002
348.21/334.61	c cleaning 28005 clauses out of 56021 with flag 0/425000
385.96/371.49	c cleaning 28994 clauses out of 58017 with flag 0/455001
426.73/411.29	c cleaning 30000 clauses out of 60023 with flag 0/486001
457.17/439.52	c cleaning 30996 clauses out of 62024 with flag 0/518002
541.79/522.75	c cleaning 32004 clauses out of 64028 with flag 0/551002
639.79/619.32	c cleaning 33006 clauses out of 66023 with flag 0/585001
743.53/722.36	c cleaning 33991 clauses out of 68017 with flag 0/620001
803.25/780.96	c cleaning 35005 clauses out of 70029 with flag 0/656004
905.31/880.91	c cleaning 36000 clauses out of 72020 with flag 0/693000
1020.24/994.05	c cleaning 37008 clauses out of 74022 with flag 0/731002
1162.66/1135.49	c cleaning 37997 clauses out of 76013 with flag 0/770001
1237.67/1210.62	c cleaning 38999 clauses out of 78015 with flag 0/810000
1412.74/1383.56	c cleaning 40003 clauses out of 80016 with flag 0/851000
1615.99/1584.63	c cleaning 41001 clauses out of 82015 with flag 0/893002
1831.52/1798.05	c cleaning 41997 clauses out of 84013 with flag 0/936001
2071.12/2035.23	c cleaning 43000 clauses out of 86015 with flag 0/980000
2307.71/2272.32	c cleaning 44001 clauses out of 88015 with flag 0/1025000
2563.53/2526.22	c cleaning 44998 clauses out of 90014 with flag 0/1071000
2892.92/2853.48	c cleaning 46003 clauses out of 92016 with flag 0/1118000
3191.57/3153.90	c cleaning 46998 clauses out of 94013 with flag 0/1166000
3446.66/3407.13	c cleaning 48002 clauses out of 96018 with flag 0/1215003
3600.01/3561.51	c starts		: 366
3600.01/3561.51	c conflicts		: 1246706
3600.01/3561.51	c decisions		: 1572832
3600.01/3561.51	c propagations		: 53871121
3600.01/3561.51	c inspects		: 4663380591
3600.01/3561.51	c shortcuts		: 0
3600.01/3561.51	c learnt literals	: 0
3600.01/3561.51	c learnt binary clauses	: 161
3600.01/3561.51	c learnt ternary clauses	: 447
3600.01/3561.51	c learnt constraints	: 1246706
3600.01/3561.51	c ignored constraints	: 0
3600.01/3561.51	c root simplifications	: 0
3600.01/3561.51	c removed literals (reason simplification)	: 0
3600.01/3561.51	c reason swapping (by a shorter reason)	: 0
3600.01/3561.51	c Calls to reduceDB	: 45
3600.01/3561.51	c Number of update (reduction) of LBD	: 1197346
3600.01/3561.51	c Imported unit clauses	: 0
3600.01/3561.51	c No decision after first conflict	: false
3600.01/3561.51	c number of reductions to clauses (during analyze)	: 0
3600.01/3561.51	c number of learned constraints concerned by reduction	: 0
3600.01/3561.51	c number of learning phase by resolution	: 0
3600.01/3561.51	c number of learning phase by cutting planes	: 0
3600.01/3561.51	c number of rounding to 1 operations	: 0
3600.01/3561.51	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3561.51	c number of reductions of the coefficients by power 2 	: 0
3600.01/3561.51	c number of right shift for reduction by power 2 	: 0
3600.01/3561.51	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3561.51	c number of ending skipping 	: 0
3600.01/3561.51	c number of internal skipping 	: 0
3600.01/3561.51	c number of derivation steps 	: 16550023
3600.01/3561.51	c number of skipped derivation steps 	: 0
3600.01/3561.51	c number of remaining unassigned 	: 40708
3600.01/3561.51	c number of remaining assigned 	: 345484320
3600.01/3561.51	c number of falsified literals weakened from reason	: 0
3600.01/3561.51	c number of falsified literals weakened from conflict	: 0
3600.01/3561.51	c time for arithmetic operations	: 6187080762
3600.01/3561.51	c minimum degree of deleted constraints	: 1
3600.01/3561.51	c maximum degree of deleted constraints	: 36759764041455
3600.01/3561.51	c number of deleted constraints	: 1166987
3600.01/3561.51	c speed (assignments/second)	: 15130.798778326473
3600.01/3561.51	c non guided choices	: 60911
3600.01/3561.52	c timeout
3600.01/3561.57	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 3917
3600.01/3561.58	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 9121
3600.01/3561.58	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 161
3600.01/3561.58	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 66520
3600.01/3561.58	s UNKNOWN
3600.01/3561.58	c Total wall clock time (in seconds): 3561.409

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: 63708 MiB (61841 MiB free)
  memory of node 1: 64465 MiB (63387 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4508235-1751516401/watcher-4508235-1751516401 -o /tmp/evaluation-result-4508235-1751516401/solver-4508235-1751516401 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751516401-68554 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4508235-1751516401 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4508235-1751516401.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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 FSIZE limit: 102400000 KiB
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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=68600, runsolver pid=68594
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 0.94 1.53 2.72 7/332 68681
/proc/meminfo: memFree=128148312/131250000 swapFree=33007332/33010684
[pid=68600] ppid=68594 vsize=18930384 memory=55448 CPUtime=0.11 cores=0,2
/proc/68600/stat : 68600 (java) S 68594 68600 68544 0 -1 4194304 6432 0 90 0 9 2 0 0 20 0 18 0 67317628 19384713216 13862 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
/proc/68600/statm: 4732596 13862 5341 1 0 547568 0
[pid=68600/tid=68614] ppid=68594 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=0,2
/proc/68600/task/68614/stat : 68614 (java) R 68594 68600 68544 0 -1 4194368 4947 0 90 0 6 1 0 0 20 0 18 0 67317630 19384713216 13862 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68634] ppid=68594 vsize=18930384 memory=15987 CPUtime=0 cores=0,2
/proc/68600/task/68634/stat : 68634 (Finalizer) S 68594 68600 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 67317632 19384713216 13862 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68654] ppid=68594 vsize=18930384 memory=59585004307431 CPUtime=0 cores=0,2
/proc/68600/task/68654/stat : 68654 (Common-Cleaner) S 68594 68600 68544 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 67317633 19384713216 13862 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55448 KiB

[startup+0.205813 s]*
/proc/loadavg: 0.94 1.53 2.72 14/332 68681
/proc/meminfo: memFree=128112912/131250000 swapFree=33007332/33010684
[pid=68600] ppid=68594 vsize=18930384 memory=64356 CPUtime=0.29 cores=0,2
/proc/68600/stat : 68600 (java) S 68594 68600 68544 0 -1 4194304 7046 0 90 0 27 2 0 0 20 0 18 0 67317628 19384713216 16089 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
/proc/68600/statm: 4732596 16089 5437 1 0 547960 0
[pid=68600/tid=68614] ppid=68594 vsize=18930384 memory=4026728732 CPUtime=0.16 cores=0,2
/proc/68600/task/68614/stat : 68614 (java) R 68594 68600 68544 0 -1 4194368 5330 0 90 0 15 1 0 0 20 0 18 0 67317630 19384713216 16089 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68634] ppid=68594 vsize=18930384 memory=15987 CPUtime=0 cores=0,2
/proc/68600/task/68634/stat : 68634 (Finalizer) S 68594 68600 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 67317632 19384713216 16089 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68654] ppid=68594 vsize=18930384 memory=59585004307431 CPUtime=0 cores=0,2
/proc/68600/task/68654/stat : 68654 (Common-Cleaner) S 68594 68600 68544 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 67317633 19384713216 16089 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64356 KiB

[startup+0.305943 s]*
/proc/loadavg: 0.94 1.53 2.72 10/335 68684
/proc/meminfo: memFree=127959036/131250000 swapFree=33007332/33010684
[pid=68600] ppid=68594 vsize=18930384 memory=111556 CPUtime=0.48 cores=0,2
/proc/68600/stat : 68600 (java) S 68594 68600 68544 0 -1 4194304 8564 0 90 0 45 3 0 0 20 0 18 0 67317628 19384713216 27889 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
/proc/68600/statm: 4732596 27889 5437 1 0 549037 0
[pid=68600/tid=68614] ppid=68594 vsize=18930384 memory=-6000919476934370409 CPUtime=0.25 cores=0,2
/proc/68600/task/68614/stat : 68614 (java) R 68594 68600 68544 0 -1 4194368 5376 0 90 0 23 2 0 0 20 0 18 0 67317630 19384713216 27889 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68634] ppid=68594 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/68600/task/68634/stat : 68634 (Finalizer) S 68594 68600 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 67317632 19384713216 27889 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68654] ppid=68594 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/68600/task/68654/stat : 68654 (Common-Cleaner) S 68594 68600 68544 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 67317633 19384713216 27889 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 111556 KiB

[startup+0.700238 s]
/proc/loadavg: 0.94 1.53 2.72 9/336 68685
/proc/meminfo: memFree=127554864/131250000 swapFree=33007332/33010684
[pid=68600] ppid=68594 vsize=18996948 memory=594116 CPUtime=1.23 cores=0,2
/proc/68600/stat : 68600 (java) S 68594 68600 68544 0 -1 4194304 11718 0 90 0 110 13 0 0 20 0 19 0 67317628 19452874752 148529 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
/proc/68600/statm: 4749237 148529 5501 1 0 551433 0
[pid=68600/tid=68614] ppid=68594 vsize=18996948 memory=18560 CPUtime=0.6 cores=0,2
/proc/68600/task/68614/stat : 68614 (java) R 68594 68600 68544 0 -1 4194368 5615 0 90 0 50 10 0 0 20 0 19 0 67317630 19452874752 148529 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68634] ppid=68594 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/68600/task/68634/stat : 68634 (Finalizer) S 68594 68600 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 67317632 19452874752 148529 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68654] ppid=68594 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/68600/task/68654/stat : 68654 (Common-Cleaner) S 68594 68600 68544 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 67317633 19452874752 148529 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 594116 KiB

[startup+1.50023 s]
/proc/loadavg: 0.94 1.53 2.72 10/338 68687
/proc/meminfo: memFree=125401612/131250000 swapFree=33007332/33010684
[pid=68600] ppid=68594 vsize=19063512 memory=1315020 CPUtime=2.81 cores=0,2
/proc/68600/stat : 68600 (java) S 68594 68600 68544 0 -1 4194304 22041 0 90 0 251 30 0 0 20 0 20 0 67317628 19521036288 328755 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
/proc/68600/statm: 4765878 328755 5533 1 0 555527 0
[pid=68600/tid=68614] ppid=68594 vsize=19063512 memory=3200 CPUtime=1.27 cores=0,2
/proc/68600/task/68614/stat : 68614 (java) R 68594 68600 68544 0 -1 4194368 6128 0 90 0 103 24 0 0 20 0 20 0 67317630 19521036288 328755 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68634] ppid=68594 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/68600/task/68634/stat : 68634 (Finalizer) S 68594 68600 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67317632 19521036288 328755 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68654] ppid=68594 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/68600/task/68654/stat : 68654 (Common-Cleaner) S 68594 68600 68544 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 67317633 19521036288 328755 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1315020 KiB

[startup+3.10564 s]
/proc/loadavg: 0.94 1.53 2.72 7/317 68699
/proc/meminfo: memFree=124774948/131250000 swapFree=33007332/33010684
[pid=68600] ppid=68594 vsize=19063512 memory=1324968 CPUtime=5.96 cores=0,2
/proc/68600/stat : 68600 (java) S 68594 68600 68544 0 -1 4194304 22710 0 90 0 565 31 0 0 20 0 20 0 67317628 19521036288 331242 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
/proc/68600/statm: 4765878 331242 5533 1 0 555619 0
[pid=68600/tid=68614] ppid=68594 vsize=19063512 memory=10752 CPUtime=2.81 cores=0,2
/proc/68600/task/68614/stat : 68614 (java) R 68594 68600 68544 0 -1 4194368 6249 0 90 0 256 25 0 0 20 0 20 0 67317630 19521036288 331242 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68634] ppid=68594 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/68600/task/68634/stat : 68634 (Finalizer) S 68594 68600 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67317632 19521036288 331242 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68654] ppid=68594 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/68600/task/68654/stat : 68654 (Common-Cleaner) S 68594 68600 68544 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 67317633 19521036288 331242 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68689] ppid=68594 vsize=19063512 memory=5148 CPUtime=0 cores=0,2
/proc/68600/task/68689/stat : 68689 (Timer-0) S 68594 68600 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67317743 19521036288 331242 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
Current children cumulated CPU time: 5.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1324968 KiB

[startup+6.30023 s]
/proc/loadavg: 1.34 1.61 2.74 3/338 68754
/proc/meminfo: memFree=123555096/131250000 swapFree=33007332/33010684
[pid=68600] ppid=68594 vsize=19063512 memory=1336100 CPUtime=10.03 cores=0,2
/proc/68600/stat : 68600 (java) S 68594 68600 68544 0 -1 4194304 26837 0 90 0 969 34 0 0 20 0 20 0 67317628 19521036288 334025 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
/proc/68600/statm: 4765878 334025 5565 1 0 555726 0
[pid=68600/tid=68614] ppid=68594 vsize=19063512 memory=0 CPUtime=5.92 cores=0,2
/proc/68600/task/68614/stat : 68614 (java) R 68594 68600 68544 0 -1 4194368 6821 0 90 0 566 26 0 0 20 0 20 0 67317630 19521036288 334025 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68634] ppid=68594 vsize=19063512 memory=-6000919489819272297 CPUtime=0 cores=0,2
/proc/68600/task/68634/stat : 68634 (Finalizer) S 68594 68600 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67317632 19521036288 334025 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68654] ppid=68594 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/68600/task/68654/stat : 68654 (Common-Cleaner) S 68594 68600 68544 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 67317633 19521036288 334025 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68689] ppid=68594 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/68600/task/68689/stat : 68689 (Timer-0) S 68594 68600 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67317743 19521036288 334025 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
Current children cumulated CPU time: 10.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1336100 KiB

[startup+12.7002 s]
/proc/loadavg: 1.72 1.68 2.76 5/338 68887
/proc/meminfo: memFree=122552808/131250000 swapFree=33007332/33010684
[pid=68600] ppid=68594 vsize=19063512 memory=1808908 CPUtime=16.82 cores=0,2
/proc/68600/stat : 68600 (java) S 68594 68600 68544 0 -1 4194304 32228 0 90 0 1635 47 0 0 20 0 20 0 67317628 19521036288 452227 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
/proc/68600/statm: 4765878 452227 5565 1 0 674785 0
[pid=68600/tid=68614] ppid=68594 vsize=19063512 memory=1808908 CPUtime=12.17 cores=0,2
/proc/68600/task/68614/stat : 68614 (java) R 68594 68600 68544 0 -1 4194368 7984 0 90 0 1180 37 0 0 20 0 20 0 67317630 19521036288 452227 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68634] ppid=68594 vsize=19063512 memory=14432 CPUtime=0 cores=0,2
/proc/68600/task/68634/stat : 68634 (Finalizer) S 68594 68600 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67317632 19521036288 452227 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68654] ppid=68594 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/68600/task/68654/stat : 68654 (Common-Cleaner) S 68594 68600 68544 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 67317633 19521036288 452227 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68689] ppid=68594 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/68600/task/68689/stat : 68689 (Timer-0) S 68594 68600 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67317743 19521036288 452227 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
Current children cumulated CPU time: 16.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1808908 KiB

[startup+25.5002 s]
/proc/loadavg: 2.36 1.83 2.79 5/340 68889
/proc/meminfo: memFree=121460456/131250000 swapFree=33007332/33010684
[pid=68600] ppid=68594 vsize=19063512 memory=1815116 CPUtime=29.7 cores=0,2
/proc/68600/stat : 68600 (java) S 68594 68600 68544 0 -1 4194304 36093 0 90 0 2919 51 0 0 20 0 20 0 67317628 19521036288 453779 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
/proc/68600/statm: 4765878 453779 5565 1 0 674801 0
[pid=68600/tid=68614] ppid=68594 vsize=19063512 memory=18560 CPUtime=24.69 cores=0,2
/proc/68600/task/68614/stat : 68614 (java) R 68594 68600 68544 0 -1 4194368 9843 0 90 0 2429 40 0 0 20 0 20 0 67317630 19521036288 453779 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68634] ppid=68594 vsize=19063512 memory=-6000919489819272297 CPUtime=0 cores=0,2
/proc/68600/task/68634/stat : 68634 (Finalizer) S 68594 68600 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67317632 19521036288 453779 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68654] ppid=68594 vsize=19063512 memory=1813012 CPUtime=0 cores=0,2
/proc/68600/task/68654/stat : 68654 (Common-Cleaner) S 68594 68600 68544 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 67317633 19521036288 453779 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68689] ppid=68594 vsize=19063512 memory=14432 CPUtime=0 cores=0,2
/proc/68600/task/68689/stat : 68689 (Timer-0) S 68594 68600 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67317743 19521036288 453779 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
Current children cumulated CPU time: 29.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1815116 KiB

[startup+51.1059 s]
/proc/loadavg: 2.92 2.00 2.82 5/342 68892
/proc/meminfo: memFree=119856264/131250000 swapFree=33007332/33010684
[pid=68600] ppid=68594 vsize=19063512 memory=2353252 CPUtime=55.85 cores=0,2
/proc/68600/stat : 68600 (java) S 68594 68600 68544 0 -1 4194304 44609 0 90 0 5516 69 0 0 20 0 20 0 67317628 19521036288 588313 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
/proc/68600/statm: 4765878 588313 5565 1 0 804321 0
[pid=68600/tid=68614] ppid=68594 vsize=19063512 memory=0 CPUtime=49.64 cores=0,2
/proc/68600/task/68614/stat : 68614 (java) R 68594 68600 68544 0 -1 4194368 12616 0 90 0 4908 56 0 0 20 0 20 0 67317630 19521036288 588313 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68634] ppid=68594 vsize=19063512 memory=-4421386517621859169 CPUtime=0 cores=0,2
/proc/68600/task/68634/stat : 68634 (Finalizer) S 68594 68600 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67317632 19521036288 588313 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68654] ppid=68594 vsize=19063512 memory=4601 CPUtime=0 cores=0,2
/proc/68600/task/68654/stat : 68654 (Common-Cleaner) S 68594 68600 68544 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 67317633 19521036288 588313 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68689] ppid=68594 vsize=19063512 memory=18560 CPUtime=0 cores=0,2

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

/proc/meminfo: memFree=111845196/131250000 swapFree=33007332/33010684
[pid=68600] ppid=68594 vsize=19063512 memory=4692784 CPUtime=3260.65 cores=0,2
/proc/68600/stat : 68600 (java) S 68594 68600 68544 0 -1 4194304 165425 0 90 0 325656 409 0 0 20 0 20 0 67317628 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
/proc/68600/statm: 4765878 1173196 5597 1 0 1185808 0
[pid=68600/tid=68614] ppid=68594 vsize=19063512 memory=4615900 CPUtime=3151.43 cores=0,2
/proc/68600/task/68614/stat : 68614 (java) R 68594 68600 68544 0 -1 4194368 72446 0 90 0 314885 258 0 0 20 0 20 0 67317630 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68634] ppid=68594 vsize=19063512 memory=28228 CPUtime=0 cores=0,2
/proc/68600/task/68634/stat : 68634 (Finalizer) S 68594 68600 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67317632 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68654] ppid=68594 vsize=19063512 memory=4692784 CPUtime=0 cores=0,2
/proc/68600/task/68654/stat : 68654 (Common-Cleaner) S 68594 68600 68544 0 -1 4194368 1848 0 0 0 0 0 0 0 20 0 20 0 67317633 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68689] ppid=68594 vsize=19063512 memory=4692784 CPUtime=0 cores=0,2
/proc/68600/task/68689/stat : 68689 (Timer-0) S 68594 68600 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67317743 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
Current children cumulated CPU time: 3260.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4692784 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.32 4.20 5/343 69073
/proc/meminfo: memFree=111819044/131250000 swapFree=33007332/33010684
[pid=68600] ppid=68594 vsize=19063512 memory=4692784 CPUtime=3321.07 cores=0,2
/proc/68600/stat : 68600 (java) S 68594 68600 68544 0 -1 4194304 165821 0 90 0 331693 414 0 0 20 0 20 0 67317628 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
/proc/68600/statm: 4765878 1173196 5597 1 0 1185808 0
[pid=68600/tid=68614] ppid=68594 vsize=19063512 memory=4615900 CPUtime=3210.6 cores=0,2
/proc/68600/task/68614/stat : 68614 (java) R 68594 68600 68544 0 -1 4194368 72660 0 90 0 320799 261 0 0 20 0 20 0 67317630 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68634] ppid=68594 vsize=19063512 memory=4692784 CPUtime=0 cores=0,2
/proc/68600/task/68634/stat : 68634 (Finalizer) S 68594 68600 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67317632 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68654] ppid=68594 vsize=19063512 memory=-6000919489819272297 CPUtime=0 cores=0,2
/proc/68600/task/68654/stat : 68654 (Common-Cleaner) S 68594 68600 68544 0 -1 4194368 1935 0 0 0 0 0 0 0 20 0 20 0 67317633 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68689] ppid=68594 vsize=19063512 memory=4692784 CPUtime=0 cores=0,2
/proc/68600/task/68689/stat : 68689 (Timer-0) S 68594 68600 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67317743 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
Current children cumulated CPU time: 3321.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4692784 KiB

[startup+3342.3 s]
/proc/loadavg: 4.25 4.30 4.20 5/343 69077
/proc/meminfo: memFree=111760972/131250000 swapFree=33007332/33010684
[pid=68600] ppid=68594 vsize=19063512 memory=4692784 CPUtime=3381.46 cores=0,2
/proc/68600/stat : 68600 (java) S 68594 68600 68544 0 -1 4194304 167782 0 90 0 337727 419 0 0 20 0 20 0 67317628 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
/proc/68600/statm: 4765878 1173196 5597 1 0 1185808 0
[pid=68600/tid=68614] ppid=68594 vsize=19063512 memory=4615900 CPUtime=3269.76 cores=0,2
/proc/68600/task/68614/stat : 68614 (java) R 68594 68600 68544 0 -1 4194368 74394 0 90 0 326712 264 0 0 20 0 20 0 67317630 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68634] ppid=68594 vsize=19063512 memory=14432 CPUtime=0 cores=0,2
/proc/68600/task/68634/stat : 68634 (Finalizer) S 68594 68600 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67317632 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68654] ppid=68594 vsize=19063512 memory=14432 CPUtime=0 cores=0,2
/proc/68600/task/68654/stat : 68654 (Common-Cleaner) S 68594 68600 68544 0 -1 4194368 1935 0 0 0 0 0 0 0 20 0 20 0 67317633 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68689] ppid=68594 vsize=19063512 memory=-6000919489819272297 CPUtime=0 cores=0,2
/proc/68600/task/68689/stat : 68689 (Timer-0) S 68594 68600 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67317743 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
Current children cumulated CPU time: 3381.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4692784 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.26 4.19 5/343 69079
/proc/meminfo: memFree=111689588/131250000 swapFree=33007332/33010684
[pid=68600] ppid=68594 vsize=19063512 memory=4692784 CPUtime=3441.87 cores=0,2
/proc/68600/stat : 68600 (java) S 68594 68600 68544 0 -1 4194304 169890 0 90 0 343763 424 0 0 20 0 20 0 67317628 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
/proc/68600/statm: 4765878 1173196 5597 1 0 1185808 0
[pid=68600/tid=68614] ppid=68594 vsize=19063512 memory=4615900 CPUtime=3328.9 cores=0,2
/proc/68600/task/68614/stat : 68614 (java) R 68594 68600 68544 0 -1 4194368 76257 0 90 0 332625 265 0 0 20 0 20 0 67317630 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68634] ppid=68594 vsize=19063512 memory=14432 CPUtime=0 cores=0,2
/proc/68600/task/68634/stat : 68634 (Finalizer) S 68594 68600 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67317632 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68654] ppid=68594 vsize=19063512 memory=4692784 CPUtime=0 cores=0,2
/proc/68600/task/68654/stat : 68654 (Common-Cleaner) S 68594 68600 68544 0 -1 4194368 1992 0 0 0 0 0 0 0 20 0 20 0 67317633 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68689] ppid=68594 vsize=19063512 memory=4692784 CPUtime=0 cores=0,2
/proc/68600/task/68689/stat : 68689 (Timer-0) S 68594 68600 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67317743 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
Current children cumulated CPU time: 3441.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4692784 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.26 4.19 5/342 69081
/proc/meminfo: memFree=111553484/131250000 swapFree=33007332/33010684
[pid=68600] ppid=68594 vsize=19063512 memory=4692784 CPUtime=3502.11 cores=0,2
/proc/68600/stat : 68600 (java) S 68594 68600 68544 0 -1 4194304 170435 0 90 0 349783 428 0 0 20 0 20 0 67317628 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
/proc/68600/statm: 4765878 1173196 5597 1 0 1185808 0
[pid=68600/tid=68614] ppid=68594 vsize=19063512 memory=4615900 CPUtime=3388.24 cores=0,2
/proc/68600/task/68614/stat : 68614 (java) R 68594 68600 68544 0 -1 4194368 76522 0 90 0 338556 268 0 0 20 0 20 0 67317630 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68634] ppid=68594 vsize=19063512 memory=14432 CPUtime=0 cores=0,2
/proc/68600/task/68634/stat : 68634 (Finalizer) S 68594 68600 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67317632 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68654] ppid=68594 vsize=19063512 memory=4692784 CPUtime=0 cores=0,2
/proc/68600/task/68654/stat : 68654 (Common-Cleaner) S 68594 68600 68544 0 -1 4194368 2006 0 0 0 0 0 0 0 20 0 20 0 67317633 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68689] ppid=68594 vsize=19063512 memory=4692784 CPUtime=0 cores=0,2
/proc/68600/task/68689/stat : 68689 (Timer-0) S 68594 68600 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67317743 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
Current children cumulated CPU time: 3502.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4692784 KiB

[startup+3522.3 s]
/proc/loadavg: 4.24 4.26 4.19 5/341 69216
/proc/meminfo: memFree=113905068/131250000 swapFree=33007332/33010684
[pid=68600] ppid=68594 vsize=19063512 memory=4692784 CPUtime=3560.49 cores=0,2
/proc/68600/stat : 68600 (java) S 68594 68600 68544 0 -1 4194304 171267 0 90 0 355615 434 0 0 20 0 20 0 67317628 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
/proc/68600/statm: 4765878 1173196 5597 1 0 1185808 0
[pid=68600/tid=68614] ppid=68594 vsize=19063512 memory=4615900 CPUtime=3445.29 cores=0,2
/proc/68600/task/68614/stat : 68614 (java) R 68594 68600 68544 0 -1 4194368 77262 0 90 0 344257 272 0 0 20 0 20 0 67317630 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68634] ppid=68594 vsize=19063512 memory=4692784 CPUtime=0 cores=0,2
/proc/68600/task/68634/stat : 68634 (Finalizer) S 68594 68600 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67317632 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68654] ppid=68594 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/68600/task/68654/stat : 68654 (Common-Cleaner) S 68594 68600 68544 0 -1 4194368 2006 0 0 0 0 0 0 0 20 0 20 0 67317633 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68689] ppid=68594 vsize=19063512 memory=14432 CPUtime=0 cores=0,2
/proc/68600/task/68689/stat : 68689 (Timer-0) S 68594 68600 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67317743 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
Current children cumulated CPU time: 3560.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4692784 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3561.5 s]
/proc/loadavg: 4.33 4.27 4.19 6/342 69219
/proc/meminfo: memFree=113749708/131250000 swapFree=33007332/33010684
[pid=68600] ppid=68594 vsize=19063512 memory=4692784 CPUtime=3600.01 cores=0,2
/proc/68600/stat : 68600 (java) S 68594 68600 68544 0 -1 4194304 172900 0 90 0 359564 437 0 0 20 0 20 0 67317628 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
/proc/68600/statm: 4765878 1173196 5597 1 0 1185808 0
[pid=68600/tid=68614] ppid=68594 vsize=19063512 memory=4615900 CPUtime=3483.88 cores=0,2
/proc/68600/task/68614/stat : 68614 (java) R 68594 68600 68544 0 -1 4194368 78477 0 90 0 348115 273 0 0 20 0 20 0 67317630 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68634] ppid=68594 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/68600/task/68634/stat : 68634 (Finalizer) S 68594 68600 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67317632 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68654] ppid=68594 vsize=19063512 memory=4692784 CPUtime=0 cores=0,2
/proc/68600/task/68654/stat : 68654 (Common-Cleaner) S 68594 68600 68544 0 -1 4194368 2006 0 0 0 0 0 0 0 20 0 20 0 67317633 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68689] ppid=68594 vsize=19063512 memory=4692784 CPUtime=0 cores=0,2
/proc/68600/task/68689/stat : 68689 (Timer-0) S 68594 68600 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67317743 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4692784 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.74 s, system=4.38959 s

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

[startup+3561.5 s]
/proc/loadavg: 4.33 4.27 4.19 6/342 69219
/proc/meminfo: memFree=113749708/131250000 swapFree=33007332/33010684
[pid=68600] ppid=68594 vsize=19063512 memory=4692784 CPUtime=3600.01 cores=0,2
/proc/68600/stat : 68600 (java) S 68594 68600 68544 0 -1 4194304 172900 0 90 0 359564 437 0 0 20 0 20 0 67317628 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
/proc/68600/statm: 4765878 1173196 5597 1 0 1185808 0
[pid=68600/tid=68614] ppid=68594 vsize=19063512 memory=4615900 CPUtime=3483.88 cores=0,2
/proc/68600/task/68614/stat : 68614 (java) R 68594 68600 68544 0 -1 4194368 78477 0 90 0 348115 273 0 0 20 0 20 0 67317630 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68634] ppid=68594 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/68600/task/68634/stat : 68634 (Finalizer) S 68594 68600 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67317632 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68654] ppid=68594 vsize=19063512 memory=4692784 CPUtime=0 cores=0,2
/proc/68600/task/68654/stat : 68654 (Common-Cleaner) S 68594 68600 68544 0 -1 4194368 2006 0 0 0 0 0 0 0 20 0 20 0 67317633 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
[pid=68600/tid=68689] ppid=68594 vsize=19063512 memory=4692784 CPUtime=0 cores=0,2
/proc/68600/task/68689/stat : 68689 (Timer-0) S 68594 68600 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67317743 19521036288 1173196 18446744073709551615 94578845413376 94578845417072 140720966280736 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94578845424888 94578845425680 94578854617088 140720966285613 140720966285798 140720966285798 140720966291400 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4692784 KiB

Child status: 143

Real time (s): 3561.6
CPU time (s): 3600.13
CPU user time (s): 3595.74
CPU system time (s): 4.38959
CPU usage (%): 101.082
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4692784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.74
system time used= 4.38959
maximum resident set size= 4693680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175685
page faults= 90
swaps= 0
block input operations= 0
block output operations= 953712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 143528
involuntary context switches= 18701


# summary of solver processes directly reported to runsolver:
#   pid: 68600
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3595.74
#   total CPU system time (s): 4.38959

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.50898 second user time and 17.6768 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-07-03 06:20:01
IDJOB=4508235
IDBENCH=158399
IDSOLVER=3362
FILE ID=nodeC019/4508235-1751516401
RUNJOBID= nodeC019-1751516401-68554
SLURM_JOB_ID= 9598628
Free space on /tmp= 431644 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-jun6.5.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4508235-1751516401/watcher-4508235-1751516401 -o /tmp/evaluation-result-4508235-1751516401/solver-4508235-1751516401 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751516401-68554 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4508235-1751516401 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4508235-1751516401.opb

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

MD5SUM BENCH= 8b8ffe124a719c4149f2b27dc4b38cf4
RANDOM SEED=1221085665

nodeC019 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.725
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.37
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.605
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.37
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.673
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.37
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.679
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.37
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		: 3601.644
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.37
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.676
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.37
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		: 3599.678
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.37
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.694
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128236200 kB
MemAvailable:   129752392 kB
Buffers:             904 kB
Cached:          2319612 kB
SwapCached:          440 kB
Active:           213276 kB
Inactive:        2174024 kB
Active(anon):      54240 kB
Inactive(anon):    27736 kB
Active(file):     159036 kB
Inactive(file):  2146288 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33007332 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4860 kB
Writeback:             0 kB
AnonPages:         69384 kB
Mapped:           103336 kB
Shmem:             15192 kB
KReclaimable:     100216 kB
Slab:             189160 kB
SReclaimable:     100216 kB
SUnreclaim:        88944 kB
KernelStack:        4024 kB
PageTables:         2716 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     329188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431640 MiB
End job on nodeC019 at 2025-07-03 07:19:23