Trace number 4485741

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.16 3620.42

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-greenbeb.opb
MD5SUMd021d78883fac2a7bf820bb220b2a7e2
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 benchmark1.14616
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables155020
Total number of constraints2675
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2675
Minimum length of a constraint11
Maximum length of a constraint7172
Number of terms in the objective function 14882
Biggest coefficient in the objective function 536870912000000
Number of bits for the biggest coefficient in the objective function 49
Sum of the numbers in the objective function 12491747892670016
Number of bits of the sum of numbers in the objective function 54
Biggest number in a constraint 536870912000000
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 24454743822989865
Number of bits of the biggest sum of numbers55
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.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.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: EFFECTIVE
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Dynamic restart strategy considering the size of the coefficients
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4485741-1751318980.opb
0.12/0.16	c reading problem ... 
0.12/0.17	c using VERIPB proof format
0.12/0.17	c  objective function found
4.52/3.16	c ... done. Wall clock time 2.992s.
4.52/3.16	c declared #vars     155020
4.52/3.16	c #constraints  4867
4.52/3.16	c constraints type 
4.52/3.16	c org.sat4j.specs.Constr$1 => 255
4.52/3.16	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 4612
4.52/3.16	c 4867 constraints processed.
4.52/3.17	c objective function length is 14882 literals
426.68/434.23	c cleaning 2500 clauses out of 5000 with flag 0/5000
1032.45/1044.91	c cleaning 4250 clauses out of 8500 with flag 0/11000
1906.20/1919.83	c cleaning 5625 clauses out of 11250 with flag 0/18000
3123.92/3143.52	c cleaning 6813 clauses out of 13625 with flag 0/26000
3600.01/3620.31	c starts		: 2
3600.01/3620.34	c conflicts		: 29391
3600.01/3620.34	c decisions		: 500423
3600.01/3620.34	c propagations		: 7249788
3600.01/3620.34	c inspects		: 1125941476
3600.01/3620.34	c shortcuts		: 0
3600.01/3620.34	c learnt literals	: 0
3600.01/3620.34	c learnt binary clauses	: 0
3600.01/3620.34	c learnt ternary clauses	: 0
3600.01/3620.34	c learnt constraints	: 29391
3600.01/3620.34	c ignored constraints	: 0
3600.01/3620.34	c root simplifications	: 0
3600.01/3620.35	c removed literals (reason simplification)	: 0
3600.01/3620.35	c reason swapping (by a shorter reason)	: 0
3600.01/3620.35	c Calls to reduceDB	: 4
3600.01/3620.35	c Number of update (reduction) of LBD	: 2355
3600.01/3620.35	c Imported unit clauses	: 0
3600.01/3620.35	c No decision after first conflict	: false
3600.01/3620.35	c number of reductions to clauses (during analyze)	: 0
3600.01/3620.35	c number of learned constraints concerned by reduction	: 0
3600.01/3620.35	c number of learning phase by resolution	: 0
3600.01/3620.35	c number of learning phase by cutting planes	: 0
3600.01/3620.35	c number of rounding to 1 operations	: 0
3600.01/3620.35	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3620.35	c number of reductions of the coefficients by power 2 	: 0
3600.01/3620.35	c number of right shift for reduction by power 2 	: 0
3600.01/3620.35	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3620.35	c number of ending skipping 	: 0
3600.01/3620.35	c number of internal skipping 	: 0
3600.01/3620.35	c number of derivation steps 	: 74497
3600.01/3620.35	c number of skipped derivation steps 	: 0
3600.01/3620.35	c number of remaining unassigned 	: 80931
3600.01/3620.35	c number of remaining assigned 	: 5417596
3600.01/3620.35	c number of falsified literals weakened from reason	: 0
3600.01/3620.35	c number of falsified literals weakened from conflict	: 0
3600.01/3620.35	c time for arithmetic operations	: 432980852
3600.01/3620.35	c minimum degree of deleted constraints	: 168576986347
3600.01/3620.35	c maximum degree of deleted constraints	: 2927382040691915373
3600.01/3620.35	c number of deleted constraints	: 19188
3600.01/3620.35	c speed (assignments/second)	: 2004.4464068625405
3600.01/3620.35	c non guided choices	: 0
3600.01/3620.35	c timeout
3600.01/3620.36	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 10203
3600.01/3620.36	s UNKNOWN
3600.01/3620.36	c Total wall clock time (in seconds): 3620.194

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=43991, runsolver pid=43988

