Trace number 4507959

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.2 3594.91

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-sep4.5.opb
MD5SUMb67c8b15922ffb2eac696beabc53406c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.626446
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 clauses26658
Number of constraints which are cardinality constraints (but not clauses)238
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.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.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.11/0.16	c Pseudo Boolean Optimization by upper bound
0.11/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.16	c  - never skip resolution steps
0.11/0.16	c  - Auto-division on coefficients is disabled
0.11/0.16	c  - No postprocessing
0.11/0.16	c  - Conflict is considered as is when resolving
0.11/0.16	c  - Use constraints as they come during conflict analysis
0.11/0.16	c  - Weaken first using unassigned literals
0.11/0.16	c  - Bump strategy: ALWAYS_ONE
0.11/0.16	c  - Bumper: EFFECTIVE
0.11/0.16	c --- Begin Solver configuration ---
0.11/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.11/0.16	c Learn all clauses as in MiniSAT
0.11/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.16	c No reason simplification
0.11/0.16	c Dynamic restart strategy considering the size of the coefficients
0.11/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.11/0.16	c timeout=2147483s
0.11/0.16	c DB Simplification allowed=false
0.11/0.16	c Listener: none
0.11/0.16	c --- End Solver configuration ---
0.11/0.16	c solving HOME/instance-4507959-1751510611.opb
0.11/0.16	c reading problem ... 
0.11/0.16	c using VERIPB proof format
0.11/0.16	c  objective function found
1.64/0.97	c ... done. Wall clock time 0.798s.
1.64/0.97	c declared #vars     9324
1.64/0.97	c #constraints  28660
1.64/0.97	c constraints type 
1.64/0.97	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 15988
1.64/0.97	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 294
1.64/0.97	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 868
1.64/0.97	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11510
1.64/0.97	c 28660 constraints processed.
1.64/0.98	c objective function length is 26 literals
4.99/2.69	c cleaning 2498 clauses out of 5001 with flag 0/5001
9.05/5.33	c cleaning 4252 clauses out of 8503 with flag 0/11001
13.38/9.41	c cleaning 5621 clauses out of 11254 with flag 0/18004
18.59/14.56	c cleaning 6804 clauses out of 13631 with flag 0/26002
22.54/18.45	c cleaning 7908 clauses out of 15825 with flag 0/35000
27.51/23.23	c cleaning 8954 clauses out of 17920 with flag 0/45003
32.20/27.84	c cleaning 9975 clauses out of 19965 with flag 0/56002
39.70/35.22	c cleaning 10982 clauses out of 21989 with flag 0/68001
47.35/42.86	c cleaning 11998 clauses out of 24012 with flag 0/81006
58.33/53.67	c cleaning 12995 clauses out of 26011 with flag 0/95003
73.09/68.18	c cleaning 14000 clauses out of 28019 with flag 0/110006
90.35/85.12	c cleaning 14995 clauses out of 30018 with flag 0/126005
106.97/101.45	c cleaning 15997 clauses out of 32019 with flag 0/143001
128.28/122.30	c cleaning 17002 clauses out of 34024 with flag 0/161003
147.63/141.35	c cleaning 18002 clauses out of 36021 with flag 0/180002
165.96/159.32	c cleaning 18992 clauses out of 38019 with flag 0/200002
191.89/184.83	c cleaning 20011 clauses out of 40027 with flag 0/221002
221.21/213.89	c cleaning 21001 clauses out of 42021 with flag 0/243007
245.38/237.79	c cleaning 21997 clauses out of 44014 with flag 0/266001
273.71/265.71	c cleaning 23006 clauses out of 46016 with flag 0/290000
299.93/291.58	c cleaning 23989 clauses out of 48010 with flag 0/315000
358.31/348.04	c cleaning 25001 clauses out of 50021 with flag 0/341000
424.25/413.15	c cleaning 25998 clauses out of 52020 with flag 0/368000
482.91/471.18	c cleaning 26997 clauses out of 54022 with flag 0/396000
555.51/542.83	c cleaning 28003 clauses out of 56025 with flag 0/425000
614.41/600.90	c cleaning 29010 clauses out of 58022 with flag 0/455000
731.03/716.63	c cleaning 29995 clauses out of 60015 with flag 0/486003
857.95/842.33	c cleaning 31005 clauses out of 62017 with flag 0/518000
995.65/981.13	c cleaning 32006 clauses out of 64013 with flag 0/551001
1149.85/1134.01	c cleaning 33002 clauses out of 66007 with flag 0/585001
1299.14/1284.40	c cleaning 34003 clauses out of 68007 with flag 0/620003
1455.62/1445.18	c cleaning 34998 clauses out of 70001 with flag 0/656000
1635.77/1624.19	c cleaning 35998 clauses out of 72004 with flag 0/693001
1746.31/1733.68	c cleaning 36995 clauses out of 74005 with flag 0/731000
1859.86/1846.38	c cleaning 38000 clauses out of 76010 with flag 0/770000
2022.11/2007.29	c cleaning 39001 clauses out of 78010 with flag 0/810000
2218.74/2202.40	c cleaning 40002 clauses out of 80017 with flag 0/851008
2449.77/2431.81	c cleaning 40998 clauses out of 82007 with flag 0/893000
2698.39/2679.95	c cleaning 41994 clauses out of 84009 with flag 0/936000
2978.15/2973.07	c cleaning 42999 clauses out of 86015 with flag 0/980000
3228.88/3222.23	c cleaning 43991 clauses out of 88016 with flag 0/1025000
3526.41/3521.66	c cleaning 45000 clauses out of 90025 with flag 0/1071000
3600.03/3594.83	c timeout
3600.03/3594.83	c starts		: 297
3600.03/3594.84	c conflicts		: 1087691
3600.03/3594.84	c decisions		: 1230867
3600.03/3594.84	c propagations		: 38159892
3600.03/3594.84	c inspects		: 5360652190
3600.03/3594.84	c shortcuts		: 0
3600.03/3594.84	c learnt literals	: 0
3600.03/3594.84	c learnt binary clauses	: 49
3600.03/3594.84	c learnt ternary clauses	: 87
3600.03/3594.84	c learnt constraints	: 1087690
3600.03/3594.84	c ignored constraints	: 0
3600.03/3594.84	c root simplifications	: 0
3600.03/3594.84	c removed literals (reason simplification)	: 0
3600.03/3594.84	c reason swapping (by a shorter reason)	: 0
3600.03/3594.84	c Calls to reduceDB	: 42
3600.03/3594.84	c Number of update (reduction) of LBD	: 1002744
3600.03/3594.84	c Imported unit clauses	: 0
3600.03/3594.84	c No decision after first conflict	: false
3600.03/3594.84	c number of reductions to clauses (during analyze)	: 0
3600.03/3594.84	c number of learned constraints concerned by reduction	: 0
3600.03/3594.84	c number of learning phase by resolution	: 0
3600.03/3594.84	c number of learning phase by cutting planes	: 0
3600.03/3594.84	c number of rounding to 1 operations	: 0
3600.03/3594.84	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3594.84	c number of reductions of the coefficients by power 2 	: 0
3600.03/3594.84	c number of right shift for reduction by power 2 	: 0
3600.03/3594.84	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3594.84	c number of ending skipping 	: 0
3600.03/3594.84	c number of internal skipping 	: 0
3600.03/3594.84	c number of derivation steps 	: 13404365
3600.03/3594.84	c number of skipped derivation steps 	: 0
3600.03/3594.84	c number of remaining unassigned 	: 17536
3600.03/3594.84	c number of remaining assigned 	: 151922365
3600.03/3594.84	c number of falsified literals weakened from reason	: 0
3600.03/3594.84	c number of falsified literals weakened from conflict	: 0
3600.03/3594.84	c time for arithmetic operations	: 4143215750
3600.03/3594.84	c minimum degree of deleted constraints	: 1
3600.03/3594.84	c maximum degree of deleted constraints	: 984170788530930
3600.03/3594.84	c number of deleted constraints	: 1025975
3600.03/3594.84	c speed (assignments/second)	: 10618.076770359232
3600.03/3594.84	c non guided choices	: 18888
3600.03/3594.89	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1656
3600.03/3594.89	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 7057
3600.03/3594.89	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 49
3600.03/3594.89	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 52953
3600.03/3594.89	s UNKNOWN
3600.03/3594.89	c Total wall clock time (in seconds): 3594.726

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4507959-1751510611/watcher-4507959-1751510611 -o /tmp/evaluation-result-4507959-1751510611/solver-4507959-1751510611 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751503382-72033 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4507959-1751510611 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4507959-1751510611.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=73065, runsolver pid=73062
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.24 4.15 4.10 6/338 73083
/proc/meminfo: memFree=119317444/131250000 swapFree=33010684/33010684
[pid=73065] ppid=73062 vsize=18930384 memory=55588 CPUtime=0.11 cores=4,6
/proc/73065/stat : 73065 (java) S 73062 73065 72022 0 -1 4194304 6494 0 0 0 9 2 0 0 20 0 18 0 66683639 19384713216 13897 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
/proc/73065/statm: 4732596 13897 5371 1 0 547573 0
[pid=73065/tid=73067] ppid=73062 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/73065/task/73067/stat : 73067 (java) R 73062 73065 72022 0 -1 4194368 5001 0 0 0 5 2 0 0 20 0 18 0 66683640 19384713216 13897 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73076] ppid=73062 vsize=18930384 memory=237112656212 CPUtime=0 cores=4,6
/proc/73065/task/73076/stat : 73076 (Finalizer) S 73062 73065 72022 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 66683642 19384713216 13897 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73083] ppid=73062 vsize=18930384 memory=60684515937227 CPUtime=0 cores=4,6
/proc/73065/task/73083/stat : 73083 (Common-Cleaner) S 73062 73065 72022 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 66683642 19384713216 13897 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55588 KiB

