Trace number 4528338

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 NameAnswerobjective functionCPU timeWall clock time
pb_picat 2025-07-11? (TO) 3600.09 3610.6

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
market-split/normalized-market-split_7_60_2.opb
MD5SUM5da80f5858be2a333e7d6bf1625fcb5c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables61
Total number of constraints15
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints14
Minimum length of a constraint1
Maximum length of a constraint60
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1648
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4944
Number of bits of the biggest sum of numbers13
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 solving HOME/instance-4528338-1752238573.opb (Picat 3.9b11, 7/10/2025)

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 (54161 MiB free)
  memory of node 1: 64465 MiB (60592 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4528338-1752238573/watcher-4528338-1752238573 -o /tmp/evaluation-result-4528338-1752238573/solver-4528338-1752238573 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1752238573-130317 --watchdog 3760 pb_picat HOME/instance-4528338-1752238573.opb 

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

solver pid=130369, runsolver pid=130359
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 1.11 1.67 3.96 7/266 130376
/proc/meminfo: memFree=117457488/131250000 swapFree=33010160/33010684
[pid=130369] ppid=130359 vsize=2040068 memory=25336 CPUtime=0.08 cores=0,2
/proc/130369/stat : 130369 (pb_picat) R 130359 130369 128431 0 -1 4194304 1846 0 0 0 7 1 0 0 20 0 1 0 139534859 2089029632 6334 18446744073709551615 94753867649024 94753869050605 140727125865424 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94753869322032 94753871196272 94753893273600 140727125871004 140727125871080 140727125871080 140727125876684 0
/proc/130369/statm: 510017 6334 1728 343 0 507081 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 2040068 KiB
Current children cumulated memory: 25336 KiB

[startup+0.205673 s]*
/proc/loadavg: 1.11 1.67 3.96 7/266 130376
/proc/meminfo: memFree=117456480/131250000 swapFree=33010160/33010684
[pid=130369] ppid=130359 vsize=2040068 memory=25336 CPUtime=0.18 cores=0,2
/proc/130369/stat : 130369 (pb_picat) R 130359 130369 128431 0 -1 4194304 1877 0 0 0 17 1 0 0 20 0 1 0 139534859 2089029632 6334 18446744073709551615 94753867649024 94753869050605 140727125865424 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94753869322032 94753871196272 94753893273600 140727125871004 140727125871080 140727125871080 140727125876684 0
/proc/130369/statm: 510017 6334 1728 343 0 507081 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 2040068 KiB
Current children cumulated memory: 25336 KiB

[startup+0.304889 s]*
/proc/loadavg: 1.11 1.67 3.96 7/266 130376
/proc/meminfo: memFree=117456296/131250000 swapFree=33010160/33010684
[pid=130369] ppid=130359 vsize=2040068 memory=25464 CPUtime=0.28 cores=0,2
/proc/130369/stat : 130369 (pb_picat) R 130359 130369 128431 0 -1 4194304 1902 0 0 0 27 1 0 0 20 0 1 0 139534859 2089029632 6366 18446744073709551615 94753867649024 94753869050605 140727125865424 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94753869322032 94753871196272 94753893273600 140727125871004 140727125871080 140727125871080 140727125876684 0
/proc/130369/statm: 510017 6366 1728 343 0 507081 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 2040068 KiB
Current children cumulated memory: 25464 KiB

[startup+0.700119 s]
/proc/loadavg: 1.34 1.71 3.96 7/266 130376
/proc/meminfo: memFree=117452516/131250000 swapFree=33010160/33010684
[pid=130369] ppid=130359 vsize=2040888 memory=26712 CPUtime=0.67 cores=0,2
/proc/130369/stat : 130369 (pb_picat) R 130359 130369 128431 0 -1 4194304 3538 0 0 0 65 2 0 0 20 0 1 0 139534859 2089869312 6678 18446744073709551615 94753867649024 94753869050605 140727125865424 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94753869322032 94753871196272 94753893273600 140727125871004 140727125871080 140727125871080 140727125876684 0
/proc/130369/statm: 510222 6678 1728 343 0 507286 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 2040888 KiB
Current children cumulated memory: 26712 KiB

[startup+1.50011 s]
/proc/loadavg: 1.34 1.71 3.96 7/266 130376
/proc/meminfo: memFree=117451760/131250000 swapFree=33010160/33010684
[pid=130369] ppid=130359 vsize=2042936 memory=28372 CPUtime=1.47 cores=0,2
/proc/130369/stat : 130369 (pb_picat) R 130359 130369 128431 0 -1 4194304 5308 0 0 0 145 2 0 0 20 0 1 0 139534859 2091966464 7093 18446744073709551615 94753867649024 94753869050605 140727125865424 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94753869322032 94753871196272 94753893273600 140727125871004 140727125871080 140727125871080 140727125876684 0
/proc/130369/statm: 510734 7093 1728 343 0 507798 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 2042936 KiB
Current children cumulated memory: 28372 KiB

[startup+3.10544 s]
/proc/loadavg: 1.34 1.71 3.96 7/266 130376
/proc/meminfo: memFree=117459976/131250000 swapFree=33010160/33010684
[pid=130369] ppid=130359 vsize=2044984 memory=28980 CPUtime=3.07 cores=0,2
/proc/130369/stat : 130369 (pb_picat) R 130359 130369 128431 0 -1 4194304 8031 0 0 0 304 3 0 0 20 0 1 0 139534859 2094063616 7245 18446744073709551615 94753867649024 94753869050605 140727125865424 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94753869322032 94753871196272 94753893273600 140727125871004 140727125871080 140727125871080 140727125876684 0
/proc/130369/statm: 511246 7245 1728 343 0 508310 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 2044984 KiB
Current children cumulated memory: 28980 KiB

[startup+6.30012 s]
/proc/loadavg: 1.55 1.75 3.96 7/266 130376
/proc/meminfo: memFree=117456876/131250000 swapFree=33010160/33010684
[pid=130369] ppid=130359 vsize=2044968 memory=31780 CPUtime=6.25 cores=0,2
/proc/130369/stat : 130369 (pb_picat) R 130359 130369 128431 0 -1 4194304 14555 0 0 0 621 4 0 0 20 0 1 0 139534859 2094047232 7945 18446744073709551615 94753867649024 94753869050605 140727125865424 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94753869322032 94753871196272 94753893273600 140727125871004 140727125871080 140727125871080 140727125876684 0
/proc/130369/statm: 511242 7945 1728 343 0 508306 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 2044968 KiB
Current children cumulated memory: 31780 KiB

[startup+12.7001 s]
/proc/loadavg: 1.75 1.79 3.97 7/266 130376
/proc/meminfo: memFree=117440400/131250000 swapFree=33010160/33010684
[pid=130369] ppid=130359 vsize=2049204 memory=33112 CPUtime=12.64 cores=0,2
/proc/130369/stat : 130369 (pb_picat) R 130359 130369 128431 0 -1 4194304 24296 0 0 0 1257 7 0 0 20 0 1 0 139534859 2098384896 8278 18446744073709551615 94753867649024 94753869050605 140727125865424 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94753869322032 94753871196272 94753893273600 140727125871004 140727125871080 140727125871080 140727125876684 0
/proc/130369/statm: 512301 8278 1728 343 0 509365 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 2049204 KiB
Current children cumulated memory: 33112 KiB

[startup+25.5002 s]
/proc/loadavg: 2.10 1.86 3.97 7/265 130377
/proc/meminfo: memFree=117431548/131250000 swapFree=33010160/33010684
[pid=130369] ppid=130359 vsize=2055068 memory=41268 CPUtime=25.41 cores=0,2
/proc/130369/stat : 130369 (pb_picat) R 130359 130369 128431 0 -1 4194304 39798 0 0 0 2531 10 0 0 20 0 1 0 139534859 2104389632 10317 18446744073709551615 94753867649024 94753869050605 140727125865424 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94753869322032 94753871196272 94753893273600 140727125871004 140727125871080 140727125871080 140727125876684 0
/proc/130369/statm: 513767 10317 1728 343 0 510831 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 2055068 KiB
Current children cumulated memory: 41268 KiB

[startup+51.1056 s]
/proc/loadavg: 2.91 2.08 3.97 7/266 130378
/proc/meminfo: memFree=117430020/131250000 swapFree=33010160/33010684
[pid=130369] ppid=130359 vsize=2055068 memory=40740 CPUtime=50.95 cores=0,2
/proc/130369/stat : 130369 (pb_picat) R 130359 130369 128431 0 -1 4194304 64089 0 0 0 5079 16 0 0 20 0 1 0 139534859 2104389632 10185 18446744073709551615 94753867649024 94753869050605 140727125865424 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94753869322032 94753871196272 94753893273600 140727125871004 140727125871080 140727125871080 140727125876684 0
/proc/130369/statm: 513767 10185 1728 343 0 510831 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 2055068 KiB
Current children cumulated memory: 40740 KiB

[startup+102.3 s]
/proc/loadavg: 3.59 2.39 3.98 7/266 130380
/proc/meminfo: memFree=117396644/131250000 swapFree=33010160/33010684
[pid=130369] ppid=130359 vsize=2064344 memory=46464 CPUtime=101.99 cores=0,2
/proc/130369/stat : 130369 (pb_picat) R 130359 130369 128431 0 -1 4194304 104833 0 0 0 10175 24 0 0 20 0 1 0 139534859 2113888256 11616 18446744073709551615 94753867649024 94753869050605 140727125865424 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94753869322032 94753871196272 94753893273600 140727125871004 140727125871080 140727125871080 140727125876684 0
/proc/130369/statm: 516086 11616 1728 343 0 513150 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 2064344 KiB
Current children cumulated memory: 46464 KiB

[startup+162.3 s]
/proc/loadavg: 3.89 2.70 4.00 7/264 130382
/proc/meminfo: memFree=117389276/131250000 swapFree=33010160/33010684
[pid=130369] ppid=130359 vsize=2052040 memory=38992 CPUtime=161.82 cores=0,2
/proc/130369/stat : 130369 (pb_picat) R 130359 130369 128431 0 -1 4194304 137560 0 0 0 16147 35 0 0 20 0 1 0 139534859 2101288960 9748 18446744073709551615 94753867649024 94753869050605 140727125865424 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94753869322032 94753871196272 94753893273600 140727125871004 140727125871080 140727125871080 140727125876684 0
/proc/130369/statm: 513010 9748 1728 343 0 510074 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 2052040 KiB
Current children cumulated memory: 38992 KiB

[startup+222.3 s]
/proc/loadavg: 4.02 2.96 4.00 7/264 130385
/proc/meminfo: memFree=117393616/131250000 swapFree=33010160/33010684
[pid=130369] ppid=130359 vsize=2056136 memory=42352 CPUtime=221.66 cores=0,2
/proc/130369/stat : 130369 (pb_picat) R 130359 130369 128431 0 -1 4194304 171737 0 0 0 22121 45 0 0 20 0 1 0 139534859 2105483264 10588 18446744073709551615 94753867649024 94753869050605 140727125865424 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94753869322032 94753871196272 94753893273600 140727125871004 140727125871080 140727125871080 140727125876684 0
/proc/130369/statm: 514034 10588 1728 343 0 511098 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 2056136 KiB
Current children cumulated memory: 42352 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 3.17 4.00 7/265 130388
/proc/meminfo: memFree=117397964/131250000 swapFree=33010160/33010684
[pid=130369] ppid=130359 vsize=2056136 memory=39356 CPUtime=281.48 cores=0,2
/proc/130369/stat : 130369 (pb_picat) R 130359 130369 128431 0 -1 4194304 215731 0 0 0 28092 56 0 0 20 0 1 0 139534859 2105483264 9839 18446744073709551615 94753867649024 94753869050605 140727125865424 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94753869322032 94753871196272 94753893273600 140727125871004 140727125871080 140727125871080 140727125876684 0
/proc/130369/statm: 514034 9839 1728 343 0 511098 0
Current children cumulated CPU time: 281.48 s
Current children cumulated vsize: 2056136 KiB
Current children cumulated memory: 39356 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 3.35 4.01 7/265 130401
/proc/meminfo: memFree=117400532/131250000 swapFree=33010160/33010684
[pid=130369] ppid=130359 vsize=2064312 memory=46432 CPUtime=341.32 cores=0,2
/proc/130369/stat : 130369 (pb_picat) R 130359 130369 128431 0 -1 4194304 253157 0 0 0 34064 68 0 0 20 0 1 0 139534859 2113855488 11608 18446744073709551615 94753867649024 94753869050605 140727125865424 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94753869322032 94753871196272 94753893273600 140727125871004 140727125871080 140727125871080 140727125876684 0
/proc/130369/statm: 516078 11608 1728 343 0 513142 0
Current children cumulated CPU time: 341.32 s
Current children cumulated vsize: 2064312 KiB
Current children cumulated memory: 46432 KiB

[startup+402.3 s]
/proc/loadavg: 4.05 3.47 4.00 6/264 130537
/proc/meminfo: memFree=115958128/131250000 swapFree=33010160/33010684
[pid=130369] ppid=130359 vsize=2064312 memory=48480 CPUtime=401.1 cores=0,2
/proc/130369/stat : 130369 (pb_picat) R 130359 130369 128431 0 -1 4194304 290659 0 0 0 40027 83 0 0 20 0 1 0 139534859 2113855488 12120 18446744073709551615 94753867649024 94753869050605 140727125865424 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94753869322032 94753871196272 94753893273600 140727125871004 140727125871080 140727125871080 140727125876684 0
/proc/130369/statm: 516078 12120 1728 343 0 513142 0
Current children cumulated CPU time: 401.1 s
Current children cumulated vsize: 2064312 KiB
Current children cumulated memory: 48480 KiB

[startup+462.3 s]
/proc/loadavg: 4.06 3.58 4.00 6/266 130547
/proc/meminfo: memFree=115869884/131250000 swapFree=33010160/33010684
[pid=130369] ppid=130359 vsize=2064312 memory=48488 CPUtime=460.93 cores=0,2
/proc/130369/stat : 130369 (pb_picat) R 130359 130369 128431 0 -1 4194304 310507 0 0 0 46004 89 0 0 20 0 1 0 139534859 2113855488 12122 18446744073709551615 94753867649024 94753869050605 140727125865424 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94753869322032 94753871196272 94753893273600 140727125871004 140727125871080 140727125871080 140727125876684 0
/proc/130369/statm: 516078 12122 1728 343 0 513142 0
Current children cumulated CPU time: 460.93 s

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

Current children cumulated memory: 86196 KiB

[startup+2862.3 s]
/proc/loadavg: 4.10 4.21 4.12 6/266 130722
/proc/meminfo: memFree=117269024/131250000 swapFree=33010160/33010684
[pid=130369] ppid=130359 vsize=2112892 memory=90164 CPUtime=2853.87 cores=0,2
/proc/130369/stat : 130369 (pb_picat) R 130359 130369 128431 0 -1 4194304 867915 0 0 0 285085 302 0 0 20 0 1 0 139534859 2163601408 22541 18446744073709551615 94753867649024 94753869050605 140727125865424 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94753869322032 94753871196272 94753893273600 140727125871004 140727125871080 140727125871080 140727125876684 0
/proc/130369/statm: 528223 22541 1728 343 0 525287 0
Current children cumulated CPU time: 2853.87 s
Current children cumulated vsize: 2112892 KiB
Current children cumulated memory: 90164 KiB

[startup+2922.3 s]
/proc/loadavg: 4.15 4.20 4.12 6/266 130725
/proc/meminfo: memFree=117272024/131250000 swapFree=33010160/33010684
[pid=130369] ppid=130359 vsize=2097816 memory=87376 CPUtime=2913.71 cores=0,2
/proc/130369/stat : 130369 (pb_picat) R 130359 130369 128431 0 -1 4194304 888651 0 0 0 291060 311 0 0 20 0 1 0 139534859 2148163584 21844 18446744073709551615 94753867649024 94753869050605 140727125865424 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94753869322032 94753871196272 94753893273600 140727125871004 140727125871080 140727125871080 140727125876684 0
/proc/130369/statm: 524454 21844 1728 343 0 521518 0
Current children cumulated CPU time: 2913.71 s
Current children cumulated vsize: 2097816 KiB
Current children cumulated memory: 87376 KiB

[startup+2982.3 s]
/proc/loadavg: 4.12 4.18 4.12 6/267 130728
/proc/meminfo: memFree=117265240/131250000 swapFree=33010160/33010684
[pid=130369] ppid=130359 vsize=2097816 memory=85328 CPUtime=2973.54 cores=0,2
/proc/130369/stat : 130369 (pb_picat) R 130359 130369 128431 0 -1 4194304 899256 0 0 0 297038 316 0 0 20 0 1 0 139534859 2148163584 21332 18446744073709551615 94753867649024 94753869050605 140727125865424 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94753869322032 94753871196272 94753893273600 140727125871004 140727125871080 140727125871080 140727125876684 0
/proc/130369/statm: 524454 21332 1728 343 0 521518 0
Current children cumulated CPU time: 2973.54 s
Current children cumulated vsize: 2097816 KiB
Current children cumulated memory: 85328 KiB

[startup+3042.3 s]
/proc/loadavg: 4.08 4.16 4.11 6/267 130730
/proc/meminfo: memFree=117266384/131250000 swapFree=33010160/33010684
[pid=130369] ppid=130359 vsize=2114200 memory=93520 CPUtime=3033.37 cores=0,2
/proc/130369/stat : 130369 (pb_picat) R 130359 130369 128431 0 -1 4194304 902611 0 0 0 303020 317 0 0 20 0 1 0 139534859 2164940800 23380 18446744073709551615 94753867649024 94753869050605 140727125865424 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94753869322032 94753871196272 94753893273600 140727125871004 140727125871080 140727125871080 140727125876684 0
/proc/130369/statm: 528550 23380 1728 343 0 525614 0
Current children cumulated CPU time: 3033.37 s
Current children cumulated vsize: 2114200 KiB
Current children cumulated memory: 93520 KiB

[startup+3102.3 s]
/proc/loadavg: 4.13 4.16 4.11 6/265 130732
/proc/meminfo: memFree=117264836/131250000 swapFree=33010160/33010684
[pid=130369] ppid=130359 vsize=2097816 memory=87376 CPUtime=3093.21 cores=0,2
/proc/130369/stat : 130369 (pb_picat) R 130359 130369 128431 0 -1 4194304 904705 0 0 0 309002 319 0 0 20 0 1 0 139534859 2148163584 21844 18446744073709551615 94753867649024 94753869050605 140727125865424 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94753869322032 94753871196272 94753893273600 140727125871004 140727125871080 140727125871080 140727125876684 0
/proc/130369/statm: 524454 21844 1728 343 0 521518 0
Current children cumulated CPU time: 3093.21 s
Current children cumulated vsize: 2097816 KiB
Current children cumulated memory: 87376 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.14 4.11 6/265 130734
/proc/meminfo: memFree=117252396/131250000 swapFree=33010160/33010684
[pid=130369] ppid=130359 vsize=2097816 memory=87376 CPUtime=3153.03 cores=0,2
/proc/130369/stat : 130369 (pb_picat) R 130359 130369 128431 0 -1 4194304 905477 0 0 0 314984 319 0 0 20 0 1 0 139534859 2148163584 21844 18446744073709551615 94753867649024 94753869050605 140727125865424 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94753869322032 94753871196272 94753893273600 140727125871004 140727125871080 140727125871080 140727125876684 0
/proc/130369/statm: 524454 21844 1728 343 0 521518 0
Current children cumulated CPU time: 3153.03 s
Current children cumulated vsize: 2097816 KiB
Current children cumulated memory: 87376 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.13 4.10 6/264 130737
/proc/meminfo: memFree=117250092/131250000 swapFree=33010160/33010684
[pid=130369] ppid=130359 vsize=2097816 memory=90384 CPUtime=3212.86 cores=0,2
/proc/130369/stat : 130369 (pb_picat) R 130359 130369 128431 0 -1 4194304 910279 0 0 0 320965 321 0 0 20 0 1 0 139534859 2148163584 22596 18446744073709551615 94753867649024 94753869050605 140727125865424 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94753869322032 94753871196272 94753893273600 140727125871004 140727125871080 140727125871080 140727125876684 0
/proc/130369/statm: 524454 22596 1728 343 0 521518 0
Current children cumulated CPU time: 3212.86 s
Current children cumulated vsize: 2097816 KiB
Current children cumulated memory: 90384 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.12 4.09 6/265 130740
/proc/meminfo: memFree=117249676/131250000 swapFree=33010160/33010684
[pid=130369] ppid=130359 vsize=2114200 memory=91664 CPUtime=3272.7 cores=0,2
/proc/130369/stat : 130369 (pb_picat) R 130359 130369 128431 0 -1 4194304 923847 0 0 0 326942 328 0 0 20 0 1 0 139534859 2164940800 22916 18446744073709551615 94753867649024 94753869050605 140727125865424 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94753869322032 94753871196272 94753893273600 140727125871004 140727125871080 140727125871080 140727125876684 0
/proc/130369/statm: 528550 22916 1728 343 0 525614 0
Current children cumulated CPU time: 3272.7 s
Current children cumulated vsize: 2114200 KiB
Current children cumulated memory: 91664 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.11 4.09 6/265 130743
/proc/meminfo: memFree=117245476/131250000 swapFree=33010160/33010684
[pid=130369] ppid=130359 vsize=2114200 memory=96144 CPUtime=3332.53 cores=0,2
/proc/130369/stat : 130369 (pb_picat) R 130359 130369 128431 0 -1 4194304 936400 0 0 0 332919 334 0 0 20 0 1 0 139534859 2164940800 24036 18446744073709551615 94753867649024 94753869050605 140727125865424 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94753869322032 94753871196272 94753893273600 140727125871004 140727125871080 140727125871080 140727125876684 0
/proc/130369/statm: 528550 24036 1728 343 0 525614 0
Current children cumulated CPU time: 3332.53 s
Current children cumulated vsize: 2114200 KiB
Current children cumulated memory: 96144 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.12 4.09 6/265 130745
/proc/meminfo: memFree=117243256/131250000 swapFree=33010160/33010684
[pid=130369] ppid=130359 vsize=2114200 memory=94096 CPUtime=3392.36 cores=0,2
/proc/130369/stat : 130369 (pb_picat) R 130359 130369 128431 0 -1 4194304 952026 0 0 0 338894 342 0 0 20 0 1 0 139534859 2164940800 23524 18446744073709551615 94753867649024 94753869050605 140727125865424 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94753869322032 94753871196272 94753893273600 140727125871004 140727125871080 140727125871080 140727125876684 0
/proc/130369/statm: 528550 23524 1728 343 0 525614 0
Current children cumulated CPU time: 3392.36 s
Current children cumulated vsize: 2114200 KiB
Current children cumulated memory: 94096 KiB

[startup+3462.3 s]
/proc/loadavg: 4.05 4.09 4.09 6/266 130754
/proc/meminfo: memFree=117235140/131250000 swapFree=33010160/33010684
[pid=130369] ppid=130359 vsize=2097816 memory=90000 CPUtime=3452.2 cores=0,2
/proc/130369/stat : 130369 (pb_picat) R 130359 130369 128431 0 -1 4194304 960355 0 0 0 344873 347 0 0 20 0 1 0 139534859 2148163584 22500 18446744073709551615 94753867649024 94753869050605 140727125865424 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94753869322032 94753871196272 94753893273600 140727125871004 140727125871080 140727125871080 140727125876684 0
/proc/130369/statm: 524454 22500 1728 343 0 521518 0
Current children cumulated CPU time: 3452.2 s
Current children cumulated vsize: 2097816 KiB
Current children cumulated memory: 90000 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.10 4.09 6/266 130755
/proc/meminfo: memFree=117252980/131250000 swapFree=33010160/33010684
[pid=130369] ppid=130359 vsize=2114200 memory=87376 CPUtime=3512.03 cores=0,2
/proc/130369/stat : 130369 (pb_picat) R 130359 130369 128431 0 -1 4194304 966198 0 0 0 350853 350 0 0 20 0 1 0 139534859 2164940800 21844 18446744073709551615 94753867649024 94753869050605 140727125865424 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94753869322032 94753871196272 94753893273600 140727125871004 140727125871080 140727125871080 140727125876684 0
/proc/130369/statm: 528550 21844 1728 343 0 525614 0
Current children cumulated CPU time: 3512.03 s
Current children cumulated vsize: 2114200 KiB
Current children cumulated memory: 87376 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.10 4.09 6/265 130758
/proc/meminfo: memFree=117237468/131250000 swapFree=33010160/33010684
[pid=130369] ppid=130359 vsize=2114200 memory=94020 CPUtime=3571.86 cores=0,2
/proc/130369/stat : 130369 (pb_picat) R 130359 130369 128431 0 -1 4194304 969803 0 0 0 356834 352 0 0 20 0 1 0 139534859 2164940800 23505 18446744073709551615 94753867649024 94753869050605 140727125865424 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94753869322032 94753871196272 94753893273600 140727125871004 140727125871080 140727125871080 140727125876684 0
/proc/130369/statm: 528550 23505 1728 343 0 525614 0
Current children cumulated CPU time: 3571.86 s
Current children cumulated vsize: 2114200 KiB
Current children cumulated memory: 94020 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.6 s]
/proc/loadavg: 4.07 4.09 4.09 6/267 130761
/proc/meminfo: memFree=117233820/131250000 swapFree=33010160/33010684
[pid=130369] ppid=130359 vsize=2097816 memory=74788 CPUtime=3600.07 cores=0,2
/proc/130369/stat : 130369 (pb_picat) R 130359 130369 128431 0 -1 4194304 970599 0 0 0 359655 352 0 0 20 0 1 0 139534859 2148163584 18697 18446744073709551615 94753867649024 94753869050605 140727125865424 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94753869322032 94753871196272 94753893273600 140727125871004 140727125871080 140727125871080 140727125876684 0
/proc/130369/statm: 524454 18697 1728 343 0 521518 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 2097816 KiB
Current children cumulated memory: 74788 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.56 s, system=3.52864 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.6
CPU time (s): 3600.09
CPU user time (s): 3596.56
CPU system time (s): 3.52864
CPU usage (%): 99.7088
Max. virtual memory (cumulated for all children) (KiB): 2146968
Max. memory (cumulated for all children) (KiB): 100240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.56
system time used= 3.52864
maximum resident set size= 103840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 970599
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= 137
involuntary context switches= 7979


