Trace number 4450504

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 Default 2024-07-07UNSAT 3.92113 2.46318

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
SUMINEQ/normalized-sumineqArity4pyramidP0064.opb
MD5SUMdd92d9e5756ed22f81c522492be205b4
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.174833
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8580
Total number of constraints2146
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)66
Number of constraints which are nor clauses,nor cardinality constraints2080
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 16
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.07	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.07	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.07	c java.vm.version	22.0.1+8-16
0.00/0.07	c java.vm.vendor	Oracle Corporation
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		22.0.1
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
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.13/0.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	No reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/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.13/0.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c No reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/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.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4450504-1721410974.opb
0.13/0.12	c reading problem ... 
0.13/0.12	c  no objective function found
0.13/0.20	c ... done. Wall clock time 0.079s.
0.13/0.20	c declared #vars     8580
0.13/0.20	c #constraints  2146
0.13/0.20	c constraints type 
0.13/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2146
0.13/0.20	c 2146 constraints processed.
0.91/0.51	c cleaning 2497 clauses out of 5001 with flag 14693/5001
1.28/0.75	c cleaning 4200 clauses out of 8504 with flag 34218/11001
1.89/1.00	c cleaning 5636 clauses out of 11304 with flag 59611/18001
2.10/1.13	c cleaning 6816 clauses out of 13668 with flag 89492/26001
2.29/1.21	c cleaning 7917 clauses out of 15851 with flag 129534/35000
2.29/1.28	c cleaning 8951 clauses out of 17934 with flag 167581/45000
2.49/1.36	c cleaning 9987 clauses out of 19985 with flag 209799/56002
2.66/1.45	c cleaning 10994 clauses out of 21996 with flag 255794/68000
2.79/1.54	c cleaning 11954 clauses out of 24002 with flag 302952/81000
2.90/1.64	c cleaning 12996 clauses out of 26049 with flag 352668/95001
2.99/1.74	c cleaning 13970 clauses out of 28052 with flag 403488/110000
3.09/1.86	c cleaning 15034 clauses out of 30082 with flag 462250/126000
3.22/2.00	c cleaning 15935 clauses out of 32048 with flag 521737/143000
3.44/2.17	c cleaning 16955 clauses out of 34113 with flag 588035/161000
3.63/2.30	c cleaning 18053 clauses out of 36158 with flag 655555/180000
3.81/2.41	c starts		: 102
3.81/2.41	c conflicts		: 184951
3.81/2.41	c decisions		: 607946
3.81/2.41	c propagations		: 1770518
3.81/2.41	c inspects		: 12688167
3.81/2.41	c shortcuts		: 0
3.81/2.41	c learnt literals	: 9
3.81/2.41	c learnt binary clauses	: 14
3.81/2.41	c learnt ternary clauses	: 1873
3.81/2.41	c learnt constraints	: 184941
3.81/2.41	c ignored constraints	: 0
3.81/2.41	c root simplifications	: 0
3.81/2.41	c removed literals (reason simplification)	: 0
3.81/2.41	c reason swapping (by a shorter reason)	: 0
3.81/2.41	c Calls to reduceDB	: 15
3.81/2.41	c Number of update (reduction) of LBD	: 50791
3.81/2.41	c Imported unit clauses	: 0
3.81/2.41	c No decision after first conflict	: false
3.81/2.41	c number of reductions to clauses (during analyze)	: 0
3.81/2.41	c number of learned constraints concerned by reduction	: 0
3.81/2.41	c number of learning phase by resolution	: 0
3.81/2.41	c number of learning phase by cutting planes	: 0
3.81/2.41	c number of rounding to 1 operations	: 0
3.81/2.41	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3.81/2.42	c number of reductions of the coefficients by power 2 	: 0
3.81/2.42	c number of right shift for reduction by power 2 	: 0
3.81/2.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3.81/2.42	c number of ending skipping 	: 0
3.81/2.42	c number of internal skipping 	: 0
3.81/2.42	c number of derivation steps 	: 0
3.81/2.42	c number of skipped derivation steps 	: 0
3.81/2.42	c number of remaining unassigned 	: 0
3.81/2.42	c number of remaining assigned 	: 0
3.81/2.42	c number of falsified literals weakened from reason	: 0
3.81/2.42	c number of falsified literals weakened from conflict	: 0
3.81/2.42	c time for arithmetic operations	: 0
3.81/2.42	c minimum degree of deleted constraints	: null
3.81/2.42	c maximum degree of deleted constraints	: null
3.81/2.42	c number of deleted constraints	: 0
3.81/2.42	c speed (assignments/second)	: 802592.0217588395
3.81/2.42	c non guided choices	: 218403
3.81/2.44	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 23032
3.81/2.44	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 14
3.81/2.44	s UNSATISFIABLE
3.81/2.44	c Total wall clock time (in seconds): 2.322

