Trace number 4511946

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) 3602.83 3572.66

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw512/normalized-hw512-vm85p-dec.opb.negationfix.opb
MD5SUM2eef1711f83da3240b93c8bf7cceebfd
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 benchmark10.0316
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2269184
Total number of constraints9888
Number of constraints which are clauses4431
Number of constraints which are cardinality constraints (but not clauses)4431
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint4431
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 1668307
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 4135727
Number of bits of the biggest sum of numbers22
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/)
16.61/12.76	c #variable: 2269184
16.61/12.76	c #constraint: 9888
16.61/12.76	c #equal: 0
16.61/12.76	c intsize: 22
16.61/12.76	c sizeproduct: 0
16.61/12.76	c #soft: 0
16.61/12.76	c mincost: 0
16.61/12.76	c maxcost: 0
16.61/12.76	c sumcost: 0
16.61/12.76	c iteration_max: -1
16.61/12.76	c time_max: -1
16.61/12.76	c number_of_threads(move update): 2
16.61/12.76	c number_of_threads(move evaluation): 2
16.61/12.76	c seed: 796470686
3601.56/3571.49	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: 63794 MiB (62232 MiB free)
  memory of node 1: 64507 MiB (63525 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4511946-1751208857/watcher-4511946-1751208857 -o /tmp/evaluation-result-4511946-1751208857/solver-4511946-1751208857 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751205227-25844 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 796470686 HOME/instance-4511946-1751208857.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
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=26409, runsolver pid=26406


[startup+0.100067 s]*
/proc/loadavg: 7.85 8.06 8.01 7/256 26411
/proc/meminfo: memFree=128642648/131382120 swapFree=33010416/33010684
[pid=26409] ppid=26406 vsize=196196 memory=121432 CPUtime=0.11 cores=4,6
/proc/26409/stat : 26409 (pb_competition_) R 26406 26409 25833 0 -1 4194304 30153 0 0 0 4 7 0 0 20 0 2 0 36565305 200904704 30358 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
/proc/26409/statm: 49049 30358 576 633 0 32274 0
[pid=26409/tid=26411] ppid=26406 vsize=196196 memory=4026531960 CPUtime=0.01 cores=4,6
/proc/26409/task/26411/stat : 26411 (pb_competition_) R 26406 26409 25833 0 -1 4194368 391 0 0 0 1 0 0 0 20 0 2 0 36565313 200904704 30358 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 0 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 196196 KiB
Current children cumulated memory: 121432 KiB

[startup+0.214986 s]*
/proc/loadavg: 7.78 8.04 8.01 7/256 26411
/proc/meminfo: memFree=128574796/131382120 swapFree=33010416/33010684
[pid=26409] ppid=26406 vsize=233508 memory=163800 CPUtime=0.33 cores=4,6
/proc/26409/stat : 26409 (pb_competition_) R 26406 26409 25833 0 -1 4194304 40758 0 0 0 24 9 0 0 20 0 2 0 36565305 239112192 40950 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
/proc/26409/statm: 58377 40950 576 633 0 43788 0
[pid=26409/tid=26411] ppid=26406 vsize=233508 memory=664958721904869660 CPUtime=0.11 cores=4,6
/proc/26409/task/26411/stat : 26411 (pb_competition_) R 26406 26409 25833 0 -1 4194368 2581 0 0 0 10 1 0 0 20 0 2 0 36565313 239112192 40950 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 0 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 233508 KiB
Current children cumulated memory: 163800 KiB

[startup+0.317516 s]*
/proc/loadavg: 7.78 8.04 8.01 7/256 26411
/proc/meminfo: memFree=128550604/131382120 swapFree=33010416/33010684
[pid=26409] ppid=26406 vsize=265192 memory=199128 CPUtime=0.51 cores=4,6
/proc/26409/stat : 26409 (pb_competition_) R 26406 26409 25833 0 -1 4194304 49596 0 0 0 40 11 0 0 20 0 2 0 36565305 271556608 49782 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
/proc/26409/statm: 66298 49782 576 633 0 53506 0
[pid=26409/tid=26411] ppid=26406 vsize=265192 memory=7971231170973874542 CPUtime=0.19 cores=4,6
/proc/26409/task/26411/stat : 26411 (pb_competition_) R 26406 26409 25833 0 -1 4194368 4378 0 0 0 18 1 0 0 20 0 2 0 36565313 271556608 49782 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 0 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 265192 KiB
Current children cumulated memory: 199128 KiB

[startup+0.70025 s]
/proc/loadavg: 7.78 8.04 8.01 7/256 26411
/proc/meminfo: memFree=128478028/131382120 swapFree=33010416/33010684
[pid=26409] ppid=26406 vsize=383664 memory=341464 CPUtime=1.23 cores=4,6
/proc/26409/stat : 26409 (pb_competition_) R 26406 26409 25833 0 -1 4194304 85165 0 0 0 104 19 0 0 20 0 2 0 36565305 392871936 85366 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
/proc/26409/statm: 95916 85366 576 633 0 92107 0
[pid=26409/tid=26411] ppid=26406 vsize=383664 memory=17152 CPUtime=0.54 cores=4,6
/proc/26409/task/26411/stat : 26411 (pb_competition_) R 26406 26409 25833 0 -1 4194368 13361 0 0 0 49 5 0 0 20 0 2 0 36565313 392871936 85366 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 0 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 383664 KiB
Current children cumulated memory: 341464 KiB

[startup+1.50021 s]
/proc/loadavg: 7.78 8.04 8.01 8/256 26411
/proc/meminfo: memFree=128269372/131382120 swapFree=33010416/33010684
[pid=26409] ppid=26406 vsize=774144 memory=690776 CPUtime=2.81 cores=4,6
/proc/26409/stat : 26409 (pb_competition_) R 26406 26409 25833 0 -1 4194304 178017 0 0 0 248 33 0 0 20 0 2 0 36565305 792723456 172694 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
/proc/26409/statm: 193536 172694 576 633 0 185727 0
[pid=26409/tid=26411] ppid=26406 vsize=774144 memory=17152 CPUtime=1.33 cores=4,6
/proc/26409/task/26411/stat : 26411 (pb_competition_) R 26406 26409 25833 0 -1 4194368 44073 0 0 0 123 10 0 0 20 0 2 0 36565313 792723456 172694 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 0 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 774144 KiB
Current children cumulated memory: 690776 KiB

[startup+3.11306 s]
/proc/loadavg: 7.78 8.04 8.01 7/256 26411
/proc/meminfo: memFree=127698512/131382120 swapFree=33010416/33010684
[pid=26409] ppid=26406 vsize=1172496 memory=1051608 CPUtime=4.57 cores=4,6
/proc/26409/stat : 26409 (pb_competition_) R 26406 26409 25833 0 -1 4194304 325598 0 0 0 409 48 0 0 20 0 2 0 36565305 1200635904 262902 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
/proc/26409/statm: 293124 262902 576 633 0 276401 0
[pid=26409/tid=26411] ppid=26406 vsize=1172496 memory=799576 CPUtime=1.48 cores=4,6
/proc/26409/task/26411/stat : 26411 (pb_competition_) S 26406 26409 25833 0 -1 4194368 52621 0 0 0 137 11 0 0 20 0 2 0 36565313 1200635904 262902 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 0 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
Current children cumulated CPU time: 4.57 s
Current children cumulated vsize: 1172496 KiB
Current children cumulated memory: 1051608 KiB

[startup+6.30035 s]
/proc/loadavg: 7.56 7.99 7.99 7/256 26411
/proc/meminfo: memFree=127406716/131382120 swapFree=33010416/33010684
[pid=26409] ppid=26406 vsize=1725208 memory=1604696 CPUtime=7.74 cores=4,6
/proc/26409/stat : 26409 (pb_competition_) R 26406 26409 25833 0 -1 4194304 614338 0 0 0 697 77 0 0 20 0 2 0 36565305 1766612992 401174 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
/proc/26409/statm: 431302 401174 608 633 0 414579 0
[pid=26409/tid=26411] ppid=26406 vsize=1725208 memory=17152 CPUtime=1.48 cores=4,6
/proc/26409/task/26411/stat : 26411 (pb_competition_) S 26406 26409 25833 0 -1 4194368 52621 0 0 0 137 11 0 0 20 0 2 0 36565313 1766612992 401174 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 0 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
Current children cumulated CPU time: 7.74 s
Current children cumulated vsize: 1725208 KiB
Current children cumulated memory: 1604696 KiB

[startup+12.7003 s]
/proc/loadavg: 7.44 7.96 7.98 7/255 26412
/proc/meminfo: memFree=126619652/131382120 swapFree=33010416/33010684
[pid=26409] ppid=26406 vsize=2221152 memory=2135476 CPUtime=16.61 cores=4,6
/proc/26409/stat : 26409 (pb_competition_) R 26406 26409 25833 0 -1 4194304 1087057 0 0 0 1537 124 0 0 20 0 2 0 36565305 2274459648 533869 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
/proc/26409/statm: 555288 533869 608 633 0 547239 0
[pid=26409/tid=26411] ppid=26406 vsize=2221152 memory=2130100 CPUtime=3.98 cores=4,6
/proc/26409/task/26411/stat : 26411 (pb_competition_) S 26406 26409 25833 0 -1 4194368 136056 0 0 0 373 25 0 0 20 0 2 0 36565313 2274459648 533869 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 0 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
Current children cumulated CPU time: 16.61 s
Current children cumulated vsize: 2221152 KiB
Current children cumulated memory: 2135476 KiB

[startup+25.5003 s]
/proc/loadavg: 7.06 7.86 7.95 6/251 26447
/proc/meminfo: memFree=125335476/131382120 swapFree=33010416/33010684
[pid=26409] ppid=26406 vsize=3426280 memory=3340868 CPUtime=29.37 cores=4,6
/proc/26409/stat : 26409 (pb_competition_) R 26406 26409 25833 0 -1 4194304 1864490 0 0 0 2743 194 0 0 20 0 2 0 36565305 3508510720 835217 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
/proc/26409/statm: 856570 835217 672 633 0 848521 0
[pid=26409/tid=26411] ppid=26406 vsize=3426280 memory=14304 CPUtime=3.98 cores=4,6
/proc/26409/task/26411/stat : 26411 (pb_competition_) S 26406 26409 25833 0 -1 4194368 136056 0 0 0 373 25 0 0 20 0 2 0 36565313 3508510720 835217 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
Current children cumulated CPU time: 29.37 s
Current children cumulated vsize: 3426280 KiB
Current children cumulated memory: 3340868 KiB

[startup+51.1137 s]
/proc/loadavg: 6.00 7.52 7.83 6/255 26458
/proc/meminfo: memFree=119892664/131382120 swapFree=33010416/33010684
[pid=26409] ppid=26406 vsize=3501812 memory=3416300 CPUtime=54.84 cores=4,6
/proc/26409/stat : 26409 (pb_competition_) R 26406 26409 25833 0 -1 4194304 1920886 0 0 0 5284 200 0 0 20 0 2 0 36565305 3585855488 854075 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
/proc/26409/statm: 875453 854075 672 633 0 867404 0
[pid=26409/tid=26411] ppid=26406 vsize=3501812 memory=3416300 CPUtime=3.98 cores=4,6
/proc/26409/task/26411/stat : 26411 (pb_competition_) S 26406 26409 25833 0 -1 4194368 136056 0 0 0 373 25 0 0 20 0 2 0 36565313 3585855488 854075 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
Current children cumulated CPU time: 54.84 s
Current children cumulated vsize: 3501812 KiB
Current children cumulated memory: 3416300 KiB

[startup+102.3 s]
/proc/loadavg: 5.19 7.07 7.66 6/255 26460
/proc/meminfo: memFree=119490276/131382120 swapFree=33010416/33010684
[pid=26409] ppid=26406 vsize=3501812 memory=3416300 CPUtime=105.71 cores=4,6
/proc/26409/stat : 26409 (pb_competition_) R 26406 26409 25833 0 -1 4194304 1924940 0 0 0 10371 200 0 0 20 0 2 0 36565305 3585855488 854075 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
/proc/26409/statm: 875453 854075 672 633 0 867404 0
[pid=26409/tid=26411] ppid=26406 vsize=3501812 memory=14304 CPUtime=3.98 cores=4,6
/proc/26409/task/26411/stat : 26411 (pb_competition_) S 26406 26409 25833 0 -1 4194368 136056 0 0 0 373 25 0 0 20 0 2 0 36565313 3585855488 854075 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
Current children cumulated CPU time: 105.71 s
Current children cumulated vsize: 3501812 KiB
Current children cumulated memory: 3416300 KiB

[startup+162.3 s]
/proc/loadavg: 4.85 6.62 7.46 5/255 26508
/proc/meminfo: memFree=116069216/131382120 swapFree=33010416/33010684
[pid=26409] ppid=26406 vsize=3501812 memory=3416300 CPUtime=165.39 cores=4,6
/proc/26409/stat : 26409 (pb_competition_) R 26406 26409 25833 0 -1 4194304 1928996 0 0 0 16339 200 0 0 20 0 2 0 36565305 3585855488 854075 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
/proc/26409/statm: 875453 854075 672 633 0 867404 0
[pid=26409/tid=26411] ppid=26406 vsize=3501812 memory=3416300 CPUtime=3.98 cores=4,6
/proc/26409/task/26411/stat : 26411 (pb_competition_) S 26406 26409 25833 0 -1 4194368 136056 0 0 0 373 25 0 0 20 0 2 0 36565313 3585855488 854075 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
Current children cumulated CPU time: 165.39 s
Current children cumulated vsize: 3501812 KiB
Current children cumulated memory: 3416300 KiB

[startup+222.3 s]
/proc/loadavg: 4.60 6.22 7.27 5/258 26514
/proc/meminfo: memFree=114363724/131382120 swapFree=33010416/33010684
[pid=26409] ppid=26406 vsize=3501812 memory=3416300 CPUtime=225.09 cores=4,6
/proc/26409/stat : 26409 (pb_competition_) R 26406 26409 25833 0 -1 4194304 1933062 0 0 0 22309 200 0 0 20 0 2 0 36565305 3585855488 854075 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
/proc/26409/statm: 875453 854075 672 633 0 867404 0
[pid=26409/tid=26411] ppid=26406 vsize=3501812 memory=3416300 CPUtime=3.98 cores=4,6
/proc/26409/task/26411/stat : 26411 (pb_competition_) S 26406 26409 25833 0 -1 4194368 136056 0 0 0 373 25 0 0 20 0 2 0 36565313 3585855488 854075 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
Current children cumulated CPU time: 225.09 s
Current children cumulated vsize: 3501812 KiB
Current children cumulated memory: 3416300 KiB

[startup+282.3 s]
/proc/loadavg: 4.35 5.85 7.08 5/257 26516
/proc/meminfo: memFree=114371936/131382120 swapFree=33010416/33010684
[pid=26409] ppid=26406 vsize=3501812 memory=3416300 CPUtime=284.82 cores=4,6
/proc/26409/stat : 26409 (pb_competition_) R 26406 26409 25833 0 -1 4194304 1935155 0 0 0 28282 200 0 0 20 0 2 0 36565305 3585855488 854075 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
/proc/26409/statm: 875453 854075 672 633 0 867404 0
[pid=26409/tid=26411] ppid=26406 vsize=3501812 memory=17152 CPUtime=3.98 cores=4,6
/proc/26409/task/26411/stat : 26411 (pb_competition_) S 26406 26409 25833 0 -1 4194368 136056 0 0 0 373 25 0 0 20 0 2 0 36565313 3585855488 854075 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
Current children cumulated CPU time: 284.82 s
Current children cumulated vsize: 3501812 KiB
Current children cumulated memory: 3416300 KiB

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

/proc/26409/stat : 26409 (pb_competition_) R 26406 26409 25833 0 -1 4194304 2040109 0 0 0 314813 208 0 0 20 0 2 0 36565305 3619414016 858711 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
/proc/26409/statm: 883646 858711 672 633 0 875597 0
[pid=26409/tid=26411] ppid=26406 vsize=3534584 memory=3416300 CPUtime=3.98 cores=4,6
/proc/26409/task/26411/stat : 26411 (pb_competition_) S 26406 26409 25833 0 -1 4194368 136056 0 0 0 373 25 0 0 20 0 2 0 36565313 3619414016 858711 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
Current children cumulated CPU time: 3150.21 s
Current children cumulated vsize: 3534584 KiB
Current children cumulated memory: 3434844 KiB

[startup+3222.3 s]
/proc/loadavg: 4.59 4.35 4.33 5/255 26714
/proc/meminfo: memFree=114063748/131382120 swapFree=33010416/33010684
[pid=26409] ppid=26406 vsize=3534584 memory=3434844 CPUtime=3209.95 cores=4,6
/proc/26409/stat : 26409 (pb_competition_) R 26406 26409 25833 0 -1 4194304 2040251 0 0 0 320787 208 0 0 20 0 2 0 36565305 3619414016 858711 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
/proc/26409/statm: 883646 858711 672 633 0 875597 0
[pid=26409/tid=26411] ppid=26406 vsize=3534584 memory=3416300 CPUtime=3.98 cores=4,6
/proc/26409/task/26411/stat : 26411 (pb_competition_) S 26406 26409 25833 0 -1 4194368 136056 0 0 0 373 25 0 0 20 0 2 0 36565313 3619414016 858711 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
Current children cumulated CPU time: 3209.95 s
Current children cumulated vsize: 3534584 KiB
Current children cumulated memory: 3434844 KiB

[startup+3282.3 s]
/proc/loadavg: 4.31 4.32 4.32 5/255 26716
/proc/meminfo: memFree=114062776/131382120 swapFree=33010416/33010684
[pid=26409] ppid=26406 vsize=3534584 memory=3434844 CPUtime=3269.69 cores=4,6
/proc/26409/stat : 26409 (pb_competition_) R 26406 26409 25833 0 -1 4194304 2040401 0 0 0 326761 208 0 0 20 0 2 0 36565305 3619414016 858711 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
/proc/26409/statm: 883646 858711 672 633 0 875597 0
[pid=26409/tid=26411] ppid=26406 vsize=3534584 memory=3434844 CPUtime=3.98 cores=4,6
/proc/26409/task/26411/stat : 26411 (pb_competition_) S 26406 26409 25833 0 -1 4194368 136056 0 0 0 373 25 0 0 20 0 2 0 36565313 3619414016 858711 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
Current children cumulated CPU time: 3269.69 s
Current children cumulated vsize: 3534584 KiB
Current children cumulated memory: 3434844 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.27 4.30 5/255 26720
/proc/meminfo: memFree=114063060/131382120 swapFree=33010416/33010684
[pid=26409] ppid=26406 vsize=3534584 memory=3434844 CPUtime=3329.43 cores=4,6
/proc/26409/stat : 26409 (pb_competition_) R 26406 26409 25833 0 -1 4194304 2040530 0 0 0 332735 208 0 0 20 0 2 0 36565305 3619414016 858711 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
/proc/26409/statm: 883646 858711 672 633 0 875597 0
[pid=26409/tid=26411] ppid=26406 vsize=3534584 memory=3434844 CPUtime=3.98 cores=4,6
/proc/26409/task/26411/stat : 26411 (pb_competition_) S 26406 26409 25833 0 -1 4194368 136056 0 0 0 373 25 0 0 20 0 2 0 36565313 3619414016 858711 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
Current children cumulated CPU time: 3329.43 s
Current children cumulated vsize: 3534584 KiB
Current children cumulated memory: 3434844 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.23 4.29 5/255 26728
/proc/meminfo: memFree=104037356/131382120 swapFree=33010416/33010684
[pid=26409] ppid=26406 vsize=14051668 memory=13966248 CPUtime=3389.18 cores=4,6
/proc/26409/stat : 26409 (pb_competition_) R 26406 26409 25833 0 -1 4194304 5113344 0 0 0 338257 661 0 0 20 0 2 0 36565305 14388908032 3491530 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
/proc/26409/statm: 3512917 3491562 672 633 0 3504868 0
[pid=26409/tid=26411] ppid=26406 vsize=14051800 memory=3551768 CPUtime=3.98 cores=4,6
/proc/26409/task/26411/stat : 26411 (pb_competition_) S 26406 26409 25833 0 -1 4194368 136056 0 0 0 373 25 0 0 20 0 2 0 36565313 14389043200 3491594 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
Current children cumulated CPU time: 3389.18 s
Current children cumulated vsize: 14051668 KiB
Current children cumulated memory: 13966248 KiB

[startup+3462.3 s]
/proc/loadavg: 4.42 4.30 4.30 6/255 26730
/proc/meminfo: memFree=93627476/131382120 swapFree=33010416/33010684
[pid=26409] ppid=26406 vsize=23977740 memory=23830856 CPUtime=3467 cores=4,6
/proc/26409/stat : 26409 (pb_competition_) R 26406 26409 25833 0 -1 4194304 7682208 0 0 0 345605 1095 0 0 20 0 2 0 36565305 24553205760 5957714 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
/proc/26409/statm: 5994435 5957714 672 633 0 5986386 0
[pid=26409/tid=26411] ppid=26406 vsize=23977740 memory=23830856 CPUtime=22.87 cores=4,6
/proc/26409/task/26411/stat : 26411 (pb_competition_) S 26406 26409 25833 0 -1 4194368 136610 0 0 0 2262 25 0 0 20 0 2 0 36565313 24553205760 5957714 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
Current children cumulated CPU time: 3467 s
Current children cumulated vsize: 23977740 KiB
Current children cumulated memory: 23830856 KiB

[startup+3522.3 s]
/proc/loadavg: 4.38 4.32 4.31 6/255 26732
/proc/meminfo: memFree=93624680/131382120 swapFree=33010416/33010684
[pid=26409] ppid=26406 vsize=23977740 memory=23830856 CPUtime=3547.35 cores=4,6
/proc/26409/stat : 26409 (pb_competition_) R 26406 26409 25833 0 -1 4194304 8276071 0 0 0 353568 1167 0 0 20 0 2 0 36565305 24553205760 5957714 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
/proc/26409/statm: 5994435 5957714 672 633 0 5986386 0
[pid=26409/tid=26411] ppid=26406 vsize=23977740 memory=23830856 CPUtime=44.27 cores=4,6
/proc/26409/task/26411/stat : 26411 (pb_competition_) R 26406 26409 25833 0 -1 4194368 136610 0 0 0 4401 26 0 0 20 0 2 0 36565313 24553205760 5957714 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
Current children cumulated CPU time: 3547.35 s
Current children cumulated vsize: 23977740 KiB
Current children cumulated memory: 23830856 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3569.9 s]
/proc/loadavg: 4.27 4.30 4.30 5/255 26733
/proc/meminfo: memFree=93575004/131382120 swapFree=33010416/33010684
[pid=26409] ppid=26406 vsize=23990656 memory=23879152 CPUtime=3600.07 cores=4,6
/proc/26409/stat : 26409 (pb_competition_) R 26406 26409 25833 0 -1 4194304 8671344 0 0 0 358780 1227 0 0 20 0 2 0 36565305 24566431744 5969788 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
/proc/26409/statm: 5997664 5969788 672 633 0 5989615 0
[pid=26409/tid=26411] ppid=26406 vsize=23990656 memory=5760 CPUtime=49.77 cores=4,6
/proc/26409/task/26411/stat : 26411 (pb_competition_) S 26406 26409 25833 0 -1 4194368 136610 0 0 0 4951 26 0 0 20 0 2 0 36565313 24566431744 5969788 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 23990656 KiB
Current children cumulated memory: 23879152 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+3572.66 s]
# the end of solver process 26409 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3589.65 s, system=13.1805 s

