Trace number 4452652

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2024 2024-07-07UNSAT cert. 6.89724 4.50669

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_4_shuffle/normalized-sumineqArity4pyramidP075.shuf-1.opb
MD5SUMc3fc1be74d62a91a7a1e7c6ab134a010
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.895225
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables11704
Total number of constraints2927
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints2921
Minimum length of a constraint4
Maximum length of a constraint12
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 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 24
Number of bits of the biggest sum of numbers5
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.09/0.10	c version CUSTOM.v20240707
0.09/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.11	c java.vm.version	22.0.1+8-16
0.09/0.11	c java.vm.vendor	Oracle Corporation
0.09/0.11	c sun.arch.data.model	64
0.09/0.11	c java.version		22.0.1
0.09/0.11	c os.name		Linux
0.09/0.11	c os.version		4.18.0-301.1.el8.x86_64
0.09/0.11	c os.arch		amd64
0.09/0.12	c Free memory 		2104792832
0.09/0.12	c Max memory 		16282288128
0.09/0.12	c Total memory 		2113929216
0.09/0.12	c Number of processors 	2
0.09/0.15	--- Begin Solver configuration ---
0.09/0.15	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.09/0.15	Learn all clauses as in MiniSAT
0.09/0.15	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.15	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.15	Expensive reason simplification
0.09/0.15	Glucose 2.1 dynamic restart strategy
0.09/0.15	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.09/0.15	timeout=2147483s
0.09/0.15	DB Simplification allowed=false
0.09/0.15	Listener: none
0.09/0.15	--- End Solver configuration ---
0.09/0.16	c Pseudo Boolean Optimization by upper bound
0.09/0.16	c --- Begin Solver configuration ---
0.09/0.16	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.09/0.16	c Learn all clauses as in MiniSAT
0.09/0.16	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.16	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.16	c Expensive reason simplification
0.09/0.16	c Glucose 2.1 dynamic restart strategy
0.09/0.16	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.09/0.16	c timeout=2147483s
0.09/0.16	c DB Simplification allowed=false
0.09/0.16	c Listener: none
0.09/0.16	c --- End Solver configuration ---
0.09/0.16	c solving HOME/instance-4452652-1721841437.opb
0.09/0.16	c reading problem ... 
0.09/0.16	c using VERIPB proof format
0.09/0.16	c  no objective function found
0.28/0.27	c ... done. Wall clock time 0.112s.
0.28/0.27	c declared #vars     11704
0.28/0.27	c #constraints  2927
0.28/0.27	c constraints type 
0.28/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2927
0.28/0.27	c 2927 constraints processed.
1.24/0.72	c cleaning 2492 clauses out of 5000 with flag 16094/5000
1.84/1.00	c cleaning 4251 clauses out of 8510 with flag 35702/11002
2.42/1.38	c cleaning 5607 clauses out of 11257 with flag 59702/18000
2.83/1.55	c cleaning 6815 clauses out of 13651 with flag 88207/26001
3.22/1.71	c cleaning 7848 clauses out of 15835 with flag 118942/35000
3.41/1.83	c cleaning 8932 clauses out of 17987 with flag 155754/45000
3.62/1.96	c cleaning 9982 clauses out of 20056 with flag 192407/56001
3.82/2.08	c cleaning 10979 clauses out of 22073 with flag 235072/68000
4.16/2.25	c cleaning 11913 clauses out of 24095 with flag 284246/81001
4.27/2.39	c cleaning 12979 clauses out of 26182 with flag 332694/95001
4.48/2.57	c cleaning 14035 clauses out of 28204 with flag 385032/110002
4.68/2.74	c cleaning 15043 clauses out of 30167 with flag 440996/126000
4.94/2.93	c cleaning 16056 clauses out of 32125 with flag 502823/143001
5.32/3.15	c cleaning 17000 clauses out of 34068 with flag 558744/161000
5.72/3.43	c cleaning 17984 clauses out of 36068 with flag 626470/180000
5.92/3.69	c cleaning 18982 clauses out of 38085 with flag 697351/200001
6.22/3.90	c cleaning 20048 clauses out of 40104 with flag 774497/221002
6.43/4.18	c cleaning 21025 clauses out of 42054 with flag 844965/243000
6.75/4.44	c starts		: 142
6.75/4.45	c conflicts		: 263257
6.75/4.45	c decisions		: 1292653
6.75/4.45	c propagations		: 3034607
6.75/4.45	c inspects		: 17372818
6.75/4.45	c shortcuts		: 0
6.75/4.45	c learnt literals	: 4
6.75/4.45	c learnt binary clauses	: 22
6.75/4.45	c learnt ternary clauses	: 4001
6.75/4.45	c learnt constraints	: 263252
6.75/4.45	c ignored constraints	: 0
6.75/4.45	c root simplifications	: 0
6.75/4.45	c removed literals (reason simplification)	: 92886
6.75/4.45	c reason swapping (by a shorter reason)	: 0
6.75/4.45	c Calls to reduceDB	: 18
6.75/4.45	c Number of update (reduction) of LBD	: 69369
6.75/4.45	c Imported unit clauses	: 0
6.75/4.45	c No decision after first conflict	: false
6.75/4.45	c number of reductions to clauses (during analyze)	: 0
6.75/4.45	c number of learned constraints concerned by reduction	: 0
6.75/4.45	c number of learning phase by resolution	: 0
6.75/4.45	c number of learning phase by cutting planes	: 0
6.75/4.45	c number of rounding to 1 operations	: 0
6.75/4.45	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
6.75/4.45	c number of reductions of the coefficients by power 2 	: 0
6.75/4.45	c number of right shift for reduction by power 2 	: 0
6.75/4.45	c number of reductions of the coefficients by GCD over coefficients 	: 0
6.75/4.45	c number of ending skipping 	: 0
6.75/4.45	c number of internal skipping 	: 0
6.75/4.45	c number of derivation steps 	: 0
6.75/4.45	c number of skipped derivation steps 	: 0
6.75/4.45	c number of remaining unassigned 	: 0
6.75/4.45	c number of remaining assigned 	: 0
6.75/4.45	c number of falsified literals weakened from reason	: 0
6.75/4.45	c number of falsified literals weakened from conflict	: 0
6.75/4.45	c time for arithmetic operations	: 0
6.75/4.45	c minimum degree of deleted constraints	: null
6.75/4.45	c maximum degree of deleted constraints	: null
6.75/4.45	c number of deleted constraints	: 0
6.75/4.46	c speed (assignments/second)	: 727374.640460211
6.75/4.46	c non guided choices	: 705004
6.75/4.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 41259
6.75/4.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 22
6.75/4.48	s UNSATISFIABLE
6.75/4.48	c Total wall clock time (in seconds): 4.325

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: 63968 MiB (61086 MiB free)
  memory of node 1: 64473 MiB (58436 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452652-1721841437/watcher-4452652-1721841437 -o /tmp/evaluation-result-4452652-1721841437/solver-4452652-1721841437 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721841436-199510 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4452652-1721841437 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4452652-1721841437.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
Starting watchdog thread
solver pid=199566, runsolver pid=199562
Current StackSize limit: 8192 KiB


[startup+0.102008 s]*
/proc/loadavg: 0.48 0.95 1.31 8/328 199642
/proc/meminfo: memFree=122239988/131524600 swapFree=131054968/131071996
[pid=199566] ppid=199562 vsize=18975048 memory=58888 CPUtime=0.09 cores=1,3
/proc/199566/stat : 199566 (java) S 199562 199566 199498 0 -1 1077936128 6755 0 3 0 7 2 0 0 20 0 18 0 20667040 19430449152 14722 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
/proc/199566/statm: 4743762 14722 5608 1 0 548914 0
[pid=199566/tid=199572] ppid=199562 vsize=18975048 memory=4026531971 CPUtime=0.06 cores=1,3
/proc/199566/task/199572/stat : 199572 (java) R 199562 199566 199498 0 -1 4194368 5663 0 3 0 5 1 0 0 20 0 18 0 20667040 19430449152 14722 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
[pid=199566/tid=199611] ppid=199562 vsize=18975048 memory=1535086 CPUtime=0 cores=1,3
/proc/199566/task/199611/stat : 199611 (Finalizer) S 199562 199566 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20667046 19430449152 14722 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
[pid=199566/tid=199641] ppid=199562 vsize=18975048 memory=13855165887284878 CPUtime=0 cores=1,3
/proc/199566/task/199641/stat : 199641 (Common-Cleaner) S 199562 199566 199498 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 20667047 19430449152 14722 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58888 KiB

[startup+0.205653 s]*
/proc/loadavg: 0.48 0.95 1.31 14/328 199642
/proc/meminfo: memFree=122155164/131524600 swapFree=131054968/131071996
[pid=199566] ppid=199562 vsize=18975048 memory=73672 CPUtime=0.28 cores=1,3
/proc/199566/stat : 199566 (java) S 199562 199566 199498 0 -1 1077936128 7629 0 3 0 26 2 0 0 20 0 18 0 20667040 19430449152 18418 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
/proc/199566/statm: 4743762 18418 5851 1 0 549591 0
[pid=199566/tid=199572] ppid=199562 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=1,3
/proc/199566/task/199572/stat : 199572 (java) R 199562 199566 199498 0 -1 4194368 5981 0 3 0 15 2 0 0 20 0 18 0 20667040 19430449152 18418 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
[pid=199566/tid=199611] ppid=199562 vsize=18975048 memory=1535086 CPUtime=0 cores=1,3
/proc/199566/task/199611/stat : 199611 (Finalizer) S 199562 199566 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20667046 19430449152 18418 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
[pid=199566/tid=199641] ppid=199562 vsize=18975048 memory=13855165887284878 CPUtime=0 cores=1,3
/proc/199566/task/199641/stat : 199641 (Common-Cleaner) S 199562 199566 199498 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 20667047 19430449152 18418 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 73672 KiB

[startup+0.310467 s]*
/proc/loadavg: 0.48 0.95 1.31 15/331 199645
/proc/meminfo: memFree=122059732/131524600 swapFree=131054968/131071996
[pid=199566] ppid=199562 vsize=19041612 memory=96936 CPUtime=0.48 cores=1,3
/proc/199566/stat : 199566 (java) S 199562 199566 199498 0 -1 1077936128 9404 0 3 0 45 3 0 0 20 0 19 0 20667040 19498610688 24234 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
/proc/199566/statm: 4760403 24234 5851 1 0 551111 0
[pid=199566/tid=199572] ppid=199562 vsize=19041612 memory=-9103575174352773820 CPUtime=0.27 cores=1,3
/proc/199566/task/199572/stat : 199572 (java) R 199562 199566 199498 0 -1 4194368 6061 0 3 0 25 2 0 0 20 0 19 0 20667040 19498610688 24234 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
[pid=199566/tid=199611] ppid=199562 vsize=19041612 memory=1471061275443364185 CPUtime=0 cores=1,3
/proc/199566/task/199611/stat : 199611 (Finalizer) S 199562 199566 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 20667046 19498610688 24234 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
[pid=199566/tid=199641] ppid=199562 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/199566/task/199641/stat : 199641 (Common-Cleaner) S 199562 199566 199498 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 20667047 19498610688 24234 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
[pid=199566/tid=199645] ppid=199562 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/199566/task/199645/stat : 199645 (Timer-0) S 199562 199566 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 20667068 19498610688 24234 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 96936 KiB

[startup+0.700466 s]
/proc/loadavg: 0.48 0.95 1.31 15/332 199646
/proc/meminfo: memFree=121926540/131524600 swapFree=131054968/131071996
[pid=199566] ppid=199562 vsize=19041612 memory=135092 CPUtime=1.24 cores=1,3
/proc/199566/stat : 199566 (java) S 199562 199566 199498 0 -1 1077936128 16850 0 3 0 119 5 0 0 20 0 19 0 20667040 19498610688 33773 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
/proc/199566/statm: 4760403 33773 5876 1 0 555276 0
[pid=199566/tid=199572] ppid=199562 vsize=19041612 memory=12304 CPUtime=0.65 cores=1,3
/proc/199566/task/199572/stat : 199572 (java) R 199562 199566 199498 0 -1 4194368 6083 0 3 0 62 3 0 0 20 0 19 0 20667040 19498610688 33773 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
[pid=199566/tid=199611] ppid=199562 vsize=19041612 memory=12304 CPUtime=0 cores=1,3
/proc/199566/task/199611/stat : 199611 (Finalizer) S 199562 199566 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 20667046 19498610688 33773 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
[pid=199566/tid=199641] ppid=199562 vsize=19041612 memory=280258695984104 CPUtime=0 cores=1,3
/proc/199566/task/199641/stat : 199641 (Common-Cleaner) S 199562 199566 199498 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 20667047 19498610688 33773 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
[pid=199566/tid=199645] ppid=199562 vsize=19041612 memory=25596 CPUtime=0 cores=1,3
/proc/199566/task/199645/stat : 199645 (Timer-0) S 199562 199566 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 20667068 19498610688 33773 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 135092 KiB

[startup+1.50047 s]
/proc/loadavg: 1.33 1.12 1.36 14/335 199649
/proc/meminfo: memFree=121735776/131524600 swapFree=131054968/131071996
[pid=199566] ppid=199562 vsize=19108176 memory=189596 CPUtime=2.83 cores=1,3
/proc/199566/stat : 199566 (java) S 199562 199566 199498 0 -1 1077936128 27140 0 3 0 275 8 0 0 20 0 20 0 20667040 19566772224 47399 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
/proc/199566/statm: 4777044 47399 5876 1 0 557583 0
[pid=199566/tid=199572] ppid=199562 vsize=19108176 memory=12304 CPUtime=1.42 cores=1,3
/proc/199566/task/199572/stat : 199572 (java) R 199562 199566 199498 0 -1 4194368 6517 0 3 0 138 4 0 0 20 0 20 0 20667040 19566772224 47399 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
[pid=199566/tid=199611] ppid=199562 vsize=19108176 memory=25596 CPUtime=0 cores=1,3
/proc/199566/task/199611/stat : 199611 (Finalizer) S 199562 199566 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667046 19566772224 47399 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
[pid=199566/tid=199641] ppid=199562 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/199566/task/199641/stat : 199641 (Common-Cleaner) S 199562 199566 199498 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 20667047 19566772224 47399 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
[pid=199566/tid=199645] ppid=199562 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/199566/task/199645/stat : 199645 (Timer-0) S 199562 199566 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20667068 19566772224 47399 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 189596 KiB

[startup+3.10547 s]
/proc/loadavg: 1.33 1.12 1.36 11/335 199716
/proc/meminfo: memFree=121430520/131524600 swapFree=131054968/131071996
[pid=199566] ppid=199562 vsize=19108176 memory=255824 CPUtime=5.32 cores=1,3
/proc/199566/stat : 199566 (java) S 199562 199566 199498 0 -1 1077936128 29093 0 3 0 520 12 0 0 20 0 20 0 20667040 19566772224 63956 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
/proc/199566/statm: 4777044 63956 5892 1 0 557586 0
[pid=199566/tid=199572] ppid=199562 vsize=19108176 memory=0 CPUtime=2.99 cores=1,3
/proc/199566/task/199572/stat : 199572 (java) R 199562 199566 199498 0 -1 4194368 6869 0 3 0 291 8 0 0 20 0 20 0 20667040 19566772224 63956 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
[pid=199566/tid=199611] ppid=199562 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/199566/task/199611/stat : 199611 (Finalizer) S 199562 199566 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667046 19566772224 63956 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
[pid=199566/tid=199641] ppid=199562 vsize=19108176 memory=12304 CPUtime=0 cores=1,3
/proc/199566/task/199641/stat : 199641 (Common-Cleaner) S 199562 199566 199498 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 20667047 19566772224 63956 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
[pid=199566/tid=199645] ppid=199562 vsize=19108176 memory=11944 CPUtime=0 cores=1,3
/proc/199566/task/199645/stat : 199645 (Timer-0) S 199562 199566 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20667068 19566772224 63956 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
Current children cumulated CPU time: 5.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 255824 KiB

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

# cumulated CPU time of all completed processes:  user=6.71697 s, system=0.180272 s

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

[startup+3.20047 s]
/proc/loadavg: 1.33 1.12 1.36 11/335 199716
/proc/meminfo: memFree=121430520/131524600 swapFree=131054968/131071996
[pid=199566] ppid=199562 vsize=19108176 memory=270236 CPUtime=5.51 cores=1,3
/proc/199566/stat : 199566 (java) S 199562 199566 199498 0 -1 1077936128 29143 0 3 0 539 12 0 0 20 0 20 0 20667040 19566772224 67559 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
/proc/199566/statm: 4777044 67559 5892 1 0 557586 0
[pid=199566/tid=199572] ppid=199562 vsize=19108176 memory=151600 CPUtime=3.09 cores=1,3
/proc/199566/task/199572/stat : 199572 (java) R 199562 199566 199498 0 -1 4194368 6882 0 3 0 300 9 0 0 20 0 20 0 20667040 19566772224 67559 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
[pid=199566/tid=199611] ppid=199562 vsize=19108176 memory=32168 CPUtime=0 cores=1,3
/proc/199566/task/199611/stat : 199611 (Finalizer) S 199562 199566 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667046 19566772224 67559 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
[pid=199566/tid=199641] ppid=199562 vsize=19108176 memory=15884 CPUtime=0 cores=1,3
/proc/199566/task/199641/stat : 199641 (Common-Cleaner) S 199562 199566 199498 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 20667047 19566772224 67559 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
[pid=199566/tid=199645] ppid=199562 vsize=19108176 memory=2296 CPUtime=0 cores=1,3
/proc/199566/task/199645/stat : 199645 (Timer-0) S 199562 199566 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20667068 19566772224 67559 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
Current children cumulated CPU time: 5.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 270236 KiB

[startup+4.00023 s]*
/proc/loadavg: 1.33 1.12 1.36 7/336 199717
/proc/meminfo: memFree=121086356/131524600 swapFree=131054968/131071996
[pid=199566] ppid=199562 vsize=19108176 memory=389020 CPUtime=6.33 cores=1,3
/proc/199566/stat : 199566 (java) S 199562 199566 199498 0 -1 1077936128 29270 0 3 0 617 16 0 0 20 0 20 0 20667040 19566772224 97255 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
/proc/199566/statm: 4777044 97255 5892 1 0 557586 0
[pid=199566/tid=199572] ppid=199562 vsize=19108176 memory=-8886838342773940924 CPUtime=3.87 cores=1,3
/proc/199566/task/199572/stat : 199572 (java) R 199562 199566 199498 0 -1 4194368 6984 0 3 0 375 12 0 0 20 0 20 0 20667040 19566772224 97255 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
[pid=199566/tid=199611] ppid=199562 vsize=19108176 memory=1535605 CPUtime=0 cores=1,3
/proc/199566/task/199611/stat : 199611 (Finalizer) S 199562 199566 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667046 19566772224 97255 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
[pid=199566/tid=199641] ppid=199562 vsize=19108176 memory=1744423 CPUtime=0 cores=1,3
/proc/199566/task/199641/stat : 199641 (Common-Cleaner) S 199562 199566 199498 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 20667047 19566772224 97255 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
[pid=199566/tid=199645] ppid=199562 vsize=19108176 memory=-9103575174352773820 CPUtime=0 cores=1,3
/proc/199566/task/199645/stat : 199645 (Timer-0) S 199562 199566 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20667068 19566772224 97255 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
Current children cumulated CPU time: 6.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 389020 KiB

[startup+4.4002 s]
/proc/loadavg: 1.33 1.12 1.36 7/336 199717
/proc/meminfo: memFree=121086356/131524600 swapFree=131054968/131071996
[pid=199566] ppid=199562 vsize=19108176 memory=395288 CPUtime=6.75 cores=1,3
/proc/199566/stat : 199566 (java) S 199562 199566 199498 0 -1 1077936128 29824 0 3 0 658 17 0 0 20 0 20 0 20667040 19566772224 98822 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
/proc/199566/statm: 4777044 98822 5892 1 0 557602 0
[pid=199566/tid=199572] ppid=199562 vsize=19108176 memory=39732 CPUtime=4.24 cores=1,3
/proc/199566/task/199572/stat : 199572 (java) R 199562 199566 199498 0 -1 4194368 7489 0 3 0 412 12 0 0 20 0 20 0 20667040 19566772224 98822 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
[pid=199566/tid=199611] ppid=199562 vsize=19108176 memory=32168 CPUtime=0 cores=1,3
/proc/199566/task/199611/stat : 199611 (Finalizer) S 199562 199566 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667046 19566772224 98822 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
[pid=199566/tid=199641] ppid=199562 vsize=19108176 memory=18864 CPUtime=0 cores=1,3
/proc/199566/task/199641/stat : 199641 (Common-Cleaner) S 199562 199566 199498 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 20667047 19566772224 98822 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
[pid=199566/tid=199645] ppid=199562 vsize=19108176 memory=5596 CPUtime=0 cores=1,3
/proc/199566/task/199645/stat : 199645 (Timer-0) S 199562 199566 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20667068 19566772224 98822 134679101440 93842832023552 93842832027248 140727220646512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842832035064 93842832035856 93842838839296 140727220650923 140727220651105 140727220651105 140727220658120 0
Current children cumulated CPU time: 6.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 395288 KiB

[startup+4.50106 s]*
/proc/loadavg: 1.33 1.12 1.36 7/317 199719
/proc/meminfo: memFree=121244992/131524600 swapFree=131054968/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 20

Real time (s): 4.50669
CPU time (s): 6.89724
CPU user time (s): 6.71697
CPU system time (s): 0.180272
CPU usage (%): 153.044
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 395288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.71697
system time used= 0.180272
maximum resident set size= 396864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30850
page faults= 3
swaps= 0
block input operations= 2448
block output operations= 46768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1115
involuntary context switches= 256


# summary of solver processes directly reported to runsolver:
#   pid: 199566
#   total CPU time (s): 6.89724
#   total CPU user time (s): 6.71697
#   total CPU system time (s): 0.180272

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.017391 second user time and 0.048945 second system time

The end

Launcher Data

Begin job on nodeC028 at 2024-07-24 19:17:17
IDJOB=4452652
IDBENCH=165270
IDSOLVER=3079
FILE ID=nodeC028/4452652-1721841437
RUNJOBID= nodeC028-1721841436-199510
SLURM_JOB_ID= 7891563
Free space on /tmp= 890060 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_4_shuffle/normalized-sumineqArity4pyramidP075.shuf-1.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-4452652-1721841437/watcher-4452652-1721841437 -o /tmp/evaluation-result-4452652-1721841437/solver-4452652-1721841437 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721841436-199510 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4452652-1721841437 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4452652-1721841437.opb

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

MD5SUM BENCH= c3fc1be74d62a91a7a1e7c6ab134a010
RANDOM SEED=1137233412

nodeC028.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		: 3641.136
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.46
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		: 3401.723
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	: 7005.51
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		: 3633.398
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.46
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		: 3639.241
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	: 7005.51
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		: 3527.387
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.46
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		: 3417.962
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	: 7005.51
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		: 3630.773
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.46
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		: 3479.449
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	: 7005.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        122401436 kB
MemAvailable:   129688420 kB
Buffers:          265592 kB
Cached:          7807116 kB
SwapCached:          264 kB
Active:          2262264 kB
Inactive:        6178552 kB
Active(anon):       4380 kB
Inactive(anon):   415828 kB
Active(file):    2257884 kB
Inactive(file):  5762724 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131054968 kB
Dirty:              6512 kB
Writeback:             4 kB
AnonPages:        367288 kB
Mapped:            96064 kB
Shmem:             52100 kB
KReclaimable:     212396 kB
Slab:             333364 kB
SReclaimable:     212396 kB
SUnreclaim:       120968 kB
KernelStack:        3832 kB
PageTables:        10252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     661184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            13440 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 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:      443092 kB
DirectMap2M:    51759104 kB
DirectMap1G:    83886080 kB

Free space on /tmp at the end= 890060 MiB
End job on nodeC028 at 2024-07-24 19:17:21