Trace number 4544450

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.72 3239.65

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/koops/
normalized-mat16_15_identity_complement.opb
MD5SUMec82efcd866f342a1f5f756e3ed31d43
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 benchmark5.10808
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5508
Total number of constraints408375
Number of constraints which are clauses397971
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10404
Minimum length of a constraint2
Maximum length of a constraint17
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 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 33
Number of bits of the biggest sum of numbers6
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/)
1.44/0.95	c #variable: 5508
1.44/0.95	c #constraint: 408375
1.44/0.95	c #equal: 0
1.44/0.95	c intsize: 6
1.44/0.95	c sizeproduct: 0
1.44/0.95	c #soft: 0
1.44/0.95	c mincost: 0
1.44/0.95	c maxcost: 0
1.44/0.95	c sumcost: 0
1.44/0.95	c iteration_max: -1
1.44/0.95	c time_max: -1
1.44/0.95	c number_of_threads(move update): 2
1.44/0.95	c number_of_threads(move evaluation): 2
1.44/0.95	c seed: 482303424
3600.17/3239.14	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 (62665 MiB free)
  memory of node 1: 64507 MiB (63705 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=172220, runsolver pid=172217

[startup+0.100059 s]*
/proc/loadavg: 6.66 6.70 6.65 8/269 172222
/proc/meminfo: memFree=129337532/131249996 swapFree=33005016/33010684
[pid=172220] ppid=172217 vsize=147292 memory=76312 CPUtime=0.14 cores=4,6
/proc/172220/stat : 172220 (pb_competition_) R 172217 172220 170836 0 -1 4194304 10973 0 0 0 11 3 0 0 20 0 2 0 236509813 150827008 19078 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
/proc/172220/statm: 36823 19078 576 633 0 21598 0
[pid=172220/tid=172222] ppid=172217 vsize=147292 memory=4026531960 CPUtime=0.03 cores=4,6
/proc/172220/task/172222/stat : 172222 (pb_competition_) R 172217 172220 170836 0 -1 4194368 1947 0 0 0 3 0 0 0 20 0 2 0 236509819 150827008 19078 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 0 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 147292 KiB
Current children cumulated memory: 76312 KiB

[startup+0.206039 s]*
/proc/loadavg: 6.66 6.70 6.65 8/269 172222
/proc/meminfo: memFree=129305276/131249996 swapFree=33005016/33010684
[pid=172220] ppid=172217 vsize=164056 memory=110360 CPUtime=0.34 cores=4,6
/proc/172220/stat : 172220 (pb_competition_) R 172217 172220 170836 0 -1 4194304 19456 0 0 0 29 5 0 0 20 0 2 0 236509813 167993344 27590 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
/proc/172220/statm: 41014 27590 576 633 0 30067 0
[pid=172220/tid=172222] ppid=172217 vsize=164056 memory=4830726537859825948 CPUtime=0.15 cores=4,6
/proc/172220/task/172222/stat : 172222 (pb_competition_) R 172217 172220 170836 0 -1 4194368 6224 0 0 0 13 2 0 0 20 0 2 0 236509819 167993344 27590 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 0 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 164056 KiB
Current children cumulated memory: 110360 KiB

[startup+0.305986 s]*
/proc/loadavg: 6.66 6.70 6.65 8/269 172222
/proc/meminfo: memFree=129273272/131249996 swapFree=33005016/33010684
[pid=172220] ppid=172217 vsize=179896 memory=142232 CPUtime=0.54 cores=4,6
/proc/172220/stat : 172220 (pb_competition_) R 172217 172220 170836 0 -1 4194304 27416 0 0 0 48 6 0 0 20 0 2 0 236509813 184213504 35558 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
/proc/172220/statm: 44974 35558 576 633 0 38059 0
[pid=172220/tid=172222] ppid=172217 vsize=179896 memory=-9042593215941929312 CPUtime=0.24 cores=4,6
/proc/172220/task/172222/stat : 172222 (pb_competition_) R 172217 172220 170836 0 -1 4194368 10256 0 0 0 22 2 0 0 20 0 2 0 236509819 184213504 35558 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 0 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 179896 KiB
Current children cumulated memory: 142232 KiB

[startup+0.700198 s]
/proc/loadavg: 6.66 6.70 6.65 6/269 172222
/proc/meminfo: memFree=129131564/131249996 swapFree=33005016/33010684
[pid=172220] ppid=172217 vsize=488724 memory=473724 CPUtime=1.04 cores=4,6
/proc/172220/stat : 172220 (pb_competition_) R 172217 172220 170836 0 -1 4194304 60183 0 0 0 89 15 0 0 20 0 2 0 236509813 500453376 118431 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
/proc/172220/statm: 122181 118431 608 633 0 119953 0
[pid=172220/tid=172222] ppid=172217 vsize=488724 memory=23168 CPUtime=0.37 cores=4,6
/proc/172220/task/172222/stat : 172222 (pb_competition_) R 172217 172220 170836 0 -1 4194368 14944 0 0 0 34 3 0 0 20 0 2 0 236509819 500453376 118431 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 0 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
Current children cumulated CPU time: 1.04 s
Current children cumulated vsize: 488724 KiB
Current children cumulated memory: 473724 KiB

[startup+1.50019 s]
/proc/loadavg: 6.66 6.70 6.65 7/269 172222
/proc/meminfo: memFree=128871976/131249996 swapFree=33005016/33010684
[pid=172220] ppid=172217 vsize=657856 memory=612660 CPUtime=2.09 cores=4,6
/proc/172220/stat : 172220 (pb_competition_) R 172217 172220 170836 0 -1 4194304 108026 0 0 0 187 22 0 0 20 0 2 0 236509813 673644544 153165 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
/proc/172220/statm: 164464 153165 640 633 0 154820 0
[pid=172220/tid=172222] ppid=172217 vsize=657856 memory=23168 CPUtime=0.63 cores=4,6
/proc/172220/task/172222/stat : 172222 (pb_competition_) S 172217 172220 170836 0 -1 4194368 23912 0 0 0 58 5 0 0 20 0 2 0 236509819 673644544 153165 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
Current children cumulated CPU time: 2.09 s
Current children cumulated vsize: 657856 KiB
Current children cumulated memory: 612660 KiB

[startup+3.10602 s]
/proc/loadavg: 6.66 6.70 6.65 7/269 172222
/proc/meminfo: memFree=128488384/131249996 swapFree=33005016/33010684
[pid=172220] ppid=172217 vsize=1033320 memory=987664 CPUtime=3.69 cores=4,6
/proc/172220/stat : 172220 (pb_competition_) R 172217 172220 170836 0 -1 4194304 273435 0 0 0 330 39 0 0 20 0 2 0 236509813 1058119680 246916 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
/proc/172220/statm: 258330 246916 640 633 0 248686 0
[pid=172220/tid=172222] ppid=172217 vsize=1033320 memory=743604 CPUtime=0.63 cores=4,6
/proc/172220/task/172222/stat : 172222 (pb_competition_) S 172217 172220 170836 0 -1 4194368 23912 0 0 0 58 5 0 0 20 0 2 0 236509819 1058119680 246916 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
Current children cumulated CPU time: 3.69 s
Current children cumulated vsize: 1033320 KiB
Current children cumulated memory: 987664 KiB

[startup+6.30011 s]
/proc/loadavg: 6.53 6.67 6.64 7/269 172222
/proc/meminfo: memFree=128229180/131249996 swapFree=33005016/33010684
[pid=172220] ppid=172217 vsize=1221920 memory=1176216 CPUtime=6.89 cores=4,6
/proc/172220/stat : 172220 (pb_competition_) R 172217 172220 170836 0 -1 4194304 328263 0 0 0 641 48 0 0 20 0 2 0 236509813 1251246080 294054 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
/proc/172220/statm: 305480 294054 640 633 0 295836 0
[pid=172220/tid=172222] ppid=172217 vsize=1221920 memory=23168 CPUtime=0.64 cores=4,6
/proc/172220/task/172222/stat : 172222 (pb_competition_) S 172217 172220 170836 0 -1 4194368 24859 0 0 0 59 5 0 0 20 0 2 0 236509819 1251246080 294054 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
Current children cumulated CPU time: 6.89 s
Current children cumulated vsize: 1221920 KiB
Current children cumulated memory: 1176216 KiB

[startup+12.7002 s]
/proc/loadavg: 6.48 6.66 6.64 6/269 172222
/proc/meminfo: memFree=128201276/131249996 swapFree=33005016/33010684
[pid=172220] ppid=172217 vsize=1248676 memory=1202964 CPUtime=13.39 cores=4,6
/proc/172220/stat : 172220 (pb_competition_) R 172217 172220 170836 0 -1 4194304 536599 0 0 0 1279 60 0 0 20 0 2 0 236509813 1278644224 300741 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
/proc/172220/statm: 312169 300741 640 633 0 302525 0
[pid=172220/tid=172222] ppid=172217 vsize=1248676 memory=1202964 CPUtime=0.77 cores=4,6
/proc/172220/task/172222/stat : 172222 (pb_competition_) S 172217 172220 170836 0 -1 4194368 28885 0 0 0 71 6 0 0 20 0 2 0 236509819 1278644224 300741 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
Current children cumulated CPU time: 13.39 s
Current children cumulated vsize: 1248676 KiB
Current children cumulated memory: 1202964 KiB

[startup+25.5002 s]
/proc/loadavg: 6.38 6.62 6.63 5/269 172222
/proc/meminfo: memFree=128201544/131249996 swapFree=33005016/33010684
[pid=172220] ppid=172217 vsize=1248676 memory=1202964 CPUtime=26.24 cores=4,6
/proc/172220/stat : 172220 (pb_competition_) R 172217 172220 170836 0 -1 4194304 756408 0 0 0 2552 72 0 0 20 0 2 0 236509813 1278644224 300741 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
/proc/172220/statm: 312169 300741 640 633 0 302525 0
[pid=172220/tid=172222] ppid=172217 vsize=1248676 memory=1202964 CPUtime=0.85 cores=4,6
/proc/172220/task/172222/stat : 172222 (pb_competition_) S 172217 172220 170836 0 -1 4194368 29569 0 0 0 79 6 0 0 20 0 2 0 236509819 1278644224 300741 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
Current children cumulated CPU time: 26.24 s
Current children cumulated vsize: 1248676 KiB
Current children cumulated memory: 1202964 KiB

[startup+51.106 s]
/proc/loadavg: 6.33 6.59 6.61 7/269 172222
/proc/meminfo: memFree=128181620/131249996 swapFree=33005016/33010684
[pid=172220] ppid=172217 vsize=1248676 memory=1202964 CPUtime=54.75 cores=4,6
/proc/172220/stat : 172220 (pb_competition_) R 172217 172220 170836 0 -1 4194304 989443 0 0 0 5389 86 0 0 20 0 2 0 236509813 1278644224 300741 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
/proc/172220/statm: 312169 300741 640 633 0 302525 0
[pid=172220/tid=172222] ppid=172217 vsize=1248676 memory=23168 CPUtime=3.85 cores=4,6
/proc/172220/task/172222/stat : 172222 (pb_competition_) S 172217 172220 170836 0 -1 4194368 32651 0 0 0 378 7 0 0 20 0 2 0 236509819 1278644224 300741 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
Current children cumulated CPU time: 54.75 s
Current children cumulated vsize: 1248676 KiB
Current children cumulated memory: 1202964 KiB

[startup+102.3 s]
/proc/loadavg: 6.13 6.50 6.58 7/268 172228
/proc/meminfo: memFree=128175828/131249996 swapFree=33005016/33010684
[pid=172220] ppid=172217 vsize=1248676 memory=1202964 CPUtime=117.56 cores=4,6
/proc/172220/stat : 172220 (pb_competition_) R 172217 172220 170836 0 -1 4194304 1253089 0 0 0 11650 106 0 0 20 0 2 0 236509813 1278644224 300741 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
/proc/172220/statm: 312169 300741 640 633 0 302525 0
[pid=172220/tid=172222] ppid=172217 vsize=1248676 memory=23168 CPUtime=15.68 cores=4,6
/proc/172220/task/172222/stat : 172222 (pb_competition_) S 172217 172220 170836 0 -1 4194368 45552 0 0 0 1557 11 0 0 20 0 2 0 236509819 1278644224 300741 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
Current children cumulated CPU time: 117.56 s
Current children cumulated vsize: 1248676 KiB
Current children cumulated memory: 1202964 KiB

[startup+162.3 s]
/proc/loadavg: 6.08 6.41 6.54 6/269 172231
/proc/meminfo: memFree=128161676/131249996 swapFree=33005016/33010684
[pid=172220] ppid=172217 vsize=1248676 memory=1202964 CPUtime=187.66 cores=4,6
/proc/172220/stat : 172220 (pb_competition_) R 172217 172220 170836 0 -1 4194304 1413672 0 0 0 18646 120 0 0 20 0 2 0 236509813 1278644224 300741 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
/proc/172220/statm: 312169 300741 640 633 0 302525 0
[pid=172220/tid=172222] ppid=172217 vsize=1248676 memory=1202964 CPUtime=26.02 cores=4,6
/proc/172220/task/172222/stat : 172222 (pb_competition_) S 172217 172220 170836 0 -1 4194368 58078 0 0 0 2587 15 0 0 20 0 2 0 236509819 1278644224 300741 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
Current children cumulated CPU time: 187.66 s
Current children cumulated vsize: 1248676 KiB
Current children cumulated memory: 1202964 KiB

[startup+222.3 s]
/proc/loadavg: 5.87 6.29 6.49 7/269 172234
/proc/meminfo: memFree=128164580/131249996 swapFree=33005016/33010684
[pid=172220] ppid=172217 vsize=1248676 memory=1202964 CPUtime=255.91 cores=4,6
/proc/172220/stat : 172220 (pb_competition_) R 172217 172220 170836 0 -1 4194304 1495966 0 0 0 25464 127 0 0 20 0 2 0 236509813 1278644224 300741 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
/proc/172220/statm: 312169 300741 640 633 0 302525 0
[pid=172220/tid=172222] ppid=172217 vsize=1248676 memory=23168 CPUtime=34.48 cores=4,6
/proc/172220/task/172222/stat : 172222 (pb_competition_) S 172217 172220 170836 0 -1 4194368 66315 0 0 0 3432 16 0 0 20 0 2 0 236509819 1278644224 300741 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
Current children cumulated CPU time: 255.91 s
Current children cumulated vsize: 1248676 KiB
Current children cumulated memory: 1202964 KiB

[startup+282.3 s]
/proc/loadavg: 5.62 6.14 6.43 6/268 172236
/proc/meminfo: memFree=128185924/131249996 swapFree=33005016/33010684
[pid=172220] ppid=172217 vsize=1248676 memory=1202964 CPUtime=320.33 cores=4,6
/proc/172220/stat : 172220 (pb_competition_) R 172217 172220 170836 0 -1 4194304 1573980 0 0 0 31901 132 0 0 20 0 2 0 236509813 1278644224 300741 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
/proc/172220/statm: 312169 300741 640 633 0 302525 0
[pid=172220/tid=172222] ppid=172217 vsize=1248676 memory=1202964 CPUtime=39.09 cores=4,6
/proc/172220/task/172222/stat : 172222 (pb_competition_) S 172217 172220 170836 0 -1 4194368 71865 0 0 0 3891 18 0 0 20 0 2 0 236509819 1278644224 300741 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
Current children cumulated CPU time: 320.33 s
Current children cumulated vsize: 1248676 KiB

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

/proc/meminfo: memFree=125048496/131249996 swapFree=33005016/33010684
[pid=172220] ppid=172217 vsize=1248676 memory=1203988 CPUtime=3050.48 cores=4,6
/proc/172220/stat : 172220 (pb_competition_) R 172217 172220 170836 0 -1 4194304 1806543 0 0 0 304733 315 0 0 20 0 2 0 236509813 1278644224 300997 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
/proc/172220/statm: 312169 300997 640 633 0 302525 0
[pid=172220/tid=172222] ppid=172217 vsize=1248676 memory=1203988 CPUtime=320.27 cores=4,6
/proc/172220/task/172222/stat : 172222 (pb_competition_) S 172217 172220 170836 0 -1 4194368 75165 0 0 0 31902 125 0 0 20 0 2 0 236509819 1278644224 300997 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
Current children cumulated CPU time: 3050.48 s
Current children cumulated vsize: 1248676 KiB
Current children cumulated memory: 1203988 KiB

[startup+2802.3 s]
/proc/loadavg: 3.61 3.79 4.52 7/260 172494
/proc/meminfo: memFree=125054852/131249996 swapFree=33005016/33010684
[pid=172220] ppid=172217 vsize=1248676 memory=1203988 CPUtime=3118.14 cores=4,6
/proc/172220/stat : 172220 (pb_competition_) R 172217 172220 170836 0 -1 4194304 1807650 0 0 0 311493 321 0 0 20 0 2 0 236509813 1278644224 300997 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
/proc/172220/statm: 312169 300997 640 633 0 302525 0
[pid=172220/tid=172222] ppid=172217 vsize=1248676 memory=1203988 CPUtime=328.21 cores=4,6
/proc/172220/task/172222/stat : 172222 (pb_competition_) S 172217 172220 170836 0 -1 4194368 75176 0 0 0 32692 129 0 0 20 0 2 0 236509819 1278644224 300997 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
Current children cumulated CPU time: 3118.14 s
Current children cumulated vsize: 1248676 KiB
Current children cumulated memory: 1203988 KiB

[startup+2862.3 s]
/proc/loadavg: 3.81 3.81 4.48 5/261 172497
/proc/meminfo: memFree=125054016/131249996 swapFree=33005016/33010684
[pid=172220] ppid=172217 vsize=1248676 memory=1203988 CPUtime=3183.9 cores=4,6
/proc/172220/stat : 172220 (pb_competition_) R 172217 172220 170836 0 -1 4194304 1808978 0 0 0 318067 323 0 0 20 0 2 0 236509813 1278644224 300997 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
/proc/172220/statm: 312169 300997 640 633 0 302525 0
[pid=172220/tid=172222] ppid=172217 vsize=1248676 memory=1203988 CPUtime=334.22 cores=4,6
/proc/172220/task/172222/stat : 172222 (pb_competition_) S 172217 172220 170836 0 -1 4194368 75231 0 0 0 33291 131 0 0 20 0 2 0 236509819 1278644224 300997 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
Current children cumulated CPU time: 3183.9 s
Current children cumulated vsize: 1248676 KiB
Current children cumulated memory: 1203988 KiB

[startup+2922.3 s]
/proc/loadavg: 3.50 3.72 4.41 6/260 172499
/proc/meminfo: memFree=125047888/131249996 swapFree=33005016/33010684
[pid=172220] ppid=172217 vsize=1248676 memory=1203988 CPUtime=3250.59 cores=4,6
/proc/172220/stat : 172220 (pb_competition_) R 172217 172220 170836 0 -1 4194304 1809407 0 0 0 324730 329 0 0 20 0 2 0 236509813 1278644224 300997 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
/proc/172220/statm: 312169 300997 640 633 0 302525 0
[pid=172220/tid=172222] ppid=172217 vsize=1248676 memory=1203988 CPUtime=341.16 cores=4,6
/proc/172220/task/172222/stat : 172222 (pb_competition_) R 172217 172220 170836 0 -1 4194368 75338 0 0 0 33982 134 0 0 20 0 2 0 236509819 1278644224 300997 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
Current children cumulated CPU time: 3250.59 s
Current children cumulated vsize: 1248676 KiB
Current children cumulated memory: 1203988 KiB

[startup+2982.3 s]
/proc/loadavg: 2.89 3.51 4.29 3/253 172532
/proc/meminfo: memFree=125069240/131249996 swapFree=33005016/33010684
[pid=172220] ppid=172217 vsize=1248676 memory=1203988 CPUtime=3317.42 cores=4,6
/proc/172220/stat : 172220 (pb_competition_) R 172217 172220 170836 0 -1 4194304 1810412 0 0 0 331409 333 0 0 20 0 2 0 236509813 1278644224 300997 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
/proc/172220/statm: 312169 300997 640 633 0 302525 0
[pid=172220/tid=172222] ppid=172217 vsize=1248676 memory=14464 CPUtime=348.27 cores=4,6
/proc/172220/task/172222/stat : 172222 (pb_competition_) S 172217 172220 170836 0 -1 4194368 75340 0 0 0 34690 137 0 0 20 0 2 0 236509819 1278644224 300997 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
Current children cumulated CPU time: 3317.42 s
Current children cumulated vsize: 1248676 KiB
Current children cumulated memory: 1203988 KiB

[startup+3042.3 s]
/proc/loadavg: 2.49 3.28 4.16 3/254 172535
/proc/meminfo: memFree=125067672/131249996 swapFree=33005016/33010684
[pid=172220] ppid=172217 vsize=1248676 memory=1203988 CPUtime=3383.1 cores=4,6
/proc/172220/stat : 172220 (pb_competition_) R 172217 172220 170836 0 -1 4194304 1811790 0 0 0 337973 337 0 0 20 0 2 0 236509813 1278644224 300997 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
/proc/172220/statm: 312169 300997 640 633 0 302525 0
[pid=172220/tid=172222] ppid=172217 vsize=1248676 memory=1203988 CPUtime=354.21 cores=4,6
/proc/172220/task/172222/stat : 172222 (pb_competition_) S 172217 172220 170836 0 -1 4194368 75419 0 0 0 35281 140 0 0 20 0 2 0 236509819 1278644224 300997 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
Current children cumulated CPU time: 3383.1 s
Current children cumulated vsize: 1248676 KiB
Current children cumulated memory: 1203988 KiB

[startup+3102.3 s]
/proc/loadavg: 2.39 3.09 4.04 3/255 172540
/proc/meminfo: memFree=125068176/131249996 swapFree=33005016/33010684
[pid=172220] ppid=172217 vsize=1248676 memory=1203988 CPUtime=3451.05 cores=4,6
/proc/172220/stat : 172220 (pb_competition_) R 172217 172220 170836 0 -1 4194304 1813120 0 0 0 344765 340 0 0 20 0 2 0 236509813 1278644224 300997 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
/proc/172220/statm: 312169 300997 640 633 0 302525 0
[pid=172220/tid=172222] ppid=172217 vsize=1248676 memory=14464 CPUtime=362.44 cores=4,6
/proc/172220/task/172222/stat : 172222 (pb_competition_) S 172217 172220 170836 0 -1 4194368 75576 0 0 0 36102 142 0 0 20 0 2 0 236509819 1278644224 300997 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
Current children cumulated CPU time: 3451.05 s
Current children cumulated vsize: 1248676 KiB
Current children cumulated memory: 1203988 KiB

[startup+3162.3 s]
/proc/loadavg: 2.38 2.95 3.93 3/255 172543
/proc/meminfo: memFree=125067372/131249996 swapFree=33005016/33010684
[pid=172220] ppid=172217 vsize=1248676 memory=1203988 CPUtime=3517.61 cores=4,6
/proc/172220/stat : 172220 (pb_competition_) R 172217 172220 170836 0 -1 4194304 1813388 0 0 0 351416 345 0 0 20 0 2 0 236509813 1278644224 300997 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
/proc/172220/statm: 312169 300997 640 633 0 302525 0
[pid=172220/tid=172222] ppid=172217 vsize=1248676 memory=1203988 CPUtime=369.25 cores=4,6
/proc/172220/task/172222/stat : 172222 (pb_competition_) S 172217 172220 170836 0 -1 4194368 75609 0 0 0 36780 145 0 0 20 0 2 0 236509819 1278644224 300997 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
Current children cumulated CPU time: 3517.61 s
Current children cumulated vsize: 1248676 KiB
Current children cumulated memory: 1203988 KiB

[startup+3222.3 s]
/proc/loadavg: 2.40 2.84 3.82 3/255 172545
/proc/meminfo: memFree=125042980/131249996 swapFree=33005016/33010684
[pid=172220] ppid=172217 vsize=1248676 memory=1203988 CPUtime=3581.41 cores=4,6
/proc/172220/stat : 172220 (pb_competition_) R 172217 172220 170836 0 -1 4194304 1814545 0 0 0 357794 347 0 0 20 0 2 0 236509813 1278644224 300997 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
/proc/172220/statm: 312169 300997 640 633 0 302525 0
[pid=172220/tid=172222] ppid=172217 vsize=1248676 memory=1203988 CPUtime=373.31 cores=4,6
/proc/172220/task/172222/stat : 172222 (pb_competition_) S 172217 172220 170836 0 -1 4194368 75617 0 0 0 37185 146 0 0 20 0 2 0 236509819 1278644224 300997 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
Current children cumulated CPU time: 3581.41 s
Current children cumulated vsize: 1248676 KiB
Current children cumulated memory: 1203988 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3239 s]*
/proc/loadavg: 2.47 2.84 3.81 4/255 172550
/proc/meminfo: memFree=125050140/131249996 swapFree=33005016/33010684
[pid=172220] ppid=172217 vsize=1248676 memory=1203988 CPUtime=3600.07 cores=4,6
/proc/172220/stat : 172220 (pb_competition_) S 172217 172220 170836 0 -1 4194304 1814763 0 0 0 359658 349 0 0 20 0 2 0 236509813 1278644224 300997 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
/proc/172220/statm: 312169 300997 640 633 0 302525 0
[pid=172220/tid=172222] ppid=172217 vsize=1248676 memory=-8970535583249230176 CPUtime=375.34 cores=4,6
/proc/172220/task/172222/stat : 172222 (pb_competition_) R 172217 172220 170836 0 -1 4194368 75627 0 0 0 37387 147 0 0 20 0 2 0 236509819 1278644224 300997 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 1248676 KiB
Current children cumulated memory: 1203988 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.15 s, system=3.56679 s

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

