Trace number 4511190

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.15 1809.31

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
EC_ODD_GRIDS/normalized-ECgrid5x50split.opb
MD5SUM6aa2e19502a8f75e99296617bfe7afcb
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 benchmark1.41638
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables501
Total number of constraints251
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)251
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
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.00	c #variable: 501
0.00/0.00	c #constraint: 251
0.00/0.00	c #equal: 251
0.00/0.00	c intsize: 3
0.00/0.00	c sizeproduct: 0
0.00/0.00	c #soft: 0
0.00/0.00	c mincost: 0
0.00/0.00	c maxcost: 0
0.00/0.00	c sumcost: 0
0.00/0.00	c iteration_max: -1
0.00/0.00	c time_max: -1
0.00/0.00	c number_of_threads(move update): 2
0.00/0.00	c number_of_threads(move evaluation): 2
0.00/0.00	c seed: 1429127486
3600.12/1809.30	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 (63187 MiB free)
  memory of node 1: 64465 MiB (63865 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4511190-1751206247/watcher-4511190-1751206247 -o /tmp/evaluation-result-4511190-1751206247/solver-4511190-1751206247 -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 1429127486 HOME/instance-4511190-1751206247.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100055 s]*
/proc/loadavg: 2.22 2.99 3.50 10/269 26193
/proc/meminfo: memFree=130103200/131249996 swapFree=33010684/33010684
[pid=26191] ppid=26173 vsize=79360 memory=4704 CPUtime=0.18 cores=1,3
/proc/26191/stat : 26191 (pb_competition_) R 26173 26191 26120 0 -1 4194304 701 0 0 0 18 0 0 0 20 0 2 0 36303305 81264640 1176 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
/proc/26191/statm: 19840 1176 672 633 0 2704 0
[pid=26191/tid=26193] ppid=26173 vsize=79360 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/26191/task/26193/stat : 26193 (pb_competition_) R 26173 26191 26120 0 -1 4194368 25 0 0 0 7 0 0 0 20 0 2 0 36303305 81264640 1176 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 79360 KiB
Current children cumulated memory: 4704 KiB

[startup+0.204769 s]*
/proc/loadavg: 2.22 2.99 3.50 10/269 26193
/proc/meminfo: memFree=130103120/131249996 swapFree=33010684/33010684
[pid=26191] ppid=26173 vsize=79360 memory=4704 CPUtime=0.34 cores=1,3
/proc/26191/stat : 26191 (pb_competition_) R 26173 26191 26120 0 -1 4194304 707 0 0 0 34 0 0 0 20 0 2 0 36303305 81264640 1176 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
/proc/26191/statm: 19840 1176 672 633 0 2704 0
[pid=26191/tid=26193] ppid=26173 vsize=79360 memory=5983648042466672924 CPUtime=0.14 cores=1,3
/proc/26191/task/26193/stat : 26193 (pb_competition_) R 26173 26191 26120 0 -1 4194368 25 0 0 0 14 0 0 0 20 0 2 0 36303305 81264640 1176 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 79360 KiB
Current children cumulated memory: 4704 KiB

[startup+0.304683 s]*
/proc/loadavg: 2.22 2.99 3.50 12/269 26193
/proc/meminfo: memFree=130103120/131249996 swapFree=33010684/33010684
[pid=26191] ppid=26173 vsize=79360 memory=4704 CPUtime=0.51 cores=1,3
/proc/26191/stat : 26191 (pb_competition_) R 26173 26191 26120 0 -1 4194304 710 0 0 0 51 0 0 0 20 0 2 0 36303305 81264640 1176 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
/proc/26191/statm: 19840 1176 672 633 0 2704 0
[pid=26191/tid=26193] ppid=26173 vsize=79360 memory=7970394429739713131 CPUtime=0.21 cores=1,3
/proc/26191/task/26193/stat : 26193 (pb_competition_) R 26173 26191 26120 0 -1 4194368 25 0 0 0 21 0 0 0 20 0 2 0 36303305 81264640 1176 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 79360 KiB
Current children cumulated memory: 4704 KiB

