Trace number 4507820

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 2025-06-06? (TO) 3600.2 3574.3

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-aug5.5.opb
MD5SUM14fbf9ee541b990313b1cac62bdb8872
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 benchmark101
Best CPU time to get the best result obtained on this benchmark16698.2
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 clauses27553
Number of constraints which are cardinality constraints (but not clauses)247
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.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.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.15	c Pseudo Boolean Optimization by upper bound
0.12/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.15	c  - never skip resolution steps
0.12/0.15	c  - Auto-division on coefficients is disabled
0.12/0.15	c  - No postprocessing
0.12/0.15	c  - Conflict is considered as is when resolving
0.12/0.15	c  - Use constraints as they come during conflict analysis
0.12/0.15	c  - Weaken first using unassigned literals
0.12/0.15	c  - Bump strategy: ALWAYS_ONE
0.12/0.15	c  - Bumper: ANY
0.12/0.15	c --- Begin Solver configuration ---
0.12/0.15	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.12/0.15	c Learn all clauses as in MiniSAT
0.12/0.15	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.15	c No reason simplification
0.12/0.15	c Armin Biere (Picosat) restarts strategy
0.12/0.15	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.15	c timeout=2147483s
0.12/0.15	c DB Simplification allowed=false
0.12/0.15	c Listener: none
0.12/0.15	c --- End Solver configuration ---
0.12/0.15	c solving HOME/instance-4507820-1751502482.opb
0.12/0.15	c reading problem ... 
0.12/0.15	c  objective function found
0.71/0.43	c ... done. Wall clock time 0.274s.
0.71/0.43	c declared #vars     9632
0.71/0.43	c #constraints  29620
0.71/0.43	c constraints type 
0.71/0.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1764
0.71/0.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 16520
0.71/0.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 303
0.71/0.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11033
0.71/0.43	c 29620 constraints processed.
0.71/0.44	c objective function length is 26 literals
7.17/4.73	c cleaning 2481 clauses out of 5000
18.85/15.91	c cleaning 4230 clauses out of 8519
48.04/44.02	c cleaning 5592 clauses out of 11291
98.39/92.85	c cleaning 6816 clauses out of 13697
198.57/192.13	c cleaning 7880 clauses out of 15881
292.30/284.68	c cleaning 8970 clauses out of 18002
465.54/457.07	c cleaning 9972 clauses out of 20032
902.21/892.84	c cleaning 10984 clauses out of 22059
1164.28/1153.44	c cleaning 11993 clauses out of 24076
1606.95/1594.46	c cleaning 13001 clauses out of 26084
2227.59/2212.32	c cleaning 14004 clauses out of 28081
2988.66/2967.53	c cleaning 14989 clauses out of 30077
3478.86/3453.88	c cleaning 15999 clauses out of 32089
3600.02/3574.22	c starts		: 104
3600.02/3574.22	c conflicts		: 150746
3600.02/3574.23	c decisions		: 215381
3600.02/3574.23	c propagations		: 5876540
3600.02/3574.23	c inspects		: 6418144239
3600.02/3574.23	c shortcuts		: 0
3600.02/3574.23	c learnt literals	: 0
3600.02/3574.23	c learnt binary clauses	: 25
3600.02/3574.23	c learnt ternary clauses	: 223
3600.02/3574.23	c learnt constraints	: 150745
3600.02/3574.23	c ignored constraints	: 0
3600.02/3574.23	c root simplifications	: 0
3600.02/3574.23	c removed literals (reason simplification)	: 0
3600.02/3574.23	c reason swapping (by a shorter reason)	: 0
3600.02/3574.23	c Calls to reduceDB	: 13
3600.02/3574.23	c Number of update (reduction) of LBD	: 0
3600.02/3574.23	c Imported unit clauses	: 0
3600.02/3574.23	c No decision after first conflict	: false
3600.02/3574.23	c number of reductions to clauses (during analyze)	: 0
3600.02/3574.23	c number of learned constraints concerned by reduction	: 0
3600.02/3574.23	c number of learning phase by resolution	: 0
3600.02/3574.23	c number of learning phase by cutting planes	: 0
3600.02/3574.23	c number of rounding to 1 operations	: 0
3600.02/3574.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3574.23	c number of reductions of the coefficients by power 2 	: 0
3600.02/3574.23	c number of right shift for reduction by power 2 	: 0
3600.02/3574.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3574.23	c number of ending skipping 	: 0
3600.02/3574.23	c number of internal skipping 	: 0
3600.02/3574.23	c number of derivation steps 	: 2292303
3600.02/3574.23	c number of skipped derivation steps 	: 0
3600.02/3574.23	c number of remaining unassigned 	: 12124
3600.02/3574.23	c number of remaining assigned 	: 31156637
3600.02/3574.23	c number of falsified literals weakened from reason	: 0
3600.02/3574.23	c number of falsified literals weakened from conflict	: 0
3600.02/3574.23	c time for arithmetic operations	: 831155214
3600.02/3574.24	c minimum degree of deleted constraints	: null
3600.02/3574.24	c maximum degree of deleted constraints	: null
3600.02/3574.24	c number of deleted constraints	: 0
3600.02/3574.25	c speed (assignments/second)	: 1644.3421193275271
3600.02/3574.25	c non guided choices	: 13669
3600.02/3574.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 38
3600.02/3574.28	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 21425
3600.02/3574.28	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 2346
3600.02/3574.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 25
3600.02/3574.28	s UNKNOWN
3600.02/3574.28	c Total wall clock time (in seconds): 3574.129

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (61372 MiB free)
  memory of node 1: 64507 MiB (61141 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4507820-1751502482/watcher-4507820-1751502482 -o /tmp/evaluation-result-4507820-1751502482/solver-4507820-1751502482 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751495280-75882 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4507820-1751502482.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=76993, runsolver pid=76990

[startup+0.100026 s]*
/proc/loadavg: 4.25 4.22 4.18 5/339 77011
/proc/meminfo: memFree=125417820/131250000 swapFree=33010416/33010684
[pid=76993] ppid=76990 vsize=18930384 memory=59632 CPUtime=0.12 cores=0,2
/proc/76993/stat : 76993 (java) S 76990 76993 75872 0 -1 4194304 6519 0 0 0 11 1 0 0 20 0 18 0 65926029 19384713216 14908 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
/proc/76993/statm: 4732596 14908 5344 1 0 547641 0
[pid=76993/tid=76995] ppid=76990 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/76993/task/76995/stat : 76995 (java) R 76990 76993 75872 0 -1 4194368 5098 0 0 0 7 1 0 0 20 0 18 0 65926030 19384713216 14908 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77004] ppid=76990 vsize=18930384 memory=237112656212 CPUtime=0 cores=0,2
/proc/76993/task/77004/stat : 77004 (Finalizer) S 76990 76993 75872 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 65926032 19384713216 14908 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77011] ppid=76990 vsize=18930384 memory=59585004336188 CPUtime=0 cores=0,2
/proc/76993/task/77011/stat : 77011 (Common-Cleaner) S 76990 76993 75872 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 65926032 19384713216 14908 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59632 KiB

