Trace number 4542668

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.19 3616.79

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height30_pigeons29_holes28.opb
MD5SUM97f31c39a85f5c54920a5de5b1e4a080
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark78.0826
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables403744
Total number of constraints31066
Number of constraints which are clauses15781
Number of constraints which are cardinality constraints (but not clauses)13394
Number of constraints which are nor clauses,nor cardinality constraints1891
Minimum length of a constraint28
Maximum length of a constraint33
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 36
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.02	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.02	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.02	c 
0.00/0.02	c user parameter file <scip.set> not found - using default parameters
0.00/0.02	c reading problem <HOME/instance-4542668-1753214051.opb>
1.17/1.24	c original problem has 403744 variables (403744 bin, 0 int, 0 impl, 0 cont) and 31066 constraints
1.17/1.24	c problem read in 1.22
1.17/1.24	c No objective function, only one solution is needed.
2.28/2.31	c presolving:
2.77/2.86	c    (2.8s) running MILP presolver
3.27/3.32	c    (3.3s) MILP presolver found nothing
3.57/3.68	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 17643 upgd conss, 0 impls, 13392 clqs
4.07/4.18	c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 31066 upgd conss, 0 impls, 13392 clqs
8.45/8.54	c    (8.5s) probing: 51/403744 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
8.45/8.54	c    (8.5s) probing aborted: 50/50 successive totally useless probings
8.75/8.84	c    (8.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: 63837 MiB (26172 MiB free)
  memory of node 1: 64465 MiB (45888 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542668-1753214051/watcher-4542668-1753214051 -o /tmp/evaluation-result-4542668-1753214051/solver-4542668-1753214051 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1753211112-158211 --watchdog 3760 pbscip -f HOME/instance-4542668-1753214051.opb -t 3600 -j 2 -m 31000 

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

solver pid=159136, runsolver pid=159133

[startup+0.100077 s]*
/proc/loadavg: 4.08 4.25 5.07 5/251 159137
/proc/meminfo: memFree=73766420/131382112 swapFree=33001664/33010684
[pid=159136] ppid=159133 vsize=71440 memory=43264 CPUtime=0.09 cores=0,2
/proc/159136/stat : 159136 (pbscip) R 159133 159136 158201 0 -1 4194304 7906 0 0 0 7 2 0 0 20 0 1 0 237084531 73154560 10816 18446744073709551615 4235264 18693293 140724478653216 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 58408960 140724478658951 140724478659050 140724478659050 140724478664654 0
/proc/159136/statm: 17860 10816 3232 3530 0 9311 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 71440 KiB
Current children cumulated memory: 43264 KiB

[startup+0.212329 s]*
/proc/loadavg: 4.08 4.25 5.07 5/251 159137
/proc/meminfo: memFree=73742480/131382112 swapFree=33001664/33010684
[pid=159136] ppid=159133 vsize=101956 memory=73856 CPUtime=0.2 cores=0,2
/proc/159136/stat : 159136 (pbscip) R 159133 159136 158201 0 -1 4194304 15547 0 0 0 16 4 0 0 20 0 1 0 237084531 104402944 18464 18446744073709551615 4235264 18693293 140724478653216 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 58408960 140724478658951 140724478659050 140724478659050 140724478664654 0
/proc/159136/statm: 25489 18464 3232 3530 0 16940 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 101956 KiB
Current children cumulated memory: 73856 KiB

[startup+0.311081 s]*
/proc/loadavg: 4.08 4.25 5.07 5/251 159137
/proc/meminfo: memFree=73710224/131382112 swapFree=33001664/33010684
[pid=159136] ppid=159133 vsize=131764 memory=103168 CPUtime=0.31 cores=0,2
/proc/159136/stat : 159136 (pbscip) R 159133 159136 158201 0 -1 4194304 22883 0 0 0 24 7 0 0 20 0 1 0 237084531 134926336 25792 18446744073709551615 4235264 18693293 140724478653216 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 58408960 140724478658951 140724478659050 140724478659050 140724478664654 0
/proc/159136/statm: 32941 25792 3232 3530 0 24392 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 131764 KiB
Current children cumulated memory: 103168 KiB

[startup+0.700329 s]
/proc/loadavg: 4.08 4.25 5.07 5/251 159137
/proc/meminfo: memFree=73654028/131382112 swapFree=33001664/33010684
[pid=159136] ppid=159133 vsize=247224 memory=218752 CPUtime=0.68 cores=0,2
/proc/159136/stat : 159136 (pbscip) R 159133 159136 158201 0 -1 4194304 51783 0 0 0 54 14 0 0 20 0 1 0 237084531 253157376 54688 18446744073709551615 4235264 18693293 140724478653216 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 58408960 140724478658951 140724478659050 140724478659050 140724478664654 0
/proc/159136/statm: 61806 54688 3232 3530 0 53257 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 247224 KiB
Current children cumulated memory: 218752 KiB

[startup+1.50031 s]
/proc/loadavg: 4.08 4.25 5.07 5/251 159137
/proc/meminfo: memFree=73484684/131382112 swapFree=33001664/33010684
[pid=159136] ppid=159133 vsize=628604 memory=598240 CPUtime=1.48 cores=0,2
/proc/159136/stat : 159136 (pbscip) R 159133 159136 158201 0 -1 4194304 147239 0 0 0 113 35 0 0 20 0 1 0 237084531 643690496 149560 18446744073709551615 4235264 18693293 140724478653216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 58408960 140724478658951 140724478659050 140724478659050 140724478664654 0
/proc/159136/statm: 157151 149560 3488 3530 0 148602 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 628604 KiB
Current children cumulated memory: 598240 KiB

[startup+3.11325 s]
/proc/loadavg: 4.08 4.25 5.07 5/251 159137
/proc/meminfo: memFree=72498692/131382112 swapFree=33001664/33010684
[pid=159136] ppid=159133 vsize=1348808 memory=1300780 CPUtime=3.08 cores=0,2
/proc/159136/stat : 159136 (pbscip) R 159133 159136 158201 0 -1 4194304 288264 0 0 0 243 65 0 0 20 0 1 0 237084531 1381179392 325195 18446744073709551615 4235264 18693293 140724478653216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 58408960 140724478658951 140724478659050 140724478659050 140724478664654 0
/proc/159136/statm: 337202 325195 3680 3530 0 328653 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1348808 KiB
Current children cumulated memory: 1300780 KiB

[startup+6.30029 s]
/proc/loadavg: 4.08 4.24 5.06 5/251 159137
/proc/meminfo: memFree=72475200/131382112 swapFree=33001664/33010684
[pid=159136] ppid=159133 vsize=1319152 memory=1257788 CPUtime=6.26 cores=0,2
/proc/159136/stat : 159136 (pbscip) R 159133 159136 158201 0 -1 4194304 303895 0 0 0 556 70 0 0 20 0 1 0 237084531 1350811648 314447 18446744073709551615 4235264 18693293 140724478653216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 58408960 140724478658951 140724478659050 140724478659050 140724478664654 0
/proc/159136/statm: 329788 314447 3744 3530 0 321239 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1319152 KiB
Current children cumulated memory: 1257788 KiB

[startup+12.7003 s]
/proc/loadavg: 4.15 4.25 5.06 5/251 159137
/proc/meminfo: memFree=72120124/131382112 swapFree=33001664/33010684
[pid=159136] ppid=159133 vsize=2101016 memory=1737908 CPUtime=12.64 cores=0,2
/proc/159136/stat : 159136 (pbscip) R 159133 159136 158201 0 -1 4194304 371772 0 0 0 1176 88 0 0 20 0 1 0 237084531 2151440384 434477 18446744073709551615 4235264 18693293 140724478653216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 58408960 140724478658951 140724478659050 140724478659050 140724478664654 0
/proc/159136/statm: 525254 434477 3744 3530 0 516705 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 2101016 KiB
Current children cumulated memory: 1737908 KiB

[startup+25.5003 s]
/proc/loadavg: 4.12 4.24 5.04 5/251 159137
/proc/meminfo: memFree=71333316/131382112 swapFree=33001664/33010684
[pid=159136] ppid=159133 vsize=2872832 memory=2509748 CPUtime=25.39 cores=0,2
/proc/159136/stat : 159136 (pbscip) R 159133 159136 158201 0 -1 4194304 564745 0 0 0 2411 128 0 0 20 0 1 0 237084531 2941779968 627437 18446744073709551615 4235264 18693293 140724478653216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 58408960 140724478658951 140724478659050 140724478659050 140724478664654 0
/proc/159136/statm: 718208 627437 3744 3530 0 709659 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 2872832 KiB
Current children cumulated memory: 2509748 KiB

[startup+51.1133 s]
/proc/loadavg: 4.08 4.22 5.01 5/251 159138
/proc/meminfo: memFree=70231624/131382112 swapFree=33001664/33010684
[pid=159136] ppid=159133 vsize=3912044 memory=3593312 CPUtime=50.9 cores=0,2
/proc/159136/stat : 159136 (pbscip) R 159133 159136 158201 0 -1 4194304 776343 0 0 0 4918 172 0 0 20 0 1 0 237084531 4005933056 898328 18446744073709551615 4235264 18693293 140724478653216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 58408960 140724478658951 140724478659050 140724478659050 140724478664654 0
/proc/159136/statm: 978011 898328 3744 3530 0 969462 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 3912044 KiB
Current children cumulated memory: 3593312 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.20 4.97 5/252 159141
/proc/meminfo: memFree=70190924/131382112 swapFree=33001664/33010684
[pid=159136] ppid=159133 vsize=3912048 memory=3636324 CPUtime=101.86 cores=0,2
/proc/159136/stat : 159136 (pbscip) R 159133 159136 158201 0 -1 4194304 776384 0 0 0 10013 173 0 0 20 0 1 0 237084531 4005937152 909081 18446744073709551615 4235264 18693293 140724478653216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 58408960 140724478658951 140724478659050 140724478659050 140724478664654 0
/proc/159136/statm: 978012 909081 3744 3530 0 969463 0
Current children cumulated CPU time: 101.86 s
Current children cumulated vsize: 3912048 KiB
Current children cumulated memory: 3636324 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.18 4.91 5/251 159143
/proc/meminfo: memFree=70164096/131382112 swapFree=33001664/33010684
[pid=159136] ppid=159133 vsize=3912048 memory=3659108 CPUtime=161.6 cores=0,2
/proc/159136/stat : 159136 (pbscip) R 159133 159136 158201 0 -1 4194304 776471 0 0 0 15986 174 0 0 20 0 1 0 237084531 4005937152 914777 18446744073709551615 4235264 18693293 140724478653216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 58408960 140724478658951 140724478659050 140724478659050 140724478664654 0
/proc/159136/statm: 978012 914777 3744 3530 0 969463 0
Current children cumulated CPU time: 161.6 s
Current children cumulated vsize: 3912048 KiB
Current children cumulated memory: 3659108 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.17 4.86 5/250 159145
/proc/meminfo: memFree=70163792/131382112 swapFree=33001664/33010684
[pid=159136] ppid=159133 vsize=3912048 memory=3659108 CPUtime=221.34 cores=0,2
/proc/159136/stat : 159136 (pbscip) R 159133 159136 158201 0 -1 4194304 776471 0 0 0 21960 174 0 0 20 0 1 0 237084531 4005937152 914777 18446744073709551615 4235264 18693293 140724478653216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 58408960 140724478658951 140724478659050 140724478659050 140724478664654 0
/proc/159136/statm: 978012 914777 3744 3530 0 969463 0
Current children cumulated CPU time: 221.34 s
Current children cumulated vsize: 3912048 KiB
Current children cumulated memory: 3659108 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.15 4.81 5/250 159147
/proc/meminfo: memFree=70163724/131382112 swapFree=33001664/33010684
[pid=159136] ppid=159133 vsize=3912048 memory=3659108 CPUtime=281.07 cores=0,2
/proc/159136/stat : 159136 (pbscip) R 159133 159136 158201 0 -1 4194304 776490 0 0 0 27933 174 0 0 20 0 1 0 237084531 4005937152 914777 18446744073709551615 4235264 18693293 140724478653216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 58408960 140724478658951 140724478659050 140724478659050 140724478664654 0
/proc/159136/statm: 978012 914777 3744 3530 0 969463 0
Current children cumulated CPU time: 281.07 s
Current children cumulated vsize: 3912048 KiB
Current children cumulated memory: 3659108 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 4.14 4.76 5/250 159148
/proc/meminfo: memFree=70154644/131382112 swapFree=33001664/33010684
[pid=159136] ppid=159133 vsize=3912048 memory=3659108 CPUtime=340.81 cores=0,2
/proc/159136/stat : 159136 (pbscip) R 159133 159136 158201 0 -1 4194304 776490 0 0 0 33907 174 0 0 20 0 1 0 237084531 4005937152 914777 18446744073709551615 4235264 18693293 140724478653216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 58408960 140724478658951 140724478659050 140724478659050 140724478664654 0
/proc/159136/statm: 978012 914777 3744 3530 0 969463 0
Current children cumulated CPU time: 340.81 s
Current children cumulated vsize: 3912048 KiB
Current children cumulated memory: 3659108 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 4.14 4.72 5/249 159150
/proc/meminfo: memFree=70163588/131382112 swapFree=33001664/33010684
[pid=159136] ppid=159133 vsize=3912052 memory=3659108 CPUtime=400.54 cores=0,2
/proc/159136/stat : 159136 (pbscip) R 159133 159136 158201 0 -1 4194304 776511 0 0 0 39879 175 0 0 20 0 1 0 237084531 4005941248 914777 18446744073709551615 4235264 18693293 140724478653216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 58408960 140724478658951 140724478659050 140724478659050 140724478664654 0
/proc/159136/statm: 978013 914777 3744 3530 0 969464 0
Current children cumulated CPU time: 400.54 s
Current children cumulated vsize: 3912052 KiB
Current children cumulated memory: 3659108 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.13 4.68 5/249 159163
/proc/meminfo: memFree=70169540/131382112 swapFree=33001664/33010684
[pid=159136] ppid=159133 vsize=3912052 memory=3659108 CPUtime=460.28 cores=0,2
/proc/159136/stat : 159136 (pbscip) R 159133 159136 158201 0 -1 4194304 776511 0 0 0 45853 175 0 0 20 0 1 0 237084531 4005941248 914777 18446744073709551615 4235264 18693293 140724478653216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 58408960 140724478658951 140724478659050 140724478659050 140724478664654 0
/proc/159136/statm: 978013 914777 3744 3530 0 969464 0

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

Current children cumulated memory: 3659108 KiB

[startup+2922.3 s]
/proc/loadavg: 4.04 4.09 4.13 5/250 159375
/proc/meminfo: memFree=97328244/131382112 swapFree=33001664/33010684
[pid=159136] ppid=159133 vsize=3912064 memory=3659108 CPUtime=2909.41 cores=0,2
/proc/159136/stat : 159136 (pbscip) R 159133 159136 158201 0 -1 4194304 776730 0 0 0 290759 182 0 0 20 0 1 0 237084531 4005953536 914777 18446744073709551615 4235264 18693293 140724478653216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 58408960 140724478658951 140724478659050 140724478659050 140724478664654 0
/proc/159136/statm: 978016 914777 3744 3530 0 969467 0
Current children cumulated CPU time: 2909.41 s
Current children cumulated vsize: 3912064 KiB
Current children cumulated memory: 3659108 KiB

[startup+2982.3 s]
/proc/loadavg: 4.12 4.10 4.13 5/250 159421
/proc/meminfo: memFree=97396840/131382112 swapFree=33001664/33010684
[pid=159136] ppid=159133 vsize=3912064 memory=3659108 CPUtime=2969.1 cores=0,2
/proc/159136/stat : 159136 (pbscip) R 159133 159136 158201 0 -1 4194304 776730 0 0 0 296728 182 0 0 20 0 1 0 237084531 4005953536 914777 18446744073709551615 4235264 18693293 140724478653216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 58408960 140724478658951 140724478659050 140724478659050 140724478664654 0
/proc/159136/statm: 978016 914777 3744 3530 0 969467 0
Current children cumulated CPU time: 2969.1 s
Current children cumulated vsize: 3912064 KiB
Current children cumulated memory: 3659108 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.09 4.12 5/250 159423
/proc/meminfo: memFree=97400368/131382112 swapFree=33001664/33010684
[pid=159136] ppid=159133 vsize=3912064 memory=3659108 CPUtime=3028.78 cores=0,2
/proc/159136/stat : 159136 (pbscip) R 159133 159136 158201 0 -1 4194304 776730 0 0 0 302696 182 0 0 20 0 1 0 237084531 4005953536 914777 18446744073709551615 4235264 18693293 140724478653216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 58408960 140724478658951 140724478659050 140724478659050 140724478664654 0
/proc/159136/statm: 978016 914777 3744 3530 0 969467 0
Current children cumulated CPU time: 3028.78 s
Current children cumulated vsize: 3912064 KiB
Current children cumulated memory: 3659108 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.09 4.12 5/250 159425
/proc/meminfo: memFree=97400588/131382112 swapFree=33001664/33010684
[pid=159136] ppid=159133 vsize=3912064 memory=3659108 CPUtime=3088.47 cores=0,2
/proc/159136/stat : 159136 (pbscip) R 159133 159136 158201 0 -1 4194304 776730 0 0 0 308665 182 0 0 20 0 1 0 237084531 4005953536 914777 18446744073709551615 4235264 18693293 140724478653216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 58408960 140724478658951 140724478659050 140724478659050 140724478664654 0
/proc/159136/statm: 978016 914777 3744 3530 0 969467 0
Current children cumulated CPU time: 3088.47 s
Current children cumulated vsize: 3912064 KiB
Current children cumulated memory: 3659108 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.09 4.11 5/250 159517
/proc/meminfo: memFree=97844204/131382112 swapFree=33001664/33010684
[pid=159136] ppid=159133 vsize=3912064 memory=3659364 CPUtime=3148.14 cores=0,2
/proc/159136/stat : 159136 (pbscip) R 159133 159136 158201 0 -1 4194304 776749 0 0 0 314632 182 0 0 20 0 1 0 237084531 4005953536 914841 18446744073709551615 4235264 18693293 140724478653216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 58408960 140724478658951 140724478659050 140724478659050 140724478664654 0
/proc/159136/statm: 978016 914841 3744 3530 0 969467 0
Current children cumulated CPU time: 3148.14 s
Current children cumulated vsize: 3912064 KiB
Current children cumulated memory: 3659364 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.08 4.11 5/250 159608
/proc/meminfo: memFree=98173776/131382112 swapFree=33001664/33010684
[pid=159136] ppid=159133 vsize=3912064 memory=3659876 CPUtime=3207.81 cores=0,2
/proc/159136/stat : 159136 (pbscip) R 159133 159136 158201 0 -1 4194304 776750 0 0 0 320599 182 0 0 20 0 1 0 237084531 4005953536 914969 18446744073709551615 4235264 18693293 140724478653216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 58408960 140724478658951 140724478659050 140724478659050 140724478664654 0
/proc/159136/statm: 978016 914969 3744 3530 0 969467 0
Current children cumulated CPU time: 3207.81 s
Current children cumulated vsize: 3912064 KiB
Current children cumulated memory: 3659876 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.10 4.11 5/250 159745
/proc/meminfo: memFree=97986472/131382112 swapFree=33001664/33010684
[pid=159136] ppid=159133 vsize=3912064 memory=3659876 CPUtime=3267.48 cores=0,2
/proc/159136/stat : 159136 (pbscip) R 159133 159136 158201 0 -1 4194304 776750 0 0 0 326566 182 0 0 20 0 1 0 237084531 4005953536 914969 18446744073709551615 4235264 18693293 140724478653216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 58408960 140724478658951 140724478659050 140724478659050 140724478664654 0
/proc/159136/statm: 978016 914969 3744 3530 0 969467 0
Current children cumulated CPU time: 3267.48 s
Current children cumulated vsize: 3912064 KiB
Current children cumulated memory: 3659876 KiB

[startup+3342.3 s]
/proc/loadavg: 4.05 4.08 4.10 5/250 159747
/proc/meminfo: memFree=97869516/131382112 swapFree=33001664/33010684
[pid=159136] ppid=159133 vsize=3912068 memory=3659876 CPUtime=3327.16 cores=0,2
/proc/159136/stat : 159136 (pbscip) R 159133 159136 158201 0 -1 4194304 776751 0 0 0 332534 182 0 0 20 0 1 0 237084531 4005957632 914969 18446744073709551615 4235264 18693293 140724478653216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 58408960 140724478658951 140724478659050 140724478659050 140724478664654 0
/proc/159136/statm: 978017 914969 3744 3530 0 969468 0
Current children cumulated CPU time: 3327.16 s
Current children cumulated vsize: 3912068 KiB
Current children cumulated memory: 3659876 KiB

[startup+3402.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/250 159749
/proc/meminfo: memFree=97871800/131382112 swapFree=33001664/33010684
[pid=159136] ppid=159133 vsize=3912068 memory=3659876 CPUtime=3386.84 cores=0,2
/proc/159136/stat : 159136 (pbscip) R 159133 159136 158201 0 -1 4194304 776751 0 0 0 338502 182 0 0 20 0 1 0 237084531 4005957632 914969 18446744073709551615 4235264 18693293 140724478653216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 58408960 140724478658951 140724478659050 140724478659050 140724478664654 0
/proc/159136/statm: 978017 914969 3744 3530 0 969468 0
Current children cumulated CPU time: 3386.84 s
Current children cumulated vsize: 3912068 KiB
Current children cumulated memory: 3659876 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/249 159751
/proc/meminfo: memFree=97871856/131382112 swapFree=33001664/33010684
[pid=159136] ppid=159133 vsize=3912068 memory=3660900 CPUtime=3446.53 cores=0,2
/proc/159136/stat : 159136 (pbscip) R 159133 159136 158201 0 -1 4194304 776771 0 0 0 344470 183 0 0 20 0 1 0 237084531 4005957632 915225 18446744073709551615 4235264 18693293 140724478653216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 58408960 140724478658951 140724478659050 140724478659050 140724478664654 0
/proc/159136/statm: 978017 915225 3744 3530 0 969468 0
Current children cumulated CPU time: 3446.53 s
Current children cumulated vsize: 3912068 KiB
Current children cumulated memory: 3660900 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/249 159753
/proc/meminfo: memFree=97881236/131382112 swapFree=33001664/33010684
[pid=159136] ppid=159133 vsize=3912068 memory=3666276 CPUtime=3506.22 cores=0,2
/proc/159136/stat : 159136 (pbscip) R 159133 159136 158201 0 -1 4194304 776771 0 0 0 350439 183 0 0 20 0 1 0 237084531 4005957632 916569 18446744073709551615 4235264 18693293 140724478653216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 58408960 140724478658951 140724478659050 140724478659050 140724478664654 0
/proc/159136/statm: 978017 916569 3744 3530 0 969468 0
Current children cumulated CPU time: 3506.22 s
Current children cumulated vsize: 3912068 KiB
Current children cumulated memory: 3666276 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/250 159762
/proc/meminfo: memFree=97785156/131382112 swapFree=33001664/33010684
[pid=159136] ppid=159133 vsize=3912068 memory=3667940 CPUtime=3565.91 cores=0,2
/proc/159136/stat : 159136 (pbscip) R 159133 159136 158201 0 -1 4194304 776772 0 0 0 356408 183 0 0 20 0 1 0 237084531 4005957632 916985 18446744073709551615 4235264 18693293 140724478653216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 58408960 140724478658951 140724478659050 140724478659050 140724478664654 0
/proc/159136/statm: 978017 916985 3744 3530 0 969468 0
Current children cumulated CPU time: 3565.91 s
Current children cumulated vsize: 3912068 KiB
Current children cumulated memory: 3667940 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3616.7 s]
/proc/loadavg: 3.95 4.04 4.08 5/250 160168
/proc/meminfo: memFree=97880800/131382112 swapFree=33001664/33010684
[pid=159136] ppid=159133 vsize=3912068 memory=3676516 CPUtime=3600.09 cores=0,2
/proc/159136/stat : 159136 (pbscip) R 159133 159136 158201 0 -1 4194304 776772 0 0 0 359826 183 0 0 20 0 1 0 237084531 4005957632 919129 18446744073709551615 4235264 18693293 140724478653216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 58408960 140724478658951 140724478659050 140724478659050 140724478664654 0
/proc/159136/statm: 978017 919129 3744 3530 0 969468 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 3912068 KiB
Current children cumulated memory: 3676516 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.27 s, system=1.9244 s

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

[startup+3616.7 s]
/proc/loadavg: 3.95 4.04 4.08 5/250 160168
/proc/meminfo: memFree=97880800/131382112 swapFree=33001664/33010684
[pid=159136] ppid=159133 vsize=3912068 memory=3676516 CPUtime=3600.09 cores=0,2
/proc/159136/stat : 159136 (pbscip) R 159133 159136 158201 0 -1 4194304 776772 0 0 0 359826 183 0 0 20 0 1 0 237084531 4005957632 919129 18446744073709551615 4235264 18693293 140724478653216 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 58408960 140724478658951 140724478659050 140724478659050 140724478664654 0
/proc/159136/statm: 978017 919129 3744 3530 0 969468 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 3912068 KiB
Current children cumulated memory: 3676516 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3616.79
CPU time (s): 3600.19
CPU user time (s): 3598.27
CPU system time (s): 1.9244
CPU usage (%): 99.5411
Max. virtual memory (cumulated for all children) (KiB): 3912068
Max. memory (cumulated for all children) (KiB): 3676516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.27
system time used= 1.9244
maximum resident set size= 3676516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 776772
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= 85
involuntary context switches= 8720


# summary of solver processes directly reported to runsolver:
#   pid: 159136
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3598.27
#   total CPU system time (s): 1.9244

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.7622 second user time and 35.388 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-22 21:54:11
IDJOB=4542668
IDBENCH=163947
IDSOLVER=3365
FILE ID=nodeC005/4542668-1753214051
RUNJOBID= nodeC005-1753211112-158211
SLURM_JOB_ID= 9687789
Free space on /tmp= 432916 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/normalized-composed_pebbling_php_pyramid_height30_pigeons29_holes28.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542668-1753214051/watcher-4542668-1753214051 -o /tmp/evaluation-result-4542668-1753214051/solver-4542668-1753214051 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1753211112-158211 --watchdog 3760  pbscip -f HOME/instance-4542668-1753214051.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 97f31c39a85f5c54920a5de5b1e4a080
RANDOM SEED=275369362

nodeC005 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		: 1197.570
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.90
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		: 3691.167
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.90
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.256
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.90
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		: 1197.367
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.90
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		: 3662.379
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.90
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		: 3691.481
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.90
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		: 1197.616
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.90
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		: 3700.000
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        73790040 kB
MemAvailable:   97965268 kB
Buffers:              12 kB
Cached:         24946616 kB
SwapCached:          776 kB
Active:         32297888 kB
Inactive:       24533328 kB
Active(anon):   31866756 kB
Inactive(anon):    38396 kB
Active(file):     431132 kB
Inactive(file): 24494932 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33001664 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             28144 kB
Writeback:             0 kB
AnonPages:      31886384 kB
Mapped:           135648 kB
Shmem:             20564 kB
KReclaimable:     177584 kB
Slab:             268740 kB
SReclaimable:     177584 kB
SUnreclaim:        91156 kB
KernelStack:        4080 kB
PageTables:        65888 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   33152828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4014080 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:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432932 MiB
End job on nodeC005 at 2025-07-22 22:54:28