Trace number 4526629

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.21 2005.06

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/coloring/
normalized-queen5-5-4_wcsp.wbo
MD5SUMcb6ea9648287f931b56a2a3b8dcad6ec
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark14.7606
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables100
Total number of constraints665
Number of soft constraints640
Number of constraints which are clauses640
Number of constraints which are cardinality constraints (but not clauses)25
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Top cost 161
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 640
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.00	c #variable: 100
0.00/0.00	c #constraint: 665
0.00/0.00	c #equal: 25
0.00/0.00	c intsize: 3
0.00/0.00	c sizeproduct: 0
0.00/0.00	c #soft: 640
0.00/0.00	c mincost: 1
0.00/0.00	c maxcost: 1
0.00/0.00	c sumcost: 640
0.00/0.00	c iteration_max: -1
0.00/0.00	c time_max: -1
0.00/0.00	c number_of_threads(move update): 2
0.00/0.00	c number_of_threads(move evaluation): 2
0.00/0.00	c seed: 269374882
0.00/0.01	o 13
0.19/0.16	o 12
3600.14/2005.03	s SATISFIABLE
3600.14/2005.03	v -x1 -x10 -x100 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 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	12

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4526629-1751636751/watcher-4526629-1751636751 -o /tmp/evaluation-result-4526629-1751636751/solver-4526629-1751636751 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751636370-92017 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 269374882 HOME/instance-4526629-1751636751.wbo 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=92231, runsolver pid=92228

[startup+0.100056 s]*
/proc/loadavg: 5.79 4.70 3.63 8/266 92233
/proc/meminfo: memFree=127871348/131249988 swapFree=33010160/33010684
[pid=92231] ppid=92228 vsize=80684 memory=6272 CPUtime=0.19 cores=0,2
/proc/92231/stat : 92231 (pb_competition_) R 92228 92231 92007 0 -1 4194304 1044 0 0 0 19 0 0 0 20 0 2 0 79352711 82620416 1568 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
/proc/92231/statm: 20171 1568 672 633 0 3043 0
[pid=92231/tid=92233] ppid=92228 vsize=80684 memory=4026531960 CPUtime=0.09 cores=0,2
/proc/92231/task/92233/stat : 92233 (pb_competition_) R 92228 92231 92007 0 -1 4194368 45 0 0 0 9 0 0 0 20 0 2 0 79352712 82620416 1568 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 80684 KiB
Current children cumulated memory: 6272 KiB

[startup+0.205677 s]*
/proc/loadavg: 5.79 4.70 3.63 6/266 92233
/proc/meminfo: memFree=127871348/131249988 swapFree=33010160/33010684
[pid=92231] ppid=92228 vsize=80820 memory=6400 CPUtime=0.4 cores=0,2
/proc/92231/stat : 92231 (pb_competition_) R 92228 92231 92007 0 -1 4194304 1065 0 0 0 39 1 0 0 20 0 2 0 79352711 82759680 1600 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
/proc/92231/statm: 20205 1600 672 633 0 3077 0
[pid=92231/tid=92233] ppid=92228 vsize=80820 memory=664958721904869660 CPUtime=0.19 cores=0,2
/proc/92231/task/92233/stat : 92233 (pb_competition_) R 92228 92231 92007 0 -1 4194368 45 0 0 0 19 0 0 0 20 0 2 0 79352712 82759680 1600 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 80820 KiB
Current children cumulated memory: 6400 KiB

[startup+0.30526 s]*
/proc/loadavg: 5.79 4.70 3.63 8/266 92233
/proc/meminfo: memFree=127859744/131249988 swapFree=33010160/33010684
[pid=92231] ppid=92228 vsize=80820 memory=6400 CPUtime=0.57 cores=0,2
/proc/92231/stat : 92231 (pb_competition_) S 92228 92231 92007 0 -1 4194304 1065 0 0 0 56 1 0 0 20 0 2 0 79352711 82759680 1600 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
/proc/92231/statm: 20205 1600 672 633 0 3077 0
[pid=92231/tid=92233] ppid=92228 vsize=80820 memory=-6808736490638775146 CPUtime=0.28 cores=0,2
/proc/92231/task/92233/stat : 92233 (pb_competition_) R 92228 92231 92007 0 -1 4194368 45 0 0 0 28 0 0 0 20 0 2 0 79352712 82759680 1600 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 80820 KiB
Current children cumulated memory: 6400 KiB

