Trace number 4493442

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.05 2052.24

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
prestwich/robin/normalized-robin16.opb
MD5SUMc646e12ccfd746fe0694a48782eaf83d
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 benchmark37.9468
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14400
Total number of constraints1088
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)608
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint120
Maximum length of a constraint225
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 227
Number of bits of the biggest sum of numbers8
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.35/0.23	c #variable: 14400
0.35/0.23	c #constraint: 1088
0.35/0.23	c #equal: 0
0.35/0.23	c intsize: 8
0.35/0.23	c sizeproduct: 0
0.35/0.23	c #soft: 0
0.35/0.23	c mincost: 0
0.35/0.23	c maxcost: 0
0.35/0.23	c sumcost: 0
0.35/0.23	c iteration_max: -1
0.35/0.23	c time_max: -1
0.35/0.23	c number_of_threads(move update): 2
0.35/0.23	c number_of_threads(move evaluation): 2
0.35/0.23	c seed: 1360494241
3600.00/2052.21	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: 63837 MiB (63091 MiB free)
  memory of node 1: 64465 MiB (63913 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493442-1751149952/watcher-4493442-1751149952 -o /tmp/evaluation-result-4493442-1751149952/solver-4493442-1751149952 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751144447-13094 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1360494241 HOME/instance-4493442-1751149952.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100102 s]*
/proc/loadavg: 7.52 7.42 7.13 8/254 13979
/proc/meminfo: memFree=130033420/131382120 swapFree=33010684/33010684
[pid=13977] ppid=13974 vsize=85736 memory=19328 CPUtime=0.17 cores=1,3
/proc/13977/stat : 13977 (pb_competition_) R 13974 13977 13082 0 -1 4194304 3857 0 0 0 16 1 0 0 20 0 2 0 30673913 87793664 4832 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
/proc/13977/statm: 21434 4832 576 633 0 5878 0
[pid=13977/tid=13979] ppid=13974 vsize=85736 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/13977/task/13979/stat : 13979 (pb_competition_) S 13974 13977 13082 0 -1 4194368 1614 0 0 0 7 0 0 0 20 0 2 0 30673913 87793664 4832 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 0 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 85736 KiB
Current children cumulated memory: 19328 KiB

[startup+0.213305 s]*
/proc/loadavg: 7.52 7.42 7.13 10/254 13979
/proc/meminfo: memFree=130025608/131382120 swapFree=33010684/33010684
[pid=13977] ppid=13974 vsize=92352 memory=29052 CPUtime=0.35 cores=1,3
/proc/13977/stat : 13977 (pb_competition_) S 13974 13977 13082 0 -1 4194304 6477 0 0 0 33 2 0 0 20 0 2 0 30673913 94568448 7263 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
/proc/13977/statm: 23088 7263 608 633 0 8287 0
[pid=13977/tid=13979] ppid=13974 vsize=92352 memory=664958721904869660 CPUtime=0.17 cores=1,3
/proc/13977/task/13979/stat : 13979 (pb_competition_) R 13974 13977 13082 0 -1 4194368 2369 0 0 0 16 1 0 0 20 0 2 0 30673913 94568448 7263 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 0 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 92352 KiB
Current children cumulated memory: 29052 KiB

[startup+0.312682 s]*
/proc/loadavg: 7.52 7.42 7.13 8/254 13979
/proc/meminfo: memFree=130017796/131382120 swapFree=33010684/33010684
[pid=13977] ppid=13974 vsize=100140 memory=37116 CPUtime=0.44 cores=1,3
/proc/13977/stat : 13977 (pb_competition_) R 13974 13977 13082 0 -1 4194304 8472 0 0 0 41 3 0 0 20 0 2 0 30673913 102543360 9279 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
/proc/13977/statm: 25035 9279 640 633 0 10275 0
[pid=13977/tid=13979] ppid=13974 vsize=100140 memory=7970675939026157683 CPUtime=0.18 cores=1,3
/proc/13977/task/13979/stat : 13979 (pb_competition_) S 13974 13977 13082 0 -1 4194368 2410 0 0 0 17 1 0 0 20 0 2 0 30673913 102543360 9279 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 1 0 0 -1 1 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 100140 KiB
Current children cumulated memory: 37116 KiB

