Trace number 4508189

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.22 3576.11

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-oct5.5.opb
MD5SUM26f8151eeea3bfac35ea53df0172ab44
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 benchmark167
Best CPU time to get the best result obtained on this benchmark9.84019
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9632
Total number of constraints29620
Number of constraints which are clauses27568
Number of constraints which are cardinality constraints (but not clauses)232
Number of constraints which are nor clauses,nor cardinality constraints1820
Minimum length of a constraint2
Maximum length of a constraint248
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 687
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.09	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.10/0.10	c Number of processors 	2
0.10/0.16	c Pseudo Boolean Optimization by upper bound
0.10/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.16	c  - never skip resolution steps
0.10/0.16	c  - Auto-division on coefficients is disabled
0.10/0.16	c  - No postprocessing
0.10/0.16	c  - Conflict is considered as is when resolving
0.10/0.16	c  - Use constraints as they come during conflict analysis
0.10/0.16	c  - Weaken first using unassigned literals
0.10/0.16	c  - Bump strategy: ALWAYS_ONE
0.10/0.16	c  - Bumper: EFFECTIVE
0.10/0.16	c --- Begin Solver configuration ---
0.10/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.10/0.16	c Learn all clauses as in MiniSAT
0.10/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.16	c No reason simplification
0.10/0.16	c Dynamic restart strategy considering the size of the coefficients
0.10/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.10/0.16	c timeout=2147483s
0.10/0.16	c DB Simplification allowed=false
0.10/0.16	c Listener: none
0.10/0.16	c --- End Solver configuration ---
0.10/0.16	c solving HOME/instance-4508189-1751516401.opb
0.10/0.16	c reading problem ... 
0.10/0.17	c using VERIPB proof format
0.10/0.17	c  objective function found
1.83/1.05	c ... done. Wall clock time 0.877s.
1.83/1.05	c declared #vars     9632
1.83/1.05	c #constraints  29620
1.83/1.05	c constraints type 
1.83/1.05	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 16520
1.83/1.05	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 288
1.83/1.05	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 896
1.83/1.05	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11916
1.83/1.05	c 29620 constraints processed.
1.83/1.06	c objective function length is 26 literals
5.56/2.98	c cleaning 2475 clauses out of 5003 with flag 0/5003
11.17/6.76	c cleaning 4265 clauses out of 8530 with flag 0/11005
13.31/8.54	c cleaning 5623 clauses out of 11260 with flag 0/18000
17.16/12.26	c cleaning 6809 clauses out of 13638 with flag 0/26001
21.79/16.79	c cleaning 7913 clauses out of 15828 with flag 0/35000
28.06/22.92	c cleaning 8953 clauses out of 17916 with flag 0/45001
38.14/32.95	c cleaning 9964 clauses out of 19962 with flag 0/56000
54.09/48.80	c cleaning 10993 clauses out of 21998 with flag 0/68000
68.40/63.08	c cleaning 11999 clauses out of 24005 with flag 0/81000
84.69/79.10	c cleaning 12999 clauses out of 26007 with flag 0/95001
109.72/103.21	c cleaning 13989 clauses out of 28009 with flag 0/110002
126.50/119.76	c cleaning 15000 clauses out of 30020 with flag 0/126002
154.81/147.52	c cleaning 15999 clauses out of 32019 with flag 0/143001
183.64/176.00	c cleaning 17009 clauses out of 34021 with flag 0/161002
209.34/201.38	c cleaning 17984 clauses out of 36011 with flag 0/180001
227.93/219.59	c cleaning 18994 clauses out of 38026 with flag 0/200000
248.62/238.67	c cleaning 20010 clauses out of 40033 with flag 0/221001
288.73/277.53	c cleaning 21004 clauses out of 42023 with flag 0/243001
359.38/347.52	c cleaning 22000 clauses out of 44018 with flag 0/266000
453.45/440.99	c cleaning 22999 clauses out of 46018 with flag 0/290000
531.02/517.99	c cleaning 23999 clauses out of 48019 with flag 0/315000
611.96/600.58	c cleaning 24999 clauses out of 50020 with flag 0/341000
708.47/696.37	c cleaning 26003 clauses out of 52021 with flag 0/368000
805.65/792.81	c cleaning 26998 clauses out of 54018 with flag 0/396000
934.21/920.56	c cleaning 28005 clauses out of 56020 with flag 0/425000
1044.86/1030.41	c cleaning 29002 clauses out of 58018 with flag 0/455003
1147.04/1131.22	c cleaning 30004 clauses out of 60015 with flag 0/486002
1251.23/1236.17	c cleaning 30999 clauses out of 62009 with flag 0/518000
1307.28/1291.33	c cleaning 31999 clauses out of 64012 with flag 0/551002
1408.39/1391.51	c cleaning 32995 clauses out of 66011 with flag 0/585000
1537.05/1519.30	c cleaning 34003 clauses out of 68016 with flag 0/620000
1656.14/1637.64	c cleaning 35006 clauses out of 70021 with flag 0/656008
1797.80/1778.40	c cleaning 35993 clauses out of 72007 with flag 0/693000
1946.79/1926.41	c cleaning 36999 clauses out of 74014 with flag 0/731000
2127.10/2105.74	c cleaning 38002 clauses out of 76015 with flag 0/770000
2293.42/2273.66	c cleaning 38997 clauses out of 78013 with flag 0/810000
2449.79/2429.03	c cleaning 40004 clauses out of 80017 with flag 0/851001
2555.62/2534.03	c cleaning 40998 clauses out of 82012 with flag 0/893000
2734.30/2711.19	c cleaning 42008 clauses out of 84016 with flag 0/936002
2892.46/2868.84	c cleaning 43000 clauses out of 86006 with flag 0/980000
3022.45/2998.25	c cleaning 44002 clauses out of 88008 with flag 0/1025002
3126.91/3101.44	c cleaning 44974 clauses out of 90004 with flag 0/1071000
3319.21/3295.12	c cleaning 45991 clauses out of 92031 with flag 0/1118001
3539.98/3516.41	c cleaning 47001 clauses out of 94041 with flag 0/1166002
3600.09/3576.02	c timeout
3600.09/3576.02	c starts		: 191
3600.09/3576.02	c conflicts		: 1185726
3600.09/3576.02	c decisions		: 1624927
3600.09/3576.02	c propagations		: 47757665
3600.09/3576.02	c inspects		: 4987173011
3600.09/3576.02	c shortcuts		: 0
3600.09/3576.02	c learnt literals	: 0
3600.09/3576.02	c learnt binary clauses	: 226
3600.09/3576.02	c learnt ternary clauses	: 516
3600.09/3576.02	c learnt constraints	: 1185725
3600.09/3576.02	c ignored constraints	: 0
3600.09/3576.02	c root simplifications	: 0
3600.09/3576.02	c removed literals (reason simplification)	: 0
3600.09/3576.02	c reason swapping (by a shorter reason)	: 0
3600.09/3576.02	c Calls to reduceDB	: 44
3600.09/3576.02	c Number of update (reduction) of LBD	: 1034738
3600.09/3576.02	c Imported unit clauses	: 0
3600.09/3576.02	c No decision after first conflict	: false
3600.09/3576.02	c number of reductions to clauses (during analyze)	: 0
3600.09/3576.02	c number of learned constraints concerned by reduction	: 0
3600.09/3576.02	c number of learning phase by resolution	: 0
3600.09/3576.02	c number of learning phase by cutting planes	: 0
3600.09/3576.02	c number of rounding to 1 operations	: 0
3600.09/3576.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3576.02	c number of reductions of the coefficients by power 2 	: 0
3600.09/3576.02	c number of right shift for reduction by power 2 	: 0
3600.09/3576.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3576.02	c number of ending skipping 	: 0
3600.09/3576.02	c number of internal skipping 	: 0
3600.09/3576.02	c number of derivation steps 	: 15476040
3600.09/3576.02	c number of skipped derivation steps 	: 0
3600.09/3576.02	c number of remaining unassigned 	: 91608
3600.09/3576.02	c number of remaining assigned 	: 199750530
3600.09/3576.02	c number of falsified literals weakened from reason	: 0
3600.09/3576.02	c number of falsified literals weakened from conflict	: 0
3600.09/3576.02	c time for arithmetic operations	: 7001525097
3600.09/3576.02	c minimum degree of deleted constraints	: 1
3600.09/3576.02	c maximum degree of deleted constraints	: 550582369617727628023062528
3600.09/3576.02	c number of deleted constraints	: 1118962
3600.09/3576.03	c speed (assignments/second)	: 13358.963040912706
3600.09/3576.03	c non guided choices	: 145617
3600.09/3576.07	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1942
3600.09/3576.07	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 7801
3600.09/3576.07	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 226
3600.09/3576.07	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 56794
3600.09/3576.07	s UNKNOWN
3600.09/3576.07	c Total wall clock time (in seconds): 3575.909

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-4508189-1751516401/watcher-4508189-1751516401 -o /tmp/evaluation-result-4508189-1751516401/solver-4508189-1751516401 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751516401-68555 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4508189-1751516401 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4508189-1751516401.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=68604, runsolver pid=68595
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 0.94 1.53 2.72 7/332 68681
/proc/meminfo: memFree=128148312/131250000 swapFree=33007332/33010684
[pid=68604] ppid=68595 vsize=18930384 memory=53304 CPUtime=0.1 cores=4,6
/proc/68604/stat : 68604 (java) S 68595 68604 68544 0 -1 4194304 6494 0 14 0 8 2 0 0 20 0 18 0 67317628 19384713216 13326 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
/proc/68604/statm: 4732596 13326 5341 1 0 547552 0
[pid=68604/tid=68615] ppid=68595 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=4,6
/proc/68604/task/68615/stat : 68615 (java) R 68595 68604 68544 0 -1 4194368 5020 0 14 0 5 1 0 0 20 0 18 0 67317630 19384713216 13326 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68635] ppid=68595 vsize=18930384 memory=15987 CPUtime=0 cores=4,6
/proc/68604/task/68635/stat : 68635 (Finalizer) S 68595 68604 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 67317632 19384713216 13326 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68659] ppid=68595 vsize=18930384 memory=59585004307431 CPUtime=0 cores=4,6
/proc/68604/task/68659/stat : 68659 (Common-Cleaner) S 68595 68604 68544 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 67317633 19384713216 13326 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53304 KiB

