Trace number 4494738

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.11 1833.51

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900551347.opb
MD5SUM0e77a06dde1d23cd3307fd4f28b5c64b
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.917121
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 745
Number of bits of the biggest sum of numbers10
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: 231
0.00/0.00	c #constraint: 2707
0.00/0.00	c #equal: 0
0.00/0.00	c intsize: 10
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: 817704626
3600.09/1833.50	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 (62009 MiB free)
  memory of node 1: 64507 MiB (60957 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100069 s]*
/proc/loadavg: 4.94 6.01 6.56 6/269 18772
/proc/meminfo: memFree=125911140/131249996 swapFree=33010684/33010684
[pid=18770] ppid=18767 vsize=85512 memory=11776 CPUtime=0.17 cores=1,3
/proc/18770/stat : 18770 (pb_competition_) R 18767 18770 17665 0 -1 4194304 2466 0 0 0 17 0 0 0 20 0 2 0 30776173 87564288 2944 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
/proc/18770/statm: 21378 2944 672 633 0 4426 0
[pid=18770/tid=18772] ppid=18767 vsize=85512 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/18770/task/18772/stat : 18772 (pb_competition_) R 18767 18770 17665 0 -1 4194368 220 0 0 0 8 0 0 0 20 0 2 0 30776173 87564288 2944 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 85512 KiB
Current children cumulated memory: 11776 KiB

[startup+0.206037 s]*
/proc/loadavg: 4.94 6.01 6.56 6/269 18772
/proc/meminfo: memFree=125911452/131249996 swapFree=33010684/33010684
[pid=18770] ppid=18767 vsize=85644 memory=11904 CPUtime=0.32 cores=1,3
/proc/18770/stat : 18770 (pb_competition_) S 18767 18770 17665 0 -1 4194304 2501 0 0 0 32 0 0 0 20 0 2 0 30776173 87699456 2976 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
/proc/18770/statm: 21411 2976 672 633 0 4459 0
[pid=18770/tid=18772] ppid=18767 vsize=85644 memory=664958721904869660 CPUtime=0.13 cores=1,3
/proc/18770/task/18772/stat : 18772 (pb_competition_) R 18767 18770 17665 0 -1 4194368 220 0 0 0 13 0 0 0 20 0 2 0 30776173 87699456 2976 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 85644 KiB
Current children cumulated memory: 11904 KiB

[startup+0.305817 s]*
/proc/loadavg: 4.94 6.01 6.56 6/269 18772
/proc/meminfo: memFree=125911452/131249996 swapFree=33010684/33010684
[pid=18770] ppid=18767 vsize=85776 memory=12160 CPUtime=0.5 cores=1,3
/proc/18770/stat : 18770 (pb_competition_) R 18767 18770 17665 0 -1 4194304 2545 0 0 0 50 0 0 0 20 0 2 0 30776173 87834624 3040 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
/proc/18770/statm: 21444 3040 672 633 0 4492 0
[pid=18770/tid=18772] ppid=18767 vsize=85776 memory=7971519255938154609 CPUtime=0.2 cores=1,3
/proc/18770/task/18772/stat : 18772 (pb_competition_) R 18767 18770 17665 0 -1 4194368 220 0 0 0 20 0 0 0 20 0 2 0 30776173 87834624 3040 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 85776 KiB
Current children cumulated memory: 12160 KiB

[startup+0.700224 s]
/proc/loadavg: 4.94 6.01 6.56 6/269 18772
/proc/meminfo: memFree=125911452/131249996 swapFree=33010684/33010684
[pid=18770] ppid=18767 vsize=86040 memory=12288 CPUtime=1.2 cores=1,3
/proc/18770/stat : 18770 (pb_competition_) R 18767 18770 17665 0 -1 4194304 2607 0 0 0 120 0 0 0 20 0 2 0 30776173 88104960 3072 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
/proc/18770/statm: 21510 3072 672 633 0 4558 0
[pid=18770/tid=18772] ppid=18767 vsize=86040 memory=17536 CPUtime=0.53 cores=1,3
/proc/18770/task/18772/stat : 18772 (pb_competition_) R 18767 18770 17665 0 -1 4194368 220 0 0 0 53 0 0 0 20 0 2 0 30776173 88104960 3072 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 86040 KiB
Current children cumulated memory: 12288 KiB

