Trace number 4543397

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.1 1860.05

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
domset/domset-hubgraph-opb/normalized-domset-hubgraph_068.opb
MD5SUMfa4a44a126a0a168be7bf7730f3b2c61
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.040696
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables272
Total number of constraints273
Number of constraints which are clauses272
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint5
Maximum length of a constraint272
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 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 296
Number of bits of the biggest sum of numbers9
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: 272
0.00/0.00	c #constraint: 273
0.00/0.00	c #equal: 0
0.00/0.00	c intsize: 9
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: 1385049241
3600.05/1860.02	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 (62676 MiB free)
  memory of node 1: 64507 MiB (63707 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4543397-1753204561/watcher-4543397-1753204561 -o /tmp/evaluation-result-4543397-1753204561/solver-4543397-1753204561 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1753198973-170854 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1385049241 HOME/instance-4543397-1753204561.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100056 s]*
/proc/loadavg: 5.11 5.05 4.79 6/268 171712
/proc/meminfo: memFree=129417780/131249996 swapFree=33005016/33010684
[pid=171710] ppid=171707 vsize=80260 memory=5888 CPUtime=0.17 cores=4,6
/proc/171710/stat : 171710 (pb_competition_) R 171707 171710 170836 0 -1 4194304 935 0 0 0 17 0 0 0 20 0 2 0 236135664 82186240 1472 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
/proc/171710/statm: 20065 1472 672 633 0 2934 0
[pid=171710/tid=171712] ppid=171707 vsize=80260 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/171710/task/171712/stat : 171712 (pb_competition_) S 171707 171710 170836 0 -1 4194368 41 0 0 0 7 0 0 0 20 0 2 0 236135664 82186240 1472 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 80260 KiB
Current children cumulated memory: 5888 KiB

[startup+0.205281 s]*
/proc/loadavg: 5.11 5.05 4.79 6/268 171712
/proc/meminfo: memFree=129417128/131249996 swapFree=33005016/33010684
[pid=171710] ppid=171707 vsize=80356 memory=6016 CPUtime=0.35 cores=4,6
/proc/171710/stat : 171710 (pb_competition_) R 171707 171710 170836 0 -1 4194304 954 0 0 0 35 0 0 0 20 0 2 0 236135664 82284544 1504 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
/proc/171710/statm: 20089 1504 672 633 0 2958 0
[pid=171710/tid=171712] ppid=171707 vsize=80356 memory=4830728736883343644 CPUtime=0.15 cores=4,6
/proc/171710/task/171712/stat : 171712 (pb_competition_) R 171707 171710 170836 0 -1 4194368 41 0 0 0 15 0 0 0 20 0 2 0 236135664 82284544 1504 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 80356 KiB
Current children cumulated memory: 6016 KiB

[startup+0.304619 s]*
/proc/loadavg: 5.11 5.05 4.79 7/268 171712
/proc/meminfo: memFree=129417128/131249996 swapFree=33005016/33010684
[pid=171710] ppid=171707 vsize=80652 memory=6144 CPUtime=0.53 cores=4,6
/proc/171710/stat : 171710 (pb_competition_) R 171707 171710 170836 0 -1 4194304 1005 0 0 0 53 0 0 0 20 0 2 0 236135664 82587648 1536 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
/proc/171710/statm: 20163 1536 672 633 0 3032 0
[pid=171710/tid=171712] ppid=171707 vsize=80652 memory=-8682586720745450080 CPUtime=0.23 cores=4,6
/proc/171710/task/171712/stat : 171712 (pb_competition_) R 171707 171710 170836 0 -1 4194368 41 0 0 0 23 0 0 0 20 0 2 0 236135664 82587648 1536 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 80652 KiB
Current children cumulated memory: 6144 KiB

[startup+0.700114 s]
/proc/loadavg: 5.11 5.05 4.79 7/268 171712
/proc/meminfo: memFree=129417128/131249996 swapFree=33005016/33010684
[pid=171710] ppid=171707 vsize=81956 memory=7552 CPUtime=1.19 cores=4,6
/proc/171710/stat : 171710 (pb_competition_) R 171707 171710 170836 0 -1 4194304 1372 0 0 0 118 1 0 0 20 0 2 0 236135664 83922944 1888 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
/proc/171710/statm: 20489 1888 672 633 0 3358 0
[pid=171710/tid=171712] ppid=171707 vsize=81956 memory=23168 CPUtime=0.5 cores=4,6
/proc/171710/task/171712/stat : 171712 (pb_competition_) S 171707 171710 170836 0 -1 4194368 41 0 0 0 50 0 0 0 20 0 2 0 236135664 83922944 1888 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 81956 KiB
Current children cumulated memory: 7552 KiB