[startup+0.204892 s]*
/proc/loadavg: 0.94 1.53 2.72 14/332 68681
/proc/meminfo: memFree=128112912/131250000 swapFree=33007332/33010684
[pid=68604] ppid=68595 vsize=18930384 memory=66384 CPUtime=0.29 cores=4,6
/proc/68604/stat : 68604 (java) S 68595 68604 68544 0 -1 4194304 7130 0 14 0 27 2 0 0 20 0 18 0 67317628 19384713216 16596 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
/proc/68604/statm: 4732596 16596 5437 1 0 547960 0
[pid=68604/tid=68615] ppid=68595 vsize=18930384 memory=4026728732 CPUtime=0.16 cores=4,6
/proc/68604/task/68615/stat : 68615 (java) R 68595 68604 68544 0 -1 4194368 5408 0 14 0 15 1 0 0 20 0 18 0 67317630 19384713216 16596 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68635] ppid=68595 vsize=18930384 memory=15987 CPUtime=0 cores=4,6
/proc/68604/task/68635/stat : 68635 (Finalizer) S 68595 68604 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 67317632 19384713216 16596 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68659] ppid=68595 vsize=18930384 memory=59585004307431 CPUtime=0 cores=4,6
/proc/68604/task/68659/stat : 68659 (Common-Cleaner) S 68595 68604 68544 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 67317633 19384713216 16596 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66384 KiB

