Trace number 4530260
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-NaPS 1.00a2 | ? (MO) | | 222.055 | 222.651 |
General information on the benchmark
Name | PB24/normalized-PB09/OPT-LIN/aries-da_nrp/ normalized-aries-da_network_1000_5__369_766__2048.opb |
MD5SUM | 760396d2ac3ca07c4585eda9e150afe7 |
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 | 87132 |
Best CPU time to get the best result obtained on this benchmark | 324.795 |
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 | 10240998 |
Total number of constraints | 6000 |
Number of constraints which are clauses | 0 |
Number of constraints which are cardinality constraints (but not clauses) | 5002 |
Number of constraints which are nor clauses,nor cardinality constraints | 998 |
Minimum length of a constraint | 2048 |
Maximum length of a constraint | 83969 |
Number of terms in the objective function | 10240000 |
Biggest coefficient in the objective function | 122979 |
Number of bits for the biggest coefficient in the objective function | 17 |
Sum of the numbers in the objective function | 351702657024 |
Number of bits of the sum of numbers in the objective function | 39 |
Biggest number in a constraint | 122979 |
Number of bits of the biggest number in a constraint | 17 |
Biggest sum of numbers in a constraint | 351702657024 |
Number of bits of the biggest sum of numbers | 39 |
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
214.51/215.18 c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --opt HOME/instance-4530260-1752253623.opb
214.51/215.18 c Solving mode: optimization
214.51/215.18 c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
214.51/215.18 c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
214.51/215.18 c original problem has 10240998 variables (10240998 bin, 0 int, 0 impl, 0 cont) and 6000 constraints
214.51/215.18 c presolving:
214.51/215.18 c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 6000 upgd conss, 0 impls, 5002 clqs
214.51/215.18 c (192.7s) probing: 51/10240998 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
214.51/215.18 c (192.7s) probing aborted: 50/50 successive totally useless probings
214.51/215.18 c (192.7s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
214.51/215.18 c [/__w/scipoptsuite-deploy/scipoptsuite-deploy/scip-921/src/blockmemshell/memory.c:1066] ERROR: Insufficient memory for allocation of 1310847832 bytes.
214.51/215.18 c [/__w/scipoptsuite-deploy/scipoptsuite-deploy/scip-921/src/scip/symmetry_graph.c:78] ERROR: Insufficient memory for new chunk.
214.51/215.18 c [symmetry_graph.c:78] ERROR: Error <-1> in function call
214.51/215.18 c [prop_symmetry.c:1767] ERROR: Error <-1> in function call
214.51/215.18 c [prop_symmetry.c:2243] ERROR: Error <-1> in function call
214.51/215.18 c [prop_symmetry.c:6284] ERROR: Error <-1> in function call
214.51/215.18 c [prop_symmetry.c:6497] ERROR: Error <-1> in function call
214.51/215.18 c [prop.c:604] ERROR: Error <-1> in function call
214.51/215.18 c [scip_solve.c:930] ERROR: Error <-1> in function call
214.51/215.18 c [scip_solve.c:1079] ERROR: Error <-1> in function call
214.51/215.18 c [scip_solve.c:1079] ERROR: Error <-1> in function call
214.51/215.18 c [scip_solve.c:1250] ERROR: Error <-1> in function call
214.51/215.18 c [scip_solve.c:2373] ERROR: Error <-1> in function call
214.51/215.18 c SCIP failed to read or presolve the input problem.
214.51/215.18 c Reason: SCIP: insufficient memory error!
214.51/215.18 c ----------------------------------------------------------------------
214.51/215.18 c executing external solver (fallback): HOME/naps-1.03a6
214.51/215.18 c ----------------------------------------------------------------------
214.51/215.18 c command: HOME/naps-1.03a6 HOME/instance-4530260-1752253623.opb
214.80/215.62 c NaPS 1.03a6.
214.80/215.62 c Input file name: HOME/instance-4530260-1752253623.opb
219.67/220.30 c
219.67/220.30 c *** TERMINATED *** by signal 15
219.67/220.30 c s UNKNOWN
219.67/220.30 c _____________________________________________________________________________
219.67/220.30 c std/band forms : 0,0
219.67/220.30 c 2cl/3cl ITE-codings : 0,0
219.67/220.30 c BDD/srt/adr Max costs : 0,0,0
219.67/220.30 c BDDraw/bin/mul/srt/adr: 0,0,0,0,0
219.67/220.30 c BDD nodes : 0
219.67/220.30 c Es1/CC detections : 0,0
219.67/220.30 c CC sort : 0
219.67/220.30 c SAT/UNSAT calls : 0,0
219.67/220.30 c regenrated variables : 0
219.67/220.30 c eliminated fixed lits : 0
219.67/220.30 c goal lit flips : 0
219.67/220.30 c goal stages : 0
219.67/220.30 c goal shrink : 0
219.67/220.30 c goal coeff separations: 0
219.67/220.30 c restarts : 0
219.67/220.30 c conflicts : 0 (0 /sec)
219.67/220.30 c decisions : 0 (0 /sec)
219.67/220.30 c propagations : 0 (0 /sec)
219.67/220.30 c inspects : 0 (0 /sec)
219.67/220.30 c CPU time (solving tm) : 4.224 s (0 s, SAT 0 s, UNSAT 0 s)
219.67/220.30 c Time for Opt-base : 0 s
219.67/220.30 c Steps for Opt-base : 0
219.67/220.30 c Time for BDD coding : 0 s
219.67/220.30 c Time for srt coding : 0 s
219.67/220.30 c _____________________________________________________________________________
219.67/220.30 c received SIGTERM, forwarding to pbsolver...
219.67/220.32 s UNKNOWN
221.00/221.69 (199.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
221.00/221.69 c [/__w/scipoptsuite-deploy/scipoptsuite-deploy/scip-921/src/blockmemshell/memory.c:1066] ERROR: Insufficient memory for allocation of 655423960 bytes.
221.00/221.69 c [/__w/scipoptsuite-deploy/scipoptsuite-deploy/scip-921/src/scip/symmetry_graph.c:77] ERROR: Insufficient memory for new chunk.
221.00/221.69 c [symmetry_graph.c:77] ERROR: Error <-1> in function call
221.00/221.69 c [prop_symmetry.c:1767] ERROR: Error <-1> in function call
221.00/221.69 c [prop_symmetry.c:2243] ERROR: Error <-1> in function call
221.00/221.69 c [prop_symmetry.c:6284] ERROR: Error <-1> in function call
221.00/221.69 c [prop_symmetry.c:6430] ERROR: Error <-1> in function call
221.00/221.69 c [prop.c:460] ERROR: Error <-1> in function call
221.00/221.69 c [set.c:5538] ERROR: Error <-1> in function call
221.00/221.69 c [scip_solve.c:580] ERROR: Error <-1> in function call
221.00/221.69 c [scip_solve.c:3380] ERROR: Error <-1> in function call
221.00/221.69 c [scip_prob.c:706] ERROR: Error <-1> in function call
221.00/221.69 c [scip_general.c:359] ERROR: Error <-1> in function call
221.00/221.69 c Traceback (most recent call last):
221.00/221.69 c File "src/pyscipopt/scip.pxi", line 303, in pyscipopt.scip.PY_SCIP_CALL
221.00/221.69 c MemoryError: SCIP: insufficient memory error!
221.00/221.69 c Exception ignored in: 'pyscipopt.scip.Model.__dealloc__'
221.00/221.69 c Traceback (most recent call last):
221.00/221.69 c File "src/pyscipopt/scip.pxi", line 303, in pyscipopt.scip.PY_SCIP_CALL
221.00/221.69 c MemoryError: SCIP: insufficient memory error!
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 (57442 MiB free)
memory of node 1: 64507 MiB (61225 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4530260-1752253623/watcher-4530260-1752253623 -o /tmp/evaluation-result-4530260-1752253623/solver-4530260-1752253623 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1752253388-115874 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4530260-1752253623.opb
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
solver pid=116787, runsolver pid=116784
Current StackSize limit: 8192 KiB
[startup+0.100062 s]*
/proc/loadavg: 4.12 3.16 2.58 5/273 116791
/proc/meminfo: memFree=121443404/131249996 swapFree=33003468/33010684
[pid=116787] ppid=116784 vsize=4192 memory=2816 CPUtime=0 cores=4,6
/proc/116787/stat : 116787 (scip-naps-1.00a) S 116784 116787 115863 0 -1 4194304 230 209 0 0 0 0 0 0 20 0 1 0 141040380 4292608 704 18446744073709551615 94391276990464 94391277884997 140728888251408 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94391278124048 94391278171792 94391307485184 140728888252827 140728888252926 140728888252926 140728888258530 0
/proc/116787/statm: 1048 704 640 219 0 110 0
[pid=116791] ppid=116787 vsize=298264 memory=109576 CPUtime=0.08 cores=4,6
/proc/116791/stat : 116791 (grep) R 116787 116787 115863 0 -1 4194304 4630 0 0 0 3 5 0 0 20 0 1 0 141040381 305422336 27394 18446744073709551615 93973859708928 93973859812177 140724246337632 0 0 0 0 0 1024 0 0 0 17 4 0 0 0 0 0 93973859844176 93973859848432 93973884264448 140724246342101 140724246342182 140724246342182 140724246347754 0
/proc/116791/statm: 74566 27394 384 26 0 73840 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 302456 KiB
Current children cumulated memory: 112392 KiB
[startup+0.205795 s]*
/proc/loadavg: 4.12 3.16 2.58 5/273 116792
/proc/meminfo: memFree=121529704/131249996 swapFree=33003468/33010684
[pid=116787] ppid=116784 vsize=4192 memory=2944 CPUtime=0.16 cores=4,6
/proc/116787/stat : 116787 (scip-naps-1.00a) S 116784 116787 115863 0 -1 4194304 258 5109 0 0 0 0 6 10 20 0 1 0 141040380 4292608 736 18446744073709551615 94391276990464 94391277884997 140728888251408 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94391278124048 94391278171792 94391307485184 140728888252827 140728888252926 140728888252926 140728888258530 0
/proc/116787/statm: 1048 736 672 219 0 110 0
[pid=116792] ppid=116787 vsize=9800 memory=6272 CPUtime=0 cores=4,6
/proc/116792/stat : 116792 (python3) R 116787 116787 115863 0 -1 4194304 731 0 0 0 0 0 0 0 20 0 1 0 141040400 10035200 1568 18446744073709551615 94506763333632 94506763334009 140726590175168 0 0 0 0 16781312 2 0 0 0 17 6 0 0 0 0 0 94506763345304 94506763345924 94506774564864 140726590179678 140726590179872 140726590179872 140726590185447 0
/proc/116792/statm: 2450 1568 992 1 0 706 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 13992 KiB
Current children cumulated memory: 9216 KiB
[startup+0.305884 s]*
/proc/loadavg: 4.12 3.16 2.58 5/273 116792
/proc/meminfo: memFree=121517104/131249996 swapFree=33003468/33010684
[pid=116787] ppid=116784 vsize=4192 memory=2944 CPUtime=0.16 cores=4,6
/proc/116787/stat : 116787 (scip-naps-1.00a) S 116784 116787 115863 0 -1 4194304 258 5109 0 0 0 0 6 10 20 0 1 0 141040380 4292608 736 18446744073709551615 94391276990464 94391277884997 140728888251408 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94391278124048 94391278171792 94391307485184 140728888252827 140728888252926 140728888252926 140728888258530 0
/proc/116787/statm: 1048 736 672 219 0 110 0
[pid=116792] ppid=116787 vsize=1190188 memory=35268 CPUtime=0.08 cores=4,6
/proc/116792/stat : 116792 (python3) R 116787 116787 115863 0 -1 4194304 4437 0 0 0 8 0 0 0 20 0 1 0 141040400 1218752512 8817 18446744073709551615 94506763333632 94506763334009 140726590175168 0 0 0 0 16781312 2 0 0 0 17 6 0 0 0 0 0 94506763345304 94506763345924 94506774564864 140726590179678 140726590179872 140726590179872 140726590185447 0
/proc/116792/statm: 297547 8817 5041 1 0 269456 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 1194380 KiB
Current children cumulated memory: 38212 KiB
[startup+0.700199 s]
/proc/loadavg: 4.12 3.16 2.58 5/273 116792
/proc/meminfo: memFree=121061692/131249996 swapFree=33003468/33010684
[pid=116787] ppid=116784 vsize=4192 memory=2944 CPUtime=0.16 cores=4,6
/proc/116787/stat : 116787 (scip-naps-1.00a) S 116784 116787 115863 0 -1 4194304 258 5109 0 0 0 0 6 10 20 0 1 0 141040380 4292608 736 18446744073709551615 94391276990464 94391277884997 140728888251408 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94391278124048 94391278171792 94391307485184 140728888252827 140728888252926 140728888252926 140728888258530 0
/proc/116787/statm: 1048 736 672 219 0 110 0
[pid=116792] ppid=116787 vsize=2212852 memory=1059336 CPUtime=0.48 cores=4,6
/proc/116792/stat : 116792 (python3) R 116787 116787 115863 0 -1 4194304 31740 0 0 0 24 24 0 0 20 0 1 0 141040400 2265960448 264834 18446744073709551615 94506763333632 94506763334009 140726590175168 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94506763345304 94506763345924 94506774564864 140726590179678 140726590179872 140726590179872 140726590185447 0
/proc/116792/statm: 553213 264834 7569 1 0 524571 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 2217044 KiB
Current children cumulated memory: 1062280 KiB
[startup+1.50019 s]
/proc/loadavg: 4.12 3.16 2.58 5/273 116792
/proc/meminfo: memFree=120285644/131249996 swapFree=33003468/33010684
[pid=116787] ppid=116784 vsize=4192 memory=2944 CPUtime=0.16 cores=4,6
/proc/116787/stat : 116787 (scip-naps-1.00a) S 116784 116787 115863 0 -1 4194304 258 5109 0 0 0 0 6 10 20 0 1 0 141040380 4292608 736 18446744073709551615 94391276990464 94391277884997 140728888251408 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94391278124048 94391278171792 94391307485184 140728888252827 140728888252926 140728888252926 140728888258530 0
/proc/116787/statm: 1048 736 672 219 0 110 0
[pid=116792] ppid=116787 vsize=2985656 memory=1830924 CPUtime=1.27 cores=4,6
/proc/116792/stat : 116792 (python3) R 116787 116787 115863 0 -1 4194304 214936 0 0 0 77 50 0 0 20 0 1 0 141040400 3057311744 457731 18446744073709551615 94506763333632 94506763334009 140726590175168 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94506763345304 94506763345924 94506774564864 140726590179678 140726590179872 140726590179872 140726590185447 0
/proc/116792/statm: 746414 457731 7569 1 0 717772 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 2989848 KiB
Current children cumulated memory: 1833868 KiB
[startup+3.10557 s]
/proc/loadavg: 4.12 3.16 2.58 5/273 116792
/proc/meminfo: memFree=118392640/131249996 swapFree=33003468/33010684
[pid=116787] ppid=116784 vsize=4192 memory=2944 CPUtime=0.16 cores=4,6
/proc/116787/stat : 116787 (scip-naps-1.00a) S 116784 116787 115863 0 -1 4194304 258 5109 0 0 0 0 6 10 20 0 1 0 141040380 4292608 736 18446744073709551615 94391276990464 94391277884997 140728888251408 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94391278124048 94391278171792 94391307485184 140728888252827 140728888252926 140728888252926 140728888258530 0
/proc/116787/statm: 1048 736 672 219 0 110 0
[pid=116792] ppid=116787 vsize=4496896 memory=3340344 CPUtime=2.88 cores=4,6
/proc/116792/stat : 116792 (python3) R 116787 116787 115863 0 -1 4194304 543267 0 0 0 187 101 0 0 20 0 1 0 141040400 4604821504 835086 18446744073709551615 94506763333632 94506763334009 140726590175168 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94506763345304 94506763345924 94506774564864 140726590179678 140726590179872 140726590179872 140726590185447 0
/proc/116792/statm: 1124224 835086 7569 1 0 1095582 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 4501088 KiB
Current children cumulated memory: 3343288 KiB
[startup+6.30018 s]
/proc/loadavg: 4.11 3.18 2.58 5/273 116792
/proc/meminfo: memFree=115542516/131249996 swapFree=33003468/33010684
[pid=116787] ppid=116784 vsize=4192 memory=2944 CPUtime=0.16 cores=4,6
/proc/116787/stat : 116787 (scip-naps-1.00a) S 116784 116787 115863 0 -1 4194304 258 5109 0 0 0 0 6 10 20 0 1 0 141040380 4292608 736 18446744073709551615 94391276990464 94391277884997 140728888251408 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94391278124048 94391278171792 94391307485184 140728888252827 140728888252926 140728888252926 140728888258530 0
/proc/116787/statm: 1048 736 672 219 0 110 0
[pid=116792] ppid=116787 vsize=7606928 memory=6434180 CPUtime=6.06 cores=4,6
/proc/116792/stat : 116792 (python3) R 116787 116787 115863 0 -1 4194304 1210474 0 0 0 400 206 0 0 20 0 1 0 141040400 7789494272 1608545 18446744073709551615 94506763333632 94506763334009 140726590175168 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94506763345304 94506763345924 94506774564864 140726590179678 140726590179872 140726590179872 140726590185447 0
/proc/116792/statm: 1901732 1608545 7569 1 0 1873090 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 7611120 KiB
Current children cumulated memory: 6437124 KiB
[startup+12.7002 s]
/proc/loadavg: 4.10 3.19 2.59 5/273 116792
/proc/meminfo: memFree=110251148/131249996 swapFree=33003468/33010684
[pid=116787] ppid=116784 vsize=4192 memory=2944 CPUtime=0.16 cores=4,6
/proc/116787/stat : 116787 (scip-naps-1.00a) S 116784 116787 115863 0 -1 4194304 258 5109 0 0 0 0 6 10 20 0 1 0 141040380 4292608 736 18446744073709551615 94391276990464 94391277884997 140728888251408 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94391278124048 94391278171792 94391307485184 140728888252827 140728888252926 140728888252926 140728888258530 0
/proc/116787/statm: 1048 736 672 219 0 110 0
[pid=116792] ppid=116787 vsize=12568376 memory=11400380 CPUtime=12.44 cores=4,6
/proc/116792/stat : 116792 (python3) R 116787 116787 115863 0 -1 4194304 2292111 0 0 0 877 367 0 0 20 0 1 0 141040400 12870017024 2850095 18446744073709551615 94506763333632 94506763334009 140726590175168 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94506763345304 94506763345924 94506774564864 140726590179678 140726590179872 140726590179872 140726590185447 0
/proc/116792/statm: 3142094 2850095 7601 1 0 3113452 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 12572568 KiB
Current children cumulated memory: 11403324 KiB
[startup+25.5002 s]
/proc/loadavg: 4.08 3.23 2.62 5/273 116792
/proc/meminfo: memFree=109325720/131249996 swapFree=33003468/33010684
[pid=116787] ppid=116784 vsize=4192 memory=2944 CPUtime=0.16 cores=4,6
/proc/116787/stat : 116787 (scip-naps-1.00a) S 116784 116787 115863 0 -1 4194304 258 5109 0 0 0 0 6 10 20 0 1 0 141040380 4292608 736 18446744073709551615 94391276990464 94391277884997 140728888251408 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94391278124048 94391278171792 94391307485184 140728888252827 140728888252926 140728888252926 140728888258530 0
/proc/116787/statm: 1048 736 672 219 0 110 0
[pid=116792] ppid=116787 vsize=13569100 memory=12344212 CPUtime=25.22 cores=4,6
/proc/116792/stat : 116792 (python3) R 116787 116787 115863 0 -1 4194304 3014075 0 0 0 2039 483 0 0 20 0 1 0 141040400 13894758400 3086053 18446744073709551615 94506763333632 94506763334009 140726590175168 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94506763345304 94506763345924 94506774564864 140726590179678 140726590179872 140726590179872 140726590185447 0
/proc/116792/statm: 3392275 3086053 7793 1 0 3363633 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 13573292 KiB
Current children cumulated memory: 12347156 KiB
[startup+51.1059 s]
/proc/loadavg: 4.19 3.33 2.66 5/273 116793
/proc/meminfo: memFree=97777116/131249996 swapFree=33003468/33010684
[pid=116787] ppid=116784 vsize=4192 memory=2944 CPUtime=0.16 cores=4,6
/proc/116787/stat : 116787 (scip-naps-1.00a) S 116784 116787 115863 0 -1 4194304 258 5109 0 0 0 0 6 10 20 0 1 0 141040380 4292608 736 18446744073709551615 94391276990464 94391277884997 140728888251408 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94391278124048 94391278171792 94391307485184 140728888252827 140728888252926 140728888252926 140728888258530 0
/proc/116787/statm: 1048 736 672 219 0 110 0
[pid=116792] ppid=116787 vsize=25248364 memory=23811744 CPUtime=50.76 cores=4,6
/proc/116792/stat : 116792 (python3) R 116787 116787 115863 0 -1 4194304 5471708 0 0 0 4200 876 0 0 20 0 1 0 141040400 25854324736 5952936 18446744073709551615 94506763333632 94506763334009 140726590175168 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94506763345304 94506763345924 94506774564864 140726590179678 140726590179872 140726590179872 140726590185447 0
/proc/116792/statm: 6312091 5952936 7889 1 0 6283449 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 25252556 KiB
Current children cumulated memory: 23814688 KiB
[startup+102.3 s]
/proc/loadavg: 4.15 3.45 2.74 5/272 116802
/proc/meminfo: memFree=94517996/131249996 swapFree=33003468/33010684
[pid=116787] ppid=116784 vsize=4192 memory=2944 CPUtime=0.16 cores=4,6
/proc/116787/stat : 116787 (scip-naps-1.00a) S 116784 116787 115863 0 -1 4194304 258 5109 0 0 0 0 6 10 20 0 1 0 141040380 4292608 736 18446744073709551615 94391276990464 94391277884997 140728888251408 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94391278124048 94391278171792 94391307485184 140728888252827 140728888252926 140728888252926 140728888258530 0
/proc/116787/statm: 1048 736 672 219 0 110 0
[pid=116792] ppid=116787 vsize=29199816 memory=27062788 CPUtime=101.82 cores=4,6
/proc/116792/stat : 116792 (python3) R 116787 116787 115863 0 -1 4194304 6204616 0 0 0 9169 1013 0 0 20 0 1 0 141040400 29900611584 6765697 18446744073709551615 94506763333632 94506763334009 140726590175168 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94506763345304 94506763345924 94506774564864 140726590179678 140726590179872 140726590179872 140726590185447 0
/proc/116792/statm: 7299954 6765697 7889 1 0 7271312 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 29204008 KiB
Current children cumulated memory: 27065732 KiB
[startup+162.3 s]
/proc/loadavg: 4.11 3.57 2.83 5/272 116804
/proc/meminfo: memFree=94004876/131249996 swapFree=33003468/33010684
[pid=116787] ppid=116784 vsize=4192 memory=2944 CPUtime=0.16 cores=4,6
/proc/116787/stat : 116787 (scip-naps-1.00a) S 116784 116787 115863 0 -1 4194304 258 5109 0 0 0 0 6 10 20 0 1 0 141040380 4292608 736 18446744073709551615 94391276990464 94391277884997 140728888251408 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94391278124048 94391278171792 94391307485184 140728888252827 140728888252926 140728888252926 140728888258530 0
/proc/116787/statm: 1048 736 672 219 0 110 0
[pid=116792] ppid=116787 vsize=29248248 memory=27587312 CPUtime=161.67 cores=4,6
/proc/116792/stat : 116792 (python3) R 116787 116787 115863 0 -1 4194304 6207502 0 0 0 15135 1032 0 0 20 0 1 0 141040400 29950205952 6896828 18446744073709551615 94506763333632 94506763334009 140726590175168 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94506763345304 94506763345924 94506774564864 140726590179678 140726590179872 140726590179872 140726590185447 0
/proc/116792/statm: 7312062 6896828 7889 1 0 7283420 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 29252440 KiB
Current children cumulated memory: 27590256 KiB
Maximum VSize exceeded: sending SIGTERM then SIGKILL
[startup+220.3 s]
/proc/loadavg: 4.15 3.68 2.91 5/271 116807
/proc/meminfo: memFree=92773364/131249996 swapFree=33003468/33010684
[pid=116787] ppid=116784 vsize=4192 memory=2944 CPUtime=0.16 cores=4,6
/proc/116787/stat : 116787 (scip-naps-1.00a) S 116784 116787 115863 0 -1 4194304 258 5109 0 0 0 0 6 10 20 0 1 0 141040380 4292608 736 18446744073709551615 94391276990464 94391277884997 140728888251408 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94391278124048 94391278171792 94391307485184 140728888252827 140728888252926 140728888252926 140728888258530 0
/proc/116787/statm: 1048 736 672 219 0 110 0
[pid=116792] ppid=116787 vsize=30528376 memory=27587312 CPUtime=214.64 cores=4,6
/proc/116792/stat : 116792 (python3) S 116787 116787 115863 0 -1 4194304 6208050 0 0 0 20405 1059 0 0 20 0 1 0 141040400 31261057024 6896828 18446744073709551615 94506763333632 94506763334009 140726590175168 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94506763345304 94506763345924 94506774564864 140726590179678 140726590179872 140726590179872 140726590185447 0
/proc/116792/statm: 7632094 6896828 7889 1 0 7603452 0
[pid=116806] ppid=116792 vsize=1222944 memory=1191344 CPUtime=4.87 cores=4,6
/proc/116806/stat : 116806 (naps-1.03a6) R 116792 116806 116806 0 -1 4194304 213558 0 0 0 422 65 0 0 20 0 1 0 141061921 1252294656 297836 18446744073709551615 4198400 7047149 140726696539904 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 25645056 140726696548735 140726696548849 140726696548849 140726696554441 0
/proc/116806/statm: 305736 297836 512 696 0 304897 0
Current children cumulated CPU time: 219.67 s
Current children cumulated vsize: 31755512 KiB
Current children cumulated memory: 28781600 KiB
Sending SIGTERM to process tree (bottom up)
[startup+220.309 s]
# the end of solver process 116787 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)
# cumulated CPU time of all completed processes: user=0.06601 s, system=0.112349 s
Sleeping 2 seconds
[startup+222.3 s]
/proc/loadavg: 4.15 3.68 2.91 5/269 116807
/proc/meminfo: memFree=102206588/131249996 swapFree=33003468/33010684
Current cumulated CPU time of completed processes: 0.178359 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB
heavy processes:
Sending SIGKILL to process tree (bottom up)
??? end of watcher thread
[startup+222.651 s]
# the end of solver process 116792 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=209.136 s, system=12.9187 s
# this solver process was not waited by its parent and was adopted by runsolver
Solver just ended.
Dumping a history of the last processes samples
[startup+222.3 s]*
/proc/loadavg: 4.15 3.68 2.91 5/269 116807
/proc/meminfo: memFree=110791960/131249996 swapFree=33003468/33010684
Current cumulated CPU time of completed processes: 0.178359 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB
Child status: 0
Real time (s): 222.651
CPU time (s): 222.055
CPU user time (s): 209.136
CPU system time (s): 12.9187
CPU usage (%): 99.7324
Max. virtual memory (cumulated for all children) (KiB): 31755512
Max. memory (cumulated for all children) (KiB): 28781600
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 209.136
system time used= 12.9187
maximum resident set size= 27588080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7579228
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 345
involuntary context switches= 229
# summary of solver processes directly reported to runsolver:
# pid: 116787,116792
# total CPU time (s): 222.055
# total CPU user time (s): 209.136
# total CPU system time (s): 12.9187
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.458203 second user time and 1.07568 second system time
The end
Launcher Data
Begin job on nodeC021 at 2025-07-11 19:07:07
IDJOB=4530260
IDBENCH=148705
IDSOLVER=3388
FILE ID=nodeC021/4530260-1752253623
RUNJOBID= nodeC021-1752253388-115874
SLURM_JOB_ID= 9682586
Free space on /tmp= 430340 MiB
SOLVER NAME= SCIP-NaPS 1.00a2
BENCH NAME= PB24/normalized-PB09/OPT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__2048.opb
COMMAND LINE= ./scip-naps-1.00a2.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4530260-1752253623/watcher-4530260-1752253623 -o /tmp/evaluation-result-4530260-1752253623/solver-4530260-1752253623 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1752253388-115874 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4530260-1752253623.opb
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 760396d2ac3ca07c4585eda9e150afe7
RANDOM SEED=155496511
nodeC021 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024
/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance
/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3599.779
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.56
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 : 3599.780
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 0
cpu cores : 4
apicid : 16
initial apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.56
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.253
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.56
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3599.764
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 1
cpu cores : 4
apicid : 18
initial apicid : 18
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.56
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3599.773
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 4
initial apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.56
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3599.777
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 2
cpu cores : 4
apicid : 20
initial apicid : 20
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.56
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.965
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.56
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 : 6999.56
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131249996 kB
MemFree: 121515912 kB
MemAvailable: 128766944 kB
Buffers: 1056 kB
Cached: 7981640 kB
SwapCached: 32 kB
Active: 1371396 kB
Inactive: 7462008 kB
Active(anon): 824400 kB
Inactive(anon): 39760 kB
Active(file): 546996 kB
Inactive(file): 7422248 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33003468 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 521224 kB
Writeback: 0 kB
AnonPages: 853056 kB
Mapped: 126048 kB
Shmem: 13452 kB
KReclaimable: 241652 kB
Slab: 336400 kB
SReclaimable: 241652 kB
SUnreclaim: 94748 kB
KernelStack: 4384 kB
PageTables: 5408 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98635680 kB
Committed_AS: 4479728 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 150728 kB
VmallocChunk: 0 kB
Percpu: 3808 kB
HardwareCorrupted: 0 kB
AnonHugePages: 120832 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: 205524 kB
DirectMap2M: 7954432 kB
DirectMap1G: 127926272 kB
Free space on /tmp at the end= 430336 MiB
End job on nodeC021 at 2025-07-11 19:10:50