Trace number 4525624

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP 2024-07-07? (TO) 3600.05 3610.61

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/scens/
normalized-scen06-30_wcsp.wbo
MD5SUM78328f487213678b2b5d4b2f93871f54
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2080
Best CPU time to get the best result obtained on this benchmark4.39449
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1018
Total number of constraints50646
Number of soft constraints50547
Number of constraints which are clauses50547
Number of constraints which are cardinality constraints (but not clauses)99
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint14
Top cost 245952
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 7842900
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 15
Number of bits of the biggest sum of numbers4
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-4525624-1751619860.wbo>
0.19/0.21	c original problem has 51565 variables (51565 bin, 0 int, 0 impl, 0 cont) and 101194 constraints
0.19/0.21	c problem read in 0.21
0.68/0.79	c presolving:
0.88/0.94	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 50547 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 50646 clqs
0.99/1.07	c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 50547 chg bounds, 0 chg sides, 0 chg coeffs, 100 upgd conss, 0 impls, 50646 clqs
2.48/2.54	c    (2.5s) 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: 63665 MiB (61982 MiB free)
  memory of node 1: 64507 MiB (62447 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4525624-1751619860/watcher-4525624-1751619860 -o /tmp/evaluation-result-4525624-1751619860/solver-4525624-1751619860 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751615504-87234 --watchdog 3760 pbscip -f HOME/instance-4525624-1751619860.wbo -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
Starting watchdog thread
solver pid=89943, runsolver pid=89940
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 4.11 4.10 4.09 5/265 89944
/proc/meminfo: memFree=127376120/131249996 swapFree=33005016/33010684
[pid=89943] ppid=89940 vsize=81844 memory=54272 CPUtime=0.09 cores=0,2
/proc/89943/stat : 89943 (pbscip) R 89940 89943 86849 0 -1 4194304 10635 0 0 0 8 1 0 0 20 0 1 0 77665636 83808256 13568 18446744073709551615 4235264 18693293 140732885386128 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 43388928 140732885387655 140732885387754 140732885387754 140732885393358 0
/proc/89943/statm: 20461 13568 3232 3530 0 11912 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 81844 KiB
Current children cumulated memory: 54272 KiB

[startup+0.205629 s]*
/proc/loadavg: 4.11 4.10 4.09 5/265 89944
/proc/meminfo: memFree=127335800/131249996 swapFree=33005016/33010684
[pid=89943] ppid=89940 vsize=121208 memory=93568 CPUtime=0.19 cores=0,2
/proc/89943/stat : 89943 (pbscip) R 89940 89943 86849 0 -1 4194304 20460 0 0 0 17 2 0 0 20 0 1 0 77665636 124116992 23392 18446744073709551615 4235264 18693293 140732885386128 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 43388928 140732885387655 140732885387754 140732885387754 140732885393358 0
/proc/89943/statm: 30302 23392 3232 3530 0 21753 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 121208 KiB
Current children cumulated memory: 93568 KiB

[startup+0.305485 s]*
/proc/loadavg: 4.11 4.10 4.09 5/265 89944
/proc/meminfo: memFree=127263476/131249996 swapFree=33005016/33010684
[pid=89943] ppid=89940 vsize=194188 memory=166932 CPUtime=0.29 cores=0,2
/proc/89943/stat : 89943 (pbscip) R 89940 89943 86849 0 -1 4194304 38949 0 0 0 25 4 0 0 20 0 1 0 77665636 198848512 41701 18446744073709551615 4235264 18693293 140732885386128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 43388928 140732885387655 140732885387754 140732885387754 140732885393358 0
/proc/89943/statm: 48547 41733 3552 3530 0 39998 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 194188 KiB
Current children cumulated memory: 166932 KiB

[startup+0.70017 s]
/proc/loadavg: 4.11 4.10 4.09 5/265 89944
/proc/meminfo: memFree=127174772/131249996 swapFree=33005016/33010684
[pid=89943] ppid=89940 vsize=369080 memory=339476 CPUtime=0.68 cores=0,2
/proc/89943/stat : 89943 (pbscip) R 89940 89943 86849 0 -1 4194304 82085 0 0 0 58 10 0 0 20 0 1 0 77665636 377937920 84869 18446744073709551615 4235264 18693293 140732885386128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 43388928 140732885387655 140732885387754 140732885387754 140732885393358 0
/proc/89943/statm: 92270 84869 3584 3530 0 83721 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 369080 KiB
Current children cumulated memory: 339476 KiB

[startup+1.50017 s]
/proc/loadavg: 4.11 4.10 4.09 5/265 89944
/proc/meminfo: memFree=127046000/131249996 swapFree=33005016/33010684
[pid=89943] ppid=89940 vsize=432656 memory=397992 CPUtime=1.47 cores=0,2
/proc/89943/stat : 89943 (pbscip) R 89940 89943 86849 0 -1 4194304 98987 0 0 0 135 12 0 0 20 0 1 0 77665636 443039744 99498 18446744073709551615 4235264 18693293 140732885386128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 43388928 140732885387655 140732885387754 140732885387754 140732885393358 0
/proc/89943/statm: 108164 99498 3648 3530 0 99615 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 432656 KiB
Current children cumulated memory: 397992 KiB

[startup+3.10547 s]
/proc/loadavg: 4.11 4.10 4.09 5/265 89944
/proc/meminfo: memFree=126815524/131249996 swapFree=33005016/33010684
[pid=89943] ppid=89940 vsize=702580 memory=593792 CPUtime=3.08 cores=0,2
/proc/89943/stat : 89943 (pbscip) R 89940 89943 86849 0 -1 4194304 125239 0 0 0 290 18 0 0 20 0 1 0 77665636 719441920 148448 18446744073709551615 4235264 18693293 140732885386128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 43388928 140732885387655 140732885387754 140732885387754 140732885393358 0
/proc/89943/statm: 175645 148448 3680 3530 0 167096 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 702580 KiB
Current children cumulated memory: 593792 KiB

[startup+6.30015 s]
/proc/loadavg: 4.10 4.10 4.09 5/265 89944
/proc/meminfo: memFree=126614452/131249996 swapFree=33005016/33010684
[pid=89943] ppid=89940 vsize=900744 memory=805856 CPUtime=6.27 cores=0,2
/proc/89943/stat : 89943 (pbscip) R 89940 89943 86849 0 -1 4194304 176227 0 0 0 599 28 0 0 20 0 1 0 77665636 922361856 201464 18446744073709551615 4235264 18693293 140732885386128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 43388928 140732885387655 140732885387754 140732885387754 140732885393358 0
/proc/89943/statm: 225186 201464 3680 3530 0 216637 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 900744 KiB
Current children cumulated memory: 805856 KiB

[startup+12.7002 s]
/proc/loadavg: 4.09 4.09 4.09 5/265 89944
/proc/meminfo: memFree=126534316/131249996 swapFree=33005016/33010684
[pid=89943] ppid=89940 vsize=982896 memory=890036 CPUtime=12.66 cores=0,2
/proc/89943/stat : 89943 (pbscip) R 89940 89943 86849 0 -1 4194304 196738 0 0 0 1235 31 0 0 20 0 1 0 77665636 1006485504 222509 18446744073709551615 4235264 18693293 140732885386128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 43388928 140732885387655 140732885387754 140732885387754 140732885393358 0
/proc/89943/statm: 245724 222509 3680 3530 0 237175 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 982896 KiB
Current children cumulated memory: 890036 KiB

[startup+25.5002 s]
/proc/loadavg: 4.07 4.09 4.09 5/265 89944
/proc/meminfo: memFree=126438556/131249996 swapFree=33005016/33010684
[pid=89943] ppid=89940 vsize=1071428 memory=982028 CPUtime=25.42 cores=0,2
/proc/89943/stat : 89943 (pbscip) R 89940 89943 86849 0 -1 4194304 219221 0 0 0 2509 33 0 0 20 0 1 0 77665636 1097142272 245507 18446744073709551615 4235264 18693293 140732885386128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 43388928 140732885387655 140732885387754 140732885387754 140732885393358 0
/proc/89943/statm: 267857 245507 3680 3530 0 259308 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1071428 KiB
Current children cumulated memory: 982028 KiB

[startup+51.1054 s]
/proc/loadavg: 4.10 4.10 4.09 5/265 89945
/proc/meminfo: memFree=126411796/131249996 swapFree=33005016/33010684
[pid=89943] ppid=89940 vsize=1089776 memory=1000332 CPUtime=50.97 cores=0,2
/proc/89943/stat : 89943 (pbscip) R 89940 89943 86849 0 -1 4194304 223808 0 0 0 5063 34 0 0 20 0 1 0 77665636 1115930624 250083 18446744073709551615 4235264 18693293 140732885386128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 43388928 140732885387655 140732885387754 140732885387754 140732885393358 0
/proc/89943/statm: 272444 250083 3680 3530 0 263895 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 1089776 KiB
Current children cumulated memory: 1000332 KiB

[startup+102.3 s]
/proc/loadavg: 4.04 4.08 4.08 5/265 89947
/proc/meminfo: memFree=126412480/131249996 swapFree=33005016/33010684
[pid=89943] ppid=89940 vsize=1089784 memory=1000332 CPUtime=102.05 cores=0,2
/proc/89943/stat : 89943 (pbscip) R 89940 89943 86849 0 -1 4194304 223816 0 0 0 10171 34 0 0 20 0 1 0 77665636 1115938816 250083 18446744073709551615 4235264 18693293 140732885386128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 43388928 140732885387655 140732885387754 140732885387754 140732885393358 0
/proc/89943/statm: 272446 250083 3680 3530 0 263897 0
Current children cumulated CPU time: 102.05 s
Current children cumulated vsize: 1089784 KiB
Current children cumulated memory: 1000332 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/264 89949
/proc/meminfo: memFree=126380864/131249996 swapFree=33005016/33010684
[pid=89943] ppid=89940 vsize=1089788 memory=1000332 CPUtime=161.91 cores=0,2
/proc/89943/stat : 89943 (pbscip) R 89940 89943 86849 0 -1 4194304 223819 0 0 0 16157 34 0 0 20 0 1 0 77665636 1115942912 250083 18446744073709551615 4235264 18693293 140732885386128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 43388928 140732885387655 140732885387754 140732885387754 140732885393358 0
/proc/89943/statm: 272447 250083 3680 3530 0 263898 0
Current children cumulated CPU time: 161.91 s
Current children cumulated vsize: 1089788 KiB
Current children cumulated memory: 1000332 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/263 89951
/proc/meminfo: memFree=126354964/131249996 swapFree=33005016/33010684
[pid=89943] ppid=89940 vsize=1089792 memory=1000332 CPUtime=221.78 cores=0,2
/proc/89943/stat : 89943 (pbscip) R 89940 89943 86849 0 -1 4194304 223820 0 0 0 22144 34 0 0 20 0 1 0 77665636 1115947008 250083 18446744073709551615 4235264 18693293 140732885386128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 43388928 140732885387655 140732885387754 140732885387754 140732885393358 0
/proc/89943/statm: 272448 250083 3680 3530 0 263899 0
Current children cumulated CPU time: 221.78 s
Current children cumulated vsize: 1089792 KiB
Current children cumulated memory: 1000332 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/263 89955
/proc/meminfo: memFree=126314272/131249996 swapFree=33005016/33010684
[pid=89943] ppid=89940 vsize=1089796 memory=1000332 CPUtime=281.64 cores=0,2
/proc/89943/stat : 89943 (pbscip) R 89940 89943 86849 0 -1 4194304 223828 0 0 0 28130 34 0 0 20 0 1 0 77665636 1115951104 250083 18446744073709551615 4235264 18693293 140732885386128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 43388928 140732885387655 140732885387754 140732885387754 140732885393358 0
/proc/89943/statm: 272449 250083 3680 3530 0 263900 0
Current children cumulated CPU time: 281.64 s
Current children cumulated vsize: 1089796 KiB
Current children cumulated memory: 1000332 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.08 4.09 5/263 89957
/proc/meminfo: memFree=126310084/131249996 swapFree=33005016/33010684
[pid=89943] ppid=89940 vsize=1089800 memory=1000332 CPUtime=341.5 cores=0,2
/proc/89943/stat : 89943 (pbscip) R 89940 89943 86849 0 -1 4194304 223829 0 0 0 34116 34 0 0 20 0 1 0 77665636 1115955200 250083 18446744073709551615 4235264 18693293 140732885386128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 43388928 140732885387655 140732885387754 140732885387754 140732885393358 0
/proc/89943/statm: 272450 250083 3680 3530 0 263901 0
Current children cumulated CPU time: 341.5 s
Current children cumulated vsize: 1089800 KiB
Current children cumulated memory: 1000332 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/263 89961
/proc/meminfo: memFree=126294132/131249996 swapFree=33005016/33010684
[pid=89943] ppid=89940 vsize=1089804 memory=1000332 CPUtime=401.36 cores=0,2
/proc/89943/stat : 89943 (pbscip) R 89940 89943 86849 0 -1 4194304 223832 0 0 0 40102 34 0 0 20 0 1 0 77665636 1115959296 250083 18446744073709551615 4235264 18693293 140732885386128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 43388928 140732885387655 140732885387754 140732885387754 140732885393358 0
/proc/89943/statm: 272451 250083 3680 3530 0 263902 0
Current children cumulated CPU time: 401.36 s
Current children cumulated vsize: 1089804 KiB
Current children cumulated memory: 1000332 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/264 89963
/proc/meminfo: memFree=126279436/131249996 swapFree=33005016/33010684
[pid=89943] ppid=89940 vsize=1089804 memory=1000332 CPUtime=461.22 cores=0,2
/proc/89943/stat : 89943 (pbscip) R 89940 89943 86849 0 -1 4194304 223833 0 0 0 46088 34 0 0 20 0 1 0 77665636 1115959296 250083 18446744073709551615 4235264 18693293 140732885386128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 43388928 140732885387655 140732885387754 140732885387754 140732885393358 0
/proc/89943/statm: 272451 250083 3680 3530 0 263902 0
Current children cumulated CPU time: 461.22 s

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

Current children cumulated memory: 1024652 KiB

[startup+2862.3 s]
/proc/loadavg: 2.44 3.35 3.79 3/252 90202
/proc/meminfo: memFree=125157700/131249996 swapFree=33005016/33010684
[pid=89943] ppid=89940 vsize=1089868 memory=1024652 CPUtime=2854.03 cores=0,2
/proc/89943/stat : 89943 (pbscip) R 89940 89943 86849 0 -1 4194304 223964 0 0 0 285368 35 0 0 20 0 1 0 77665636 1116024832 256163 18446744073709551615 4235264 18693293 140732885386128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 43388928 140732885387655 140732885387754 140732885387754 140732885393358 0
/proc/89943/statm: 272467 256163 3680 3530 0 263918 0
Current children cumulated CPU time: 2854.03 s
Current children cumulated vsize: 1089868 KiB
Current children cumulated memory: 1024652 KiB

[startup+2922.3 s]
/proc/loadavg: 2.19 3.12 3.68 3/252 90204
/proc/meminfo: memFree=125060692/131249996 swapFree=33005016/33010684
[pid=89943] ppid=89940 vsize=1089868 memory=1024652 CPUtime=2913.84 cores=0,2
/proc/89943/stat : 89943 (pbscip) R 89940 89943 86849 0 -1 4194304 223964 0 0 0 291349 35 0 0 20 0 1 0 77665636 1116024832 256163 18446744073709551615 4235264 18693293 140732885386128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 43388928 140732885387655 140732885387754 140732885387754 140732885393358 0
/proc/89943/statm: 272467 256163 3680 3530 0 263918 0
Current children cumulated CPU time: 2913.84 s
Current children cumulated vsize: 1089868 KiB
Current children cumulated memory: 1024652 KiB

[startup+2982.3 s]
/proc/loadavg: 2.12 2.93 3.58 3/253 90207
/proc/meminfo: memFree=124964700/131249996 swapFree=33005016/33010684
[pid=89943] ppid=89940 vsize=1089868 memory=1024652 CPUtime=2973.65 cores=0,2
/proc/89943/stat : 89943 (pbscip) R 89940 89943 86849 0 -1 4194304 223964 0 0 0 297330 35 0 0 20 0 1 0 77665636 1116024832 256163 18446744073709551615 4235264 18693293 140732885386128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 43388928 140732885387655 140732885387754 140732885387754 140732885393358 0
/proc/89943/statm: 272467 256163 3680 3530 0 263918 0
Current children cumulated CPU time: 2973.65 s
Current children cumulated vsize: 1089868 KiB
Current children cumulated memory: 1024652 KiB

[startup+3042.3 s]
/proc/loadavg: 2.16 2.79 3.49 3/253 90208
/proc/meminfo: memFree=124904728/131249996 swapFree=33005016/33010684
[pid=89943] ppid=89940 vsize=1089872 memory=1024652 CPUtime=3033.47 cores=0,2
/proc/89943/stat : 89943 (pbscip) R 89940 89943 86849 0 -1 4194304 223966 0 0 0 303312 35 0 0 20 0 1 0 77665636 1116028928 256163 18446744073709551615 4235264 18693293 140732885386128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 43388928 140732885387655 140732885387754 140732885387754 140732885393358 0
/proc/89943/statm: 272468 256163 3680 3530 0 263919 0
Current children cumulated CPU time: 3033.47 s
Current children cumulated vsize: 1089872 KiB
Current children cumulated memory: 1024652 KiB

[startup+3102.3 s]
/proc/loadavg: 2.12 2.66 3.40 3/253 90215
/proc/meminfo: memFree=124806896/131249996 swapFree=33005016/33010684
[pid=89943] ppid=89940 vsize=1089872 memory=1024652 CPUtime=3093.29 cores=0,2
/proc/89943/stat : 89943 (pbscip) R 89940 89943 86849 0 -1 4194304 223967 0 0 0 309294 35 0 0 20 0 1 0 77665636 1116028928 256163 18446744073709551615 4235264 18693293 140732885386128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 43388928 140732885387655 140732885387754 140732885387754 140732885393358 0
/proc/89943/statm: 272468 256163 3680 3530 0 263919 0
Current children cumulated CPU time: 3093.29 s
Current children cumulated vsize: 1089872 KiB
Current children cumulated memory: 1024652 KiB

[startup+3162.3 s]
/proc/loadavg: 2.04 2.54 3.31 3/252 90217
/proc/meminfo: memFree=124741556/131249996 swapFree=33005016/33010684
[pid=89943] ppid=89940 vsize=1089872 memory=1024652 CPUtime=3153.11 cores=0,2
/proc/89943/stat : 89943 (pbscip) R 89940 89943 86849 0 -1 4194304 223969 0 0 0 315276 35 0 0 20 0 1 0 77665636 1116028928 256163 18446744073709551615 4235264 18693293 140732885386128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 43388928 140732885387655 140732885387754 140732885387754 140732885393358 0
/proc/89943/statm: 272468 256163 3680 3530 0 263919 0
Current children cumulated CPU time: 3153.11 s
Current children cumulated vsize: 1089872 KiB
Current children cumulated memory: 1024652 KiB

[startup+3222.3 s]
/proc/loadavg: 2.11 2.47 3.23 3/252 90219
/proc/meminfo: memFree=124694144/131249996 swapFree=33005016/33010684
[pid=89943] ppid=89940 vsize=1089872 memory=1024652 CPUtime=3212.92 cores=0,2
/proc/89943/stat : 89943 (pbscip) R 89940 89943 86849 0 -1 4194304 223969 0 0 0 321257 35 0 0 20 0 1 0 77665636 1116028928 256163 18446744073709551615 4235264 18693293 140732885386128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 43388928 140732885387655 140732885387754 140732885387754 140732885393358 0
/proc/89943/statm: 272468 256163 3680 3530 0 263919 0
Current children cumulated CPU time: 3212.92 s
Current children cumulated vsize: 1089872 KiB
Current children cumulated memory: 1024652 KiB

[startup+3282.3 s]
/proc/loadavg: 2.09 2.39 3.16 3/252 90221
/proc/meminfo: memFree=124638636/131249996 swapFree=33005016/33010684
[pid=89943] ppid=89940 vsize=1089876 memory=1024652 CPUtime=3272.73 cores=0,2
/proc/89943/stat : 89943 (pbscip) R 89940 89943 86849 0 -1 4194304 224035 0 0 0 327238 35 0 0 20 0 1 0 77665636 1116033024 256163 18446744073709551615 4235264 18693293 140732885386128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 43388928 140732885387655 140732885387754 140732885387754 140732885393358 0
/proc/89943/statm: 272469 256163 3680 3530 0 263920 0
Current children cumulated CPU time: 3272.73 s
Current children cumulated vsize: 1089876 KiB
Current children cumulated memory: 1024652 KiB

[startup+3342.3 s]
/proc/loadavg: 2.07 2.33 3.09 3/252 90224
/proc/meminfo: memFree=124648192/131249996 swapFree=33005016/33010684
[pid=89943] ppid=89940 vsize=1089876 memory=1024652 CPUtime=3332.56 cores=0,2
/proc/89943/stat : 89943 (pbscip) R 89940 89943 86849 0 -1 4194304 224035 0 0 0 333221 35 0 0 20 0 1 0 77665636 1116033024 256163 18446744073709551615 4235264 18693293 140732885386128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 43388928 140732885387655 140732885387754 140732885387754 140732885393358 0
/proc/89943/statm: 272469 256163 3680 3530 0 263920 0
Current children cumulated CPU time: 3332.56 s
Current children cumulated vsize: 1089876 KiB
Current children cumulated memory: 1024652 KiB

[startup+3402.3 s]
/proc/loadavg: 2.08 2.29 3.02 3/252 90239
/proc/meminfo: memFree=124558284/131249996 swapFree=33005016/33010684
[pid=89943] ppid=89940 vsize=1089876 memory=1024652 CPUtime=3392.38 cores=0,2
/proc/89943/stat : 89943 (pbscip) R 89940 89943 86849 0 -1 4194304 224036 0 0 0 339203 35 0 0 20 0 1 0 77665636 1116033024 256163 18446744073709551615 4235264 18693293 140732885386128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 43388928 140732885387655 140732885387754 140732885387754 140732885393358 0
/proc/89943/statm: 272469 256163 3680 3530 0 263920 0
Current children cumulated CPU time: 3392.38 s
Current children cumulated vsize: 1089876 KiB
Current children cumulated memory: 1024652 KiB

[startup+3462.3 s]
/proc/loadavg: 2.07 2.25 2.96 3/251 90241
/proc/meminfo: memFree=124483196/131249996 swapFree=33005016/33010684
[pid=89943] ppid=89940 vsize=1089876 memory=1024652 CPUtime=3452.19 cores=0,2
/proc/89943/stat : 89943 (pbscip) R 89940 89943 86849 0 -1 4194304 224037 0 0 0 345184 35 0 0 20 0 1 0 77665636 1116033024 256163 18446744073709551615 4235264 18693293 140732885386128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 43388928 140732885387655 140732885387754 140732885387754 140732885393358 0
/proc/89943/statm: 272469 256163 3680 3530 0 263920 0
Current children cumulated CPU time: 3452.19 s
Current children cumulated vsize: 1089876 KiB
Current children cumulated memory: 1024652 KiB

[startup+3522.3 s]
/proc/loadavg: 2.13 2.23 2.91 3/251 90243
/proc/meminfo: memFree=124476288/131249996 swapFree=33005016/33010684
[pid=89943] ppid=89940 vsize=1089880 memory=1024652 CPUtime=3512 cores=0,2
/proc/89943/stat : 89943 (pbscip) R 89940 89943 86849 0 -1 4194304 224039 0 0 0 351165 35 0 0 20 0 1 0 77665636 1116037120 256163 18446744073709551615 4235264 18693293 140732885386128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 43388928 140732885387655 140732885387754 140732885387754 140732885393358 0
/proc/89943/statm: 272470 256163 3680 3530 0 263921 0
Current children cumulated CPU time: 3512 s
Current children cumulated vsize: 1089880 KiB
Current children cumulated memory: 1024652 KiB

[startup+3582.3 s]
/proc/loadavg: 2.05 2.19 2.85 3/251 90245
/proc/meminfo: memFree=124425792/131249996 swapFree=33005016/33010684
[pid=89943] ppid=89940 vsize=1089880 memory=1024652 CPUtime=3571.82 cores=0,2
/proc/89943/stat : 89943 (pbscip) R 89940 89943 86849 0 -1 4194304 224040 0 0 0 357147 35 0 0 20 0 1 0 77665636 1116037120 256163 18446744073709551615 4235264 18693293 140732885386128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 43388928 140732885387655 140732885387754 140732885387754 140732885393358 0
/proc/89943/statm: 272470 256163 3680 3530 0 263921 0
Current children cumulated CPU time: 3571.82 s
Current children cumulated vsize: 1089880 KiB
Current children cumulated memory: 1024652 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.6 s]
/proc/loadavg: 2.09 2.18 2.83 3/251 90246
/proc/meminfo: memFree=124384812/131249996 swapFree=33005016/33010684
[pid=89943] ppid=89940 vsize=1089880 memory=1024652 CPUtime=3600.03 cores=0,2
/proc/89943/stat : 89943 (pbscip) R 89940 89943 86849 0 -1 4194304 224040 0 0 0 359968 35 0 0 20 0 1 0 77665636 1116037120 256163 18446744073709551615 4235264 18693293 140732885386128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 43388928 140732885387655 140732885387754 140732885387754 140732885393358 0
/proc/89943/statm: 272470 256163 3680 3530 0 263921 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 1089880 KiB
Current children cumulated memory: 1024652 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.69 s, system=0.358817 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3610.61
CPU time (s): 3600.05
CPU user time (s): 3599.69
CPU system time (s): 0.358817
CPU usage (%): 99.7075
Max. virtual memory (cumulated for all children) (KiB): 1089880
Max. memory (cumulated for all children) (KiB): 1024652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.69
system time used= 0.358817
maximum resident set size= 1024652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224040
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= 83
involuntary context switches= 7861