[startup+0.305941 s]*
/proc/loadavg: 0.94 1.53 2.72 12/335 68684
/proc/meminfo: memFree=127958028/131250000 swapFree=33007332/33010684
[pid=68604] ppid=68595 vsize=18996948 memory=157424 CPUtime=0.49 cores=4,6
/proc/68604/stat : 68604 (java) S 68595 68604 68544 0 -1 4194304 8819 0 14 0 43 6 0 0 20 0 19 0 67317628 19452874752 39356 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
/proc/68604/statm: 4749237 39356 5501 1 0 549335 0
[pid=68604/tid=68615] ppid=68595 vsize=18996948 memory=-6000919476934370409 CPUtime=0.25 cores=4,6
/proc/68604/task/68615/stat : 68615 (java) R 68595 68604 68544 0 -1 4194368 5483 0 14 0 21 4 0 0 20 0 19 0 67317630 19452874752 39356 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68635] ppid=68595 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/68604/task/68635/stat : 68635 (Finalizer) S 68595 68604 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 67317632 19452874752 39356 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68659] ppid=68595 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/68604/task/68659/stat : 68659 (Common-Cleaner) S 68595 68604 68544 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 67317633 19452874752 39356 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 157424 KiB

[startup+0.700187 s]
/proc/loadavg: 0.94 1.53 2.72 10/336 68685
/proc/meminfo: memFree=127550768/131250000 swapFree=33007332/33010684
[pid=68604] ppid=68595 vsize=18996948 memory=938764 CPUtime=1.24 cores=4,6
/proc/68604/stat : 68604 (java) S 68595 68604 68544 0 -1 4194304 12265 0 14 0 103 21 0 0 20 0 19 0 67317628 19452874752 234691 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
/proc/68604/statm: 4749237 234691 5501 1 0 551538 0
[pid=68604/tid=68615] ppid=68595 vsize=18996948 memory=18560 CPUtime=0.6 cores=4,6
/proc/68604/task/68615/stat : 68615 (java) R 68595 68604 68544 0 -1 4194368 5909 0 14 0 42 18 0 0 20 0 19 0 67317630 19452874752 234691 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68635] ppid=68595 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/68604/task/68635/stat : 68635 (Finalizer) S 68595 68604 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 67317632 19452874752 234691 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68659] ppid=68595 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/68604/task/68659/stat : 68659 (Common-Cleaner) S 68595 68604 68544 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 67317633 19452874752 234691 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 938764 KiB

