Trace number 4512968

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.07 2405.53

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size80-round23-5.opb
MD5SUM86944514b434ff8020a355b19ddc8d04
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9456
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)368
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c PRINTEMPS v2.7.0 (https://snowberryfield.github.io/printemps/)
0.00/0.03	c #variable: 4288
0.00/0.03	c #constraint: 9456
0.00/0.03	c #equal: 1264
0.00/0.03	c intsize: 4
0.00/0.03	c sizeproduct: 0
0.00/0.03	c #soft: 0
0.00/0.03	c mincost: 0
0.00/0.03	c maxcost: 0
0.00/0.03	c sumcost: 0
0.00/0.03	c iteration_max: -1
0.00/0.03	c time_max: -1
0.00/0.03	c number_of_threads(move update): 2
0.00/0.03	c number_of_threads(move evaluation): 2
0.00/0.03	c seed: 166236241
3600.02/2405.51	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (63094 MiB free)
  memory of node 1: 64465 MiB (59659 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512968-1751211659/watcher-4512968-1751211659 -o /tmp/evaluation-result-4512968-1751211659/solver-4512968-1751211659 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751206246-26132 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 166236241 HOME/instance-4512968-1751211659.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=26976, runsolver pid=26973
Current StackSize limit: 8192 KiB


[startup+0.100068 s]*
/proc/loadavg: 5.12 5.09 5.09 6/269 26978
/proc/meminfo: memFree=125684780/131249996 swapFree=33010684/33010684
[pid=26976] ppid=26973 vsize=104068 memory=32952 CPUtime=0.12 cores=1,3
/proc/26976/stat : 26976 (pb_competition_) R 26973 26976 26120 0 -1 4194304 7366 0 0 0 11 1 0 0 20 0 2 0 36844576 106565632 8238 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
/proc/26976/statm: 26017 8238 672 633 0 9706 0
[pid=26976/tid=26978] ppid=26973 vsize=104068 memory=4026531960 CPUtime=0.02 cores=1,3
/proc/26976/task/26978/stat : 26978 (pb_competition_) S 26973 26976 26120 0 -1 4194368 861 0 0 0 2 0 0 0 20 0 2 0 36844576 106565632 8238 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 104068 KiB
Current children cumulated memory: 32952 KiB

[startup+0.20605 s]*
/proc/loadavg: 5.12 5.09 5.09 6/269 26978
/proc/meminfo: memFree=125668652/131249996 swapFree=33010684/33010684
[pid=26976] ppid=26973 vsize=111492 memory=40248 CPUtime=0.23 cores=1,3
/proc/26976/stat : 26976 (pb_competition_) R 26973 26976 26120 0 -1 4194304 9209 0 0 0 22 1 0 0 20 0 2 0 36844576 114167808 10062 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
/proc/26976/statm: 27873 10062 672 633 0 11562 0
[pid=26976/tid=26978] ppid=26973 vsize=111492 memory=664958721904869660 CPUtime=0.03 cores=1,3
/proc/26976/task/26978/stat : 26978 (pb_competition_) S 26973 26976 26120 0 -1 4194368 861 0 0 0 3 0 0 0 20 0 2 0 36844576 114167808 10062 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 111492 KiB
Current children cumulated memory: 40248 KiB

[startup+0.305914 s]*
/proc/loadavg: 5.12 5.09 5.09 6/269 26978
/proc/meminfo: memFree=125668652/131249996 swapFree=33010684/33010684
[pid=26976] ppid=26973 vsize=111492 memory=40376 CPUtime=0.34 cores=1,3
/proc/26976/stat : 26976 (pb_competition_) S 26973 26976 26120 0 -1 4194304 9236 0 0 0 33 1 0 0 20 0 2 0 36844576 114167808 10094 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
/proc/26976/statm: 27873 10094 672 633 0 11562 0
[pid=26976/tid=26978] ppid=26973 vsize=111492 memory=-7167609372216888422 CPUtime=0.03 cores=1,3
/proc/26976/task/26978/stat : 26978 (pb_competition_) R 26973 26976 26120 0 -1 4194368 861 0 0 0 3 0 0 0 20 0 2 0 36844576 114167808 10094 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 111492 KiB
Current children cumulated memory: 40376 KiB

[startup+0.700212 s]
/proc/loadavg: 5.12 5.09 5.09 8/269 26978
/proc/meminfo: memFree=125668652/131249996 swapFree=33010684/33010684
[pid=26976] ppid=26973 vsize=111888 memory=40632 CPUtime=0.89 cores=1,3
/proc/26976/stat : 26976 (pb_competition_) R 26973 26976 26120 0 -1 4194304 9306 0 0 0 88 1 0 0 20 0 2 0 36844576 114573312 10158 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
/proc/26976/statm: 27972 10158 672 633 0 11661 0
[pid=26976/tid=26978] ppid=26973 vsize=111888 memory=17408 CPUtime=0.2 cores=1,3
/proc/26976/task/26978/stat : 26978 (pb_competition_) R 26973 26976 26120 0 -1 4194368 861 0 0 0 20 0 0 0 20 0 2 0 36844576 114573312 10158 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
Current children cumulated CPU time: 0.89 s
Current children cumulated vsize: 111888 KiB
Current children cumulated memory: 40632 KiB

[startup+1.5002 s]
/proc/loadavg: 5.12 5.09 5.09 8/269 26978
/proc/meminfo: memFree=125668652/131249996 swapFree=33010684/33010684
[pid=26976] ppid=26973 vsize=111888 memory=40760 CPUtime=2.1 cores=1,3
/proc/26976/stat : 26976 (pb_competition_) R 26973 26976 26120 0 -1 4194304 14434 0 0 0 208 2 0 0 20 0 2 0 36844576 114573312 10190 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
/proc/26976/statm: 27972 10190 672 633 0 11661 0
[pid=26976/tid=26978] ppid=26973 vsize=111888 memory=17408 CPUtime=0.62 cores=1,3
/proc/26976/task/26978/stat : 26978 (pb_competition_) R 26973 26976 26120 0 -1 4194368 1171 0 0 0 62 0 0 0 20 0 2 0 36844576 114573312 10190 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
Current children cumulated CPU time: 2.1 s
Current children cumulated vsize: 111888 KiB
Current children cumulated memory: 40760 KiB

[startup+3.10562 s]
/proc/loadavg: 5.11 5.09 5.09 5/269 26978
/proc/meminfo: memFree=125669096/131249996 swapFree=33010684/33010684
[pid=26976] ppid=26973 vsize=112152 memory=41016 CPUtime=4.23 cores=1,3
/proc/26976/stat : 26976 (pb_competition_) R 26973 26976 26120 0 -1 4194304 18989 0 0 0 421 2 0 0 20 0 2 0 36844576 114843648 10254 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
/proc/26976/statm: 28038 10254 672 633 0 11727 0
[pid=26976/tid=26978] ppid=26973 vsize=112152 memory=40760 CPUtime=1.15 cores=1,3
/proc/26976/task/26978/stat : 26978 (pb_competition_) R 26973 26976 26120 0 -1 4194368 1517 0 0 0 115 0 0 0 20 0 2 0 36844576 114843648 10254 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
Current children cumulated CPU time: 4.23 s
Current children cumulated vsize: 112152 KiB
Current children cumulated memory: 41016 KiB

[startup+6.30019 s]
/proc/loadavg: 5.11 5.09 5.09 7/269 26978
/proc/meminfo: memFree=125669348/131249996 swapFree=33010684/33010684
[pid=26976] ppid=26973 vsize=112664 memory=41556 CPUtime=8.81 cores=1,3
/proc/26976/stat : 26976 (pb_competition_) R 26973 26976 26120 0 -1 4194304 53042 0 0 0 873 8 0 0 20 0 2 0 36844576 115367936 10389 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
/proc/26976/statm: 28166 10389 672 633 0 11855 0
[pid=26976/tid=26978] ppid=26973 vsize=112664 memory=17408 CPUtime=2.56 cores=1,3
/proc/26976/task/26978/stat : 26978 (pb_competition_) R 26973 26976 26120 0 -1 4194368 2218 0 0 0 255 1 0 0 20 0 2 0 36844576 115367936 10389 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
Current children cumulated CPU time: 8.81 s
Current children cumulated vsize: 112664 KiB
Current children cumulated memory: 41556 KiB

[startup+12.7002 s]
/proc/loadavg: 5.02 5.07 5.08 8/269 26978
/proc/meminfo: memFree=125669988/131249996 swapFree=33010684/33010684
[pid=26976] ppid=26973 vsize=113004 memory=41888 CPUtime=17.87 cores=1,3
/proc/26976/stat : 26976 (pb_competition_) R 26973 26976 26120 0 -1 4194304 66071 0 0 0 1776 11 0 0 20 0 2 0 36844576 115716096 10472 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
/proc/26976/statm: 28251 10472 672 633 0 11940 0
[pid=26976/tid=26978] ppid=26973 vsize=113004 memory=41888 CPUtime=5.27 cores=1,3
/proc/26976/task/26978/stat : 26978 (pb_competition_) S 26973 26976 26120 0 -1 4194368 2743 0 0 0 525 2 0 0 20 0 2 0 36844576 115716096 10472 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
Current children cumulated CPU time: 17.87 s
Current children cumulated vsize: 113004 KiB
Current children cumulated memory: 41888 KiB

[startup+25.5002 s]
/proc/loadavg: 5.17 5.10 5.10 6/269 26978
/proc/meminfo: memFree=125671248/131249996 swapFree=33010684/33010684
[pid=26976] ppid=26973 vsize=113324 memory=42216 CPUtime=37.15 cores=1,3
/proc/26976/stat : 26976 (pb_competition_) R 26973 26976 26120 0 -1 4194304 72077 0 0 0 3698 17 0 0 20 0 2 0 36844576 116043776 10554 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
/proc/26976/statm: 28331 10554 672 633 0 12020 0
[pid=26976/tid=26978] ppid=26973 vsize=113324 memory=42016 CPUtime=11.84 cores=1,3
/proc/26976/task/26978/stat : 26978 (pb_competition_) S 26973 26976 26120 0 -1 4194368 3194 0 0 0 1180 4 0 0 20 0 2 0 36844576 116043776 10554 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
Current children cumulated CPU time: 37.15 s
Current children cumulated vsize: 113324 KiB
Current children cumulated memory: 42216 KiB

[startup+51.1057 s]
/proc/loadavg: 5.33 5.14 5.11 7/269 26979
/proc/meminfo: memFree=125673524/131249996 swapFree=33010684/33010684
[pid=26976] ppid=26973 vsize=114256 memory=43140 CPUtime=76.02 cores=1,3
/proc/26976/stat : 26976 (pb_competition_) R 26973 26976 26120 0 -1 4194304 435809 0 0 0 7517 85 0 0 20 0 2 0 36844576 116998144 10785 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
/proc/26976/statm: 28564 10785 672 633 0 12253 0
[pid=26976/tid=26978] ppid=26973 vsize=114256 memory=17408 CPUtime=25.32 cores=1,3
/proc/26976/task/26978/stat : 26978 (pb_competition_) R 26973 26976 26120 0 -1 4194368 3830 0 0 0 2523 9 0 0 20 0 2 0 36844576 116998144 10785 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
Current children cumulated CPU time: 76.02 s
Current children cumulated vsize: 114256 KiB
Current children cumulated memory: 43140 KiB

[startup+102.3 s]
/proc/loadavg: 5.65 5.25 5.14 6/269 26981
/proc/meminfo: memFree=125676032/131249996 swapFree=33010684/33010684
[pid=26976] ppid=26973 vsize=116288 memory=45240 CPUtime=154.31 cores=1,3
/proc/26976/stat : 26976 (pb_competition_) R 26973 26976 26120 0 -1 4194304 446865 0 0 0 15322 109 0 0 20 0 2 0 36844576 119078912 11310 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
/proc/26976/statm: 29072 11310 672 633 0 12761 0
[pid=26976/tid=26978] ppid=26973 vsize=116288 memory=17408 CPUtime=52.84 cores=1,3
/proc/26976/task/26978/stat : 26978 (pb_competition_) S 26973 26976 26120 0 -1 4194368 4256 0 0 0 5266 18 0 0 20 0 2 0 36844576 119078912 11310 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
Current children cumulated CPU time: 154.31 s
Current children cumulated vsize: 116288 KiB
Current children cumulated memory: 45240 KiB

[startup+162.3 s]
/proc/loadavg: 5.89 5.38 5.20 7/268 26983
/proc/meminfo: memFree=125675420/131249996 swapFree=33010684/33010684
[pid=26976] ppid=26973 vsize=117456 memory=46344 CPUtime=243.53 cores=1,3
/proc/26976/stat : 26976 (pb_competition_) R 26973 26976 26120 0 -1 4194304 2518817 0 0 0 23893 460 0 0 20 0 2 0 36844576 120274944 11586 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
/proc/26976/statm: 29364 11586 672 633 0 13053 0
[pid=26976/tid=26978] ppid=26973 vsize=117456 memory=5632 CPUtime=82.52 cores=1,3
/proc/26976/task/26978/stat : 26978 (pb_competition_) R 26973 26976 26120 0 -1 4194368 5046 0 0 0 8222 30 0 0 20 0 2 0 36844576 120274944 11586 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
Current children cumulated CPU time: 243.53 s
Current children cumulated vsize: 117456 KiB
Current children cumulated memory: 46344 KiB

[startup+222.3 s]
/proc/loadavg: 5.60 5.39 5.21 7/268 26986
/proc/meminfo: memFree=125675028/131249996 swapFree=33010684/33010684
[pid=26976] ppid=26973 vsize=117972 memory=46780 CPUtime=332.59 cores=1,3
/proc/26976/stat : 26976 (pb_competition_) R 26973 26976 26120 0 -1 4194304 4597312 0 0 0 32437 822 0 0 20 0 2 0 36844576 120803328 11695 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
/proc/26976/statm: 29493 11695 672 633 0 13182 0
[pid=26976/tid=26978] ppid=26973 vsize=117972 memory=17408 CPUtime=112.04 cores=1,3
/proc/26976/task/26978/stat : 26978 (pb_competition_) S 26973 26976 26120 0 -1 4194368 5644 0 0 0 11160 44 0 0 20 0 2 0 36844576 120803328 11695 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
Current children cumulated CPU time: 332.59 s
Current children cumulated vsize: 117972 KiB
Current children cumulated memory: 46780 KiB

[startup+282.3 s]
/proc/loadavg: 5.52 5.42 5.23 5/267 26988
/proc/meminfo: memFree=125674380/131249996 swapFree=33010684/33010684
[pid=26976] ppid=26973 vsize=118296 memory=47056 CPUtime=423.74 cores=1,3
/proc/26976/stat : 26976 (pb_competition_) R 26973 26976 26120 0 -1 4194304 4598352 0 0 0 41524 850 0 0 20 0 2 0 36844576 121135104 11764 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
/proc/26976/statm: 29574 11764 672 633 0 13263 0
[pid=26976/tid=26978] ppid=26973 vsize=118296 memory=46908 CPUtime=143.67 cores=1,3
/proc/26976/task/26978/stat : 26978 (pb_competition_) R 26973 26976 26120 0 -1 4194368 5646 0 0 0 14309 58 0 0 20 0 2 0 36844576 121135104 11764 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
Current children cumulated CPU time: 423.74 s
Current children cumulated vsize: 118296 KiB

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

/proc/meminfo: memFree=129924736/131249996 swapFree=33010684/33010684
[pid=26976] ppid=26973 vsize=120012 memory=50792 CPUtime=2753.97 cores=1,3
/proc/26976/stat : 26976 (pb_competition_) R 26973 26976 26120 0 -1 4194304 68045246 0 0 0 263358 12039 0 0 20 0 2 0 36844576 122892288 12698 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
/proc/26976/statm: 30003 12698 672 633 0 13692 0
[pid=26976/tid=26978] ppid=26973 vsize=120012 memory=50916 CPUtime=925.84 cores=1,3
/proc/26976/task/26978/stat : 26978 (pb_competition_) S 26973 26976 26120 0 -1 4194368 12892 0 0 0 92236 348 0 0 20 0 2 0 36844576 122892288 12698 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
Current children cumulated CPU time: 2753.97 s
Current children cumulated vsize: 120012 KiB
Current children cumulated memory: 50792 KiB

[startup+1902.3 s]
/proc/loadavg: 5.85 6.01 5.84 7/268 27220
/proc/meminfo: memFree=129920292/131249996 swapFree=33010684/33010684
[pid=26976] ppid=26973 vsize=119692 memory=50580 CPUtime=2842.98 cores=1,3
/proc/26976/stat : 26976 (pb_competition_) R 26973 26976 26120 0 -1 4194304 71810392 0 0 0 271650 12648 0 0 20 0 2 0 36844576 122564608 12645 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
/proc/26976/statm: 29923 12645 672 633 0 13612 0
[pid=26976/tid=26978] ppid=26973 vsize=119692 memory=50916 CPUtime=955.31 cores=1,3
/proc/26976/task/26978/stat : 26978 (pb_competition_) R 26973 26976 26120 0 -1 4194368 12957 0 0 0 95175 356 0 0 20 0 2 0 36844576 122564608 12645 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
Current children cumulated CPU time: 2842.98 s
Current children cumulated vsize: 119692 KiB
Current children cumulated memory: 50580 KiB

[startup+1962.3 s]
/proc/loadavg: 5.96 6.01 5.85 8/267 27222
/proc/meminfo: memFree=129918572/131249996 swapFree=33010684/33010684
[pid=26976] ppid=26973 vsize=120088 memory=51020 CPUtime=2934.75 cores=1,3
/proc/26976/stat : 26976 (pb_competition_) R 26973 26976 26120 0 -1 4194304 72292855 0 0 0 280727 12748 0 0 20 0 2 0 36844576 122970112 12755 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
/proc/26976/statm: 30022 12755 672 633 0 13711 0
[pid=26976/tid=26978] ppid=26973 vsize=120088 memory=14572 CPUtime=987.5 cores=1,3
/proc/26976/task/26978/stat : 26978 (pb_competition_) S 26973 26976 26120 0 -1 4194368 13012 0 0 0 98384 366 0 0 20 0 2 0 36844576 122970112 12755 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
Current children cumulated CPU time: 2934.75 s
Current children cumulated vsize: 120088 KiB
Current children cumulated memory: 51020 KiB

[startup+2022.3 s]
/proc/loadavg: 6.10 6.05 5.87 8/267 27224
/proc/meminfo: memFree=129918492/131249996 swapFree=33010684/33010684
[pid=26976] ppid=26973 vsize=120228 memory=51180 CPUtime=3027.27 cores=1,3
/proc/26976/stat : 26976 (pb_competition_) R 26973 26976 26120 0 -1 4194304 72318200 0 0 0 289954 12773 0 0 20 0 2 0 36844576 123113472 12795 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
/proc/26976/statm: 30057 12795 672 633 0 13746 0
[pid=26976/tid=26978] ppid=26973 vsize=120228 memory=17408 CPUtime=1020.46 cores=1,3
/proc/26976/task/26978/stat : 26978 (pb_competition_) S 26973 26976 26120 0 -1 4194368 13046 0 0 0 101670 376 0 0 20 0 2 0 36844576 123113472 12795 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
Current children cumulated CPU time: 3027.27 s
Current children cumulated vsize: 120228 KiB
Current children cumulated memory: 51180 KiB

[startup+2082.3 s]
/proc/loadavg: 6.25 6.10 5.91 6/267 27226
/proc/meminfo: memFree=129918620/131249996 swapFree=33010684/33010684
[pid=26976] ppid=26973 vsize=120212 memory=51160 CPUtime=3118.83 cores=1,3
/proc/26976/stat : 26976 (pb_competition_) R 26973 26976 26120 0 -1 4194304 72778394 0 0 0 299018 12865 0 0 20 0 2 0 36844576 123097088 12790 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
/proc/26976/statm: 30053 12790 672 633 0 13742 0
[pid=26976/tid=26978] ppid=26973 vsize=120212 memory=51160 CPUtime=1052.46 cores=1,3
/proc/26976/task/26978/stat : 26978 (pb_competition_) S 26973 26976 26120 0 -1 4194368 13052 0 0 0 104862 384 0 0 20 0 2 0 36844576 123097088 12790 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
Current children cumulated CPU time: 3118.83 s
Current children cumulated vsize: 120212 KiB
Current children cumulated memory: 51160 KiB

[startup+2142.3 s]
/proc/loadavg: 6.18 6.12 5.93 7/268 27229
/proc/meminfo: memFree=129918740/131249996 swapFree=33010684/33010684
[pid=26976] ppid=26973 vsize=119416 memory=50472 CPUtime=3209.89 cores=1,3
/proc/26976/stat : 26976 (pb_competition_) R 26973 26976 26120 0 -1 4194304 74049369 0 0 0 307917 13072 0 0 20 0 2 0 36844576 122281984 12618 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
/proc/26976/statm: 29854 12618 672 633 0 13543 0
[pid=26976/tid=26978] ppid=26973 vsize=119416 memory=51228 CPUtime=1083.97 cores=1,3
/proc/26976/task/26978/stat : 26978 (pb_competition_) R 26973 26976 26120 0 -1 4194368 13088 0 0 0 108003 394 0 0 20 0 2 0 36844576 122281984 12618 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
Current children cumulated CPU time: 3209.89 s
Current children cumulated vsize: 119416 KiB
Current children cumulated memory: 50472 KiB

[startup+2202.3 s]
/proc/loadavg: 5.92 6.05 5.92 7/268 27232
/proc/meminfo: memFree=129918868/131249996 swapFree=33010684/33010684
[pid=26976] ppid=26973 vsize=120544 memory=51492 CPUtime=3298.41 cores=1,3
/proc/26976/stat : 26976 (pb_competition_) R 26973 26976 26120 0 -1 4194304 78048872 0 0 0 316132 13709 0 0 20 0 2 0 36844576 123437056 12873 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
/proc/26976/statm: 30136 12873 672 633 0 13825 0
[pid=26976/tid=26978] ppid=26973 vsize=120544 memory=50488 CPUtime=1112.92 cores=1,3
/proc/26976/task/26978/stat : 26978 (pb_competition_) S 26973 26976 26120 0 -1 4194368 13088 0 0 0 110889 403 0 0 20 0 2 0 36844576 123437056 12873 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
Current children cumulated CPU time: 3298.41 s
Current children cumulated vsize: 120544 KiB
Current children cumulated memory: 51492 KiB

[startup+2262.3 s]
/proc/loadavg: 6.17 6.12 5.95 6/268 27234
/proc/meminfo: memFree=129920700/131249996 swapFree=33010684/33010684
[pid=26976] ppid=26973 vsize=120164 memory=51052 CPUtime=3387.29 cores=1,3
/proc/26976/stat : 26976 (pb_competition_) R 26973 26976 26120 0 -1 4194304 81850338 0 0 0 324401 14328 0 0 20 0 2 0 36844576 123047936 12763 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
/proc/26976/statm: 30041 12763 672 633 0 13730 0
[pid=26976/tid=26978] ppid=26973 vsize=120164 memory=51292 CPUtime=1142.26 cores=1,3
/proc/26976/task/26978/stat : 26978 (pb_competition_) R 26973 26976 26120 0 -1 4194368 13427 0 0 0 113814 412 0 0 20 0 2 0 36844576 123047936 12763 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
Current children cumulated CPU time: 3387.29 s
Current children cumulated vsize: 120164 KiB
Current children cumulated memory: 51052 KiB

[startup+2322.3 s]
/proc/loadavg: 6.10 6.10 5.95 6/268 27236
/proc/meminfo: memFree=129920580/131249996 swapFree=33010684/33010684
[pid=26976] ppid=26973 vsize=120448 memory=51352 CPUtime=3476.37 cores=1,3
/proc/26976/stat : 26976 (pb_competition_) R 26973 26976 26120 0 -1 4194304 85496937 0 0 0 332692 14945 0 0 20 0 2 0 36844576 123338752 12838 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
/proc/26976/statm: 30112 12838 672 633 0 13801 0
[pid=26976/tid=26978] ppid=26973 vsize=120448 memory=51776 CPUtime=1171.79 cores=1,3
/proc/26976/task/26978/stat : 26978 (pb_competition_) S 26973 26976 26120 0 -1 4194368 13427 0 0 0 116758 421 0 0 20 0 2 0 36844576 123338752 12838 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
Current children cumulated CPU time: 3476.37 s
Current children cumulated vsize: 120448 KiB
Current children cumulated memory: 51352 KiB

[startup+2382.3 s]
/proc/loadavg: 6.29 6.14 5.98 8/269 27241
/proc/meminfo: memFree=129916632/131249996 swapFree=33010684/33010684
[pid=26976] ppid=26973 vsize=120588 memory=51604 CPUtime=3565.53 cores=1,3
/proc/26976/stat : 26976 (pb_competition_) R 26973 26976 26120 0 -1 4194304 89265079 0 0 0 340966 15587 0 0 20 0 2 0 36844576 123482112 12901 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
/proc/26976/statm: 30147 12901 672 633 0 13836 0
[pid=26976/tid=26978] ppid=26973 vsize=120588 memory=51468 CPUtime=1201.42 cores=1,3
/proc/26976/task/26978/stat : 26978 (pb_competition_) S 26973 26976 26120 0 -1 4194368 13427 0 0 0 119710 432 0 0 20 0 2 0 36844576 123482112 12901 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
Current children cumulated CPU time: 3565.53 s
Current children cumulated vsize: 120588 KiB
Current children cumulated memory: 51604 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2405.5 s]
/proc/loadavg: 6.35 6.16 5.99 8/269 27242
/proc/meminfo: memFree=129916432/131249996 swapFree=33010684/33010684
[pid=26976] ppid=26973 vsize=120616 memory=51520 CPUtime=3600.02 cores=1,3
/proc/26976/stat : 26976 (pb_competition_) R 26973 26976 26120 0 -1 4194304 90727624 0 0 0 344165 15837 0 0 20 0 2 0 36844576 123510784 12880 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
/proc/26976/statm: 30154 12880 672 633 0 13843 0
[pid=26976/tid=26978] ppid=26973 vsize=120616 memory=51468 CPUtime=1212.89 cores=1,3
/proc/26976/task/26978/stat : 26978 (pb_competition_) S 26973 26976 26120 0 -1 4194368 13506 0 0 0 120853 436 0 0 20 0 2 0 36844576 123510784 12880 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 120616 KiB
Current children cumulated memory: 51520 KiB

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

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

# cumulated CPU time of all completed processes:  user=3441.69 s, system=158.381 s

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

[startup+2405.5 s]
/proc/loadavg: 6.35 6.16 5.99 8/269 27242
/proc/meminfo: memFree=129916432/131249996 swapFree=33010684/33010684
[pid=26976] ppid=26973 vsize=120616 memory=51520 CPUtime=3600.02 cores=1,3
/proc/26976/stat : 26976 (pb_competition_) R 26973 26976 26120 0 -1 4194304 90727624 0 0 0 344165 15837 0 0 20 0 2 0 36844576 123510784 12880 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
/proc/26976/statm: 30154 12880 672 633 0 13843 0
[pid=26976/tid=26978] ppid=26973 vsize=120616 memory=51468 CPUtime=1212.89 cores=1,3
/proc/26976/task/26978/stat : 26978 (pb_competition_) S 26973 26976 26120 0 -1 4194368 13506 0 0 0 120853 436 0 0 20 0 2 0 36844576 123510784 12880 18446744073709551615 4198400 6788177 140724542227696 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 32391168 140724542232922 140724542233048 140724542233048 140724542238650 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 120616 KiB
Current children cumulated memory: 51520 KiB

Child status: 0

Real time (s): 2405.53
CPU time (s): 3600.07
CPU user time (s): 3441.69
CPU system time (s): 158.381
CPU usage (%): 149.658
Max. virtual memory (cumulated for all children) (KiB): 121020
Max. memory (cumulated for all children) (KiB): 51920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3441.69
system time used= 158.381
maximum resident set size= 52048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90728220
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= 705190
involuntary context switches= 84468


# summary of solver processes directly reported to runsolver:
#   pid: 26976
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3441.69
#   total CPU system time (s): 158.381

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.77632 second user time and 11.2466 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-06-29 17:40:59
IDJOB=4512968
IDBENCH=162230
IDSOLVER=3347
FILE ID=nodeC032/4512968-1751211659
RUNJOBID= nodeC032-1751206246-26132
SLURM_JOB_ID= 9587632
Free space on /tmp= 431924 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size80-round23-5.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-4512968-1751211659/watcher-4512968-1751211659 -o /tmp/evaluation-result-4512968-1751211659/solver-4512968-1751211659 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751206246-26132 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 166236241 HOME/instance-4512968-1751211659.opb

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

MD5SUM BENCH= 86944514b434ff8020a355b19ddc8d04
RANDOM SEED=166236241

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

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

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        125700432 kB
MemAvailable:   125517208 kB
Buffers:            3280 kB
Cached:           627072 kB
SwapCached:            0 kB
Active:          4571652 kB
Inactive:         373872 kB
Active(anon):    4333248 kB
Inactive(anon):        0 kB
Active(file):     238404 kB
Inactive(file):   373872 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5244 kB
Writeback:             0 kB
AnonPages:       4318288 kB
Mapped:           110868 kB
Shmem:             18068 kB
KReclaimable:      87480 kB
Slab:             171340 kB
SReclaimable:      87480 kB
SUnreclaim:        83860 kB
KernelStack:        4368 kB
PageTables:        11656 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    4718472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150696 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    417792 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432048 MiB
End job on nodeC032 at 2025-06-29 18:21:05