Trace number 4441712

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. 7.43908 5.29931

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/
uclid_pb_benchmarks/normalized-ooo.tag10.ucl.opb
MD5SUM1cec7467f4817916a0b2c766a10a10ef
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.301601
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9071
Total number of constraints25914
Number of constraints which are clauses25190
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints724
Minimum length of a constraint1
Maximum length of a constraint11
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 39
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 132
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.07	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.07	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.07	c java.vm.version	22.0.1+8-16
0.00/0.07	c java.vm.vendor	Oracle Corporation
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		22.0.1
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.13	--- Begin Solver configuration ---
0.14/0.13	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.13	Learn all clauses as in MiniSAT
0.14/0.13	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.13	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.13	Expensive reason simplification
0.14/0.13	Glucose 2.1 dynamic restart strategy
0.14/0.13	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.14/0.13	timeout=2147483s
0.14/0.13	DB Simplification allowed=false
0.14/0.13	Listener: none
0.14/0.13	--- End Solver configuration ---
0.14/0.13	c Pseudo Boolean Optimization by upper bound
0.14/0.13	c --- Begin Solver configuration ---
0.14/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.13	c Learn all clauses as in MiniSAT
0.14/0.13	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.13	c Expensive reason simplification
0.14/0.13	c Glucose 2.1 dynamic restart strategy
0.14/0.13	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.14/0.13	c timeout=2147483s
0.14/0.13	c DB Simplification allowed=false
0.14/0.13	c Listener: none
0.14/0.13	c --- End Solver configuration ---
0.14/0.13	c solving HOME/instance-4441712-1721772915.opb
0.14/0.13	c reading problem ... 
0.14/0.13	c using VERIPB proof format
0.14/0.13	c  no objective function found
0.53/0.33	c ... done. Wall clock time 0.196s.
0.53/0.33	c declared #vars     9071
0.53/0.33	c #constraints  25914
0.53/0.33	c constraints type 
0.53/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17062
0.53/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 724
0.53/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8127
0.53/0.33	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.53/0.33	c 25914 constraints processed.
3.63/2.27	c cleaning 2499 clauses out of 5000 with flag 26709/5000
5.70/3.88	c cleaning 4251 clauses out of 8501 with flag 55560/11000
7.32/5.27	c starts		: 11
7.32/5.27	c conflicts		: 16381
7.32/5.27	c decisions		: 22603
7.32/5.27	c propagations		: 22175639
7.32/5.27	c inspects		: 57517119
7.32/5.27	c shortcuts		: 0
7.32/5.27	c learnt literals	: 10
7.32/5.27	c learnt binary clauses	: 94
7.32/5.27	c learnt ternary clauses	: 260
7.32/5.27	c learnt constraints	: 16370
7.32/5.27	c ignored constraints	: 0
7.32/5.27	c root simplifications	: 0
7.32/5.27	c removed literals (reason simplification)	: 303216
7.32/5.27	c reason swapping (by a shorter reason)	: 0
7.32/5.27	c Calls to reduceDB	: 2
7.32/5.27	c Number of update (reduction) of LBD	: 6672
7.32/5.27	c Imported unit clauses	: 0
7.32/5.27	c No decision after first conflict	: false
7.32/5.27	c number of reductions to clauses (during analyze)	: 0
7.32/5.27	c number of learned constraints concerned by reduction	: 0
7.32/5.27	c number of learning phase by resolution	: 0
7.32/5.27	c number of learning phase by cutting planes	: 0
7.32/5.27	c number of rounding to 1 operations	: 0
7.32/5.27	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
7.32/5.27	c number of reductions of the coefficients by power 2 	: 0
7.32/5.27	c number of right shift for reduction by power 2 	: 0
7.32/5.27	c number of reductions of the coefficients by GCD over coefficients 	: 0
7.32/5.27	c number of ending skipping 	: 0
7.32/5.27	c number of internal skipping 	: 0
7.32/5.27	c number of derivation steps 	: 0
7.32/5.27	c number of skipped derivation steps 	: 0
7.32/5.27	c number of remaining unassigned 	: 0
7.32/5.27	c number of remaining assigned 	: 0
7.32/5.27	c number of falsified literals weakened from reason	: 0
7.32/5.27	c number of falsified literals weakened from conflict	: 0
7.32/5.27	c time for arithmetic operations	: 0
7.32/5.27	c minimum degree of deleted constraints	: null
7.32/5.27	c maximum degree of deleted constraints	: null
7.32/5.27	c number of deleted constraints	: 0
7.32/5.27	c speed (assignments/second)	: 4487179.077296641
7.32/5.27	c non guided choices	: 219
7.32/5.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 9526
7.32/5.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 94
7.32/5.28	s UNSATISFIABLE
7.32/5.28	c Total wall clock time (in seconds): 5.157

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441712-1721772915/watcher-4441712-1721772915 -o /tmp/evaluation-result-4441712-1721772915/solver-4441712-1721772915 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1721765707-124430 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4441712-1721772915 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4441712-1721772915.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=129595, runsolver pid=129592

