Trace number 4502913

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 NameAnswerobjective functionCPU timeWall clock time
mixed-bag-2024 2025-05-06? (MO) 245.858 246.66

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
kullmann/normalized-sbox_8_shg.opb
MD5SUMde975147a543f81642d44481372d34a3
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark304
Best CPU time to get the best result obtained on this benchmark3063.85
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables136253
Total number of constraints65280
Number of constraints which are clauses65280
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint170
Maximum length of a constraint1517
Number of terms in the objective function 136253
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 136253
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 136253
Number of bits of the biggest sum of numbers18
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.02	c RoundingSat 2
0.00/0.02	c branch 
0.00/0.02	c commit 
0.00/0.02	c with Papilo
0.00/0.02	c with SCIP
0.00/0.02	c [STEP] parsing instance
47.95/48.15	c [STEP] preprocessing with Papilo
55.71/55.90	c Papilo could not simplify the problem
55.71/55.90	c [STEP] solving with SCIP
245.20/246.10	[/home/evaluation/PB25/pb25-21-jabs/v1/pbcomp24-cg/build/_deps/scip-src/src/blockmemshell/memory.c:1066] ERROR: Insufficient memory for allocation of 35810512 bytes.
245.20/246.10	[/home/evaluation/PB25/pb25-21-jabs/v1/pbcomp24-cg/build/_deps/scip-src/src/scip/symmetry_graph.c:624] ERROR: Insufficient memory for new chunk.
245.20/246.10	[symmetry_graph.c:624] ERROR: Error <-1> in function call
245.20/246.10	[symmetry_graph.c:653] ERROR: Error <-1> in function call
245.20/246.10	[symmetry_graph.c:280] ERROR: Error <-1> in function call
245.20/246.10	[cons_logicor.c:4086] ERROR: Error <-1> in function call
245.20/246.10	[cons_logicor.c:5167] ERROR: Error <-1> in function call
245.20/246.10	[cons.c:6435] ERROR: Error <-1> in function call
245.20/246.10	[scip_cons.c:2669] ERROR: Error <-1> in function call
245.20/246.10	[prop_symmetry.c:1769] ERROR: Error <-1> in function call
245.20/246.10	[prop_symmetry.c:2237] ERROR: Error <-1> in function call
245.20/246.10	[prop_symmetry.c:6278] ERROR: Error <-1> in function call
245.20/246.10	[prop_symmetry.c:6491] ERROR: Error <-1> in function call
245.20/246.10	[prop.c:604] ERROR: Error <-1> in function call
245.20/246.10	[scip_solve.c:926] ERROR: Error <-1> in function call
245.20/246.10	[scip_solve.c:1075] ERROR: Error <-1> in function call
245.20/246.10	[scip_solve.c:1075] ERROR: Error <-1> in function call
245.20/246.10	[scip_solve.c:1246] ERROR: Error <-1> in function call
245.20/246.10	[scip_solve.c:2359] ERROR: Error <-1> in function call
245.20/246.10	[scip_solve.c:2597] ERROR: Error <-1> in function call
245.30/246.11	
245.30/246.11	*** INTERRUPTED ***

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: 63837 MiB (59379 MiB free)
  memory of node 1: 64465 MiB (63432 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4502913-1751439298/watcher-4502913-1751439298 -o /tmp/evaluation-result-4502913-1751439298/solver-4502913-1751439298 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751435684-72015 --watchdog 3760 mixed-bag HOME/instance-4502913-1751439298.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=72411, runsolver pid=72408

[startup+0.100076 s]*
/proc/loadavg: 2.04 2.09 2.09 3/239 72412
/proc/meminfo: memFree=125722664/131382112 swapFree=33005784/33010684
[pid=72411] ppid=72408 vsize=126212 memory=44492 CPUtime=0.08 cores=0,2
/proc/72411/stat : 72411 (mixed-bag) R 72408 72411 71499 0 -1 4194304 9015 0 0 0 4 4 0 0 20 0 1 0 59609362 129241088 11123 18446744073709551615 4235264 15874749 140729400317904 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 18096864 18107984 40288256 140729400326556 140729400326633 140729400326633 140729400332235 0
/proc/72411/statm: 31553 11123 2144 2842 0 13786 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 126212 KiB
Current children cumulated memory: 44492 KiB

[startup+0.213048 s]*
/proc/loadavg: 2.04 2.09 2.09 3/239 72412
/proc/meminfo: memFree=125714904/131382112 swapFree=33005784/33010684
[pid=72411] ppid=72408 vsize=129516 memory=51300 CPUtime=0.2 cores=0,2
/proc/72411/stat : 72411 (mixed-bag) R 72408 72411 71499 0 -1 4194304 11947 0 0 0 15 5 0 0 20 0 1 0 59609362 132624384 12825 18446744073709551615 4235264 15874749 140729400317904 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 18096864 18107984 40288256 140729400326556 140729400326633 140729400326633 140729400332235 0
/proc/72411/statm: 32379 12825 2144 2842 0 14612 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 129516 KiB
Current children cumulated memory: 51300 KiB

[startup+0.312983 s]*
/proc/loadavg: 2.04 2.09 2.09 3/239 72412
/proc/meminfo: memFree=125706776/131382112 swapFree=33005784/33010684
[pid=72411] ppid=72408 vsize=145900 memory=65640 CPUtime=0.3 cores=0,2
/proc/72411/stat : 72411 (mixed-bag) R 72408 72411 71499 0 -1 4194304 12466 0 0 0 25 5 0 0 20 0 1 0 59609362 149401600 16410 18446744073709551615 4235264 15874749 140729400317904 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 18096864 18107984 40288256 140729400326556 140729400326633 140729400326633 140729400332235 0
/proc/72411/statm: 36475 16410 2144 2842 0 18708 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 145900 KiB
Current children cumulated memory: 65640 KiB

[startup+0.700357 s]
/proc/loadavg: 2.04 2.09 2.09 3/239 72412
/proc/meminfo: memFree=125686296/131382112 swapFree=33005784/33010684
[pid=72411] ppid=72408 vsize=145984 memory=67152 CPUtime=0.67 cores=0,2
/proc/72411/stat : 72411 (mixed-bag) R 72408 72411 71499 0 -1 4194304 12809 0 0 0 62 5 0 0 20 0 1 0 59609362 149487616 16788 18446744073709551615 4235264 15874749 140729400317904 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 18096864 18107984 40288256 140729400326556 140729400326633 140729400326633 140729400332235 0
/proc/72411/statm: 36496 16788 2144 2842 0 18729 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 145984 KiB
Current children cumulated memory: 67152 KiB

[startup+1.50033 s]
/proc/loadavg: 2.03 2.09 2.09 3/239 72412
/proc/meminfo: memFree=125661720/131382112 swapFree=33005784/33010684
[pid=72411] ppid=72408 vsize=244288 memory=106140 CPUtime=1.47 cores=0,2
/proc/72411/stat : 72411 (mixed-bag) R 72408 72411 71499 0 -1 4194304 13918 0 0 0 138 9 0 0 20 0 1 0 59609362 250150912 26535 18446744073709551615 4235264 15874749 140729400317904 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 18096864 18107984 40288256 140729400326556 140729400326633 140729400326633 140729400332235 0
/proc/72411/statm: 61072 26535 2144 2842 0 43305 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 244288 KiB
Current children cumulated memory: 106140 KiB

[startup+3.11269 s]
/proc/loadavg: 2.03 2.09 2.09 3/239 72412
/proc/meminfo: memFree=125461120/131382112 swapFree=33005784/33010684
[pid=72411] ppid=72408 vsize=375520 memory=180000 CPUtime=3.07 cores=0,2
/proc/72411/stat : 72411 (mixed-bag) R 72408 72411 71499 0 -1 4194304 14608 0 0 0 292 15 0 0 20 0 1 0 59609362 384532480 45000 18446744073709551615 4235264 15874749 140729400317904 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 18096864 18107984 40288256 140729400326556 140729400326633 140729400326633 140729400332235 0
/proc/72411/statm: 93880 45000 2144 2842 0 76113 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 375520 KiB
Current children cumulated memory: 180000 KiB

[startup+6.30034 s]
/proc/loadavg: 2.03 2.09 2.09 3/239 72412
/proc/meminfo: memFree=125239864/131382112 swapFree=33005784/33010684
[pid=72411] ppid=72408 vsize=637664 memory=321540 CPUtime=6.25 cores=0,2
/proc/72411/stat : 72411 (mixed-bag) R 72408 72411 71499 0 -1 4194304 15465 0 0 0 600 25 0 0 20 0 1 0 59609362 652967936 80385 18446744073709551615 4235264 15874749 140729400317904 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 18096864 18107984 40288256 140729400326556 140729400326633 140729400326633 140729400332235 0
/proc/72411/statm: 159416 80385 2144 2842 0 141649 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 637664 KiB
Current children cumulated memory: 321540 KiB

[startup+12.7003 s]
/proc/loadavg: 2.03 2.09 2.09 3/239 72412
/proc/meminfo: memFree=125068024/131382112 swapFree=33005784/33010684
[pid=72411] ppid=72408 vsize=1161952 memory=604632 CPUtime=12.64 cores=0,2
/proc/72411/stat : 72411 (mixed-bag) R 72408 72411 71499 0 -1 4194304 16722 0 0 0 1218 46 0 0 20 0 1 0 59609362 1189838848 151158 18446744073709551615 4235264 15874749 140729400317904 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 18096864 18107984 40288256 140729400326556 140729400326633 140729400326633 140729400332235 0
/proc/72411/statm: 290488 151158 2144 2842 0 272721 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1161952 KiB
Current children cumulated memory: 604632 KiB

[startup+25.5003 s]
/proc/loadavg: 2.02 2.09 2.09 3/239 72413
/proc/meminfo: memFree=124546116/131382112 swapFree=33005784/33010684
[pid=72411] ppid=72408 vsize=2210528 memory=1156472 CPUtime=25.4 cores=0,2
/proc/72411/stat : 72411 (mixed-bag) R 72408 72411 71499 0 -1 4194304 18246 0 0 0 2452 88 0 0 20 0 1 0 59609362 2263580672 289118 18446744073709551615 4235264 15874749 140729400317904 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 18096864 18107984 40288256 140729400326556 140729400326633 140729400326633 140729400332235 0
/proc/72411/statm: 552632 289118 2144 2842 0 534865 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 2210528 KiB
Current children cumulated memory: 1156472 KiB

[startup+51.1128 s]
/proc/loadavg: 2.12 2.11 2.09 3/238 72413
/proc/meminfo: memFree=119202924/131382112 swapFree=33005784/33010684
[pid=72411] ppid=72408 vsize=6411140 memory=6082740 CPUtime=50.94 cores=0,2
/proc/72411/stat : 72411 (mixed-bag) R 72408 72411 71499 0 -1 4194304 38887 0 0 0 4765 329 0 0 20 0 1 0 59609362 6565007360 1520685 18446744073709551615 4235264 15874749 140729400317904 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 18096864 18107984 40288256 140729400326556 140729400326633 140729400326633 140729400332235 0
/proc/72411/statm: 1602785 1520685 2272 2842 0 1584479 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 6411140 KiB
Current children cumulated memory: 6082740 KiB

[startup+102.3 s]
/proc/loadavg: 2.10 2.11 2.09 3/239 72416
/proc/meminfo: memFree=111219356/131382112 swapFree=33005784/33010684
[pid=72411] ppid=72408 vsize=15444444 memory=14460160 CPUtime=101.96 cores=0,2
/proc/72411/stat : 72411 (mixed-bag) R 72408 72411 71499 0 -1 4194304 1799650 0 0 0 9450 746 0 0 20 0 1 0 59609362 15815110656 3615040 18446744073709551615 4235264 15874749 140729400317904 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 18096864 18107984 40288256 140729400326556 140729400326633 140729400326633 140729400332235 0
/proc/72411/statm: 3861111 3615040 4064 2842 0 3842805 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 15444444 KiB
Current children cumulated memory: 14460160 KiB

[startup+162.3 s]
/proc/loadavg: 2.14 2.11 2.09 3/239 72418
/proc/meminfo: memFree=108793404/131382112 swapFree=33005784/33010684
[pid=72411] ppid=72408 vsize=17026816 memory=16606152 CPUtime=161.76 cores=0,2
/proc/72411/stat : 72411 (mixed-bag) R 72408 72411 71499 0 -1 4194304 2692069 0 0 0 15008 1168 0 0 20 0 1 0 59609362 17435459584 4151538 18446744073709551615 4235264 15874749 140729400317904 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 18096864 18107984 40288256 140729400326556 140729400326633 140729400326633 140729400332235 0
/proc/72411/statm: 4256704 4151538 4064 2842 0 4238398 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 17026816 KiB
Current children cumulated memory: 16606152 KiB

[startup+222.3 s]
/proc/loadavg: 2.10 2.11 2.09 3/239 72420
/proc/meminfo: memFree=97022916/131382112 swapFree=33005784/33010684
[pid=72411] ppid=72408 vsize=31416864 memory=28429656 CPUtime=221.57 cores=0,2
/proc/72411/stat : 72411 (mixed-bag) R 72408 72411 71499 0 -1 4194304 2717542 0 0 0 20713 1444 0 0 20 0 1 0 59609362 32170868736 7107414 18446744073709551615 4235264 15874749 140729400317904 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 18096864 18107984 40288256 140729400326556 140729400326633 140729400326633 140729400332235 0
/proc/72411/statm: 7854216 7107414 4096 2842 0 7835910 0
Current children cumulated CPU time: 221.57 s
Current children cumulated vsize: 31416864 KiB
Current children cumulated memory: 28429656 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+246.113 s]
/proc/loadavg: 2.14 2.12 2.09 3/239 72421
/proc/meminfo: memFree=96752224/131382112 swapFree=33005784/33010684
[pid=72411] ppid=72408 vsize=31779672 memory=28792468 CPUtime=245.3 cores=0,2
/proc/72411/stat : 72411 (mixed-bag) R 72408 72411 71499 0 -1 4194304 2724267 0 0 0 23076 1454 0 0 20 0 1 0 59609362 32542384128 7198117 18446744073709551615 4235264 15874749 140729400317904 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 18096864 18107984 40288256 140729400326556 140729400326633 140729400326633 140729400332235 0
/proc/72411/statm: 7944918 7198117 4096 2842 0 7926612 0
Current children cumulated CPU time: 245.3 s
Current children cumulated vsize: 31779672 KiB
Current children cumulated memory: 28792468 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+246.66 s]
# the end of solver process 72411 was just reported to runsolver
# Child status: 1

