Trace number 4513796

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.16 1907.51

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/
normalized-3col-almost3reg-l025-r024-n1.opb
MD5SUM64a743feb09fa0a5aad8430fb5aaa74a
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 benchmark0.087257
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1428
Total number of constraints3044
Number of constraints which are clauses2568
Number of constraints which are cardinality constraints (but not clauses)476
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
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.00/0.00	c #variable: 1428
0.00/0.00	c #constraint: 3044
0.00/0.00	c #equal: 476
0.00/0.00	c intsize: 3
0.00/0.00	c sizeproduct: 0
0.00/0.00	c #soft: 0
0.00/0.00	c mincost: 0
0.00/0.00	c maxcost: 0
0.00/0.00	c sumcost: 0
0.00/0.00	c iteration_max: -1
0.00/0.00	c time_max: -1
0.00/0.00	c number_of_threads(move update): 2
0.00/0.00	c number_of_threads(move evaluation): 2
0.00/0.00	c seed: 1430644833
3600.14/1907.50	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: 63708 MiB (62858 MiB free)
  memory of node 1: 64465 MiB (63763 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513796-1751215665/watcher-4513796-1751215665 -o /tmp/evaluation-result-4513796-1751215665/solver-4513796-1751215665 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751207747-27805 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1430644833 HOME/instance-4513796-1751215665.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=28851, runsolver pid=28848

[startup+0.100059 s]*
/proc/loadavg: 7.65 7.82 7.62 8/267 28853
/proc/meminfo: memFree=129645864/131249988 swapFree=33010684/33010684
[pid=28851] ppid=28848 vsize=86520 memory=12800 CPUtime=0.13 cores=5,7
/proc/28851/stat : 28851 (pb_competition_) R 28848 28851 27792 0 -1 4194304 3027 0 0 0 13 0 0 0 20 0 2 0 37244109 88596480 3200 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
/proc/28851/statm: 21630 3200 672 633 0 4629 0
[pid=28851/tid=28853] ppid=28848 vsize=86520 memory=4026531960 CPUtime=0.04 cores=5,7
/proc/28851/task/28853/stat : 28853 (pb_competition_) S 28848 28851 27792 0 -1 4194368 171 0 0 0 4 0 0 0 20 0 2 0 37244109 88596480 3200 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 86520 KiB
Current children cumulated memory: 12800 KiB

[startup+0.205509 s]*
/proc/loadavg: 7.65 7.82 7.62 9/267 28853
/proc/meminfo: memFree=129645864/131249988 swapFree=33010684/33010684
[pid=28851] ppid=28848 vsize=86940 memory=13004 CPUtime=0.31 cores=5,7
/proc/28851/stat : 28851 (pb_competition_) R 28848 28851 27792 0 -1 4194304 3234 0 0 0 31 0 0 0 20 0 2 0 37244109 89026560 3251 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
/proc/28851/statm: 21735 3251 672 633 0 4734 0
[pid=28851/tid=28853] ppid=28848 vsize=86940 memory=664958721904869660 CPUtime=0.12 cores=5,7
/proc/28851/task/28853/stat : 28853 (pb_competition_) R 28848 28851 27792 0 -1 4194368 171 0 0 0 12 0 0 0 20 0 2 0 37244109 89026560 3251 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 86940 KiB
Current children cumulated memory: 13004 KiB

[startup+0.305152 s]*
/proc/loadavg: 7.65 7.82 7.62 9/267 28853
/proc/meminfo: memFree=129645864/131249988 swapFree=33010684/33010684
[pid=28851] ppid=28848 vsize=86940 memory=13132 CPUtime=0.49 cores=5,7
/proc/28851/stat : 28851 (pb_competition_) R 28848 28851 27792 0 -1 4194304 3251 0 0 0 49 0 0 0 20 0 2 0 37244109 89026560 3283 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
/proc/28851/statm: 21735 3283 672 633 0 4734 0
[pid=28851/tid=28853] ppid=28848 vsize=86940 memory=7971798536186707570 CPUtime=0.19 cores=5,7
/proc/28851/task/28853/stat : 28853 (pb_competition_) R 28848 28851 27792 0 -1 4194368 171 0 0 0 19 0 0 0 20 0 2 0 37244109 89026560 3283 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 86940 KiB
Current children cumulated memory: 13132 KiB

[startup+0.700151 s]
/proc/loadavg: 7.65 7.82 7.62 9/267 28853
/proc/meminfo: memFree=129645864/131249988 swapFree=33010684/33010684
[pid=28851] ppid=28848 vsize=87232 memory=13232 CPUtime=1.23 cores=5,7
/proc/28851/stat : 28851 (pb_competition_) R 28848 28851 27792 0 -1 4194304 3332 0 0 0 122 1 0 0 20 0 2 0 37244109 89325568 3308 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
/proc/28851/statm: 21808 3308 672 633 0 4807 0
[pid=28851/tid=28853] ppid=28848 vsize=87232 memory=17408 CPUtime=0.55 cores=5,7
/proc/28851/task/28853/stat : 28853 (pb_competition_) R 28848 28851 27792 0 -1 4194368 171 0 0 0 55 0 0 0 20 0 2 0 37244109 89325568 3308 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 87232 KiB
Current children cumulated memory: 13232 KiB

[startup+1.50014 s]
/proc/loadavg: 7.65 7.82 7.62 9/267 28853
/proc/meminfo: memFree=129646008/131249988 swapFree=33010684/33010684
[pid=28851] ppid=28848 vsize=87232 memory=13232 CPUtime=2.73 cores=5,7
/proc/28851/stat : 28851 (pb_competition_) R 28848 28851 27792 0 -1 4194304 5304 0 0 0 270 3 0 0 20 0 2 0 37244109 89325568 3308 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
/proc/28851/statm: 21808 3308 672 633 0 4807 0
[pid=28851/tid=28853] ppid=28848 vsize=87232 memory=17408 CPUtime=1.25 cores=5,7
/proc/28851/task/28853/stat : 28853 (pb_competition_) R 28848 28851 27792 0 -1 4194368 463 0 0 0 125 0 0 0 20 0 2 0 37244109 89325568 3308 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 87232 KiB
Current children cumulated memory: 13232 KiB

[startup+3.10507 s]
/proc/loadavg: 7.65 7.82 7.62 9/267 28853
/proc/meminfo: memFree=129646452/131249988 swapFree=33010684/33010684
[pid=28851] ppid=28848 vsize=87292 memory=13320 CPUtime=5.77 cores=5,7
/proc/28851/stat : 28851 (pb_competition_) R 28848 28851 27792 0 -1 4194304 7285 0 0 0 571 6 0 0 20 0 2 0 37244109 89387008 3330 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
/proc/28851/statm: 21823 3330 672 633 0 4822 0
[pid=28851/tid=28853] ppid=28848 vsize=87292 memory=13232 CPUtime=2.69 cores=5,7
/proc/28851/task/28853/stat : 28853 (pb_competition_) R 28848 28851 27792 0 -1 4194368 790 0 0 0 269 0 0 0 20 0 2 0 37244109 89387008 3330 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
Current children cumulated CPU time: 5.77 s
Current children cumulated vsize: 87292 KiB
Current children cumulated memory: 13320 KiB

[startup+6.30014 s]
/proc/loadavg: 7.68 7.82 7.62 8/267 28853
/proc/meminfo: memFree=129646704/131249988 swapFree=33010684/33010684
[pid=28851] ppid=28848 vsize=87316 memory=13428 CPUtime=11.87 cores=5,7
/proc/28851/stat : 28851 (pb_competition_) R 28848 28851 27792 0 -1 4194304 9575 0 0 0 1176 11 0 0 20 0 2 0 37244109 89411584 3357 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
/proc/28851/statm: 21829 3357 672 633 0 4828 0
[pid=28851/tid=28853] ppid=28848 vsize=87316 memory=17408 CPUtime=5.62 cores=5,7
/proc/28851/task/28853/stat : 28853 (pb_competition_) R 28848 28851 27792 0 -1 4194368 982 0 0 0 561 1 0 0 20 0 2 0 37244109 89411584 3357 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
Current children cumulated CPU time: 11.87 s
Current children cumulated vsize: 87316 KiB
Current children cumulated memory: 13428 KiB

[startup+12.7002 s]
/proc/loadavg: 7.70 7.82 7.62 9/267 28853
/proc/meminfo: memFree=129647224/131249988 swapFree=33010684/33010684
[pid=28851] ppid=28848 vsize=87292 memory=13348 CPUtime=24.23 cores=5,7
/proc/28851/stat : 28851 (pb_competition_) R 28848 28851 27792 0 -1 4194304 13322 0 0 0 2401 22 0 0 20 0 2 0 37244109 89387008 3337 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
/proc/28851/statm: 21823 3337 672 633 0 4822 0
[pid=28851/tid=28853] ppid=28848 vsize=87292 memory=13372 CPUtime=11.61 cores=5,7
/proc/28851/task/28853/stat : 28853 (pb_competition_) R 28848 28851 27792 0 -1 4194368 1581 0 0 0 1157 4 0 0 20 0 2 0 37244109 89387008 3337 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
Current children cumulated CPU time: 24.23 s
Current children cumulated vsize: 87292 KiB
Current children cumulated memory: 13348 KiB

[startup+25.5002 s]
/proc/loadavg: 7.76 7.83 7.63 9/267 28853
/proc/meminfo: memFree=129648004/131249988 swapFree=33010684/33010684
[pid=28851] ppid=28848 vsize=87316 memory=13576 CPUtime=48.9 cores=5,7
/proc/28851/stat : 28851 (pb_competition_) R 28848 28851 27792 0 -1 4194304 13966 0 0 0 4849 41 0 0 20 0 2 0 37244109 89411584 3394 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
/proc/28851/statm: 21829 3394 672 633 0 4828 0
[pid=28851/tid=28853] ppid=28848 vsize=87316 memory=13576 CPUtime=23.57 cores=5,7
/proc/28851/task/28853/stat : 28853 (pb_competition_) R 28848 28851 27792 0 -1 4194368 1581 0 0 0 2350 7 0 0 20 0 2 0 37244109 89411584 3394 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
Current children cumulated CPU time: 48.9 s
Current children cumulated vsize: 87316 KiB
Current children cumulated memory: 13576 KiB

[startup+51.1051 s]
/proc/loadavg: 7.70 7.81 7.63 9/267 28854
/proc/meminfo: memFree=129646036/131249988 swapFree=33010684/33010684
[pid=28851] ppid=28848 vsize=87292 memory=13548 CPUtime=98.22 cores=5,7
/proc/28851/stat : 28851 (pb_competition_) R 28848 28851 27792 0 -1 4194304 17615 0 0 0 9743 79 0 0 20 0 2 0 37244109 89387008 3387 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
/proc/28851/statm: 21823 3387 672 633 0 4822 0
[pid=28851/tid=28853] ppid=28848 vsize=87292 memory=17408 CPUtime=47.44 cores=5,7
/proc/28851/task/28853/stat : 28853 (pb_competition_) R 28848 28851 27792 0 -1 4194368 1989 0 0 0 4732 12 0 0 20 0 2 0 37244109 89387008 3387 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
Current children cumulated CPU time: 98.22 s
Current children cumulated vsize: 87292 KiB
Current children cumulated memory: 13548 KiB

[startup+102.3 s]
/proc/loadavg: 7.70 7.81 7.64 9/269 28858
/proc/meminfo: memFree=129649356/131249988 swapFree=33010684/33010684
[pid=28851] ppid=28848 vsize=87292 memory=15208 CPUtime=196.98 cores=5,7
/proc/28851/stat : 28851 (pb_competition_) R 28848 28851 27792 0 -1 4194304 23645 0 0 0 19538 160 0 0 20 0 2 0 37244109 89387008 3802 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
/proc/28851/statm: 21823 3802 672 633 0 4822 0
[pid=28851/tid=28853] ppid=28848 vsize=87292 memory=17408 CPUtime=95.34 cores=5,7
/proc/28851/task/28853/stat : 28853 (pb_competition_) R 28848 28851 27792 0 -1 4194368 2466 0 0 0 9509 25 0 0 20 0 2 0 37244109 89387008 3802 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
Current children cumulated CPU time: 196.98 s
Current children cumulated vsize: 87292 KiB
Current children cumulated memory: 15208 KiB

[startup+162.3 s]
/proc/loadavg: 7.78 7.81 7.65 8/270 28863
/proc/meminfo: memFree=129653724/131249988 swapFree=33010684/33010684
[pid=28851] ppid=28848 vsize=87292 memory=15220 CPUtime=311.32 cores=5,7
/proc/28851/stat : 28851 (pb_competition_) R 28848 28851 27792 0 -1 4194304 28125 0 0 0 30886 246 0 0 20 0 2 0 37244109 89387008 3805 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
/proc/28851/statm: 21823 3805 672 633 0 4822 0
[pid=28851/tid=28853] ppid=28848 vsize=87292 memory=5632 CPUtime=150.04 cores=5,7
/proc/28851/task/28853/stat : 28853 (pb_competition_) R 28848 28851 27792 0 -1 4194368 2704 0 0 0 14967 37 0 0 20 0 2 0 37244109 89387008 3805 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
Current children cumulated CPU time: 311.32 s
Current children cumulated vsize: 87292 KiB
Current children cumulated memory: 15220 KiB

[startup+222.3 s]
/proc/loadavg: 7.75 7.80 7.66 9/270 28865
/proc/meminfo: memFree=129653556/131249988 swapFree=33010684/33010684
[pid=28851] ppid=28848 vsize=87316 memory=15320 CPUtime=427.03 cores=5,7
/proc/28851/stat : 28851 (pb_competition_) R 28848 28851 27792 0 -1 4194304 32608 0 0 0 42359 344 0 0 20 0 2 0 37244109 89411584 3830 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
/proc/28851/statm: 21829 3830 672 633 0 4828 0
[pid=28851/tid=28853] ppid=28848 vsize=87316 memory=17408 CPUtime=206.15 cores=5,7
/proc/28851/task/28853/stat : 28853 (pb_competition_) R 28848 28851 27792 0 -1 4194368 2718 0 0 0 20560 55 0 0 20 0 2 0 37244109 89411584 3830 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
Current children cumulated CPU time: 427.03 s
Current children cumulated vsize: 87316 KiB
Current children cumulated memory: 15320 KiB

[startup+282.3 s]
/proc/loadavg: 8.18 7.90 7.70 9/270 28870
/proc/meminfo: memFree=129660324/131249988 swapFree=33010684/33010684
[pid=28851] ppid=28848 vsize=87316 memory=15376 CPUtime=542.69 cores=5,7
/proc/28851/stat : 28851 (pb_competition_) R 28848 28851 27792 0 -1 4194304 36344 0 0 0 53831 438 0 0 20 0 2 0 37244109 89411584 3844 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
/proc/28851/statm: 21829 3844 672 633 0 4828 0
[pid=28851/tid=28853] ppid=28848 vsize=87316 memory=15320 CPUtime=262.2 cores=5,7
/proc/28851/task/28853/stat : 28853 (pb_competition_) R 28848 28851 27792 0 -1 4194368 2746 0 0 0 26149 71 0 0 20 0 2 0 37244109 89411584 3844 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
Current children cumulated CPU time: 542.69 s
Current children cumulated vsize: 87316 KiB
Current children cumulated memory: 15376 KiB

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

/proc/meminfo: memFree=129608764/131249988 swapFree=33010684/33010684
[pid=28851] ppid=28848 vsize=87336 memory=15340 CPUtime=2560.36 cores=5,7
/proc/28851/stat : 28851 (pb_competition_) R 28848 28851 27792 0 -1 4194304 110839 0 0 0 254060 1976 0 0 20 0 2 0 37244109 89432064 3835 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
/proc/28851/statm: 21834 3835 672 633 0 4833 0
[pid=28851/tid=28853] ppid=28848 vsize=87336 memory=15348 CPUtime=1207.72 cores=5,7
/proc/28851/task/28853/stat : 28853 (pb_competition_) R 28848 28851 27792 0 -1 4194368 3386 0 0 0 120489 283 0 0 20 0 2 0 37244109 89432064 3835 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
Current children cumulated CPU time: 2560.36 s
Current children cumulated vsize: 87336 KiB
Current children cumulated memory: 15340 KiB

[startup+1422.3 s]
/proc/loadavg: 7.42 7.57 7.62 8/267 29027
/proc/meminfo: memFree=129610172/131249988 swapFree=33010684/33010684
[pid=28851] ppid=28848 vsize=87336 memory=15284 CPUtime=2674.82 cores=5,7
/proc/28851/stat : 28851 (pb_competition_) R 28848 28851 27792 0 -1 4194304 114066 0 0 0 265416 2066 0 0 20 0 2 0 37244109 89432064 3821 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
/proc/28851/statm: 21834 3821 672 633 0 4833 0
[pid=28851/tid=28853] ppid=28848 vsize=87336 memory=15348 CPUtime=1262.65 cores=5,7
/proc/28851/task/28853/stat : 28853 (pb_competition_) R 28848 28851 27792 0 -1 4194368 3386 0 0 0 125968 297 0 0 20 0 2 0 37244109 89432064 3821 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
Current children cumulated CPU time: 2674.82 s
Current children cumulated vsize: 87336 KiB
Current children cumulated memory: 15284 KiB

[startup+1482.3 s]
/proc/loadavg: 7.03 7.44 7.57 7/267 29031
/proc/meminfo: memFree=129609808/131249988 swapFree=33010684/33010684
[pid=28851] ppid=28848 vsize=87336 memory=15380 CPUtime=2789.32 cores=5,7
/proc/28851/stat : 28851 (pb_competition_) R 28848 28851 27792 0 -1 4194304 117392 0 0 0 276771 2161 0 0 20 0 2 0 37244109 89432064 3845 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
/proc/28851/statm: 21834 3845 672 633 0 4833 0
[pid=28851/tid=28853] ppid=28848 vsize=87336 memory=15380 CPUtime=1317.61 cores=5,7
/proc/28851/task/28853/stat : 28853 (pb_competition_) R 28848 28851 27792 0 -1 4194368 3386 0 0 0 131449 312 0 0 20 0 2 0 37244109 89432064 3845 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
Current children cumulated CPU time: 2789.32 s
Current children cumulated vsize: 87336 KiB
Current children cumulated memory: 15380 KiB

[startup+1542.3 s]
/proc/loadavg: 7.31 7.44 7.56 9/268 29034
/proc/meminfo: memFree=129611108/131249988 swapFree=33010684/33010684
[pid=28851] ppid=28848 vsize=87336 memory=15368 CPUtime=2903.84 cores=5,7
/proc/28851/stat : 28851 (pb_competition_) R 28848 28851 27792 0 -1 4194304 120939 0 0 0 288130 2254 0 0 20 0 2 0 37244109 89432064 3842 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
/proc/28851/statm: 21834 3842 672 633 0 4833 0
[pid=28851/tid=28853] ppid=28848 vsize=87336 memory=15380 CPUtime=1372.62 cores=5,7
/proc/28851/task/28853/stat : 28853 (pb_competition_) R 28848 28851 27792 0 -1 4194368 3386 0 0 0 136937 325 0 0 20 0 2 0 37244109 89432064 3842 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
Current children cumulated CPU time: 2903.84 s
Current children cumulated vsize: 87336 KiB
Current children cumulated memory: 15368 KiB

[startup+1602.3 s]
/proc/loadavg: 7.30 7.42 7.55 9/269 29039
/proc/meminfo: memFree=129609940/131249988 swapFree=33010684/33010684
[pid=28851] ppid=28848 vsize=87336 memory=15332 CPUtime=3018.27 cores=5,7
/proc/28851/stat : 28851 (pb_competition_) R 28848 28851 27792 0 -1 4194304 124845 0 0 0 299484 2343 0 0 20 0 2 0 37244109 89432064 3833 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
/proc/28851/statm: 21834 3833 672 633 0 4833 0
[pid=28851/tid=28853] ppid=28848 vsize=87336 memory=15380 CPUtime=1427.53 cores=5,7
/proc/28851/task/28853/stat : 28853 (pb_competition_) R 28848 28851 27792 0 -1 4194368 3386 0 0 0 142414 339 0 0 20 0 2 0 37244109 89432064 3833 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
Current children cumulated CPU time: 3018.27 s
Current children cumulated vsize: 87336 KiB
Current children cumulated memory: 15332 KiB

[startup+1662.3 s]
/proc/loadavg: 7.40 7.44 7.55 8/268 29041
/proc/meminfo: memFree=129610108/131249988 swapFree=33010684/33010684
[pid=28851] ppid=28848 vsize=87336 memory=15344 CPUtime=3132.68 cores=5,7
/proc/28851/stat : 28851 (pb_competition_) R 28848 28851 27792 0 -1 4194304 128668 0 0 0 310839 2429 0 0 20 0 2 0 37244109 89432064 3836 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
/proc/28851/statm: 21834 3836 672 633 0 4833 0
[pid=28851/tid=28853] ppid=28848 vsize=87336 memory=15380 CPUtime=1482.43 cores=5,7
/proc/28851/task/28853/stat : 28853 (pb_competition_) R 28848 28851 27792 0 -1 4194368 3386 0 0 0 147893 350 0 0 20 0 2 0 37244109 89432064 3836 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
Current children cumulated CPU time: 3132.68 s
Current children cumulated vsize: 87336 KiB
Current children cumulated memory: 15344 KiB

[startup+1722.3 s]
/proc/loadavg: 7.52 7.46 7.55 9/268 29043
/proc/meminfo: memFree=129610308/131249988 swapFree=33010684/33010684
[pid=28851] ppid=28848 vsize=87336 memory=15280 CPUtime=3247.1 cores=5,7
/proc/28851/stat : 28851 (pb_competition_) R 28848 28851 27792 0 -1 4194304 131945 0 0 0 322183 2527 0 0 20 0 2 0 37244109 89432064 3820 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
/proc/28851/statm: 21834 3820 672 633 0 4833 0
[pid=28851/tid=28853] ppid=28848 vsize=87336 memory=15380 CPUtime=1537.28 cores=5,7
/proc/28851/task/28853/stat : 28853 (pb_competition_) R 28848 28851 27792 0 -1 4194368 3401 0 0 0 153362 366 0 0 20 0 2 0 37244109 89432064 3820 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
Current children cumulated CPU time: 3247.1 s
Current children cumulated vsize: 87336 KiB
Current children cumulated memory: 15280 KiB

[startup+1782.3 s]
/proc/loadavg: 7.61 7.48 7.55 7/268 29090
/proc/meminfo: memFree=129627672/131249988 swapFree=33010684/33010684
[pid=28851] ppid=28848 vsize=87336 memory=15336 CPUtime=3361.56 cores=5,7
/proc/28851/stat : 28851 (pb_competition_) R 28848 28851 27792 0 -1 4194304 135338 0 0 0 333536 2620 0 0 20 0 2 0 37244109 89432064 3834 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
/proc/28851/statm: 21834 3834 672 633 0 4833 0
[pid=28851/tid=28853] ppid=28848 vsize=87336 memory=15336 CPUtime=1592.22 cores=5,7
/proc/28851/task/28853/stat : 28853 (pb_competition_) R 28848 28851 27792 0 -1 4194368 3401 0 0 0 158842 380 0 0 20 0 2 0 37244109 89432064 3834 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
Current children cumulated CPU time: 3361.56 s
Current children cumulated vsize: 87336 KiB
Current children cumulated memory: 15336 KiB

[startup+1842.3 s]
/proc/loadavg: 7.28 7.41 7.52 8/267 29092
/proc/meminfo: memFree=129627092/131249988 swapFree=33010684/33010684
[pid=28851] ppid=28848 vsize=87336 memory=15368 CPUtime=3475.88 cores=5,7
/proc/28851/stat : 28851 (pb_competition_) R 28848 28851 27792 0 -1 4194304 138649 0 0 0 344878 2710 0 0 20 0 2 0 37244109 89432064 3842 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
/proc/28851/statm: 21834 3842 672 633 0 4833 0
[pid=28851/tid=28853] ppid=28848 vsize=87336 memory=15336 CPUtime=1647.04 cores=5,7
/proc/28851/task/28853/stat : 28853 (pb_competition_) R 28848 28851 27792 0 -1 4194368 3430 0 0 0 164310 394 0 0 20 0 2 0 37244109 89432064 3842 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
Current children cumulated CPU time: 3475.88 s
Current children cumulated vsize: 87336 KiB
Current children cumulated memory: 15368 KiB

[startup+1902.3 s]
/proc/loadavg: 7.23 7.37 7.50 8/267 29094
/proc/meminfo: memFree=129615192/131249988 swapFree=33010684/33010684
[pid=28851] ppid=28848 vsize=87292 memory=15348 CPUtime=3590.21 cores=5,7
/proc/28851/stat : 28851 (pb_competition_) R 28848 28851 27792 0 -1 4194304 143413 0 0 0 356220 2801 0 0 20 0 2 0 37244109 89387008 3837 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
/proc/28851/statm: 21823 3837 672 633 0 4822 0
[pid=28851/tid=28853] ppid=28848 vsize=87292 memory=14848 CPUtime=1701.89 cores=5,7
/proc/28851/task/28853/stat : 28853 (pb_competition_) R 28848 28851 27792 0 -1 4194368 3430 0 0 0 169782 407 0 0 20 0 2 0 37244109 89387008 3837 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
Current children cumulated CPU time: 3590.21 s
Current children cumulated vsize: 87292 KiB
Current children cumulated memory: 15348 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1907.5 s]
/proc/loadavg: 7.22 7.36 7.50 8/267 29094
/proc/meminfo: memFree=129615192/131249988 swapFree=33010684/33010684
[pid=28851] ppid=28848 vsize=87336 memory=15348 CPUtime=3600.14 cores=5,7
/proc/28851/stat : 28851 (pb_competition_) R 28848 28851 27792 0 -1 4194304 143778 0 0 0 357206 2808 0 0 20 0 2 0 37244109 89432064 3837 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
/proc/28851/statm: 21834 3837 672 633 0 4833 0
[pid=28851/tid=28853] ppid=28848 vsize=87336 memory=14848 CPUtime=1706.65 cores=5,7
/proc/28851/task/28853/stat : 28853 (pb_competition_) R 28848 28851 27792 0 -1 4194368 3430 0 0 0 170257 408 0 0 20 0 2 0 37244109 89432064 3837 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
Current children cumulated CPU time: 3600.14 s
Current children cumulated vsize: 87336 KiB
Current children cumulated memory: 15348 KiB

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

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

