Trace number 4507298

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.13 2029.18

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathTate/normalized-TateBritain_K92.opb
MD5SUM0bf652578c2f1d207084d270794d0d34
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark16.9419
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6256
Total number of constraints6442
Number of constraints which are clauses6350
Number of constraints which are cardinality constraints (but not clauses)92
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint92
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 93
Number of bits of the biggest sum of numbers7
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.03	c #variable: 6256
0.00/0.03	c #constraint: 6442
0.00/0.03	c #equal: 0
0.00/0.03	c intsize: 7
0.00/0.03	c sizeproduct: 0
0.00/0.03	c #soft: 0
0.00/0.03	c mincost: 0
0.00/0.03	c maxcost: 0
0.00/0.03	c sumcost: 0
0.00/0.03	c iteration_max: -1
0.00/0.03	c time_max: -1
0.00/0.03	c number_of_threads(move update): 2
0.00/0.03	c number_of_threads(move evaluation): 2
0.00/0.03	c seed: 670477838
3600.04/2029.14	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: 63708 MiB (63067 MiB free)
  memory of node 1: 64465 MiB (63785 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4507298-1751187524/watcher-4507298-1751187524 -o /tmp/evaluation-result-4507298-1751187524/solver-4507298-1751187524 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751182846-22086 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 670477838 HOME/instance-4507298-1751187524.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
solver pid=22703, runsolver pid=22700
Current StackSize limit: 8192 KiB


[startup+0.100067 s]*
/proc/loadavg: 6.46 6.70 6.62 7/267 22705
/proc/meminfo: memFree=129892896/131249996 swapFree=33010684/33010684
[pid=22703] ppid=22700 vsize=95472 memory=24724 CPUtime=0.12 cores=5,7
/proc/22703/stat : 22703 (pb_competition_) R 22700 22703 22073 0 -1 4194304 5257 0 0 0 11 1 0 0 20 0 2 0 34431058 97763328 6181 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
/proc/22703/statm: 23868 6181 672 633 0 7664 0
[pid=22703/tid=22705] ppid=22700 vsize=95472 memory=4026531960 CPUtime=0.02 cores=5,7
/proc/22703/task/22705/stat : 22705 (pb_competition_) S 22700 22703 22073 0 -1 4194368 968 0 0 0 2 0 0 0 20 0 2 0 34431058 97763328 6181 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 95472 KiB
Current children cumulated memory: 24724 KiB

[startup+0.20585 s]*
/proc/loadavg: 6.46 6.70 6.62 6/267 22705
/proc/meminfo: memFree=129877020/131249996 swapFree=33010684/33010684
[pid=22703] ppid=22700 vsize=107760 memory=37112 CPUtime=0.24 cores=5,7
/proc/22703/stat : 22703 (pb_competition_) R 22700 22703 22073 0 -1 4194304 9396 0 0 0 22 2 0 0 20 0 2 0 34431058 110346240 9278 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
/proc/22703/statm: 26940 9278 672 633 0 10736 0
[pid=22703/tid=22705] ppid=22700 vsize=107760 memory=664958721904869660 CPUtime=0.04 cores=5,7
/proc/22703/task/22705/stat : 22705 (pb_competition_) S 22700 22703 22073 0 -1 4194368 968 0 0 0 4 0 0 0 20 0 2 0 34431058 110346240 9278 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 107760 KiB
Current children cumulated memory: 37112 KiB

[startup+0.305893 s]*
/proc/loadavg: 6.46 6.70 6.62 7/267 22705
/proc/meminfo: memFree=129877180/131249996 swapFree=33010684/33010684
[pid=22703] ppid=22700 vsize=107760 memory=37112 CPUtime=0.37 cores=5,7
/proc/22703/stat : 22703 (pb_competition_) S 22700 22703 22073 0 -1 4194304 9409 0 0 0 35 2 0 0 20 0 2 0 34431058 110346240 9278 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
/proc/22703/statm: 26940 9278 672 633 0 10736 0
[pid=22703/tid=22705] ppid=22700 vsize=107760 memory=-7385754695421562474 CPUtime=0.07 cores=5,7
/proc/22703/task/22705/stat : 22705 (pb_competition_) R 22700 22703 22073 0 -1 4194368 968 0 0 0 7 0 0 0 20 0 2 0 34431058 110346240 9278 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 107760 KiB
Current children cumulated memory: 37112 KiB

[startup+0.700212 s]
/proc/loadavg: 6.46 6.70 6.62 7/267 22705
/proc/meminfo: memFree=129877180/131249996 swapFree=33010684/33010684
[pid=22703] ppid=22700 vsize=107892 memory=37240 CPUtime=0.96 cores=5,7
/proc/22703/stat : 22703 (pb_competition_) R 22700 22703 22073 0 -1 4194304 9438 0 0 0 94 2 0 0 20 0 2 0 34431058 110481408 9310 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
/proc/22703/statm: 26973 9310 672 633 0 10769 0
[pid=22703/tid=22705] ppid=22700 vsize=107892 memory=17408 CPUtime=0.29 cores=5,7
/proc/22703/task/22705/stat : 22705 (pb_competition_) R 22700 22703 22073 0 -1 4194368 968 0 0 0 29 0 0 0 20 0 2 0 34431058 110481408 9310 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
Current children cumulated CPU time: 0.96 s
Current children cumulated vsize: 107892 KiB
Current children cumulated memory: 37240 KiB

[startup+1.50019 s]
/proc/loadavg: 6.46 6.70 6.62 6/267 22705
/proc/meminfo: memFree=129877180/131249996 swapFree=33010684/33010684
[pid=22703] ppid=22700 vsize=107892 memory=37240 CPUtime=2.3 cores=5,7
/proc/22703/stat : 22703 (pb_competition_) R 22700 22703 22073 0 -1 4194304 14960 0 0 0 227 3 0 0 20 0 2 0 34431058 110481408 9310 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
/proc/22703/statm: 26973 9310 672 633 0 10769 0
[pid=22703/tid=22705] ppid=22700 vsize=107892 memory=17408 CPUtime=0.83 cores=5,7
/proc/22703/task/22705/stat : 22705 (pb_competition_) S 22700 22703 22073 0 -1 4194368 1446 0 0 0 83 0 0 0 20 0 2 0 34431058 110481408 9310 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
Current children cumulated CPU time: 2.3 s
Current children cumulated vsize: 107892 KiB
Current children cumulated memory: 37240 KiB

[startup+3.10575 s]
/proc/loadavg: 6.46 6.70 6.62 5/267 22705
/proc/meminfo: memFree=129877472/131249996 swapFree=33010684/33010684
[pid=22703] ppid=22700 vsize=108024 memory=37376 CPUtime=4.86 cores=5,7
/proc/22703/stat : 22703 (pb_competition_) R 22700 22703 22073 0 -1 4194304 62340 0 0 0 475 11 0 0 20 0 2 0 34431058 110616576 9344 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
/proc/22703/statm: 27006 9344 672 633 0 10802 0
[pid=22703/tid=22705] ppid=22700 vsize=108224 memory=37112 CPUtime=1.79 cores=5,7
/proc/22703/task/22705/stat : 22705 (pb_competition_) R 22700 22703 22073 0 -1 4194368 2025 0 0 0 178 1 0 0 20 0 2 0 34431058 110821376 9344 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
Current children cumulated CPU time: 4.86 s
Current children cumulated vsize: 108024 KiB
Current children cumulated memory: 37376 KiB

[startup+6.30019 s]
/proc/loadavg: 6.43 6.68 6.61 6/267 22705
/proc/meminfo: memFree=129877632/131249996 swapFree=33010684/33010684
[pid=22703] ppid=22700 vsize=108108 memory=37592 CPUtime=10.19 cores=5,7
/proc/22703/stat : 22703 (pb_competition_) R 22700 22703 22073 0 -1 4194304 142233 0 0 0 992 27 0 0 20 0 2 0 34431058 110702592 9398 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
/proc/22703/statm: 27027 9398 672 633 0 10823 0
[pid=22703/tid=22705] ppid=22700 vsize=108108 memory=17408 CPUtime=3.95 cores=5,7
/proc/22703/task/22705/stat : 22705 (pb_competition_) R 22700 22703 22073 0 -1 4194368 2906 0 0 0 393 2 0 0 20 0 2 0 34431058 110702592 9398 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
Current children cumulated CPU time: 10.19 s
Current children cumulated vsize: 108108 KiB
Current children cumulated memory: 37592 KiB

[startup+12.7002 s]
/proc/loadavg: 6.47 6.69 6.62 7/267 22751
/proc/meminfo: memFree=129965620/131249996 swapFree=33010684/33010684
[pid=22703] ppid=22700 vsize=108948 memory=38244 CPUtime=21.04 cores=5,7
/proc/22703/stat : 22703 (pb_competition_) R 22700 22703 22073 0 -1 4194304 315890 0 0 0 2046 58 0 0 20 0 2 0 34431058 111562752 9561 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
/proc/22703/statm: 27237 9561 672 633 0 11033 0
[pid=22703/tid=22705] ppid=22700 vsize=108948 memory=38024 CPUtime=8.46 cores=5,7
/proc/22703/task/22705/stat : 22705 (pb_competition_) R 22700 22703 22073 0 -1 4194368 4857 0 0 0 843 3 0 0 20 0 2 0 34431058 111562752 9561 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
Current children cumulated CPU time: 21.04 s
Current children cumulated vsize: 108948 KiB
Current children cumulated memory: 38244 KiB

[startup+25.5002 s]
/proc/loadavg: 6.52 6.69 6.62 8/267 22752
/proc/meminfo: memFree=129964116/131249996 swapFree=33010684/33010684
[pid=22703] ppid=22700 vsize=111640 memory=40836 CPUtime=43.08 cores=5,7
/proc/22703/stat : 22703 (pb_competition_) R 22700 22703 22073 0 -1 4194304 406488 0 0 0 4229 79 0 0 20 0 2 0 34431058 114319360 10209 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
/proc/22703/statm: 27910 10209 672 633 0 11706 0
[pid=22703/tid=22705] ppid=22700 vsize=111640 memory=17408 CPUtime=17.81 cores=5,7
/proc/22703/task/22705/stat : 22705 (pb_competition_) R 22700 22703 22073 0 -1 4194368 7183 0 0 0 1775 6 0 0 20 0 2 0 34431058 114319360 10209 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
Current children cumulated CPU time: 43.08 s
Current children cumulated vsize: 111640 KiB
Current children cumulated memory: 40836 KiB

[startup+51.1054 s]
/proc/loadavg: 6.49 6.67 6.61 8/267 22752
/proc/meminfo: memFree=129929972/131249996 swapFree=33010684/33010684
[pid=22703] ppid=22700 vsize=114636 memory=43276 CPUtime=87.55 cores=5,7
/proc/22703/stat : 22703 (pb_competition_) R 22700 22703 22073 0 -1 4194304 414476 0 0 0 8655 100 0 0 20 0 2 0 34431058 117387264 10819 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
/proc/22703/statm: 28659 10819 672 633 0 12455 0
[pid=22703/tid=22705] ppid=22700 vsize=114636 memory=14572 CPUtime=36.84 cores=5,7
/proc/22703/task/22705/stat : 22705 (pb_competition_) R 22700 22703 22073 0 -1 4194368 8475 0 0 0 3673 11 0 0 20 0 2 0 34431058 117387264 10819 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
Current children cumulated CPU time: 87.55 s
Current children cumulated vsize: 114636 KiB
Current children cumulated memory: 43276 KiB

[startup+102.3 s]
/proc/loadavg: 6.71 6.70 6.63 8/268 22758
/proc/meminfo: memFree=129893492/131249996 swapFree=33010684/33010684
[pid=22703] ppid=22700 vsize=114636 memory=43276 CPUtime=176.23 cores=5,7
/proc/22703/stat : 22703 (pb_competition_) R 22700 22703 22073 0 -1 4194304 435018 0 0 0 17479 144 0 0 20 0 2 0 34431058 117387264 10819 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
/proc/22703/statm: 28659 10819 672 633 0 12455 0
[pid=22703/tid=22705] ppid=22700 vsize=114636 memory=43276 CPUtime=74.69 cores=5,7
/proc/22703/task/22705/stat : 22705 (pb_competition_) R 22700 22703 22073 0 -1 4194368 12041 0 0 0 7449 20 0 0 20 0 2 0 34431058 117387264 10819 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
Current children cumulated CPU time: 176.23 s
Current children cumulated vsize: 114636 KiB
Current children cumulated memory: 43276 KiB

[startup+162.3 s]
/proc/loadavg: 6.98 6.78 6.66 7/269 22776
/proc/meminfo: memFree=129879276/131249996 swapFree=33010684/33010684
[pid=22703] ppid=22700 vsize=116008 memory=45324 CPUtime=280.17 cores=5,7
/proc/22703/stat : 22703 (pb_competition_) R 22700 22703 22073 0 -1 4194304 436267 0 0 0 27829 188 0 0 20 0 2 0 34431058 118792192 11331 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
/proc/22703/statm: 29002 11331 672 633 0 12798 0
[pid=22703/tid=22705] ppid=22700 vsize=116008 memory=5632 CPUtime=119.16 cores=5,7
/proc/22703/task/22705/stat : 22705 (pb_competition_) R 22700 22703 22073 0 -1 4194368 12045 0 0 0 11884 32 0 0 20 0 2 0 34431058 118792192 11331 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
Current children cumulated CPU time: 280.17 s
Current children cumulated vsize: 116008 KiB
Current children cumulated memory: 45324 KiB

[startup+222.3 s]
/proc/loadavg: 6.95 6.81 6.68 7/269 22778
/proc/meminfo: memFree=129831024/131249996 swapFree=33010684/33010684
[pid=22703] ppid=22700 vsize=120320 memory=49496 CPUtime=383.72 cores=5,7
/proc/22703/stat : 22703 (pb_competition_) R 22700 22703 22073 0 -1 4194304 441928 0 0 0 38153 219 0 0 20 0 2 0 34431058 123207680 12374 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
/proc/22703/statm: 30080 12374 672 633 0 13876 0
[pid=22703/tid=22705] ppid=22700 vsize=120320 memory=49496 CPUtime=163.24 cores=5,7
/proc/22703/task/22705/stat : 22705 (pb_competition_) S 22700 22703 22073 0 -1 4194368 13511 0 0 0 16284 40 0 0 20 0 2 0 34431058 123207680 12374 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
Current children cumulated CPU time: 383.72 s
Current children cumulated vsize: 120320 KiB
Current children cumulated memory: 49496 KiB

[startup+282.3 s]
/proc/loadavg: 6.81 6.80 6.68 7/269 22780
/proc/meminfo: memFree=129845508/131249996 swapFree=33010684/33010684
[pid=22703] ppid=22700 vsize=120320 memory=49496 CPUtime=487.05 cores=5,7
/proc/22703/stat : 22703 (pb_competition_) R 22700 22703 22073 0 -1 4194304 441928 0 0 0 48451 254 0 0 20 0 2 0 34431058 123207680 12374 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
/proc/22703/statm: 30080 12374 672 633 0 13876 0
[pid=22703/tid=22705] ppid=22700 vsize=120320 memory=49496 CPUtime=207.06 cores=5,7
/proc/22703/task/22705/stat : 22705 (pb_competition_) R 22700 22703 22073 0 -1 4194368 13511 0 0 0 20657 49 0 0 20 0 2 0 34431058 123207680 12374 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
Current children cumulated CPU time: 487.05 s
Current children cumulated vsize: 120320 KiB

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

/proc/meminfo: memFree=129840500/131249996 swapFree=33010684/33010684
[pid=22703] ppid=22700 vsize=133204 memory=59256 CPUtime=2618.56 cores=5,7
/proc/22703/stat : 22703 (pb_competition_) R 22700 22703 22073 0 -1 4194304 452454 0 0 0 261295 561 0 0 20 0 2 0 34431058 136400896 14814 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
/proc/22703/statm: 33301 14814 672 633 0 17097 0
[pid=22703/tid=22705] ppid=22700 vsize=133204 memory=59128 CPUtime=1150.23 cores=5,7
/proc/22703/task/22705/stat : 22705 (pb_competition_) R 22700 22703 22073 0 -1 4194368 14093 0 0 0 114871 152 0 0 20 0 2 0 34431058 136400896 14814 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
Current children cumulated CPU time: 2618.56 s
Current children cumulated vsize: 133204 KiB
Current children cumulated memory: 59256 KiB

[startup+1542.3 s]
/proc/loadavg: 7.18 7.06 6.99 9/269 22856
/proc/meminfo: memFree=129840612/131249996 swapFree=33010684/33010684
[pid=22703] ppid=22700 vsize=133204 memory=59256 CPUtime=2726.29 cores=5,7
/proc/22703/stat : 22703 (pb_competition_) R 22700 22703 22073 0 -1 4194304 452471 0 0 0 272055 574 0 0 20 0 2 0 34431058 136400896 14814 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
/proc/22703/statm: 33301 14814 672 633 0 17097 0
[pid=22703/tid=22705] ppid=22700 vsize=133204 memory=59256 CPUtime=1198.57 cores=5,7
/proc/22703/task/22705/stat : 22705 (pb_competition_) R 22700 22703 22073 0 -1 4194368 14094 0 0 0 119700 157 0 0 20 0 2 0 34431058 136400896 14814 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
Current children cumulated CPU time: 2726.29 s
Current children cumulated vsize: 133204 KiB
Current children cumulated memory: 59256 KiB

[startup+1602.3 s]
/proc/loadavg: 7.29 7.12 7.02 9/268 22858
/proc/meminfo: memFree=129843168/131249996 swapFree=33010684/33010684
[pid=22703] ppid=22700 vsize=133736 memory=59768 CPUtime=2834.04 cores=5,7
/proc/22703/stat : 22703 (pb_competition_) R 22700 22703 22073 0 -1 4194304 452592 0 0 0 282820 584 0 0 20 0 2 0 34431058 136945664 14942 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
/proc/22703/statm: 33434 14942 672 633 0 17230 0
[pid=22703/tid=22705] ppid=22700 vsize=133736 memory=59256 CPUtime=1246.92 cores=5,7
/proc/22703/task/22705/stat : 22705 (pb_competition_) R 22700 22703 22073 0 -1 4194368 14094 0 0 0 124530 162 0 0 20 0 2 0 34431058 136945664 14942 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
Current children cumulated CPU time: 2834.04 s
Current children cumulated vsize: 133736 KiB
Current children cumulated memory: 59768 KiB

[startup+1662.3 s]
/proc/loadavg: 6.95 7.05 7.00 6/267 22860
/proc/meminfo: memFree=129843232/131249996 swapFree=33010684/33010684
[pid=22703] ppid=22700 vsize=133736 memory=59768 CPUtime=2941.86 cores=5,7
/proc/22703/stat : 22703 (pb_competition_) R 22700 22703 22073 0 -1 4194304 453915 0 0 0 293589 597 0 0 20 0 2 0 34431058 136945664 14942 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
/proc/22703/statm: 33434 14942 672 633 0 17230 0
[pid=22703/tid=22705] ppid=22700 vsize=133736 memory=59256 CPUtime=1295.29 cores=5,7
/proc/22703/task/22705/stat : 22705 (pb_competition_) R 22700 22703 22073 0 -1 4194368 14249 0 0 0 129363 166 0 0 20 0 2 0 34431058 136945664 14942 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
Current children cumulated CPU time: 2941.86 s
Current children cumulated vsize: 133736 KiB
Current children cumulated memory: 59768 KiB

[startup+1722.3 s]
/proc/loadavg: 6.90 7.00 6.99 7/267 22862
/proc/meminfo: memFree=129845680/131249996 swapFree=33010684/33010684
[pid=22703] ppid=22700 vsize=134064 memory=60024 CPUtime=3049.49 cores=5,7
/proc/22703/stat : 22703 (pb_competition_) R 22700 22703 22073 0 -1 4194304 453984 0 0 0 304340 609 0 0 20 0 2 0 34431058 137281536 15006 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
/proc/22703/statm: 33516 15006 672 633 0 17312 0
[pid=22703/tid=22705] ppid=22700 vsize=134064 memory=59256 CPUtime=1343.52 cores=5,7
/proc/22703/task/22705/stat : 22705 (pb_competition_) S 22700 22703 22073 0 -1 4194368 14249 0 0 0 134180 172 0 0 20 0 2 0 34431058 137281536 15006 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
Current children cumulated CPU time: 3049.49 s
Current children cumulated vsize: 134064 KiB
Current children cumulated memory: 60024 KiB

[startup+1782.3 s]
/proc/loadavg: 7.05 7.01 6.99 7/267 22865
/proc/meminfo: memFree=129844792/131249996 swapFree=33010684/33010684
[pid=22703] ppid=22700 vsize=134292 memory=60280 CPUtime=3156.87 cores=5,7
/proc/22703/stat : 22703 (pb_competition_) R 22700 22703 22073 0 -1 4194304 455461 0 0 0 315067 620 0 0 20 0 2 0 34431058 137515008 15070 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
/proc/22703/statm: 33573 15070 672 633 0 17369 0
[pid=22703/tid=22705] ppid=22700 vsize=134292 memory=17408 CPUtime=1391.59 cores=5,7
/proc/22703/task/22705/stat : 22705 (pb_competition_) R 22700 22703 22073 0 -1 4194368 14321 0 0 0 138981 178 0 0 20 0 2 0 34431058 137515008 15070 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
Current children cumulated CPU time: 3156.87 s
Current children cumulated vsize: 134292 KiB
Current children cumulated memory: 60280 KiB

[startup+1842.3 s]
/proc/loadavg: 6.89 6.97 6.98 8/267 22867
/proc/meminfo: memFree=129844920/131249996 swapFree=33010684/33010684
[pid=22703] ppid=22700 vsize=134292 memory=60280 CPUtime=3264.48 cores=5,7
/proc/22703/stat : 22703 (pb_competition_) R 22700 22703 22073 0 -1 4194304 455471 0 0 0 325818 630 0 0 20 0 2 0 34431058 137515008 15070 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
/proc/22703/statm: 33573 15070 672 633 0 17369 0
[pid=22703/tid=22705] ppid=22700 vsize=134292 memory=60280 CPUtime=1439.78 cores=5,7
/proc/22703/task/22705/stat : 22705 (pb_competition_) S 22700 22703 22073 0 -1 4194368 14321 0 0 0 143796 182 0 0 20 0 2 0 34431058 137515008 15070 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
Current children cumulated CPU time: 3264.48 s
Current children cumulated vsize: 134292 KiB
Current children cumulated memory: 60280 KiB

[startup+1902.3 s]
/proc/loadavg: 7.01 7.00 7.00 8/268 22872
/proc/meminfo: memFree=129844784/131249996 swapFree=33010684/33010684
[pid=22703] ppid=22700 vsize=134452 memory=60408 CPUtime=3371.92 cores=5,7
/proc/22703/stat : 22703 (pb_competition_) R 22700 22703 22073 0 -1 4194304 455511 0 0 0 336552 640 0 0 20 0 2 0 34431058 137678848 15102 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
/proc/22703/statm: 33613 15102 672 633 0 17409 0
[pid=22703/tid=22705] ppid=22700 vsize=134452 memory=60280 CPUtime=1487.86 cores=5,7
/proc/22703/task/22705/stat : 22705 (pb_competition_) S 22700 22703 22073 0 -1 4194368 14321 0 0 0 148601 185 0 0 20 0 2 0 34431058 137678848 15102 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
Current children cumulated CPU time: 3371.92 s
Current children cumulated vsize: 134452 KiB
Current children cumulated memory: 60408 KiB

[startup+1962.3 s]
/proc/loadavg: 7.35 7.12 7.04 8/269 22879
/proc/meminfo: memFree=129844728/131249996 swapFree=33010684/33010684
[pid=22703] ppid=22700 vsize=134748 memory=60792 CPUtime=3479.78 cores=5,7
/proc/22703/stat : 22703 (pb_competition_) R 22700 22703 22073 0 -1 4194304 457113 0 0 0 347325 653 0 0 20 0 2 0 34431058 137981952 15198 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
/proc/22703/statm: 33687 15198 672 633 0 17483 0
[pid=22703/tid=22705] ppid=22700 vsize=134748 memory=60792 CPUtime=1536.32 cores=5,7
/proc/22703/task/22705/stat : 22705 (pb_competition_) R 22700 22703 22073 0 -1 4194368 14539 0 0 0 153442 190 0 0 20 0 2 0 34431058 137981952 15198 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
Current children cumulated CPU time: 3479.78 s
Current children cumulated vsize: 134748 KiB
Current children cumulated memory: 60792 KiB

[startup+2022.3 s]
/proc/loadavg: 7.23 7.14 7.05 8/269 22973
/proc/meminfo: memFree=129920948/131249996 swapFree=33010684/33010684
[pid=22703] ppid=22700 vsize=134748 memory=60792 CPUtime=3587.62 cores=5,7
/proc/22703/stat : 22703 (pb_competition_) R 22700 22703 22073 0 -1 4194304 458659 0 0 0 358099 663 0 0 20 0 2 0 34431058 137981952 15198 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
/proc/22703/statm: 33687 15198 672 633 0 17483 0
[pid=22703/tid=22705] ppid=22700 vsize=134748 memory=60792 CPUtime=1584.73 cores=5,7
/proc/22703/task/22705/stat : 22705 (pb_competition_) R 22700 22703 22073 0 -1 4194368 14599 0 0 0 158279 194 0 0 20 0 2 0 34431058 137981952 15198 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
Current children cumulated CPU time: 3587.62 s
Current children cumulated vsize: 134748 KiB
Current children cumulated memory: 60792 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2029.11 s]
/proc/loadavg: 7.12 7.12 7.04 7/269 22973
/proc/meminfo: memFree=129920964/131249996 swapFree=33010684/33010684
[pid=22703] ppid=22700 vsize=134748 memory=60792 CPUtime=3600.04 cores=5,7
/proc/22703/stat : 22703 (pb_competition_) R 22700 22703 22073 0 -1 4194304 458659 0 0 0 359341 663 0 0 20 0 2 0 34431058 137981952 15198 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
/proc/22703/statm: 33687 15198 672 633 0 17483 0
[pid=22703/tid=22705] ppid=22700 vsize=134748 memory=60792 CPUtime=1590.41 cores=5,7
/proc/22703/task/22705/stat : 22705 (pb_competition_) R 22700 22703 22073 0 -1 4194368 14599 0 0 0 158847 194 0 0 20 0 2 0 34431058 137981952 15198 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 134748 KiB
Current children cumulated memory: 60792 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.49 s, system=6.64053 s

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

