Trace number 4447442

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. 3.89563 2.43204

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-subsetCardinalitySigma-18-1.cnf.gz-extracted.pb.metafix.opb
MD5SUMd19b2a81a4db5f6417b5f351cc6a02b9
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.001798
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables73
Total number of constraints72
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)72
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
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.12/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.12	c See www.sat4j.org for details.
0.12/0.14	c version CUSTOM.v20240707
0.12/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.15	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.15	c java.vm.version	22.0.1+8-16
0.12/0.15	c java.vm.vendor	Oracle Corporation
0.12/0.15	c sun.arch.data.model	64
0.12/0.15	c java.version		22.0.1
0.12/0.15	c os.name		Linux
0.12/0.15	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.15	c os.arch		amd64
0.12/0.15	c Free memory 		2115194816
0.12/0.15	c Max memory 		16282288128
0.12/0.15	c Total memory 		2122317824
0.12/0.16	c Number of processors 	2
0.12/0.22	--- Begin Solver configuration ---
0.12/0.22	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.12/0.22	Learn all clauses as in MiniSAT
0.12/0.22	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.22	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.22	Expensive reason simplification
0.12/0.22	Glucose 2.1 dynamic restart strategy
0.12/0.22	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.12/0.22	timeout=2147483s
0.12/0.22	DB Simplification allowed=false
0.12/0.22	Listener: none
0.12/0.22	--- End Solver configuration ---
0.12/0.22	c Pseudo Boolean Optimization by upper bound
0.12/0.22	c --- Begin Solver configuration ---
0.12/0.22	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.12/0.22	c Learn all clauses as in MiniSAT
0.12/0.22	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.22	c Expensive reason simplification
0.12/0.22	c Glucose 2.1 dynamic restart strategy
0.12/0.22	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.12/0.22	c timeout=2147483s
0.12/0.22	c DB Simplification allowed=false
0.12/0.22	c Listener: none
0.12/0.22	c --- End Solver configuration ---
0.12/0.22	c solving HOME/instance-4447442-1721827548.opb
0.12/0.22	c reading problem ... 
0.12/0.22	c using VERIPB proof format
0.12/0.22	c  no objective function found
0.32/0.25	c ... done. Wall clock time 0.021s.
0.32/0.25	c declared #vars     73
0.32/0.25	c #constraints  72
0.32/0.25	c constraints type 
0.32/0.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 72
0.32/0.25	c 72 constraints processed.
1.41/0.85	c cleaning 2498 clauses out of 5001 with flag 35746/5001
2.20/1.23	c cleaning 4253 clauses out of 8506 with flag 76714/11004
3.00/1.65	c cleaning 5624 clauses out of 11248 with flag 119862/18000
3.83/2.38	c starts		: 8
3.83/2.39	c conflicts		: 22354
3.83/2.39	c decisions		: 27219
3.83/2.39	c propagations		: 366923
3.83/2.39	c inspects		: 12690544
3.83/2.39	c shortcuts		: 0
3.83/2.39	c learnt literals	: 12
3.83/2.39	c learnt binary clauses	: 64
3.83/2.39	c learnt ternary clauses	: 224
3.83/2.39	c learnt constraints	: 22341
3.83/2.39	c ignored constraints	: 0
3.83/2.39	c root simplifications	: 0
3.83/2.39	c removed literals (reason simplification)	: 40412
3.83/2.39	c reason swapping (by a shorter reason)	: 0
3.83/2.39	c Calls to reduceDB	: 3
3.83/2.39	c Number of update (reduction) of LBD	: 8327
3.83/2.39	c Imported unit clauses	: 0
3.83/2.39	c No decision after first conflict	: false
3.83/2.39	c number of reductions to clauses (during analyze)	: 0
3.83/2.39	c number of learned constraints concerned by reduction	: 0
3.83/2.39	c number of learning phase by resolution	: 0
3.83/2.39	c number of learning phase by cutting planes	: 0
3.83/2.39	c number of rounding to 1 operations	: 0
3.83/2.39	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3.83/2.39	c number of reductions of the coefficients by power 2 	: 0
3.83/2.39	c number of right shift for reduction by power 2 	: 0
3.83/2.39	c number of reductions of the coefficients by GCD over coefficients 	: 0
3.83/2.39	c number of ending skipping 	: 0
3.83/2.39	c number of internal skipping 	: 0
3.83/2.39	c number of derivation steps 	: 0
3.83/2.39	c number of skipped derivation steps 	: 0
3.83/2.39	c number of remaining unassigned 	: 0
3.83/2.39	c number of remaining assigned 	: 0
3.83/2.39	c number of falsified literals weakened from reason	: 0
3.83/2.39	c number of falsified literals weakened from conflict	: 0
3.83/2.39	c time for arithmetic operations	: 0
3.83/2.39	c minimum degree of deleted constraints	: null
3.83/2.39	c maximum degree of deleted constraints	: null
3.83/2.39	c number of deleted constraints	: 0
3.83/2.39	c speed (assignments/second)	: 171379.26202709015
3.83/2.39	c non guided choices	: 18
3.83/2.39	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 9902
3.83/2.39	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 64
3.83/2.40	s UNSATISFIABLE
3.83/2.40	c Total wall clock time (in seconds): 2.179

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=236632, runsolver pid=236629

