Trace number 4525678

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
SCIP 2024-07-07? (MO) 298.878 300.131

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/scens/
normalized-scen07_wcsp.wbo
MD5SUMfbb4da79d40095d38c594df560c89a05
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark343592
Best CPU time to get the best result obtained on this benchmark3600.5
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables7976
Total number of constraints1810140
Number of soft constraints1809940
Number of constraints which are clauses1809940
Number of constraints which are cardinality constraints (but not clauses)200
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 468527294
Min constraint cost 1
Max constraint cost 1000000
Sum of constraints costs 286472940853
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
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.01	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.01	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-4525678-1751620835.wbo>
7.17/7.29	c original problem has 1817916 variables (1817916 bin, 0 int, 0 impl, 0 cont) and 3620081 constraints
7.17/7.29	c problem read in 7.28
30.49/30.61	c presolving:
36.67/36.88	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 1809940 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1810140 clqs
109.27/109.73	c    (109.7s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)

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: 63665 MiB (54431 MiB free)
  memory of node 1: 64507 MiB (58652 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4525678-1751620835/watcher-4525678-1751620835 -o /tmp/evaluation-result-4525678-1751620835/solver-4525678-1751620835 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751613033-91487 --watchdog 3760 pbscip -f HOME/instance-4525678-1751620835.wbo -t 3600 -j 2 -m 31000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=92577, runsolver pid=92574

[startup+0.100061 s]*
/proc/loadavg: 4.11 4.12 4.10 5/266 92578
/proc/meminfo: memFree=115750900/131249996 swapFree=33010672/33010684
[pid=92577] ppid=92574 vsize=90032 memory=62080 CPUtime=0.08 cores=1,3
/proc/92577/stat : 92577 (pbscip) R 92574 92577 91475 0 -1 4194304 12632 0 0 0 7 1 0 0 20 0 1 0 77761291 92192768 15520 18446744073709551615 4235264 18693293 140725726856080 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 29769728 140725726857607 140725726857706 140725726857706 140725726863310 0
/proc/92577/statm: 22508 15520 3232 3530 0 13959 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 90032 KiB
Current children cumulated memory: 62080 KiB

[startup+0.205596 s]*
/proc/loadavg: 4.11 4.12 4.10 5/266 92578
/proc/meminfo: memFree=115702768/131249996 swapFree=33010672/33010684
[pid=92577] ppid=92574 vsize=134336 memory=106240 CPUtime=0.19 cores=1,3
/proc/92577/stat : 92577 (pbscip) R 92574 92577 91475 0 -1 4194304 23672 0 0 0 16 3 0 0 20 0 1 0 77761291 137560064 26560 18446744073709551615 4235264 18693293 140725726856080 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 29769728 140725726857607 140725726857706 140725726857706 140725726863310 0
/proc/92577/statm: 33584 26560 3232 3530 0 25035 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 134336 KiB
Current children cumulated memory: 106240 KiB

[startup+0.305552 s]*
/proc/loadavg: 4.11 4.12 4.10 5/266 92578
/proc/meminfo: memFree=115662448/131249996 swapFree=33010672/33010684
[pid=92577] ppid=92574 vsize=173248 memory=145792 CPUtime=0.29 cores=1,3
/proc/92577/stat : 92577 (pbscip) R 92574 92577 91475 0 -1 4194304 33571 0 0 0 25 4 0 0 20 0 1 0 77761291 177405952 36448 18446744073709551615 4235264 18693293 140725726856080 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 29769728 140725726857607 140725726857706 140725726857706 140725726863310 0
/proc/92577/statm: 43312 36448 3232 3530 0 34763 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 173248 KiB
Current children cumulated memory: 145792 KiB

[startup+0.700161 s]
/proc/loadavg: 4.11 4.12 4.10 5/266 92578
/proc/meminfo: memFree=115589872/131249996 swapFree=33010672/33010684
[pid=92577] ppid=92574 vsize=326932 memory=299240 CPUtime=0.67 cores=1,3
/proc/92577/stat : 92577 (pbscip) R 92574 92577 91475 0 -1 4194304 71412 0 0 0 58 9 0 0 20 0 1 0 77761291 334778368 74810 18446744073709551615 4235264 18693293 140725726856080 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 29769728 140725726857607 140725726857706 140725726857706 140725726863310 0
/proc/92577/statm: 81733 74810 3232 3530 0 73184 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 326932 KiB
Current children cumulated memory: 299240 KiB

[startup+1.50014 s]
/proc/loadavg: 4.11 4.12 4.10 5/266 92578
/proc/meminfo: memFree=115394396/131249996 swapFree=33010672/33010684
[pid=92577] ppid=92574 vsize=633364 memory=605108 CPUtime=1.47 cores=1,3
/proc/92577/stat : 92577 (pbscip) R 92574 92577 91475 0 -1 4194304 145314 0 0 0 125 22 0 0 20 0 1 0 77761291 648564736 151245 18446744073709551615 4235264 18693293 140725726856080 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 29769728 140725726857607 140725726857706 140725726857706 140725726863310 0
/proc/92577/statm: 158341 151277 3232 3530 0 149792 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 633364 KiB
Current children cumulated memory: 605108 KiB

[startup+3.10543 s]
/proc/loadavg: 4.10 4.11 4.09 5/266 92578
/proc/meminfo: memFree=114646156/131249996 swapFree=33010672/33010684
[pid=92577] ppid=92574 vsize=1214596 memory=1185456 CPUtime=3.08 cores=1,3
/proc/92577/stat : 92577 (pbscip) R 92574 92577 91475 0 -1 4194304 283773 0 0 0 264 44 0 0 20 0 1 0 77761291 1243746304 296332 18446744073709551615 4235264 18693293 140725726856080 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 29769728 140725726857607 140725726857706 140725726857706 140725726863310 0
/proc/92577/statm: 303649 296364 3232 3530 0 295100 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1214596 KiB
Current children cumulated memory: 1185456 KiB

[startup+6.30014 s]
/proc/loadavg: 4.10 4.11 4.09 5/266 92578
/proc/meminfo: memFree=113498596/131249996 swapFree=33010672/33010684
[pid=92577] ppid=92574 vsize=2429724 memory=2398092 CPUtime=6.27 cores=1,3
/proc/92577/stat : 92577 (pbscip) R 92574 92577 91475 0 -1 4194304 571681 0 0 0 540 87 0 0 20 0 1 0 77761291 2488037376 599523 18446744073709551615 4235264 18693293 140725726856080 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 29769728 140725726857607 140725726857706 140725726857706 140725726863310 0
/proc/92577/statm: 607431 599523 3232 3530 0 598882 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2429724 KiB
Current children cumulated memory: 2398092 KiB

[startup+12.7002 s]
/proc/loadavg: 4.17 4.13 4.10 5/265 92578
/proc/meminfo: memFree=110114700/131249996 swapFree=33010672/33010684
[pid=92577] ppid=92574 vsize=5982124 memory=5933804 CPUtime=12.65 cores=1,3
/proc/92577/stat : 92577 (pbscip) R 92574 92577 91475 0 -1 4194304 1304110 0 0 0 1060 205 0 0 20 0 1 0 77761291 6125694976 1483451 18446744073709551615 4235264 18693293 140725726856080 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 29769728 140725726857607 140725726857706 140725726857706 140725726863310 0
/proc/92577/statm: 1495531 1483451 3520 3530 0 1486982 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 5982124 KiB
Current children cumulated memory: 5933804 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 4.12 4.10 5/265 92578
/proc/meminfo: memFree=104786664/131249996 swapFree=33010672/33010684
[pid=92577] ppid=92574 vsize=11189788 memory=11101556 CPUtime=25.42 cores=1,3
/proc/92577/stat : 92577 (pbscip) R 92574 92577 91475 0 -1 4194304 2472875 0 0 0 2154 388 0 0 20 0 1 0 77761291 11458342912 2775389 18446744073709551615 4235264 18693293 140725726856080 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 29769728 140725726857607 140725726857706 140725726857706 140725726863310 0
/proc/92577/statm: 2797447 2775389 3552 3530 0 2788898 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 11189788 KiB
Current children cumulated memory: 11101556 KiB

[startup+51.1057 s]
/proc/loadavg: 4.09 4.11 4.09 5/265 92579
/proc/meminfo: memFree=102680876/131249996 swapFree=33010672/33010684
[pid=92577] ppid=92574 vsize=13169388 memory=13022452 CPUtime=50.92 cores=1,3
/proc/92577/stat : 92577 (pbscip) R 92574 92577 91475 0 -1 4194304 2724155 0 0 0 4646 446 0 0 20 0 1 0 77761291 13485453312 3255613 18446744073709551615 4235264 18693293 140725726856080 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 29769728 140725726857607 140725726857706 140725726857706 140725726863310 0
/proc/92577/statm: 3292347 3255613 3616 3530 0 3283798 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 13169388 KiB
Current children cumulated memory: 13022452 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/266 92595
/proc/meminfo: memFree=101866304/131249996 swapFree=33010672/33010684
[pid=92577] ppid=92574 vsize=13169388 memory=13022452 CPUtime=101.91 cores=1,3
/proc/92577/stat : 92577 (pbscip) R 92574 92577 91475 0 -1 4194304 2724172 0 0 0 9745 446 0 0 20 0 1 0 77761291 13485453312 3255613 18446744073709551615 4235264 18693293 140725726856080 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 29769728 140725726857607 140725726857706 140725726857706 140725726863310 0
/proc/92577/statm: 3292347 3255613 3616 3530 0 3283798 0
Current children cumulated CPU time: 101.91 s
Current children cumulated vsize: 13169388 KiB
Current children cumulated memory: 13022452 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/266 92597
/proc/meminfo: memFree=93766892/131249996 swapFree=33010672/33010684
[pid=92577] ppid=92574 vsize=22943544 memory=20918612 CPUtime=161.65 cores=1,3
/proc/92577/stat : 92577 (pbscip) R 92574 92577 91475 0 -1 4194304 3285263 0 0 0 15454 711 0 0 20 0 1 0 77761291 23494189056 5229653 18446744073709551615 4235264 18693293 140725726856080 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 29769728 140725726857607 140725726857706 140725726857706 140725726863310 0
/proc/92577/statm: 5735886 5229653 3648 3530 0 5727337 0
Current children cumulated CPU time: 161.65 s
Current children cumulated vsize: 22943544 KiB
Current children cumulated memory: 20918612 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/264 92599
/proc/meminfo: memFree=89921400/131249996 swapFree=33010672/33010684
[pid=92577] ppid=92574 vsize=26786188 memory=24760788 CPUtime=221.38 cores=1,3
/proc/92577/stat : 92577 (pbscip) R 92574 92577 91475 0 -1 4194304 4245813 0 0 0 21251 887 0 0 20 0 1 0 77761291 27429056512 6190197 18446744073709551615 4235264 18693293 140725726856080 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 29769728 140725726857607 140725726857706 140725726857706 140725726863310 0
/proc/92577/statm: 6696547 6190197 3648 3530 0 6687998 0
Current children cumulated CPU time: 221.38 s
Current children cumulated vsize: 26786188 KiB
Current children cumulated memory: 24760788 KiB

[startup+282.3 s]
/proc/loadavg: 4.44 4.22 4.13 5/263 92601
/proc/meminfo: memFree=86083940/131249996 swapFree=33010672/33010684
[pid=92577] ppid=92574 vsize=30635232 memory=28609876 CPUtime=281.1 cores=1,3
/proc/92577/stat : 92577 (pbscip) R 92574 92577 91475 0 -1 4194304 5208085 0 0 0 27057 1053 0 0 20 0 1 0 77761291 31370477568 7152469 18446744073709551615 4235264 18693293 140725726856080 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 29769728 140725726857607 140725726857706 140725726857706 140725726863310 0
/proc/92577/statm: 7658808 7152469 3648 3530 0 7650259 0
Current children cumulated CPU time: 281.1 s
Current children cumulated vsize: 30635232 KiB
Current children cumulated memory: 28609876 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+299.3 s]
/proc/loadavg: 4.31 4.21 4.13 5/263 92602
/proc/meminfo: memFree=84966124/131249996 swapFree=33010672/33010684
[pid=92577] ppid=92574 vsize=31746552 memory=29721300 CPUtime=298.04 cores=1,3
/proc/92577/stat : 92577 (pbscip) R 92574 92577 91475 0 -1 4194304 5485921 0 0 0 28701 1103 0 0 20 0 1 0 77761291 32508469248 7430325 18446744073709551615 4235264 18693293 140725726856080 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 29769728 140725726857607 140725726857706 140725726857706 140725726863310 0
/proc/92577/statm: 7936638 7430325 3648 3530 0 7928089 0
Current children cumulated CPU time: 298.04 s
Current children cumulated vsize: 31746552 KiB
Current children cumulated memory: 29721300 KiB

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