[startup+0.205642 s]*
/proc/loadavg: 4.24 4.15 4.10 7/338 73083
/proc/meminfo: memFree=119309252/131250000 swapFree=33010684/33010684
[pid=73065] ppid=73062 vsize=18930384 memory=66432 CPUtime=0.3 cores=4,6
/proc/73065/stat : 73065 (java) S 73062 73065 72022 0 -1 4194304 7104 0 0 0 28 2 0 0 20 0 18 0 66683639 19384713216 16608 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
/proc/73065/statm: 4732596 16608 5435 1 0 547961 0
[pid=73065/tid=73067] ppid=73062 vsize=18930384 memory=4026728732 CPUtime=0.17 cores=4,6
/proc/73065/task/73067/stat : 73067 (java) R 73062 73065 72022 0 -1 4194368 5372 0 0 0 15 2 0 0 20 0 18 0 66683640 19384713216 16608 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73076] ppid=73062 vsize=18930384 memory=16124 CPUtime=0 cores=4,6
/proc/73065/task/73076/stat : 73076 (Finalizer) S 73062 73065 72022 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 66683642 19384713216 16608 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73083] ppid=73062 vsize=18930384 memory=59585004307431 CPUtime=0 cores=4,6
/proc/73065/task/73083/stat : 73083 (Common-Cleaner) S 73062 73065 72022 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 66683642 19384713216 16608 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66432 KiB

