Trace number 4511814

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? (TO) 3600.18 3617.68

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw256/normalized-hw256-vm98p-dec.opb.negationfix.opb
MD5SUM0ade693002e69cf4f48fe48722d4f7a3
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark3.06659
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables670720
Total number of constraints5752
Number of constraints which are clauses2619
Number of constraints which are cardinality constraints (but not clauses)2619
Number of constraints which are nor clauses,nor cardinality constraints514
Minimum length of a constraint256
Maximum length of a constraint2620
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 947734
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 2162769
Number of bits of the biggest sum of numbers22
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-4511814-1751208538.opb>
1.28/1.39	c original problem has 670720 variables (670720 bin, 0 int, 0 impl, 0 cont) and 5752 constraints
1.28/1.39	c problem read in 1.38
1.28/1.39	c No objective function, only one solution is needed.
2.87/2.96	c presolving:
4.37/4.46	c (round 1, fast)       1798 del vars, 2 del conss, 0 add conss, 1542 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 165739 clqs
5.67/5.77	c    (5.8s) running MILP presolver
15.04/15.15	c    (15.1s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
15.44/15.53	c (round 2, medium)     1798 del vars, 5752 del conss, 3131 add conss, 1542 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 165739 clqs
25.31/25.40	c (round 3, exhaustive) 1798 del vars, 5752 del conss, 3131 add conss, 1542 chg bounds, 0 chg sides, 0 chg coeffs, 3131 upgd conss, 0 impls, 165739 clqs
36.08/36.23	c    (36.2s) probing: 51/668922 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
36.08/36.23	c    (36.2s) probing aborted: 50/50 successive totally useless probings
36.67/36.84	c    (36.8s) 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: 63708 MiB (58030 MiB free)
  memory of node 1: 64465 MiB (63090 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4511814-1751208538/watcher-4511814-1751208538 -o /tmp/evaluation-result-4511814-1751208538/solver-4511814-1751208538 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751204926-27567 --watchdog 3760 pbscip -f HOME/instance-4511814-1751208538.opb -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=28126, runsolver pid=28123

[startup+0.100061 s]*
/proc/loadavg: 4.06 4.09 4.07 5/263 28127
/proc/meminfo: memFree=123931752/131249988 swapFree=33010684/33010684
[pid=28126] ppid=28123 vsize=145688 memory=116352 CPUtime=0.08 cores=1,3
/proc/28126/stat : 28126 (pbscip) R 28123 28126 27555 0 -1 4194304 26134 0 0 0 5 3 0 0 20 0 1 0 36532402 149184512 29088 18446744073709551615 4235264 18693293 140722883193264 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59387904 140722883197321 140722883197420 140722883197420 140722883203022 0
/proc/28126/statm: 36422 29088 3264 3530 0 27873 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 145688 KiB
Current children cumulated memory: 116352 KiB

[startup+0.205651 s]*
/proc/loadavg: 4.06 4.09 4.07 5/263 28127
/proc/meminfo: memFree=123819108/131249988 swapFree=33010684/33010684
[pid=28126] ppid=28123 vsize=249104 memory=220544 CPUtime=0.19 cores=1,3
/proc/28126/stat : 28126 (pbscip) R 28123 28126 27555 0 -1 4194304 52200 0 0 0 13 6 0 0 20 0 1 0 36532402 255082496 55136 18446744073709551615 4235264 18693293 140722883193264 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59387904 140722883197321 140722883197420 140722883197420 140722883203022 0
/proc/28126/statm: 62276 55136 3264 3530 0 53727 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 249104 KiB
Current children cumulated memory: 220544 KiB

[startup+0.305502 s]*
/proc/loadavg: 4.06 4.09 4.07 5/263 28127
/proc/meminfo: memFree=123730404/131249988 swapFree=33010684/33010684
[pid=28126] ppid=28123 vsize=343828 memory=314448 CPUtime=0.29 cores=1,3
/proc/28126/stat : 28126 (pbscip) R 28123 28126 27555 0 -1 4194304 75140 0 0 0 19 10 0 0 20 0 1 0 36532402 352079872 78612 18446744073709551615 4235264 18693293 140722883193264 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59387904 140722883197321 140722883197420 140722883197420 140722883203022 0
/proc/28126/statm: 85957 78612 3264 3530 0 77408 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 343828 KiB
Current children cumulated memory: 314448 KiB

[startup+0.700176 s]
/proc/loadavg: 4.06 4.09 4.07 5/263 28127
/proc/meminfo: memFree=123549908/131249988 swapFree=33010684/33010684
[pid=28126] ppid=28123 vsize=699692 memory=671192 CPUtime=0.68 cores=1,3
/proc/28126/stat : 28126 (pbscip) R 28123 28126 27555 0 -1 4194304 162288 0 0 0 46 22 0 0 20 0 1 0 36532402 716484608 167798 18446744073709551615 4235264 18693293 140722883193264 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59387904 140722883197321 140722883197420 140722883197420 140722883203022 0
/proc/28126/statm: 174923 167798 3264 3530 0 166374 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 699692 KiB
Current children cumulated memory: 671192 KiB

[startup+1.50017 s]
/proc/loadavg: 4.06 4.09 4.07 5/263 28127
/proc/meminfo: memFree=123297728/131249988 swapFree=33010684/33010684
[pid=28126] ppid=28123 vsize=830004 memory=798112 CPUtime=1.48 cores=1,3
/proc/28126/stat : 28126 (pbscip) R 28123 28126 27555 0 -1 4194304 196831 0 0 0 120 28 0 0 20 0 1 0 36532402 849924096 199528 18446744073709551615 4235264 18693293 140722883193264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59387904 140722883197321 140722883197420 140722883197420 140722883203022 0
/proc/28126/statm: 207501 199528 3520 3530 0 198952 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 830004 KiB
Current children cumulated memory: 798112 KiB

[startup+3.10568 s]
/proc/loadavg: 4.06 4.09 4.07 5/263 28127
/proc/meminfo: memFree=122094008/131249988 swapFree=33010684/33010684
[pid=28126] ppid=28123 vsize=1753840 memory=1707608 CPUtime=3.08 cores=1,3
/proc/28126/stat : 28126 (pbscip) R 28123 28126 27555 0 -1 4194304 413371 0 0 0 248 60 0 0 20 0 1 0 36532402 1795932160 426902 18446744073709551615 4235264 18693293 140722883193264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59387904 140722883197321 140722883197420 140722883197420 140722883203022 0
/proc/28126/statm: 438460 426902 3616 3530 0 429911 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1753840 KiB
Current children cumulated memory: 1707608 KiB

[startup+6.30017 s]
/proc/loadavg: 4.05 4.09 4.07 5/263 28127
/proc/meminfo: memFree=121274288/131249988 swapFree=33010684/33010684
[pid=28126] ppid=28123 vsize=2293700 memory=2236084 CPUtime=6.26 cores=1,3
/proc/28126/stat : 28126 (pbscip) R 28123 28126 27555 0 -1 4194304 464665 0 0 0 544 82 0 0 20 0 1 0 36532402 2348748800 559021 18446744073709551615 4235264 18693293 140722883193264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59387904 140722883197321 140722883197420 140722883197420 140722883203022 0
/proc/28126/statm: 573425 559021 3712 3530 0 564876 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2293700 KiB
Current children cumulated memory: 2236084 KiB

[startup+12.7002 s]
/proc/loadavg: 4.05 4.09 4.07 5/263 28127
/proc/meminfo: memFree=121112204/131249988 swapFree=33010684/33010684
[pid=28126] ppid=28123 vsize=2304152 memory=2246716 CPUtime=12.65 cores=1,3
/proc/28126/stat : 28126 (pbscip) R 28123 28126 27555 0 -1 4194304 465746 0 0 0 1183 82 0 0 20 0 1 0 36532402 2359451648 561679 18446744073709551615 4235264 18693293 140722883193264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59387904 140722883197321 140722883197420 140722883197420 140722883203022 0
/proc/28126/statm: 576038 561679 3744 3530 0 567489 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2304152 KiB
Current children cumulated memory: 2246716 KiB

[startup+25.5002 s]
/proc/loadavg: 4.19 4.12 4.08 5/263 28128
/proc/meminfo: memFree=119703628/131249988 swapFree=33010684/33010684
[pid=28126] ppid=28123 vsize=2189444 memory=2134796 CPUtime=25.4 cores=1,3
/proc/28126/stat : 28126 (pbscip) R 28123 28126 27555 0 -1 4194304 494007 0 0 0 2453 87 0 0 20 0 1 0 36532402 2241990656 533699 18446744073709551615 4235264 18693293 140722883193264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59387904 140722883197321 140722883197420 140722883197420 140722883203022 0
/proc/28126/statm: 547361 533699 3776 3530 0 538812 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 2189444 KiB
Current children cumulated memory: 2134796 KiB

[startup+51.1058 s]
/proc/loadavg: 4.12 4.11 4.07 5/264 28129
/proc/meminfo: memFree=116587404/131249988 swapFree=33010684/33010684
[pid=28126] ppid=28123 vsize=5161132 memory=4552980 CPUtime=50.93 cores=1,3
/proc/28126/stat : 28126 (pbscip) R 28123 28126 27555 0 -1 4194304 828500 0 0 0 4930 163 0 0 20 0 1 0 36532402 5284999168 1138245 18446744073709551615 4235264 18693293 140722883193264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59387904 140722883197321 140722883197420 140722883197420 140722883203022 0
/proc/28126/statm: 1290283 1138245 3776 3530 0 1281734 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 5161132 KiB
Current children cumulated memory: 4552980 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.12 4.08 5/265 28177
/proc/meminfo: memFree=116066456/131249988 swapFree=33010684/33010684
[pid=28126] ppid=28123 vsize=5380628 memory=4827808 CPUtime=101.91 cores=1,3
/proc/28126/stat : 28126 (pbscip) R 28123 28126 27555 0 -1 4194304 848696 0 0 0 10021 170 0 0 20 0 1 0 36532402 5509763072 1206952 18446744073709551615 4235264 18693293 140722883193264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59387904 140722883197321 140722883197420 140722883197420 140722883203022 0
/proc/28126/statm: 1345157 1206952 3776 3530 0 1336608 0
Current children cumulated CPU time: 101.91 s
Current children cumulated vsize: 5380628 KiB
Current children cumulated memory: 4827808 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/266 28183
/proc/meminfo: memFree=114354792/131249988 swapFree=33010684/33010684
[pid=28126] ppid=28123 vsize=5380632 memory=4860580 CPUtime=161.67 cores=1,3
/proc/28126/stat : 28126 (pbscip) R 28123 28126 27555 0 -1 4194304 848730 0 0 0 15996 171 0 0 20 0 1 0 36532402 5509767168 1215145 18446744073709551615 4235264 18693293 140722883193264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59387904 140722883197321 140722883197420 140722883197420 140722883203022 0
/proc/28126/statm: 1345158 1215145 3776 3530 0 1336609 0
Current children cumulated CPU time: 161.67 s
Current children cumulated vsize: 5380632 KiB
Current children cumulated memory: 4860580 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 4.10 4.08 5/265 28234
/proc/meminfo: memFree=113772632/131249988 swapFree=33010684/33010684
[pid=28126] ppid=28123 vsize=5380632 memory=4885156 CPUtime=221.43 cores=1,3
/proc/28126/stat : 28126 (pbscip) R 28123 28126 27555 0 -1 4194304 848802 0 0 0 21971 172 0 0 20 0 1 0 36532402 5509767168 1221289 18446744073709551615 4235264 18693293 140722883193264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59387904 140722883197321 140722883197420 140722883197420 140722883203022 0
/proc/28126/statm: 1345158 1221289 3776 3530 0 1336609 0
Current children cumulated CPU time: 221.43 s
Current children cumulated vsize: 5380632 KiB
Current children cumulated memory: 4885156 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/265 28236
/proc/meminfo: memFree=111440060/131249988 swapFree=33010684/33010684
[pid=28126] ppid=28123 vsize=5380632 memory=4905636 CPUtime=281.15 cores=1,3
/proc/28126/stat : 28126 (pbscip) R 28123 28126 27555 0 -1 4194304 848844 0 0 0 27943 172 0 0 20 0 1 0 36532402 5509767168 1226409 18446744073709551615 4235264 18693293 140722883193264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59387904 140722883197321 140722883197420 140722883197420 140722883203022 0
/proc/28126/statm: 1345158 1226409 3776 3530 0 1336609 0
Current children cumulated CPU time: 281.15 s
Current children cumulated vsize: 5380632 KiB
Current children cumulated memory: 4905636 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/265 28238
/proc/meminfo: memFree=111369896/131249988 swapFree=33010684/33010684
[pid=28126] ppid=28123 vsize=5380632 memory=4922020 CPUtime=340.86 cores=1,3
/proc/28126/stat : 28126 (pbscip) R 28123 28126 27555 0 -1 4194304 848883 0 0 0 33913 173 0 0 20 0 1 0 36532402 5509767168 1230505 18446744073709551615 4235264 18693293 140722883193264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59387904 140722883197321 140722883197420 140722883197420 140722883203022 0
/proc/28126/statm: 1345158 1230505 3776 3530 0 1336609 0
Current children cumulated CPU time: 340.86 s
Current children cumulated vsize: 5380632 KiB
Current children cumulated memory: 4922020 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/265 28241
/proc/meminfo: memFree=111319508/131249988 swapFree=33010684/33010684
[pid=28126] ppid=28123 vsize=5380636 memory=4925476 CPUtime=400.57 cores=1,3
/proc/28126/stat : 28126 (pbscip) R 28123 28126 27555 0 -1 4194304 849265 0 0 0 39884 173 0 0 20 0 1 0 36532402 5509771264 1231369 18446744073709551615 4235264 18693293 140722883193264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59387904 140722883197321 140722883197420 140722883197420 140722883203022 0
/proc/28126/statm: 1345159 1231369 3776 3530 0 1336610 0
Current children cumulated CPU time: 400.57 s
Current children cumulated vsize: 5380636 KiB
Current children cumulated memory: 4925476 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/264 28243
/proc/meminfo: memFree=111283200/131249988 swapFree=33010684/33010684
[pid=28126] ppid=28123 vsize=5380636 memory=4925476 CPUtime=460.27 cores=1,3
/proc/28126/stat : 28126 (pbscip) R 28123 28126 27555 0 -1 4194304 849326 0 0 0 45854 173 0 0 20 0 1 0 36532402 5509771264 1231369 18446744073709551615 4235264 18693293 140722883193264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59387904 140722883197321 140722883197420 140722883197420 140722883203022 0
/proc/28126/statm: 1345159 1231369 3776 3530 0 1336610 0
Current children cumulated CPU time: 460.27 s

################
# More data... #
################

Current children cumulated memory: 4925604 KiB

[startup+2862.3 s]
/proc/loadavg: 4.45 4.20 4.13 5/264 28365
/proc/meminfo: memFree=111249248/131249988 swapFree=33010684/33010684
[pid=28126] ppid=28123 vsize=5380648 memory=4925604 CPUtime=2848.49 cores=1,3
/proc/28126/stat : 28126 (pbscip) R 28123 28126 27555 0 -1 4194304 851115 0 0 0 284671 178 0 0 20 0 1 0 36532402 5509783552 1231401 18446744073709551615 4235264 18693293 140722883193264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59387904 140722883197321 140722883197420 140722883197420 140722883203022 0
/proc/28126/statm: 1345162 1231401 3776 3530 0 1336613 0
Current children cumulated CPU time: 2848.49 s
Current children cumulated vsize: 5380648 KiB
Current children cumulated memory: 4925604 KiB

[startup+2922.3 s]
/proc/loadavg: 4.22 4.18 4.12 5/264 28367
/proc/meminfo: memFree=111246404/131249988 swapFree=33010684/33010684
[pid=28126] ppid=28123 vsize=5380648 memory=4925604 CPUtime=2908.2 cores=1,3
/proc/28126/stat : 28126 (pbscip) R 28123 28126 27555 0 -1 4194304 851149 0 0 0 290642 178 0 0 20 0 1 0 36532402 5509783552 1231401 18446744073709551615 4235264 18693293 140722883193264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59387904 140722883197321 140722883197420 140722883197420 140722883203022 0
/proc/28126/statm: 1345162 1231401 3776 3530 0 1336613 0
Current children cumulated CPU time: 2908.2 s
Current children cumulated vsize: 5380648 KiB
Current children cumulated memory: 4925604 KiB

[startup+2982.3 s]
/proc/loadavg: 4.12 4.16 4.11 5/264 28369
/proc/meminfo: memFree=111229760/131249988 swapFree=33010684/33010684
[pid=28126] ppid=28123 vsize=5380648 memory=4926500 CPUtime=2967.9 cores=1,3
/proc/28126/stat : 28126 (pbscip) R 28123 28126 27555 0 -1 4194304 851178 0 0 0 296612 178 0 0 20 0 1 0 36532402 5509783552 1231625 18446744073709551615 4235264 18693293 140722883193264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59387904 140722883197321 140722883197420 140722883197420 140722883203022 0
/proc/28126/statm: 1345162 1231625 3776 3530 0 1336613 0
Current children cumulated CPU time: 2967.9 s
Current children cumulated vsize: 5380648 KiB
Current children cumulated memory: 4926500 KiB

[startup+3042.3 s]
/proc/loadavg: 4.14 4.16 4.11 5/263 28371
/proc/meminfo: memFree=111229380/131249988 swapFree=33010684/33010684
[pid=28126] ppid=28123 vsize=5380648 memory=4926500 CPUtime=3027.61 cores=1,3
/proc/28126/stat : 28126 (pbscip) R 28123 28126 27555 0 -1 4194304 851178 0 0 0 302583 178 0 0 20 0 1 0 36532402 5509783552 1231625 18446744073709551615 4235264 18693293 140722883193264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59387904 140722883197321 140722883197420 140722883197420 140722883203022 0
/proc/28126/statm: 1345162 1231625 3776 3530 0 1336613 0
Current children cumulated CPU time: 3027.61 s
Current children cumulated vsize: 5380648 KiB
Current children cumulated memory: 4926500 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.14 4.11 5/263 28373
/proc/meminfo: memFree=111219104/131249988 swapFree=33010684/33010684
[pid=28126] ppid=28123 vsize=5380648 memory=4926500 CPUtime=3087.31 cores=1,3
/proc/28126/stat : 28126 (pbscip) R 28123 28126 27555 0 -1 4194304 851178 0 0 0 308553 178 0 0 20 0 1 0 36532402 5509783552 1231625 18446744073709551615 4235264 18693293 140722883193264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59387904 140722883197321 140722883197420 140722883197420 140722883203022 0
/proc/28126/statm: 1345162 1231625 3776 3530 0 1336613 0
Current children cumulated CPU time: 3087.31 s
Current children cumulated vsize: 5380648 KiB
Current children cumulated memory: 4926500 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.14 4.11 5/263 28377
/proc/meminfo: memFree=111245312/131249988 swapFree=33010684/33010684
[pid=28126] ppid=28123 vsize=5380648 memory=4926500 CPUtime=3147.02 cores=1,3
/proc/28126/stat : 28126 (pbscip) R 28123 28126 27555 0 -1 4194304 851194 0 0 0 314524 178 0 0 20 0 1 0 36532402 5509783552 1231625 18446744073709551615 4235264 18693293 140722883193264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59387904 140722883197321 140722883197420 140722883197420 140722883203022 0
/proc/28126/statm: 1345162 1231625 3776 3530 0 1336613 0
Current children cumulated CPU time: 3147.02 s
Current children cumulated vsize: 5380648 KiB
Current children cumulated memory: 4926500 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.13 4.10 5/263 28384
/proc/meminfo: memFree=111219512/131249988 swapFree=33010684/33010684
[pid=28126] ppid=28123 vsize=5380652 memory=4926500 CPUtime=3206.72 cores=1,3
/proc/28126/stat : 28126 (pbscip) R 28123 28126 27555 0 -1 4194304 851195 0 0 0 320494 178 0 0 20 0 1 0 36532402 5509787648 1231625 18446744073709551615 4235264 18693293 140722883193264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59387904 140722883197321 140722883197420 140722883197420 140722883203022 0
/proc/28126/statm: 1345163 1231625 3776 3530 0 1336614 0
Current children cumulated CPU time: 3206.72 s
Current children cumulated vsize: 5380652 KiB
Current children cumulated memory: 4926500 KiB

[startup+3282.3 s]
/proc/loadavg: 4.04 4.11 4.09 5/263 28386
/proc/meminfo: memFree=111229660/131249988 swapFree=33010684/33010684
[pid=28126] ppid=28123 vsize=5380652 memory=4926500 CPUtime=3266.43 cores=1,3
/proc/28126/stat : 28126 (pbscip) R 28123 28126 27555 0 -1 4194304 851195 0 0 0 326465 178 0 0 20 0 1 0 36532402 5509787648 1231625 18446744073709551615 4235264 18693293 140722883193264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59387904 140722883197321 140722883197420 140722883197420 140722883203022 0
/proc/28126/statm: 1345163 1231625 3776 3530 0 1336614 0
Current children cumulated CPU time: 3266.43 s
Current children cumulated vsize: 5380652 KiB
Current children cumulated memory: 4926500 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/263 28388
/proc/meminfo: memFree=111220680/131249988 swapFree=33010684/33010684
[pid=28126] ppid=28123 vsize=5380652 memory=4926500 CPUtime=3326.13 cores=1,3
/proc/28126/stat : 28126 (pbscip) R 28123 28126 27555 0 -1 4194304 851258 0 0 0 332435 178 0 0 20 0 1 0 36532402 5509787648 1231625 18446744073709551615 4235264 18693293 140722883193264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59387904 140722883197321 140722883197420 140722883197420 140722883203022 0
/proc/28126/statm: 1345163 1231625 3776 3530 0 1336614 0
Current children cumulated CPU time: 3326.13 s
Current children cumulated vsize: 5380652 KiB
Current children cumulated memory: 4926500 KiB

[startup+3402.3 s]
/proc/loadavg: 4.32 4.16 4.11 5/263 28390
/proc/meminfo: memFree=111230516/131249988 swapFree=33010684/33010684
[pid=28126] ppid=28123 vsize=5380652 memory=4926500 CPUtime=3385.83 cores=1,3
/proc/28126/stat : 28126 (pbscip) R 28123 28126 27555 0 -1 4194304 851258 0 0 0 338405 178 0 0 20 0 1 0 36532402 5509787648 1231625 18446744073709551615 4235264 18693293 140722883193264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59387904 140722883197321 140722883197420 140722883197420 140722883203022 0
/proc/28126/statm: 1345163 1231625 3776 3530 0 1336614 0
Current children cumulated CPU time: 3385.83 s
Current children cumulated vsize: 5380652 KiB
Current children cumulated memory: 4926500 KiB

[startup+3462.3 s]
/proc/loadavg: 4.26 4.19 4.12 5/263 28392
/proc/meminfo: memFree=111229624/131249988 swapFree=33010684/33010684
[pid=28126] ppid=28123 vsize=5380652 memory=4926500 CPUtime=3445.54 cores=1,3
/proc/28126/stat : 28126 (pbscip) R 28123 28126 27555 0 -1 4194304 851258 0 0 0 344376 178 0 0 20 0 1 0 36532402 5509787648 1231625 18446744073709551615 4235264 18693293 140722883193264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59387904 140722883197321 140722883197420 140722883197420 140722883203022 0
/proc/28126/statm: 1345163 1231625 3776 3530 0 1336614 0
Current children cumulated CPU time: 3445.54 s
Current children cumulated vsize: 5380652 KiB
Current children cumulated memory: 4926500 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.17 4.11 5/262 28394
/proc/meminfo: memFree=111216544/131249988 swapFree=33010684/33010684
[pid=28126] ppid=28123 vsize=5380652 memory=4927524 CPUtime=3505.25 cores=1,3
/proc/28126/stat : 28126 (pbscip) R 28123 28126 27555 0 -1 4194304 851324 0 0 0 350346 179 0 0 20 0 1 0 36532402 5509787648 1231881 18446744073709551615 4235264 18693293 140722883193264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59387904 140722883197321 140722883197420 140722883197420 140722883203022 0
/proc/28126/statm: 1345163 1231881 3776 3530 0 1336614 0
Current children cumulated CPU time: 3505.25 s
Current children cumulated vsize: 5380652 KiB
Current children cumulated memory: 4927524 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.15 4.11 5/262 28395
/proc/meminfo: memFree=111243896/131249988 swapFree=33010684/33010684
[pid=28126] ppid=28123 vsize=5380652 memory=4928676 CPUtime=3564.96 cores=1,3
/proc/28126/stat : 28126 (pbscip) R 28123 28126 27555 0 -1 4194304 851325 0 0 0 356317 179 0 0 20 0 1 0 36532402 5509787648 1232169 18446744073709551615 4235264 18693293 140722883193264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59387904 140722883197321 140722883197420 140722883197420 140722883203022 0
/proc/28126/statm: 1345163 1232169 3776 3530 0 1336614 0
Current children cumulated CPU time: 3564.96 s
Current children cumulated vsize: 5380652 KiB
Current children cumulated memory: 4928676 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.6 s]
/proc/loadavg: 4.11 4.14 4.11 5/262 28441
/proc/meminfo: memFree=115253124/131249988 swapFree=33010684/33010684
[pid=28126] ppid=28123 vsize=5380652 memory=4929828 CPUtime=3600.09 cores=1,3
/proc/28126/stat : 28126 (pbscip) R 28123 28126 27555 0 -1 4194304 851325 0 0 0 359830 179 0 0 20 0 1 0 36532402 5509787648 1232457 18446744073709551615 4235264 18693293 140722883193264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59387904 140722883197321 140722883197420 140722883197420 140722883203022 0
/proc/28126/statm: 1345163 1232457 3776 3530 0 1336614 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 5380652 KiB
Current children cumulated memory: 4929828 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.3 s, system=1.8739 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3617.68
CPU time (s): 3600.18
CPU user time (s): 3598.3
CPU system time (s): 1.8739
CPU usage (%): 99.516
Max. virtual memory (cumulated for all children) (KiB): 5380652
Max. memory (cumulated for all children) (KiB): 4929828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.3
system time used= 1.8739
maximum resident set size= 4929828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 851325
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= 87
involuntary context switches= 1142


# summary of solver processes directly reported to runsolver:
#   pid: 28126
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3598.3
#   total CPU system time (s): 1.8739

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.87191 second user time and 16.9371 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-29 16:48:58
IDJOB=4511814
IDBENCH=160484
IDSOLVER=3365
FILE ID=nodeC031/4511814-1751208538
RUNJOBID= nodeC031-1751204926-27567
SLURM_JOB_ID= 9587621
Free space on /tmp= 432940 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw256/normalized-hw256-vm98p-dec.opb.negationfix.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4511814-1751208538/watcher-4511814-1751208538 -o /tmp/evaluation-result-4511814-1751208538/solver-4511814-1751208538 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751204926-27567 --watchdog 3760  pbscip -f HOME/instance-4511814-1751208538.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 0ade693002e69cf4f48fe48722d4f7a3
RANDOM SEED=1671952827

nodeC031 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		: 3599.892
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	: 6999.78
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.296
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	: 6999.78
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		: 3596.634
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	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        124036252 kB
MemAvailable:   123943396 kB
Buffers:            3280 kB
Cached:           716732 kB
SwapCached:            0 kB
Active:          5951552 kB
Inactive:         496664 kB
Active(anon):    5746268 kB
Inactive(anon):        0 kB
Active(file):     205284 kB
Inactive(file):   496664 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            119888 kB
Writeback:             0 kB
AnonPages:       5731276 kB
Mapped:           135828 kB
Shmem:             18064 kB
KReclaimable:      88868 kB
Slab:             174828 kB
SReclaimable:      88868 kB
SUnreclaim:        85960 kB
KernelStack:        4240 kB
PageTables:        14468 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    6173308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1464320 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432900 MiB
End job on nodeC031 at 2025-06-29 17:49:16