# cumulated CPU time of all completed processes:  user=3572.08 s, system=28.0865 s

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

[startup+1907.5 s]
/proc/loadavg: 7.22 7.36 7.50 8/267 29094
/proc/meminfo: memFree=129615192/131249988 swapFree=33010684/33010684
[pid=28851] ppid=28848 vsize=87336 memory=15348 CPUtime=3600.14 cores=5,7
/proc/28851/stat : 28851 (pb_competition_) R 28848 28851 27792 0 -1 4194304 143778 0 0 0 357206 2808 0 0 20 0 2 0 37244109 89432064 3837 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
/proc/28851/statm: 21834 3837 672 633 0 4833 0
[pid=28851/tid=28853] ppid=28848 vsize=87336 memory=14848 CPUtime=1706.65 cores=5,7
/proc/28851/task/28853/stat : 28853 (pb_competition_) R 28848 28851 27792 0 -1 4194368 3430 0 0 0 170257 408 0 0 20 0 2 0 37244109 89432064 3837 18446744073709551615 4198400 6788177 140725606181376 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 40402944 140725606185305 140725606185432 140725606185432 140725606191034 0
Current children cumulated CPU time: 3600.14 s
Current children cumulated vsize: 87336 KiB
Current children cumulated memory: 15348 KiB