[startup+0.101252 s]*
/proc/loadavg: 4.67 4.54 4.48 6/337 129613
/proc/meminfo: memFree=120123012/131524600 swapFree=131064524/131071996
[pid=129595] ppid=129592 vsize=18975048 memory=65220 CPUtime=0.14 cores=4,6
/proc/129595/stat : 129595 (java) S 129592 129595 124419 0 -1 1077936128 6744 0 0 0 12 2 0 0 20 0 18 0 13815696 19430449152 16305 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
/proc/129595/statm: 4743762 16305 5633 1 0 549373 0
[pid=129595/tid=129597] ppid=129592 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/129595/task/129597/stat : 129597 (java) R 129592 129595 124419 0 -1 1078198336 5255 0 0 0 8 1 0 0 20 0 18 0 13815696 19430449152 16305 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
[pid=129595/tid=129606] ppid=129592 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/129595/task/129606/stat : 129606 (Finalizer) S 129592 129595 124419 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 13815699 19430449152 16305 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
[pid=129595/tid=129613] ppid=129592 vsize=18975048 memory=16104770973650387 CPUtime=0 cores=4,6
/proc/129595/task/129613/stat : 129613 (Common-Cleaner) S 129592 129595 124419 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 13815699 19430449152 16305 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65220 KiB

[startup+0.206472 s]*
/proc/loadavg: 4.67 4.54 4.48 7/337 129613
/proc/meminfo: memFree=120104472/131524600 swapFree=131064524/131071996
[pid=129595] ppid=129592 vsize=18975048 memory=80808 CPUtime=0.34 cores=4,6
/proc/129595/stat : 129595 (java) S 129592 129595 124419 0 -1 1077936128 7649 0 0 0 32 2 0 0 20 0 18 0 13815696 19430449152 20202 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
/proc/129595/statm: 4743762 20202 5833 1 0 549873 0
[pid=129595/tid=129597] ppid=129592 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/129595/task/129597/stat : 129597 (java) R 129592 129595 124419 0 -1 4194368 5427 0 0 0 17 1 0 0 20 0 18 0 13815696 19430449152 20202 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
[pid=129595/tid=129606] ppid=129592 vsize=18975048 memory=970086 CPUtime=0 cores=4,6
/proc/129595/task/129606/stat : 129606 (Finalizer) S 129592 129595 124419 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 13815699 19430449152 20202 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
[pid=129595/tid=129613] ppid=129592 vsize=18975048 memory=14135541352367841 CPUtime=0 cores=4,6
/proc/129595/task/129613/stat : 129613 (Common-Cleaner) S 129592 129595 124419 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 13815699 19430449152 20202 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 80808 KiB