[startup+0.700276 s]
/proc/loadavg: 7.52 7.42 7.13 8/254 13979
/proc/meminfo: memFree=130001920/131382120 swapFree=33010684/33010684
[pid=13977] ppid=13974 vsize=148092 memory=85116 CPUtime=0.82 cores=1,3
/proc/13977/stat : 13977 (pb_competition_) R 13974 13977 13082 0 -1 4194304 20473 0 0 0 75 7 0 0 20 0 2 0 30673913 151646208 21279 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
/proc/13977/statm: 37023 21279 640 633 0 22263 0
[pid=13977/tid=13979] ppid=13974 vsize=148092 memory=17152 CPUtime=0.19 cores=1,3
/proc/13977/task/13979/stat : 13979 (pb_competition_) R 13974 13977 13082 0 -1 4194368 2410 0 0 0 18 1 0 0 20 0 2 0 30673913 151646208 21279 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
Current children cumulated CPU time: 0.82 s
Current children cumulated vsize: 148092 KiB
Current children cumulated memory: 85116 KiB

[startup+1.50031 s]
/proc/loadavg: 7.52 7.42 7.13 9/254 13979
/proc/meminfo: memFree=129961600/131382120 swapFree=33010684/33010684
[pid=13977] ppid=13974 vsize=147560 memory=84472 CPUtime=2.11 cores=1,3
/proc/13977/stat : 13977 (pb_competition_) R 13974 13977 13082 0 -1 4194304 32649 0 0 0 202 9 0 0 20 0 2 0 30673913 151101440 21118 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
/proc/13977/statm: 36890 21118 640 633 0 22130 0
[pid=13977/tid=13979] ppid=13974 vsize=147560 memory=17152 CPUtime=0.69 cores=1,3
/proc/13977/task/13979/stat : 13979 (pb_competition_) R 13974 13977 13082 0 -1 4194368 3286 0 0 0 68 1 0 0 20 0 2 0 30673913 151101440 21118 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
Current children cumulated CPU time: 2.11 s
Current children cumulated vsize: 147560 KiB
Current children cumulated memory: 84472 KiB

[startup+3.10555 s]
/proc/loadavg: 7.48 7.41 7.13 7/254 13979
/proc/meminfo: memFree=129961780/131382120 swapFree=33010684/33010684
[pid=13977] ppid=13974 vsize=148180 memory=85240 CPUtime=4.97 cores=1,3
/proc/13977/stat : 13977 (pb_competition_) R 13974 13977 13082 0 -1 4194304 34918 0 0 0 487 10 0 0 20 0 2 0 30673913 151736320 21310 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
/proc/13977/statm: 37045 21310 640 633 0 22285 0
[pid=13977/tid=13979] ppid=13974 vsize=148180 memory=84472 CPUtime=1.97 cores=1,3
/proc/13977/task/13979/stat : 13979 (pb_competition_) R 13974 13977 13082 0 -1 4194368 3294 0 0 0 195 2 0 0 20 0 2 0 30673913 151736320 21310 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
Current children cumulated CPU time: 4.97 s
Current children cumulated vsize: 148180 KiB
Current children cumulated memory: 85240 KiB

[startup+6.30019 s]
/proc/loadavg: 7.48 7.41 7.13 9/254 13979
/proc/meminfo: memFree=129962100/131382120 swapFree=33010684/33010684
[pid=13977] ppid=13974 vsize=148972 memory=85624 CPUtime=10.61 cores=1,3
/proc/13977/stat : 13977 (pb_competition_) R 13974 13977 13082 0 -1 4194304 62784 0 0 0 1046 15 0 0 20 0 2 0 30673913 152547328 21406 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
/proc/13977/statm: 37243 21406 640 633 0 22483 0
[pid=13977/tid=13979] ppid=13974 vsize=148972 memory=17152 CPUtime=4.42 cores=1,3
/proc/13977/task/13979/stat : 13979 (pb_competition_) S 13974 13977 13082 0 -1 4194368 8437 0 0 0 439 3 0 0 20 0 2 0 30673913 152547328 21406 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
Current children cumulated CPU time: 10.61 s
Current children cumulated vsize: 148972 KiB
Current children cumulated memory: 85624 KiB

