Trace number 4542149

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) 3602.22 2777.13

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height50_pigeons49_holes48.opb
MD5SUMc26c89c819410142827dd0be6bce850a
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 benchmark2155.04
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3121404
Total number of constraints136276
Number of constraints which are clauses68801
Number of constraints which are cardinality constraints (but not clauses)62324
Number of constraints which are nor clauses,nor cardinality constraints5151
Minimum length of a constraint48
Maximum length of a constraint53
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 56
Number of bits of the biggest sum of numbers6
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/)
13.08/10.46	c #variable: 3121404
13.08/10.46	c #constraint: 136276
13.08/10.46	c #equal: 0
13.08/10.46	c intsize: 6
13.08/10.46	c sizeproduct: 0
13.08/10.46	c #soft: 0
13.08/10.46	c mincost: 0
13.08/10.46	c maxcost: 0
13.08/10.46	c sumcost: 0
13.08/10.46	c iteration_max: -1
13.08/10.46	c time_max: -1
13.08/10.46	c number_of_threads(move update): 2
13.08/10.46	c number_of_threads(move evaluation): 2
13.08/10.46	c seed: 1063239506
3600.68/2775.67	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 (59632 MiB free)
  memory of node 1: 64507 MiB (53299 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542149-1753198978/watcher-4542149-1753198978 -o /tmp/evaluation-result-4542149-1753198978/solver-4542149-1753198978 -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 1063239506 HOME/instance-4542149-1753198978.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=173352, runsolver pid=173349

[startup+0.100058 s]*
/proc/loadavg: 0.14 0.10 0.09 7/264 173354
/proc/meminfo: memFree=115547464/131250000 swapFree=33010416/33010684
[pid=173352] ppid=173349 vsize=180696 memory=108572 CPUtime=0.12 cores=4,6
/proc/173352/stat : 173352 (pb_competition_) R 173349 173352 173087 0 -1 4194304 25657 0 0 0 6 6 0 0 20 0 2 0 235577798 185032704 27143 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
/proc/173352/statm: 45174 27143 576 633 0 29739 0
[pid=173352/tid=173354] ppid=173349 vsize=180696 memory=4026532124 CPUtime=0.02 cores=4,6
/proc/173352/task/173354/stat : 173354 (pb_competition_) R 173349 173352 173087 0 -1 4194368 1735 0 0 0 2 0 0 0 20 0 2 0 235577806 185032704 27143 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 0 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 180696 KiB
Current children cumulated memory: 108572 KiB

[startup+0.205438 s]*
/proc/loadavg: 0.14 0.10 0.09 6/264 173354
/proc/meminfo: memFree=115487996/131250000 swapFree=33010416/33010684
[pid=173352] ppid=173349 vsize=206172 memory=157852 CPUtime=0.32 cores=4,6
/proc/173352/stat : 173352 (pb_competition_) R 173349 173352 173087 0 -1 4194304 37965 0 0 0 23 9 0 0 20 0 2 0 235577798 211120128 39463 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
/proc/173352/statm: 51543 39463 576 633 0 42045 0
[pid=173352/tid=173354] ppid=173349 vsize=206172 memory=3472337096347222135 CPUtime=0.13 cores=4,6
/proc/173352/task/173354/stat : 173354 (pb_competition_) R 173349 173352 173087 0 -1 4194368 7673 0 0 0 11 2 0 0 20 0 2 0 235577806 211120128 39463 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 0 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 206172 KiB
Current children cumulated memory: 157852 KiB

[startup+0.305484 s]*
/proc/loadavg: 0.14 0.10 0.09 6/264 173354
/proc/meminfo: memFree=115440368/131250000 swapFree=33010416/33010684
[pid=173352] ppid=173349 vsize=230200 memory=204700 CPUtime=0.51 cores=4,6
/proc/173352/stat : 173352 (pb_competition_) R 173349 173352 173087 0 -1 4194304 49686 0 0 0 40 11 0 0 20 0 2 0 235577798 235724800 51175 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
/proc/173352/statm: 57550 51175 576 633 0 53748 0
[pid=173352/tid=173354] ppid=173349 vsize=230200 memory=-8970254138286958688 CPUtime=0.22 cores=4,6
/proc/173352/task/173354/stat : 173354 (pb_competition_) R 173349 173352 173087 0 -1 4194368 13369 0 0 0 18 4 0 0 20 0 2 0 235577806 235724800 51175 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 0 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 230200 KiB
Current children cumulated memory: 204700 KiB

[startup+0.700167 s]
/proc/loadavg: 0.14 0.10 0.09 6/264 173354
/proc/meminfo: memFree=115346628/131250000 swapFree=33010416/33010684
[pid=173352] ppid=173349 vsize=460940 memory=399644 CPUtime=1.27 cores=4,6
/proc/173352/stat : 173352 (pb_competition_) R 173349 173352 173087 0 -1 4194304 98424 0 0 0 107 20 0 0 20 0 2 0 235577798 472002560 99911 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
/proc/173352/statm: 115235 99911 576 633 0 102493 0
[pid=173352/tid=173354] ppid=173349 vsize=460940 memory=27136 CPUtime=0.61 cores=4,6
/proc/173352/task/173354/stat : 173354 (pb_competition_) R 173349 173352 173087 0 -1 4194368 37198 0 0 0 52 9 0 0 20 0 2 0 235577806 472002560 99911 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 0 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 460940 KiB
Current children cumulated memory: 399644 KiB

[startup+1.50015 s]
/proc/loadavg: 0.14 0.10 0.09 7/264 173354
/proc/meminfo: memFree=115089656/131250000 swapFree=33010416/33010684
[pid=173352] ppid=173349 vsize=770648 memory=728108 CPUtime=2.6 cores=4,6
/proc/173352/stat : 173352 (pb_competition_) R 173349 173352 173087 0 -1 4194304 205093 0 0 0 221 39 0 0 20 0 2 0 235577798 789143552 182027 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
/proc/173352/statm: 192662 182027 576 633 0 184599 0
[pid=173352/tid=173354] ppid=173349 vsize=770648 memory=27136 CPUtime=1.22 cores=4,6
/proc/173352/task/173354/stat : 173354 (pb_competition_) S 173349 173352 173087 0 -1 4194368 76476 0 0 0 104 18 0 0 20 0 2 0 235577806 789143552 182027 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 0 1 0 0 -1 4 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
Current children cumulated CPU time: 2.6 s
Current children cumulated vsize: 770648 KiB
Current children cumulated memory: 728108 KiB

[startup+3.10532 s]
/proc/loadavg: 0.14 0.10 0.09 7/269 173392
/proc/meminfo: memFree=114451476/131250000 swapFree=33010416/33010684
[pid=173352] ppid=173349 vsize=966008 memory=923468 CPUtime=4.19 cores=4,6
/proc/173352/stat : 173352 (pb_competition_) R 173349 173352 173087 0 -1 4194304 315339 0 0 0 367 52 0 0 20 0 2 0 235577798 989192192 230867 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
/proc/173352/statm: 241502 230867 576 633 0 233439 0
[pid=173352/tid=173354] ppid=173349 vsize=966008 memory=771056 CPUtime=1.22 cores=4,6
/proc/173352/task/173354/stat : 173354 (pb_competition_) S 173349 173352 173087 0 -1 4194368 76476 0 0 0 104 18 0 0 20 0 2 0 235577806 989192192 230867 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 0 1 0 0 -1 4 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
Current children cumulated CPU time: 4.19 s
Current children cumulated vsize: 966008 KiB
Current children cumulated memory: 923468 KiB

[startup+6.30013 s]
/proc/loadavg: 0.53 0.19 0.12 6/269 173392
/proc/meminfo: memFree=113049028/131250000 swapFree=33010416/33010684
[pid=173352] ppid=173349 vsize=1787252 memory=1748792 CPUtime=7.38 cores=4,6
/proc/173352/stat : 173352 (pb_competition_) R 173349 173352 173087 0 -1 4194304 672080 0 0 0 645 93 0 0 20 0 2 0 235577798 1830146048 437198 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
/proc/173352/statm: 446813 437198 576 633 0 438750 0
[pid=173352/tid=173354] ppid=173349 vsize=1787252 memory=1408056 CPUtime=1.22 cores=4,6
/proc/173352/task/173354/stat : 173354 (pb_competition_) S 173349 173352 173087 0 -1 4194368 76476 0 0 0 104 18 0 0 20 0 2 0 235577806 1830146048 437198 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 0 1 0 0 -1 4 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
Current children cumulated CPU time: 7.38 s
Current children cumulated vsize: 1787252 KiB
Current children cumulated memory: 1748792 KiB

[startup+12.7001 s]
/proc/loadavg: 0.97 0.28 0.15 6/269 173392
/proc/meminfo: memFree=111456692/131250000 swapFree=33010416/33010684
[pid=173352] ppid=173349 vsize=2419976 memory=2389772 CPUtime=15.37 cores=4,6
/proc/173352/stat : 173352 (pb_competition_) R 173349 173352 173087 0 -1 4194304 1295743 0 0 0 1389 148 0 0 20 0 2 0 235577798 2478055424 597443 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
/proc/173352/statm: 604994 597443 640 633 0 598929 0
[pid=173352/tid=173354] ppid=173349 vsize=2419976 memory=2306572 CPUtime=2.88 cores=4,6
/proc/173352/task/173354/stat : 173354 (pb_competition_) S 173349 173352 173087 0 -1 4194368 211540 0 0 0 254 34 0 0 20 0 2 0 235577806 2478055424 597443 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
Current children cumulated CPU time: 15.37 s
Current children cumulated vsize: 2419976 KiB
Current children cumulated memory: 2389772 KiB

[startup+25.5001 s]
/proc/loadavg: 1.94 0.53 0.23 6/269 173392
/proc/meminfo: memFree=106945156/131250000 swapFree=33010416/33010684
[pid=173352] ppid=173349 vsize=5063016 memory=4984972 CPUtime=28.28 cores=4,6
/proc/173352/stat : 173352 (pb_competition_) R 173349 173352 173087 0 -1 4194304 2212992 0 0 0 2565 263 0 0 20 0 2 0 235577798 5184528384 1246243 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
/proc/173352/statm: 1265754 1246243 640 633 0 1259689 0
[pid=173352/tid=173354] ppid=173349 vsize=5063016 memory=1760344 CPUtime=3.06 cores=4,6
/proc/173352/task/173354/stat : 173354 (pb_competition_) S 173349 173352 173087 0 -1 4194368 241593 0 0 0 270 36 0 0 20 0 2 0 235577806 5184528384 1246243 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
Current children cumulated CPU time: 28.28 s
Current children cumulated vsize: 5063016 KiB
Current children cumulated memory: 4984972 KiB

[startup+51.1054 s]
/proc/loadavg: 2.91 0.87 0.36 6/269 173393
/proc/meminfo: memFree=106941132/131250000 swapFree=33010416/33010684
[pid=173352] ppid=173349 vsize=5063016 memory=4984972 CPUtime=53.83 cores=4,6
/proc/173352/stat : 173352 (pb_competition_) R 173349 173352 173087 0 -1 4194304 2307710 0 0 0 5108 275 0 0 20 0 2 0 235577798 5184528384 1246243 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
/proc/173352/statm: 1265754 1246243 640 633 0 1259689 0
[pid=173352/tid=173354] ppid=173349 vsize=5063016 memory=4984972 CPUtime=3.06 cores=4,6
/proc/173352/task/173354/stat : 173354 (pb_competition_) S 173349 173352 173087 0 -1 4194368 241593 0 0 0 270 36 0 0 20 0 2 0 235577806 5184528384 1246243 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
Current children cumulated CPU time: 53.83 s
Current children cumulated vsize: 5063016 KiB
Current children cumulated memory: 4984972 KiB

[startup+102.3 s]
/proc/loadavg: 4.24 1.53 0.61 7/269 173394
/proc/meminfo: memFree=106974832/131250000 swapFree=33010416/33010684
[pid=173352] ppid=173349 vsize=5063016 memory=4984972 CPUtime=104.91 cores=4,6
/proc/173352/stat : 173352 (pb_competition_) R 173349 173352 173087 0 -1 4194304 2441045 0 0 0 10206 285 0 0 20 0 2 0 235577798 5184528384 1246243 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
/proc/173352/statm: 1265754 1246243 640 633 0 1259689 0
[pid=173352/tid=173354] ppid=173349 vsize=5063016 memory=4984972 CPUtime=3.06 cores=4,6
/proc/173352/task/173354/stat : 173354 (pb_competition_) S 173349 173352 173087 0 -1 4194368 241593 0 0 0 270 36 0 0 20 0 2 0 235577806 5184528384 1246243 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
Current children cumulated CPU time: 104.91 s
Current children cumulated vsize: 5063016 KiB
Current children cumulated memory: 4984972 KiB

[startup+162.3 s]
/proc/loadavg: 5.25 2.32 0.94 6/269 173396
/proc/meminfo: memFree=107043056/131250000 swapFree=33010416/33010684
[pid=173352] ppid=173349 vsize=4994620 memory=4964328 CPUtime=166.05 cores=4,6
/proc/173352/stat : 173352 (pb_competition_) R 173349 173352 173087 0 -1 4194304 3295196 0 0 0 16024 581 0 0 20 0 2 0 235577798 5114490880 1241082 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
/proc/173352/statm: 1248655 1241082 640 633 0 1242590 0
[pid=173352/tid=173354] ppid=173349 vsize=4994620 memory=4905992 CPUtime=4.35 cores=4,6
/proc/173352/task/173354/stat : 173354 (pb_competition_) S 173349 173352 173087 0 -1 4194368 244817 0 0 0 399 36 0 0 20 0 2 0 235577806 5114490880 1241082 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
Current children cumulated CPU time: 166.05 s
Current children cumulated vsize: 4994620 KiB
Current children cumulated memory: 4964328 KiB

[startup+222.3 s]
/proc/loadavg: 5.82 3.01 1.26 6/270 173401
/proc/meminfo: memFree=106915288/131250000 swapFree=33010416/33010684
[pid=173352] ppid=173349 vsize=5019004 memory=4988712 CPUtime=227.85 cores=4,6
/proc/173352/stat : 173352 (pb_competition_) R 173349 173352 173087 0 -1 4194304 3834406 0 0 0 21771 1014 0 0 20 0 2 0 235577798 5139460096 1247178 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
/proc/173352/statm: 1254751 1247178 640 633 0 1248686 0
[pid=173352/tid=173354] ppid=173349 vsize=5019004 memory=27136 CPUtime=6.34 cores=4,6
/proc/173352/task/173354/stat : 173354 (pb_competition_) S 173349 173352 173087 0 -1 4194368 246020 0 0 0 597 37 0 0 20 0 2 0 235577806 5139460096 1247178 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
Current children cumulated CPU time: 227.85 s
Current children cumulated vsize: 5019004 KiB
Current children cumulated memory: 4988712 KiB

[startup+282.3 s]
/proc/loadavg: 5.80 3.51 1.55 7/271 173404
/proc/meminfo: memFree=106868992/131250000 swapFree=33010416/33010684
[pid=173352] ppid=173349 vsize=5018892 memory=4988672 CPUtime=290.49 cores=4,6
/proc/173352/stat : 173352 (pb_competition_) R 173349 173352 173087 0 -1 4194304 4385457 0 0 0 27609 1440 0 0 20 0 2 0 235577798 5139345408 1247168 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
/proc/173352/statm: 1254723 1247168 640 633 0 1248658 0
[pid=173352/tid=173354] ppid=173349 vsize=5018892 memory=5000904 CPUtime=9.15 cores=4,6
/proc/173352/task/173354/stat : 173354 (pb_competition_) S 173349 173352 173087 0 -1 4194368 270813 0 0 0 876 39 0 0 20 0 2 0 235577806 5139345408 1247168 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
Current children cumulated CPU time: 290.49 s
Current children cumulated vsize: 5018892 KiB

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

/proc/173352/stat : 173352 (pb_competition_) R 173349 173352 173087 0 -1 4194304 19054103 0 0 0 284917 12553 0 0 20 0 2 0 235577798 5121826816 1237143 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
/proc/173352/statm: 1250446 1237143 640 633 0 1244381 0
[pid=173352/tid=173354] ppid=173349 vsize=5001784 memory=4854628 CPUtime=665.49 cores=4,6
/proc/173352/task/173354/stat : 173354 (pb_competition_) R 173349 173352 173087 0 -1 4194368 1337637 0 0 0 66383 166 0 0 20 0 2 0 235577806 5121826816 1237143 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
Current children cumulated CPU time: 2974.7 s
Current children cumulated vsize: 5001784 KiB
Current children cumulated memory: 4948572 KiB

[startup+2382.3 s]
/proc/loadavg: 6.19 6.31 5.93 8/266 173603
/proc/meminfo: memFree=105772732/131250000 swapFree=33010416/33010684
[pid=173352] ppid=173349 vsize=4986788 memory=4933676 CPUtime=3058.02 cores=4,6
/proc/173352/stat : 173352 (pb_competition_) R 173349 173352 173087 0 -1 4194304 19442042 0 0 0 292979 12823 0 0 20 0 2 0 235577798 5106470912 1233419 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
/proc/173352/statm: 1246697 1233419 640 633 0 1240632 0
[pid=173352/tid=173354] ppid=173349 vsize=4986788 memory=4854628 CPUtime=689.31 cores=4,6
/proc/173352/task/173354/stat : 173354 (pb_competition_) R 173349 173352 173087 0 -1 4194368 1388448 0 0 0 68760 171 0 0 20 0 2 0 235577806 5106470912 1233419 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
Current children cumulated CPU time: 3058.02 s
Current children cumulated vsize: 4986788 KiB
Current children cumulated memory: 4933676 KiB

[startup+2442.3 s]
/proc/loadavg: 6.27 6.32 5.97 7/267 173610
/proc/meminfo: memFree=105864580/131250000 swapFree=33010416/33010684
[pid=173352] ppid=173349 vsize=5005596 memory=4952180 CPUtime=3140.2 cores=4,6
/proc/173352/stat : 173352 (pb_competition_) R 173349 173352 173087 0 -1 4194304 19829691 0 0 0 300917 13103 0 0 20 0 2 0 235577798 5125730304 1238045 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
/proc/173352/statm: 1251399 1238045 640 633 0 1245334 0
[pid=173352/tid=173354] ppid=173349 vsize=5005596 memory=4854628 CPUtime=711.92 cores=4,6
/proc/173352/task/173354/stat : 173354 (pb_competition_) S 173349 173352 173087 0 -1 4194368 1415398 0 0 0 71017 175 0 0 20 0 2 0 235577806 5125730304 1238045 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
Current children cumulated CPU time: 3140.2 s
Current children cumulated vsize: 5005596 KiB
Current children cumulated memory: 4952180 KiB

[startup+2502.3 s]
/proc/loadavg: 6.35 6.33 5.99 7/267 173612
/proc/meminfo: memFree=105852148/131250000 swapFree=33010416/33010684
[pid=173352] ppid=173349 vsize=5001784 memory=4948688 CPUtime=3223.43 cores=4,6
/proc/173352/stat : 173352 (pb_competition_) R 173349 173352 173087 0 -1 4194304 20241344 0 0 0 308969 13374 0 0 20 0 2 0 235577798 5121826816 1237172 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
/proc/173352/statm: 1250446 1237172 640 633 0 1244381 0
[pid=173352/tid=173354] ppid=173349 vsize=5001784 memory=4952264 CPUtime=735.64 cores=4,6
/proc/173352/task/173354/stat : 173354 (pb_competition_) R 173349 173352 173087 0 -1 4194368 1442628 0 0 0 73385 179 0 0 20 0 2 0 235577806 5121826816 1237172 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
Current children cumulated CPU time: 3223.43 s
Current children cumulated vsize: 5001784 KiB
Current children cumulated memory: 4948688 KiB

[startup+2562.3 s]
/proc/loadavg: 6.25 6.30 6.00 8/267 173614
/proc/meminfo: memFree=105715440/131250000 swapFree=33010416/33010684
[pid=173352] ppid=173349 vsize=5001784 memory=4948572 CPUtime=3306.32 cores=4,6
/proc/173352/stat : 173352 (pb_competition_) R 173349 173352 173087 0 -1 4194304 20581987 0 0 0 316981 13651 0 0 20 0 2 0 235577798 5121826816 1237143 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
/proc/173352/statm: 1250446 1237143 640 633 0 1244381 0
[pid=173352/tid=173354] ppid=173349 vsize=5001784 memory=14720 CPUtime=759.01 cores=4,6
/proc/173352/task/173354/stat : 173354 (pb_competition_) R 173349 173352 173087 0 -1 4194368 1468987 0 0 0 75717 184 0 0 20 0 2 0 235577806 5121826816 1237143 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
Current children cumulated CPU time: 3306.32 s
Current children cumulated vsize: 5001784 KiB
Current children cumulated memory: 4948572 KiB

[startup+2622.3 s]
/proc/loadavg: 6.21 6.27 6.01 8/267 173615
/proc/meminfo: memFree=105751504/131250000 swapFree=33010416/33010684
[pid=173352] ppid=173349 vsize=5005596 memory=4952056 CPUtime=3388.99 cores=4,6
/proc/173352/stat : 173352 (pb_competition_) R 173349 173352 173087 0 -1 4194304 20978628 0 0 0 324970 13929 0 0 20 0 2 0 235577798 5125730304 1238014 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
/proc/173352/statm: 1251399 1238014 640 633 0 1245334 0
[pid=173352/tid=173354] ppid=173349 vsize=5005596 memory=10880 CPUtime=782.11 cores=4,6
/proc/173352/task/173354/stat : 173354 (pb_competition_) S 173349 173352 173087 0 -1 4194368 1495815 0 0 0 78023 188 0 0 20 0 2 0 235577806 5125730304 1238014 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
Current children cumulated CPU time: 3388.99 s
Current children cumulated vsize: 5005596 KiB
Current children cumulated memory: 4952056 KiB

[startup+2682.3 s]
/proc/loadavg: 6.02 6.19 6.00 8/267 173665
/proc/meminfo: memFree=109500660/131250000 swapFree=33010416/33010684
[pid=173352] ppid=173349 vsize=5084860 memory=5031372 CPUtime=3471.01 cores=4,6
/proc/173352/stat : 173352 (pb_competition_) R 173349 173352 173087 0 -1 4194304 21410562 0 0 0 332897 14204 0 0 20 0 2 0 235577798 5206896640 1257843 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
/proc/173352/statm: 1271215 1257843 640 633 0 1265150 0
[pid=173352/tid=173354] ppid=173349 vsize=5084860 memory=4933988 CPUtime=804.6 cores=4,6
/proc/173352/task/173354/stat : 173354 (pb_competition_) S 173349 173352 173087 0 -1 4194368 1548818 0 0 0 80265 195 0 0 20 0 2 0 235577806 5206896640 1257843 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
Current children cumulated CPU time: 3471.01 s
Current children cumulated vsize: 5084860 KiB
Current children cumulated memory: 5031372 KiB

[startup+2742.3 s]
/proc/loadavg: 6.21 6.22 6.02 8/266 173667
/proc/meminfo: memFree=109463280/131250000 swapFree=33010416/33010684
[pid=173352] ppid=173349 vsize=5001784 memory=4948688 CPUtime=3555.56 cores=4,6
/proc/173352/stat : 173352 (pb_competition_) R 173349 173352 173087 0 -1 4194304 21779018 0 0 0 341091 14465 0 0 20 0 2 0 235577798 5121826816 1237172 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
/proc/173352/statm: 1250446 1237172 640 633 0 1244381 0
[pid=173352/tid=173354] ppid=173349 vsize=5001784 memory=4933988 CPUtime=829.59 cores=4,6
/proc/173352/task/173354/stat : 173354 (pb_competition_) R 173349 173352 173087 0 -1 4194368 1576763 0 0 0 82759 200 0 0 20 0 2 0 235577806 5121826816 1237172 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
Current children cumulated CPU time: 3555.56 s
Current children cumulated vsize: 5001784 KiB
Current children cumulated memory: 4948688 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2775 s]*
/proc/loadavg: 6.42 6.27 6.04 6/266 173668
/proc/meminfo: memFree=109449028/131250000 swapFree=33010416/33010684
[pid=173352] ppid=173349 vsize=5001784 memory=4948688 CPUtime=3600.09 cores=4,6
/proc/173352/stat : 173352 (pb_competition_) R 173349 173352 173087 0 -1 4194304 22004568 0 0 0 345387 14622 0 0 20 0 2 0 235577798 5121826816 1237172 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
/proc/173352/statm: 1250446 1237172 640 633 0 1244381 0
[pid=173352/tid=173354] ppid=173349 vsize=5001784 memory=6512 CPUtime=841.65 cores=4,6
/proc/173352/task/173354/stat : 173354 (pb_competition_) R 173349 173352 173087 0 -1 4194368 1578368 0 0 0 83963 202 0 0 20 0 2 0 235577806 5121826816 1237172 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 5001784 KiB
Current children cumulated memory: 4948688 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+2777.13 s]
# the end of solver process 173352 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3455.64 s, system=146.585 s

