Trace number 4542851

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.05 2977.61

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
even-colouring/ec-stargrid-05_shuffle/normalized-ec_stargrid_05_075.shuf-3.opb
MD5SUM069a73194ecd209cf604f34d8017c292
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 benchmark16.7565
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1501
Total number of constraints752
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints740
Minimum length of a constraint2
Maximum length of a constraint8
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
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: 1501
0.00/0.00	c #constraint: 752
0.00/0.00	c #equal: 0
0.00/0.00	c intsize: 4
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: 1773479743
3600.03/2977.60	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 (62607 MiB free)
  memory of node 1: 64507 MiB (63734 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542851-1753201583/watcher-4542851-1753201583 -o /tmp/evaluation-result-4542851-1753201583/solver-4542851-1753201583 -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 1773479743 HOME/instance-4542851-1753201583.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=171461, runsolver pid=171458

[startup+0.100057 s]*
/proc/loadavg: 5.17 5.59 5.52 6/269 171463
/proc/meminfo: memFree=129374312/131249996 swapFree=33005016/33010684
[pid=171461] ppid=171458 vsize=83064 memory=8960 CPUtime=0.15 cores=4,6
/proc/171461/stat : 171461 (pb_competition_) R 171458 171461 170836 0 -1 4194304 1774 0 0 0 14 1 0 0 20 0 2 0 235837843 85057536 2240 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
/proc/171461/statm: 20766 2240 672 633 0 3704 0
[pid=171461/tid=171463] ppid=171458 vsize=83064 memory=4026531960 CPUtime=0.05 cores=4,6
/proc/171461/task/171463/stat : 171463 (pb_competition_) S 171458 171461 170836 0 -1 4194368 110 0 0 0 5 0 0 0 20 0 2 0 235837844 85057536 2240 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 1 0 0 -1 4 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 83064 KiB
Current children cumulated memory: 8960 KiB

[startup+0.205303 s]*
/proc/loadavg: 5.17 5.59 5.52 6/269 171463
/proc/meminfo: memFree=129374312/131249996 swapFree=33005016/33010684
[pid=171461] ppid=171458 vsize=83064 memory=8960 CPUtime=0.34 cores=4,6
/proc/171461/stat : 171461 (pb_competition_) R 171458 171461 170836 0 -1 4194304 1795 0 0 0 33 1 0 0 20 0 2 0 235837843 85057536 2240 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
/proc/171461/statm: 20766 2240 672 633 0 3704 0
[pid=171461/tid=171463] ppid=171458 vsize=83064 memory=4830728736883343644 CPUtime=0.15 cores=4,6
/proc/171461/task/171463/stat : 171463 (pb_competition_) S 171458 171461 170836 0 -1 4194368 110 0 0 0 15 0 0 0 20 0 2 0 235837844 85057536 2240 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 1 0 0 -1 4 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 83064 KiB
Current children cumulated memory: 8960 KiB

[startup+0.304789 s]*
/proc/loadavg: 5.17 5.59 5.52 6/269 171463
/proc/meminfo: memFree=129374312/131249996 swapFree=33005016/33010684
[pid=171461] ppid=171458 vsize=83064 memory=8960 CPUtime=0.49 cores=4,6
/proc/171461/stat : 171461 (pb_competition_) R 171458 171461 170836 0 -1 4194304 1795 0 0 0 47 2 0 0 20 0 2 0 235837843 85057536 2240 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
/proc/171461/statm: 20766 2240 672 633 0 3704 0
[pid=171461/tid=171463] ppid=171458 vsize=83064 memory=-8898759498480577120 CPUtime=0.2 cores=4,6
/proc/171461/task/171463/stat : 171463 (pb_competition_) S 171458 171461 170836 0 -1 4194368 110 0 0 0 20 0 0 0 20 0 2 0 235837844 85057536 2240 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 1 0 0 -1 4 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 83064 KiB
Current children cumulated memory: 8960 KiB

[startup+0.700122 s]
/proc/loadavg: 5.17 5.59 5.52 6/269 171463
/proc/meminfo: memFree=129374572/131249996 swapFree=33005016/33010684
[pid=171461] ppid=171458 vsize=83064 memory=8960 CPUtime=1.08 cores=4,6
/proc/171461/stat : 171461 (pb_competition_) R 171458 171461 170836 0 -1 4194304 1795 0 0 0 105 3 0 0 20 0 2 0 235837843 85057536 2240 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
/proc/171461/statm: 20766 2240 672 633 0 3704 0
[pid=171461/tid=171463] ppid=171458 vsize=83064 memory=23168 CPUtime=0.41 cores=4,6
/proc/171461/task/171463/stat : 171463 (pb_competition_) S 171458 171461 170836 0 -1 4194368 110 0 0 0 41 0 0 0 20 0 2 0 235837844 85057536 2240 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 1 0 0 -1 4 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 83064 KiB
Current children cumulated memory: 8960 KiB

[startup+1.50012 s]
/proc/loadavg: 5.17 5.59 5.52 6/269 171463
/proc/meminfo: memFree=129374572/131249996 swapFree=33005016/33010684
[pid=171461] ppid=171458 vsize=83064 memory=8960 CPUtime=2.55 cores=4,6
/proc/171461/stat : 171461 (pb_competition_) R 171458 171461 170836 0 -1 4194304 3089 0 0 0 248 7 0 0 20 0 2 0 235837843 85057536 2240 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
/proc/171461/statm: 20766 2240 672 633 0 3704 0
[pid=171461/tid=171463] ppid=171458 vsize=83064 memory=23168 CPUtime=1.08 cores=4,6
/proc/171461/task/171463/stat : 171463 (pb_competition_) R 171458 171461 170836 0 -1 4194368 220 0 0 0 108 0 0 0 20 0 2 0 235837844 85057536 2240 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
Current children cumulated CPU time: 2.55 s
Current children cumulated vsize: 83064 KiB
Current children cumulated memory: 8960 KiB

[startup+3.10472 s]
/proc/loadavg: 5.17 5.59 5.52 6/269 171463
/proc/meminfo: memFree=129374580/131249996 swapFree=33005016/33010684
[pid=171461] ppid=171458 vsize=83204 memory=8960 CPUtime=5.74 cores=4,6
/proc/171461/stat : 171461 (pb_competition_) R 171458 171461 170836 0 -1 4194304 4414 0 0 0 557 17 0 0 20 0 2 0 235837843 85200896 2240 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
/proc/171461/statm: 20801 2240 672 633 0 3739 0
[pid=171461/tid=171463] ppid=171458 vsize=83204 memory=8960 CPUtime=2.67 cores=4,6
/proc/171461/task/171463/stat : 171463 (pb_competition_) R 171458 171461 170836 0 -1 4194368 426 0 0 0 266 1 0 0 20 0 2 0 235837844 85200896 2240 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
Current children cumulated CPU time: 5.74 s
Current children cumulated vsize: 83204 KiB
Current children cumulated memory: 8960 KiB

[startup+6.3001 s]
/proc/loadavg: 5.16 5.58 5.51 6/269 171463
/proc/meminfo: memFree=129374840/131249996 swapFree=33005016/33010684
[pid=171461] ppid=171458 vsize=83204 memory=9088 CPUtime=10.13 cores=4,6
/proc/171461/stat : 171461 (pb_competition_) R 171458 171461 170836 0 -1 4194304 5738 0 0 0 982 31 0 0 20 0 2 0 235837843 85200896 2272 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
/proc/171461/statm: 20801 2272 672 633 0 3739 0
[pid=171461/tid=171463] ppid=171458 vsize=83204 memory=23168 CPUtime=3.89 cores=4,6
/proc/171461/task/171463/stat : 171463 (pb_competition_) S 171458 171461 170836 0 -1 4194368 426 0 0 0 387 2 0 0 20 0 2 0 235837844 85200896 2272 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
Current children cumulated CPU time: 10.13 s
Current children cumulated vsize: 83204 KiB
Current children cumulated memory: 9088 KiB

[startup+12.7001 s]
/proc/loadavg: 5.31 5.61 5.52 7/269 171463
/proc/meminfo: memFree=129370760/131249996 swapFree=33005016/33010684
[pid=171461] ppid=171458 vsize=83204 memory=9088 CPUtime=22.04 cores=4,6
/proc/171461/stat : 171461 (pb_competition_) R 171458 171461 170836 0 -1 4194304 8375 0 0 0 2139 65 0 0 20 0 2 0 235837843 85200896 2272 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
/proc/171461/statm: 20801 2272 672 633 0 3739 0
[pid=171461/tid=171463] ppid=171458 vsize=83204 memory=9088 CPUtime=9.42 cores=4,6
/proc/171461/task/171463/stat : 171463 (pb_competition_) R 171458 171461 170836 0 -1 4194368 642 0 0 0 938 4 0 0 20 0 2 0 235837844 85200896 2272 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
Current children cumulated CPU time: 22.04 s
Current children cumulated vsize: 83204 KiB
Current children cumulated memory: 9088 KiB

[startup+25.5001 s]
/proc/loadavg: 5.31 5.59 5.52 6/269 171464
/proc/meminfo: memFree=129371032/131249996 swapFree=33005016/33010684
[pid=171461] ppid=171458 vsize=83204 memory=9088 CPUtime=45.99 cores=4,6
/proc/171461/stat : 171461 (pb_competition_) R 171458 171461 170836 0 -1 4194304 9501 0 0 0 4465 134 0 0 20 0 2 0 235837843 85200896 2272 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
/proc/171461/statm: 20801 2272 672 633 0 3739 0
[pid=171461/tid=171463] ppid=171458 vsize=83204 memory=9088 CPUtime=20.63 cores=4,6
/proc/171461/task/171463/stat : 171463 (pb_competition_) R 171458 171461 170836 0 -1 4194368 710 0 0 0 2052 11 0 0 20 0 2 0 235837844 85200896 2272 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
Current children cumulated CPU time: 45.99 s
Current children cumulated vsize: 83204 KiB
Current children cumulated memory: 9088 KiB

[startup+51.1044 s]
/proc/loadavg: 5.33 5.58 5.52 6/269 171464
/proc/meminfo: memFree=129367188/131249996 swapFree=33005016/33010684
[pid=171461] ppid=171458 vsize=83204 memory=9088 CPUtime=80.65 cores=4,6
/proc/171461/stat : 171461 (pb_competition_) R 171458 171461 170836 0 -1 4194304 9521 0 0 0 7829 236 0 0 20 0 2 0 235837843 85200896 2272 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
/proc/171461/statm: 20801 2272 672 633 0 3739 0
[pid=171461/tid=171463] ppid=171458 vsize=83204 memory=23168 CPUtime=29.78 cores=4,6
/proc/171461/task/171463/stat : 171463 (pb_competition_) S 171458 171461 170836 0 -1 4194368 714 0 0 0 2964 14 0 0 20 0 2 0 235837844 85200896 2272 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
Current children cumulated CPU time: 80.65 s
Current children cumulated vsize: 83204 KiB
Current children cumulated memory: 9088 KiB

[startup+102.3 s]
/proc/loadavg: 4.69 5.36 5.45 5/269 171466
/proc/meminfo: memFree=129376112/131249996 swapFree=33005016/33010684
[pid=171461] ppid=171458 vsize=83204 memory=9088 CPUtime=131.72 cores=4,6
/proc/171461/stat : 171461 (pb_competition_) R 171458 171461 170836 0 -1 4194304 10828 0 0 0 12770 402 0 0 20 0 2 0 235837843 85200896 2272 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
/proc/171461/statm: 20801 2272 672 633 0 3739 0
[pid=171461/tid=171463] ppid=171458 vsize=83204 memory=23168 CPUtime=29.78 cores=4,6
/proc/171461/task/171463/stat : 171463 (pb_competition_) S 171458 171461 170836 0 -1 4194368 714 0 0 0 2964 14 0 0 20 0 2 0 235837844 85200896 2272 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
Current children cumulated CPU time: 131.72 s
Current children cumulated vsize: 83204 KiB
Current children cumulated memory: 9088 KiB

[startup+162.3 s]
/proc/loadavg: 4.32 5.13 5.36 5/269 171469
/proc/meminfo: memFree=129375468/131249996 swapFree=33005016/33010684
[pid=171461] ppid=171458 vsize=83204 memory=9088 CPUtime=191.57 cores=4,6
/proc/171461/stat : 171461 (pb_competition_) R 171458 171461 170836 0 -1 4194304 12554 0 0 0 18550 607 0 0 20 0 2 0 235837843 85200896 2272 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
/proc/171461/statm: 20801 2272 672 633 0 3739 0
[pid=171461/tid=171463] ppid=171458 vsize=83204 memory=5760 CPUtime=29.79 cores=4,6
/proc/171461/task/171463/stat : 171463 (pb_competition_) S 171458 171461 170836 0 -1 4194368 714 0 0 0 2965 14 0 0 20 0 2 0 235837844 85200896 2272 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
Current children cumulated CPU time: 191.57 s
Current children cumulated vsize: 83204 KiB
Current children cumulated memory: 9088 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.92 5.27 5/270 171472
/proc/meminfo: memFree=129377112/131249996 swapFree=33005016/33010684
[pid=171461] ppid=171458 vsize=83204 memory=9088 CPUtime=251.42 cores=4,6
/proc/171461/stat : 171461 (pb_competition_) R 171458 171461 170836 0 -1 4194304 14284 0 0 0 24333 809 0 0 20 0 2 0 235837843 85200896 2272 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
/proc/171461/statm: 20801 2272 672 633 0 3739 0
[pid=171461/tid=171463] ppid=171458 vsize=83204 memory=23168 CPUtime=29.79 cores=4,6
/proc/171461/task/171463/stat : 171463 (pb_competition_) S 171458 171461 170836 0 -1 4194368 714 0 0 0 2965 14 0 0 20 0 2 0 235837844 85200896 2272 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
Current children cumulated CPU time: 251.42 s
Current children cumulated vsize: 83204 KiB
Current children cumulated memory: 9088 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 4.78 5.20 5/269 171474
/proc/meminfo: memFree=129377728/131249996 swapFree=33005016/33010684
[pid=171461] ppid=171458 vsize=83204 memory=9088 CPUtime=311.27 cores=4,6
/proc/171461/stat : 171461 (pb_competition_) R 171458 171461 170836 0 -1 4194304 15147 0 0 0 30122 1005 0 0 20 0 2 0 235837843 85200896 2272 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
/proc/171461/statm: 20801 2272 672 633 0 3739 0
[pid=171461/tid=171463] ppid=171458 vsize=83204 memory=9088 CPUtime=29.79 cores=4,6
/proc/171461/task/171463/stat : 171463 (pb_competition_) S 171458 171461 170836 0 -1 4194368 714 0 0 0 2965 14 0 0 20 0 2 0 235837844 85200896 2272 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
Current children cumulated CPU time: 311.27 s
Current children cumulated vsize: 83204 KiB

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

/proc/meminfo: memFree=129422564/131249996 swapFree=33005016/33010684
[pid=171461] ppid=171458 vsize=83336 memory=9344 CPUtime=2705.09 cores=4,6
/proc/171461/stat : 171461 (pb_competition_) R 171458 171461 170836 0 -1 4194304 30188 0 0 0 262504 8005 0 0 20 0 2 0 235837843 85336064 2336 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
/proc/171461/statm: 20834 2336 672 633 0 3772 0
[pid=171461/tid=171463] ppid=171458 vsize=83336 memory=9344 CPUtime=389.9 cores=4,6
/proc/171461/task/171463/stat : 171463 (pb_competition_) S 171458 171461 170836 0 -1 4194368 999 0 0 0 38831 159 0 0 20 0 2 0 235837844 85336064 2336 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
Current children cumulated CPU time: 2705.09 s
Current children cumulated vsize: 83336 KiB
Current children cumulated memory: 9344 KiB

[startup+2382.3 s]
/proc/loadavg: 4.08 4.21 4.48 5/269 171592
/proc/meminfo: memFree=129423128/131249996 swapFree=33005016/33010684
[pid=171461] ppid=171458 vsize=83336 memory=9344 CPUtime=2764.95 cores=4,6
/proc/171461/stat : 171461 (pb_competition_) R 171458 171461 170836 0 -1 4194304 31068 0 0 0 268324 8171 0 0 20 0 2 0 235837843 85336064 2336 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
/proc/171461/statm: 20834 2336 672 633 0 3772 0
[pid=171461/tid=171463] ppid=171458 vsize=83336 memory=9344 CPUtime=389.9 cores=4,6
/proc/171461/task/171463/stat : 171463 (pb_competition_) S 171458 171461 170836 0 -1 4194368 999 0 0 0 38831 159 0 0 20 0 2 0 235837844 85336064 2336 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
Current children cumulated CPU time: 2764.95 s
Current children cumulated vsize: 83336 KiB
Current children cumulated memory: 9344 KiB

[startup+2442.3 s]
/proc/loadavg: 4.08 4.18 4.45 5/269 171594
/proc/meminfo: memFree=129422532/131249996 swapFree=33005016/33010684
[pid=171461] ppid=171458 vsize=83336 memory=9344 CPUtime=2824.8 cores=4,6
/proc/171461/stat : 171461 (pb_competition_) R 171458 171461 170836 0 -1 4194304 31084 0 0 0 274150 8330 0 0 20 0 2 0 235837843 85336064 2336 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
/proc/171461/statm: 20834 2336 672 633 0 3772 0
[pid=171461/tid=171463] ppid=171458 vsize=83336 memory=9344 CPUtime=389.9 cores=4,6
/proc/171461/task/171463/stat : 171463 (pb_competition_) S 171458 171461 170836 0 -1 4194368 999 0 0 0 38831 159 0 0 20 0 2 0 235837844 85336064 2336 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
Current children cumulated CPU time: 2824.8 s
Current children cumulated vsize: 83336 KiB
Current children cumulated memory: 9344 KiB

[startup+2502.3 s]
/proc/loadavg: 4.07 4.16 4.43 5/269 171597
/proc/meminfo: memFree=129422436/131249996 swapFree=33005016/33010684
[pid=171461] ppid=171458 vsize=83336 memory=9344 CPUtime=2884.65 cores=4,6
/proc/171461/stat : 171461 (pb_competition_) R 171458 171461 170836 0 -1 4194304 31084 0 0 0 279965 8500 0 0 20 0 2 0 235837843 85336064 2336 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
/proc/171461/statm: 20834 2336 672 633 0 3772 0
[pid=171461/tid=171463] ppid=171458 vsize=83336 memory=9344 CPUtime=389.9 cores=4,6
/proc/171461/task/171463/stat : 171463 (pb_competition_) S 171458 171461 170836 0 -1 4194368 999 0 0 0 38831 159 0 0 20 0 2 0 235837844 85336064 2336 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
Current children cumulated CPU time: 2884.65 s
Current children cumulated vsize: 83336 KiB
Current children cumulated memory: 9344 KiB

[startup+2562.3 s]
/proc/loadavg: 4.74 4.33 4.47 6/269 171599
/proc/meminfo: memFree=129422800/131249996 swapFree=33005016/33010684
[pid=171461] ppid=171458 vsize=83336 memory=9344 CPUtime=3000.9 cores=4,6
/proc/171461/stat : 171461 (pb_competition_) R 171458 171461 170836 0 -1 4194304 31990 0 0 0 291330 8760 0 0 20 0 2 0 235837843 85336064 2336 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
/proc/171461/statm: 20834 2336 672 633 0 3772 0
[pid=171461/tid=171463] ppid=171458 vsize=83336 memory=23168 CPUtime=446.54 cores=4,6
/proc/171461/task/171463/stat : 171463 (pb_competition_) R 171458 171461 170836 0 -1 4194368 1180 0 0 0 44482 172 0 0 20 0 2 0 235837844 85336064 2336 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
Current children cumulated CPU time: 3000.9 s
Current children cumulated vsize: 83336 KiB
Current children cumulated memory: 9344 KiB

[startup+2622.3 s]
/proc/loadavg: 4.71 4.41 4.49 6/268 171601
/proc/meminfo: memFree=129422944/131249996 swapFree=33005016/33010684
[pid=171461] ppid=171458 vsize=83336 memory=9344 CPUtime=3108.9 cores=4,6
/proc/171461/stat : 171461 (pb_competition_) R 171458 171461 170836 0 -1 4194304 32888 0 0 0 301921 8969 0 0 20 0 2 0 235837843 85336064 2336 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
/proc/171461/statm: 20834 2336 672 633 0 3772 0
[pid=171461/tid=171463] ppid=171458 vsize=83336 memory=9344 CPUtime=494.87 cores=4,6
/proc/171461/task/171463/stat : 171463 (pb_competition_) S 171458 171461 170836 0 -1 4194368 1187 0 0 0 49306 181 0 0 20 0 2 0 235837844 85336064 2336 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
Current children cumulated CPU time: 3108.9 s
Current children cumulated vsize: 83336 KiB
Current children cumulated memory: 9344 KiB

[startup+2682.3 s]
/proc/loadavg: 5.41 4.65 4.57 7/267 171603
/proc/meminfo: memFree=129422840/131249996 swapFree=33005016/33010684
[pid=171461] ppid=171458 vsize=83336 memory=9344 CPUtime=3199.36 cores=4,6
/proc/171461/stat : 171461 (pb_competition_) R 171458 171461 170836 0 -1 4194304 33799 0 0 0 310783 9153 0 0 20 0 2 0 235837843 85336064 2336 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
/proc/171461/statm: 20834 2336 672 633 0 3772 0
[pid=171461/tid=171463] ppid=171458 vsize=83336 memory=9344 CPUtime=525.57 cores=4,6
/proc/171461/task/171463/stat : 171463 (pb_competition_) R 171458 171461 170836 0 -1 4194368 1188 0 0 0 52371 186 0 0 20 0 2 0 235837844 85336064 2336 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
Current children cumulated CPU time: 3199.36 s
Current children cumulated vsize: 83336 KiB
Current children cumulated memory: 9344 KiB

[startup+2742.3 s]
/proc/loadavg: 5.85 4.91 4.66 7/267 171605
/proc/meminfo: memFree=129422960/131249996 swapFree=33005016/33010684
[pid=171461] ppid=171458 vsize=83336 memory=9344 CPUtime=3317.8 cores=4,6
/proc/171461/stat : 171461 (pb_competition_) R 171458 171461 170836 0 -1 4194304 34704 0 0 0 322421 9359 0 0 20 0 2 0 235837843 85336064 2336 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
/proc/171461/statm: 20834 2336 672 633 0 3772 0
[pid=171461/tid=171463] ppid=171458 vsize=83336 memory=9344 CPUtime=584.34 cores=4,6
/proc/171461/task/171463/stat : 171463 (pb_competition_) R 171458 171461 170836 0 -1 4194368 1316 0 0 0 58238 196 0 0 20 0 2 0 235837844 85336064 2336 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
Current children cumulated CPU time: 3317.8 s
Current children cumulated vsize: 83336 KiB
Current children cumulated memory: 9344 KiB

[startup+2802.3 s]
/proc/loadavg: 5.56 5.00 4.72 6/266 171653
/proc/meminfo: memFree=129432872/131249996 swapFree=33005016/33010684
[pid=171461] ppid=171458 vsize=83336 memory=9344 CPUtime=3425.15 cores=4,6
/proc/171461/stat : 171461 (pb_competition_) R 171458 171461 170836 0 -1 4194304 35612 0 0 0 332953 9562 0 0 20 0 2 0 235837843 85336064 2336 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
/proc/171461/statm: 20834 2336 672 633 0 3772 0
[pid=171461/tid=171463] ppid=171458 vsize=83336 memory=23168 CPUtime=632.02 cores=4,6
/proc/171461/task/171463/stat : 171463 (pb_competition_) S 171458 171461 170836 0 -1 4194368 1434 0 0 0 62999 203 0 0 20 0 2 0 235837844 85336064 2336 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 1 0 0 -1 4 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
Current children cumulated CPU time: 3425.15 s
Current children cumulated vsize: 83336 KiB
Current children cumulated memory: 9344 KiB

[startup+2862.3 s]
/proc/loadavg: 5.33 5.03 4.75 6/266 171655
/proc/meminfo: memFree=129423336/131249996 swapFree=33005016/33010684
[pid=171461] ppid=171458 vsize=83336 memory=9344 CPUtime=3485.01 cores=4,6
/proc/171461/stat : 171461 (pb_competition_) R 171458 171461 170836 0 -1 4194304 36505 0 0 0 338772 9729 0 0 20 0 2 0 235837843 85336064 2336 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
/proc/171461/statm: 20834 2336 672 633 0 3772 0
[pid=171461/tid=171463] ppid=171458 vsize=83336 memory=23168 CPUtime=632.02 cores=4,6
/proc/171461/task/171463/stat : 171463 (pb_competition_) S 171458 171461 170836 0 -1 4194368 1434 0 0 0 62999 203 0 0 20 0 2 0 235837844 85336064 2336 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 1 0 0 -1 4 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
Current children cumulated CPU time: 3485.01 s
Current children cumulated vsize: 83336 KiB
Current children cumulated memory: 9344 KiB

[startup+2922.3 s]
/proc/loadavg: 5.17 5.04 4.77 6/268 171665
/proc/meminfo: memFree=129407488/131249996 swapFree=33005016/33010684
[pid=171461] ppid=171458 vsize=83336 memory=9344 CPUtime=3544.86 cores=4,6
/proc/171461/stat : 171461 (pb_competition_) R 171458 171461 170836 0 -1 4194304 37400 0 0 0 344595 9891 0 0 20 0 2 0 235837843 85336064 2336 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
/proc/171461/statm: 20834 2336 672 633 0 3772 0
[pid=171461/tid=171463] ppid=171458 vsize=83336 memory=9344 CPUtime=632.02 cores=4,6
/proc/171461/task/171463/stat : 171463 (pb_competition_) S 171458 171461 170836 0 -1 4194368 1434 0 0 0 62999 203 0 0 20 0 2 0 235837844 85336064 2336 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 1 0 0 -1 4 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
Current children cumulated CPU time: 3544.86 s
Current children cumulated vsize: 83336 KiB
Current children cumulated memory: 9344 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2977.6 s]
/proc/loadavg: 5.11 5.05 4.79 6/268 171666
/proc/meminfo: memFree=129407492/131249996 swapFree=33005016/33010684
[pid=171461] ppid=171458 vsize=83336 memory=9344 CPUtime=3600.03 cores=4,6
/proc/171461/stat : 171461 (pb_competition_) R 171458 171461 170836 0 -1 4194304 37407 0 0 0 349960 10043 0 0 20 0 2 0 235837843 85336064 2336 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
/proc/171461/statm: 20834 2336 672 633 0 3772 0
[pid=171461/tid=171463] ppid=171458 vsize=83336 memory=9344 CPUtime=632.02 cores=4,6
/proc/171461/task/171463/stat : 171463 (pb_competition_) S 171458 171461 170836 0 -1 4194368 1434 0 0 0 62999 203 0 0 20 0 2 0 235837844 85336064 2336 18446744073709551615 4198400 6788177 140721788277104 0 0 0 0 0 8404994 1 0 0 -1 4 0 0 0 0 0 7336896 7391280 35930112 140721788283223 140721788283350 140721788283350 140721788288954 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 83336 KiB
Current children cumulated memory: 9344 KiB

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

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