[startup+2029.11 s]
/proc/loadavg: 7.12 7.12 7.04 7/269 22973
/proc/meminfo: memFree=129920964/131249996 swapFree=33010684/33010684
[pid=22703] ppid=22700 vsize=134748 memory=60792 CPUtime=3600.04 cores=5,7
/proc/22703/stat : 22703 (pb_competition_) R 22700 22703 22073 0 -1 4194304 458659 0 0 0 359341 663 0 0 20 0 2 0 34431058 137981952 15198 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
/proc/22703/statm: 33687 15198 672 633 0 17483 0
[pid=22703/tid=22705] ppid=22700 vsize=134748 memory=60792 CPUtime=1590.41 cores=5,7
/proc/22703/task/22705/stat : 22705 (pb_competition_) R 22700 22703 22073 0 -1 4194368 14599 0 0 0 158847 194 0 0 20 0 2 0 34431058 137981952 15198 18446744073709551615 4198400 6788177 140720710784016 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 24965120 140720710785370 140720710785496 140720710785496 140720710791098 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 134748 KiB
Current children cumulated memory: 60792 KiB

Child status: 0

Real time (s): 2029.18
CPU time (s): 3600.13
CPU user time (s): 3593.49
CPU system time (s): 6.64053
CPU usage (%): 177.418
Max. virtual memory (cumulated for all children) (KiB): 134748
Max. memory (cumulated for all children) (KiB): 60792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.49
system time used= 6.64053
maximum resident set size= 61692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 458877
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= 106644
involuntary context switches= 79453