[startup+1.50019 s]
/proc/loadavg: 0.94 1.53 2.72 10/338 68687
/proc/meminfo: memFree=125401612/131250000 swapFree=33007332/33010684
[pid=68604] ppid=68595 vsize=19063512 memory=1319216 CPUtime=2.81 cores=4,6
/proc/68604/stat : 68604 (java) S 68595 68604 68544 0 -1 4194304 22891 0 14 0 251 30 0 0 20 0 20 0 67317628 19521036288 329804 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
/proc/68604/statm: 4765878 329804 5533 1 0 556333 0
[pid=68604/tid=68615] ppid=68595 vsize=19063512 memory=3200 CPUtime=1.23 cores=4,6
/proc/68604/task/68615/stat : 68615 (java) R 68595 68604 68544 0 -1 4194368 6213 0 14 0 98 25 0 0 20 0 20 0 67317630 19521036288 329804 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68635] ppid=68595 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/68604/task/68635/stat : 68635 (Finalizer) S 68595 68604 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67317632 19521036288 329804 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68659] ppid=68595 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/68604/task/68659/stat : 68659 (Common-Cleaner) S 68595 68604 68544 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 67317633 19521036288 329804 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1319216 KiB

[startup+3.10485 s]
/proc/loadavg: 0.94 1.53 2.72 8/317 68699
/proc/meminfo: memFree=124774948/131250000 swapFree=33007332/33010684
[pid=68604] ppid=68595 vsize=19063512 memory=1902812 CPUtime=5.95 cores=4,6
/proc/68604/stat : 68604 (java) S 68595 68604 68544 0 -1 4194304 24923 0 14 0 549 46 0 0 20 0 20 0 67317628 19521036288 475703 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
/proc/68604/statm: 4765878 475703 5533 1 0 859866 0
[pid=68604/tid=68615] ppid=68595 vsize=19063512 memory=10752 CPUtime=2.74 cores=4,6
/proc/68604/task/68615/stat : 68615 (java) R 68595 68604 68544 0 -1 4194368 6750 0 14 0 236 38 0 0 20 0 20 0 67317630 19521036288 475703 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68635] ppid=68595 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/68604/task/68635/stat : 68635 (Finalizer) S 68595 68604 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67317632 19521036288 475703 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68659] ppid=68595 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/68604/task/68659/stat : 68659 (Common-Cleaner) S 68595 68604 68544 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 67317633 19521036288 475703 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68688] ppid=68595 vsize=19063512 memory=5148 CPUtime=0 cores=4,6
/proc/68604/task/68688/stat : 68688 (Timer-0) S 68595 68604 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67317736 19521036288 475703 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
Current children cumulated CPU time: 5.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1902812 KiB

[startup+6.3002 s]
/proc/loadavg: 1.34 1.61 2.74 4/338 68754
/proc/meminfo: memFree=123555096/131250000 swapFree=33007332/33010684
[pid=68604] ppid=68595 vsize=19063512 memory=2504792 CPUtime=10.61 cores=4,6
/proc/68604/stat : 68604 (java) S 68595 68604 68544 0 -1 4194304 26251 0 14 0 999 62 0 0 20 0 20 0 67317628 19521036288 626198 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
/proc/68604/statm: 4765878 626198 5533 1 0 860480 0
[pid=68604/tid=68615] ppid=68595 vsize=19063512 memory=0 CPUtime=5.88 cores=4,6
/proc/68604/task/68615/stat : 68615 (java) R 68595 68604 68544 0 -1 4194368 7314 0 14 0 537 51 0 0 20 0 20 0 67317630 19521036288 626198 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68635] ppid=68595 vsize=19063512 memory=-6000919485524305001 CPUtime=0 cores=4,6
/proc/68604/task/68635/stat : 68635 (Finalizer) S 68595 68604 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67317632 19521036288 626198 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68659] ppid=68595 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/68604/task/68659/stat : 68659 (Common-Cleaner) S 68595 68604 68544 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 67317633 19521036288 626198 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68688] ppid=68595 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/68604/task/68688/stat : 68688 (Timer-0) S 68595 68604 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67317736 19521036288 626198 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
Current children cumulated CPU time: 10.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2504792 KiB