[startup+0.100069 s]*
/proc/loadavg: 4.09 4.13 4.17 5/320 236650
/proc/meminfo: memFree=87194288/131655788 swapFree=131071472/131071996
[pid=236632] ppid=236629 vsize=18975048 memory=58492 CPUtime=0.12 cores=1,3
/proc/236632/stat : 236632 (java) S 236629 236632 231903 0 -1 1077936128 6558 0 0 0 9 3 0 0 20 0 18 0 18744145 19430449152 14623 134679101440 94725736820736 94725736824432 140732627016544 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94725736832248 94725736833040 94725750366208 140732627018667 140732627018849 140732627018849 140732627025864 0
/proc/236632/statm: 4743762 14623 5713 1 0 550970 0
[pid=236632/tid=236634] ppid=236629 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/236632/task/236634/stat : 236634 (java) R 236629 236632 231903 0 -1 4194368 5443 0 0 0 6 2 0 0 20 0 18 0 18744146 19430449152 14623 134679101440 94725736820736 94725736824432 140732627016544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725736832248 94725736833040 94725750366208 140732627018667 140732627018849 140732627018849 140732627025864 0
[pid=236632/tid=236643] ppid=236629 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/236632/task/236643/stat : 236643 (Finalizer) S 236629 236632 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18744151 19430449152 14623 134679101440 94725736820736 94725736824432 140732627016544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725736832248 94725736833040 94725750366208 140732627018667 140732627018849 140732627018849 140732627025864 0
[pid=236632/tid=236650] ppid=236629 vsize=18975048 memory=4121981368647548960 CPUtime=0 cores=1,3
/proc/236632/task/236650/stat : 236650 (Common-Cleaner) S 236629 236632 231903 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18744152 19430449152 14623 134679101440 94725736820736 94725736824432 140732627016544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725736832248 94725736833040 94725750366208 140732627018667 140732627018849 140732627018849 140732627025864 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58492 KiB

[startup+0.214601 s]*
/proc/loadavg: 4.09 4.13 4.17 7/320 236650
/proc/meminfo: memFree=87186936/131655788 swapFree=131071472/131071996
[pid=236632] ppid=236629 vsize=18975048 memory=65860 CPUtime=0.32 cores=1,3
/proc/236632/stat : 236632 (java) S 236629 236632 231903 0 -1 1077936128 7321 0 0 0 29 3 0 0 20 0 18 0 18744145 19430449152 16465 134679101440 94725736820736 94725736824432 140732627016544 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94725736832248 94725736833040 94725750366208 140732627018667 140732627018849 140732627018849 140732627025864 0
/proc/236632/statm: 4743762 16465 5752 1 0 551596 0
[pid=236632/tid=236634] ppid=236629 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=1,3
/proc/236632/task/236634/stat : 236634 (java) R 236629 236632 231903 0 -1 4194368 5879 0 0 0 16 3 0 0 20 0 18 0 18744146 19430449152 16465 134679101440 94725736820736 94725736824432 140732627016544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725736832248 94725736833040 94725750366208 140732627018667 140732627018849 140732627018849 140732627025864 0
[pid=236632/tid=236643] ppid=236629 vsize=18975048 memory=605730 CPUtime=0 cores=1,3
/proc/236632/task/236643/stat : 236643 (Finalizer) S 236629 236632 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18744151 19430449152 16465 134679101440 94725736820736 94725736824432 140732627016544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725736832248 94725736833040 94725750366208 140732627018667 140732627018849 140732627018849 140732627025864 0
[pid=236632/tid=236650] ppid=236629 vsize=18975048 memory=15539622046353107 CPUtime=0 cores=1,3
/proc/236632/task/236650/stat : 236650 (Common-Cleaner) S 236629 236632 231903 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18744152 19430449152 16465 134679101440 94725736820736 94725736824432 140732627016544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725736832248 94725736833040 94725750366208 140732627018667 140732627018849 140732627018849 140732627025864 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65860 KiB