[startup+12.7002 s]
/proc/loadavg: 7.52 7.42 7.13 9/254 13979
/proc/meminfo: memFree=129962976/131382120 swapFree=33010684/33010684
[pid=13977] ppid=13974 vsize=149612 memory=86264 CPUtime=21.92 cores=1,3
/proc/13977/stat : 13977 (pb_competition_) R 13974 13977 13082 0 -1 4194304 92350 0 0 0 2170 22 0 0 20 0 2 0 30673913 153202688 21566 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
/proc/13977/statm: 37403 21566 640 633 0 22643 0
[pid=13977/tid=13979] ppid=13974 vsize=149612 memory=86264 CPUtime=9.39 cores=1,3
/proc/13977/task/13979/stat : 13979 (pb_competition_) R 13974 13977 13082 0 -1 4194368 12218 0 0 0 934 5 0 0 20 0 2 0 30673913 153202688 21566 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
Current children cumulated CPU time: 21.92 s
Current children cumulated vsize: 149612 KiB
Current children cumulated memory: 86264 KiB

[startup+25.5002 s]
/proc/loadavg: 7.56 7.44 7.14 7/254 13979
/proc/meminfo: memFree=129960888/131382120 swapFree=33010684/33010684
[pid=13977] ppid=13974 vsize=151808 memory=87928 CPUtime=44.58 cores=1,3
/proc/13977/stat : 13977 (pb_competition_) R 13974 13977 13082 0 -1 4194304 108536 0 0 0 4424 34 0 0 20 0 2 0 30673913 155451392 21982 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
/proc/13977/statm: 37952 21982 640 633 0 23192 0
[pid=13977/tid=13979] ppid=13974 vsize=151808 memory=87928 CPUtime=19.35 cores=1,3
/proc/13977/task/13979/stat : 13979 (pb_competition_) R 13974 13977 13082 0 -1 4194368 15663 0 0 0 1926 9 0 0 20 0 2 0 30673913 155451392 21982 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
Current children cumulated CPU time: 44.58 s
Current children cumulated vsize: 151808 KiB
Current children cumulated memory: 87928 KiB

[startup+51.1055 s]
/proc/loadavg: 7.22 7.37 7.12 8/254 13979
/proc/meminfo: memFree=129959872/131382120 swapFree=33010684/33010684
[pid=13977] ppid=13974 vsize=155512 memory=91512 CPUtime=88.75 cores=1,3
/proc/13977/stat : 13977 (pb_competition_) R 13974 13977 13082 0 -1 4194304 138472 0 0 0 8822 53 0 0 20 0 2 0 30673913 159244288 22878 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
/proc/13977/statm: 38878 22878 640 633 0 24118 0
[pid=13977/tid=13979] ppid=13974 vsize=155512 memory=17152 CPUtime=38.08 cores=1,3
/proc/13977/task/13979/stat : 13979 (pb_competition_) R 13974 13977 13082 0 -1 4194368 21847 0 0 0 3793 15 0 0 20 0 2 0 30673913 159244288 22878 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
Current children cumulated CPU time: 88.75 s
Current children cumulated vsize: 155512 KiB
Current children cumulated memory: 91512 KiB

[startup+102.3 s]
/proc/loadavg: 7.05 7.28 7.10 8/254 13981
/proc/meminfo: memFree=129962124/131382120 swapFree=33010684/33010684
[pid=13977] ppid=13974 vsize=162568 memory=98984 CPUtime=176.02 cores=1,3
/proc/13977/stat : 13977 (pb_competition_) R 13974 13977 13082 0 -1 4194304 163593 0 0 0 17519 83 0 0 20 0 2 0 30673913 166469632 24746 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
/proc/13977/statm: 40642 24746 640 633 0 25882 0
[pid=13977/tid=13979] ppid=13974 vsize=162568 memory=17152 CPUtime=74.5 cores=1,3
/proc/13977/task/13979/stat : 13979 (pb_competition_) R 13974 13977 13082 0 -1 4194368 26054 0 0 0 7425 25 0 0 20 0 2 0 30673913 166469632 24746 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
Current children cumulated CPU time: 176.02 s
Current children cumulated vsize: 162568 KiB
Current children cumulated memory: 98984 KiB