[startup+12.7002 s]
/proc/loadavg: 1.72 1.68 2.76 6/338 68887
/proc/meminfo: memFree=122552808/131250000 swapFree=33007332/33010684
[pid=68604] ppid=68595 vsize=19063512 memory=2509148 CPUtime=17.74 cores=4,6
/proc/68604/stat : 68604 (java) S 68595 68604 68544 0 -1 4194304 35670 0 14 0 1706 68 0 0 20 0 20 0 67317628 19521036288 627287 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
/proc/68604/statm: 4765878 627287 5565 1 0 860514 0
[pid=68604/tid=68615] ppid=68595 vsize=19063512 memory=2509020 CPUtime=12.12 cores=4,6
/proc/68604/task/68615/stat : 68615 (java) R 68595 68604 68544 0 -1 4194368 9441 0 14 0 1156 56 0 0 20 0 20 0 67317630 19521036288 627287 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68635] ppid=68595 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/68604/task/68635/stat : 68635 (Finalizer) S 68595 68604 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67317632 19521036288 627287 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68659] ppid=68595 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/68604/task/68659/stat : 68659 (Common-Cleaner) S 68595 68604 68544 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 67317633 19521036288 627287 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68688] ppid=68595 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/68604/task/68688/stat : 68688 (Timer-0) S 68595 68604 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67317736 19521036288 627287 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
Current children cumulated CPU time: 17.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2509148 KiB

[startup+25.5002 s]
/proc/loadavg: 2.36 1.83 2.79 6/340 68889
/proc/meminfo: memFree=121460456/131250000 swapFree=33007332/33010684
[pid=68604] ppid=68595 vsize=19063512 memory=2513368 CPUtime=30.7 cores=4,6
/proc/68604/stat : 68604 (java) S 68595 68604 68544 0 -1 4194304 36628 0 14 0 3000 70 0 0 20 0 20 0 67317628 19521036288 628342 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
/proc/68604/statm: 4765878 628342 5565 1 0 860514 0
[pid=68604/tid=68615] ppid=68595 vsize=19063512 memory=18560 CPUtime=24.73 cores=4,6
/proc/68604/task/68615/stat : 68615 (java) R 68595 68604 68544 0 -1 4194368 10244 0 14 0 2415 58 0 0 20 0 20 0 67317630 19521036288 628342 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68635] ppid=68595 vsize=19063512 memory=-6000919485524305001 CPUtime=0 cores=4,6
/proc/68604/task/68635/stat : 68635 (Finalizer) S 68595 68604 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67317632 19521036288 628342 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68659] ppid=68595 vsize=19063512 memory=2509148 CPUtime=0 cores=4,6
/proc/68604/task/68659/stat : 68659 (Common-Cleaner) S 68595 68604 68544 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 67317633 19521036288 628342 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68688] ppid=68595 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/68604/task/68688/stat : 68688 (Timer-0) S 68595 68604 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67317736 19521036288 628342 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
Current children cumulated CPU time: 30.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2513368 KiB

[startup+51.105 s]
/proc/loadavg: 2.92 2.00 2.82 6/342 68892
/proc/meminfo: memFree=119856264/131250000 swapFree=33007332/33010684
[pid=68604] ppid=68595 vsize=19063512 memory=2525816 CPUtime=56.44 cores=4,6
/proc/68604/stat : 68604 (java) S 68595 68604 68544 0 -1 4194304 45235 0 14 0 5569 75 0 0 20 0 20 0 67317628 19521036288 631454 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
/proc/68604/statm: 4765878 631454 5565 1 0 860514 0
[pid=68604/tid=68615] ppid=68595 vsize=19063512 memory=0 CPUtime=49.97 cores=4,6
/proc/68604/task/68615/stat : 68615 (java) R 68595 68604 68544 0 -1 4194368 14103 0 14 0 4936 61 0 0 20 0 20 0 67317630 19521036288 631454 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68635] ppid=68595 vsize=19063512 memory=-4421386517621859169 CPUtime=0 cores=4,6
/proc/68604/task/68635/stat : 68635 (Finalizer) S 68595 68604 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67317632 19521036288 631454 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68659] ppid=68595 vsize=19063512 memory=4689 CPUtime=0 cores=4,6
/proc/68604/task/68659/stat : 68659 (Common-Cleaner) S 68595 68604 68544 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 67317633 19521036288 631454 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68688] ppid=68595 vsize=19063512 memory=18560 CPUtime=0 cores=4,6

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