Solver just ended.
Dumping a history of the last processes samples

[startup+3571.2 s]
/proc/loadavg: 4.25 4.30 4.30 5/255 26733
/proc/meminfo: memFree=93575004/131382120 swapFree=33010416/33010684
[pid=26409] ppid=26406 vsize=24061572 memory=23949984 CPUtime=3601.36 cores=4,6
/proc/26409/stat : 26409 (pb_competition_) R 26406 26409 25833 0 -1 4194304 8671699 0 0 0 358908 1228 0 0 20 0 2 0 36565305 24639049728 5987496 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
/proc/26409/statm: 6015393 5987496 672 633 0 6007344 0
[pid=26409/tid=26411] ppid=26406 vsize=24061572 memory=23879152 CPUtime=49.77 cores=4,6
/proc/26409/task/26411/stat : 26411 (pb_competition_) S 26406 26409 25833 0 -1 4194368 136610 0 0 0 4951 26 0 0 20 0 2 0 36565313 24639049728 5987496 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
Current children cumulated CPU time: 3601.36 s
Current children cumulated vsize: 24061572 KiB
Current children cumulated memory: 23949984 KiB

[startup+3571.6 s]
/proc/loadavg: 4.25 4.30 4.30 5/255 26733
/proc/meminfo: memFree=93575004/131382120 swapFree=33010416/33010684
[pid=26409] ppid=26406 vsize=23605240 memory=23493736 CPUtime=3601.76 cores=4,6
/proc/26409/stat : 26409 (pb_competition_) R 26406 26409 25833 0 -1 4194304 8736763 0 0 0 358945 1231 0 0 20 0 2 0 36565305 24171765760 5873434 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
/proc/26409/statm: 5901310 5873434 672 633 0 5893261 0
[pid=26409/tid=26411] ppid=26406 vsize=23605240 memory=14304 CPUtime=49.77 cores=4,6
/proc/26409/task/26411/stat : 26411 (pb_competition_) S 26406 26409 25833 0 -1 4194368 136610 0 0 0 4951 26 0 0 20 0 2 0 36565313 24171765760 5873434 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
Current children cumulated CPU time: 3601.76 s
Current children cumulated vsize: 23605240 KiB
Current children cumulated memory: 23493736 KiB

