Trace number 4447742

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 Resolution 2024 2024-07-07UNSAT cert. 6.40644 3.94216

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n62-d3-i3-r2.cnf.gz-plain.pb.metafix.opb
MD5SUM9609dcb4dff0e4cd594607c8c2a4557e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.262053
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables93
Total number of constraints248
Number of constraints which are clauses248
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.15	c See www.sat4j.org for details.
0.10/0.16	c version CUSTOM.v20240707
0.10/0.18	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.18	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.18	c java.vm.version	22.0.1+8-16
0.10/0.18	c java.vm.vendor	Oracle Corporation
0.10/0.18	c sun.arch.data.model	64
0.10/0.18	c java.version		22.0.1
0.10/0.18	c os.name		Linux
0.10/0.18	c os.version		4.18.0-301.1.el8.x86_64
0.10/0.18	c os.arch		amd64
0.10/0.19	c Free memory 		2113181440
0.10/0.19	c Max memory 		16282288128
0.10/0.19	c Total memory 		2122317824
0.10/0.20	c Number of processors 	2
0.27/0.28	--- Begin Solver configuration ---
0.27/0.28	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.27/0.28	Learn all clauses as in MiniSAT
0.27/0.28	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.27/0.28	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.27/0.28	Expensive reason simplification
0.27/0.28	Glucose 2.1 dynamic restart strategy
0.27/0.28	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.27/0.28	timeout=2147483s
0.27/0.28	DB Simplification allowed=false
0.27/0.28	Listener: none
0.27/0.28	--- End Solver configuration ---
0.27/0.29	c Pseudo Boolean Optimization by upper bound
0.27/0.29	c --- Begin Solver configuration ---
0.27/0.29	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.27/0.29	c Learn all clauses as in MiniSAT
0.27/0.29	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.27/0.29	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.27/0.29	c Expensive reason simplification
0.27/0.29	c Glucose 2.1 dynamic restart strategy
0.27/0.29	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.27/0.29	c timeout=2147483s
0.27/0.29	c DB Simplification allowed=false
0.27/0.29	c Listener: none
0.27/0.29	c --- End Solver configuration ---
0.27/0.29	c solving HOME/instance-4447742-1721827557.opb
0.27/0.29	c reading problem ... 
0.27/0.29	c using VERIPB proof format
0.27/0.29	c  no objective function found
0.44/0.34	c ... done. Wall clock time 0.049s.
0.44/0.34	c declared #vars     93
0.44/0.34	c #constraints  248
0.44/0.34	c constraints type 
0.44/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 248
0.44/0.34	c 248 constraints processed.
1.57/0.98	c cleaning 2498 clauses out of 5001 with flag 21284/5001
2.15/1.30	c cleaning 4251 clauses out of 8502 with flag 47756/11000
2.93/1.61	c cleaning 5626 clauses out of 11252 with flag 80177/18001
3.33/1.87	c cleaning 6813 clauses out of 13626 with flag 116234/26001
4.12/2.21	c cleaning 7903 clauses out of 15812 with flag 157953/35000
4.68/2.60	c cleaning 8947 clauses out of 17908 with flag 202912/45000
5.48/2.96	c cleaning 9981 clauses out of 19961 with flag 249354/56000
6.01/3.35	c cleaning 10988 clauses out of 21978 with flag 299410/68000
6.29/3.85	c starts		: 10
6.29/3.87	c conflicts		: 72927
6.29/3.87	c decisions		: 90913
6.29/3.87	c propagations		: 631890
6.29/3.87	c inspects		: 31730715
6.29/3.87	c shortcuts		: 0
6.29/3.87	c learnt literals	: 15
6.29/3.87	c learnt binary clauses	: 105
6.29/3.87	c learnt ternary clauses	: 436
6.29/3.87	c learnt constraints	: 72911
6.29/3.87	c ignored constraints	: 0
6.29/3.87	c root simplifications	: 0
6.29/3.87	c removed literals (reason simplification)	: 211000
6.29/3.87	c reason swapping (by a shorter reason)	: 0
6.29/3.87	c Calls to reduceDB	: 8
6.29/3.87	c Number of update (reduction) of LBD	: 14672
6.29/3.87	c Imported unit clauses	: 0
6.29/3.87	c No decision after first conflict	: false
6.29/3.87	c number of reductions to clauses (during analyze)	: 0
6.29/3.87	c number of learned constraints concerned by reduction	: 0
6.29/3.87	c number of learning phase by resolution	: 0
6.29/3.87	c number of learning phase by cutting planes	: 0
6.29/3.87	c number of rounding to 1 operations	: 0
6.29/3.87	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
6.29/3.87	c number of reductions of the coefficients by power 2 	: 0
6.29/3.87	c number of right shift for reduction by power 2 	: 0
6.29/3.87	c number of reductions of the coefficients by GCD over coefficients 	: 0
6.29/3.87	c number of ending skipping 	: 0
6.29/3.87	c number of internal skipping 	: 0
6.29/3.87	c number of derivation steps 	: 0
6.29/3.87	c number of skipped derivation steps 	: 0
6.29/3.87	c number of remaining unassigned 	: 0
6.29/3.87	c number of remaining assigned 	: 0
6.29/3.87	c number of falsified literals weakened from reason	: 0
6.29/3.87	c number of falsified literals weakened from conflict	: 0
6.29/3.87	c time for arithmetic operations	: 0
6.29/3.87	c minimum degree of deleted constraints	: null
6.29/3.87	c maximum degree of deleted constraints	: null
6.29/3.87	c number of deleted constraints	: 0
6.29/3.88	c speed (assignments/second)	: 178954.97026338146
6.29/3.88	c non guided choices	: 48
6.38/3.90	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 15799
6.38/3.90	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 105
6.38/3.90	s UNSATISFIABLE
6.38/3.90	c Total wall clock time (in seconds): 3.622

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB

Running VeriPB version 2.2.1
s VERIFIED UNSATISFIABLE
Verification succeeded.

VeriPB + CakePB

-- veripb --
Running VeriPB version 2.2.1
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4447742-1721827557/watcher-4447742-1721827557 -o /tmp/evaluation-result-4447742-1721827557/solver-4447742-1721827557 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1721820326-179522 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4447742-1721827557 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4447742-1721827557.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
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
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=184571, runsolver pid=184568

[startup+0.101412 s]*
/proc/loadavg: 4.37 4.30 4.23 6/329 184589
/proc/meminfo: memFree=83080348/131655788 swapFree=131070448/131071996
[pid=184571] ppid=184568 vsize=18975048 memory=55056 CPUtime=0.1 cores=4,6
/proc/184571/stat : 184571 (java) S 184568 184571 179511 0 -1 1077936128 6347 0 0 0 7 3 0 0 20 0 18 0 18745444 19430449152 13764 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
/proc/184571/statm: 4743762 13764 5572 1 0 550708 0
[pid=184571/tid=184573] ppid=184568 vsize=18975048 memory=4026561586 CPUtime=0.06 cores=4,6
/proc/184571/task/184573/stat : 184573 (java) R 184568 184571 179511 0 -1 4194368 5287 0 0 0 4 2 0 0 20 0 18 0 18745445 19430449152 13764 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
[pid=184571/tid=184582] ppid=184568 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/184571/task/184582/stat : 184582 (Finalizer) S 184568 184571 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18745450 19430449152 13764 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
[pid=184571/tid=184589] ppid=184568 vsize=18975048 memory=4050484525539786784 CPUtime=0 cores=4,6
/proc/184571/task/184589/stat : 184589 (Common-Cleaner) S 184568 184571 179511 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18745451 19430449152 13764 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55056 KiB