/proc/meminfo: memFree=111920764/131250000 swapFree=33007332/33010684
[pid=68604] ppid=68595 vsize=19063512 memory=3387188 CPUtime=3185.67 cores=4,6
/proc/68604/stat : 68604 (java) S 68595 68604 68544 0 -1 4194304 144323 0 14 0 318149 418 0 0 20 0 20 0 67317628 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
/proc/68604/statm: 4765878 846797 5597 1 0 861304 0
[pid=68604/tid=68615] ppid=68595 vsize=19063512 memory=3331200 CPUtime=3093.08 cores=4,6
/proc/68604/task/68615/stat : 68615 (java) R 68595 68604 68544 0 -1 4194368 60527 0 14 0 309035 273 0 0 20 0 20 0 67317630 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68635] ppid=68595 vsize=19063512 memory=28228 CPUtime=0 cores=4,6
/proc/68604/task/68635/stat : 68635 (Finalizer) S 68595 68604 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67317632 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68659] ppid=68595 vsize=19063512 memory=3387188 CPUtime=0 cores=4,6
/proc/68604/task/68659/stat : 68659 (Common-Cleaner) S 68595 68604 68544 0 -1 4194368 1841 0 0 0 0 0 0 0 20 0 20 0 67317633 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68688] ppid=68595 vsize=19063512 memory=18688 CPUtime=0 cores=4,6
/proc/68604/task/68688/stat : 68688 (Timer-0) S 68595 68604 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67317736 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
Current children cumulated CPU time: 3185.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3387188 KiB

[startup+3222.3 s]
/proc/loadavg: 4.33 4.35 4.21 6/342 69066
/proc/meminfo: memFree=111845196/131250000 swapFree=33007332/33010684
[pid=68604] ppid=68595 vsize=19063512 memory=3387188 CPUtime=3246.03 cores=4,6
/proc/68604/stat : 68604 (java) S 68595 68604 68544 0 -1 4194304 146765 0 14 0 324180 423 0 0 20 0 20 0 67317628 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
/proc/68604/statm: 4765878 846797 5597 1 0 861304 0
[pid=68604/tid=68615] ppid=68595 vsize=19063512 memory=3331200 CPUtime=3152.26 cores=4,6
/proc/68604/task/68615/stat : 68615 (java) R 68595 68604 68544 0 -1 4194368 61992 0 14 0 314950 276 0 0 20 0 20 0 67317630 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68635] ppid=68595 vsize=19063512 memory=28228 CPUtime=0 cores=4,6
/proc/68604/task/68635/stat : 68635 (Finalizer) S 68595 68604 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67317632 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68659] ppid=68595 vsize=19063512 memory=3387188 CPUtime=0 cores=4,6
/proc/68604/task/68659/stat : 68659 (Common-Cleaner) S 68595 68604 68544 0 -1 4194368 1841 0 0 0 0 0 0 0 20 0 20 0 67317633 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68688] ppid=68595 vsize=19063512 memory=3387188 CPUtime=0 cores=4,6
/proc/68604/task/68688/stat : 68688 (Timer-0) S 68595 68604 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67317736 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
Current children cumulated CPU time: 3246.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3387188 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.32 4.20 6/343 69073
/proc/meminfo: memFree=111819044/131250000 swapFree=33007332/33010684
[pid=68604] ppid=68595 vsize=19063512 memory=3387188 CPUtime=3306.34 cores=4,6
/proc/68604/stat : 68604 (java) S 68595 68604 68544 0 -1 4194304 148867 0 14 0 330207 427 0 0 20 0 20 0 67317628 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
/proc/68604/statm: 4765878 846797 5597 1 0 861304 0
[pid=68604/tid=68615] ppid=68595 vsize=19063512 memory=3331200 CPUtime=3211.51 cores=4,6
/proc/68604/task/68615/stat : 68615 (java) R 68595 68604 68544 0 -1 4194368 63298 0 14 0 320873 278 0 0 20 0 20 0 67317630 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68635] ppid=68595 vsize=19063512 memory=3387188 CPUtime=0 cores=4,6
/proc/68604/task/68635/stat : 68635 (Finalizer) S 68595 68604 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67317632 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68659] ppid=68595 vsize=19063512 memory=-6000919485524305001 CPUtime=0 cores=4,6
/proc/68604/task/68659/stat : 68659 (Common-Cleaner) S 68595 68604 68544 0 -1 4194368 1933 0 0 0 0 0 0 0 20 0 20 0 67317633 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68688] ppid=68595 vsize=19063512 memory=3387188 CPUtime=0 cores=4,6
/proc/68604/task/68688/stat : 68688 (Timer-0) S 68595 68604 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67317736 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
Current children cumulated CPU time: 3306.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3387188 KiB