[startup+162.3 s]
/proc/loadavg: 7.18 7.28 7.11 7/254 13983
/proc/meminfo: memFree=129961508/131382120 swapFree=33010684/33010684
[pid=13977] ppid=13974 vsize=165680 memory=102184 CPUtime=279.72 cores=1,3
/proc/13977/stat : 13977 (pb_competition_) R 13974 13977 13082 0 -1 4194304 182016 0 0 0 27863 109 0 0 20 0 2 0 30673913 169656320 25546 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
/proc/13977/statm: 41420 25546 640 633 0 26660 0
[pid=13977/tid=13979] ppid=13974 vsize=165680 memory=5632 CPUtime=118.68 cores=1,3
/proc/13977/task/13979/stat : 13979 (pb_competition_) R 13974 13977 13082 0 -1 4194368 29578 0 0 0 11832 36 0 0 20 0 2 0 30673913 169656320 25546 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
Current children cumulated CPU time: 279.72 s
Current children cumulated vsize: 165680 KiB
Current children cumulated memory: 102184 KiB

[startup+222.3 s]
/proc/loadavg: 7.17 7.24 7.11 7/254 14034
/proc/meminfo: memFree=129991360/131382120 swapFree=33010684/33010684
[pid=13977] ppid=13974 vsize=168364 memory=105128 CPUtime=384.16 cores=1,3
/proc/13977/stat : 13977 (pb_competition_) R 13974 13977 13082 0 -1 4194304 200643 0 0 0 38282 134 0 0 20 0 2 0 30673913 172404736 26282 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
/proc/13977/statm: 42091 26282 640 633 0 27331 0
[pid=13977/tid=13979] ppid=13974 vsize=168364 memory=104744 CPUtime=163.64 cores=1,3
/proc/13977/task/13979/stat : 13979 (pb_competition_) S 13974 13977 13082 0 -1 4194368 33220 0 0 0 16317 47 0 0 20 0 2 0 30673913 172404736 26282 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
Current children cumulated CPU time: 384.16 s
Current children cumulated vsize: 168364 KiB
Current children cumulated memory: 105128 KiB

[startup+282.3 s]
/proc/loadavg: 7.28 7.26 7.12 9/256 14042
/proc/meminfo: memFree=129986768/131382120 swapFree=33010684/33010684
[pid=13977] ppid=13974 vsize=175672 memory=109076 CPUtime=489.98 cores=1,3
/proc/13977/stat : 13977 (pb_competition_) R 13974 13977 13082 0 -1 4194304 219773 0 0 0 48839 159 0 0 20 0 2 0 30673913 179888128 27269 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
/proc/13977/statm: 43918 27269 640 633 0 29158 0
[pid=13977/tid=13979] ppid=13974 vsize=175672 memory=108692 CPUtime=210.01 cores=1,3
/proc/13977/task/13979/stat : 13979 (pb_competition_) R 13974 13977 13082 0 -1 4194368 37101 0 0 0 20943 58 0 0 20 0 2 0 30673913 179888128 27269 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
Current children cumulated CPU time: 489.98 s
Current children cumulated vsize: 175672 KiB
Current children cumulated memory: 109076 KiB

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

/proc/meminfo: memFree=129809768/131382120 swapFree=33010684/33010684
[pid=13977] ppid=13974 vsize=183672 memory=119216 CPUtime=2498.19 cores=1,3
/proc/13977/stat : 13977 (pb_competition_) R 13974 13977 13082 0 -1 4194304 249531 0 0 0 249424 395 0 0 20 0 2 0 30673913 188080128 29804 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
/proc/13977/statm: 45918 29804 640 633 0 31158 0
[pid=13977/tid=13979] ppid=13974 vsize=183672 memory=119216 CPUtime=1088.59 cores=1,3
/proc/13977/task/13979/stat : 13979 (pb_competition_) R 13974 13977 13082 0 -1 4194368 43523 0 0 0 108688 171 0 0 20 0 2 0 30673913 188080128 29804 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
Current children cumulated CPU time: 2498.19 s
Current children cumulated vsize: 183672 KiB
Current children cumulated memory: 119216 KiB

[startup+1482.3 s]
/proc/loadavg: 6.85 6.94 7.00 7/254 14191
/proc/meminfo: memFree=129816916/131382120 swapFree=33010684/33010684
[pid=13977] ppid=13974 vsize=183672 memory=119216 CPUtime=2603.87 cores=1,3
/proc/13977/stat : 13977 (pb_competition_) R 13974 13977 13082 0 -1 4194304 249531 0 0 0 259982 405 0 0 20 0 2 0 30673913 188080128 29804 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
/proc/13977/statm: 45918 29804 640 633 0 31158 0
[pid=13977/tid=13979] ppid=13974 vsize=183672 memory=119216 CPUtime=1134.76 cores=1,3
/proc/13977/task/13979/stat : 13979 (pb_competition_) R 13974 13977 13082 0 -1 4194368 43523 0 0 0 113302 174 0 0 20 0 2 0 30673913 188080128 29804 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
Current children cumulated CPU time: 2603.87 s
Current children cumulated vsize: 183672 KiB
Current children cumulated memory: 119216 KiB