[startup+0.100061 s]*
/proc/loadavg: 4.30 4.23 4.11 5/338 44009
/proc/meminfo: memFree=118253632/131250000 swapFree=33010684/33010684
[pid=43991] ppid=43988 vsize=18930384 memory=57668 CPUtime=0.12 cores=1,3
/proc/43991/stat : 43991 (java) S 43988 43991 43528 0 -1 4194304 6554 0 0 0 10 2 0 0 20 0 18 0 47574607 19384713216 14417 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
/proc/43991/statm: 4732596 14417 5340 1 0 547603 0
[pid=43991/tid=43993] ppid=43988 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/43991/task/43993/stat : 43993 (java) R 43988 43991 43528 0 -1 4194368 5066 0 0 0 6 1 0 0 20 0 18 0 47574608 19384713216 14417 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44002] ppid=43988 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/43991/task/44002/stat : 44002 (Finalizer) S 43988 43991 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47574610 19384713216 14417 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44009] ppid=43988 vsize=18930384 memory=59585004336271 CPUtime=0 cores=1,3
/proc/43991/task/44009/stat : 44009 (Common-Cleaner) S 43988 43991 43528 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 47574611 19384713216 14417 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57668 KiB

[startup+0.205715 s]*
/proc/loadavg: 4.30 4.23 4.11 7/338 44009
/proc/meminfo: memFree=118251112/131250000 swapFree=33010684/33010684
[pid=43991] ppid=43988 vsize=18930384 memory=70320 CPUtime=0.31 cores=1,3
/proc/43991/stat : 43991 (java) S 43988 43991 43528 0 -1 4194304 7081 0 0 0 28 3 0 0 20 0 18 0 47574607 19384713216 17580 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
/proc/43991/statm: 4732596 17580 5436 1 0 547952 0
[pid=43991/tid=43993] ppid=43988 vsize=18930384 memory=4026663196 CPUtime=0.18 cores=1,3
/proc/43991/task/43993/stat : 43993 (java) R 43988 43991 43528 0 -1 4194368 5353 0 0 0 16 2 0 0 20 0 18 0 47574608 19384713216 17580 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44002] ppid=43988 vsize=18930384 memory=16955 CPUtime=0 cores=1,3
/proc/43991/task/44002/stat : 44002 (Finalizer) S 43988 43991 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47574610 19384713216 17580 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44009] ppid=43988 vsize=18930384 memory=58485492679654 CPUtime=0 cores=1,3
/proc/43991/task/44009/stat : 44009 (Common-Cleaner) S 43988 43991 43528 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 47574611 19384713216 17580 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 70320 KiB

[startup+0.311378 s]*
/proc/loadavg: 4.30 4.23 4.11 6/339 44010
/proc/meminfo: memFree=118162892/131250000 swapFree=33010684/33010684
[pid=43991] ppid=43988 vsize=18996948 memory=161976 CPUtime=0.5 cores=1,3
/proc/43991/stat : 43991 (java) S 43988 43991 43528 0 -1 4194304 8958 0 0 0 45 5 0 0 20 0 19 0 47574607 19452874752 40494 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
/proc/43991/statm: 4749237 40494 5468 1 0 549443 0
[pid=43991/tid=43993] ppid=43988 vsize=18996948 memory=-6000919472655919467 CPUtime=0.26 cores=1,3
/proc/43991/task/43993/stat : 43993 (java) S 43988 43991 43528 0 -1 4194368 5448 0 0 0 23 3 0 0 20 0 19 0 47574608 19452874752 40494 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44002] ppid=43988 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/43991/task/44002/stat : 44002 (Finalizer) S 43988 43991 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47574610 19452874752 40494 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44009] ppid=43988 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/43991/task/44009/stat : 44009 (Common-Cleaner) S 43988 43991 43528 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 47574611 19452874752 40494 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 161976 KiB