[startup+0.305675 s]*
/proc/loadavg: 4.24 4.15 4.10 7/339 73084
/proc/meminfo: memFree=119205280/131250000 swapFree=33010684/33010684
[pid=73065] ppid=73062 vsize=18996948 memory=156668 CPUtime=0.5 cores=4,6
/proc/73065/stat : 73065 (java) S 73062 73065 72022 0 -1 4194304 8590 0 0 0 46 4 0 0 20 0 19 0 66683639 19452874752 39167 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
/proc/73065/statm: 4749237 39167 5499 1 0 549147 0
[pid=73065/tid=73067] ppid=73062 vsize=18996948 memory=-6000919498459867496 CPUtime=0.25 cores=4,6
/proc/73065/task/73067/stat : 73067 (java) R 73062 73065 72022 0 -1 4194368 5444 0 0 0 22 3 0 0 20 0 19 0 66683640 19452874752 39167 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73076] ppid=73062 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/73065/task/73076/stat : 73076 (Finalizer) S 73062 73065 72022 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 66683642 19452874752 39167 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73083] ppid=73062 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/73065/task/73083/stat : 73083 (Common-Cleaner) S 73062 73065 72022 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 66683642 19452874752 39167 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 156668 KiB

[startup+0.70053 s]
/proc/loadavg: 4.24 4.15 4.10 6/339 73084
/proc/meminfo: memFree=118918308/131250000 swapFree=33010684/33010684
[pid=73065] ppid=73062 vsize=18998144 memory=934928 CPUtime=1.24 cores=4,6
/proc/73065/stat : 73065 (java) S 73062 73065 72022 0 -1 4194304 13269 0 0 0 104 20 0 0 20 0 19 0 66683639 19454099456 233732 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
/proc/73065/statm: 4749536 233732 5499 1 0 552628 0
[pid=73065/tid=73067] ppid=73062 vsize=18998144 memory=18688 CPUtime=0.6 cores=4,6
/proc/73065/task/73067/stat : 73067 (java) R 73062 73065 72022 0 -1 4194368 5874 0 0 0 42 18 0 0 20 0 19 0 66683640 19454099456 233732 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73076] ppid=73062 vsize=18998144 memory=10752 CPUtime=0 cores=4,6
/proc/73065/task/73076/stat : 73076 (Finalizer) S 73062 73065 72022 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 66683642 19454099456 233732 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73083] ppid=73062 vsize=18998144 memory=3328 CPUtime=0 cores=4,6
/proc/73065/task/73083/stat : 73083 (Common-Cleaner) S 73062 73065 72022 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 66683642 19454099456 233732 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 18998144 KiB
Current children cumulated memory: 934928 KiB