[startup+1.50023 s]
/proc/loadavg: 4.94 6.01 6.56 7/269 18772
/proc/meminfo: memFree=125911452/131249996 swapFree=33010684/33010684
[pid=18770] ppid=18767 vsize=86336 memory=12672 CPUtime=2.74 cores=1,3
/proc/18770/stat : 18770 (pb_competition_) R 18767 18770 17665 0 -1 4194304 4505 0 0 0 273 1 0 0 20 0 2 0 30776173 88408064 3168 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
/proc/18770/statm: 21584 3168 672 633 0 4632 0
[pid=18770/tid=18772] ppid=18767 vsize=86336 memory=17536 CPUtime=1.27 cores=1,3
/proc/18770/task/18772/stat : 18772 (pb_competition_) R 18767 18770 17665 0 -1 4194368 254 0 0 0 127 0 0 0 20 0 2 0 30776173 88408064 3168 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 86336 KiB
Current children cumulated memory: 12672 KiB

[startup+3.10577 s]
/proc/loadavg: 4.94 6.01 6.56 7/269 18772
/proc/meminfo: memFree=125928204/131249996 swapFree=33010684/33010684
[pid=18770] ppid=18767 vsize=86416 memory=12928 CPUtime=5.89 cores=1,3
/proc/18770/stat : 18770 (pb_competition_) R 18767 18770 17665 0 -1 4194304 6327 0 0 0 586 3 0 0 20 0 2 0 30776173 88489984 3232 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
/proc/18770/statm: 21604 3232 672 633 0 4652 0
[pid=18770/tid=18772] ppid=18767 vsize=86416 memory=12672 CPUtime=2.83 cores=1,3
/proc/18770/task/18772/stat : 18772 (pb_competition_) R 18767 18770 17665 0 -1 4194368 370 0 0 0 283 0 0 0 20 0 2 0 30776173 88489984 3232 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
Current children cumulated CPU time: 5.89 s
Current children cumulated vsize: 86416 KiB
Current children cumulated memory: 12928 KiB

[startup+6.30022 s]
/proc/loadavg: 5.02 6.01 6.55 6/269 18772
/proc/meminfo: memFree=125951924/131249996 swapFree=33010684/33010684
[pid=18770] ppid=18767 vsize=87068 memory=13440 CPUtime=12.11 cores=1,3
/proc/18770/stat : 18770 (pb_competition_) R 18767 18770 17665 0 -1 4194304 8030 0 0 0 1205 6 0 0 20 0 2 0 30776173 89157632 3360 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
/proc/18770/statm: 21767 3360 672 633 0 4815 0
[pid=18770/tid=18772] ppid=18767 vsize=87068 memory=17536 CPUtime=5.88 cores=1,3
/proc/18770/task/18772/stat : 18772 (pb_competition_) R 18767 18770 17665 0 -1 4194368 666 0 0 0 587 1 0 0 20 0 2 0 30776173 89157632 3360 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
Current children cumulated CPU time: 12.11 s
Current children cumulated vsize: 87068 KiB
Current children cumulated memory: 13440 KiB

[startup+12.7002 s]
/proc/loadavg: 5.10 6.01 6.55 8/269 18772
/proc/meminfo: memFree=125994848/131249996 swapFree=33010684/33010684
[pid=18770] ppid=18767 vsize=87652 memory=13696 CPUtime=24.68 cores=1,3
/proc/18770/stat : 18770 (pb_competition_) R 18767 18770 17665 0 -1 4194304 10135 0 0 0 2456 12 0 0 20 0 2 0 30776173 89755648 3424 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
/proc/18770/statm: 21913 3424 672 633 0 4961 0
[pid=18770/tid=18772] ppid=18767 vsize=87652 memory=13696 CPUtime=12.09 cores=1,3
/proc/18770/task/18772/stat : 18772 (pb_competition_) R 18767 18770 17665 0 -1 4194368 1639 0 0 0 1207 2 0 0 20 0 2 0 30776173 89755648 3424 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
Current children cumulated CPU time: 24.68 s
Current children cumulated vsize: 87652 KiB
Current children cumulated memory: 13696 KiB

