Trace number 4512788

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PRINTEMPS 2025-05-28? (TO) 3600.1 2409.33

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size112-round23-0.opb
MD5SUMab6600e5fcf1c6d7769b5fd648c35e77
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark3539.86
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9488
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)400
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c PRINTEMPS v2.7.0 (https://snowberryfield.github.io/printemps/)
0.00/0.03	c #variable: 4288
0.00/0.03	c #constraint: 9488
0.00/0.03	c #equal: 1296
0.00/0.03	c intsize: 4
0.00/0.03	c sizeproduct: 0
0.00/0.03	c #soft: 0
0.00/0.03	c mincost: 0
0.00/0.03	c maxcost: 0
0.00/0.03	c sumcost: 0
0.00/0.03	c iteration_max: -1
0.00/0.03	c time_max: -1
0.00/0.03	c number_of_threads(move update): 2
0.00/0.03	c number_of_threads(move evaluation): 2
0.00/0.03	c seed: 40409706
3600.06/2409.31	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 (58737 MiB free)
  memory of node 1: 64465 MiB (59647 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512788-1751209628/watcher-4512788-1751209628 -o /tmp/evaluation-result-4512788-1751209628/solver-4512788-1751209628 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751206246-26130 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 40409706 HOME/instance-4512788-1751209628.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=26778, runsolver pid=26775

[startup+0.100067 s]*
/proc/loadavg: 4.85 5.08 5.26 5/269 26780
/proc/meminfo: memFree=121206712/131249996 swapFree=33010684/33010684
[pid=26778] ppid=26775 vsize=104456 memory=33260 CPUtime=0.12 cores=0,2
/proc/26778/stat : 26778 (pb_competition_) R 26775 26778 26120 0 -1 4194304 7457 0 0 0 11 1 0 0 20 0 2 0 36641411 106962944 8315 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
/proc/26778/statm: 26114 8315 672 633 0 9801 0
[pid=26778/tid=26780] ppid=26775 vsize=104456 memory=4026531960 CPUtime=0.02 cores=0,2
/proc/26778/task/26780/stat : 26780 (pb_competition_) S 26775 26778 26120 0 -1 4194368 859 0 0 0 2 0 0 0 20 0 2 0 36641411 106962944 8315 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 104456 KiB
Current children cumulated memory: 33260 KiB

[startup+0.205879 s]*
/proc/loadavg: 4.85 5.08 5.26 6/269 26780
/proc/meminfo: memFree=121198648/131249996 swapFree=33010684/33010684
[pid=26778] ppid=26775 vsize=111492 memory=40300 CPUtime=0.24 cores=0,2
/proc/26778/stat : 26778 (pb_competition_) R 26775 26778 26120 0 -1 4194304 9215 0 0 0 23 1 0 0 20 0 2 0 36641411 114167808 10075 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
/proc/26778/statm: 27873 10075 672 633 0 11560 0
[pid=26778/tid=26780] ppid=26775 vsize=111492 memory=664958721904869660 CPUtime=0.03 cores=0,2
/proc/26778/task/26780/stat : 26780 (pb_competition_) S 26775 26778 26120 0 -1 4194368 859 0 0 0 3 0 0 0 20 0 2 0 36641411 114167808 10075 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 111492 KiB
Current children cumulated memory: 40300 KiB

[startup+0.305673 s]*
/proc/loadavg: 4.85 5.08 5.26 6/269 26780
/proc/meminfo: memFree=121198648/131249996 swapFree=33010684/33010684
[pid=26778] ppid=26775 vsize=111624 memory=40428 CPUtime=0.35 cores=0,2
/proc/26778/stat : 26778 (pb_competition_) S 26775 26778 26120 0 -1 4194304 9242 0 0 0 34 1 0 0 20 0 2 0 36641411 114302976 10107 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
/proc/26778/statm: 27906 10107 672 633 0 11593 0
[pid=26778/tid=26780] ppid=26775 vsize=111624 memory=-7023496383130734182 CPUtime=0.05 cores=0,2
/proc/26778/task/26780/stat : 26780 (pb_competition_) R 26775 26778 26120 0 -1 4194368 859 0 0 0 5 0 0 0 20 0 2 0 36641411 114302976 10107 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 111624 KiB
Current children cumulated memory: 40428 KiB

[startup+0.700225 s]
/proc/loadavg: 4.85 5.08 5.26 6/269 26780
/proc/meminfo: memFree=121198648/131249996 swapFree=33010684/33010684
[pid=26778] ppid=26775 vsize=111888 memory=40812 CPUtime=0.91 cores=0,2
/proc/26778/stat : 26778 (pb_competition_) R 26775 26778 26120 0 -1 4194304 9325 0 0 0 90 1 0 0 20 0 2 0 36641411 114573312 10203 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
/proc/26778/statm: 27972 10203 672 633 0 11659 0
[pid=26778/tid=26780] ppid=26775 vsize=111888 memory=17408 CPUtime=0.23 cores=0,2
/proc/26778/task/26780/stat : 26780 (pb_competition_) S 26775 26778 26120 0 -1 4194368 859 0 0 0 23 0 0 0 20 0 2 0 36641411 114573312 10203 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
Current children cumulated CPU time: 0.91 s
Current children cumulated vsize: 111888 KiB
Current children cumulated memory: 40812 KiB

[startup+1.50021 s]
/proc/loadavg: 4.85 5.08 5.26 7/269 26780
/proc/meminfo: memFree=121198900/131249996 swapFree=33010684/33010684
[pid=26778] ppid=26775 vsize=112152 memory=41068 CPUtime=2.16 cores=0,2
/proc/26778/stat : 26778 (pb_competition_) R 26775 26778 26120 0 -1 4194304 14572 0 0 0 214 2 0 0 20 0 2 0 36641411 114843648 10267 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
/proc/26778/statm: 28038 10267 672 633 0 11725 0
[pid=26778/tid=26780] ppid=26775 vsize=112152 memory=17408 CPUtime=0.68 cores=0,2
/proc/26778/task/26780/stat : 26780 (pb_competition_) R 26775 26778 26120 0 -1 4194368 1247 0 0 0 68 0 0 0 20 0 2 0 36641411 114843648 10267 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
Current children cumulated CPU time: 2.16 s
Current children cumulated vsize: 112152 KiB
Current children cumulated memory: 41068 KiB

[startup+3.1058 s]
/proc/loadavg: 4.85 5.08 5.26 5/269 26780
/proc/meminfo: memFree=121198900/131249996 swapFree=33010684/33010684
[pid=26778] ppid=26775 vsize=112388 memory=41216 CPUtime=4.25 cores=0,2
/proc/26778/stat : 26778 (pb_competition_) R 26775 26778 26120 0 -1 4194304 19976 0 0 0 422 3 0 0 20 0 2 0 36641411 115085312 10304 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
/proc/26778/statm: 28097 10304 672 633 0 11784 0
[pid=26778/tid=26780] ppid=26775 vsize=112388 memory=41016 CPUtime=1.17 cores=0,2
/proc/26778/task/26780/stat : 26780 (pb_competition_) S 26775 26778 26120 0 -1 4194368 1260 0 0 0 117 0 0 0 20 0 2 0 36641411 115085312 10304 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
Current children cumulated CPU time: 4.25 s
Current children cumulated vsize: 112388 KiB
Current children cumulated memory: 41216 KiB

[startup+6.30021 s]
/proc/loadavg: 4.94 5.09 5.27 5/269 26780
/proc/meminfo: memFree=121195308/131249996 swapFree=33010684/33010684
[pid=26778] ppid=26775 vsize=113048 memory=41856 CPUtime=9.17 cores=0,2
/proc/26778/stat : 26778 (pb_competition_) R 26775 26778 26120 0 -1 4194304 27491 0 0 0 913 4 0 0 20 0 2 0 36641411 115761152 10464 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
/proc/26778/statm: 28262 10464 672 633 0 11949 0
[pid=26778/tid=26780] ppid=26775 vsize=113048 memory=17408 CPUtime=2.94 cores=0,2
/proc/26778/task/26780/stat : 26780 (pb_competition_) S 26775 26778 26120 0 -1 4194368 1537 0 0 0 293 1 0 0 20 0 2 0 36641411 115761152 10464 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
Current children cumulated CPU time: 9.17 s
Current children cumulated vsize: 113048 KiB
Current children cumulated memory: 41856 KiB

[startup+12.7002 s]
/proc/loadavg: 4.95 5.09 5.27 6/269 26780
/proc/meminfo: memFree=121195812/131249996 swapFree=33010684/33010684
[pid=26778] ppid=26775 vsize=113576 memory=42496 CPUtime=18.24 cores=0,2
/proc/26778/stat : 26778 (pb_competition_) R 26775 26778 26120 0 -1 4194304 41151 0 0 0 1817 7 0 0 20 0 2 0 36641411 116301824 10624 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
/proc/26778/statm: 28394 10624 672 633 0 12081 0
[pid=26778/tid=26780] ppid=26775 vsize=113576 memory=42368 CPUtime=5.66 cores=0,2
/proc/26778/task/26780/stat : 26780 (pb_competition_) R 26775 26778 26120 0 -1 4194368 2216 0 0 0 564 2 0 0 20 0 2 0 36641411 116301824 10624 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
Current children cumulated CPU time: 18.24 s
Current children cumulated vsize: 113576 KiB
Current children cumulated memory: 42496 KiB

[startup+25.5002 s]
/proc/loadavg: 5.10 5.12 5.27 6/269 26780
/proc/meminfo: memFree=121194852/131249996 swapFree=33010684/33010684
[pid=26778] ppid=26775 vsize=113724 memory=42612 CPUtime=38.28 cores=0,2
/proc/26778/stat : 26778 (pb_competition_) R 26775 26778 26120 0 -1 4194304 58865 0 0 0 3813 15 0 0 20 0 2 0 36641411 116453376 10653 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
/proc/26778/statm: 28431 10653 672 633 0 12118 0
[pid=26778/tid=26780] ppid=26775 vsize=113724 memory=42624 CPUtime=12.99 cores=0,2
/proc/26778/task/26780/stat : 26780 (pb_competition_) R 26775 26778 26120 0 -1 4194368 3457 0 0 0 1294 5 0 0 20 0 2 0 36641411 116453376 10653 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
Current children cumulated CPU time: 38.28 s
Current children cumulated vsize: 113724 KiB
Current children cumulated memory: 42612 KiB

[startup+51.1056 s]
/proc/loadavg: 5.33 5.17 5.29 6/270 26782
/proc/meminfo: memFree=121185316/131249996 swapFree=33010684/33010684
[pid=26778] ppid=26775 vsize=114100 memory=42988 CPUtime=78.4 cores=0,2
/proc/26778/stat : 26778 (pb_competition_) R 26775 26778 26120 0 -1 4194304 346641 0 0 0 7776 64 0 0 20 0 2 0 36641411 116838400 10747 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
/proc/26778/statm: 28525 10747 672 633 0 12212 0
[pid=26778/tid=26780] ppid=26775 vsize=114100 memory=17408 CPUtime=27.72 cores=0,2
/proc/26778/task/26780/stat : 26780 (pb_competition_) R 26775 26778 26120 0 -1 4194368 4008 0 0 0 2762 10 0 0 20 0 2 0 36641411 116838400 10747 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
Current children cumulated CPU time: 78.4 s
Current children cumulated vsize: 114100 KiB
Current children cumulated memory: 42988 KiB

[startup+102.3 s]
/proc/loadavg: 5.61 5.27 5.31 6/270 26784
/proc/meminfo: memFree=121197608/131249996 swapFree=33010684/33010684
[pid=26778] ppid=26775 vsize=115728 memory=44616 CPUtime=160.18 cores=0,2
/proc/26778/stat : 26778 (pb_competition_) R 26775 26778 26120 0 -1 4194304 379215 0 0 0 15925 93 0 0 20 0 2 0 36641411 118505472 11154 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
/proc/26778/statm: 28932 11154 672 633 0 12619 0
[pid=26778/tid=26780] ppid=26775 vsize=115728 memory=17408 CPUtime=58.7 cores=0,2
/proc/26778/task/26780/stat : 26780 (pb_competition_) R 26775 26778 26120 0 -1 4194368 5153 0 0 0 5847 23 0 0 20 0 2 0 36641411 118505472 11154 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
Current children cumulated CPU time: 160.18 s
Current children cumulated vsize: 115728 KiB
Current children cumulated memory: 44616 KiB

[startup+162.3 s]
/proc/loadavg: 5.39 5.27 5.31 7/271 26790
/proc/meminfo: memFree=121205360/131249996 swapFree=33010684/33010684
[pid=26778] ppid=26775 vsize=116008 memory=44840 CPUtime=250.25 cores=0,2
/proc/26778/stat : 26778 (pb_competition_) R 26775 26778 26120 0 -1 4194304 4063912 0 0 0 24346 679 0 0 20 0 2 0 36641411 118792192 11210 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
/proc/26778/statm: 29002 11210 672 633 0 12689 0
[pid=26778/tid=26780] ppid=26775 vsize=116008 memory=5632 CPUtime=89.23 cores=0,2
/proc/26778/task/26780/stat : 26780 (pb_competition_) S 26775 26778 26120 0 -1 4194368 6015 0 0 0 8885 38 0 0 20 0 2 0 36641411 118792192 11210 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
Current children cumulated CPU time: 250.25 s
Current children cumulated vsize: 116008 KiB
Current children cumulated memory: 44840 KiB

[startup+222.3 s]
/proc/loadavg: 5.07 5.21 5.29 6/271 26792
/proc/meminfo: memFree=121229340/131249996 swapFree=33010684/33010684
[pid=26778] ppid=26775 vsize=116840 memory=45684 CPUtime=341.56 cores=0,2
/proc/26778/stat : 26778 (pb_competition_) R 26775 26778 26120 0 -1 4194304 7030276 0 0 0 33019 1137 0 0 20 0 2 0 36641411 119644160 11421 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
/proc/26778/statm: 29210 11421 672 633 0 12897 0
[pid=26778/tid=26780] ppid=26775 vsize=116840 memory=45404 CPUtime=120.96 cores=0,2
/proc/26778/task/26780/stat : 26780 (pb_competition_) R 26775 26778 26120 0 -1 4194368 7210 0 0 0 12046 50 0 0 20 0 2 0 36641411 119644160 11421 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
Current children cumulated CPU time: 341.56 s
Current children cumulated vsize: 116840 KiB
Current children cumulated memory: 45684 KiB

[startup+282.3 s]
/proc/loadavg: 5.30 5.26 5.30 5/271 26841
/proc/meminfo: memFree=125685404/131249996 swapFree=33010684/33010684
[pid=26778] ppid=26775 vsize=116340 memory=45236 CPUtime=433.27 cores=0,2
/proc/26778/stat : 26778 (pb_competition_) R 26775 26778 26120 0 -1 4194304 9142743 0 0 0 41868 1459 0 0 20 0 2 0 36641411 119132160 11277 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
/proc/26778/statm: 29085 11309 672 633 0 12772 0
[pid=26778/tid=26780] ppid=26775 vsize=116340 memory=45252 CPUtime=153.14 cores=0,2
/proc/26778/task/26780/stat : 26780 (pb_competition_) R 26775 26778 26120 0 -1 4194368 7895 0 0 0 15252 62 0 0 20 0 2 0 36641411 119132160 11309 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
Current children cumulated CPU time: 433.27 s
Current children cumulated vsize: 116340 KiB
Current children cumulated memory: 45236 KiB

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

/proc/meminfo: memFree=125710440/131249996 swapFree=33010684/33010684
[pid=26778] ppid=26775 vsize=119012 memory=47916 CPUtime=2756.85 cores=0,2
/proc/26778/stat : 26778 (pb_competition_) R 26775 26778 26120 0 -1 4194304 74019971 0 0 0 263184 12501 0 0 20 0 2 0 36641411 121868288 11979 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
/proc/26778/statm: 29753 11979 672 633 0 13440 0
[pid=26778/tid=26780] ppid=26775 vsize=119012 memory=47724 CPUtime=928.33 cores=0,2
/proc/26778/task/26780/stat : 26780 (pb_competition_) S 26775 26778 26120 0 -1 4194368 22161 0 0 0 92474 359 0 0 20 0 2 0 36641411 121868288 11979 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
Current children cumulated CPU time: 2756.85 s
Current children cumulated vsize: 119012 KiB
Current children cumulated memory: 47916 KiB

[startup+1902.3 s]
/proc/loadavg: 5.16 5.10 5.10 5/269 26922
/proc/meminfo: memFree=125705884/131249996 swapFree=33010684/33010684
[pid=26778] ppid=26775 vsize=119084 memory=47984 CPUtime=2845.24 cores=0,2
/proc/26778/stat : 26778 (pb_competition_) R 26775 26778 26120 0 -1 4194304 77609433 0 0 0 271380 13144 0 0 20 0 2 0 36641411 121942016 11996 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
/proc/26778/statm: 29771 11996 672 633 0 13458 0
[pid=26778/tid=26780] ppid=26775 vsize=119084 memory=47940 CPUtime=957.15 cores=0,2
/proc/26778/task/26780/stat : 26780 (pb_competition_) S 26775 26778 26120 0 -1 4194368 22925 0 0 0 95345 370 0 0 20 0 2 0 36641411 121942016 11996 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
Current children cumulated CPU time: 2845.24 s
Current children cumulated vsize: 119084 KiB
Current children cumulated memory: 47984 KiB

[startup+1962.3 s]
/proc/loadavg: 5.20 5.11 5.10 6/269 26930
/proc/meminfo: memFree=125705712/131249996 swapFree=33010684/33010684
[pid=26778] ppid=26775 vsize=119112 memory=48144 CPUtime=2933.61 cores=0,2
/proc/26778/stat : 26778 (pb_competition_) R 26775 26778 26120 0 -1 4194304 81120797 0 0 0 279608 13753 0 0 20 0 2 0 36641411 121970688 12036 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
/proc/26778/statm: 29778 12036 672 633 0 13465 0
[pid=26778/tid=26780] ppid=26775 vsize=119112 memory=47376 CPUtime=985.98 cores=0,2
/proc/26778/task/26780/stat : 26780 (pb_competition_) S 26775 26778 26120 0 -1 4194368 22932 0 0 0 98218 380 0 0 20 0 2 0 36641411 121970688 12036 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
Current children cumulated CPU time: 2933.61 s
Current children cumulated vsize: 119112 KiB
Current children cumulated memory: 48144 KiB

[startup+2022.3 s]
/proc/loadavg: 5.15 5.09 5.09 6/269 26932
/proc/meminfo: memFree=125705600/131249996 swapFree=33010684/33010684
[pid=26778] ppid=26775 vsize=118516 memory=47416 CPUtime=3022.79 cores=0,2
/proc/26778/stat : 26778 (pb_competition_) R 26775 26778 26120 0 -1 4194304 84725101 0 0 0 287916 14363 0 0 20 0 2 0 36641411 121360384 11854 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
/proc/26778/statm: 29629 11854 672 633 0 13316 0
[pid=26778/tid=26780] ppid=26775 vsize=118516 memory=47804 CPUtime=1015.57 cores=0,2
/proc/26778/task/26780/stat : 26780 (pb_competition_) R 26775 26778 26120 0 -1 4194368 23834 0 0 0 101166 391 0 0 20 0 2 0 36641411 121360384 11854 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
Current children cumulated CPU time: 3022.79 s
Current children cumulated vsize: 118516 KiB
Current children cumulated memory: 47416 KiB

[startup+2082.3 s]
/proc/loadavg: 5.33 5.14 5.11 6/269 26979
/proc/meminfo: memFree=125673524/131249996 swapFree=33010684/33010684
[pid=26778] ppid=26775 vsize=118256 memory=47324 CPUtime=3112.07 cores=0,2
/proc/26778/stat : 26778 (pb_competition_) R 26775 26778 26120 0 -1 4194304 88285388 0 0 0 296252 14955 0 0 20 0 2 0 36641411 121094144 11831 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
/proc/26778/statm: 29564 11831 672 633 0 13251 0
[pid=26778/tid=26780] ppid=26775 vsize=118256 memory=47324 CPUtime=1045.3 cores=0,2
/proc/26778/task/26780/stat : 26780 (pb_competition_) R 26775 26778 26120 0 -1 4194368 23855 0 0 0 104128 402 0 0 20 0 2 0 36641411 121094144 11831 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
Current children cumulated CPU time: 3112.07 s
Current children cumulated vsize: 118256 KiB
Current children cumulated memory: 47324 KiB

[startup+2142.3 s]
/proc/loadavg: 5.78 5.29 5.16 7/269 26981
/proc/meminfo: memFree=125676040/131249996 swapFree=33010684/33010684
[pid=26778] ppid=26775 vsize=119280 memory=48184 CPUtime=3201.45 cores=0,2
/proc/26778/stat : 26778 (pb_competition_) R 26775 26778 26120 0 -1 4194304 91781156 0 0 0 304606 15539 0 0 20 0 2 0 36641411 122142720 12046 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
/proc/26778/statm: 29820 12046 672 633 0 13507 0
[pid=26778/tid=26780] ppid=26775 vsize=119280 memory=47448 CPUtime=1075.13 cores=0,2
/proc/26778/task/26780/stat : 26780 (pb_competition_) S 26775 26778 26120 0 -1 4194368 24677 0 0 0 107101 412 0 0 20 0 2 0 36641411 122142720 12046 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
Current children cumulated CPU time: 3201.45 s
Current children cumulated vsize: 119280 KiB
Current children cumulated memory: 48184 KiB

[startup+2202.3 s]
/proc/loadavg: 5.76 5.37 5.20 8/268 26983
/proc/meminfo: memFree=125675420/131249996 swapFree=33010684/33010684
[pid=26778] ppid=26775 vsize=118580 memory=47480 CPUtime=3291.06 cores=0,2
/proc/26778/stat : 26778 (pb_competition_) R 26775 26778 26120 0 -1 4194304 95164653 0 0 0 312992 16114 0 0 20 0 2 0 36641411 121425920 11870 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
/proc/26778/statm: 29645 11870 672 633 0 13332 0
[pid=26778/tid=26780] ppid=26775 vsize=118580 memory=47284 CPUtime=1105.18 cores=0,2
/proc/26778/task/26780/stat : 26780 (pb_competition_) R 26775 26778 26120 0 -1 4194368 24797 0 0 0 110095 423 0 0 20 0 2 0 36641411 121425920 11870 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
Current children cumulated CPU time: 3291.06 s
Current children cumulated vsize: 118580 KiB
Current children cumulated memory: 47480 KiB

[startup+2262.3 s]
/proc/loadavg: 5.75 5.43 5.22 7/268 26986
/proc/meminfo: memFree=125675028/131249996 swapFree=33010684/33010684
[pid=26778] ppid=26775 vsize=119144 memory=48180 CPUtime=3380.55 cores=0,2
/proc/26778/stat : 26778 (pb_competition_) R 26775 26778 26120 0 -1 4194304 98673386 0 0 0 321340 16715 0 0 20 0 2 0 36641411 122003456 12045 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
/proc/26778/statm: 29786 12045 672 633 0 13473 0
[pid=26778/tid=26780] ppid=26775 vsize=119276 memory=47368 CPUtime=1135.09 cores=0,2
/proc/26778/task/26780/stat : 26780 (pb_competition_) S 26775 26778 26120 0 -1 4194368 24797 0 0 0 113077 432 0 0 20 0 2 0 36641411 122138624 12045 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
Current children cumulated CPU time: 3380.55 s
Current children cumulated vsize: 119144 KiB
Current children cumulated memory: 48180 KiB

[startup+2322.3 s]
/proc/loadavg: 5.60 5.44 5.24 8/267 26988
/proc/meminfo: memFree=125674396/131249996 swapFree=33010684/33010684
[pid=26778] ppid=26775 vsize=119124 memory=48032 CPUtime=3470.11 cores=0,2
/proc/26778/stat : 26778 (pb_competition_) R 26775 26778 26120 0 -1 4194304 102214453 0 0 0 329699 17312 0 0 20 0 2 0 36641411 121982976 12008 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
/proc/26778/statm: 29781 12008 672 633 0 13468 0
[pid=26778/tid=26780] ppid=26775 vsize=119124 memory=47456 CPUtime=1165.1 cores=0,2
/proc/26778/task/26780/stat : 26780 (pb_competition_) S 26775 26778 26120 0 -1 4194368 25951 0 0 0 116069 441 0 0 20 0 2 0 36641411 121982976 12008 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
Current children cumulated CPU time: 3470.11 s
Current children cumulated vsize: 119124 KiB
Current children cumulated memory: 48032 KiB

[startup+2382.3 s]
/proc/loadavg: 5.44 5.43 5.25 7/267 26990
/proc/meminfo: memFree=125674516/131249996 swapFree=33010684/33010684
[pid=26778] ppid=26775 vsize=118576 memory=47604 CPUtime=3559.82 cores=0,2
/proc/26778/stat : 26778 (pb_competition_) R 26775 26778 26120 0 -1 4194304 105754677 0 0 0 338075 17907 0 0 20 0 2 0 36641411 121421824 11869 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
/proc/26778/statm: 29737 11901 672 633 0 13424 0
[pid=26778/tid=26780] ppid=26775 vsize=118948 memory=47456 CPUtime=1195.22 cores=0,2
/proc/26778/task/26780/stat : 26780 (pb_competition_) S 26775 26778 26120 0 -1 4194368 26822 0 0 0 119072 450 0 0 20 0 2 0 36641411 121802752 11901 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
Current children cumulated CPU time: 3559.82 s
Current children cumulated vsize: 118576 KiB
Current children cumulated memory: 47604 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2409.3 s]
/proc/loadavg: 5.42 5.43 5.26 6/267 26991
/proc/meminfo: memFree=125679996/131249996 swapFree=33010684/33010684
[pid=26778] ppid=26775 vsize=118636 memory=47536 CPUtime=3600.06 cores=0,2
/proc/26778/stat : 26778 (pb_competition_) R 26775 26778 26120 0 -1 4194304 107353841 0 0 0 341824 18182 0 0 20 0 2 0 36641411 121483264 11884 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
/proc/26778/statm: 29659 11884 672 633 0 13346 0
[pid=26778/tid=26780] ppid=26775 vsize=118636 memory=47456 CPUtime=1208.65 cores=0,2
/proc/26778/task/26780/stat : 26780 (pb_competition_) R 26775 26778 26120 0 -1 4194368 27970 0 0 0 120410 455 0 0 20 0 2 0 36641411 121483264 11884 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 118636 KiB
Current children cumulated memory: 47536 KiB

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

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

# cumulated CPU time of all completed processes:  user=3418.28 s, system=181.824 s

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

[startup+2409.3 s]
/proc/loadavg: 5.42 5.43 5.26 6/267 26991
/proc/meminfo: memFree=125679996/131249996 swapFree=33010684/33010684
[pid=26778] ppid=26775 vsize=118636 memory=47536 CPUtime=3600.06 cores=0,2
/proc/26778/stat : 26778 (pb_competition_) R 26775 26778 26120 0 -1 4194304 107353841 0 0 0 341824 18182 0 0 20 0 2 0 36641411 121483264 11884 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
/proc/26778/statm: 29659 11884 672 633 0 13346 0
[pid=26778/tid=26780] ppid=26775 vsize=118636 memory=47456 CPUtime=1208.65 cores=0,2
/proc/26778/task/26780/stat : 26780 (pb_competition_) R 26775 26778 26120 0 -1 4194368 27970 0 0 0 120410 455 0 0 20 0 2 0 36641411 121483264 11884 18446744073709551615 4198400 6788177 140729547023632 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 11632640 140729547032923 140729547033048 140729547033048 140729547038650 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 118636 KiB
Current children cumulated memory: 47536 KiB

Child status: 0

Real time (s): 2409.33
CPU time (s): 3600.1
CPU user time (s): 3418.28
CPU system time (s): 181.824
CPU usage (%): 149.423
Max. virtual memory (cumulated for all children) (KiB): 119424
Max. memory (cumulated for all children) (KiB): 48344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3418.28
system time used= 181.824
maximum resident set size= 48436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107357851
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= 688839
involuntary context switches= 50080


# summary of solver processes directly reported to runsolver:
#   pid: 26778
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3418.28
#   total CPU system time (s): 181.824

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.94542 second user time and 11.2427 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-06-29 17:07:08
IDJOB=4512788
IDBENCH=162160
IDSOLVER=3347
FILE ID=nodeC032/4512788-1751209628
RUNJOBID= nodeC032-1751206246-26130
SLURM_JOB_ID= 9587632
Free space on /tmp= 431896 MiB

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

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

MD5SUM BENCH= ab6600e5fcf1c6d7769b5fd648c35e77
RANDOM SEED=40409706

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.993
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:        121226116 kB
MemAvailable:   121072052 kB
Buffers:            3280 kB
Cached:           656228 kB
SwapCached:            0 kB
Active:          8956932 kB
Inactive:         403032 kB
Active(anon):    8718528 kB
Inactive(anon):        0 kB
Active(file):     238404 kB
Inactive(file):   403032 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5524 kB
Writeback:             0 kB
AnonPages:       8703532 kB
Mapped:           110748 kB
Shmem:             18068 kB
KReclaimable:      87476 kB
Slab:             171216 kB
SReclaimable:      87476 kB
SUnreclaim:        83740 kB
KernelStack:        4336 kB
PageTables:        20064 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    9118348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    694272 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= 431920 MiB
End job on nodeC032 at 2025-06-29 17:47:17