# cumulated CPU time of all completed processes:  user=3499.61 s, system=100.436 s

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

Child status: 0

Real time (s): 2977.61
CPU time (s): 3600.05
CPU user time (s): 3499.61
CPU system time (s): 100.436
CPU usage (%): 120.904
Max. virtual memory (cumulated for all children) (KiB): 83336
Max. memory (cumulated for all children) (KiB): 9344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3499.61
system time used= 100.436
maximum resident set size= 9344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37653
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= 61542
involuntary context switches= 12198


# summary of solver processes directly reported to runsolver:
#   pid: 171461
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3499.61
#   total CPU system time (s): 100.436

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.23828 second user time and 8.8618 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-07-22 18:26:23
IDJOB=4542851
IDBENCH=164739
IDSOLVER=3347
FILE ID=nodeC030/4542851-1753201583
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/even-colouring/ec-stargrid-05_shuffle/normalized-ec_stargrid_05_075.shuf-3.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-4542851-1753201583/watcher-4542851-1753201583 -o /tmp/evaluation-result-4542851-1753201583/solver-4542851-1753201583 -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 1773479743 HOME/instance-4542851-1753201583.opb

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

MD5SUM BENCH= 069a73194ecd209cf604f34d8017c292
RANDOM SEED=1773479743

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.304
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.319
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		: 3529.641
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		: 3652.998
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		: 3511.523
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.318
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		: 3600.328
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		: 3654.779
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:        129374392 kB
MemAvailable:   129604308 kB
Buffers:              16 kB
Cached:           996736 kB
SwapCached:          232 kB
Active:           754000 kB
Inactive:         325512 kB
Active(anon):      66612 kB
Inactive(anon):    37908 kB
Active(file):     687388 kB
Inactive(file):   287604 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005016 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5256 kB
Writeback:            12 kB
AnonPages:         85588 kB
Mapped:           112164 kB
Shmem:             21756 kB
KReclaimable:     187928 kB
Slab:             283096 kB
SReclaimable:     187928 kB
SUnreclaim:        95168 kB
KernelStack:        4368 kB
PageTables:         3216 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     454932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:16:00