[startup+1.50025 s]
/proc/loadavg: 4.24 4.15 4.10 8/340 73085
/proc/meminfo: memFree=118057144/131250000 swapFree=33010684/33010684
[pid=73065] ppid=73062 vsize=19063512 memory=1315180 CPUtime=2.81 cores=4,6
/proc/73065/stat : 73065 (java) S 73062 73065 72022 0 -1 4194304 21920 0 0 0 251 30 0 0 20 0 20 0 66683639 19521036288 328795 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
/proc/73065/statm: 4765878 328795 5531 1 0 555492 0
[pid=73065/tid=73067] ppid=73062 vsize=19063512 memory=3328 CPUtime=1.29 cores=4,6
/proc/73065/task/73067/stat : 73067 (java) R 73062 73065 72022 0 -1 4194368 6170 0 0 0 103 26 0 0 20 0 20 0 66683640 19521036288 328795 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73076] ppid=73062 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/73065/task/73076/stat : 73076 (Finalizer) S 73062 73065 72022 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66683642 19521036288 328795 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73083] ppid=73062 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/73065/task/73083/stat : 73083 (Common-Cleaner) S 73062 73065 72022 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 66683642 19521036288 328795 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73085] ppid=73062 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/73065/task/73085/stat : 73085 (Timer-0) S 73062 73065 72022 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66683738 19521036288 328795 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1315180 KiB

[startup+3.10556 s]
/proc/loadavg: 4.38 4.18 4.11 6/340 73085
/proc/meminfo: memFree=118000820/131250000 swapFree=33010684/33010684
[pid=73065] ppid=73062 vsize=19063512 memory=1328704 CPUtime=6 cores=4,6
/proc/73065/stat : 73065 (java) S 73062 73065 72022 0 -1 4194304 24929 0 0 0 568 32 0 0 20 0 20 0 66683639 19521036288 332176 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
/proc/73065/statm: 4765878 332176 5531 1 0 556457 0
[pid=73065/tid=73067] ppid=73062 vsize=19063512 memory=14848 CPUtime=2.81 cores=4,6
/proc/73065/task/73067/stat : 73067 (java) R 73062 73065 72022 0 -1 4194368 6426 0 0 0 255 26 0 0 20 0 20 0 66683640 19521036288 332176 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73076] ppid=73062 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/73065/task/73076/stat : 73076 (Finalizer) S 73062 73065 72022 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66683642 19521036288 332176 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73083] ppid=73062 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/73065/task/73083/stat : 73083 (Common-Cleaner) S 73062 73065 72022 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 66683642 19521036288 332176 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73085] ppid=73062 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/73065/task/73085/stat : 73085 (Timer-0) S 73062 73065 72022 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66683738 19521036288 332176 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
Current children cumulated CPU time: 6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1328704 KiB

[startup+6.30022 s]
/proc/loadavg: 4.38 4.18 4.11 5/340 73085
/proc/meminfo: memFree=117989004/131250000 swapFree=33010684/33010684
[pid=73065] ppid=73062 vsize=19063512 memory=1333756 CPUtime=10.17 cores=4,6
/proc/73065/stat : 73065 (java) S 73062 73065 72022 0 -1 4194304 28853 0 0 0 984 33 0 0 20 0 20 0 66683639 19521036288 333439 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
/proc/73065/statm: 4765878 333439 5563 1 0 556844 0
[pid=73065/tid=73067] ppid=73062 vsize=19063512 memory=0 CPUtime=5.95 cores=4,6
/proc/73065/task/73067/stat : 73067 (java) R 73062 73065 72022 0 -1 4194368 6919 0 0 0 568 27 0 0 20 0 20 0 66683640 19521036288 333439 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73076] ppid=73062 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/73065/task/73076/stat : 73076 (Finalizer) S 73062 73065 72022 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66683642 19521036288 333439 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73083] ppid=73062 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/73065/task/73083/stat : 73083 (Common-Cleaner) S 73062 73065 72022 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 66683642 19521036288 333439 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73085] ppid=73062 vsize=19063512 memory=1315180 CPUtime=0 cores=4,6
/proc/73065/task/73085/stat : 73085 (Timer-0) S 73062 73065 72022 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66683738 19521036288 333439 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
Current children cumulated CPU time: 10.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1333756 KiB