[startup+0.700118 s]
/proc/loadavg: 2.22 2.99 3.50 12/269 26193
/proc/meminfo: memFree=130103120/131249996 swapFree=33010684/33010684
[pid=26191] ppid=26173 vsize=79360 memory=4704 CPUtime=1.28 cores=1,3
/proc/26191/stat : 26191 (pb_competition_) R 26173 26191 26120 0 -1 4194304 710 0 0 0 127 1 0 0 20 0 2 0 36303305 81264640 1176 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
/proc/26191/statm: 19840 1176 672 633 0 2704 0
[pid=26191/tid=26193] ppid=26173 vsize=79360 memory=17408 CPUtime=0.6 cores=1,3
/proc/26191/task/26193/stat : 26193 (pb_competition_) R 26173 26191 26120 0 -1 4194368 25 0 0 0 60 0 0 0 20 0 2 0 36303305 81264640 1176 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 79360 KiB
Current children cumulated memory: 4704 KiB

[startup+1.50011 s]
/proc/loadavg: 2.22 2.99 3.50 12/269 26193
/proc/meminfo: memFree=130103172/131249996 swapFree=33010684/33010684
[pid=26191] ppid=26173 vsize=79360 memory=4704 CPUtime=2.85 cores=1,3
/proc/26191/stat : 26191 (pb_competition_) R 26173 26191 26120 0 -1 4194304 1194 0 0 0 280 5 0 0 20 0 2 0 36303305 81264640 1176 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
/proc/26191/statm: 19840 1176 672 633 0 2704 0
[pid=26191/tid=26193] ppid=26173 vsize=79360 memory=17408 CPUtime=1.36 cores=1,3
/proc/26191/task/26193/stat : 26193 (pb_competition_) R 26173 26191 26120 0 -1 4194368 149 0 0 0 136 0 0 0 20 0 2 0 36303305 81264640 1176 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 79360 KiB
Current children cumulated memory: 4704 KiB

[startup+3.10481 s]
/proc/loadavg: 2.22 2.99 3.50 12/269 26193
/proc/meminfo: memFree=130103412/131249996 swapFree=33010684/33010684
[pid=26191] ppid=26173 vsize=79360 memory=4960 CPUtime=6.02 cores=1,3
/proc/26191/stat : 26191 (pb_competition_) R 26173 26191 26120 0 -1 4194304 1692 0 0 0 591 11 0 0 20 0 2 0 36303305 81264640 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
/proc/26191/statm: 19840 1240 672 633 0 2704 0
[pid=26191/tid=26193] ppid=26173 vsize=79360 memory=14572 CPUtime=2.95 cores=1,3
/proc/26191/task/26193/stat : 26193 (pb_competition_) R 26173 26191 26120 0 -1 4194368 240 0 0 0 295 0 0 0 20 0 2 0 36303305 81264640 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
Current children cumulated CPU time: 6.02 s
Current children cumulated vsize: 79360 KiB
Current children cumulated memory: 4960 KiB

[startup+6.30011 s]
/proc/loadavg: 2.68 3.07 3.52 12/269 26193
/proc/meminfo: memFree=130104204/131249996 swapFree=33010684/33010684
[pid=26191] ppid=26173 vsize=79360 memory=4960 CPUtime=12.39 cores=1,3
/proc/26191/stat : 26191 (pb_competition_) R 26173 26191 26120 0 -1 4194304 2185 0 0 0 1215 24 0 0 20 0 2 0 36303305 81264640 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
/proc/26191/statm: 19840 1240 672 633 0 2704 0
[pid=26191/tid=26193] ppid=26173 vsize=79360 memory=4960 CPUtime=6.13 cores=1,3
/proc/26191/task/26193/stat : 26193 (pb_competition_) R 26173 26191 26120 0 -1 4194368 406 0 0 0 611 2 0 0 20 0 2 0 36303305 81264640 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
Current children cumulated CPU time: 12.39 s
Current children cumulated vsize: 79360 KiB
Current children cumulated memory: 4960 KiB

[startup+12.7001 s]
/proc/loadavg: 3.11 3.15 3.55 12/268 26193
/proc/meminfo: memFree=130104496/131249996 swapFree=33010684/33010684
[pid=26191] ppid=26173 vsize=79360 memory=4960 CPUtime=25.08 cores=1,3
/proc/26191/stat : 26191 (pb_competition_) R 26173 26191 26120 0 -1 4194304 2668 0 0 0 2461 47 0 0 20 0 2 0 36303305 81264640 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
/proc/26191/statm: 19840 1240 672 633 0 2704 0
[pid=26191/tid=26193] ppid=26173 vsize=79360 memory=4960 CPUtime=12.45 cores=1,3
/proc/26191/task/26193/stat : 26193 (pb_competition_) R 26173 26191 26120 0 -1 4194368 440 0 0 0 1242 3 0 0 20 0 2 0 36303305 81264640 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
Current children cumulated CPU time: 25.08 s
Current children cumulated vsize: 79360 KiB
Current children cumulated memory: 4960 KiB