[startup+0.323597 s]*
/proc/loadavg: 4.09 4.13 4.17 7/321 236651
/proc/meminfo: memFree=87183288/131655788 swapFree=131071472/131071996
[pid=236632] ppid=236629 vsize=19041612 memory=68544 CPUtime=0.51 cores=1,3
/proc/236632/stat : 236632 (java) S 236629 236632 231903 0 -1 1077936128 7513 0 0 0 48 3 0 0 20 0 19 0 18744145 19498610688 17136 134679101440 94725736820736 94725736824432 140732627016544 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94725736832248 94725736833040 94725750366208 140732627018667 140732627018849 140732627018849 140732627025864 0
/proc/236632/statm: 4760403 17136 5752 1 0 551995 0
[pid=236632/tid=236634] ppid=236629 vsize=19041612 memory=-8528520710406775484 CPUtime=0.29 cores=1,3
/proc/236632/task/236634/stat : 236634 (java) R 236629 236632 231903 0 -1 4194368 5969 0 0 0 26 3 0 0 20 0 19 0 18744146 19498610688 17136 134679101440 94725736820736 94725736824432 140732627016544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725736832248 94725736833040 94725750366208 140732627018667 140732627018849 140732627018849 140732627025864 0
[pid=236632/tid=236643] ppid=236629 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/236632/task/236643/stat : 236643 (Finalizer) S 236629 236632 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18744151 19498610688 17136 134679101440 94725736820736 94725736824432 140732627016544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725736832248 94725736833040 94725750366208 140732627018667 140732627018849 140732627018849 140732627025864 0
[pid=236632/tid=236650] ppid=236629 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/236632/task/236650/stat : 236650 (Common-Cleaner) S 236629 236632 231903 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18744152 19498610688 17136 134679101440 94725736820736 94725736824432 140732627016544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725736832248 94725736833040 94725750366208 140732627018667 140732627018849 140732627018849 140732627025864 0
[pid=236632/tid=236651] ppid=236629 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/236632/task/236651/stat : 236651 (Timer-0) S 236629 236632 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 18744170 19498610688 17136 134679101440 94725736820736 94725736824432 140732627016544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725736832248 94725736833040 94725750366208 140732627018667 140732627018849 140732627018849 140732627025864 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 68544 KiB

[startup+0.708588 s]
/proc/loadavg: 4.09 4.13 4.17 7/321 236651
/proc/meminfo: memFree=87171792/131655788 swapFree=131071472/131071996
[pid=236632] ppid=236629 vsize=19041612 memory=99516 CPUtime=1.22 cores=1,3
/proc/236632/stat : 236632 (java) S 236629 236632 231903 0 -1 1077936128 10744 0 0 0 117 5 0 0 20 0 19 0 18744145 19498610688 24879 134679101440 94725736820736 94725736824432 140732627016544 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94725736832248 94725736833040 94725750366208 140732627018667 140732627018849 140732627018849 140732627025864 0
/proc/236632/statm: 4760403 24879 5853 1 0 553918 0
[pid=236632/tid=236634] ppid=236629 vsize=19041612 memory=12928 CPUtime=0.65 cores=1,3
/proc/236632/task/236634/stat : 236634 (java) R 236629 236632 231903 0 -1 4194368 6016 0 0 0 62 3 0 0 20 0 19 0 18744146 19498610688 24879 134679101440 94725736820736 94725736824432 140732627016544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725736832248 94725736833040 94725750366208 140732627018667 140732627018849 140732627018849 140732627025864 0
[pid=236632/tid=236643] ppid=236629 vsize=19041612 memory=12928 CPUtime=0 cores=1,3
/proc/236632/task/236643/stat : 236643 (Finalizer) S 236629 236632 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18744151 19498610688 24879 134679101440 94725736820736 94725736824432 140732627016544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725736832248 94725736833040 94725750366208 140732627018667 140732627018849 140732627018849 140732627025864 0
[pid=236632/tid=236650] ppid=236629 vsize=19041612 memory=117636 CPUtime=0 cores=1,3
/proc/236632/task/236650/stat : 236650 (Common-Cleaner) S 236629 236632 231903 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18744152 19498610688 24879 134679101440 94725736820736 94725736824432 140732627016544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725736832248 94725736833040 94725750366208 140732627018667 140732627018849 140732627018849 140732627025864 0
[pid=236632/tid=236651] ppid=236629 vsize=19041612 memory=100 CPUtime=0 cores=1,3
/proc/236632/task/236651/stat : 236651 (Timer-0) S 236629 236632 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 18744170 19498610688 24879 134679101440 94725736820736 94725736824432 140732627016544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725736832248 94725736833040 94725750366208 140732627018667 140732627018849 140732627018849 140732627025864 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 99516 KiB

