Trace number 4542356

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.1 3609.02

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height21_pigeons20_holes19.opb
MD5SUM623c8f5cac41c95d6cbe9efd54b08dc9
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 benchmark7.38233
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables96646
Total number of constraints11257
Number of constraints which are clauses5755
Number of constraints which are cardinality constraints (but not clauses)4556
Number of constraints which are nor clauses,nor cardinality constraints946
Minimum length of a constraint19
Maximum length of a constraint24
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 27
Number of bits of the biggest sum of numbers5
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-4542356-1753212923.opb>
0.31/0.34	c original problem has 96646 variables (96646 bin, 0 int, 0 impl, 0 cont) and 11257 constraints
0.31/0.34	c problem read in 0.33
0.31/0.35	c No objective function, only one solution is needed.
0.68/0.75	c presolving:
0.88/0.98	c    (1.0s) running MILP presolver
1.09/1.15	c    (1.1s) MILP presolver found nothing
1.17/1.25	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 6681 upgd conss, 0 impls, 4554 clqs
1.27/1.38	c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 11257 upgd conss, 0 impls, 4554 clqs
2.27/2.36	c    (2.3s) probing: 51/96646 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2.27/2.36	c    (2.3s) probing aborted: 50/50 successive totally useless probings
2.37/2.43	c    (2.4s) 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 (49345 MiB free)
  memory of node 1: 64465 MiB (52742 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542356-1753212923/watcher-4542356-1753212923 -o /tmp/evaluation-result-4542356-1753212923/solver-4542356-1753212923 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1753211112-158213 --watchdog 3760 pbscip -f HOME/instance-4542356-1753212923.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=158724, runsolver pid=158721

[startup+0.100069 s]*
/proc/loadavg: 8.10 8.09 7.30 7/255 158725
/proc/meminfo: memFree=104505972/131382112 swapFree=33002444/33010684
[pid=158724] ppid=158721 vsize=77900 memory=49536 CPUtime=0.1 cores=1,3
/proc/158724/stat : 158724 (pbscip) R 158721 158724 158201 0 -1 4194304 9412 0 0 0 6 4 0 0 20 0 1 0 236971678 79769600 12352 18446744073709551615 4235264 18693293 140726061718368 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 34144256 140726061721991 140726061722090 140726061722090 140726061727694 0
/proc/158724/statm: 19475 12352 3264 3530 0 10926 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 77900 KiB
Current children cumulated memory: 49536 KiB

[startup+0.211262 s]*
/proc/loadavg: 8.10 8.09 7.30 7/255 158725
/proc/meminfo: memFree=104469936/131382112 swapFree=33002444/33010684
[pid=158724] ppid=158721 vsize=111068 memory=82432 CPUtime=0.2 cores=1,3
/proc/158724/stat : 158724 (pbscip) R 158721 158724 158201 0 -1 4194304 17655 0 0 0 14 6 0 0 20 0 1 0 236971678 113733632 20608 18446744073709551615 4235264 18693293 140726061718368 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 34144256 140726061721991 140726061722090 140726061722090 140726061727694 0
/proc/158724/statm: 27767 20608 3264 3530 0 19218 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 111068 KiB
Current children cumulated memory: 82432 KiB

[startup+0.313614 s]*
/proc/loadavg: 8.10 8.09 7.30 8/255 158725
/proc/meminfo: memFree=104437680/131382112 swapFree=33002444/33010684
[pid=158724] ppid=158721 vsize=142724 memory=114304 CPUtime=0.31 cores=1,3
/proc/158724/stat : 158724 (pbscip) R 158721 158724 158201 0 -1 4194304 25640 0 0 0 22 9 0 0 20 0 1 0 236971678 146149376 28576 18446744073709551615 4235264 18693293 140726061718368 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 34144256 140726061721991 140726061722090 140726061722090 140726061727694 0
/proc/158724/statm: 35681 28576 3264 3530 0 27132 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 142724 KiB
Current children cumulated memory: 114304 KiB

[startup+0.700337 s]
/proc/loadavg: 8.10 8.09 7.30 7/255 158725
/proc/meminfo: memFree=104357292/131382112 swapFree=33002444/33010684
[pid=158724] ppid=158721 vsize=289724 memory=258028 CPUtime=0.68 cores=1,3
/proc/158724/stat : 158724 (pbscip) R 158721 158724 158201 0 -1 4194304 61583 0 0 0 47 21 0 0 20 0 1 0 236971678 296677376 64507 18446744073709551615 4235264 18693293 140726061718368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 34144256 140726061721991 140726061722090 140726061722090 140726061727694 0
/proc/158724/statm: 72431 64507 3552 3530 0 63882 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 289724 KiB
Current children cumulated memory: 258028 KiB

[startup+1.50032 s]
/proc/loadavg: 8.10 8.09 7.30 7/255 158725
/proc/meminfo: memFree=104215980/131382112 swapFree=33002444/33010684
[pid=158724] ppid=158721 vsize=358792 memory=323584 CPUtime=1.48 cores=1,3
/proc/158724/stat : 158724 (pbscip) R 158721 158724 158201 0 -1 4194304 82465 0 0 0 120 28 0 0 20 0 1 0 236971678 367403008 80896 18446744073709551615 4235264 18693293 140726061718368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 34144256 140726061721991 140726061722090 140726061722090 140726061727694 0
/proc/158724/statm: 89698 80896 3744 3530 0 81149 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 358792 KiB
Current children cumulated memory: 323584 KiB

[startup+3.11296 s]
/proc/loadavg: 7.93 8.06 7.30 4/238 158777
/proc/meminfo: memFree=104137188/131382112 swapFree=33002444/33010684
[pid=158724] ppid=158721 vsize=673572 memory=458828 CPUtime=3.08 cores=1,3
/proc/158724/stat : 158724 (pbscip) R 158721 158724 158201 0 -1 4194304 112311 0 0 0 274 34 0 0 20 0 1 0 236971678 689737728 114707 18446744073709551615 4235264 18693293 140726061718368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 34144256 140726061721991 140726061722090 140726061722090 140726061727694 0
/proc/158724/statm: 168393 114707 3776 3530 0 159844 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 673572 KiB
Current children cumulated memory: 458828 KiB

[startup+6.30026 s]
/proc/loadavg: 7.93 8.06 7.30 5/246 158850
/proc/meminfo: memFree=103624280/131382112 swapFree=33002444/33010684
[pid=158724] ppid=158721 vsize=886748 memory=682704 CPUtime=6.26 cores=1,3
/proc/158724/stat : 158724 (pbscip) R 158721 158724 158201 0 -1 4194304 166239 0 0 0 580 46 0 0 20 0 1 0 236971678 908029952 170676 18446744073709551615 4235264 18693293 140726061718368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 34144256 140726061721991 140726061722090 140726061722090 140726061727694 0
/proc/158724/statm: 221687 170676 3776 3530 0 213138 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 886748 KiB
Current children cumulated memory: 682704 KiB

[startup+12.7003 s]
/proc/loadavg: 7.62 7.99 7.28 5/251 158860
/proc/meminfo: memFree=95825668/131382112 swapFree=33002444/33010684
[pid=158724] ppid=158721 vsize=1019652 memory=825872 CPUtime=12.63 cores=1,3
/proc/158724/stat : 158724 (pbscip) R 158721 158724 158201 0 -1 4194304 199471 0 0 0 1212 51 0 0 20 0 1 0 236971678 1044123648 206468 18446744073709551615 4235264 18693293 140726061718368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 34144256 140726061721991 140726061722090 140726061722090 140726061727694 0
/proc/158724/statm: 254913 206468 3776 3530 0 246364 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 1019652 KiB
Current children cumulated memory: 825872 KiB

[startup+25.5003 s]
/proc/loadavg: 6.89 7.81 7.23 5/251 158860
/proc/meminfo: memFree=88797528/131382112 swapFree=33002444/33010684
[pid=158724] ppid=158721 vsize=1175972 memory=988720 CPUtime=25.39 cores=1,3
/proc/158724/stat : 158724 (pbscip) R 158721 158724 158201 0 -1 4194304 238642 0 0 0 2483 56 0 0 20 0 1 0 236971678 1204195328 247180 18446744073709551615 4235264 18693293 140726061718368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 34144256 140726061721991 140726061722090 140726061722090 140726061727694 0
/proc/158724/statm: 293993 247180 3776 3530 0 285444 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 1175972 KiB
Current children cumulated memory: 988720 KiB

[startup+51.1131 s]
/proc/loadavg: 5.90 7.50 7.14 5/251 158860
/proc/meminfo: memFree=87362608/131382112 swapFree=33002444/33010684
[pid=158724] ppid=158721 vsize=1254504 memory=1067184 CPUtime=50.92 cores=1,3
/proc/158724/stat : 158724 (pbscip) R 158721 158724 158201 0 -1 4194304 258275 0 0 0 5033 59 0 0 20 0 1 0 236971678 1284612096 266796 18446744073709551615 4235264 18693293 140726061718368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 34144256 140726061721991 140726061722090 140726061722090 140726061727694 0
/proc/158724/statm: 313626 266796 3776 3530 0 305077 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 1254504 KiB
Current children cumulated memory: 1067184 KiB

[startup+102.3 s]
/proc/loadavg: 4.95 6.99 6.99 5/250 158862
/proc/meminfo: memFree=81157016/131382112 swapFree=33002444/33010684
[pid=158724] ppid=158721 vsize=1254508 memory=1071536 CPUtime=101.93 cores=1,3
/proc/158724/stat : 158724 (pbscip) R 158721 158724 158201 0 -1 4194304 258278 0 0 0 10134 59 0 0 20 0 1 0 236971678 1284616192 267884 18446744073709551615 4235264 18693293 140726061718368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 34144256 140726061721991 140726061722090 140726061722090 140726061727694 0
/proc/158724/statm: 313627 267884 3776 3530 0 305078 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 1254508 KiB
Current children cumulated memory: 1071536 KiB

[startup+162.3 s]
/proc/loadavg: 4.41 6.46 6.80 5/250 158864
/proc/meminfo: memFree=74801780/131382112 swapFree=33002444/33010684
[pid=158724] ppid=158721 vsize=1254512 memory=1080880 CPUtime=161.75 cores=1,3
/proc/158724/stat : 158724 (pbscip) R 158721 158724 158201 0 -1 4194304 258298 0 0 0 16115 60 0 0 20 0 1 0 236971678 1284620288 270220 18446744073709551615 4235264 18693293 140726061718368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 34144256 140726061721991 140726061722090 140726061722090 140726061727694 0
/proc/158724/statm: 313628 270220 3776 3530 0 305079 0
Current children cumulated CPU time: 161.75 s
Current children cumulated vsize: 1254512 KiB
Current children cumulated memory: 1080880 KiB

[startup+222.3 s]
/proc/loadavg: 4.23 6.04 6.63 5/250 158911
/proc/meminfo: memFree=60756496/131382112 swapFree=33002444/33010684
[pid=158724] ppid=158721 vsize=1254512 memory=1080880 CPUtime=221.6 cores=1,3
/proc/158724/stat : 158724 (pbscip) R 158721 158724 158201 0 -1 4194304 258298 0 0 0 22099 61 0 0 20 0 1 0 236971678 1284620288 270220 18446744073709551615 4235264 18693293 140726061718368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 34144256 140726061721991 140726061722090 140726061722090 140726061727694 0
/proc/158724/statm: 313628 270220 3776 3530 0 305079 0
Current children cumulated CPU time: 221.6 s
Current children cumulated vsize: 1254512 KiB
Current children cumulated memory: 1080880 KiB

[startup+282.3 s]
/proc/loadavg: 4.20 5.69 6.48 5/250 158913
/proc/meminfo: memFree=50749832/131382112 swapFree=33002444/33010684
[pid=158724] ppid=158721 vsize=1254516 memory=1081136 CPUtime=281.42 cores=1,3
/proc/158724/stat : 158724 (pbscip) R 158721 158724 158201 0 -1 4194304 258330 0 0 0 28081 61 0 0 20 0 1 0 236971678 1284624384 270284 18446744073709551615 4235264 18693293 140726061718368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 34144256 140726061721991 140726061722090 140726061722090 140726061727694 0
/proc/158724/statm: 313629 270284 3776 3530 0 305080 0
Current children cumulated CPU time: 281.42 s
Current children cumulated vsize: 1254516 KiB
Current children cumulated memory: 1081136 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 5.40 6.32 5/250 158916
/proc/meminfo: memFree=41388816/131382112 swapFree=33002444/33010684
[pid=158724] ppid=158721 vsize=1254516 memory=1081136 CPUtime=341.26 cores=1,3
/proc/158724/stat : 158724 (pbscip) R 158721 158724 158201 0 -1 4194304 258332 0 0 0 34064 62 0 0 20 0 1 0 236971678 1284624384 270284 18446744073709551615 4235264 18693293 140726061718368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 34144256 140726061721991 140726061722090 140726061722090 140726061727694 0
/proc/158724/statm: 313629 270284 3776 3530 0 305080 0
Current children cumulated CPU time: 341.26 s
Current children cumulated vsize: 1254516 KiB
Current children cumulated memory: 1081136 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 5.16 6.18 5/251 158925
/proc/meminfo: memFree=32969900/131382112 swapFree=33001664/33010684
[pid=158724] ppid=158721 vsize=1254520 memory=1081264 CPUtime=401.07 cores=1,3
/proc/158724/stat : 158724 (pbscip) R 158721 158724 158201 0 -1 4194304 258369 0 0 0 40045 62 0 0 20 0 1 0 236971678 1284628480 270316 18446744073709551615 4235264 18693293 140726061718368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 34144256 140726061721991 140726061722090 140726061722090 140726061727694 0
/proc/158724/statm: 313630 270316 3776 3530 0 305081 0
Current children cumulated CPU time: 401.07 s
Current children cumulated vsize: 1254520 KiB
Current children cumulated memory: 1081264 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 4.97 6.05 5/251 158972
/proc/meminfo: memFree=48681968/131382112 swapFree=33001664/33010684
[pid=158724] ppid=158721 vsize=1254520 memory=1081264 CPUtime=460.91 cores=1,3
/proc/158724/stat : 158724 (pbscip) R 158721 158724 158201 0 -1 4194304 258370 0 0 0 46028 63 0 0 20 0 1 0 236971678 1284628480 270316 18446744073709551615 4235264 18693293 140726061718368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 34144256 140726061721991 140726061722090 140726061722090 140726061727694 0
/proc/158724/statm: 313630 270316 3776 3530 0 305081 0
Current children cumulated CPU time: 460.91 s

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

Current children cumulated memory: 1089456 KiB

[startup+2862.3 s]
/proc/loadavg: 4.15 4.12 4.26 5/250 159231
/proc/meminfo: memFree=70120888/131382112 swapFree=33001664/33010684
[pid=158724] ppid=158721 vsize=1254552 memory=1089456 CPUtime=2855.09 cores=1,3
/proc/158724/stat : 158724 (pbscip) R 158721 158724 158201 0 -1 4194304 258699 0 0 0 285433 76 0 0 20 0 1 0 236971678 1284661248 272364 18446744073709551615 4235264 18693293 140726061718368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 34144256 140726061721991 140726061722090 140726061722090 140726061727694 0
/proc/158724/statm: 313638 272364 3776 3530 0 305089 0
Current children cumulated CPU time: 2855.09 s
Current children cumulated vsize: 1254552 KiB
Current children cumulated memory: 1089456 KiB

[startup+2922.3 s]
/proc/loadavg: 4.12 4.11 4.24 5/250 159233
/proc/meminfo: memFree=70120376/131382112 swapFree=33001664/33010684
[pid=158724] ppid=158721 vsize=1254552 memory=1089456 CPUtime=2914.95 cores=1,3
/proc/158724/stat : 158724 (pbscip) R 158721 158724 158201 0 -1 4194304 258699 0 0 0 291418 77 0 0 20 0 1 0 236971678 1284661248 272364 18446744073709551615 4235264 18693293 140726061718368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 34144256 140726061721991 140726061722090 140726061722090 140726061727694 0
/proc/158724/statm: 313638 272364 3776 3530 0 305089 0
Current children cumulated CPU time: 2914.95 s
Current children cumulated vsize: 1254552 KiB
Current children cumulated memory: 1089456 KiB

[startup+2982.3 s]
/proc/loadavg: 4.08 4.10 4.23 5/250 159236
/proc/meminfo: memFree=70120016/131382112 swapFree=33001664/33010684
[pid=158724] ppid=158721 vsize=1254556 memory=1089456 CPUtime=2974.81 cores=1,3
/proc/158724/stat : 158724 (pbscip) R 158721 158724 158201 0 -1 4194304 258700 0 0 0 297404 77 0 0 20 0 1 0 236971678 1284665344 272364 18446744073709551615 4235264 18693293 140726061718368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 34144256 140726061721991 140726061722090 140726061722090 140726061727694 0
/proc/158724/statm: 313639 272364 3776 3530 0 305090 0
Current children cumulated CPU time: 2974.81 s
Current children cumulated vsize: 1254556 KiB
Current children cumulated memory: 1089456 KiB

[startup+3042.3 s]
/proc/loadavg: 4.13 4.11 4.23 5/250 159238
/proc/meminfo: memFree=70118780/131382112 swapFree=33001664/33010684
[pid=158724] ppid=158721 vsize=1254556 memory=1089456 CPUtime=3034.67 cores=1,3
/proc/158724/stat : 158724 (pbscip) R 158721 158724 158201 0 -1 4194304 258749 0 0 0 303389 78 0 0 20 0 1 0 236971678 1284665344 272364 18446744073709551615 4235264 18693293 140726061718368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 34144256 140726061721991 140726061722090 140726061722090 140726061727694 0
/proc/158724/statm: 313639 272364 3776 3530 0 305090 0
Current children cumulated CPU time: 3034.67 s
Current children cumulated vsize: 1254556 KiB
Current children cumulated memory: 1089456 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.11 4.22 5/250 159240
/proc/meminfo: memFree=70110812/131382112 swapFree=33001664/33010684
[pid=158724] ppid=158721 vsize=1254556 memory=1089456 CPUtime=3094.54 cores=1,3
/proc/158724/stat : 158724 (pbscip) R 158721 158724 158201 0 -1 4194304 258768 0 0 0 309375 79 0 0 20 0 1 0 236971678 1284665344 272364 18446744073709551615 4235264 18693293 140726061718368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 34144256 140726061721991 140726061722090 140726061722090 140726061727694 0
/proc/158724/statm: 313639 272364 3776 3530 0 305090 0
Current children cumulated CPU time: 3094.54 s
Current children cumulated vsize: 1254556 KiB
Current children cumulated memory: 1089456 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.12 4.21 5/249 159242
/proc/meminfo: memFree=70115716/131382112 swapFree=33001664/33010684
[pid=158724] ppid=158721 vsize=1254556 memory=1089456 CPUtime=3154.4 cores=1,3
/proc/158724/stat : 158724 (pbscip) R 158721 158724 158201 0 -1 4194304 258769 0 0 0 315361 79 0 0 20 0 1 0 236971678 1284665344 272364 18446744073709551615 4235264 18693293 140726061718368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 34144256 140726061721991 140726061722090 140726061722090 140726061727694 0
/proc/158724/statm: 313639 272364 3776 3530 0 305090 0
Current children cumulated CPU time: 3154.4 s
Current children cumulated vsize: 1254556 KiB
Current children cumulated memory: 1089456 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.11 4.20 5/249 159244
/proc/meminfo: memFree=70098332/131382112 swapFree=33001664/33010684
[pid=158724] ppid=158721 vsize=1254556 memory=1089456 CPUtime=3214.26 cores=1,3
/proc/158724/stat : 158724 (pbscip) R 158721 158724 158201 0 -1 4194304 258769 0 0 0 321347 79 0 0 20 0 1 0 236971678 1284665344 272364 18446744073709551615 4235264 18693293 140726061718368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 34144256 140726061721991 140726061722090 140726061722090 140726061727694 0
/proc/158724/statm: 313639 272364 3776 3530 0 305090 0
Current children cumulated CPU time: 3214.26 s
Current children cumulated vsize: 1254556 KiB
Current children cumulated memory: 1089456 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.10 4.19 5/249 159246
/proc/meminfo: memFree=70106068/131382112 swapFree=33001664/33010684
[pid=158724] ppid=158721 vsize=1254556 memory=1089456 CPUtime=3274.12 cores=1,3
/proc/158724/stat : 158724 (pbscip) R 158721 158724 158201 0 -1 4194304 258770 0 0 0 327333 79 0 0 20 0 1 0 236971678 1284665344 272364 18446744073709551615 4235264 18693293 140726061718368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 34144256 140726061721991 140726061722090 140726061722090 140726061727694 0
/proc/158724/statm: 313639 272364 3776 3530 0 305090 0
Current children cumulated CPU time: 3274.12 s
Current children cumulated vsize: 1254556 KiB
Current children cumulated memory: 1089456 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.11 4.18 5/249 159248
/proc/meminfo: memFree=70106576/131382112 swapFree=33001664/33010684
[pid=158724] ppid=158721 vsize=1254556 memory=1089456 CPUtime=3333.98 cores=1,3
/proc/158724/stat : 158724 (pbscip) R 158721 158724 158201 0 -1 4194304 258770 0 0 0 333319 79 0 0 20 0 1 0 236971678 1284665344 272364 18446744073709551615 4235264 18693293 140726061718368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 34144256 140726061721991 140726061722090 140726061722090 140726061727694 0
/proc/158724/statm: 313639 272364 3776 3530 0 305090 0
Current children cumulated CPU time: 3333.98 s
Current children cumulated vsize: 1254556 KiB
Current children cumulated memory: 1089456 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.11 4.18 5/249 159250
/proc/meminfo: memFree=70094716/131382112 swapFree=33001664/33010684
[pid=158724] ppid=158721 vsize=1254560 memory=1089456 CPUtime=3393.85 cores=1,3
/proc/158724/stat : 158724 (pbscip) R 158721 158724 158201 0 -1 4194304 258772 0 0 0 339305 80 0 0 20 0 1 0 236971678 1284669440 272364 18446744073709551615 4235264 18693293 140726061718368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 34144256 140726061721991 140726061722090 140726061722090 140726061727694 0
/proc/158724/statm: 313640 272364 3776 3530 0 305091 0
Current children cumulated CPU time: 3393.85 s
Current children cumulated vsize: 1254560 KiB
Current children cumulated memory: 1089456 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.12 4.18 5/250 159259
/proc/meminfo: memFree=70103828/131382112 swapFree=33001664/33010684
[pid=158724] ppid=158721 vsize=1254560 memory=1089456 CPUtime=3453.7 cores=1,3
/proc/158724/stat : 158724 (pbscip) R 158721 158724 158201 0 -1 4194304 258772 0 0 0 345290 80 0 0 20 0 1 0 236971678 1284669440 272364 18446744073709551615 4235264 18693293 140726061718368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 34144256 140726061721991 140726061722090 140726061722090 140726061727694 0
/proc/158724/statm: 313640 272364 3776 3530 0 305091 0
Current children cumulated CPU time: 3453.7 s
Current children cumulated vsize: 1254560 KiB
Current children cumulated memory: 1089456 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.11 4.17 5/250 159261
/proc/meminfo: memFree=70101908/131382112 swapFree=33001664/33010684
[pid=158724] ppid=158721 vsize=1254560 memory=1089456 CPUtime=3513.57 cores=1,3
/proc/158724/stat : 158724 (pbscip) R 158721 158724 158201 0 -1 4194304 258773 0 0 0 351276 81 0 0 20 0 1 0 236971678 1284669440 272364 18446744073709551615 4235264 18693293 140726061718368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 34144256 140726061721991 140726061722090 140726061722090 140726061727694 0
/proc/158724/statm: 313640 272364 3776 3530 0 305091 0
Current children cumulated CPU time: 3513.57 s
Current children cumulated vsize: 1254560 KiB
Current children cumulated memory: 1089456 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.10 4.16 5/250 159263
/proc/meminfo: memFree=70096088/131382112 swapFree=33001664/33010684
[pid=158724] ppid=158721 vsize=1254560 memory=1089456 CPUtime=3573.43 cores=1,3
/proc/158724/stat : 158724 (pbscip) R 158721 158724 158201 0 -1 4194304 258773 0 0 0 357261 82 0 0 20 0 1 0 236971678 1284669440 272364 18446744073709551615 4235264 18693293 140726061718368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 34144256 140726061721991 140726061722090 140726061722090 140726061727694 0
/proc/158724/statm: 313640 272364 3776 3530 0 305091 0
Current children cumulated CPU time: 3573.43 s
Current children cumulated vsize: 1254560 KiB
Current children cumulated memory: 1089456 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609 s]*
/proc/loadavg: 4.11 4.11 4.16 5/250 159264
/proc/meminfo: memFree=70103196/131382112 swapFree=33001664/33010684
[pid=158724] ppid=158721 vsize=1254560 memory=1089456 CPUtime=3600.08 cores=1,3
/proc/158724/stat : 158724 (pbscip) R 158721 158724 158201 0 -1 4194304 258843 0 0 0 359926 82 0 0 20 0 1 0 236971678 1284669440 272364 18446744073709551615 4235264 18693293 140726061718368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 34144256 140726061721991 140726061722090 140726061722090 140726061727694 0
/proc/158724/statm: 313640 272364 3776 3530 0 305091 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 1254560 KiB
Current children cumulated memory: 1089456 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.26 s, system=0.831159 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): 3609.02
CPU time (s): 3600.1
CPU user time (s): 3599.26
CPU system time (s): 0.831159
CPU usage (%): 99.7527
Max. virtual memory (cumulated for all children) (KiB): 1254560
Max. memory (cumulated for all children) (KiB): 1089456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.26
system time used= 0.831159
maximum resident set size= 1089456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 258843
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= 90
involuntary context switches= 1022