[startup+25.5001 s]
/proc/loadavg: 4.27 3.41 3.63 12/268 26193
/proc/meminfo: memFree=130104884/131249996 swapFree=33010684/33010684
[pid=26191] ppid=26173 vsize=79360 memory=4960 CPUtime=50.55 cores=1,3
/proc/26191/stat : 26191 (pb_competition_) R 26173 26191 26120 0 -1 4194304 3420 0 0 0 4959 96 0 0 20 0 2 0 36303305 81264640 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
/proc/26191/statm: 19840 1240 672 633 0 2704 0
[pid=26191/tid=26193] ppid=26173 vsize=79360 memory=4960 CPUtime=25.2 cores=1,3
/proc/26191/task/26193/stat : 26193 (pb_competition_) R 26173 26191 26120 0 -1 4194368 646 0 0 0 2514 6 0 0 20 0 2 0 36303305 81264640 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
Current children cumulated CPU time: 50.55 s
Current children cumulated vsize: 79360 KiB
Current children cumulated memory: 4960 KiB

[startup+51.1048 s]
/proc/loadavg: 5.54 3.78 3.74 12/268 26195
/proc/meminfo: memFree=130105016/131249996 swapFree=33010684/33010684
[pid=26191] ppid=26173 vsize=79360 memory=4960 CPUtime=101.37 cores=1,3
/proc/26191/stat : 26191 (pb_competition_) R 26173 26191 26120 0 -1 4194304 3806 0 0 0 9938 199 0 0 20 0 2 0 36303305 81264640 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
/proc/26191/statm: 19840 1240 672 633 0 2704 0
[pid=26191/tid=26193] ppid=26173 vsize=79360 memory=4960 CPUtime=50.51 cores=1,3
/proc/26191/task/26193/stat : 26193 (pb_competition_) R 26173 26191 26120 0 -1 4194368 698 0 0 0 5039 12 0 0 20 0 2 0 36303305 81264640 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
Current children cumulated CPU time: 101.37 s
Current children cumulated vsize: 79360 KiB
Current children cumulated memory: 4960 KiB

[startup+102.3 s]
/proc/loadavg: 6.92 4.43 3.97 12/268 26196
/proc/meminfo: memFree=130104320/131249996 swapFree=33010684/33010684
[pid=26191] ppid=26173 vsize=79360 memory=4960 CPUtime=202.97 cores=1,3
/proc/26191/stat : 26191 (pb_competition_) R 26173 26191 26120 0 -1 4194304 4783 0 0 0 19903 394 0 0 20 0 2 0 36303305 81264640 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
/proc/26191/statm: 19840 1240 672 633 0 2704 0
[pid=26191/tid=26193] ppid=26173 vsize=79360 memory=4960 CPUtime=101.18 cores=1,3
/proc/26191/task/26193/stat : 26193 (pb_competition_) R 26173 26191 26120 0 -1 4194368 902 0 0 0 10092 26 0 0 20 0 2 0 36303305 81264640 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
Current children cumulated CPU time: 202.97 s
Current children cumulated vsize: 79360 KiB
Current children cumulated memory: 4960 KiB

[startup+162.3 s]
/proc/loadavg: 7.67 5.10 4.23 12/268 26198
/proc/meminfo: memFree=130104452/131249996 swapFree=33010684/33010684
[pid=26191] ppid=26173 vsize=79360 memory=4960 CPUtime=322.41 cores=1,3
/proc/26191/stat : 26191 (pb_competition_) R 26173 26191 26120 0 -1 4194304 5191 0 0 0 31613 628 0 0 20 0 2 0 36303305 81264640 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
/proc/26191/statm: 19840 1240 672 633 0 2704 0
[pid=26191/tid=26193] ppid=26173 vsize=79360 memory=4960 CPUtime=160.91 cores=1,3
/proc/26191/task/26193/stat : 26193 (pb_competition_) R 26173 26191 26120 0 -1 4194368 986 0 0 0 16050 41 0 0 20 0 2 0 36303305 81264640 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
Current children cumulated CPU time: 322.41 s
Current children cumulated vsize: 79360 KiB
Current children cumulated memory: 4960 KiB

