Trace number 4514048

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.07 1809.71

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
rand6reg/normalized-rand6reg-v071-n1.opb
MD5SUM6929a7343695a3957aad0265eef3dd9c
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.031444
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables213
Total number of constraints71
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)71
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: 213
0.00/0.00	c #constraint: 71
0.00/0.00	c #equal: 71
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: 97745569
3600.04/1809.70	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 (62993 MiB free)
  memory of node 1: 64507 MiB (60969 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514048-1751228328/watcher-4514048-1751228328 -o /tmp/evaluation-result-4514048-1751228328/solver-4514048-1751228328 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751228328-33807 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 97745569 HOME/instance-4514048-1751228328.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100056 s]*
/proc/loadavg: 1.22 2.13 3.04 9/270 33871
/proc/meminfo: memFree=126933656/131249996 swapFree=33010684/33010684
[pid=33854] ppid=33849 vsize=78364 memory=3708 CPUtime=0.17 cores=0,2
/proc/33854/stat : 33854 (pb_competition_) R 33849 33854 33797 0 -1 4194304 432 0 0 0 17 0 0 0 20 0 2 0 38510556 80244736 927 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
/proc/33854/statm: 19591 927 672 633 0 2455 0
[pid=33854/tid=33860] ppid=33849 vsize=78364 memory=4026532124 CPUtime=0.08 cores=0,2
/proc/33854/task/33860/stat : 33860 (pb_competition_) R 33849 33854 33797 0 -1 4194368 13 0 0 0 8 0 0 0 20 0 2 0 38510556 80244736 927 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 78364 KiB
Current children cumulated memory: 3708 KiB

[startup+0.205539 s]*
/proc/loadavg: 1.22 2.13 3.04 10/270 33871
/proc/meminfo: memFree=126933656/131249996 swapFree=33010684/33010684
[pid=33854] ppid=33849 vsize=78364 memory=3708 CPUtime=0.37 cores=0,2
/proc/33854/stat : 33854 (pb_competition_) R 33849 33854 33797 0 -1 4194304 432 0 0 0 37 0 0 0 20 0 2 0 38510556 80244736 927 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
/proc/33854/statm: 19591 927 672 633 0 2455 0
[pid=33854/tid=33860] ppid=33849 vsize=78364 memory=5983648042466672924 CPUtime=0.18 cores=0,2
/proc/33854/task/33860/stat : 33860 (pb_competition_) R 33849 33854 33797 0 -1 4194368 13 0 0 0 18 0 0 0 20 0 2 0 38510556 80244736 927 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 78364 KiB
Current children cumulated memory: 3708 KiB

[startup+0.304927 s]*
/proc/loadavg: 1.22 2.13 3.04 9/270 33871
/proc/meminfo: memFree=126933656/131249996 swapFree=33010684/33010684
[pid=33854] ppid=33849 vsize=78364 memory=3708 CPUtime=0.57 cores=0,2
/proc/33854/stat : 33854 (pb_competition_) R 33849 33854 33797 0 -1 4194304 437 0 0 0 56 1 0 0 20 0 2 0 38510556 80244736 927 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
/proc/33854/statm: 19591 927 672 633 0 2455 0
[pid=33854/tid=33860] ppid=33849 vsize=78364 memory=7969829310778064754 CPUtime=0.27 cores=0,2
/proc/33854/task/33860/stat : 33860 (pb_competition_) R 33849 33854 33797 0 -1 4194368 13 0 0 0 27 0 0 0 20 0 2 0 38510556 80244736 927 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 78364 KiB
Current children cumulated memory: 3708 KiB

[startup+0.700119 s]
/proc/loadavg: 1.22 2.13 3.04 9/270 33871
/proc/meminfo: memFree=126933656/131249996 swapFree=33010684/33010684
[pid=33854] ppid=33849 vsize=78364 memory=3708 CPUtime=1.33 cores=0,2
/proc/33854/stat : 33854 (pb_competition_) R 33849 33854 33797 0 -1 4194304 439 0 0 0 130 3 0 0 20 0 2 0 38510556 80244736 927 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
/proc/33854/statm: 19591 927 672 633 0 2455 0
[pid=33854/tid=33860] ppid=33849 vsize=78364 memory=17536 CPUtime=0.65 cores=0,2
/proc/33854/task/33860/stat : 33860 (pb_competition_) R 33849 33854 33797 0 -1 4194368 13 0 0 0 65 0 0 0 20 0 2 0 38510556 80244736 927 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
Current children cumulated CPU time: 1.33 s
Current children cumulated vsize: 78364 KiB
Current children cumulated memory: 3708 KiB

