Trace number 4451542

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. 10.2441 7.45967

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/
normalized-3col-almost3reg-l040-r039-n1.opb
MD5SUM96e2a5c3c03fdb4a4e45b0158ae682a4
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.835655
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2196
Total number of constraints4698
Number of constraints which are clauses3966
Number of constraints which are cardinality constraints (but not clauses)732
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.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.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	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.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	Expensive reason simplification
0.14/0.12	Glucose 2.1 dynamic restart strategy
0.14/0.12	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.12	timeout=2147483s
0.14/0.12	DB Simplification allowed=false
0.14/0.12	Listener: none
0.14/0.12	--- End Solver configuration ---
0.14/0.12	c Pseudo Boolean Optimization by upper bound
0.14/0.12	c --- Begin Solver configuration ---
0.14/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	c Expensive reason simplification
0.14/0.12	c Glucose 2.1 dynamic restart strategy
0.14/0.12	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.12	c timeout=2147483s
0.14/0.12	c DB Simplification allowed=false
0.14/0.12	c Listener: none
0.14/0.12	c --- End Solver configuration ---
0.14/0.12	c solving HOME/instance-4451542-1721840222.opb
0.14/0.12	c reading problem ... 
0.14/0.13	c using VERIPB proof format
0.14/0.13	c  no objective function found
0.34/0.23	c ... done. Wall clock time 0.101s.
0.34/0.23	c declared #vars     2196
0.34/0.23	c #constraints  5430
0.34/0.23	c constraints type 
0.34/0.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3966
0.34/0.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 732
0.34/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 732
0.34/0.23	c 5430 constraints processed.
2.24/1.21	c cleaning 2498 clauses out of 5001 with flag 114296/5001
3.68/2.11	c cleaning 4249 clauses out of 8504 with flag 178181/11002
4.97/3.16	c cleaning 5619 clauses out of 11253 with flag 257893/18000
6.31/4.14	c cleaning 6810 clauses out of 13634 with flag 340002/26000
8.07/5.31	c cleaning 7906 clauses out of 15823 with flag 430842/35000
9.38/6.65	c cleaning 8956 clauses out of 17919 with flag 530957/45002
10.18/7.42	c starts		: 71
10.18/7.43	c conflicts		: 51213
10.18/7.43	c decisions		: 138393
10.18/7.43	c propagations		: 13219875
10.18/7.43	c inspects		: 61291355
10.18/7.43	c shortcuts		: 0
10.18/7.43	c learnt literals	: 12
10.18/7.43	c learnt binary clauses	: 68
10.18/7.43	c learnt ternary clauses	: 1921
10.18/7.43	c learnt constraints	: 51200
10.18/7.43	c ignored constraints	: 0
10.18/7.43	c root simplifications	: 0
10.18/7.43	c removed literals (reason simplification)	: 2359132
10.18/7.43	c reason swapping (by a shorter reason)	: 0
10.18/7.43	c Calls to reduceDB	: 6
10.18/7.43	c Number of update (reduction) of LBD	: 24984
10.18/7.43	c Imported unit clauses	: 0
10.18/7.43	c No decision after first conflict	: false
10.18/7.43	c number of reductions to clauses (during analyze)	: 0
10.18/7.43	c number of learned constraints concerned by reduction	: 0
10.18/7.43	c number of learning phase by resolution	: 0
10.18/7.43	c number of learning phase by cutting planes	: 0
10.18/7.43	c number of rounding to 1 operations	: 0
10.18/7.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
10.18/7.43	c number of reductions of the coefficients by power 2 	: 0
10.18/7.43	c number of right shift for reduction by power 2 	: 0
10.18/7.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
10.18/7.43	c number of ending skipping 	: 0
10.18/7.43	c number of internal skipping 	: 0
10.18/7.43	c number of derivation steps 	: 0
10.18/7.43	c number of skipped derivation steps 	: 0
10.18/7.43	c number of remaining unassigned 	: 0
10.18/7.43	c number of remaining assigned 	: 0
10.18/7.43	c number of falsified literals weakened from reason	: 0
10.18/7.43	c number of falsified literals weakened from conflict	: 0
10.18/7.43	c time for arithmetic operations	: 0
10.18/7.43	c minimum degree of deleted constraints	: null
10.18/7.43	c maximum degree of deleted constraints	: null
10.18/7.43	c number of deleted constraints	: 0
10.18/7.44	c speed (assignments/second)	: 1835583.865592891
10.18/7.44	c non guided choices	: 7319
10.18/7.45	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 15094
10.18/7.45	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 68
10.18/7.45	s UNSATISFIABLE
10.18/7.45	c Total wall clock time (in seconds): 7.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 (57162 MiB free)
  memory of node 1: 64473 MiB (57844 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451542-1721840222/watcher-4451542-1721840222 -o /tmp/evaluation-result-4451542-1721840222/solver-4451542-1721840222 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721840221-250669 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4451542-1721840222 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4451542-1721840222.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
solver pid=250851, runsolver pid=250848
Current StackSize limit: 8192 KiB


[startup+0.100675 s]*
/proc/loadavg: 2.37 3.59 3.93 12/338 250871
/proc/meminfo: memFree=117698412/131524600 swapFree=131071728/131071996
[pid=250851] ppid=250848 vsize=18975048 memory=64544 CPUtime=0.14 cores=4,6
/proc/250851/stat : 250851 (java) S 250848 250851 250658 0 -1 1077936128 7243 0 0 0 12 2 0 0 20 0 18 0 20545192 19430449152 16136 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
/proc/250851/statm: 4743762 16136 5480 1 0 549372 0
[pid=250851/tid=250853] ppid=250848 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/250851/task/250853/stat : 250853 (java) R 250848 250851 250658 0 -1 1078198336 5762 0 0 0 7 1 0 0 20 0 18 0 20545192 19430449152 16136 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
[pid=250851/tid=250862] ppid=250848 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/250851/task/250862/stat : 250862 (Finalizer) S 250848 250851 250658 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 20545194 19430449152 16136 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
[pid=250851/tid=250869] ppid=250848 vsize=18975048 memory=14130048089961189 CPUtime=0 cores=4,6
/proc/250851/task/250869/stat : 250869 (Common-Cleaner) S 250848 250851 250658 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 20545195 19430449152 16136 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64544 KiB

[startup+0.206685 s]*
/proc/loadavg: 2.37 3.59 3.93 9/315 250885
/proc/meminfo: memFree=117780344/131524600 swapFree=131071728/131071996
[pid=250851] ppid=250848 vsize=18975048 memory=88648 CPUtime=0.34 cores=4,6
/proc/250851/stat : 250851 (java) S 250848 250851 250658 0 -1 1077936128 7850 0 0 0 31 3 0 0 20 0 18 0 20545192 19430449152 22162 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
/proc/250851/statm: 4743762 22162 5763 1 0 549798 0
[pid=250851/tid=250853] ppid=250848 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=4,6
/proc/250851/task/250853/stat : 250853 (java) R 250848 250851 250658 0 -1 4194368 5957 0 0 0 17 2 0 0 20 0 18 0 20545192 19430449152 22162 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
[pid=250851/tid=250862] ppid=250848 vsize=18975048 memory=770575 CPUtime=0 cores=4,6
/proc/250851/task/250862/stat : 250862 (Finalizer) S 250848 250851 250658 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 20545194 19430449152 22162 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
[pid=250851/tid=250869] ppid=250848 vsize=18975048 memory=15816698926204594 CPUtime=0 cores=4,6
/proc/250851/task/250869/stat : 250869 (Common-Cleaner) S 250848 250851 250658 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 20545195 19430449152 22162 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 88648 KiB

[startup+0.306699 s]*
/proc/loadavg: 2.37 3.59 3.93 8/316 250886
/proc/meminfo: memFree=117751492/131524600 swapFree=131071728/131071996
[pid=250851] ppid=250848 vsize=19041612 memory=94504 CPUtime=0.52 cores=4,6
/proc/250851/stat : 250851 (java) S 250848 250851 250658 0 -1 1077936128 9331 0 0 0 49 3 0 0 20 0 19 0 20545192 19498610688 23626 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
/proc/250851/statm: 4760403 23626 5763 1 0 550983 0
[pid=250851/tid=250853] ppid=250848 vsize=19041612 memory=-6603046069204385729 CPUtime=0.26 cores=4,6
/proc/250851/task/250853/stat : 250853 (java) R 250848 250851 250658 0 -1 4194368 6032 0 0 0 24 2 0 0 20 0 19 0 20545192 19498610688 23626 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
[pid=250851/tid=250862] ppid=250848 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/250851/task/250862/stat : 250862 (Finalizer) S 250848 250851 250658 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 20545194 19498610688 23626 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
[pid=250851/tid=250869] ppid=250848 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/250851/task/250869/stat : 250869 (Common-Cleaner) S 250848 250851 250658 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 20545195 19498610688 23626 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
[pid=250851/tid=250886] ppid=250848 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/250851/task/250886/stat : 250886 (Timer-0) S 250848 250851 250658 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 20545215 19498610688 23626 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 94504 KiB

[startup+0.700687 s]
/proc/loadavg: 2.37 3.59 3.93 10/338 250938
/proc/meminfo: memFree=117653852/131524600 swapFree=131071728/131071996
[pid=250851] ppid=250848 vsize=19041612 memory=110944 CPUtime=1.26 cores=4,6
/proc/250851/stat : 250851 (java) S 250848 250851 250658 0 -1 1077936128 10129 0 0 0 122 4 0 0 20 0 19 0 20545192 19498610688 27736 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
/proc/250851/statm: 4760403 27736 5798 1 0 551333 0
[pid=250851/tid=250853] ppid=250848 vsize=19041612 memory=5592 CPUtime=0.61 cores=4,6
/proc/250851/task/250853/stat : 250853 (java) R 250848 250851 250658 0 -1 4194368 6045 0 0 0 59 2 0 0 20 0 19 0 20545192 19498610688 27736 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
[pid=250851/tid=250862] ppid=250848 vsize=19041612 memory=12264 CPUtime=0 cores=4,6
/proc/250851/task/250862/stat : 250862 (Finalizer) S 250848 250851 250658 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 20545194 19498610688 27736 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
[pid=250851/tid=250869] ppid=250848 vsize=19041612 memory=2244 CPUtime=0 cores=4,6
/proc/250851/task/250869/stat : 250869 (Common-Cleaner) S 250848 250851 250658 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 20545195 19498610688 27736 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
[pid=250851/tid=250886] ppid=250848 vsize=19041612 memory=2244 CPUtime=0 cores=4,6
/proc/250851/task/250886/stat : 250886 (Timer-0) S 250848 250851 250658 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 20545215 19498610688 27736 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 110944 KiB

[startup+1.50969 s]
/proc/loadavg: 2.37 3.59 3.93 11/339 250941
/proc/meminfo: memFree=117529176/131524600 swapFree=131071728/131071996
[pid=250851] ppid=250848 vsize=19108176 memory=178680 CPUtime=2.84 cores=4,6
/proc/250851/stat : 250851 (java) S 250848 250851 250658 0 -1 1077936128 20033 0 0 0 279 5 0 0 20 0 20 0 20545192 19566772224 44670 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
/proc/250851/statm: 4777044 44670 5814 1 0 554426 0
[pid=250851/tid=250853] ppid=250848 vsize=19108176 memory=12264 CPUtime=1.37 cores=4,6
/proc/250851/task/250853/stat : 250853 (java) R 250848 250851 250658 0 -1 4194368 7160 0 0 0 134 3 0 0 20 0 20 0 20545192 19566772224 44670 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
[pid=250851/tid=250862] ppid=250848 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/250851/task/250862/stat : 250862 (Finalizer) S 250848 250851 250658 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20545194 19566772224 44670 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
[pid=250851/tid=250869] ppid=250848 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/250851/task/250869/stat : 250869 (Common-Cleaner) S 250848 250851 250658 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 20545195 19566772224 44670 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
[pid=250851/tid=250886] ppid=250848 vsize=19108176 memory=52992246284345 CPUtime=0 cores=4,6
/proc/250851/task/250886/stat : 250886 (Timer-0) S 250848 250851 250658 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20545215 19566772224 44670 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 178680 KiB

[startup+3.10669 s]
/proc/loadavg: 2.37 3.59 3.93 7/341 250943
/proc/meminfo: memFree=117262692/131524600 swapFree=131071728/131071996
[pid=250851] ppid=250848 vsize=19108176 memory=183392 CPUtime=4.97 cores=4,6
/proc/250851/stat : 250851 (java) S 250848 250851 250658 0 -1 1077936128 22024 0 0 0 491 6 0 0 20 0 20 0 20545192 19566772224 45848 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
/proc/250851/statm: 4777044 45848 5830 1 0 554429 0
[pid=250851/tid=250853] ppid=250848 vsize=19108176 memory=0 CPUtime=2.94 cores=4,6
/proc/250851/task/250853/stat : 250853 (java) R 250848 250851 250658 0 -1 4194368 7924 0 0 0 290 4 0 0 20 0 20 0 20545192 19566772224 45848 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
[pid=250851/tid=250862] ppid=250848 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/250851/task/250862/stat : 250862 (Finalizer) S 250848 250851 250658 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20545194 19566772224 45848 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
[pid=250851/tid=250869] ppid=250848 vsize=19108176 memory=12264 CPUtime=0 cores=4,6
/proc/250851/task/250869/stat : 250869 (Common-Cleaner) S 250848 250851 250658 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 20545195 19566772224 45848 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
[pid=250851/tid=250886] ppid=250848 vsize=19108176 memory=11616 CPUtime=0 cores=4,6
/proc/250851/task/250886/stat : 250886 (Timer-0) S 250848 250851 250658 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20545215 19566772224 45848 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
Current children cumulated CPU time: 4.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 183392 KiB

[startup+6.30027 s]
/proc/loadavg: 2.90 3.68 3.96 7/341 251078
/proc/meminfo: memFree=116830528/131524600 swapFree=131071728/131071996
[pid=250851] ppid=250848 vsize=19108176 memory=303468 CPUtime=9.08 cores=4,6
/proc/250851/stat : 250851 (java) S 250848 250851 250658 0 -1 1077936128 29144 0 0 0 897 11 0 0 20 0 20 0 20545192 19566772224 75867 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
/proc/250851/statm: 4777044 75867 5830 1 0 556149 0
[pid=250851/tid=250853] ppid=250848 vsize=19108176 memory=0 CPUtime=6.09 cores=4,6
/proc/250851/task/250853/stat : 250853 (java) R 250848 250851 250658 0 -1 4194368 9314 0 0 0 602 7 0 0 20 0 20 0 20545192 19566772224 75867 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
[pid=250851/tid=250862] ppid=250848 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/250851/task/250862/stat : 250862 (Finalizer) S 250848 250851 250658 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20545194 19566772224 75867 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
[pid=250851/tid=250869] ppid=250848 vsize=19108176 memory=12264 CPUtime=0 cores=4,6
/proc/250851/task/250869/stat : 250869 (Common-Cleaner) S 250848 250851 250658 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 20545195 19566772224 75867 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
[pid=250851/tid=250886] ppid=250848 vsize=19108176 memory=178824 CPUtime=0 cores=4,6
/proc/250851/task/250886/stat : 250886 (Timer-0) S 250848 250851 250658 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20545215 19566772224 75867 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
Current children cumulated CPU time: 9.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 303468 KiB

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

# cumulated CPU time of all completed processes:  user=10.1069 s, system=0.137216 s

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

[startup+6.40031 s]
/proc/loadavg: 2.90 3.68 3.96 7/341 251078
/proc/meminfo: memFree=116830528/131524600 swapFree=131071728/131071996
[pid=250851] ppid=250848 vsize=19108176 memory=307564 CPUtime=9.18 cores=4,6
/proc/250851/stat : 250851 (java) S 250848 250851 250658 0 -1 1077936128 29150 0 0 0 907 11 0 0 20 0 20 0 20545192 19566772224 76891 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
/proc/250851/statm: 4777044 76891 5830 1 0 556149 0
[pid=250851/tid=250853] ppid=250848 vsize=19108176 memory=11616 CPUtime=6.19 cores=4,6
/proc/250851/task/250853/stat : 250853 (java) R 250848 250851 250658 0 -1 4194368 9318 0 0 0 612 7 0 0 20 0 20 0 20545192 19566772224 76891 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
[pid=250851/tid=250862] ppid=250848 vsize=19108176 memory=72092 CPUtime=0 cores=4,6
/proc/250851/task/250862/stat : 250862 (Finalizer) S 250848 250851 250658 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20545194 19566772224 76891 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
[pid=250851/tid=250869] ppid=250848 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/250851/task/250869/stat : 250869 (Common-Cleaner) S 250848 250851 250658 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 20545195 19566772224 76891 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
[pid=250851/tid=250886] ppid=250848 vsize=19108176 memory=228489167166 CPUtime=0 cores=4,6
/proc/250851/task/250886/stat : 250886 (Timer-0) S 250848 250851 250658 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20545215 19566772224 76891 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
Current children cumulated CPU time: 9.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 307564 KiB

[startup+7.20022 s]
/proc/loadavg: 2.90 3.68 3.96 7/341 251078
/proc/meminfo: memFree=116628796/131524600 swapFree=131071728/131071996
[pid=250851] ppid=250848 vsize=19108176 memory=356772 CPUtime=10 cores=4,6
/proc/250851/stat : 250851 (java) S 250848 250851 250658 0 -1 1077936128 30856 0 0 0 987 13 0 0 20 0 20 0 20545192 19566772224 89193 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
/proc/250851/statm: 4777044 89193 5830 1 0 556149 0
[pid=250851/tid=250853] ppid=250848 vsize=19108176 memory=11616 CPUtime=6.98 cores=4,6
/proc/250851/task/250853/stat : 250853 (java) R 250848 250851 250658 0 -1 4194368 9625 0 0 0 689 9 0 0 20 0 20 0 20545192 19566772224 89193 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
[pid=250851/tid=250862] ppid=250848 vsize=19108176 memory=317804 CPUtime=0 cores=4,6
/proc/250851/task/250862/stat : 250862 (Finalizer) S 250848 250851 250658 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20545194 19566772224 89193 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
[pid=250851/tid=250869] ppid=250848 vsize=19108176 memory=5592 CPUtime=0 cores=4,6
/proc/250851/task/250869/stat : 250869 (Common-Cleaner) S 250848 250851 250658 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 20 0 20545195 19566772224 89193 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
[pid=250851/tid=250886] ppid=250848 vsize=19108176 memory=772394 CPUtime=0 cores=4,6
/proc/250851/task/250886/stat : 250886 (Timer-0) S 250848 250851 250658 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20545215 19566772224 89193 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
Current children cumulated CPU time: 10 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 356772 KiB

[startup+7.40021 s]
/proc/loadavg: 2.90 3.68 3.96 7/341 251078
/proc/meminfo: memFree=116628796/131524600 swapFree=131071728/131071996
[pid=250851] ppid=250848 vsize=19108176 memory=356780 CPUtime=10.18 cores=4,6
/proc/250851/stat : 250851 (java) S 250848 250851 250658 0 -1 1077936128 31001 0 0 0 1005 13 0 0 20 0 20 0 20545192 19566772224 89195 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
/proc/250851/statm: 4777044 89195 5830 1 0 556165 0
[pid=250851/tid=250853] ppid=250848 vsize=19108176 memory=33 CPUtime=7.16 cores=4,6
/proc/250851/task/250853/stat : 250853 (java) D 250848 250851 250658 0 -1 4194368 9762 0 0 0 707 9 0 0 20 0 20 0 20545192 19566772224 89195 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
[pid=250851/tid=250862] ppid=250848 vsize=19108176 memory=770335 CPUtime=0 cores=4,6
/proc/250851/task/250862/stat : 250862 (Finalizer) S 250848 250851 250658 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20545194 19566772224 89195 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
[pid=250851/tid=250869] ppid=250848 vsize=19108176 memory=-8600013181204275900 CPUtime=0 cores=4,6
/proc/250851/task/250869/stat : 250869 (Common-Cleaner) S 250848 250851 250658 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 20 0 20545195 19566772224 89195 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
[pid=250851/tid=250886] ppid=250848 vsize=19108176 memory=12264 CPUtime=0 cores=4,6
/proc/250851/task/250886/stat : 250886 (Timer-0) S 250848 250851 250658 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20545215 19566772224 89195 134679101440 93880691376128 93880691379824 140732755975248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93880691387640 93880691388432 93880714248192 140732755981227 140732755981409 140732755981409 140732755988424 0
Current children cumulated CPU time: 10.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 356780 KiB

Child status: 20

Real time (s): 7.45967
CPU time (s): 10.2441
CPU user time (s): 10.1069
CPU system time (s): 0.137216
CPU usage (%): 137.327
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 356780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.1069
system time used= 0.137216
maximum resident set size= 358444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32193
page faults= 0
swaps= 0
block input operations= 0
block output operations= 33872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1165
involuntary context switches= 425


# summary of solver processes directly reported to runsolver:
#   pid: 250851
#   total CPU time (s): 10.2441
#   total CPU user time (s): 10.1069
#   total CPU system time (s): 0.137216

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.017506 second user time and 0.074761 second system time

The end

Launcher Data

Begin job on nodeC024 at 2024-07-24 18:57:02
IDJOB=4451542
IDBENCH=162575
IDSOLVER=3079
FILE ID=nodeC024/4451542-1721840222
RUNJOBID= nodeC024-1721840221-250669
SLURM_JOB_ID= 7891548
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/normalized-3col-almost3reg-l040-r039-n1.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-4451542-1721840222/watcher-4451542-1721840222 -o /tmp/evaluation-result-4451542-1721840222/solver-4451542-1721840222 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721840221-250669 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4451542-1721840222 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4451542-1721840222.opb

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

MD5SUM BENCH= 96e2a5c3c03fdb4a4e45b0158ae682a4
RANDOM SEED=766184161

nodeC024.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		: 3646.051
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.87
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		: 3599.937
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.58
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		: 3638.056
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.87
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		: 3599.937
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.58
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		: 3601.105
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.87
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		: 3599.937
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.58
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		: 3599.963
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.87
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		: 3599.937
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        117770364 kB
MemAvailable:   129304412 kB
Buffers:          265172 kB
Cached:         12027800 kB
SwapCached:           92 kB
Active:          2669128 kB
Inactive:       10330528 kB
Active(anon):       1572 kB
Inactive(anon):   759136 kB
Active(file):    2667556 kB
Inactive(file):  9571392 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071728 kB
Dirty:              5016 kB
Writeback:             0 kB
AnonPages:        705832 kB
Mapped:           138616 kB
Shmem:             54012 kB
KReclaimable:     269848 kB
Slab:             393528 kB
SReclaimable:     269848 kB
SUnreclaim:       123680 kB
KernelStack:        5132 kB
PageTables:        11456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7420332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            20032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    456704 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:      408276 kB
DirectMap2M:    48648192 kB
DirectMap1G:    87031808 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC024 at 2024-07-24 18:57:09