Trace number 4543916

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.04 3612.41

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-exit/normalized-phpexit_v1_30_088.opb
MD5SUM225933de352582a5f5a47ed5392988f0
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 benchmark5.31605
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables234990
Total number of constraints5311
Number of constraints which are clauses2671
Number of constraints which are cardinality constraints (but not clauses)2640
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint89
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 29
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 90
Number of bits of the biggest sum of numbers7
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-4543916-1753217167.opb>
0.61/0.75	c original problem has 234990 variables (234990 bin, 0 int, 0 impl, 0 cont) and 5311 constraints
0.61/0.75	c problem read in 0.74
0.61/0.76	c No objective function, only one solution is needed.
1.30/1.42	c presolving:
1.70/1.80	c    (1.8s) running MILP presolver
2.09/2.28	c    (2.3s) MILP presolver found nothing
2.29/2.48	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2670 upgd conss, 0 impls, 2640 clqs
2.49/2.66	c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 5311 upgd conss, 0 impls, 2640 clqs
5.48/5.60	c    (5.6s) probing: 51/234990 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
5.48/5.60	c    (5.6s) probing aborted: 50/50 successive totally useless probings
5.58/5.76	c    (5.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: 63837 MiB (45296 MiB free)
  memory of node 1: 64465 MiB (51747 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=159515, runsolver pid=159512

[startup+0.10007 s]*
/proc/loadavg: 4.06 4.08 4.12 5/249 159516
/proc/meminfo: memFree=99380748/131382112 swapFree=33001664/33010684
[pid=159515] ppid=159512 vsize=74024 memory=46464 CPUtime=0.08 cores=5,7
/proc/159515/stat : 159515 (pbscip) R 159512 159515 158201 0 -1 4194304 8669 0 0 0 6 2 0 0 20 0 1 0 237396066 75800576 11616 18446744073709551615 4235264 18693293 140723334070784 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 21375888 21430392 38674432 140723334076807 140723334076906 140723334076906 140723334082510 0
/proc/159515/statm: 18506 11616 3264 3530 0 9957 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 74024 KiB
Current children cumulated memory: 46464 KiB

[startup+0.213327 s]*
/proc/loadavg: 4.06 4.08 4.12 5/249 159516
/proc/meminfo: memFree=99365160/131382112 swapFree=33001664/33010684
[pid=159515] ppid=159512 vsize=109272 memory=80896 CPUtime=0.19 cores=5,7
/proc/159515/stat : 159515 (pbscip) R 159512 159515 158201 0 -1 4194304 17262 0 0 0 14 5 0 0 20 0 1 0 237396066 111894528 20224 18446744073709551615 4235264 18693293 140723334070784 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 21375888 21430392 38674432 140723334076807 140723334076906 140723334076906 140723334082510 0
/proc/159515/statm: 27318 20224 3264 3530 0 18769 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 109272 KiB
Current children cumulated memory: 80896 KiB

[startup+0.31325 s]*
/proc/loadavg: 4.06 4.08 4.12 5/249 159516
/proc/meminfo: memFree=99340968/131382112 swapFree=33001664/33010684
[pid=159515] ppid=159512 vsize=138840 memory=110592 CPUtime=0.27 cores=5,7
/proc/159515/stat : 159515 (pbscip) R 159512 159515 158201 0 -1 4194304 24679 0 0 0 20 7 0 0 20 0 1 0 237396066 142172160 27648 18446744073709551615 4235264 18693293 140723334070784 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 21375888 21430392 38674432 140723334076807 140723334076906 140723334076906 140723334082510 0
/proc/159515/statm: 34710 27648 3264 3530 0 26161 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 138840 KiB
Current children cumulated memory: 110592 KiB

[startup+0.700252 s]
/proc/loadavg: 4.06 4.08 4.12 5/249 159516
/proc/meminfo: memFree=99284772/131382112 swapFree=33001664/33010684
[pid=159515] ppid=159512 vsize=257588 memory=229120 CPUtime=0.61 cores=5,7
/proc/159515/stat : 159515 (pbscip) R 159512 159515 158201 0 -1 4194304 54320 0 0 0 46 15 0 0 20 0 1 0 237396066 263770112 57280 18446744073709551615 4235264 18693293 140723334070784 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 21375888 21430392 38674432 140723334076807 140723334076906 140723334076906 140723334082510 0
/proc/159515/statm: 64397 57280 3264 3530 0 55848 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 257588 KiB
Current children cumulated memory: 229120 KiB

[startup+1.50017 s]
/proc/loadavg: 4.06 4.08 4.12 5/249 159516
/proc/meminfo: memFree=99035040/131382112 swapFree=33001664/33010684
[pid=159515] ppid=159512 vsize=650636 memory=612356 CPUtime=1.4 cores=5,7
/proc/159515/stat : 159515 (pbscip) R 159512 159515 158201 0 -1 4194304 150052 0 0 0 105 35 0 0 20 0 1 0 237396066 666251264 153089 18446744073709551615 4235264 18693293 140723334070784 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 21375888 21430392 38674432 140723334076807 140723334076906 140723334076906 140723334082510 0
/proc/159515/statm: 162659 153089 3584 3530 0 154110 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 650636 KiB
Current children cumulated memory: 612356 KiB

[startup+3.10547 s]
/proc/loadavg: 4.06 4.08 4.12 5/249 159516
/proc/meminfo: memFree=98700620/131382112 swapFree=33001664/33010684
[pid=159515] ppid=159512 vsize=726692 memory=684288 CPUtime=2.99 cores=5,7
/proc/159515/stat : 159515 (pbscip) R 159512 159515 158201 0 -1 4194304 175892 0 0 0 257 42 0 0 20 0 1 0 237396066 744132608 171072 18446744073709551615 4235264 18693293 140723334070784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 38674432 140723334076807 140723334076906 140723334076906 140723334082510 0
/proc/159515/statm: 181673 171072 3712 3530 0 173124 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 726692 KiB
Current children cumulated memory: 684288 KiB

[startup+6.30031 s]
/proc/loadavg: 4.06 4.08 4.12 5/250 159517
/proc/meminfo: memFree=98563140/131382112 swapFree=33001664/33010684
[pid=159515] ppid=159512 vsize=1097500 memory=875780 CPUtime=6.17 cores=5,7
/proc/159515/stat : 159515 (pbscip) R 159512 159515 158201 0 -1 4194304 207320 0 0 0 568 49 0 0 20 0 1 0 237396066 1123840000 218945 18446744073709551615 4235264 18693293 140723334070784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 38674432 140723334076807 140723334076906 140723334076906 140723334082510 0
/proc/159515/statm: 274375 218945 3776 3530 0 265826 0
Current children cumulated CPU time: 6.17 s
Current children cumulated vsize: 1097500 KiB
Current children cumulated memory: 875780 KiB

[startup+12.7003 s]
/proc/loadavg: 4.05 4.08 4.11 5/250 159517
/proc/meminfo: memFree=98055100/131382112 swapFree=33001664/33010684
[pid=159515] ppid=159512 vsize=1546224 memory=1346624 CPUtime=12.56 cores=5,7
/proc/159515/stat : 159515 (pbscip) R 159512 159515 158201 0 -1 4194304 320432 0 0 0 1190 66 0 0 20 0 1 0 237396066 1583333376 336656 18446744073709551615 4235264 18693293 140723334070784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 38674432 140723334076807 140723334076906 140723334076906 140723334082510 0
/proc/159515/statm: 386556 336656 3776 3530 0 378007 0
Current children cumulated CPU time: 12.56 s
Current children cumulated vsize: 1546224 KiB
Current children cumulated memory: 1346624 KiB

[startup+25.5003 s]
/proc/loadavg: 4.04 4.08 4.11 5/250 159517
/proc/meminfo: memFree=97840080/131382112 swapFree=33001664/33010684
[pid=159515] ppid=159512 vsize=1746344 memory=1565188 CPUtime=25.32 cores=5,7
/proc/159515/stat : 159515 (pbscip) R 159512 159515 158201 0 -1 4194304 370471 0 0 0 2458 74 0 0 20 0 1 0 237396066 1788256256 391297 18446744073709551615 4235264 18693293 140723334070784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 38674432 140723334076807 140723334076906 140723334076906 140723334082510 0
/proc/159515/statm: 436586 391297 3776 3530 0 428037 0
Current children cumulated CPU time: 25.32 s
Current children cumulated vsize: 1746344 KiB
Current children cumulated memory: 1565188 KiB

[startup+51.1135 s]
/proc/loadavg: 4.08 4.08 4.11 5/250 159517
/proc/meminfo: memFree=97844456/131382112 swapFree=33001664/33010684
[pid=159515] ppid=159512 vsize=1746344 memory=1585156 CPUtime=50.85 cores=5,7
/proc/159515/stat : 159515 (pbscip) R 159512 159515 158201 0 -1 4194304 370895 0 0 0 5010 75 0 0 20 0 1 0 237396066 1788256256 396289 18446744073709551615 4235264 18693293 140723334070784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 38674432 140723334076807 140723334076906 140723334076906 140723334082510 0
/proc/159515/statm: 436586 396289 3776 3530 0 428037 0
Current children cumulated CPU time: 50.85 s
Current children cumulated vsize: 1746344 KiB
Current children cumulated memory: 1585156 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.09 4.11 5/250 159608
/proc/meminfo: memFree=98198804/131382112 swapFree=33001664/33010684
[pid=159515] ppid=159512 vsize=1746348 memory=1585156 CPUtime=101.88 cores=5,7
/proc/159515/stat : 159515 (pbscip) R 159512 159515 158201 0 -1 4194304 370901 0 0 0 10113 75 0 0 20 0 1 0 237396066 1788260352 396289 18446744073709551615 4235264 18693293 140723334070784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 38674432 140723334076807 140723334076906 140723334076906 140723334082510 0
/proc/159515/statm: 436587 396289 3776 3530 0 428038 0
Current children cumulated CPU time: 101.88 s
Current children cumulated vsize: 1746348 KiB
Current children cumulated memory: 1585156 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 4.08 4.10 5/250 159745
/proc/meminfo: memFree=98031988/131382112 swapFree=33001664/33010684
[pid=159515] ppid=159512 vsize=1746348 memory=1585156 CPUtime=161.67 cores=5,7
/proc/159515/stat : 159515 (pbscip) R 159512 159515 158201 0 -1 4194304 370903 0 0 0 16092 75 0 0 20 0 1 0 237396066 1788260352 396289 18446744073709551615 4235264 18693293 140723334070784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 38674432 140723334076807 140723334076906 140723334076906 140723334082510 0
/proc/159515/statm: 436587 396289 3776 3530 0 428038 0
Current children cumulated CPU time: 161.67 s
Current children cumulated vsize: 1746348 KiB
Current children cumulated memory: 1585156 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 4.08 4.10 5/250 159747
/proc/meminfo: memFree=97867588/131382112 swapFree=33001664/33010684
[pid=159515] ppid=159512 vsize=1746348 memory=1585156 CPUtime=221.5 cores=5,7
/proc/159515/stat : 159515 (pbscip) R 159512 159515 158201 0 -1 4194304 370909 0 0 0 22075 75 0 0 20 0 1 0 237396066 1788260352 396289 18446744073709551615 4235264 18693293 140723334070784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 38674432 140723334076807 140723334076906 140723334076906 140723334082510 0
/proc/159515/statm: 436587 396289 3776 3530 0 428038 0
Current children cumulated CPU time: 221.5 s
Current children cumulated vsize: 1746348 KiB
Current children cumulated memory: 1585156 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/250 159749
/proc/meminfo: memFree=97871548/131382112 swapFree=33001664/33010684
[pid=159515] ppid=159512 vsize=1746352 memory=1585156 CPUtime=281.34 cores=5,7
/proc/159515/stat : 159515 (pbscip) R 159512 159515 158201 0 -1 4194304 370910 0 0 0 28058 76 0 0 20 0 1 0 237396066 1788264448 396289 18446744073709551615 4235264 18693293 140723334070784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 38674432 140723334076807 140723334076906 140723334076906 140723334082510 0
/proc/159515/statm: 436588 396289 3776 3530 0 428039 0
Current children cumulated CPU time: 281.34 s
Current children cumulated vsize: 1746352 KiB
Current children cumulated memory: 1585156 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/249 159751
/proc/meminfo: memFree=97871856/131382112 swapFree=33001664/33010684
[pid=159515] ppid=159512 vsize=1746352 memory=1585156 CPUtime=341.16 cores=5,7
/proc/159515/stat : 159515 (pbscip) R 159512 159515 158201 0 -1 4194304 370910 0 0 0 34040 76 0 0 20 0 1 0 237396066 1788264448 396289 18446744073709551615 4235264 18693293 140723334070784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 38674432 140723334076807 140723334076906 140723334076906 140723334082510 0
/proc/159515/statm: 436588 396289 3776 3530 0 428039 0
Current children cumulated CPU time: 341.16 s
Current children cumulated vsize: 1746352 KiB
Current children cumulated memory: 1585156 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/249 159753
/proc/meminfo: memFree=97881236/131382112 swapFree=33001664/33010684
[pid=159515] ppid=159512 vsize=1746352 memory=1585156 CPUtime=400.84 cores=5,7
/proc/159515/stat : 159515 (pbscip) R 159512 159515 158201 0 -1 4194304 370916 0 0 0 40008 76 0 0 20 0 1 0 237396066 1788264448 396289 18446744073709551615 4235264 18693293 140723334070784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 38674432 140723334076807 140723334076906 140723334076906 140723334082510 0
/proc/159515/statm: 436588 396289 3776 3530 0 428039 0
Current children cumulated CPU time: 400.84 s
Current children cumulated vsize: 1746352 KiB
Current children cumulated memory: 1585156 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/250 159762
/proc/meminfo: memFree=97752084/131382112 swapFree=33001664/33010684
[pid=159515] ppid=159512 vsize=1746352 memory=1585156 CPUtime=460.52 cores=5,7
/proc/159515/stat : 159515 (pbscip) R 159512 159515 158201 0 -1 4194304 370916 0 0 0 45976 76 0 0 20 0 1 0 237396066 1788264448 396289 18446744073709551615 4235264 18693293 140723334070784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 38674432 140723334076807 140723334076906 140723334076906 140723334082510 0
/proc/159515/statm: 436588 396289 3776 3530 0 428039 0

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

Current children cumulated memory: 1620612 KiB

[startup+2862.3 s]
/proc/loadavg: 4.09 4.18 4.17 5/249 160383
/proc/meminfo: memFree=96489500/131382112 swapFree=33001664/33010684
[pid=159515] ppid=159512 vsize=1746376 memory=1620612 CPUtime=2852.03 cores=5,7
/proc/159515/stat : 159515 (pbscip) R 159512 159515 158201 0 -1 4194304 371170 0 0 0 285115 88 0 0 20 0 1 0 237396066 1788289024 405153 18446744073709551615 4235264 18693293 140723334070784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 38674432 140723334076807 140723334076906 140723334076906 140723334082510 0
/proc/159515/statm: 436594 405153 3776 3530 0 428045 0
Current children cumulated CPU time: 2852.03 s
Current children cumulated vsize: 1746376 KiB
Current children cumulated memory: 1620612 KiB

[startup+2922.3 s]
/proc/loadavg: 4.14 4.17 4.17 5/250 160392
/proc/meminfo: memFree=96490396/131382112 swapFree=33001664/33010684
[pid=159515] ppid=159512 vsize=1746376 memory=1620612 CPUtime=2911.85 cores=5,7
/proc/159515/stat : 159515 (pbscip) R 159512 159515 158201 0 -1 4194304 371170 0 0 0 291097 88 0 0 20 0 1 0 237396066 1788289024 405153 18446744073709551615 4235264 18693293 140723334070784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 38674432 140723334076807 140723334076906 140723334076906 140723334082510 0
/proc/159515/statm: 436594 405153 3776 3530 0 428045 0
Current children cumulated CPU time: 2911.85 s
Current children cumulated vsize: 1746376 KiB
Current children cumulated memory: 1620612 KiB

[startup+2982.3 s]
/proc/loadavg: 4.11 4.16 4.16 5/250 160394
/proc/meminfo: memFree=96490552/131382112 swapFree=33001664/33010684
[pid=159515] ppid=159512 vsize=1746376 memory=1620612 CPUtime=2971.67 cores=5,7
/proc/159515/stat : 159515 (pbscip) R 159512 159515 158201 0 -1 4194304 371171 0 0 0 297079 88 0 0 20 0 1 0 237396066 1788289024 405153 18446744073709551615 4235264 18693293 140723334070784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 38674432 140723334076807 140723334076906 140723334076906 140723334082510 0
/proc/159515/statm: 436594 405153 3776 3530 0 428045 0
Current children cumulated CPU time: 2971.67 s
Current children cumulated vsize: 1746376 KiB
Current children cumulated memory: 1620612 KiB

[startup+3042.3 s]
/proc/loadavg: 4.08 4.14 4.15 5/250 160486
/proc/meminfo: memFree=97873128/131382112 swapFree=33001664/33010684
[pid=159515] ppid=159512 vsize=1746376 memory=1620612 CPUtime=3031.48 cores=5,7
/proc/159515/stat : 159515 (pbscip) R 159512 159515 158201 0 -1 4194304 371172 0 0 0 303058 90 0 0 20 0 1 0 237396066 1788289024 405153 18446744073709551615 4235264 18693293 140723334070784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 38674432 140723334076807 140723334076906 140723334076906 140723334082510 0
/proc/159515/statm: 436594 405153 3776 3530 0 428045 0
Current children cumulated CPU time: 3031.48 s
Current children cumulated vsize: 1746376 KiB
Current children cumulated memory: 1620612 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.13 4.15 5/250 160488
/proc/meminfo: memFree=97848344/131382112 swapFree=33001664/33010684
[pid=159515] ppid=159512 vsize=1746376 memory=1620612 CPUtime=3091.3 cores=5,7
/proc/159515/stat : 159515 (pbscip) R 159512 159515 158201 0 -1 4194304 371172 0 0 0 309040 90 0 0 20 0 1 0 237396066 1788289024 405153 18446744073709551615 4235264 18693293 140723334070784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 38674432 140723334076807 140723334076906 140723334076906 140723334082510 0
/proc/159515/statm: 436594 405153 3776 3530 0 428045 0
Current children cumulated CPU time: 3091.3 s
Current children cumulated vsize: 1746376 KiB
Current children cumulated memory: 1620612 KiB

[startup+3162.3 s]
/proc/loadavg: 4.16 4.13 4.15 5/250 160490
/proc/meminfo: memFree=97779960/131382112 swapFree=33001664/33010684
[pid=159515] ppid=159512 vsize=1746376 memory=1620612 CPUtime=3151.11 cores=5,7
/proc/159515/stat : 159515 (pbscip) R 159512 159515 158201 0 -1 4194304 371173 0 0 0 315021 90 0 0 20 0 1 0 237396066 1788289024 405153 18446744073709551615 4235264 18693293 140723334070784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 38674432 140723334076807 140723334076906 140723334076906 140723334082510 0
/proc/159515/statm: 436594 405153 3776 3530 0 428045 0
Current children cumulated CPU time: 3151.11 s
Current children cumulated vsize: 1746376 KiB
Current children cumulated memory: 1620612 KiB

[startup+3222.3 s]
/proc/loadavg: 4.18 4.14 4.15 5/249 160492
/proc/meminfo: memFree=97773444/131382112 swapFree=33001664/33010684
[pid=159515] ppid=159512 vsize=1746376 memory=1620612 CPUtime=3210.93 cores=5,7
/proc/159515/stat : 159515 (pbscip) R 159512 159515 158201 0 -1 4194304 371272 0 0 0 321003 90 0 0 20 0 1 0 237396066 1788289024 405153 18446744073709551615 4235264 18693293 140723334070784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 38674432 140723334076807 140723334076906 140723334076906 140723334082510 0
/proc/159515/statm: 436594 405153 3776 3530 0 428045 0
Current children cumulated CPU time: 3210.93 s
Current children cumulated vsize: 1746376 KiB
Current children cumulated memory: 1620612 KiB

[startup+3282.3 s]
/proc/loadavg: 4.06 4.11 4.14 5/250 160495
/proc/meminfo: memFree=97773492/131382112 swapFree=33001664/33010684
[pid=159515] ppid=159512 vsize=1746376 memory=1620612 CPUtime=3270.75 cores=5,7
/proc/159515/stat : 159515 (pbscip) R 159512 159515 158201 0 -1 4194304 371272 0 0 0 326985 90 0 0 20 0 1 0 237396066 1788289024 405153 18446744073709551615 4235264 18693293 140723334070784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 38674432 140723334076807 140723334076906 140723334076906 140723334082510 0
/proc/159515/statm: 436594 405153 3776 3530 0 428045 0
Current children cumulated CPU time: 3270.75 s
Current children cumulated vsize: 1746376 KiB
Current children cumulated memory: 1620612 KiB

[startup+3342.3 s]
/proc/loadavg: 4.06 4.10 4.13 5/250 160497
/proc/meminfo: memFree=97748556/131382112 swapFree=33001664/33010684
[pid=159515] ppid=159512 vsize=1746376 memory=1620612 CPUtime=3330.59 cores=5,7
/proc/159515/stat : 159515 (pbscip) R 159512 159515 158201 0 -1 4194304 371273 0 0 0 332969 90 0 0 20 0 1 0 237396066 1788289024 405153 18446744073709551615 4235264 18693293 140723334070784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 38674432 140723334076807 140723334076906 140723334076906 140723334082510 0
/proc/159515/statm: 436594 405153 3776 3530 0 428045 0
Current children cumulated CPU time: 3330.59 s
Current children cumulated vsize: 1746376 KiB
Current children cumulated memory: 1620612 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.11 4.13 5/250 160499
/proc/meminfo: memFree=97733304/131382112 swapFree=33001664/33010684
[pid=159515] ppid=159512 vsize=1746376 memory=1620612 CPUtime=3390.46 cores=5,7
/proc/159515/stat : 159515 (pbscip) R 159512 159515 158201 0 -1 4194304 371273 0 0 0 338956 90 0 0 20 0 1 0 237396066 1788289024 405153 18446744073709551615 4235264 18693293 140723334070784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 38674432 140723334076807 140723334076906 140723334076906 140723334082510 0
/proc/159515/statm: 436594 405153 3776 3530 0 428045 0
Current children cumulated CPU time: 3390.46 s
Current children cumulated vsize: 1746376 KiB
Current children cumulated memory: 1620612 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.11 4.13 5/250 160501
/proc/meminfo: memFree=97669840/131382112 swapFree=33001664/33010684
[pid=159515] ppid=159512 vsize=1746376 memory=1620612 CPUtime=3450.32 cores=5,7
/proc/159515/stat : 159515 (pbscip) R 159512 159515 158201 0 -1 4194304 371274 0 0 0 344942 90 0 0 20 0 1 0 237396066 1788289024 405153 18446744073709551615 4235264 18693293 140723334070784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 38674432 140723334076807 140723334076906 140723334076906 140723334082510 0
/proc/159515/statm: 436594 405153 3776 3530 0 428045 0
Current children cumulated CPU time: 3450.32 s
Current children cumulated vsize: 1746376 KiB
Current children cumulated memory: 1620612 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.10 4.12 5/251 160510
/proc/meminfo: memFree=97503412/131382112 swapFree=33001664/33010684
[pid=159515] ppid=159512 vsize=1746380 memory=1620612 CPUtime=3510.16 cores=5,7
/proc/159515/stat : 159515 (pbscip) R 159512 159515 158201 0 -1 4194304 371276 0 0 0 350926 90 0 0 20 0 1 0 237396066 1788293120 405153 18446744073709551615 4235264 18693293 140723334070784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 38674432 140723334076807 140723334076906 140723334076906 140723334082510 0
/proc/159515/statm: 436595 405153 3776 3530 0 428046 0
Current children cumulated CPU time: 3510.16 s
Current children cumulated vsize: 1746380 KiB
Current children cumulated memory: 1620612 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.10 4.11 5/250 160514
/proc/meminfo: memFree=97523100/131382112 swapFree=33001664/33010684
[pid=159515] ppid=159512 vsize=1746380 memory=1620612 CPUtime=3570 cores=5,7
/proc/159515/stat : 159515 (pbscip) R 159512 159515 158201 0 -1 4194304 371276 0 0 0 356910 90 0 0 20 0 1 0 237396066 1788293120 405153 18446744073709551615 4235264 18693293 140723334070784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 38674432 140723334076807 140723334076906 140723334076906 140723334082510 0
/proc/159515/statm: 436595 405153 3776 3530 0 428046 0
Current children cumulated CPU time: 3570 s
Current children cumulated vsize: 1746380 KiB
Current children cumulated memory: 1620612 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.4 s]
/proc/loadavg: 4.13 4.10 4.11 5/250 160515
/proc/meminfo: memFree=97520780/131382112 swapFree=33001664/33010684
[pid=159515] ppid=159512 vsize=1746380 memory=1620612 CPUtime=3600.02 cores=5,7
/proc/159515/stat : 159515 (pbscip) R 159512 159515 158201 0 -1 4194304 371379 0 0 0 359912 90 0 0 20 0 1 0 237396066 1788293120 405153 18446744073709551615 4235264 18693293 140723334070784 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 38674432 140723334076807 140723334076906 140723334076906 140723334082510 0
/proc/159515/statm: 436595 405153 3776 3530 0 428046 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 1746380 KiB
Current children cumulated memory: 1620612 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.12 s, system=0.916473 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): 3612.41
CPU time (s): 3600.04
CPU user time (s): 3599.12
CPU system time (s): 0.916473
CPU usage (%): 99.6576
Max. virtual memory (cumulated for all children) (KiB): 1746380
Max. memory (cumulated for all children) (KiB): 1620612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.12
system time used= 0.916473
maximum resident set size= 1620612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 371379
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= 105
involuntary context switches= 1538