[startup+0.700162 s]
/proc/loadavg: 5.79 4.70 3.63 7/266 92233
/proc/meminfo: memFree=127859744/131249988 swapFree=33010160/33010684
[pid=92231] ppid=92228 vsize=81584 memory=6960 CPUtime=1.28 cores=0,2
/proc/92231/stat : 92231 (pb_competition_) R 92228 92231 92007 0 -1 4194304 1313 0 0 0 127 1 0 0 20 0 2 0 79352711 83542016 1740 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
/proc/92231/statm: 20396 1740 672 633 0 3268 0
[pid=92231/tid=92233] ppid=92228 vsize=81584 memory=18816 CPUtime=0.62 cores=0,2
/proc/92231/task/92233/stat : 92233 (pb_competition_) S 92228 92231 92007 0 -1 4194368 45 0 0 0 62 0 0 0 20 0 2 0 79352712 83542016 1740 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 81584 KiB
Current children cumulated memory: 6960 KiB

[startup+1.50017 s]
/proc/loadavg: 5.79 4.70 3.63 7/266 92233
/proc/meminfo: memFree=127859980/131249988 swapFree=33010160/33010684
[pid=92231] ppid=92228 vsize=82072 memory=7728 CPUtime=2.8 cores=0,2
/proc/92231/stat : 92231 (pb_competition_) R 92228 92231 92007 0 -1 4194304 2421 0 0 0 276 4 0 0 20 0 2 0 79352711 84041728 1932 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
/proc/92231/statm: 20518 1932 672 633 0 3390 0
[pid=92231/tid=92233] ppid=92228 vsize=82072 memory=18816 CPUtime=1.33 cores=0,2
/proc/92231/task/92233/stat : 92233 (pb_competition_) R 92228 92231 92007 0 -1 4194368 330 0 0 0 133 0 0 0 20 0 2 0 79352712 84041728 1932 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 82072 KiB
Current children cumulated memory: 7728 KiB

[startup+3.10542 s]
/proc/loadavg: 5.89 4.74 3.64 9/266 92233
/proc/meminfo: memFree=127860232/131249988 swapFree=33010160/33010684
[pid=92231] ppid=92228 vsize=83436 memory=8804 CPUtime=5.77 cores=0,2
/proc/92231/stat : 92231 (pb_competition_) R 92228 92231 92007 0 -1 4194304 4138 0 0 0 570 7 0 0 20 0 2 0 79352711 85438464 2201 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
/proc/92231/statm: 20859 2201 672 633 0 3731 0
[pid=92231/tid=92233] ppid=92228 vsize=83436 memory=8036 CPUtime=2.72 cores=0,2
/proc/92231/task/92233/stat : 92233 (pb_competition_) R 92228 92231 92007 0 -1 4194368 559 0 0 0 271 1 0 0 20 0 2 0 79352712 85438464 2201 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
Current children cumulated CPU time: 5.77 s
Current children cumulated vsize: 83436 KiB
Current children cumulated memory: 8804 KiB

[startup+6.3002 s]
/proc/loadavg: 5.89 4.74 3.64 8/266 92233
/proc/meminfo: memFree=127859224/131249988 swapFree=33010160/33010684
[pid=92231] ppid=92228 vsize=85708 memory=10344 CPUtime=11.71 cores=0,2
/proc/92231/stat : 92231 (pb_competition_) R 92228 92231 92007 0 -1 4194304 6470 0 0 0 1158 13 0 0 20 0 2 0 79352711 87764992 2586 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
/proc/92231/statm: 21427 2586 672 633 0 4299 0
[pid=92231/tid=92233] ppid=92228 vsize=85708 memory=18816 CPUtime=5.49 cores=0,2
/proc/92231/task/92233/stat : 92233 (pb_competition_) S 92228 92231 92007 0 -1 4194368 831 0 0 0 547 2 0 0 20 0 2 0 79352712 87764992 2586 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
Current children cumulated CPU time: 11.71 s
Current children cumulated vsize: 85708 KiB
Current children cumulated memory: 10344 KiB