[startup+1.50012 s]
/proc/loadavg: 1.22 2.13 3.04 9/270 33871
/proc/meminfo: memFree=126933656/131249996 swapFree=33010684/33010684
[pid=33854] ppid=33849 vsize=78364 memory=3708 CPUtime=2.93 cores=0,2
/proc/33854/stat : 33854 (pb_competition_) R 33849 33854 33797 0 -1 4194304 703 0 0 0 285 8 0 0 20 0 2 0 38510556 80244736 927 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
/proc/33854/statm: 19591 927 672 633 0 2455 0
[pid=33854/tid=33860] ppid=33849 vsize=78364 memory=17536 CPUtime=1.44 cores=0,2
/proc/33854/task/33860/stat : 33860 (pb_competition_) R 33849 33854 33797 0 -1 4194368 64 0 0 0 144 0 0 0 20 0 2 0 38510556 80244736 927 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
Current children cumulated CPU time: 2.93 s
Current children cumulated vsize: 78364 KiB
Current children cumulated memory: 3708 KiB

[startup+3.10496 s]
/proc/loadavg: 1.76 2.23 3.07 8/270 33871
/proc/meminfo: memFree=126933660/131249996 swapFree=33010684/33010684
[pid=33854] ppid=33849 vsize=78364 memory=3708 CPUtime=6.12 cores=0,2
/proc/33854/stat : 33854 (pb_competition_) R 33849 33854 33797 0 -1 4194304 956 0 0 0 595 17 0 0 20 0 2 0 38510556 80244736 927 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
/proc/33854/statm: 19591 927 672 633 0 2455 0
[pid=33854/tid=33860] ppid=33849 vsize=78364 memory=14824 CPUtime=3.04 cores=0,2
/proc/33854/task/33860/stat : 33860 (pb_competition_) R 33849 33854 33797 0 -1 4194368 102 0 0 0 304 0 0 0 20 0 2 0 38510556 80244736 927 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
Current children cumulated CPU time: 6.12 s
Current children cumulated vsize: 78364 KiB
Current children cumulated memory: 3708 KiB

[startup+6.30011 s]
/proc/loadavg: 1.76 2.23 3.07 8/270 33871
/proc/meminfo: memFree=126934612/131249996 swapFree=33010684/33010684
[pid=33854] ppid=33849 vsize=78364 memory=3708 CPUtime=12.47 cores=0,2
/proc/33854/stat : 33854 (pb_competition_) R 33849 33854 33797 0 -1 4194304 1205 0 0 0 1219 28 0 0 20 0 2 0 38510556 80244736 927 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
/proc/33854/statm: 19591 927 672 633 0 2455 0
[pid=33854/tid=33860] ppid=33849 vsize=78364 memory=3708 CPUtime=6.22 cores=0,2
/proc/33854/task/33860/stat : 33860 (pb_competition_) R 33849 33854 33797 0 -1 4194368 200 0 0 0 620 2 0 0 20 0 2 0 38510556 80244736 927 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
Current children cumulated CPU time: 12.47 s
Current children cumulated vsize: 78364 KiB
Current children cumulated memory: 3708 KiB

[startup+12.7001 s]
/proc/loadavg: 2.65 2.40 3.12 8/270 33872
/proc/meminfo: memFree=126934732/131249996 swapFree=33010684/33010684
[pid=33854] ppid=33849 vsize=78364 memory=3708 CPUtime=25.2 cores=0,2
/proc/33854/stat : 33854 (pb_competition_) R 33849 33854 33797 0 -1 4194304 1247 0 0 0 2468 52 0 0 20 0 2 0 38510556 80244736 927 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
/proc/33854/statm: 19591 927 672 633 0 2455 0
[pid=33854/tid=33860] ppid=33849 vsize=78364 memory=7972080011079794290 CPUtime=12.58 cores=0,2
/proc/33854/task/33860/stat : 33860 (pb_competition_) R 33849 33854 33797 0 -1 4194368 207 0 0 0 1255 3 0 0 20 0 2 0 38510556 80244736 927 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
Current children cumulated CPU time: 25.2 s
Current children cumulated vsize: 78364 KiB
Current children cumulated memory: 3708 KiB