[startup+25.5002 s]
/proc/loadavg: 5.23 5.99 6.54 7/269 18773
/proc/meminfo: memFree=125993372/131249996 swapFree=33010684/33010684
[pid=18770] ppid=18767 vsize=87792 memory=13952 CPUtime=49.73 cores=1,3
/proc/18770/stat : 18770 (pb_competition_) R 18767 18770 17665 0 -1 4194304 13633 0 0 0 4950 23 0 0 20 0 2 0 30776173 89899008 3488 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
/proc/18770/statm: 21948 3488 672 633 0 4996 0
[pid=18770/tid=18772] ppid=18767 vsize=87792 memory=13952 CPUtime=24.44 cores=1,3
/proc/18770/task/18772/stat : 18772 (pb_competition_) R 18767 18770 17665 0 -1 4194368 2654 0 0 0 2439 5 0 0 20 0 2 0 30776173 89899008 3488 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
Current children cumulated CPU time: 49.73 s
Current children cumulated vsize: 87792 KiB
Current children cumulated memory: 13952 KiB

[startup+51.1059 s]
/proc/loadavg: 5.34 5.96 6.51 8/269 18773
/proc/meminfo: memFree=125993396/131249996 swapFree=33010684/33010684
[pid=18770] ppid=18767 vsize=87792 memory=13952 CPUtime=99.98 cores=1,3
/proc/18770/stat : 18770 (pb_competition_) R 18767 18770 17665 0 -1 4194304 15341 0 0 0 9954 44 0 0 20 0 2 0 30776173 89899008 3488 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
/proc/18770/statm: 21948 3488 672 633 0 4996 0
[pid=18770/tid=18772] ppid=18767 vsize=87792 memory=17536 CPUtime=49.31 cores=1,3
/proc/18770/task/18772/stat : 18772 (pb_competition_) R 18767 18770 17665 0 -1 4194368 2993 0 0 0 4920 11 0 0 20 0 2 0 30776173 89899008 3488 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
Current children cumulated CPU time: 99.98 s
Current children cumulated vsize: 87792 KiB
Current children cumulated memory: 13952 KiB

[startup+102.3 s]
/proc/loadavg: 5.60 5.92 6.47 7/268 18776
/proc/meminfo: memFree=125996660/131249996 swapFree=33010684/33010684
[pid=18770] ppid=18767 vsize=87792 memory=13952 CPUtime=200.43 cores=1,3
/proc/18770/stat : 18770 (pb_competition_) R 18767 18770 17665 0 -1 4194304 17813 0 0 0 19957 86 0 0 20 0 2 0 30776173 89899008 3488 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
/proc/18770/statm: 21948 3488 672 633 0 4996 0
[pid=18770/tid=18772] ppid=18767 vsize=87792 memory=17536 CPUtime=98.97 cores=1,3
/proc/18770/task/18772/stat : 18772 (pb_competition_) R 18767 18770 17665 0 -1 4194368 3506 0 0 0 9872 25 0 0 20 0 2 0 30776173 89899008 3488 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
Current children cumulated CPU time: 200.43 s
Current children cumulated vsize: 87792 KiB
Current children cumulated memory: 13952 KiB

[startup+162.3 s]
/proc/loadavg: 5.43 5.83 6.40 7/269 18779
/proc/meminfo: memFree=125996232/131249996 swapFree=33010684/33010684
[pid=18770] ppid=18767 vsize=87792 memory=13952 CPUtime=318.15 cores=1,3
/proc/18770/stat : 18770 (pb_competition_) R 18767 18770 17665 0 -1 4194304 19897 0 0 0 31679 136 0 0 20 0 2 0 30776173 89899008 3488 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
/proc/18770/statm: 21948 3488 672 633 0 4996 0
[pid=18770/tid=18772] ppid=18767 vsize=87792 memory=13952 CPUtime=157.19 cores=1,3
/proc/18770/task/18772/stat : 18772 (pb_competition_) R 18767 18770 17665 0 -1 4194368 4037 0 0 0 15680 39 0 0 20 0 2 0 30776173 89899008 3488 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
Current children cumulated CPU time: 318.15 s
Current children cumulated vsize: 87792 KiB
Current children cumulated memory: 13952 KiB