[startup+12.7002 s]
/proc/loadavg: 6.07 4.81 3.68 9/266 92233
/proc/meminfo: memFree=127862580/131249988 swapFree=33010160/33010684
[pid=92231] ppid=92228 vsize=87496 memory=12776 CPUtime=23.16 cores=0,2
/proc/92231/stat : 92231 (pb_competition_) R 92228 92231 92007 0 -1 4194304 11247 0 0 0 2293 23 0 0 20 0 2 0 79352711 89595904 3194 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
/proc/92231/statm: 21874 3194 672 633 0 4746 0
[pid=92231/tid=92233] ppid=92228 vsize=87496 memory=12648 CPUtime=10.58 cores=0,2
/proc/92231/task/92233/stat : 92233 (pb_competition_) S 92228 92231 92007 0 -1 4194368 1586 0 0 0 1053 5 0 0 20 0 2 0 79352712 89595904 3194 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
Current children cumulated CPU time: 23.16 s
Current children cumulated vsize: 87496 KiB
Current children cumulated memory: 12776 KiB

[startup+25.5002 s]
/proc/loadavg: 6.21 4.89 3.72 7/266 92233
/proc/meminfo: memFree=127858408/131249988 swapFree=33010160/33010684
[pid=92231] ppid=92228 vsize=92408 memory=18024 CPUtime=45.28 cores=0,2
/proc/92231/stat : 92231 (pb_competition_) R 92228 92231 92007 0 -1 4194304 16769 0 0 0 4491 37 0 0 20 0 2 0 79352711 94625792 4506 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
/proc/92231/statm: 23102 4506 672 633 0 5974 0
[pid=92231/tid=92233] ppid=92228 vsize=92408 memory=17256 CPUtime=20.02 cores=0,2
/proc/92231/task/92233/stat : 92233 (pb_competition_) S 92228 92231 92007 0 -1 4194368 2369 0 0 0 1994 8 0 0 20 0 2 0 79352712 94625792 4506 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
Current children cumulated CPU time: 45.28 s
Current children cumulated vsize: 92408 KiB
Current children cumulated memory: 18024 KiB

[startup+51.1059 s]
/proc/loadavg: 6.50 5.06 3.80 7/266 92233
/proc/meminfo: memFree=127861108/131249988 swapFree=33010160/33010684
[pid=92231] ppid=92228 vsize=95152 memory=20840 CPUtime=90.88 cores=0,2
/proc/92231/stat : 92231 (pb_competition_) R 92228 92231 92007 0 -1 4194304 23083 0 0 0 9031 57 0 0 20 0 2 0 79352711 97435648 5210 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
/proc/92231/statm: 23788 5210 672 633 0 6660 0
[pid=92231/tid=92233] ppid=92228 vsize=95152 memory=18816 CPUtime=40.26 cores=0,2
/proc/92231/task/92233/stat : 92233 (pb_competition_) S 92228 92231 92007 0 -1 4194368 4332 0 0 0 4011 15 0 0 20 0 2 0 79352712 97435648 5210 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
Current children cumulated CPU time: 90.88 s
Current children cumulated vsize: 95152 KiB
Current children cumulated memory: 20840 KiB

[startup+102.3 s]
/proc/loadavg: 6.66 5.35 3.98 7/266 92235
/proc/meminfo: memFree=127877468/131249988 swapFree=33010160/33010684
[pid=92231] ppid=92228 vsize=103848 memory=26304 CPUtime=177.36 cores=0,2
/proc/92231/stat : 92231 (pb_competition_) R 92228 92231 92007 0 -1 4194304 24341 0 0 0 17655 81 0 0 20 0 2 0 79352711 106340352 6576 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
/proc/92231/statm: 25962 6576 672 633 0 8834 0
[pid=92231/tid=92233] ppid=92228 vsize=103848 memory=18816 CPUtime=76.06 cores=0,2
/proc/92231/task/92233/stat : 92233 (pb_competition_) R 92228 92231 92007 0 -1 4194368 4353 0 0 0 7583 23 0 0 20 0 2 0 79352712 106340352 6576 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
Current children cumulated CPU time: 177.36 s
Current children cumulated vsize: 103848 KiB
Current children cumulated memory: 26304 KiB