[startup+3571.8 s]
/proc/loadavg: 4.25 4.30 4.30 5/255 26733
/proc/meminfo: memFree=93575004/131382120 swapFree=33010416/33010684
[pid=26409] ppid=26406 vsize=23605240 memory=23493736 CPUtime=3601.97 cores=4,6
/proc/26409/stat : 26409 (pb_competition_) R 26406 26409 25833 0 -1 4194304 8898492 0 0 0 358958 1239 0 0 20 0 2 0 36565305 24171765760 5873434 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
/proc/26409/statm: 5901310 5873434 672 633 0 5893261 0
[pid=26409/tid=26411] ppid=26406 vsize=23605240 memory=17152 CPUtime=49.77 cores=4,6
/proc/26409/task/26411/stat : 26411 (pb_competition_) S 26406 26409 25833 0 -1 4194368 136610 0 0 0 4951 26 0 0 20 0 2 0 36565313 24171765760 5873434 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
Current children cumulated CPU time: 3601.97 s
Current children cumulated vsize: 23605240 KiB
Current children cumulated memory: 23493736 KiB

[startup+3571.9 s]
/proc/loadavg: 4.25 4.30 4.30 5/255 26733
/proc/meminfo: memFree=93575004/131382120 swapFree=33010416/33010684
[pid=26409] ppid=26406 vsize=23605240 memory=23493736 CPUtime=3602.06 cores=4,6
/proc/26409/stat : 26409 (pb_competition_) R 26406 26409 25833 0 -1 4194304 8968902 0 0 0 358964 1242 0 0 20 0 2 0 36565305 24171765760 5873434 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
/proc/26409/statm: 5901310 5873434 672 633 0 5893261 0
[pid=26409/tid=26411] ppid=26406 vsize=23605240 memory=23949984 CPUtime=49.77 cores=4,6
/proc/26409/task/26411/stat : 26411 (pb_competition_) S 26406 26409 25833 0 -1 4194368 136610 0 0 0 4951 26 0 0 20 0 2 0 36565313 24171765760 5873434 18446744073709551615 4198400 6788177 140730638915456 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 10637312 140730638924122 140730638924248 140730638924248 140730638929850 0
Current children cumulated CPU time: 3602.06 s
Current children cumulated vsize: 23605240 KiB
Current children cumulated memory: 23493736 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3572.66
CPU time (s): 3602.83
CPU user time (s): 3589.65
CPU system time (s): 13.1805
CPU usage (%): 100.844
Max. virtual memory (cumulated for all children) (KiB): 24061572
Max. memory (cumulated for all children) (KiB): 23949984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.65
system time used= 13.1805
maximum resident set size= 23949984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8969203
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= 3020
involuntary context switches= 18986