[startup+1542.3 s]
/proc/loadavg: 6.86 6.92 6.99 8/254 14193
/proc/meminfo: memFree=129818128/131382120 swapFree=33010684/33010684
[pid=13977] ppid=13974 vsize=183672 memory=119216 CPUtime=2708.67 cores=1,3
/proc/13977/stat : 13977 (pb_competition_) R 13974 13977 13082 0 -1 4194304 251461 0 0 0 270451 416 0 0 20 0 2 0 30673913 188080128 29804 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
/proc/13977/statm: 45918 29804 640 633 0 31158 0
[pid=13977/tid=13979] ppid=13974 vsize=183672 memory=119216 CPUtime=1180.13 cores=1,3
/proc/13977/task/13979/stat : 13979 (pb_competition_) S 13974 13977 13082 0 -1 4194368 43666 0 0 0 117835 178 0 0 20 0 2 0 30673913 188080128 29804 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
Current children cumulated CPU time: 2708.67 s
Current children cumulated vsize: 183672 KiB
Current children cumulated memory: 119216 KiB

[startup+1602.3 s]
/proc/loadavg: 6.82 6.89 6.98 7/254 14195
/proc/meminfo: memFree=129817400/131382120 swapFree=33010684/33010684
[pid=13977] ppid=13974 vsize=183672 memory=119216 CPUtime=2813.16 cores=1,3
/proc/13977/stat : 13977 (pb_competition_) R 13974 13977 13082 0 -1 4194304 253390 0 0 0 280888 428 0 0 20 0 2 0 30673913 188080128 29804 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
/proc/13977/statm: 45918 29804 640 633 0 31158 0
[pid=13977/tid=13979] ppid=13974 vsize=183672 memory=119216 CPUtime=1225.2 cores=1,3
/proc/13977/task/13979/stat : 13979 (pb_competition_) R 13974 13977 13082 0 -1 4194368 43816 0 0 0 122337 183 0 0 20 0 2 0 30673913 188080128 29804 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
Current children cumulated CPU time: 2813.16 s
Current children cumulated vsize: 183672 KiB
Current children cumulated memory: 119216 KiB

[startup+1662.3 s]
/proc/loadavg: 6.78 6.87 6.97 7/254 14197
/proc/meminfo: memFree=129817692/131382120 swapFree=33010684/33010684
[pid=13977] ppid=13974 vsize=183672 memory=119216 CPUtime=2919.11 cores=1,3
/proc/13977/stat : 13977 (pb_competition_) R 13974 13977 13082 0 -1 4194304 255321 0 0 0 291474 437 0 0 20 0 2 0 30673913 188080128 29804 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
/proc/13977/statm: 45918 29804 640 633 0 31158 0
[pid=13977/tid=13979] ppid=13974 vsize=183672 memory=119216 CPUtime=1271.71 cores=1,3
/proc/13977/task/13979/stat : 13979 (pb_competition_) R 13974 13977 13082 0 -1 4194368 43959 0 0 0 126985 186 0 0 20 0 2 0 30673913 188080128 29804 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
Current children cumulated CPU time: 2919.11 s
Current children cumulated vsize: 183672 KiB
Current children cumulated memory: 119216 KiB

[startup+1722.3 s]
/proc/loadavg: 6.73 6.83 6.95 8/254 14215
/proc/meminfo: memFree=129817636/131382120 swapFree=33010684/33010684
[pid=13977] ppid=13974 vsize=183672 memory=119216 CPUtime=3024.39 cores=1,3
/proc/13977/stat : 13977 (pb_competition_) R 13974 13977 13082 0 -1 4194304 257270 0 0 0 301992 447 0 0 20 0 2 0 30673913 188080128 29804 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
/proc/13977/statm: 45918 29804 640 633 0 31158 0
[pid=13977/tid=13979] ppid=13974 vsize=183672 memory=119216 CPUtime=1317.56 cores=1,3
/proc/13977/task/13979/stat : 13979 (pb_competition_) R 13974 13977 13082 0 -1 4194368 44343 0 0 0 131566 190 0 0 20 0 2 0 30673913 188080128 29804 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
Current children cumulated CPU time: 3024.39 s
Current children cumulated vsize: 183672 KiB
Current children cumulated memory: 119216 KiB