[startup+0.205633 s]*
/proc/loadavg: 4.25 4.22 4.18 6/339 77012
/proc/meminfo: memFree=125409376/131250000 swapFree=33010416/33010684
[pid=76993] ppid=76990 vsize=18930384 memory=69784 CPUtime=0.33 cores=0,2
/proc/76993/stat : 76993 (java) S 76990 76993 75872 0 -1 4194304 6933 0 0 0 31 2 0 0 20 0 18 0 65926029 19384713216 17446 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
/proc/76993/statm: 4732596 17446 5440 1 0 547984 0
[pid=76993/tid=76995] ppid=76990 vsize=18930384 memory=4026728732 CPUtime=0.17 cores=0,2
/proc/76993/task/76995/stat : 76995 (java) R 76990 76993 75872 0 -1 4194368 5358 0 0 0 16 1 0 0 20 0 18 0 65926030 19384713216 17446 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77004] ppid=76990 vsize=18930384 memory=16163 CPUtime=0 cores=0,2
/proc/76993/task/77004/stat : 77004 (Finalizer) S 76990 76993 75872 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 65926032 19384713216 17446 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77011] ppid=76990 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/76993/task/77011/stat : 77011 (Common-Cleaner) S 76990 76993 75872 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 65926032 19384713216 17446 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 69784 KiB