[startup+1.50011 s]
/proc/loadavg: 5.18 5.06 4.80 6/268 171712
/proc/meminfo: memFree=129417128/131249996 swapFree=33005016/33010684
[pid=171710] ppid=171707 vsize=83128 memory=8704 CPUtime=2.42 cores=4,6
/proc/171710/stat : 171710 (pb_competition_) R 171707 171710 170836 0 -1 4194304 2734 0 0 0 241 1 0 0 20 0 2 0 236135664 85123072 2176 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
/proc/171710/statm: 20782 2176 672 633 0 3651 0
[pid=171710/tid=171712] ppid=171707 vsize=83128 memory=23168 CPUtime=0.93 cores=4,6
/proc/171710/task/171712/stat : 171712 (pb_competition_) R 171707 171710 170836 0 -1 4194368 43 0 0 0 93 0 0 0 20 0 2 0 236135664 85123072 2176 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
Current children cumulated CPU time: 2.42 s
Current children cumulated vsize: 83128 KiB
Current children cumulated memory: 8704 KiB

[startup+3.10471 s]
/proc/loadavg: 5.18 5.06 4.80 7/268 171712
/proc/meminfo: memFree=129417428/131249996 swapFree=33005016/33010684
[pid=171710] ppid=171707 vsize=83960 memory=9472 CPUtime=5.23 cores=4,6
/proc/171710/stat : 171710 (pb_competition_) R 171707 171710 170836 0 -1 4194304 2956 0 0 0 521 2 0 0 20 0 2 0 236135664 85975040 2368 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
/proc/171710/statm: 20990 2368 672 633 0 3859 0
[pid=171710/tid=171712] ppid=171707 vsize=83960 memory=8704 CPUtime=2.14 cores=4,6
/proc/171710/task/171712/stat : 171712 (pb_competition_) R 171707 171710 170836 0 -1 4194368 43 0 0 0 214 0 0 0 20 0 2 0 236135664 85975040 2368 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
Current children cumulated CPU time: 5.23 s
Current children cumulated vsize: 83960 KiB
Current children cumulated memory: 9472 KiB

[startup+6.30012 s]
/proc/loadavg: 5.33 5.09 4.81 7/268 171712
/proc/meminfo: memFree=129417680/131249996 swapFree=33005016/33010684
[pid=171710] ppid=171707 vsize=85604 memory=10976 CPUtime=11.33 cores=4,6
/proc/171710/stat : 171710 (pb_competition_) R 171707 171710 170836 0 -1 4194304 5054 0 0 0 1131 2 0 0 20 0 2 0 236135664 87658496 2744 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
/proc/171710/statm: 21401 2744 672 633 0 4270 0
[pid=171710/tid=171712] ppid=171707 vsize=85604 memory=23168 CPUtime=5.06 cores=4,6
/proc/171710/task/171712/stat : 171712 (pb_competition_) R 171707 171710 170836 0 -1 4194368 690 0 0 0 506 0 0 0 20 0 2 0 236135664 87658496 2744 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
Current children cumulated CPU time: 11.33 s
Current children cumulated vsize: 85604 KiB
Current children cumulated memory: 10976 KiB

[startup+12.7001 s]
/proc/loadavg: 5.38 5.11 4.82 7/268 171712
/proc/meminfo: memFree=129402324/131249996 swapFree=33005016/33010684
[pid=171710] ppid=171707 vsize=97928 memory=23464 CPUtime=23.72 cores=4,6
/proc/171710/stat : 171710 (pb_competition_) R 171707 171710 170836 0 -1 4194304 10543 0 0 0 2369 3 0 0 20 0 2 0 236135664 100278272 5866 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
/proc/171710/statm: 24482 5866 672 633 0 7351 0
[pid=171710/tid=171712] ppid=171707 vsize=97928 memory=23464 CPUtime=11.11 cores=4,6
/proc/171710/task/171712/stat : 171712 (pb_competition_) R 171707 171710 170836 0 -1 4194368 1631 0 0 0 1110 1 0 0 20 0 2 0 236135664 100278272 5866 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
Current children cumulated CPU time: 23.72 s
Current children cumulated vsize: 97928 KiB
Current children cumulated memory: 23464 KiB