Solver just ended.
Dumping a history of the last processes samples

[startup+2776 s]*
/proc/loadavg: 6.42 6.27 6.04 6/266 173668
/proc/meminfo: memFree=110107856/131250000 swapFree=33010416/33010684
[pid=173352] ppid=173349 vsize=4322740 memory=4292552 CPUtime=3601.09 cores=4,6
/proc/173352/stat : 173352 (pb_competition_) R 173349 173352 173087 0 -1 4194304 22074241 0 0 0 345483 14626 0 0 20 0 2 0 235577798 4426485760 1073138 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
/proc/173352/statm: 1080685 1073138 640 633 0 1074620 0
[pid=173352/tid=173354] ppid=173349 vsize=4322740 memory=-8754081351861233760 CPUtime=841.66 cores=4,6
/proc/173352/task/173354/stat : 173354 (pb_competition_) S 173349 173352 173087 0 -1 4194368 1578368 0 0 0 83964 202 0 0 20 0 2 0 235577806 4426485760 1073138 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
Current children cumulated CPU time: 3601.09 s
Current children cumulated vsize: 4322740 KiB
Current children cumulated memory: 4292552 KiB

[startup+2776.8 s]
/proc/loadavg: 6.42 6.27 6.04 6/266 173668
/proc/meminfo: memFree=110107856/131250000 swapFree=33010416/33010684
[pid=173352] ppid=173349 vsize=4322740 memory=4292552 CPUtime=3601.88 cores=4,6
/proc/173352/stat : 173352 (pb_competition_) R 173349 173352 173087 0 -1 4194304 22331870 0 0 0 345549 14639 0 0 20 0 2 0 235577798 4426485760 1073138 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
/proc/173352/statm: 1080685 1073138 640 633 0 1074620 0
[pid=173352/tid=173354] ppid=173349 vsize=4322740 memory=4952172 CPUtime=841.66 cores=4,6
/proc/173352/task/173354/stat : 173354 (pb_competition_) S 173349 173352 173087 0 -1 4194368 1578368 0 0 0 83964 202 0 0 20 0 2 0 235577806 4426485760 1073138 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
Current children cumulated CPU time: 3601.88 s
Current children cumulated vsize: 4322740 KiB
Current children cumulated memory: 4292552 KiB