[startup+12.7002 s]
/proc/loadavg: 4.35 4.18 4.11 5/340 73085
/proc/meminfo: memFree=117477008/131250000 swapFree=33010684/33010684
[pid=73065] ppid=73062 vsize=19063512 memory=1771084 CPUtime=16.74 cores=4,6
/proc/73065/stat : 73065 (java) S 73062 73065 72022 0 -1 4194304 32928 0 0 0 1631 43 0 0 20 0 20 0 66683639 19521036288 442771 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
/proc/73065/statm: 4765878 442771 5563 1 0 663376 0
[pid=73065/tid=73067] ppid=73062 vsize=19063512 memory=1315180 CPUtime=12.22 cores=4,6
/proc/73065/task/73067/stat : 73067 (java) R 73062 73065 72022 0 -1 4194368 8556 0 0 0 1186 36 0 0 20 0 20 0 66683640 19521036288 442771 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73076] ppid=73062 vsize=19063512 memory=1660492 CPUtime=0 cores=4,6
/proc/73065/task/73076/stat : 73076 (Finalizer) S 73062 73065 72022 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66683642 19521036288 442771 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73083] ppid=73062 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/73065/task/73083/stat : 73083 (Common-Cleaner) S 73062 73065 72022 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 66683642 19521036288 442771 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73085] ppid=73062 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/73065/task/73085/stat : 73085 (Timer-0) S 73062 73065 72022 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66683738 19521036288 442771 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
Current children cumulated CPU time: 16.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1771084 KiB

[startup+25.5003 s]
/proc/loadavg: 4.27 4.17 4.11 6/340 73086
/proc/meminfo: memFree=117420836/131250000 swapFree=33010684/33010684
[pid=73065] ppid=73062 vsize=19063512 memory=1781636 CPUtime=29.85 cores=4,6
/proc/73065/stat : 73065 (java) S 73062 73065 72022 0 -1 4194304 38707 0 0 0 2938 47 0 0 20 0 20 0 66683639 19521036288 445409 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
/proc/73065/statm: 4765878 445409 5563 1 0 663402 0
[pid=73065/tid=73067] ppid=73062 vsize=19063512 memory=0 CPUtime=24.77 cores=4,6
/proc/73065/task/73067/stat : 73067 (java) R 73062 73065 72022 0 -1 4194368 10564 0 0 0 2439 38 0 0 20 0 20 0 66683640 19521036288 445409 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73076] ppid=73062 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/73065/task/73076/stat : 73076 (Finalizer) S 73062 73065 72022 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66683642 19521036288 445409 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73083] ppid=73062 vsize=19063512 memory=1781636 CPUtime=0 cores=4,6
/proc/73065/task/73083/stat : 73083 (Common-Cleaner) S 73062 73065 72022 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 66683642 19521036288 445409 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73085] ppid=73062 vsize=19063512 memory=1775332 CPUtime=0 cores=4,6
/proc/73065/task/73085/stat : 73085 (Timer-0) S 73062 73065 72022 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66683738 19521036288 445409 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
Current children cumulated CPU time: 29.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1781636 KiB

[startup+51.1056 s]
/proc/loadavg: 4.34 4.19 4.11 5/341 73087
/proc/meminfo: memFree=116735808/131250000 swapFree=33010684/33010684
[pid=73065] ppid=73062 vsize=19063512 memory=1802456 CPUtime=55.81 cores=4,6
/proc/73065/stat : 73065 (java) S 73062 73065 72022 0 -1 4194304 43968 0 0 0 5526 55 0 0 20 0 20 0 66683639 19521036288 450614 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
/proc/73065/statm: 4765878 450614 5563 1 0 663418 0
[pid=73065/tid=73067] ppid=73062 vsize=19063512 memory=1781636 CPUtime=49.79 cores=4,6
/proc/73065/task/73067/stat : 73067 (java) R 73062 73065 72022 0 -1 4194368 13120 0 0 0 4935 44 0 0 20 0 20 0 66683640 19521036288 450614 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73076] ppid=73062 vsize=19063512 memory=12544 CPUtime=0 cores=4,6
/proc/73065/task/73076/stat : 73076 (Finalizer) S 73062 73065 72022 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66683642 19521036288 450614 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73083] ppid=73062 vsize=19063512 memory=2308 CPUtime=0 cores=4,6

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