[startup+0.305608 s]*
/proc/loadavg: 4.25 4.22 4.18 6/339 77012
/proc/meminfo: memFree=125359720/131250000 swapFree=33010416/33010684
[pid=76993] ppid=76990 vsize=18930384 memory=119448 CPUtime=0.52 cores=0,2
/proc/76993/stat : 76993 (java) S 76990 76993 75872 0 -1 4194304 8524 0 0 0 49 3 0 0 20 0 18 0 65926029 19384713216 29862 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
/proc/76993/statm: 4732596 29862 5440 1 0 549094 0
[pid=76993/tid=76995] ppid=76990 vsize=18930384 memory=-6000919506998879848 CPUtime=0.25 cores=0,2
/proc/76993/task/76995/stat : 76995 (java) R 76990 76993 75872 0 -1 4194368 5414 0 0 0 23 2 0 0 20 0 18 0 65926030 19384713216 29862 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77004] ppid=76990 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/76993/task/77004/stat : 77004 (Finalizer) S 76990 76993 75872 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 65926032 19384713216 29862 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77011] ppid=76990 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/76993/task/77011/stat : 77011 (Common-Cleaner) S 76990 76993 75872 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 65926032 19384713216 29862 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 119448 KiB

[startup+0.70022 s]
/proc/loadavg: 4.25 4.22 4.18 6/341 77014
/proc/meminfo: memFree=125301940/131250000 swapFree=33010416/33010684
[pid=76993] ppid=76990 vsize=19063512 memory=185796 CPUtime=1.27 cores=0,2
/proc/76993/stat : 76993 (java) S 76990 76993 75872 0 -1 4194304 18582 0 0 0 121 6 0 0 20 0 20 0 65926029 19521036288 46449 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
/proc/76993/statm: 4765878 46449 5504 1 0 555648 0
[pid=76993/tid=76995] ppid=76990 vsize=19063512 memory=18432 CPUtime=0.53 cores=0,2
/proc/76993/task/76995/stat : 76995 (java) R 76990 76993 75872 0 -1 4194368 5542 0 0 0 50 3 0 0 20 0 20 0 65926030 19521036288 46449 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77004] ppid=76990 vsize=19063512 memory=10496 CPUtime=0 cores=0,2
/proc/76993/task/77004/stat : 77004 (Finalizer) S 76990 76993 75872 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65926032 19521036288 46449 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77011] ppid=76990 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/76993/task/77011/stat : 77011 (Common-Cleaner) S 76990 76993 75872 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 65926032 19521036288 46449 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77014] ppid=76990 vsize=19063512 memory=4740 CPUtime=0 cores=0,2
/proc/76993/task/77014/stat : 77014 (Timer-0) S 76990 76993 75872 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 65926074 19521036288 46449 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 185796 KiB

[startup+1.50023 s]
/proc/loadavg: 4.25 4.22 4.18 7/341 77014
/proc/meminfo: memFree=125258844/131250000 swapFree=33010416/33010684
[pid=76993] ppid=76990 vsize=19063512 memory=212424 CPUtime=2.86 cores=0,2
/proc/76993/stat : 76993 (java) S 76990 76993 75872 0 -1 4194304 24130 0 0 0 278 8 0 0 20 0 20 0 65926029 19521036288 53106 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
/proc/76993/statm: 4765878 53106 5504 1 0 555683 0
[pid=76993/tid=76995] ppid=76990 vsize=19063512 memory=0 CPUtime=1.25 cores=0,2
/proc/76993/task/76995/stat : 76995 (java) R 76990 76993 75872 0 -1 4194368 5640 0 0 0 122 3 0 0 20 0 20 0 65926030 19521036288 53106 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77004] ppid=76990 vsize=19063512 memory=10496 CPUtime=0 cores=0,2
/proc/76993/task/77004/stat : 77004 (Finalizer) S 76990 76993 75872 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65926032 19521036288 53106 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77011] ppid=76990 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/76993/task/77011/stat : 77011 (Common-Cleaner) S 76990 76993 75872 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 65926032 19521036288 53106 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77014] ppid=76990 vsize=19063512 memory=4740 CPUtime=0 cores=0,2
/proc/76993/task/77014/stat : 77014 (Timer-0) S 76990 76993 75872 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 65926074 19521036288 53106 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 212424 KiB

