0.00/0.09 c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09 c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09 c See www.sat4j.org for details.
0.00/0.09 c version CUSTOM.v20240707
0.14/0.11 c java.runtime.name OpenJDK Runtime Environment
0.14/0.11 c java.vm.name OpenJDK 64-Bit Server VM
0.14/0.11 c java.vm.version 22.0.1+8-16
0.14/0.11 c java.vm.vendor Oracle Corporation
0.14/0.11 c sun.arch.data.model 64
0.14/0.11 c java.version 22.0.1
0.14/0.11 c os.name Linux
0.14/0.11 c os.version 4.18.0-301.1.el8.x86_64
0.14/0.11 c os.arch amd64
0.14/0.12 c Free memory 2113181440
0.14/0.12 c Max memory 16282288128
0.14/0.12 c Total memory 2122317824
0.14/0.12 c Number of processors 2
0.14/0.19 Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.19 - never skip resolution steps
0.14/0.19 - Auto-division on coefficients is disabled
0.14/0.19 - No postprocessing
0.14/0.19 - Conflict is considered as is when resolving
0.14/0.19 - Use constraints as they come during conflict analysis
0.14/0.19 - Weaken first using unassigned literals
0.14/0.19 - Bump strategy: ALWAYS_ONE
0.14/0.19 - Bumper: EFFECTIVE
0.14/0.19 --- Begin Solver configuration ---
0.14/0.19 org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.19 Learn all clauses as in MiniSAT
0.14/0.19 LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100
0.14/0.19 VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.19 No reason simplification
0.14/0.19 Dynamic restart strategy considering the size of the coefficients
0.14/0.19 Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.19 timeout=2147483s
0.14/0.19 DB Simplification allowed=false
0.14/0.19 Listener: none
0.14/0.19 --- End Solver configuration ---
0.14/0.19 c Pseudo Boolean Optimization by upper bound
0.14/0.19 c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.19 c - never skip resolution steps
0.14/0.19 c - Auto-division on coefficients is disabled
0.14/0.19 c - No postprocessing
0.14/0.19 c - Conflict is considered as is when resolving
0.14/0.19 c - Use constraints as they come during conflict analysis
0.14/0.19 c - Weaken first using unassigned literals
0.14/0.19 c - Bump strategy: ALWAYS_ONE
0.14/0.19 c - Bumper: EFFECTIVE
0.14/0.19 c --- Begin Solver configuration ---
0.14/0.19 c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.19 c Learn all clauses as in MiniSAT
0.14/0.19 c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100
0.14/0.19 c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.19 c No reason simplification
0.14/0.19 c Dynamic restart strategy considering the size of the coefficients
0.14/0.19 c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.19 c timeout=2147483s
0.14/0.19 c DB Simplification allowed=false
0.14/0.19 c Listener: none
0.14/0.19 c --- End Solver configuration ---
0.14/0.19 c solving HOME/instance-4424628-1720885095.wbo
0.14/0.19 c reading problem ...
8.50/6.77 c ... done. Wall clock time 6.577s.
8.50/6.77 c declared #vars 444
8.50/6.77 c internal #vars 81066
8.50/6.77 c #constraints 80667
8.50/6.77 c constraints type
8.50/6.77 c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
8.50/6.77 c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
8.50/6.77 c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 80644
8.50/6.77 c 80667 constraints processed.
8.50/6.79 c objective function length is 80622 literals
8.88/6.96 Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 80667 out of bounds for length 445
8.88/6.96 at org.sat4j.pb.lcds.AbstractLBDComputerStrategy.computeLBD(AbstractLBDComputerStrategy.java:32)
8.88/6.96 at org.sat4j.pb.lcds.PBGlucoseLCDS.computeLBD(PBGlucoseLCDS.java:98)
8.88/6.96 at org.sat4j.minisat.core.GlucoseLCDS.onClauseLearning(GlucoseLCDS.java:116)
8.88/6.96 at org.sat4j.minisat.core.Glucose2LCDS.onClauseLearning(Glucose2LCDS.java:35)
8.88/6.96 at org.sat4j.pb.core.PBSolverCP.analyzeCP(PBSolverCP.java:231)
8.88/6.96 at org.sat4j.pb.core.PBSolverCP.analyze(PBSolverCP.java:163)
8.88/6.96 at org.sat4j.minisat.core.Solver.search(Solver.java:1338)
8.88/6.96 at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:1903)
8.88/6.96 at org.sat4j.tools.SolverDecorator.isSatisfiable(SolverDecorator.java:106)
8.88/6.96 at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:180)
8.88/6.96 at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:173)
8.88/6.96 at org.sat4j.OptimizationMode.solve(OptimizationMode.java:141)
8.88/6.96 at org.sat4j.AbstractLauncher.solve(AbstractLauncher.java:323)
8.88/6.96 at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:267)
8.88/6.96 at org.sat4j.pb.LanceurPseudo2007.main(LanceurPseudo2007.java:118)
8.88/6.96 c starts : 1
8.88/6.97 c conflicts : 1
8.88/6.98 c decisions : 80940
8.88/6.98 c propagations : 80942
8.88/6.98 c inspects : 80995
8.88/6.98 c shortcuts : 0
8.88/6.98 c learnt literals : 0
8.88/6.98 c learnt binary clauses : 0
8.88/6.98 c learnt ternary clauses : 0
8.88/6.98 c learnt constraints : 0
8.88/6.98 c ignored constraints : 0
8.88/6.98 c root simplifications : 0
8.88/6.98 c removed literals (reason simplification) : 0
8.88/6.98 c reason swapping (by a shorter reason) : 0
8.88/6.98 c Calls to reduceDB : 0
8.88/6.98 c Number of update (reduction) of LBD : 0
8.88/6.98 c Imported unit clauses : 0
8.88/6.98 c No decision after first conflict : true
8.88/6.98 c number of reductions to clauses (during analyze) : 0
8.88/6.98 c number of learned constraints concerned by reduction : 0
8.88/6.98 c number of learning phase by resolution : 0
8.88/6.98 c number of learning phase by cutting planes : 0
8.88/6.98 c number of rounding to 1 operations : 0
8.88/6.98 c number of easy rounding to 1 operations (no literal elimination needed) : 0
8.88/6.98 c number of reductions of the coefficients by power 2 : 0
8.88/6.98 c number of right shift for reduction by power 2 : 0
8.88/6.98 c number of reductions of the coefficients by GCD over coefficients : 0
8.88/6.98 c number of ending skipping : 0
8.88/6.98 c number of internal skipping : 0
8.88/6.98 c number of derivation steps : 3
8.88/6.98 c number of skipped derivation steps : 0
8.88/6.98 c number of remaining unassigned : 0
8.88/6.98 c number of remaining assigned : 0
8.88/6.98 c number of falsified literals weakened from reason : 0
8.88/6.98 c number of falsified literals weakened from conflict : 0
8.88/6.98 c time for arithmetic operations : 0
8.88/6.98 c minimum degree of deleted constraints : null
8.88/6.98 c maximum degree of deleted constraints : null
8.88/6.98 c number of deleted constraints : 0
8.88/6.98 c speed (assignments/second) : 637338.5826771654
8.88/6.98 c non guided choices : 318
8.88/6.98 s UNKNOWN
8.88/6.98 c Total wall clock time (in seconds): 6.784
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: 64059 MiB (54111 MiB free)
memory of node 1: 64510 MiB (57706 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424628-1720885095/watcher-4424628-1720885095 -o /tmp/evaluation-result-4424628-1720885095/solver-4424628-1720885095 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1720884932-703697 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4424628-1720885095.wbo
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 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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=704511, runsolver pid=704508
Current StackSize limit: 8192 KiB
[startup+0.104617 s]*
/proc/loadavg: 4.22 4.01 4.10 5/313 704529
/proc/meminfo: memFree=114463704/131655788 swapFree=131071996/131071996
[pid=704511] ppid=704508 vsize=18975048 memory=59708 CPUtime=0.14 cores=1,3
/proc/704511/stat : 704511 (java) S 704508 704511 703685 0 -1 1077936128 6769 0 0 0 11 3 0 0 20 0 18 0 140665667 19430449152 14927 134679101440 94205312978944 94205312982640 140734651181888 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94205312990456 94205312991248 94205338877952 140734651184105 140734651184213 140734651184213 140734651191240 0
/proc/704511/statm: 4743762 14927 5751 1 0 551030 0
[pid=704511/tid=704513] ppid=704508 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/704511/task/704513/stat : 704513 (java) S 704508 704511 703685 0 -1 1077936192 5636 0 0 0 6 2 0 0 20 0 18 0 140665667 19430449152 14927 134679101440 94205312978944 94205312982640 140734651181888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94205312990456 94205312991248 94205338877952 140734651184105 140734651184213 140734651184213 140734651191240 0
[pid=704511/tid=704522] ppid=704508 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/704511/task/704522/stat : 704522 (Finalizer) S 704508 704511 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140665671 19430449152 14927 134679101440 94205312978944 94205312982640 140734651181888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94205312990456 94205312991248 94205338877952 140734651184105 140734651184213 140734651184213 140734651191240 0
[pid=704511/tid=704529] ppid=704508 vsize=18975048 memory=15255952358280619 CPUtime=0 cores=1,3
/proc/704511/task/704529/stat : 704529 (Common-Cleaner) S 704508 704511 703685 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 140665672 19430449152 14927 134679101440 94205312978944 94205312982640 140734651181888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94205312990456 94205312991248 94205338877952 140734651184105 140734651184213 140734651184213 140734651191240 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 59708 KiB
[startup+0.214959 s]*
/proc/loadavg: 4.22 4.01 4.10 7/313 704529
/proc/meminfo: memFree=114453892/131655788 swapFree=131071996/131071996
[pid=704511] ppid=704508 vsize=18975048 memory=71160 CPUtime=0.34 cores=1,3
/proc/704511/stat : 704511 (java) S 704508 704511 703685 0 -1 1077936128 7634 0 0 0 31 3 0 0 20 0 18 0 140665667 19430449152 17790 134679101440 94205312978944 94205312982640 140734651181888 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94205312990456 94205312991248 94205338877952 140734651184105 140734651184213 140734651184213 140734651191240 0
/proc/704511/statm: 4743762 17790 5765 1 0 551729 0
[pid=704511/tid=704513] ppid=704508 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=1,3
/proc/704511/task/704513/stat : 704513 (java) R 704508 704511 703685 0 -1 4194368 6049 0 0 0 17 2 0 0 20 0 18 0 140665667 19430449152 17790 134679101440 94205312978944 94205312982640 140734651181888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94205312990456 94205312991248 94205338877952 140734651184105 140734651184213 140734651184213 140734651191240 0
[pid=704511/tid=704522] ppid=704508 vsize=18975048 memory=3711 CPUtime=0 cores=1,3
/proc/704511/task/704522/stat : 704522 (Finalizer) S 704508 704511 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140665671 19430449152 17790 134679101440 94205312978944 94205312982640 140734651181888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94205312990456 94205312991248 94205338877952 140734651184105 140734651184213 140734651184213 140734651191240 0
[pid=704511/tid=704529] ppid=704508 vsize=18975048 memory=13572595761026746 CPUtime=0 cores=1,3
/proc/704511/task/704529/stat : 704529 (Common-Cleaner) S 704508 704511 703685 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 140665672 19430449152 17790 134679101440 94205312978944 94205312982640 140734651181888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94205312990456 94205312991248 94205338877952 140734651184105 140734651184213 140734651184213 140734651191240 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 71160 KiB
[startup+0.323227 s]*
/proc/loadavg: 4.22 4.01 4.10 6/313 704529
/proc/meminfo: memFree=114440764/131655788 swapFree=131071996/131071996
[pid=704511] ppid=704508 vsize=18975048 memory=84228 CPUtime=0.54 cores=1,3
/proc/704511/stat : 704511 (java) S 704508 704511 703685 0 -1 1077936128 7787 0 0 0 50 4 0 0 20 0 18 0 140665667 19430449152 21057 134679101440 94205312978944 94205312982640 140734651181888 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94205312990456 94205312991248 94205338877952 140734651184105 140734651184213 140734651184213 140734651191240 0
/proc/704511/statm: 4743762 21057 5835 1 0 551786 0
[pid=704511/tid=704513] ppid=704508 vsize=18975048 memory=-8601142362549691068 CPUtime=0.27 cores=1,3
/proc/704511/task/704513/stat : 704513 (java) R 704508 704511 703685 0 -1 4194368 6068 0 0 0 24 3 0 0 20 0 18 0 140665667 19430449152 21057 134679101440 94205312978944 94205312982640 140734651181888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94205312990456 94205312991248 94205338877952 140734651184105 140734651184213 140734651184213 140734651191240 0
[pid=704511/tid=704522] ppid=704508 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/704511/task/704522/stat : 704522 (Finalizer) S 704508 704511 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140665671 19430449152 21057 134679101440 94205312978944 94205312982640 140734651181888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94205312990456 94205312991248 94205338877952 140734651184105 140734651184213 140734651184213 140734651191240 0
[pid=704511/tid=704529] ppid=704508 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/704511/task/704529/stat : 704529 (Common-Cleaner) S 704508 704511 703685 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 140665672 19430449152 21057 134679101440 94205312978944 94205312982640 140734651181888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94205312990456 94205312991248 94205338877952 140734651184105 140734651184213 140734651184213 140734651191240 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 84228 KiB
[startup+0.70096 s]
/proc/loadavg: 4.22 4.01 4.10 9/314 704530
/proc/meminfo: memFree=114358264/131655788 swapFree=131071996/131071996
[pid=704511] ppid=704508 vsize=19041612 memory=240632 CPUtime=1.22 cores=1,3
/proc/704511/stat : 704511 (java) S 704508 704511 703685 0 -1 1077936128 9432 0 0 0 115 7 0 0 20 0 19 0 140665667 19498610688 60158 134679101440 94205312978944 94205312982640 140734651181888 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94205312990456 94205312991248 94205338877952 140734651184105 140734651184213 140734651184213 140734651191240 0
/proc/704511/statm: 4760403 60158 5850 1 0 553068 0
[pid=704511/tid=704513] ppid=704508 vsize=19041612 memory=5616 CPUtime=0.59 cores=1,3
/proc/704511/task/704513/stat : 704513 (java) R 704508 704511 703685 0 -1 4194368 6137 0 0 0 54 5 0 0 20 0 19 0 140665667 19498610688 60158 134679101440 94205312978944 94205312982640 140734651181888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94205312990456 94205312991248 94205338877952 140734651184105 140734651184213 140734651184213 140734651191240 0
[pid=704511/tid=704522] ppid=704508 vsize=19041612 memory=11884 CPUtime=0 cores=1,3
/proc/704511/task/704522/stat : 704522 (Finalizer) S 704508 704511 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140665671 19498610688 60158 134679101440 94205312978944 94205312982640 140734651181888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94205312990456 94205312991248 94205338877952 140734651184105 140734651184213 140734651184213 140734651191240 0
[pid=704511/tid=704529] ppid=704508 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/704511/task/704529/stat : 704529 (Common-Cleaner) S 704508 704511 703685 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140665672 19498610688 60158 134679101440 94205312978944 94205312982640 140734651181888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94205312990456 94205312991248 94205338877952 140734651184105 140734651184213 140734651184213 140734651191240 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 240632 KiB
[startup+1.50096 s]
/proc/loadavg: 4.22 4.01 4.10 6/314 704530
/proc/meminfo: memFree=113851872/131655788 swapFree=131071996/131071996
[pid=704511] ppid=704508 vsize=19041612 memory=1813548 CPUtime=2.79 cores=1,3
/proc/704511/stat : 704511 (java) S 704508 704511 703685 0 -1 1077936128 21991 0 0 0 240 39 0 0 20 0 19 0 140665667 19498610688 453387 134679101440 94205312978944 94205312982640 140734651181888 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94205312990456 94205312991248 94205338877952 140734651184105 140734651184213 140734651184213 140734651191240 0
/proc/704511/statm: 4760403 453387 5850 1 0 1087210 0
[pid=704511/tid=704513] ppid=704508 vsize=19041612 memory=11884 CPUtime=1.37 cores=1,3
/proc/704511/task/704513/stat : 704513 (java) R 704508 704511 703685 0 -1 4194368 6910 0 0 0 103 34 0 0 20 0 19 0 140665667 19498610688 453387 134679101440 94205312978944 94205312982640 140734651181888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94205312990456 94205312991248 94205338877952 140734651184105 140734651184213 140734651184213 140734651191240 0
[pid=704511/tid=704522] ppid=704508 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/704511/task/704522/stat : 704522 (Finalizer) S 704508 704511 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140665671 19498610688 453387 134679101440 94205312978944 94205312982640 140734651181888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94205312990456 94205312991248 94205338877952 140734651184105 140734651184213 140734651184213 140734651191240 0
[pid=704511/tid=704529] ppid=704508 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/704511/task/704529/stat : 704529 (Common-Cleaner) S 704508 704511 703685 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140665672 19498610688 453387 134679101440 94205312978944 94205312982640 140734651181888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94205312990456 94205312991248 94205338877952 140734651184105 140734651184213 140734651184213 140734651191240 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1813548 KiB
[startup+3.11349 s]
/proc/loadavg: 4.22 4.01 4.10 5/314 704530
/proc/meminfo: memFree=111387972/131655788 swapFree=131071996/131071996
[pid=704511] ppid=704508 vsize=19041612 memory=3124732 CPUtime=4.68 cores=1,3
/proc/704511/stat : 704511 (java) S 704508 704511 703685 0 -1 1077936128 22779 0 0 0 404 64 0 0 20 0 19 0 140665667 19498610688 781183 134679101440 94205312978944 94205312982640 140734651181888 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94205312990456 94205312991248 94205338877952 140734651184105 140734651184213 140734651184213 140734651191240 0
/proc/704511/statm: 4760403 781183 5850 1 0 1087245 0
[pid=704511/tid=704513] ppid=704508 vsize=19041612 memory=0 CPUtime=2.91 cores=1,3
/proc/704511/task/704513/stat : 704513 (java) R 704508 704511 703685 0 -1 4194368 7630 0 0 0 232 59 0 0 20 0 19 0 140665667 19498610688 781183 134679101440 94205312978944 94205312982640 140734651181888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94205312990456 94205312991248 94205338877952 140734651184105 140734651184213 140734651184213 140734651191240 0
[pid=704511/tid=704522] ppid=704508 vsize=19041612 memory=11884 CPUtime=0 cores=1,3
/proc/704511/task/704522/stat : 704522 (Finalizer) S 704508 704511 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140665671 19498610688 781183 134679101440 94205312978944 94205312982640 140734651181888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94205312990456 94205312991248 94205338877952 140734651184105 140734651184213 140734651184213 140734651191240 0
[pid=704511/tid=704529] ppid=704508 vsize=19041612 memory=2866220 CPUtime=0 cores=1,3
/proc/704511/task/704529/stat : 704529 (Common-Cleaner) S 704508 704511 703685 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140665672 19498610688 781183 134679101440 94205312978944 94205312982640 140734651181888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94205312990456 94205312991248 94205338877952 140734651184105 140734651184213 140734651184213 140734651191240 0
Current children cumulated CPU time: 4.68 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3124732 KiB
[startup+6.30046 s]
/proc/loadavg: 4.20 4.01 4.10 5/314 704530
/proc/meminfo: memFree=110156868/131655788 swapFree=131071996/131071996
[pid=704511] ppid=704508 vsize=19041612 memory=4341024 CPUtime=8.02 cores=1,3
/proc/704511/stat : 704511 (java) S 704508 704511 703685 0 -1 1077936128 24534 0 0 0 713 89 0 0 20 0 19 0 140665667 19498610688 1085256 134679101440 94205312978944 94205312982640 140734651181888 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94205312990456 94205312991248 94205338877952 140734651184105 140734651184213 140734651184213 140734651191240 0
/proc/704511/statm: 4760403 1085256 5865 1 0 1398499 0
[pid=704511/tid=704513] ppid=704508 vsize=19041612 memory=0 CPUtime=5.87 cores=1,3
/proc/704511/task/704513/stat : 704513 (java) R 704508 704511 703685 0 -1 4194368 8566 0 0 0 504 83 0 0 20 0 19 0 140665667 19498610688 1085256 134679101440 94205312978944 94205312982640 140734651181888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94205312990456 94205312991248 94205338877952 140734651184105 140734651184213 140734651184213 140734651191240 0
[pid=704511/tid=704522] ppid=704508 vsize=19041612 memory=2163756 CPUtime=0 cores=1,3
/proc/704511/task/704522/stat : 704522 (Finalizer) S 704508 704511 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140665671 19498610688 1085256 134679101440 94205312978944 94205312982640 140734651181888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94205312990456 94205312991248 94205338877952 140734651184105 140734651184213 140734651184213 140734651191240 0
[pid=704511/tid=704529] ppid=704508 vsize=19041612 memory=224194199869 CPUtime=0 cores=1,3
/proc/704511/task/704529/stat : 704529 (Common-Cleaner) S 704508 704511 703685 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140665672 19498610688 1085256 134679101440 94205312978944 94205312982640 140734651181888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94205312990456 94205312991248 94205338877952 140734651184105 140734651184213 140734651184213 140734651191240 0
Current children cumulated CPU time: 8.02 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4341024 KiB
[startup+7.03176 s]
# the end of solver process 704511 was just reported to runsolver
# Child status: 1
# cumulated CPU time of all completed processes: user=8.1741 s, system=0.909271 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+6.41096 s]
/proc/loadavg: 4.20 4.01 4.10 5/314 704530
/proc/meminfo: memFree=110156868/131655788 swapFree=131071996/131071996
[pid=704511] ppid=704508 vsize=19041612 memory=4341024 CPUtime=8.15 cores=1,3
/proc/704511/stat : 704511 (java) S 704508 704511 703685 0 -1 1077936128 24534 0 0 0 726 89 0 0 20 0 19 0 140665667 19498610688 1085256 134679101440 94205312978944 94205312982640 140734651181888 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94205312990456 94205312991248 94205338877952 140734651184105 140734651184213 140734651184213 140734651191240 0
/proc/704511/statm: 4760403 1085256 5865 1 0 1398499 0
[pid=704511/tid=704513] ppid=704508 vsize=19041612 memory=35176 CPUtime=5.97 cores=1,3
/proc/704511/task/704513/stat : 704513 (java) S 704508 704511 703685 0 -1 1077936192 8566 0 0 0 514 83 0 0 20 0 19 0 140665667 19498610688 1085256 134679101440 94205312978944 94205312982640 140734651181888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94205312990456 94205312991248 94205338877952 140734651184105 140734651184213 140734651184213 140734651191240 0
[pid=704511/tid=704522] ppid=704508 vsize=19041612 memory=2866220 CPUtime=0 cores=1,3
/proc/704511/task/704522/stat : 704522 (Finalizer) S 704508 704511 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140665671 19498610688 1085256 134679101440 94205312978944 94205312982640 140734651181888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94205312990456 94205312991248 94205338877952 140734651184105 140734651184213 140734651184213 140734651191240 0
[pid=704511/tid=704529] ppid=704508 vsize=19041612 memory=-8601142362549691068 CPUtime=0 cores=1,3
/proc/704511/task/704529/stat : 704529 (Common-Cleaner) S 704508 704511 703685 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140665672 19498610688 1085256 134679101440 94205312978944 94205312982640 140734651181888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94205312990456 94205312991248 94205338877952 140734651184105 140734651184213 140734651184213 140734651191240 0
Current children cumulated CPU time: 8.15 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4341024 KiB
[startup+6.80036 s]
/proc/loadavg: 4.20 4.01 4.10 5/314 704530
/proc/meminfo: memFree=110156868/131655788 swapFree=131071996/131071996
[pid=704511] ppid=704508 vsize=19041612 memory=4341364 CPUtime=8.69 cores=1,3
/proc/704511/stat : 704511 (java) S 704508 704511 703685 0 -1 1077936128 24649 0 0 0 780 89 0 0 20 0 19 0 140665667 19498610688 1085341 134679101440 94205312978944 94205312982640 140734651181888 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94205312990456 94205312991248 94205338877952 140734651184105 140734651184213 140734651184213 140734651191240 0
/proc/704511/statm: 4760403 1085341 5902 1 0 1398548 0
[pid=704511/tid=704513] ppid=704508 vsize=19041612 memory=5636 CPUtime=6.33 cores=1,3
/proc/704511/task/704513/stat : 704513 (java) R 704508 704511 703685 0 -1 4194368 8644 0 0 0 550 83 0 0 20 0 19 0 140665667 19498610688 1085341 134679101440 94205312978944 94205312982640 140734651181888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94205312990456 94205312991248 94205338877952 140734651184105 140734651184213 140734651184213 140734651191240 0
[pid=704511/tid=704522] ppid=704508 vsize=19041612 memory=-8601142362549691068 CPUtime=0 cores=1,3
/proc/704511/task/704522/stat : 704522 (Finalizer) S 704508 704511 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140665671 19498610688 1085341 134679101440 94205312978944 94205312982640 140734651181888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94205312990456 94205312991248 94205338877952 140734651184105 140734651184213 140734651184213 140734651191240 0
[pid=704511/tid=704529] ppid=704508 vsize=19041612 memory=5636 CPUtime=0 cores=1,3
/proc/704511/task/704529/stat : 704529 (Common-Cleaner) S 704508 704511 703685 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140665672 19498610688 1085341 134679101440 94205312978944 94205312982640 140734651181888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94205312990456 94205312991248 94205338877952 140734651184105 140734651184213 140734651184213 140734651191240 0
Current children cumulated CPU time: 8.69 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4341364 KiB
[startup+7.00036 s]*
/proc/loadavg: 4.20 4.01 4.10 4/309 704533
/proc/meminfo: memFree=110155440/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB
Child status: 1
Real time (s): 7.03184
CPU time (s): 9.08337
CPU user time (s): 8.1741
CPU system time (s): 0.909271
CPU usage (%): 129.175
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 4348144
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.1741
system time used= 0.909271
maximum resident set size= 4348144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24941
page faults= 0
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1100
involuntary context switches= 190
# summary of solver processes directly reported to runsolver:
# pid: 704511
# total CPU time (s): 9.08337
# total CPU user time (s): 8.1741
# total CPU system time (s): 0.909271
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.043967 second user time and 0.108584 second system time
The end
Begin job on nodeC003 at 2024-07-13 17:38:28
IDJOB=4424628
IDBENCH=143881
IDSOLVER=3036
FILE ID=nodeC003/4424628-1720885095
RUNJOBID= nodeC003-1720884932-703697
SLURM_JOB_ID= 7485786
Free space on /tmp= 723732 MiB
SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/celar/normalized-celar7-sub4-22_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424628-1720885095/watcher-4424628-1720885095 -o /tmp/evaluation-result-4424628-1720885095/solver-4424628-1720885095 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1720884932-703697 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4424628-1720885095.wbo
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= d7d01ec0794d07991a9972239b49c230
RANDOM SEED=1347635749
nodeC003.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021
/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 : 0xb00001f
cpu MHz : 3564.479
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips : 6983.76
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 : 0xb00001f
cpu MHz : 3491.907
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips : 6983.30
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 : 0xb00001f
cpu MHz : 1197.371
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips : 6983.76
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 : 0xb00001f
cpu MHz : 1895.594
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips : 6983.30
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 : 0xb00001f
cpu MHz : 3670.711
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips : 6983.76
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 : 0xb00001f
cpu MHz : 3535.460
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips : 6983.30
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 : 0xb00001f
cpu MHz : 1197.416
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips : 6983.76
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 : 0xb00001f
cpu MHz : 1197.304
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips : 6983.30
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131655788 kB
MemFree: 114502220 kB
MemAvailable: 114473588 kB
Buffers: 328864 kB
Cached: 491284 kB
SwapCached: 0 kB
Active: 509492 kB
Inactive: 16115780 kB
Active(anon): 1468 kB
Inactive(anon): 15841336 kB
Active(file): 508024 kB
Inactive(file): 274444 kB
Unevictable: 0 kB
Mlocked: 0 kB
SwapTotal: 131071996 kB
SwapFree: 131071996 kB
Dirty: 3188 kB
Writeback: 8 kB
AnonPages: 15804836 kB
Mapped: 121648 kB
Shmem: 37704 kB
KReclaimable: 57860 kB
Slab: 147420 kB
SReclaimable: 57860 kB
SUnreclaim: 89560 kB
KernelStack: 4720 kB
PageTables: 40880 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 196899888 kB
Committed_AS: 19605748 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 0 kB
VmallocChunk: 0 kB
Percpu: 45632 kB
HardwareCorrupted: 0 kB
AnonHugePages: 15497216 kB
ShmemHugePages: 0 kB
ShmemPmdMapped: 0 kB
FileHugePages: 0 kB
FilePmdMapped: 0 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
Hugetlb: 0 kB
DirectMap4k: 205640 kB
DirectMap2M: 8087552 kB
DirectMap1G: 127926272 kB
Free space on /tmp at the end= 723732 MiB
End job on nodeC003 at 2024-07-13 17:38:35