[startup+25.5002 s]
/proc/loadavg: 5.48 5.14 4.83 7/268 171712
/proc/meminfo: memFree=129391000/131249996 swapFree=33005016/33010684
[pid=171710] ppid=171707 vsize=107680 memory=32260 CPUtime=48.61 cores=4,6
/proc/171710/stat : 171710 (pb_competition_) R 171707 171710 170836 0 -1 4194304 25151 0 0 0 4854 7 0 0 20 0 2 0 236135664 110264320 8065 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
/proc/171710/statm: 26920 8065 672 633 0 9789 0
[pid=171710/tid=171712] ppid=171707 vsize=107680 memory=28292 CPUtime=23.28 cores=4,6
/proc/171710/task/171712/stat : 171712 (pb_competition_) R 171707 171710 170836 0 -1 4194368 6695 0 0 0 2327 1 0 0 20 0 2 0 236135664 110264320 8065 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
Current children cumulated CPU time: 48.61 s
Current children cumulated vsize: 107680 KiB
Current children cumulated memory: 32260 KiB

[startup+51.1054 s]
/proc/loadavg: 5.63 5.21 4.86 7/268 171712
/proc/meminfo: memFree=129375176/131249996 swapFree=33005016/33010684
[pid=171710] ppid=171707 vsize=122212 memory=47748 CPUtime=97.91 cores=4,6
/proc/171710/stat : 171710 (pb_competition_) R 171707 171710 170836 0 -1 4194304 38212 0 0 0 9778 13 0 0 20 0 2 0 236135664 125145088 11937 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
/proc/171710/statm: 30553 11937 672 633 0 13422 0
[pid=171710/tid=171712] ppid=171707 vsize=122212 memory=23168 CPUtime=47.14 cores=4,6
/proc/171710/task/171712/stat : 171712 (pb_competition_) R 171707 171710 170836 0 -1 4194368 10601 0 0 0 4711 3 0 0 20 0 2 0 236135664 125145088 11937 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
Current children cumulated CPU time: 97.91 s
Current children cumulated vsize: 122212 KiB
Current children cumulated memory: 47748 KiB

[startup+102.3 s]
/proc/loadavg: 6.43 5.49 4.98 8/268 171760
/proc/meminfo: memFree=129358428/131249996 swapFree=33005016/33010684
[pid=171710] ppid=171707 vsize=138360 memory=63168 CPUtime=198.32 cores=4,6
/proc/171710/stat : 171710 (pb_competition_) R 171707 171710 170836 0 -1 4194304 77712 0 0 0 19807 25 0 0 20 0 2 0 236135664 141680640 15792 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
/proc/171710/statm: 34590 15792 672 633 0 17459 0
[pid=171710/tid=171712] ppid=171707 vsize=138360 memory=-8682586720745450080 CPUtime=96.7 cores=4,6
/proc/171710/task/171712/stat : 171712 (pb_competition_) R 171707 171710 170836 0 -1 4194368 23007 0 0 0 9662 8 0 0 20 0 2 0 236135664 141680640 15792 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
Current children cumulated CPU time: 198.32 s
Current children cumulated vsize: 138360 KiB
Current children cumulated memory: 63168 KiB

[startup+162.3 s]
/proc/loadavg: 6.77 5.76 5.11 8/268 171762
/proc/meminfo: memFree=129286716/131249996 swapFree=33005016/33010684
[pid=171710] ppid=171707 vsize=152504 memory=77248 CPUtime=314.53 cores=4,6
/proc/171710/stat : 171710 (pb_competition_) R 171707 171710 170836 0 -1 4194304 81423 0 0 0 31421 32 0 0 20 0 2 0 236135664 156164096 19312 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
/proc/171710/statm: 38126 19312 672 633 0 20995 0
[pid=171710/tid=171712] ppid=171707 vsize=152504 memory=70208 CPUtime=153.3 cores=4,6
/proc/171710/task/171712/stat : 171712 (pb_competition_) R 171707 171710 170836 0 -1 4194368 23030 0 0 0 15320 10 0 0 20 0 2 0 236135664 156164096 19312 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
Current children cumulated CPU time: 314.53 s
Current children cumulated vsize: 152504 KiB
Current children cumulated memory: 77248 KiB

