Trace number 4491570

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.1 2740.82

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.4.accl.ucl.opb
MD5SUMddebabde72c7b5ddfd98b8636a36d96f
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.132719
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3939
Total number of constraints10412
Number of constraints which are clauses9740
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints672
Minimum length of a constraint1
Maximum length of a constraint13
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 69
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 258
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c PRINTEMPS v2.7.0 (https://snowberryfield.github.io/printemps/)
0.00/0.09	c #variable: 3939
0.00/0.09	c #constraint: 10412
0.00/0.09	c #equal: 0
0.00/0.09	c intsize: 9
0.00/0.09	c sizeproduct: 0
0.00/0.09	c #soft: 0
0.00/0.09	c mincost: 0
0.00/0.09	c maxcost: 0
0.00/0.09	c sumcost: 0
0.00/0.09	c iteration_max: -1
0.00/0.09	c time_max: -1
0.00/0.09	c number_of_threads(move update): 2
0.00/0.09	c number_of_threads(move evaluation): 2
0.00/0.09	c seed: 1724522450
3600.06/2740.80	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (63355 MiB free)
  memory of node 1: 64465 MiB (63899 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=13125, runsolver pid=13122

[startup+0.100069 s]*
/proc/loadavg: 0.84 1.03 1.15 7/243 13134
/proc/meminfo: memFree=130282552/131382120 swapFree=33010684/33010684
[pid=13125] ppid=13122 vsize=91108 memory=19620 CPUtime=0.17 cores=0,2
/proc/13125/stat : 13125 (pb_competition_) R 13122 13125 13082 0 -1 4194304 4080 0 0 0 15 2 0 0 20 0 2 0 30123362 93294592 4905 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
/proc/13125/statm: 22777 4905 640 633 0 6451 0
[pid=13125/tid=13127] ppid=13122 vsize=91108 memory=4026532017 CPUtime=0.06 cores=0,2
/proc/13125/task/13127/stat : 13127 (pb_competition_) S 13122 13125 13082 0 -1 4194368 846 0 0 0 6 0 0 0 20 0 2 0 30123362 93294592 4905 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 91108 KiB
Current children cumulated memory: 19620 KiB

[startup+0.214049 s]*
/proc/loadavg: 0.84 1.03 1.15 5/248 13144
/proc/meminfo: memFree=130274960/131382120 swapFree=33010684/33010684
[pid=13125] ppid=13122 vsize=97444 memory=26148 CPUtime=0.28 cores=0,2
/proc/13125/stat : 13125 (pb_competition_) R 13122 13125 13082 0 -1 4194304 5696 0 0 0 26 2 0 0 20 0 2 0 30123362 99782656 6537 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
/proc/13125/statm: 24361 6537 672 633 0 8035 0
[pid=13125/tid=13127] ppid=13122 vsize=97444 memory=3472328300254212617 CPUtime=0.06 cores=0,2
/proc/13125/task/13127/stat : 13127 (pb_competition_) S 13122 13125 13082 0 -1 4194368 846 0 0 0 6 0 0 0 20 0 2 0 30123362 99782656 6537 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 97444 KiB
Current children cumulated memory: 26148 KiB

[startup+0.313891 s]*
/proc/loadavg: 0.84 1.03 1.15 7/254 13154
/proc/meminfo: memFree=130246892/131382120 swapFree=33010684/33010684
[pid=13125] ppid=13122 vsize=98468 memory=27044 CPUtime=0.37 cores=0,2
/proc/13125/stat : 13125 (pb_competition_) R 13122 13125 13082 0 -1 4194304 5910 0 0 0 35 2 0 0 20 0 2 0 30123362 100831232 6761 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
/proc/13125/statm: 24617 6761 672 633 0 8291 0
[pid=13125/tid=13127] ppid=13122 vsize=98468 memory=7972079981014826603 CPUtime=0.06 cores=0,2
/proc/13125/task/13127/stat : 13127 (pb_competition_) S 13122 13125 13082 0 -1 4194368 846 0 0 0 6 0 0 0 20 0 2 0 30123362 100831232 6761 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 98468 KiB
Current children cumulated memory: 27044 KiB

[startup+0.700374 s]
/proc/loadavg: 0.84 1.03 1.15 8/255 13155
/proc/meminfo: memFree=130113192/131382120 swapFree=33010684/33010684
[pid=13125] ppid=13122 vsize=110980 memory=39716 CPUtime=0.88 cores=0,2
/proc/13125/stat : 13125 (pb_competition_) R 13122 13125 13082 0 -1 4194304 9087 0 0 0 85 3 0 0 20 0 2 0 30123362 113643520 9929 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
/proc/13125/statm: 27745 9929 672 633 0 11419 0
[pid=13125/tid=13127] ppid=13122 vsize=110980 memory=17152 CPUtime=0.2 cores=0,2
/proc/13125/task/13127/stat : 13127 (pb_competition_) R 13122 13125 13082 0 -1 4194368 846 0 0 0 20 0 0 0 20 0 2 0 30123362 113643520 9929 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
Current children cumulated CPU time: 0.88 s
Current children cumulated vsize: 110980 KiB
Current children cumulated memory: 39716 KiB

[startup+1.50018 s]
/proc/loadavg: 0.84 1.03 1.15 8/255 13155
/proc/meminfo: memFree=129952668/131382120 swapFree=33010684/33010684
[pid=13125] ppid=13122 vsize=111112 memory=39844 CPUtime=2.25 cores=0,2
/proc/13125/stat : 13125 (pb_competition_) R 13122 13125 13082 0 -1 4194304 14515 0 0 0 221 4 0 0 20 0 2 0 30123362 113778688 9961 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
/proc/13125/statm: 27778 9961 672 633 0 11452 0
[pid=13125/tid=13127] ppid=13122 vsize=111112 memory=17152 CPUtime=0.79 cores=0,2
/proc/13125/task/13127/stat : 13127 (pb_competition_) R 13122 13125 13082 0 -1 4194368 1022 0 0 0 79 0 0 0 20 0 2 0 30123362 113778688 9961 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 111112 KiB
Current children cumulated memory: 39844 KiB

[startup+3.1057 s]
/proc/loadavg: 1.33 1.13 1.18 7/255 13155
/proc/meminfo: memFree=129075144/131382120 swapFree=33010684/33010684
[pid=13125] ppid=13122 vsize=111112 memory=39972 CPUtime=4.99 cores=0,2
/proc/13125/stat : 13125 (pb_competition_) R 13122 13125 13082 0 -1 4194304 19605 0 0 0 493 6 0 0 20 0 2 0 30123362 113778688 9993 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
/proc/13125/statm: 27778 9993 672 633 0 11452 0
[pid=13125/tid=13127] ppid=13122 vsize=111112 memory=39844 CPUtime=1.93 cores=0,2
/proc/13125/task/13127/stat : 13127 (pb_competition_) S 13122 13125 13082 0 -1 4194368 1198 0 0 0 192 1 0 0 20 0 2 0 30123362 113778688 9993 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
Current children cumulated CPU time: 4.99 s
Current children cumulated vsize: 111112 KiB
Current children cumulated memory: 39972 KiB

[startup+6.30018 s]
/proc/loadavg: 1.33 1.13 1.18 7/255 13155
/proc/meminfo: memFree=128640704/131382120 swapFree=33010684/33010684
[pid=13125] ppid=13122 vsize=111244 memory=40100 CPUtime=10.08 cores=0,2
/proc/13125/stat : 13125 (pb_competition_) R 13122 13125 13082 0 -1 4194304 26785 0 0 0 998 10 0 0 20 0 2 0 30123362 113913856 10025 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
/proc/13125/statm: 27811 10025 672 633 0 11485 0
[pid=13125/tid=13127] ppid=13122 vsize=111244 memory=39844 CPUtime=3.85 cores=0,2
/proc/13125/task/13127/stat : 13127 (pb_competition_) R 13122 13125 13082 0 -1 4194368 1444 0 0 0 383 2 0 0 20 0 2 0 30123362 113913856 10025 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
Current children cumulated CPU time: 10.08 s
Current children cumulated vsize: 111244 KiB
Current children cumulated memory: 40100 KiB

[startup+12.7002 s]
/proc/loadavg: 1.74 1.23 1.21 7/256 13156
/proc/meminfo: memFree=128641208/131382120 swapFree=33010684/33010684
[pid=13125] ppid=13122 vsize=111376 memory=40100 CPUtime=20.06 cores=0,2
/proc/13125/stat : 13125 (pb_competition_) R 13122 13125 13082 0 -1 4194304 37801 0 0 0 1989 17 0 0 20 0 2 0 30123362 114049024 10025 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
/proc/13125/statm: 27844 10025 672 633 0 11518 0
[pid=13125/tid=13127] ppid=13122 vsize=111376 memory=39844 CPUtime=7.47 cores=0,2
/proc/13125/task/13127/stat : 13127 (pb_competition_) R 13122 13125 13082 0 -1 4194368 1875 0 0 0 743 4 0 0 20 0 2 0 30123362 114049024 10025 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
Current children cumulated CPU time: 20.06 s
Current children cumulated vsize: 111376 KiB
Current children cumulated memory: 40100 KiB

[startup+25.5003 s]
/proc/loadavg: 2.25 1.35 1.25 6/256 13167
/proc/meminfo: memFree=128641628/131382120 swapFree=33010684/33010684
[pid=13125] ppid=13122 vsize=111508 memory=40356 CPUtime=36.81 cores=0,2
/proc/13125/stat : 13125 (pb_competition_) R 13122 13125 13082 0 -1 4194304 38197 0 0 0 3654 27 0 0 20 0 2 0 30123362 114184192 10089 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
/proc/13125/statm: 27877 10089 672 633 0 11551 0
[pid=13125/tid=13127] ppid=13122 vsize=111508 memory=39844 CPUtime=11.52 cores=0,2
/proc/13125/task/13127/stat : 13127 (pb_competition_) S 13122 13125 13082 0 -1 4194368 1883 0 0 0 1144 8 0 0 20 0 2 0 30123362 114184192 10089 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
Current children cumulated CPU time: 36.81 s
Current children cumulated vsize: 111508 KiB
Current children cumulated memory: 40356 KiB

[startup+51.114 s]
/proc/loadavg: 3.27 1.66 1.36 6/257 13169
/proc/meminfo: memFree=128247500/131382120 swapFree=33010684/33010684
[pid=13125] ppid=13122 vsize=111640 memory=40356 CPUtime=70.28 cores=0,2
/proc/13125/stat : 13125 (pb_competition_) R 13122 13125 13082 0 -1 4194304 48837 0 0 0 6990 38 0 0 20 0 2 0 30123362 114319360 10089 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
/proc/13125/statm: 27910 10089 672 633 0 11584 0
[pid=13125/tid=13127] ppid=13122 vsize=111640 memory=40356 CPUtime=19.54 cores=0,2
/proc/13125/task/13127/stat : 13127 (pb_competition_) S 13122 13125 13082 0 -1 4194368 2032 0 0 0 1942 12 0 0 20 0 2 0 30123362 114319360 10089 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
Current children cumulated CPU time: 70.28 s
Current children cumulated vsize: 111640 KiB
Current children cumulated memory: 40356 KiB

[startup+102.3 s]
/proc/loadavg: 3.81 2.09 1.52 6/258 13172
/proc/meminfo: memFree=128222632/131382120 swapFree=33010684/33010684
[pid=13125] ppid=13122 vsize=111640 memory=40356 CPUtime=121.25 cores=0,2
/proc/13125/stat : 13125 (pb_competition_) R 13122 13125 13082 0 -1 4194304 55722 0 0 0 12073 52 0 0 20 0 2 0 30123362 114319360 10089 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
/proc/13125/statm: 27910 10089 672 633 0 11584 0
[pid=13125/tid=13127] ppid=13122 vsize=111640 memory=16544 CPUtime=19.54 cores=0,2
/proc/13125/task/13127/stat : 13127 (pb_competition_) S 13122 13125 13082 0 -1 4194368 2032 0 0 0 1942 12 0 0 20 0 2 0 30123362 114319360 10089 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
Current children cumulated CPU time: 121.25 s
Current children cumulated vsize: 111640 KiB
Current children cumulated memory: 40356 KiB

[startup+162.3 s]
/proc/loadavg: 4.05 2.47 1.69 6/257 13174
/proc/meminfo: memFree=128200880/131382120 swapFree=33010684/33010684
[pid=13125] ppid=13122 vsize=111640 memory=40484 CPUtime=181.01 cores=0,2
/proc/13125/stat : 13125 (pb_competition_) R 13122 13125 13082 0 -1 4194304 57350 0 0 0 18033 68 0 0 20 0 2 0 30123362 114319360 10121 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
/proc/13125/statm: 27910 10121 672 633 0 11584 0
[pid=13125/tid=13127] ppid=13122 vsize=111640 memory=40484 CPUtime=19.54 cores=0,2
/proc/13125/task/13127/stat : 13127 (pb_competition_) S 13122 13125 13082 0 -1 4194368 2032 0 0 0 1942 12 0 0 20 0 2 0 30123362 114319360 10121 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
Current children cumulated CPU time: 181.01 s
Current children cumulated vsize: 111640 KiB
Current children cumulated memory: 40484 KiB

[startup+222.3 s]
/proc/loadavg: 4.35 2.83 1.86 7/257 13178
/proc/meminfo: memFree=128208140/131382120 swapFree=33010684/33010684
[pid=13125] ppid=13122 vsize=111640 memory=40484 CPUtime=262.25 cores=0,2
/proc/13125/stat : 13125 (pb_competition_) R 13122 13125 13082 0 -1 4194304 58970 0 0 0 26123 102 0 0 20 0 2 0 30123362 114319360 10121 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
/proc/13125/statm: 27910 10121 672 633 0 11584 0
[pid=13125/tid=13127] ppid=13122 vsize=111640 memory=40484 CPUtime=41.17 cores=0,2
/proc/13125/task/13127/stat : 13127 (pb_competition_) R 13122 13125 13082 0 -1 4194368 2033 0 0 0 4092 25 0 0 20 0 2 0 30123362 114319360 10121 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
Current children cumulated CPU time: 262.25 s
Current children cumulated vsize: 111640 KiB
Current children cumulated memory: 40484 KiB

[startup+282.3 s]
/proc/loadavg: 4.76 3.24 2.07 7/257 13184
/proc/meminfo: memFree=128178776/131382120 swapFree=33010684/33010684
[pid=13125] ppid=13122 vsize=111640 memory=40484 CPUtime=356.1 cores=0,2
/proc/13125/stat : 13125 (pb_competition_) R 13122 13125 13082 0 -1 4194304 60960 0 0 0 35463 147 0 0 20 0 2 0 30123362 114319360 10121 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
/proc/13125/statm: 27910 10121 672 633 0 11584 0
[pid=13125/tid=13127] ppid=13122 vsize=111640 memory=11136 CPUtime=75.48 cores=0,2
/proc/13125/task/13127/stat : 13127 (pb_competition_) R 13122 13125 13082 0 -1 4194368 2067 0 0 0 7502 46 0 0 20 0 2 0 30123362 114319360 10121 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
Current children cumulated CPU time: 356.1 s
Current children cumulated vsize: 111640 KiB

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

/proc/meminfo: memFree=128186132/131382120 swapFree=33010684/33010684
[pid=13125] ppid=13122 vsize=111772 memory=42276 CPUtime=2569.06 cores=0,2
/proc/13125/stat : 13125 (pb_competition_) R 13122 13125 13082 0 -1 4194304 81753 0 0 0 255919 987 0 0 20 0 2 0 30123362 114454528 10569 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
/proc/13125/statm: 27943 10569 672 633 0 11617 0
[pid=13125/tid=13127] ppid=13122 vsize=111772 memory=42276 CPUtime=497.69 cores=0,2
/proc/13125/task/13127/stat : 13127 (pb_competition_) S 13122 13125 13082 0 -1 4194368 2339 0 0 0 49464 305 0 0 20 0 2 0 30123362 114454528 10569 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
Current children cumulated CPU time: 2569.06 s
Current children cumulated vsize: 111772 KiB
Current children cumulated memory: 42276 KiB

[startup+2142.3 s]
/proc/loadavg: 4.77 4.79 4.33 7/254 13281
/proc/meminfo: memFree=128194572/131382120 swapFree=33010684/33010684
[pid=13125] ppid=13122 vsize=111772 memory=42276 CPUtime=2663.02 cores=0,2
/proc/13125/stat : 13125 (pb_competition_) R 13122 13125 13082 0 -1 4194304 83432 0 0 0 265268 1034 0 0 20 0 2 0 30123362 114454528 10569 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
/proc/13125/statm: 27943 10569 672 633 0 11617 0
[pid=13125/tid=13127] ppid=13122 vsize=111772 memory=16544 CPUtime=532.1 cores=0,2
/proc/13125/task/13127/stat : 13127 (pb_competition_) S 13122 13125 13082 0 -1 4194368 2351 0 0 0 52884 326 0 0 20 0 2 0 30123362 114454528 10569 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
Current children cumulated CPU time: 2663.02 s
Current children cumulated vsize: 111772 KiB
Current children cumulated memory: 42276 KiB

[startup+2202.3 s]
/proc/loadavg: 5.06 4.88 4.39 6/254 13283
/proc/meminfo: memFree=128194332/131382120 swapFree=33010684/33010684
[pid=13125] ppid=13122 vsize=111772 memory=42276 CPUtime=2756.98 cores=0,2
/proc/13125/stat : 13125 (pb_competition_) R 13122 13125 13082 0 -1 4194304 85047 0 0 0 274618 1080 0 0 20 0 2 0 30123362 114454528 10569 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
/proc/13125/statm: 27943 10569 672 633 0 11617 0
[pid=13125/tid=13127] ppid=13122 vsize=111772 memory=16544 CPUtime=566.5 cores=0,2
/proc/13125/task/13127/stat : 13127 (pb_competition_) R 13122 13125 13082 0 -1 4194368 2406 0 0 0 56301 349 0 0 20 0 2 0 30123362 114454528 10569 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
Current children cumulated CPU time: 2756.98 s
Current children cumulated vsize: 111772 KiB
Current children cumulated memory: 42276 KiB

[startup+2262.3 s]
/proc/loadavg: 4.79 4.84 4.41 6/254 13285
/proc/meminfo: memFree=128196380/131382120 swapFree=33010684/33010684
[pid=13125] ppid=13122 vsize=111772 memory=42276 CPUtime=2850.91 cores=0,2
/proc/13125/stat : 13125 (pb_competition_) R 13122 13125 13082 0 -1 4194304 86724 0 0 0 283964 1127 0 0 20 0 2 0 30123362 114454528 10569 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
/proc/13125/statm: 27943 10569 672 633 0 11617 0
[pid=13125/tid=13127] ppid=13122 vsize=111772 memory=42276 CPUtime=600.86 cores=0,2
/proc/13125/task/13127/stat : 13127 (pb_competition_) R 13122 13125 13082 0 -1 4194368 2420 0 0 0 59717 369 0 0 20 0 2 0 30123362 114454528 10569 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
Current children cumulated CPU time: 2850.91 s
Current children cumulated vsize: 111772 KiB
Current children cumulated memory: 42276 KiB

[startup+2322.3 s]
/proc/loadavg: 4.84 4.85 4.44 6/254 13288
/proc/meminfo: memFree=128198672/131382120 swapFree=33010684/33010684
[pid=13125] ppid=13122 vsize=111772 memory=42276 CPUtime=2944.82 cores=0,2
/proc/13125/stat : 13125 (pb_competition_) R 13122 13125 13082 0 -1 4194304 88316 0 0 0 293309 1173 0 0 20 0 2 0 30123362 114454528 10569 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
/proc/13125/statm: 27943 10569 672 633 0 11617 0
[pid=13125/tid=13127] ppid=13122 vsize=111772 memory=42276 CPUtime=635.23 cores=0,2
/proc/13125/task/13127/stat : 13127 (pb_competition_) R 13122 13125 13082 0 -1 4194368 2440 0 0 0 63133 390 0 0 20 0 2 0 30123362 114454528 10569 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
Current children cumulated CPU time: 2944.82 s
Current children cumulated vsize: 111772 KiB
Current children cumulated memory: 42276 KiB

[startup+2382.3 s]
/proc/loadavg: 4.91 4.85 4.47 6/254 13290
/proc/meminfo: memFree=128207220/131382120 swapFree=33010684/33010684
[pid=13125] ppid=13122 vsize=111772 memory=42276 CPUtime=3038.66 cores=0,2
/proc/13125/stat : 13125 (pb_competition_) R 13122 13125 13082 0 -1 4194304 89950 0 0 0 302646 1220 0 0 20 0 2 0 30123362 114454528 10569 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
/proc/13125/statm: 27943 10569 672 633 0 11617 0
[pid=13125/tid=13127] ppid=13122 vsize=111772 memory=42276 CPUtime=669.51 cores=0,2
/proc/13125/task/13127/stat : 13127 (pb_competition_) R 13122 13125 13082 0 -1 4194368 2452 0 0 0 66540 411 0 0 20 0 2 0 30123362 114454528 10569 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
Current children cumulated CPU time: 3038.66 s
Current children cumulated vsize: 111772 KiB
Current children cumulated memory: 42276 KiB

[startup+2442.3 s]
/proc/loadavg: 4.69 4.80 4.47 7/255 13293
/proc/meminfo: memFree=128209000/131382120 swapFree=33010684/33010684
[pid=13125] ppid=13122 vsize=111772 memory=42276 CPUtime=3132.62 cores=0,2
/proc/13125/stat : 13125 (pb_competition_) R 13122 13125 13082 0 -1 4194304 91587 0 0 0 311997 1265 0 0 20 0 2 0 30123362 114454528 10569 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
/proc/13125/statm: 27943 10569 672 633 0 11617 0
[pid=13125/tid=13127] ppid=13122 vsize=111772 memory=42276 CPUtime=703.91 cores=0,2
/proc/13125/task/13127/stat : 13127 (pb_competition_) R 13122 13125 13082 0 -1 4194368 2463 0 0 0 69958 433 0 0 20 0 2 0 30123362 114454528 10569 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
Current children cumulated CPU time: 3132.62 s
Current children cumulated vsize: 111772 KiB
Current children cumulated memory: 42276 KiB

[startup+2502.3 s]
/proc/loadavg: 4.86 4.81 4.50 7/255 13295
/proc/meminfo: memFree=128201984/131382120 swapFree=33010684/33010684
[pid=13125] ppid=13122 vsize=111772 memory=42276 CPUtime=3226.55 cores=0,2
/proc/13125/stat : 13125 (pb_competition_) R 13122 13125 13082 0 -1 4194304 93236 0 0 0 321343 1312 0 0 20 0 2 0 30123362 114454528 10569 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
/proc/13125/statm: 27943 10569 672 633 0 11617 0
[pid=13125/tid=13127] ppid=13122 vsize=111772 memory=42276 CPUtime=738.29 cores=0,2
/proc/13125/task/13127/stat : 13127 (pb_competition_) R 13122 13125 13082 0 -1 4194368 2509 0 0 0 73374 455 0 0 20 0 2 0 30123362 114454528 10569 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
Current children cumulated CPU time: 3226.55 s
Current children cumulated vsize: 111772 KiB
Current children cumulated memory: 42276 KiB

[startup+2562.3 s]
/proc/loadavg: 5.15 4.90 4.55 6/255 13297
/proc/meminfo: memFree=128203292/131382120 swapFree=33010684/33010684
[pid=13125] ppid=13122 vsize=111772 memory=42276 CPUtime=3320.55 cores=0,2
/proc/13125/stat : 13125 (pb_competition_) R 13122 13125 13082 0 -1 4194304 94877 0 0 0 330695 1360 0 0 20 0 2 0 30123362 114454528 10569 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
/proc/13125/statm: 27943 10569 672 633 0 11617 0
[pid=13125/tid=13127] ppid=13122 vsize=111772 memory=3200 CPUtime=772.73 cores=0,2
/proc/13125/task/13127/stat : 13127 (pb_competition_) R 13122 13125 13082 0 -1 4194368 2659 0 0 0 76796 477 0 0 20 0 2 0 30123362 114454528 10569 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
Current children cumulated CPU time: 3320.55 s
Current children cumulated vsize: 111772 KiB
Current children cumulated memory: 42276 KiB

[startup+2622.3 s]
/proc/loadavg: 5.18 4.97 4.60 6/255 13301
/proc/meminfo: memFree=128211992/131382120 swapFree=33010684/33010684
[pid=13125] ppid=13122 vsize=111772 memory=42276 CPUtime=3414.46 cores=0,2
/proc/13125/stat : 13125 (pb_competition_) R 13122 13125 13082 0 -1 4194304 96465 0 0 0 340040 1406 0 0 20 0 2 0 30123362 114454528 10569 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
/proc/13125/statm: 27943 10569 672 633 0 11617 0
[pid=13125/tid=13127] ppid=13122 vsize=111772 memory=42276 CPUtime=807.08 cores=0,2
/proc/13125/task/13127/stat : 13127 (pb_competition_) R 13122 13125 13082 0 -1 4194368 2714 0 0 0 80211 497 0 0 20 0 2 0 30123362 114454528 10569 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
Current children cumulated CPU time: 3414.46 s
Current children cumulated vsize: 111772 KiB
Current children cumulated memory: 42276 KiB

[startup+2682.3 s]
/proc/loadavg: 4.99 4.96 4.62 7/254 13307
/proc/meminfo: memFree=128212784/131382120 swapFree=33010684/33010684
[pid=13125] ppid=13122 vsize=111772 memory=42276 CPUtime=3508.46 cores=0,2
/proc/13125/stat : 13125 (pb_competition_) R 13122 13125 13082 0 -1 4194304 98053 0 0 0 349396 1450 0 0 20 0 2 0 30123362 114454528 10569 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
/proc/13125/statm: 27943 10569 672 633 0 11617 0
[pid=13125/tid=13127] ppid=13122 vsize=111772 memory=42276 CPUtime=841.51 cores=0,2
/proc/13125/task/13127/stat : 13127 (pb_competition_) S 13122 13125 13082 0 -1 4194368 2727 0 0 0 83633 518 0 0 20 0 2 0 30123362 114454528 10569 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
Current children cumulated CPU time: 3508.46 s
Current children cumulated vsize: 111772 KiB
Current children cumulated memory: 42276 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2740.8 s]
/proc/loadavg: 4.89 4.95 4.64 7/253 13309
/proc/meminfo: memFree=128212596/131382120 swapFree=33010684/33010684
[pid=13125] ppid=13122 vsize=111772 memory=42276 CPUtime=3600.06 cores=0,2
/proc/13125/stat : 13125 (pb_competition_) R 13122 13125 13082 0 -1 4194304 98100 0 0 0 358510 1496 0 0 20 0 2 0 30123362 114454528 10569 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
/proc/13125/statm: 27943 10569 672 633 0 11617 0
[pid=13125/tid=13127] ppid=13122 vsize=111772 memory=42276 CPUtime=875.07 cores=0,2
/proc/13125/task/13127/stat : 13127 (pb_competition_) R 13122 13125 13082 0 -1 4194368 2727 0 0 0 86967 540 0 0 20 0 2 0 30123362 114454528 10569 18446744073709551615 4198400 6788177 140732528099360 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 16732160 140732528101721 140732528101848 140732528101848 140732528107450 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 111772 KiB
Current children cumulated memory: 42276 KiB

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

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

# cumulated CPU time of all completed processes:  user=3585.13 s, system=14.965 s

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

Child status: 0

Real time (s): 2740.82
CPU time (s): 3600.1
CPU user time (s): 3585.13
CPU system time (s): 14.965
CPU usage (%): 131.351
Max. virtual memory (cumulated for all children) (KiB): 111772
Max. memory (cumulated for all children) (KiB): 42276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.13
system time used= 14.965
maximum resident set size= 42276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98252
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= 409953
involuntary context switches= 17489


# summary of solver processes directly reported to runsolver:
#   pid: 13125
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3585.13
#   total CPU system time (s): 14.965

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1641 second user time and 20.7192 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-06-28 23:00:47
IDJOB=4491570
IDBENCH=147725
IDSOLVER=3347
FILE ID=nodeC003/4491570-1751144447
RUNJOBID= nodeC003-1751144447-13092
SLURM_JOB_ID= 9587440
Free space on /tmp= 433040 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.4.accl.ucl.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-4491570-1751144447/watcher-4491570-1751144447 -o /tmp/evaluation-result-4491570-1751144447/solver-4491570-1751144447 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751144447-13092 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1724522450 HOME/instance-4491570-1751144447.opb

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

MD5SUM BENCH= ddebabde72c7b5ddfd98b8636a36d96f
RANDOM SEED=1724522450

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		: 1197.158
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.207
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		: 1197.509
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.160
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		: 1197.163
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		: 1197.960
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		: 1197.102
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		: 1197.164
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:        130317664 kB
MemAvailable:   129923532 kB
Buffers:            3280 kB
Cached:           379256 kB
SwapCached:            0 kB
Active:           296860 kB
Inactive:         166084 kB
Active(anon):      98368 kB
Inactive(anon):        0 kB
Active(file):     198492 kB
Inactive(file):   166084 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             13292 kB
Writeback:             0 kB
AnonPages:         83460 kB
Mapped:           101436 kB
Shmem:             17960 kB
KReclaimable:      83036 kB
Slab:             161160 kB
SReclaimable:      83036 kB
SUnreclaim:        78124 kB
KernelStack:        3816 kB
PageTables:         2672 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     349140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149256 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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= 433000 MiB
End job on nodeC003 at 2025-06-28 23:46:28