Trace number 4542434
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 | CPU time | Wall clock time |
---|
SCIP 2024-07-07 | ? (MO) | 441.926 | 443.52 |
General information on the benchmark
Name | PB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/ dec/normalized-composed_pebbling_php_pyramid_height49_pigeons48_holes47.opb |
MD5SUM | 7e0508be19eaed927bf3c4f26c43c105 |
Bench Category | DEC-LIN (decision problem, linear constraints, no UNSAT certificate) |
Best result obtained on this benchmark | UNSAT |
Best value of the objective obtained on this benchmark | |
Best CPU time to get the best result obtained on this benchmark | 1875.25 |
Has Objective Function | NO |
Satisfiable | |
(Un)Satisfiability was proved | |
Best value of the objective function | |
Optimality of the best value was proved | |
Number of variables | 2878950 |
Total number of constraints | 128479 |
Number of constraints which are clauses | 64877 |
Number of constraints which are cardinality constraints (but not clauses) | 58652 |
Number of constraints which are nor clauses,nor cardinality constraints | 4950 |
Minimum length of a constraint | 47 |
Maximum length of a constraint | 52 |
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 | 55 |
Number of bits of the biggest sum of numbers | 6 |
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.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-4542434-1753212927.opb>
4.98/5.03 c original problem has 2878950 variables (2878950 bin, 0 int, 0 impl, 0 cont) and 128479 constraints
4.98/5.03 c problem read in 5.02
4.98/5.06 c No objective function, only one solution is needed.
11.45/11.52 c presolving:
15.24/15.34 c (15.3s) running MILP presolver
18.93/19.05 c (19.0s) MILP presolver found nothing
21.31/21.48 c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 69779 upgd conss, 0 impls, 58650 clqs
24.61/24.77 c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 128479 upgd conss, 0 impls, 58650 clqs
57.91/58.14 c (58.1s) probing: 51/2878950 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
57.91/58.14 c (58.1s) probing aborted: 50/50 successive totally useless probings
59.90/60.16 c (60.1s) 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 (49301 MiB free)
memory of node 1: 64465 MiB (52026 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542434-1753212927/watcher-4542434-1753212927 -o /tmp/evaluation-result-4542434-1753212927/solver-4542434-1753212927 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1753211112-158211 --watchdog 3760 pbscip -f HOME/instance-4542434-1753212927.opb -t 3600 -j 2 -m 31000
running on 2 cores: 0,2
CPU governors:
performance: 0 2
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=158849, runsolver pid=158846
[startup+0.100068 s]*
/proc/loadavg: 7.93 8.06 7.30 5/248 158850
/proc/meminfo: memFree=103672412/131382112 swapFree=33002444/33010684
[pid=158849] ppid=158846 vsize=112200 memory=83840 CPUtime=0.09 cores=0,2
/proc/158849/stat : 158849 (pbscip) R 158846 158849 158201 0 -1 4194304 18027 0 0 0 6 3 0 0 20 0 1 0 236972255 114892800 20960 18446744073709551615 4235264 18693293 140725152242352 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 52019200 140725152250247 140725152250346 140725152250346 140725152255950 0
/proc/158849/statm: 28050 20960 3232 3530 0 19501 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 112200 KiB
Current children cumulated memory: 83840 KiB
[startup+0.205959 s]*
/proc/loadavg: 7.93 8.06 7.30 5/246 158850
/proc/meminfo: memFree=103632344/131382112 swapFree=33002444/33010684
[pid=158849] ppid=158846 vsize=146804 memory=118144 CPUtime=0.2 cores=0,2
/proc/158849/stat : 158849 (pbscip) R 158846 158849 158201 0 -1 4194304 26624 0 0 0 14 6 0 0 20 0 1 0 236972255 150327296 29536 18446744073709551615 4235264 18693293 140725152242352 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 52019200 140725152250247 140725152250346 140725152250346 140725152255950 0
/proc/158849/statm: 36701 29536 3232 3530 0 28152 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 146804 KiB
Current children cumulated memory: 118144 KiB
[startup+0.306391 s]*
/proc/loadavg: 7.93 8.06 7.30 5/246 158850
/proc/meminfo: memFree=103592276/131382112 swapFree=33002444/33010684
[pid=158849] ppid=158846 vsize=177388 memory=148864 CPUtime=0.3 cores=0,2
/proc/158849/stat : 158849 (pbscip) R 158846 158849 158201 0 -1 4194304 34306 0 0 0 22 8 0 0 20 0 1 0 236972255 181645312 37216 18446744073709551615 4235264 18693293 140725152242352 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 52019200 140725152250247 140725152250346 140725152250346 140725152255950 0
/proc/158849/statm: 44347 37216 3232 3530 0 35798 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 177388 KiB
Current children cumulated memory: 148864 KiB
[startup+0.700302 s]
/proc/loadavg: 7.93 8.06 7.30 4/247 158856
/proc/meminfo: memFree=103519680/131382112 swapFree=33002444/33010684
[pid=158849] ppid=158846 vsize=303120 memory=274152 CPUtime=0.67 cores=0,2
/proc/158849/stat : 158849 (pbscip) R 158846 158849 158201 0 -1 4194304 65080 0 0 0 50 17 0 0 20 0 1 0 236972255 310394880 68506 18446744073709551615 4235264 18693293 140725152242352 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 52019200 140725152250247 140725152250346 140725152250346 140725152255950 0
/proc/158849/statm: 75780 68506 3232 3530 0 67231 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 303120 KiB
Current children cumulated memory: 274152 KiB
[startup+1.50062 s]
/proc/loadavg: 7.93 8.06 7.30 5/251 158860
/proc/meminfo: memFree=103158076/131382112 swapFree=33002444/33010684
[pid=158849] ppid=158846 vsize=632820 memory=604224 CPUtime=1.47 cores=0,2
/proc/158849/stat : 158849 (pbscip) R 158846 158849 158201 0 -1 4194304 145550 0 0 0 108 39 0 0 20 0 1 0 236972255 648007680 151024 18446744073709551615 4235264 18693293 140725152242352 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 52019200 140725152250247 140725152250346 140725152250346 140725152255950 0
/proc/158849/statm: 158205 151056 3232 3530 0 149656 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 632820 KiB
Current children cumulated memory: 604224 KiB
[startup+3.11395 s]
/proc/loadavg: 7.62 7.99 7.28 5/251 158860
/proc/meminfo: memFree=100937468/131382112 swapFree=33002444/33010684
[pid=158849] ppid=158846 vsize=1642084 memory=1612300 CPUtime=3.08 cores=0,2
/proc/158849/stat : 158849 (pbscip) R 158846 158849 158201 0 -1 4194304 392508 0 0 0 231 77 0 0 20 0 1 0 236972255 1681494016 403075 18446744073709551615 4235264 18693293 140725152242352 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 52019200 140725152250247 140725152250346 140725152250346 140725152255950 0
/proc/158849/statm: 410521 403075 3232 3530 0 401972 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1642084 KiB
Current children cumulated memory: 1612300 KiB
[startup+6.30033 s]
/proc/loadavg: 7.62 7.99 7.28 5/251 158860
/proc/meminfo: memFree=96217220/131382112 swapFree=33002444/33010684
[pid=158849] ppid=158846 vsize=4054576 memory=4010856 CPUtime=6.27 cores=0,2
/proc/158849/stat : 158849 (pbscip) R 158846 158849 158201 0 -1 4194304 976795 0 0 0 459 168 0 0 20 0 1 0 236972255 4151885824 1002682 18446744073709551615 4235264 18693293 140725152242352 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 52019200 140725152250247 140725152250346 140725152250346 140725152255950 0
/proc/158849/statm: 1013644 1002682 3488 3530 0 1005095 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 4054576 KiB
Current children cumulated memory: 4010856 KiB
[startup+12.7003 s]
/proc/loadavg: 7.14 7.87 7.25 5/251 158860
/proc/meminfo: memFree=90251592/131382112 swapFree=33002444/33010684
[pid=158849] ppid=158846 vsize=7520516 memory=7418268 CPUtime=12.64 cores=0,2
/proc/158849/stat : 158849 (pbscip) R 158846 158849 158201 0 -1 4194304 1691189 0 0 0 976 288 0 0 20 0 1 0 236972255 7701008384 1854567 18446744073709551615 4235264 18693293 140725152242352 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 52019200 140725152250247 140725152250346 140725152250346 140725152255950 0
/proc/158849/statm: 1880129 1854567 3552 3530 0 1871580 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 7520516 KiB
Current children cumulated memory: 7418268 KiB
[startup+25.5004 s]
/proc/loadavg: 6.66 7.75 7.21 5/251 158860
/proc/meminfo: memFree=88552900/131382112 swapFree=33002444/33010684
[pid=158849] ppid=158846 vsize=8257028 memory=8072740 CPUtime=25.4 cores=0,2
/proc/158849/stat : 158849 (pbscip) R 158846 158849 158201 0 -1 4194304 1775460 0 0 0 2185 355 0 0 20 0 1 0 236972255 8455196672 2018185 18446744073709551615 4235264 18693293 140725152242352 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 52019200 140725152250247 140725152250346 140725152250346 140725152255950 0
/proc/158849/statm: 2064257 2018185 3712 3530 0 2055708 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 8257028 KiB
Current children cumulated memory: 8072740 KiB
[startup+51.1143 s]
/proc/loadavg: 5.75 7.44 7.13 5/251 158860
/proc/meminfo: memFree=87084976/131382112 swapFree=33002444/33010684
[pid=158849] ppid=158846 vsize=8778264 memory=8482736 CPUtime=50.93 cores=0,2
/proc/158849/stat : 158849 (pbscip) R 158846 158849 158201 0 -1 4194304 1784490 0 0 0 4729 364 0 0 20 0 1 0 236972255 8988942336 2120684 18446744073709551615 4235264 18693293 140725152242352 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 52019200 140725152250247 140725152250346 140725152250346 140725152255950 0
/proc/158849/statm: 2194566 2120684 3744 3530 0 2186017 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 8778264 KiB
Current children cumulated memory: 8482736 KiB
[startup+102.3 s]
/proc/loadavg: 4.80 6.89 6.95 5/250 158862
/proc/meminfo: memFree=80535832/131382112 swapFree=33002444/33010684
[pid=158849] ppid=158846 vsize=14112868 memory=12350412 CPUtime=101.95 cores=0,2
/proc/158849/stat : 158849 (pbscip) R 158846 158849 158201 0 -1 4194304 2275908 0 0 0 9679 516 0 0 20 0 1 0 236972255 14451576832 3087603 18446744073709551615 4235264 18693293 140725152242352 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 52019200 140725152250247 140725152250346 140725152250346 140725152255950 0
/proc/158849/statm: 3528217 3087603 3744 3530 0 3519668 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 14112868 KiB
Current children cumulated memory: 12350412 KiB
[startup+162.3 s]
/proc/loadavg: 4.43 6.39 6.78 5/250 158864
/proc/meminfo: memFree=74188668/131382112 swapFree=33002444/33010684
[pid=158849] ppid=158846 vsize=17236900 memory=15474508 CPUtime=161.73 cores=0,2
/proc/158849/stat : 158849 (pbscip) R 158846 158849 158201 0 -1 4194304 3056915 0 0 0 15492 681 0 0 20 0 1 0 236972255 17650585600 3868627 18446744073709551615 4235264 18693293 140725152242352 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 52019200 140725152250247 140725152250346 140725152250346 140725152255950 0
/proc/158849/statm: 4309225 3868627 3744 3530 0 4300676 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 17236900 KiB
Current children cumulated memory: 15474508 KiB
[startup+222.3 s]
/proc/loadavg: 4.20 5.97 6.61 5/250 158911
/proc/meminfo: memFree=60192780/131382112 swapFree=33002444/33010684
[pid=158849] ppid=158846 vsize=20356524 memory=18594124 CPUtime=221.52 cores=0,2
/proc/158849/stat : 158849 (pbscip) R 158846 158849 158201 0 -1 4194304 3836822 0 0 0 21309 843 0 0 20 0 1 0 236972255 20845080576 4648531 18446744073709551615 4235264 18693293 140725152242352 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 52019200 140725152250247 140725152250346 140725152250346 140725152255950 0
/proc/158849/statm: 5089131 4648531 3744 3530 0 5080582 0
Current children cumulated CPU time: 221.52 s
Current children cumulated vsize: 20356524 KiB
Current children cumulated memory: 18594124 KiB
[startup+282.3 s]
/proc/loadavg: 4.17 5.64 6.45 5/250 158913
/proc/meminfo: memFree=49872176/131382112 swapFree=33002444/33010684
[pid=158849] ppid=158846 vsize=23468072 memory=21705676 CPUtime=281.3 cores=0,2
/proc/158849/stat : 158849 (pbscip) R 158846 158849 158201 0 -1 4194304 4614735 0 0 0 27131 999 0 0 20 0 1 0 236972255 24031305728 5426419 18446744073709551615 4235264 18693293 140725152242352 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 52019200 140725152250247 140725152250346 140725152250346 140725152255950 0
/proc/158849/statm: 5867018 5426419 3744 3530 0 5858469 0
Current children cumulated CPU time: 281.3 s
Current children cumulated vsize: 23468072 KiB
Current children cumulated memory: 21705676 KiB
[startup+342.3 s]
/proc/loadavg: 4.11 5.35 6.30 5/250 158916
/proc/meminfo: memFree=40469112/131382112 swapFree=33002444/33010684
[pid=158849] ppid=158846 vsize=26573008 memory=24811468 CPUtime=341.09 cores=0,2
/proc/158849/stat : 158849 (pbscip) R 158846 158849 158201 0 -1 4194304 5391185 0 0 0 32954 1155 0 0 20 0 1 0 236972255 27210760192 6202867 18446744073709551615 4235264 18693293 140725152242352 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 52019200 140725152250247 140725152250346 140725152250346 140725152255950 0
/proc/158849/statm: 6643252 6202867 3744 3530 0 6634703 0
Current children cumulated CPU time: 341.09 s
Current children cumulated vsize: 26573008 KiB
Current children cumulated memory: 24811468 KiB
[startup+402.3 s]
/proc/loadavg: 4.15 5.13 6.16 5/251 158925
/proc/meminfo: memFree=32044688/131382112 swapFree=33001664/33010684
[pid=158849] ppid=158846 vsize=29667664 memory=27906252 CPUtime=400.86 cores=0,2
/proc/158849/stat : 158849 (pbscip) R 158846 158849 158201 0 -1 4194304 6164853 0 0 0 38756 1330 0 0 20 0 1 0 236972255 30379687936 6976563 18446744073709551615 4235264 18693293 140725152242352 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 52019200 140725152250247 140725152250346 140725152250346 140725152255950 0
/proc/158849/statm: 7416916 6976563 3744 3530 0 7408367 0
Current children cumulated CPU time: 400.86 s
Current children cumulated vsize: 29667664 KiB
Current children cumulated memory: 27906252 KiB
Maximum VSize exceeded: sending SIGTERM then SIGKILL
[startup+442.6 s]
/proc/loadavg: 4.15 5.01 6.08 5/251 158927
/proc/meminfo: memFree=25431308/131382112 swapFree=33001664/33010684
[pid=158849] ppid=158846 vsize=31748148 memory=29986636 CPUtime=441 cores=0,2
/proc/158849/stat : 158849 (pbscip) R 158846 158849 158201 0 -1 4194304 6685038 0 0 0 42643 1457 0 0 20 0 1 0 236972255 32510103552 7496659 18446744073709551615 4235264 18693293 140725152242352 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 52019200 140725152250247 140725152250346 140725152250346 140725152255950 0
/proc/158849/statm: 7937037 7496659 3744 3530 0 7928488 0
Current children cumulated CPU time: 441 s
Current children cumulated vsize: 31748148 KiB
Current children cumulated memory: 29986636 KiB
Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds
[startup+443.519 s]
# the end of solver process 158849 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)
# cumulated CPU time of all completed processes: user=426.436 s, system=15.4903 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+443.2 s]
/proc/loadavg: 4.15 5.01 6.08 5/251 158927
/proc/meminfo: memFree=38820080/131382112 swapFree=33001664/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB
[startup+443.4 s]
/proc/loadavg: 4.15 5.01 6.08 5/251 158927
/proc/meminfo: memFree=38820080/131382112 swapFree=33001664/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB
[startup+443.5 s]
/proc/loadavg: 4.15 5.01 6.08 5/251 158927
/proc/meminfo: memFree=38820080/131382112 swapFree=33001664/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): 443.52
CPU time (s): 441.926
CPU user time (s): 426.436
CPU system time (s): 15.4903
CPU usage (%): 99.6408
Max. virtual memory (cumulated for all children) (KiB): 31748148
Max. memory (cumulated for all children) (KiB): 29986636
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 426.436
system time used= 15.4903
maximum resident set size= 29986636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6685038
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= 80
involuntary context switches= 1108
# summary of solver processes directly reported to runsolver:
# pid: 158849
# total CPU time (s): 441.926
# total CPU user time (s): 426.436
# total CPU system time (s): 15.4903
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.90978 second user time and 5.29106 second system time
The end
Launcher Data
Begin job on nodeC005 at 2025-07-22 21:35:29
IDJOB=4542434
IDBENCH=163926
IDSOLVER=3365
FILE ID=nodeC005/4542434-1753212927
RUNJOBID= nodeC005-1753211112-158211
SLURM_JOB_ID= 9687789
Free space on /tmp= 432892 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_height49_pigeons48_holes47.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542434-1753212927/watcher-4542434-1753212927 -o /tmp/evaluation-result-4542434-1753212927/solver-4542434-1753212927 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1753211112-158211 --watchdog 3760 pbscip -f HOME/instance-4542434-1753212927.opb -t 3600 -j 2 -m 31000
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 7e0508be19eaed927bf3c4f26c43c105
RANDOM SEED=677291644
nodeC005 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024
/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance
/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 1197.026
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 : 3663.535
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 : 3491.916
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 : 3700.000
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 : 3700.000
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 : 3491.967
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 : 1795.862
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.90
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 3700.000
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 3
cpu cores : 4
apicid : 22
initial apicid : 22
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.90
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131382112 kB
MemFree: 103772896 kB
MemAvailable: 129152092 kB
Buffers: 12 kB
Cached: 26150016 kB
SwapCached: 244 kB
Active: 1310100 kB
Inactive: 25656816 kB
Active(anon): 802608 kB
Inactive(anon): 35376 kB
Active(file): 507492 kB
Inactive(file): 25621440 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33002444 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 152972 kB
Writeback: 0 kB
AnonPages: 819764 kB
Mapped: 125672 kB
Shmem: 21096 kB
KReclaimable: 179784 kB
Slab: 271420 kB
SReclaimable: 179784 kB
SUnreclaim: 91636 kB
KernelStack: 4000 kB
PageTables: 4684 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98701740 kB
Committed_AS: 1357748 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 149352 kB
VmallocChunk: 0 kB
Percpu: 3872 kB
HardwareCorrupted: 0 kB
AnonHugePages: 53248 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= 432788 MiB
End job on nodeC005 at 2025-07-22 21:42:52