[startup+222.3 s]
/proc/loadavg: 7.44 5.52 4.43 11/267 26200
/proc/meminfo: memFree=130105492/131249996 swapFree=33010684/33010684
[pid=26191] ppid=26173 vsize=79360 memory=4960 CPUtime=441.84 cores=1,3
/proc/26191/stat : 26191 (pb_competition_) R 26173 26191 26120 0 -1 4194304 5316 0 0 0 43317 867 0 0 20 0 2 0 36303305 81264640 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
/proc/26191/statm: 19840 1240 672 633 0 2704 0
[pid=26191/tid=26193] ppid=26173 vsize=79360 memory=4960 CPUtime=220.63 cores=1,3
/proc/26191/task/26193/stat : 26193 (pb_competition_) R 26173 26191 26120 0 -1 4194368 995 0 0 0 22007 56 0 0 20 0 2 0 36303305 81264640 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
Current children cumulated CPU time: 441.84 s
Current children cumulated vsize: 79360 KiB
Current children cumulated memory: 4960 KiB

[startup+282.3 s]
/proc/loadavg: 7.28 5.82 4.61 11/267 26202
/proc/meminfo: memFree=130106728/131249996 swapFree=33010684/33010684
[pid=26191] ppid=26173 vsize=79360 memory=4960 CPUtime=561.27 cores=1,3
/proc/26191/stat : 26191 (pb_competition_) R 26173 26191 26120 0 -1 4194304 5751 0 0 0 55023 1104 0 0 20 0 2 0 36303305 81264640 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
/proc/26191/statm: 19840 1240 672 633 0 2704 0
[pid=26191/tid=26193] ppid=26173 vsize=79360 memory=4960 CPUtime=280.35 cores=1,3
/proc/26191/task/26193/stat : 26193 (pb_competition_) R 26173 26191 26120 0 -1 4194368 1143 0 0 0 27962 73 0 0 20 0 2 0 36303305 81264640 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
Current children cumulated CPU time: 561.27 s
Current children cumulated vsize: 79360 KiB
Current children cumulated memory: 4960 KiB

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

/proc/meminfo: memFree=130116996/131249996 swapFree=33010684/33010684
[pid=26191] ppid=26173 vsize=79536 memory=4960 CPUtime=2471.86 cores=1,3
/proc/26191/stat : 26191 (pb_competition_) R 26173 26191 26120 0 -1 4194304 7786 0 0 0 242552 4634 0 0 20 0 2 0 36303305 81444864 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
/proc/26191/statm: 19884 1240 672 633 0 2748 0
[pid=26191/tid=26193] ppid=26173 vsize=79536 memory=4960 CPUtime=1235.69 cores=1,3
/proc/26191/task/26193/stat : 26193 (pb_competition_) R 26173 26191 26120 0 -1 4194368 1547 0 0 0 123254 315 0 0 20 0 2 0 36303305 81444864 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
Current children cumulated CPU time: 2471.86 s
Current children cumulated vsize: 79536 KiB
Current children cumulated memory: 4960 KiB

[startup+1302.3 s]
/proc/loadavg: 7.11 7.37 6.54 11/268 26256
/proc/meminfo: memFree=130115988/131249996 swapFree=33010684/33010684
[pid=26191] ppid=26173 vsize=79536 memory=4960 CPUtime=2591.25 cores=1,3
/proc/26191/stat : 26191 (pb_competition_) R 26173 26191 26120 0 -1 4194304 8311 0 0 0 254284 4841 0 0 20 0 2 0 36303305 81444864 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
/proc/26191/statm: 19884 1240 672 633 0 2748 0
[pid=26191/tid=26193] ppid=26173 vsize=79536 memory=4960 CPUtime=1295.4 cores=1,3
/proc/26191/task/26193/stat : 26193 (pb_competition_) R 26173 26191 26120 0 -1 4194368 1678 0 0 0 129210 330 0 0 20 0 2 0 36303305 81444864 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
Current children cumulated CPU time: 2591.25 s
Current children cumulated vsize: 79536 KiB
Current children cumulated memory: 4960 KiB