[startup+300.131 s]
# the end of solver process 92577 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=287.018 s, system=11.8599 s

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

[startup+299.6 s]
/proc/loadavg: 4.31 4.21 4.13 5/263 92602
/proc/meminfo: memFree=88001624/131249996 swapFree=33010672/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+300 s]*
/proc/loadavg: 4.31 4.21 4.13 5/263 92603
/proc/meminfo: memFree=105239772/131249996 swapFree=33010672/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+300.106 s]
/proc/loadavg: 4.31 4.21 4.13 5/263 92603
/proc/meminfo: memFree=105239772/131249996 swapFree=33010672/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 300.131
CPU time (s): 298.878
CPU user time (s): 287.018
CPU system time (s): 11.8599
CPU usage (%): 99.5824
Max. virtual memory (cumulated for all children) (KiB): 31746552
Max. memory (cumulated for all children) (KiB): 29721300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 287.018
system time used= 11.8599
maximum resident set size= 29721556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5485995
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= 77
involuntary context switches= 635


# summary of solver processes directly reported to runsolver:
#   pid: 92577
#   total CPU time (s): 298.878
#   total CPU user time (s): 287.018
#   total CPU system time (s): 11.8599

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.70103 second user time and 1.33574 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-04 11:20:35
IDJOB=4525678
IDBENCH=143875
IDSOLVER=3382
FILE ID=nodeC017/4525678-1751620835
RUNJOBID= nodeC017-1751613033-91487
SLURM_JOB_ID= 9598916
Free space on /tmp= 432300 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/scens/normalized-scen07_wcsp.wbo
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4525678-1751620835/watcher-4525678-1751620835 -o /tmp/evaluation-result-4525678-1751620835/solver-4525678-1751620835 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751613033-91487 --watchdog 3760  pbscip -f HOME/instance-4525678-1751620835.wbo -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= fbb4da79d40095d38c594df560c89a05
RANDOM SEED=30028350