# summary of solver processes directly reported to runsolver:
#   pid: 22703
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3593.49
#   total CPU system time (s): 6.64053

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.20571 second user time and 9.60299 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-06-29 10:58:44
IDJOB=4507298
IDBENCH=158341
IDSOLVER=3347
FILE ID=nodeC032/4507298-1751187524
RUNJOBID= nodeC032-1751182846-22086
SLURM_JOB_ID= 9587564
Free space on /tmp= 432052 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K92.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-4507298-1751187524/watcher-4507298-1751187524 -o /tmp/evaluation-result-4507298-1751187524/solver-4507298-1751187524 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751182846-22086 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 670477838 HOME/instance-4507298-1751187524.opb

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

MD5SUM BENCH= 0bf652578c2f1d207084d270794d0d34
RANDOM SEED=670477838

nodeC032 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.836
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.69
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.854
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.69
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		: 3600.939
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.245
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.69
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.845
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.69
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.844
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.69
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.938
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.69
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		: 3588.719
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129897948 kB
MemAvailable:   129535528 kB
Buffers:            3280 kB
Cached:           438836 kB
SwapCached:            0 kB
Active:           587504 kB
Inactive:         197912 kB
Active(anon):     361368 kB
Inactive(anon):        0 kB
Active(file):     226136 kB
Inactive(file):   197912 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             10948 kB
Writeback:             4 kB
AnonPages:        346268 kB
Mapped:           110668 kB
Shmem:             18068 kB
KReclaimable:      86468 kB
Slab:             169400 kB
SReclaimable:      86468 kB
SUnreclaim:        82932 kB
KernelStack:        4336 kB
PageTables:         3736 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     704960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    137216 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:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432048 MiB
End job on nodeC032 at 2025-06-29 11:32:34