[startup+3342.3 s]
/proc/loadavg: 4.25 4.30 4.20 6/343 69077
/proc/meminfo: memFree=111760972/131250000 swapFree=33007332/33010684
[pid=68604] ppid=68595 vsize=19063512 memory=3387188 CPUtime=3366.94 cores=4,6
/proc/68604/stat : 68604 (java) S 68595 68604 68544 0 -1 4194304 149459 0 14 0 336259 435 0 0 20 0 20 0 67317628 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
/proc/68604/statm: 4765878 846797 5597 1 0 861304 0
[pid=68604/tid=68615] ppid=68595 vsize=19063512 memory=3331200 CPUtime=3270.42 cores=4,6
/proc/68604/task/68615/stat : 68615 (java) R 68595 68604 68544 0 -1 4194368 63632 0 14 0 326759 283 0 0 20 0 20 0 67317630 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68635] ppid=68595 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/68604/task/68635/stat : 68635 (Finalizer) S 68595 68604 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67317632 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68659] ppid=68595 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/68604/task/68659/stat : 68659 (Common-Cleaner) S 68595 68604 68544 0 -1 4194368 1946 0 0 0 0 0 0 0 20 0 20 0 67317633 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68688] ppid=68595 vsize=19063512 memory=-6000919485524305001 CPUtime=0 cores=4,6
/proc/68604/task/68688/stat : 68688 (Timer-0) S 68595 68604 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67317736 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
Current children cumulated CPU time: 3366.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3387188 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.26 4.19 6/343 69079
/proc/meminfo: memFree=111689588/131250000 swapFree=33007332/33010684
[pid=68604] ppid=68595 vsize=19063512 memory=3387188 CPUtime=3427.38 cores=4,6
/proc/68604/stat : 68604 (java) S 68595 68604 68544 0 -1 4194304 149586 0 14 0 342299 439 0 0 20 0 20 0 67317628 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
/proc/68604/statm: 4765878 846797 5597 1 0 861304 0
[pid=68604/tid=68615] ppid=68595 vsize=19063512 memory=3331200 CPUtime=3329.53 cores=4,6
/proc/68604/task/68615/stat : 68615 (java) R 68595 68604 68544 0 -1 4194368 63649 0 14 0 332667 286 0 0 20 0 20 0 67317630 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68635] ppid=68595 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/68604/task/68635/stat : 68635 (Finalizer) S 68595 68604 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67317632 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68659] ppid=68595 vsize=19063512 memory=3387188 CPUtime=0 cores=4,6
/proc/68604/task/68659/stat : 68659 (Common-Cleaner) S 68595 68604 68544 0 -1 4194368 1950 0 0 0 0 0 0 0 20 0 20 0 67317633 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68688] ppid=68595 vsize=19063512 memory=3387188 CPUtime=0 cores=4,6
/proc/68604/task/68688/stat : 68688 (Timer-0) S 68595 68604 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67317736 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
Current children cumulated CPU time: 3427.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3387188 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.26 4.19 6/342 69081
/proc/meminfo: memFree=111553484/131250000 swapFree=33007332/33010684
[pid=68604] ppid=68595 vsize=19063512 memory=3387188 CPUtime=3487.73 cores=4,6
/proc/68604/stat : 68604 (java) S 68595 68604 68544 0 -1 4194304 150638 0 14 0 348329 444 0 0 20 0 20 0 67317628 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
/proc/68604/statm: 4765878 846797 5597 1 0 861304 0
[pid=68604/tid=68615] ppid=68595 vsize=19063512 memory=3331200 CPUtime=3388.74 cores=4,6
/proc/68604/task/68615/stat : 68615 (java) R 68595 68604 68544 0 -1 4194368 64524 0 14 0 338585 289 0 0 20 0 20 0 67317630 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68635] ppid=68595 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/68604/task/68635/stat : 68635 (Finalizer) S 68595 68604 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67317632 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68659] ppid=68595 vsize=19063512 memory=3387188 CPUtime=0 cores=4,6
/proc/68604/task/68659/stat : 68659 (Common-Cleaner) S 68595 68604 68544 0 -1 4194368 1950 0 0 0 0 0 0 0 20 0 20 0 67317633 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68688] ppid=68595 vsize=19063512 memory=3387188 CPUtime=0 cores=4,6
/proc/68604/task/68688/stat : 68688 (Timer-0) S 68595 68604 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67317736 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
Current children cumulated CPU time: 3487.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3387188 KiB