[startup+162.3 s]
/proc/loadavg: 6.42 5.52 4.12 6/266 92237
/proc/meminfo: memFree=127885040/131249988 swapFree=33010160/33010684
[pid=92231] ppid=92228 vsize=106952 memory=31536 CPUtime=284.09 cores=0,2
/proc/92231/stat : 92231 (pb_competition_) R 92228 92231 92007 0 -1 4194304 38458 0 0 0 28302 107 0 0 20 0 2 0 79352711 109518848 7884 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
/proc/92231/statm: 26738 7884 672 633 0 9610 0
[pid=92231/tid=92233] ppid=92228 vsize=106952 memory=27968 CPUtime=123.43 cores=0,2
/proc/92231/task/92233/stat : 92233 (pb_competition_) R 92228 92231 92007 0 -1 4194368 7450 0 0 0 12309 34 0 0 20 0 2 0 79352712 109518848 7884 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
Current children cumulated CPU time: 284.09 s
Current children cumulated vsize: 106952 KiB
Current children cumulated memory: 31536 KiB

[startup+222.3 s]
/proc/loadavg: 6.65 5.74 4.29 8/266 92239
/proc/meminfo: memFree=127849728/131249988 swapFree=33010160/33010684
[pid=92231] ppid=92228 vsize=108040 memory=32560 CPUtime=391.76 cores=0,2
/proc/92231/stat : 92231 (pb_competition_) R 92228 92231 92007 0 -1 4194304 43854 0 0 0 39043 133 0 0 20 0 2 0 79352711 110632960 8140 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
/proc/92231/statm: 27010 8140 672 633 0 9882 0
[pid=92231/tid=92233] ppid=92228 vsize=108040 memory=18816 CPUtime=171.72 cores=0,2
/proc/92231/task/92233/stat : 92233 (pb_competition_) R 92228 92231 92007 0 -1 4194368 9416 0 0 0 17128 44 0 0 20 0 2 0 79352712 110632960 8140 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
Current children cumulated CPU time: 391.76 s
Current children cumulated vsize: 108040 KiB
Current children cumulated memory: 32560 KiB

[startup+282.3 s]
/proc/loadavg: 6.89 5.98 4.46 7/267 92244
/proc/meminfo: memFree=127871016/131249988 swapFree=33010160/33010684
[pid=92231] ppid=92228 vsize=108676 memory=33328 CPUtime=499.56 cores=0,2
/proc/92231/stat : 92231 (pb_competition_) R 92228 92231 92007 0 -1 4194304 49327 0 0 0 49798 158 0 0 20 0 2 0 79352711 111284224 8332 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
/proc/92231/statm: 27169 8332 672 633 0 10041 0
[pid=92231/tid=92233] ppid=92228 vsize=108676 memory=33072 CPUtime=220.18 cores=0,2
/proc/92231/task/92233/stat : 92233 (pb_competition_) S 92228 92231 92007 0 -1 4194368 11464 0 0 0 21964 54 0 0 20 0 2 0 79352712 111284224 8332 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
Current children cumulated CPU time: 499.56 s
Current children cumulated vsize: 108676 KiB
Current children cumulated memory: 33328 KiB

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

/proc/meminfo: memFree=127905836/131249988 swapFree=33010160/33010684
[pid=92231] ppid=92228 vsize=113704 memory=38320 CPUtime=2439.38 cores=0,2
/proc/92231/stat : 92231 (pb_competition_) R 92228 92231 92007 0 -1 4194304 60071 0 0 0 243468 470 0 0 20 0 2 0 79352711 116432896 9580 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
/proc/92231/statm: 28426 9580 672 633 0 11298 0
[pid=92231/tid=92233] ppid=92228 vsize=113704 memory=38064 CPUtime=1091.21 cores=0,2
/proc/92231/task/92233/stat : 92233 (pb_competition_) S 92228 92231 92007 0 -1 4194368 13739 0 0 0 108943 178 0 0 20 0 2 0 79352712 116432896 9580 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
Current children cumulated CPU time: 2439.38 s
Current children cumulated vsize: 113704 KiB
Current children cumulated memory: 38320 KiB

[startup+1422.3 s]
/proc/loadavg: 6.44 6.61 6.04 7/269 92308
/proc/meminfo: memFree=127906348/131249988 swapFree=33010160/33010684
[pid=92231] ppid=92228 vsize=113836 memory=38448 CPUtime=2547.56 cores=0,2
/proc/92231/stat : 92231 (pb_competition_) R 92228 92231 92007 0 -1 4194304 60201 0 0 0 254269 487 0 0 20 0 2 0 79352711 116568064 9612 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
/proc/92231/statm: 28459 9612 672 633 0 11331 0
[pid=92231/tid=92233] ppid=92228 vsize=113836 memory=38064 CPUtime=1140.01 cores=0,2
/proc/92231/task/92233/stat : 92233 (pb_competition_) R 92228 92231 92007 0 -1 4194368 13783 0 0 0 113816 185 0 0 20 0 2 0 79352712 116568064 9612 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
Current children cumulated CPU time: 2547.56 s
Current children cumulated vsize: 113836 KiB
Current children cumulated memory: 38448 KiB