[startup+0.700237 s]
/proc/loadavg: 4.30 4.23 4.11 6/339 44010
/proc/meminfo: memFree=118020604/131250000 swapFree=33010684/33010684
[pid=43991] ppid=43988 vsize=18996948 memory=496056 CPUtime=1.22 cores=1,3
/proc/43991/stat : 43991 (java) S 43988 43991 43528 0 -1 4194304 12581 0 0 0 109 13 0 0 20 0 19 0 47574607 19452874752 124014 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
/proc/43991/statm: 4749237 124014 5500 1 0 1077539 0
[pid=43991/tid=43993] ppid=43988 vsize=18996948 memory=18176 CPUtime=0.57 cores=1,3
/proc/43991/task/43993/stat : 43993 (java) R 43988 43991 43528 0 -1 4194368 5588 0 0 0 48 9 0 0 20 0 19 0 47574608 19452874752 124014 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44002] ppid=43988 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/43991/task/44002/stat : 44002 (Finalizer) S 43988 43991 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47574610 19452874752 124014 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44009] ppid=43988 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/43991/task/44009/stat : 44009 (Common-Cleaner) S 43988 43991 43528 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 47574611 19452874752 124014 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 496056 KiB

[startup+1.50023 s]
/proc/loadavg: 4.30 4.23 4.11 6/339 44010
/proc/meminfo: memFree=117155028/131250000 swapFree=33010684/33010684
[pid=43991] ppid=43988 vsize=18996948 memory=2028464 CPUtime=2.69 cores=1,3
/proc/43991/stat : 43991 (java) S 43988 43991 43528 0 -1 4194304 14809 0 0 0 227 42 0 0 20 0 19 0 47574607 19452874752 507116 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
/proc/43991/statm: 4749237 507116 5500 1 0 1729801 0
[pid=43991/tid=43993] ppid=43988 vsize=18996948 memory=3200 CPUtime=1.3 cores=1,3
/proc/43991/task/43993/stat : 43993 (java) R 43988 43991 43528 0 -1 4194368 6294 0 0 0 94 36 0 0 20 0 19 0 47574608 19452874752 507116 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44002] ppid=43988 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/43991/task/44002/stat : 44002 (Finalizer) S 43988 43991 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47574610 19452874752 507116 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44009] ppid=43988 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/43991/task/44009/stat : 44009 (Common-Cleaner) S 43988 43991 43528 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 47574611 19452874752 507116 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2028464 KiB

[startup+3.10556 s]
/proc/loadavg: 4.30 4.23 4.11 5/339 44010
/proc/meminfo: memFree=115223356/131250000 swapFree=33010684/33010684
[pid=43991] ppid=43988 vsize=18996948 memory=3218192 CPUtime=4.52 cores=1,3
/proc/43991/stat : 43991 (java) S 43988 43991 43528 0 -1 4194304 16869 0 0 0 387 65 0 0 20 0 19 0 47574607 19452874752 804548 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
/proc/43991/statm: 4749237 804548 5500 1 0 2504828 0
[pid=43991/tid=43993] ppid=43988 vsize=18996948 memory=10752 CPUtime=2.6 cores=1,3
/proc/43991/task/43993/stat : 43993 (java) R 43988 43991 43528 0 -1 4194368 6757 0 0 0 208 52 0 0 20 0 19 0 47574608 19452874752 804548 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44002] ppid=43988 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/43991/task/44002/stat : 44002 (Finalizer) S 43988 43991 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47574610 19452874752 804548 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44009] ppid=43988 vsize=18996948 memory=5760 CPUtime=0 cores=1,3
/proc/43991/task/44009/stat : 44009 (Common-Cleaner) S 43988 43991 43528 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 47574611 19452874752 804548 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
Current children cumulated CPU time: 4.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3218192 KiB