[startup+1362.3 s]
/proc/loadavg: 7.15 7.33 6.58 11/268 26259
/proc/meminfo: memFree=130116640/131249996 swapFree=33010684/33010684
[pid=26191] ppid=26173 vsize=79536 memory=4960 CPUtime=2710.64 cores=1,3
/proc/26191/stat : 26191 (pb_competition_) R 26173 26191 26120 0 -1 4194304 8313 0 0 0 266023 5041 0 0 20 0 2 0 36303305 81444864 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
/proc/26191/statm: 19884 1240 672 633 0 2748 0
[pid=26191/tid=26193] ppid=26173 vsize=79536 memory=4960 CPUtime=1355.1 cores=1,3
/proc/26191/task/26193/stat : 26193 (pb_competition_) R 26173 26191 26120 0 -1 4194368 1678 0 0 0 135165 345 0 0 20 0 2 0 36303305 81444864 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
Current children cumulated CPU time: 2710.64 s
Current children cumulated vsize: 79536 KiB
Current children cumulated memory: 4960 KiB

[startup+1422.3 s]
/proc/loadavg: 7.11 7.29 6.61 11/267 26261
/proc/meminfo: memFree=130116440/131249996 swapFree=33010684/33010684
[pid=26191] ppid=26173 vsize=79536 memory=4960 CPUtime=2830.03 cores=1,3
/proc/26191/stat : 26191 (pb_competition_) R 26173 26191 26120 0 -1 4194304 8840 0 0 0 277750 5253 0 0 20 0 2 0 36303305 81444864 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
/proc/26191/statm: 19884 1240 672 633 0 2748 0
[pid=26191/tid=26193] ppid=26173 vsize=79536 memory=4960 CPUtime=1414.79 cores=1,3
/proc/26191/task/26193/stat : 26193 (pb_competition_) R 26173 26191 26120 0 -1 4194368 1771 0 0 0 141121 358 0 0 20 0 2 0 36303305 81444864 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
Current children cumulated CPU time: 2830.03 s
Current children cumulated vsize: 79536 KiB
Current children cumulated memory: 4960 KiB

[startup+1482.3 s]
/proc/loadavg: 7.19 7.28 6.65 11/267 26263
/proc/meminfo: memFree=130116052/131249996 swapFree=33010684/33010684
[pid=26191] ppid=26173 vsize=79536 memory=4960 CPUtime=2949.43 cores=1,3
/proc/26191/stat : 26191 (pb_competition_) R 26173 26191 26120 0 -1 4194304 8840 0 0 0 289479 5464 0 0 20 0 2 0 36303305 81444864 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
/proc/26191/statm: 19884 1240 672 633 0 2748 0
[pid=26191/tid=26193] ppid=26173 vsize=79536 memory=4960 CPUtime=1474.5 cores=1,3
/proc/26191/task/26193/stat : 26193 (pb_competition_) R 26173 26191 26120 0 -1 4194368 1771 0 0 0 147077 373 0 0 20 0 2 0 36303305 81444864 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
Current children cumulated CPU time: 2949.43 s
Current children cumulated vsize: 79536 KiB
Current children cumulated memory: 4960 KiB

[startup+1542.3 s]
/proc/loadavg: 7.13 7.24 6.68 11/268 26268
/proc/meminfo: memFree=130115752/131249996 swapFree=33010684/33010684
[pid=26191] ppid=26173 vsize=79536 memory=4960 CPUtime=3068.82 cores=1,3
/proc/26191/stat : 26191 (pb_competition_) R 26173 26191 26120 0 -1 4194304 9366 0 0 0 301213 5669 0 0 20 0 2 0 36303305 81444864 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
/proc/26191/statm: 19884 1240 672 633 0 2748 0
[pid=26191/tid=26193] ppid=26173 vsize=79536 memory=4960 CPUtime=1534.21 cores=1,3
/proc/26191/task/26193/stat : 26193 (pb_competition_) R 26173 26191 26120 0 -1 4194368 1846 0 0 0 153035 386 0 0 20 0 2 0 36303305 81444864 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
Current children cumulated CPU time: 3068.82 s
Current children cumulated vsize: 79536 KiB
Current children cumulated memory: 4960 KiB