[startup+222.3 s]
/proc/loadavg: 6.81 5.96 5.22 8/268 171765
/proc/meminfo: memFree=129290004/131249996 swapFree=33005016/33010684
[pid=171710] ppid=171707 vsize=164472 memory=89536 CPUtime=430.82 cores=4,6
/proc/171710/stat : 171710 (pb_competition_) R 171707 171710 170836 0 -1 4194304 92165 0 0 0 43041 41 0 0 20 0 2 0 236135664 168419328 22384 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
/proc/171710/statm: 41118 22384 672 633 0 23987 0
[pid=171710/tid=171712] ppid=171707 vsize=164472 memory=23168 CPUtime=209.98 cores=4,6
/proc/171710/task/171712/stat : 171712 (pb_competition_) R 171707 171710 170836 0 -1 4194368 26520 0 0 0 20985 13 0 0 20 0 2 0 236135664 168419328 22384 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
Current children cumulated CPU time: 430.82 s
Current children cumulated vsize: 164472 KiB
Current children cumulated memory: 89536 KiB

[startup+282.3 s]
/proc/loadavg: 6.79 6.11 5.32 8/268 171768
/proc/meminfo: memFree=129249912/131249996 swapFree=33005016/33010684
[pid=171710] ppid=171707 vsize=174020 memory=99648 CPUtime=546.89 cores=4,6
/proc/171710/stat : 171710 (pb_competition_) R 171707 171710 170836 0 -1 4194304 95746 0 0 0 54641 48 0 0 20 0 2 0 236135664 178196480 24912 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
/proc/171710/statm: 43505 24912 672 633 0 26374 0
[pid=171710/tid=171712] ppid=171707 vsize=174020 memory=93120 CPUtime=266.45 cores=4,6
/proc/171710/task/171712/stat : 171712 (pb_competition_) R 171707 171710 170836 0 -1 4194368 26774 0 0 0 26631 14 0 0 20 0 2 0 236135664 178196480 24912 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
Current children cumulated CPU time: 546.89 s
Current children cumulated vsize: 174020 KiB
Current children cumulated memory: 99648 KiB

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

/proc/meminfo: memFree=129112752/131249996 swapFree=33005016/33010684
[pid=171710] ppid=171707 vsize=242112 memory=165848 CPUtime=2404.07 cores=4,6
/proc/171710/stat : 171710 (pb_competition_) R 171707 171710 170836 0 -1 4194304 124320 0 0 0 240283 124 0 0 20 0 2 0 236135664 247922688 41462 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
/proc/171710/statm: 60528 41462 672 633 0 43397 0
[pid=171710/tid=171712] ppid=171707 vsize=242112 memory=165848 CPUtime=1169.69 cores=4,6
/proc/171710/task/171712/stat : 171712 (pb_competition_) R 171707 171710 170836 0 -1 4194368 30092 0 0 0 116927 42 0 0 20 0 2 0 236135664 247922688 41462 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
Current children cumulated CPU time: 2404.07 s
Current children cumulated vsize: 242112 KiB
Current children cumulated memory: 165848 KiB

[startup+1302.3 s]
/proc/loadavg: 6.85 6.88 6.41 8/268 171867
/proc/meminfo: memFree=129099848/131249996 swapFree=33005016/33010684
[pid=171710] ppid=171707 vsize=243968 memory=167768 CPUtime=2520.77 cores=4,6
/proc/171710/stat : 171710 (pb_competition_) R 171707 171710 170836 0 -1 4194304 127759 0 0 0 251949 128 0 0 20 0 2 0 236135664 249823232 41942 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
/proc/171710/statm: 60992 41942 672 633 0 43861 0
[pid=171710/tid=171712] ppid=171707 vsize=243968 memory=166744 CPUtime=1226.79 cores=4,6
/proc/171710/task/171712/stat : 171712 (pb_competition_) R 171707 171710 170836 0 -1 4194368 30862 0 0 0 122635 44 0 0 20 0 2 0 236135664 249823232 41942 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
Current children cumulated CPU time: 2520.77 s
Current children cumulated vsize: 243968 KiB
Current children cumulated memory: 167768 KiB