Verifier Data

ERROR: no interpretation found !

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450504-1721410974/watcher-4450504-1721410974 -o /tmp/evaluation-result-4450504-1721410974/solver-4450504-1721410974 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721410942-1024582 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4450504-1721410974.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=1025175, runsolver pid=1025172
Current StackSize limit: 8192 KiB


[startup+0.100129 s]*
/proc/loadavg: 3.01 2.02 2.81 11/334 1025195
/proc/meminfo: memFree=128119380/131524600 swapFree=131071996/131071996
[pid=1025175] ppid=1025172 vsize=18975048 memory=64672 CPUtime=0.13 cores=0,2
/proc/1025175/stat : 1025175 (java) S 1025172 1025175 1024572 0 -1 1077936128 7088 0 0 0 12 1 0 0 20 0 18 0 193263571 19430449152 16168 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
/proc/1025175/statm: 4743762 16168 5673 1 0 549337 0
[pid=1025175/tid=1025177] ppid=1025172 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/1025175/task/1025177/stat : 1025177 (java) R 1025172 1025175 1024572 0 -1 1077936192 5655 0 0 0 7 1 0 0 20 0 18 0 193263571 19430449152 16168 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
[pid=1025175/tid=1025186] ppid=1025172 vsize=18975048 memory=228556276070 CPUtime=0 cores=0,2
/proc/1025175/task/1025186/stat : 1025186 (Finalizer) S 1025172 1025175 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 193263574 19430449152 16168 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
[pid=1025175/tid=1025193] ppid=1025172 vsize=18975048 memory=13845278874243994 CPUtime=0 cores=0,2
/proc/1025175/task/1025193/stat : 1025193 (Common-Cleaner) S 1025172 1025175 1024572 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 193263574 19430449152 16168 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64672 KiB

[startup+0.211341 s]*
/proc/loadavg: 3.01 2.02 2.81 6/310 1025209
/proc/meminfo: memFree=128307348/131524600 swapFree=131071996/131071996
[pid=1025175] ppid=1025172 vsize=18976076 memory=88284 CPUtime=0.34 cores=0,2
/proc/1025175/stat : 1025175 (java) S 1025172 1025175 1024572 0 -1 1077936128 8721 0 0 0 32 2 0 0 20 0 18 0 193263571 19431501824 22071 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
/proc/1025175/statm: 4744019 22071 5859 1 0 550415 0
[pid=1025175/tid=1025177] ppid=1025172 vsize=18976076 memory=6876556183782621315 CPUtime=0.18 cores=0,2
/proc/1025175/task/1025177/stat : 1025177 (java) R 1025172 1025175 1024572 0 -1 4194368 5825 0 0 0 17 1 0 0 20 0 18 0 193263571 19431501824 22071 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
[pid=1025175/tid=1025186] ppid=1025172 vsize=18976076 memory=1676398 CPUtime=0 cores=0,2
/proc/1025175/task/1025186/stat : 1025186 (Finalizer) S 1025172 1025175 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 193263574 19431501824 22071 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
[pid=1025175/tid=1025193] ppid=1025172 vsize=18976076 memory=15544020042516215 CPUtime=0 cores=0,2
/proc/1025175/task/1025193/stat : 1025193 (Common-Cleaner) S 1025172 1025175 1024572 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 193263574 19431501824 22071 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18976076 KiB
Current children cumulated memory: 88284 KiB