# summary of solver processes directly reported to runsolver:
#   pid: 158724
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3599.26
#   total CPU system time (s): 0.831159

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.3311 second user time and 36.2464 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-22 21:35:23
IDJOB=4542356
IDBENCH=163921
IDSOLVER=3365
FILE ID=nodeC005/4542356-1753212923
RUNJOBID= nodeC005-1753211112-158213
SLURM_JOB_ID= 9687789
Free space on /tmp= 432972 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_height21_pigeons20_holes19.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542356-1753212923/watcher-4542356-1753212923 -o /tmp/evaluation-result-4542356-1753212923/solver-4542356-1753212923 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1753211112-158213 --watchdog 3760  pbscip -f HOME/instance-4542356-1753212923.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 623c8f5cac41c95d6cbe9efd54b08dc9
RANDOM SEED=679757830

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		: 3591.736
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		: 1197.244
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		: 3591.739
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		: 1496.668
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		: 3591.722
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		: 1197.325
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		: 3591.724
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		: 1496.547
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:        104543756 kB
MemAvailable:   129847736 kB
Buffers:              12 kB
Cached:         26074812 kB
SwapCached:          244 kB
Active:           585276 kB
Inactive:       25581600 kB
Active(anon):      77784 kB
Inactive(anon):    35376 kB
Active(file):     507492 kB
Inactive(file): 25546224 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33002444 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             39532 kB
Writeback:           200 kB
AnonPages:         95276 kB
Mapped:           131680 kB
Shmem:             21096 kB
KReclaimable:     179784 kB
Slab:             271324 kB
SReclaimable:     179784 kB
SUnreclaim:        91540 kB
KernelStack:        4064 kB
PageTables:         3380 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     496604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149544 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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= 432900 MiB
End job on nodeC005 at 2025-07-22 22:35:32