[startup+0.211914 s]*
/proc/loadavg: 4.37 4.30 4.23 7/329 184589
/proc/meminfo: memFree=83067288/131655788 swapFree=131070448/131071996
[pid=184571] ppid=184568 vsize=18975048 memory=65296 CPUtime=0.27 cores=4,6
/proc/184571/stat : 184571 (java) S 184568 184571 179511 0 -1 1077936128 7180 0 0 0 24 3 0 0 20 0 18 0 18745444 19430449152 16324 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
/proc/184571/statm: 4743762 16324 5691 1 0 551420 0
[pid=184571/tid=184573] ppid=184568 vsize=18975048 memory=4782652875487838339 CPUtime=0.15 cores=4,6
/proc/184571/task/184573/stat : 184573 (java) R 184568 184571 179511 0 -1 1077936192 5731 0 0 0 13 2 0 0 20 0 18 0 18745445 19430449152 16324 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
[pid=184571/tid=184582] ppid=184568 vsize=18975048 memory=804964 CPUtime=0 cores=4,6
/proc/184571/task/184582/stat : 184582 (Finalizer) S 184568 184571 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18745450 19430449152 16324 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
[pid=184571/tid=184589] ppid=184568 vsize=18975048 memory=13852958324442654 CPUtime=0 cores=4,6
/proc/184571/task/184589/stat : 184589 (Common-Cleaner) S 184568 184571 179511 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18745451 19430449152 16324 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65296 KiB

[startup+0.31141 s]*
/proc/loadavg: 4.37 4.30 4.23 7/329 184589
/proc/meminfo: memFree=83061736/131655788 swapFree=131070448/131071996
[pid=184571] ppid=184568 vsize=18975048 memory=68220 CPUtime=0.44 cores=4,6
/proc/184571/stat : 184571 (java) S 184568 184571 179511 0 -1 1077936128 7454 0 0 0 40 4 0 0 20 0 18 0 18745444 19430449152 17055 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
/proc/184571/statm: 4743762 17055 5713 1 0 551635 0
[pid=184571/tid=184573] ppid=184568 vsize=18975048 memory=-8599453512555602620 CPUtime=0.24 cores=4,6
/proc/184571/task/184573/stat : 184573 (java) R 184568 184571 179511 0 -1 4194368 5932 0 0 0 21 3 0 0 20 0 18 0 18745445 19430449152 17055 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
[pid=184571/tid=184582] ppid=184568 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/184571/task/184582/stat : 184582 (Finalizer) S 184568 184571 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18745450 19430449152 17055 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
[pid=184571/tid=184589] ppid=184568 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/184571/task/184589/stat : 184589 (Common-Cleaner) S 184568 184571 179511 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18745451 19430449152 17055 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68220 KiB

[startup+0.707402 s]
/proc/loadavg: 4.37 4.30 4.23 7/330 184590
/proc/meminfo: memFree=83050612/131655788 swapFree=131070448/131071996
[pid=184571] ppid=184568 vsize=19041612 memory=90152 CPUtime=1.18 cores=4,6
/proc/184571/stat : 184571 (java) S 184568 184571 179511 0 -1 1077936128 9569 0 0 0 113 5 0 0 20 0 19 0 18745444 19498610688 22538 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
/proc/184571/statm: 4760403 22538 5839 1 0 553224 0
[pid=184571/tid=184573] ppid=184568 vsize=19041612 memory=5572 CPUtime=0.57 cores=4,6
/proc/184571/task/184573/stat : 184573 (java) R 184568 184571 179511 0 -1 4194368 6042 0 0 0 54 3 0 0 20 0 19 0 18745445 19498610688 22538 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
[pid=184571/tid=184582] ppid=184568 vsize=19041612 memory=12412 CPUtime=0 cores=4,6
/proc/184571/task/184582/stat : 184582 (Finalizer) S 184568 184571 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18745450 19498610688 22538 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
[pid=184571/tid=184589] ppid=184568 vsize=19041612 memory=164 CPUtime=0 cores=4,6
/proc/184571/task/184589/stat : 184589 (Common-Cleaner) S 184568 184571 179511 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18745451 19498610688 22538 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
[pid=184571/tid=184590] ppid=184568 vsize=19041612 memory=117636 CPUtime=0 cores=4,6
/proc/184571/task/184590/stat : 184590 (Timer-0) S 184568 184571 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 18745478 19498610688 22538 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 90152 KiB