# summary of solver processes directly reported to runsolver:
#   pid: 130369
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3596.56
#   total CPU system time (s): 3.52864

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.32853 second user time and 17.1033 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-11 14:56:13
IDJOB=4528338
IDBENCH=147597
IDSOLVER=3385
FILE ID=nodeC016/4528338-1752238573
RUNJOBID= nodeC016-1752238573-130317
SLURM_JOB_ID= 9682527
Free space on /tmp= 430632 MiB

SOLVER NAME= pb_picat 2025-07-11
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-market-split_7_60_2.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4528338-1752238573/watcher-4528338-1752238573 -o /tmp/evaluation-result-4528338-1752238573/solver-4528338-1752238573 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1752238573-130317 --watchdog 3760  pb_picat HOME/instance-4528338-1752238573.opb

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

MD5SUM BENCH= 5da80f5858be2a333e7d6bf1625fcb5c
RANDOM SEED=772228370

nodeC016 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.739
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.48
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.879
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.48
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.350
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        117501240 kB
MemAvailable:   129608096 kB
Buffers:            2144 kB
Cached:         12819024 kB
SwapCached:           28 kB
Active:           760748 kB
Inactive:       12134412 kB
Active(anon):      89924 kB
Inactive(anon):     2112 kB
Active(file):     670824 kB
Inactive(file): 12132300 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14256 kB
Writeback:            52 kB
AnonPages:         76556 kB
Mapped:           105564 kB
Shmem:             18044 kB
KReclaimable:     285944 kB
Slab:             383152 kB
SReclaimable:     285944 kB
SUnreclaim:        97208 kB
KernelStack:        4084 kB
PageTables:         2576 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     344668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150440 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430616 MiB
End job on nodeC016 at 2025-07-11 15:56:24