[startup+6.30022 s]
/proc/loadavg: 4.36 4.25 4.11 5/340 44012
/proc/meminfo: memFree=114733188/131250000 swapFree=33010684/33010684
[pid=43991] ppid=43988 vsize=19063512 memory=3587152 CPUtime=8.87 cores=1,3
/proc/43991/stat : 43991 (java) S 43988 43991 43528 0 -1 4194304 17636 0 0 0 813 74 0 0 20 0 20 0 47574607 19521036288 896788 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
/proc/43991/statm: 4765878 896788 5532 1 0 2505324 0
[pid=43991/tid=43993] ppid=43988 vsize=19063512 memory=5760 CPUtime=5.72 cores=1,3
/proc/43991/task/43993/stat : 43993 (java) R 43988 43991 43528 0 -1 4194368 7057 0 0 0 513 59 0 0 20 0 20 0 47574608 19521036288 896788 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44002] ppid=43988 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/43991/task/44002/stat : 44002 (Finalizer) S 43988 43991 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47574610 19521036288 896788 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44009] ppid=43988 vsize=19063512 memory=14248 CPUtime=0 cores=1,3
/proc/43991/task/44009/stat : 44009 (Common-Cleaner) S 43988 43991 43528 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 47574611 19521036288 896788 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44011] ppid=43988 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/43991/task/44011/stat : 44011 (Timer-0) S 43988 43991 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47574957 19521036288 896788 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
Current children cumulated CPU time: 8.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3587152 KiB

[startup+12.7002 s]
/proc/loadavg: 4.33 4.24 4.11 5/341 44013
/proc/meminfo: memFree=114733548/131250000 swapFree=33010684/33010684
[pid=43991] ppid=43988 vsize=19063512 memory=3587408 CPUtime=15.57 cores=1,3
/proc/43991/stat : 43991 (java) S 43988 43991 43528 0 -1 4194304 17691 0 0 0 1482 75 0 0 20 0 20 0 47574607 19521036288 896852 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
/proc/43991/statm: 4765878 896852 5532 1 0 2505340 0
[pid=43991/tid=43993] ppid=43988 vsize=19063512 memory=10752 CPUtime=12.11 cores=1,3
/proc/43991/task/43993/stat : 43993 (java) R 43988 43991 43528 0 -1 4194368 7057 0 0 0 1151 60 0 0 20 0 20 0 47574608 19521036288 896852 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44002] ppid=43988 vsize=19063512 memory=3587408 CPUtime=0 cores=1,3
/proc/43991/task/44002/stat : 44002 (Finalizer) S 43988 43991 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47574610 19521036288 896852 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44009] ppid=43988 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/43991/task/44009/stat : 44009 (Common-Cleaner) S 43988 43991 43528 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 47574611 19521036288 896852 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44011] ppid=43988 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/43991/task/44011/stat : 44011 (Timer-0) S 43988 43991 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47574957 19521036288 896852 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
Current children cumulated CPU time: 15.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3587408 KiB

[startup+25.5002 s]
/proc/loadavg: 4.34 4.25 4.12 5/341 44013
/proc/meminfo: memFree=114679048/131250000 swapFree=33010684/33010684
[pid=43991] ppid=43988 vsize=19063512 memory=3640784 CPUtime=28.7 cores=1,3
/proc/43991/stat : 43991 (java) S 43988 43991 43528 0 -1 4194304 21073 0 0 0 2793 77 0 0 20 0 20 0 47574607 19521036288 910196 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
/proc/43991/statm: 4765878 910196 5532 1 0 2505341 0
[pid=43991/tid=43993] ppid=43988 vsize=19063512 memory=3587408 CPUtime=24.83 cores=1,3
/proc/43991/task/43993/stat : 43993 (java) R 43988 43991 43528 0 -1 4194368 7976 0 0 0 2423 60 0 0 20 0 20 0 47574608 19521036288 910196 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44002] ppid=43988 vsize=19063512 memory=3640784 CPUtime=0 cores=1,3
/proc/43991/task/44002/stat : 44002 (Finalizer) S 43988 43991 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47574610 19521036288 910196 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44009] ppid=43988 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/43991/task/44009/stat : 44009 (Common-Cleaner) S 43988 43991 43528 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 47574611 19521036288 910196 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44011] ppid=43988 vsize=19063512 memory=3587152 CPUtime=0 cores=1,3
/proc/43991/task/44011/stat : 44011 (Timer-0) S 43988 43991 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47574957 19521036288 910196 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
Current children cumulated CPU time: 28.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3640784 KiB