[startup+222.3 s]
/proc/loadavg: 5.56 5.81 6.35 6/269 18781
/proc/meminfo: memFree=125995364/131249996 swapFree=33010684/33010684
[pid=18770] ppid=18767 vsize=87792 memory=14080 CPUtime=435.83 cores=1,3
/proc/18770/stat : 18770 (pb_competition_) R 18767 18770 17665 0 -1 4194304 23616 0 0 0 43389 194 0 0 20 0 2 0 30776173 89899008 3520 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
/proc/18770/statm: 21948 3520 672 633 0 4996 0
[pid=18770/tid=18772] ppid=18767 vsize=87792 memory=17536 CPUtime=215.4 cores=1,3
/proc/18770/task/18772/stat : 18772 (pb_competition_) S 18767 18770 17665 0 -1 4194368 5053 0 0 0 21485 55 0 0 20 0 2 0 30776173 89899008 3520 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 1 0 0 -1 1 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
Current children cumulated CPU time: 435.83 s
Current children cumulated vsize: 87792 KiB
Current children cumulated memory: 14080 KiB

[startup+282.3 s]
/proc/loadavg: 5.61 5.79 6.31 7/268 18783
/proc/meminfo: memFree=125995244/131249996 swapFree=33010684/33010684
[pid=18770] ppid=18767 vsize=87792 memory=14080 CPUtime=553.53 cores=1,3
/proc/18770/stat : 18770 (pb_competition_) R 18767 18770 17665 0 -1 4194304 23649 0 0 0 55109 244 0 0 20 0 2 0 30776173 89899008 3520 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
/proc/18770/statm: 21948 3520 672 633 0 4996 0
[pid=18770/tid=18772] ppid=18767 vsize=87792 memory=14080 CPUtime=273.6 cores=1,3
/proc/18770/task/18772/stat : 18772 (pb_competition_) R 18767 18770 17665 0 -1 4194368 5059 0 0 0 27287 73 0 0 20 0 2 0 30776173 89899008 3520 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
Current children cumulated CPU time: 553.53 s
Current children cumulated vsize: 87792 KiB
Current children cumulated memory: 14080 KiB

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

/proc/meminfo: memFree=129701772/131249996 swapFree=33010684/33010684
[pid=18770] ppid=18767 vsize=87792 memory=14080 CPUtime=2439.22 cores=1,3
/proc/18770/stat : 18770 (pb_competition_) R 18767 18770 17665 0 -1 4194304 34287 0 0 0 242950 972 0 0 20 0 2 0 30776173 89899008 3520 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
/proc/18770/statm: 21948 3520 672 633 0 4996 0
[pid=18770/tid=18772] ppid=18767 vsize=87792 memory=14592 CPUtime=1206.84 cores=1,3
/proc/18770/task/18772/stat : 18772 (pb_competition_) R 18767 18770 17665 0 -1 4194368 7094 0 0 0 120417 267 0 0 20 0 2 0 30776173 89899008 3520 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
Current children cumulated CPU time: 2439.22 s
Current children cumulated vsize: 87792 KiB
Current children cumulated memory: 14080 KiB

[startup+1302.3 s]
/proc/loadavg: 7.40 7.03 6.65 8/267 19125
/proc/meminfo: memFree=129701652/131249996 swapFree=33010684/33010684
[pid=18770] ppid=18767 vsize=87792 memory=14080 CPUtime=2557.13 cores=1,3
/proc/18770/stat : 18770 (pb_competition_) R 18767 18770 17665 0 -1 4194304 34288 0 0 0 254702 1011 0 0 20 0 2 0 30776173 89899008 3520 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
/proc/18770/statm: 21948 3520 672 633 0 4996 0
[pid=18770/tid=18772] ppid=18767 vsize=87792 memory=14080 CPUtime=1265.26 cores=1,3
/proc/18770/task/18772/stat : 18772 (pb_competition_) R 18767 18770 17665 0 -1 4194368 7094 0 0 0 126252 274 0 0 20 0 2 0 30776173 89899008 3520 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
Current children cumulated CPU time: 2557.13 s
Current children cumulated vsize: 87792 KiB
Current children cumulated memory: 14080 KiB

