Trace number 4524262
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:
-
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.
-
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.
-
CONVERSION SCRIPT DATA (Optionnal)
When a conversion script is used, this section shows the messages that were output by the conversion script.
-
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.
-
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 Name | Answer | objective function | CPU time | Wall clock time |
---|
SCIP 2024-07-07 | ? (TO) | | 3600.7 | 3612.51 |
General information on the benchmark
Name | PB25/normalized-PB25/OPT-LIN/ wallon/normalized-Cargo-24_c24.opb |
MD5SUM | 5fdde4f5ded59ac93b31f059bbfb02e9 |
Bench Category | OPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate) |
Best result obtained on this benchmark | OPT |
Best value of the objective obtained on this benchmark | 94204 |
Best CPU time to get the best result obtained on this benchmark | 663.838 |
Has Objective Function | YES |
Satisfiable | |
(Un)Satisfiability was proved | |
Best value of the objective function | |
Optimality of the best value was proved | |
Number of variables | 2530390 |
Total number of constraints | 5076483 |
Number of constraints which are clauses | 842097 |
Number of constraints which are cardinality constraints (but not clauses) | 42061 |
Number of constraints which are nor clauses,nor cardinality constraints | 4192325 |
Minimum length of a constraint | 1 |
Maximum length of a constraint | 208 |
Number of terms in the objective function | 64 |
Biggest coefficient in the objective function | 32768 |
Number of bits for the biggest coefficient in the objective function | 16 |
Sum of the numbers in the objective function | 262140 |
Number of bits of the sum of numbers in the objective function | 18 |
Biggest number in a constraint | 661259 |
Number of bits of the biggest number in a constraint | 20 |
Biggest sum of numbers in a constraint | 1944735 |
Number of bits of the biggest sum of numbers | 21 |
Number of products (including duplicates) | 0 |
Sum of products size (including duplicates) | 0 |
Number of different products | 0 |
Sum of products size | 0 |
Solver Data
0.00/0.00 c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.00 c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00 c
0.00/0.00 c user parameter file <scip.set> not found - using default parameters
0.00/0.00 c reading problem <HOME/instance-4524262-1751608264.opb>
23.32/23.49 c original problem has 2530390 variables (2530390 bin, 0 int, 0 impl, 0 cont) and 5076483 constraints
23.32/23.49 c problem read in 23.48
42.27/42.44 c presolving:
92.04/92.36 c (round 1, fast) 35051 del vars, 33914 del conss, 113 add conss, 17001 chg bounds, 2457042 chg sides, 9308022 chg coeffs, 0 upgd conss, 0 impls, 1499079 clqs
115.97/116.32 c (round 2, fast) 596418 del vars, 1031606 del conss, 156 add conss, 506231 chg bounds, 2687081 chg sides, 9657898 chg coeffs, 0 upgd conss, 0 impls, 975744 clqs
133.83/134.26 c (round 3, fast) 915016 del vars, 1597652 del conss, 163 add conss, 714320 chg bounds, 3439844 chg sides, 10642591 chg coeffs, 0 upgd conss, 0 impls, 984265 clqs
138.91/139.33 c (round 4, fast) 1013371 del vars, 1799945 del conss, 170 add conss, 777499 chg bounds, 3505404 chg sides, 10775930 chg coeffs, 0 upgd conss, 0 impls, 1017030 clqs
154.28/154.78 c (154.7s) running MILP presolver
3589.03/3600.82 c (3600.7s) MILP presolver (1 rounds): 100 aggregations, 0 fixings, 0 bound changes
3596.10/3607.93 c (3607.9s) probing: 1/1619413 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
3596.10/3607.93 c (3607.9s) probing aborted: solving stopped
Verifier Data
ERROR: no interpretation found !
Watcher Data
runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
NUMA information:
number of nodes: 2
memory of node 0: 63665 MiB (61707 MiB free)
memory of node 1: 64507 MiB (63377 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4524262-1751608264/watcher-4524262-1751608264 -o /tmp/evaluation-result-4524262-1751608264/solver-4524262-1751608264 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751608264-86425 --watchdog 3760 pbscip -f HOME/instance-4524262-1751608264.opb -t 3600 -j 2 -m 31000
running on 2 cores: 4,6
CPU governors:
performance: 4 6
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=86486, runsolver pid=86483
[startup+0.100064 s]*
/proc/loadavg: 1.39 1.16 1.36 5/268 86487
/proc/meminfo: memFree=128017584/131249996 swapFree=33005016/33010684
[pid=86486] ppid=86483 vsize=76204 memory=48384 CPUtime=0.08 cores=4,6
/proc/86486/stat : 86486 (pbscip) R 86483 86486 85761 0 -1 4194304 9171 0 0 0 7 1 0 0 20 0 1 0 76506356 78032896 12096 18446744073709551615 4235264 18693293 140732405791360 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 21375888 21430392 48054272 140732405795209 140732405795308 140732405795308 140732405800910 0
/proc/86486/statm: 19051 12096 3232 3530 0 10502 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 76204 KiB
Current children cumulated memory: 48384 KiB
[startup+0.205694 s]*
/proc/loadavg: 1.39 1.16 1.36 5/268 86487
/proc/meminfo: memFree=127969452/131249996 swapFree=33005016/33010684
[pid=86486] ppid=86483 vsize=104416 memory=76160 CPUtime=0.19 cores=4,6
/proc/86486/stat : 86486 (pbscip) R 86483 86486 85761 0 -1 4194304 16154 0 0 0 16 3 0 0 20 0 1 0 76506356 106921984 19040 18446744073709551615 4235264 18693293 140732405791360 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48054272 140732405795209 140732405795308 140732405795308 140732405800910 0
/proc/86486/statm: 26104 19040 3232 3530 0 17555 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 104416 KiB
Current children cumulated memory: 76160 KiB
[startup+0.305554 s]*
/proc/loadavg: 1.39 1.16 1.36 5/268 86487
/proc/meminfo: memFree=127930560/131249996 swapFree=33005016/33010684
[pid=86486] ppid=86483 vsize=131792 memory=104064 CPUtime=0.29 cores=4,6
/proc/86486/stat : 86486 (pbscip) R 86483 86486 85761 0 -1 4194304 23153 0 0 0 25 4 0 0 20 0 1 0 76506356 134955008 26016 18446744073709551615 4235264 18693293 140732405791360 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48054272 140732405795209 140732405795308 140732405795308 140732405800910 0
/proc/86486/statm: 32948 26016 3232 3530 0 24399 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 131792 KiB
Current children cumulated memory: 104064 KiB
[startup+0.700172 s]
/proc/loadavg: 1.39 1.16 1.36 5/268 86487
/proc/meminfo: memFree=127826736/131249996 swapFree=33005016/33010684
[pid=86486] ppid=86483 vsize=229572 memory=201856 CPUtime=0.68 cores=4,6
/proc/86486/stat : 86486 (pbscip) R 86483 86486 85761 0 -1 4194304 47601 0 0 0 60 8 0 0 20 0 1 0 76506356 235081728 50464 18446744073709551615 4235264 18693293 140732405791360 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48054272 140732405795209 140732405795308 140732405795308 140732405800910 0
/proc/86486/statm: 57393 50464 3232 3530 0 48844 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 229572 KiB
Current children cumulated memory: 201856 KiB
[startup+1.50017 s]
/proc/loadavg: 1.39 1.16 1.36 5/268 86487
/proc/meminfo: memFree=127585320/131249996 swapFree=33005016/33010684
[pid=86486] ppid=86483 vsize=426348 memory=398628 CPUtime=1.47 cores=4,6
/proc/86486/stat : 86486 (pbscip) R 86483 86486 85761 0 -1 4194304 96263 0 0 0 132 15 0 0 20 0 1 0 76506356 436580352 99657 18446744073709551615 4235264 18693293 140732405791360 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48054272 140732405795209 140732405795308 140732405795308 140732405800910 0
/proc/86486/statm: 106587 99657 3232 3530 0 98038 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 426348 KiB
Current children cumulated memory: 398628 KiB
[startup+3.10543 s]
/proc/loadavg: 1.39 1.16 1.36 5/268 86487
/proc/meminfo: memFree=126499256/131249996 swapFree=33005016/33010684
[pid=86486] ppid=86483 vsize=818704 memory=790552 CPUtime=3.08 cores=4,6
/proc/86486/stat : 86486 (pbscip) R 86483 86486 85761 0 -1 4194304 191688 0 0 0 277 31 0 0 20 0 1 0 76506356 838352896 197638 18446744073709551615 4235264 18693293 140732405791360 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48054272 140732405795209 140732405795308 140732405795308 140732405800910 0
/proc/86486/statm: 204676 197638 3232 3530 0 196127 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 818704 KiB
Current children cumulated memory: 790552 KiB
[startup+6.30016 s]
/proc/loadavg: 1.60 1.20 1.37 5/268 86487
/proc/meminfo: memFree=125012376/131249996 swapFree=33005016/33010684
[pid=86486] ppid=86483 vsize=1605344 memory=1576320 CPUtime=6.26 cores=4,6
/proc/86486/stat : 86486 (pbscip) R 86483 86486 85761 0 -1 4194304 381512 0 0 0 564 62 0 0 20 0 1 0 76506356 1643872256 394080 18446744073709551615 4235264 18693293 140732405791360 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48054272 140732405795209 140732405795308 140732405795308 140732405800910 0
/proc/86486/statm: 401336 394080 3232 3530 0 392787 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1605344 KiB
Current children cumulated memory: 1576320 KiB
[startup+12.7002 s]
/proc/loadavg: 1.87 1.27 1.39 5/268 86487
/proc/meminfo: memFree=119995900/131249996 swapFree=33005016/33010684
[pid=86486] ppid=86483 vsize=3118584 memory=3088484 CPUtime=12.65 cores=4,6
/proc/86486/stat : 86486 (pbscip) R 86483 86486 85761 0 -1 4194304 743212 0 0 0 1146 119 0 0 20 0 1 0 76506356 3193430016 772121 18446744073709551615 4235264 18693293 140732405791360 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48054272 140732405795209 140732405795308 140732405795308 140732405800910 0
/proc/86486/statm: 779646 772121 3232 3530 0 771097 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 3118584 KiB
Current children cumulated memory: 3088484 KiB
[startup+25.5002 s]
/proc/loadavg: 2.35 1.40 1.44 5/268 86488
/proc/meminfo: memFree=114275892/131249996 swapFree=33005016/33010684
[pid=86486] ppid=86483 vsize=7450340 memory=7409864 CPUtime=25.41 cores=4,6
/proc/86486/stat : 86486 (pbscip) R 86483 86486 85761 0 -1 4194304 1792667 0 0 0 2261 280 0 0 20 0 1 0 76506356 7629148160 1852466 18446744073709551615 4235264 18693293 140732405791360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48054272 140732405795209 140732405795308 140732405795308 140732405800910 0
/proc/86486/statm: 1862585 1852466 3520 3530 0 1854036 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 7450340 KiB
Current children cumulated memory: 7409864 KiB
[startup+51.1055 s]
/proc/loadavg: 2.98 1.63 1.51 5/268 86488
/proc/meminfo: memFree=102507444/131249996 swapFree=33005016/33010684
[pid=86486] ppid=86483 vsize=17722436 memory=17492504 CPUtime=50.95 cores=4,6
/proc/86486/stat : 86486 (pbscip) R 86483 86486 85761 0 -1 4194304 4083325 0 0 0 4455 640 0 0 20 0 1 0 76506356 18147774464 4373126 18446744073709551615 4235264 18693293 140732405791360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48054272 140732405795209 140732405795308 140732405795308 140732405800910 0
/proc/86486/statm: 4430609 4373126 3616 3530 0 4422060 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 17722436 KiB
Current children cumulated memory: 17492504 KiB
[startup+102.3 s]
/proc/loadavg: 3.63 2.01 1.65 5/268 86492
/proc/meminfo: memFree=100060964/131249996 swapFree=33005016/33010684
[pid=86486] ppid=86483 vsize=19270016 memory=18982968 CPUtime=102.01 cores=4,6
/proc/86486/stat : 86486 (pbscip) R 86483 86486 85761 0 -1 4194304 4437209 0 0 0 9496 705 0 0 20 0 1 0 76506356 19732496384 4745742 18446744073709551615 4235264 18693293 140732405791360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48054272 140732405795209 140732405795308 140732405795308 140732405800910 0
/proc/86486/statm: 4817504 4745742 3616 3530 0 4808955 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 19270016 KiB
Current children cumulated memory: 18982968 KiB
[startup+162.3 s]
/proc/loadavg: 3.91 2.39 1.80 5/267 86494
/proc/meminfo: memFree=92587396/131249996 swapFree=33005016/33010684
[pid=86486] ppid=86483 vsize=24189244 memory=23760096 CPUtime=161.87 cores=4,6
/proc/86486/stat : 86486 (pbscip) R 86483 86486 85761 0 -1 4194304 4483844 0 0 0 15286 901 0 0 20 0 1 0 76506356 24769785856 5940024 18446744073709551615 4235264 18693293 140732405791360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48054272 140732405795209 140732405795308 140732405795308 140732405800910 0
/proc/86486/statm: 6047311 5940024 3712 3530 0 6038762 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 24189244 KiB
Current children cumulated memory: 23760096 KiB
[startup+222.3 s]
/proc/loadavg: 4.11 2.73 1.96 5/269 86499
/proc/meminfo: memFree=92639280/131249996 swapFree=33005016/33010684
[pid=86486] ppid=86483 vsize=24205728 memory=23774912 CPUtime=221.73 cores=4,6
/proc/86486/stat : 86486 (pbscip) R 86483 86486 85761 0 -1 4194304 4486997 0 0 0 21271 902 0 0 20 0 1 0 76506356 24786665472 5943728 18446744073709551615 4235264 18693293 140732405791360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48054272 140732405795209 140732405795308 140732405795308 140732405800910 0
/proc/86486/statm: 6051432 5943728 3712 3530 0 6042883 0
Current children cumulated CPU time: 221.73 s
Current children cumulated vsize: 24205728 KiB
Current children cumulated memory: 23774912 KiB
[startup+282.3 s]
/proc/loadavg: 4.10 2.98 2.10 5/268 86501
/proc/meminfo: memFree=92605844/131249996 swapFree=33005016/33010684
[pid=86486] ppid=86483 vsize=24205728 memory=23774912 CPUtime=281.57 cores=4,6
/proc/86486/stat : 86486 (pbscip) R 86483 86486 85761 0 -1 4194304 4487426 0 0 0 27255 902 0 0 20 0 1 0 76506356 24786665472 5943728 18446744073709551615 4235264 18693293 140732405791360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48054272 140732405795209 140732405795308 140732405795308 140732405800910 0
/proc/86486/statm: 6051432 5943728 3712 3530 0 6042883 0
Current children cumulated CPU time: 281.57 s
Current children cumulated vsize: 24205728 KiB
Current children cumulated memory: 23774912 KiB
[startup+342.3 s]
/proc/loadavg: 4.16 3.20 2.23 5/264 86503
/proc/meminfo: memFree=92596392/131249996 swapFree=33005016/33010684
[pid=86486] ppid=86483 vsize=24205728 memory=23774912 CPUtime=341.41 cores=4,6
/proc/86486/stat : 86486 (pbscip) R 86483 86486 85761 0 -1 4194304 4488010 0 0 0 33238 903 0 0 20 0 1 0 76506356 24786665472 5943728 18446744073709551615 4235264 18693293 140732405791360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48054272 140732405795209 140732405795308 140732405795308 140732405800910 0
/proc/86486/statm: 6051432 5943728 3712 3530 0 6042883 0
Current children cumulated CPU time: 341.41 s
Current children cumulated vsize: 24205728 KiB
Current children cumulated memory: 23774912 KiB
[startup+402.3 s]
/proc/loadavg: 4.16 3.38 2.35 5/264 86505
/proc/meminfo: memFree=92564704/131249996 swapFree=33005016/33010684
[pid=86486] ppid=86483 vsize=24205728 memory=23774912 CPUtime=401.22 cores=4,6
/proc/86486/stat : 86486 (pbscip) R 86483 86486 85761 0 -1 4194304 4489015 0 0 0 39218 904 0 0 20 0 1 0 76506356 24786665472 5943728 18446744073709551615 4235264 18693293 140732405791360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48054272 140732405795209 140732405795308 140732405795308 140732405800910 0
/proc/86486/statm: 6051432 5943728 3712 3530 0 6042883 0
Current children cumulated CPU time: 401.22 s
Current children cumulated vsize: 24205728 KiB
Current children cumulated memory: 23774912 KiB
[startup+462.3 s]
/proc/loadavg: 4.11 3.51 2.46 5/265 86512
/proc/meminfo: memFree=92563576/131249996 swapFree=33005016/33010684
[pid=86486] ppid=86483 vsize=24205728 memory=23774912 CPUtime=461.02 cores=4,6
/proc/86486/stat : 86486 (pbscip) R 86483 86486 85761 0 -1 4194304 4489954 0 0 0 45197 905 0 0 20 0 1 0 76506356 24786665472 5943728 18446744073709551615 4235264 18693293 140732405791360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48054272 140732405795209 140732405795308 140732405795308 140732405800910 0
/proc/86486/statm: 6051432 5943728 3712 3530 0 6042883 0
Current children cumulated CPU time: 461.02 s
################
# More data... #
################
[startup+2982.3 s]
/proc/loadavg: 4.39 4.26 4.09 5/264 86646
/proc/meminfo: memFree=91515736/131249996 swapFree=33005016/33010684
[pid=86486] ppid=86483 vsize=24205728 memory=23774912 CPUtime=2972.67 cores=4,6
/proc/86486/stat : 86486 (pbscip) R 86483 86486 85761 0 -1 4194304 4520892 0 0 0 296325 942 0 0 20 0 1 0 76506356 24786665472 5943728 18446744073709551615 4235264 18693293 140732405791360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48054272 140732405795209 140732405795308 140732405795308 140732405800910 0
/proc/86486/statm: 6051432 5943728 3712 3530 0 6042883 0
Current children cumulated CPU time: 2972.67 s
Current children cumulated vsize: 24205728 KiB
Current children cumulated memory: 23774912 KiB
[startup+3042.3 s]
/proc/loadavg: 4.23 4.24 4.09 5/264 86648
/proc/meminfo: memFree=91485556/131249996 swapFree=33005016/33010684
[pid=86486] ppid=86483 vsize=24205728 memory=23774912 CPUtime=3032.47 cores=4,6
/proc/86486/stat : 86486 (pbscip) R 86483 86486 85761 0 -1 4194304 4521774 0 0 0 302305 942 0 0 20 0 1 0 76506356 24786665472 5943728 18446744073709551615 4235264 18693293 140732405791360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48054272 140732405795209 140732405795308 140732405795308 140732405800910 0
/proc/86486/statm: 6051432 5943728 3712 3530 0 6042883 0
Current children cumulated CPU time: 3032.47 s
Current children cumulated vsize: 24205728 KiB
Current children cumulated memory: 23774912 KiB
[startup+3102.3 s]
/proc/loadavg: 4.20 4.22 4.09 5/265 86653
/proc/meminfo: memFree=91463284/131249996 swapFree=33005016/33010684
[pid=86486] ppid=86483 vsize=24205728 memory=23774912 CPUtime=3092.27 cores=4,6
/proc/86486/stat : 86486 (pbscip) R 86483 86486 85761 0 -1 4194304 4521774 0 0 0 308284 943 0 0 20 0 1 0 76506356 24786665472 5943728 18446744073709551615 4235264 18693293 140732405791360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48054272 140732405795209 140732405795308 140732405795308 140732405800910 0
/proc/86486/statm: 6051432 5943728 3712 3530 0 6042883 0
Current children cumulated CPU time: 3092.27 s
Current children cumulated vsize: 24205728 KiB
Current children cumulated memory: 23774912 KiB
[startup+3162.3 s]
/proc/loadavg: 4.13 4.20 4.09 5/264 86655
/proc/meminfo: memFree=91420644/131249996 swapFree=33005016/33010684
[pid=86486] ppid=86483 vsize=24205728 memory=23774912 CPUtime=3152.08 cores=4,6
/proc/86486/stat : 86486 (pbscip) R 86483 86486 85761 0 -1 4194304 4522656 0 0 0 314263 945 0 0 20 0 1 0 76506356 24786665472 5943728 18446744073709551615 4235264 18693293 140732405791360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48054272 140732405795209 140732405795308 140732405795308 140732405800910 0
/proc/86486/statm: 6051432 5943728 3712 3530 0 6042883 0
Current children cumulated CPU time: 3152.08 s
Current children cumulated vsize: 24205728 KiB
Current children cumulated memory: 23774912 KiB
[startup+3222.3 s]
/proc/loadavg: 4.09 4.17 4.09 5/264 86657
/proc/meminfo: memFree=91368632/131249996 swapFree=33005016/33010684
[pid=86486] ppid=86483 vsize=24205728 memory=23774912 CPUtime=3211.88 cores=4,6
/proc/86486/stat : 86486 (pbscip) R 86483 86486 85761 0 -1 4194304 4523540 0 0 0 320242 946 0 0 20 0 1 0 76506356 24786665472 5943728 18446744073709551615 4235264 18693293 140732405791360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48054272 140732405795209 140732405795308 140732405795308 140732405800910 0
/proc/86486/statm: 6051432 5943728 3712 3530 0 6042883 0
Current children cumulated CPU time: 3211.88 s
Current children cumulated vsize: 24205728 KiB
Current children cumulated memory: 23774912 KiB
[startup+3282.3 s]
/proc/loadavg: 4.13 4.17 4.09 5/264 86659
/proc/meminfo: memFree=91338788/131249996 swapFree=33005016/33010684
[pid=86486] ppid=86483 vsize=24205728 memory=23774912 CPUtime=3271.67 cores=4,6
/proc/86486/stat : 86486 (pbscip) R 86483 86486 85761 0 -1 4194304 4524422 0 0 0 326221 946 0 0 20 0 1 0 76506356 24786665472 5943728 18446744073709551615 4235264 18693293 140732405791360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48054272 140732405795209 140732405795308 140732405795308 140732405800910 0
/proc/86486/statm: 6051432 5943728 3712 3530 0 6042883 0
Current children cumulated CPU time: 3271.67 s
Current children cumulated vsize: 24205728 KiB
Current children cumulated memory: 23774912 KiB
[startup+3342.3 s]
/proc/loadavg: 4.10 4.15 4.09 5/264 86661
/proc/meminfo: memFree=91235880/131249996 swapFree=33005016/33010684
[pid=86486] ppid=86483 vsize=24205728 memory=23774912 CPUtime=3331.46 cores=4,6
/proc/86486/stat : 86486 (pbscip) R 86483 86486 85761 0 -1 4194304 4525304 0 0 0 332199 947 0 0 20 0 1 0 76506356 24786665472 5943728 18446744073709551615 4235264 18693293 140732405791360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48054272 140732405795209 140732405795308 140732405795308 140732405800910 0
/proc/86486/statm: 6051432 5943728 3712 3530 0 6042883 0
Current children cumulated CPU time: 3331.46 s
Current children cumulated vsize: 24205728 KiB
Current children cumulated memory: 23774912 KiB
[startup+3402.3 s]
/proc/loadavg: 4.19 4.17 4.10 5/263 86663
/proc/meminfo: memFree=91212424/131249996 swapFree=33005016/33010684
[pid=86486] ppid=86483 vsize=24205728 memory=23774912 CPUtime=3391.24 cores=4,6
/proc/86486/stat : 86486 (pbscip) R 86483 86486 85761 0 -1 4194304 4525323 0 0 0 338177 947 0 0 20 0 1 0 76506356 24786665472 5943728 18446744073709551615 4235264 18693293 140732405791360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48054272 140732405795209 140732405795308 140732405795308 140732405800910 0
/proc/86486/statm: 6051432 5943728 3712 3530 0 6042883 0
Current children cumulated CPU time: 3391.24 s
Current children cumulated vsize: 24205728 KiB
Current children cumulated memory: 23774912 KiB
[startup+3462.3 s]
/proc/loadavg: 4.13 4.15 4.09 5/264 86670
/proc/meminfo: memFree=91142356/131249996 swapFree=33005016/33010684
[pid=86486] ppid=86483 vsize=24205728 memory=23774912 CPUtime=3451.04 cores=4,6
/proc/86486/stat : 86486 (pbscip) R 86483 86486 85761 0 -1 4194304 4526192 0 0 0 344155 949 0 0 20 0 1 0 76506356 24786665472 5943728 18446744073709551615 4235264 18693293 140732405791360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48054272 140732405795209 140732405795308 140732405795308 140732405800910 0
/proc/86486/statm: 6051432 5943728 3712 3530 0 6042883 0
Current children cumulated CPU time: 3451.04 s
Current children cumulated vsize: 24205728 KiB
Current children cumulated memory: 23774912 KiB
[startup+3522.3 s]
/proc/loadavg: 4.09 4.14 4.09 5/264 86672
/proc/meminfo: memFree=91101608/131249996 swapFree=33005016/33010684
[pid=86486] ppid=86483 vsize=24205728 memory=23774912 CPUtime=3510.82 cores=4,6
/proc/86486/stat : 86486 (pbscip) R 86483 86486 85761 0 -1 4194304 4527075 0 0 0 350132 950 0 0 20 0 1 0 76506356 24786665472 5943728 18446744073709551615 4235264 18693293 140732405791360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48054272 140732405795209 140732405795308 140732405795308 140732405800910 0
/proc/86486/statm: 6051432 5943728 3712 3530 0 6042883 0
Current children cumulated CPU time: 3510.82 s
Current children cumulated vsize: 24205728 KiB
Current children cumulated memory: 23774912 KiB
[startup+3582.3 s]
/proc/loadavg: 4.14 4.14 4.09 5/264 86675
/proc/meminfo: memFree=91018824/131249996 swapFree=33005016/33010684
[pid=86486] ppid=86483 vsize=24205728 memory=23774912 CPUtime=3570.6 cores=4,6
/proc/86486/stat : 86486 (pbscip) R 86483 86486 85761 0 -1 4194304 4527957 0 0 0 356110 950 0 0 20 0 1 0 76506356 24786665472 5943728 18446744073709551615 4235264 18693293 140732405791360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48054272 140732405795209 140732405795308 140732405795308 140732405800910 0
/proc/86486/statm: 6051432 5943728 3712 3530 0 6042883 0
Current children cumulated CPU time: 3570.6 s
Current children cumulated vsize: 24205728 KiB
Current children cumulated memory: 23774912 KiB
Maximum CPU time exceeded: sending SIGTERM then SIGKILL
[startup+3611.9 s]
/proc/loadavg: 3.71 4.04 4.06 2/246 86813
/proc/meminfo: memFree=109212036/131249996 swapFree=33005016/33010684
[pid=86486] ppid=86483 vsize=20659112 memory=20217912 CPUtime=3600.09 cores=4,6
/proc/86486/stat : 86486 (pbscip) R 86483 86486 85761 0 -1 4194304 4535822 0 0 0 359033 976 0 0 20 0 1 0 76506356 21154930688 5054478 18446744073709551615 4235264 18693293 140732405791360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 48054272 140732405795209 140732405795308 140732405795308 140732405800910 0
/proc/86486/statm: 5164778 5054478 3712 3530 0 5156229 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 20659112 KiB
Current children cumulated memory: 20217912 KiB
Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds
[startup+3612.51 s]
# the end of solver process 86486 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)
# cumulated CPU time of all completed processes: user=3590.33 s, system=10.3664 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+3612 s]*
/proc/loadavg: 3.71 4.04 4.06 2/246 86813
/proc/meminfo: memFree=112437184/131249996 swapFree=33005016/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB
[startup+3612.4 s]
/proc/loadavg: 3.71 4.04 4.06 2/246 86813
/proc/meminfo: memFree=112437184/131249996 swapFree=33005016/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB
[startup+3612.5 s]
/proc/loadavg: 3.71 4.04 4.06 2/246 86813
/proc/meminfo: memFree=112437184/131249996 swapFree=33005016/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB
Child ended because it received signal 15 (SIGTERM)
Real time (s): 3612.51
CPU time (s): 3600.7
CPU user time (s): 3590.33
CPU system time (s): 10.3664
CPU usage (%): 99.6731
Max. virtual memory (cumulated for all children) (KiB): 25909616
Max. memory (cumulated for all children) (KiB): 25369384
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.33
system time used= 10.3664
maximum resident set size= 25562496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4535822
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= 84
involuntary context switches= 1117
# summary of solver processes directly reported to runsolver:
# pid: 86486
# total CPU time (s): 3600.7
# total CPU user time (s): 3590.33
# total CPU system time (s): 10.3664
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.81897 second user time and 15.958 second system time
The end
Launcher Data
Begin job on nodeC030 at 2025-07-04 07:51:08
IDJOB=4524262
IDBENCH=180640
IDSOLVER=3365
FILE ID=nodeC030/4524262-1751608264
RUNJOBID= nodeC030-1751608264-86425
SLURM_JOB_ID= 9598884
Free space on /tmp= 431552 MiB
SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB25/normalized-PB25/OPT-LIN/wallon/normalized-Cargo-24_c24.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4524262-1751608264/watcher-4524262-1751608264 -o /tmp/evaluation-result-4524262-1751608264/solver-4524262-1751608264 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751608264-86425 --watchdog 3760 pbscip -f HOME/instance-4524262-1751608264.opb -t 3600 -j 2 -m 31000
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 5fdde4f5ded59ac93b31f059bbfb02e9
RANDOM SEED=1934592194
nodeC030 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024
/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance
/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3600.266
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.62
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3600.228
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 0
cpu cores : 4
apicid : 16
initial apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.62
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3599.271
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.62
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3606.396
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 1
cpu cores : 4
apicid : 18
initial apicid : 18
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.62
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3600.342
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 4
initial apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.62
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3600.301
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 2
cpu cores : 4
apicid : 20
initial apicid : 20
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.62
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 6
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3599.563
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.62
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.62
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131249996 kB
MemFree: 128098228 kB
MemAvailable: 128670672 kB
Buffers: 16 kB
Cached: 1363196 kB
SwapCached: 224 kB
Active: 1185220 kB
Inactive: 1295972 kB
Active(anon): 1068600 kB
Inactive(anon): 62936 kB
Active(file): 116620 kB
Inactive(file): 1233036 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33005016 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 982076 kB
Writeback: 0 kB
AnonPages: 1120916 kB
Mapped: 128940 kB
Shmem: 13540 kB
KReclaimable: 123656 kB
Slab: 213588 kB
SReclaimable: 123656 kB
SUnreclaim: 89932 kB
KernelStack: 4320 kB
PageTables: 5224 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98635680 kB
Committed_AS: 1533920 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 150552 kB
VmallocChunk: 0 kB
Percpu: 3776 kB
HardwareCorrupted: 0 kB
AnonHugePages: 75776 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: 189140 kB
DirectMap2M: 9019392 kB
DirectMap1G: 126877696 kB
Free space on /tmp at the end= 431816 MiB
End job on nodeC030 at 2025-07-04 08:51:20