[startup+1.5004 s]
/proc/loadavg: 4.37 4.30 4.23 6/330 184590
/proc/meminfo: memFree=82988512/131655788 swapFree=131070448/131071996
[pid=184571] ppid=184568 vsize=19108176 memory=174060 CPUtime=2.74 cores=4,6
/proc/184571/stat : 184571 (java) S 184568 184571 179511 0 -1 1077936128 16153 0 0 0 265 9 0 0 20 0 20 0 18745444 19566772224 43515 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
/proc/184571/statm: 4777044 43515 5892 1 0 555245 0
[pid=184571/tid=184573] ppid=184568 vsize=19108176 memory=12412 CPUtime=1.3 cores=4,6
/proc/184571/task/184573/stat : 184573 (java) R 184568 184571 179511 0 -1 4194368 6490 0 0 0 124 6 0 0 20 0 20 0 18745445 19566772224 43515 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
[pid=184571/tid=184582] ppid=184568 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/184571/task/184582/stat : 184582 (Finalizer) S 184568 184571 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18745450 19566772224 43515 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
[pid=184571/tid=184589] ppid=184568 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/184571/task/184589/stat : 184589 (Common-Cleaner) S 184568 184571 179511 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 18745451 19566772224 43515 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
[pid=184571/tid=184590] ppid=184568 vsize=19108176 memory=279819401209104 CPUtime=0 cores=4,6
/proc/184571/task/184590/stat : 184590 (Timer-0) S 184568 184571 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18745478 19566772224 43515 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 174060 KiB

[startup+3.10642 s]
/proc/loadavg: 4.37 4.30 4.23 7/331 184591
/proc/meminfo: memFree=82720948/131655788 swapFree=131070448/131071996
[pid=184571] ppid=184568 vsize=19108176 memory=186556 CPUtime=5.81 cores=4,6
/proc/184571/stat : 184571 (java) S 184568 184571 179511 0 -1 1077936128 23048 0 0 0 569 12 0 0 20 0 20 0 18745444 19566772224 46639 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
/proc/184571/statm: 4777044 46639 5892 1 0 558194 0
[pid=184571/tid=184573] ppid=184568 vsize=19108176 memory=0 CPUtime=2.88 cores=4,6
/proc/184571/task/184573/stat : 184573 (java) R 184568 184571 179511 0 -1 4194368 7382 0 0 0 280 8 0 0 20 0 20 0 18745445 19566772224 46639 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
[pid=184571/tid=184582] ppid=184568 vsize=19108176 memory=12412 CPUtime=0 cores=4,6
/proc/184571/task/184582/stat : 184582 (Finalizer) S 184568 184571 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18745450 19566772224 46639 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
[pid=184571/tid=184589] ppid=184568 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/184571/task/184589/stat : 184589 (Common-Cleaner) S 184568 184571 179511 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 18745451 19566772224 46639 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
[pid=184571/tid=184590] ppid=184568 vsize=19108176 memory=11932 CPUtime=0 cores=4,6
/proc/184571/task/184590/stat : 184590 (Timer-0) S 184568 184571 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18745478 19566772224 46639 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
Current children cumulated CPU time: 5.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 186556 KiB

[startup+3.9421 s]
# the end of solver process 184571 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=6.26258 s, system=0.143853 s

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

[startup+3.20041 s]
/proc/loadavg: 4.37 4.30 4.23 7/331 184591
/proc/meminfo: memFree=82720948/131655788 swapFree=131070448/131071996
[pid=184571] ppid=184568 vsize=19108176 memory=186556 CPUtime=5.9 cores=4,6
/proc/184571/stat : 184571 (java) S 184568 184571 179511 0 -1 1077936128 23048 0 0 0 578 12 0 0 20 0 20 0 18745444 19566772224 46639 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
/proc/184571/statm: 4777044 46639 5892 1 0 558194 0
[pid=184571/tid=184573] ppid=184568 vsize=19108176 memory=161 CPUtime=2.97 cores=4,6
/proc/184571/task/184573/stat : 184573 (java) R 184568 184571 179511 0 -1 4194368 7382 0 0 0 289 8 0 0 20 0 20 0 18745445 19566772224 46639 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
[pid=184571/tid=184582] ppid=184568 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/184571/task/184582/stat : 184582 (Finalizer) S 184568 184571 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18745450 19566772224 46639 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
[pid=184571/tid=184589] ppid=184568 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/184571/task/184589/stat : 184589 (Common-Cleaner) S 184568 184571 179511 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 18745451 19566772224 46639 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
[pid=184571/tid=184590] ppid=184568 vsize=19108176 memory=2164 CPUtime=0 cores=4,6
/proc/184571/task/184590/stat : 184590 (Timer-0) S 184568 184571 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18745478 19566772224 46639 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
Current children cumulated CPU time: 5.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 186556 KiB

