Trace number 4490650

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
NuPBO-DeepOptS+ 2025-06-02? (TO) 3600.07 3612.02

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
market-split/normalized-market-split_6_50_1.opb
MD5SUM24a8c00bfc22332d2e87e9d19ffbf58d
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 variables51
Total number of constraints13
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 constraints12
Minimum length of a constraint1
Maximum length of a constraint50
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 1273
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3819
Number of bits of the biggest sum of numbers12
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.03	c Filename:instance-4490650-1751383397.opb, Cutoff_time:3600, memory_limit_gb:500000
0.00/0.03	c Scip time: 1800
0.00/0.03	c Use Presolve
0.00/0.03	c Parse finsih
0.00/0.03	c Start Presolve
0.00/0.03	c After Reduce Vars: 50 Clauses: 12 Top clause weight: 1 Hard Clauses: 12
3600.06/3612.01	c Use LS-small
3600.06/3612.01	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (63161 MiB free)
  memory of node 1: 64465 MiB (63178 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4490650-1751383397/watcher-4490650-1751383397 -o /tmp/evaluation-result-4490650-1751383397/solver-4490650-1751383397 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751383397-51884 --watchdog 3760 ./NuPBO-DeepOptS+ -f HOME/instance-4490650-1751383397.opb -t 3600 -s 275120340 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=51928, runsolver pid=51920

[startup+0.100104 s]*
/proc/loadavg: 0.71 1.55 2.43 5/252 51942
/proc/meminfo: memFree=129364396/131382116 swapFree=33010684/33010684
[pid=51928] ppid=51920 vsize=28396 memory=18816 CPUtime=0.1 cores=1,3
/proc/51928/stat : 51928 (NuPBO-DeepOptS+) R 51920 51928 51872 0 -1 4194304 2124 0 0 0 10 0 0 0 20 0 1 0 54019127 29077504 4704 18446744073709551615 4198400 15468185 140724815810896 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 55955456 140724815813015 140724815813124 140724815813124 140724815818726 0
/proc/51928/statm: 7099 4704 2848 2752 0 3752 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 28396 KiB
Current children cumulated memory: 18816 KiB

[startup+0.213896 s]*
/proc/loadavg: 0.71 1.55 2.43 5/252 51942
/proc/meminfo: memFree=129349780/131382116 swapFree=33010684/33010684
[pid=51928] ppid=51920 vsize=29644 memory=19584 CPUtime=0.21 cores=1,3
/proc/51928/stat : 51928 (NuPBO-DeepOptS+) R 51920 51928 51872 0 -1 4194304 2317 0 0 0 21 0 0 0 20 0 1 0 54019127 30355456 4896 18446744073709551615 4198400 15468185 140724815810896 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 55955456 140724815813015 140724815813124 140724815813124 140724815818726 0
/proc/51928/statm: 7411 4896 2848 2752 0 4064 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 29644 KiB
Current children cumulated memory: 19584 KiB

[startup+0.313299 s]*
/proc/loadavg: 0.71 1.55 2.43 5/252 51942
/proc/meminfo: memFree=129345748/131382116 swapFree=33010684/33010684
[pid=51928] ppid=51920 vsize=29948 memory=20224 CPUtime=0.31 cores=1,3
/proc/51928/stat : 51928 (NuPBO-DeepOptS+) R 51920 51928 51872 0 -1 4194304 2463 0 0 0 31 0 0 0 20 0 1 0 54019127 30666752 5056 18446744073709551615 4198400 15468185 140724815810896 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 55955456 140724815813015 140724815813124 140724815813124 140724815818726 0
/proc/51928/statm: 7487 5056 2848 2752 0 4140 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 29948 KiB
Current children cumulated memory: 20224 KiB

[startup+0.700348 s]
/proc/loadavg: 0.71 1.55 2.43 5/252 51942
/proc/meminfo: memFree=129341032/131382116 swapFree=33010684/33010684
[pid=51928] ppid=51920 vsize=32552 memory=22400 CPUtime=0.69 cores=1,3
/proc/51928/stat : 51928 (NuPBO-DeepOptS+) R 51920 51928 51872 0 -1 4194304 3030 0 0 0 68 1 0 0 20 0 1 0 54019127 33333248 5600 18446744073709551615 4198400 15468185 140724815810896 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 55955456 140724815813015 140724815813124 140724815813124 140724815818726 0
/proc/51928/statm: 8138 5600 2848 2752 0 4791 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 32552 KiB
Current children cumulated memory: 22400 KiB

[startup+1.50034 s]
/proc/loadavg: 0.71 1.55 2.43 5/252 51942
/proc/meminfo: memFree=129330952/131382116 swapFree=33010684/33010684
[pid=51928] ppid=51920 vsize=35260 memory=25216 CPUtime=1.48 cores=1,3
/proc/51928/stat : 51928 (NuPBO-DeepOptS+) R 51920 51928 51872 0 -1 4194304 3723 0 0 0 147 1 0 0 20 0 1 0 54019127 36106240 6304 18446744073709551615 4198400 15468185 140724815810896 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 55955456 140724815813015 140724815813124 140724815813124 140724815818726 0
/proc/51928/statm: 8815 6304 2848 2752 0 5468 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 35260 KiB
Current children cumulated memory: 25216 KiB

[startup+3.11292 s]
/proc/loadavg: 1.06 1.61 2.44 5/252 51942
/proc/meminfo: memFree=129202180/131382116 swapFree=33010684/33010684
[pid=51928] ppid=51920 vsize=36076 memory=26368 CPUtime=3.08 cores=1,3
/proc/51928/stat : 51928 (NuPBO-DeepOptS+) R 51920 51928 51872 0 -1 4194304 4010 0 0 0 307 1 0 0 20 0 1 0 54019127 36941824 6592 18446744073709551615 4198400 15468185 140724815810896 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 55955456 140724815813015 140724815813124 140724815813124 140724815818726 0
/proc/51928/statm: 9019 6592 2848 2752 0 5672 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 36076 KiB
Current children cumulated memory: 26368 KiB

[startup+6.30033 s]
/proc/loadavg: 1.06 1.61 2.44 5/252 51942
/proc/meminfo: memFree=128882088/131382116 swapFree=33010684/33010684
[pid=51928] ppid=51920 vsize=39224 memory=30336 CPUtime=6.25 cores=1,3
/proc/51928/stat : 51928 (NuPBO-DeepOptS+) R 51920 51928 51872 0 -1 4194304 5060 0 0 0 624 1 0 0 20 0 1 0 54019127 40165376 7584 18446744073709551615 4198400 15468185 140724815810896 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 55955456 140724815813015 140724815813124 140724815813124 140724815818726 0
/proc/51928/statm: 9806 7584 2848 2752 0 6459 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 39224 KiB
Current children cumulated memory: 30336 KiB

[startup+12.7003 s]
/proc/loadavg: 1.58 1.70 2.47 5/252 51943
/proc/meminfo: memFree=128778572/131382116 swapFree=33010684/33010684
[pid=51928] ppid=51920 vsize=45716 memory=37120 CPUtime=12.61 cores=1,3
/proc/51928/stat : 51928 (NuPBO-DeepOptS+) R 51920 51928 51872 0 -1 4194304 6789 0 0 0 1259 2 0 0 20 0 1 0 54019127 46813184 9280 18446744073709551615 4198400 15468185 140724815810896 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 55955456 140724815813015 140724815813124 140724815813124 140724815818726 0
/proc/51928/statm: 11429 9280 2848 2752 0 8082 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 45716 KiB
Current children cumulated memory: 37120 KiB

[startup+25.5004 s]
/proc/loadavg: 1.96 1.78 2.48 5/252 51943
/proc/meminfo: memFree=128700712/131382116 swapFree=33010684/33010684
[pid=51928] ppid=51920 vsize=57520 memory=49280 CPUtime=25.35 cores=1,3
/proc/51928/stat : 51928 (NuPBO-DeepOptS+) R 51920 51928 51872 0 -1 4194304 9867 0 0 0 2532 3 0 0 20 0 1 0 54019127 58900480 12320 18446744073709551615 4198400 15468185 140724815810896 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 55955456 140724815813015 140724815813124 140724815813124 140724815818726 0
/proc/51928/statm: 14380 12320 2848 2752 0 11033 0
Current children cumulated CPU time: 25.35 s
Current children cumulated vsize: 57520 KiB
Current children cumulated memory: 49280 KiB

[startup+51.1127 s]
/proc/loadavg: 2.65 1.96 2.52 5/251 51943
/proc/meminfo: memFree=128610024/131382116 swapFree=33010684/33010684
[pid=51928] ppid=51920 vsize=82420 memory=72448 CPUtime=50.81 cores=1,3
/proc/51928/stat : 51928 (NuPBO-DeepOptS+) R 51920 51928 51872 0 -1 4194304 15690 0 0 0 5077 4 0 0 20 0 1 0 54019127 84398080 18112 18446744073709551615 4198400 15468185 140724815810896 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 55955456 140724815813015 140724815813124 140724815813124 140724815818726 0
/proc/51928/statm: 20605 18112 2848 2752 0 17258 0
Current children cumulated CPU time: 50.81 s
Current children cumulated vsize: 82420 KiB
Current children cumulated memory: 72448 KiB

[startup+102.3 s]
/proc/loadavg: 3.53 2.32 2.62 5/251 51945
/proc/meminfo: memFree=128473436/131382116 swapFree=33010684/33010684
[pid=51928] ppid=51920 vsize=110332 memory=102016 CPUtime=101.73 cores=1,3
/proc/51928/stat : 51928 (NuPBO-DeepOptS+) R 51920 51928 51872 0 -1 4194304 22987 0 0 0 10167 6 0 0 20 0 1 0 54019127 112979968 25504 18446744073709551615 4198400 15468185 140724815810896 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 55955456 140724815813015 140724815813124 140724815813124 140724815818726 0
/proc/51928/statm: 27583 25504 2848 2752 0 24236 0
Current children cumulated CPU time: 101.73 s
Current children cumulated vsize: 110332 KiB
Current children cumulated memory: 102016 KiB

[startup+162.3 s]
/proc/loadavg: 3.88 2.64 2.71 5/252 51948
/proc/meminfo: memFree=128352756/131382116 swapFree=33010684/33010684
[pid=51928] ppid=51920 vsize=113988 memory=104576 CPUtime=161.45 cores=1,3
/proc/51928/stat : 51928 (NuPBO-DeepOptS+) R 51920 51928 51872 0 -1 4194304 23759 0 0 0 16139 6 0 0 20 0 1 0 54019127 116723712 26144 18446744073709551615 4198400 15468185 140724815810896 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 55955456 140724815813015 140724815813124 140724815813124 140724815818726 0
/proc/51928/statm: 28497 26144 2848 2752 0 25150 0
Current children cumulated CPU time: 161.45 s
Current children cumulated vsize: 113988 KiB
Current children cumulated memory: 104576 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 2.92 2.81 5/253 51951
/proc/meminfo: memFree=128312992/131382116 swapFree=33010684/33010684
[pid=51928] ppid=51920 vsize=130560 memory=121088 CPUtime=221.16 cores=1,3
/proc/51928/stat : 51928 (NuPBO-DeepOptS+) R 51920 51928 51872 0 -1 4194304 27935 0 0 0 22109 7 0 0 20 0 1 0 54019127 133693440 30272 18446744073709551615 4198400 15468185 140724815810896 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 55955456 140724815813015 140724815813124 140724815813124 140724815818726 0
/proc/51928/statm: 32640 30272 2848 2752 0 29293 0
Current children cumulated CPU time: 221.16 s
Current children cumulated vsize: 130560 KiB
Current children cumulated memory: 121088 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 3.14 2.89 5/254 51960
/proc/meminfo: memFree=128197556/131382116 swapFree=33010684/33010684
[pid=51928] ppid=51920 vsize=168652 memory=154112 CPUtime=280.89 cores=1,3
/proc/51928/stat : 51928 (NuPBO-DeepOptS+) R 51920 51928 51872 0 -1 4194304 36200 0 0 0 28080 9 0 0 20 0 1 0 54019127 172699648 38528 18446744073709551615 4198400 15468185 140724815810896 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 55955456 140724815813015 140724815813124 140724815813124 140724815818726 0
/proc/51928/statm: 42163 38528 2848 2752 0 38816 0
Current children cumulated CPU time: 280.89 s
Current children cumulated vsize: 168652 KiB
Current children cumulated memory: 154112 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 3.31 2.97 5/252 51962
/proc/meminfo: memFree=128118292/131382116 swapFree=33010684/33010684
[pid=51928] ppid=51920 vsize=191728 memory=179968 CPUtime=340.62 cores=1,3
/proc/51928/stat : 51928 (NuPBO-DeepOptS+) R 51920 51928 51872 0 -1 4194304 42650 0 0 0 34052 10 0 0 20 0 1 0 54019127 196329472 44992 18446744073709551615 4198400 15468185 140724815810896 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 55955456 140724815813015 140724815813124 140724815813124 140724815818726 0
/proc/51928/statm: 47932 44992 2848 2752 0 44585 0
Current children cumulated CPU time: 340.62 s
Current children cumulated vsize: 191728 KiB
Current children cumulated memory: 179968 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 3.47 3.04 5/252 51964
/proc/meminfo: memFree=127972520/131382116 swapFree=33010684/33010684
[pid=51928] ppid=51920 vsize=222956 memory=211328 CPUtime=400.37 cores=1,3
/proc/51928/stat : 51928 (NuPBO-DeepOptS+) R 51920 51928 51872 0 -1 4194304 50488 0 0 0 40025 12 0 0 20 0 1 0 54019127 228306944 52832 18446744073709551615 4198400 15468185 140724815810896 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 55955456 140724815813015 140724815813124 140724815813124 140724815818726 0
/proc/51928/statm: 55739 52832 2848 2752 0 52392 0
Current children cumulated CPU time: 400.37 s
Current children cumulated vsize: 222956 KiB
Current children cumulated memory: 211328 KiB

[startup+462.3 s]
/proc/loadavg: 4.14 3.60 3.12 5/252 51967
/proc/meminfo: memFree=127884520/131382116 swapFree=33010684/33010684
[pid=51928] ppid=51920 vsize=246556 memory=235008 CPUtime=460.11 cores=1,3
/proc/51928/stat : 51928 (NuPBO-DeepOptS+) R 51920 51928 51872 0 -1 4194304 56429 0 0 0 45998 13 0 0 20 0 1 0 54019127 252473344 58752 18446744073709551615 4198400 15468185 140724815810896 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 55955456 140724815813015 140724815813124 140724815813124 140724815818726 0
/proc/51928/statm: 61639 58752 2848 2752 0 58292 0

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

Current children cumulated memory: 671268 KiB

[startup+2862.3 s]
/proc/loadavg: 4.14 4.12 4.07 5/250 52094
/proc/meminfo: memFree=127123468/131382116 swapFree=33010684/33010684
[pid=51928] ppid=51920 vsize=678816 memory=671268 CPUtime=2851.71 cores=1,3
/proc/51928/stat : 51928 (NuPBO-DeepOptS+) R 51920 51928 51872 0 -1 4194304 203934 0 0 0 285118 53 0 0 20 0 1 0 54019127 695107584 167817 18446744073709551615 4198400 15468185 140724815810896 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 55955456 140724815813015 140724815813124 140724815813124 140724815818726 0
/proc/51928/statm: 169704 167817 2848 2752 0 166357 0
Current children cumulated CPU time: 2851.71 s
Current children cumulated vsize: 678816 KiB
Current children cumulated memory: 671268 KiB

[startup+2922.3 s]
/proc/loadavg: 4.05 4.09 4.07 5/250 52096
/proc/meminfo: memFree=127147360/131382116 swapFree=33010684/33010684
[pid=51928] ppid=51920 vsize=678816 memory=671268 CPUtime=2911.6 cores=1,3
/proc/51928/stat : 51928 (NuPBO-DeepOptS+) R 51920 51928 51872 0 -1 4194304 203934 0 0 0 291107 53 0 0 20 0 1 0 54019127 695107584 167817 18446744073709551615 4198400 15468185 140724815810896 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 55955456 140724815813015 140724815813124 140724815813124 140724815818726 0
/proc/51928/statm: 169704 167817 2848 2752 0 166357 0
Current children cumulated CPU time: 2911.6 s
Current children cumulated vsize: 678816 KiB
Current children cumulated memory: 671268 KiB

[startup+2982.3 s]
/proc/loadavg: 4.16 4.12 4.08 5/250 52098
/proc/meminfo: memFree=127147204/131382116 swapFree=33010684/33010684
[pid=51928] ppid=51920 vsize=678816 memory=671268 CPUtime=2971.5 cores=1,3
/proc/51928/stat : 51928 (NuPBO-DeepOptS+) R 51920 51928 51872 0 -1 4194304 203934 0 0 0 297096 54 0 0 20 0 1 0 54019127 695107584 167817 18446744073709551615 4198400 15468185 140724815810896 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 55955456 140724815813015 140724815813124 140724815813124 140724815818726 0
/proc/51928/statm: 169704 167817 2848 2752 0 166357 0
Current children cumulated CPU time: 2971.5 s
Current children cumulated vsize: 678816 KiB
Current children cumulated memory: 671268 KiB

[startup+3042.3 s]
/proc/loadavg: 4.11 4.11 4.08 5/250 52100
/proc/meminfo: memFree=127147568/131382116 swapFree=33010684/33010684
[pid=51928] ppid=51920 vsize=678816 memory=671268 CPUtime=3031.39 cores=1,3
/proc/51928/stat : 51928 (NuPBO-DeepOptS+) R 51920 51928 51872 0 -1 4194304 203934 0 0 0 303085 54 0 0 20 0 1 0 54019127 695107584 167817 18446744073709551615 4198400 15468185 140724815810896 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 55955456 140724815813015 140724815813124 140724815813124 140724815818726 0
/proc/51928/statm: 169704 167817 2848 2752 0 166357 0
Current children cumulated CPU time: 3031.39 s
Current children cumulated vsize: 678816 KiB
Current children cumulated memory: 671268 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.10 4.08 5/249 52102
/proc/meminfo: memFree=127147572/131382116 swapFree=33010684/33010684
[pid=51928] ppid=51920 vsize=678816 memory=671268 CPUtime=3091.28 cores=1,3
/proc/51928/stat : 51928 (NuPBO-DeepOptS+) R 51920 51928 51872 0 -1 4194304 203934 0 0 0 309074 54 0 0 20 0 1 0 54019127 695107584 167817 18446744073709551615 4198400 15468185 140724815810896 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 55955456 140724815813015 140724815813124 140724815813124 140724815818726 0
/proc/51928/statm: 169704 167817 2848 2752 0 166357 0
Current children cumulated CPU time: 3091.28 s
Current children cumulated vsize: 678816 KiB
Current children cumulated memory: 671268 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.10 4.08 5/249 52104
/proc/meminfo: memFree=127147652/131382116 swapFree=33010684/33010684
[pid=51928] ppid=51920 vsize=678816 memory=671268 CPUtime=3151.17 cores=1,3
/proc/51928/stat : 51928 (NuPBO-DeepOptS+) R 51920 51928 51872 0 -1 4194304 203934 0 0 0 315063 54 0 0 20 0 1 0 54019127 695107584 167817 18446744073709551615 4198400 15468185 140724815810896 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 55955456 140724815813015 140724815813124 140724815813124 140724815818726 0
/proc/51928/statm: 169704 167817 2848 2752 0 166357 0
Current children cumulated CPU time: 3151.17 s
Current children cumulated vsize: 678816 KiB
Current children cumulated memory: 671268 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.09 4.08 5/249 52106
/proc/meminfo: memFree=127146500/131382116 swapFree=33010684/33010684
[pid=51928] ppid=51920 vsize=678816 memory=671268 CPUtime=3211.06 cores=1,3
/proc/51928/stat : 51928 (NuPBO-DeepOptS+) R 51920 51928 51872 0 -1 4194304 203934 0 0 0 321052 54 0 0 20 0 1 0 54019127 695107584 167817 18446744073709551615 4198400 15468185 140724815810896 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 55955456 140724815813015 140724815813124 140724815813124 140724815818726 0
/proc/51928/statm: 169704 167817 2848 2752 0 166357 0
Current children cumulated CPU time: 3211.06 s
Current children cumulated vsize: 678816 KiB
Current children cumulated memory: 671268 KiB

[startup+3282.3 s]
/proc/loadavg: 4.21 4.12 4.09 5/250 52115
/proc/meminfo: memFree=127148300/131382116 swapFree=33010684/33010684
[pid=51928] ppid=51920 vsize=678816 memory=671268 CPUtime=3270.96 cores=1,3
/proc/51928/stat : 51928 (NuPBO-DeepOptS+) R 51920 51928 51872 0 -1 4194304 203934 0 0 0 327042 54 0 0 20 0 1 0 54019127 695107584 167817 18446744073709551615 4198400 15468185 140724815810896 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 55955456 140724815813015 140724815813124 140724815813124 140724815818726 0
/proc/51928/statm: 169704 167817 2848 2752 0 166357 0
Current children cumulated CPU time: 3270.96 s
Current children cumulated vsize: 678816 KiB
Current children cumulated memory: 671268 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.10 4.08 5/250 52117
/proc/meminfo: memFree=127148536/131382116 swapFree=33010684/33010684
[pid=51928] ppid=51920 vsize=678816 memory=671268 CPUtime=3330.85 cores=1,3
/proc/51928/stat : 51928 (NuPBO-DeepOptS+) R 51920 51928 51872 0 -1 4194304 203934 0 0 0 333031 54 0 0 20 0 1 0 54019127 695107584 167817 18446744073709551615 4198400 15468185 140724815810896 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 55955456 140724815813015 140724815813124 140724815813124 140724815818726 0
/proc/51928/statm: 169704 167817 2848 2752 0 166357 0
Current children cumulated CPU time: 3330.85 s
Current children cumulated vsize: 678816 KiB
Current children cumulated memory: 671268 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.09 4.08 5/250 52119
/proc/meminfo: memFree=127147820/131382116 swapFree=33010684/33010684
[pid=51928] ppid=51920 vsize=678816 memory=671268 CPUtime=3390.74 cores=1,3
/proc/51928/stat : 51928 (NuPBO-DeepOptS+) R 51920 51928 51872 0 -1 4194304 203934 0 0 0 339020 54 0 0 20 0 1 0 54019127 695107584 167817 18446744073709551615 4198400 15468185 140724815810896 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 55955456 140724815813015 140724815813124 140724815813124 140724815818726 0
/proc/51928/statm: 169704 167817 2848 2752 0 166357 0
Current children cumulated CPU time: 3390.74 s
Current children cumulated vsize: 678816 KiB
Current children cumulated memory: 671268 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.12 4.09 5/250 52121
/proc/meminfo: memFree=127148676/131382116 swapFree=33010684/33010684
[pid=51928] ppid=51920 vsize=678816 memory=671268 CPUtime=3450.63 cores=1,3
/proc/51928/stat : 51928 (NuPBO-DeepOptS+) R 51920 51928 51872 0 -1 4194304 203934 0 0 0 345009 54 0 0 20 0 1 0 54019127 695107584 167817 18446744073709551615 4198400 15468185 140724815810896 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 55955456 140724815813015 140724815813124 140724815813124 140724815818726 0
/proc/51928/statm: 169704 167817 2848 2752 0 166357 0
Current children cumulated CPU time: 3450.63 s
Current children cumulated vsize: 678816 KiB
Current children cumulated memory: 671268 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.12 4.10 5/251 52124
/proc/meminfo: memFree=127147888/131382116 swapFree=33010684/33010684
[pid=51928] ppid=51920 vsize=678816 memory=671268 CPUtime=3510.52 cores=1,3
/proc/51928/stat : 51928 (NuPBO-DeepOptS+) R 51920 51928 51872 0 -1 4194304 203934 0 0 0 350998 54 0 0 20 0 1 0 54019127 695107584 167817 18446744073709551615 4198400 15468185 140724815810896 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 55955456 140724815813015 140724815813124 140724815813124 140724815818726 0
/proc/51928/statm: 169704 167817 2848 2752 0 166357 0
Current children cumulated CPU time: 3510.52 s
Current children cumulated vsize: 678816 KiB
Current children cumulated memory: 671268 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/250 52126
/proc/meminfo: memFree=127148648/131382116 swapFree=33010684/33010684
[pid=51928] ppid=51920 vsize=678816 memory=671268 CPUtime=3570.41 cores=1,3
/proc/51928/stat : 51928 (NuPBO-DeepOptS+) R 51920 51928 51872 0 -1 4194304 203934 0 0 0 356987 54 0 0 20 0 1 0 54019127 695107584 167817 18446744073709551615 4198400 15468185 140724815810896 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 55955456 140724815813015 140724815813124 140724815813124 140724815818726 0
/proc/51928/statm: 169704 167817 2848 2752 0 166357 0
Current children cumulated CPU time: 3570.41 s
Current children cumulated vsize: 678816 KiB
Current children cumulated memory: 671268 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612 s]*
/proc/loadavg: 4.08 4.10 4.09 5/251 52263
/proc/meminfo: memFree=128696880/131382116 swapFree=33010684/33010684
[pid=51928] ppid=51920 vsize=678816 memory=671268 CPUtime=3600.06 cores=1,3
/proc/51928/stat : 51928 (NuPBO-DeepOptS+) R 51920 51928 51872 0 -1 4194304 203934 0 0 0 359951 55 0 0 20 0 1 0 54019127 695107584 167817 18446744073709551615 4198400 15468185 140724815810896 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 55955456 140724815813015 140724815813124 140724815813124 140724815818726 0
/proc/51928/statm: 169704 167817 2848 2752 0 166357 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 678816 KiB
Current children cumulated memory: 671268 KiB

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