[startup+3239.2 s]
/proc/loadavg: 2.47 2.84 3.81 4/255 172550
/proc/meminfo: memFree=125050140/131249996 swapFree=33005016/33010684
[pid=172220] ppid=172217 vsize=1248676 memory=1203988 CPUtime=3600.26 cores=4,6
/proc/172220/stat : 172220 (pb_competition_) R 172217 172220 170836 0 -1 4194304 1824323 0 0 0 359676 350 0 0 20 0 2 0 236509813 1278644224 300997 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
/proc/172220/statm: 312169 300997 640 633 0 302525 0
[pid=172220/tid=172222] ppid=172217 vsize=1248676 memory=1203988 CPUtime=375.34 cores=4,6
/proc/172220/task/172222/stat : 172222 (pb_competition_) S 172217 172220 170836 0 -1 4194368 75627 0 0 0 37387 147 0 0 20 0 2 0 236509819 1278644224 300997 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 1248676 KiB
Current children cumulated memory: 1203988 KiB

[startup+3239.6 s]
/proc/loadavg: 2.47 2.84 3.81 4/255 172550
/proc/meminfo: memFree=125050140/131249996 swapFree=33005016/33010684
[pid=172220] ppid=172217 vsize=1031724 memory=987148 CPUtime=3600.66 cores=4,6
/proc/172220/stat : 172220 (pb_competition_) R 172217 172220 170836 0 -1 4194304 1905442 0 0 0 359712 354 0 0 20 0 2 0 236509813 1056485376 246787 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
/proc/172220/statm: 257931 246787 640 633 0 248287 0
[pid=172220/tid=172222] ppid=172217 vsize=1031724 memory=23168 CPUtime=375.34 cores=4,6
/proc/172220/task/172222/stat : 172222 (pb_competition_) S 172217 172220 170836 0 -1 4194368 75627 0 0 0 37387 147 0 0 20 0 2 0 236509819 1056485376 246787 18446744073709551615 4198400 6788177 140724130830736 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 26681344 140724130834776 140724130834902 140724130834902 140724130840506 0
Current children cumulated CPU time: 3600.66 s
Current children cumulated vsize: 1031724 KiB
Current children cumulated memory: 987148 KiB