Child status: 0

Real time (s): 1907.51
CPU time (s): 3600.16
CPU user time (s): 3572.08
CPU system time (s): 28.0865
CPU usage (%): 188.736
Max. virtual memory (cumulated for all children) (KiB): 87468
Max. memory (cumulated for all children) (KiB): 15464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3572.08
system time used= 28.0865
maximum resident set size= 15528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143971
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= 131211
involuntary context switches= 68572


# summary of solver processes directly reported to runsolver:
#   pid: 28851
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3572.08
#   total CPU system time (s): 28.0865

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.70742 second user time and 8.21902 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-06-29 18:47:45
IDJOB=4513796
IDBENCH=162567
IDSOLVER=3347
FILE ID=nodeC020/4513796-1751215665
RUNJOBID= nodeC020-1751207747-27805
SLURM_JOB_ID= 9587638
Free space on /tmp= 433048 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/normalized-3col-almost3reg-l025-r024-n1.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-4513796-1751215665/watcher-4513796-1751215665 -o /tmp/evaluation-result-4513796-1751215665/solver-4513796-1751215665 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751207747-27805 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1430644833 HOME/instance-4513796-1751215665.opb

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

MD5SUM BENCH= 64a743feb09fa0a5aad8430fb5aaa74a
RANDOM SEED=1430644833

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129662268 kB
MemAvailable:   129752988 kB
Buffers:            3280 kB
Cached:           897480 kB
SwapCached:            0 kB
Active:           424424 kB
Inactive:         590180 kB
Active(anon):     131900 kB
Inactive(anon):        0 kB
Active(file):     292524 kB
Inactive(file):   590180 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5248 kB
Writeback:            24 kB
AnonPages:        116916 kB
Mapped:           111012 kB
Shmem:             18056 kB
KReclaimable:      94508 kB
Slab:             180528 kB
SReclaimable:      94508 kB
SUnreclaim:        86020 kB
KernelStack:        4336 kB
PageTables:         3284 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     475864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     45056 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433044 MiB
End job on nodeC020 at 2025-06-29 19:19:33