[startup+25.5001 s]
/proc/loadavg: 3.32 2.56 3.16 8/270 33872
/proc/meminfo: memFree=126934644/131249996 swapFree=33010684/33010684
[pid=33854] ppid=33849 vsize=78364 memory=3708 CPUtime=50.66 cores=0,2
/proc/33854/stat : 33854 (pb_competition_) R 33849 33854 33797 0 -1 4194304 1466 0 0 0 4965 101 0 0 20 0 2 0 38510556 80244736 927 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
/proc/33854/statm: 19591 927 672 633 0 2455 0
[pid=33854/tid=33860] ppid=33849 vsize=78364 memory=3708 CPUtime=25.32 cores=0,2
/proc/33854/task/33860/stat : 33860 (pb_competition_) R 33849 33854 33797 0 -1 4194368 308 0 0 0 2524 8 0 0 20 0 2 0 38510556 80244736 927 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
Current children cumulated CPU time: 50.66 s
Current children cumulated vsize: 78364 KiB
Current children cumulated memory: 3708 KiB

[startup+51.1048 s]
/proc/loadavg: 4.57 2.91 3.26 8/270 33872
/proc/meminfo: memFree=126934456/131249996 swapFree=33010684/33010684
[pid=33854] ppid=33849 vsize=78364 memory=3708 CPUtime=101.6 cores=0,2
/proc/33854/stat : 33854 (pb_competition_) R 33849 33854 33797 0 -1 4194304 1807 0 0 0 9957 203 0 0 20 0 2 0 38510556 80244736 927 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
/proc/33854/statm: 19591 927 672 633 0 2455 0
[pid=33854/tid=33860] ppid=33849 vsize=78364 memory=3708 CPUtime=50.79 cores=0,2
/proc/33854/task/33860/stat : 33860 (pb_competition_) R 33849 33854 33797 0 -1 4194368 443 0 0 0 5063 16 0 0 20 0 2 0 38510556 80244736 927 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
Current children cumulated CPU time: 101.6 s
Current children cumulated vsize: 78364 KiB
Current children cumulated memory: 3708 KiB

[startup+102.3 s]
/proc/loadavg: 6.67 3.77 3.54 9/269 33880
/proc/meminfo: memFree=126934052/131249996 swapFree=33010684/33010684
[pid=33854] ppid=33849 vsize=78496 memory=3836 CPUtime=203.44 cores=0,2
/proc/33854/stat : 33854 (pb_competition_) R 33849 33854 33797 0 -1 4194304 2184 0 0 0 19952 392 0 0 20 0 2 0 38510556 80379904 959 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
/proc/33854/statm: 19624 959 672 633 0 2488 0
[pid=33854/tid=33860] ppid=33849 vsize=78496 memory=14824 CPUtime=101.72 cores=0,2
/proc/33854/task/33860/stat : 33860 (pb_competition_) R 33849 33854 33797 0 -1 4194368 607 0 0 0 10138 34 0 0 20 0 2 0 38510556 80379904 959 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
Current children cumulated CPU time: 203.44 s
Current children cumulated vsize: 78496 KiB
Current children cumulated memory: 3836 KiB

[startup+162.3 s]
/proc/loadavg: 7.04 4.42 3.78 8/269 33882
/proc/meminfo: memFree=126934356/131249996 swapFree=33010684/33010684
[pid=33854] ppid=33849 vsize=78496 memory=3964 CPUtime=322.77 cores=0,2
/proc/33854/stat : 33854 (pb_competition_) R 33849 33854 33797 0 -1 4194304 2489 0 0 0 31670 607 0 0 20 0 2 0 38510556 80379904 991 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
/proc/33854/statm: 19624 991 672 633 0 2488 0
[pid=33854/tid=33860] ppid=33849 vsize=78496 memory=3964 CPUtime=161.4 cores=0,2
/proc/33854/task/33860/stat : 33860 (pb_competition_) R 33849 33854 33797 0 -1 4194368 750 0 0 0 16086 54 0 0 20 0 2 0 38510556 80379904 991 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
Current children cumulated CPU time: 322.77 s
Current children cumulated vsize: 78496 KiB
Current children cumulated memory: 3964 KiB