[startup+1362.3 s]
/proc/loadavg: 7.22 7.05 6.69 8/267 19127
/proc/meminfo: memFree=129701772/131249996 swapFree=33010684/33010684
[pid=18770] ppid=18767 vsize=87792 memory=14080 CPUtime=2674.89 cores=1,3
/proc/18770/stat : 18770 (pb_competition_) R 18767 18770 17665 0 -1 4194304 35323 0 0 0 266445 1044 0 0 20 0 2 0 30776173 89899008 3520 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
/proc/18770/statm: 21948 3520 672 633 0 4996 0
[pid=18770/tid=18772] ppid=18767 vsize=87792 memory=14592 CPUtime=1323.54 cores=1,3
/proc/18770/task/18772/stat : 18772 (pb_competition_) R 18767 18770 17665 0 -1 4194368 7106 0 0 0 132076 278 0 0 20 0 2 0 30776173 89899008 3520 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
Current children cumulated CPU time: 2674.89 s
Current children cumulated vsize: 87792 KiB
Current children cumulated memory: 14080 KiB

[startup+1422.3 s]
/proc/loadavg: 7.10 7.04 6.71 8/266 19129
/proc/meminfo: memFree=129701920/131249996 swapFree=33010684/33010684
[pid=18770] ppid=18767 vsize=87792 memory=14080 CPUtime=2792.73 cores=1,3
/proc/18770/stat : 18770 (pb_competition_) R 18767 18770 17665 0 -1 4194304 35325 0 0 0 278196 1077 0 0 20 0 2 0 30776173 89899008 3520 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
/proc/18770/statm: 21948 3520 672 633 0 4996 0
[pid=18770/tid=18772] ppid=18767 vsize=87792 memory=14080 CPUtime=1381.86 cores=1,3
/proc/18770/task/18772/stat : 18772 (pb_competition_) R 18767 18770 17665 0 -1 4194368 7108 0 0 0 137905 281 0 0 20 0 2 0 30776173 89899008 3520 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
Current children cumulated CPU time: 2792.73 s
Current children cumulated vsize: 87792 KiB
Current children cumulated memory: 14080 KiB

[startup+1482.3 s]
/proc/loadavg: 7.21 7.09 6.75 8/267 19132
/proc/meminfo: memFree=129701776/131249996 swapFree=33010684/33010684
[pid=18770] ppid=18767 vsize=87792 memory=14080 CPUtime=2910.55 cores=1,3
/proc/18770/stat : 18770 (pb_competition_) R 18767 18770 17665 0 -1 4194304 35335 0 0 0 289947 1108 0 0 20 0 2 0 30776173 89899008 3520 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
/proc/18770/statm: 21948 3520 672 633 0 4996 0
[pid=18770/tid=18772] ppid=18767 vsize=87792 memory=14080 CPUtime=1440.19 cores=1,3
/proc/18770/task/18772/stat : 18772 (pb_competition_) R 18767 18770 17665 0 -1 4194368 7108 0 0 0 143735 284 0 0 20 0 2 0 30776173 89899008 3520 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
Current children cumulated CPU time: 2910.55 s
Current children cumulated vsize: 87792 KiB
Current children cumulated memory: 14080 KiB

[startup+1542.3 s]
/proc/loadavg: 7.25 7.12 6.79 9/267 19136
/proc/meminfo: memFree=129675888/131249996 swapFree=33010684/33010684
[pid=18770] ppid=18767 vsize=87792 memory=14080 CPUtime=3028.39 cores=1,3
/proc/18770/stat : 18770 (pb_competition_) R 18767 18770 17665 0 -1 4194304 35335 0 0 0 301698 1141 0 0 20 0 2 0 30776173 89899008 3520 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
/proc/18770/statm: 21948 3520 672 633 0 4996 0
[pid=18770/tid=18772] ppid=18767 vsize=87792 memory=7971803999401818475 CPUtime=1498.48 cores=1,3
/proc/18770/task/18772/stat : 18772 (pb_competition_) S 18767 18770 17665 0 -1 4194368 7108 0 0 0 149562 286 0 0 20 0 2 0 30776173 89899008 3520 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 1 0 0 -1 1 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
Current children cumulated CPU time: 3028.39 s
Current children cumulated vsize: 87792 KiB
Current children cumulated memory: 14080 KiB