# summary of solver processes directly reported to runsolver:
#   pid: 89943
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3599.69
#   total CPU system time (s): 0.358817

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.86922 second user time and 15.7694 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-07-04 11:04:21
IDJOB=4525624
IDBENCH=143867
IDSOLVER=3382
FILE ID=nodeC030/4525624-1751619860
RUNJOBID= nodeC030-1751615504-87234
SLURM_JOB_ID= 9598912
Free space on /tmp= 432432 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/scens/normalized-scen06-30_wcsp.wbo
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4525624-1751619860/watcher-4525624-1751619860 -o /tmp/evaluation-result-4525624-1751619860/solver-4525624-1751619860 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751615504-87234 --watchdog 3760  pbscip -f HOME/instance-4525624-1751619860.wbo -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 78328f487213678b2b5d4b2f93871f54
RANDOM SEED=1543283787

nodeC030 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3577.058
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.310
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.337
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.322
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.316
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.311
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        127416188 kB
MemAvailable:   127166756 kB
Buffers:              16 kB
Cached:           541304 kB
SwapCached:          224 kB
Active:          2713440 kB
Inactive:         470320 kB
Active(anon):    2593072 kB
Inactive(anon):    62908 kB
Active(file):     120368 kB
Inactive(file):   407412 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005016 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             19924 kB
Writeback:             0 kB
AnonPages:       2643656 kB
Mapped:           132396 kB
Shmem:             13540 kB
KReclaimable:     123652 kB
Slab:             213664 kB
SReclaimable:     123652 kB
SUnreclaim:        90012 kB
KernelStack:        4316 kB
PageTables:         8780 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    3342168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    778240 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432456 MiB
End job on nodeC030 at 2025-07-04 12:04:31