[startup+222.3 s]
/proc/loadavg: 7.06 4.91 3.99 8/269 33884
/proc/meminfo: memFree=126933672/131249996 swapFree=33010684/33010684
[pid=33854] ppid=33849 vsize=78496 memory=3964 CPUtime=442.12 cores=0,2
/proc/33854/stat : 33854 (pb_competition_) R 33849 33854 33797 0 -1 4194304 2848 0 0 0 43397 815 0 0 20 0 2 0 38510556 80379904 991 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
/proc/33854/statm: 19624 991 672 633 0 2488 0
[pid=33854/tid=33860] ppid=33849 vsize=78496 memory=3964 CPUtime=221.08 cores=0,2
/proc/33854/task/33860/stat : 33860 (pb_competition_) R 33849 33854 33797 0 -1 4194368 810 0 0 0 22034 74 0 0 20 0 2 0 38510556 80379904 991 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
Current children cumulated CPU time: 442.12 s
Current children cumulated vsize: 78496 KiB
Current children cumulated memory: 3964 KiB

[startup+282.3 s]
/proc/loadavg: 7.12 5.32 4.19 8/270 33887
/proc/meminfo: memFree=126933744/131249996 swapFree=33010684/33010684
[pid=33854] ppid=33849 vsize=78636 memory=4092 CPUtime=561.45 cores=0,2
/proc/33854/stat : 33854 (pb_competition_) R 33849 33854 33797 0 -1 4194304 3199 0 0 0 55131 1014 0 0 20 0 2 0 38510556 80523264 1023 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
/proc/33854/statm: 19659 1023 672 633 0 2523 0
[pid=33854/tid=33860] ppid=33849 vsize=78636 memory=4092 CPUtime=280.77 cores=0,2
/proc/33854/task/33860/stat : 33860 (pb_competition_) R 33849 33854 33797 0 -1 4194368 844 0 0 0 27985 92 0 0 20 0 2 0 38510556 80523264 1023 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
Current children cumulated CPU time: 561.45 s
Current children cumulated vsize: 78636 KiB

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

/proc/meminfo: memFree=126925356/131249996 swapFree=33010684/33010684
[pid=33854] ppid=33849 vsize=79392 memory=4888 CPUtime=2471.11 cores=0,2
/proc/33854/stat : 33854 (pb_competition_) R 33849 33854 33797 0 -1 4194304 5537 0 0 0 243895 3216 0 0 20 0 2 0 38510556 81297408 1222 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
/proc/33854/statm: 19848 1222 672 633 0 2712 0
[pid=33854/tid=33860] ppid=33849 vsize=79392 memory=4888 CPUtime=1235.72 cores=0,2
/proc/33854/task/33860/stat : 33860 (pb_competition_) R 33849 33854 33797 0 -1 4194368 989 0 0 0 123171 401 0 0 20 0 2 0 38510556 81297408 1222 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
Current children cumulated CPU time: 2471.11 s
Current children cumulated vsize: 79392 KiB
Current children cumulated memory: 4888 KiB

[startup+1302.3 s]
/proc/loadavg: 7.36 7.48 6.40 8/268 33941
/proc/meminfo: memFree=126925476/131249996 swapFree=33010684/33010684
[pid=33854] ppid=33849 vsize=79392 memory=4888 CPUtime=2590.46 cores=0,2
/proc/33854/stat : 33854 (pb_competition_) R 33849 33854 33797 0 -1 4194304 6079 0 0 0 255730 3316 0 0 20 0 2 0 38510556 81297408 1222 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
/proc/33854/statm: 19848 1222 672 633 0 2712 0
[pid=33854/tid=33860] ppid=33849 vsize=79392 memory=4888 CPUtime=1295.4 cores=0,2
/proc/33854/task/33860/stat : 33860 (pb_competition_) R 33849 33854 33797 0 -1 4194368 1176 0 0 0 129122 418 0 0 20 0 2 0 38510556 81297408 1222 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
Current children cumulated CPU time: 2590.46 s
Current children cumulated vsize: 79392 KiB
Current children cumulated memory: 4888 KiB