[startup+3522.3 s]
/proc/loadavg: 4.24 4.26 4.19 6/341 69216
/proc/meminfo: memFree=113905068/131250000 swapFree=33007332/33010684
[pid=68604] ppid=68595 vsize=19063512 memory=3387188 CPUtime=3545.95 cores=4,6
/proc/68604/stat : 68604 (java) S 68595 68604 68544 0 -1 4194304 153309 0 14 0 354145 450 0 0 20 0 20 0 67317628 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
/proc/68604/statm: 4765878 846797 5597 1 0 861304 0
[pid=68604/tid=68615] ppid=68595 vsize=19063512 memory=3331200 CPUtime=3445.87 cores=4,6
/proc/68604/task/68615/stat : 68615 (java) R 68595 68604 68544 0 -1 4194368 66150 0 14 0 344294 293 0 0 20 0 20 0 67317630 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68635] ppid=68595 vsize=19063512 memory=3387188 CPUtime=0 cores=4,6
/proc/68604/task/68635/stat : 68635 (Finalizer) S 68595 68604 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67317632 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68659] ppid=68595 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/68604/task/68659/stat : 68659 (Common-Cleaner) S 68595 68604 68544 0 -1 4194368 2043 0 0 0 0 0 0 0 20 0 20 0 67317633 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68688] ppid=68595 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/68604/task/68688/stat : 68688 (Timer-0) S 68595 68604 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67317736 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
Current children cumulated CPU time: 3545.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3387188 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3576 s]*
/proc/loadavg: 4.41 4.29 4.20 5/341 69484
/proc/meminfo: memFree=116359464/131250000 swapFree=33007332/33010684
[pid=68604] ppid=68595 vsize=19063512 memory=3387188 CPUtime=3600.09 cores=4,6
/proc/68604/stat : 68604 (java) S 68595 68604 68544 0 -1 4194304 154853 0 14 0 359544 465 0 0 20 0 20 0 67317628 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
/proc/68604/statm: 4765878 846797 5597 1 0 861304 0
[pid=68604/tid=68615] ppid=68595 vsize=19063512 memory=2944 CPUtime=3498.49 cores=4,6
/proc/68604/task/68615/stat : 68615 (java) R 68595 68604 68544 0 -1 4194368 66824 0 14 0 349544 305 0 0 20 0 20 0 67317630 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68635] ppid=68595 vsize=19063512 memory=-6000919498459603817 CPUtime=0 cores=4,6
/proc/68604/task/68635/stat : 68635 (Finalizer) S 68595 68604 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67317632 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68659] ppid=68595 vsize=19063512 memory=6768 CPUtime=0 cores=4,6
/proc/68604/task/68659/stat : 68659 (Common-Cleaner) S 68595 68604 68544 0 -1 4194368 2131 0 0 0 0 0 0 0 20 0 20 0 67317633 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
[pid=68604/tid=68688] ppid=68595 vsize=19063512 memory=1526676 CPUtime=0 cores=4,6
/proc/68604/task/68688/stat : 68688 (Timer-0) S 68595 68604 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67317736 19521036288 846797 18446744073709551615 94814158950400 94814158954096 140728199053632 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94814158961912 94814158962704 94814168633344 140728199059757 140728199059942 140728199059942 140728199065544 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3387188 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.55 s, system=4.67348 s

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

Child status: 143

Real time (s): 3576.11
CPU time (s): 3600.22
CPU user time (s): 3595.55
CPU system time (s): 4.67348
CPU usage (%): 100.674
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3387188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.55
system time used= 4.67348
maximum resident set size= 3388212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157706
page faults= 14
swaps= 0
block input operations= 0
block output operations= 1213144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 155413
involuntary context switches= 31174


# summary of solver processes directly reported to runsolver:
#   pid: 68604
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3595.55
#   total CPU system time (s): 4.67348

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.97201 second user time and 13.7196 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-07-03 06:20:01
IDJOB=4508189
IDBENCH=158398
IDSOLVER=3362
FILE ID=nodeC019/4508189-1751516401
RUNJOBID= nodeC019-1751516401-68555
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-oct5.5.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4508189-1751516401/watcher-4508189-1751516401 -o /tmp/evaluation-result-4508189-1751516401/solver-4508189-1751516401 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751516401-68555 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4508189-1751516401 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4508189-1751516401.opb

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

MD5SUM BENCH= 26f8151eeea3bfac35ea53df0172ab44
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:     329052 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= 431628 MiB
End job on nodeC019 at 2025-07-03 07:19:37