[startup+3.10592 s]
/proc/loadavg: 4.31 4.23 4.19 5/341 77014
/proc/meminfo: memFree=124395124/131250000 swapFree=33010416/33010684
[pid=76993] ppid=76990 vsize=19063512 memory=984780 CPUtime=5.46 cores=0,2
/proc/76993/stat : 76993 (java) S 76990 76993 75872 0 -1 4194304 27537 0 0 0 524 22 0 0 20 0 20 0 65926029 19521036288 246195 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
/proc/76993/statm: 4765878 246195 5504 1 0 726962 0
[pid=76993/tid=76995] ppid=76990 vsize=19063512 memory=10496 CPUtime=2.82 cores=0,2
/proc/76993/task/76995/stat : 76995 (java) R 76990 76993 75872 0 -1 4194368 6921 0 0 0 265 17 0 0 20 0 20 0 65926030 19521036288 246195 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77004] ppid=76990 vsize=19063512 memory=-6000919506998879848 CPUtime=0 cores=0,2
/proc/76993/task/77004/stat : 77004 (Finalizer) S 76990 76993 75872 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65926032 19521036288 246195 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77011] ppid=76990 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/76993/task/77011/stat : 77011 (Common-Cleaner) S 76990 76993 75872 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 65926032 19521036288 246195 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77014] ppid=76990 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/76993/task/77014/stat : 77014 (Timer-0) S 76990 76993 75872 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 65926074 19521036288 246195 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
Current children cumulated CPU time: 5.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 984780 KiB

[startup+6.30021 s]
/proc/loadavg: 4.31 4.23 4.19 5/341 77014
/proc/meminfo: memFree=124067948/131250000 swapFree=33010416/33010684
[pid=76993] ppid=76990 vsize=19063512 memory=1218656 CPUtime=8.83 cores=0,2
/proc/76993/stat : 76993 (java) S 76990 76993 75872 0 -1 4194304 28974 0 0 0 856 27 0 0 20 0 20 0 65926029 19521036288 304664 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
/proc/76993/statm: 4765878 304664 5536 1 0 727004 0
[pid=76993/tid=76995] ppid=76990 vsize=19063512 memory=0 CPUtime=5.89 cores=0,2
/proc/76993/task/76995/stat : 76995 (java) R 76990 76993 75872 0 -1 4194368 7847 0 0 0 568 21 0 0 20 0 20 0 65926030 19521036288 304664 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77004] ppid=76990 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/76993/task/77004/stat : 77004 (Finalizer) S 76990 76993 75872 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65926032 19521036288 304664 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77011] ppid=76990 vsize=19063512 memory=10496 CPUtime=0 cores=0,2
/proc/76993/task/77011/stat : 77011 (Common-Cleaner) S 76990 76993 75872 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 65926032 19521036288 304664 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77014] ppid=76990 vsize=19063512 memory=212552 CPUtime=0 cores=0,2
/proc/76993/task/77014/stat : 77014 (Timer-0) S 76990 76993 75872 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 65926074 19521036288 304664 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
Current children cumulated CPU time: 8.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1218656 KiB

[startup+12.7002 s]
/proc/loadavg: 4.26 4.22 4.19 5/341 77014
/proc/meminfo: memFree=122782812/131250000 swapFree=33010416/33010684
[pid=76993] ppid=76990 vsize=19063512 memory=2307428 CPUtime=15.39 cores=0,2
/proc/76993/stat : 76993 (java) S 76990 76993 75872 0 -1 4194304 30522 0 0 0 1490 49 0 0 20 0 20 0 65926029 19521036288 576857 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
/proc/76993/statm: 4765878 576857 5536 1 0 862789 0
[pid=76993/tid=76995] ppid=76990 vsize=19063512 memory=212552 CPUtime=12.14 cores=0,2
/proc/76993/task/76995/stat : 76995 (java) R 76990 76993 75872 0 -1 4194368 8842 0 0 0 1173 41 0 0 20 0 20 0 65926030 19521036288 576857 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77004] ppid=76990 vsize=19063512 memory=16448 CPUtime=0 cores=0,2
/proc/76993/task/77004/stat : 77004 (Finalizer) S 76990 76993 75872 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65926032 19521036288 576857 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77011] ppid=76990 vsize=19063512 memory=2307428 CPUtime=0 cores=0,2
/proc/76993/task/77011/stat : 77011 (Common-Cleaner) S 76990 76993 75872 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 65926032 19521036288 576857 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77014] ppid=76990 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/76993/task/77014/stat : 77014 (Timer-0) S 76990 76993 75872 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 65926074 19521036288 576857 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
Current children cumulated CPU time: 15.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2307428 KiB