[startup+0.306473 s]*
/proc/loadavg: 4.67 4.54 4.48 7/337 129613
/proc/meminfo: memFree=120066808/131524600 swapFree=131064524/131071996
[pid=129595] ppid=129592 vsize=18975048 memory=114816 CPUtime=0.53 cores=4,6
/proc/129595/stat : 129595 (java) S 129592 129595 124419 0 -1 1077936128 8700 0 0 0 50 3 0 0 20 0 18 0 13815696 19430449152 28704 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
/proc/129595/statm: 4743762 28704 5833 1 0 550606 0
[pid=129595/tid=129597] ppid=129592 vsize=18975048 memory=-9030954630478865084 CPUtime=0.28 cores=4,6
/proc/129595/task/129597/stat : 129597 (java) R 129592 129595 124419 0 -1 4194368 5461 0 0 0 26 2 0 0 20 0 18 0 13815696 19430449152 28704 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
[pid=129595/tid=129606] ppid=129592 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/129595/task/129606/stat : 129606 (Finalizer) S 129592 129595 124419 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 13815699 19430449152 28704 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
[pid=129595/tid=129613] ppid=129592 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/129595/task/129613/stat : 129613 (Common-Cleaner) S 129592 129595 124419 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 13815699 19430449152 28704 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 114816 KiB

[startup+0.700474 s]
/proc/loadavg: 4.67 4.54 4.48 9/338 129614
/proc/meminfo: memFree=120049632/131524600 swapFree=131064524/131071996
[pid=129595] ppid=129592 vsize=19041612 memory=135152 CPUtime=1.29 cores=4,6
/proc/129595/stat : 129595 (java) S 129592 129595 124419 0 -1 1077936128 10906 0 0 0 125 4 0 0 20 0 19 0 13815696 19498610688 33788 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
/proc/129595/statm: 4760403 33788 5849 1 0 552211 0
[pid=129595/tid=129597] ppid=129592 vsize=19041612 memory=5464 CPUtime=0.63 cores=4,6
/proc/129595/task/129597/stat : 129597 (java) R 129592 129595 124419 0 -1 4194368 5533 0 0 0 61 2 0 0 20 0 19 0 13815696 19498610688 33788 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
[pid=129595/tid=129606] ppid=129592 vsize=19041612 memory=12256 CPUtime=0 cores=4,6
/proc/129595/task/129606/stat : 129606 (Finalizer) S 129592 129595 124419 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 13815699 19498610688 33788 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
[pid=129595/tid=129613] ppid=129592 vsize=19041612 memory=164 CPUtime=0 cores=4,6
/proc/129595/task/129613/stat : 129613 (Common-Cleaner) S 129592 129595 124419 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 13815699 19498610688 33788 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
[pid=129595/tid=129614] ppid=129592 vsize=19041612 memory=117636 CPUtime=0 cores=4,6
/proc/129595/task/129614/stat : 129614 (Timer-0) S 129592 129595 124419 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 13815729 19498610688 33788 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 135152 KiB

[startup+1.50047 s]
/proc/loadavg: 4.78 4.57 4.49 6/338 129614
/proc/meminfo: memFree=119987756/131524600 swapFree=131064524/131071996
[pid=129595] ppid=129592 vsize=19041612 memory=165416 CPUtime=2.81 cores=4,6
/proc/129595/stat : 129595 (java) S 129592 129595 124419 0 -1 1077936128 17519 0 0 0 276 5 0 0 20 0 19 0 13815696 19498610688 41354 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
/proc/129595/statm: 4760403 41354 5862 1 0 553403 0
[pid=129595/tid=129597] ppid=129592 vsize=19041612 memory=12256 CPUtime=1.42 cores=4,6
/proc/129595/task/129597/stat : 129597 (java) R 129592 129595 124419 0 -1 4194368 5904 0 0 0 139 3 0 0 20 0 19 0 13815696 19498610688 41354 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
[pid=129595/tid=129606] ppid=129592 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/129595/task/129606/stat : 129606 (Finalizer) S 129592 129595 124419 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 13815699 19498610688 41354 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
[pid=129595/tid=129613] ppid=129592 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/129595/task/129613/stat : 129613 (Common-Cleaner) S 129592 129595 124419 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 13815699 19498610688 41354 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
[pid=129595/tid=129614] ppid=129592 vsize=19041612 memory=281245733004560 CPUtime=0 cores=4,6
/proc/129595/task/129614/stat : 129614 (Timer-0) S 129592 129595 124419 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 13815729 19498610688 41354 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 165416 KiB