[startup+2777 s]*
/proc/loadavg: 6.42 6.27 6.04 8/266 173668
/proc/meminfo: memFree=110192132/131250000 swapFree=33010416/33010684
[pid=173352] ppid=173349 vsize=4250340 memory=4220152 CPUtime=3602.09 cores=4,6
/proc/173352/stat : 173352 (pb_competition_) R 173349 173352 173087 0 -1 4194304 22432236 0 0 0 345563 14646 0 0 20 0 2 0 235577798 4352348160 1055038 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
/proc/173352/statm: 1062585 1055038 640 633 0 1056520 0
[pid=173352/tid=173354] ppid=173349 vsize=4250340 memory=-8754081351861233760 CPUtime=841.66 cores=4,6
/proc/173352/task/173354/stat : 173354 (pb_competition_) S 173349 173352 173087 0 -1 4194368 1578368 0 0 0 83964 202 0 0 20 0 2 0 235577806 4352348160 1055038 18446744073709551615 4198400 6788177 140721189842464 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 22175744 140721189845335 140721189845462 140721189845462 140721189851066 0
Current children cumulated CPU time: 3602.09 s
Current children cumulated vsize: 4250340 KiB
Current children cumulated memory: 4220152 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 2777.13
CPU time (s): 3602.22
CPU user time (s): 3455.64
CPU system time (s): 146.585
CPU usage (%): 129.71
Max. virtual memory (cumulated for all children) (KiB): 5229804
Max. memory (cumulated for all children) (KiB): 5111544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3455.64
system time used= 146.585
maximum resident set size= 5137996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22435709
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= 98497
involuntary context switches= 46832