[startup+1482.3 s]
/proc/loadavg: 6.47 6.59 6.07 8/269 92312
/proc/meminfo: memFree=127905764/131249988 swapFree=33010160/33010684
[pid=92231] ppid=92228 vsize=113976 memory=38704 CPUtime=2655.75 cores=0,2
/proc/92231/stat : 92231 (pb_competition_) R 92228 92231 92007 0 -1 4194304 60247 0 0 0 265069 506 0 0 20 0 2 0 79352711 116711424 9676 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
/proc/92231/statm: 28494 9676 672 633 0 11366 0
[pid=92231/tid=92233] ppid=92228 vsize=113976 memory=14932 CPUtime=1188.78 cores=0,2
/proc/92231/task/92233/stat : 92233 (pb_competition_) R 92228 92231 92007 0 -1 4194368 13784 0 0 0 118686 192 0 0 20 0 2 0 79352712 116711424 9676 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
Current children cumulated CPU time: 2655.75 s
Current children cumulated vsize: 113976 KiB
Current children cumulated memory: 38704 KiB

[startup+1542.3 s]
/proc/loadavg: 6.62 6.61 6.12 8/268 92320
/proc/meminfo: memFree=127904956/131249988 swapFree=33010160/33010684
[pid=92231] ppid=92228 vsize=114108 memory=38704 CPUtime=2763.92 cores=0,2
/proc/92231/stat : 92231 (pb_competition_) R 92228 92231 92007 0 -1 4194304 60294 0 0 0 275870 522 0 0 20 0 2 0 79352711 116846592 9676 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
/proc/92231/statm: 28527 9676 672 633 0 11399 0
[pid=92231/tid=92233] ppid=92228 vsize=114108 memory=38320 CPUtime=1237.54 cores=0,2
/proc/92231/task/92233/stat : 92233 (pb_competition_) R 92228 92231 92007 0 -1 4194368 13784 0 0 0 123555 199 0 0 20 0 2 0 79352712 116846592 9676 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
Current children cumulated CPU time: 2763.92 s
Current children cumulated vsize: 114108 KiB
Current children cumulated memory: 38704 KiB

[startup+1602.3 s]
/proc/loadavg: 6.62 6.62 6.15 8/268 92322
/proc/meminfo: memFree=127904804/131249988 swapFree=33010160/33010684
[pid=92231] ppid=92228 vsize=114244 memory=38960 CPUtime=2872.08 cores=0,2
/proc/92231/stat : 92231 (pb_competition_) R 92228 92231 92007 0 -1 4194304 60328 0 0 0 286671 537 0 0 20 0 2 0 79352711 116985856 9740 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
/proc/92231/statm: 28561 9740 672 633 0 11433 0
[pid=92231/tid=92233] ppid=92228 vsize=114244 memory=38320 CPUtime=1286.29 cores=0,2
/proc/92231/task/92233/stat : 92233 (pb_competition_) R 92228 92231 92007 0 -1 4194368 13784 0 0 0 128424 205 0 0 20 0 2 0 79352712 116985856 9740 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
Current children cumulated CPU time: 2872.08 s
Current children cumulated vsize: 114244 KiB
Current children cumulated memory: 38960 KiB

[startup+1662.3 s]
/proc/loadavg: 6.56 6.60 6.18 8/267 92324
/proc/meminfo: memFree=127904956/131249988 swapFree=33010160/33010684
[pid=92231] ppid=92228 vsize=114380 memory=39088 CPUtime=2980.2 cores=0,2
/proc/92231/stat : 92231 (pb_competition_) R 92228 92231 92007 0 -1 4194304 61212 0 0 0 297465 555 0 0 20 0 2 0 79352711 117125120 9772 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
/proc/92231/statm: 28595 9772 672 633 0 11467 0
[pid=92231/tid=92233] ppid=92228 vsize=114380 memory=38960 CPUtime=1335.01 cores=0,2
/proc/92231/task/92233/stat : 92233 (pb_competition_) R 92228 92231 92007 0 -1 4194368 13786 0 0 0 133289 212 0 0 20 0 2 0 79352712 117125120 9772 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
Current children cumulated CPU time: 2980.2 s
Current children cumulated vsize: 114380 KiB
Current children cumulated memory: 39088 KiB

