Trace number 4514120

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

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
rand6reg/normalized-rand6reg-v071-n2.opb
MD5SUM9a4787c73b047272369cfbced442c738
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.01037
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.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 (62989 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-4514120-1751228328/watcher-4514120-1751228328 -o /tmp/evaluation-result-4514120-1751228328/solver-4514120-1751228328 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751228328-33809 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 97745569 HOME/instance-4514120-1751228328.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=33869, runsolver pid=33851

[startup+0.100057 s]*
/proc/loadavg: 1.22 2.13 3.04 9/270 33871
/proc/meminfo: memFree=126933656/131249996 swapFree=33010684/33010684
[pid=33869] ppid=33851 vsize=78380 memory=3696 CPUtime=0.17 cores=1,3
/proc/33869/stat : 33869 (pb_competition_) R 33851 33869 33797 0 -1 4194304 431 0 0 0 17 0 0 0 20 0 2 0 38510557 80261120 924 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
/proc/33869/statm: 19595 924 672 633 0 2459 0
[pid=33869/tid=33871] ppid=33851 vsize=78380 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/33869/task/33871/stat : 33871 (pb_competition_) R 33851 33869 33797 0 -1 4194368 13 0 0 0 8 0 0 0 20 0 2 0 38510558 80261120 924 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 78380 KiB
Current children cumulated memory: 3696 KiB

[startup+0.204581 s]*
/proc/loadavg: 1.22 2.13 3.04 9/270 33871
/proc/meminfo: memFree=126933656/131249996 swapFree=33010684/33010684
[pid=33869] ppid=33851 vsize=78380 memory=3696 CPUtime=0.37 cores=1,3
/proc/33869/stat : 33869 (pb_competition_) R 33851 33869 33797 0 -1 4194304 431 0 0 0 37 0 0 0 20 0 2 0 38510557 80261120 924 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
/proc/33869/statm: 19595 924 672 633 0 2459 0
[pid=33869/tid=33871] ppid=33851 vsize=78380 memory=5983648042466672924 CPUtime=0.18 cores=1,3
/proc/33869/task/33871/stat : 33871 (pb_competition_) R 33851 33869 33797 0 -1 4194368 13 0 0 0 18 0 0 0 20 0 2 0 38510558 80261120 924 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 78380 KiB
Current children cumulated memory: 3696 KiB

[startup+0.304492 s]*
/proc/loadavg: 1.22 2.13 3.04 9/270 33871
/proc/meminfo: memFree=126933656/131249996 swapFree=33010684/33010684
[pid=33869] ppid=33851 vsize=78380 memory=3696 CPUtime=0.57 cores=1,3
/proc/33869/stat : 33869 (pb_competition_) R 33851 33869 33797 0 -1 4194304 436 0 0 0 56 1 0 0 20 0 2 0 38510557 80261120 924 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
/proc/33869/statm: 19595 924 672 633 0 2459 0
[pid=33869/tid=33871] ppid=33851 vsize=78380 memory=7969829310778064754 CPUtime=0.28 cores=1,3
/proc/33869/task/33871/stat : 33871 (pb_competition_) R 33851 33869 33797 0 -1 4194368 13 0 0 0 28 0 0 0 20 0 2 0 38510558 80261120 924 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 78380 KiB
Current children cumulated memory: 3696 KiB

[startup+0.700112 s]
/proc/loadavg: 1.22 2.13 3.04 9/270 33871
/proc/meminfo: memFree=126933656/131249996 swapFree=33010684/33010684
[pid=33869] ppid=33851 vsize=78380 memory=3696 CPUtime=1.34 cores=1,3
/proc/33869/stat : 33869 (pb_competition_) R 33851 33869 33797 0 -1 4194304 437 0 0 0 130 4 0 0 20 0 2 0 38510557 80261120 924 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
/proc/33869/statm: 19595 924 672 633 0 2459 0
[pid=33869/tid=33871] ppid=33851 vsize=78380 memory=17536 CPUtime=0.66 cores=1,3
/proc/33869/task/33871/stat : 33871 (pb_competition_) R 33851 33869 33797 0 -1 4194368 13 0 0 0 66 0 0 0 20 0 2 0 38510558 80261120 924 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
Current children cumulated CPU time: 1.34 s
Current children cumulated vsize: 78380 KiB
Current children cumulated memory: 3696 KiB

[startup+1.50011 s]
/proc/loadavg: 1.22 2.13 3.04 8/270 33871
/proc/meminfo: memFree=126933656/131249996 swapFree=33010684/33010684
[pid=33869] ppid=33851 vsize=78380 memory=3696 CPUtime=2.92 cores=1,3
/proc/33869/stat : 33869 (pb_competition_) R 33851 33869 33797 0 -1 4194304 701 0 0 0 285 7 0 0 20 0 2 0 38510557 80261120 924 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
/proc/33869/statm: 19595 924 672 633 0 2459 0
[pid=33869/tid=33871] ppid=33851 vsize=78380 memory=17536 CPUtime=1.45 cores=1,3
/proc/33869/task/33871/stat : 33871 (pb_competition_) R 33851 33869 33797 0 -1 4194368 85 0 0 0 145 0 0 0 20 0 2 0 38510558 80261120 924 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
Current children cumulated CPU time: 2.92 s
Current children cumulated vsize: 78380 KiB
Current children cumulated memory: 3696 KiB

[startup+3.10472 s]
/proc/loadavg: 1.76 2.23 3.07 8/270 33871
/proc/meminfo: memFree=126933660/131249996 swapFree=33010684/33010684
[pid=33869] ppid=33851 vsize=78380 memory=3696 CPUtime=6.12 cores=1,3
/proc/33869/stat : 33869 (pb_competition_) R 33851 33869 33797 0 -1 4194304 956 0 0 0 598 14 0 0 20 0 2 0 38510557 80261120 924 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
/proc/33869/statm: 19595 924 672 633 0 2459 0
[pid=33869/tid=33871] ppid=33851 vsize=78380 memory=14824 CPUtime=3.04 cores=1,3
/proc/33869/task/33871/stat : 33871 (pb_competition_) R 33851 33869 33797 0 -1 4194368 173 0 0 0 304 0 0 0 20 0 2 0 38510558 80261120 924 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
Current children cumulated CPU time: 6.12 s
Current children cumulated vsize: 78380 KiB
Current children cumulated memory: 3696 KiB

[startup+6.30012 s]
/proc/loadavg: 1.76 2.23 3.07 8/270 33871
/proc/meminfo: memFree=126934612/131249996 swapFree=33010684/33010684
[pid=33869] ppid=33851 vsize=78380 memory=3696 CPUtime=12.48 cores=1,3
/proc/33869/stat : 33869 (pb_competition_) R 33851 33869 33797 0 -1 4194304 1201 0 0 0 1221 27 0 0 20 0 2 0 38510557 80261120 924 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
/proc/33869/statm: 19595 924 672 633 0 2459 0
[pid=33869/tid=33871] ppid=33851 vsize=78380 memory=3696 CPUtime=6.22 cores=1,3
/proc/33869/task/33871/stat : 33871 (pb_competition_) R 33851 33869 33797 0 -1 4194368 277 0 0 0 620 2 0 0 20 0 2 0 38510558 80261120 924 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
Current children cumulated CPU time: 12.48 s
Current children cumulated vsize: 78380 KiB
Current children cumulated memory: 3696 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=33869] ppid=33851 vsize=78380 memory=3696 CPUtime=25.22 cores=1,3
/proc/33869/stat : 33869 (pb_competition_) R 33851 33869 33797 0 -1 4194304 1230 0 0 0 2471 51 0 0 20 0 2 0 38510557 80261120 924 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
/proc/33869/statm: 19595 924 672 633 0 2459 0
[pid=33869/tid=33871] ppid=33851 vsize=78380 memory=3696 CPUtime=12.6 cores=1,3
/proc/33869/task/33871/stat : 33871 (pb_competition_) R 33851 33869 33797 0 -1 4194368 289 0 0 0 1255 5 0 0 20 0 2 0 38510558 80261120 924 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
Current children cumulated CPU time: 25.22 s
Current children cumulated vsize: 78380 KiB
Current children cumulated memory: 3696 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=33869] ppid=33851 vsize=78380 memory=3696 CPUtime=50.69 cores=1,3
/proc/33869/stat : 33869 (pb_competition_) R 33851 33869 33797 0 -1 4194304 1653 0 0 0 4967 102 0 0 20 0 2 0 38510557 80261120 924 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
/proc/33869/statm: 19595 924 672 633 0 2459 0
[pid=33869/tid=33871] ppid=33851 vsize=78380 memory=3696 CPUtime=25.34 cores=1,3
/proc/33869/task/33871/stat : 33871 (pb_competition_) R 33851 33869 33797 0 -1 4194368 385 0 0 0 2525 9 0 0 20 0 2 0 38510558 80261120 924 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
Current children cumulated CPU time: 50.69 s
Current children cumulated vsize: 78380 KiB
Current children cumulated memory: 3696 KiB