[startup+1782.3 s]
/proc/loadavg: 6.62 6.79 6.93 8/254 14217
/proc/meminfo: memFree=129817684/131382120 swapFree=33010684/33010684
[pid=13977] ppid=13974 vsize=183672 memory=119216 CPUtime=3130.15 cores=1,3
/proc/13977/stat : 13977 (pb_competition_) R 13974 13977 13082 0 -1 4194304 259201 0 0 0 312557 458 0 0 20 0 2 0 30673913 188080128 29804 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
/proc/13977/statm: 45918 29804 640 633 0 31158 0
[pid=13977/tid=13979] ppid=13974 vsize=183672 memory=6640 CPUtime=1363.94 cores=1,3
/proc/13977/task/13979/stat : 13979 (pb_competition_) R 13974 13977 13082 0 -1 4194368 44498 0 0 0 136200 194 0 0 20 0 2 0 30673913 188080128 29804 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
Current children cumulated CPU time: 3130.15 s
Current children cumulated vsize: 183672 KiB
Current children cumulated memory: 119216 KiB

[startup+1842.3 s]
/proc/loadavg: 6.90 6.83 6.93 7/254 14219
/proc/meminfo: memFree=129818572/131382120 swapFree=33010684/33010684
[pid=13977] ppid=13974 vsize=183672 memory=119216 CPUtime=3236.23 cores=1,3
/proc/13977/stat : 13977 (pb_competition_) R 13974 13977 13082 0 -1 4194304 259201 0 0 0 323153 470 0 0 20 0 2 0 30673913 188080128 29804 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
/proc/13977/statm: 45918 29804 640 633 0 31158 0
[pid=13977/tid=13979] ppid=13974 vsize=183672 memory=16456 CPUtime=1410.56 cores=1,3
/proc/13977/task/13979/stat : 13979 (pb_competition_) R 13974 13977 13082 0 -1 4194368 44498 0 0 0 140857 199 0 0 20 0 2 0 30673913 188080128 29804 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
Current children cumulated CPU time: 3236.23 s
Current children cumulated vsize: 183672 KiB
Current children cumulated memory: 119216 KiB

[startup+1902.3 s]
/proc/loadavg: 6.81 6.82 6.92 8/254 14221
/proc/meminfo: memFree=129818568/131382120 swapFree=33010684/33010684
[pid=13977] ppid=13974 vsize=183672 memory=119216 CPUtime=3340.96 cores=1,3
/proc/13977/stat : 13977 (pb_competition_) R 13974 13977 13082 0 -1 4194304 261131 0 0 0 333615 481 0 0 20 0 2 0 30673913 188080128 29804 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
/proc/13977/statm: 45918 29804 640 633 0 31158 0
[pid=13977/tid=13979] ppid=13974 vsize=183672 memory=16456 CPUtime=1455.86 cores=1,3
/proc/13977/task/13979/stat : 13979 (pb_competition_) R 13974 13977 13082 0 -1 4194368 44717 0 0 0 145383 203 0 0 20 0 2 0 30673913 188080128 29804 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
Current children cumulated CPU time: 3340.96 s
Current children cumulated vsize: 183672 KiB
Current children cumulated memory: 119216 KiB

[startup+1962.3 s]
/proc/loadavg: 6.71 6.79 6.90 8/254 14223
/proc/meminfo: memFree=129817620/131382120 swapFree=33010684/33010684
[pid=13977] ppid=13974 vsize=183672 memory=119216 CPUtime=3446.2 cores=1,3
/proc/13977/stat : 13977 (pb_competition_) R 13974 13977 13082 0 -1 4194304 261132 0 0 0 344129 491 0 0 20 0 2 0 30673913 188080128 29804 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
/proc/13977/statm: 45918 29804 640 633 0 31158 0
[pid=13977/tid=13979] ppid=13974 vsize=183672 memory=119216 CPUtime=1501.62 cores=1,3
/proc/13977/task/13979/stat : 13979 (pb_competition_) R 13974 13977 13082 0 -1 4194368 44717 0 0 0 149955 207 0 0 20 0 2 0 30673913 188080128 29804 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
Current children cumulated CPU time: 3446.2 s
Current children cumulated vsize: 183672 KiB
Current children cumulated memory: 119216 KiB