[startup+0.306366 s]*
/proc/loadavg: 3.01 2.02 2.81 5/312 1025212
/proc/meminfo: memFree=128304632/131524600 swapFree=131071996/131071996
[pid=1025175] ppid=1025172 vsize=19041612 memory=90500 CPUtime=0.52 cores=0,2
/proc/1025175/stat : 1025175 (java) S 1025172 1025175 1024572 0 -1 1077936128 9297 0 0 0 50 2 0 0 20 0 19 0 193263571 19498610688 22625 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
/proc/1025175/statm: 4760403 22625 5859 1 0 551093 0
[pid=1025175/tid=1025177] ppid=1025172 vsize=19041612 memory=8184337420556855865 CPUtime=0.25 cores=0,2
/proc/1025175/task/1025177/stat : 1025177 (java) R 1025172 1025175 1024572 0 -1 4194368 5857 0 0 0 24 1 0 0 20 0 19 0 193263571 19498610688 22625 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
[pid=1025175/tid=1025186] ppid=1025172 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1025175/task/1025186/stat : 1025186 (Finalizer) S 1025172 1025175 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 193263574 19498610688 22625 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
[pid=1025175/tid=1025193] ppid=1025172 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1025175/task/1025193/stat : 1025193 (Common-Cleaner) S 1025172 1025175 1024572 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 193263574 19498610688 22625 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
[pid=1025175/tid=1025212] ppid=1025172 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1025175/task/1025212/stat : 1025212 (Timer-0) S 1025172 1025175 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 193263593 19498610688 22625 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 90500 KiB

[startup+0.701163 s]
/proc/loadavg: 3.01 2.02 2.81 7/332 1025261
/proc/meminfo: memFree=128254788/131524600 swapFree=131071996/131071996
[pid=1025175] ppid=1025172 vsize=19041612 memory=106188 CPUtime=1.28 cores=0,2
/proc/1025175/stat : 1025175 (java) S 1025172 1025175 1024572 0 -1 1077936128 14351 0 0 0 125 3 0 0 20 0 19 0 193263571 19498610688 26547 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
/proc/1025175/statm: 4760403 26547 5875 1 0 554444 0
[pid=1025175/tid=1025177] ppid=1025172 vsize=19041612 memory=5468 CPUtime=0.62 cores=0,2
/proc/1025175/task/1025177/stat : 1025177 (java) R 1025172 1025175 1024572 0 -1 4194368 5905 0 0 0 60 2 0 0 20 0 19 0 193263571 19498610688 26547 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
[pid=1025175/tid=1025186] ppid=1025172 vsize=19041612 memory=12420 CPUtime=0 cores=0,2
/proc/1025175/task/1025186/stat : 1025186 (Finalizer) S 1025172 1025175 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 193263574 19498610688 26547 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
[pid=1025175/tid=1025193] ppid=1025172 vsize=19041612 memory=2244 CPUtime=0 cores=0,2
/proc/1025175/task/1025193/stat : 1025193 (Common-Cleaner) S 1025172 1025175 1024572 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 193263574 19498610688 26547 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
[pid=1025175/tid=1025212] ppid=1025172 vsize=19041612 memory=140122569996784 CPUtime=0 cores=0,2
/proc/1025175/task/1025212/stat : 1025212 (Timer-0) S 1025172 1025175 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 193263593 19498610688 26547 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 106188 KiB

[startup+1.50115 s]
/proc/loadavg: 3.33 2.10 2.83 7/333 1025262
/proc/meminfo: memFree=128119124/131524600 swapFree=131071996/131071996
[pid=1025175] ppid=1025172 vsize=19041612 memory=124640 CPUtime=2.79 cores=0,2
/proc/1025175/stat : 1025175 (java) S 1025172 1025175 1024572 0 -1 1077936128 18723 0 0 0 275 4 0 0 20 0 19 0 193263571 19498610688 31160 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
/proc/1025175/statm: 4760403 31160 5875 1 0 554747 0
[pid=1025175/tid=1025177] ppid=1025172 vsize=19041612 memory=12420 CPUtime=1.4 cores=0,2
/proc/1025175/task/1025177/stat : 1025177 (java) R 1025172 1025175 1024572 0 -1 4194368 6217 0 0 0 138 2 0 0 20 0 19 0 193263571 19498610688 31160 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
[pid=1025175/tid=1025186] ppid=1025172 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1025175/task/1025186/stat : 1025186 (Finalizer) S 1025172 1025175 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 193263574 19498610688 31160 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
[pid=1025175/tid=1025193] ppid=1025172 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1025175/task/1025193/stat : 1025193 (Common-Cleaner) S 1025172 1025175 1024572 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 193263574 19498610688 31160 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
[pid=1025175/tid=1025212] ppid=1025172 vsize=19041612 memory=54083167977529 CPUtime=0 cores=0,2
/proc/1025175/task/1025212/stat : 1025212 (Timer-0) S 1025172 1025175 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 193263593 19498610688 31160 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 124640 KiB

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

