Trace number 4544216

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 1970.72

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
extended-even-colouring/grids_norational_opb/normalized-ec_grid_norational_04_250.opb
MD5SUM4a59e763ae88014143ab229bcecf86f5
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.121812
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6003
Total number of constraints5004
Number of constraints which are clauses4002
Number of constraints which are cardinality constraints (but not clauses)1001
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint4002
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 4001
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 12005
Number of bits of the biggest sum of numbers14
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.02	c #variable: 6003
0.00/0.02	c #constraint: 5004
0.00/0.02	c #equal: 1001
0.00/0.02	c intsize: 14
0.00/0.02	c sizeproduct: 0
0.00/0.02	c #soft: 0
0.00/0.02	c mincost: 0
0.00/0.02	c maxcost: 0
0.00/0.02	c sumcost: 0
0.00/0.02	c iteration_max: -1
0.00/0.02	c time_max: -1
0.00/0.02	c number_of_threads(move update): 2
0.00/0.02	c number_of_threads(move evaluation): 2
0.00/0.02	c seed: 138013926
3600.08/1970.71	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 (59603 MiB free)
  memory of node 1: 64507 MiB (53210 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544216-1753207707/watcher-4544216-1753207707 -o /tmp/evaluation-result-4544216-1753207707/solver-4544216-1753207707 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1753198973-173103 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 138013926 HOME/instance-4544216-1753207707.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=174604, runsolver pid=174601

[startup+0.100063 s]*
/proc/loadavg: 7.26 7.27 7.11 8/269 174606
/proc/meminfo: memFree=115496648/131250000 swapFree=33010416/33010684
[pid=174604] ppid=174601 vsize=96700 memory=24496 CPUtime=0.13 cores=4,6
/proc/174604/stat : 174604 (pb_competition_) S 174601 174604 173087 0 -1 4194304 5717 0 0 0 12 1 0 0 20 0 2 0 236450606 99020800 6124 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
/proc/174604/statm: 24175 6124 672 633 0 7567 0
[pid=174604/tid=174606] ppid=174601 vsize=96700 memory=4026531960 CPUtime=0.03 cores=4,6
/proc/174604/task/174606/stat : 174606 (pb_competition_) R 174601 174604 173087 0 -1 4194368 660 0 0 0 3 0 0 0 20 0 2 0 236450606 99020800 6124 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 96700 KiB
Current children cumulated memory: 24496 KiB

[startup+0.206 s]*
/proc/loadavg: 7.26 7.27 7.11 9/269 174606
/proc/meminfo: memFree=115496648/131250000 swapFree=33010416/33010684
[pid=174604] ppid=174601 vsize=96700 memory=24496 CPUtime=0.31 cores=4,6
/proc/174604/stat : 174604 (pb_competition_) S 174601 174604 173087 0 -1 4194304 5717 0 0 0 30 1 0 0 20 0 2 0 236450606 99020800 6124 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
/proc/174604/statm: 24175 6124 672 633 0 7567 0
[pid=174604/tid=174606] ppid=174601 vsize=96700 memory=734702676833468700 CPUtime=0.1 cores=4,6
/proc/174604/task/174606/stat : 174606 (pb_competition_) R 174601 174604 173087 0 -1 4194368 660 0 0 0 10 0 0 0 20 0 2 0 236450606 99020800 6124 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 96700 KiB
Current children cumulated memory: 24496 KiB

[startup+0.305845 s]*
/proc/loadavg: 7.26 7.27 7.11 8/269 174606
/proc/meminfo: memFree=115496648/131250000 swapFree=33010416/33010684
[pid=174604] ppid=174601 vsize=96700 memory=24496 CPUtime=0.48 cores=4,6
/proc/174604/stat : 174604 (pb_competition_) R 174601 174604 173087 0 -1 4194304 5717 0 0 0 47 1 0 0 20 0 2 0 236450606 99020800 6124 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
/proc/174604/statm: 24175 6124 672 633 0 7567 0
[pid=174604/tid=174606] ppid=174601 vsize=96700 memory=-8753799872690218848 CPUtime=0.18 cores=4,6
/proc/174604/task/174606/stat : 174606 (pb_competition_) R 174601 174604 173087 0 -1 4194368 660 0 0 0 18 0 0 0 20 0 2 0 236450606 99020800 6124 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 96700 KiB
Current children cumulated memory: 24496 KiB

[startup+0.700202 s]
/proc/loadavg: 7.26 7.27 7.11 6/269 174606
/proc/meminfo: memFree=115496648/131250000 swapFree=33010416/33010684
[pid=174604] ppid=174601 vsize=96700 memory=24496 CPUtime=1.16 cores=4,6
/proc/174604/stat : 174604 (pb_competition_) R 174601 174604 173087 0 -1 4194304 5717 0 0 0 115 1 0 0 20 0 2 0 236450606 99020800 6124 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
/proc/174604/statm: 24175 6124 672 633 0 7567 0
[pid=174604/tid=174606] ppid=174601 vsize=96700 memory=27136 CPUtime=0.48 cores=4,6
/proc/174604/task/174606/stat : 174606 (pb_competition_) R 174601 174604 173087 0 -1 4194368 660 0 0 0 48 0 0 0 20 0 2 0 236450606 99020800 6124 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 96700 KiB
Current children cumulated memory: 24496 KiB

[startup+1.50021 s]
/proc/loadavg: 7.26 7.27 7.11 7/269 174606
/proc/meminfo: memFree=115496648/131250000 swapFree=33010416/33010684
[pid=174604] ppid=174601 vsize=96700 memory=24496 CPUtime=2.58 cores=4,6
/proc/174604/stat : 174604 (pb_competition_) R 174601 174604 173087 0 -1 4194304 8827 0 0 0 257 1 0 0 20 0 2 0 236450606 99020800 6124 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
/proc/174604/statm: 24175 6124 672 633 0 7567 0
[pid=174604/tid=174606] ppid=174601 vsize=96700 memory=27136 CPUtime=1.11 cores=4,6
/proc/174604/task/174606/stat : 174606 (pb_competition_) R 174601 174604 173087 0 -1 4194368 1041 0 0 0 111 0 0 0 20 0 2 0 236450606 99020800 6124 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
Current children cumulated CPU time: 2.58 s
Current children cumulated vsize: 96700 KiB
Current children cumulated memory: 24496 KiB

[startup+3.10571 s]
/proc/loadavg: 7.32 7.29 7.11 7/269 174606
/proc/meminfo: memFree=115496648/131250000 swapFree=33010416/33010684
[pid=174604] ppid=174601 vsize=96700 memory=24496 CPUtime=5.52 cores=4,6
/proc/174604/stat : 174604 (pb_competition_) R 174601 174604 173087 0 -1 4194304 11942 0 0 0 550 2 0 0 20 0 2 0 236450606 99020800 6124 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
/proc/174604/statm: 24175 6124 672 633 0 7567 0
[pid=174604/tid=174606] ppid=174601 vsize=96700 memory=24496 CPUtime=2.47 cores=4,6
/proc/174604/task/174606/stat : 174606 (pb_competition_) R 174601 174604 173087 0 -1 4194368 1477 0 0 0 246 1 0 0 20 0 2 0 236450606 99020800 6124 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
Current children cumulated CPU time: 5.52 s
Current children cumulated vsize: 96700 KiB
Current children cumulated memory: 24496 KiB

[startup+6.30018 s]
/proc/loadavg: 7.32 7.29 7.11 9/269 174606
/proc/meminfo: memFree=115496668/131250000 swapFree=33010416/33010684
[pid=174604] ppid=174601 vsize=100632 memory=28408 CPUtime=11.41 cores=4,6
/proc/174604/stat : 174604 (pb_competition_) R 174601 174604 173087 0 -1 4194304 143976 0 0 0 1122 19 0 0 20 0 2 0 236450606 103047168 7102 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
/proc/174604/statm: 25158 7102 672 633 0 8550 0
[pid=174604/tid=174606] ppid=174601 vsize=100632 memory=27136 CPUtime=5.18 cores=4,6
/proc/174604/task/174606/stat : 174606 (pb_competition_) R 174601 174604 173087 0 -1 4194368 1871 0 0 0 517 1 0 0 20 0 2 0 236450606 103047168 7102 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
Current children cumulated CPU time: 11.41 s
Current children cumulated vsize: 100632 KiB
Current children cumulated memory: 28408 KiB

[startup+12.7002 s]
/proc/loadavg: 7.27 7.28 7.11 9/269 174606
/proc/meminfo: memFree=115496668/131250000 swapFree=33010416/33010684
[pid=174604] ppid=174601 vsize=101980 memory=29880 CPUtime=23.45 cores=4,6
/proc/174604/stat : 174604 (pb_competition_) R 174601 174604 173087 0 -1 4194304 497237 0 0 0 2276 69 0 0 20 0 2 0 236450606 104427520 7470 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
/proc/174604/statm: 25495 7470 672 633 0 8887 0
[pid=174604/tid=174606] ppid=174601 vsize=101980 memory=29880 CPUtime=10.88 cores=4,6
/proc/174604/task/174606/stat : 174606 (pb_competition_) S 174601 174604 173087 0 -1 4194368 2219 0 0 0 1086 2 0 0 20 0 2 0 236450606 104427520 7470 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
Current children cumulated CPU time: 23.45 s
Current children cumulated vsize: 101980 KiB
Current children cumulated memory: 29880 KiB

[startup+25.5002 s]
/proc/loadavg: 7.24 7.27 7.11 8/269 174652
/proc/meminfo: memFree=115643652/131250000 swapFree=33010416/33010684
[pid=174604] ppid=174601 vsize=107900 memory=35500 CPUtime=46.44 cores=4,6
/proc/174604/stat : 174604 (pb_competition_) R 174601 174604 173087 0 -1 4194304 654929 0 0 0 4538 106 0 0 20 0 2 0 236450606 110489600 8875 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
/proc/174604/statm: 26975 8875 672 633 0 10367 0
[pid=174604/tid=174606] ppid=174601 vsize=107900 memory=14720 CPUtime=21.21 cores=4,6
/proc/174604/task/174606/stat : 174606 (pb_competition_) R 174601 174604 173087 0 -1 4194368 2821 0 0 0 2117 4 0 0 20 0 2 0 236450606 110489600 8875 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
Current children cumulated CPU time: 46.44 s
Current children cumulated vsize: 107900 KiB
Current children cumulated memory: 35500 KiB

[startup+51.1057 s]
/proc/loadavg: 7.48 7.33 7.13 7/269 174653
/proc/meminfo: memFree=115643152/131250000 swapFree=33010416/33010684
[pid=174604] ppid=174601 vsize=109236 memory=36276 CPUtime=93.35 cores=4,6
/proc/174604/stat : 174604 (pb_competition_) R 174601 174604 173087 0 -1 4194304 707743 0 0 0 9204 131 0 0 20 0 2 0 236450606 111857664 9069 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
/proc/174604/statm: 27309 9069 672 633 0 10701 0
[pid=174604/tid=174606] ppid=174601 vsize=109236 memory=14720 CPUtime=42.72 cores=4,6
/proc/174604/task/174606/stat : 174606 (pb_competition_) R 174601 174604 173087 0 -1 4194368 4227 0 0 0 4264 8 0 0 20 0 2 0 236450606 111857664 9069 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
Current children cumulated CPU time: 93.35 s
Current children cumulated vsize: 109236 KiB
Current children cumulated memory: 36276 KiB

[startup+102.3 s]
/proc/loadavg: 7.38 7.32 7.14 8/270 174656
/proc/meminfo: memFree=115634412/131250000 swapFree=33010416/33010684
[pid=174604] ppid=174601 vsize=109804 memory=36916 CPUtime=186.45 cores=4,6
/proc/174604/stat : 174604 (pb_competition_) R 174601 174604 173087 0 -1 4194304 722180 0 0 0 18480 165 0 0 20 0 2 0 236450606 112439296 9229 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
/proc/174604/statm: 27451 9229 672 633 0 10843 0
[pid=174604/tid=174606] ppid=174601 vsize=109804 memory=36916 CPUtime=85.08 cores=4,6
/proc/174604/task/174606/stat : 174606 (pb_competition_) R 174601 174604 173087 0 -1 4194368 6860 0 0 0 8490 18 0 0 20 0 2 0 236450606 112439296 9229 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
Current children cumulated CPU time: 186.45 s
Current children cumulated vsize: 109804 KiB
Current children cumulated memory: 36916 KiB

[startup+162.3 s]
/proc/loadavg: 7.50 7.37 7.17 6/270 174662
/proc/meminfo: memFree=115622064/131250000 swapFree=33010416/33010684
[pid=174604] ppid=174601 vsize=109940 memory=37300 CPUtime=296.41 cores=4,6
/proc/174604/stat : 174604 (pb_competition_) R 174601 174604 173087 0 -1 4194304 724038 0 0 0 29441 200 0 0 20 0 2 0 236450606 112578560 9325 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
/proc/174604/statm: 27485 9325 672 633 0 10877 0
[pid=174604/tid=174606] ppid=174601 vsize=109940 memory=37300 CPUtime=135.54 cores=4,6
/proc/174604/task/174606/stat : 174606 (pb_competition_) R 174601 174604 173087 0 -1 4194368 7218 0 0 0 13526 28 0 0 20 0 2 0 236450606 112578560 9325 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
Current children cumulated CPU time: 296.41 s
Current children cumulated vsize: 109940 KiB
Current children cumulated memory: 37300 KiB

[startup+222.3 s]
/proc/loadavg: 7.36 7.33 7.17 8/270 174663
/proc/meminfo: memFree=115627264/131250000 swapFree=33010416/33010684
[pid=174604] ppid=174601 vsize=109940 memory=37300 CPUtime=406.11 cores=4,6
/proc/174604/stat : 174604 (pb_competition_) R 174601 174604 173087 0 -1 4194304 724745 0 0 0 40375 236 0 0 20 0 2 0 236450606 112578560 9325 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
/proc/174604/statm: 27485 9325 672 633 0 10877 0
[pid=174604/tid=174606] ppid=174601 vsize=109940 memory=37300 CPUtime=185.72 cores=4,6
/proc/174604/task/174606/stat : 174606 (pb_competition_) R 174601 174604 173087 0 -1 4194368 7346 0 0 0 18536 36 0 0 20 0 2 0 236450606 112578560 9325 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
Current children cumulated CPU time: 406.11 s
Current children cumulated vsize: 109940 KiB
Current children cumulated memory: 37300 KiB

[startup+282.3 s]
/proc/loadavg: 7.36 7.33 7.18 9/270 174665
/proc/meminfo: memFree=115631872/131250000 swapFree=33010416/33010684
[pid=174604] ppid=174601 vsize=109940 memory=37300 CPUtime=515.55 cores=4,6
/proc/174604/stat : 174604 (pb_competition_) R 174601 174604 173087 0 -1 4194304 724805 0 0 0 51285 270 0 0 20 0 2 0 236450606 112578560 9325 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
/proc/174604/statm: 27485 9325 672 633 0 10877 0
[pid=174604/tid=174606] ppid=174601 vsize=109940 memory=14720 CPUtime=235.64 cores=4,6
/proc/174604/task/174606/stat : 174606 (pb_competition_) R 174601 174604 173087 0 -1 4194368 7346 0 0 0 23519 45 0 0 20 0 2 0 236450606 112578560 9325 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
Current children cumulated CPU time: 515.55 s
Current children cumulated vsize: 109940 KiB

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

/proc/meminfo: memFree=115633652/131250000 swapFree=33010416/33010684
[pid=174604] ppid=174601 vsize=110008 memory=37448 CPUtime=2594.99 cores=4,6
/proc/174604/stat : 174604 (pb_competition_) R 174601 174604 173087 0 -1 4194304 736019 0 0 0 258572 927 0 0 20 0 2 0 236450606 112648192 9362 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
/proc/174604/statm: 27502 9362 672 633 0 10894 0
[pid=174604/tid=174606] ppid=174601 vsize=110008 memory=37448 CPUtime=1183.82 cores=4,6
/proc/174604/task/174606/stat : 174606 (pb_competition_) R 174601 174604 173087 0 -1 4194368 9272 0 0 0 118167 215 0 0 20 0 2 0 236450606 112648192 9362 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
Current children cumulated CPU time: 2594.99 s
Current children cumulated vsize: 110008 KiB
Current children cumulated memory: 37448 KiB

[startup+1482.3 s]
/proc/loadavg: 7.81 7.64 7.47 9/267 174768
/proc/meminfo: memFree=115632072/131250000 swapFree=33010416/33010684
[pid=174604] ppid=174601 vsize=110008 memory=37448 CPUtime=2702.99 cores=4,6
/proc/174604/stat : 174604 (pb_competition_) R 174601 174604 173087 0 -1 4194304 736060 0 0 0 269340 959 0 0 20 0 2 0 236450606 112648192 9362 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
/proc/174604/statm: 27502 9362 672 633 0 10894 0
[pid=174604/tid=174606] ppid=174601 vsize=110008 memory=37448 CPUtime=1232.26 cores=4,6
/proc/174604/task/174606/stat : 174606 (pb_competition_) S 174601 174604 173087 0 -1 4194368 9272 0 0 0 123002 224 0 0 20 0 2 0 236450606 112648192 9362 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 1 0 0 -1 4 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
Current children cumulated CPU time: 2702.99 s
Current children cumulated vsize: 110008 KiB
Current children cumulated memory: 37448 KiB

[startup+1542.3 s]
/proc/loadavg: 7.29 7.54 7.45 6/267 174770
/proc/meminfo: memFree=115632216/131250000 swapFree=33010416/33010684
[pid=174604] ppid=174601 vsize=110008 memory=37448 CPUtime=2812.29 cores=4,6
/proc/174604/stat : 174604 (pb_competition_) R 174601 174604 173087 0 -1 4194304 736761 0 0 0 280236 993 0 0 20 0 2 0 236450606 112648192 9362 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
/proc/174604/statm: 27502 9362 672 633 0 10894 0
[pid=174604/tid=174606] ppid=174601 vsize=110008 memory=37448 CPUtime=1282.03 cores=4,6
/proc/174604/task/174606/stat : 174606 (pb_competition_) R 174601 174604 173087 0 -1 4194368 9273 0 0 0 127971 232 0 0 20 0 2 0 236450606 112648192 9362 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
Current children cumulated CPU time: 2812.29 s
Current children cumulated vsize: 110008 KiB
Current children cumulated memory: 37448 KiB

[startup+1602.3 s]
/proc/loadavg: 7.46 7.53 7.45 7/268 174773
/proc/meminfo: memFree=115632368/131250000 swapFree=33010416/33010684
[pid=174604] ppid=174601 vsize=110008 memory=37448 CPUtime=2921.72 cores=4,6
/proc/174604/stat : 174604 (pb_competition_) R 174601 174604 173087 0 -1 4194304 737527 0 0 0 291143 1029 0 0 20 0 2 0 236450606 112648192 9362 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
/proc/174604/statm: 27502 9362 672 633 0 10894 0
[pid=174604/tid=174606] ppid=174601 vsize=110008 memory=37448 CPUtime=1331.91 cores=4,6
/proc/174604/task/174606/stat : 174606 (pb_competition_) R 174601 174604 173087 0 -1 4194368 9403 0 0 0 132949 242 0 0 20 0 2 0 236450606 112648192 9362 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
Current children cumulated CPU time: 2921.72 s
Current children cumulated vsize: 110008 KiB
Current children cumulated memory: 37448 KiB

[startup+1662.3 s]
/proc/loadavg: 7.54 7.54 7.46 8/268 174775
/proc/meminfo: memFree=115632568/131250000 swapFree=33010416/33010684
[pid=174604] ppid=174601 vsize=110008 memory=37448 CPUtime=3031.01 cores=4,6
/proc/174604/stat : 174604 (pb_competition_) R 174601 174604 173087 0 -1 4194304 738268 0 0 0 302039 1062 0 0 20 0 2 0 236450606 112648192 9362 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
/proc/174604/statm: 27502 9362 672 633 0 10894 0
[pid=174604/tid=174606] ppid=174601 vsize=110008 memory=37448 CPUtime=1381.65 cores=4,6
/proc/174604/task/174606/stat : 174606 (pb_competition_) R 174601 174604 173087 0 -1 4194368 9544 0 0 0 137915 250 0 0 20 0 2 0 236450606 112648192 9362 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
Current children cumulated CPU time: 3031.01 s
Current children cumulated vsize: 110008 KiB
Current children cumulated memory: 37448 KiB

[startup+1722.3 s]
/proc/loadavg: 7.77 7.59 7.48 9/269 174782
/proc/meminfo: memFree=115640300/131250000 swapFree=33010416/33010684
[pid=174604] ppid=174601 vsize=110008 memory=37448 CPUtime=3140.4 cores=4,6
/proc/174604/stat : 174604 (pb_competition_) R 174601 174604 173087 0 -1 4194304 738333 0 0 0 312946 1094 0 0 20 0 2 0 236450606 112648192 9362 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
/proc/174604/statm: 27502 9362 672 633 0 10894 0
[pid=174604/tid=174606] ppid=174601 vsize=110008 memory=37448 CPUtime=1431.5 cores=4,6
/proc/174604/task/174606/stat : 174606 (pb_competition_) R 174601 174604 173087 0 -1 4194368 9544 0 0 0 142891 259 0 0 20 0 2 0 236450606 112648192 9362 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
Current children cumulated CPU time: 3140.4 s
Current children cumulated vsize: 110008 KiB
Current children cumulated memory: 37448 KiB

[startup+1782.3 s]
/proc/loadavg: 7.87 7.64 7.50 9/268 174784
/proc/meminfo: memFree=115640680/131250000 swapFree=33010416/33010684
[pid=174604] ppid=174601 vsize=110008 memory=37448 CPUtime=3249.98 cores=4,6
/proc/174604/stat : 174604 (pb_competition_) R 174601 174604 173087 0 -1 4194304 739043 0 0 0 323864 1134 0 0 20 0 2 0 236450606 112648192 9362 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
/proc/174604/statm: 27502 9362 672 633 0 10894 0
[pid=174604/tid=174606] ppid=174601 vsize=110008 memory=37448 CPUtime=1481.52 cores=4,6
/proc/174604/task/174606/stat : 174606 (pb_competition_) R 174601 174604 173087 0 -1 4194368 9809 0 0 0 147881 271 0 0 20 0 2 0 236450606 112648192 9362 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
Current children cumulated CPU time: 3249.98 s
Current children cumulated vsize: 110008 KiB
Current children cumulated memory: 37448 KiB

[startup+1842.3 s]
/proc/loadavg: 7.30 7.55 7.48 7/262 174819
/proc/meminfo: memFree=115688132/131250000 swapFree=33010416/33010684
[pid=174604] ppid=174601 vsize=110008 memory=37448 CPUtime=3360.29 cores=4,6
/proc/174604/stat : 174604 (pb_competition_) R 174601 174604 173087 0 -1 4194304 739095 0 0 0 334858 1171 0 0 20 0 2 0 236450606 112648192 9362 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
/proc/174604/statm: 27502 9362 672 633 0 10894 0
[pid=174604/tid=174606] ppid=174601 vsize=110008 memory=37448 CPUtime=1532.34 cores=4,6
/proc/174604/task/174606/stat : 174606 (pb_competition_) R 174601 174604 173087 0 -1 4194368 9809 0 0 0 152953 281 0 0 20 0 2 0 236450606 112648192 9362 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
Current children cumulated CPU time: 3360.29 s
Current children cumulated vsize: 110008 KiB
Current children cumulated memory: 37448 KiB

[startup+1902.3 s]
/proc/loadavg: 6.27 7.22 7.37 5/256 174853
/proc/meminfo: memFree=115702576/131250000 swapFree=33010416/33010684
[pid=174604] ppid=174601 vsize=110008 memory=37448 CPUtime=3472.24 cores=4,6
/proc/174604/stat : 174604 (pb_competition_) R 174601 174604 173087 0 -1 4194304 739858 0 0 0 346017 1207 0 0 20 0 2 0 236450606 112648192 9362 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
/proc/174604/statm: 27502 9362 672 633 0 10894 0
[pid=174604/tid=174606] ppid=174601 vsize=110008 memory=27136 CPUtime=1584.67 cores=4,6
/proc/174604/task/174606/stat : 174606 (pb_competition_) R 174601 174604 173087 0 -1 4194368 9935 0 0 0 158182 285 0 0 20 0 2 0 236450606 112648192 9362 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
Current children cumulated CPU time: 3472.24 s
Current children cumulated vsize: 110008 KiB
Current children cumulated memory: 37448 KiB

[startup+1962.3 s]
/proc/loadavg: 4.80 6.62 7.15 5/255 174855
/proc/meminfo: memFree=115711120/131250000 swapFree=33010416/33010684
[pid=174604] ppid=174601 vsize=110008 memory=37448 CPUtime=3584.38 cores=4,6
/proc/174604/stat : 174604 (pb_competition_) R 174601 174604 173087 0 -1 4194304 739859 0 0 0 357193 1245 0 0 20 0 2 0 236450606 112648192 9362 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
/proc/174604/statm: 27502 9362 672 633 0 10894 0
[pid=174604/tid=174606] ppid=174601 vsize=110008 memory=37448 CPUtime=1637.2 cores=4,6
/proc/174604/task/174606/stat : 174606 (pb_competition_) R 174601 174604 173087 0 -1 4194368 9935 0 0 0 163430 290 0 0 20 0 2 0 236450606 112648192 9362 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
Current children cumulated CPU time: 3584.38 s
Current children cumulated vsize: 110008 KiB
Current children cumulated memory: 37448 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1970.7 s]
/proc/loadavg: 4.60 6.52 7.11 5/255 174855
/proc/meminfo: memFree=115711184/131250000 swapFree=33010416/33010684
[pid=174604] ppid=174601 vsize=110008 memory=37448 CPUtime=3600.08 cores=4,6
/proc/174604/stat : 174604 (pb_competition_) R 174601 174604 173087 0 -1 4194304 739860 0 0 0 358759 1249 0 0 20 0 2 0 236450606 112648192 9362 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
/proc/174604/statm: 27502 9362 672 633 0 10894 0
[pid=174604/tid=174606] ppid=174601 vsize=110008 memory=37448 CPUtime=1644.55 cores=4,6
/proc/174604/task/174606/stat : 174606 (pb_competition_) R 174601 174604 173087 0 -1 4194368 9935 0 0 0 164165 290 0 0 20 0 2 0 236450606 112648192 9362 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 110008 KiB
Current children cumulated memory: 37448 KiB

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

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