# summary of solver processes directly reported to runsolver:
#   pid: 26409
#   total CPU time (s): 3602.83
#   total CPU user time (s): 3589.65
#   total CPU system time (s): 13.1805

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.0079 second user time and 37.99 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-06-29 16:54:19
IDJOB=4511946
IDBENCH=160488
IDSOLVER=3347
FILE ID=nodeC006/4511946-1751208857
RUNJOBID= nodeC006-1751205227-25844
SLURM_JOB_ID= 9587624
Free space on /tmp= 432892 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw512/normalized-hw512-vm85p-dec.opb.negationfix.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-4511946-1751208857/watcher-4511946-1751208857 -o /tmp/evaluation-result-4511946-1751208857/solver-4511946-1751208857 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751205227-25844 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 796470686 HOME/instance-4511946-1751208857.opb

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

MD5SUM BENCH= 2eef1711f83da3240b93c8bf7cceebfd
RANDOM SEED=796470686

nodeC006 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	: 0xb00001f
cpu MHz		: 3660.774
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 3491.662
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.427
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 3591.403
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 3192.382
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 3491.559
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.807
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.618
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        128789968 kB
MemAvailable:   128510476 kB
Buffers:            2128 kB
Cached:           529220 kB
SwapCached:           12 kB
Active:          1786044 kB
Inactive:         258580 kB
Active(anon):    1518488 kB
Inactive(anon):    12740 kB
Active(file):     267556 kB
Inactive(file):   245840 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            160860 kB
Writeback:             0 kB
AnonPages:       1516696 kB
Mapped:           110620 kB
Shmem:             17948 kB
KReclaimable:      93096 kB
Slab:             174852 kB
SReclaimable:      93096 kB
SUnreclaim:        81756 kB
KernelStack:        4128 kB
PageTables:         5912 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    1887288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 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:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432544 MiB
End job on nodeC006 at 2025-06-29 17:53:52