Trace number 4456310

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 NameAnswerCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12? 5.06129 3.38385

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/scens/
normalized-scen07_10000_30r_wcsp.wbo
MD5SUM8c159ddcc7c8e6257617bd9db371f9a1
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark606.03
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2008
Total number of constraints48581
Number of soft constraints48385
Number of constraints which are clauses48385
Number of constraints which are cardinality constraints (but not clauses)196
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint14
Top cost 448020002
Min constraint cost 1
Max constraint cost 990001
Sum of constraints costs 12702738385
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 15
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version CUSTOM.v20240707
0.12/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.12	c java.vm.version	22.0.1+8-16
0.12/0.12	c java.vm.vendor	Oracle Corporation
0.12/0.12	c sun.arch.data.model	64
0.12/0.12	c java.version		22.0.1
0.12/0.12	c os.name		Linux
0.12/0.12	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.12	c os.arch		amd64
0.12/0.12	c Free memory 		2113181440
0.12/0.12	c Max memory 		16282288128
0.12/0.12	c Total memory 		2122317824
0.12/0.13	c Number of processors 	2
0.30/0.23	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.30/0.23	 - never skip resolution steps
0.30/0.23	 - Auto-division on coefficients is disabled
0.30/0.23	 - No postprocessing
0.30/0.23	 - Conflict is considered as is when resolving
0.30/0.23	 - Use constraints as they come during conflict analysis
0.30/0.23	 - Weaken first using unassigned literals
0.30/0.23	 - Bump strategy: ALWAYS_ONE
0.30/0.23	 - Bumper: EFFECTIVE
0.30/0.23	--- Begin Solver configuration ---
0.30/0.23	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.30/0.23	Learn all clauses as in MiniSAT
0.30/0.23	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.23	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.30/0.23	No reason simplification
0.30/0.23	Dynamic restart strategy considering the size of the coefficients
0.30/0.23	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.30/0.23	timeout=2147483s
0.30/0.23	DB Simplification allowed=false
0.30/0.23	Listener: none
0.30/0.23	--- End Solver configuration ---
0.30/0.23	c Pseudo Boolean Optimization by upper bound
0.30/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.30/0.23	c  - never skip resolution steps
0.30/0.23	c  - Auto-division on coefficients is disabled
0.30/0.23	c  - No postprocessing
0.30/0.23	c  - Conflict is considered as is when resolving
0.30/0.23	c  - Use constraints as they come during conflict analysis
0.30/0.23	c  - Weaken first using unassigned literals
0.30/0.23	c  - Bump strategy: ALWAYS_ONE
0.30/0.23	c  - Bumper: EFFECTIVE
0.30/0.23	c --- Begin Solver configuration ---
0.30/0.23	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.30/0.23	c Learn all clauses as in MiniSAT
0.30/0.23	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.30/0.23	c No reason simplification
0.30/0.23	c Dynamic restart strategy considering the size of the coefficients
0.30/0.23	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.30/0.23	c timeout=2147483s
0.30/0.23	c DB Simplification allowed=false
0.30/0.23	c Listener: none
0.30/0.23	c --- End Solver configuration ---
0.30/0.23	c solving HOME/instance-4456310-1721717927.wbo
0.30/0.23	c reading problem ... 
4.38/3.09	c ... done. Wall clock time 2.861s.
4.38/3.10	c declared #vars     2008
4.38/3.10	c internal #vars     50393
4.38/3.10	c #constraints  48778
4.38/3.10	c constraints type 
4.38/3.10	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 118
4.38/3.10	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 196
4.38/3.10	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
4.38/3.10	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 48463
4.38/3.10	c 48778 constraints processed.
4.38/3.11	c objective function length is 48385 literals
4.75/3.30	Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 21292 out of bounds for length 2009
4.94/3.31		at org.sat4j.pb.lcds.AbstractLBDComputerStrategy.computeLBD(AbstractLBDComputerStrategy.java:32)
4.94/3.31		at org.sat4j.pb.lcds.PBGlucoseLCDS.computeLBD(PBGlucoseLCDS.java:98)
4.94/3.31		at org.sat4j.minisat.core.GlucoseLCDS.onClauseLearning(GlucoseLCDS.java:116)
4.94/3.31		at org.sat4j.minisat.core.Glucose2LCDS.onClauseLearning(Glucose2LCDS.java:35)
4.94/3.31		at org.sat4j.pb.core.PBSolverCP.analyzeCP(PBSolverCP.java:231)
4.94/3.31		at org.sat4j.pb.core.PBSolverCP.analyze(PBSolverCP.java:163)
4.94/3.31		at org.sat4j.minisat.core.Solver.search(Solver.java:1338)
4.94/3.31		at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:1903)
4.94/3.31		at org.sat4j.tools.SolverDecorator.isSatisfiable(SolverDecorator.java:106)
4.94/3.31		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:180)
4.94/3.31		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:173)
4.94/3.31		at org.sat4j.OptimizationMode.solve(OptimizationMode.java:141)
4.94/3.31		at org.sat4j.AbstractLauncher.solve(AbstractLauncher.java:323)
4.94/3.31		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:267)
4.94/3.31		at org.sat4j.pb.LanceurPseudo2007.main(LanceurPseudo2007.java:118)
4.94/3.31	c starts		: 1
4.94/3.32	c conflicts		: 1
4.94/3.32	c decisions		: 48607
4.94/3.32	c propagations		: 48722
4.94/3.32	c inspects		: 48794
4.94/3.32	c shortcuts		: 0
4.94/3.32	c learnt literals	: 0
4.94/3.32	c learnt binary clauses	: 0
4.94/3.32	c learnt ternary clauses	: 0
4.94/3.32	c learnt constraints	: 0
4.94/3.32	c ignored constraints	: 0
4.94/3.32	c root simplifications	: 0
4.94/3.33	c removed literals (reason simplification)	: 0
4.94/3.33	c reason swapping (by a shorter reason)	: 0
4.94/3.33	c Calls to reduceDB	: 0
4.94/3.33	c Number of update (reduction) of LBD	: 0
4.94/3.33	c Imported unit clauses	: 0
4.94/3.33	c No decision after first conflict	: true
4.94/3.33	c number of reductions to clauses (during analyze)	: 0
4.94/3.33	c number of learned constraints concerned by reduction	: 0
4.94/3.33	c number of learning phase by resolution	: 0
4.94/3.33	c number of learning phase by cutting planes	: 0
4.94/3.33	c number of rounding to 1 operations	: 0
4.94/3.33	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
4.94/3.33	c number of reductions of the coefficients by power 2 	: 0
4.94/3.33	c number of right shift for reduction by power 2 	: 0
4.94/3.33	c number of reductions of the coefficients by GCD over coefficients 	: 0
4.94/3.33	c number of ending skipping 	: 0
4.94/3.33	c number of internal skipping 	: 0
4.94/3.33	c number of derivation steps 	: 13
4.94/3.33	c number of skipped derivation steps 	: 0
4.94/3.33	c number of remaining unassigned 	: 0
4.94/3.33	c number of remaining assigned 	: 0
4.94/3.33	c number of falsified literals weakened from reason	: 0
4.94/3.33	c number of falsified literals weakened from conflict	: 0
4.94/3.33	c time for arithmetic operations	: 0
4.94/3.34	c minimum degree of deleted constraints	: null
4.94/3.34	c maximum degree of deleted constraints	: null
4.94/3.34	c number of deleted constraints	: 0
4.94/3.34	c speed (assignments/second)	: 241198.01980198018
4.94/3.34	c non guided choices	: 222
4.94/3.34	s UNKNOWN
4.94/3.34	c Total wall clock time (in seconds): 3.11

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: 64059 MiB (58604 MiB free)
  memory of node 1: 64510 MiB (58329 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4456310-1721717927/watcher-4456310-1721717927 -o /tmp/evaluation-result-4456310-1721717927/solver-4456310-1721717927 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721717812-78073 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4456310-1721717927.wbo 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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
Current StackSize limit: 8192 KiB

solver pid=81111, runsolver pid=81108

[startup+0.102305 s]*
/proc/loadavg: 4.46 3.04 2.44 9/327 81129
/proc/meminfo: memFree=119701168/131655788 swapFree=131071996/131071996
[pid=81111] ppid=81108 vsize=18975048 memory=59060 CPUtime=0.12 cores=4,6
/proc/81111/stat : 81111 (java) S 81108 81111 78062 0 -1 1077936128 6757 0 0 0 11 1 0 0 20 0 18 0 7782018 19430449152 14765 134679101440 94381691850752 94381691854448 140724082752896 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94381691862264 94381691863056 94381717364736 140724082754548 140724082754656 140724082754656 140724082761672 0
/proc/81111/statm: 4743762 14765 5622 1 0 551024 0
[pid=81111/tid=81113] ppid=81108 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/81111/task/81113/stat : 81113 (java) R 81108 81111 78062 0 -1 1077936192 5630 0 0 0 7 1 0 0 20 0 18 0 7782018 19430449152 14765 134679101440 94381691850752 94381691854448 140724082752896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94381691862264 94381691863056 94381717364736 140724082754548 140724082754656 140724082754656 140724082761672 0
[pid=81111/tid=81122] ppid=81108 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/81111/task/81122/stat : 81122 (Finalizer) S 81108 81111 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 7782021 19430449152 14765 134679101440 94381691850752 94381691854448 140724082752896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94381691862264 94381691863056 94381717364736 140724082754548 140724082754656 140724082754656 140724082761672 0
[pid=81111/tid=81129] ppid=81108 vsize=18975048 memory=15539622046449866 CPUtime=0 cores=4,6
/proc/81111/task/81129/stat : 81129 (Common-Cleaner) S 81108 81111 78062 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 7782022 19430449152 14765 134679101440 94381691850752 94381691854448 140724082752896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94381691862264 94381691863056 94381717364736 140724082754548 140724082754656 140724082754656 140724082761672 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 59060 KiB

[startup+0.213849 s]*
/proc/loadavg: 4.46 3.04 2.44 7/327 81129
/proc/meminfo: memFree=119688472/131655788 swapFree=131071996/131071996
[pid=81111] ppid=81108 vsize=18975048 memory=66804 CPUtime=0.3 cores=4,6
/proc/81111/stat : 81111 (java) S 81108 81111 78062 0 -1 1077936128 7579 0 0 0 29 1 0 0 20 0 18 0 7782018 19430449152 16701 134679101440 94381691850752 94381691854448 140724082752896 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94381691862264 94381691863056 94381717364736 140724082754548 140724082754656 140724082754656 140724082761672 0
/proc/81111/statm: 4743762 16701 5748 1 0 551655 0
[pid=81111/tid=81113] ppid=81108 vsize=18975048 memory=664970838410264707 CPUtime=0.18 cores=4,6
/proc/81111/task/81113/stat : 81113 (java) R 81108 81111 78062 0 -1 1077936192 5938 0 0 0 17 1 0 0 20 0 18 0 7782018 19430449152 16701 134679101440 94381691850752 94381691854448 140724082752896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94381691862264 94381691863056 94381717364736 140724082754548 140724082754656 140724082754656 140724082761672 0
[pid=81111/tid=81122] ppid=81108 vsize=18975048 memory=3637 CPUtime=0 cores=4,6
/proc/81111/task/81122/stat : 81122 (Finalizer) S 81108 81111 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 7782021 19430449152 16701 134679101440 94381691850752 94381691854448 140724082752896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94381691862264 94381691863056 94381717364736 140724082754548 140724082754656 140724082754656 140724082761672 0
[pid=81111/tid=81129] ppid=81108 vsize=18975048 memory=14126749604647555 CPUtime=0 cores=4,6
/proc/81111/task/81129/stat : 81129 (Common-Cleaner) S 81108 81111 78062 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 7782022 19430449152 16701 134679101440 94381691850752 94381691854448 140724082752896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94381691862264 94381691863056 94381717364736 140724082754548 140724082754656 140724082754656 140724082761672 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66804 KiB

[startup+0.310727 s]*
/proc/loadavg: 4.46 3.04 2.44 7/327 81129
/proc/meminfo: memFree=119672960/131655788 swapFree=131071996/131071996
[pid=81111] ppid=81108 vsize=18975048 memory=81916 CPUtime=0.48 cores=4,6
/proc/81111/stat : 81111 (java) S 81108 81111 78062 0 -1 1077936128 7799 0 0 0 46 2 0 0 20 0 18 0 7782018 19430449152 20479 134679101440 94381691850752 94381691854448 140724082752896 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94381691862264 94381691863056 94381717364736 140724082754548 140724082754656 140724082754656 140724082761672 0
/proc/81111/statm: 4743762 20479 5748 1 0 551770 0
[pid=81111/tid=81113] ppid=81108 vsize=18975048 memory=-6000919472790661991 CPUtime=0.26 cores=4,6
/proc/81111/task/81113/stat : 81113 (java) R 81108 81111 78062 0 -1 4194368 6048 0 0 0 25 1 0 0 20 0 18 0 7782018 19430449152 20479 134679101440 94381691850752 94381691854448 140724082752896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94381691862264 94381691863056 94381717364736 140724082754548 140724082754656 140724082754656 140724082761672 0
[pid=81111/tid=81122] ppid=81108 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/81111/task/81122/stat : 81122 (Finalizer) S 81108 81111 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 7782021 19430449152 20479 134679101440 94381691850752 94381691854448 140724082752896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94381691862264 94381691863056 94381717364736 140724082754548 140724082754656 140724082754656 140724082761672 0
[pid=81111/tid=81129] ppid=81108 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/81111/task/81129/stat : 81129 (Common-Cleaner) S 81108 81111 78062 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 7782022 19430449152 20479 134679101440 94381691850752 94381691854448 140724082752896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94381691862264 94381691863056 94381717364736 140724082754548 140724082754656 140724082754656 140724082761672 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 81916 KiB

[startup+0.700678 s]
/proc/loadavg: 4.59 3.09 2.46 7/328 81130
/proc/meminfo: memFree=119589856/131655788 swapFree=131071996/131071996
[pid=81111] ppid=81108 vsize=19041612 memory=322620 CPUtime=1.19 cores=4,6
/proc/81111/stat : 81111 (java) S 81108 81111 78062 0 -1 1077936128 9638 0 0 0 111 8 0 0 20 0 19 0 7782018 19498610688 80655 134679101440 94381691850752 94381691854448 140724082752896 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94381691862264 94381691863056 94381717364736 140724082754548 140724082754656 140724082754656 140724082761672 0
/proc/81111/statm: 4760403 80655 5834 1 0 553100 0
[pid=81111/tid=81113] ppid=81108 vsize=19041612 memory=5472 CPUtime=0.57 cores=4,6
/proc/81111/task/81113/stat : 81113 (java) S 81108 81111 78062 0 -1 1077936192 6162 0 0 0 51 6 0 0 20 0 19 0 7782018 19498610688 80655 134679101440 94381691850752 94381691854448 140724082752896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94381691862264 94381691863056 94381717364736 140724082754548 140724082754656 140724082754656 140724082761672 0
[pid=81111/tid=81122] ppid=81108 vsize=19041612 memory=12932 CPUtime=0 cores=4,6
/proc/81111/task/81122/stat : 81122 (Finalizer) S 81108 81111 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 7782021 19498610688 80655 134679101440 94381691850752 94381691854448 140724082752896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94381691862264 94381691863056 94381717364736 140724082754548 140724082754656 140724082754656 140724082761672 0
[pid=81111/tid=81129] ppid=81108 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/81111/task/81129/stat : 81129 (Common-Cleaner) S 81108 81111 78062 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 7782022 19498610688 80655 134679101440 94381691850752 94381691854448 140724082752896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94381691862264 94381691863056 94381717364736 140724082754548 140724082754656 140724082754656 140724082761672 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 322620 KiB

[startup+1.50773 s]
/proc/loadavg: 4.59 3.09 2.46 5/328 81130
/proc/meminfo: memFree=118665568/131655788 swapFree=131071996/131071996
[pid=81111] ppid=81108 vsize=19041612 memory=2764136 CPUtime=2.73 cores=4,6
/proc/81111/stat : 81111 (java) S 81108 81111 78062 0 -1 1077936128 23713 0 0 0 215 58 0 0 20 0 19 0 7782018 19498610688 691034 134679101440 94381691850752 94381691854448 140724082752896 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94381691862264 94381691863056 94381717364736 140724082754548 140724082754656 140724082754656 140724082761672 0
/proc/81111/statm: 4760403 691034 5834 1 0 1382394 0
[pid=81111/tid=81113] ppid=81108 vsize=19041612 memory=0 CPUtime=1.36 cores=4,6
/proc/81111/task/81113/stat : 81113 (java) R 81108 81111 78062 0 -1 4194368 7334 0 0 0 83 53 0 0 20 0 19 0 7782018 19498610688 691034 134679101440 94381691850752 94381691854448 140724082752896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94381691862264 94381691863056 94381717364736 140724082754548 140724082754656 140724082754656 140724082761672 0
[pid=81111/tid=81122] ppid=81108 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/81111/task/81122/stat : 81122 (Finalizer) S 81108 81111 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 7782021 19498610688 691034 134679101440 94381691850752 94381691854448 140724082752896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94381691862264 94381691863056 94381717364736 140724082754548 140724082754656 140724082754656 140724082761672 0
[pid=81111/tid=81129] ppid=81108 vsize=19041612 memory=12932 CPUtime=0 cores=4,6
/proc/81111/task/81129/stat : 81129 (Common-Cleaner) S 81108 81111 78062 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 7782022 19498610688 691034 134679101440 94381691850752 94381691854448 140724082752896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94381691862264 94381691863056 94381717364736 140724082754548 140724082754656 140724082754656 140724082761672 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2764136 KiB

[startup+3.11535 s]
/proc/loadavg: 4.59 3.09 2.46 5/328 81130
/proc/meminfo: memFree=115279812/131655788 swapFree=131071996/131071996
[pid=81111] ppid=81108 vsize=19041612 memory=4456496 CPUtime=4.56 cores=4,6
/proc/81111/stat : 81111 (java) S 81108 81111 78062 0 -1 1077936128 24719 0 0 0 364 92 0 0 20 0 19 0 7782018 19498610688 1114124 134679101440 94381691850752 94381691854448 140724082752896 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94381691862264 94381691863056 94381717364736 140724082754548 140724082754656 140724082754656 140724082761672 0
/proc/81111/statm: 4760403 1114124 5868 1 0 1382487 0
[pid=81111/tid=81113] ppid=81108 vsize=19041612 memory=12932 CPUtime=2.9 cores=4,6
/proc/81111/task/81113/stat : 81113 (java) R 81108 81111 78062 0 -1 4194368 8225 0 0 0 205 85 0 0 20 0 19 0 7782018 19498610688 1114124 134679101440 94381691850752 94381691854448 140724082752896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94381691862264 94381691863056 94381717364736 140724082754548 140724082754656 140724082754656 140724082761672 0
[pid=81111/tid=81122] ppid=81108 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/81111/task/81122/stat : 81122 (Finalizer) S 81108 81111 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 7782021 19498610688 1114124 134679101440 94381691850752 94381691854448 140724082752896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94381691862264 94381691863056 94381717364736 140724082754548 140724082754656 140724082754656 140724082761672 0
[pid=81111/tid=81129] ppid=81108 vsize=19041612 memory=488432270916823 CPUtime=0 cores=4,6
/proc/81111/task/81129/stat : 81129 (Common-Cleaner) S 81108 81111 78062 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 7782022 19498610688 1114124 134679101440 94381691850752 94381691854448 140724082752896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94381691862264 94381691863056 94381717364736 140724082754548 140724082754656 140724082754656 140724082761672 0
Current children cumulated CPU time: 4.56 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4456496 KiB

[startup+3.38377 s]
# the end of solver process 81111 was just reported to runsolver
# Child status: 1

# cumulated CPU time of all completed processes:  user=4.10108 s, system=0.960216 s

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

[startup+3.20672 s]
/proc/loadavg: 4.59 3.09 2.46 5/328 81130
/proc/meminfo: memFree=115279812/131655788 swapFree=131071996/131071996
[pid=81111] ppid=81108 vsize=19108176 memory=4456856 CPUtime=4.75 cores=4,6
/proc/81111/stat : 81111 (java) S 81108 81111 78062 0 -1 1077936128 24792 0 0 0 382 93 0 0 20 0 20 0 7782018 19566772224 1114214 134679101440 94381691850752 94381691854448 140724082752896 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94381691862264 94381691863056 94381717364736 140724082754548 140724082754656 140724082754656 140724082761672 0
/proc/81111/statm: 4777044 1114214 5871 1 0 1382794 0
[pid=81111/tid=81113] ppid=81108 vsize=19108176 memory=164 CPUtime=2.97 cores=4,6
/proc/81111/task/81113/stat : 81113 (java) R 81108 81111 78062 0 -1 4194368 8240 0 0 0 212 85 0 0 20 0 20 0 7782018 19566772224 1114214 134679101440 94381691850752 94381691854448 140724082752896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94381691862264 94381691863056 94381717364736 140724082754548 140724082754656 140724082754656 140724082761672 0
[pid=81111/tid=81122] ppid=81108 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/81111/task/81122/stat : 81122 (Finalizer) S 81108 81111 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7782021 19566772224 1114214 134679101440 94381691850752 94381691854448 140724082752896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94381691862264 94381691863056 94381717364736 140724082754548 140724082754656 140724082754656 140724082761672 0
[pid=81111/tid=81129] ppid=81108 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/81111/task/81129/stat : 81129 (Common-Cleaner) S 81108 81111 78062 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 7782022 19566772224 1114214 134679101440 94381691850752 94381691854448 140724082752896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94381691862264 94381691863056 94381717364736 140724082754548 140724082754656 140724082754656 140724082761672 0
Current children cumulated CPU time: 4.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4456856 KiB

[startup+3.30195 s]
/proc/loadavg: 4.59 3.09 2.46 5/328 81130
/proc/meminfo: memFree=115279812/131655788 swapFree=131071996/131071996
[pid=81111] ppid=81108 vsize=19109204 memory=4456912 CPUtime=4.94 cores=4,6
/proc/81111/stat : 81111 (java) S 81108 81111 78062 0 -1 1077936128 24827 0 0 0 401 93 0 0 20 0 21 0 7782018 19567824896 1114228 134679101440 94381691850752 94381691854448 140724082752896 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94381691862264 94381691863056 94381717364736 140724082754548 140724082754656 140724082754656 140724082761672 0
/proc/81111/statm: 4777301 1114228 5871 1 0 1383056 0
[pid=81111/tid=81113] ppid=81108 vsize=19109204 memory=12932 CPUtime=3.07 cores=4,6
/proc/81111/task/81113/stat : 81113 (java) S 81108 81111 78062 0 -1 1077936192 8254 0 0 0 221 86 0 0 20 0 21 0 7782018 19567824896 1114228 134679101440 94381691850752 94381691854448 140724082752896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94381691862264 94381691863056 94381717364736 140724082754548 140724082754656 140724082754656 140724082761672 0
[pid=81111/tid=81122] ppid=81108 vsize=19109204 memory=0 CPUtime=0 cores=4,6
/proc/81111/task/81122/stat : 81122 (Finalizer) S 81108 81111 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 7782021 19567824896 1114228 134679101440 94381691850752 94381691854448 140724082752896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94381691862264 94381691863056 94381717364736 140724082754548 140724082754656 140724082754656 140724082761672 0
[pid=81111/tid=81129] ppid=81108 vsize=19109204 memory=488432270916823 CPUtime=0 cores=4,6
/proc/81111/task/81129/stat : 81129 (Common-Cleaner) S 81108 81111 78062 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 21 0 7782022 19567824896 1114228 134679101440 94381691850752 94381691854448 140724082752896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94381691862264 94381691863056 94381717364736 140724082754548 140724082754656 140724082754656 140724082761672 0
Current children cumulated CPU time: 4.94 s
Current children cumulated vsize: 19109204 KiB
Current children cumulated memory: 4456912 KiB

Child status: 1

Real time (s): 3.38385
CPU time (s): 5.06129
CPU user time (s): 4.10108
CPU system time (s): 0.960216
CPU usage (%): 149.572
Max. virtual memory (cumulated for all children) (KiB): 19109204
Max. memory (cumulated for all children) (KiB): 4456912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.10107
system time used= 0.960216
maximum resident set size= 4458856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24998
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= 1176
involuntary context switches= 151


# summary of solver processes directly reported to runsolver:
#   pid: 81111
#   total CPU time (s): 5.06129
#   total CPU user time (s): 4.10108
#   total CPU system time (s): 0.960216

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.035755 second user time and 0.073169 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-23 08:58:47
IDJOB=4456310
IDBENCH=143868
IDSOLVER=3036
FILE ID=nodeC008/4456310-1721717927
RUNJOBID= nodeC008-1721717812-78073
SLURM_JOB_ID= 7770387
Free space on /tmp= 723764 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/scens/normalized-scen07_10000_30r_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4456310-1721717927/watcher-4456310-1721717927 -o /tmp/evaluation-result-4456310-1721717927/solver-4456310-1721717927 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721717812-78073 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4456310-1721717927.wbo

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

MD5SUM BENCH= 8c159ddcc7c8e6257617bd9db371f9a1
RANDOM SEED=967526825

nodeC008.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		: 3653.775
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.19
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		: 3622.034
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.33
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.286
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.19
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		: 1197.201
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.33
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		: 3491.603
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.19
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		: 3594.393
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.33
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		: 2094.966
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.19
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.124
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.33
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        119739232 kB
MemAvailable:   124237740 kB
Buffers:          135896 kB
Cached:          5140492 kB
SwapCached:            0 kB
Active:           870228 kB
Inactive:       10437580 kB
Active(anon):       1456 kB
Inactive(anon):  6059476 kB
Active(file):     868772 kB
Inactive(file):  4378104 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2464 kB
Writeback:             8 kB
AnonPages:       6031104 kB
Mapped:           119220 kB
Shmem:             29512 kB
KReclaimable:     183324 kB
Slab:             281660 kB
SReclaimable:     183324 kB
SUnreclaim:        98336 kB
KernelStack:        4940 kB
PageTables:        21928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   11574896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16064 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5736448 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:      256840 kB
DirectMap2M:    24813568 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC008 at 2024-07-23 08:58:50