[startup+1362.3 s]
/proc/loadavg: 7.19 7.41 6.44 8/268 33943
/proc/meminfo: memFree=126925236/131249996 swapFree=33010684/33010684
[pid=33854] ppid=33849 vsize=79548 memory=4888 CPUtime=2709.84 cores=0,2
/proc/33854/stat : 33854 (pb_competition_) R 33849 33854 33797 0 -1 4194304 6093 0 0 0 267562 3422 0 0 20 0 2 0 38510556 81457152 1222 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
/proc/33854/statm: 19887 1222 672 633 0 2751 0
[pid=33854/tid=33860] ppid=33849 vsize=79548 memory=4888 CPUtime=1355.09 cores=0,2
/proc/33854/task/33860/stat : 33860 (pb_competition_) R 33849 33854 33797 0 -1 4194368 1176 0 0 0 135074 435 0 0 20 0 2 0 38510556 81457152 1222 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
Current children cumulated CPU time: 2709.84 s
Current children cumulated vsize: 79548 KiB
Current children cumulated memory: 4888 KiB

[startup+1422.3 s]
/proc/loadavg: 7.07 7.33 6.48 8/268 33944
/proc/meminfo: memFree=126925276/131249996 swapFree=33010684/33010684
[pid=33854] ppid=33849 vsize=79548 memory=4888 CPUtime=2829.21 cores=0,2
/proc/33854/stat : 33854 (pb_competition_) R 33849 33854 33797 0 -1 4194304 6644 0 0 0 279397 3524 0 0 20 0 2 0 38510556 81457152 1222 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
/proc/33854/statm: 19887 1222 672 633 0 2751 0
[pid=33854/tid=33860] ppid=33849 vsize=79548 memory=4888 CPUtime=1414.78 cores=0,2
/proc/33854/task/33860/stat : 33860 (pb_competition_) R 33849 33854 33797 0 -1 4194368 1280 0 0 0 141027 451 0 0 20 0 2 0 38510556 81457152 1222 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
Current children cumulated CPU time: 2829.21 s
Current children cumulated vsize: 79548 KiB
Current children cumulated memory: 4888 KiB

[startup+1482.3 s]
/proc/loadavg: 7.12 7.30 6.53 8/267 33946
/proc/meminfo: memFree=126925372/131249996 swapFree=33010684/33010684
[pid=33854] ppid=33849 vsize=79548 memory=4888 CPUtime=2948.6 cores=0,2
/proc/33854/stat : 33854 (pb_competition_) R 33849 33854 33797 0 -1 4194304 6650 0 0 0 291237 3623 0 0 20 0 2 0 38510556 81457152 1222 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
/proc/33854/statm: 19887 1222 672 633 0 2751 0
[pid=33854/tid=33860] ppid=33849 vsize=79548 memory=4888 CPUtime=1474.48 cores=0,2
/proc/33854/task/33860/stat : 33860 (pb_competition_) R 33849 33854 33797 0 -1 4194368 1280 0 0 0 146981 467 0 0 20 0 2 0 38510556 81457152 1222 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
Current children cumulated CPU time: 2948.6 s
Current children cumulated vsize: 79548 KiB
Current children cumulated memory: 4888 KiB

[startup+1542.3 s]
/proc/loadavg: 7.10 7.26 6.56 8/267 33948
/proc/meminfo: memFree=126924940/131249996 swapFree=33010684/33010684
[pid=33854] ppid=33849 vsize=79548 memory=4888 CPUtime=3067.97 cores=0,2
/proc/33854/stat : 33854 (pb_competition_) R 33849 33854 33797 0 -1 4194304 7202 0 0 0 303079 3718 0 0 20 0 2 0 38510556 81457152 1222 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
/proc/33854/statm: 19887 1222 672 633 0 2751 0
[pid=33854/tid=33860] ppid=33849 vsize=79548 memory=4888 CPUtime=1534.16 cores=0,2
/proc/33854/task/33860/stat : 33860 (pb_competition_) R 33849 33854 33797 0 -1 4194368 1510 0 0 0 152933 483 0 0 20 0 2 0 38510556 81457152 1222 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
Current children cumulated CPU time: 3067.97 s
Current children cumulated vsize: 79548 KiB
Current children cumulated memory: 4888 KiB