[startup+3.10647 s]
/proc/loadavg: 4.78 4.57 4.49 5/339 129615
/proc/meminfo: memFree=119902464/131524600 swapFree=131064524/131071996
[pid=129595] ppid=129592 vsize=19108176 memory=180668 CPUtime=4.8 cores=4,6
/proc/129595/stat : 129595 (java) S 129592 129595 124419 0 -1 1077936128 19571 0 0 0 474 6 0 0 20 0 20 0 13815696 19566772224 45167 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
/proc/129595/statm: 4777044 45167 5894 1 0 553738 0
[pid=129595/tid=129597] ppid=129592 vsize=19108176 memory=0 CPUtime=2.99 cores=4,6
/proc/129595/task/129597/stat : 129597 (java) R 129592 129595 124419 0 -1 4194368 7045 0 0 0 296 3 0 0 20 0 20 0 13815696 19566772224 45167 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
[pid=129595/tid=129606] ppid=129592 vsize=19108176 memory=12256 CPUtime=0 cores=4,6
/proc/129595/task/129606/stat : 129606 (Finalizer) S 129592 129595 124419 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13815699 19566772224 45167 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
[pid=129595/tid=129613] ppid=129592 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/129595/task/129613/stat : 129613 (Common-Cleaner) S 129592 129595 124419 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 13815699 19566772224 45167 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
[pid=129595/tid=129614] ppid=129592 vsize=19108176 memory=11464 CPUtime=0 cores=4,6
/proc/129595/task/129614/stat : 129614 (Timer-0) S 129592 129595 124419 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13815729 19566772224 45167 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
Current children cumulated CPU time: 4.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 180668 KiB

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

# cumulated CPU time of all completed processes:  user=7.35382 s, system=0.085259 s

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

[startup+3.20047 s]
/proc/loadavg: 4.78 4.57 4.49 5/339 129615
/proc/meminfo: memFree=119902464/131524600 swapFree=131064524/131071996
[pid=129595] ppid=129592 vsize=19108176 memory=180668 CPUtime=4.91 cores=4,6
/proc/129595/stat : 129595 (java) S 129592 129595 124419 0 -1 1077936128 19579 0 0 0 485 6 0 0 20 0 20 0 13815696 19566772224 45167 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
/proc/129595/statm: 4777044 45167 5894 1 0 553738 0
[pid=129595/tid=129597] ppid=129592 vsize=19108176 memory=161 CPUtime=3.09 cores=4,6
/proc/129595/task/129597/stat : 129597 (java) R 129592 129595 124419 0 -1 4194368 7046 0 0 0 306 3 0 0 20 0 20 0 13815696 19566772224 45167 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
[pid=129595/tid=129606] ppid=129592 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/129595/task/129606/stat : 129606 (Finalizer) S 129592 129595 124419 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13815699 19566772224 45167 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
[pid=129595/tid=129613] ppid=129592 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/129595/task/129613/stat : 129613 (Common-Cleaner) S 129592 129595 124419 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 13815699 19566772224 45167 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
[pid=129595/tid=129614] ppid=129592 vsize=19108176 memory=2236 CPUtime=0 cores=4,6
/proc/129595/task/129614/stat : 129614 (Timer-0) S 129592 129595 124419 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13815729 19566772224 45167 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
Current children cumulated CPU time: 4.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 180668 KiB

