Trace number 4513076

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.05 2250.62

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size160-round22-1.opb
MD5SUM1c3bde2857450970636e675d32ef1343
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 benchmark595.932
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8736
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)448
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c PRINTEMPS v2.7.0 (https://snowberryfield.github.io/printemps/)
0.00/0.03	c #variable: 4128
0.00/0.03	c #constraint: 8736
0.00/0.03	c #equal: 1312
0.00/0.03	c intsize: 4
0.00/0.03	c sizeproduct: 0
0.00/0.03	c #soft: 0
0.00/0.03	c mincost: 0
0.00/0.03	c maxcost: 0
0.00/0.03	c sumcost: 0
0.00/0.03	c iteration_max: -1
0.00/0.03	c time_max: -1
0.00/0.03	c number_of_threads(move update): 2
0.00/0.03	c number_of_threads(move evaluation): 2
0.00/0.03	c seed: 1176469907
3600.01/2250.60	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62823 MiB free)
  memory of node 1: 64465 MiB (63688 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513076-1751212282/watcher-4513076-1751212282 -o /tmp/evaluation-result-4513076-1751212282/solver-4513076-1751212282 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751207747-27803 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1176469907 HOME/instance-4513076-1751212282.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=28409, runsolver pid=28406

[startup+0.100065 s]*
/proc/loadavg: 5.89 6.02 5.60 8/268 28411
/proc/meminfo: memFree=129534060/131249988 swapFree=33010684/33010684
[pid=28409] ppid=28406 vsize=108236 memory=36720 CPUtime=0.12 cores=4,6
/proc/28409/stat : 28409 (pb_competition_) S 28406 28409 27792 0 -1 4194304 8314 0 0 0 10 2 0 0 20 0 2 0 36905780 110833664 9180 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
/proc/28409/statm: 27059 9180 672 633 0 10671 0
[pid=28409/tid=28411] ppid=28406 vsize=108236 memory=4026531960 CPUtime=0.02 cores=4,6
/proc/28409/task/28411/stat : 28411 (pb_competition_) R 28406 28409 27792 0 -1 4194368 784 0 0 0 2 0 0 0 20 0 2 0 36905781 110833664 9180 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 108236 KiB
Current children cumulated memory: 36720 KiB

[startup+0.206036 s]*
/proc/loadavg: 5.89 6.02 5.60 6/268 28411
/proc/meminfo: memFree=129533808/131249988 swapFree=33010684/33010684
[pid=28409] ppid=28406 vsize=108632 memory=37232 CPUtime=0.24 cores=4,6
/proc/28409/stat : 28409 (pb_competition_) R 28406 28409 27792 0 -1 4194304 8425 0 0 0 22 2 0 0 20 0 2 0 36905780 111239168 9308 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
/proc/28409/statm: 27158 9308 672 633 0 10770 0
[pid=28409/tid=28411] ppid=28406 vsize=108632 memory=4208735117501333788 CPUtime=0.02 cores=4,6
/proc/28409/task/28411/stat : 28411 (pb_competition_) S 28406 28409 27792 0 -1 4194368 784 0 0 0 2 0 0 0 20 0 2 0 36905781 111239168 9308 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 108632 KiB
Current children cumulated memory: 37232 KiB

[startup+0.305849 s]*
/proc/loadavg: 5.89 6.02 5.60 5/268 28411
/proc/meminfo: memFree=129533808/131249988 swapFree=33010684/33010684
[pid=28409] ppid=28406 vsize=108764 memory=37360 CPUtime=0.35 cores=4,6
/proc/28409/stat : 28409 (pb_competition_) S 28406 28409 27792 0 -1 4194304 8455 0 0 0 33 2 0 0 20 0 2 0 36905780 111374336 9340 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
/proc/28409/statm: 27191 9340 672 633 0 10803 0
[pid=28409/tid=28411] ppid=28406 vsize=108764 memory=-6953412403858411876 CPUtime=0.04 cores=4,6
/proc/28409/task/28411/stat : 28411 (pb_competition_) R 28406 28409 27792 0 -1 4194368 784 0 0 0 4 0 0 0 20 0 2 0 36905781 111374336 9340 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 108764 KiB
Current children cumulated memory: 37360 KiB

[startup+0.700211 s]
/proc/loadavg: 5.89 6.02 5.60 8/268 28411
/proc/meminfo: memFree=129533304/131249988 swapFree=33010684/33010684
[pid=28409] ppid=28406 vsize=109160 memory=37744 CPUtime=0.9 cores=4,6
/proc/28409/stat : 28409 (pb_competition_) R 28406 28409 27792 0 -1 4194304 8548 0 0 0 88 2 0 0 20 0 2 0 36905780 111779840 9436 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
/proc/28409/statm: 27290 9436 672 633 0 10902 0
[pid=28409/tid=28411] ppid=28406 vsize=109160 memory=17408 CPUtime=0.22 cores=4,6
/proc/28409/task/28411/stat : 28411 (pb_competition_) R 28406 28409 27792 0 -1 4194368 784 0 0 0 22 0 0 0 20 0 2 0 36905781 111779840 9436 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
Current children cumulated CPU time: 0.9 s
Current children cumulated vsize: 109160 KiB
Current children cumulated memory: 37744 KiB

[startup+1.50022 s]
/proc/loadavg: 5.89 6.02 5.60 6/268 28411
/proc/meminfo: memFree=129533304/131249988 swapFree=33010684/33010684
[pid=28409] ppid=28406 vsize=109424 memory=38000 CPUtime=2.01 cores=4,6
/proc/28409/stat : 28409 (pb_competition_) R 28406 28409 27792 0 -1 4194304 13501 0 0 0 199 2 0 0 20 0 2 0 36905780 112050176 9500 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
/proc/28409/statm: 27356 9500 672 633 0 10968 0
[pid=28409/tid=28411] ppid=28406 vsize=109424 memory=17408 CPUtime=0.53 cores=4,6
/proc/28409/task/28411/stat : 28411 (pb_competition_) S 28406 28409 27792 0 -1 4194368 1245 0 0 0 53 0 0 0 20 0 2 0 36905781 112050176 9500 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
Current children cumulated CPU time: 2.01 s
Current children cumulated vsize: 109424 KiB
Current children cumulated memory: 38000 KiB

[startup+3.10573 s]
/proc/loadavg: 6.06 6.05 5.62 8/268 28411
/proc/meminfo: memFree=129533320/131249988 swapFree=33010684/33010684
[pid=28409] ppid=28406 vsize=109688 memory=38256 CPUtime=4.26 cores=4,6
/proc/28409/stat : 28409 (pb_competition_) R 28406 28409 27792 0 -1 4194304 18567 0 0 0 423 3 0 0 20 0 2 0 36905780 112320512 9564 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
/proc/28409/statm: 27422 9564 672 633 0 11034 0
[pid=28409/tid=28411] ppid=28406 vsize=109688 memory=38000 CPUtime=1.19 cores=4,6
/proc/28409/task/28411/stat : 28411 (pb_competition_) R 28406 28409 27792 0 -1 4194368 1287 0 0 0 119 0 0 0 20 0 2 0 36905781 112320512 9564 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
Current children cumulated CPU time: 4.26 s
Current children cumulated vsize: 109688 KiB
Current children cumulated memory: 38256 KiB

[startup+6.3002 s]
/proc/loadavg: 6.06 6.05 5.62 6/268 28411
/proc/meminfo: memFree=129525380/131249988 swapFree=33010684/33010684
[pid=28409] ppid=28406 vsize=110084 memory=38768 CPUtime=9.13 cores=4,6
/proc/28409/stat : 28409 (pb_competition_) R 28406 28409 27792 0 -1 4194304 25244 0 0 0 908 5 0 0 20 0 2 0 36905780 112726016 9692 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
/proc/28409/statm: 27521 9692 672 633 0 11133 0
[pid=28409/tid=28411] ppid=28406 vsize=110084 memory=17408 CPUtime=2.89 cores=4,6
/proc/28409/task/28411/stat : 28411 (pb_competition_) S 28406 28409 27792 0 -1 4194368 1571 0 0 0 288 1 0 0 20 0 2 0 36905781 112726016 9692 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
Current children cumulated CPU time: 9.13 s
Current children cumulated vsize: 110084 KiB
Current children cumulated memory: 38768 KiB

[startup+12.7002 s]
/proc/loadavg: 6.06 6.05 5.62 6/268 28411
/proc/meminfo: memFree=129522748/131249988 swapFree=33010684/33010684
[pid=28409] ppid=28406 vsize=110876 memory=39408 CPUtime=19.33 cores=4,6
/proc/28409/stat : 28409 (pb_competition_) R 28406 28409 27792 0 -1 4194304 36206 0 0 0 1925 8 0 0 20 0 2 0 36905780 113537024 9852 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
/proc/28409/statm: 27719 9852 672 633 0 11331 0
[pid=28409/tid=28411] ppid=28406 vsize=110876 memory=39280 CPUtime=6.74 cores=4,6
/proc/28409/task/28411/stat : 28411 (pb_competition_) R 28406 28409 27792 0 -1 4194368 2291 0 0 0 672 2 0 0 20 0 2 0 36905781 113537024 9852 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
Current children cumulated CPU time: 19.33 s
Current children cumulated vsize: 110876 KiB
Current children cumulated memory: 39408 KiB

[startup+25.5002 s]
/proc/loadavg: 6.28 6.10 5.64 6/268 28411
/proc/meminfo: memFree=129507384/131249988 swapFree=33010684/33010684
[pid=28409] ppid=28406 vsize=111008 memory=39536 CPUtime=39.83 cores=4,6
/proc/28409/stat : 28409 (pb_competition_) R 28406 28409 27792 0 -1 4194304 36636 0 0 0 3970 13 0 0 20 0 2 0 36905780 113672192 9884 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
/proc/28409/statm: 27752 9884 672 633 0 11364 0
[pid=28409/tid=28411] ppid=28406 vsize=111008 memory=39536 CPUtime=14.55 cores=4,6
/proc/28409/task/28411/stat : 28411 (pb_competition_) S 28406 28409 27792 0 -1 4194368 2297 0 0 0 1450 5 0 0 20 0 2 0 36905781 113672192 9884 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
Current children cumulated CPU time: 39.83 s
Current children cumulated vsize: 111008 KiB
Current children cumulated memory: 39536 KiB

[startup+51.1055 s]
/proc/loadavg: 6.34 6.12 5.66 7/268 28412
/proc/meminfo: memFree=129496860/131249988 swapFree=33010684/33010684
[pid=28409] ppid=28406 vsize=112276 memory=40868 CPUtime=81.25 cores=4,6
/proc/28409/stat : 28409 (pb_competition_) R 28406 28409 27792 0 -1 4194304 56154 0 0 0 8099 26 0 0 20 0 2 0 36905780 114970624 10217 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
/proc/28409/statm: 28069 10217 672 633 0 11681 0
[pid=28409/tid=28411] ppid=28406 vsize=112276 memory=17408 CPUtime=30.59 cores=4,6
/proc/28409/task/28411/stat : 28411 (pb_competition_) R 28406 28409 27792 0 -1 4194368 3263 0 0 0 3049 10 0 0 20 0 2 0 36905781 114970624 10217 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
Current children cumulated CPU time: 81.25 s
Current children cumulated vsize: 112276 KiB
Current children cumulated memory: 40868 KiB

[startup+102.3 s]
/proc/loadavg: 6.18 6.10 5.68 6/268 28414
/proc/meminfo: memFree=129491704/131249988 swapFree=33010684/33010684
[pid=28409] ppid=28406 vsize=113208 memory=43544 CPUtime=160.51 cores=4,6
/proc/28409/stat : 28409 (pb_competition_) R 28406 28409 27792 0 -1 4194304 2578431 0 0 0 15623 428 0 0 20 0 2 0 36905780 115924992 10886 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
/proc/28409/statm: 28302 10886 672 633 0 11914 0
[pid=28409/tid=28411] ppid=28406 vsize=113208 memory=17408 CPUtime=59.06 cores=4,6
/proc/28409/task/28411/stat : 28411 (pb_competition_) R 28406 28409 27792 0 -1 4194368 3604 0 0 0 5889 17 0 0 20 0 2 0 36905781 115924992 10886 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
Current children cumulated CPU time: 160.51 s
Current children cumulated vsize: 113208 KiB
Current children cumulated memory: 43544 KiB

[startup+162.3 s]
/proc/loadavg: 6.12 6.10 5.71 7/267 28417
/proc/meminfo: memFree=129503648/131249988 swapFree=33010684/33010684
[pid=28409] ppid=28406 vsize=114204 memory=44548 CPUtime=252.89 cores=4,6
/proc/28409/stat : 28409 (pb_competition_) R 28406 28409 27792 0 -1 4194304 5459986 0 0 0 24401 888 0 0 20 0 2 0 36905780 116944896 11137 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
/proc/28409/statm: 28551 11137 672 633 0 12163 0
[pid=28409/tid=28411] ppid=28406 vsize=114204 memory=5632 CPUtime=91.91 cores=4,6
/proc/28409/task/28411/stat : 28411 (pb_competition_) S 28406 28409 27792 0 -1 4194368 3605 0 0 0 9162 29 0 0 20 0 2 0 36905781 116944896 11137 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
Current children cumulated CPU time: 252.89 s
Current children cumulated vsize: 114204 KiB
Current children cumulated memory: 44548 KiB

[startup+222.3 s]
/proc/loadavg: 6.33 6.17 5.76 7/268 28420
/proc/meminfo: memFree=129509248/131249988 swapFree=33010684/33010684
[pid=28409] ppid=28406 vsize=114684 memory=45148 CPUtime=345.49 cores=4,6
/proc/28409/stat : 28409 (pb_competition_) R 28406 28409 27792 0 -1 4194304 8649287 0 0 0 33147 1402 0 0 20 0 2 0 36905780 117436416 11287 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
/proc/28409/statm: 28671 11287 672 633 0 12283 0
[pid=28409/tid=28411] ppid=28406 vsize=114684 memory=17408 CPUtime=125 cores=4,6
/proc/28409/task/28411/stat : 28411 (pb_competition_) S 28406 28409 27792 0 -1 4194368 3664 0 0 0 12455 45 0 0 20 0 2 0 36905781 117436416 11287 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
Current children cumulated CPU time: 345.49 s
Current children cumulated vsize: 114684 KiB
Current children cumulated memory: 45148 KiB

[startup+282.3 s]
/proc/loadavg: 6.37 6.22 5.81 9/268 28422
/proc/meminfo: memFree=129506952/131249988 swapFree=33010684/33010684
[pid=28409] ppid=28406 vsize=114616 memory=45088 CPUtime=436.57 cores=4,6
/proc/28409/stat : 28409 (pb_competition_) R 28406 28409 27792 0 -1 4194304 11964343 0 0 0 41720 1937 0 0 20 0 2 0 36905780 117366784 11272 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
/proc/28409/statm: 28654 11272 672 633 0 12266 0
[pid=28409/tid=28411] ppid=28406 vsize=114616 memory=44984 CPUtime=156.56 cores=4,6
/proc/28409/task/28411/stat : 28411 (pb_competition_) S 28406 28409 27792 0 -1 4194368 3664 0 0 0 15598 58 0 0 20 0 2 0 36905781 117366784 11272 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
Current children cumulated CPU time: 436.57 s
Current children cumulated vsize: 114616 KiB

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

/proc/meminfo: memFree=129609772/131249988 swapFree=33010684/33010684
[pid=28409] ppid=28406 vsize=116180 memory=46716 CPUtime=2501.42 cores=4,6
/proc/28409/stat : 28409 (pb_competition_) R 28406 28409 27792 0 -1 4194304 90451575 0 0 0 236199 13943 0 0 20 0 2 0 36905780 118968320 11647 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
/proc/28409/statm: 29045 11647 672 633 0 12657 0
[pid=28409/tid=28411] ppid=28406 vsize=116312 memory=46236 CPUtime=911.7 cores=4,6
/proc/28409/task/28411/stat : 28411 (pb_competition_) R 28406 28409 27792 0 -1 4194368 4657 0 0 0 90852 318 0 0 20 0 2 0 36905781 119103488 11679 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
Current children cumulated CPU time: 2501.42 s
Current children cumulated vsize: 116180 KiB
Current children cumulated memory: 46716 KiB

[startup+1662.3 s]
/proc/loadavg: 7.31 6.83 6.41 9/268 28591
/proc/meminfo: memFree=129601284/131249988 swapFree=33010684/33010684
[pid=28409] ppid=28406 vsize=115892 memory=46212 CPUtime=2601.02 cores=4,6
/proc/28409/stat : 28409 (pb_competition_) R 28406 28409 27792 0 -1 4194304 95454569 0 0 0 245505 14597 0 0 20 0 2 0 36905780 118673408 11553 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
/proc/28409/statm: 28973 11553 672 633 0 12585 0
[pid=28409/tid=28411] ppid=28406 vsize=116232 memory=46236 CPUtime=951.78 cores=4,6
/proc/28409/task/28411/stat : 28411 (pb_competition_) R 28406 28409 27792 0 -1 4194368 4657 0 0 0 94848 330 0 0 20 0 2 0 36905781 119021568 11585 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
Current children cumulated CPU time: 2601.02 s
Current children cumulated vsize: 115892 KiB
Current children cumulated memory: 46212 KiB

[startup+1722.3 s]
/proc/loadavg: 7.17 6.87 6.44 9/268 28593
/proc/meminfo: memFree=129602416/131249988 swapFree=33010684/33010684
[pid=28409] ppid=28406 vsize=115904 memory=46224 CPUtime=2700.57 cores=4,6
/proc/28409/stat : 28409 (pb_competition_) R 28406 28409 27792 0 -1 4194304 100512070 0 0 0 254788 15269 0 0 20 0 2 0 36905780 118685696 11556 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
/proc/28409/statm: 28976 11556 672 633 0 12588 0
[pid=28409/tid=28411] ppid=28406 vsize=115904 memory=46236 CPUtime=991.79 cores=4,6
/proc/28409/task/28411/stat : 28411 (pb_competition_) R 28406 28409 27792 0 -1 4194368 4657 0 0 0 98837 342 0 0 20 0 2 0 36905781 118685696 11556 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
Current children cumulated CPU time: 2700.57 s
Current children cumulated vsize: 115904 KiB
Current children cumulated memory: 46224 KiB

[startup+1782.3 s]
/proc/loadavg: 7.11 6.90 6.48 8/268 28597
/proc/meminfo: memFree=129605672/131249988 swapFree=33010684/33010684
[pid=28409] ppid=28406 vsize=116248 memory=46612 CPUtime=2800.16 cores=4,6
/proc/28409/stat : 28409 (pb_competition_) R 28406 28409 27792 0 -1 4194304 105576696 0 0 0 264081 15935 0 0 20 0 2 0 36905780 119037952 11653 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
/proc/28409/statm: 29062 11653 672 633 0 12674 0
[pid=28409/tid=28411] ppid=28406 vsize=116248 memory=46836 CPUtime=1031.85 cores=4,6
/proc/28409/task/28411/stat : 28411 (pb_competition_) R 28406 28409 27792 0 -1 4194368 4705 0 0 0 102833 352 0 0 20 0 2 0 36905781 119037952 11653 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
Current children cumulated CPU time: 2800.16 s
Current children cumulated vsize: 116248 KiB
Current children cumulated memory: 46612 KiB

[startup+1842.3 s]
/proc/loadavg: 7.48 7.04 6.56 8/267 28599
/proc/meminfo: memFree=129605808/131249988 swapFree=33010684/33010684
[pid=28409] ppid=28406 vsize=116124 memory=46580 CPUtime=2901.74 cores=4,6
/proc/28409/stat : 28409 (pb_competition_) R 28406 28409 27792 0 -1 4194304 108665482 0 0 0 273827 16347 0 0 20 0 2 0 36905780 118910976 11645 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
/proc/28409/statm: 29031 11645 672 633 0 12643 0
[pid=28409/tid=28411] ppid=28406 vsize=116124 memory=46580 CPUtime=1073.86 cores=4,6
/proc/28409/task/28411/stat : 28411 (pb_competition_) R 28406 28409 27792 0 -1 4194368 4705 0 0 0 107022 364 0 0 20 0 2 0 36905781 118910976 11645 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
Current children cumulated CPU time: 2901.74 s
Current children cumulated vsize: 116124 KiB
Current children cumulated memory: 46580 KiB

[startup+1902.3 s]
/proc/loadavg: 7.67 7.17 6.64 9/268 28604
/proc/meminfo: memFree=129605920/131249988 swapFree=33010684/33010684
[pid=28409] ppid=28406 vsize=116184 memory=46612 CPUtime=3005.75 cores=4,6
/proc/28409/stat : 28409 (pb_competition_) R 28406 28409 27792 0 -1 4194304 108667021 0 0 0 284203 16372 0 0 20 0 2 0 36905780 118972416 11653 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
/proc/28409/statm: 29046 11653 672 633 0 12658 0
[pid=28409/tid=28411] ppid=28406 vsize=116184 memory=14848 CPUtime=1118.33 cores=4,6
/proc/28409/task/28411/stat : 28411 (pb_competition_) S 28406 28409 27792 0 -1 4194368 4933 0 0 0 111458 375 0 0 20 0 2 0 36905781 118972416 11653 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
Current children cumulated CPU time: 3005.75 s
Current children cumulated vsize: 116184 KiB
Current children cumulated memory: 46612 KiB

[startup+1962.3 s]
/proc/loadavg: 7.64 7.25 6.70 7/268 28606
/proc/meminfo: memFree=129605808/131249988 swapFree=33010684/33010684
[pid=28409] ppid=28406 vsize=116188 memory=46612 CPUtime=3109.61 cores=4,6
/proc/28409/stat : 28409 (pb_competition_) R 28406 28409 27792 0 -1 4194304 108667643 0 0 0 294560 16401 0 0 20 0 2 0 36905780 118976512 11653 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
/proc/28409/statm: 29047 11653 672 633 0 12659 0
[pid=28409/tid=28411] ppid=28406 vsize=116188 memory=46612 CPUtime=1162.61 cores=4,6
/proc/28409/task/28411/stat : 28411 (pb_competition_) R 28406 28409 27792 0 -1 4194368 4933 0 0 0 115874 387 0 0 20 0 2 0 36905781 118976512 11653 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
Current children cumulated CPU time: 3109.61 s
Current children cumulated vsize: 116188 KiB
Current children cumulated memory: 46612 KiB

[startup+2022.3 s]
/proc/loadavg: 7.72 7.35 6.77 7/268 28608
/proc/meminfo: memFree=129605904/131249988 swapFree=33010684/33010684
[pid=28409] ppid=28406 vsize=115820 memory=46136 CPUtime=3212.95 cores=4,6
/proc/28409/stat : 28409 (pb_competition_) R 28406 28409 27792 0 -1 4194304 109269733 0 0 0 304792 16503 0 0 20 0 2 0 36905780 118599680 11534 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
/proc/28409/statm: 28955 11534 672 633 0 12567 0
[pid=28409/tid=28411] ppid=28406 vsize=115820 memory=46700 CPUtime=1206.42 cores=4,6
/proc/28409/task/28411/stat : 28411 (pb_competition_) R 28406 28409 27792 0 -1 4194368 4970 0 0 0 120242 400 0 0 20 0 2 0 36905781 118599680 11534 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
Current children cumulated CPU time: 3212.95 s
Current children cumulated vsize: 115820 KiB
Current children cumulated memory: 46136 KiB

[startup+2082.3 s]
/proc/loadavg: 7.50 7.36 6.81 8/268 28610
/proc/meminfo: memFree=129606024/131249988 swapFree=33010684/33010684
[pid=28409] ppid=28406 vsize=116392 memory=46784 CPUtime=3312.1 cores=4,6
/proc/28409/stat : 28409 (pb_competition_) R 28406 28409 27792 0 -1 4194304 114032964 0 0 0 314105 17105 0 0 20 0 2 0 36905780 119185408 11696 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
/proc/28409/statm: 29098 11696 672 633 0 12710 0
[pid=28409/tid=28411] ppid=28406 vsize=116392 memory=5632 CPUtime=1246.02 cores=4,6
/proc/28409/task/28411/stat : 28411 (pb_competition_) S 28406 28409 27792 0 -1 4194368 5023 0 0 0 124193 409 0 0 20 0 2 0 36905781 119185408 11696 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
Current children cumulated CPU time: 3312.1 s
Current children cumulated vsize: 116392 KiB
Current children cumulated memory: 46784 KiB

[startup+2142.3 s]
/proc/loadavg: 7.55 7.41 6.87 9/269 28613
/proc/meminfo: memFree=129605880/131249988 swapFree=33010684/33010684
[pid=28409] ppid=28406 vsize=116216 memory=46668 CPUtime=3411.24 cores=4,6
/proc/28409/stat : 28409 (pb_competition_) R 28406 28409 27792 0 -1 4194304 118965169 0 0 0 323397 17727 0 0 20 0 2 0 36905780 119005184 11667 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
/proc/28409/statm: 29054 11667 672 633 0 12666 0
[pid=28409/tid=28411] ppid=28406 vsize=116216 memory=5632 CPUtime=1285.63 cores=4,6
/proc/28409/task/28411/stat : 28411 (pb_competition_) R 28406 28409 27792 0 -1 4194368 5072 0 0 0 128143 420 0 0 20 0 2 0 36905781 119005184 11667 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
Current children cumulated CPU time: 3411.24 s
Current children cumulated vsize: 116216 KiB
Current children cumulated memory: 46668 KiB

[startup+2202.3 s]
/proc/loadavg: 7.43 7.40 6.90 9/269 28661
/proc/meminfo: memFree=129638280/131249988 swapFree=33010684/33010684
[pid=28409] ppid=28406 vsize=116264 memory=46688 CPUtime=3515.92 cores=4,6
/proc/28409/stat : 28409 (pb_competition_) R 28406 28409 27792 0 -1 4194304 118966934 0 0 0 333836 17756 0 0 20 0 2 0 36905780 119054336 11672 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
/proc/28409/statm: 29066 11672 672 633 0 12678 0
[pid=28409/tid=28411] ppid=28406 vsize=116264 memory=14848 CPUtime=1330.78 cores=4,6
/proc/28409/task/28411/stat : 28411 (pb_competition_) R 28406 28409 27792 0 -1 4194368 5112 0 0 0 132645 433 0 0 20 0 2 0 36905781 119054336 11672 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
Current children cumulated CPU time: 3515.92 s
Current children cumulated vsize: 116264 KiB
Current children cumulated memory: 46688 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2250.6 s]
/proc/loadavg: 7.64 7.46 6.95 9/269 28662
/proc/meminfo: memFree=129638432/131249988 swapFree=33010684/33010684
[pid=28409] ppid=28406 vsize=116404 memory=46760 CPUtime=3600.01 cores=4,6
/proc/28409/stat : 28409 (pb_competition_) R 28406 28409 27792 0 -1 4194304 118977183 0 0 0 342223 17778 0 0 20 0 2 0 36905780 119197696 11690 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
/proc/28409/statm: 29101 11690 672 633 0 12713 0
[pid=28409/tid=28411] ppid=28406 vsize=116404 memory=114682 CPUtime=1366.93 cores=4,6
/proc/28409/task/28411/stat : 28411 (pb_competition_) R 28406 28409 27792 0 -1 4194368 5112 0 0 0 136252 441 0 0 20 0 2 0 36905781 119197696 11690 18446744073709551615 4198400 6788177 140737013912976 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 13459456 140737013922137 140737013922264 140737013922264 140737013927866 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 116404 KiB
Current children cumulated memory: 46760 KiB

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

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