# cumulated CPU time of all completed processes:  user=3587.62 s, system=12.4927 s

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

[startup+1970.7 s]
/proc/loadavg: 4.60 6.52 7.11 5/255 174855
/proc/meminfo: memFree=115711184/131250000 swapFree=33010416/33010684
[pid=174604] ppid=174601 vsize=110008 memory=37448 CPUtime=3600.08 cores=4,6
/proc/174604/stat : 174604 (pb_competition_) R 174601 174604 173087 0 -1 4194304 739860 0 0 0 358759 1249 0 0 20 0 2 0 236450606 112648192 9362 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
/proc/174604/statm: 27502 9362 672 633 0 10894 0
[pid=174604/tid=174606] ppid=174601 vsize=110008 memory=37448 CPUtime=1644.55 cores=4,6
/proc/174604/task/174606/stat : 174606 (pb_competition_) R 174601 174604 173087 0 -1 4194368 9935 0 0 0 164165 290 0 0 20 0 2 0 236450606 112648192 9362 18446744073709551615 4198400 6788177 140733396232624 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 38703104 140733396236632 140733396236758 140733396236758 140733396242362 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 110008 KiB
Current children cumulated memory: 37448 KiB

Child status: 0

Real time (s): 1970.72
CPU time (s): 3600.11
CPU user time (s): 3587.62
CPU system time (s): 12.4927
CPU usage (%): 182.68
Max. virtual memory (cumulated for all children) (KiB): 110008
Max. memory (cumulated for all children) (KiB): 37448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.62
system time used= 12.4927
maximum resident set size= 37448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 740155
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= 331946
involuntary context switches= 116328


