Trace number 4486882

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 NameAnswerobjective functionCPU timeWall clock time
PRINTEMPS 2025-05-28? (TO) 3600.11 3030.71

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g125.18.opb
MD5SUM95947120f800d2178fb6b614b0e3950b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2231
Best CPU time to get the best result obtained on this benchmark3600.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4500
Total number of constraints72413
Number of constraints which are clauses72413
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint18
Number of terms in the objective function 4500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4500
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4500
Number of bits of the biggest sum of numbers13
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.14/0.18	c #variable: 4500
0.14/0.18	c #constraint: 72413
0.14/0.18	c #equal: 0
0.14/0.18	c intsize: 13
0.14/0.18	c sizeproduct: 0
0.14/0.18	c #soft: 0
0.14/0.18	c mincost: 0
0.14/0.18	c maxcost: 0
0.14/0.18	c sumcost: 0
0.14/0.18	c iteration_max: -1
0.14/0.18	c time_max: -1
0.14/0.18	c number_of_threads(move update): 2
0.14/0.18	c number_of_threads(move evaluation): 2
0.14/0.18	c seed: 1842305199
3600.00/3030.62	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 (62271 MiB free)
  memory of node 1: 64465 MiB (63335 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4486882-1751299935/watcher-4486882-1751299935 -o /tmp/evaluation-result-4486882-1751299935/solver-4486882-1751299935 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751290793-42000 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1842305199 HOME/instance-4486882-1751299935.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
solver pid=43423, runsolver pid=43420
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 6.82 7.19 7.20 7/266 43425
/proc/meminfo: memFree=128572476/131250000 swapFree=33010684/33010684
[pid=43423] ppid=43420 vsize=146168 memory=73200 CPUtime=0.14 cores=1,3
/proc/43423/stat : 43423 (pb_competition_) R 43420 43423 41988 0 -1 4194304 10809 0 0 0 13 1 0 0 20 0 2 0 45672138 149676032 18300 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
/proc/43423/statm: 36542 18300 608 633 0 21391 0
[pid=43423/tid=43425] ppid=43420 vsize=146168 memory=4026531960 CPUtime=0.05 cores=1,3
/proc/43423/task/43425/stat : 43425 (pb_competition_) S 43420 43423 41988 0 -1 4194368 2020 0 0 0 5 0 0 0 20 0 2 0 45672139 149676032 18300 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 0 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 146168 KiB
Current children cumulated memory: 73200 KiB

[startup+0.205649 s]*
/proc/loadavg: 6.82 7.19 7.20 7/266 43425
/proc/meminfo: memFree=128526672/131250000 swapFree=33010684/33010684
[pid=43423] ppid=43420 vsize=165336 memory=105148 CPUtime=0.32 cores=1,3
/proc/43423/stat : 43423 (pb_competition_) R 43420 43423 41988 0 -1 4194304 17247 0 0 0 28 4 0 0 20 0 2 0 45672138 169304064 26287 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
/proc/43423/statm: 41334 26287 640 633 0 28179 0
[pid=43423/tid=43425] ppid=43420 vsize=165336 memory=664958721904869660 CPUtime=0.11 cores=1,3
/proc/43423/task/43425/stat : 43425 (pb_competition_) S 43420 43423 41988 0 -1 4194368 4017 0 0 0 11 0 0 0 20 0 2 0 45672139 169304064 26287 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 165336 KiB
Current children cumulated memory: 105148 KiB

[startup+0.305646 s]*
/proc/loadavg: 6.82 7.19 7.20 7/266 43425
/proc/meminfo: memFree=128510544/131250000 swapFree=33010684/33010684
[pid=43423] ppid=43420 vsize=186700 memory=128060 CPUtime=0.41 cores=1,3
/proc/43423/stat : 43423 (pb_competition_) R 43420 43423 41988 0 -1 4194304 22952 0 0 0 37 4 0 0 20 0 2 0 45672138 191180800 32015 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
/proc/43423/statm: 46675 32015 672 633 0 33520 0
[pid=43423/tid=43425] ppid=43420 vsize=186700 memory=7969544520086272878 CPUtime=0.11 cores=1,3
/proc/43423/task/43425/stat : 43425 (pb_competition_) S 43420 43423 41988 0 -1 4194368 4017 0 0 0 11 0 0 0 20 0 2 0 45672139 191180800 32047 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 186700 KiB
Current children cumulated memory: 128060 KiB

[startup+0.702586 s]
/proc/loadavg: 6.82 7.19 7.20 6/266 43425
/proc/meminfo: memFree=128470720/131250000 swapFree=33010684/33010684
[pid=43423] ppid=43420 vsize=267872 memory=208828 CPUtime=0.82 cores=1,3
/proc/43423/stat : 43423 (pb_competition_) R 43420 43423 41988 0 -1 4194304 42098 0 0 0 75 7 0 0 20 0 2 0 45672138 274300928 52207 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
/proc/43423/statm: 66968 52207 672 633 0 53813 0
[pid=43423/tid=43425] ppid=43420 vsize=267872 memory=17792 CPUtime=0.12 cores=1,3
/proc/43423/task/43425/stat : 43425 (pb_competition_) S 43420 43423 41988 0 -1 4194368 4017 0 0 0 12 0 0 0 20 0 2 0 45672139 274300928 52207 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
Current children cumulated CPU time: 0.82 s
Current children cumulated vsize: 267872 KiB
Current children cumulated memory: 208828 KiB

[startup+1.5002 s]
/proc/loadavg: 6.82 7.19 7.20 7/266 43425
/proc/meminfo: memFree=128426304/131250000 swapFree=33010684/33010684
[pid=43423] ppid=43420 vsize=268136 memory=209084 CPUtime=1.65 cores=1,3
/proc/43423/stat : 43423 (pb_competition_) R 43420 43423 41988 0 -1 4194304 68600 0 0 0 157 8 0 0 20 0 2 0 45672138 274571264 52271 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
/proc/43423/statm: 67034 52271 672 633 0 53879 0
[pid=43423/tid=43425] ppid=43420 vsize=268136 memory=17792 CPUtime=0.17 cores=1,3
/proc/43423/task/43425/stat : 43425 (pb_competition_) S 43420 43423 41988 0 -1 4194368 4578 0 0 0 16 1 0 0 20 0 2 0 45672139 274571264 52271 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
Current children cumulated CPU time: 1.65 s
Current children cumulated vsize: 268136 KiB
Current children cumulated memory: 209084 KiB

[startup+3.10552 s]
/proc/loadavg: 6.82 7.19 7.20 7/266 43425
/proc/meminfo: memFree=128426608/131250000 swapFree=33010684/33010684
[pid=43423] ppid=43420 vsize=268268 memory=209212 CPUtime=3.25 cores=1,3
/proc/43423/stat : 43423 (pb_competition_) R 43420 43423 41988 0 -1 4194304 80629 0 0 0 316 9 0 0 20 0 2 0 45672138 274706432 52303 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
/proc/43423/statm: 67067 52303 672 633 0 53912 0
[pid=43423/tid=43425] ppid=43420 vsize=268268 memory=209084 CPUtime=0.17 cores=1,3
/proc/43423/task/43425/stat : 43425 (pb_competition_) S 43420 43423 41988 0 -1 4194368 4578 0 0 0 16 1 0 0 20 0 2 0 45672139 274706432 52303 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
Current children cumulated CPU time: 3.25 s
Current children cumulated vsize: 268268 KiB
Current children cumulated memory: 209212 KiB

[startup+6.3002 s]
/proc/loadavg: 6.60 7.14 7.18 6/266 43425
/proc/meminfo: memFree=128426860/131250000 swapFree=33010684/33010684
[pid=43423] ppid=43420 vsize=268664 memory=209468 CPUtime=6.57 cores=1,3
/proc/43423/stat : 43423 (pb_competition_) R 43420 43423 41988 0 -1 4194304 106252 0 0 0 647 10 0 0 20 0 2 0 45672138 275111936 52367 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
/proc/43423/statm: 67166 52367 672 633 0 54011 0
[pid=43423/tid=43425] ppid=43420 vsize=268664 memory=17792 CPUtime=0.3 cores=1,3
/proc/43423/task/43425/stat : 43425 (pb_competition_) S 43420 43423 41988 0 -1 4194368 4968 0 0 0 29 1 0 0 20 0 2 0 45672139 275111936 52367 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
Current children cumulated CPU time: 6.57 s
Current children cumulated vsize: 268664 KiB
Current children cumulated memory: 209468 KiB

[startup+12.7002 s]
/proc/loadavg: 6.55 7.12 7.18 7/266 43425
/proc/meminfo: memFree=128430020/131250000 swapFree=33010684/33010684
[pid=43423] ppid=43420 vsize=269324 memory=210236 CPUtime=13.33 cores=1,3
/proc/43423/stat : 43423 (pb_competition_) R 43420 43423 41988 0 -1 4194304 152408 0 0 0 1319 14 0 0 20 0 2 0 45672138 275787776 52559 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
/proc/43423/statm: 67331 52559 672 633 0 54176 0
[pid=43423/tid=43425] ppid=43420 vsize=269324 memory=210236 CPUtime=0.67 cores=1,3
/proc/43423/task/43425/stat : 43425 (pb_competition_) S 43420 43423 41988 0 -1 4194368 5410 0 0 0 66 1 0 0 20 0 2 0 45672139 275787776 52559 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
Current children cumulated CPU time: 13.33 s
Current children cumulated vsize: 269324 KiB
Current children cumulated memory: 210236 KiB

[startup+25.5002 s]
/proc/loadavg: 6.46 7.08 7.16 7/266 43425
/proc/meminfo: memFree=128429272/131250000 swapFree=33010684/33010684
[pid=43423] ppid=43420 vsize=270248 memory=211260 CPUtime=26.75 cores=1,3
/proc/43423/stat : 43423 (pb_competition_) R 43420 43423 41988 0 -1 4194304 200836 0 0 0 2658 17 0 0 20 0 2 0 45672138 276733952 52815 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
/proc/43423/statm: 67562 52815 672 633 0 54407 0
[pid=43423/tid=43425] ppid=43420 vsize=270248 memory=210748 CPUtime=1.34 cores=1,3
/proc/43423/task/43425/stat : 43425 (pb_competition_) S 43420 43423 41988 0 -1 4194368 6489 0 0 0 132 2 0 0 20 0 2 0 45672139 276733952 52815 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
Current children cumulated CPU time: 26.75 s
Current children cumulated vsize: 270248 KiB
Current children cumulated memory: 211260 KiB

[startup+51.1057 s]
/proc/loadavg: 6.34 6.99 7.13 8/266 43426
/proc/meminfo: memFree=128420232/131250000 swapFree=33010684/33010684
[pid=43423] ppid=43420 vsize=272888 memory=213692 CPUtime=53.85 cores=1,3
/proc/43423/stat : 43423 (pb_competition_) R 43420 43423 41988 0 -1 4194304 243541 0 0 0 5364 21 0 0 20 0 2 0 45672138 279437312 53423 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
/proc/43423/statm: 68222 53423 672 633 0 55067 0
[pid=43423/tid=43425] ppid=43420 vsize=272888 memory=17792 CPUtime=2.92 cores=1,3
/proc/43423/task/43425/stat : 43425 (pb_competition_) S 43420 43423 41988 0 -1 4194368 7228 0 0 0 290 2 0 0 20 0 2 0 45672139 279437312 53423 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
Current children cumulated CPU time: 53.85 s
Current children cumulated vsize: 272888 KiB
Current children cumulated memory: 213692 KiB

[startup+102.3 s]
/proc/loadavg: 6.17 6.85 7.07 7/266 43475
/proc/meminfo: memFree=128443764/131250000 swapFree=33010684/33010684
[pid=43423] ppid=43420 vsize=276628 memory=217556 CPUtime=108.79 cores=1,3
/proc/43423/stat : 43423 (pb_competition_) R 43420 43423 41988 0 -1 4194304 318979 0 0 0 10849 30 0 0 20 0 2 0 45672138 283267072 54389 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
/proc/43423/statm: 69157 54389 672 633 0 56002 0
[pid=43423/tid=43425] ppid=43420 vsize=276628 memory=217556 CPUtime=6.84 cores=1,3
/proc/43423/task/43425/stat : 43425 (pb_competition_) S 43420 43423 41988 0 -1 4194368 8891 0 0 0 680 4 0 0 20 0 2 0 45672139 283267072 54389 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
Current children cumulated CPU time: 108.79 s
Current children cumulated vsize: 276628 KiB
Current children cumulated memory: 217556 KiB

[startup+162.3 s]
/proc/loadavg: 5.42 6.52 6.95 7/267 43478
/proc/meminfo: memFree=128419024/131250000 swapFree=33010684/33010684
[pid=43423] ppid=43420 vsize=282436 memory=223316 CPUtime=173.24 cores=1,3
/proc/43423/stat : 43423 (pb_competition_) R 43420 43423 41988 0 -1 4194304 376489 0 0 0 17287 37 0 0 20 0 2 0 45672138 289214464 55829 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
/proc/43423/statm: 70609 55829 672 633 0 57454 0
[pid=43423/tid=43425] ppid=43420 vsize=282436 memory=222292 CPUtime=11.5 cores=1,3
/proc/43423/task/43425/stat : 43425 (pb_competition_) S 43420 43423 41988 0 -1 4194368 10128 0 0 0 1144 6 0 0 20 0 2 0 45672139 289214464 55829 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
Current children cumulated CPU time: 173.24 s
Current children cumulated vsize: 282436 KiB
Current children cumulated memory: 223316 KiB

[startup+222.3 s]
/proc/loadavg: 5.06 6.23 6.82 6/267 43480
/proc/meminfo: memFree=128405612/131250000 swapFree=33010684/33010684
[pid=43423] ppid=43420 vsize=282964 memory=223956 CPUtime=237.17 cores=1,3
/proc/43423/stat : 43423 (pb_competition_) R 43420 43423 41988 0 -1 4194304 402346 0 0 0 23675 42 0 0 20 0 2 0 45672138 289755136 55989 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
/proc/43423/statm: 70741 55989 672 633 0 57586 0
[pid=43423/tid=43425] ppid=43420 vsize=282964 memory=223828 CPUtime=15.64 cores=1,3
/proc/43423/task/43425/stat : 43425 (pb_competition_) S 43420 43423 41988 0 -1 4194368 10686 0 0 0 1557 7 0 0 20 0 2 0 45672139 289755136 55989 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
Current children cumulated CPU time: 237.17 s
Current children cumulated vsize: 282964 KiB
Current children cumulated memory: 223956 KiB

[startup+282.3 s]
/proc/loadavg: 5.00 6.00 6.70 6/268 43489
/proc/meminfo: memFree=128406520/131250000 swapFree=33010684/33010684
[pid=43423] ppid=43420 vsize=282964 memory=224340 CPUtime=302.15 cores=1,3
/proc/43423/stat : 43423 (pb_competition_) R 43420 43423 41988 0 -1 4194304 414026 0 0 0 30168 47 0 0 20 0 2 0 45672138 289755136 56085 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
/proc/43423/statm: 70741 56085 672 633 0 57586 0
[pid=43423/tid=43425] ppid=43420 vsize=282964 memory=223828 CPUtime=20.81 cores=1,3
/proc/43423/task/43425/stat : 43425 (pb_competition_) S 43420 43423 41988 0 -1 4194368 10687 0 0 0 2072 9 0 0 20 0 2 0 45672139 289755136 56085 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
Current children cumulated CPU time: 302.15 s
Current children cumulated vsize: 282964 KiB

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

/proc/meminfo: memFree=128489260/131250000 swapFree=33010684/33010684
[pid=43423] ppid=43420 vsize=290488 memory=232148 CPUtime=2880.63 cores=1,3
/proc/43423/stat : 43423 (pb_competition_) R 43420 43423 41988 0 -1 4194304 499894 0 0 0 287749 314 0 0 20 0 2 0 45672138 297459712 58037 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
/proc/43423/statm: 72622 58037 672 633 0 59467 0
[pid=43423/tid=43425] ppid=43420 vsize=290488 memory=14720 CPUtime=446.66 cores=1,3
/proc/43423/task/43425/stat : 43425 (pb_competition_) S 43420 43423 41988 0 -1 4194368 11499 0 0 0 44572 94 0 0 20 0 2 0 45672139 297459712 58037 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
Current children cumulated CPU time: 2880.63 s
Current children cumulated vsize: 290488 KiB
Current children cumulated memory: 232148 KiB

[startup+2502.3 s]
/proc/loadavg: 3.28 3.48 4.30 4/259 43618
/proc/meminfo: memFree=128489140/131250000 swapFree=33010684/33010684
[pid=43423] ppid=43420 vsize=290488 memory=232148 CPUtime=2952.78 cores=1,3
/proc/43423/stat : 43423 (pb_competition_) R 43420 43423 41988 0 -1 4194304 503213 0 0 0 294957 321 0 0 20 0 2 0 45672138 297459712 58037 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
/proc/43423/statm: 72622 58037 672 633 0 59467 0
[pid=43423/tid=43425] ppid=43420 vsize=290488 memory=232148 CPUtime=459.01 cores=1,3
/proc/43423/task/43425/stat : 43425 (pb_competition_) S 43420 43423 41988 0 -1 4194368 11500 0 0 0 45805 96 0 0 20 0 2 0 45672139 297459712 58037 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
Current children cumulated CPU time: 2952.78 s
Current children cumulated vsize: 290488 KiB
Current children cumulated memory: 232148 KiB

[startup+2562.3 s]
/proc/loadavg: 3.15 3.40 4.22 4/259 43620
/proc/meminfo: memFree=128489284/131250000 swapFree=33010684/33010684
[pid=43423] ppid=43420 vsize=290488 memory=232148 CPUtime=3022.69 cores=1,3
/proc/43423/stat : 43423 (pb_competition_) R 43420 43423 41988 0 -1 4194304 504457 0 0 0 301941 328 0 0 20 0 2 0 45672138 297459712 58037 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
/proc/43423/statm: 72622 58037 672 633 0 59467 0
[pid=43423/tid=43425] ppid=43420 vsize=290488 memory=232148 CPUtime=469.13 cores=1,3
/proc/43423/task/43425/stat : 43425 (pb_competition_) R 43420 43423 41988 0 -1 4194368 11518 0 0 0 46815 98 0 0 20 0 2 0 45672139 297459712 58037 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
Current children cumulated CPU time: 3022.69 s
Current children cumulated vsize: 290488 KiB
Current children cumulated memory: 232148 KiB

[startup+2622.3 s]
/proc/loadavg: 3.43 3.44 4.18 4/259 43622
/proc/meminfo: memFree=128489484/131250000 swapFree=33010684/33010684
[pid=43423] ppid=43420 vsize=290488 memory=232148 CPUtime=3097.54 cores=1,3
/proc/43423/stat : 43423 (pb_competition_) R 43420 43423 41988 0 -1 4194304 505716 0 0 0 309418 336 0 0 20 0 2 0 45672138 297459712 58037 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
/proc/43423/statm: 72622 58037 672 633 0 59467 0
[pid=43423/tid=43425] ppid=43420 vsize=290488 memory=232148 CPUtime=484.19 cores=1,3
/proc/43423/task/43425/stat : 43425 (pb_competition_) S 43420 43423 41988 0 -1 4194368 11519 0 0 0 48319 100 0 0 20 0 2 0 45672139 297459712 58037 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
Current children cumulated CPU time: 3097.54 s
Current children cumulated vsize: 290488 KiB
Current children cumulated memory: 232148 KiB

[startup+2682.3 s]
/proc/loadavg: 3.33 3.40 4.12 4/260 43631
/proc/meminfo: memFree=128489236/131250000 swapFree=33010684/33010684
[pid=43423] ppid=43420 vsize=290488 memory=232148 CPUtime=3171.14 cores=1,3
/proc/43423/stat : 43423 (pb_competition_) R 43420 43423 41988 0 -1 4194304 507039 0 0 0 316769 345 0 0 20 0 2 0 45672138 297459712 58037 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
/proc/43423/statm: 72622 58037 672 633 0 59467 0
[pid=43423/tid=43425] ppid=43420 vsize=290488 memory=232148 CPUtime=498.01 cores=1,3
/proc/43423/task/43425/stat : 43425 (pb_competition_) S 43420 43423 41988 0 -1 4194368 11523 0 0 0 49698 103 0 0 20 0 2 0 45672139 297459712 58037 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
Current children cumulated CPU time: 3171.14 s
Current children cumulated vsize: 290488 KiB
Current children cumulated memory: 232148 KiB

[startup+2742.3 s]
/proc/loadavg: 3.33 3.39 4.07 4/260 43633
/proc/meminfo: memFree=128489616/131250000 swapFree=33010684/33010684
[pid=43423] ppid=43420 vsize=290488 memory=232148 CPUtime=3243.82 cores=1,3
/proc/43423/stat : 43423 (pb_competition_) R 43420 43423 41988 0 -1 4194304 510343 0 0 0 324028 354 0 0 20 0 2 0 45672138 297459712 58037 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
/proc/43423/statm: 72622 58037 672 633 0 59467 0
[pid=43423/tid=43425] ppid=43420 vsize=290488 memory=232148 CPUtime=510.88 cores=1,3
/proc/43423/task/43425/stat : 43425 (pb_competition_) S 43420 43423 41988 0 -1 4194368 11625 0 0 0 50982 106 0 0 20 0 2 0 45672139 297459712 58037 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
Current children cumulated CPU time: 3243.82 s
Current children cumulated vsize: 290488 KiB
Current children cumulated memory: 232148 KiB

[startup+2802.3 s]
/proc/loadavg: 3.44 3.40 4.03 4/260 43635
/proc/meminfo: memFree=128489512/131250000 swapFree=33010684/33010684
[pid=43423] ppid=43420 vsize=290488 memory=232148 CPUtime=3313.86 cores=1,3
/proc/43423/stat : 43423 (pb_competition_) R 43420 43423 41988 0 -1 4194304 511702 0 0 0 331026 360 0 0 20 0 2 0 45672138 297459712 58037 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
/proc/43423/statm: 72622 58037 672 633 0 59467 0
[pid=43423/tid=43425] ppid=43420 vsize=290488 memory=14720 CPUtime=521.13 cores=1,3
/proc/43423/task/43425/stat : 43425 (pb_competition_) S 43420 43423 41988 0 -1 4194368 11637 0 0 0 52005 108 0 0 20 0 2 0 45672139 297459712 58037 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
Current children cumulated CPU time: 3313.86 s
Current children cumulated vsize: 290488 KiB
Current children cumulated memory: 232148 KiB

[startup+2862.3 s]
/proc/loadavg: 3.26 3.35 3.97 4/260 43637
/proc/meminfo: memFree=128486828/131250000 swapFree=33010684/33010684
[pid=43423] ppid=43420 vsize=290324 memory=231956 CPUtime=3388.24 cores=1,3
/proc/43423/stat : 43423 (pb_competition_) R 43420 43423 41988 0 -1 4194304 525920 0 0 0 338454 370 0 0 20 0 2 0 45672138 297291776 57989 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
/proc/43423/statm: 72581 57989 672 633 0 59426 0
[pid=43423/tid=43425] ppid=43420 vsize=290324 memory=231828 CPUtime=535.71 cores=1,3
/proc/43423/task/43425/stat : 43425 (pb_competition_) S 43420 43423 41988 0 -1 4194368 11637 0 0 0 53461 110 0 0 20 0 2 0 45672139 297291776 57989 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
Current children cumulated CPU time: 3388.24 s
Current children cumulated vsize: 290324 KiB
Current children cumulated memory: 231956 KiB

[startup+2922.3 s]
/proc/loadavg: 3.28 3.35 3.93 4/260 43639
/proc/meminfo: memFree=128477624/131250000 swapFree=33010684/33010684
[pid=43423] ppid=43420 vsize=290588 memory=232212 CPUtime=3463.65 cores=1,3
/proc/43423/stat : 43423 (pb_competition_) R 43420 43423 41988 0 -1 4194304 529114 0 0 0 345985 380 0 0 20 0 2 0 45672138 297562112 58053 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
/proc/43423/statm: 72647 58053 672 633 0 59492 0
[pid=43423/tid=43425] ppid=43420 vsize=290588 memory=231828 CPUtime=551.35 cores=1,3
/proc/43423/task/43425/stat : 43425 (pb_competition_) S 43420 43423 41988 0 -1 4194368 11637 0 0 0 55022 113 0 0 20 0 2 0 45672139 297562112 58053 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
Current children cumulated CPU time: 3463.65 s
Current children cumulated vsize: 290588 KiB
Current children cumulated memory: 232212 KiB

[startup+2982.3 s]
/proc/loadavg: 3.19 3.31 3.88 5/260 43652
/proc/meminfo: memFree=128477916/131250000 swapFree=33010684/33010684
[pid=43423] ppid=43420 vsize=290588 memory=232340 CPUtime=3538.86 cores=1,3
/proc/43423/stat : 43423 (pb_competition_) R 43420 43423 41988 0 -1 4194304 529142 0 0 0 353497 389 0 0 20 0 2 0 45672138 297562112 58085 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
/proc/43423/statm: 72647 58085 672 633 0 59492 0
[pid=43423/tid=43425] ppid=43420 vsize=290588 memory=232340 CPUtime=566.79 cores=1,3
/proc/43423/task/43425/stat : 43425 (pb_competition_) S 43420 43423 41988 0 -1 4194368 11637 0 0 0 56563 116 0 0 20 0 2 0 45672139 297562112 58085 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
Current children cumulated CPU time: 3538.86 s
Current children cumulated vsize: 290588 KiB
Current children cumulated memory: 232340 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3030.6 s]
/proc/loadavg: 3.31 3.33 3.86 4/259 43652
/proc/meminfo: memFree=128478020/131250000 swapFree=33010684/33010684
[pid=43423] ppid=43420 vsize=290720 memory=232340 CPUtime=3600 cores=1,3
/proc/43423/stat : 43423 (pb_competition_) R 43420 43423 41988 0 -1 4194304 530563 0 0 0 359603 397 0 0 20 0 2 0 45672138 297697280 58085 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
/proc/43423/statm: 72680 58085 672 633 0 59525 0
[pid=43423/tid=43425] ppid=43420 vsize=290720 memory=17792 CPUtime=579.8 cores=1,3
/proc/43423/task/43425/stat : 43425 (pb_competition_) S 43420 43423 41988 0 -1 4194368 11643 0 0 0 57863 117 0 0 20 0 2 0 45672139 297697280 58085 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 290720 KiB
Current children cumulated memory: 232340 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.13 s, system=3.98171 s

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