[startup+1.50059 s]
/proc/loadavg: 4.09 4.13 4.17 7/321 236651
/proc/meminfo: memFree=87130536/131655788 swapFree=131071472/131071996
[pid=236632] ppid=236629 vsize=19041612 memory=164276 CPUtime=2.79 cores=1,3
/proc/236632/stat : 236632 (java) S 236629 236632 231903 0 -1 1077936128 17638 0 0 0 272 7 0 0 20 0 19 0 18744145 19498610688 41069 134679101440 94725736820736 94725736824432 140732627016544 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94725736832248 94725736833040 94725750366208 140732627018667 140732627018849 140732627018849 140732627025864 0
/proc/236632/statm: 4760403 41069 5869 1 0 556564 0
[pid=236632/tid=236634] ppid=236629 vsize=19041612 memory=12928 CPUtime=1.44 cores=1,3
/proc/236632/task/236634/stat : 236634 (java) R 236629 236632 231903 0 -1 4194368 6846 0 0 0 139 5 0 0 20 0 19 0 18744146 19498610688 41069 134679101440 94725736820736 94725736824432 140732627016544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725736832248 94725736833040 94725750366208 140732627018667 140732627018849 140732627018849 140732627025864 0
[pid=236632/tid=236643] ppid=236629 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/236632/task/236643/stat : 236643 (Finalizer) S 236629 236632 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18744151 19498610688 41069 134679101440 94725736820736 94725736824432 140732627016544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725736832248 94725736833040 94725750366208 140732627018667 140732627018849 140732627018849 140732627025864 0
[pid=236632/tid=236650] ppid=236629 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/236632/task/236650/stat : 236650 (Common-Cleaner) S 236629 236632 231903 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18744152 19498610688 41069 134679101440 94725736820736 94725736824432 140732627016544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725736832248 94725736833040 94725750366208 140732627018667 140732627018849 140732627018849 140732627025864 0
[pid=236632/tid=236651] ppid=236629 vsize=19041612 memory=65 CPUtime=0 cores=1,3
/proc/236632/task/236651/stat : 236651 (Timer-0) S 236629 236632 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 18744170 19498610688 41069 134679101440 94725736820736 94725736824432 140732627016544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725736832248 94725736833040 94725750366208 140732627018667 140732627018849 140732627018849 140732627025864 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164276 KiB

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

# cumulated CPU time of all completed processes:  user=3.80034 s, system=0.095287 s

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