[startup+25.5002 s]
/proc/loadavg: 4.22 4.21 4.18 5/341 77014
/proc/meminfo: memFree=122358356/131250000 swapFree=33010416/33010684
[pid=76993] ppid=76990 vsize=19063512 memory=2309852 CPUtime=29 cores=0,2
/proc/76993/stat : 76993 (java) S 76990 76993 75872 0 -1 4194304 37345 0 0 0 2850 50 0 0 20 0 20 0 65926029 19521036288 577463 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
/proc/76993/statm: 4765878 577463 5536 1 0 862789 0
[pid=76993/tid=76995] ppid=76990 vsize=19063512 memory=-6000919506998879848 CPUtime=24.62 cores=0,2
/proc/76993/task/76995/stat : 76995 (java) R 76990 76993 75872 0 -1 4194368 10783 0 0 0 2421 41 0 0 20 0 20 0 65926030 19521036288 577463 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77004] ppid=76990 vsize=19063512 memory=18432 CPUtime=0 cores=0,2
/proc/76993/task/77004/stat : 77004 (Finalizer) S 76990 76993 75872 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65926032 19521036288 577463 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77011] ppid=76990 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/76993/task/77011/stat : 77011 (Common-Cleaner) S 76990 76993 75872 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 65926032 19521036288 577463 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77014] ppid=76990 vsize=19063512 memory=16448 CPUtime=0 cores=0,2
/proc/76993/task/77014/stat : 77014 (Timer-0) S 76990 76993 75872 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 65926074 19521036288 577463 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
Current children cumulated CPU time: 29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2309852 KiB

[startup+51.1056 s]
/proc/loadavg: 4.22 4.21 4.18 5/341 77015
/proc/meminfo: memFree=120883704/131250000 swapFree=33010416/33010684
[pid=76993] ppid=76990 vsize=19063512 memory=2353448 CPUtime=55.3 cores=0,2
/proc/76993/stat : 76993 (java) S 76990 76993 75872 0 -1 4194304 45947 0 0 0 5477 53 0 0 20 0 20 0 65926029 19521036288 588362 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
/proc/76993/statm: 4765878 588362 5536 1 0 863873 0
[pid=76993/tid=76995] ppid=76990 vsize=19063512 memory=2347292 CPUtime=49.62 cores=0,2
/proc/76993/task/76995/stat : 76995 (java) R 76990 76993 75872 0 -1 4194368 13198 0 0 0 4920 42 0 0 20 0 20 0 65926030 19521036288 588362 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77004] ppid=76990 vsize=19063512 memory=2334900 CPUtime=0 cores=0,2
/proc/76993/task/77004/stat : 77004 (Finalizer) S 76990 76993 75872 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65926032 19521036288 588362 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77011] ppid=76990 vsize=19063512 memory=2307556 CPUtime=0 cores=0,2

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

/proc/meminfo: memFree=101401600/131250000 swapFree=33010416/33010684
[pid=76993] ppid=76990 vsize=19063512 memory=3344092 CPUtime=3185.73 cores=0,2
/proc/76993/stat : 76993 (java) S 76990 76993 75872 0 -1 4194304 126542 0 0 0 318382 191 0 0 20 0 20 0 65926029 19521036288 836023 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
/proc/76993/statm: 4765878 836023 5536 1 0 864522 0
[pid=76993/tid=76995] ppid=76990 vsize=19063512 memory=3274416 CPUtime=3128.99 cores=0,2
/proc/76993/task/76995/stat : 76995 (java) R 76990 76993 75872 0 -1 4194368 60706 0 0 0 312821 78 0 0 20 0 20 0 65926030 19521036288 836023 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77004] ppid=76990 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/76993/task/77004/stat : 77004 (Finalizer) S 76990 76993 75872 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65926032 19521036288 836023 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77011] ppid=76990 vsize=19063512 memory=17268 CPUtime=0 cores=0,2
/proc/76993/task/77011/stat : 77011 (Common-Cleaner) S 76990 76993 75872 0 -1 4194368 1740 0 0 0 0 0 0 0 20 0 20 0 65926032 19521036288 836023 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77014] ppid=76990 vsize=19063512 memory=16448 CPUtime=0 cores=0,2
/proc/76993/task/77014/stat : 77014 (Timer-0) S 76990 76993 75872 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 65926074 19521036288 836023 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
Current children cumulated CPU time: 3185.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3344092 KiB