[startup+51.1047 s]
/proc/loadavg: 4.57 2.91 3.26 8/270 33872
/proc/meminfo: memFree=126934456/131249996 swapFree=33010684/33010684
[pid=33869] ppid=33851 vsize=78380 memory=3696 CPUtime=101.66 cores=1,3
/proc/33869/stat : 33869 (pb_competition_) R 33851 33869 33797 0 -1 4194304 1790 0 0 0 9971 195 0 0 20 0 2 0 38510557 80261120 924 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
/proc/33869/statm: 19595 924 672 633 0 2459 0
[pid=33869/tid=33871] ppid=33851 vsize=78380 memory=3696 CPUtime=50.82 cores=1,3
/proc/33869/task/33871/stat : 33871 (pb_competition_) R 33851 33869 33797 0 -1 4194368 441 0 0 0 5064 18 0 0 20 0 2 0 38510558 80261120 924 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
Current children cumulated CPU time: 101.66 s
Current children cumulated vsize: 78380 KiB
Current children cumulated memory: 3696 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=33869] ppid=33851 vsize=78516 memory=3952 CPUtime=203.57 cores=1,3
/proc/33869/stat : 33869 (pb_competition_) R 33851 33869 33797 0 -1 4194304 2309 0 0 0 19977 380 0 0 20 0 2 0 38510557 80400384 988 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
/proc/33869/statm: 19629 988 672 633 0 2493 0
[pid=33869/tid=33871] ppid=33851 vsize=78516 memory=3952 CPUtime=101.78 cores=1,3
/proc/33869/task/33871/stat : 33871 (pb_competition_) R 33851 33869 33797 0 -1 4194368 513 0 0 0 10144 34 0 0 20 0 2 0 38510558 80400384 988 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
Current children cumulated CPU time: 203.57 s
Current children cumulated vsize: 78516 KiB
Current children cumulated memory: 3952 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=33869] ppid=33851 vsize=78516 memory=3952 CPUtime=322.99 cores=1,3
/proc/33869/stat : 33869 (pb_competition_) R 33851 33869 33797 0 -1 4194304 2632 0 0 0 31715 584 0 0 20 0 2 0 38510557 80400384 988 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
/proc/33869/statm: 19629 988 672 633 0 2493 0
[pid=33869/tid=33871] ppid=33851 vsize=78516 memory=3952 CPUtime=161.5 cores=1,3
/proc/33869/task/33871/stat : 33871 (pb_competition_) R 33851 33869 33797 0 -1 4194368 609 0 0 0 16104 46 0 0 20 0 2 0 38510558 80400384 988 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
Current children cumulated CPU time: 322.99 s
Current children cumulated vsize: 78516 KiB
Current children cumulated memory: 3952 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=33869] ppid=33851 vsize=78516 memory=3952 CPUtime=442.41 cores=1,3
/proc/33869/stat : 33869 (pb_competition_) R 33851 33869 33797 0 -1 4194304 3300 0 0 0 43492 749 0 0 20 0 2 0 38510557 80400384 988 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
/proc/33869/statm: 19629 988 672 633 0 2493 0
[pid=33869/tid=33871] ppid=33851 vsize=78516 memory=3952 CPUtime=221.21 cores=1,3
/proc/33869/task/33871/stat : 33871 (pb_competition_) R 33851 33869 33797 0 -1 4194368 719 0 0 0 22059 62 0 0 20 0 2 0 38510558 80400384 988 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
Current children cumulated CPU time: 442.41 s
Current children cumulated vsize: 78516 KiB
Current children cumulated memory: 3952 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=33869] ppid=33851 vsize=78668 memory=4080 CPUtime=561.83 cores=1,3
/proc/33869/stat : 33869 (pb_competition_) R 33851 33869 33797 0 -1 4194304 3663 0 0 0 55293 890 0 0 20 0 2 0 38510557 80556032 1020 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
/proc/33869/statm: 19667 1020 672 633 0 2531 0
[pid=33869/tid=33871] ppid=33851 vsize=78668 memory=4080 CPUtime=280.93 cores=1,3
/proc/33869/task/33871/stat : 33871 (pb_competition_) R 33851 33869 33797 0 -1 4194368 828 0 0 0 28016 77 0 0 20 0 2 0 38510558 80556032 1020 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
Current children cumulated CPU time: 561.83 s
Current children cumulated vsize: 78668 KiB

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

