Trace number 4514228

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.15 1809.41

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
rand6reg/normalized-rand6reg-v091-n3.opb
MD5SUMc981ca1603e2aa1abfaebeb08d0e93e7
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.021723
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables273
Total number of constraints91
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)91
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 7
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: 273
0.00/0.00	c #constraint: 91
0.00/0.00	c #equal: 91
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: 1250724507
3600.14/1809.40	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: 63665 MiB (63000 MiB free)
  memory of node 1: 64507 MiB (63679 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514228-1751229108/watcher-4514228-1751229108 -o /tmp/evaluation-result-4514228-1751229108/solver-4514228-1751229108 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751229108-33731 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1250724507 HOME/instance-4514228-1751229108.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=33784, runsolver pid=33771

[startup+0.100056 s]*
/proc/loadavg: 1.21 1.32 2.25 10/268 33793
/proc/meminfo: memFree=129720116/131249996 swapFree=33010684/33010684
[pid=33784] ppid=33771 vsize=78500 memory=3968 CPUtime=0.17 cores=4,6
/proc/33784/stat : 33784 (pb_competition_) R 33771 33784 33720 0 -1 4194304 498 0 0 0 17 0 0 0 20 0 2 0 38588521 80384000 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
/proc/33784/statm: 19625 992 672 633 0 2489 0
[pid=33784/tid=33787] ppid=33771 vsize=78500 memory=4026532124 CPUtime=0.07 cores=4,6
/proc/33784/task/33787/stat : 33787 (pb_competition_) R 33771 33784 33720 0 -1 4194368 15 0 0 0 7 0 0 0 20 0 2 0 38588521 80384000 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 78500 KiB
Current children cumulated memory: 3968 KiB

[startup+0.205306 s]*
/proc/loadavg: 1.21 1.32 2.25 8/268 33793
/proc/meminfo: memFree=129719992/131249996 swapFree=33010684/33010684
[pid=33784] ppid=33771 vsize=78500 memory=3968 CPUtime=0.37 cores=4,6
/proc/33784/stat : 33784 (pb_competition_) R 33771 33784 33720 0 -1 4194304 498 0 0 0 36 1 0 0 20 0 2 0 38588521 80384000 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
/proc/33784/statm: 19625 992 672 633 0 2489 0
[pid=33784/tid=33787] ppid=33771 vsize=78500 memory=4208735117501333788 CPUtime=0.17 cores=4,6
/proc/33784/task/33787/stat : 33787 (pb_competition_) R 33771 33784 33720 0 -1 4194368 15 0 0 0 17 0 0 0 20 0 2 0 38588521 80384000 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 78500 KiB
Current children cumulated memory: 3968 KiB

[startup+0.304854 s]*
/proc/loadavg: 1.21 1.32 2.25 9/268 33793
/proc/meminfo: memFree=129720168/131249996 swapFree=33010684/33010684
[pid=33784] ppid=33771 vsize=78500 memory=3968 CPUtime=0.56 cores=4,6
/proc/33784/stat : 33784 (pb_competition_) R 33771 33784 33720 0 -1 4194304 498 0 0 0 54 2 0 0 20 0 2 0 38588521 80384000 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
/proc/33784/statm: 19625 992 672 633 0 2489 0
[pid=33784/tid=33787] ppid=33771 vsize=78500 memory=7970394455459250801 CPUtime=0.27 cores=4,6
/proc/33784/task/33787/stat : 33787 (pb_competition_) R 33771 33784 33720 0 -1 4194368 15 0 0 0 27 0 0 0 20 0 2 0 38588521 80384000 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 78500 KiB
Current children cumulated memory: 3968 KiB

[startup+0.700111 s]
/proc/loadavg: 1.21 1.32 2.25 9/268 33793
/proc/meminfo: memFree=129720168/131249996 swapFree=33010684/33010684
[pid=33784] ppid=33771 vsize=78500 memory=3968 CPUtime=1.32 cores=4,6
/proc/33784/stat : 33784 (pb_competition_) R 33771 33784 33720 0 -1 4194304 501 0 0 0 128 4 0 0 20 0 2 0 38588521 80384000 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
/proc/33784/statm: 19625 992 672 633 0 2489 0
[pid=33784/tid=33787] ppid=33771 vsize=78500 memory=17664 CPUtime=0.64 cores=4,6
/proc/33784/task/33787/stat : 33787 (pb_competition_) R 33771 33784 33720 0 -1 4194368 15 0 0 0 64 0 0 0 20 0 2 0 38588521 80384000 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
Current children cumulated CPU time: 1.32 s
Current children cumulated vsize: 78500 KiB
Current children cumulated memory: 3968 KiB

[startup+1.50012 s]
/proc/loadavg: 1.21 1.32 2.25 10/268 33793
/proc/meminfo: memFree=129720168/131249996 swapFree=33010684/33010684
[pid=33784] ppid=33771 vsize=78500 memory=3968 CPUtime=2.91 cores=4,6
/proc/33784/stat : 33784 (pb_competition_) R 33771 33784 33720 0 -1 4194304 820 0 0 0 283 8 0 0 20 0 2 0 38588521 80384000 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
/proc/33784/statm: 19625 992 672 633 0 2489 0
[pid=33784/tid=33787] ppid=33771 vsize=78500 memory=17664 CPUtime=1.43 cores=4,6
/proc/33784/task/33787/stat : 33787 (pb_competition_) R 33771 33784 33720 0 -1 4194368 83 0 0 0 143 0 0 0 20 0 2 0 38588521 80384000 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
Current children cumulated CPU time: 2.91 s
Current children cumulated vsize: 78500 KiB
Current children cumulated memory: 3968 KiB

[startup+3.10462 s]
/proc/loadavg: 1.68 1.41 2.27 9/268 33793
/proc/meminfo: memFree=129720220/131249996 swapFree=33010684/33010684
[pid=33784] ppid=33771 vsize=78500 memory=3968 CPUtime=6.09 cores=4,6
/proc/33784/stat : 33784 (pb_competition_) R 33771 33784 33720 0 -1 4194304 1132 0 0 0 593 16 0 0 20 0 2 0 38588521 80384000 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
/proc/33784/statm: 19625 992 672 633 0 2489 0
[pid=33784/tid=33787] ppid=33771 vsize=78500 memory=14592 CPUtime=3.01 cores=4,6
/proc/33784/task/33787/stat : 33787 (pb_competition_) R 33771 33784 33720 0 -1 4194368 93 0 0 0 301 0 0 0 20 0 2 0 38588521 80384000 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
Current children cumulated CPU time: 6.09 s
Current children cumulated vsize: 78500 KiB
Current children cumulated memory: 3968 KiB

[startup+6.3001 s]
/proc/loadavg: 1.68 1.41 2.27 10/268 33793
/proc/meminfo: memFree=129721040/131249996 swapFree=33010684/33010684
[pid=33784] ppid=33771 vsize=78500 memory=3968 CPUtime=12.45 cores=4,6
/proc/33784/stat : 33784 (pb_competition_) R 33771 33784 33720 0 -1 4194304 1442 0 0 0 1213 32 0 0 20 0 2 0 38588521 80384000 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
/proc/33784/statm: 19625 992 672 633 0 2489 0
[pid=33784/tid=33787] ppid=33771 vsize=78500 memory=3968 CPUtime=6.19 cores=4,6
/proc/33784/task/33787/stat : 33787 (pb_competition_) R 33771 33784 33720 0 -1 4194368 211 0 0 0 618 1 0 0 20 0 2 0 38588521 80384000 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
Current children cumulated CPU time: 12.45 s
Current children cumulated vsize: 78500 KiB
Current children cumulated memory: 3968 KiB

[startup+12.7001 s]
/proc/loadavg: 2.10 1.50 2.30 9/268 33793
/proc/meminfo: memFree=129721544/131249996 swapFree=33010684/33010684
[pid=33784] ppid=33771 vsize=78500 memory=3968 CPUtime=25.19 cores=4,6
/proc/33784/stat : 33784 (pb_competition_) R 33771 33784 33720 0 -1 4194304 1471 0 0 0 2458 61 0 0 20 0 2 0 38588521 80384000 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
/proc/33784/statm: 19625 992 672 633 0 2489 0
[pid=33784/tid=33787] ppid=33771 vsize=78500 memory=7969831505506025841 CPUtime=12.56 cores=4,6
/proc/33784/task/33787/stat : 33787 (pb_competition_) R 33771 33784 33720 0 -1 4194368 216 0 0 0 1253 3 0 0 20 0 2 0 38588521 80384000 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
Current children cumulated CPU time: 25.19 s
Current children cumulated vsize: 78500 KiB
Current children cumulated memory: 3968 KiB

[startup+25.5001 s]
/proc/loadavg: 3.26 1.79 2.38 9/268 33793
/proc/meminfo: memFree=129722332/131249996 swapFree=33010684/33010684
[pid=33784] ppid=33771 vsize=78500 memory=3968 CPUtime=50.64 cores=4,6
/proc/33784/stat : 33784 (pb_competition_) R 33771 33784 33720 0 -1 4194304 1784 0 0 0 4943 121 0 0 20 0 2 0 38588521 80384000 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
/proc/33784/statm: 19625 992 672 633 0 2489 0
[pid=33784/tid=33787] ppid=33771 vsize=78500 memory=3968 CPUtime=25.29 cores=4,6
/proc/33784/task/33787/stat : 33787 (pb_competition_) R 33771 33784 33720 0 -1 4194368 317 0 0 0 2523 6 0 0 20 0 2 0 38588521 80384000 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
Current children cumulated CPU time: 50.64 s
Current children cumulated vsize: 78500 KiB
Current children cumulated memory: 3968 KiB

[startup+51.1047 s]
/proc/loadavg: 4.54 2.21 2.50 9/268 33794
/proc/meminfo: memFree=129723092/131249996 swapFree=33010684/33010684
[pid=33784] ppid=33771 vsize=78632 memory=3968 CPUtime=101.58 cores=4,6
/proc/33784/stat : 33784 (pb_competition_) R 33771 33784 33720 0 -1 4194304 2134 0 0 0 9913 245 0 0 20 0 2 0 38588521 80519168 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
/proc/33784/statm: 19658 992 672 633 0 2522 0
[pid=33784/tid=33787] ppid=33771 vsize=78632 memory=3968 CPUtime=50.76 cores=4,6
/proc/33784/task/33787/stat : 33787 (pb_competition_) R 33771 33784 33720 0 -1 4194368 441 0 0 0 5062 14 0 0 20 0 2 0 38588521 80519168 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
Current children cumulated CPU time: 101.58 s
Current children cumulated vsize: 78632 KiB
Current children cumulated memory: 3968 KiB

[startup+102.3 s]
/proc/loadavg: 6.12 3.00 2.76 9/268 33795
/proc/meminfo: memFree=129737680/131249996 swapFree=33010684/33010684
[pid=33784] ppid=33771 vsize=78632 memory=3968 CPUtime=203.41 cores=4,6
/proc/33784/stat : 33784 (pb_competition_) R 33771 33784 33720 0 -1 4194304 2720 0 0 0 19846 495 0 0 20 0 2 0 38588521 80519168 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
/proc/33784/statm: 19658 992 672 633 0 2522 0
[pid=33784/tid=33787] ppid=33771 vsize=78632 memory=14592 CPUtime=101.66 cores=4,6
/proc/33784/task/33787/stat : 33787 (pb_competition_) R 33771 33784 33720 0 -1 4194368 655 0 0 0 10134 32 0 0 20 0 2 0 38588521 80519168 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
Current children cumulated CPU time: 203.41 s
Current children cumulated vsize: 78632 KiB
Current children cumulated memory: 3968 KiB

[startup+162.3 s]
/proc/loadavg: 7.08 3.85 3.07 9/269 33801
/proc/meminfo: memFree=129741436/131249996 swapFree=33010684/33010684
[pid=33784] ppid=33771 vsize=78632 memory=3968 CPUtime=322.81 cores=4,6
/proc/33784/stat : 33784 (pb_competition_) R 33771 33784 33720 0 -1 4194304 3357 0 0 0 31497 784 0 0 20 0 2 0 38588521 80519168 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
/proc/33784/statm: 19658 992 672 633 0 2522 0
[pid=33784/tid=33787] ppid=33771 vsize=78632 memory=3968 CPUtime=161.37 cores=4,6
/proc/33784/task/33787/stat : 33787 (pb_competition_) R 33771 33784 33720 0 -1 4194368 948 0 0 0 16085 52 0 0 20 0 2 0 38588521 80519168 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
Current children cumulated CPU time: 322.81 s
Current children cumulated vsize: 78632 KiB
Current children cumulated memory: 3968 KiB

[startup+222.3 s]
/proc/loadavg: 7.08 4.44 3.32 9/269 33808
/proc/meminfo: memFree=129740312/131249996 swapFree=33010684/33010684
[pid=33784] ppid=33771 vsize=78632 memory=3968 CPUtime=442.2 cores=4,6
/proc/33784/stat : 33784 (pb_competition_) R 33771 33784 33720 0 -1 4194304 3632 0 0 0 43144 1076 0 0 20 0 2 0 38588521 80519168 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
/proc/33784/statm: 19658 992 672 633 0 2522 0
[pid=33784/tid=33787] ppid=33771 vsize=78632 memory=14592 CPUtime=221.08 cores=4,6
/proc/33784/task/33787/stat : 33787 (pb_competition_) R 33771 33784 33720 0 -1 4194368 1032 0 0 0 22033 75 0 0 20 0 2 0 38588521 80519168 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
Current children cumulated CPU time: 442.2 s
Current children cumulated vsize: 78632 KiB
Current children cumulated memory: 3968 KiB

[startup+282.3 s]
/proc/loadavg: 7.15 4.94 3.57 9/269 33810
/proc/meminfo: memFree=129741168/131249996 swapFree=33010684/33010684
[pid=33784] ppid=33771 vsize=78632 memory=3968 CPUtime=561.62 cores=4,6
/proc/33784/stat : 33784 (pb_competition_) R 33771 33784 33720 0 -1 4194304 3707 0 0 0 54790 1372 0 0 20 0 2 0 38588521 80519168 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
/proc/33784/statm: 19658 992 672 633 0 2522 0
[pid=33784/tid=33787] ppid=33771 vsize=78632 memory=3968 CPUtime=280.79 cores=4,6
/proc/33784/task/33787/stat : 33787 (pb_competition_) R 33771 33784 33720 0 -1 4194368 1066 0 0 0 27981 98 0 0 20 0 2 0 38588521 80519168 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
Current children cumulated CPU time: 561.62 s
Current children cumulated vsize: 78632 KiB
Current children cumulated memory: 3968 KiB

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

/proc/meminfo: memFree=129738112/131249996 swapFree=33010684/33010684
[pid=33784] ppid=33771 vsize=78632 memory=3968 CPUtime=2352.04 cores=4,6
/proc/33784/stat : 33784 (pb_competition_) R 33771 33784 33720 0 -1 4194304 5962 0 0 0 229614 5590 0 0 20 0 2 0 38588521 80519168 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
/proc/33784/statm: 19658 992 672 633 0 2522 0
[pid=33784/tid=33787] ppid=33771 vsize=78632 memory=17664 CPUtime=1175.7 cores=4,6
/proc/33784/task/33787/stat : 33787 (pb_competition_) R 33771 33784 33720 0 -1 4194368 1493 0 0 0 117163 407 0 0 20 0 2 0 38588521 80519168 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
Current children cumulated CPU time: 2352.04 s
Current children cumulated vsize: 78632 KiB
Current children cumulated memory: 3968 KiB

[startup+1242.3 s]
/proc/loadavg: 8.00 7.43 6.05 10/269 33856
/proc/meminfo: memFree=129736980/131249996 swapFree=33010684/33010684
[pid=33784] ppid=33771 vsize=78632 memory=3968 CPUtime=2471.45 cores=4,6
/proc/33784/stat : 33784 (pb_competition_) R 33771 33784 33720 0 -1 4194304 5962 0 0 0 241270 5875 0 0 20 0 2 0 38588521 80519168 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
/proc/33784/statm: 19658 992 672 633 0 2522 0
[pid=33784/tid=33787] ppid=33771 vsize=78632 memory=14592 CPUtime=1235.41 cores=4,6
/proc/33784/task/33787/stat : 33787 (pb_competition_) R 33771 33784 33720 0 -1 4194368 1493 0 0 0 123115 426 0 0 20 0 2 0 38588521 80519168 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
Current children cumulated CPU time: 2471.45 s
Current children cumulated vsize: 78632 KiB
Current children cumulated memory: 3968 KiB

[startup+1302.3 s]
/proc/loadavg: 8.04 7.55 6.18 10/268 33858
/proc/meminfo: memFree=129737128/131249996 swapFree=33010684/33010684
[pid=33784] ppid=33771 vsize=78632 memory=3968 CPUtime=2590.88 cores=4,6
/proc/33784/stat : 33784 (pb_competition_) R 33771 33784 33720 0 -1 4194304 6303 0 0 0 252928 6160 0 0 20 0 2 0 38588521 80519168 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
/proc/33784/statm: 19658 992 672 633 0 2522 0
[pid=33784/tid=33787] ppid=33771 vsize=78632 memory=3968 CPUtime=1295.13 cores=4,6
/proc/33784/task/33787/stat : 33787 (pb_competition_) R 33771 33784 33720 0 -1 4194368 1603 0 0 0 129069 444 0 0 20 0 2 0 38588521 80519168 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
Current children cumulated CPU time: 2590.88 s
Current children cumulated vsize: 78632 KiB
Current children cumulated memory: 3968 KiB

[startup+1362.3 s]
/proc/loadavg: 8.12 7.67 6.30 10/269 33863
/proc/meminfo: memFree=129749624/131249996 swapFree=33010684/33010684
[pid=33784] ppid=33771 vsize=78632 memory=3968 CPUtime=2710.29 cores=4,6
/proc/33784/stat : 33784 (pb_competition_) R 33771 33784 33720 0 -1 4194304 6642 0 0 0 264587 6442 0 0 20 0 2 0 38588521 80519168 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
/proc/33784/statm: 19658 992 672 633 0 2522 0
[pid=33784/tid=33787] ppid=33771 vsize=78632 memory=3968 CPUtime=1354.85 cores=4,6
/proc/33784/task/33787/stat : 33787 (pb_competition_) R 33771 33784 33720 0 -1 4194368 1719 0 0 0 135022 463 0 0 20 0 2 0 38588521 80519168 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
Current children cumulated CPU time: 2710.29 s
Current children cumulated vsize: 78632 KiB
Current children cumulated memory: 3968 KiB

[startup+1422.3 s]
/proc/loadavg: 8.04 7.73 6.41 10/269 33869
/proc/meminfo: memFree=129749452/131249996 swapFree=33010684/33010684
[pid=33784] ppid=33771 vsize=78632 memory=3968 CPUtime=2829.71 cores=4,6
/proc/33784/stat : 33784 (pb_competition_) R 33771 33784 33720 0 -1 4194304 6978 0 0 0 276239 6732 0 0 20 0 2 0 38588521 80519168 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
/proc/33784/statm: 19658 992 672 633 0 2522 0
[pid=33784/tid=33787] ppid=33771 vsize=78632 memory=3968 CPUtime=1414.57 cores=4,6
/proc/33784/task/33787/stat : 33787 (pb_competition_) R 33771 33784 33720 0 -1 4194368 1807 0 0 0 140976 481 0 0 20 0 2 0 38588521 80519168 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
Current children cumulated CPU time: 2829.71 s
Current children cumulated vsize: 78632 KiB
Current children cumulated memory: 3968 KiB

[startup+1482.3 s]
/proc/loadavg: 8.13 7.81 6.53 10/268 33871
/proc/meminfo: memFree=129749068/131249996 swapFree=33010684/33010684
[pid=33784] ppid=33771 vsize=78632 memory=3968 CPUtime=2949.13 cores=4,6
/proc/33784/stat : 33784 (pb_competition_) R 33771 33784 33720 0 -1 4194304 7311 0 0 0 287905 7008 0 0 20 0 2 0 38588521 80519168 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
/proc/33784/statm: 19658 992 672 633 0 2522 0
[pid=33784/tid=33787] ppid=33771 vsize=78632 memory=3968 CPUtime=1474.28 cores=4,6
/proc/33784/task/33787/stat : 33787 (pb_competition_) R 33771 33784 33720 0 -1 4194368 1819 0 0 0 146933 495 0 0 20 0 2 0 38588521 80519168 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
Current children cumulated CPU time: 2949.13 s
Current children cumulated vsize: 78632 KiB
Current children cumulated memory: 3968 KiB

[startup+1542.3 s]
/proc/loadavg: 8.06 7.85 6.62 10/268 33874
/proc/meminfo: memFree=129747972/131249996 swapFree=33010684/33010684
[pid=33784] ppid=33771 vsize=78632 memory=3968 CPUtime=3068.56 cores=4,6
/proc/33784/stat : 33784 (pb_competition_) R 33771 33784 33720 0 -1 4194304 7646 0 0 0 299566 7290 0 0 20 0 2 0 38588521 80519168 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
/proc/33784/statm: 19658 992 672 633 0 2522 0
[pid=33784/tid=33787] ppid=33771 vsize=78632 memory=3968 CPUtime=1534.01 cores=4,6
/proc/33784/task/33787/stat : 33787 (pb_competition_) R 33771 33784 33720 0 -1 4194368 1887 0 0 0 152888 513 0 0 20 0 2 0 38588521 80519168 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
Current children cumulated CPU time: 3068.56 s
Current children cumulated vsize: 78632 KiB
Current children cumulated memory: 3968 KiB

[startup+1602.3 s]
/proc/loadavg: 7.58 7.77 6.67 9/268 33876
/proc/meminfo: memFree=129748788/131249996 swapFree=33010684/33010684
[pid=33784] ppid=33771 vsize=78632 memory=3968 CPUtime=3187.96 cores=4,6
/proc/33784/stat : 33784 (pb_competition_) R 33771 33784 33720 0 -1 4194304 7646 0 0 0 311229 7567 0 0 20 0 2 0 38588521 80519168 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
/proc/33784/statm: 19658 992 672 633 0 2522 0
[pid=33784/tid=33787] ppid=33771 vsize=78632 memory=3968 CPUtime=1593.71 cores=4,6
/proc/33784/task/33787/stat : 33787 (pb_competition_) R 33771 33784 33720 0 -1 4194368 1887 0 0 0 158841 530 0 0 20 0 2 0 38588521 80519168 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
Current children cumulated CPU time: 3187.96 s
Current children cumulated vsize: 78632 KiB
Current children cumulated memory: 3968 KiB

[startup+1662.3 s]
/proc/loadavg: 7.28 7.64 6.70 9/267 33878
/proc/meminfo: memFree=129748780/131249996 swapFree=33010684/33010684
[pid=33784] ppid=33771 vsize=78632 memory=3968 CPUtime=3307.38 cores=4,6
/proc/33784/stat : 33784 (pb_competition_) R 33771 33784 33720 0 -1 4194304 7970 0 0 0 322888 7850 0 0 20 0 2 0 38588521 80519168 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
/proc/33784/statm: 19658 992 672 633 0 2522 0
[pid=33784/tid=33787] ppid=33771 vsize=78632 memory=3968 CPUtime=1653.43 cores=4,6
/proc/33784/task/33787/stat : 33787 (pb_competition_) R 33771 33784 33720 0 -1 4194368 1989 0 0 0 164793 550 0 0 20 0 2 0 38588521 80519168 992 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
Current children cumulated CPU time: 3307.38 s
Current children cumulated vsize: 78632 KiB
Current children cumulated memory: 3968 KiB

[startup+1722.3 s]
/proc/loadavg: 7.15 7.54 6.73 9/267 33880
/proc/meminfo: memFree=129747968/131249996 swapFree=33010684/33010684
[pid=33784] ppid=33771 vsize=78632 memory=4096 CPUtime=3426.79 cores=4,6
/proc/33784/stat : 33784 (pb_competition_) R 33771 33784 33720 0 -1 4194304 7983 0 0 0 334554 8125 0 0 20 0 2 0 38588521 80519168 1024 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
/proc/33784/statm: 19658 1024 672 633 0 2522 0
[pid=33784/tid=33787] ppid=33771 vsize=78632 memory=4096 CPUtime=1713.14 cores=4,6
/proc/33784/task/33787/stat : 33787 (pb_competition_) R 33771 33784 33720 0 -1 4194368 1990 0 0 0 170743 571 0 0 20 0 2 0 38588521 80519168 1024 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
Current children cumulated CPU time: 3426.79 s
Current children cumulated vsize: 78632 KiB
Current children cumulated memory: 4096 KiB

[startup+1782.3 s]
/proc/loadavg: 7.10 7.45 6.75 9/268 33894
/proc/meminfo: memFree=129747328/131249996 swapFree=33010684/33010684
[pid=33784] ppid=33771 vsize=78632 memory=4096 CPUtime=3546.2 cores=4,6
/proc/33784/stat : 33784 (pb_competition_) R 33771 33784 33720 0 -1 4194304 7983 0 0 0 346218 8402 0 0 20 0 2 0 38588521 80519168 1024 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
/proc/33784/statm: 19658 1024 672 633 0 2522 0
[pid=33784/tid=33787] ppid=33771 vsize=78632 memory=4096 CPUtime=1772.86 cores=4,6
/proc/33784/task/33787/stat : 33787 (pb_competition_) R 33771 33784 33720 0 -1 4194368 1990 0 0 0 176697 589 0 0 20 0 2 0 38588521 80519168 1024 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
Current children cumulated CPU time: 3546.2 s
Current children cumulated vsize: 78632 KiB
Current children cumulated memory: 4096 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.4 s]
/proc/loadavg: 7.11 7.42 6.77 9/268 33895
/proc/meminfo: memFree=129746624/131249996 swapFree=33010684/33010684
[pid=33784] ppid=33771 vsize=78632 memory=4096 CPUtime=3600.14 cores=4,6
/proc/33784/stat : 33784 (pb_competition_) R 33771 33784 33720 0 -1 4194304 8317 0 0 0 351484 8530 0 0 20 0 2 0 38588521 80519168 1024 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
/proc/33784/statm: 19658 1024 672 633 0 2522 0
[pid=33784/tid=33787] ppid=33771 vsize=78632 memory=2220 CPUtime=1799.82 cores=4,6
/proc/33784/task/33787/stat : 33787 (pb_competition_) R 33771 33784 33720 0 -1 4194368 2000 0 0 0 179386 596 0 0 20 0 2 0 38588521 80519168 1024 18446744073709551615 4198400 6788177 140732937603696 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 39407616 140732937607513 140732937607640 140732937607640 140732937613242 0
Current children cumulated CPU time: 3600.14 s
Current children cumulated vsize: 78632 KiB
Current children cumulated memory: 4096 KiB

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

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