[startup+1362.3 s]
/proc/loadavg: 7.01 6.92 6.46 8/268 171869
/proc/meminfo: memFree=129095392/131249996 swapFree=33005016/33010684
[pid=171710] ppid=171707 vsize=246032 memory=169816 CPUtime=2637.58 cores=4,6
/proc/171710/stat : 171710 (pb_competition_) R 171707 171710 170836 0 -1 4194304 128287 0 0 0 263627 131 0 0 20 0 2 0 236135664 251936768 42454 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
/proc/171710/statm: 61508 42454 672 633 0 44377 0
[pid=171710/tid=171712] ppid=171707 vsize=246032 memory=166744 CPUtime=1283.96 cores=4,6
/proc/171710/task/171712/stat : 171712 (pb_competition_) R 171707 171710 170836 0 -1 4194368 30867 0 0 0 128351 45 0 0 20 0 2 0 236135664 251936768 42454 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
Current children cumulated CPU time: 2637.58 s
Current children cumulated vsize: 246032 KiB
Current children cumulated memory: 169816 KiB

[startup+1422.3 s]
/proc/loadavg: 7.07 6.95 6.50 8/267 171871
/proc/meminfo: memFree=129079688/131249996 swapFree=33005016/33010684
[pid=171710] ppid=171707 vsize=248720 memory=172504 CPUtime=2753.74 cores=4,6
/proc/171710/stat : 171710 (pb_competition_) R 171707 171710 170836 0 -1 4194304 129989 0 0 0 275239 135 0 0 20 0 2 0 236135664 254689280 43126 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
/proc/171710/statm: 62180 43126 672 633 0 45049 0
[pid=171710/tid=171712] ppid=171707 vsize=248720 memory=166744 CPUtime=1340.48 cores=4,6
/proc/171710/task/171712/stat : 171712 (pb_competition_) R 171707 171710 170836 0 -1 4194368 30940 0 0 0 134001 47 0 0 20 0 2 0 236135664 254689280 43126 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
Current children cumulated CPU time: 2753.74 s
Current children cumulated vsize: 248720 KiB
Current children cumulated memory: 172504 KiB

[startup+1482.3 s]
/proc/loadavg: 6.89 6.92 6.51 8/267 171873
/proc/meminfo: memFree=129090560/131249996 swapFree=33005016/33010684
[pid=171710] ppid=171707 vsize=251524 memory=175320 CPUtime=2868.76 cores=4,6
/proc/171710/stat : 171710 (pb_competition_) R 171707 171710 170836 0 -1 4194304 130700 0 0 0 286736 140 0 0 20 0 2 0 236135664 257560576 43830 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
/proc/171710/statm: 62881 43830 672 633 0 45750 0
[pid=171710/tid=171712] ppid=171707 vsize=251524 memory=174552 CPUtime=1395.88 cores=4,6
/proc/171710/task/171712/stat : 171712 (pb_competition_) R 171707 171710 170836 0 -1 4194368 30941 0 0 0 139540 48 0 0 20 0 2 0 236135664 257560576 43830 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
Current children cumulated CPU time: 2868.76 s
Current children cumulated vsize: 251524 KiB
Current children cumulated memory: 175320 KiB

[startup+1542.3 s]
/proc/loadavg: 6.81 6.87 6.53 8/266 171875
/proc/meminfo: memFree=129074044/131249996 swapFree=33005016/33010684
[pid=171710] ppid=171707 vsize=254236 memory=178008 CPUtime=2985.42 cores=4,6
/proc/171710/stat : 171710 (pb_competition_) R 171707 171710 170836 0 -1 4194304 131378 0 0 0 298398 144 0 0 20 0 2 0 236135664 260337664 44502 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
/proc/171710/statm: 63559 44502 672 633 0 46428 0
[pid=171710/tid=171712] ppid=171707 vsize=254236 memory=176344 CPUtime=1452.92 cores=4,6
/proc/171710/task/171712/stat : 171712 (pb_competition_) R 171707 171710 170836 0 -1 4194368 30941 0 0 0 145243 49 0 0 20 0 2 0 236135664 260337664 44502 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
Current children cumulated CPU time: 2985.42 s
Current children cumulated vsize: 254236 KiB
Current children cumulated memory: 178008 KiB

