Trace number 4515956

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 1829.81

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/
CombinatorialBenchmarksPBsolvers/vertex-cover/larger/vc-lines-v2_shuffle/normalized-grid4_121.shuf-1.opb
MD5SUMd9b74fe8ba5c70cce21a95ed96e09832
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.168827
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables484
Total number of constraints485
Number of constraints which are clauses484
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint484
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 487
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c PRINTEMPS v2.7.0 (https://snowberryfield.github.io/printemps/)
0.00/0.00	c #variable: 484
0.00/0.00	c #constraint: 485
0.00/0.00	c #equal: 0
0.00/0.00	c intsize: 9
0.00/0.00	c sizeproduct: 0
0.00/0.00	c #soft: 0
0.00/0.00	c mincost: 0
0.00/0.00	c maxcost: 0
0.00/0.00	c sumcost: 0
0.00/0.00	c iteration_max: -1
0.00/0.00	c time_max: -1
0.00/0.00	c number_of_threads(move update): 2
0.00/0.00	c number_of_threads(move evaluation): 2
0.00/0.00	c seed: 2082884768
3600.09/1829.80	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: 63794 MiB (62325 MiB free)
  memory of node 1: 64507 MiB (63114 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515956-1751238066/watcher-4515956-1751238066 -o /tmp/evaluation-result-4515956-1751238066/solver-4515956-1751238066 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751233701-33144 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 2082884768 HOME/instance-4515956-1751238066.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
Current StackSize limit: 8192 KiB

solver pid=33679, runsolver pid=33676

[startup+0.100071 s]*
/proc/loadavg: 5.00 5.29 5.34 6/256 33681
/proc/meminfo: memFree=128450636/131382120 swapFree=33010416/33010684
[pid=33679] ppid=33676 vsize=79320 memory=4864 CPUtime=0.2 cores=1,3
/proc/33679/stat : 33679 (pb_competition_) R 33676 33679 32377 0 -1 4194304 683 0 0 0 20 0 0 0 20 0 2 0 39485945 81223680 1216 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
/proc/33679/statm: 19830 1216 672 633 0 2694 0
[pid=33679/tid=33681] ppid=33676 vsize=79320 memory=4026531960 CPUtime=0.09 cores=1,3
/proc/33679/task/33681/stat : 33681 (pb_competition_) R 33676 33679 32377 0 -1 4194368 31 0 0 0 9 0 0 0 20 0 2 0 39485946 81223680 1216 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 79320 KiB
Current children cumulated memory: 4864 KiB

[startup+0.214487 s]*
/proc/loadavg: 5.00 5.29 5.34 7/256 33681
/proc/meminfo: memFree=128450636/131382120 swapFree=33010416/33010684
[pid=33679] ppid=33676 vsize=79368 memory=4864 CPUtime=0.4 cores=1,3
/proc/33679/stat : 33679 (pb_competition_) R 33676 33679 32377 0 -1 4194304 706 0 0 0 40 0 0 0 20 0 2 0 39485945 81272832 1216 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
/proc/33679/statm: 19842 1216 672 633 0 2706 0
[pid=33679/tid=33681] ppid=33676 vsize=79368 memory=664958721904869660 CPUtime=0.19 cores=1,3
/proc/33679/task/33681/stat : 33681 (pb_competition_) R 33676 33679 32377 0 -1 4194368 31 0 0 0 19 0 0 0 20 0 2 0 39485946 81272832 1216 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 79368 KiB
Current children cumulated memory: 4864 KiB

[startup+0.315462 s]*
/proc/loadavg: 5.00 5.29 5.34 7/256 33681
/proc/meminfo: memFree=128450636/131382120 swapFree=33010416/33010684
[pid=33679] ppid=33676 vsize=79368 memory=4864 CPUtime=0.58 cores=1,3
/proc/33679/stat : 33679 (pb_competition_) S 33676 33679 32377 0 -1 4194304 707 0 0 0 57 1 0 0 20 0 2 0 39485945 81272832 1216 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
/proc/33679/statm: 19842 1216 672 633 0 2706 0
[pid=33679/tid=33681] ppid=33676 vsize=79368 memory=-6951439901455781737 CPUtime=0.28 cores=1,3
/proc/33679/task/33681/stat : 33681 (pb_competition_) R 33676 33679 32377 0 -1 4194368 31 0 0 0 28 0 0 0 20 0 2 0 39485946 81272832 1216 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 79368 KiB
Current children cumulated memory: 4864 KiB

[startup+0.700224 s]
/proc/loadavg: 5.00 5.29 5.34 6/256 33681
/proc/meminfo: memFree=128450648/131382120 swapFree=33010416/33010684
[pid=33679] ppid=33676 vsize=79412 memory=4992 CPUtime=1.29 cores=1,3
/proc/33679/stat : 33679 (pb_competition_) R 33676 33679 32377 0 -1 4194304 726 0 0 0 127 2 0 0 20 0 2 0 39485945 81317888 1248 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
/proc/33679/statm: 19853 1248 672 633 0 2717 0
[pid=33679/tid=33681] ppid=33676 vsize=79412 memory=17152 CPUtime=0.62 cores=1,3
/proc/33679/task/33681/stat : 33681 (pb_competition_) R 33676 33679 32377 0 -1 4194368 31 0 0 0 62 0 0 0 20 0 2 0 39485946 81317888 1248 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 79412 KiB
Current children cumulated memory: 4992 KiB

[startup+1.50021 s]
/proc/loadavg: 5.00 5.29 5.34 7/256 33681
/proc/meminfo: memFree=128450648/131382120 swapFree=33010416/33010684
[pid=33679] ppid=33676 vsize=79412 memory=4992 CPUtime=2.87 cores=1,3
/proc/33679/stat : 33679 (pb_competition_) R 33676 33679 32377 0 -1 4194304 1172 0 0 0 282 5 0 0 20 0 2 0 39485945 81317888 1248 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
/proc/33679/statm: 19853 1248 672 633 0 2717 0
[pid=33679/tid=33681] ppid=33676 vsize=79412 memory=17152 CPUtime=1.42 cores=1,3
/proc/33679/task/33681/stat : 33681 (pb_competition_) R 33676 33679 32377 0 -1 4194368 48 0 0 0 140 2 0 0 20 0 2 0 39485946 81317888 1248 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 79412 KiB
Current children cumulated memory: 4992 KiB

[startup+3.10561 s]
/proc/loadavg: 5.00 5.29 5.34 7/256 33681
/proc/meminfo: memFree=128450724/131382120 swapFree=33010416/33010684
[pid=33679] ppid=33676 vsize=79412 memory=4992 CPUtime=6.05 cores=1,3
/proc/33679/stat : 33679 (pb_competition_) R 33676 33679 32377 0 -1 4194304 1621 0 0 0 595 10 0 0 20 0 2 0 39485945 81317888 1248 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
/proc/33679/statm: 19853 1248 672 633 0 2717 0
[pid=33679/tid=33681] ppid=33676 vsize=79412 memory=4992 CPUtime=3 cores=1,3
/proc/33679/task/33681/stat : 33681 (pb_competition_) R 33676 33679 32377 0 -1 4194368 75 0 0 0 296 4 0 0 20 0 2 0 39485946 81317888 1248 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
Current children cumulated CPU time: 6.05 s
Current children cumulated vsize: 79412 KiB
Current children cumulated memory: 4992 KiB

[startup+6.3002 s]
/proc/loadavg: 5.08 5.31 5.35 7/256 33681
/proc/meminfo: memFree=128450992/131382120 swapFree=33010416/33010684
[pid=33679] ppid=33676 vsize=79412 memory=4992 CPUtime=12.39 cores=1,3
/proc/33679/stat : 33679 (pb_competition_) R 33676 33679 32377 0 -1 4194304 1977 0 0 0 1217 22 0 0 20 0 2 0 39485945 81317888 1248 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
/proc/33679/statm: 19853 1248 672 633 0 2717 0
[pid=33679/tid=33681] ppid=33676 vsize=79412 memory=17152 CPUtime=6.18 cores=1,3
/proc/33679/task/33681/stat : 33681 (pb_competition_) R 33676 33679 32377 0 -1 4194368 160 0 0 0 610 8 0 0 20 0 2 0 39485946 81317888 1248 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
Current children cumulated CPU time: 12.39 s
Current children cumulated vsize: 79412 KiB
Current children cumulated memory: 4992 KiB

[startup+12.7002 s]
/proc/loadavg: 5.15 5.32 5.35 7/256 33681
/proc/meminfo: memFree=128451244/131382120 swapFree=33010416/33010684
[pid=33679] ppid=33676 vsize=79412 memory=4992 CPUtime=25.09 cores=1,3
/proc/33679/stat : 33679 (pb_competition_) R 33676 33679 32377 0 -1 4194304 2002 0 0 0 2466 43 0 0 20 0 2 0 39485945 81317888 1248 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
/proc/33679/statm: 19853 1248 672 633 0 2717 0
[pid=33679/tid=33681] ppid=33676 vsize=79412 memory=4992 CPUtime=12.52 cores=1,3
/proc/33679/task/33681/stat : 33681 (pb_competition_) R 33676 33679 32377 0 -1 4194368 164 0 0 0 1238 14 0 0 20 0 2 0 39485946 81317888 1248 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
Current children cumulated CPU time: 25.09 s
Current children cumulated vsize: 79412 KiB
Current children cumulated memory: 4992 KiB

[startup+25.5002 s]
/proc/loadavg: 5.34 5.35 5.36 7/256 33681
/proc/meminfo: memFree=128451332/131382120 swapFree=33010416/33010684
[pid=33679] ppid=33676 vsize=79412 memory=4992 CPUtime=50.49 cores=1,3
/proc/33679/stat : 33679 (pb_competition_) R 33676 33679 32377 0 -1 4194304 2396 0 0 0 4971 78 0 0 20 0 2 0 39485945 81317888 1248 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
/proc/33679/statm: 19853 1248 672 633 0 2717 0
[pid=33679/tid=33681] ppid=33676 vsize=79412 memory=4992 CPUtime=25.22 cores=1,3
/proc/33679/task/33681/stat : 33681 (pb_competition_) R 33676 33679 32377 0 -1 4194368 204 0 0 0 2496 26 0 0 20 0 2 0 39485946 81317888 1248 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
Current children cumulated CPU time: 50.49 s
Current children cumulated vsize: 79412 KiB
Current children cumulated memory: 4992 KiB

[startup+51.1055 s]
/proc/loadavg: 5.36 5.36 5.36 7/256 33682
/proc/meminfo: memFree=128451372/131382120 swapFree=33010416/33010684
[pid=33679] ppid=33676 vsize=79412 memory=4992 CPUtime=101.29 cores=1,3
/proc/33679/stat : 33679 (pb_competition_) R 33676 33679 32377 0 -1 4194304 3296 0 0 0 9971 158 0 0 20 0 2 0 39485945 81317888 1248 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
/proc/33679/statm: 19853 1248 672 633 0 2717 0
[pid=33679/tid=33681] ppid=33676 vsize=79412 memory=17152 CPUtime=50.62 cores=1,3
/proc/33679/task/33681/stat : 33681 (pb_competition_) R 33676 33679 32377 0 -1 4194368 346 0 0 0 5011 51 0 0 20 0 2 0 39485946 81317888 1248 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
Current children cumulated CPU time: 101.29 s
Current children cumulated vsize: 79412 KiB
Current children cumulated memory: 4992 KiB

[startup+102.3 s]
/proc/loadavg: 5.61 5.42 5.39 7/253 33683
/proc/meminfo: memFree=128451964/131382120 swapFree=33010416/33010684
[pid=33679] ppid=33676 vsize=79412 memory=4992 CPUtime=202.85 cores=1,3
/proc/33679/stat : 33679 (pb_competition_) R 33676 33679 32377 0 -1 4194304 3468 0 0 0 19959 326 0 0 20 0 2 0 39485945 81317888 1248 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
/proc/33679/statm: 19853 1248 672 633 0 2717 0
[pid=33679/tid=33681] ppid=33676 vsize=79412 memory=17152 CPUtime=101.42 cores=1,3
/proc/33679/task/33681/stat : 33681 (pb_competition_) R 33676 33679 32377 0 -1 4194368 346 0 0 0 10036 106 0 0 20 0 2 0 39485946 81317888 1248 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
Current children cumulated CPU time: 202.85 s
Current children cumulated vsize: 79412 KiB
Current children cumulated memory: 4992 KiB

[startup+162.3 s]
/proc/loadavg: 5.81 5.52 5.42 7/253 33685
/proc/meminfo: memFree=128450788/131382120 swapFree=33010416/33010684
[pid=33679] ppid=33676 vsize=79412 memory=4992 CPUtime=321.91 cores=1,3
/proc/33679/stat : 33679 (pb_competition_) R 33676 33679 32377 0 -1 4194304 3925 0 0 0 31670 521 0 0 20 0 2 0 39485945 81317888 1248 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
/proc/33679/statm: 19853 1248 672 633 0 2717 0
[pid=33679/tid=33681] ppid=33676 vsize=79412 memory=5760 CPUtime=160.93 cores=1,3
/proc/33679/task/33681/stat : 33681 (pb_competition_) R 33676 33679 32377 0 -1 4194368 474 0 0 0 15927 166 0 0 20 0 2 0 39485946 81317888 1248 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
Current children cumulated CPU time: 321.91 s
Current children cumulated vsize: 79412 KiB
Current children cumulated memory: 4992 KiB

[startup+222.3 s]
/proc/loadavg: 5.07 5.40 5.39 5/246 33718
/proc/meminfo: memFree=128510948/131382120 swapFree=33010416/33010684
[pid=33679] ppid=33676 vsize=79412 memory=5120 CPUtime=441.15 cores=1,3
/proc/33679/stat : 33679 (pb_competition_) R 33676 33679 32377 0 -1 4194304 4726 0 0 0 43397 718 0 0 20 0 2 0 39485945 81317888 1280 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
/proc/33679/statm: 19853 1280 672 633 0 2717 0
[pid=33679/tid=33681] ppid=33676 vsize=79412 memory=5120 CPUtime=220.57 cores=1,3
/proc/33679/task/33681/stat : 33681 (pb_competition_) R 33676 33679 32377 0 -1 4194368 540 0 0 0 21835 222 0 0 20 0 2 0 39485946 81317888 1280 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
Current children cumulated CPU time: 441.15 s
Current children cumulated vsize: 79412 KiB
Current children cumulated memory: 5120 KiB

[startup+282.3 s]
/proc/loadavg: 4.50 5.17 5.31 5/246 33720
/proc/meminfo: memFree=128510964/131382120 swapFree=33010416/33010684
[pid=33679] ppid=33676 vsize=79412 memory=5120 CPUtime=560.54 cores=1,3
/proc/33679/stat : 33679 (pb_competition_) R 33676 33679 32377 0 -1 4194304 4810 0 0 0 55134 920 0 0 20 0 2 0 39485945 81317888 1280 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
/proc/33679/statm: 19853 1280 672 633 0 2717 0
[pid=33679/tid=33681] ppid=33676 vsize=79412 memory=14304 CPUtime=280.27 cores=1,3
/proc/33679/task/33681/stat : 33681 (pb_competition_) R 33676 33679 32377 0 -1 4194368 543 0 0 0 27746 281 0 0 20 0 2 0 39485946 81317888 1280 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
Current children cumulated CPU time: 560.54 s
Current children cumulated vsize: 79412 KiB
Current children cumulated memory: 5120 KiB

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

/proc/meminfo: memFree=128627788/131382120 swapFree=33010416/33010684
[pid=33679] ppid=33676 vsize=79412 memory=5120 CPUtime=2312.86 cores=1,3
/proc/33679/stat : 33679 (pb_competition_) R 33676 33679 32377 0 -1 4194304 7107 0 0 0 227949 3337 0 0 20 0 2 0 39485945 81317888 1280 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
/proc/33679/statm: 19853 1280 672 633 0 2717 0
[pid=33679/tid=33681] ppid=33676 vsize=79412 memory=5120 CPUtime=1137.35 cores=1,3
/proc/33679/task/33681/stat : 33681 (pb_competition_) R 33676 33679 32377 0 -1 4194368 735 0 0 0 112748 987 0 0 20 0 2 0 39485946 81317888 1280 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
Current children cumulated CPU time: 2312.86 s
Current children cumulated vsize: 79412 KiB
Current children cumulated memory: 5120 KiB

[startup+1242.3 s]
/proc/loadavg: 3.12 3.57 4.32 4/241 33804
/proc/meminfo: memFree=128627596/131382120 swapFree=33010416/33010684
[pid=33679] ppid=33676 vsize=79412 memory=5120 CPUtime=2432.14 cores=1,3
/proc/33679/stat : 33679 (pb_competition_) R 33676 33679 32377 0 -1 4194304 7566 0 0 0 239681 3533 0 0 20 0 2 0 39485945 81317888 1280 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
/proc/33679/statm: 19853 1280 672 633 0 2717 0
[pid=33679/tid=33681] ppid=33676 vsize=79412 memory=5120 CPUtime=1196.98 cores=1,3
/proc/33679/task/33681/stat : 33681 (pb_competition_) R 33676 33679 32377 0 -1 4194368 811 0 0 0 118655 1043 0 0 20 0 2 0 39485946 81317888 1280 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
Current children cumulated CPU time: 2432.14 s
Current children cumulated vsize: 79412 KiB
Current children cumulated memory: 5120 KiB

[startup+1302.3 s]
/proc/loadavg: 3.08 3.48 4.24 4/241 33806
/proc/meminfo: memFree=128627888/131382120 swapFree=33010416/33010684
[pid=33679] ppid=33676 vsize=79412 memory=5120 CPUtime=2551.42 cores=1,3
/proc/33679/stat : 33679 (pb_competition_) R 33676 33679 32377 0 -1 4194304 8021 0 0 0 251409 3733 0 0 20 0 2 0 39485945 81317888 1280 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
/proc/33679/statm: 19853 1280 672 633 0 2717 0
[pid=33679/tid=33681] ppid=33676 vsize=79412 memory=5120 CPUtime=1256.62 cores=1,3
/proc/33679/task/33681/stat : 33681 (pb_competition_) R 33676 33679 32377 0 -1 4194368 877 0 0 0 124560 1102 0 0 20 0 2 0 39485946 81317888 1280 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
Current children cumulated CPU time: 2551.42 s
Current children cumulated vsize: 79412 KiB
Current children cumulated memory: 5120 KiB

[startup+1362.3 s]
/proc/loadavg: 3.13 3.42 4.17 4/241 33808
/proc/meminfo: memFree=128627904/131382120 swapFree=33010416/33010684
[pid=33679] ppid=33676 vsize=79412 memory=5120 CPUtime=2670.7 cores=1,3
/proc/33679/stat : 33679 (pb_competition_) R 33676 33679 32377 0 -1 4194304 8482 0 0 0 263142 3928 0 0 20 0 2 0 39485945 81317888 1280 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
/proc/33679/statm: 19853 1280 672 633 0 2717 0
[pid=33679/tid=33681] ppid=33676 vsize=79412 memory=5120 CPUtime=1316.28 cores=1,3
/proc/33679/task/33681/stat : 33681 (pb_competition_) R 33676 33679 32377 0 -1 4194368 956 0 0 0 130470 1158 0 0 20 0 2 0 39485946 81317888 1280 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
Current children cumulated CPU time: 2670.7 s
Current children cumulated vsize: 79412 KiB
Current children cumulated memory: 5120 KiB

[startup+1422.3 s]
/proc/loadavg: 3.10 3.35 4.10 4/241 33810
/proc/meminfo: memFree=128629644/131382120 swapFree=33010416/33010684
[pid=33679] ppid=33676 vsize=79412 memory=5120 CPUtime=2789.98 cores=1,3
/proc/33679/stat : 33679 (pb_competition_) R 33676 33679 32377 0 -1 4194304 8942 0 0 0 274868 4130 0 0 20 0 2 0 39485945 81317888 1280 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
/proc/33679/statm: 19853 1280 672 633 0 2717 0
[pid=33679/tid=33681] ppid=33676 vsize=79412 memory=5120 CPUtime=1375.92 cores=1,3
/proc/33679/task/33681/stat : 33681 (pb_competition_) R 33676 33679 32377 0 -1 4194368 990 0 0 0 136376 1216 0 0 20 0 2 0 39485946 81317888 1280 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
Current children cumulated CPU time: 2789.98 s
Current children cumulated vsize: 79412 KiB
Current children cumulated memory: 5120 KiB

[startup+1482.3 s]
/proc/loadavg: 3.15 3.32 4.04 4/240 33812
/proc/meminfo: memFree=128629640/131382120 swapFree=33010416/33010684
[pid=33679] ppid=33676 vsize=79412 memory=5120 CPUtime=2909.26 cores=1,3
/proc/33679/stat : 33679 (pb_competition_) R 33676 33679 32377 0 -1 4194304 9406 0 0 0 286597 4329 0 0 20 0 2 0 39485945 81317888 1280 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
/proc/33679/statm: 19853 1280 672 633 0 2717 0
[pid=33679/tid=33681] ppid=33676 vsize=79412 memory=17280 CPUtime=1435.57 cores=1,3
/proc/33679/task/33681/stat : 33681 (pb_competition_) R 33676 33679 32377 0 -1 4194368 1079 0 0 0 142285 1272 0 0 20 0 2 0 39485946 81317888 1280 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
Current children cumulated CPU time: 2909.26 s
Current children cumulated vsize: 79412 KiB
Current children cumulated memory: 5120 KiB

[startup+1542.3 s]
/proc/loadavg: 3.11 3.27 3.98 4/240 33814
/proc/meminfo: memFree=128629632/131382120 swapFree=33010416/33010684
[pid=33679] ppid=33676 vsize=79412 memory=5120 CPUtime=3028.53 cores=1,3
/proc/33679/stat : 33679 (pb_competition_) R 33676 33679 32377 0 -1 4194304 9411 0 0 0 298324 4529 0 0 20 0 2 0 39485945 81317888 1280 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
/proc/33679/statm: 19853 1280 672 633 0 2717 0
[pid=33679/tid=33681] ppid=33676 vsize=79412 memory=5120 CPUtime=1495.2 cores=1,3
/proc/33679/task/33681/stat : 33681 (pb_competition_) R 33676 33679 32377 0 -1 4194368 1079 0 0 0 148189 1331 0 0 20 0 2 0 39485946 81317888 1280 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
Current children cumulated CPU time: 3028.53 s
Current children cumulated vsize: 79412 KiB
Current children cumulated memory: 5120 KiB

[startup+1602.3 s]
/proc/loadavg: 3.08 3.24 3.92 4/240 33816
/proc/meminfo: memFree=128628396/131382120 swapFree=33010416/33010684
[pid=33679] ppid=33676 vsize=79412 memory=5120 CPUtime=3147.81 cores=1,3
/proc/33679/stat : 33679 (pb_competition_) R 33676 33679 32377 0 -1 4194304 9873 0 0 0 310048 4733 0 0 20 0 2 0 39485945 81317888 1280 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
/proc/33679/statm: 19853 1280 672 633 0 2717 0
[pid=33679/tid=33681] ppid=33676 vsize=79412 memory=5120 CPUtime=1554.85 cores=1,3
/proc/33679/task/33681/stat : 33681 (pb_competition_) R 33676 33679 32377 0 -1 4194368 1113 0 0 0 154092 1393 0 0 20 0 2 0 39485946 81317888 1280 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
Current children cumulated CPU time: 3147.81 s
Current children cumulated vsize: 79412 KiB
Current children cumulated memory: 5120 KiB

[startup+1662.3 s]
/proc/loadavg: 3.14 3.22 3.87 4/240 33818
/proc/meminfo: memFree=128629584/131382120 swapFree=33010416/33010684
[pid=33679] ppid=33676 vsize=79412 memory=5120 CPUtime=3267.09 cores=1,3
/proc/33679/stat : 33679 (pb_competition_) R 33676 33679 32377 0 -1 4194304 9873 0 0 0 321775 4934 0 0 20 0 2 0 39485945 81317888 1280 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
/proc/33679/statm: 19853 1280 672 633 0 2717 0
[pid=33679/tid=33681] ppid=33676 vsize=79412 memory=5120 CPUtime=1614.48 cores=1,3
/proc/33679/task/33681/stat : 33681 (pb_competition_) R 33676 33679 32377 0 -1 4194368 1113 0 0 0 159994 1454 0 0 20 0 2 0 39485946 81317888 1280 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
Current children cumulated CPU time: 3267.09 s
Current children cumulated vsize: 79412 KiB
Current children cumulated memory: 5120 KiB

[startup+1722.3 s]
/proc/loadavg: 3.10 3.19 3.82 4/241 33823
/proc/meminfo: memFree=128628884/131382120 swapFree=33010416/33010684
[pid=33679] ppid=33676 vsize=79412 memory=5120 CPUtime=3386.38 cores=1,3
/proc/33679/stat : 33679 (pb_competition_) R 33676 33679 32377 0 -1 4194304 10331 0 0 0 333509 5129 0 0 20 0 2 0 39485945 81317888 1280 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
/proc/33679/statm: 19853 1280 672 633 0 2717 0
[pid=33679/tid=33681] ppid=33676 vsize=79412 memory=5120 CPUtime=1674.13 cores=1,3
/proc/33679/task/33681/stat : 33681 (pb_competition_) R 33676 33679 32377 0 -1 4194368 1155 0 0 0 165899 1514 0 0 20 0 2 0 39485946 81317888 1280 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
Current children cumulated CPU time: 3386.38 s
Current children cumulated vsize: 79412 KiB
Current children cumulated memory: 5120 KiB

[startup+1782.3 s]
/proc/loadavg: 3.15 3.19 3.78 4/241 33830
/proc/meminfo: memFree=128628724/131382120 swapFree=33010416/33010684
[pid=33679] ppid=33676 vsize=79412 memory=5120 CPUtime=3505.66 cores=1,3
/proc/33679/stat : 33679 (pb_competition_) R 33676 33679 32377 0 -1 4194304 10331 0 0 0 345236 5330 0 0 20 0 2 0 39485945 81317888 1280 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
/proc/33679/statm: 19853 1280 672 633 0 2717 0
[pid=33679/tid=33681] ppid=33676 vsize=79412 memory=5120 CPUtime=1733.77 cores=1,3
/proc/33679/task/33681/stat : 33681 (pb_competition_) R 33676 33679 32377 0 -1 4194368 1155 0 0 0 171805 1572 0 0 20 0 2 0 39485946 81317888 1280 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
Current children cumulated CPU time: 3505.66 s
Current children cumulated vsize: 79412 KiB
Current children cumulated memory: 5120 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1829.8 s]
/proc/loadavg: 3.15 3.18 3.74 4/241 33831
/proc/meminfo: memFree=128628772/131382120 swapFree=33010416/33010684
[pid=33679] ppid=33676 vsize=79412 memory=5120 CPUtime=3600.09 cores=1,3
/proc/33679/stat : 33679 (pb_competition_) R 33676 33679 32377 0 -1 4194304 10789 0 0 0 354521 5488 0 0 20 0 2 0 39485945 81317888 1280 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
/proc/33679/statm: 19853 1280 672 633 0 2717 0
[pid=33679/tid=33681] ppid=33676 vsize=79412 memory=4252 CPUtime=1781 cores=1,3
/proc/33679/task/33681/stat : 33681 (pb_competition_) R 33676 33679 32377 0 -1 4194368 1167 0 0 0 176485 1615 0 0 20 0 2 0 39485946 81317888 1280 18446744073709551615 4198400 6788177 140728241602368 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 31924224 140728241609049 140728241609176 140728241609176 140728241614778 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 79412 KiB
Current children cumulated memory: 5120 KiB

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

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

# cumulated CPU time of all completed processes:  user=3545.23 s, system=54.8859 s

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

Child status: 0

Real time (s): 1829.81
CPU time (s): 3600.11
CPU user time (s): 3545.23
CPU system time (s): 54.8859
CPU usage (%): 196.748
Max. virtual memory (cumulated for all children) (KiB): 79512
Max. memory (cumulated for all children) (KiB): 5120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3545.23
system time used= 54.8859
maximum resident set size= 5120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10945
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= 3529
involuntary context switches= 23692


# summary of solver processes directly reported to runsolver:
#   pid: 33679
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3545.23
#   total CPU system time (s): 54.8859

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.13145 second user time and 6.3012 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-06-30 01:01:06
IDJOB=4515956
IDBENCH=168324
IDSOLVER=3347
FILE ID=nodeC006/4515956-1751238066
RUNJOBID= nodeC006-1751233701-33144
SLURM_JOB_ID= 9587690
Free space on /tmp= 433044 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/larger/vc-lines-v2_shuffle/normalized-grid4_121.shuf-1.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-4515956-1751238066/watcher-4515956-1751238066 -o /tmp/evaluation-result-4515956-1751238066/solver-4515956-1751238066 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751233701-33144 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 2082884768 HOME/instance-4515956-1751238066.opb

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

MD5SUM BENCH= d9b74fe8ba5c70cce21a95ed96e09832
RANDOM SEED=2082884768

nodeC006 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	: 0xb00001f
cpu MHz		: 3562.166
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.340
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.558
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.140
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 3591.511
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 3591.407
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 3700.000
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 3491.395
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        128450636 kB
MemAvailable:   129663800 kB
Buffers:            2128 kB
Cached:          2017784 kB
SwapCached:           12 kB
Active:           604476 kB
Inactive:        1747132 kB
Active(anon):     336908 kB
Inactive(anon):    12736 kB
Active(file):     267568 kB
Inactive(file):  1734396 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5232 kB
Writeback:            12 kB
AnonPages:        334796 kB
Mapped:           110564 kB
Shmem:             17948 kB
KReclaimable:     101268 kB
Slab:             183372 kB
SReclaimable:     101268 kB
SUnreclaim:        82104 kB
KernelStack:        4112 kB
PageTables:         3644 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     691804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149512 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    241664 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:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC006 at 2025-06-30 01:31:36