[startup+51.1057 s]
/proc/loadavg: 4.22 4.23 4.11 5/341 44013
/proc/meminfo: memFree=114030456/131250000 swapFree=33010684/33010684
[pid=43991] ppid=43988 vsize=19063512 memory=4224768 CPUtime=54.48 cores=1,3
/proc/43991/stat : 43991 (java) S 43988 43991 43528 0 -1 4194304 27855 0 0 0 5357 91 0 0 20 0 20 0 47574607 19521036288 1056192 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
/proc/43991/statm: 4765878 1056192 5532 1 0 2505357 0
[pid=43991/tid=43993] ppid=43988 vsize=19063512 memory=211309297979 CPUtime=50.36 cores=1,3
/proc/43991/task/43993/stat : 43993 (java) R 43988 43991 43528 0 -1 4194368 10346 0 0 0 4964 72 0 0 20 0 20 0 47574608 19521036288 1056192 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44002] ppid=43988 vsize=19063512 memory=4153088 CPUtime=0 cores=1,3
/proc/43991/task/44002/stat : 44002 (Finalizer) S 43988 43991 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47574610 19521036288 1056192 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44009] ppid=43988 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/43991/task/44009/stat : 44009 (Common-Cleaner) S 43988 43991 43528 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 47574611 19521036288 1056192 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44011] ppid=43988 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/43991/task/44011/stat : 44011 (Timer-0) S 43988 43991 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47574957 19521036288 1056192 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
Current children cumulated CPU time: 54.48 s
Current children cumulated vsize: 19063512 KiB

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