# cumulated CPU time of all completed processes:  user=3422.26 s, system=177.79 s

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

Child status: 0

Real time (s): 2250.62
CPU time (s): 3600.05
CPU user time (s): 3422.26
CPU system time (s): 177.79
CPU usage (%): 159.958
Max. virtual memory (cumulated for all children) (KiB): 116528
Max. memory (cumulated for all children) (KiB): 46988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3422.26
system time used= 177.79
maximum resident set size= 47040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118977421
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= 819990
involuntary context switches= 186336


# summary of solver processes directly reported to runsolver:
#   pid: 28409
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3422.26
#   total CPU system time (s): 177.79

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.74015 second user time and 10.2574 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-06-29 17:51:22
IDJOB=4513076
IDBENCH=162262
IDSOLVER=3347
FILE ID=nodeC020/4513076-1751212282
RUNJOBID= nodeC020-1751207747-27803
SLURM_JOB_ID= 9587638
Free space on /tmp= 433048 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size160-round22-1.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-4513076-1751212282/watcher-4513076-1751212282 -o /tmp/evaluation-result-4513076-1751212282/solver-4513076-1751212282 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751207747-27803 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1176469907 HOME/instance-4513076-1751212282.opb

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

MD5SUM BENCH= 1c3bde2857450970636e675d32ef1343
RANDOM SEED=1176469907

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129548732 kB
MemAvailable:   129639192 kB
Buffers:            3280 kB
Cached:           897264 kB
SwapCached:            0 kB
Active:           516180 kB
Inactive:         589964 kB
Active(anon):     223656 kB
Inactive(anon):        0 kB
Active(file):     292524 kB
Inactive(file):   589964 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5512 kB
Writeback:             4 kB
AnonPages:        208028 kB
Mapped:           110916 kB
Shmem:             18056 kB
KReclaimable:      94424 kB
Slab:             180412 kB
SReclaimable:      94424 kB
SUnreclaim:        85988 kB
KernelStack:        4320 kB
PageTables:         3360 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     566628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433044 MiB
End job on nodeC020 at 2025-06-29 18:28:53