[startup+1.60059 s]
/proc/loadavg: 4.09 4.13 4.17 7/321 236651
/proc/meminfo: memFree=87130536/131655788 swapFree=131071472/131071996
[pid=236632] ppid=236629 vsize=19041612 memory=168460 CPUtime=3 cores=1,3
/proc/236632/stat : 236632 (java) S 236629 236632 231903 0 -1 1077936128 17845 0 0 0 292 8 0 0 20 0 19 0 18744145 19498610688 42115 134679101440 94725736820736 94725736824432 140732627016544 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94725736832248 94725736833040 94725750366208 140732627018667 140732627018849 140732627018849 140732627025864 0
/proc/236632/statm: 4760403 42115 5869 1 0 556564 0
[pid=236632/tid=236634] ppid=236629 vsize=19041612 memory=228489772243 CPUtime=1.53 cores=1,3
/proc/236632/task/236634/stat : 236634 (java) R 236629 236632 231903 0 -1 4194368 7015 0 0 0 148 5 0 0 20 0 19 0 18744146 19498610688 42115 134679101440 94725736820736 94725736824432 140732627016544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725736832248 94725736833040 94725750366208 140732627018667 140732627018849 140732627018849 140732627025864 0
[pid=236632/tid=236643] ppid=236629 vsize=19041612 memory=-8528520710406775484 CPUtime=0 cores=1,3
/proc/236632/task/236643/stat : 236643 (Finalizer) S 236629 236632 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18744151 19498610688 42115 134679101440 94725736820736 94725736824432 140732627016544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725736832248 94725736833040 94725750366208 140732627018667 140732627018849 140732627018849 140732627025864 0
[pid=236632/tid=236650] ppid=236629 vsize=19041612 memory=70328 CPUtime=0 cores=1,3
/proc/236632/task/236650/stat : 236650 (Common-Cleaner) S 236629 236632 231903 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18744152 19498610688 42115 134679101440 94725736820736 94725736824432 140732627016544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725736832248 94725736833040 94725750366208 140732627018667 140732627018849 140732627018849 140732627025864 0
[pid=236632/tid=236651] ppid=236629 vsize=19041612 memory=12928 CPUtime=0 cores=1,3
/proc/236632/task/236651/stat : 236651 (Timer-0) S 236629 236632 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 18744170 19498610688 42115 134679101440 94725736820736 94725736824432 140732627016544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725736832248 94725736833040 94725750366208 140732627018667 140732627018849 140732627018849 140732627025864 0
Current children cumulated CPU time: 3 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 168460 KiB

[startup+2.00059 s]*
/proc/loadavg: 4.25 4.16 4.18 5/322 236652
/proc/meminfo: memFree=87068196/131655788 swapFree=131071472/131071996
[pid=236632] ppid=236629 vsize=19108176 memory=181280 CPUtime=3.7 cores=1,3
/proc/236632/stat : 236632 (java) S 236629 236632 231903 0 -1 1077936128 18281 0 0 0 362 8 0 0 20 0 20 0 18744145 19566772224 45320 134679101440 94725736820736 94725736824432 140732627016544 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94725736832248 94725736833040 94725750366208 140732627018667 140732627018849 140732627018849 140732627025864 0
/proc/236632/statm: 4777044 45320 5901 1 0 556857 0
[pid=236632/tid=236634] ppid=236629 vsize=19108176 memory=-8528520710406775484 CPUtime=1.84 cores=1,3
/proc/236632/task/236634/stat : 236634 (java) D 236629 236632 231903 0 -1 4194368 7068 0 0 0 179 5 0 0 20 0 20 0 18744146 19566772224 45320 134679101440 94725736820736 94725736824432 140732627016544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725736832248 94725736833040 94725750366208 140732627018667 140732627018849 140732627018849 140732627025864 0
[pid=236632/tid=236643] ppid=236629 vsize=19108176 memory=5448280 CPUtime=0 cores=1,3
/proc/236632/task/236643/stat : 236643 (Finalizer) S 236629 236632 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18744151 19566772224 45320 134679101440 94725736820736 94725736824432 140732627016544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725736832248 94725736833040 94725750366208 140732627018667 140732627018849 140732627018849 140732627025864 0
[pid=236632/tid=236650] ppid=236629 vsize=19108176 memory=2724 CPUtime=0 cores=1,3
/proc/236632/task/236650/stat : 236650 (Common-Cleaner) S 236629 236632 231903 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 18744152 19566772224 45320 134679101440 94725736820736 94725736824432 140732627016544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725736832248 94725736833040 94725750366208 140732627018667 140732627018849 140732627018849 140732627025864 0
[pid=236632/tid=236651] ppid=236629 vsize=19108176 memory=4828 CPUtime=0 cores=1,3
/proc/236632/task/236651/stat : 236651 (Timer-0) S 236629 236632 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18744170 19566772224 45320 134679101440 94725736820736 94725736824432 140732627016544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725736832248 94725736833040 94725750366208 140732627018667 140732627018849 140732627018849 140732627025864 0
Current children cumulated CPU time: 3.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 181280 KiB