/proc/73065/task/73076/stat : 73076 (Finalizer) S 73062 73065 72022 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66683642 19521036288 911871 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73083] ppid=73062 vsize=19063512 memory=18688 CPUtime=0 cores=4,6
/proc/73065/task/73083/stat : 73083 (Common-Cleaner) S 73062 73065 72022 0 -1 4194368 1708 0 0 0 0 0 0 0 20 0 20 0 66683642 19521036288 911871 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73085] ppid=73062 vsize=19063512 memory=3647484 CPUtime=0 cores=4,6
/proc/73065/task/73085/stat : 73085 (Timer-0) S 73062 73065 72022 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66683738 19521036288 911871 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
Current children cumulated CPU time: 3228.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3647484 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.17 4.18 5/343 73263
/proc/meminfo: memFree=110653052/131250000 swapFree=33010684/33010684
[pid=73065] ppid=73062 vsize=19063512 memory=3647484 CPUtime=3289.48 cores=4,6
/proc/73065/stat : 73065 (java) S 73062 73065 72022 0 -1 4194304 146096 0 0 0 328536 412 0 0 20 0 20 0 66683639 19521036288 911871 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
/proc/73065/statm: 4765878 911871 5595 1 0 925027 0
[pid=73065/tid=73067] ppid=73062 vsize=19063512 memory=3647484 CPUtime=3201.7 cores=4,6
/proc/73065/task/73067/stat : 73067 (java) R 73062 73065 72022 0 -1 4194368 63190 0 0 0 319906 264 0 0 20 0 20 0 66683640 19521036288 911871 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73076] ppid=73062 vsize=19063512 memory=18688 CPUtime=0 cores=4,6
/proc/73065/task/73076/stat : 73076 (Finalizer) S 73062 73065 72022 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66683642 19521036288 911871 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73083] ppid=73062 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/73065/task/73083/stat : 73083 (Common-Cleaner) S 73062 73065 72022 0 -1 4194368 1756 0 0 0 0 0 0 0 20 0 20 0 66683642 19521036288 911871 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73085] ppid=73062 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/73065/task/73085/stat : 73085 (Timer-0) S 73062 73065 72022 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66683738 19521036288 911871 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
Current children cumulated CPU time: 3289.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3647484 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.16 4.18 5/342 73270
/proc/meminfo: memFree=110637160/131250000 swapFree=33010684/33010684
[pid=73065] ppid=73062 vsize=19063512 memory=3647484 CPUtime=3349.12 cores=4,6
/proc/73065/stat : 73065 (java) S 73062 73065 72022 0 -1 4194304 146200 0 0 0 334495 417 0 0 20 0 20 0 66683639 19521036288 911871 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
/proc/73065/statm: 4765878 911871 5595 1 0 925027 0
[pid=73065/tid=73067] ppid=73062 vsize=19063512 memory=3647484 CPUtime=3260.18 cores=4,6
/proc/73065/task/73067/stat : 73067 (java) R 73062 73065 72022 0 -1 4194368 63211 0 0 0 325752 266 0 0 20 0 20 0 66683640 19521036288 911871 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73076] ppid=73062 vsize=19063512 memory=7920 CPUtime=0 cores=4,6
/proc/73065/task/73076/stat : 73076 (Finalizer) S 73062 73065 72022 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66683642 19521036288 911871 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73083] ppid=73062 vsize=19063512 memory=2764 CPUtime=0 cores=4,6
/proc/73065/task/73083/stat : 73083 (Common-Cleaner) S 73062 73065 72022 0 -1 4194368 1760 0 0 0 0 0 0 0 20 0 20 0 66683642 19521036288 911871 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73085] ppid=73062 vsize=19063512 memory=5736 CPUtime=0 cores=4,6
/proc/73065/task/73085/stat : 73085 (Timer-0) S 73062 73065 72022 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66683738 19521036288 911871 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
Current children cumulated CPU time: 3349.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3647484 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.15 4.17 5/342 73274
/proc/meminfo: memFree=110605256/131250000 swapFree=33010684/33010684
[pid=73065] ppid=73062 vsize=19063512 memory=3647484 CPUtime=3406.51 cores=4,6
/proc/73065/stat : 73065 (java) S 73062 73065 72022 0 -1 4194304 147353 0 0 0 340230 421 0 0 20 0 20 0 66683639 19521036288 911871 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
/proc/73065/statm: 4765878 911871 5595 1 0 925027 0
[pid=73065/tid=73067] ppid=73062 vsize=19063512 memory=3647484 CPUtime=3316.51 cores=4,6
/proc/73065/task/73067/stat : 73067 (java) R 73062 73065 72022 0 -1 4194368 64211 0 0 0 331383 268 0 0 20 0 20 0 66683640 19521036288 911871 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73076] ppid=73062 vsize=19063512 memory=3647484 CPUtime=0 cores=4,6
/proc/73065/task/73076/stat : 73076 (Finalizer) S 73062 73065 72022 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66683642 19521036288 911871 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73083] ppid=73062 vsize=19063512 memory=3647484 CPUtime=0 cores=4,6
/proc/73065/task/73083/stat : 73083 (Common-Cleaner) S 73062 73065 72022 0 -1 4194368 1760 0 0 0 0 0 0 0 20 0 20 0 66683642 19521036288 911871 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73085] ppid=73062 vsize=19063512 memory=2220 CPUtime=0 cores=4,6
/proc/73065/task/73085/stat : 73085 (Timer-0) S 73062 73065 72022 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66683738 19521036288 911871 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
Current children cumulated CPU time: 3406.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3647484 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.13 4.16 5/342 73275
/proc/meminfo: memFree=110594256/131250000 swapFree=33010684/33010684
[pid=73065] ppid=73062 vsize=19063512 memory=3647484 CPUtime=3466.84 cores=4,6
/proc/73065/stat : 73065 (java) S 73062 73065 72022 0 -1 4194304 149900 0 0 0 346258 426 0 0 20 0 20 0 66683639 19521036288 911871 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
/proc/73065/statm: 4765878 911871 5595 1 0 925027 0
[pid=73065/tid=73067] ppid=73062 vsize=19063512 memory=3647484 CPUtime=3375.75 cores=4,6
/proc/73065/task/73067/stat : 73067 (java) R 73062 73065 72022 0 -1 4194368 65792 0 0 0 337304 271 0 0 20 0 20 0 66683640 19521036288 911871 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73076] ppid=73062 vsize=19063512 memory=3647484 CPUtime=0 cores=4,6
/proc/73065/task/73076/stat : 73076 (Finalizer) S 73062 73065 72022 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66683642 19521036288 911871 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73083] ppid=73062 vsize=19063512 memory=3647484 CPUtime=0 cores=4,6
/proc/73065/task/73083/stat : 73083 (Common-Cleaner) S 73062 73065 72022 0 -1 4194368 1849 0 0 0 0 0 0 0 20 0 20 0 66683642 19521036288 911871 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73085] ppid=73062 vsize=19063512 memory=3647484 CPUtime=0 cores=4,6
/proc/73065/task/73085/stat : 73085 (Timer-0) S 73062 73065 72022 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66683738 19521036288 911871 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
Current children cumulated CPU time: 3466.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3647484 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.12 4.16 5/342 73277
/proc/meminfo: memFree=110558032/131250000 swapFree=33010684/33010684
[pid=73065] ppid=73062 vsize=19063512 memory=3647484 CPUtime=3527.11 cores=4,6
/proc/73065/stat : 73065 (java) S 73062 73065 72022 0 -1 4194304 151760 0 0 0 352282 429 0 0 20 0 20 0 66683639 19521036288 911871 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
/proc/73065/statm: 4765878 911871 5595 1 0 925027 0
[pid=73065/tid=73067] ppid=73062 vsize=19063512 memory=3647484 CPUtime=3435.04 cores=4,6
/proc/73065/task/73067/stat : 73067 (java) R 73062 73065 72022 0 -1 4194368 66946 0 0 0 343232 272 0 0 20 0 20 0 66683640 19521036288 911871 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73076] ppid=73062 vsize=19063512 memory=3647484 CPUtime=0 cores=4,6
/proc/73065/task/73076/stat : 73076 (Finalizer) S 73062 73065 72022 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66683642 19521036288 911871 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73083] ppid=73062 vsize=19063512 memory=3647484 CPUtime=0 cores=4,6
/proc/73065/task/73083/stat : 73083 (Common-Cleaner) S 73062 73065 72022 0 -1 4194368 1849 0 0 0 0 0 0 0 20 0 20 0 66683642 19521036288 911871 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73085] ppid=73062 vsize=19063512 memory=3647484 CPUtime=0 cores=4,6
/proc/73065/task/73085/stat : 73085 (Timer-0) S 73062 73065 72022 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66683738 19521036288 911871 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
Current children cumulated CPU time: 3527.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3647484 KiB