# summary of solver processes directly reported to runsolver:
#   pid: 173352
#   total CPU time (s): 3602.22
#   total CPU user time (s): 3455.64
#   total CPU system time (s): 146.585

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.77121 second user time and 13.7784 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-22 17:42:59
IDJOB=4542149
IDBENCH=163903
IDSOLVER=3347
FILE ID=nodeC027/4542149-1753198978
RUNJOBID= nodeC027-1753198973-173103
SLURM_JOB_ID= 9687760
Free space on /tmp= 432904 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/normalized-composed_pebbling_php_pyramid_height50_pigeons49_holes48.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-4542149-1753198978/watcher-4542149-1753198978 -o /tmp/evaluation-result-4542149-1753198978/solver-4542149-1753198978 -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 1063239506 HOME/instance-4542149-1753198978.opb

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

MD5SUM BENCH= c26c89c819410142827dd0be6bce850a
RANDOM SEED=1063239506

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		: 3600.975
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.632
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.641
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 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.612
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		: 3599.642
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.678
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		: 3597.546
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		: 3597.482
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:        115641452 kB
MemAvailable:   129637240 kB
Buffers:            2488 kB
Cached:         14762140 kB
SwapCached:            8 kB
Active:          1284260 kB
Inactive:       13665392 kB
Active(anon):     208488 kB
Inactive(anon):     2788 kB
Active(file):    1075772 kB
Inactive(file): 13662604 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             98952 kB
Writeback:             0 kB
AnonPages:        188264 kB
Mapped:           114404 kB
Shmem:             26252 kB
KReclaimable:     192904 kB
Slab:             288936 kB
SReclaimable:     192904 kB
SUnreclaim:        96032 kB
KernelStack:        4240 kB
PageTables:         3300 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     522908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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= 432888 MiB
End job on nodeC027 at 2025-07-22 18:29:16