[startup+2.40051 s]
/proc/loadavg: 4.25 4.16 4.18 5/322 236652
/proc/meminfo: memFree=87068196/131655788 swapFree=131071472/131071996
[pid=236632] ppid=236629 vsize=19241304 memory=181860 CPUtime=3.88 cores=1,3
/proc/236632/stat : 236632 (java) S 236629 236632 231903 0 -1 1077936128 19131 0 0 0 379 9 0 0 20 0 20 0 18744145 19703095296 45465 134679101440 94725736820736 94725736824432 140732627016544 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94725736832248 94725736833040 94725750366208 140732627018667 140732627018849 140732627018849 140732627025864 0
/proc/236632/statm: 4810326 45465 5913 1 0 557494 0
[pid=236632/tid=236634] ppid=236629 vsize=19241304 memory=2316 CPUtime=1.84 cores=1,3
/proc/236632/task/236634/stat : 236634 (java) R 236629 236632 231903 0 -1 1077936192 7530 0 0 0 179 5 0 0 20 0 20 0 18744146 19703095296 45465 134679101440 94725736820736 94725736824432 140732627016544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 86 0 0 94725736832248 94725736833040 94725750366208 140732627018667 140732627018849 140732627018849 140732627025864 0
[pid=236632/tid=236643] ppid=236629 vsize=19241304 memory=100 CPUtime=0 cores=1,3
/proc/236632/task/236643/stat : 236643 (Finalizer) S 236629 236632 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18744151 19703095296 45465 134679101440 94725736820736 94725736824432 140732627016544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725736832248 94725736833040 94725750366208 140732627018667 140732627018849 140732627018849 140732627025864 0
[pid=236632/tid=236650] ppid=236629 vsize=19241304 memory=2032 CPUtime=0 cores=1,3
/proc/236632/task/236650/stat : 236650 (Common-Cleaner) S 236629 236632 231903 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 18744152 19703095296 45465 134679101440 94725736820736 94725736824432 140732627016544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725736832248 94725736833040 94725750366208 140732627018667 140732627018849 140732627018849 140732627025864 0
Current children cumulated CPU time: 3.88 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 181860 KiB

Child status: 20

Real time (s): 2.43204
CPU time (s): 3.89563
CPU user time (s): 3.80034
CPU system time (s): 0.095287
CPU usage (%): 160.179
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 181860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.80034
system time used= 0.095287
maximum resident set size= 183264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19174
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 626
involuntary context switches= 195


# summary of solver processes directly reported to runsolver:
#   pid: 236632
#   total CPU time (s): 3.89563
#   total CPU user time (s): 3.80034
#   total CPU system time (s): 0.095287

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.031627 second user time and 0.071022 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-24 15:25:48
IDJOB=4447442
IDBENCH=158864
IDSOLVER=3079
FILE ID=nodeC008/4447442-1721827548
RUNJOBID= nodeC008-1721820325-231946
SLURM_JOB_ID= 7891458
Free space on /tmp= 723568 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-subsetCardinalitySigma-18-1.cnf.gz-extracted.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-4447442-1721827548/watcher-4447442-1721827548 -o /tmp/evaluation-result-4447442-1721827548/solver-4447442-1721827548 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721820325-231946 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4447442-1721827548 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4447442-1721827548.opb

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

MD5SUM BENCH= d19b2a81a4db5f6417b5f351cc6a02b9
RANDOM SEED=390095140

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		: 3496.127
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		: 3192.357
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.233
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.124
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		: 3644.111
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		: 3491.598
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		: 1197.282
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.207
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:        87231428 kB
MemAvailable:   104423792 kB
Buffers:          266912 kB
Cached:         17692304 kB
SwapCached:           48 kB
Active:          2838956 kB
Inactive:       40839020 kB
Active(anon):       1444 kB
Inactive(anon): 25771428 kB
Active(file):    2837512 kB
Inactive(file): 15067592 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071472 kB
Dirty:              3384 kB
Writeback:             0 kB
AnonPages:      25717028 kB
Mapped:           139348 kB
Shmem:             53976 kB
KReclaimable:     254584 kB
Slab:             373620 kB
SReclaimable:     254584 kB
SUnreclaim:       119036 kB
KernelStack:        4880 kB
PageTables:        60536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   32805344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            19456 kB
HardwareCorrupted:     0 kB
AnonHugePages:  25335808 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:      400200 kB
DirectMap2M:    49836032 kB
DirectMap1G:    85983232 kB

Free space on /tmp at the end= 723568 MiB
End job on nodeC008 at 2024-07-24 15:25:50