[startup+3582.3 s]
/proc/loadavg: 3.61 4.00 4.11 2/268 73382
/proc/meminfo: memFree=123858668/131250000 swapFree=33010684/33010684
[pid=73065] ppid=73062 vsize=19063512 memory=3647612 CPUtime=3587.51 cores=4,6
/proc/73065/stat : 73065 (java) S 73062 73065 72022 0 -1 4194304 151933 0 0 0 358317 434 0 0 20 0 20 0 66683639 19521036288 911903 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
/proc/73065/statm: 4765878 911903 5595 1 0 925027 0
[pid=73065/tid=73067] ppid=73062 vsize=19063512 memory=3647484 CPUtime=3494.12 cores=4,6
/proc/73065/task/73067/stat : 73067 (java) R 73062 73065 72022 0 -1 4194368 66985 0 0 0 349137 275 0 0 20 0 20 0 66683640 19521036288 911903 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73076] ppid=73062 vsize=19063512 memory=18688 CPUtime=0 cores=4,6
/proc/73065/task/73076/stat : 73076 (Finalizer) S 73062 73065 72022 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66683642 19521036288 911903 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73083] ppid=73062 vsize=19063512 memory=-4421386504871503968 CPUtime=0 cores=4,6
/proc/73065/task/73083/stat : 73083 (Common-Cleaner) S 73062 73065 72022 0 -1 4194368 1876 0 0 0 0 0 0 0 20 0 20 0 66683642 19521036288 911903 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73085] ppid=73062 vsize=19063512 memory=18688 CPUtime=0 cores=4,6
/proc/73065/task/73085/stat : 73085 (Timer-0) S 73062 73065 72022 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66683738 19521036288 911903 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
Current children cumulated CPU time: 3587.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3647612 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3594.8 s]
/proc/loadavg: 3.03 3.85 4.06 2/269 73384
/proc/meminfo: memFree=123857412/131250000 swapFree=33010684/33010684
[pid=73065] ppid=73062 vsize=19063512 memory=3647612 CPUtime=3600.03 cores=4,6
/proc/73065/stat : 73065 (java) S 73062 73065 72022 0 -1 4194304 151948 0 0 0 359568 435 0 0 20 0 20 0 66683639 19521036288 911903 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
/proc/73065/statm: 4765878 911903 5595 1 0 925027 0
[pid=73065/tid=73067] ppid=73062 vsize=19063512 memory=3328 CPUtime=3506.41 cores=4,6
/proc/73065/task/73067/stat : 73067 (java) S 73062 73065 72022 0 -1 4194368 66987 0 0 0 350366 275 0 0 20 0 20 0 66683640 19521036288 911903 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73076] ppid=73062 vsize=19063512 memory=-6000919498459867496 CPUtime=0 cores=4,6
/proc/73065/task/73076/stat : 73076 (Finalizer) S 73062 73065 72022 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66683642 19521036288 911903 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73083] ppid=73062 vsize=19063512 memory=8140 CPUtime=0 cores=4,6
/proc/73065/task/73083/stat : 73083 (Common-Cleaner) S 73062 73065 72022 0 -1 4194368 1876 0 0 0 0 0 0 0 20 0 20 0 66683642 19521036288 911903 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
[pid=73065/tid=73085] ppid=73062 vsize=19063512 memory=6768 CPUtime=0 cores=4,6
/proc/73065/task/73085/stat : 73085 (Timer-0) S 73062 73065 72022 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66683738 19521036288 911903 18446744073709551615 94741040390144 94741040393840 140723924578912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94741040401656 94741040402448 94741045800960 140723924580653 140723924580838 140723924580838 140723924586440 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3647612 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.83 s, system=4.36833 s

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