[startup+1602.3 s]
/proc/loadavg: 7.20 7.13 6.81 7/267 19138
/proc/meminfo: memFree=129676024/131249996 swapFree=33010684/33010684
[pid=18770] ppid=18767 vsize=87792 memory=14080 CPUtime=3146.19 cores=1,3
/proc/18770/stat : 18770 (pb_competition_) R 18767 18770 17665 0 -1 4194304 36389 0 0 0 313446 1173 0 0 20 0 2 0 30776173 89899008 3520 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
/proc/18770/statm: 21948 3520 672 633 0 4996 0
[pid=18770/tid=18772] ppid=18767 vsize=87792 memory=17536 CPUtime=1556.77 cores=1,3
/proc/18770/task/18772/stat : 18772 (pb_competition_) R 18767 18770 17665 0 -1 4194368 7126 0 0 0 155387 290 0 0 20 0 2 0 30776173 89899008 3520 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
Current children cumulated CPU time: 3146.19 s
Current children cumulated vsize: 87792 KiB
Current children cumulated memory: 14080 KiB

[startup+1662.3 s]
/proc/loadavg: 6.94 7.06 6.81 8/267 19140
/proc/meminfo: memFree=129684016/131249996 swapFree=33010684/33010684
[pid=18770] ppid=18767 vsize=87792 memory=14080 CPUtime=3263.98 cores=1,3
/proc/18770/stat : 18770 (pb_competition_) R 18767 18770 17665 0 -1 4194304 36390 0 0 0 325191 1207 0 0 20 0 2 0 30776173 89899008 3520 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
/proc/18770/statm: 21948 3520 672 633 0 4996 0
[pid=18770/tid=18772] ppid=18767 vsize=87792 memory=17536 CPUtime=1615.06 cores=1,3
/proc/18770/task/18772/stat : 18772 (pb_competition_) R 18767 18770 17665 0 -1 4194368 7126 0 0 0 161212 294 0 0 20 0 2 0 30776173 89899008 3520 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
Current children cumulated CPU time: 3263.98 s
Current children cumulated vsize: 87792 KiB
Current children cumulated memory: 14080 KiB

[startup+1722.3 s]
/proc/loadavg: 7.01 7.06 6.83 8/267 19142
/proc/meminfo: memFree=129683612/131249996 swapFree=33010684/33010684
[pid=18770] ppid=18767 vsize=87792 memory=14080 CPUtime=3381.8 cores=1,3
/proc/18770/stat : 18770 (pb_competition_) R 18767 18770 17665 0 -1 4194304 37473 0 0 0 336940 1240 0 0 20 0 2 0 30776173 89899008 3520 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
/proc/18770/statm: 21948 3520 672 633 0 4996 0
[pid=18770/tid=18772] ppid=18767 vsize=87792 memory=17536 CPUtime=1673.32 cores=1,3
/proc/18770/task/18772/stat : 18772 (pb_competition_) R 18767 18770 17665 0 -1 4194368 7319 0 0 0 167035 297 0 0 20 0 2 0 30776173 89899008 3520 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
Current children cumulated CPU time: 3381.8 s
Current children cumulated vsize: 87792 KiB
Current children cumulated memory: 14080 KiB

[startup+1782.3 s]
/proc/loadavg: 7.00 7.05 6.84 8/268 19147
/proc/meminfo: memFree=129683788/131249996 swapFree=33010684/33010684
[pid=18770] ppid=18767 vsize=87792 memory=14080 CPUtime=3499.59 cores=1,3
/proc/18770/stat : 18770 (pb_competition_) R 18767 18770 17665 0 -1 4194304 37485 0 0 0 348683 1276 0 0 20 0 2 0 30776173 89899008 3520 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
/proc/18770/statm: 21948 3520 672 633 0 4996 0
[pid=18770/tid=18772] ppid=18767 vsize=87792 memory=17536 CPUtime=1731.61 cores=1,3
/proc/18770/task/18772/stat : 18772 (pb_competition_) R 18767 18770 17665 0 -1 4194368 7320 0 0 0 172860 301 0 0 20 0 2 0 30776173 89899008 3520 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
Current children cumulated CPU time: 3499.59 s
Current children cumulated vsize: 87792 KiB
Current children cumulated memory: 14080 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1833.5 s]
/proc/loadavg: 7.04 7.05 6.86 8/267 19153
/proc/meminfo: memFree=129683716/131249996 swapFree=33010684/33010684
[pid=18770] ppid=18767 vsize=87792 memory=14080 CPUtime=3600.09 cores=1,3
/proc/18770/stat : 18770 (pb_competition_) R 18767 18770 17665 0 -1 4194304 37485 0 0 0 358705 1304 0 0 20 0 2 0 30776173 89899008 3520 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
/proc/18770/statm: 21948 3520 672 633 0 4996 0
[pid=18770/tid=18772] ppid=18767 vsize=87792 memory=14080 CPUtime=1781.3 cores=1,3
/proc/18770/task/18772/stat : 18772 (pb_competition_) R 18767 18770 17665 0 -1 4194368 7320 0 0 0 177826 304 0 0 20 0 2 0 30776173 89899008 3520 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 87792 KiB
Current children cumulated memory: 14080 KiB

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

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