[startup+3612.02 s]
# the end of solver process 51928 was just reported to runsolver
# Child status: 10

# cumulated CPU time of all completed processes:  user=3599.51 s, system=0.55885 s

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

Child status: 10

Real time (s): 3612.02
CPU time (s): 3600.07
CPU user time (s): 3599.51
CPU system time (s): 0.55885
CPU usage (%): 99.6694
Max. virtual memory (cumulated for all children) (KiB): 851856
Max. memory (cumulated for all children) (KiB): 827824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.51
system time used= 0.55885
maximum resident set size= 827824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203959
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= 55
involuntary context switches= 20061


# summary of solver processes directly reported to runsolver:
#   pid: 51928
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3599.51
#   total CPU system time (s): 0.55885

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.545 second user time and 31.1288 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-01 17:23:17
IDJOB=4490650
IDBENCH=147604
IDSOLVER=3343
FILE ID=nodeC010/4490650-1751383397
RUNJOBID= nodeC010-1751383397-51884
SLURM_JOB_ID= 9598232
Free space on /tmp= 432692 MiB

SOLVER NAME= NuPBO-DeepOptS+ 2025-06-02
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-market-split_6_50_1.opb
COMMAND LINE= ./NuPBO-DeepOptS+ -f BENCHNAME -t TIMEOUT -s RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4490650-1751383397/watcher-4490650-1751383397 -o /tmp/evaluation-result-4490650-1751383397/solver-4490650-1751383397 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751383397-51884 --watchdog 3760  ./NuPBO-DeepOptS+ -f HOME/instance-4490650-1751383397.opb -t 3600 -s 275120340

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

MD5SUM BENCH= 24a8c00bfc22332d2e87e9d19ffbf58d
RANDOM SEED=275120340

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129364796 kB
MemAvailable:   129909240 kB
Buffers:            3280 kB
Cached:          1351248 kB
SwapCached:            0 kB
Active:           369980 kB
Inactive:        1044956 kB
Active(anon):      78368 kB
Inactive(anon):        0 kB
Active(file):     291612 kB
Inactive(file):  1044956 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             70580 kB
Writeback:             8 kB
AnonPages:         63528 kB
Mapped:           103800 kB
Shmem:             17960 kB
KReclaimable:      95004 kB
Slab:             178540 kB
SReclaimable:      95004 kB
SUnreclaim:        83536 kB
KernelStack:        3840 kB
PageTables:         2788 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     330024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149224 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432628 MiB
End job on nodeC010 at 2025-07-01 18:23:30