Trace number 4512213

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-28SAT (TO)-21065 3600.1 2815.15

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/
opb/normalized-autocorr_bern45-23.opb
MD5SUMaf7e878fffd6da85a395ada1cd1e9cec
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-21362
Best CPU time to get the best result obtained on this benchmark3600.05
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
Number of constraints which are clauses0
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 constraint-1
Maximum length of a constraint0
Number of terms in the objective function 10776
Biggest coefficient in the objective function 6842
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 1529132
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 6842
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 1529132
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)10731
Sum of products size (including duplicates)34701
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c PRINTEMPS v2.7.0 (https://snowberryfield.github.io/printemps/)
0.00/0.06	c #variable: 45
0.00/0.06	c #constraint: 0
0.00/0.06	c #equal: 0
0.00/0.06	c intsize: 21
0.00/0.06	c sizeproduct: 34701
0.00/0.06	c #soft: 0
0.00/0.06	c mincost: 0
0.00/0.06	c maxcost: 0
0.00/0.06	c sumcost: 0
0.00/0.06	c iteration_max: -1
0.00/0.06	c time_max: -1
0.00/0.06	c number_of_threads(move update): 2
0.00/0.06	c number_of_threads(move evaluation): 2
0.00/0.06	c seed: 1219056594
0.23/0.26	o -6842
0.34/0.31	o -16134
0.34/0.40	o -16359
0.49/0.48	o -16361
0.65/0.56	o -16582
4.38/2.53	o -18106
15.71/8.98	o -18386
20.19/11.67	o -18995
20.80/12.05	o -19462
28.60/16.98	o -19509
42.54/28.71	o -20074
60.45/42.33	o -20218
64.14/45.28	o -20462
78.42/56.23	o -20542
176.52/133.18	o -20682
182.01/137.52	o -20742
230.08/178.21	o -20786
238.55/186.76	o -20925
293.34/230.97	o -20944
366.62/287.76	o -20974
818.77/638.44	o -20993
835.78/651.83	o -20998
1036.66/806.61	o -21005
1488.86/1160.48	o -21006
1723.34/1342.48	o -21020
1733.06/1350.01	o -21065
3600.04/2815.12	s SATISFIABLE
3600.04/2815.12	v -x1 x10 -x11 -x12 x13 -x14 -x15 -x16 x17 x18 x19 x2 x20 -x21 x22 x23 x24 x25 -x26 x27 -x28 x29 -x3 x30 x31 x32 x33 -x34 -x35 x36 -x37 -x38 -x39 x4 -x40 x41 x42 x43 -x44 x45 x5 x6 x7 -x8 x9 

Verifier Data

OK	-21065

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 (62342 MiB free)
  memory of node 1: 64465 MiB (63745 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512213-1751519462/watcher-4512213-1751519462 -o /tmp/evaluation-result-4512213-1751519462/solver-4512213-1751519462 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751519462-75021 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1219056594 HOME/instance-4512213-1751519462.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
Starting watchdog thread
solver pid=75070, runsolver pid=75060
Current StackSize limit: 8192 KiB


[startup+0.100063 s]*
/proc/loadavg: 1.35 2.10 3.03 9/269 75082
/proc/meminfo: memFree=129022124/131249996 swapFree=33006296/33010684
[pid=75070] ppid=75060 vsize=110556 memory=38692 CPUtime=0.12 cores=1,3
/proc/75070/stat : 75070 (pb_competition_) R 75060 75070 75009 0 -1 4194304 7513 0 0 0 11 1 0 0 20 0 2 0 67623685 113209344 9673 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
/proc/75070/statm: 27639 9673 672 633 0 11307 0
[pid=75070/tid=75081] ppid=75060 vsize=110556 memory=4026532124 CPUtime=0.02 cores=1,3
/proc/75070/task/75081/stat : 75081 (pb_competition_) S 75060 75070 75009 0 -1 4194368 840 0 0 0 2 0 0 0 20 0 2 0 67623686 113209344 9673 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 110556 KiB
Current children cumulated memory: 38692 KiB

[startup+0.205944 s]*
/proc/loadavg: 1.35 2.10 3.03 7/269 75082
/proc/meminfo: memFree=128972344/131249996 swapFree=33006296/33010684
[pid=75070] ppid=75060 vsize=139828 memory=68132 CPUtime=0.23 cores=1,3
/proc/75070/stat : 75070 (pb_competition_) R 75060 75070 75009 0 -1 4194304 14851 0 0 0 21 2 0 0 20 0 2 0 67623685 143183872 17033 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
/proc/75070/statm: 34957 17033 672 633 0 18625 0
[pid=75070/tid=75081] ppid=75060 vsize=139828 memory=5983648042466672924 CPUtime=0.02 cores=1,3
/proc/75070/task/75081/stat : 75081 (pb_competition_) S 75060 75070 75009 0 -1 4194368 840 0 0 0 2 0 0 0 20 0 2 0 67623686 143183872 17033 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 139828 KiB
Current children cumulated memory: 68132 KiB

[startup+0.305966 s]*
/proc/loadavg: 1.35 2.10 3.03 8/269 75082
/proc/meminfo: memFree=128932276/131249996 swapFree=33006296/33010684
[pid=75070] ppid=75060 vsize=164220 memory=92580 CPUtime=0.34 cores=1,3
/proc/75070/stat : 75070 (pb_competition_) R 75060 75070 75009 0 -1 4194304 20958 0 0 0 31 3 0 0 20 0 2 0 67623685 168161280 23145 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
/proc/75070/statm: 41055 23145 672 633 0 24723 0
[pid=75070/tid=75081] ppid=75060 vsize=164220 memory=7969830375963705450 CPUtime=0.03 cores=1,3
/proc/75070/task/75081/stat : 75081 (pb_competition_) S 75060 75070 75009 0 -1 4194368 840 0 0 0 3 0 0 0 20 0 2 0 67623686 168161280 23145 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 164220 KiB
Current children cumulated memory: 92580 KiB

[startup+0.700204 s]
/proc/loadavg: 1.35 2.10 3.03 9/269 75082
/proc/meminfo: memFree=128732420/131249996 swapFree=33006296/33010684
[pid=75070] ppid=75060 vsize=164512 memory=92580 CPUtime=0.99 cores=1,3
/proc/75070/stat : 75070 (pb_competition_) R 75060 75070 75009 0 -1 4194304 20959 0 0 0 96 3 0 0 20 0 2 0 67623685 168460288 23145 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
/proc/75070/statm: 41128 23145 672 633 0 24796 0
[pid=75070/tid=75081] ppid=75060 vsize=164512 memory=14976 CPUtime=0.3 cores=1,3
/proc/75070/task/75081/stat : 75081 (pb_competition_) R 75060 75070 75009 0 -1 4194368 840 0 0 0 30 0 0 0 20 0 2 0 67623686 168460288 23145 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 164512 KiB
Current children cumulated memory: 92580 KiB

[startup+1.50021 s]
/proc/loadavg: 1.35 2.10 3.03 9/269 75082
/proc/meminfo: memFree=128632476/131249996 swapFree=33006296/33010684
[pid=75070] ppid=75060 vsize=164512 memory=92580 CPUtime=2.5 cores=1,3
/proc/75070/stat : 75070 (pb_competition_) R 75060 75070 75009 0 -1 4194304 30530 0 0 0 246 4 0 0 20 0 2 0 67623685 168460288 23145 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
/proc/75070/statm: 41128 23145 672 633 0 24796 0
[pid=75070/tid=75081] ppid=75060 vsize=164512 memory=14976 CPUtime=1.01 cores=1,3
/proc/75070/task/75081/stat : 75081 (pb_competition_) R 75060 75070 75009 0 -1 4194368 1196 0 0 0 101 0 0 0 20 0 2 0 67623686 168460288 23145 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
Current children cumulated CPU time: 2.5 s
Current children cumulated vsize: 164512 KiB
Current children cumulated memory: 92580 KiB

[startup+3.10577 s]
/proc/loadavg: 1.35 2.10 3.03 8/269 75082
/proc/meminfo: memFree=128120208/131249996 swapFree=33006296/33010684
[pid=75070] ppid=75060 vsize=164512 memory=92580 CPUtime=5.43 cores=1,3
/proc/75070/stat : 75070 (pb_competition_) R 75060 75070 75009 0 -1 4194304 36997 0 0 0 538 5 0 0 20 0 2 0 67623685 168460288 23145 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
/proc/75070/statm: 41128 23145 672 633 0 24796 0
[pid=75070/tid=75081] ppid=75060 vsize=164512 memory=14848 CPUtime=2.34 cores=1,3
/proc/75070/task/75081/stat : 75081 (pb_competition_) R 75060 75070 75009 0 -1 4194368 2667 0 0 0 234 0 0 0 20 0 2 0 67623686 168460288 23145 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
Current children cumulated CPU time: 5.43 s
Current children cumulated vsize: 164512 KiB
Current children cumulated memory: 92580 KiB

[startup+6.30019 s]
/proc/loadavg: 1.81 2.19 3.05 9/269 75082
/proc/meminfo: memFree=128116712/131249996 swapFree=33006296/33010684
[pid=75070] ppid=75060 vsize=164776 memory=92836 CPUtime=11.03 cores=1,3
/proc/75070/stat : 75070 (pb_competition_) R 75060 75070 75009 0 -1 4194304 57852 0 0 0 1096 7 0 0 20 0 2 0 67623685 168730624 23209 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
/proc/75070/statm: 41194 23209 672 633 0 24862 0
[pid=75070/tid=75081] ppid=75060 vsize=164776 memory=92836 CPUtime=4.77 cores=1,3
/proc/75070/task/75081/stat : 75081 (pb_competition_) R 75060 75070 75009 0 -1 4194368 3914 0 0 0 476 1 0 0 20 0 2 0 67623686 168730624 23209 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
Current children cumulated CPU time: 11.03 s
Current children cumulated vsize: 164776 KiB
Current children cumulated memory: 92836 KiB

[startup+12.7002 s]
/proc/loadavg: 2.14 2.25 3.07 9/269 75082
/proc/meminfo: memFree=128116768/131249996 swapFree=33006296/33010684
[pid=75070] ppid=75060 vsize=164776 memory=92964 CPUtime=21.93 cores=1,3
/proc/75070/stat : 75070 (pb_competition_) R 75060 75070 75009 0 -1 4194304 75145 0 0 0 2183 10 0 0 20 0 2 0 67623685 168730624 23241 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
/proc/75070/statm: 41194 23241 672 633 0 24862 0
[pid=75070/tid=75081] ppid=75060 vsize=164776 memory=7969548900986470506 CPUtime=9.3 cores=1,3
/proc/75070/task/75081/stat : 75081 (pb_competition_) R 75060 75070 75009 0 -1 4194368 4377 0 0 0 929 1 0 0 20 0 2 0 67623686 168730624 23241 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
Current children cumulated CPU time: 21.93 s
Current children cumulated vsize: 164776 KiB
Current children cumulated memory: 92964 KiB

[startup+25.5002 s]
/proc/loadavg: 3.29 2.50 3.14 9/269 75082
/proc/meminfo: memFree=128116312/131249996 swapFree=33006296/33010684
[pid=75070] ppid=75060 vsize=165184 memory=93348 CPUtime=39.35 cores=1,3
/proc/75070/stat : 75070 (pb_competition_) R 75060 75070 75009 0 -1 4194304 75731 0 0 0 3923 12 0 0 20 0 2 0 67623685 169148416 23337 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
/proc/75070/statm: 41296 23337 672 633 0 24964 0
[pid=75070/tid=75081] ppid=75060 vsize=165184 memory=93348 CPUtime=14.01 cores=1,3
/proc/75070/task/75081/stat : 75081 (pb_competition_) S 75060 75070 75009 0 -1 4194368 4506 0 0 0 1399 2 0 0 20 0 2 0 67623686 169148416 23337 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
Current children cumulated CPU time: 39.35 s
Current children cumulated vsize: 165184 KiB
Current children cumulated memory: 93348 KiB

[startup+51.1058 s]
/proc/loadavg: 4.48 2.85 3.23 8/270 75084
/proc/meminfo: memFree=128115136/131249996 swapFree=33006296/33010684
[pid=75070] ppid=75060 vsize=165184 memory=93348 CPUtime=71.73 cores=1,3
/proc/75070/stat : 75070 (pb_competition_) R 75060 75070 75009 0 -1 4194304 124683 0 0 0 7155 18 0 0 20 0 2 0 67623685 169148416 23337 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
/proc/75070/statm: 41296 23337 672 633 0 24964 0
[pid=75070/tid=75081] ppid=75060 vsize=165184 memory=93348 CPUtime=20.93 cores=1,3
/proc/75070/task/75081/stat : 75081 (pb_competition_) S 75060 75070 75009 0 -1 4194368 6407 0 0 0 2089 4 0 0 20 0 2 0 67623686 169148416 23337 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
Current children cumulated CPU time: 71.73 s
Current children cumulated vsize: 165184 KiB
Current children cumulated memory: 93348 KiB

[startup+102.3 s]
/proc/loadavg: 6.19 3.57 3.46 9/270 75086
/proc/meminfo: memFree=128114664/131249996 swapFree=33006296/33010684
[pid=75070] ppid=75060 vsize=165184 memory=93476 CPUtime=136.83 cores=1,3
/proc/75070/stat : 75070 (pb_competition_) R 75060 75070 75009 0 -1 4194304 153422 0 0 0 13655 28 0 0 20 0 2 0 67623685 169148416 23369 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
/proc/75070/statm: 41296 23369 672 633 0 24964 0
[pid=75070/tid=75081] ppid=75060 vsize=165184 memory=93476 CPUtime=35.09 cores=1,3
/proc/75070/task/75081/stat : 75081 (pb_competition_) R 75060 75070 75009 0 -1 4194368 7803 0 0 0 3500 9 0 0 20 0 2 0 67623686 169148416 23369 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
Current children cumulated CPU time: 136.83 s
Current children cumulated vsize: 165184 KiB
Current children cumulated memory: 93476 KiB

[startup+162.3 s]
/proc/loadavg: 6.47 4.13 3.66 9/270 75088
/proc/meminfo: memFree=128089280/131249996 swapFree=33006296/33010684
[pid=75070] ppid=75060 vsize=165316 memory=93604 CPUtime=212.9 cores=1,3
/proc/75070/stat : 75070 (pb_competition_) R 75060 75070 75009 0 -1 4194304 192125 0 0 0 21251 39 0 0 20 0 2 0 67623685 169283584 23401 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
/proc/75070/statm: 41329 23401 672 633 0 24997 0
[pid=75070/tid=75081] ppid=75060 vsize=165316 memory=93604 CPUtime=51.47 cores=1,3
/proc/75070/task/75081/stat : 75081 (pb_competition_) R 75060 75070 75009 0 -1 4194368 9381 0 0 0 5133 14 0 0 20 0 2 0 67623686 169283584 23401 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
Current children cumulated CPU time: 212.9 s
Current children cumulated vsize: 165316 KiB
Current children cumulated memory: 93604 KiB

[startup+222.3 s]
/proc/loadavg: 6.17 4.47 3.81 9/269 75089
/proc/meminfo: memFree=128108392/131249996 swapFree=33006296/33010684
[pid=75070] ppid=75060 vsize=165448 memory=93860 CPUtime=282.24 cores=1,3
/proc/75070/stat : 75070 (pb_competition_) R 75060 75070 75009 0 -1 4194304 208328 0 0 0 28178 46 0 0 20 0 2 0 67623685 169418752 23465 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
/proc/75070/statm: 41362 23465 672 633 0 25030 0
[pid=75070/tid=75081] ppid=75060 vsize=165448 memory=93860 CPUtime=61.11 cores=1,3
/proc/75070/task/75081/stat : 75081 (pb_competition_) S 75060 75070 75009 0 -1 4194368 9391 0 0 0 6094 17 0 0 20 0 2 0 67623686 169418752 23465 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
Current children cumulated CPU time: 282.24 s
Current children cumulated vsize: 165448 KiB
Current children cumulated memory: 93860 KiB

[startup+282.3 s]
/proc/loadavg: 5.74 4.67 3.93 7/268 75091
/proc/meminfo: memFree=128112724/131249996 swapFree=33006296/33010684
[pid=75070] ppid=75060 vsize=165580 memory=93860 CPUtime=359.73 cores=1,3
/proc/75070/stat : 75070 (pb_competition_) R 75060 75070 75009 0 -1 4194304 223814 0 0 0 35916 57 0 0 20 0 2 0 67623685 169553920 23465 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
/proc/75070/statm: 41395 23465 672 633 0 25063 0
[pid=75070/tid=75081] ppid=75060 vsize=165580 memory=93860 CPUtime=78.9 cores=1,3
/proc/75070/task/75081/stat : 75081 (pb_competition_) S 75060 75070 75009 0 -1 4194368 9847 0 0 0 7867 23 0 0 20 0 2 0 67623686 169553920 23465 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
Current children cumulated CPU time: 359.73 s
Current children cumulated vsize: 165580 KiB
Current children cumulated memory: 93860 KiB

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

/proc/meminfo: memFree=128102048/131249996 swapFree=33006296/33010684
[pid=75070] ppid=75060 vsize=167364 memory=96164 CPUtime=2875.65 cores=1,3
/proc/75070/stat : 75070 (pb_competition_) R 75060 75070 75009 0 -1 4194304 375357 0 0 0 287268 297 0 0 20 0 2 0 67623685 171380736 24041 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
/proc/75070/statm: 41841 24041 672 633 0 25509 0
[pid=75070/tid=75081] ppid=75060 vsize=167364 memory=96164 CPUtime=624.43 cores=1,3
/proc/75070/task/75081/stat : 75081 (pb_competition_) S 75060 75070 75009 0 -1 4194368 16527 0 0 0 62277 166 0 0 20 0 2 0 67623686 171380736 24041 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
Current children cumulated CPU time: 2875.65 s
Current children cumulated vsize: 167364 KiB
Current children cumulated memory: 96164 KiB

[startup+2322.3 s]
/proc/loadavg: 5.47 5.44 5.29 6/268 75233
/proc/meminfo: memFree=128101776/131249996 swapFree=33006296/33010684
[pid=75070] ppid=75060 vsize=167364 memory=96164 CPUtime=2954.42 cores=1,3
/proc/75070/stat : 75070 (pb_competition_) R 75060 75070 75009 0 -1 4194304 375367 0 0 0 295139 303 0 0 20 0 2 0 67623685 171380736 24041 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
/proc/75070/statm: 41841 24041 672 633 0 25509 0
[pid=75070/tid=75081] ppid=75060 vsize=167364 memory=96164 CPUtime=643.52 cores=1,3
/proc/75070/task/75081/stat : 75081 (pb_competition_) S 75060 75070 75009 0 -1 4194368 16527 0 0 0 64182 170 0 0 20 0 2 0 67623686 171380736 24041 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
Current children cumulated CPU time: 2954.42 s
Current children cumulated vsize: 167364 KiB
Current children cumulated memory: 96164 KiB

[startup+2382.3 s]
/proc/loadavg: 5.56 5.46 5.31 7/269 75244
/proc/meminfo: memFree=128099968/131249996 swapFree=33006296/33010684
[pid=75070] ppid=75060 vsize=167364 memory=96164 CPUtime=3032.94 cores=1,3
/proc/75070/stat : 75070 (pb_competition_) R 75060 75070 75009 0 -1 4194304 375367 0 0 0 302982 312 0 0 20 0 2 0 67623685 171380736 24041 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
/proc/75070/statm: 41841 24041 672 633 0 25509 0
[pid=75070/tid=75081] ppid=75060 vsize=167364 memory=96164 CPUtime=662.29 cores=1,3
/proc/75070/task/75081/stat : 75081 (pb_competition_) R 75060 75070 75009 0 -1 4194368 16527 0 0 0 66054 175 0 0 20 0 2 0 67623686 171380736 24041 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
Current children cumulated CPU time: 3032.94 s
Current children cumulated vsize: 167364 KiB
Current children cumulated memory: 96164 KiB

[startup+2442.3 s]
/proc/loadavg: 5.69 5.52 5.34 7/269 75246
/proc/meminfo: memFree=128100288/131249996 swapFree=33006296/33010684
[pid=75070] ppid=75060 vsize=167364 memory=96164 CPUtime=3111.74 cores=1,3
/proc/75070/stat : 75070 (pb_competition_) R 75060 75070 75009 0 -1 4194304 376144 0 0 0 310853 321 0 0 20 0 2 0 67623685 171380736 24041 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
/proc/75070/statm: 41841 24041 672 633 0 25509 0
[pid=75070/tid=75081] ppid=75060 vsize=167364 memory=96164 CPUtime=681.38 cores=1,3
/proc/75070/task/75081/stat : 75081 (pb_competition_) R 75060 75070 75009 0 -1 4194368 16769 0 0 0 67956 182 0 0 20 0 2 0 67623686 171380736 24041 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
Current children cumulated CPU time: 3111.74 s
Current children cumulated vsize: 167364 KiB
Current children cumulated memory: 96164 KiB

[startup+2502.3 s]
/proc/loadavg: 5.40 5.47 5.33 6/269 75249
/proc/meminfo: memFree=128101596/131249996 swapFree=33006296/33010684
[pid=75070] ppid=75060 vsize=167364 memory=96164 CPUtime=3190.15 cores=1,3
/proc/75070/stat : 75070 (pb_competition_) R 75060 75070 75009 0 -1 4194304 376921 0 0 0 318687 328 0 0 20 0 2 0 67623685 171380736 24041 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
/proc/75070/statm: 41841 24041 672 633 0 25509 0
[pid=75070/tid=75081] ppid=75060 vsize=167364 memory=96164 CPUtime=700.07 cores=1,3
/proc/75070/task/75081/stat : 75081 (pb_competition_) S 75060 75070 75009 0 -1 4194368 16770 0 0 0 69821 186 0 0 20 0 2 0 67623686 171380736 24041 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
Current children cumulated CPU time: 3190.15 s
Current children cumulated vsize: 167364 KiB
Current children cumulated memory: 96164 KiB

[startup+2562.3 s]
/proc/loadavg: 5.23 5.41 5.32 7/269 75251
/proc/meminfo: memFree=128101440/131249996 swapFree=33006296/33010684
[pid=75070] ppid=75060 vsize=167364 memory=96164 CPUtime=3269.06 cores=1,3
/proc/75070/stat : 75070 (pb_competition_) R 75060 75070 75009 0 -1 4194304 376958 0 0 0 326571 335 0 0 20 0 2 0 67623685 171380736 24041 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
/proc/75070/statm: 41841 24041 672 633 0 25509 0
[pid=75070/tid=75081] ppid=75060 vsize=167364 memory=96164 CPUtime=719.27 cores=1,3
/proc/75070/task/75081/stat : 75081 (pb_competition_) S 75060 75070 75009 0 -1 4194368 16770 0 0 0 71736 191 0 0 20 0 2 0 67623686 171380736 24041 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
Current children cumulated CPU time: 3269.06 s
Current children cumulated vsize: 167364 KiB
Current children cumulated memory: 96164 KiB

[startup+2622.3 s]
/proc/loadavg: 5.54 5.46 5.34 6/269 75253
/proc/meminfo: memFree=128101320/131249996 swapFree=33006296/33010684
[pid=75070] ppid=75060 vsize=167364 memory=96164 CPUtime=3347.31 cores=1,3
/proc/75070/stat : 75070 (pb_competition_) R 75060 75070 75009 0 -1 4194304 377735 0 0 0 334389 342 0 0 20 0 2 0 67623685 171380736 24041 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
/proc/75070/statm: 41841 24041 672 633 0 25509 0
[pid=75070/tid=75081] ppid=75060 vsize=167364 memory=96164 CPUtime=737.81 cores=1,3
/proc/75070/task/75081/stat : 75081 (pb_competition_) S 75060 75070 75009 0 -1 4194368 16791 0 0 0 73586 195 0 0 20 0 2 0 67623686 171380736 24041 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
Current children cumulated CPU time: 3347.31 s
Current children cumulated vsize: 167364 KiB
Current children cumulated memory: 96164 KiB

[startup+2682.3 s]
/proc/loadavg: 5.49 5.45 5.35 7/268 75255
/proc/meminfo: memFree=128101252/131249996 swapFree=33006296/33010684
[pid=75070] ppid=75060 vsize=167364 memory=96164 CPUtime=3425.96 cores=1,3
/proc/75070/stat : 75070 (pb_competition_) R 75060 75070 75009 0 -1 4194304 377735 0 0 0 342248 348 0 0 20 0 2 0 67623685 171380736 24041 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
/proc/75070/statm: 41841 24041 672 633 0 25509 0
[pid=75070/tid=75081] ppid=75060 vsize=167364 memory=96164 CPUtime=756.76 cores=1,3
/proc/75070/task/75081/stat : 75081 (pb_competition_) R 75060 75070 75009 0 -1 4194368 16791 0 0 0 75477 199 0 0 20 0 2 0 67623686 171380736 24041 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
Current children cumulated CPU time: 3425.96 s
Current children cumulated vsize: 167364 KiB
Current children cumulated memory: 96164 KiB

[startup+2742.3 s]
/proc/loadavg: 5.42 5.44 5.35 6/267 75257
/proc/meminfo: memFree=128100360/131249996 swapFree=33006296/33010684
[pid=75070] ppid=75060 vsize=167364 memory=96164 CPUtime=3504.85 cores=1,3
/proc/75070/stat : 75070 (pb_competition_) R 75060 75070 75009 0 -1 4194304 378512 0 0 0 350131 354 0 0 20 0 2 0 67623685 171380736 24041 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
/proc/75070/statm: 41841 24041 672 633 0 25509 0
[pid=75070/tid=75081] ppid=75060 vsize=167364 memory=96164 CPUtime=775.93 cores=1,3
/proc/75070/task/75081/stat : 75081 (pb_competition_) S 75060 75070 75009 0 -1 4194368 16794 0 0 0 77390 203 0 0 20 0 2 0 67623686 171380736 24041 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
Current children cumulated CPU time: 3504.85 s
Current children cumulated vsize: 167364 KiB
Current children cumulated memory: 96164 KiB

[startup+2802.3 s]
/proc/loadavg: 6.09 5.61 5.41 6/267 75258
/proc/meminfo: memFree=128099780/131249996 swapFree=33006296/33010684
[pid=75070] ppid=75060 vsize=167364 memory=96164 CPUtime=3583.29 cores=1,3
/proc/75070/stat : 75070 (pb_competition_) R 75060 75070 75009 0 -1 4194304 379289 0 0 0 357968 361 0 0 20 0 2 0 67623685 171380736 24041 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
/proc/75070/statm: 41841 24041 672 633 0 25509 0
[pid=75070/tid=75081] ppid=75060 vsize=167364 memory=96164 CPUtime=794.66 cores=1,3
/proc/75070/task/75081/stat : 75081 (pb_competition_) R 75060 75070 75009 0 -1 4194368 16846 0 0 0 79259 207 0 0 20 0 2 0 67623686 171380736 24041 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
Current children cumulated CPU time: 3583.29 s
Current children cumulated vsize: 167364 KiB
Current children cumulated memory: 96164 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2815.11 s]
/proc/loadavg: 6.22 5.66 5.43 6/267 75259
/proc/meminfo: memFree=128099828/131249996 swapFree=33006296/33010684
[pid=75070] ppid=75060 vsize=167364 memory=96164 CPUtime=3600.04 cores=1,3
/proc/75070/stat : 75070 (pb_competition_) R 75060 75070 75009 0 -1 4194304 379289 0 0 0 359642 362 0 0 20 0 2 0 67623685 171380736 24041 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
/proc/75070/statm: 41841 24041 672 633 0 25509 0
[pid=75070/tid=75081] ppid=75060 vsize=167364 memory=96164 CPUtime=798.67 cores=1,3
/proc/75070/task/75081/stat : 75081 (pb_competition_) S 75060 75070 75009 0 -1 4194368 16846 0 0 0 79659 208 0 0 20 0 2 0 67623686 171380736 24041 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 167364 KiB
Current children cumulated memory: 96164 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.47 s, system=3.63006 s

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

[startup+2815.11 s]
/proc/loadavg: 6.22 5.66 5.43 6/267 75259
/proc/meminfo: memFree=128099828/131249996 swapFree=33006296/33010684
[pid=75070] ppid=75060 vsize=167364 memory=96164 CPUtime=3600.04 cores=1,3
/proc/75070/stat : 75070 (pb_competition_) R 75060 75070 75009 0 -1 4194304 379289 0 0 0 359642 362 0 0 20 0 2 0 67623685 171380736 24041 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
/proc/75070/statm: 41841 24041 672 633 0 25509 0
[pid=75070/tid=75081] ppid=75060 vsize=167364 memory=96164 CPUtime=798.67 cores=1,3
/proc/75070/task/75081/stat : 75081 (pb_competition_) S 75060 75070 75009 0 -1 4194368 16846 0 0 0 79659 208 0 0 20 0 2 0 67623686 171380736 24041 18446744073709551615 4198400 6788177 140728656758096 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 37212160 140728656763225 140728656763352 140728656763352 140728656768954 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 167364 KiB
Current children cumulated memory: 96164 KiB

Child status: 0

Real time (s): 2815.15
CPU time (s): 3600.1
CPU user time (s): 3596.47
CPU system time (s): 3.63006
CPU usage (%): 127.883
Max. virtual memory (cumulated for all children) (KiB): 167364
Max. memory (cumulated for all children) (KiB): 96164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.47
system time used= 3.63006
maximum resident set size= 96164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 383650
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= 347263
involuntary context switches= 25357


# summary of solver processes directly reported to runsolver:
#   pid: 75070
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3596.47
#   total CPU system time (s): 3.63006

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.3154 second user time and 12.9961 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-07-03 07:11:02
IDJOB=4512213
IDBENCH=160517
IDSOLVER=3347
FILE ID=nodeC015/4512213-1751519462
RUNJOBID= nodeC015-1751519462-75021
SLURM_JOB_ID= 9598638
Free space on /tmp= 432372 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/opb/normalized-autocorr_bern45-23.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-4512213-1751519462/watcher-4512213-1751519462 -o /tmp/evaluation-result-4512213-1751519462/solver-4512213-1751519462 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751519462-75021 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1219056594 HOME/instance-4512213-1751519462.opb

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

MD5SUM BENCH= af7e878fffd6da85a395ada1cd1e9cec
RANDOM SEED=1219056594

nodeC015 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129118152 kB
MemAvailable:   129736584 kB
Buffers:            1508 kB
Cached:          1402216 kB
SwapCached:         3880 kB
Active:           319284 kB
Inactive:        1164368 kB
Active(anon):      45284 kB
Inactive(anon):    48808 kB
Active(file):     274000 kB
Inactive(file):  1115560 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33006296 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             23760 kB
Writeback:             0 kB
AnonPages:         79148 kB
Mapped:            99952 kB
Shmem:             14152 kB
KReclaimable:     136224 kB
Slab:             226024 kB
SReclaimable:     136224 kB
SUnreclaim:        89800 kB
KernelStack:        4100 kB
PageTables:         2820 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     340932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432348 MiB
End job on nodeC015 at 2025-07-03 07:57:57