[startup+3594.9 s]*
/proc/loadavg: 3.03 3.85 4.06 2/251 73387
/proc/meminfo: memFree=127419484/131250000 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3594.91
CPU time (s): 3600.2
CPU user time (s): 3595.83
CPU system time (s): 4.36833
CPU usage (%): 100.147
Max. virtual memory (cumulated for all children) (KiB): 19065316
Max. memory (cumulated for all children) (KiB): 3647612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.83
system time used= 4.36833
maximum resident set size= 3648380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154324
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1037096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 154966
involuntary context switches= 20330


# summary of solver processes directly reported to runsolver:
#   pid: 73065
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3595.83
#   total CPU system time (s): 4.36833

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.71742 second user time and 16.9649 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-07-03 04:43:31
IDJOB=4507959
IDBENCH=158390
IDSOLVER=3362
FILE ID=nodeC028/4507959-1751510611
RUNJOBID= nodeC028-1751503382-72033
SLURM_JOB_ID= 9598589
Free space on /tmp= 431492 MiB

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

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

MD5SUM BENCH= b67c8b15922ffb2eac696beabc53406c
RANDOM SEED=1875203756

nodeC028 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		: 3614.506
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	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.081
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	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.085
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	: 7000.16
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		: 3627.955
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	: 7000.16
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		: 3600.082
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	: 7000.16
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		: 3700.000
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	: 7000.16
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		: 3414.923
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	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.084
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	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        119334248 kB
MemAvailable:   121151896 kB
Buffers:            3280 kB
Cached:          2620188 kB
SwapCached:            0 kB
Active:          8996720 kB
Inactive:        2310812 kB
Active(anon):    8702260 kB
Inactive(anon):        0 kB
Active(file):     294460 kB
Inactive(file):  2310812 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             18268 kB
Writeback:             0 kB
AnonPages:       8686940 kB
Mapped:           124292 kB
Shmem:             18068 kB
KReclaimable:     103232 kB
Slab:             192224 kB
SReclaimable:     103232 kB
SUnreclaim:        88992 kB
KernelStack:        5184 kB
PageTables:        20684 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   11831720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151400 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8439808 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431496 MiB
End job on nodeC028 at 2025-07-03 05:43:26