nodeC017 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	: 0xb00002a
cpu MHz		: 3600.059
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 pti ibrs ibpb stibp 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	: 7000.12
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		: 3601.030
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 pti ibrs ibpb stibp 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	: 7000.12
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		: 3601.576
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 pti ibrs ibpb stibp 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	: 7000.12
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.121
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 pti ibrs ibpb stibp 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	: 7000.12
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		: 3600.112
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 pti ibrs ibpb stibp 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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.069
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 pti ibrs ibpb stibp 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	: 7000.12
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		: 3602.806
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 pti ibrs ibpb stibp 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	: 7000.12
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		: 3600.286
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 pti ibrs ibpb stibp 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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        115798464 kB
MemAvailable:   120286300 kB
Buffers:            1688 kB
Cached:          5255544 kB
SwapCached:            8 kB
Active:          9775296 kB
Inactive:        4965412 kB
Active(anon):    9485420 kB
Inactive(anon):    16128 kB
Active(file):     289876 kB
Inactive(file):  4949284 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             75936 kB
Writeback:             0 kB
AnonPages:       9485996 kB
Mapped:           136276 kB
Shmem:             18072 kB
KReclaimable:     175432 kB
Slab:             266816 kB
SReclaimable:     175432 kB
SUnreclaim:        91384 kB
KernelStack:        4288 kB
PageTables:        22124 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   10590028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1452032 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432280 MiB
End job on nodeC017 at 2025-07-04 11:25:36