[startup+1602.3 s]
/proc/loadavg: 7.30 7.27 6.61 9/266 33950
/proc/meminfo: memFree=126935424/131249996 swapFree=33010684/33010684
[pid=33854] ppid=33849 vsize=79548 memory=4888 CPUtime=3187.35 cores=0,2
/proc/33854/stat : 33854 (pb_competition_) R 33849 33854 33797 0 -1 4194304 7225 0 0 0 314913 3822 0 0 20 0 2 0 38510556 81457152 1222 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
/proc/33854/statm: 19887 1222 672 633 0 2751 0
[pid=33854/tid=33860] ppid=33849 vsize=79548 memory=4888 CPUtime=1593.86 cores=0,2
/proc/33854/task/33860/stat : 33860 (pb_competition_) R 33849 33854 33797 0 -1 4194368 1510 0 0 0 158887 499 0 0 20 0 2 0 38510556 81457152 1222 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
Current children cumulated CPU time: 3187.35 s
Current children cumulated vsize: 79548 KiB
Current children cumulated memory: 4888 KiB

[startup+1662.3 s]
/proc/loadavg: 7.80 7.42 6.71 9/266 33952
/proc/meminfo: memFree=126935444/131249996 swapFree=33010684/33010684
[pid=33854] ppid=33849 vsize=79548 memory=5016 CPUtime=3306.75 cores=0,2
/proc/33854/stat : 33854 (pb_competition_) R 33849 33854 33797 0 -1 4194304 7803 0 0 0 326751 3924 0 0 20 0 2 0 38510556 81457152 1254 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
/proc/33854/statm: 19887 1254 672 633 0 2751 0
[pid=33854/tid=33860] ppid=33849 vsize=79548 memory=4888 CPUtime=1653.56 cores=0,2
/proc/33854/task/33860/stat : 33860 (pb_competition_) R 33849 33854 33797 0 -1 4194368 1596 0 0 0 164842 514 0 0 20 0 2 0 38510556 81457152 1254 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
Current children cumulated CPU time: 3306.75 s
Current children cumulated vsize: 79548 KiB
Current children cumulated memory: 5016 KiB

[startup+1722.3 s]
/proc/loadavg: 7.92 7.53 6.79 9/266 33954
/proc/meminfo: memFree=126934164/131249996 swapFree=33010684/33010684
[pid=33854] ppid=33849 vsize=79548 memory=5144 CPUtime=3426.14 cores=0,2
/proc/33854/stat : 33854 (pb_competition_) R 33849 33854 33797 0 -1 4194304 7821 0 0 0 338604 4010 0 0 20 0 2 0 38510556 81457152 1286 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
/proc/33854/statm: 19887 1286 672 633 0 2751 0
[pid=33854/tid=33860] ppid=33849 vsize=79548 memory=4888 CPUtime=1713.26 cores=0,2
/proc/33854/task/33860/stat : 33860 (pb_competition_) R 33849 33854 33797 0 -1 4194368 1596 0 0 0 170797 529 0 0 20 0 2 0 38510556 81457152 1286 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
Current children cumulated CPU time: 3426.14 s
Current children cumulated vsize: 79548 KiB
Current children cumulated memory: 5144 KiB