[startup+3222.3 s]
/proc/loadavg: 4.25 4.21 4.19 5/341 77202
/proc/meminfo: memFree=100437872/131250000 swapFree=33010416/33010684
[pid=76993] ppid=76990 vsize=19063512 memory=3346140 CPUtime=3245.95 cores=0,2
/proc/76993/stat : 76993 (java) S 76990 76993 75872 0 -1 4194304 128633 0 0 0 324401 194 0 0 20 0 20 0 65926029 19521036288 836535 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
/proc/76993/statm: 4765878 836535 5536 1 0 864522 0
[pid=76993/tid=76995] ppid=76990 vsize=19063512 memory=3344092 CPUtime=3188.45 cores=0,2
/proc/76993/task/76995/stat : 76995 (java) S 76990 76993 75872 0 -1 4194368 61955 0 0 0 318766 79 0 0 20 0 20 0 65926030 19521036288 836535 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77004] ppid=76990 vsize=19063512 memory=3344092 CPUtime=0 cores=0,2
/proc/76993/task/77004/stat : 77004 (Finalizer) S 76990 76993 75872 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65926032 19521036288 836535 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77011] ppid=76990 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/76993/task/77011/stat : 77011 (Common-Cleaner) S 76990 76993 75872 0 -1 4194368 1740 0 0 0 0 0 0 0 20 0 20 0 65926032 19521036288 836535 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77014] ppid=76990 vsize=19063512 memory=3346140 CPUtime=0 cores=0,2
/proc/76993/task/77014/stat : 77014 (Timer-0) S 76990 76993 75872 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 65926074 19521036288 836535 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
Current children cumulated CPU time: 3245.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3346140 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.20 4.18 5/342 77205
/proc/meminfo: memFree=99846264/131250000 swapFree=33010416/33010684
[pid=76993] ppid=76990 vsize=19063512 memory=3346140 CPUtime=3306.15 cores=0,2
/proc/76993/stat : 76993 (java) S 76990 76993 75872 0 -1 4194304 128748 0 0 0 330419 196 0 0 20 0 20 0 65926029 19521036288 836535 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
/proc/76993/statm: 4765878 836535 5536 1 0 864522 0
[pid=76993/tid=76995] ppid=76990 vsize=19063512 memory=3346140 CPUtime=3247.91 cores=0,2
/proc/76993/task/76995/stat : 76995 (java) R 76990 76993 75872 0 -1 4194368 61983 0 0 0 324711 80 0 0 20 0 20 0 65926030 19521036288 836535 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77004] ppid=76990 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=0,2
/proc/76993/task/77004/stat : 77004 (Finalizer) S 76990 76993 75872 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65926032 19521036288 836535 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77011] ppid=76990 vsize=19063512 memory=18432 CPUtime=0 cores=0,2
/proc/76993/task/77011/stat : 77011 (Common-Cleaner) S 76990 76993 75872 0 -1 4194368 1775 0 0 0 0 0 0 0 20 0 20 0 65926032 19521036288 836535 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77014] ppid=76990 vsize=19063512 memory=3346140 CPUtime=0 cores=0,2
/proc/76993/task/77014/stat : 77014 (Timer-0) S 76990 76993 75872 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 65926074 19521036288 836535 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
Current children cumulated CPU time: 3306.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3346140 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.20 4.18 5/342 77208
/proc/meminfo: memFree=99500180/131250000 swapFree=33010416/33010684
[pid=76993] ppid=76990 vsize=19063512 memory=3346140 CPUtime=3366.28 cores=0,2
/proc/76993/stat : 76993 (java) S 76990 76993 75872 0 -1 4194304 130363 0 0 0 336429 199 0 0 20 0 20 0 65926029 19521036288 836535 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
/proc/76993/statm: 4765878 836535 5536 1 0 864522 0
[pid=76993/tid=76995] ppid=76990 vsize=19063512 memory=3346140 CPUtime=3307.4 cores=0,2
/proc/76993/task/76995/stat : 76995 (java) R 76990 76993 75872 0 -1 4194368 63449 0 0 0 330659 81 0 0 20 0 20 0 65926030 19521036288 836535 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77004] ppid=76990 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/76993/task/77004/stat : 77004 (Finalizer) S 76990 76993 75872 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65926032 19521036288 836535 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77011] ppid=76990 vsize=19063512 memory=3346140 CPUtime=0 cores=0,2
/proc/76993/task/77011/stat : 77011 (Common-Cleaner) S 76990 76993 75872 0 -1 4194368 1775 0 0 0 0 0 0 0 20 0 20 0 65926032 19521036288 836535 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77014] ppid=76990 vsize=19063512 memory=3346140 CPUtime=0 cores=0,2
/proc/76993/task/77014/stat : 77014 (Timer-0) S 76990 76993 75872 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 65926074 19521036288 836535 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
Current children cumulated CPU time: 3366.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3346140 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.20 4.18 6/342 77211
/proc/meminfo: memFree=99262496/131250000 swapFree=33010416/33010684
[pid=76993] ppid=76990 vsize=19063512 memory=3346140 CPUtime=3426.62 cores=0,2
/proc/76993/stat : 76993 (java) S 76990 76993 75872 0 -1 4194304 132861 0 0 0 342461 201 0 0 20 0 20 0 65926029 19521036288 836535 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
/proc/76993/statm: 4765878 836535 5536 1 0 864522 0
[pid=76993/tid=76995] ppid=76990 vsize=19063512 memory=3346140 CPUtime=3366.81 cores=0,2
/proc/76993/task/76995/stat : 76995 (java) R 76990 76993 75872 0 -1 4194368 64874 0 0 0 336599 82 0 0 20 0 20 0 65926030 19521036288 836535 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77004] ppid=76990 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/76993/task/77004/stat : 77004 (Finalizer) S 76990 76993 75872 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65926032 19521036288 836535 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77011] ppid=76990 vsize=19063512 memory=18432 CPUtime=0 cores=0,2
/proc/76993/task/77011/stat : 77011 (Common-Cleaner) S 76990 76993 75872 0 -1 4194368 1821 0 0 0 0 0 0 0 20 0 20 0 65926032 19521036288 836535 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77014] ppid=76990 vsize=19063512 memory=2764 CPUtime=0 cores=0,2
/proc/76993/task/77014/stat : 77014 (Timer-0) S 76990 76993 75872 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 65926074 19521036288 836535 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
Current children cumulated CPU time: 3426.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3346140 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.18 4.18 5/343 77214
/proc/meminfo: memFree=99004708/131250000 swapFree=33010416/33010684
[pid=76993] ppid=76990 vsize=19063512 memory=3346140 CPUtime=3487.5 cores=0,2
/proc/76993/stat : 76993 (java) S 76990 76993 75872 0 -1 4194304 134668 0 0 0 348546 204 0 0 20 0 20 0 65926029 19521036288 836535 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
/proc/76993/statm: 4765878 836535 5536 1 0 864522 0
[pid=76993/tid=76995] ppid=76990 vsize=19063512 memory=3346140 CPUtime=3425.95 cores=0,2
/proc/76993/task/76995/stat : 76995 (java) R 76990 76993 75872 0 -1 4194368 65765 0 0 0 342513 82 0 0 20 0 20 0 65926030 19521036288 836535 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77004] ppid=76990 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/76993/task/77004/stat : 77004 (Finalizer) S 76990 76993 75872 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65926032 19521036288 836535 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77011] ppid=76990 vsize=19063512 memory=3346140 CPUtime=0 cores=0,2
/proc/76993/task/77011/stat : 77011 (Common-Cleaner) S 76990 76993 75872 0 -1 4194368 1890 0 0 0 0 0 0 0 20 0 20 0 65926032 19521036288 836535 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77014] ppid=76990 vsize=19063512 memory=4352 CPUtime=0 cores=0,2
/proc/76993/task/77014/stat : 77014 (Timer-0) S 76990 76993 75872 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 65926074 19521036288 836535 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
Current children cumulated CPU time: 3487.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3346140 KiB