Child status: 0

Real time (s): 3239.65
CPU time (s): 3600.72
CPU user time (s): 3597.15
CPU system time (s): 3.56679
CPU usage (%): 111.145
Max. virtual memory (cumulated for all children) (KiB): 1248676
Max. memory (cumulated for all children) (KiB): 1203988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.15
system time used= 3.56679
maximum resident set size= 1203988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1921842
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= 238771
involuntary context switches= 9857


# summary of solver processes directly reported to runsolver:
#   pid: 172220
#   total CPU time (s): 3600.72
#   total CPU user time (s): 3597.15
#   total CPU system time (s): 3.56679

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.95643 second user time and 16.1575 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-07-22 20:18:22
IDJOB=4544450
IDBENCH=180672
IDSOLVER=3347
FILE ID=nodeC030/4544450-1753208302
RUNJOBID= nodeC030-1753198973-170854
SLURM_JOB_ID= 9687763
Free space on /tmp= 432820 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB25/normalized-PB25/DEC-LIN/koops/normalized-mat16_15_identity_complement.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-4544450-1753208302/watcher-4544450-1753208302 -o /tmp/evaluation-result-4544450-1753208302/solver-4544450-1753208302 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1753198973-170854 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 482303424 HOME/instance-4544450-1753208302.opb

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

MD5SUM BENCH= ec82efcd866f342a1f5f756e3ed31d43
RANDOM SEED=482303424

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.320
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		: 3599.967
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		: 3602.074
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		: 3600.159
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		: 3601.223
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		: 3600.465
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.328
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.289
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:        129404004 kB
MemAvailable:   129647436 kB
Buffers:              16 kB
Cached:          1010224 kB
SwapCached:          232 kB
Active:           819848 kB
Inactive:         339000 kB
Active(anon):     132460 kB
Inactive(anon):    37904 kB
Active(file):     687388 kB
Inactive(file):   301096 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005016 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             15548 kB
Writeback:             0 kB
AnonPages:        151508 kB
Mapped:           112176 kB
Shmem:             21756 kB
KReclaimable:     187976 kB
Slab:             283180 kB
SReclaimable:     187976 kB
SUnreclaim:        95204 kB
KernelStack:        4304 kB
PageTables:         3284 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     522336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 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= 432788 MiB
End job on nodeC030 at 2025-07-22 21:12:22