[startup+1602.3 s]
/proc/loadavg: 6.78 6.85 6.54 8/267 171878
/proc/meminfo: memFree=129071056/131249996 swapFree=33005016/33010684
[pid=171710] ppid=171707 vsize=256044 memory=179800 CPUtime=3101.62 cores=4,6
/proc/171710/stat : 171710 (pb_competition_) R 171707 171710 170836 0 -1 4194304 134741 0 0 0 310015 147 0 0 20 0 2 0 236135664 262189056 44950 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
/proc/171710/statm: 64011 44950 672 633 0 46880 0
[pid=171710/tid=171712] ppid=171707 vsize=256044 memory=179800 CPUtime=1509.51 cores=4,6
/proc/171710/task/171712/stat : 171712 (pb_competition_) R 171707 171710 170836 0 -1 4194368 31643 0 0 0 150901 50 0 0 20 0 2 0 236135664 262189056 44950 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
Current children cumulated CPU time: 3101.62 s
Current children cumulated vsize: 256044 KiB
Current children cumulated memory: 179800 KiB

[startup+1662.3 s]
/proc/loadavg: 6.83 6.85 6.56 7/267 171880
/proc/meminfo: memFree=129071388/131249996 swapFree=33005016/33010684
[pid=171710] ppid=171707 vsize=258728 memory=182488 CPUtime=3218.27 cores=4,6
/proc/171710/stat : 171710 (pb_competition_) R 171707 171710 170836 0 -1 4194304 135424 0 0 0 321677 150 0 0 20 0 2 0 236135664 264937472 45622 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
/proc/171710/statm: 64682 45622 672 633 0 47551 0
[pid=171710/tid=171712] ppid=171707 vsize=258728 memory=181592 CPUtime=1566.55 cores=4,6
/proc/171710/task/171712/stat : 171712 (pb_competition_) R 171707 171710 170836 0 -1 4194368 31653 0 0 0 156604 51 0 0 20 0 2 0 236135664 264937472 45622 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
Current children cumulated CPU time: 3218.27 s
Current children cumulated vsize: 258728 KiB
Current children cumulated memory: 182488 KiB

[startup+1722.3 s]
/proc/loadavg: 6.54 6.76 6.54 7/268 171928
/proc/meminfo: memFree=129092816/131249996 swapFree=33005016/33010684
[pid=171710] ppid=171707 vsize=261000 memory=184792 CPUtime=3335.12 cores=4,6
/proc/171710/stat : 171710 (pb_competition_) R 171707 171710 170836 0 -1 4194304 139581 0 0 0 333359 153 0 0 20 0 2 0 236135664 267264000 46198 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
/proc/171710/statm: 65250 46198 672 633 0 48119 0
[pid=171710/tid=171712] ppid=171707 vsize=261000 memory=181592 CPUtime=1623.79 cores=4,6
/proc/171710/task/171712/stat : 171712 (pb_competition_) R 171707 171710 170836 0 -1 4194368 32540 0 0 0 162327 52 0 0 20 0 2 0 236135664 267264000 46198 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
Current children cumulated CPU time: 3335.12 s
Current children cumulated vsize: 261000 KiB
Current children cumulated memory: 184792 KiB

[startup+1782.3 s]
/proc/loadavg: 6.75 6.77 6.56 7/269 171931
/proc/meminfo: memFree=129086508/131249996 swapFree=33005016/33010684
[pid=171710] ppid=171707 vsize=263672 memory=187480 CPUtime=3449.45 cores=4,6
/proc/171710/stat : 171710 (pb_competition_) R 171707 171710 170836 0 -1 4194304 140277 0 0 0 344788 157 0 0 20 0 2 0 236135664 270000128 46870 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
/proc/171710/statm: 65918 46870 672 633 0 48787 0
[pid=171710/tid=171712] ppid=171707 vsize=263672 memory=187224 CPUtime=1678.49 cores=4,6
/proc/171710/task/171712/stat : 171712 (pb_competition_) R 171707 171710 170836 0 -1 4194368 32540 0 0 0 167795 54 0 0 20 0 2 0 236135664 270000128 46870 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
Current children cumulated CPU time: 3449.45 s
Current children cumulated vsize: 263672 KiB
Current children cumulated memory: 187480 KiB