[startup+3522.3 s]
/proc/loadavg: 3.49 3.99 4.11 4/298 77266
/proc/meminfo: memFree=118911328/131250000 swapFree=33010416/33010684
[pid=76993] ppid=76990 vsize=19063512 memory=3346140 CPUtime=3547.96 cores=0,2
/proc/76993/stat : 76993 (java) S 76990 76993 75872 0 -1 4194304 135218 0 0 0 354591 205 0 0 20 0 20 0 65926029 19521036288 836535 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
/proc/76993/statm: 4765878 836535 5536 1 0 864522 0
[pid=76993/tid=76995] ppid=76990 vsize=19063512 memory=3346140 CPUtime=3485.19 cores=0,2
/proc/76993/task/76995/stat : 76995 (java) R 76990 76993 75872 0 -1 4194368 66057 0 0 0 348437 82 0 0 20 0 20 0 65926030 19521036288 836535 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77004] ppid=76990 vsize=19063512 memory=3346140 CPUtime=0 cores=0,2
/proc/76993/task/77004/stat : 77004 (Finalizer) S 76990 76993 75872 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65926032 19521036288 836535 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77011] ppid=76990 vsize=19063512 memory=16448 CPUtime=0 cores=0,2
/proc/76993/task/77011/stat : 77011 (Common-Cleaner) S 76990 76993 75872 0 -1 4194368 1890 0 0 0 0 0 0 0 20 0 20 0 65926032 19521036288 836535 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77014] ppid=76990 vsize=19063512 memory=16448 CPUtime=0 cores=0,2
/proc/76993/task/77014/stat : 77014 (Timer-0) S 76990 76993 75872 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 65926074 19521036288 836535 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
Current children cumulated CPU time: 3547.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3346140 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3574.2 s]
/proc/loadavg: 2.73 3.70 4.00 3/273 77301
/proc/meminfo: memFree=126371196/131250000 swapFree=33010416/33010684
[pid=76993] ppid=76990 vsize=19063512 memory=3346140 CPUtime=3600.02 cores=0,2
/proc/76993/stat : 76993 (java) S 76990 76993 75872 0 -1 4194304 137150 0 0 0 359795 207 0 0 20 0 20 0 65926029 19521036288 836535 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
/proc/76993/statm: 4765878 836535 5536 1 0 864522 0
[pid=76993/tid=76995] ppid=76990 vsize=19063512 memory=211292520752 CPUtime=3536.63 cores=0,2
/proc/76993/task/76995/stat : 76995 (java) R 76990 76993 75872 0 -1 4194368 67181 0 0 0 353580 83 0 0 20 0 20 0 65926030 19521036288 836535 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77004] ppid=76990 vsize=19063512 memory=4179398965411971830 CPUtime=0 cores=0,2
/proc/76993/task/77004/stat : 77004 (Finalizer) S 76990 76993 75872 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65926032 19521036288 836535 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77011] ppid=76990 vsize=19063512 memory=3618704101799700879 CPUtime=0 cores=0,2
/proc/76993/task/77011/stat : 77011 (Common-Cleaner) S 76990 76993 75872 0 -1 4194368 1890 0 0 0 0 0 0 0 20 0 20 0 65926032 19521036288 836535 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
[pid=76993/tid=77014] ppid=76990 vsize=19063512 memory=58511212151542 CPUtime=0 cores=0,2
/proc/76993/task/77014/stat : 77014 (Timer-0) S 76990 76993 75872 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 65926074 19521036288 836535 18446744073709551615 94152923922432 94152923926128 140732199116368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94152923933944 94152923934736 94152935374848 140732199119230 140732199119334 140732199119334 140732199124936 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3346140 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.11 s, system=2.09269 s

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