# cumulated CPU time of all completed processes:  user=230.767 s, system=15.0907 s

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

[startup+246.4 s]
/proc/loadavg: 2.14 2.12 2.09 3/239 72421
/proc/meminfo: memFree=99639616/131382112 swapFree=33005784/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+246.6 s]
/proc/loadavg: 2.14 2.12 2.09 3/239 72421
/proc/meminfo: memFree=99639616/131382112 swapFree=33005784/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1

Real time (s): 246.66
CPU time (s): 245.858
CPU user time (s): 230.767
CPU system time (s): 15.0907
CPU usage (%): 99.6747
Max. virtual memory (cumulated for all children) (KiB): 31779672
Max. memory (cumulated for all children) (KiB): 28792468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 230.767
system time used= 15.0907
maximum resident set size= 28792468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2724288
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128
involuntary context switches= 562


# summary of solver processes directly reported to runsolver:
#   pid: 72411
#   total CPU time (s): 245.858
#   total CPU user time (s): 230.767
#   total CPU system time (s): 15.0907

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.20033 second user time and 2.46003 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-07-02 08:55:02
IDJOB=4502913
IDBENCH=155401
IDSOLVER=3340
FILE ID=nodeC007/4502913-1751439298
RUNJOBID= nodeC007-1751435684-72015
SLURM_JOB_ID= 9598383
Free space on /tmp= 431400 MiB