[startup+1722.3 s]
/proc/loadavg: 6.77 6.66 6.22 7/267 92326
/proc/meminfo: memFree=127900740/131249988 swapFree=33010160/33010684
[pid=92231] ppid=92228 vsize=114516 memory=39088 CPUtime=3088.26 cores=0,2
/proc/92231/stat : 92231 (pb_competition_) R 92228 92231 92007 0 -1 4194304 62129 0 0 0 308255 571 0 0 20 0 2 0 79352711 117264384 9772 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
/proc/92231/statm: 28629 9772 672 633 0 11501 0
[pid=92231/tid=92233] ppid=92228 vsize=114516 memory=39088 CPUtime=1383.67 cores=0,2
/proc/92231/task/92233/stat : 92233 (pb_competition_) R 92228 92231 92007 0 -1 4194368 13873 0 0 0 138149 218 0 0 20 0 2 0 79352712 117264384 9772 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
Current children cumulated CPU time: 3088.26 s
Current children cumulated vsize: 114516 KiB
Current children cumulated memory: 39088 KiB

[startup+1782.3 s]
/proc/loadavg: 6.77 6.68 6.26 9/267 92328
/proc/meminfo: memFree=127888728/131249988 swapFree=33010160/33010684
[pid=92231] ppid=92228 vsize=114652 memory=39344 CPUtime=3196.31 cores=0,2
/proc/92231/stat : 92231 (pb_competition_) R 92228 92231 92007 0 -1 4194304 63077 0 0 0 319043 588 0 0 20 0 2 0 79352711 117403648 9836 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
/proc/92231/statm: 28663 9836 672 633 0 11535 0
[pid=92231/tid=92233] ppid=92228 vsize=114652 memory=39344 CPUtime=1432.34 cores=0,2
/proc/92231/task/92233/stat : 92233 (pb_competition_) R 92228 92231 92007 0 -1 4194368 13966 0 0 0 143009 225 0 0 20 0 2 0 79352712 117403648 9836 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
Current children cumulated CPU time: 3196.31 s
Current children cumulated vsize: 114652 KiB
Current children cumulated memory: 39344 KiB

[startup+1842.3 s]
/proc/loadavg: 5.47 6.36 6.17 6/259 92360
/proc/meminfo: memFree=127923524/131249988 swapFree=33010160/33010684
[pid=92231] ppid=92228 vsize=114916 memory=39600 CPUtime=3305.14 cores=0,2
/proc/92231/stat : 92231 (pb_competition_) R 92228 92231 92007 0 -1 4194304 63131 0 0 0 329905 609 0 0 20 0 2 0 79352711 117673984 9900 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
/proc/92231/statm: 28729 9900 672 633 0 11601 0
[pid=92231/tid=92233] ppid=92228 vsize=114916 memory=39472 CPUtime=1481.69 cores=0,2
/proc/92231/task/92233/stat : 92233 (pb_competition_) R 92228 92231 92007 0 -1 4194368 13966 0 0 0 147938 231 0 0 20 0 2 0 79352712 117673984 9900 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
Current children cumulated CPU time: 3305.14 s
Current children cumulated vsize: 114916 KiB
Current children cumulated memory: 39600 KiB

[startup+1902.3 s]
/proc/loadavg: 5.10 6.09 6.09 5/260 92363
/proc/meminfo: memFree=127926676/131249988 swapFree=33010160/33010684
[pid=92231] ppid=92228 vsize=115048 memory=39728 CPUtime=3413.93 cores=0,2
/proc/92231/stat : 92231 (pb_competition_) R 92228 92231 92007 0 -1 4194304 64173 0 0 0 340765 628 0 0 20 0 2 0 79352711 117809152 9932 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
/proc/92231/statm: 28762 9932 672 633 0 11634 0
[pid=92231/tid=92233] ppid=92228 vsize=115048 memory=39600 CPUtime=1530.99 cores=0,2
/proc/92231/task/92233/stat : 92233 (pb_competition_) R 92228 92231 92007 0 -1 4194368 14055 0 0 0 152863 236 0 0 20 0 2 0 79352712 117809152 9932 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
Current children cumulated CPU time: 3413.93 s
Current children cumulated vsize: 115048 KiB
Current children cumulated memory: 39728 KiB