[startup+1782.3 s]
/proc/loadavg: 8.08 7.65 6.88 9/267 33959
/proc/meminfo: memFree=126934204/131249996 swapFree=33010684/33010684
[pid=33854] ppid=33849 vsize=79548 memory=5144 CPUtime=3545.53 cores=0,2
/proc/33854/stat : 33854 (pb_competition_) R 33849 33854 33797 0 -1 4194304 8416 0 0 0 350451 4102 0 0 20 0 2 0 38510556 81457152 1286 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
/proc/33854/statm: 19887 1286 672 633 0 2751 0
[pid=33854/tid=33860] ppid=33849 vsize=79548 memory=14824 CPUtime=1772.96 cores=0,2
/proc/33854/task/33860/stat : 33860 (pb_competition_) R 33849 33854 33797 0 -1 4194368 1615 0 0 0 176752 544 0 0 20 0 2 0 38510556 81457152 1286 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
Current children cumulated CPU time: 3545.53 s
Current children cumulated vsize: 79548 KiB
Current children cumulated memory: 5144 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.7 s]
/proc/loadavg: 8.05 7.68 6.91 9/268 33962
/proc/meminfo: memFree=126934100/131249996 swapFree=33010684/33010684
[pid=33854] ppid=33849 vsize=79680 memory=5144 CPUtime=3600.04 cores=0,2
/proc/33854/stat : 33854 (pb_competition_) R 33849 33854 33797 0 -1 4194304 8433 0 0 0 355860 4144 0 0 20 0 2 0 38510556 81592320 1286 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
/proc/33854/statm: 19920 1286 672 633 0 2784 0
[pid=33854/tid=33860] ppid=33849 vsize=79680 memory=14824 CPUtime=1800.21 cores=0,2
/proc/33854/task/33860/stat : 33860 (pb_competition_) R 33849 33854 33797 0 -1 4194368 1615 0 0 0 179470 551 0 0 20 0 2 0 38510556 81592320 1286 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 79680 KiB
Current children cumulated memory: 5144 KiB

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

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

# cumulated CPU time of all completed processes:  user=3558.62 s, system=41.4446 s

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

[startup+1809.7 s]
/proc/loadavg: 8.05 7.68 6.91 9/268 33962
/proc/meminfo: memFree=126934100/131249996 swapFree=33010684/33010684
[pid=33854] ppid=33849 vsize=79680 memory=5144 CPUtime=3600.04 cores=0,2
/proc/33854/stat : 33854 (pb_competition_) R 33849 33854 33797 0 -1 4194304 8433 0 0 0 355860 4144 0 0 20 0 2 0 38510556 81592320 1286 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
/proc/33854/statm: 19920 1286 672 633 0 2784 0
[pid=33854/tid=33860] ppid=33849 vsize=79680 memory=14824 CPUtime=1800.21 cores=0,2
/proc/33854/task/33860/stat : 33860 (pb_competition_) R 33849 33854 33797 0 -1 4194368 1615 0 0 0 179470 551 0 0 20 0 2 0 38510556 81592320 1286 18446744073709551615 4198400 6788177 140736346162752 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 16687104 140736346171739 140736346171864 140736346171864 140736346177466 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 79680 KiB
Current children cumulated memory: 5144 KiB

Child status: 0

Real time (s): 1809.71
CPU time (s): 3600.07
CPU user time (s): 3558.62
CPU system time (s): 41.4446
CPU usage (%): 198.931
Max. virtual memory (cumulated for all children) (KiB): 79680
Max. memory (cumulated for all children) (KiB): 5144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3558.62
system time used= 41.4446
maximum resident set size= 5144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8458
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= 6363
involuntary context switches= 46498


# summary of solver processes directly reported to runsolver:
#   pid: 33854
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3558.62
#   total CPU system time (s): 41.4446

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.27448 second user time and 6.18734 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-29 22:18:48
IDJOB=4514048
IDBENCH=162599
IDSOLVER=3347
FILE ID=nodeC017/4514048-1751228328
RUNJOBID= nodeC017-1751228328-33807
SLURM_JOB_ID= 9587689
Free space on /tmp= 433016 MiB

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

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

MD5SUM BENCH= 6929a7343695a3957aad0265eef3dd9c
RANDOM SEED=97745569

nodeC017 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		: 3600.298
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	: 7000.12
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		: 3601.307
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126938452 kB
MemAvailable:   129698048 kB
Buffers:            2380 kB
Cached:          3532132 kB
SwapCached:            0 kB
Active:           376152 kB
Inactive:        3226992 kB
Active(anon):      86696 kB
Inactive(anon):       16 kB
Active(file):     289456 kB
Inactive(file):  3226976 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             10072 kB
Writeback:            12 kB
AnonPages:         71940 kB
Mapped:           102832 kB
Shmem:             18080 kB
KReclaimable:     164404 kB
Slab:             252300 kB
SReclaimable:     164404 kB
SUnreclaim:        87896 kB
KernelStack:        4080 kB
PageTables:         2788 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     329504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432996 MiB
End job on nodeC017 at 2025-06-29 22:48:58