[startup+1602.3 s]
/proc/loadavg: 7.10 7.21 6.71 11/268 26270
/proc/meminfo: memFree=130115084/131249996 swapFree=33010684/33010684
[pid=26191] ppid=26173 vsize=79536 memory=4960 CPUtime=3188.21 cores=1,3
/proc/26191/stat : 26191 (pb_competition_) R 26173 26191 26120 0 -1 4194304 9367 0 0 0 312947 5874 0 0 20 0 2 0 36303305 81444864 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
/proc/26191/statm: 19884 1240 672 633 0 2748 0
[pid=26191/tid=26193] ppid=26173 vsize=79536 memory=4960 CPUtime=1593.9 cores=1,3
/proc/26191/task/26193/stat : 26193 (pb_competition_) R 26173 26191 26120 0 -1 4194368 1846 0 0 0 158990 400 0 0 20 0 2 0 36303305 81444864 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
Current children cumulated CPU time: 3188.21 s
Current children cumulated vsize: 79536 KiB
Current children cumulated memory: 4960 KiB

[startup+1662.3 s]
/proc/loadavg: 7.14 7.20 6.74 11/268 26276
/proc/meminfo: memFree=130114636/131249996 swapFree=33010684/33010684
[pid=26191] ppid=26173 vsize=79536 memory=4960 CPUtime=3307.61 cores=1,3
/proc/26191/stat : 26191 (pb_competition_) R 26173 26191 26120 0 -1 4194304 9884 0 0 0 324682 6079 0 0 20 0 2 0 36303305 81444864 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
/proc/26191/statm: 19884 1240 672 633 0 2748 0
[pid=26191/tid=26193] ppid=26173 vsize=79536 memory=4960 CPUtime=1653.61 cores=1,3
/proc/26191/task/26193/stat : 26193 (pb_competition_) R 26173 26191 26120 0 -1 4194368 1938 0 0 0 164946 415 0 0 20 0 2 0 36303305 81444864 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
Current children cumulated CPU time: 3307.61 s
Current children cumulated vsize: 79536 KiB
Current children cumulated memory: 4960 KiB

[startup+1722.3 s]
/proc/loadavg: 7.10 7.18 6.77 11/268 26279
/proc/meminfo: memFree=130114728/131249996 swapFree=33010684/33010684
[pid=26191] ppid=26173 vsize=79536 memory=4960 CPUtime=3427 cores=1,3
/proc/26191/stat : 26191 (pb_competition_) R 26173 26191 26120 0 -1 4194304 9895 0 0 0 336411 6289 0 0 20 0 2 0 36303305 81444864 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
/proc/26191/statm: 19884 1240 672 633 0 2748 0
[pid=26191/tid=26193] ppid=26173 vsize=79536 memory=4960 CPUtime=1713.32 cores=1,3
/proc/26191/task/26193/stat : 26193 (pb_competition_) R 26173 26191 26120 0 -1 4194368 1940 0 0 0 170901 431 0 0 20 0 2 0 36303305 81444864 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
Current children cumulated CPU time: 3427 s
Current children cumulated vsize: 79536 KiB
Current children cumulated memory: 4960 KiB

[startup+1782.3 s]
/proc/loadavg: 7.08 7.16 6.79 11/268 26281
/proc/meminfo: memFree=130114980/131249996 swapFree=33010684/33010684
[pid=26191] ppid=26173 vsize=79536 memory=4960 CPUtime=3546.39 cores=1,3
/proc/26191/stat : 26191 (pb_competition_) R 26173 26191 26120 0 -1 4194304 9896 0 0 0 348140 6499 0 0 20 0 2 0 36303305 81444864 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
/proc/26191/statm: 19884 1240 672 633 0 2748 0
[pid=26191/tid=26193] ppid=26173 vsize=79536 memory=17408 CPUtime=1773.02 cores=1,3
/proc/26191/task/26193/stat : 26193 (pb_competition_) R 26173 26191 26120 0 -1 4194368 1940 0 0 0 176856 446 0 0 20 0 2 0 36303305 81444864 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
Current children cumulated CPU time: 3546.39 s
Current children cumulated vsize: 79536 KiB
Current children cumulated memory: 4960 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.3 s]
/proc/loadavg: 7.11 7.16 6.80 11/268 26282
/proc/meminfo: memFree=130114560/131249996 swapFree=33010684/33010684
[pid=26191] ppid=26173 vsize=79536 memory=4960 CPUtime=3600.12 cores=1,3
/proc/26191/stat : 26191 (pb_competition_) R 26173 26191 26120 0 -1 4194304 9897 0 0 0 353415 6597 0 0 20 0 2 0 36303305 81444864 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
/proc/26191/statm: 19884 1240 672 633 0 2748 0
[pid=26191/tid=26193] ppid=26173 vsize=79536 memory=17408 CPUtime=1799.89 cores=1,3
/proc/26191/task/26193/stat : 26193 (pb_competition_) R 26173 26191 26120 0 -1 4194368 1940 0 0 0 179534 455 0 0 20 0 2 0 36303305 81444864 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
Current children cumulated CPU time: 3600.12 s
Current children cumulated vsize: 79536 KiB
Current children cumulated memory: 4960 KiB

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

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