# summary of solver processes directly reported to runsolver:
#   pid: 159515
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3599.12
#   total CPU system time (s): 0.916473

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.1377 second user time and 34.6417 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-22 22:46:07
IDJOB=4543916
IDBENCH=174715
IDSOLVER=3365
FILE ID=nodeC005/4543916-1753217167
RUNJOBID= nodeC005-1753211112-158214
SLURM_JOB_ID= 9687789
Free space on /tmp= 432960 MiB

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

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

MD5SUM BENCH= 225933de352582a5f5a47ed5392988f0
RANDOM SEED=330186499

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		: 3662.466
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		: 3662.687
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.623
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		: 1198.051
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.840
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		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.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.643
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		: 1197.271
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:        99372972 kB
MemAvailable:   123529220 kB
Buffers:              12 kB
Cached:         24927644 kB
SwapCached:          776 kB
Active:          6713900 kB
Inactive:       24513980 kB
Active(anon):    6282404 kB
Inactive(anon):    38384 kB
Active(file):     431496 kB
Inactive(file): 24475596 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33001664 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             23348 kB
Writeback:            20 kB
AnonPages:       6302160 kB
Mapped:           135528 kB
Shmem:             20564 kB
KReclaimable:     177564 kB
Slab:             268736 kB
SReclaimable:     177564 kB
SUnreclaim:        91172 kB
KernelStack:        4016 kB
PageTables:        15776 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    7197304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149384 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    862208 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= 432908 MiB
End job on nodeC005 at 2025-07-22 23:46:19