Trace number 4545386

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
PRINTEMPS 2025-05-28? (TO) 3600.26 2243.09

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-MisteryShopper-mini-5-08-2-6-0_c24.opb
MD5SUM4a1d9056c3b02bcfb80521d72596a62f
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.08009
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables34391
Total number of constraints25309
Number of constraints which are clauses7791
Number of constraints which are cardinality constraints (but not clauses)1558
Number of constraints which are nor clauses,nor cardinality constraints15960
Minimum length of a constraint1
Maximum length of a constraint43
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 37
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 766
Number of bits of the biggest sum of numbers10
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.00	c PRINTEMPS v2.7.0 (https://snowberryfield.github.io/printemps/)
0.47/0.37	c #variable: 34391
0.47/0.37	c #constraint: 25309
0.47/0.37	c #equal: 1520
0.47/0.37	c intsize: 10
0.47/0.37	c sizeproduct: 0
0.47/0.37	c #soft: 0
0.47/0.37	c mincost: 0
0.47/0.37	c maxcost: 0
0.47/0.37	c sumcost: 0
0.47/0.37	c iteration_max: -1
0.47/0.37	c time_max: -1
0.47/0.37	c number_of_threads(move update): 2
0.47/0.37	c number_of_threads(move evaluation): 2
0.47/0.37	c seed: 886497936
3600.15/2243.03	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: 63794 MiB (43175 MiB free)
  memory of node 1: 64507 MiB (50939 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545386-1753238405/watcher-4545386-1753238405 -o /tmp/evaluation-result-4545386-1753238405/solver-4545386-1753238405 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1753232411-185395 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 886497936 HOME/instance-4545386-1753238405.opb 

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=186179, runsolver pid=186176

[startup+0.100066 s]*
/proc/loadavg: 5.17 5.00 4.96 6/254 186181
/proc/meminfo: memFree=96365244/131382116 swapFree=33010684/33010684
[pid=186179] ppid=186176 vsize=90236 memory=20268 CPUtime=0.19 cores=1,3
/proc/186179/stat : 186179 (pb_competition_) R 186176 186179 185383 0 -1 4194304 4836 0 0 0 18 1 0 0 20 0 2 0 239520213 92401664 5067 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
/proc/186179/statm: 22559 5067 576 633 0 6719 0
[pid=186179/tid=186181] ppid=186176 vsize=90236 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/186179/task/186181/stat : 186181 (pb_competition_) S 186176 186179 185383 0 -1 4194368 1330 0 0 0 8 0 0 0 20 0 2 0 239520214 92401664 5067 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 0 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 90236 KiB
Current children cumulated memory: 20268 KiB

[startup+0.214862 s]*
/proc/loadavg: 5.17 5.00 4.96 5/254 186181
/proc/meminfo: memFree=96349368/131382116 swapFree=33010684/33010684
[pid=186179] ppid=186176 vsize=117020 memory=37180 CPUtime=0.31 cores=1,3
/proc/186179/stat : 186179 (pb_competition_) R 186176 186179 185383 0 -1 4194304 9152 0 0 0 28 3 0 0 20 0 2 0 239520213 119828480 9295 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
/proc/186179/statm: 29255 9295 608 633 0 13415 0
[pid=186179/tid=186181] ppid=186176 vsize=117020 memory=4830726537859825948 CPUtime=0.09 cores=1,3
/proc/186179/task/186181/stat : 186181 (pb_competition_) S 186176 186179 185383 0 -1 4194368 1331 0 0 0 9 0 0 0 20 0 2 0 239520214 119828480 9327 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 0 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 117020 KiB
Current children cumulated memory: 37180 KiB

[startup+0.317598 s]*
/proc/loadavg: 5.17 5.00 4.96 6/254 186181
/proc/meminfo: memFree=96337208/131382116 swapFree=33010684/33010684
[pid=186179] ppid=186176 vsize=125600 memory=59020 CPUtime=0.47 cores=1,3
/proc/186179/stat : 186179 (pb_competition_) R 186176 186179 185383 0 -1 4194304 12050 0 0 0 43 4 0 0 20 0 2 0 239520213 128614400 14755 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
/proc/186179/statm: 31400 14755 608 633 0 16304 0
[pid=186179/tid=186181] ppid=186176 vsize=125600 memory=-9113523771822859615 CPUtime=0.15 cores=1,3
/proc/186179/task/186181/stat : 186181 (pb_competition_) R 186176 186179 185383 0 -1 4194368 2076 0 0 0 14 1 0 0 20 0 2 0 239520214 128614400 14755 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 0 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 125600 KiB
Current children cumulated memory: 59020 KiB

[startup+0.700334 s]
/proc/loadavg: 5.17 5.00 4.96 6/254 186181
/proc/meminfo: memFree=96321080/131382116 swapFree=33010684/33010684
[pid=186179] ppid=186176 vsize=153944 memory=88148 CPUtime=0.86 cores=1,3
/proc/186179/stat : 186179 (pb_competition_) R 186176 186179 185383 0 -1 4194304 19614 0 0 0 80 6 0 0 20 0 2 0 239520213 157638656 22037 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
/proc/186179/statm: 38486 22037 672 633 0 23559 0
[pid=186179/tid=186181] ppid=186176 vsize=153944 memory=27776 CPUtime=0.17 cores=1,3
/proc/186179/task/186181/stat : 186181 (pb_competition_) S 186176 186179 185383 0 -1 4194368 2245 0 0 0 16 1 0 0 20 0 2 0 239520214 157638656 22037 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
Current children cumulated CPU time: 0.86 s
Current children cumulated vsize: 153944 KiB
Current children cumulated memory: 88148 KiB

[startup+1.50032 s]
/proc/loadavg: 5.17 5.00 4.96 5/254 186181
/proc/meminfo: memFree=96264884/131382116 swapFree=33010684/33010684
[pid=186179] ppid=186176 vsize=211884 memory=146492 CPUtime=1.77 cores=1,3
/proc/186179/stat : 186179 (pb_competition_) R 186176 186179 185383 0 -1 4194304 55693 0 0 0 166 11 0 0 20 0 2 0 239520213 216969216 36623 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
/proc/186179/statm: 52971 36623 672 633 0 38044 0
[pid=186179/tid=186181] ppid=186176 vsize=211884 memory=27776 CPUtime=0.51 cores=1,3
/proc/186179/task/186181/stat : 186181 (pb_competition_) S 186176 186179 185383 0 -1 4194368 8322 0 0 0 49 2 0 0 20 0 2 0 239520214 216969216 36623 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
Current children cumulated CPU time: 1.77 s
Current children cumulated vsize: 211884 KiB
Current children cumulated memory: 146492 KiB

[startup+3.11386 s]
/proc/loadavg: 5.15 5.00 4.96 5/254 186181
/proc/meminfo: memFree=96248756/131382116 swapFree=33010684/33010684
[pid=186179] ppid=186176 vsize=213864 memory=148344 CPUtime=3.45 cores=1,3
/proc/186179/stat : 186179 (pb_competition_) R 186176 186179 185383 0 -1 4194304 57212 0 0 0 334 11 0 0 20 0 2 0 239520213 218996736 37086 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
/proc/186179/statm: 53466 37086 672 633 0 38539 0
[pid=186179/tid=186181] ppid=186176 vsize=213864 memory=148344 CPUtime=0.71 cores=1,3
/proc/186179/task/186181/stat : 186181 (pb_competition_) S 186176 186179 185383 0 -1 4194368 8322 0 0 0 69 2 0 0 20 0 2 0 239520214 218996736 37086 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
Current children cumulated CPU time: 3.45 s
Current children cumulated vsize: 213864 KiB
Current children cumulated memory: 148344 KiB

[startup+6.30032 s]
/proc/loadavg: 5.15 5.00 4.96 5/254 186181
/proc/meminfo: memFree=96249260/131382116 swapFree=33010684/33010684
[pid=186179] ppid=186176 vsize=213864 memory=148344 CPUtime=6.63 cores=1,3
/proc/186179/stat : 186179 (pb_competition_) R 186176 186179 185383 0 -1 4194304 85869 0 0 0 650 13 0 0 20 0 2 0 239520213 218996736 37086 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
/proc/186179/statm: 53466 37086 672 633 0 38539 0
[pid=186179/tid=186181] ppid=186176 vsize=213864 memory=27776 CPUtime=0.71 cores=1,3
/proc/186179/task/186181/stat : 186181 (pb_competition_) S 186176 186179 185383 0 -1 4194368 8322 0 0 0 69 2 0 0 20 0 2 0 239520214 218996736 37086 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
Current children cumulated CPU time: 6.63 s
Current children cumulated vsize: 213864 KiB
Current children cumulated memory: 148344 KiB

[startup+12.7002 s]
/proc/loadavg: 4.97 4.96 4.95 6/255 186183
/proc/meminfo: memFree=96249764/131382116 swapFree=33010684/33010684
[pid=186179] ppid=186176 vsize=211612 memory=146220 CPUtime=15.31 cores=1,3
/proc/186179/stat : 186179 (pb_competition_) R 186176 186179 185383 0 -1 4194304 195249 0 0 0 1503 28 0 0 20 0 2 0 239520213 216690688 36555 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
/proc/186179/statm: 52903 36555 672 633 0 37976 0
[pid=186179/tid=186181] ppid=186176 vsize=211612 memory=146220 CPUtime=3.34 cores=1,3
/proc/186179/task/186181/stat : 186181 (pb_competition_) R 186176 186179 185383 0 -1 4194368 11588 0 0 0 331 3 0 0 20 0 2 0 239520214 216690688 36555 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
Current children cumulated CPU time: 15.31 s
Current children cumulated vsize: 211612 KiB
Current children cumulated memory: 146220 KiB

[startup+25.5002 s]
/proc/loadavg: 4.82 4.93 4.94 5/255 186183
/proc/meminfo: memFree=96249764/131382116 swapFree=33010684/33010684
[pid=186179] ppid=186176 vsize=213940 memory=148372 CPUtime=37.02 cores=1,3
/proc/186179/stat : 186179 (pb_competition_) R 186176 186179 185383 0 -1 4194304 234969 0 0 0 3666 36 0 0 20 0 2 0 239520213 219074560 37093 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
/proc/186179/statm: 53485 37093 672 633 0 38558 0
[pid=186179/tid=186181] ppid=186176 vsize=213940 memory=149100 CPUtime=12.34 cores=1,3
/proc/186179/task/186181/stat : 186181 (pb_competition_) R 186176 186179 185383 0 -1 4194368 11878 0 0 0 1231 3 0 0 20 0 2 0 239520214 219074560 37093 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
Current children cumulated CPU time: 37.02 s
Current children cumulated vsize: 213940 KiB
Current children cumulated memory: 148372 KiB

[startup+51.1059 s]
/proc/loadavg: 4.87 4.94 4.95 6/255 186183
/proc/meminfo: memFree=96251528/131382116 swapFree=33010684/33010684
[pid=186179] ppid=186176 vsize=215720 memory=150292 CPUtime=74.43 cores=1,3
/proc/186179/stat : 186179 (pb_competition_) R 186176 186179 185383 0 -1 4194304 281332 0 0 0 7401 42 0 0 20 0 2 0 239520213 220897280 37573 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
/proc/186179/statm: 53930 37573 672 633 0 39003 0
[pid=186179/tid=186181] ppid=186176 vsize=215720 memory=27776 CPUtime=24.65 cores=1,3
/proc/186179/task/186181/stat : 186181 (pb_competition_) S 186176 186179 185383 0 -1 4194368 18114 0 0 0 2461 4 0 0 20 0 2 0 239520214 220897280 37573 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
Current children cumulated CPU time: 74.43 s
Current children cumulated vsize: 215720 KiB
Current children cumulated memory: 150292 KiB

[startup+102.3 s]
/proc/loadavg: 4.98 4.96 4.95 7/255 186185
/proc/meminfo: memFree=96253836/131382116 swapFree=33010684/33010684
[pid=186179] ppid=186176 vsize=216900 memory=151444 CPUtime=160.25 cores=1,3
/proc/186179/stat : 186179 (pb_competition_) R 186176 186179 185383 0 -1 4194304 305458 0 0 0 15976 49 0 0 20 0 2 0 239520213 222105600 37861 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
/proc/186179/statm: 54225 37861 672 633 0 39298 0
[pid=186179/tid=186181] ppid=186176 vsize=216900 memory=27776 CPUtime=59.63 cores=1,3
/proc/186179/task/186181/stat : 186181 (pb_competition_) R 186176 186179 185383 0 -1 4194368 20673 0 0 0 5955 8 0 0 20 0 2 0 239520214 222105600 37861 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
Current children cumulated CPU time: 160.25 s
Current children cumulated vsize: 216900 KiB
Current children cumulated memory: 151444 KiB

[startup+162.3 s]
/proc/loadavg: 5.25 5.05 4.99 7/254 186233
/proc/meminfo: memFree=99032540/131382116 swapFree=33010684/33010684
[pid=186179] ppid=186176 vsize=217176 memory=151660 CPUtime=262.22 cores=1,3
/proc/186179/stat : 186179 (pb_competition_) R 186176 186179 185383 0 -1 4194304 350941 0 0 0 26164 58 0 0 20 0 2 0 239520213 222388224 37915 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
/proc/186179/statm: 54294 37915 672 633 0 39367 0
[pid=186179/tid=186181] ppid=186176 vsize=217176 memory=5632 CPUtime=102.04 cores=1,3
/proc/186179/task/186181/stat : 186181 (pb_competition_) R 186176 186179 185383 0 -1 4194368 32694 0 0 0 10193 11 0 0 20 0 2 0 239520214 222388224 37915 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
Current children cumulated CPU time: 262.22 s
Current children cumulated vsize: 217176 KiB
Current children cumulated memory: 151660 KiB

[startup+222.3 s]
/proc/loadavg: 5.77 5.24 5.06 7/254 186237
/proc/meminfo: memFree=99032392/131382116 swapFree=33010684/33010684
[pid=186179] ppid=186176 vsize=217176 memory=151660 CPUtime=365.6 cores=1,3
/proc/186179/stat : 186179 (pb_competition_) R 186176 186179 185383 0 -1 4194304 392991 0 0 0 36492 68 0 0 20 0 2 0 239520213 222388224 37915 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
/proc/186179/statm: 54294 37915 672 633 0 39367 0
[pid=186179/tid=186181] ppid=186176 vsize=217176 memory=151660 CPUtime=145.83 cores=1,3
/proc/186179/task/186181/stat : 186181 (pb_competition_) R 186176 186179 185383 0 -1 4194368 44445 0 0 0 14568 15 0 0 20 0 2 0 239520214 222388224 37915 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
Current children cumulated CPU time: 365.6 s
Current children cumulated vsize: 217176 KiB
Current children cumulated memory: 151660 KiB

[startup+282.3 s]
/proc/loadavg: 5.54 5.27 5.08 8/255 186244
/proc/meminfo: memFree=99027564/131382116 swapFree=33010684/33010684
[pid=186179] ppid=186176 vsize=217176 memory=151660 CPUtime=466.67 cores=1,3
/proc/186179/stat : 186179 (pb_competition_) R 186176 186179 185383 0 -1 4194304 418998 0 0 0 46591 76 0 0 20 0 2 0 239520213 222388224 37915 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
/proc/186179/statm: 54294 37915 672 633 0 39367 0
[pid=186179/tid=186181] ppid=186176 vsize=217176 memory=151660 CPUtime=187.36 cores=1,3
/proc/186179/task/186181/stat : 186181 (pb_competition_) R 186176 186179 185383 0 -1 4194368 49747 0 0 0 18717 19 0 0 20 0 2 0 239520214 222388224 37915 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
Current children cumulated CPU time: 466.67 s
Current children cumulated vsize: 217176 KiB

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

/proc/meminfo: memFree=98994360/131382116 swapFree=33010684/33010684
[pid=186179] ppid=186176 vsize=221776 memory=157492 CPUtime=2585.76 cores=1,3
/proc/186179/stat : 186179 (pb_competition_) R 186176 186179 185383 0 -1 4194304 505247 0 0 0 258328 248 0 0 20 0 2 0 239520213 227098624 39373 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
/proc/186179/statm: 55444 39373 672 633 0 40517 0
[pid=186179/tid=186181] ppid=186176 vsize=221776 memory=157492 CPUtime=995.83 cores=1,3
/proc/186179/task/186181/stat : 186181 (pb_competition_) R 186176 186179 185383 0 -1 4194368 52765 0 0 0 99465 118 0 0 20 0 2 0 239520214 227098624 39373 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
Current children cumulated CPU time: 2585.76 s
Current children cumulated vsize: 221776 KiB
Current children cumulated memory: 157492 KiB

[startup+1662.3 s]
/proc/loadavg: 6.42 6.47 6.04 9/256 186367
/proc/meminfo: memFree=98998164/131382116 swapFree=33010684/33010684
[pid=186179] ppid=186176 vsize=221776 memory=157492 CPUtime=2680.13 cores=1,3
/proc/186179/stat : 186179 (pb_competition_) R 186176 186179 185383 0 -1 4194304 505247 0 0 0 267759 254 0 0 20 0 2 0 239520213 227098624 39373 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
/proc/186179/statm: 55444 39373 672 633 0 40517 0
[pid=186179/tid=186181] ppid=186176 vsize=221776 memory=157492 CPUtime=1030.66 cores=1,3
/proc/186179/task/186181/stat : 186181 (pb_competition_) R 186176 186179 185383 0 -1 4194368 52765 0 0 0 102944 122 0 0 20 0 2 0 239520214 227098624 39373 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
Current children cumulated CPU time: 2680.13 s
Current children cumulated vsize: 221776 KiB
Current children cumulated memory: 157492 KiB

[startup+1722.3 s]
/proc/loadavg: 5.57 6.24 5.99 7/249 186400
/proc/meminfo: memFree=99129312/131382116 swapFree=33010684/33010684
[pid=186179] ppid=186176 vsize=221776 memory=157492 CPUtime=2774.97 cores=1,3
/proc/186179/stat : 186179 (pb_competition_) R 186176 186179 185383 0 -1 4194304 508257 0 0 0 277235 262 0 0 20 0 2 0 239520213 227098624 39373 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
/proc/186179/statm: 55444 39373 672 633 0 40517 0
[pid=186179/tid=186181] ppid=186176 vsize=221776 memory=157492 CPUtime=1065.99 cores=1,3
/proc/186179/task/186181/stat : 186181 (pb_competition_) R 186176 186179 185383 0 -1 4194368 53330 0 0 0 106470 129 0 0 20 0 2 0 239520214 227098624 39373 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
Current children cumulated CPU time: 2774.97 s
Current children cumulated vsize: 221776 KiB
Current children cumulated memory: 157492 KiB

[startup+1782.3 s]
/proc/loadavg: 5.10 5.98 5.91 6/249 186403
/proc/meminfo: memFree=99123548/131382116 swapFree=33010684/33010684
[pid=186179] ppid=186176 vsize=223176 memory=158772 CPUtime=2872.78 cores=1,3
/proc/186179/stat : 186179 (pb_competition_) R 186176 186179 185383 0 -1 4194304 508687 0 0 0 287009 269 0 0 20 0 2 0 239520213 228532224 39693 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
/proc/186179/statm: 55794 39693 672 633 0 40867 0
[pid=186179/tid=186181] ppid=186176 vsize=223176 memory=158772 CPUtime=1104.31 cores=1,3
/proc/186179/task/186181/stat : 186181 (pb_competition_) S 186176 186179 185383 0 -1 4194368 53330 0 0 0 110298 133 0 0 20 0 2 0 239520214 228532224 39693 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
Current children cumulated CPU time: 2872.78 s
Current children cumulated vsize: 223176 KiB
Current children cumulated memory: 158772 KiB

[startup+1842.3 s]
/proc/loadavg: 5.06 5.81 5.86 6/249 186405
/proc/meminfo: memFree=99124824/131382116 swapFree=33010684/33010684
[pid=186179] ppid=186176 vsize=223176 memory=158772 CPUtime=2966.82 cores=1,3
/proc/186179/stat : 186179 (pb_competition_) R 186176 186179 185383 0 -1 4194304 510015 0 0 0 296407 275 0 0 20 0 2 0 239520213 228532224 39693 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
/proc/186179/statm: 55794 39693 672 633 0 40867 0
[pid=186179/tid=186181] ppid=186176 vsize=223176 memory=158772 CPUtime=1139.13 cores=1,3
/proc/186179/task/186181/stat : 186181 (pb_competition_) R 186176 186179 185383 0 -1 4194368 53631 0 0 0 113776 137 0 0 20 0 2 0 239520214 228532224 39693 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
Current children cumulated CPU time: 2966.82 s
Current children cumulated vsize: 223176 KiB
Current children cumulated memory: 158772 KiB

[startup+1902.3 s]
/proc/loadavg: 5.22 5.72 5.83 5/248 186407
/proc/meminfo: memFree=99126084/131382116 swapFree=33010684/33010684
[pid=186179] ppid=186176 vsize=223176 memory=158772 CPUtime=3060.82 cores=1,3
/proc/186179/stat : 186179 (pb_competition_) R 186176 186179 185383 0 -1 4194304 510425 0 0 0 305801 281 0 0 20 0 2 0 239520213 228532224 39693 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
/proc/186179/statm: 55794 39693 672 633 0 40867 0
[pid=186179/tid=186181] ppid=186176 vsize=223176 memory=158772 CPUtime=1174.16 cores=1,3
/proc/186179/task/186181/stat : 186181 (pb_competition_) S 186176 186179 185383 0 -1 4194368 53631 0 0 0 117276 140 0 0 20 0 2 0 239520214 228532224 39693 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
Current children cumulated CPU time: 3060.82 s
Current children cumulated vsize: 223176 KiB
Current children cumulated memory: 158772 KiB

[startup+1962.3 s]
/proc/loadavg: 4.74 5.50 5.74 7/247 186409
/proc/meminfo: memFree=99127352/131382116 swapFree=33010684/33010684
[pid=186179] ppid=186176 vsize=223176 memory=158772 CPUtime=3155.52 cores=1,3
/proc/186179/stat : 186179 (pb_competition_) R 186176 186179 185383 0 -1 4194304 510435 0 0 0 315265 287 0 0 20 0 2 0 239520213 228532224 39693 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
/proc/186179/statm: 55794 39693 672 633 0 40867 0
[pid=186179/tid=186181] ppid=186176 vsize=223176 memory=158772 CPUtime=1209.32 cores=1,3
/proc/186179/task/186181/stat : 186181 (pb_competition_) S 186176 186179 185383 0 -1 4194368 53633 0 0 0 120787 145 0 0 20 0 2 0 239520214 228532224 39693 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
Current children cumulated CPU time: 3155.52 s
Current children cumulated vsize: 223176 KiB
Current children cumulated memory: 158772 KiB

[startup+2022.3 s]
/proc/loadavg: 4.59 5.34 5.67 5/247 186411
/proc/meminfo: memFree=99128620/131382116 swapFree=33010684/33010684
[pid=186179] ppid=186176 vsize=223176 memory=158772 CPUtime=3250.84 cores=1,3
/proc/186179/stat : 186179 (pb_competition_) R 186176 186179 185383 0 -1 4194304 510451 0 0 0 324791 293 0 0 20 0 2 0 239520213 228532224 39693 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
/proc/186179/statm: 55794 39693 672 633 0 40867 0
[pid=186179/tid=186181] ppid=186176 vsize=223176 memory=27776 CPUtime=1245.11 cores=1,3
/proc/186179/task/186181/stat : 186181 (pb_competition_) S 186176 186179 185383 0 -1 4194368 53633 0 0 0 124363 148 0 0 20 0 2 0 239520214 228532224 39693 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
Current children cumulated CPU time: 3250.84 s
Current children cumulated vsize: 223176 KiB
Current children cumulated memory: 158772 KiB

[startup+2082.3 s]
/proc/loadavg: 5.22 5.37 5.66 4/248 186416
/proc/meminfo: memFree=99130140/131382116 swapFree=33010684/33010684
[pid=186179] ppid=186176 vsize=223176 memory=158772 CPUtime=3347.07 cores=1,3
/proc/186179/stat : 186179 (pb_competition_) R 186176 186179 185383 0 -1 4194304 512222 0 0 0 334408 299 0 0 20 0 2 0 239520213 228532224 39693 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
/proc/186179/statm: 55794 39693 672 633 0 40867 0
[pid=186179/tid=186181] ppid=186176 vsize=223176 memory=158772 CPUtime=1281.8 cores=1,3
/proc/186179/task/186181/stat : 186181 (pb_competition_) R 186176 186179 185383 0 -1 4194368 54204 0 0 0 128028 152 0 0 20 0 2 0 239520214 228532224 39693 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
Current children cumulated CPU time: 3347.07 s
Current children cumulated vsize: 223176 KiB
Current children cumulated memory: 158772 KiB

[startup+2142.3 s]
/proc/loadavg: 5.19 5.33 5.63 5/247 186422
/proc/meminfo: memFree=99127076/131382116 swapFree=33010684/33010684
[pid=186179] ppid=186176 vsize=223176 memory=158772 CPUtime=3443.08 cores=1,3
/proc/186179/stat : 186179 (pb_competition_) S 186176 186179 185383 0 -1 4194304 512239 0 0 0 344004 304 0 0 20 0 2 0 239520213 228532224 39693 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
/proc/186179/statm: 55794 39693 672 633 0 40867 0
[pid=186179/tid=186181] ppid=186176 vsize=223176 memory=158772 CPUtime=1318.35 cores=1,3
/proc/186179/task/186181/stat : 186181 (pb_competition_) R 186176 186179 185383 0 -1 4194368 54204 0 0 0 131680 155 0 0 20 0 2 0 239520214 228532224 39693 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
Current children cumulated CPU time: 3443.08 s
Current children cumulated vsize: 223176 KiB
Current children cumulated memory: 158772 KiB

[startup+2202.3 s]
/proc/loadavg: 4.57 5.15 5.55 6/247 186424
/proc/meminfo: memFree=99126840/131382116 swapFree=33010684/33010684
[pid=186179] ppid=186176 vsize=223572 memory=159284 CPUtime=3536.16 cores=1,3
/proc/186179/stat : 186179 (pb_competition_) R 186176 186179 185383 0 -1 4194304 513440 0 0 0 353304 312 0 0 20 0 2 0 239520213 228937728 39821 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
/proc/186179/statm: 55893 39821 672 633 0 40966 0
[pid=186179/tid=186181] ppid=186176 vsize=223572 memory=158772 CPUtime=1353.78 cores=1,3
/proc/186179/task/186181/stat : 186181 (pb_competition_) R 186176 186179 185383 0 -1 4194368 54472 0 0 0 135219 159 0 0 20 0 2 0 239520214 228937728 39821 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
Current children cumulated CPU time: 3536.16 s
Current children cumulated vsize: 223572 KiB
Current children cumulated memory: 159284 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2243 s]*
/proc/loadavg: 4.86 5.15 5.53 4/241 186458
/proc/meminfo: memFree=99348588/131382116 swapFree=33010684/33010684
[pid=186179] ppid=186176 vsize=223572 memory=159284 CPUtime=3600.15 cores=1,3
/proc/186179/stat : 186179 (pb_competition_) R 186176 186179 185383 0 -1 4194304 513440 0 0 0 359691 324 0 0 20 0 2 0 239520213 228937728 39821 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
/proc/186179/statm: 55893 39821 672 633 0 40966 0
[pid=186179/tid=186181] ppid=186176 vsize=223572 memory=-8969408583830758751 CPUtime=1377.43 cores=1,3
/proc/186179/task/186181/stat : 186181 (pb_competition_) R 186176 186179 185383 0 -1 4194368 54472 0 0 0 137578 165 0 0 20 0 2 0 239520214 228937728 39821 18446744073709551615 4198400 6788177 140736003520832 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 23949312 140736003529048 140736003529174 140736003529174 140736003534778 0
Current children cumulated CPU time: 3600.15 s
Current children cumulated vsize: 223572 KiB
Current children cumulated memory: 159284 KiB

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

[startup+2243.09 s]
# the end of solver process 186179 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=3597.01 s, system=3.24538 s

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

Child status: 0

Real time (s): 2243.09
CPU time (s): 3600.26
CPU user time (s): 3597.01
CPU system time (s): 3.24538
CPU usage (%): 160.504
Max. virtual memory (cumulated for all children) (KiB): 223572
Max. memory (cumulated for all children) (KiB): 159284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.01
system time used= 3.24539
maximum resident set size= 159284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 518422
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= 113719
involuntary context switches= 37150


# summary of solver processes directly reported to runsolver:
#   pid: 186179
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3597.01
#   total CPU system time (s): 3.24538

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.1378 second user time and 11.2748 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-23 04:40:05
IDJOB=4545386
IDBENCH=180853
IDSOLVER=3347
FILE ID=nodeC011/4545386-1753238405
RUNJOBID= nodeC011-1753232411-185395
SLURM_JOB_ID= 9687844
Free space on /tmp= 432764 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-MisteryShopper-mini-5-08-2-6-0_c24.opb
COMMAND LINE= pb_competition_2025_solver -k -1 -t -1.0 -j NBCORE -r RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545386-1753238405/watcher-4545386-1753238405 -o /tmp/evaluation-result-4545386-1753238405/solver-4545386-1753238405 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1753232411-185395 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 886497936 HOME/instance-4545386-1753238405.opb

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

MD5SUM BENCH= 4a1d9056c3b02bcfb80521d72596a62f
RANDOM SEED=886497936

nodeC011 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		: 3492.066
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	: 6984.20
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.474
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	: 6984.20
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.789
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	: 6984.20
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.292
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	: 6984.20
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		: 3492.533
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	: 6984.20
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		: 3662.812
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        96373056 kB
MemAvailable:   126707456 kB
Buffers:            3276 kB
Cached:         31103860 kB
SwapCached:            0 kB
Active:          3683596 kB
Inactive:       30588168 kB
Active(anon):    3188704 kB
Inactive(anon):     2076 kB
Active(file):     494892 kB
Inactive(file): 30586092 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6668 kB
Writeback:             4 kB
AnonPages:       3167356 kB
Mapped:           117040 kB
Shmem:             26152 kB
KReclaimable:     185700 kB
Slab:             278824 kB
SReclaimable:     185700 kB
SUnreclaim:        93124 kB
KernelStack:        4096 kB
PageTables:         9164 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    3533204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149496 kB
VmallocChunk:          0 kB
Percpu:             3968 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2535424 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432800 MiB
End job on nodeC011 at 2025-07-23 05:17:28