Trace number 4503526

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.47 2873.33

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-73.opb
MD5SUMf8b1a93d1916f081f91f241f6f5f832b
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 benchmark50.0132
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7936
Total number of constraints176837
Number of constraints which are clauses158928
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints17346
Minimum length of a constraint2
Maximum length of a constraint195
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c PRINTEMPS v2.7.0 (https://snowberryfield.github.io/printemps/)
0.81/0.56	c #variable: 7936
0.81/0.56	c #constraint: 176837
0.81/0.56	c #equal: 288
0.81/0.56	c intsize: 8
0.81/0.56	c sizeproduct: 0
0.81/0.56	c #soft: 0
0.81/0.56	c mincost: 0
0.81/0.56	c maxcost: 0
0.81/0.56	c sumcost: 0
0.81/0.56	c iteration_max: -1
0.81/0.56	c time_max: -1
0.81/0.56	c number_of_threads(move update): 2
0.81/0.56	c number_of_threads(move evaluation): 2
0.81/0.56	c seed: 184291231
3600.13/2873.05	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: 63665 MiB (63115 MiB free)
  memory of node 1: 64507 MiB (63883 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503526-1751172227/watcher-4503526-1751172227 -o /tmp/evaluation-result-4503526-1751172227/solver-4503526-1751172227 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751172227-18563 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 184291231 HOME/instance-4503526-1751172227.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=18609, runsolver pid=18606

[startup+0.10006 s]*
/proc/loadavg: 0.53 1.27 2.23 7/270 18626
/proc/meminfo: memFree=129913468/131249996 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=123040 memory=57224 CPUtime=0.16 cores=0,2
/proc/18609/stat : 18609 (pb_competition_) R 18606 18609 18550 0 -1 4194304 11793 0 0 0 13 3 0 0 20 0 2 0 32902252 125992960 14306 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
/proc/18609/statm: 30760 14306 576 633 0 16695 0
[pid=18609/tid=18617] ppid=18606 vsize=123040 memory=4026532124 CPUtime=0.06 cores=0,2
/proc/18609/task/18617/stat : 18617 (pb_competition_) R 18606 18609 18550 0 -1 4194368 3105 0 0 0 5 1 0 0 20 0 2 0 32902255 125992960 14338 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 0 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 123040 KiB
Current children cumulated memory: 57224 KiB

[startup+0.205888 s]*
/proc/loadavg: 0.53 1.27 2.23 8/271 18627
/proc/meminfo: memFree=129698964/131249996 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=144160 memory=96520 CPUtime=0.36 cores=0,2
/proc/18609/stat : 18609 (pb_competition_) R 18606 18609 18550 0 -1 4194304 21618 0 0 0 31 5 0 0 20 0 2 0 32902252 147619840 24130 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
/proc/18609/statm: 36040 24130 576 633 0 26506 0
[pid=18609/tid=18617] ppid=18606 vsize=144292 memory=664958721904869660 CPUtime=0.15 cores=0,2
/proc/18609/task/18617/stat : 18617 (pb_competition_) R 18606 18609 18550 0 -1 4194368 7636 0 0 0 13 2 0 0 20 0 2 0 32902255 147755008 24130 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 0 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 144160 KiB
Current children cumulated memory: 96520 KiB

[startup+0.30579 s]*
/proc/loadavg: 0.53 1.27 2.23 6/271 18627
/proc/meminfo: memFree=129485764/131249996 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=243252 memory=152156 CPUtime=0.47 cores=0,2
/proc/18609/stat : 18609 (pb_competition_) R 18606 18609 18550 0 -1 4194304 27190 0 0 0 40 7 0 0 20 0 2 0 32902252 249090048 38039 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
/proc/18609/statm: 60813 38039 608 633 0 52872 0
[pid=18609/tid=18617] ppid=18606 vsize=243252 memory=7970107478713449328 CPUtime=0.2 cores=0,2
/proc/18609/task/18617/stat : 18617 (pb_competition_) S 18606 18609 18550 0 -1 4194368 9230 0 0 0 17 3 0 0 20 0 2 0 32902255 249090048 38039 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 0 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 243252 KiB
Current children cumulated memory: 152156 KiB

[startup+0.700182 s]
/proc/loadavg: 0.53 1.27 2.23 7/271 18627
/proc/meminfo: memFree=129185492/131249996 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=310152 memory=296896 CPUtime=1.01 cores=0,2
/proc/18609/stat : 18609 (pb_competition_) R 18606 18609 18550 0 -1 4194304 50013 0 0 0 88 13 0 0 20 0 2 0 32902252 317595648 74224 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
/proc/18609/statm: 77538 74224 672 633 0 75706 0
[pid=18609/tid=18617] ppid=18606 vsize=310152 memory=17408 CPUtime=0.38 cores=0,2
/proc/18609/task/18617/stat : 18617 (pb_competition_) S 18606 18609 18550 0 -1 4194368 15340 0 0 0 33 5 0 0 20 0 2 0 32902255 317595648 74224 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 310152 KiB
Current children cumulated memory: 296896 KiB

[startup+1.50018 s]
/proc/loadavg: 0.53 1.27 2.23 6/271 18627
/proc/meminfo: memFree=128783552/131249996 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=503728 memory=489920 CPUtime=1.81 cores=0,2
/proc/18609/stat : 18609 (pb_competition_) R 18606 18609 18550 0 -1 4194304 125709 0 0 0 160 21 0 0 20 0 2 0 32902252 515817472 122448 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
/proc/18609/statm: 125965 122448 672 633 0 124133 0
[pid=18609/tid=18617] ppid=18606 vsize=503860 memory=17408 CPUtime=0.38 cores=0,2
/proc/18609/task/18617/stat : 18617 (pb_competition_) S 18606 18609 18550 0 -1 4194368 15340 0 0 0 33 5 0 0 20 0 2 0 32902255 515952640 122480 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
Current children cumulated CPU time: 1.81 s
Current children cumulated vsize: 503728 KiB
Current children cumulated memory: 489920 KiB

[startup+3.10591 s]
/proc/loadavg: 0.53 1.27 2.23 6/271 18627
/proc/meminfo: memFree=127665220/131249996 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=632924 memory=618892 CPUtime=3.44 cores=0,2
/proc/18609/stat : 18609 (pb_competition_) R 18606 18609 18550 0 -1 4194304 176495 0 0 0 318 26 0 0 20 0 2 0 32902252 648114176 154723 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
/proc/18609/statm: 158231 154723 672 633 0 156399 0
[pid=18609/tid=18617] ppid=18606 vsize=632924 memory=587240 CPUtime=0.41 cores=0,2
/proc/18609/task/18617/stat : 18617 (pb_competition_) S 18606 18609 18550 0 -1 4194368 15349 0 0 0 36 5 0 0 20 0 2 0 32902255 648114176 154723 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
Current children cumulated CPU time: 3.44 s
Current children cumulated vsize: 632924 KiB
Current children cumulated memory: 618892 KiB

[startup+6.30019 s]
/proc/loadavg: 0.89 1.33 2.25 6/271 18627
/proc/meminfo: memFree=127326164/131249996 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=632924 memory=618892 CPUtime=7.67 cores=0,2
/proc/18609/stat : 18609 (pb_competition_) R 18606 18609 18550 0 -1 4194304 198384 0 0 0 739 28 0 0 20 0 2 0 32902252 648114176 154723 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
/proc/18609/statm: 158231 154723 672 633 0 156399 0
[pid=18609/tid=18617] ppid=18606 vsize=632924 memory=7971231179597298032 CPUtime=1.45 cores=0,2
/proc/18609/task/18617/stat : 18617 (pb_competition_) R 18606 18609 18550 0 -1 4194368 15926 0 0 0 140 5 0 0 20 0 2 0 32902255 648114176 154723 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
Current children cumulated CPU time: 7.67 s
Current children cumulated vsize: 632924 KiB
Current children cumulated memory: 618892 KiB

[startup+12.7002 s]
/proc/loadavg: 1.22 1.39 2.26 6/270 18627
/proc/meminfo: memFree=126642912/131249996 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=632924 memory=618892 CPUtime=16.96 cores=0,2
/proc/18609/stat : 18609 (pb_competition_) R 18606 18609 18550 0 -1 4194304 298395 0 0 0 1661 35 0 0 20 0 2 0 32902252 648114176 154723 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
/proc/18609/statm: 158231 154723 672 633 0 156399 0
[pid=18609/tid=18617] ppid=18606 vsize=632924 memory=618892 CPUtime=4.38 cores=0,2
/proc/18609/task/18617/stat : 18617 (pb_competition_) S 18606 18609 18550 0 -1 4194368 18368 0 0 0 432 6 0 0 20 0 2 0 32902255 648114176 154723 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
Current children cumulated CPU time: 16.96 s
Current children cumulated vsize: 632924 KiB
Current children cumulated memory: 618892 KiB

[startup+25.5002 s]
/proc/loadavg: 1.99 1.56 2.30 6/270 18628
/proc/meminfo: memFree=126643136/131249996 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=632924 memory=618892 CPUtime=34.9 cores=0,2
/proc/18609/stat : 18609 (pb_competition_) R 18606 18609 18550 0 -1 4194304 418348 0 0 0 3444 46 0 0 20 0 2 0 32902252 648114176 154723 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
/proc/18609/statm: 158231 154723 672 633 0 156399 0
[pid=18609/tid=18617] ppid=18606 vsize=632924 memory=14464 CPUtime=9.6 cores=0,2
/proc/18609/task/18617/stat : 18617 (pb_competition_) R 18606 18609 18550 0 -1 4194368 21284 0 0 0 952 8 0 0 20 0 2 0 32902255 648114176 154723 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
Current children cumulated CPU time: 34.9 s
Current children cumulated vsize: 632924 KiB
Current children cumulated memory: 618892 KiB

[startup+51.1061 s]
/proc/loadavg: 2.96 1.82 2.37 6/270 18628
/proc/meminfo: memFree=126631944/131249996 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=632924 memory=618892 CPUtime=68.22 cores=0,2
/proc/18609/stat : 18609 (pb_competition_) R 18606 18609 18550 0 -1 4194304 537589 0 0 0 6764 58 0 0 20 0 2 0 32902252 648114176 154723 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
/proc/18609/statm: 158231 154723 672 633 0 156399 0
[pid=18609/tid=18617] ppid=18606 vsize=632924 memory=618892 CPUtime=17.46 cores=0,2
/proc/18609/task/18617/stat : 18617 (pb_competition_) R 18606 18609 18550 0 -1 4194368 23792 0 0 0 1736 10 0 0 20 0 2 0 32902255 648114176 154723 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
Current children cumulated CPU time: 68.22 s
Current children cumulated vsize: 632924 KiB
Current children cumulated memory: 618892 KiB

[startup+102.3 s]
/proc/loadavg: 3.97 2.28 2.50 5/270 18633
/proc/meminfo: memFree=126617176/131249996 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=633320 memory=619404 CPUtime=133.98 cores=0,2
/proc/18609/stat : 18609 (pb_competition_) R 18606 18609 18550 0 -1 4194304 680054 0 0 0 13326 72 0 0 20 0 2 0 32902252 648519680 154851 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
/proc/18609/statm: 158330 154851 672 633 0 156498 0
[pid=18609/tid=18617] ppid=18606 vsize=633320 memory=14464 CPUtime=32.31 cores=0,2
/proc/18609/task/18617/stat : 18617 (pb_competition_) S 18606 18609 18550 0 -1 4194368 27150 0 0 0 3216 15 0 0 20 0 2 0 32902255 648519680 154851 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
Current children cumulated CPU time: 133.98 s
Current children cumulated vsize: 633320 KiB
Current children cumulated memory: 619404 KiB

[startup+162.3 s]
/proc/loadavg: 4.53 2.76 2.65 6/270 18637
/proc/meminfo: memFree=126604584/131249996 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=633848 memory=619916 CPUtime=208.28 cores=0,2
/proc/18609/stat : 18609 (pb_competition_) R 18606 18609 18550 0 -1 4194304 769574 0 0 0 20745 83 0 0 20 0 2 0 32902252 649060352 154979 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
/proc/18609/statm: 158462 154979 672 633 0 156630 0
[pid=18609/tid=18617] ppid=18606 vsize=633848 memory=619916 CPUtime=46.95 cores=0,2
/proc/18609/task/18617/stat : 18617 (pb_competition_) R 18606 18609 18550 0 -1 4194368 30784 0 0 0 4676 19 0 0 20 0 2 0 32902255 649060352 154979 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
Current children cumulated CPU time: 208.28 s
Current children cumulated vsize: 633848 KiB
Current children cumulated memory: 619916 KiB

[startup+222.3 s]
/proc/loadavg: 4.84 3.18 2.81 5/270 18639
/proc/meminfo: memFree=126597276/131249996 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=633980 memory=620044 CPUtime=282.84 cores=0,2
/proc/18609/stat : 18609 (pb_competition_) R 18606 18609 18550 0 -1 4194304 804017 0 0 0 28192 92 0 0 20 0 2 0 32902252 649195520 155011 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
/proc/18609/statm: 158495 155011 672 633 0 156663 0
[pid=18609/tid=18617] ppid=18606 vsize=633980 memory=619916 CPUtime=61.83 cores=0,2
/proc/18609/task/18617/stat : 18617 (pb_competition_) R 18606 18609 18550 0 -1 4194368 31960 0 0 0 6160 23 0 0 20 0 2 0 32902255 649195520 155011 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
Current children cumulated CPU time: 282.84 s
Current children cumulated vsize: 633980 KiB
Current children cumulated memory: 620044 KiB

[startup+282.3 s]
/proc/loadavg: 4.83 3.48 2.94 6/270 18641
/proc/meminfo: memFree=126586784/131249996 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=634112 memory=620172 CPUtime=356.43 cores=0,2
/proc/18609/stat : 18609 (pb_competition_) R 18606 18609 18550 0 -1 4194304 858004 0 0 0 35539 104 0 0 20 0 2 0 32902252 649330688 155043 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
/proc/18609/statm: 158528 155043 672 633 0 156696 0
[pid=18609/tid=18617] ppid=18606 vsize=634112 memory=620044 CPUtime=75.75 cores=0,2
/proc/18609/task/18617/stat : 18617 (pb_competition_) S 18606 18609 18550 0 -1 4194368 34215 0 0 0 7546 29 0 0 20 0 2 0 32902255 649330688 155043 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
Current children cumulated CPU time: 356.43 s
Current children cumulated vsize: 634112 KiB

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

/proc/meminfo: memFree=126577076/131249996 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=638072 memory=625164 CPUtime=2983.05 cores=0,2
/proc/18609/stat : 18609 (pb_competition_) R 18606 18609 18550 0 -1 4194304 1258449 0 0 0 297932 373 0 0 20 0 2 0 32902252 653385728 156291 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
/proc/18609/statm: 159518 156291 672 633 0 157686 0
[pid=18609/tid=18617] ppid=18606 vsize=638072 memory=625164 CPUtime=613.62 cores=0,2
/proc/18609/task/18617/stat : 18617 (pb_competition_) S 18606 18609 18550 0 -1 4194368 51531 0 0 0 61187 175 0 0 20 0 2 0 32902255 653385728 156291 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
Current children cumulated CPU time: 2983.05 s
Current children cumulated vsize: 638072 KiB
Current children cumulated memory: 625164 KiB

[startup+2442.3 s]
/proc/loadavg: 4.92 5.13 4.90 7/266 18757
/proc/meminfo: memFree=126592576/131249996 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=638072 memory=625164 CPUtime=3056.86 cores=0,2
/proc/18609/stat : 18609 (pb_competition_) R 18606 18609 18550 0 -1 4194304 1260558 0 0 0 305306 380 0 0 20 0 2 0 32902252 653385728 156291 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
/proc/18609/statm: 159518 156291 672 633 0 157686 0
[pid=18609/tid=18617] ppid=18606 vsize=638072 memory=625164 CPUtime=627.75 cores=0,2
/proc/18609/task/18617/stat : 18617 (pb_competition_) S 18606 18609 18550 0 -1 4194368 51578 0 0 0 62597 178 0 0 20 0 2 0 32902255 653385728 156291 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
Current children cumulated CPU time: 3056.86 s
Current children cumulated vsize: 638072 KiB
Current children cumulated memory: 625164 KiB

[startup+2502.3 s]
/proc/loadavg: 5.05 5.12 4.92 6/267 18762
/proc/meminfo: memFree=126594628/131249996 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=638072 memory=625164 CPUtime=3134.95 cores=0,2
/proc/18609/stat : 18609 (pb_competition_) R 18606 18609 18550 0 -1 4194304 1262937 0 0 0 313108 387 0 0 20 0 2 0 32902252 653385728 156291 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
/proc/18609/statm: 159518 156291 672 633 0 157686 0
[pid=18609/tid=18617] ppid=18606 vsize=638072 memory=14464 CPUtime=646.18 cores=0,2
/proc/18609/task/18617/stat : 18617 (pb_competition_) S 18606 18609 18550 0 -1 4194368 51662 0 0 0 64436 182 0 0 20 0 2 0 32902255 653385728 156291 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
Current children cumulated CPU time: 3134.95 s
Current children cumulated vsize: 638072 KiB
Current children cumulated memory: 625164 KiB

[startup+2562.3 s]
/proc/loadavg: 5.07 5.12 4.93 6/267 18766
/proc/meminfo: memFree=126595672/131249996 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=638072 memory=625164 CPUtime=3209.66 cores=0,2
/proc/18609/stat : 18609 (pb_competition_) R 18606 18609 18550 0 -1 4194304 1265429 0 0 0 320573 393 0 0 20 0 2 0 32902252 653385728 156291 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
/proc/18609/statm: 159518 156291 672 633 0 157686 0
[pid=18609/tid=18617] ppid=18606 vsize=638072 memory=625164 CPUtime=661.22 cores=0,2
/proc/18609/task/18617/stat : 18617 (pb_competition_) R 18606 18609 18550 0 -1 4194368 51785 0 0 0 65936 186 0 0 20 0 2 0 32902255 653385728 156291 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
Current children cumulated CPU time: 3209.66 s
Current children cumulated vsize: 638072 KiB
Current children cumulated memory: 625164 KiB

[startup+2622.3 s]
/proc/loadavg: 5.12 5.13 4.95 5/267 18768
/proc/meminfo: memFree=126600752/131249996 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=638072 memory=625164 CPUtime=3285.13 cores=0,2
/proc/18609/stat : 18609 (pb_competition_) R 18606 18609 18550 0 -1 4194304 1267679 0 0 0 328112 401 0 0 20 0 2 0 32902252 653385728 156291 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
/proc/18609/statm: 159518 156291 672 633 0 157686 0
[pid=18609/tid=18617] ppid=18606 vsize=638072 memory=625164 CPUtime=677.03 cores=0,2
/proc/18609/task/18617/stat : 18617 (pb_competition_) S 18606 18609 18550 0 -1 4194368 51844 0 0 0 67512 191 0 0 20 0 2 0 32902255 653385728 156291 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
Current children cumulated CPU time: 3285.13 s
Current children cumulated vsize: 638072 KiB
Current children cumulated memory: 625164 KiB

[startup+2682.3 s]
/proc/loadavg: 5.08 5.12 4.95 6/267 18770
/proc/meminfo: memFree=126600920/131249996 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=638072 memory=625164 CPUtime=3359.09 cores=0,2
/proc/18609/stat : 18609 (pb_competition_) R 18606 18609 18550 0 -1 4194304 1270230 0 0 0 335502 407 0 0 20 0 2 0 32902252 653385728 156291 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
/proc/18609/statm: 159518 156291 672 633 0 157686 0
[pid=18609/tid=18617] ppid=18606 vsize=638072 memory=625164 CPUtime=691.3 cores=0,2
/proc/18609/task/18617/stat : 18617 (pb_competition_) R 18606 18609 18550 0 -1 4194368 51963 0 0 0 68935 195 0 0 20 0 2 0 32902255 653385728 156291 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
Current children cumulated CPU time: 3359.09 s
Current children cumulated vsize: 638072 KiB
Current children cumulated memory: 625164 KiB

[startup+2742.3 s]
/proc/loadavg: 4.99 5.10 4.96 6/268 18773
/proc/meminfo: memFree=126600972/131249996 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=638072 memory=625164 CPUtime=3435 cores=0,2
/proc/18609/stat : 18609 (pb_competition_) R 18606 18609 18550 0 -1 4194304 1272399 0 0 0 343087 413 0 0 20 0 2 0 32902252 653385728 156291 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
/proc/18609/statm: 159518 156291 672 633 0 157686 0
[pid=18609/tid=18617] ppid=18606 vsize=638072 memory=625164 CPUtime=707.54 cores=0,2
/proc/18609/task/18617/stat : 18617 (pb_competition_) S 18606 18609 18550 0 -1 4194368 52084 0 0 0 70555 199 0 0 20 0 2 0 32902255 653385728 156291 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
Current children cumulated CPU time: 3435 s
Current children cumulated vsize: 638072 KiB
Current children cumulated memory: 625164 KiB

[startup+2802.3 s]
/proc/loadavg: 4.82 5.04 4.95 6/267 18821
/proc/meminfo: memFree=123215780/131249996 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=638072 memory=625164 CPUtime=3511.82 cores=0,2
/proc/18609/stat : 18609 (pb_competition_) R 18606 18609 18550 0 -1 4194304 1274949 0 0 0 350761 421 0 0 20 0 2 0 32902252 653385728 156291 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
/proc/18609/statm: 159518 156291 672 633 0 157686 0
[pid=18609/tid=18617] ppid=18606 vsize=638072 memory=14464 CPUtime=724.7 cores=0,2
/proc/18609/task/18617/stat : 18617 (pb_competition_) S 18606 18609 18550 0 -1 4194368 52144 0 0 0 72268 202 0 0 20 0 2 0 32902255 653385728 156291 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
Current children cumulated CPU time: 3511.82 s
Current children cumulated vsize: 638072 KiB
Current children cumulated memory: 625164 KiB

[startup+2862.3 s]
/proc/loadavg: 4.58 4.94 4.92 6/267 18869
/proc/meminfo: memFree=119919596/131249996 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=638204 memory=625292 CPUtime=3587.09 cores=0,2
/proc/18609/stat : 18609 (pb_competition_) R 18606 18609 18550 0 -1 4194304 1277280 0 0 0 358280 429 0 0 20 0 2 0 32902252 653520896 156323 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
/proc/18609/statm: 159551 156323 672 633 0 157719 0
[pid=18609/tid=18617] ppid=18606 vsize=638204 memory=14464 CPUtime=740.29 cores=0,2
/proc/18609/task/18617/stat : 18617 (pb_competition_) S 18606 18609 18550 0 -1 4194368 52272 0 0 0 73822 207 0 0 20 0 2 0 32902255 653520896 156323 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
Current children cumulated CPU time: 3587.09 s
Current children cumulated vsize: 638204 KiB
Current children cumulated memory: 625292 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2873 s]*
/proc/loadavg: 4.56 4.93 4.92 6/267 18869
/proc/meminfo: memFree=119927192/131249996 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=638204 memory=625292 CPUtime=3600.13 cores=0,2
/proc/18609/stat : 18609 (pb_competition_) S 18606 18609 18550 0 -1 4194304 1277334 0 0 0 359582 431 0 0 20 0 2 0 32902252 653520896 156323 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
/proc/18609/statm: 159551 156323 672 633 0 157719 0
[pid=18609/tid=18617] ppid=18606 vsize=638204 memory=7970674835303448434 CPUtime=742.67 cores=0,2
/proc/18609/task/18617/stat : 18617 (pb_competition_) R 18606 18609 18550 0 -1 4194368 52275 0 0 0 74059 208 0 0 20 0 2 0 32902255 653520896 156323 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
Current children cumulated CPU time: 3600.13 s
Current children cumulated vsize: 638204 KiB
Current children cumulated memory: 625292 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.12 s, system=4.34509 s

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

[startup+2873.2 s]
/proc/loadavg: 4.56 4.93 4.92 6/267 18869
/proc/meminfo: memFree=119927192/131249996 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=544256 memory=531416 CPUtime=3600.33 cores=0,2
/proc/18609/stat : 18609 (pb_competition_) R 18606 18609 18550 0 -1 4194304 1303213 0 0 0 359600 433 0 0 20 0 2 0 32902252 557318144 132854 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
/proc/18609/statm: 136064 132854 672 633 0 134232 0
[pid=18609/tid=18617] ppid=18606 vsize=544256 memory=4932 CPUtime=742.67 cores=0,2
/proc/18609/task/18617/stat : 18617 (pb_competition_) S 18606 18609 18550 0 -1 4194368 52275 0 0 0 74059 208 0 0 20 0 2 0 32902255 557318144 132854 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
Current children cumulated CPU time: 3600.33 s
Current children cumulated vsize: 544256 KiB
Current children cumulated memory: 531416 KiB

[startup+2873.3 s]
/proc/loadavg: 4.56 4.93 4.92 6/267 18869
/proc/meminfo: memFree=119927192/131249996 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=544256 memory=531416 CPUtime=3600.42 cores=0,2
/proc/18609/stat : 18609 (pb_competition_) R 18606 18609 18550 0 -1 4194304 1305773 0 0 0 359609 433 0 0 20 0 2 0 32902252 557318144 132854 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
/proc/18609/statm: 136064 132854 672 633 0 134232 0
[pid=18609/tid=18617] ppid=18606 vsize=544256 memory=14464 CPUtime=742.67 cores=0,2
/proc/18609/task/18617/stat : 18617 (pb_competition_) S 18606 18609 18550 0 -1 4194368 52275 0 0 0 74059 208 0 0 20 0 2 0 32902255 557318144 132854 18446744073709551615 4198400 6788177 140728265501216 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 36179968 140728265509210 140728265509336 140728265509336 140728265514938 0
Current children cumulated CPU time: 3600.42 s
Current children cumulated vsize: 544256 KiB
Current children cumulated memory: 531416 KiB

Child status: 0

Real time (s): 2873.33
CPU time (s): 3600.47
CPU user time (s): 3596.12
CPU system time (s): 4.34509
CPU usage (%): 125.306
Max. virtual memory (cumulated for all children) (KiB): 638204
Max. memory (cumulated for all children) (KiB): 625292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.12
system time used= 4.34509
maximum resident set size= 625292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1318193
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= 462920
involuntary context switches= 23649


# summary of solver processes directly reported to runsolver:
#   pid: 18609
#   total CPU time (s): 3600.47
#   total CPU user time (s): 3596.12
#   total CPU system time (s): 4.34509

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.27303 second user time and 13.9857 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-06-29 06:43:47
IDJOB=4503526
IDBENCH=155520
IDSOLVER=3347
FILE ID=nodeC030/4503526-1751172227
RUNJOBID= nodeC030-1751172227-18563
SLURM_JOB_ID= 9587538
Free space on /tmp= 433004 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-73.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-4503526-1751172227/watcher-4503526-1751172227 -o /tmp/evaluation-result-4503526-1751172227/solver-4503526-1751172227 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751172227-18563 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 184291231 HOME/instance-4503526-1751172227.opb

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

MD5SUM BENCH= f8b1a93d1916f081f91f241f6f5f832b
RANDOM SEED=184291231

nodeC030 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.399
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	: 7000.62
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		: 3600.345
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	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.319
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	: 7000.62
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		: 3680.508
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	: 7000.62
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.198
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	: 7000.62
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		: 3602.879
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	: 7000.62
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.440
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	: 7000.62
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.475
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	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        130062308 kB
MemAvailable:   129788168 kB
Buffers:            3280 kB
Cached:           536404 kB
SwapCached:            0 kB
Active:           329336 kB
Inactive:         279684 kB
Active(anon):      87400 kB
Inactive(anon):        0 kB
Active(file):     241936 kB
Inactive(file):   279684 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             49896 kB
Writeback:             0 kB
AnonPages:         72428 kB
Mapped:           102748 kB
Shmem:             18064 kB
KReclaimable:      86556 kB
Slab:             171476 kB
SReclaimable:      86556 kB
SUnreclaim:        84920 kB
KernelStack:        4040 kB
PageTables:         2332 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     340124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150472 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432892 MiB
End job on nodeC030 at 2025-06-29 07:31:40