Trace number 4511886

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.19 3617.21

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw256/normalized-hw256-vm85p-dec.opb.negationfix.opb
MD5SUMb7a2e8144dd82d545640c8e4101e7ef6
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2.58733
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables607488
Total number of constraints5258
Number of constraints which are clauses2372
Number of constraints which are cardinality constraints (but not clauses)2372
Number of constraints which are nor clauses,nor cardinality constraints514
Minimum length of a constraint256
Maximum length of a constraint2373
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 855779
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 2070814
Number of bits of the biggest sum of numbers21
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-4511886-1751208749.opb>
1.28/1.39	c original problem has 607488 variables (607488 bin, 0 int, 0 impl, 0 cont) and 5258 constraints
1.28/1.39	c problem read in 1.39
1.38/1.40	c No objective function, only one solution is needed.
2.87/2.96	c presolving:
4.46/4.57	c (round 1, fast)       1550 del vars, 2 del conss, 0 add conss, 1294 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 149030 clqs
6.46/6.50	c    (6.5s) running MILP presolver
13.83/13.90	c    (13.9s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
14.12/14.28	c (round 2, medium)     1550 del vars, 5258 del conss, 2884 add conss, 1294 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 149030 clqs
24.37/24.55	c (round 3, exhaustive) 1550 del vars, 5258 del conss, 2884 add conss, 1294 chg bounds, 0 chg sides, 0 chg coeffs, 2884 upgd conss, 0 impls, 149030 clqs
34.63/34.87	c    (34.9s) probing: 51/605938 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
34.63/34.87	c    (34.9s) probing aborted: 50/50 successive totally useless probings
35.23/35.47	c    (35.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: 63708 MiB (54115 MiB free)
  memory of node 1: 64465 MiB (58962 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4511886-1751208749/watcher-4511886-1751208749 -o /tmp/evaluation-result-4511886-1751208749/solver-4511886-1751208749 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751204926-27568 --watchdog 3760 pbscip -f HOME/instance-4511886-1751208749.opb -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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=28233, runsolver pid=28230
Current StackSize limit: 8192 KiB


[startup+0.100065 s]*
/proc/loadavg: 4.06 4.10 4.08 5/265 28234
/proc/meminfo: memFree=115802260/131249988 swapFree=33010684/33010684
[pid=28233] ppid=28230 vsize=126824 memory=97664 CPUtime=0.09 cores=5,7
/proc/28233/stat : 28233 (pbscip) R 28230 28233 27555 0 -1 4194304 21496 0 0 0 6 3 0 0 20 0 1 0 36553480 129867776 24416 18446744073709551615 4235264 18693293 140730022750560 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 49946624 140730022758793 140730022758892 140730022758892 140730022764494 0
/proc/28233/statm: 31706 24416 3232 3530 0 23157 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 126824 KiB
Current children cumulated memory: 97664 KiB

[startup+0.205838 s]*
/proc/loadavg: 4.06 4.10 4.08 5/265 28234
/proc/meminfo: memFree=115754416/131249988 swapFree=33010684/33010684
[pid=28233] ppid=28230 vsize=213340 memory=184448 CPUtime=0.19 cores=5,7
/proc/28233/stat : 28233 (pbscip) R 28230 28233 27555 0 -1 4194304 43192 0 0 0 13 6 0 0 20 0 1 0 36553480 218460160 46112 18446744073709551615 4235264 18693293 140730022750560 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 49946624 140730022758793 140730022758892 140730022758892 140730022764494 0
/proc/28233/statm: 53335 46112 3232 3530 0 44786 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 213340 KiB
Current children cumulated memory: 184448 KiB

[startup+0.305781 s]*
/proc/loadavg: 4.06 4.10 4.08 5/265 28234
/proc/meminfo: memFree=115681840/131249988 swapFree=33010684/33010684
[pid=28233] ppid=28230 vsize=286388 memory=257428 CPUtime=0.29 cores=5,7
/proc/28233/stat : 28233 (pbscip) R 28230 28233 27555 0 -1 4194304 60932 0 0 0 20 9 0 0 20 0 1 0 36553480 293261312 64357 18446744073709551615 4235264 18693293 140730022750560 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 49946624 140730022758793 140730022758892 140730022758892 140730022764494 0
/proc/28233/statm: 71597 64357 3232 3530 0 63048 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 286388 KiB
Current children cumulated memory: 257428 KiB

[startup+0.700185 s]
/proc/loadavg: 4.06 4.10 4.08 5/265 28234
/proc/meminfo: memFree=115521480/131249988 swapFree=33010684/33010684
[pid=28233] ppid=28230 vsize=598056 memory=569084 CPUtime=0.68 cores=5,7
/proc/28233/stat : 28233 (pbscip) R 28230 28233 27555 0 -1 4194304 136793 0 0 0 46 22 0 0 20 0 1 0 36553480 612409344 142271 18446744073709551615 4235264 18693293 140730022750560 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 49946624 140730022758793 140730022758892 140730022758892 140730022764494 0
/proc/28233/statm: 149514 142271 3232 3530 0 140965 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 598056 KiB
Current children cumulated memory: 569084 KiB

[startup+1.50019 s]
/proc/loadavg: 4.06 4.10 4.08 5/265 28234
/proc/meminfo: memFree=115317800/131249988 swapFree=33010684/33010684
[pid=28233] ppid=28230 vsize=754464 memory=722264 CPUtime=1.48 cores=5,7
/proc/28233/stat : 28233 (pbscip) R 28230 28233 27555 0 -1 4194304 177326 0 0 0 120 28 0 0 20 0 1 0 36553480 772571136 180566 18446744073709551615 4235264 18693293 140730022750560 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 49946624 140730022758793 140730022758892 140730022758892 140730022764494 0
/proc/28233/statm: 188616 180566 3520 3530 0 180067 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 754464 KiB
Current children cumulated memory: 722264 KiB

[startup+3.10591 s]
/proc/loadavg: 4.06 4.10 4.08 5/265 28234
/proc/meminfo: memFree=114395908/131249988 swapFree=33010684/33010684
[pid=28233] ppid=28230 vsize=1604496 memory=1557236 CPUtime=3.08 cores=5,7
/proc/28233/stat : 28233 (pbscip) R 28230 28233 27555 0 -1 4194304 374276 0 0 0 248 60 0 0 20 0 1 0 36553480 1643003904 389309 18446744073709551615 4235264 18693293 140730022750560 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 49946624 140730022758793 140730022758892 140730022758892 140730022764494 0
/proc/28233/statm: 401124 389309 3584 3530 0 392575 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1604496 KiB
Current children cumulated memory: 1557236 KiB

[startup+6.30018 s]
/proc/loadavg: 4.06 4.10 4.08 5/265 28234
/proc/meminfo: memFree=114103500/131249988 swapFree=33010684/33010684
[pid=28233] ppid=28230 vsize=1953988 memory=1900392 CPUtime=6.26 cores=5,7
/proc/28233/stat : 28233 (pbscip) R 28230 28233 27555 0 -1 4194304 408967 0 0 0 556 70 0 0 20 0 1 0 36553480 2000883712 475098 18446744073709551615 4235264 18693293 140730022750560 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 49946624 140730022758793 140730022758892 140730022758892 140730022764494 0
/proc/28233/statm: 488497 475098 3616 3530 0 479948 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1953988 KiB
Current children cumulated memory: 1900392 KiB

[startup+12.7002 s]
/proc/loadavg: 4.05 4.10 4.08 5/265 28234
/proc/meminfo: memFree=113772632/131249988 swapFree=33010684/33010684
[pid=28233] ppid=28230 vsize=2103292 memory=2047100 CPUtime=12.64 cores=5,7
/proc/28233/stat : 28233 (pbscip) R 28230 28233 27555 0 -1 4194304 424639 0 0 0 1183 81 0 0 20 0 1 0 36553480 2153771008 511775 18446744073709551615 4235264 18693293 140730022750560 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 49946624 140730022758793 140730022758892 140730022758892 140730022764494 0
/proc/28233/statm: 525823 511775 3712 3530 0 517274 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 2103292 KiB
Current children cumulated memory: 2047100 KiB

[startup+25.5002 s]
/proc/loadavg: 4.11 4.11 4.08 5/265 28234
/proc/meminfo: memFree=113707976/131249988 swapFree=33010684/33010684
[pid=28233] ppid=28230 vsize=2014260 memory=1961036 CPUtime=25.36 cores=5,7
/proc/28233/stat : 28233 (pbscip) R 28230 28233 27555 0 -1 4194304 457103 0 0 0 2450 86 0 0 20 0 1 0 36553480 2062602240 490259 18446744073709551615 4235264 18693293 140730022750560 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 49946624 140730022758793 140730022758892 140730022758892 140730022764494 0
/proc/28233/statm: 503565 490259 3744 3530 0 495016 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 2014260 KiB
Current children cumulated memory: 1961036 KiB

[startup+51.106 s]
/proc/loadavg: 4.07 4.10 4.08 5/265 28234
/proc/meminfo: memFree=111673480/131249988 swapFree=33010684/33010684
[pid=28233] ppid=28230 vsize=4708624 memory=4187432 CPUtime=50.87 cores=5,7
/proc/28233/stat : 28233 (pbscip) R 28230 28233 27555 0 -1 4194304 761183 0 0 0 4929 158 0 0 20 0 1 0 36553480 4821630976 1046858 18446744073709551615 4235264 18693293 140730022750560 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 49946624 140730022758793 140730022758892 140730022758892 140730022764494 0
/proc/28233/statm: 1177156 1046858 3776 3530 0 1168607 0
Current children cumulated CPU time: 50.87 s
Current children cumulated vsize: 4708624 KiB
Current children cumulated memory: 4187432 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.10 4.08 5/265 28236
/proc/meminfo: memFree=111402716/131249988 swapFree=33010684/33010684
[pid=28233] ppid=28230 vsize=4897984 memory=4423896 CPUtime=101.81 cores=5,7
/proc/28233/stat : 28233 (pbscip) R 28230 28233 27555 0 -1 4194304 780495 0 0 0 10016 165 0 0 20 0 1 0 36553480 5015535616 1105974 18446744073709551615 4235264 18693293 140730022750560 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 49946624 140730022758793 140730022758892 140730022758892 140730022764494 0
/proc/28233/statm: 1224496 1105974 3776 3530 0 1215947 0
Current children cumulated CPU time: 101.81 s
Current children cumulated vsize: 4897984 KiB
Current children cumulated memory: 4423896 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/264 28238
/proc/meminfo: memFree=111339440/131249988 swapFree=33010684/33010684
[pid=28233] ppid=28230 vsize=4897984 memory=4452568 CPUtime=161.52 cores=5,7
/proc/28233/stat : 28233 (pbscip) R 28230 28233 27555 0 -1 4194304 780510 0 0 0 15986 166 0 0 20 0 1 0 36553480 5015535616 1113142 18446744073709551615 4235264 18693293 140730022750560 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 49946624 140730022758793 140730022758892 140730022758892 140730022764494 0
/proc/28233/statm: 1224496 1113142 3776 3530 0 1215947 0
Current children cumulated CPU time: 161.52 s
Current children cumulated vsize: 4897984 KiB
Current children cumulated memory: 4452568 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 4.09 4.08 5/264 28241
/proc/meminfo: memFree=111305868/131249988 swapFree=33010684/33010684
[pid=28233] ppid=28230 vsize=4897984 memory=4475096 CPUtime=221.24 cores=5,7
/proc/28233/stat : 28233 (pbscip) R 28230 28233 27555 0 -1 4194304 781600 0 0 0 21957 167 0 0 20 0 1 0 36553480 5015535616 1118774 18446744073709551615 4235264 18693293 140730022750560 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 49946624 140730022758793 140730022758892 140730022758892 140730022764494 0
/proc/28233/statm: 1224496 1118774 3776 3530 0 1215947 0
Current children cumulated CPU time: 221.24 s
Current children cumulated vsize: 4897984 KiB
Current children cumulated memory: 4475096 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/263 28243
/proc/meminfo: memFree=111275740/131249988 swapFree=33010684/33010684
[pid=28233] ppid=28230 vsize=4897988 memory=4495580 CPUtime=280.94 cores=5,7
/proc/28233/stat : 28233 (pbscip) R 28230 28233 27555 0 -1 4194304 781666 0 0 0 27927 167 0 0 20 0 1 0 36553480 5015539712 1123895 18446744073709551615 4235264 18693293 140730022750560 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 49946624 140730022758793 140730022758892 140730022758892 140730022764494 0
/proc/28233/statm: 1224497 1123895 3776 3530 0 1215948 0
Current children cumulated CPU time: 280.94 s
Current children cumulated vsize: 4897988 KiB
Current children cumulated memory: 4495580 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/263 28245
/proc/meminfo: memFree=111259008/131249988 swapFree=33010684/33010684
[pid=28233] ppid=28230 vsize=4897988 memory=4511964 CPUtime=340.66 cores=5,7
/proc/28233/stat : 28233 (pbscip) R 28230 28233 27555 0 -1 4194304 781675 0 0 0 33898 168 0 0 20 0 1 0 36553480 5015539712 1127991 18446744073709551615 4235264 18693293 140730022750560 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 49946624 140730022758793 140730022758892 140730022758892 140730022764494 0
/proc/28233/statm: 1224497 1127991 3776 3530 0 1215948 0
Current children cumulated CPU time: 340.66 s
Current children cumulated vsize: 4897988 KiB
Current children cumulated memory: 4511964 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/263 28247
/proc/meminfo: memFree=111270824/131249988 swapFree=33010684/33010684
[pid=28233] ppid=28230 vsize=4897988 memory=4512348 CPUtime=400.37 cores=5,7
/proc/28233/stat : 28233 (pbscip) R 28230 28233 27555 0 -1 4194304 781856 0 0 0 39869 168 0 0 20 0 1 0 36553480 5015539712 1128087 18446744073709551615 4235264 18693293 140730022750560 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 49946624 140730022758793 140730022758892 140730022758892 140730022764494 0
/proc/28233/statm: 1224497 1128087 3776 3530 0 1215948 0
Current children cumulated CPU time: 400.37 s
Current children cumulated vsize: 4897988 KiB
Current children cumulated memory: 4512348 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/263 28249
/proc/meminfo: memFree=111278508/131249988 swapFree=33010684/33010684
[pid=28233] ppid=28230 vsize=4897988 memory=4512348 CPUtime=460.08 cores=5,7
/proc/28233/stat : 28233 (pbscip) R 28230 28233 27555 0 -1 4194304 781857 0 0 0 45840 168 0 0 20 0 1 0 36553480 5015539712 1128087 18446744073709551615 4235264 18693293 140730022750560 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 49946624 140730022758793 140730022758892 140730022758892 140730022764494 0
/proc/28233/statm: 1224497 1128087 3776 3530 0 1215948 0

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

/proc/28233/statm: 1224501 1128119 3776 3530 0 1215952 0
Current children cumulated CPU time: 2848.56 s
Current children cumulated vsize: 4898004 KiB
Current children cumulated memory: 4512476 KiB

[startup+2922.3 s]
/proc/loadavg: 4.12 4.14 4.11 5/263 28373
/proc/meminfo: memFree=111220116/131249988 swapFree=33010684/33010684
[pid=28233] ppid=28230 vsize=4898004 memory=4512476 CPUtime=2908.27 cores=5,7
/proc/28233/stat : 28233 (pbscip) R 28230 28233 27555 0 -1 4194304 782573 0 0 0 290655 172 0 0 20 0 1 0 36553480 5015556096 1128119 18446744073709551615 4235264 18693293 140730022750560 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 49946624 140730022758793 140730022758892 140730022758892 140730022764494 0
/proc/28233/statm: 1224501 1128119 3776 3530 0 1215952 0
Current children cumulated CPU time: 2908.27 s
Current children cumulated vsize: 4898004 KiB
Current children cumulated memory: 4512476 KiB

[startup+2982.3 s]
/proc/loadavg: 4.09 4.13 4.10 5/262 28377
/proc/meminfo: memFree=111217984/131249988 swapFree=33010684/33010684
[pid=28233] ppid=28230 vsize=4898004 memory=4512476 CPUtime=2967.98 cores=5,7
/proc/28233/stat : 28233 (pbscip) R 28230 28233 27555 0 -1 4194304 782573 0 0 0 296626 172 0 0 20 0 1 0 36553480 5015556096 1128119 18446744073709551615 4235264 18693293 140730022750560 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 49946624 140730022758793 140730022758892 140730022758892 140730022764494 0
/proc/28233/statm: 1224501 1128119 3776 3530 0 1215952 0
Current children cumulated CPU time: 2967.98 s
Current children cumulated vsize: 4898004 KiB
Current children cumulated memory: 4512476 KiB

[startup+3042.3 s]
/proc/loadavg: 4.07 4.12 4.10 5/263 28384
/proc/meminfo: memFree=111220468/131249988 swapFree=33010684/33010684
[pid=28233] ppid=28230 vsize=4898004 memory=4512476 CPUtime=3027.7 cores=5,7
/proc/28233/stat : 28233 (pbscip) R 28230 28233 27555 0 -1 4194304 782591 0 0 0 302597 173 0 0 20 0 1 0 36553480 5015556096 1128119 18446744073709551615 4235264 18693293 140730022750560 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 49946624 140730022758793 140730022758892 140730022758892 140730022764494 0
/proc/28233/statm: 1224501 1128119 3776 3530 0 1215952 0
Current children cumulated CPU time: 3027.7 s
Current children cumulated vsize: 4898004 KiB
Current children cumulated memory: 4512476 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/263 28386
/proc/meminfo: memFree=111219304/131249988 swapFree=33010684/33010684
[pid=28233] ppid=28230 vsize=4898004 memory=4512476 CPUtime=3087.41 cores=5,7
/proc/28233/stat : 28233 (pbscip) R 28230 28233 27555 0 -1 4194304 782627 0 0 0 308568 173 0 0 20 0 1 0 36553480 5015556096 1128119 18446744073709551615 4235264 18693293 140730022750560 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 49946624 140730022758793 140730022758892 140730022758892 140730022764494 0
/proc/28233/statm: 1224501 1128119 3776 3530 0 1215952 0
Current children cumulated CPU time: 3087.41 s
Current children cumulated vsize: 4898004 KiB
Current children cumulated memory: 4512476 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/263 28388
/proc/meminfo: memFree=111221228/131249988 swapFree=33010684/33010684
[pid=28233] ppid=28230 vsize=4898004 memory=4512476 CPUtime=3147.12 cores=5,7
/proc/28233/stat : 28233 (pbscip) R 28230 28233 27555 0 -1 4194304 782627 0 0 0 314539 173 0 0 20 0 1 0 36553480 5015556096 1128119 18446744073709551615 4235264 18693293 140730022750560 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 49946624 140730022758793 140730022758892 140730022758892 140730022764494 0
/proc/28233/statm: 1224501 1128119 3776 3530 0 1215952 0
Current children cumulated CPU time: 3147.12 s
Current children cumulated vsize: 4898004 KiB
Current children cumulated memory: 4512476 KiB

[startup+3222.3 s]
/proc/loadavg: 4.43 4.21 4.12 5/263 28390
/proc/meminfo: memFree=111221292/131249988 swapFree=33010684/33010684
[pid=28233] ppid=28230 vsize=4898004 memory=4512476 CPUtime=3206.84 cores=5,7
/proc/28233/stat : 28233 (pbscip) R 28230 28233 27555 0 -1 4194304 782627 0 0 0 320511 173 0 0 20 0 1 0 36553480 5015556096 1128119 18446744073709551615 4235264 18693293 140730022750560 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 49946624 140730022758793 140730022758892 140730022758892 140730022764494 0
/proc/28233/statm: 1224501 1128119 3776 3530 0 1215952 0
Current children cumulated CPU time: 3206.84 s
Current children cumulated vsize: 4898004 KiB
Current children cumulated memory: 4512476 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.17 4.11 5/263 28392
/proc/meminfo: memFree=111219000/131249988 swapFree=33010684/33010684
[pid=28233] ppid=28230 vsize=4898004 memory=4512476 CPUtime=3266.54 cores=5,7
/proc/28233/stat : 28233 (pbscip) R 28230 28233 27555 0 -1 4194304 782681 0 0 0 326481 173 0 0 20 0 1 0 36553480 5015556096 1128119 18446744073709551615 4235264 18693293 140730022750560 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 49946624 140730022758793 140730022758892 140730022758892 140730022764494 0
/proc/28233/statm: 1224501 1128119 3776 3530 0 1215952 0
Current children cumulated CPU time: 3266.54 s
Current children cumulated vsize: 4898004 KiB
Current children cumulated memory: 4512476 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.16 4.11 5/262 28394
/proc/meminfo: memFree=111219760/131249988 swapFree=33010684/33010684
[pid=28233] ppid=28230 vsize=4898004 memory=4512476 CPUtime=3326.26 cores=5,7
/proc/28233/stat : 28233 (pbscip) R 28230 28233 27555 0 -1 4194304 782681 0 0 0 332453 173 0 0 20 0 1 0 36553480 5015556096 1128119 18446744073709551615 4235264 18693293 140730022750560 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 49946624 140730022758793 140730022758892 140730022758892 140730022764494 0
/proc/28233/statm: 1224501 1128119 3776 3530 0 1215952 0
Current children cumulated CPU time: 3326.26 s
Current children cumulated vsize: 4898004 KiB
Current children cumulated memory: 4512476 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.15 4.11 4/260 28410
/proc/meminfo: memFree=115310700/131249988 swapFree=33010684/33010684
[pid=28233] ppid=28230 vsize=4898004 memory=4512476 CPUtime=3385.97 cores=5,7
/proc/28233/stat : 28233 (pbscip) R 28230 28233 27555 0 -1 4194304 782681 0 0 0 338424 173 0 0 20 0 1 0 36553480 5015556096 1128119 18446744073709551615 4235264 18693293 140730022750560 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 49946624 140730022758793 140730022758892 140730022758892 140730022764494 0
/proc/28233/statm: 1224501 1128119 3776 3530 0 1215952 0
Current children cumulated CPU time: 3385.97 s
Current children cumulated vsize: 4898004 KiB
Current children cumulated memory: 4512476 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.13 4.10 5/262 28487
/proc/meminfo: memFree=120024420/131249988 swapFree=33010684/33010684
[pid=28233] ppid=28230 vsize=4898004 memory=4512476 CPUtime=3445.76 cores=5,7
/proc/28233/stat : 28233 (pbscip) R 28230 28233 27555 0 -1 4194304 782735 0 0 0 344403 173 0 0 20 0 1 0 36553480 5015556096 1128119 18446744073709551615 4235264 18693293 140730022750560 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 49946624 140730022758793 140730022758892 140730022758892 140730022764494 0
/proc/28233/statm: 1224501 1128119 3776 3530 0 1215952 0
Current children cumulated CPU time: 3445.76 s
Current children cumulated vsize: 4898004 KiB
Current children cumulated memory: 4512476 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.12 4.10 5/264 28538
/proc/meminfo: memFree=124938340/131249988 swapFree=33010684/33010684
[pid=28233] ppid=28230 vsize=4898004 memory=4512732 CPUtime=3505.57 cores=5,7
/proc/28233/stat : 28233 (pbscip) R 28230 28233 27555 0 -1 4194304 782735 0 0 0 350384 173 0 0 20 0 1 0 36553480 5015556096 1128183 18446744073709551615 4235264 18693293 140730022750560 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 49946624 140730022758793 140730022758892 140730022758892 140730022764494 0
/proc/28233/statm: 1224501 1128183 3776 3530 0 1215952 0
Current children cumulated CPU time: 3505.57 s
Current children cumulated vsize: 4898004 KiB
Current children cumulated memory: 4512732 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/264 28540
/proc/meminfo: memFree=124950948/131249988 swapFree=33010684/33010684
[pid=28233] ppid=28230 vsize=4898008 memory=4513244 CPUtime=3565.38 cores=5,7
/proc/28233/stat : 28233 (pbscip) R 28230 28233 27555 0 -1 4194304 782736 0 0 0 356365 173 0 0 20 0 1 0 36553480 5015560192 1128311 18446744073709551615 4235264 18693293 140730022750560 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 49946624 140730022758793 140730022758892 140730022758892 140730022764494 0
/proc/28233/statm: 1224502 1128311 3776 3530 0 1215953 0
Current children cumulated CPU time: 3565.38 s
Current children cumulated vsize: 4898008 KiB
Current children cumulated memory: 4513244 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.11 s]
/proc/loadavg: 4.10 4.11 4.09 5/264 28543
/proc/meminfo: memFree=124951644/131249988 swapFree=33010684/33010684
[pid=28233] ppid=28230 vsize=4898008 memory=4513244 CPUtime=3600.08 cores=5,7
/proc/28233/stat : 28233 (pbscip) R 28230 28233 27555 0 -1 4194304 782736 0 0 0 359835 173 0 0 20 0 1 0 36553480 5015560192 1128311 18446744073709551615 4235264 18693293 140730022750560 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 49946624 140730022758793 140730022758892 140730022758892 140730022764494 0
/proc/28233/statm: 1224502 1128311 3776 3530 0 1215953 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 4898008 KiB
Current children cumulated memory: 4513244 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.36 s, system=1.83611 s

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

[startup+3617.2 s]*
/proc/loadavg: 4.10 4.11 4.09 5/264 28543
/proc/meminfo: memFree=129295024/131249988 swapFree=33010684/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): 3617.21
CPU time (s): 3600.19
CPU user time (s): 3598.36
CPU system time (s): 1.83611
CPU usage (%): 99.5296
Max. virtual memory (cumulated for all children) (KiB): 4898008
Max. memory (cumulated for all children) (KiB): 4513244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.36
system time used= 1.83611
maximum resident set size= 4513244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 782736
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= 20092


# summary of solver processes directly reported to runsolver:
#   pid: 28233
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3598.36
#   total CPU system time (s): 1.83611

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.5924 second user time and 17.0894 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-29 16:52:29
IDJOB=4511886
IDBENCH=160486
IDSOLVER=3365
FILE ID=nodeC031/4511886-1751208749
RUNJOBID= nodeC031-1751204926-27568
SLURM_JOB_ID= 9587621
Free space on /tmp= 432892 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw256/normalized-hw256-vm85p-dec.opb.negationfix.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4511886-1751208749/watcher-4511886-1751208749 -o /tmp/evaluation-result-4511886-1751208749/solver-4511886-1751208749 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751204926-27568 --watchdog 3760  pbscip -f HOME/instance-4511886-1751208749.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= b7a2e8144dd82d545640c8e4101e7ef6
RANDOM SEED=1671952827

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

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        115792128 kB
MemAvailable:   115748704 kB
Buffers:            3280 kB
Cached:           766148 kB
SwapCached:            0 kB
Active:         14167084 kB
Inactive:         546080 kB
Active(anon):   13961800 kB
Inactive(anon):        0 kB
Active(file):     205284 kB
Inactive(file):   546080 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             46324 kB
Writeback:            32 kB
AnonPages:      13946808 kB
Mapped:           135404 kB
Shmem:             18064 kB
KReclaimable:      88900 kB
Slab:             174628 kB
SReclaimable:      88900 kB
SUnreclaim:        85728 kB
KernelStack:        4288 kB
PageTables:        30832 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:   15613020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4022272 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432960 MiB
End job on nodeC031 at 2025-06-29 17:52:47