# summary of solver processes directly reported to runsolver:
#   pid: 174604
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3587.62
#   total CPU system time (s): 12.4927

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.0862 second user time and 8.77862 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-22 20:08:27
IDJOB=4544216
IDBENCH=175047
IDSOLVER=3347
FILE ID=nodeC027/4544216-1753207707
RUNJOBID= nodeC027-1753198973-173103
SLURM_JOB_ID= 9687760
Free space on /tmp= 432980 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/grids_norational_opb/normalized-ec_grid_norational_04_250.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-4544216-1753207707/watcher-4544216-1753207707 -o /tmp/evaluation-result-4544216-1753207707/solver-4544216-1753207707 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1753198973-173103 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 138013926 HOME/instance-4544216-1753207707.opb

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

MD5SUM BENCH= 4a59e763ae88014143ab229bcecf86f5
RANDOM SEED=138013926

nodeC027 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		: 3599.649
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.29
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.365
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.29
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.644
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.29
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		: 3599.625
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.29
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		: 3597.267
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.29
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		: 3599.820
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.29
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		: 3599.831
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.29
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		: 3599.591
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        115522112 kB
MemAvailable:   129450216 kB
Buffers:            2488 kB
Cached:         14694220 kB
SwapCached:            8 kB
Active:          1414512 kB
Inactive:       13597472 kB
Active(anon):     338740 kB
Inactive(anon):     2788 kB
Active(file):    1075772 kB
Inactive(file): 13594684 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5232 kB
Writeback:             4 kB
AnonPages:        317988 kB
Mapped:           117028 kB
Shmem:             26252 kB
KReclaimable:     193376 kB
Slab:             291440 kB
SReclaimable:     193376 kB
SUnreclaim:        98064 kB
KernelStack:        4320 kB
PageTables:         3624 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     689764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150680 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    208896 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432988 MiB
End job on nodeC027 at 2025-07-22 20:41:18