[startup+3030.7 s]
/proc/loadavg: 3.31 3.33 3.86 4/259 43652
/proc/meminfo: memFree=128478020/131250000 swapFree=33010684/33010684
[pid=43423] ppid=43420 vsize=252248 memory=193976 CPUtime=3600.09 cores=1,3
/proc/43423/stat : 43423 (pb_competition_) R 43420 43423 41988 0 -1 4194304 539694 0 0 0 359612 397 0 0 20 0 2 0 45672138 258301952 48494 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
/proc/43423/statm: 63062 48494 672 633 0 49907 0
[pid=43423/tid=43425] ppid=43420 vsize=252248 memory=3328 CPUtime=579.8 cores=1,3
/proc/43423/task/43425/stat : 43425 (pb_competition_) S 43420 43423 41988 0 -1 4194368 11643 0 0 0 57863 117 0 0 20 0 2 0 45672139 258301952 48494 18446744073709551615 4198400 6788177 140725396762656 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 25849856 140725396765017 140725396765144 140725396765144 140725396770746 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 252248 KiB
Current children cumulated memory: 193976 KiB

Child status: 0

Real time (s): 3030.71
CPU time (s): 3600.11
CPU user time (s): 3596.13
CPU system time (s): 3.98171
CPU usage (%): 118.788
Max. virtual memory (cumulated for all children) (KiB): 290720
Max. memory (cumulated for all children) (KiB): 232340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.13
system time used= 3.98171
maximum resident set size= 232596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 540416
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= 115999
involuntary context switches= 9764