/proc/meminfo: memFree=126925904/131249996 swapFree=33010684/33010684
[pid=33869] ppid=33851 vsize=79560 memory=4900 CPUtime=2353.18 cores=1,3
/proc/33869/stat : 33869 (pb_competition_) R 33851 33869 33797 0 -1 4194304 5768 0 0 0 232766 2552 0 0 20 0 2 0 38510557 81469440 1225 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
/proc/33869/statm: 19890 1225 672 633 0 2754 0
[pid=33869/tid=33871] ppid=33851 vsize=79560 memory=4900 CPUtime=1176.67 cores=1,3
/proc/33869/task/33871/stat : 33871 (pb_competition_) R 33851 33869 33797 0 -1 4194368 1520 0 0 0 117406 261 0 0 20 0 2 0 38510558 81469440 1225 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
Current children cumulated CPU time: 2353.18 s
Current children cumulated vsize: 79560 KiB
Current children cumulated memory: 4900 KiB

[startup+1242.3 s]
/proc/loadavg: 7.56 7.54 6.34 8/267 33934
/proc/meminfo: memFree=126925356/131249996 swapFree=33010684/33010684
[pid=33869] ppid=33851 vsize=79560 memory=4900 CPUtime=2472.6 cores=1,3
/proc/33869/stat : 33869 (pb_competition_) R 33851 33869 33797 0 -1 4194304 5787 0 0 0 244613 2647 0 0 20 0 2 0 38510557 81469440 1225 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
/proc/33869/statm: 19890 1225 672 633 0 2754 0
[pid=33869/tid=33871] ppid=33851 vsize=79560 memory=4900 CPUtime=1236.39 cores=1,3
/proc/33869/task/33871/stat : 33871 (pb_competition_) R 33851 33869 33797 0 -1 4194368 1522 0 0 0 123368 271 0 0 20 0 2 0 38510558 81469440 1225 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
Current children cumulated CPU time: 2472.6 s
Current children cumulated vsize: 79560 KiB
Current children cumulated memory: 4900 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=33869] ppid=33851 vsize=79560 memory=4900 CPUtime=2592.03 cores=1,3
/proc/33869/stat : 33869 (pb_competition_) R 33851 33869 33797 0 -1 4194304 5790 0 0 0 256461 2742 0 0 20 0 2 0 38510557 81469440 1225 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
/proc/33869/statm: 19890 1225 672 633 0 2754 0
[pid=33869/tid=33871] ppid=33851 vsize=79560 memory=4900 CPUtime=1296.1 cores=1,3
/proc/33869/task/33871/stat : 33871 (pb_competition_) R 33851 33869 33797 0 -1 4194368 1522 0 0 0 129328 282 0 0 20 0 2 0 38510558 81469440 1225 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
Current children cumulated CPU time: 2592.03 s
Current children cumulated vsize: 79560 KiB
Current children cumulated memory: 4900 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=33869] ppid=33851 vsize=79560 memory=4900 CPUtime=2711.42 cores=1,3
/proc/33869/stat : 33869 (pb_competition_) R 33851 33869 33797 0 -1 4194304 6210 0 0 0 268309 2833 0 0 20 0 2 0 38510557 81469440 1225 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
/proc/33869/statm: 19890 1225 672 633 0 2754 0
[pid=33869/tid=33871] ppid=33851 vsize=79560 memory=14824 CPUtime=1355.81 cores=1,3
/proc/33869/task/33871/stat : 33871 (pb_competition_) R 33851 33869 33797 0 -1 4194368 1676 0 0 0 135287 294 0 0 20 0 2 0 38510558 81469440 1225 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
Current children cumulated CPU time: 2711.42 s
Current children cumulated vsize: 79560 KiB
Current children cumulated memory: 4900 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=33869] ppid=33851 vsize=79560 memory=5028 CPUtime=2830.82 cores=1,3
/proc/33869/stat : 33869 (pb_competition_) R 33851 33869 33797 0 -1 4194304 6232 0 0 0 280160 2922 0 0 20 0 2 0 38510557 81469440 1257 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
/proc/33869/statm: 19890 1257 672 633 0 2754 0
[pid=33869/tid=33871] ppid=33851 vsize=79560 memory=17536 CPUtime=1415.51 cores=1,3
/proc/33869/task/33871/stat : 33871 (pb_competition_) R 33851 33869 33797 0 -1 4194368 1676 0 0 0 141246 305 0 0 20 0 2 0 38510558 81469440 1257 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
Current children cumulated CPU time: 2830.82 s
Current children cumulated vsize: 79560 KiB
Current children cumulated memory: 5028 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=33869] ppid=33851 vsize=79720 memory=5028 CPUtime=2950.21 cores=1,3
/proc/33869/stat : 33869 (pb_competition_) R 33851 33869 33797 0 -1 4194304 6392 0 0 0 292009 3012 0 0 20 0 2 0 38510557 81633280 1257 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
/proc/33869/statm: 19930 1257 672 633 0 2794 0
[pid=33869/tid=33871] ppid=33851 vsize=79720 memory=5028 CPUtime=1475.2 cores=1,3
/proc/33869/task/33871/stat : 33871 (pb_competition_) R 33851 33869 33797 0 -1 4194368 1752 0 0 0 147204 316 0 0 20 0 2 0 38510558 81633280 1257 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
Current children cumulated CPU time: 2950.21 s
Current children cumulated vsize: 79720 KiB
Current children cumulated memory: 5028 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=33869] ppid=33851 vsize=79720 memory=5156 CPUtime=3069.6 cores=1,3
/proc/33869/stat : 33869 (pb_competition_) R 33851 33869 33797 0 -1 4194304 6410 0 0 0 303857 3103 0 0 20 0 2 0 38510557 81633280 1289 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
/proc/33869/statm: 19930 1289 672 633 0 2794 0
[pid=33869/tid=33871] ppid=33851 vsize=79720 memory=5028 CPUtime=1534.88 cores=1,3
/proc/33869/task/33871/stat : 33871 (pb_competition_) R 33851 33869 33797 0 -1 4194368 1754 0 0 0 153159 329 0 0 20 0 2 0 38510558 81633280 1289 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
Current children cumulated CPU time: 3069.6 s
Current children cumulated vsize: 79720 KiB
Current children cumulated memory: 5156 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=33869] ppid=33851 vsize=79720 memory=5284 CPUtime=3188.89 cores=1,3
/proc/33869/stat : 33869 (pb_competition_) R 33851 33869 33797 0 -1 4194304 6424 0 0 0 315705 3184 0 0 20 0 2 0 38510557 81633280 1321 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
/proc/33869/statm: 19930 1321 672 633 0 2794 0
[pid=33869/tid=33871] ppid=33851 vsize=79720 memory=5028 CPUtime=1594.46 cores=1,3
/proc/33869/task/33871/stat : 33871 (pb_competition_) R 33851 33869 33797 0 -1 4194368 1754 0 0 0 159105 341 0 0 20 0 2 0 38510558 81633280 1321 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
Current children cumulated CPU time: 3188.89 s
Current children cumulated vsize: 79720 KiB
Current children cumulated memory: 5284 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=33869] ppid=33851 vsize=79720 memory=5284 CPUtime=3308.1 cores=1,3
/proc/33869/stat : 33869 (pb_competition_) R 33851 33869 33797 0 -1 4194304 6427 0 0 0 327536 3274 0 0 20 0 2 0 38510557 81633280 1321 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
/proc/33869/statm: 19930 1321 672 633 0 2794 0
[pid=33869/tid=33871] ppid=33851 vsize=79720 memory=5028 CPUtime=1653.94 cores=1,3
/proc/33869/task/33871/stat : 33871 (pb_competition_) R 33851 33869 33797 0 -1 4194368 1754 0 0 0 165041 353 0 0 20 0 2 0 38510558 81633280 1321 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
Current children cumulated CPU time: 3308.1 s
Current children cumulated vsize: 79720 KiB
Current children cumulated memory: 5284 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=33869] ppid=33851 vsize=79720 memory=5284 CPUtime=3427.24 cores=1,3
/proc/33869/stat : 33869 (pb_competition_) R 33851 33869 33797 0 -1 4194304 7060 0 0 0 339364 3360 0 0 20 0 2 0 38510557 81633280 1321 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
/proc/33869/statm: 19930 1321 672 633 0 2794 0
[pid=33869/tid=33871] ppid=33851 vsize=79720 memory=5028 CPUtime=1713.38 cores=1,3
/proc/33869/task/33871/stat : 33871 (pb_competition_) R 33851 33869 33797 0 -1 4194368 2144 0 0 0 170975 363 0 0 20 0 2 0 38510558 81633280 1321 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
Current children cumulated CPU time: 3427.24 s
Current children cumulated vsize: 79720 KiB
Current children cumulated memory: 5284 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=33869] ppid=33851 vsize=79720 memory=5284 CPUtime=3546.36 cores=1,3
/proc/33869/stat : 33869 (pb_competition_) R 33851 33869 33797 0 -1 4194304 7072 0 0 0 351190 3446 0 0 20 0 2 0 38510557 81633280 1321 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
/proc/33869/statm: 19930 1321 672 633 0 2794 0
[pid=33869/tid=33871] ppid=33851 vsize=79720 memory=17536 CPUtime=1772.81 cores=1,3
/proc/33869/task/33871/stat : 33871 (pb_competition_) R 33851 33869 33797 0 -1 4194368 2146 0 0 0 176904 377 0 0 20 0 2 0 38510558 81633280 1321 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
Current children cumulated CPU time: 3546.36 s
Current children cumulated vsize: 79720 KiB
Current children cumulated memory: 5284 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.4 s]
/proc/loadavg: 8.05 7.68 6.91 9/268 33962
/proc/meminfo: memFree=126934100/131249996 swapFree=33010684/33010684
[pid=33869] ppid=33851 vsize=80528 memory=5312 CPUtime=3600.14 cores=1,3
/proc/33869/stat : 33869 (pb_competition_) R 33851 33869 33797 0 -1 4194304 7246 0 0 0 356531 3483 0 0 20 0 2 0 38510557 82460672 1328 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
/proc/33869/statm: 20132 1328 672 633 0 2996 0
[pid=33869/tid=33871] ppid=33851 vsize=80528 memory=245635481903 CPUtime=1799.62 cores=1,3
/proc/33869/task/33871/stat : 33871 (pb_competition_) R 33851 33869 33797 0 -1 4194368 2146 0 0 0 179581 381 0 0 20 0 2 0 38510558 82460672 1328 18446744073709551615 4198400 6788177 140733991818160 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 9895936 140733991823707 140733991823832 140733991823832 140733991829434 0
Current children cumulated CPU time: 3600.14 s
Current children cumulated vsize: 80528 KiB
Current children cumulated memory: 5312 KiB

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

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