/proc/43991/task/44002/stat : 44002 (Finalizer) S 43988 43991 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47574610 19521036288 1746338 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44009] ppid=43988 vsize=19063512 memory=6983304 CPUtime=0 cores=1,3
/proc/43991/task/44009/stat : 44009 (Common-Cleaner) S 43988 43991 43528 0 -1 4194368 2658 0 0 0 0 0 0 0 20 0 20 0 47574611 19521036288 1746338 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44011] ppid=43988 vsize=19063512 memory=6983304 CPUtime=0 cores=1,3
/proc/43991/task/44011/stat : 44011 (Timer-0) S 43988 43991 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47574957 19521036288 1746338 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
Current children cumulated CPU time: 3202.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6985352 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/341 44416
/proc/meminfo: memFree=111232452/131250000 swapFree=33010684/33010684
[pid=43991] ppid=43988 vsize=19063512 memory=6987404 CPUtime=3262.51 cores=1,3
/proc/43991/stat : 43991 (java) S 43988 43991 43528 0 -1 4194304 206147 0 0 0 325991 260 0 0 20 0 20 0 47574607 19521036288 1746851 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
/proc/43991/statm: 4765878 1746851 5564 1 0 2507827 0
[pid=43991/tid=43993] ppid=43988 vsize=19063512 memory=6987404 CPUtime=3251.81 cores=1,3
/proc/43991/task/43993/stat : 43993 (java) R 43988 43991 43528 0 -1 4194368 136551 0 0 0 325023 158 0 0 20 0 20 0 47574608 19521036288 1746851 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44002] ppid=43988 vsize=19063512 memory=14248 CPUtime=0 cores=1,3
/proc/43991/task/44002/stat : 44002 (Finalizer) S 43988 43991 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47574610 19521036288 1746851 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44009] ppid=43988 vsize=19063512 memory=6985352 CPUtime=0 cores=1,3
/proc/43991/task/44009/stat : 44009 (Common-Cleaner) S 43988 43991 43528 0 -1 4194368 2754 0 0 0 0 0 0 0 20 0 20 0 47574611 19521036288 1746851 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44011] ppid=43988 vsize=19063512 memory=6987404 CPUtime=0 cores=1,3
/proc/43991/task/44011/stat : 44011 (Timer-0) S 43988 43991 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47574957 19521036288 1746851 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
Current children cumulated CPU time: 3262.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6987404 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/341 44422
/proc/meminfo: memFree=111217564/131250000 swapFree=33010684/33010684
[pid=43991] ppid=43988 vsize=19063512 memory=6989452 CPUtime=3322.42 cores=1,3
/proc/43991/stat : 43991 (java) S 43988 43991 43528 0 -1 4194304 210593 0 0 0 331980 262 0 0 20 0 20 0 47574607 19521036288 1747363 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
/proc/43991/statm: 4765878 1747363 5564 1 0 2507827 0
[pid=43991/tid=43993] ppid=43988 vsize=19063512 memory=6985352 CPUtime=3311.63 cores=1,3
/proc/43991/task/43993/stat : 43993 (java) R 43988 43991 43528 0 -1 4194368 139378 0 0 0 331004 159 0 0 20 0 20 0 47574608 19521036288 1747363 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44002] ppid=43988 vsize=19063512 memory=-6000919472655919467 CPUtime=0 cores=1,3
/proc/43991/task/44002/stat : 44002 (Finalizer) S 43988 43991 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47574610 19521036288 1747363 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44009] ppid=43988 vsize=19063512 memory=6987404 CPUtime=0 cores=1,3
/proc/43991/task/44009/stat : 44009 (Common-Cleaner) S 43988 43991 43528 0 -1 4194368 2874 0 0 0 0 0 0 0 20 0 20 0 47574611 19521036288 1747363 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44011] ppid=43988 vsize=19063512 memory=14248 CPUtime=0 cores=1,3
/proc/43991/task/44011/stat : 44011 (Timer-0) S 43988 43991 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47574957 19521036288 1747363 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
Current children cumulated CPU time: 3322.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6989452 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/340 44424
/proc/meminfo: memFree=111215032/131250000 swapFree=33010684/33010684
[pid=43991] ppid=43988 vsize=19063512 memory=6991500 CPUtime=3382.32 cores=1,3
/proc/43991/stat : 43991 (java) S 43988 43991 43528 0 -1 4194304 211671 0 0 0 337968 264 0 0 20 0 20 0 47574607 19521036288 1747875 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
/proc/43991/statm: 4765878 1747875 5564 1 0 2507827 0
[pid=43991/tid=43993] ppid=43988 vsize=19063512 memory=6989452 CPUtime=3371.47 cores=1,3
/proc/43991/task/43993/stat : 43993 (java) R 43988 43991 43528 0 -1 4194368 140369 0 0 0 336988 159 0 0 20 0 20 0 47574608 19521036288 1747875 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44002] ppid=43988 vsize=19063512 memory=6991500 CPUtime=0 cores=1,3
/proc/43991/task/44002/stat : 44002 (Finalizer) S 43988 43991 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47574610 19521036288 1747875 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44009] ppid=43988 vsize=19063512 memory=6991500 CPUtime=0 cores=1,3
/proc/43991/task/44009/stat : 44009 (Common-Cleaner) S 43988 43991 43528 0 -1 4194368 2923 0 0 0 0 0 0 0 20 0 20 0 47574611 19521036288 1747875 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44011] ppid=43988 vsize=19063512 memory=6991500 CPUtime=0 cores=1,3
/proc/43991/task/44011/stat : 44011 (Timer-0) S 43988 43991 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47574957 19521036288 1747875 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
Current children cumulated CPU time: 3382.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6991500 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/340 44426
/proc/meminfo: memFree=111195692/131250000 swapFree=33010684/33010684
[pid=43991] ppid=43988 vsize=19063512 memory=6993548 CPUtime=3442.24 cores=1,3
/proc/43991/stat : 43991 (java) S 43988 43991 43528 0 -1 4194304 215606 0 0 0 343958 266 0 0 20 0 20 0 47574607 19521036288 1748387 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
/proc/43991/statm: 4765878 1748387 5564 1 0 2507827 0
[pid=43991/tid=43993] ppid=43988 vsize=19063512 memory=5760 CPUtime=3431.3 cores=1,3
/proc/43991/task/43993/stat : 43993 (java) R 43988 43991 43528 0 -1 4194368 143489 0 0 0 342970 160 0 0 20 0 20 0 47574608 19521036288 1748387 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44002] ppid=43988 vsize=19063512 memory=6991500 CPUtime=0 cores=1,3
/proc/43991/task/44002/stat : 44002 (Finalizer) S 43988 43991 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47574610 19521036288 1748387 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44009] ppid=43988 vsize=19063512 memory=6993548 CPUtime=0 cores=1,3
/proc/43991/task/44009/stat : 44009 (Common-Cleaner) S 43988 43991 43528 0 -1 4194368 2924 0 0 0 0 0 0 0 20 0 20 0 47574611 19521036288 1748387 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44011] ppid=43988 vsize=19063512 memory=6991500 CPUtime=0 cores=1,3
/proc/43991/task/44011/stat : 44011 (Timer-0) S 43988 43991 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47574957 19521036288 1748387 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
Current children cumulated CPU time: 3442.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6993548 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.13 4.09 5/340 44428
/proc/meminfo: memFree=111187000/131250000 swapFree=33010684/33010684
[pid=43991] ppid=43988 vsize=19063512 memory=6993548 CPUtime=3502.15 cores=1,3
/proc/43991/stat : 43991 (java) S 43988 43991 43528 0 -1 4194304 219429 0 0 0 349946 269 0 0 20 0 20 0 47574607 19521036288 1748387 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
/proc/43991/statm: 4765878 1748387 5564 1 0 2507827 0
[pid=43991/tid=43993] ppid=43988 vsize=19063512 memory=6991500 CPUtime=3491.13 cores=1,3
/proc/43991/task/43993/stat : 43993 (java) R 43988 43991 43528 0 -1 4194368 146487 0 0 0 348952 161 0 0 20 0 20 0 47574608 19521036288 1748387 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44002] ppid=43988 vsize=19063512 memory=18176 CPUtime=0 cores=1,3
/proc/43991/task/44002/stat : 44002 (Finalizer) S 43988 43991 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47574610 19521036288 1748387 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44009] ppid=43988 vsize=19063512 memory=14248 CPUtime=0 cores=1,3
/proc/43991/task/44009/stat : 44009 (Common-Cleaner) S 43988 43991 43528 0 -1 4194368 2972 0 0 0 0 0 0 0 20 0 20 0 47574611 19521036288 1748387 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44011] ppid=43988 vsize=19063512 memory=14248 CPUtime=0 cores=1,3
/proc/43991/task/44011/stat : 44011 (Timer-0) S 43988 43991 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47574957 19521036288 1748387 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
Current children cumulated CPU time: 3502.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6993548 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/340 44430
/proc/meminfo: memFree=111177488/131250000 swapFree=33010684/33010684
[pid=43991] ppid=43988 vsize=19063512 memory=6995596 CPUtime=3562.06 cores=1,3
/proc/43991/stat : 43991 (java) S 43988 43991 43528 0 -1 4194304 222871 0 0 0 355935 271 0 0 20 0 20 0 47574607 19521036288 1748899 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
/proc/43991/statm: 4765878 1748899 5564 1 0 2507827 0
[pid=43991/tid=43993] ppid=43988 vsize=19063512 memory=6995596 CPUtime=3550.96 cores=1,3
/proc/43991/task/43993/stat : 43993 (java) R 43988 43991 43528 0 -1 4194368 149200 0 0 0 354934 162 0 0 20 0 20 0 47574608 19521036288 1748899 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44002] ppid=43988 vsize=19063512 memory=18176 CPUtime=0 cores=1,3
/proc/43991/task/44002/stat : 44002 (Finalizer) S 43988 43991 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47574610 19521036288 1748899 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44009] ppid=43988 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/43991/task/44009/stat : 44009 (Common-Cleaner) S 43988 43991 43528 0 -1 4194368 3021 0 0 0 0 0 0 0 20 0 20 0 47574611 19521036288 1748899 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44011] ppid=43988 vsize=19063512 memory=14248 CPUtime=0 cores=1,3
/proc/43991/task/44011/stat : 44011 (Timer-0) S 43988 43991 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47574957 19521036288 1748899 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
Current children cumulated CPU time: 3562.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6995596 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3620.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/339 44430
/proc/meminfo: memFree=111172684/131250000 swapFree=33010684/33010684
[pid=43991] ppid=43988 vsize=19063512 memory=6995596 CPUtime=3600.01 cores=1,3
/proc/43991/stat : 43991 (java) S 43988 43991 43528 0 -1 4194304 223323 0 0 0 359729 272 0 0 20 0 20 0 47574607 19521036288 1748899 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
/proc/43991/statm: 4765878 1748899 5564 1 0 2507827 0
[pid=43991/tid=43993] ppid=43988 vsize=19063512 memory=6995596 CPUtime=3588.85 cores=1,3
/proc/43991/task/43993/stat : 43993 (java) R 43988 43991 43528 0 -1 4194368 149584 0 0 0 358723 162 0 0 20 0 20 0 47574608 19521036288 1748899 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44002] ppid=43988 vsize=19063512 memory=6995596 CPUtime=0 cores=1,3
/proc/43991/task/44002/stat : 44002 (Finalizer) S 43988 43991 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47574610 19521036288 1748899 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44009] ppid=43988 vsize=19063512 memory=6995596 CPUtime=0 cores=1,3
/proc/43991/task/44009/stat : 44009 (Common-Cleaner) S 43988 43991 43528 0 -1 4194368 3057 0 0 0 0 0 0 0 20 0 20 0 47574611 19521036288 1748899 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
[pid=43991/tid=44011] ppid=43988 vsize=19063512 memory=6995596 CPUtime=0 cores=1,3
/proc/43991/task/44011/stat : 44011 (Timer-0) S 43988 43991 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47574957 19521036288 1748899 18446744073709551615 94133898002432 94133898006128 140728361351472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94133898013944 94133898014736 94133914009600 140728361355565 140728361355750 140728361355750 140728361361352 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6995596 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.41 s, system=2.74642 s

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

