Trace number 4524703

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PRINTEMPS 2025-05-28MSAT (TO) 3600.16 2036.01

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-11-10--soft-0-100-0.wbo
MD5SUMbb794de334345008f73c7267fdb18db5
Bench CategorySOFT-LIN (WBO, only soft constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.037069
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables110
Total number of constraints21
Number of soft constraints21
Number of constraints which are clauses11
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint11
Top cost 827
Min constraint cost 1
Max constraint cost 88
Sum of constraints costs 826
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.01	c #variable: 110
0.00/0.01	c #constraint: 21
0.00/0.01	c #equal: 0
0.00/0.01	c intsize: 4
0.00/0.01	c sizeproduct: 0
0.00/0.01	c #soft: 21
0.00/0.01	c mincost: 1
0.00/0.01	c maxcost: 88
0.00/0.01	c sumcost: 826
0.00/0.01	c iteration_max: -1
0.00/0.01	c time_max: -1
0.00/0.01	c number_of_threads(move update): 2
0.00/0.01	c number_of_threads(move evaluation): 2
0.00/0.01	c seed: 1226323932
0.00/0.01	o 52
0.00/0.01	o 1
3600.14/2036.01	s SATISFIABLE
3600.14/2036.01	v x1 -x10 x100 -x101 x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x11 -x110 -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 x46 -x47 -x48 -x49 -x5 -x50 -x51 -x52 -x53 -x54 x55 -x56 -x57 -x58 -x59 -x6 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 x68 -x69 -x7 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 x79 -x8 -x80 -x81 -x82 -x83 -x84 -x85 -x86 x87 -x88 -x89 -x9 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 

Verifier Data

OK	1

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (62594 MiB free)
  memory of node 1: 64507 MiB (63458 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4524703-1751616929/watcher-4524703-1751616929 -o /tmp/evaluation-result-4524703-1751616929/solver-4524703-1751616929 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751615013-86635 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1226323932 HOME/instance-4524703-1751616929.wbo 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=86885, runsolver pid=86882

[startup+0.100073 s]*
/proc/loadavg: 5.99 6.00 5.50 7/253 86887
/proc/meminfo: memFree=129079156/131382112 swapFree=33010416/33010684
[pid=86885] ppid=86882 vsize=77740 memory=3200 CPUtime=0.17 cores=4,6
/proc/86885/stat : 86885 (pb_competition_) R 86882 86885 86624 0 -1 4194304 268 0 0 0 16 1 0 0 20 0 2 0 77372620 79605760 800 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
/proc/86885/statm: 19435 800 672 633 0 2299 0
[pid=86885/tid=86887] ppid=86882 vsize=77740 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/86885/task/86887/stat : 86887 (pb_competition_) R 86882 86885 86624 0 -1 4194368 10 0 0 0 7 0 0 0 20 0 2 0 77372620 79605760 800 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 77740 KiB
Current children cumulated memory: 3200 KiB

[startup+0.213486 s]*
/proc/loadavg: 5.99 6.00 5.50 7/253 86887
/proc/meminfo: memFree=129079156/131382112 swapFree=33010416/33010684
[pid=86885] ppid=86882 vsize=77740 memory=3200 CPUtime=0.36 cores=4,6
/proc/86885/stat : 86885 (pb_competition_) S 86882 86885 86624 0 -1 4194304 271 0 0 0 35 1 0 0 20 0 2 0 77372620 79605760 800 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
/proc/86885/statm: 19435 800 672 633 0 2299 0
[pid=86885/tid=86887] ppid=86882 vsize=77740 memory=664958721904869660 CPUtime=0.16 cores=4,6
/proc/86885/task/86887/stat : 86887 (pb_competition_) R 86882 86885 86624 0 -1 4194368 10 0 0 0 16 0 0 0 20 0 2 0 77372620 79605760 800 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 77740 KiB
Current children cumulated memory: 3200 KiB

[startup+0.312811 s]*
/proc/loadavg: 5.99 6.00 5.50 7/253 86887
/proc/meminfo: memFree=129079156/131382112 swapFree=33010416/33010684
[pid=86885] ppid=86882 vsize=77740 memory=3200 CPUtime=0.54 cores=4,6
/proc/86885/stat : 86885 (pb_competition_) S 86882 86885 86624 0 -1 4194304 271 0 0 0 52 2 0 0 20 0 2 0 77372620 79605760 800 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
/proc/86885/statm: 19435 800 672 633 0 2299 0
[pid=86885/tid=86887] ppid=86882 vsize=77740 memory=-7239386590705782118 CPUtime=0.24 cores=4,6
/proc/86885/task/86887/stat : 86887 (pb_competition_) R 86882 86885 86624 0 -1 4194368 10 0 0 0 24 0 0 0 20 0 2 0 77372620 79605760 800 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 77740 KiB
Current children cumulated memory: 3200 KiB

[startup+0.700285 s]
/proc/loadavg: 5.99 6.00 5.50 7/253 86887
/proc/meminfo: memFree=129079156/131382112 swapFree=33010416/33010684
[pid=86885] ppid=86882 vsize=77904 memory=3328 CPUtime=1.23 cores=4,6
/proc/86885/stat : 86885 (pb_competition_) R 86882 86885 86624 0 -1 4194304 294 0 0 0 118 5 0 0 20 0 2 0 77372620 79773696 832 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
/proc/86885/statm: 19476 832 672 633 0 2340 0
[pid=86885/tid=86887] ppid=86882 vsize=77904 memory=18560 CPUtime=0.58 cores=4,6
/proc/86885/task/86887/stat : 86887 (pb_competition_) R 86882 86885 86624 0 -1 4194368 10 0 0 0 58 0 0 0 20 0 2 0 77372620 79773696 832 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 77904 KiB
Current children cumulated memory: 3328 KiB

[startup+1.50025 s]
/proc/loadavg: 5.99 6.00 5.50 7/253 86887
/proc/meminfo: memFree=129078916/131382112 swapFree=33010416/33010684
[pid=86885] ppid=86882 vsize=77904 memory=3328 CPUtime=2.81 cores=4,6
/proc/86885/stat : 86885 (pb_competition_) R 86882 86885 86624 0 -1 4194304 436 0 0 0 268 13 0 0 20 0 2 0 77372620 79773696 832 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
/proc/86885/statm: 19476 832 672 633 0 2340 0
[pid=86885/tid=86887] ppid=86882 vsize=77904 memory=18560 CPUtime=1.37 cores=4,6
/proc/86885/task/86887/stat : 86887 (pb_competition_) R 86882 86885 86624 0 -1 4194368 22 0 0 0 136 1 0 0 20 0 2 0 77372620 79773696 832 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 77904 KiB
Current children cumulated memory: 3328 KiB

[startup+3.1059 s]
/proc/loadavg: 5.99 6.00 5.50 7/253 86887
/proc/meminfo: memFree=129079160/131382112 swapFree=33010416/33010684
[pid=86885] ppid=86882 vsize=77904 memory=3328 CPUtime=6 cores=4,6
/proc/86885/stat : 86885 (pb_competition_) R 86882 86885 86624 0 -1 4194304 601 0 0 0 571 29 0 0 20 0 2 0 77372620 79773696 832 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
/proc/86885/statm: 19476 832 672 633 0 2340 0
[pid=86885/tid=86887] ppid=86882 vsize=77904 memory=3328 CPUtime=2.97 cores=4,6
/proc/86885/task/86887/stat : 86887 (pb_competition_) R 86882 86885 86624 0 -1 4194368 52 0 0 0 294 3 0 0 20 0 2 0 77372620 79773696 832 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
Current children cumulated CPU time: 6 s
Current children cumulated vsize: 77904 KiB
Current children cumulated memory: 3328 KiB

[startup+6.3002 s]
/proc/loadavg: 6.08 6.02 5.51 7/253 86887
/proc/meminfo: memFree=129078924/131382112 swapFree=33010416/33010684
[pid=86885] ppid=86882 vsize=77904 memory=3328 CPUtime=12.34 cores=4,6
/proc/86885/stat : 86885 (pb_competition_) R 86882 86885 86624 0 -1 4194304 757 0 0 0 1176 58 0 0 20 0 2 0 77372620 79773696 832 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
/proc/86885/statm: 19476 832 672 633 0 2340 0
[pid=86885/tid=86887] ppid=86882 vsize=77904 memory=18560 CPUtime=6.15 cores=4,6
/proc/86885/task/86887/stat : 86887 (pb_competition_) R 86882 86885 86624 0 -1 4194368 117 0 0 0 607 8 0 0 20 0 2 0 77372620 79773696 832 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
Current children cumulated CPU time: 12.34 s
Current children cumulated vsize: 77904 KiB
Current children cumulated memory: 3328 KiB

[startup+12.7002 s]
/proc/loadavg: 6.07 6.02 5.51 6/253 86887
/proc/meminfo: memFree=129078964/131382112 swapFree=33010416/33010684
[pid=86885] ppid=86882 vsize=77904 memory=3328 CPUtime=25.04 cores=4,6
/proc/86885/stat : 86885 (pb_competition_) R 86882 86885 86624 0 -1 4194304 914 0 0 0 2387 117 0 0 20 0 2 0 77372620 79773696 832 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
/proc/86885/statm: 19476 832 672 633 0 2340 0
[pid=86885/tid=86887] ppid=86882 vsize=77904 memory=3328 CPUtime=12.51 cores=4,6
/proc/86885/task/86887/stat : 86887 (pb_competition_) R 86882 86885 86624 0 -1 4194368 168 0 0 0 1233 18 0 0 20 0 2 0 77372620 79773696 832 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
Current children cumulated CPU time: 25.04 s
Current children cumulated vsize: 77904 KiB
Current children cumulated memory: 3328 KiB

[startup+25.5002 s]
/proc/loadavg: 6.05 6.01 5.52 7/253 86888
/proc/meminfo: memFree=129078788/131382112 swapFree=33010416/33010684
[pid=86885] ppid=86882 vsize=77904 memory=3328 CPUtime=50.46 cores=4,6
/proc/86885/stat : 86885 (pb_competition_) R 86882 86885 86624 0 -1 4194304 971 0 0 0 4822 224 0 0 20 0 2 0 77372620 79773696 832 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
/proc/86885/statm: 19476 832 672 633 0 2340 0
[pid=86885/tid=86887] ppid=86882 vsize=77904 memory=14848 CPUtime=25.22 cores=4,6
/proc/86885/task/86887/stat : 86887 (pb_competition_) R 86882 86885 86624 0 -1 4194368 185 0 0 0 2488 34 0 0 20 0 2 0 77372620 79773696 832 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
Current children cumulated CPU time: 50.46 s
Current children cumulated vsize: 77904 KiB
Current children cumulated memory: 3328 KiB

[startup+51.1058 s]
/proc/loadavg: 6.11 6.03 5.54 7/253 86888
/proc/meminfo: memFree=129078896/131382112 swapFree=33010416/33010684
[pid=86885] ppid=86882 vsize=77904 memory=3328 CPUtime=101.29 cores=4,6
/proc/86885/stat : 86885 (pb_competition_) R 86882 86885 86624 0 -1 4194304 1495 0 0 0 9712 417 0 0 20 0 2 0 77372620 79773696 832 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
/proc/86885/statm: 19476 832 672 633 0 2340 0
[pid=86885/tid=86887] ppid=86882 vsize=77904 memory=3328 CPUtime=50.62 cores=4,6
/proc/86885/task/86887/stat : 86887 (pb_competition_) R 86882 86885 86624 0 -1 4194368 399 0 0 0 5010 52 0 0 20 0 2 0 77372620 79773696 832 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
Current children cumulated CPU time: 101.29 s
Current children cumulated vsize: 77904 KiB
Current children cumulated memory: 3328 KiB

[startup+102.3 s]
/proc/loadavg: 5.92 5.99 5.56 7/253 86890
/proc/meminfo: memFree=129078896/131382112 swapFree=33010416/33010684
[pid=86885] ppid=86882 vsize=78120 memory=3564 CPUtime=203 cores=4,6
/proc/86885/stat : 86885 (pb_competition_) R 86882 86885 86624 0 -1 4194304 1985 0 0 0 19505 795 0 0 20 0 2 0 77372620 79994880 891 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
/proc/86885/statm: 19530 891 672 633 0 2394 0
[pid=86885/tid=86887] ppid=86882 vsize=78120 memory=3456 CPUtime=101.45 cores=4,6
/proc/86885/task/86887/stat : 86887 (pb_competition_) R 86882 86885 86624 0 -1 4194368 559 0 0 0 10064 81 0 0 20 0 2 0 77372620 79994880 891 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
Current children cumulated CPU time: 203 s
Current children cumulated vsize: 78120 KiB
Current children cumulated memory: 3564 KiB

[startup+162.3 s]
/proc/loadavg: 6.02 6.01 5.59 7/253 86892
/proc/meminfo: memFree=129078636/131382112 swapFree=33010416/33010684
[pid=86885] ppid=86882 vsize=78252 memory=3692 CPUtime=322.12 cores=4,6
/proc/86885/stat : 86885 (pb_competition_) R 86882 86885 86624 0 -1 4194304 2492 0 0 0 31038 1174 0 0 20 0 2 0 77372620 80130048 923 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
/proc/86885/statm: 19563 923 672 633 0 2427 0
[pid=86885/tid=86887] ppid=86882 vsize=78252 memory=3692 CPUtime=160.99 cores=4,6
/proc/86885/task/86887/stat : 86887 (pb_competition_) R 86882 86885 86624 0 -1 4194368 629 0 0 0 15996 103 0 0 20 0 2 0 77372620 80130048 923 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
Current children cumulated CPU time: 322.12 s
Current children cumulated vsize: 78252 KiB
Current children cumulated memory: 3692 KiB

[startup+222.3 s]
/proc/loadavg: 5.93 5.99 5.61 7/253 86894
/proc/meminfo: memFree=129078140/131382112 swapFree=33010416/33010684
[pid=86885] ppid=86882 vsize=78252 memory=3692 CPUtime=440.26 cores=4,6
/proc/86885/stat : 86885 (pb_competition_) R 86882 86885 86624 0 -1 4194304 2958 0 0 0 42517 1509 0 0 20 0 2 0 77372620 80130048 923 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
/proc/86885/statm: 19563 923 672 633 0 2427 0
[pid=86885/tid=86887] ppid=86882 vsize=78252 memory=3692 CPUtime=219.57 cores=4,6
/proc/86885/task/86887/stat : 86887 (pb_competition_) R 86882 86885 86624 0 -1 4194368 859 0 0 0 21834 123 0 0 20 0 2 0 77372620 80130048 923 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
Current children cumulated CPU time: 440.26 s
Current children cumulated vsize: 78252 KiB
Current children cumulated memory: 3692 KiB

[startup+282.3 s]
/proc/loadavg: 5.78 5.93 5.62 7/253 86896
/proc/meminfo: memFree=129078420/131382112 swapFree=33010416/33010684
[pid=86885] ppid=86882 vsize=78384 memory=3692 CPUtime=559.39 cores=4,6
/proc/86885/stat : 86885 (pb_competition_) R 86882 86885 86624 0 -1 4194304 3036 0 0 0 54111 1828 0 0 20 0 2 0 77372620 80265216 923 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
/proc/86885/statm: 19596 923 672 633 0 2460 0
[pid=86885/tid=86887] ppid=86882 vsize=78384 memory=3692 CPUtime=279.14 cores=4,6
/proc/86885/task/86887/stat : 86887 (pb_competition_) R 86882 86885 86624 0 -1 4194368 859 0 0 0 27770 144 0 0 20 0 2 0 77372620 80265216 923 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
Current children cumulated CPU time: 559.39 s
Current children cumulated vsize: 78384 KiB
Current children cumulated memory: 3692 KiB

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

/proc/meminfo: memFree=129078404/131382112 swapFree=33010416/33010684
[pid=86885] ppid=86882 vsize=79108 memory=4328 CPUtime=2665.94 cores=4,6
/proc/86885/stat : 86885 (pb_competition_) R 86882 86885 86624 0 -1 4194304 5269 0 0 0 260532 6062 0 0 20 0 2 0 77372620 81006592 1082 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
/proc/86885/statm: 19777 1082 672 633 0 2641 0
[pid=86885/tid=86887] ppid=86882 vsize=79108 memory=18560 CPUtime=1253.39 cores=4,6
/proc/86885/task/86887/stat : 86887 (pb_competition_) S 86882 86885 86624 0 -1 4194368 1475 0 0 0 124907 432 0 0 20 0 2 0 77372620 81006592 1082 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
Current children cumulated CPU time: 2665.94 s
Current children cumulated vsize: 79108 KiB
Current children cumulated memory: 4328 KiB

[startup+1482.3 s]
/proc/loadavg: 5.05 5.47 5.67 6/254 86951
/proc/meminfo: memFree=129079236/131382112 swapFree=33010416/33010684
[pid=86885] ppid=86882 vsize=79108 memory=4328 CPUtime=2733.34 cores=4,6
/proc/86885/stat : 86885 (pb_competition_) R 86882 86885 86624 0 -1 4194304 5285 0 0 0 267187 6147 0 0 20 0 2 0 77372620 81006592 1082 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
/proc/86885/statm: 19777 1082 672 633 0 2641 0
[pid=86885/tid=86887] ppid=86882 vsize=79108 memory=4328 CPUtime=1261 cores=4,6
/proc/86885/task/86887/stat : 86887 (pb_competition_) S 86882 86885 86624 0 -1 4194368 1476 0 0 0 125667 433 0 0 20 0 2 0 77372620 81006592 1082 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
Current children cumulated CPU time: 2733.34 s
Current children cumulated vsize: 79108 KiB
Current children cumulated memory: 4328 KiB

[startup+1542.3 s]
/proc/loadavg: 5.36 5.46 5.65 7/254 86999
/proc/meminfo: memFree=129204108/131382112 swapFree=33010416/33010684
[pid=86885] ppid=86882 vsize=79108 memory=4328 CPUtime=2793.13 cores=4,6
/proc/86885/stat : 86885 (pb_competition_) R 86882 86885 86624 0 -1 4194304 5287 0 0 0 273083 6230 0 0 20 0 2 0 77372620 81006592 1082 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
/proc/86885/statm: 19777 1082 672 633 0 2641 0
[pid=86885/tid=86887] ppid=86882 vsize=79108 memory=14848 CPUtime=1261 cores=4,6
/proc/86885/task/86887/stat : 86887 (pb_competition_) S 86882 86885 86624 0 -1 4194368 1476 0 0 0 125667 433 0 0 20 0 2 0 77372620 81006592 1082 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
Current children cumulated CPU time: 2793.13 s
Current children cumulated vsize: 79108 KiB
Current children cumulated memory: 4328 KiB

[startup+1602.3 s]
/proc/loadavg: 5.89 5.59 5.68 6/255 87002
/proc/meminfo: memFree=129206248/131382112 swapFree=33010416/33010684
[pid=86885] ppid=86882 vsize=79108 memory=4456 CPUtime=2852.91 cores=4,6
/proc/86885/stat : 86885 (pb_competition_) R 86882 86885 86624 0 -1 4194304 5719 0 0 0 278981 6310 0 0 20 0 2 0 77372620 81006592 1114 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
/proc/86885/statm: 19777 1114 672 633 0 2641 0
[pid=86885/tid=86887] ppid=86882 vsize=79108 memory=4328 CPUtime=1261 cores=4,6
/proc/86885/task/86887/stat : 86887 (pb_competition_) S 86882 86885 86624 0 -1 4194368 1476 0 0 0 125667 433 0 0 20 0 2 0 77372620 81006592 1114 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
Current children cumulated CPU time: 2852.91 s
Current children cumulated vsize: 79108 KiB
Current children cumulated memory: 4456 KiB

[startup+1662.3 s]
/proc/loadavg: 6.29 5.75 5.73 8/255 87049
/proc/meminfo: memFree=129574256/131382112 swapFree=33010416/33010684
[pid=86885] ppid=86882 vsize=79108 memory=4456 CPUtime=2912.71 cores=4,6
/proc/86885/stat : 86885 (pb_competition_) R 86882 86885 86624 0 -1 4194304 6152 0 0 0 284882 6389 0 0 20 0 2 0 77372620 81006592 1114 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
/proc/86885/statm: 19777 1114 672 633 0 2641 0
[pid=86885/tid=86887] ppid=86882 vsize=79108 memory=4456 CPUtime=1261 cores=4,6
/proc/86885/task/86887/stat : 86887 (pb_competition_) S 86882 86885 86624 0 -1 4194368 1476 0 0 0 125667 433 0 0 20 0 2 0 77372620 81006592 1114 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
Current children cumulated CPU time: 2912.71 s
Current children cumulated vsize: 79108 KiB
Current children cumulated memory: 4456 KiB

[startup+1722.3 s]
/proc/loadavg: 6.82 6.01 5.83 9/255 87053
/proc/meminfo: memFree=129566536/131382112 swapFree=33010416/33010684
[pid=86885] ppid=86882 vsize=79108 memory=4456 CPUtime=2976.03 cores=4,6
/proc/86885/stat : 86885 (pb_competition_) R 86882 86885 86624 0 -1 4194304 6160 0 0 0 291130 6473 0 0 20 0 2 0 77372620 81006592 1114 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
/proc/86885/statm: 19777 1114 672 633 0 2641 0
[pid=86885/tid=86887] ppid=86882 vsize=79108 memory=4456 CPUtime=1264.54 cores=4,6
/proc/86885/task/86887/stat : 86887 (pb_competition_) R 86882 86885 86624 0 -1 4194368 1477 0 0 0 126019 435 0 0 20 0 2 0 77372620 81006592 1114 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
Current children cumulated CPU time: 2976.03 s
Current children cumulated vsize: 79108 KiB
Current children cumulated memory: 4456 KiB

[startup+1782.3 s]
/proc/loadavg: 7.54 6.37 5.96 9/256 87062
/proc/meminfo: memFree=129566488/131382112 swapFree=33010416/33010684
[pid=86885] ppid=86882 vsize=79108 memory=4456 CPUtime=3095.38 cores=4,6
/proc/86885/stat : 86885 (pb_competition_) R 86882 86885 86624 0 -1 4194304 6615 0 0 0 302866 6672 0 0 20 0 2 0 77372620 81006592 1114 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
/proc/86885/statm: 19777 1114 672 633 0 2641 0
[pid=86885/tid=86887] ppid=86882 vsize=79108 memory=14848 CPUtime=1324.21 cores=4,6
/proc/86885/task/86887/stat : 86887 (pb_competition_) R 86882 86885 86624 0 -1 4194368 1575 0 0 0 131969 452 0 0 20 0 2 0 77372620 81006592 1114 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
Current children cumulated CPU time: 3095.38 s
Current children cumulated vsize: 79108 KiB
Current children cumulated memory: 4456 KiB

[startup+1842.3 s]
/proc/loadavg: 7.67 6.62 6.08 9/256 87064
/proc/meminfo: memFree=129566356/131382112 swapFree=33010416/33010684
[pid=86885] ppid=86882 vsize=79108 memory=4456 CPUtime=3214.73 cores=4,6
/proc/86885/stat : 86885 (pb_competition_) R 86882 86885 86624 0 -1 4194304 6622 0 0 0 314600 6873 0 0 20 0 2 0 77372620 81006592 1114 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
/proc/86885/statm: 19777 1114 672 633 0 2641 0
[pid=86885/tid=86887] ppid=86882 vsize=79108 memory=4456 CPUtime=1383.89 cores=4,6
/proc/86885/task/86887/stat : 86887 (pb_competition_) R 86882 86885 86624 0 -1 4194368 1575 0 0 0 137922 467 0 0 20 0 2 0 77372620 81006592 1114 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
Current children cumulated CPU time: 3214.73 s
Current children cumulated vsize: 79108 KiB
Current children cumulated memory: 4456 KiB

[startup+1902.3 s]
/proc/loadavg: 7.99 6.91 6.21 9/255 87112
/proc/meminfo: memFree=129560592/131382112 swapFree=33010416/33010684
[pid=86885] ppid=86882 vsize=79108 memory=4456 CPUtime=3334.09 cores=4,6
/proc/86885/stat : 86885 (pb_competition_) R 86882 86885 86624 0 -1 4194304 7078 0 0 0 326350 7059 0 0 20 0 2 0 77372620 81006592 1114 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
/proc/86885/statm: 19777 1114 672 633 0 2641 0
[pid=86885/tid=86887] ppid=86882 vsize=79108 memory=4456 CPUtime=1443.57 cores=4,6
/proc/86885/task/86887/stat : 86887 (pb_competition_) R 86882 86885 86624 0 -1 4194368 1667 0 0 0 143874 483 0 0 20 0 2 0 77372620 81006592 1114 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
Current children cumulated CPU time: 3334.09 s
Current children cumulated vsize: 79108 KiB
Current children cumulated memory: 4456 KiB

[startup+1962.3 s]
/proc/loadavg: 8.05 7.12 6.33 8/255 87114
/proc/meminfo: memFree=129567084/131382112 swapFree=33010416/33010684
[pid=86885] ppid=86882 vsize=79108 memory=4456 CPUtime=3453.48 cores=4,6
/proc/86885/stat : 86885 (pb_competition_) R 86882 86885 86624 0 -1 4194304 7084 0 0 0 338099 7249 0 0 20 0 2 0 77372620 81006592 1114 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
/proc/86885/statm: 19777 1114 672 633 0 2641 0
[pid=86885/tid=86887] ppid=86882 vsize=79108 memory=4456 CPUtime=1503.27 cores=4,6
/proc/86885/task/86887/stat : 86887 (pb_competition_) R 86882 86885 86624 0 -1 4194368 1667 0 0 0 149828 499 0 0 20 0 2 0 77372620 81006592 1114 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
Current children cumulated CPU time: 3453.48 s
Current children cumulated vsize: 79108 KiB
Current children cumulated memory: 4456 KiB

[startup+2022.3 s]
/proc/loadavg: 8.06 7.30 6.45 9/254 87116
/proc/meminfo: memFree=129566984/131382112 swapFree=33010416/33010684
[pid=86885] ppid=86882 vsize=79240 memory=4456 CPUtime=3572.86 cores=4,6
/proc/86885/stat : 86885 (pb_competition_) R 86882 86885 86624 0 -1 4194304 7551 0 0 0 349843 7443 0 0 20 0 2 0 77372620 81141760 1114 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
/proc/86885/statm: 19810 1114 672 633 0 2674 0
[pid=86885/tid=86887] ppid=86882 vsize=79240 memory=4456 CPUtime=1562.98 cores=4,6
/proc/86885/task/86887/stat : 86887 (pb_competition_) R 86882 86885 86624 0 -1 4194368 1828 0 0 0 155782 516 0 0 20 0 2 0 77372620 81141760 1114 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
Current children cumulated CPU time: 3572.86 s
Current children cumulated vsize: 79240 KiB
Current children cumulated memory: 4456 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2036 s]*
/proc/loadavg: 8.12 7.35 6.48 8/254 87116
/proc/meminfo: memFree=129567064/131382112 swapFree=33010416/33010684
[pid=86885] ppid=86882 vsize=79240 memory=4456 CPUtime=3600.14 cores=4,6
/proc/86885/stat : 86885 (pb_competition_) R 86882 86885 86624 0 -1 4194304 7563 0 0 0 352526 7488 0 0 20 0 2 0 77372620 81141760 1114 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
/proc/86885/statm: 19810 1114 672 633 0 2674 0
[pid=86885/tid=86887] ppid=86882 vsize=79240 memory=7971231158106143083 CPUtime=1576.6 cores=4,6
/proc/86885/task/86887/stat : 86887 (pb_competition_) R 86882 86885 86624 0 -1 4194368 1829 0 0 0 157141 519 0 0 20 0 2 0 77372620 81141760 1114 18446744073709551615 4198400 6788177 140726078233296 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 38100992 140726078241111 140726078241238 140726078241238 140726078246842 0
Current children cumulated CPU time: 3600.14 s
Current children cumulated vsize: 79240 KiB
Current children cumulated memory: 4456 KiB

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

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

# cumulated CPU time of all completed processes:  user=3525.28 s, system=74.8808 s

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

Child status: 0

Real time (s): 2036.01
CPU time (s): 3600.16
CPU user time (s): 3525.28
CPU system time (s): 74.8808
CPU usage (%): 176.824
Max. virtual memory (cumulated for all children) (KiB): 79240
Max. memory (cumulated for all children) (KiB): 4456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3525.28
system time used= 74.8808
maximum resident set size= 4456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7578
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= 4331
involuntary context switches= 30813


# summary of solver processes directly reported to runsolver:
#   pid: 86885
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3525.28
#   total CPU system time (s): 74.8808

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.52885 second user time and 11.3269 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-04 10:15:29
IDJOB=4524703
IDBENCH=143165
IDSOLVER=3379
FILE ID=nodeC012/4524703-1751616929
RUNJOBID= nodeC012-1751615013-86635
SLURM_JOB_ID= 9598918
Free space on /tmp= 431844 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/WBO/SOFT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-11-10--soft-0-100-0.wbo
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-4524703-1751616929/watcher-4524703-1751616929 -o /tmp/evaluation-result-4524703-1751616929/solver-4524703-1751616929 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751615013-86635 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1226323932 HOME/instance-4524703-1751616929.wbo

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

MD5SUM BENCH= bb794de334345008f73c7267fdb18db5
RANDOM SEED=1226323932

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129079348 kB
MemAvailable:   129390244 kB
Buffers:            2136 kB
Cached:          1110652 kB
SwapCached:           16 kB
Active:          1202972 kB
Inactive:         490424 kB
Active(anon):     593604 kB
Inactive(anon):     4948 kB
Active(file):     609368 kB
Inactive(file):   485476 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5212 kB
Writeback:             0 kB
AnonPages:        583672 kB
Mapped:           111860 kB
Shmem:             17944 kB
KReclaimable:     110972 kB
Slab:             196420 kB
SReclaimable:     110972 kB
SUnreclaim:        85448 kB
KernelStack:        4064 kB
PageTables:         4080 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     939284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    432128 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431844 MiB
End job on nodeC012 at 2025-07-04 10:49:25