Trace number 4526713

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP 2024-07-07Signal 190.885 194.135

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/graphs/
normalized-graph13_wcsp.wbo
MD5SUM3b3f4aa0f9e5bc80725226257d35d467
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10110
Best CPU time to get the best result obtained on this benchmark2970.4
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables17588
Total number of constraints2800426
Number of soft constraints2799968
Number of constraints which are clauses2799968
Number of constraints which are cardinality constraints (but not clauses)458
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 1167526
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 719469320
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.01	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-4526713-1751633652.wbo>
12.05/12.15	c original problem has 2817556 variables (2817556 bin, 0 int, 0 impl, 0 cont) and 5600395 constraints
12.05/12.15	c problem read in 12.14
45.95/46.17	c presolving:
55.01/55.28	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 2799968 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 2800426 clqs
168.27/168.83	c    (168.8s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
188.62/189.27	terminate called after throwing an instance of 'std::bad_alloc'
188.62/189.27	  what():  std::bad_alloc

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: 63794 MiB (58219 MiB free)
  memory of node 1: 64507 MiB (62201 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4526713-1751633652/watcher-4526713-1751633652 -o /tmp/evaluation-result-4526713-1751633652/solver-4526713-1751633652 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751626031-88031 --watchdog 3760 pbscip -f HOME/instance-4526713-1751633652.wbo -t 3600 -j 2 -m 31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=91352, runsolver pid=91349
Current StackSize limit: 8192 KiB


[startup+0.100054 s]*
/proc/loadavg: 4.07 4.15 4.16 5/255 91353
/proc/meminfo: memFree=123310720/131382112 swapFree=33010416/33010684
[pid=91352] ppid=91349 vsize=82100 memory=54528 CPUtime=0.08 cores=5,7
/proc/91352/stat : 91352 (pbscip) R 91349 91352 88018 0 -1 4194304 10742 0 0 0 7 1 0 0 20 0 1 0 79044982 84070400 13632 18446744073709551615 4235264 18693293 140724279898912 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 21375888 21430392 27033600 140724279904647 140724279904746 140724279904746 140724279910350 0
/proc/91352/statm: 20525 13632 3232 3530 0 11976 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 82100 KiB
Current children cumulated memory: 54528 KiB

[startup+0.207629 s]*
/proc/loadavg: 4.07 4.15 4.16 5/255 91353
/proc/meminfo: memFree=123285896/131382112 swapFree=33010416/33010684
[pid=91352] ppid=91349 vsize=109896 memory=82304 CPUtime=0.19 cores=5,7
/proc/91352/stat : 91352 (pbscip) R 91349 91352 88018 0 -1 4194304 17683 0 0 0 16 3 0 0 20 0 1 0 79044982 112533504 20576 18446744073709551615 4235264 18693293 140724279898912 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 27033600 140724279904647 140724279904746 140724279904746 140724279910350 0
/proc/91352/statm: 27474 20576 3232 3530 0 18925 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 109896 KiB
Current children cumulated memory: 82304 KiB

[startup+0.307546 s]*
/proc/loadavg: 4.07 4.15 4.16 5/255 91353
/proc/meminfo: memFree=123285648/131382112 swapFree=33010416/33010684
[pid=91352] ppid=91349 vsize=126460 memory=98816 CPUtime=0.29 cores=5,7
/proc/91352/stat : 91352 (pbscip) R 91349 91352 88018 0 -1 4194304 21806 0 0 0 25 4 0 0 20 0 1 0 79044982 129495040 24704 18446744073709551615 4235264 18693293 140724279898912 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 27033600 140724279904647 140724279904746 140724279904746 140724279910350 0
/proc/91352/statm: 31615 24704 3232 3530 0 23066 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 126460 KiB
Current children cumulated memory: 98816 KiB

[startup+0.700254 s]
/proc/loadavg: 4.07 4.15 4.16 5/255 91353
/proc/meminfo: memFree=123285648/131382112 swapFree=33010416/33010684
[pid=91352] ppid=91349 vsize=186416 memory=158592 CPUtime=0.67 cores=5,7
/proc/91352/stat : 91352 (pbscip) R 91349 91352 88018 0 -1 4194304 36744 0 0 0 59 8 0 0 20 0 1 0 79044982 190889984 39648 18446744073709551615 4235264 18693293 140724279898912 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 27033600 140724279904647 140724279904746 140724279904746 140724279910350 0
/proc/91352/statm: 46604 39648 3232 3530 0 38055 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 186416 KiB
Current children cumulated memory: 158592 KiB

[startup+1.50032 s]
/proc/loadavg: 4.07 4.15 4.16 5/255 91353
/proc/meminfo: memFree=123281744/131382112 swapFree=33010416/33010684
[pid=91352] ppid=91349 vsize=368524 memory=340384 CPUtime=1.47 cores=5,7
/proc/91352/stat : 91352 (pbscip) R 91349 91352 88018 0 -1 4194304 81170 0 0 0 129 18 0 0 20 0 1 0 79044982 377368576 85096 18446744073709551615 4235264 18693293 140724279898912 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 27033600 140724279904647 140724279904746 140724279904746 140724279910350 0
/proc/91352/statm: 92131 85096 3232 3530 0 83582 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 368524 KiB
Current children cumulated memory: 340384 KiB

[startup+3.11324 s]
/proc/loadavg: 4.07 4.15 4.16 5/255 91353
/proc/meminfo: memFree=122861432/131382112 swapFree=33010416/33010684
[pid=91352] ppid=91349 vsize=914988 memory=886708 CPUtime=3.07 cores=5,7
/proc/91352/stat : 91352 (pbscip) R 91349 91352 88018 0 -1 4194304 208548 0 0 0 270 37 0 0 20 0 1 0 79044982 936947712 221645 18446744073709551615 4235264 18693293 140724279898912 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 27033600 140724279904647 140724279904746 140724279904746 140724279910350 0
/proc/91352/statm: 228747 221677 3232 3530 0 220198 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 914988 KiB
Current children cumulated memory: 886708 KiB

[startup+6.30031 s]
/proc/loadavg: 4.07 4.15 4.16 5/255 91353
/proc/meminfo: memFree=121740060/131382112 swapFree=33010416/33010684
[pid=91352] ppid=91349 vsize=2112088 memory=2082000 CPUtime=6.25 cores=5,7
/proc/91352/stat : 91352 (pbscip) R 91349 91352 88018 0 -1 4194304 492055 0 0 0 545 80 0 0 20 0 1 0 79044982 2162778112 520500 18446744073709551615 4235264 18693293 140724279898912 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 27033600 140724279904647 140724279904746 140724279904746 140724279910350 0
/proc/91352/statm: 528022 520500 3232 3530 0 519473 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 2112088 KiB
Current children cumulated memory: 2082000 KiB

[startup+12.7003 s]
/proc/loadavg: 4.06 4.15 4.16 5/255 91354
/proc/meminfo: memFree=119456164/131382112 swapFree=33010416/33010684
[pid=91352] ppid=91349 vsize=4814964 memory=4751400 CPUtime=12.64 cores=5,7
/proc/91352/stat : 91352 (pbscip) R 91349 91352 88018 0 -1 4194304 1117796 0 0 0 1087 177 0 0 20 0 1 0 79044982 4930523136 1187850 18446744073709551615 4235264 18693293 140724279898912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 27033600 140724279904647 140724279904746 140724279904746 140724279910350 0
/proc/91352/statm: 1203741 1187850 3520 3530 0 1195192 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 4814964 KiB
Current children cumulated memory: 4751400 KiB

[startup+25.5003 s]
/proc/loadavg: 4.12 4.16 4.16 5/255 91354
/proc/meminfo: memFree=112441396/131382112 swapFree=33010416/33010684
[pid=91352] ppid=91349 vsize=11415004 memory=11282260 CPUtime=25.4 cores=5,7
/proc/91352/stat : 91352 (pbscip) R 91349 91352 88018 0 -1 4194304 2452033 0 0 0 2148 392 0 0 20 0 1 0 79044982 11688964096 2820565 18446744073709551615 4235264 18693293 140724279898912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 27033600 140724279904647 140724279904746 140724279904746 140724279910350 0
/proc/91352/statm: 2853751 2820565 3584 3530 0 2845202 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 11415004 KiB
Current children cumulated memory: 11282260 KiB

[startup+51.1134 s]
/proc/loadavg: 4.08 4.14 4.16 5/255 91354
/proc/meminfo: memFree=104125252/131382112 swapFree=33010416/33010684
[pid=91352] ppid=91349 vsize=19448028 memory=19297984 CPUtime=50.94 cores=5,7
/proc/91352/stat : 91352 (pbscip) R 91349 91352 88018 0 -1 4194304 4097700 0 0 0 4441 653 0 0 20 0 1 0 79044982 19914780672 4824496 18446744073709551615 4235264 18693293 140724279898912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 27033600 140724279904647 140724279904746 140724279904746 140724279910350 0
/proc/91352/statm: 4862007 4824496 3616 3530 0 4853458 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 19448028 KiB
Current children cumulated memory: 19297984 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.13 4.15 5/255 91356
/proc/meminfo: memFree=103215880/131382112 swapFree=33010416/33010684
[pid=91352] ppid=91349 vsize=20300340 memory=20104244 CPUtime=101.97 cores=5,7
/proc/91352/stat : 91352 (pbscip) R 91349 91352 88018 0 -1 4194304 4149071 0 0 0 9523 674 0 0 20 0 1 0 79044982 20787548160 5026061 18446744073709551615 4235264 18693293 140724279898912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 27033600 140724279904647 140724279904746 140724279904746 140724279910350 0
/proc/91352/statm: 5075085 5026061 3648 3530 0 5066536 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 20300340 KiB
Current children cumulated memory: 20104244 KiB

[startup+162.3 s]
/proc/loadavg: 4.06 4.12 4.15 5/250 91358
/proc/meminfo: memFree=103067184/131382112 swapFree=33010416/33010684
[pid=91352] ppid=91349 vsize=20300340 memory=20104244 CPUtime=161.8 cores=5,7
/proc/91352/stat : 91352 (pbscip) R 91349 91352 88018 0 -1 4194304 4149269 0 0 0 15505 675 0 0 20 0 1 0 79044982 20787548160 5026061 18446744073709551615 4235264 18693293 140724279898912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 27033600 140724279904647 140724279904746 140724279904746 140724279910350 0
/proc/91352/statm: 5075085 5026061 3648 3530 0 5066536 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 20300340 KiB
Current children cumulated memory: 20104244 KiB

[startup+194.135 s]
# the end of solver process 91352 was just reported to runsolver
# Child ended because it received signal 6 (SIGABRT)
Child dumped core

# cumulated CPU time of all completed processes:  user=180.291 s, system=10.5939 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+179.2 s]
/proc/loadavg: 4.04 4.11 4.14 5/250 91359
/proc/meminfo: memFree=98149284/131382112 swapFree=33010416/33010684
[pid=91352] ppid=91349 vsize=26440084 memory=24975464 CPUtime=178.65 cores=5,7
/proc/91352/stat : 91352 (pbscip) R 91349 91352 88018 0 -1 4194304 4169625 0 0 0 17088 777 0 0 20 0 1 0 79044982 27074646016 6243866 18446744073709551615 4235264 18693293 140724279898912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 27033600 140724279904647 140724279904746 140724279904746 140724279910350 0
/proc/91352/statm: 6610021 6243866 3680 3530 0 6601472 0
Current children cumulated CPU time: 178.65 s
Current children cumulated vsize: 26440084 KiB
Current children cumulated memory: 24975464 KiB

[startup+185.6 s]
/proc/loadavg: 4.04 4.11 4.14 5/250 91359
/proc/meminfo: memFree=96701832/131382112 swapFree=33010416/33010684
[pid=91352] ppid=91349 vsize=29416304 memory=26438692 CPUtime=185.03 cores=5,7
/proc/91352/stat : 91352 (pbscip) R 91349 91352 88018 0 -1 4194304 4172957 0 0 0 17694 809 0 0 20 0 1 0 79044982 30122295296 6609673 18446744073709551615 4235264 18693293 140724279898912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 27033600 140724279904647 140724279904746 140724279904746 140724279910350 0
/proc/91352/statm: 7354076 6609673 3680 3530 0 7345527 0
Current children cumulated CPU time: 185.03 s
Current children cumulated vsize: 29416304 KiB
Current children cumulated memory: 26438692 KiB

[startup+188.8 s]
/proc/loadavg: 4.04 4.11 4.14 5/250 91359
/proc/meminfo: memFree=96702084/131382112 swapFree=33010416/33010684
[pid=91352] ppid=91349 vsize=30466728 memory=27429996 CPUtime=188.22 cores=5,7
/proc/91352/stat : 91352 (pbscip) R 91349 91352 88018 0 -1 4194304 4173458 0 0 0 17994 828 0 0 20 0 1 0 79044982 31197929472 6857499 18446744073709551615 4235264 18693293 140724279898912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 27033600 140724279904647 140724279904746 140724279904746 140724279910350 0
/proc/91352/statm: 7616682 6857499 3680 3530 0 7608133 0
Current children cumulated CPU time: 188.22 s
Current children cumulated vsize: 30466728 KiB
Current children cumulated memory: 27429996 KiB

[startup+192 s]*
/proc/loadavg: 4.12 4.13 4.15 5/252 91362
/proc/meminfo: memFree=94013960/131382112 swapFree=33010416/33010684
[pid=91352] ppid=91349 vsize=31692232 memory=28014924 CPUtime=189.61 cores=5,7
/proc/91352/stat : 91352 (pbscip) S 91349 91352 88018 0 -1 4195840 4175966 0 0 0 18029 932 0 0 20 0 1 0 79044982 32452845568 7003731 18446744073709551615 4235264 18693293 140724279898912 140724279893360 140293142264428 0 0 0 2 1 0 0 17 7 0 0 0 0 0 21375888 21430392 27033600 140724279904647 140724279904746 140724279904746 140724279910350 6
/proc/91352/statm: 7923058 7003731 3840 3530 0 7914509 0
Current children cumulated CPU time: 189.61 s
Current children cumulated vsize: 31692232 KiB
Current children cumulated memory: 28014924 KiB

[startup+192.8 s]
/proc/loadavg: 4.12 4.13 4.15 5/252 91362
/proc/meminfo: memFree=94013960/131382112 swapFree=33010416/33010684
[pid=91352] ppid=91349 vsize=31692232 memory=28014924 CPUtime=189.61 cores=5,7
/proc/91352/stat : 91352 (pbscip) S 91349 91352 88018 0 -1 4195840 4175966 0 0 0 18029 932 0 0 20 0 1 0 79044982 32452845568 7003731 18446744073709551615 4235264 18693293 140724279898912 140724279893360 140293142264428 0 0 0 2 1 0 0 17 7 0 0 0 0 0 21375888 21430392 27033600 140724279904647 140724279904746 140724279904746 140724279910350 6
/proc/91352/statm: 7923058 7003731 3840 3530 0 7914509 0
Current children cumulated CPU time: 189.61 s
Current children cumulated vsize: 31692232 KiB
Current children cumulated memory: 28014924 KiB

[startup+193.6 s]
/proc/loadavg: 4.12 4.13 4.15 5/252 91368
/proc/meminfo: memFree=95954908/131382112 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+194 s]*
/proc/loadavg: 4.11 4.12 4.15 5/252 91369
/proc/meminfo: memFree=120046888/131382112 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+194.113 s]
/proc/loadavg: 4.11 4.12 4.15 5/252 91369
/proc/meminfo: memFree=120046888/131382112 swapFree=33010416/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 6 (SIGABRT)
Child dumped core