# cumulated CPU time of all completed processes:  user=3565.33 s, system=34.8398 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.17
CPU user time (s): 3565.33
CPU system time (s): 34.8398
CPU usage (%): 198.969
Max. virtual memory (cumulated for all children) (KiB): 80528
Max. memory (cumulated for all children) (KiB): 5312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3565.33
system time used= 34.8398
maximum resident set size= 5924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7273
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= 20987
involuntary context switches= 47944


# summary of solver processes directly reported to runsolver:
#   pid: 33869
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3565.33
#   total CPU system time (s): 34.8398

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.48873 second user time and 5.68561 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-29 22:18:48
IDJOB=4514120
IDBENCH=162605
IDSOLVER=3347
FILE ID=nodeC017/4514120-1751228328
RUNJOBID= nodeC017-1751228328-33809
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-n2.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-4514120-1751228328/watcher-4514120-1751228328 -o /tmp/evaluation-result-4514120-1751228328/solver-4514120-1751228328 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751228328-33809 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 97745569 HOME/instance-4514120-1751228328.opb

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

MD5SUM BENCH= 9a4787c73b047272369cfbced442c738
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		: 3605.597
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		: 3600.064
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.075
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		: 3519.778
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.138
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		: 3600.205
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		: 3600.151
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		: 3600.893
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:        126938536 kB
MemAvailable:   129708500 kB
Buffers:            2380 kB
Cached:          3542500 kB
SwapCached:            0 kB
Active:           376152 kB
Inactive:        3237360 kB
Active(anon):      86696 kB
Inactive(anon):       16 kB
Active(file):     289456 kB
Inactive(file):  3237344 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             20440 kB
Writeback:            12 kB
AnonPages:         71940 kB
Mapped:           102832 kB
Shmem:             18080 kB
KReclaimable:     164404 kB
Slab:             252448 kB
SReclaimable:     164404 kB
SUnreclaim:        88044 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:     332136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 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