SOLVER NAME= mixed-bag-2024 2025-05-06
BENCH NAME= PB24/normalized-PB11/OPT-LIN/kullmann/normalized-sbox_8_shg.opb
COMMAND LINE= mixed-bag BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4502913-1751439298/watcher-4502913-1751439298 -o /tmp/evaluation-result-4502913-1751439298/solver-4502913-1751439298 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751435684-72015 --watchdog 3760  mixed-bag HOME/instance-4502913-1751439298.opb

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

MD5SUM BENCH= de975147a543f81642d44481372d34a3
RANDOM SEED=246110283

nodeC007 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3691.350
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.457
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.770
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3610.602
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.392
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        125758672 kB
MemAvailable:   127211328 kB
Buffers:              16 kB
Cached:          2144364 kB
SwapCached:          216 kB
Active:          2844040 kB
Inactive:        2004312 kB
Active(anon):    2668572 kB
Inactive(anon):    48892 kB
Active(file):     175468 kB
Inactive(file):  1955420 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005784 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            604420 kB
Writeback:             0 kB
AnonPages:       2703808 kB
Mapped:           111656 kB
Shmem:             13492 kB
KReclaimable:     322792 kB
Slab:             410624 kB
SReclaimable:     322792 kB
SUnreclaim:        87832 kB
KernelStack:        3856 kB
PageTables:         8760 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    3877316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149256 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1261568 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431384 MiB
End job on nodeC007 at 2025-07-02 08:59:09