# summary of solver processes directly reported to runsolver:
#   pid: 43423
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3596.13
#   total CPU system time (s): 3.98171

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.17186 second user time and 13.4822 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-06-30 18:12:15
IDJOB=4486882
IDBENCH=147077
IDSOLVER=3347
FILE ID=nodeC026/4486882-1751299935
RUNJOBID= nodeC026-1751290793-42000
SLURM_JOB_ID= 9594245
Free space on /tmp= 433040 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-g125.18.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-4486882-1751299935/watcher-4486882-1751299935 -o /tmp/evaluation-result-4486882-1751299935/solver-4486882-1751299935 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751290793-42000 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1842305199 HOME/instance-4486882-1751299935.opb

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

MD5SUM BENCH= 95947120f800d2178fb6b614b0e3950b
RANDOM SEED=1842305199

nodeC026 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.545
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.59
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.150
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.59
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.955
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.59
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.794
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.407
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.59
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.796
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.59
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		: 3573.377
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128621224 kB
MemAvailable:   129658084 kB
Buffers:            3280 kB
Cached:          1833512 kB
SwapCached:            0 kB
Active:           431064 kB
Inactive:        1575688 kB
Active(anon):     188040 kB
Inactive(anon):        0 kB
Active(file):     243024 kB
Inactive(file):  1575688 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6860 kB
Writeback:            28 kB
AnonPages:        173104 kB
Mapped:           111796 kB
Shmem:             18080 kB
KReclaimable:     114772 kB
Slab:             202796 kB
SReclaimable:     114772 kB
SUnreclaim:        88024 kB
KernelStack:        4320 kB
PageTables:         3260 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     527980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     49152 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433040 MiB
End job on nodeC026 at 2025-06-30 19:02:46