[startup+1962.3 s]
/proc/loadavg: 4.99 5.87 6.01 6/260 92365
/proc/meminfo: memFree=127931776/131249988 swapFree=33010160/33010684
[pid=92231] ppid=92228 vsize=115312 memory=39856 CPUtime=3522.72 cores=0,2
/proc/92231/stat : 92231 (pb_competition_) R 92228 92231 92007 0 -1 4194304 64231 0 0 0 351624 648 0 0 20 0 2 0 79352711 118079488 9964 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
/proc/92231/statm: 28828 9964 672 633 0 11700 0
[pid=92231/tid=92233] ppid=92228 vsize=115312 memory=14932 CPUtime=1580.27 cores=0,2
/proc/92231/task/92233/stat : 92233 (pb_competition_) S 92228 92231 92007 0 -1 4194368 14055 0 0 0 157783 244 0 0 20 0 2 0 79352712 118079488 9964 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
Current children cumulated CPU time: 3522.72 s
Current children cumulated vsize: 115312 KiB
Current children cumulated memory: 39856 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2005 s]*
/proc/loadavg: 5.09 5.77 5.97 7/260 92366
/proc/meminfo: memFree=127932836/131249988 swapFree=33010160/33010684
[pid=92231] ppid=92228 vsize=115452 memory=39984 CPUtime=3600.14 cores=0,2
/proc/92231/stat : 92231 (pb_competition_) R 92228 92231 92007 0 -1 4194304 64264 0 0 0 359349 665 0 0 20 0 2 0 79352711 118222848 9996 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
/proc/92231/statm: 28863 9996 672 633 0 11735 0
[pid=92231/tid=92233] ppid=92228 vsize=115452 memory=6772 CPUtime=1615.34 cores=0,2
/proc/92231/task/92233/stat : 92233 (pb_competition_) R 92228 92231 92007 0 -1 4194368 14055 0 0 0 161285 249 0 0 20 0 2 0 79352712 118222848 9996 18446744073709551615 4198400 6788177 140721218074928 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 36896768 140721218079064 140721218079190 140721218079190 140721218084794 0
Current children cumulated CPU time: 3600.14 s
Current children cumulated vsize: 115452 KiB
Current children cumulated memory: 39984 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.56 s, system=6.65802 s

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

Child status: 0

Real time (s): 2005.06
CPU time (s): 3600.21
CPU user time (s): 3593.56
CPU system time (s): 6.65802
CPU usage (%): 179.557
Max. virtual memory (cumulated for all children) (KiB): 115452
Max. memory (cumulated for all children) (KiB): 39984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.56
system time used= 6.65802
maximum resident set size= 39984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64314
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= 17391
involuntary context switches= 43593


# summary of solver processes directly reported to runsolver:
#   pid: 92231
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3593.56
#   total CPU system time (s): 6.65802

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.23727 second user time and 9.6525 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-04 15:45:52
IDJOB=4526629
IDBENCH=144131
IDSOLVER=3379
FILE ID=nodeC020/4526629-1751636751
RUNJOBID= nodeC020-1751636370-92017
SLURM_JOB_ID= 9598982
Free space on /tmp= 431484 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/coloring/normalized-queen5-5-4_wcsp.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-4526629-1751636751/watcher-4526629-1751636751 -o /tmp/evaluation-result-4526629-1751636751/solver-4526629-1751636751 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751636370-92017 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 269374882 HOME/instance-4526629-1751636751.wbo

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

MD5SUM BENCH= cb6ea9648287f931b56a2a3b8dcad6ec
RANDOM SEED=269374882

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        127871348 kB
MemAvailable:   128546068 kB
Buffers:            2128 kB
Cached:          1465840 kB
SwapCached:            8 kB
Active:          1783036 kB
Inactive:         900424 kB
Active(anon):    1208968 kB
Inactive(anon):    24568 kB
Active(file):     574068 kB
Inactive(file):   875856 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5188 kB
Writeback:             0 kB
AnonPages:       1215532 kB
Mapped:           112392 kB
Shmem:             18044 kB
KReclaimable:     128068 kB
Slab:             219860 kB
SReclaimable:     128068 kB
SUnreclaim:        91792 kB
KernelStack:        4320 kB
PageTables:         5428 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    1579832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    718848 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431484 MiB
End job on nodeC020 at 2025-07-04 16:19:17