# cumulated CPU time of all completed processes:  user=3534.17 s, system=65.98 s

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

[startup+1809.3 s]
/proc/loadavg: 7.11 7.16 6.80 11/268 26282
/proc/meminfo: memFree=130114560/131249996 swapFree=33010684/33010684
[pid=26191] ppid=26173 vsize=79536 memory=4960 CPUtime=3600.12 cores=1,3
/proc/26191/stat : 26191 (pb_competition_) R 26173 26191 26120 0 -1 4194304 9897 0 0 0 353415 6597 0 0 20 0 2 0 36303305 81444864 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
/proc/26191/statm: 19884 1240 672 633 0 2748 0
[pid=26191/tid=26193] ppid=26173 vsize=79536 memory=17408 CPUtime=1799.89 cores=1,3
/proc/26191/task/26193/stat : 26193 (pb_competition_) R 26173 26191 26120 0 -1 4194368 1940 0 0 0 179534 455 0 0 20 0 2 0 36303305 81444864 1240 18446744073709551615 4198400 6788177 140729719890928 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 24399872 140729719896409 140729719896536 140729719896536 140729719902138 0
Current children cumulated CPU time: 3600.12 s
Current children cumulated vsize: 79536 KiB
Current children cumulated memory: 4960 KiB

Child status: 0

Real time (s): 1809.31
CPU time (s): 3600.15
CPU user time (s): 3534.17
CPU system time (s): 65.98
CPU usage (%): 198.979
Max. virtual memory (cumulated for all children) (KiB): 79536
Max. memory (cumulated for all children) (KiB): 4960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3534.17
system time used= 65.98
maximum resident set size= 4960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9986
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= 5499
involuntary context switches= 34091


# summary of solver processes directly reported to runsolver:
#   pid: 26191
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3534.17
#   total CPU system time (s): 65.98

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.40361 second user time and 5.90278 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-06-29 16:10:47
IDJOB=4511190
IDBENCH=160432
IDSOLVER=3347
FILE ID=nodeC032/4511190-1751206247
RUNJOBID= nodeC032-1751206246-26132
SLURM_JOB_ID= 9587632
Free space on /tmp= 432072 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/EC_ODD_GRIDS/normalized-ECgrid5x50split.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-4511190-1751206247/watcher-4511190-1751206247 -o /tmp/evaluation-result-4511190-1751206247/solver-4511190-1751206247 -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 1429127486 HOME/instance-4511190-1751206247.opb

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

MD5SUM BENCH= 6aa2e19502a8f75e99296617bfe7afcb
RANDOM SEED=1429127486

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.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 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		: 3600.958
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		: 3598.103
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		: 3600.058
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		: 3599.878
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:        130111732 kB
MemAvailable:   129782148 kB
Buffers:            3280 kB
Cached:           480840 kB
SwapCached:            0 kB
Active:           319004 kB
Inactive:         227668 kB
Active(anon):      80620 kB
Inactive(anon):        0 kB
Active(file):     238384 kB
Inactive(file):   227668 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             20796 kB
Writeback:             0 kB
AnonPages:         65996 kB
Mapped:           102248 kB
Shmem:             18068 kB
KReclaimable:      87208 kB
Slab:             170460 kB
SReclaimable:      87208 kB
SUnreclaim:        83252 kB
KernelStack:        4096 kB
PageTables:         2816 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     330304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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= 432052 MiB
End job on nodeC032 at 2025-06-29 16:40:56