[startup+3.6002 s]
/proc/loadavg: 4.37 4.30 4.23 7/331 184591
/proc/meminfo: memFree=82720948/131655788 swapFree=131070448/131071996
[pid=184571] ppid=184568 vsize=19108176 memory=188612 CPUtime=6.29 cores=4,6
/proc/184571/stat : 184571 (java) S 184568 184571 179511 0 -1 1077936128 23122 0 0 0 616 13 0 0 20 0 20 0 18745444 19566772224 47153 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
/proc/184571/statm: 4777044 47153 5892 1 0 558194 0
[pid=184571/tid=184573] ppid=184568 vsize=19108176 memory=5572 CPUtime=3.26 cores=4,6
/proc/184571/task/184573/stat : 184573 (java) D 184568 184571 179511 0 -1 4194368 7418 0 0 0 318 8 0 0 20 0 20 0 18745445 19566772224 47153 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
[pid=184571/tid=184582] ppid=184568 vsize=19108176 memory=16224 CPUtime=0 cores=4,6
/proc/184571/task/184582/stat : 184582 (Finalizer) S 184568 184571 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18745450 19566772224 47153 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
[pid=184571/tid=184589] ppid=184568 vsize=19108176 memory=2164 CPUtime=0 cores=4,6
/proc/184571/task/184589/stat : 184589 (Common-Cleaner) S 184568 184571 179511 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 18745451 19566772224 47153 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
[pid=184571/tid=184590] ppid=184568 vsize=19108176 memory=1904 CPUtime=0 cores=4,6
/proc/184571/task/184590/stat : 184590 (Timer-0) S 184568 184571 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18745478 19566772224 47153 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 188612 KiB

[startup+3.80027 s]
/proc/loadavg: 4.37 4.30 4.23 7/331 184591
/proc/meminfo: memFree=82720948/131655788 swapFree=131070448/131071996
[pid=184571] ppid=184568 vsize=19108176 memory=188612 CPUtime=6.29 cores=4,6
/proc/184571/stat : 184571 (java) S 184568 184571 179511 0 -1 1077936128 23122 0 0 0 616 13 0 0 20 0 20 0 18745444 19566772224 47153 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
/proc/184571/statm: 4777044 47153 5892 1 0 558194 0
[pid=184571/tid=184573] ppid=184568 vsize=19108176 memory=32136 CPUtime=3.26 cores=4,6
/proc/184571/task/184573/stat : 184573 (java) D 184568 184571 179511 0 -1 4194368 7418 0 0 0 318 8 0 0 20 0 20 0 18745445 19566772224 47153 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 56 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
[pid=184571/tid=184582] ppid=184568 vsize=19108176 memory=1904 CPUtime=0 cores=4,6
/proc/184571/task/184582/stat : 184582 (Finalizer) S 184568 184571 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18745450 19566772224 47153 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
[pid=184571/tid=184589] ppid=184568 vsize=19108176 memory=5460 CPUtime=0 cores=4,6
/proc/184571/task/184589/stat : 184589 (Common-Cleaner) S 184568 184571 179511 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 18745451 19566772224 47153 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
[pid=184571/tid=184590] ppid=184568 vsize=19108176 memory=21160 CPUtime=0 cores=4,6
/proc/184571/task/184590/stat : 184590 (Timer-0) S 184568 184571 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18745478 19566772224 47153 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 188612 KiB