Real time (s): 194.135
CPU time (s): 190.885
CPU user time (s): 180.291
CPU system time (s): 10.5939
CPU usage (%): 98.3256
Max. virtual memory (cumulated for all children) (KiB): 31692232
Max. memory (cumulated for all children) (KiB): 28014924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 180.291
system time used= 10.5939
maximum resident set size= 28014924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4175966
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= 188


# summary of solver processes directly reported to runsolver:
#   pid: 91352
#   total CPU time (s): 190.885
#   total CPU user time (s): 180.291
#   total CPU system time (s): 10.5939

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.01478 second user time and 1.97333 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-04 14:54:13
IDJOB=4526713
IDBENCH=144142
IDSOLVER=3382
FILE ID=nodeC012/4526713-1751633652
RUNJOBID= nodeC012-1751626031-88031
SLURM_JOB_ID= 9598953
Free space on /tmp= 431484 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/graphs/normalized-graph13_wcsp.wbo
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4526713-1751633652/watcher-4526713-1751633652 -o /tmp/evaluation-result-4526713-1751633652/solver-4526713-1751633652 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751626031-88031 --watchdog 3760  pbscip -f HOME/instance-4526713-1751633652.wbo -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 3b3f4aa0f9e5bc80725226257d35d467
RANDOM SEED=604722224

nodeC012 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		: 3661.286
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.39
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		: 3691.208
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.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.428
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.39
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.39
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		: 3661.256
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.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.148
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.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.351
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.39
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.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        123310096 kB
MemAvailable:   124018284 kB
Buffers:            2136 kB
Cached:          1507308 kB
SwapCached:           16 kB
Active:          6162228 kB
Inactive:         887080 kB
Active(anon):    5552860 kB
Inactive(anon):     4948 kB
Active(file):     609368 kB
Inactive(file):   882132 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            107300 kB
Writeback:             0 kB
AnonPages:       5536452 kB
Mapped:           138936 kB
Shmem:             17944 kB
KReclaimable:     112244 kB
Slab:             197784 kB
SReclaimable:     112244 kB
SUnreclaim:        85540 kB
KernelStack:        4128 kB
PageTables:        14364 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    6420524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1048576 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431404 MiB
End job on nodeC012 at 2025-07-04 14:57:27