# cumulated CPU time of all completed processes:  user=3587.06 s, system=13.0494 s

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

[startup+1833.5 s]
/proc/loadavg: 7.04 7.05 6.86 8/267 19153
/proc/meminfo: memFree=129683716/131249996 swapFree=33010684/33010684
[pid=18770] ppid=18767 vsize=87792 memory=14080 CPUtime=3600.09 cores=1,3
/proc/18770/stat : 18770 (pb_competition_) R 18767 18770 17665 0 -1 4194304 37485 0 0 0 358705 1304 0 0 20 0 2 0 30776173 89899008 3520 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
/proc/18770/statm: 21948 3520 672 633 0 4996 0
[pid=18770/tid=18772] ppid=18767 vsize=87792 memory=14080 CPUtime=1781.3 cores=1,3
/proc/18770/task/18772/stat : 18772 (pb_competition_) R 18767 18770 17665 0 -1 4194368 7320 0 0 0 177826 304 0 0 20 0 2 0 30776173 89899008 3520 18446744073709551615 4198400 6788177 140732153054416 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 23814144 140732153059674 140732153059800 140732153059800 140732153065402 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 87792 KiB
Current children cumulated memory: 14080 KiB

Child status: 0

Real time (s): 1833.51
CPU time (s): 3600.11
CPU user time (s): 3587.06
CPU system time (s): 13.0494
CPU usage (%): 196.351
Max. virtual memory (cumulated for all children) (KiB): 87792
Max. memory (cumulated for all children) (KiB): 14080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.06
system time used= 13.0494
maximum resident set size= 14080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37763
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= 64072
involuntary context switches= 28499


# summary of solver processes directly reported to runsolver:
#   pid: 18770
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3587.06
#   total CPU system time (s): 13.0494

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.13335 second user time and 9.03706 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-29 00:49:45
IDJOB=4494738
IDBENCH=147918
IDSOLVER=3347
FILE ID=nodeC021/4494738-1751150985
RUNJOBID= nodeC021-1751146786-17677
SLURM_JOB_ID= 9587467
Free space on /tmp= 433000 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900551347.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-4494738-1751150985/watcher-4494738-1751150985 -o /tmp/evaluation-result-4494738-1751150985/solver-4494738-1751150985 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751146786-17677 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 817704626 HOME/instance-4494738-1751150985.opb

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

MD5SUM BENCH= 0e77a06dde1d23cd3307fd4f28b5c64b
RANDOM SEED=817704626

nodeC021 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.419
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.774
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.774
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.517
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.777
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.060
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3642.844
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3594.554
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        125918592 kB
MemAvailable:   125842328 kB
Buffers:            3280 kB
Cached:           733460 kB
SwapCached:            0 kB
Active:          4109016 kB
Inactive:         511520 kB
Active(anon):    3901856 kB
Inactive(anon):        0 kB
Active(file):     207160 kB
Inactive(file):   511520 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5196 kB
Writeback:            16 kB
AnonPages:       3886800 kB
Mapped:           110992 kB
Shmem:             18060 kB
KReclaimable:      88192 kB
Slab:             173340 kB
SReclaimable:      88192 kB
SUnreclaim:        85148 kB
KernelStack:        4384 kB
PageTables:        10688 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    4262192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1421312 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433040 MiB
End job on nodeC021 at 2025-06-29 01:20:19