[startup+3.90024 s]
/proc/loadavg: 4.37 4.30 4.23 7/331 184591
/proc/meminfo: memFree=82720948/131655788 swapFree=131070448/131071996
[pid=184571] ppid=184568 vsize=19241304 memory=188992 CPUtime=6.38 cores=4,6
/proc/184571/stat : 184571 (java) S 184568 184571 179511 0 -1 1077936128 23891 0 0 0 625 13 0 0 20 0 20 0 18745444 19703095296 47248 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
/proc/184571/statm: 4810326 47248 5891 1 0 558831 0
[pid=184571/tid=184573] ppid=184568 vsize=19241304 memory=0 CPUtime=3.26 cores=4,6
/proc/184571/task/184573/stat : 184573 (java) S 184568 184571 179511 0 -1 1077936192 7932 0 0 0 318 8 0 0 20 0 20 0 18745445 19703095296 47248 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 67 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
[pid=184571/tid=184582] ppid=184568 vsize=19241304 memory=12412 CPUtime=0 cores=4,6
/proc/184571/task/184582/stat : 184582 (Finalizer) S 184568 184571 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18745450 19703095296 47248 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
[pid=184571/tid=184589] ppid=184568 vsize=19241304 memory=11932 CPUtime=0 cores=4,6
/proc/184571/task/184589/stat : 184589 (Common-Cleaner) S 184568 184571 179511 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 18745451 19703095296 47248 134679101440 94597459439616 94597459443312 140736442942688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597459451128 94597459451920 94597476540416 140736442946475 140736442946657 140736442946657 140736442953672 0
Current children cumulated CPU time: 6.38 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 188992 KiB

Child status: 20

Real time (s): 3.94216
CPU time (s): 6.40644
CPU user time (s): 6.26258
CPU system time (s): 0.143853
CPU usage (%): 162.511
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 188992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.26258
system time used= 0.143853
maximum resident set size= 190412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24109
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1075
involuntary context switches= 255


# summary of solver processes directly reported to runsolver:
#   pid: 184571
#   total CPU time (s): 6.40644
#   total CPU user time (s): 6.26258
#   total CPU system time (s): 0.143853

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.025937 second user time and 0.06597 second system time

The end

Launcher Data

Begin job on nodeC012 at 2024-07-24 15:25:57
IDJOB=4447742
IDBENCH=160032
IDSOLVER=3079
FILE ID=nodeC012/4447742-1721827557
RUNJOBID= nodeC012-1721820326-179522
SLURM_JOB_ID= 7891468
Free space on /tmp= 723736 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n62-d3-i3-r2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4447742-1721827557/watcher-4447742-1721827557 -o /tmp/evaluation-result-4447742-1721827557/solver-4447742-1721827557 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1721820326-179522 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4447742-1721827557 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4447742-1721827557.opb

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

MD5SUM BENCH= 9609dcb4dff0e4cd594607c8c2a4557e
RANDOM SEED=892591156

nodeC012.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		: 3667.208
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.47
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		: 3668.381
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.32
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.283
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.47
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.250
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.32
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		: 1323.837
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.47
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		: 3649.645
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.32
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		: 1681.575
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.47
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.237
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.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        83117560 kB
MemAvailable:   103517604 kB
Buffers:          268604 kB
Cached:         20910492 kB
SwapCached:           72 kB
Active:          2585988 kB
Inactive:       45236760 kB
Active(anon):       1460 kB
Inactive(anon): 26695684 kB
Active(file):    2584528 kB
Inactive(file): 18541076 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070448 kB
Dirty:            239884 kB
Writeback:             0 kB
AnonPages:      26640468 kB
Mapped:           136288 kB
Shmem:             53368 kB
KReclaimable:     228944 kB
Slab:             349052 kB
SReclaimable:     228944 kB
SUnreclaim:       120108 kB
KernelStack:        5040 kB
PageTables:        62256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   32408520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            15136 kB
HardwareCorrupted:     0 kB
AnonHugePages:  26202112 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:      402248 kB
DirectMap2M:    55076864 kB
DirectMap1G:    80740352 kB

Free space on /tmp at the end= 723732 MiB
End job on nodeC012 at 2024-07-24 15:26:01