[startup+3620.41 s]*
/proc/loadavg: 4.11 4.12 4.09 5/318 44433
/proc/meminfo: memFree=118159912/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): 3620.42
CPU time (s): 3600.16
CPU user time (s): 3597.41
CPU system time (s): 2.74642
CPU usage (%): 99.4403
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 6995596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.41
system time used= 2.74642
maximum resident set size= 6996620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 226088
page faults= 0
swaps= 0
block input operations= 0
block output operations= 71120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112827
involuntary context switches= 9748


# summary of solver processes directly reported to runsolver:
#   pid: 43991
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3597.41
#   total CPU system time (s): 2.74642

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.61791 second user time and 17.3118 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-06-30 23:29:40
IDJOB=4485741
IDBENCH=146868
IDSOLVER=3362
FILE ID=nodeC014/4485741-1751318980
RUNJOBID= nodeC014-1751315455-43540
SLURM_JOB_ID= 9594331
Free space on /tmp= 432988 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-greenbeb.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4485741-1751318980/watcher-4485741-1751318980 -o /tmp/evaluation-result-4485741-1751318980/solver-4485741-1751318980 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751315455-43540 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4485741-1751318980 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4485741-1751318980.opb

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

MD5SUM BENCH= d021d78883fac2a7bf820bb220b2a7e2
RANDOM SEED=1399099862

nodeC014 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		: 3600.325
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.23
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.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.23
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.147
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.23
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.113
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.23
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.102
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.23
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		: 3600.088
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.23
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		: 3602.139
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.23
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.122
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.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        118276472 kB
MemAvailable:   118925416 kB
Buffers:            3280 kB
Cached:          1453604 kB
SwapCached:            0 kB
Active:         11183580 kB
Inactive:        1197500 kB
Active(anon):   10942268 kB
Inactive(anon):        0 kB
Active(file):     241312 kB
Inactive(file):  1197500 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14936 kB
Writeback:             0 kB
AnonPages:      10927312 kB
Mapped:           123788 kB
Shmem:             18068 kB
KReclaimable:      98744 kB
Slab:             187660 kB
SReclaimable:      98744 kB
SUnreclaim:        88916 kB
KernelStack:        5168 kB
PageTables:        25084 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   12521808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10721280 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432972 MiB
End job on nodeC014 at 2025-07-01 00:30:01