Child status: 143

Real time (s): 3574.3
CPU time (s): 3600.2
CPU user time (s): 3598.11
CPU system time (s): 2.09269
CPU usage (%): 100.725
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3346140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.11
system time used= 2.09269
maximum resident set size= 3347292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139771
page faults= 0
swaps= 0
block input operations= 0
block output operations= 26112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 139091
involuntary context switches= 27210


# summary of solver processes directly reported to runsolver:
#   pid: 76993
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3598.11
#   total CPU system time (s): 2.09269

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.205 second user time and 17.0339 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-07-03 02:28:02
IDJOB=4507820
IDBENCH=158385
IDSOLVER=3361
FILE ID=nodeC018/4507820-1751502482
RUNJOBID= nodeC018-1751495280-75882
SLURM_JOB_ID= 9598567
Free space on /tmp= 432828 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-aug5.5.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4507820-1751502482/watcher-4507820-1751502482 -o /tmp/evaluation-result-4507820-1751502482/solver-4507820-1751502482 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751495280-75882 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4507820-1751502482.opb

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

MD5SUM BENCH= 14fbf9ee541b990313b1cac62bdb8872
RANDOM SEED=679405787

nodeC018 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.851
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.66
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.880
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.66
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.942
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.66
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		: 3600.626
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.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        125458888 kB
MemAvailable:   125471764 kB
Buffers:            2128 kB
Cached:           778668 kB
SwapCached:           32 kB
Active:          4743668 kB
Inactive:         361516 kB
Active(anon):    4342468 kB
Inactive(anon):      288 kB
Active(file):     401200 kB
Inactive(file):   361228 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             66596 kB
Writeback:             0 kB
AnonPages:       4327120 kB
Mapped:           123600 kB
Shmem:             18044 kB
KReclaimable:     178976 kB
Slab:             269532 kB
SReclaimable:     178976 kB
SUnreclaim:        90556 kB
KernelStack:        5152 kB
PageTables:        12144 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   17295704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4087808 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432868 MiB
End job on nodeC018 at 2025-07-03 03:27:36