[startup+1842.3 s]
/proc/loadavg: 6.71 6.77 6.57 8/270 171936
/proc/meminfo: memFree=129084232/131249996 swapFree=33005016/33010684
[pid=171710] ppid=171707 vsize=266288 memory=190168 CPUtime=3565.57 cores=4,6
/proc/171710/stat : 171710 (pb_competition_) R 171707 171710 170836 0 -1 4194304 140913 0 0 0 356397 160 0 0 20 0 2 0 236135664 272678912 47542 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
/proc/171710/statm: 66572 47542 672 633 0 49441 0
[pid=171710/tid=171712] ppid=171707 vsize=266288 memory=14464 CPUtime=1734.99 cores=4,6
/proc/171710/task/171712/stat : 171712 (pb_competition_) R 171707 171710 170836 0 -1 4194368 32540 0 0 0 173444 55 0 0 20 0 2 0 236135664 272678912 47542 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
Current children cumulated CPU time: 3565.57 s
Current children cumulated vsize: 266288 KiB
Current children cumulated memory: 190168 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1860 s]*
/proc/loadavg: 6.63 6.75 6.57 7/270 171936
/proc/meminfo: memFree=129063256/131249996 swapFree=33005016/33010684
[pid=171710] ppid=171707 vsize=266992 memory=190808 CPUtime=3600.05 cores=4,6
/proc/171710/stat : 171710 (pb_competition_) R 171707 171710 170836 0 -1 4194304 142420 0 0 0 359843 162 0 0 20 0 2 0 236135664 273399808 47702 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
/proc/171710/statm: 66748 47702 672 633 0 49617 0
[pid=171710/tid=171712] ppid=171707 vsize=266992 memory=5044 CPUtime=1751.89 cores=4,6
/proc/171710/task/171712/stat : 171712 (pb_competition_) S 171707 171710 170836 0 -1 4194368 32540 0 0 0 175134 55 0 0 20 0 2 0 236135664 273399808 47702 18446744073709551615 4198400 6788177 140728196690720 0 0 0 0 0 8404994 1 0 0 -1 4 0 0 0 0 0 7336896 7391280 24666112 140728196692311 140728196692438 140728196692438 140728196698042 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 266992 KiB
Current children cumulated memory: 190808 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.48 s, system=1.62545 s

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

Child status: 0

Real time (s): 1860.05
CPU time (s): 3600.1
CPU user time (s): 3598.48
CPU system time (s): 1.62545
CPU usage (%): 193.549
Max. virtual memory (cumulated for all children) (KiB): 266992
Max. memory (cumulated for all children) (KiB): 190808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.48
system time used= 1.62545
maximum resident set size= 190808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143111
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= 15559
involuntary context switches= 35157


# summary of solver processes directly reported to runsolver:
#   pid: 171710
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3598.48
#   total CPU system time (s): 1.62545

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.68421 second user time and 8.44427 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-07-22 19:16:01
IDJOB=4543397
IDBENCH=173155
IDSOLVER=3347
FILE ID=nodeC030/4543397-1753204561
RUNJOBID= nodeC030-1753198973-170854
SLURM_JOB_ID= 9687763
Free space on /tmp= 432832 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/domset/domset-hubgraph-opb/normalized-domset-hubgraph_068.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-4543397-1753204561/watcher-4543397-1753204561 -o /tmp/evaluation-result-4543397-1753204561/solver-4543397-1753204561 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1753198973-170854 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1385049241 HOME/instance-4543397-1753204561.opb

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

MD5SUM BENCH= fa4a44a126a0a168be7bf7730f3b2c61
RANDOM SEED=1385049241

nodeC030 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.296
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.62
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.318
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.62
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.388
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.62
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		: 3600.296
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.62
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.453
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.62
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.320
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.62
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		: 3702.840
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.62
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		: 3575.652
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.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129417780 kB
MemAvailable:   129648424 kB
Buffers:              16 kB
Cached:           997456 kB
SwapCached:          232 kB
Active:           775908 kB
Inactive:         326232 kB
Active(anon):      88520 kB
Inactive(anon):    37904 kB
Active(file):     687388 kB
Inactive(file):   288328 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005016 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5184 kB
Writeback:             0 kB
AnonPages:        107664 kB
Mapped:           112284 kB
Shmem:             21756 kB
KReclaimable:     187936 kB
Slab:             283240 kB
SReclaimable:     187936 kB
SUnreclaim:        95304 kB
KernelStack:        4400 kB
PageTables:         3292 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     478752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     36864 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432824 MiB
End job on nodeC030 at 2025-07-22 19:47:01