# cumulated CPU time of all completed processes:  user=3.86552 s, system=0.055604 s

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

[startup+1.60116 s]
/proc/loadavg: 3.33 2.10 2.83 7/333 1025262
/proc/meminfo: memFree=128119124/131524600 swapFree=131071996/131071996
[pid=1025175] ppid=1025172 vsize=19041612 memory=126716 CPUtime=2.9 cores=0,2
/proc/1025175/stat : 1025175 (java) S 1025172 1025175 1024572 0 -1 1077936128 18783 0 0 0 286 4 0 0 20 0 19 0 193263571 19498610688 31679 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
/proc/1025175/statm: 4760403 31679 5875 1 0 554764 0
[pid=1025175/tid=1025177] ppid=1025172 vsize=19041612 memory=0 CPUtime=1.5 cores=0,2
/proc/1025175/task/1025177/stat : 1025177 (java) R 1025172 1025175 1024572 0 -1 4194368 6229 0 0 0 148 2 0 0 20 0 19 0 193263571 19498610688 31679 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
[pid=1025175/tid=1025186] ppid=1025172 vsize=19041612 memory=224194199869 CPUtime=0 cores=0,2
/proc/1025175/task/1025186/stat : 1025186 (Finalizer) S 1025172 1025175 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 193263574 19498610688 31679 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
[pid=1025175/tid=1025193] ppid=1025172 vsize=19041612 memory=-7452434265927804006 CPUtime=0 cores=0,2
/proc/1025175/task/1025193/stat : 1025193 (Common-Cleaner) S 1025172 1025175 1024572 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 193263574 19498610688 31679 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
[pid=1025175/tid=1025212] ppid=1025172 vsize=19041612 memory=12420 CPUtime=0 cores=0,2
/proc/1025175/task/1025212/stat : 1025212 (Timer-0) S 1025172 1025175 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 193263593 19498610688 31679 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
Current children cumulated CPU time: 2.9 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 126716 KiB

[startup+2.00116 s]*
/proc/loadavg: 3.33 2.10 2.83 7/333 1025262
/proc/meminfo: memFree=128083520/131524600 swapFree=131071996/131071996
[pid=1025175] ppid=1025172 vsize=19041612 memory=139108 CPUtime=3.33 cores=0,2
/proc/1025175/stat : 1025175 (java) S 1025172 1025175 1024572 0 -1 1077936128 18868 0 0 0 329 4 0 0 20 0 19 0 193263571 19498610688 34777 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
/proc/1025175/statm: 4760403 34777 5891 1 0 554765 0
[pid=1025175/tid=1025177] ppid=1025172 vsize=19041612 memory=-7452434265927935845 CPUtime=1.89 cores=0,2
/proc/1025175/task/1025177/stat : 1025177 (java) R 1025172 1025175 1024572 0 -1 4194368 6235 0 0 0 187 2 0 0 20 0 19 0 193263571 19498610688 34777 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
[pid=1025175/tid=1025186] ppid=1025172 vsize=19041612 memory=182920 CPUtime=0 cores=0,2
/proc/1025175/task/1025186/stat : 1025186 (Finalizer) S 1025172 1025175 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 193263574 19498610688 34777 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
[pid=1025175/tid=1025193] ppid=1025172 vsize=19041612 memory=2612 CPUtime=0 cores=0,2
/proc/1025175/task/1025193/stat : 1025193 (Common-Cleaner) S 1025172 1025175 1024572 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 193263574 19498610688 34777 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
[pid=1025175/tid=1025212] ppid=1025172 vsize=19041612 memory=4412 CPUtime=0 cores=0,2
/proc/1025175/task/1025212/stat : 1025212 (Timer-0) S 1025172 1025175 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 193263593 19498610688 34777 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
Current children cumulated CPU time: 3.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 139108 KiB