[startup+4.00047 s]*
/proc/loadavg: 4.78 4.57 4.49 6/339 129615
/proc/meminfo: memFree=119839080/131524600 swapFree=131064524/131071996
[pid=129595] ppid=129592 vsize=19108176 memory=183952 CPUtime=6.03 cores=4,6
/proc/129595/stat : 129595 (java) S 129592 129595 124419 0 -1 1077936128 25576 0 0 0 597 6 0 0 20 0 20 0 13815696 19566772224 45988 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
/proc/129595/statm: 4777044 45988 5894 1 0 554533 0
[pid=129595/tid=129597] ppid=129592 vsize=19108176 memory=-9030954630478865084 CPUtime=3.88 cores=4,6
/proc/129595/task/129597/stat : 129597 (java) R 129592 129595 124419 0 -1 4194368 7400 0 0 0 385 3 0 0 20 0 20 0 13815696 19566772224 45988 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
[pid=129595/tid=129606] ppid=129592 vsize=19108176 memory=970602 CPUtime=0 cores=4,6
/proc/129595/task/129606/stat : 129606 (Finalizer) S 129592 129595 124419 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13815699 19566772224 45988 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
[pid=129595/tid=129613] ppid=129592 vsize=19108176 memory=3617859663884056379 CPUtime=0 cores=4,6
/proc/129595/task/129613/stat : 129613 (Common-Cleaner) S 129592 129595 124419 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 13815699 19566772224 45988 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
[pid=129595/tid=129614] ppid=129592 vsize=19108176 memory=-9030954630478865084 CPUtime=0 cores=4,6
/proc/129595/task/129614/stat : 129614 (Timer-0) S 129592 129595 124419 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13815729 19566772224 45988 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
Current children cumulated CPU time: 6.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 183952 KiB

[startup+4.80047 s]
/proc/loadavg: 4.78 4.57 4.49 6/339 129615
/proc/meminfo: memFree=119839080/131524600 swapFree=131064524/131071996
[pid=129595] ppid=129592 vsize=19108176 memory=184744 CPUtime=6.85 cores=4,6
/proc/129595/stat : 129595 (java) S 129592 129595 124419 0 -1 1077936128 26117 0 0 0 678 7 0 0 20 0 20 0 13815696 19566772224 46186 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
/proc/129595/statm: 4777044 46186 5894 1 0 554704 0
[pid=129595/tid=129597] ppid=129592 vsize=19108176 memory=12256 CPUtime=4.67 cores=4,6
/proc/129595/task/129597/stat : 129597 (java) R 129592 129595 124419 0 -1 4194368 7702 0 0 0 464 3 0 0 20 0 20 0 13815696 19566772224 46186 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
[pid=129595/tid=129606] ppid=129592 vsize=19108176 memory=5464 CPUtime=0 cores=4,6
/proc/129595/task/129606/stat : 129606 (Finalizer) S 129592 129595 124419 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13815699 19566772224 46186 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
[pid=129595/tid=129613] ppid=129592 vsize=19108176 memory=180848 CPUtime=0 cores=4,6
/proc/129595/task/129613/stat : 129613 (Common-Cleaner) S 129592 129595 124419 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 13815699 19566772224 46186 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
[pid=129595/tid=129614] ppid=129592 vsize=19108176 memory=5464 CPUtime=0 cores=4,6
/proc/129595/task/129614/stat : 129614 (Timer-0) S 129592 129595 124419 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13815729 19566772224 46186 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
Current children cumulated CPU time: 6.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 184744 KiB