[startup+2022.3 s]
/proc/loadavg: 6.91 6.83 6.91 8/256 14229
/proc/meminfo: memFree=129813816/131382120 swapFree=33010684/33010684
[pid=13977] ppid=13974 vsize=183672 memory=119216 CPUtime=3551.32 cores=1,3
/proc/13977/stat : 13977 (pb_competition_) R 13974 13977 13082 0 -1 4194304 263065 0 0 0 354627 505 0 0 20 0 2 0 30673913 188080128 29804 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
/proc/13977/statm: 45918 29804 640 633 0 31158 0
[pid=13977/tid=13979] ppid=13974 vsize=183672 memory=119216 CPUtime=1547.34 cores=1,3
/proc/13977/task/13979/stat : 13979 (pb_competition_) S 13974 13977 13082 0 -1 4194368 45129 0 0 0 154521 213 0 0 20 0 2 0 30673913 188080128 29804 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
Current children cumulated CPU time: 3551.32 s
Current children cumulated vsize: 183672 KiB
Current children cumulated memory: 119216 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2052.2 s]
/proc/loadavg: 6.81 6.82 6.91 7/255 14229
/proc/meminfo: memFree=129813824/131382120 swapFree=33010684/33010684
[pid=13977] ppid=13974 vsize=183672 memory=119216 CPUtime=3600 cores=1,3
/proc/13977/stat : 13977 (pb_competition_) R 13974 13977 13082 0 -1 4194304 263065 0 0 0 359482 518 0 0 20 0 2 0 30673913 188080128 29804 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
/proc/13977/statm: 45918 29804 640 633 0 31158 0
[pid=13977/tid=13979] ppid=13974 vsize=183672 memory=5172 CPUtime=1566.32 cores=1,3
/proc/13977/task/13979/stat : 13979 (pb_competition_) R 13974 13977 13082 0 -1 4194368 45129 0 0 0 156412 220 0 0 20 0 2 0 30673913 188080128 29804 18446744073709551615 4198400 6788177 140730118671648 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 31854592 140730118674777 140730118674904 140730118674904 140730118680506 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 183672 KiB
Current children cumulated memory: 119216 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.87 s, system=5.18875 s

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

Child status: 0

Real time (s): 2052.24
CPU time (s): 3600.05
CPU user time (s): 3594.87
CPU system time (s): 5.18875
CPU usage (%): 175.42
Max. virtual memory (cumulated for all children) (KiB): 183672
Max. memory (cumulated for all children) (KiB): 119216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.87
system time used= 5.18875
maximum resident set size= 119216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 264752
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= 111531
involuntary context switches= 87908


# summary of solver processes directly reported to runsolver:
#   pid: 13977
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3594.87
#   total CPU system time (s): 5.18875

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.17259 second user time and 9.9155 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-06-29 00:32:32
IDJOB=4493442
IDBENCH=147863
IDSOLVER=3347
FILE ID=nodeC003/4493442-1751149952
RUNJOBID= nodeC003-1751144447-13094
SLURM_JOB_ID= 9587440
Free space on /tmp= 433020 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/robin/normalized-robin16.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-4493442-1751149952/watcher-4493442-1751149952 -o /tmp/evaluation-result-4493442-1751149952/solver-4493442-1751149952 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751144447-13094 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1360494241 HOME/instance-4493442-1751149952.opb

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

MD5SUM BENCH= c646e12ccfd746fe0694a48782eaf83d
RANDOM SEED=1360494241

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        130053140 kB
MemAvailable:   129666380 kB
Buffers:            3280 kB
Cached:           393628 kB
SwapCached:            0 kB
Active:           532352 kB
Inactive:         180412 kB
Active(anon):     333820 kB
Inactive(anon):        0 kB
Active(file):     198532 kB
Inactive(file):   180412 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6516 kB
Writeback:             4 kB
AnonPages:        316896 kB
Mapped:           110384 kB
Shmem:             17960 kB
KReclaimable:      83412 kB
Slab:             162352 kB
SReclaimable:      83412 kB
SUnreclaim:        78940 kB
KernelStack:        4096 kB
PageTables:         3540 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     673768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149512 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    219136 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433016 MiB
End job on nodeC003 at 2025-06-29 01:06:45