# cumulated CPU time of all completed processes:  user=3514.85 s, system=85.3019 s

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

Child status: 0

Real time (s): 1809.41
CPU time (s): 3600.15
CPU user time (s): 3514.85
CPU system time (s): 85.3019
CPU usage (%): 198.969
Max. virtual memory (cumulated for all children) (KiB): 78632
Max. memory (cumulated for all children) (KiB): 4096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3514.85
system time used= 85.3019
maximum resident set size= 4096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8351
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= 5562
involuntary context switches= 41684


# summary of solver processes directly reported to runsolver:
#   pid: 33784
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3514.85
#   total CPU system time (s): 85.3019

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.40739 second user time and 5.81001 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-29 22:31:48
IDJOB=4514228
IDBENCH=162614
IDSOLVER=3347
FILE ID=nodeC021/4514228-1751229108
RUNJOBID= nodeC021-1751229108-33731
SLURM_JOB_ID= 9587693
Free space on /tmp= 433064 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/rand6reg/normalized-rand6reg-v091-n3.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-4514228-1751229108/watcher-4514228-1751229108 -o /tmp/evaluation-result-4514228-1751229108/solver-4514228-1751229108 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751229108-33731 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1250724507 HOME/instance-4514228-1751229108.opb

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

MD5SUM BENCH= c981ca1603e2aa1abfaebeb08d0e93e7
RANDOM SEED=1250724507

nodeC021 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.299
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.56
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		: 3598.462
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.56
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.756
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.56
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.945
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129724720 kB
MemAvailable:   129757128 kB
Buffers:            3280 kB
Cached:           840796 kB
SwapCached:            0 kB
Active:           336628 kB
Inactive:         583456 kB
Active(anon):      94068 kB
Inactive(anon):        0 kB
Active(file):     242560 kB
Inactive(file):   583456 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             20776 kB
Writeback:             0 kB
AnonPages:         78928 kB
Mapped:           102636 kB
Shmem:             18060 kB
KReclaimable:      90864 kB
Slab:             176544 kB
SReclaimable:      90864 kB
SUnreclaim:        85680 kB
KernelStack:        4128 kB
PageTables:         2824 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     339672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433044 MiB
End job on nodeC021 at 2025-06-29 23:01:58