[startup+2.40117 s]
/proc/loadavg: 3.33 2.10 2.83 7/333 1025262
/proc/meminfo: memFree=128083520/131524600 swapFree=131071996/131071996
[pid=1025175] ppid=1025172 vsize=19041612 memory=145424 CPUtime=3.81 cores=0,2
/proc/1025175/stat : 1025175 (java) S 1025172 1025175 1024572 0 -1 1077936128 20055 0 0 0 377 4 0 0 20 0 19 0 193263571 19498610688 36356 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
/proc/1025175/statm: 4760403 36356 5891 1 0 554785 0
[pid=1025175/tid=1025177] ppid=1025172 vsize=19041612 memory=16156 CPUtime=2.28 cores=0,2
/proc/1025175/task/1025177/stat : 1025177 (java) R 1025172 1025175 1024572 0 -1 4194368 7127 0 0 0 226 2 0 0 20 0 19 0 193263571 19498610688 36356 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
[pid=1025175/tid=1025186] ppid=1025172 vsize=19041612 memory=2248 CPUtime=0 cores=0,2
/proc/1025175/task/1025186/stat : 1025186 (Finalizer) S 1025172 1025175 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 193263574 19498610688 36356 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
[pid=1025175/tid=1025193] ppid=1025172 vsize=19041612 memory=39476 CPUtime=0 cores=0,2
/proc/1025175/task/1025193/stat : 1025193 (Common-Cleaner) S 1025172 1025175 1024572 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 193263574 19498610688 36356 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
[pid=1025175/tid=1025212] ppid=1025172 vsize=19041612 memory=26000 CPUtime=0 cores=0,2
/proc/1025175/task/1025212/stat : 1025212 (Timer-0) S 1025172 1025175 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 193263593 19498610688 36356 134679101440 94404335312896 94404335316592 140729134541008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94404335324408 94404335325200 94404357410816 140729134543877 140729134543967 140729134543967 140729134550984 0
Current children cumulated CPU time: 3.81 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 145424 KiB

Child status: 20

Real time (s): 2.46318
CPU time (s): 3.92113
CPU user time (s): 3.86552
CPU system time (s): 0.055604
CPU usage (%): 159.189
Max. virtual memory (cumulated for all children) (KiB): 19041612
Max. memory (cumulated for all children) (KiB): 145424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.86552
system time used= 0.055604
maximum resident set size= 149024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23038
page faults= 0
swaps= 0
block input operations= 0
block output operations= 96
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 571
involuntary context switches= 160


# summary of solver processes directly reported to runsolver:
#   pid: 1025175
#   total CPU time (s): 3.92113
#   total CPU user time (s): 3.86552
#   total CPU system time (s): 0.055604

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.018955 second user time and 0.037903 second system time

The end

Launcher Data

Begin job on nodeC026 at 2024-07-19 19:43:07
IDJOB=4450504
IDBENCH=160462
IDSOLVER=3058
FILE ID=nodeC026/4450504-1721410974
RUNJOBID= nodeC026-1721410942-1024582
SLURM_JOB_ID= 7545477
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/SUMINEQ/normalized-sumineqArity4pyramidP0064.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450504-1721410974/watcher-4450504-1721410974 -o /tmp/evaluation-result-4450504-1721410974/solver-4450504-1721410974 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721410942-1024582 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4450504-1721410974.opb

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

MD5SUM BENCH= dd92d9e5756ed22f81c522492be205b4
RANDOM SEED=707787252

nodeC026.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		: 3599.889
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.74
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		: 3682.012
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.45
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		: 3599.875
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.410
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.45
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		: 3622.956
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.74
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		: 3682.200
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.45
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		: 3622.988
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.74
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.824
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.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128163596 kB
MemAvailable:   128654632 kB
Buffers:          561172 kB
Cached:           776388 kB
SwapCached:            0 kB
Active:          1076748 kB
Inactive:        1673864 kB
Active(anon):       1556 kB
Inactive(anon):  1457108 kB
Active(file):    1075192 kB
Inactive(file):   216756 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3192 kB
Writeback:             4 kB
AnonPages:       1409764 kB
Mapped:           127376 kB
Shmem:             45912 kB
KReclaimable:      77824 kB
Slab:             187812 kB
SReclaimable:      77824 kB
SUnreclaim:       109988 kB
KernelStack:        5060 kB
PageTables:        12600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7287408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1161216 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:      260820 kB
DirectMap2M:    27824128 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC026 at 2024-07-19 19:43:09