[startup+5.20047 s]
/proc/loadavg: 4.78 4.57 4.49 5/339 129615
/proc/meminfo: memFree=119806736/131524600 swapFree=131064524/131071996
[pid=129595] ppid=129592 vsize=19108176 memory=185016 CPUtime=7.32 cores=4,6
/proc/129595/stat : 129595 (java) S 129592 129595 124419 0 -1 1077936128 27885 0 0 0 725 7 0 0 20 0 20 0 13815696 19566772224 46254 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
/proc/129595/statm: 4777044 46254 5894 1 0 554704 0
[pid=129595/tid=129597] ppid=129592 vsize=19108176 memory=1848 CPUtime=5.06 cores=4,6
/proc/129595/task/129597/stat : 129597 (java) R 129592 129595 124419 0 -1 4194368 8200 0 0 0 502 4 0 0 20 0 20 0 13815696 19566772224 46254 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
[pid=129595/tid=129606] ppid=129592 vsize=19108176 memory=100 CPUtime=0 cores=4,6
/proc/129595/task/129606/stat : 129606 (Finalizer) S 129592 129595 124419 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13815699 19566772224 46254 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
[pid=129595/tid=129613] ppid=129592 vsize=19108176 memory=1984 CPUtime=0 cores=4,6
/proc/129595/task/129613/stat : 129613 (Common-Cleaner) S 129592 129595 124419 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 20 0 13815699 19566772224 46254 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
[pid=129595/tid=129614] ppid=129592 vsize=19108176 memory=-9030954630478865084 CPUtime=0 cores=4,6
/proc/129595/task/129614/stat : 129614 (Timer-0) S 129592 129595 124419 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13815729 19566772224 46254 134679101440 94213720928256 94213720931952 140730863034768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94213720939768 94213720940560 94213749698560 140730863043499 140730863043681 140730863043681 140730863050696 0
Current children cumulated CPU time: 7.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 185016 KiB

Child status: 20

Real time (s): 5.29931
CPU time (s): 7.43908
CPU user time (s): 7.35382
CPU system time (s): 0.085259
CPU usage (%): 140.378
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 185016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.35382
system time used= 0.085259
maximum resident set size= 186468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29478
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 982
involuntary context switches= 248


# summary of solver processes directly reported to runsolver:
#   pid: 129595
#   total CPU time (s): 7.43908
#   total CPU user time (s): 7.35382
#   total CPU system time (s): 0.085259

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.021506 second user time and 0.056152 second system time

The end

Launcher Data

Begin job on nodeC034 at 2024-07-24 00:15:15
IDJOB=4441712
IDBENCH=147739
IDSOLVER=3079
FILE ID=nodeC034/4441712-1721772915
RUNJOBID= nodeC034-1721765707-124430
SLURM_JOB_ID= 7770676
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-ooo.tag10.ucl.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-4441712-1721772915/watcher-4441712-1721772915 -o /tmp/evaluation-result-4441712-1721772915/solver-4441712-1721772915 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1721765707-124430 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4441712-1721772915 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4441712-1721772915.opb

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

MD5SUM BENCH= 1cec7467f4817916a0b2c766a10a10ef
RANDOM SEED=550134957

nodeC034.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	: 0xb00002a
cpu MHz		: 3600.624
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3690.262
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3656.666
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.109
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3651.364
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.542
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3646.483
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3690.191
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        120171480 kB
MemAvailable:   124310616 kB
Buffers:          179824 kB
Cached:          4762944 kB
SwapCached:          104 kB
Active:          1143860 kB
Inactive:        9580848 kB
Active(anon):       4076 kB
Inactive(anon):  5814436 kB
Active(file):    1139784 kB
Inactive(file):  3766412 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131064524 kB
Dirty:            335780 kB
Writeback:             0 kB
AnonPages:       5778660 kB
Mapped:           118972 kB
Shmem:             37116 kB
KReclaimable:     145176 kB
Slab:             259164 kB
SReclaimable:     145176 kB
SUnreclaim:       113988 kB
KernelStack:        5184 kB
PageTables:        21492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8228660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            17440 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5511168 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:      330452 kB
DirectMap2M:    41385984 kB
DirectMap1G:    94371840 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC034 at 2024-07-24 00:15:20