Trace number 4492722

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PRINTEMPS 2025-05-28? (TO) 3600.2 1898.21

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
roussel/normalized-pigeon-cardinality-15-10.opb
MD5SUMb1beef5e60042f450a41b488443772ed
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.003312
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables150
Total number of constraints25
Number of constraints which are clauses15
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 constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c PRINTEMPS v2.7.0 (https://snowberryfield.github.io/printemps/)
0.00/0.01	c #variable: 150
0.00/0.01	c #constraint: 25
0.00/0.01	c #equal: 0
0.00/0.01	c intsize: 5
0.00/0.01	c sizeproduct: 0
0.00/0.01	c #soft: 0
0.00/0.01	c mincost: 0
0.00/0.01	c maxcost: 0
0.00/0.01	c sumcost: 0
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: 398989376
3600.17/1898.21	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (63339 MiB free)
  memory of node 1: 64465 MiB (62654 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492722-1751147883/watcher-4492722-1751147883 -o /tmp/evaluation-result-4492722-1751147883/solver-4492722-1751147883 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751144447-13093 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 398989376 HOME/instance-4492722-1751147883.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=13478, runsolver pid=13475

[startup+0.100065 s]*
/proc/loadavg: 5.14 5.18 4.97 7/254 13480
/proc/meminfo: memFree=129018364/131382120 swapFree=33010684/33010684
[pid=13478] ppid=13475 vsize=77916 memory=3328 CPUtime=0.18 cores=4,6
/proc/13478/stat : 13478 (pb_competition_) R 13475 13478 13082 0 -1 4194304 292 0 0 0 18 0 0 0 20 0 2 0 30466966 79785984 832 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
/proc/13478/statm: 19479 832 672 633 0 2343 0
[pid=13478/tid=13480] ppid=13475 vsize=77916 memory=4026531960 CPUtime=0.09 cores=4,6
/proc/13478/task/13480/stat : 13480 (pb_competition_) S 13475 13478 13082 0 -1 4194368 11 0 0 0 9 0 0 0 20 0 2 0 30466966 79785984 832 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 1 0 0 -1 4 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 77916 KiB
Current children cumulated memory: 3328 KiB

[startup+0.213139 s]*
/proc/loadavg: 5.14 5.18 4.97 7/254 13480
/proc/meminfo: memFree=129018364/131382120 swapFree=33010684/33010684
[pid=13478] ppid=13475 vsize=77916 memory=3328 CPUtime=0.36 cores=4,6
/proc/13478/stat : 13478 (pb_competition_) R 13475 13478 13082 0 -1 4194304 305 0 0 0 35 1 0 0 20 0 2 0 30466966 79785984 832 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
/proc/13478/statm: 19479 832 672 633 0 2343 0
[pid=13478/tid=13480] ppid=13475 vsize=77916 memory=664958721904869660 CPUtime=0.17 cores=4,6
/proc/13478/task/13480/stat : 13480 (pb_competition_) S 13475 13478 13082 0 -1 4194368 11 0 0 0 17 0 0 0 20 0 2 0 30466966 79785984 832 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 1 0 0 -1 4 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 77916 KiB
Current children cumulated memory: 3328 KiB

[startup+0.31259 s]*
/proc/loadavg: 5.14 5.18 4.97 7/254 13480
/proc/meminfo: memFree=129018364/131382120 swapFree=33010684/33010684
[pid=13478] ppid=13475 vsize=77916 memory=3456 CPUtime=0.55 cores=4,6
/proc/13478/stat : 13478 (pb_competition_) R 13475 13478 13082 0 -1 4194304 311 0 0 0 53 2 0 0 20 0 2 0 30466966 79785984 864 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
/proc/13478/statm: 19479 864 672 633 0 2343 0
[pid=13478/tid=13480] ppid=13475 vsize=77916 memory=7970957392528097390 CPUtime=0.26 cores=4,6
/proc/13478/task/13480/stat : 13480 (pb_competition_) R 13475 13478 13082 0 -1 4194368 11 0 0 0 26 0 0 0 20 0 2 0 30466966 79785984 864 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 77916 KiB
Current children cumulated memory: 3456 KiB

[startup+0.700244 s]
/proc/loadavg: 5.14 5.18 4.97 7/254 13480
/proc/meminfo: memFree=129018364/131382120 swapFree=33010684/33010684
[pid=13478] ppid=13475 vsize=78076 memory=3584 CPUtime=1.24 cores=4,6
/proc/13478/stat : 13478 (pb_competition_) R 13475 13478 13082 0 -1 4194304 376 0 0 0 120 4 0 0 20 0 2 0 30466966 79949824 896 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
/proc/13478/statm: 19519 896 672 633 0 2383 0
[pid=13478/tid=13480] ppid=13475 vsize=78076 memory=17152 CPUtime=0.61 cores=4,6
/proc/13478/task/13480/stat : 13480 (pb_competition_) R 13475 13478 13082 0 -1 4194368 11 0 0 0 61 0 0 0 20 0 2 0 30466966 79949824 896 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 78076 KiB
Current children cumulated memory: 3584 KiB

[startup+1.50015 s]
/proc/loadavg: 5.14 5.18 4.97 8/254 13480
/proc/meminfo: memFree=129018364/131382120 swapFree=33010684/33010684
[pid=13478] ppid=13475 vsize=78208 memory=3712 CPUtime=2.81 cores=4,6
/proc/13478/stat : 13478 (pb_competition_) R 13475 13478 13082 0 -1 4194304 635 0 0 0 274 7 0 0 20 0 2 0 30466966 80084992 928 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
/proc/13478/statm: 19552 928 672 633 0 2416 0
[pid=13478/tid=13480] ppid=13475 vsize=78208 memory=17152 CPUtime=1.4 cores=4,6
/proc/13478/task/13480/stat : 13480 (pb_competition_) R 13475 13478 13082 0 -1 4194368 57 0 0 0 140 0 0 0 20 0 2 0 30466966 80084992 928 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 78208 KiB
Current children cumulated memory: 3712 KiB

[startup+3.1051 s]
/proc/loadavg: 5.21 5.19 4.98 8/254 13480
/proc/meminfo: memFree=129018544/131382120 swapFree=33010684/33010684
[pid=13478] ppid=13475 vsize=78340 memory=3840 CPUtime=6 cores=4,6
/proc/13478/stat : 13478 (pb_competition_) R 13475 13478 13082 0 -1 4194304 904 0 0 0 586 14 0 0 20 0 2 0 30466966 80220160 960 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
/proc/13478/statm: 19585 960 672 633 0 2449 0
[pid=13478/tid=13480] ppid=13475 vsize=78340 memory=3712 CPUtime=2.99 cores=4,6
/proc/13478/task/13480/stat : 13480 (pb_competition_) R 13475 13478 13082 0 -1 4194368 114 0 0 0 299 0 0 0 20 0 2 0 30466966 80220160 960 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
Current children cumulated CPU time: 6 s
Current children cumulated vsize: 78340 KiB
Current children cumulated memory: 3840 KiB

[startup+6.30011 s]
/proc/loadavg: 5.21 5.19 4.98 9/254 13480
/proc/meminfo: memFree=129018844/131382120 swapFree=33010684/33010684
[pid=13478] ppid=13475 vsize=78340 memory=3840 CPUtime=12.35 cores=4,6
/proc/13478/stat : 13478 (pb_competition_) R 13475 13478 13082 0 -1 4194304 1232 0 0 0 1208 27 0 0 20 0 2 0 30466966 80220160 960 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
/proc/13478/statm: 19585 960 672 633 0 2449 0
[pid=13478/tid=13480] ppid=13475 vsize=78340 memory=17152 CPUtime=6.17 cores=4,6
/proc/13478/task/13480/stat : 13480 (pb_competition_) R 13475 13478 13082 0 -1 4194368 218 0 0 0 615 2 0 0 20 0 2 0 30466966 80220160 960 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
Current children cumulated CPU time: 12.35 s
Current children cumulated vsize: 78340 KiB
Current children cumulated memory: 3840 KiB

[startup+12.7001 s]
/proc/loadavg: 5.41 5.23 5.00 8/254 13480
/proc/meminfo: memFree=129018972/131382120 swapFree=33010684/33010684
[pid=13478] ppid=13475 vsize=78340 memory=3840 CPUtime=25.07 cores=4,6
/proc/13478/stat : 13478 (pb_competition_) R 13475 13478 13082 0 -1 4194304 1270 0 0 0 2459 48 0 0 20 0 2 0 30466966 80220160 960 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
/proc/13478/statm: 19585 960 672 633 0 2449 0
[pid=13478/tid=13480] ppid=13475 vsize=78340 memory=3840 CPUtime=12.53 cores=4,6
/proc/13478/task/13480/stat : 13480 (pb_competition_) R 13475 13478 13082 0 -1 4194368 227 0 0 0 1248 5 0 0 20 0 2 0 30466966 80220160 960 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
Current children cumulated CPU time: 25.07 s
Current children cumulated vsize: 78340 KiB
Current children cumulated memory: 3840 KiB

[startup+25.5001 s]
/proc/loadavg: 5.50 5.26 5.01 8/254 13480
/proc/meminfo: memFree=129018632/131382120 swapFree=33010684/33010684
[pid=13478] ppid=13475 vsize=78804 memory=3960 CPUtime=50.5 cores=4,6
/proc/13478/stat : 13478 (pb_competition_) R 13475 13478 13082 0 -1 4194304 1623 0 0 0 4959 91 0 0 20 0 2 0 30466966 80695296 990 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
/proc/13478/statm: 19701 990 672 633 0 2565 0
[pid=13478/tid=13480] ppid=13475 vsize=78804 memory=3960 CPUtime=25.24 cores=4,6
/proc/13478/task/13480/stat : 13480 (pb_competition_) R 13475 13478 13082 0 -1 4194368 303 0 0 0 2515 9 0 0 20 0 2 0 30466966 80695296 990 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
Current children cumulated CPU time: 50.5 s
Current children cumulated vsize: 78804 KiB
Current children cumulated memory: 3960 KiB

[startup+51.1051 s]
/proc/loadavg: 6.01 5.40 5.06 8/255 13528
/proc/meminfo: memFree=130132044/131382120 swapFree=33010684/33010684
[pid=13478] ppid=13475 vsize=78948 memory=4216 CPUtime=101.39 cores=4,6
/proc/13478/stat : 13478 (pb_competition_) R 13475 13478 13082 0 -1 4194304 1996 0 0 0 9967 172 0 0 20 0 2 0 30466966 80842752 1054 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
/proc/13478/statm: 19737 1054 672 633 0 2601 0
[pid=13478/tid=13480] ppid=13475 vsize=78948 memory=0 CPUtime=50.7 cores=4,6
/proc/13478/task/13480/stat : 13480 (pb_competition_) R 13475 13478 13082 0 -1 4194368 360 0 0 0 5052 18 0 0 20 0 2 0 30466966 80842752 1054 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
Current children cumulated CPU time: 101.39 s
Current children cumulated vsize: 78948 KiB
Current children cumulated memory: 4216 KiB

[startup+102.3 s]
/proc/loadavg: 6.45 5.63 5.16 10/255 13530
/proc/meminfo: memFree=130110724/131382120 swapFree=33010684/33010684
[pid=13478] ppid=13475 vsize=79088 memory=4344 CPUtime=200.89 cores=4,6
/proc/13478/stat : 13478 (pb_competition_) R 13475 13478 13082 0 -1 4194304 2455 0 0 0 19788 301 0 0 20 0 2 0 30466966 80986112 1086 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
/proc/13478/statm: 19772 1086 672 633 0 2636 0
[pid=13478/tid=13480] ppid=13475 vsize=79088 memory=16544 CPUtime=99.3 cores=4,6
/proc/13478/task/13480/stat : 13480 (pb_competition_) R 13475 13478 13082 0 -1 4194368 463 0 0 0 9899 31 0 0 20 0 2 0 30466966 80986112 1086 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
Current children cumulated CPU time: 200.89 s
Current children cumulated vsize: 79088 KiB
Current children cumulated memory: 4344 KiB

[startup+162.3 s]
/proc/loadavg: 6.83 5.88 5.28 9/255 13579
/proc/meminfo: memFree=130276944/131382120 swapFree=33010684/33010684
[pid=13478] ppid=13475 vsize=79228 memory=4600 CPUtime=320.12 cores=4,6
/proc/13478/stat : 13478 (pb_competition_) R 13475 13478 13082 0 -1 4194304 3154 0 0 0 31561 451 0 0 20 0 2 0 30466966 81129472 1150 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
/proc/13478/statm: 19807 1150 672 633 0 2671 0
[pid=13478/tid=13480] ppid=13475 vsize=79228 memory=17152 CPUtime=158.94 cores=4,6
/proc/13478/task/13480/stat : 13480 (pb_competition_) R 13475 13478 13082 0 -1 4194368 529 0 0 0 15847 47 0 0 20 0 2 0 30466966 81129472 1150 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
Current children cumulated CPU time: 320.12 s
Current children cumulated vsize: 79228 KiB
Current children cumulated memory: 4600 KiB

[startup+222.3 s]
/proc/loadavg: 6.90 6.10 5.39 7/260 13623
/proc/meminfo: memFree=130281964/131382120 swapFree=33010684/33010684
[pid=13478] ppid=13475 vsize=79368 memory=4856 CPUtime=439.27 cores=4,6
/proc/13478/stat : 13478 (pb_competition_) R 13475 13478 13082 0 -1 4194304 3737 0 0 0 43350 577 0 0 20 0 2 0 30466966 81272832 1214 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
/proc/13478/statm: 19842 1214 672 633 0 2706 0
[pid=13478/tid=13480] ppid=13475 vsize=79368 memory=16456 CPUtime=218.51 cores=4,6
/proc/13478/task/13480/stat : 13480 (pb_competition_) R 13475 13478 13082 0 -1 4194368 731 0 0 0 21789 62 0 0 20 0 2 0 30466966 81272832 1214 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
Current children cumulated CPU time: 439.27 s
Current children cumulated vsize: 79368 KiB
Current children cumulated memory: 4856 KiB

[startup+282.3 s]
/proc/loadavg: 6.81 6.23 5.48 8/260 13625
/proc/meminfo: memFree=130289816/131382120 swapFree=33010684/33010684
[pid=13478] ppid=13475 vsize=80272 memory=5076 CPUtime=558.17 cores=4,6
/proc/13478/stat : 13478 (pb_competition_) R 13475 13478 13082 0 -1 4194304 3974 0 0 0 55120 697 0 0 20 0 2 0 30466966 82198528 1269 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
/proc/13478/statm: 20068 1269 672 633 0 2932 0
[pid=13478/tid=13480] ppid=13475 vsize=80272 memory=5076 CPUtime=277.78 cores=4,6
/proc/13478/task/13480/stat : 13480 (pb_competition_) R 13475 13478 13082 0 -1 4194368 733 0 0 0 27701 77 0 0 20 0 2 0 30466966 82198528 1269 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
Current children cumulated CPU time: 558.17 s
Current children cumulated vsize: 80272 KiB
Current children cumulated memory: 5076 KiB

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

/proc/meminfo: memFree=130167520/131382120 swapFree=33010684/33010684
[pid=13478] ppid=13475 vsize=83848 memory=8376 CPUtime=2380.21 cores=4,6
/proc/13478/stat : 13478 (pb_competition_) R 13475 13478 13082 0 -1 4194304 10231 0 0 0 236032 1989 0 0 20 0 2 0 30466966 85860352 2094 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
/proc/13478/statm: 20962 2094 672 633 0 3826 0
[pid=13478/tid=13480] ppid=13475 vsize=83848 memory=17152 CPUtime=1147.02 cores=4,6
/proc/13478/task/13480/stat : 13480 (pb_competition_) R 13475 13478 13082 0 -1 4194368 2443 0 0 0 114412 290 0 0 20 0 2 0 30466966 85860352 2094 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
Current children cumulated CPU time: 2380.21 s
Current children cumulated vsize: 83848 KiB
Current children cumulated memory: 8376 KiB

[startup+1302.3 s]
/proc/loadavg: 7.27 7.38 6.80 8/254 13764
/proc/meminfo: memFree=130166416/131382120 swapFree=33010684/33010684
[pid=13478] ppid=13475 vsize=83848 memory=8504 CPUtime=2492.56 cores=4,6
/proc/13478/stat : 13478 (pb_competition_) R 13475 13478 13082 0 -1 4194304 10251 0 0 0 247207 2049 0 0 20 0 2 0 30466966 85860352 2126 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
/proc/13478/statm: 20962 2126 672 633 0 3826 0
[pid=13478/tid=13480] ppid=13475 vsize=83848 memory=8376 CPUtime=1199.82 cores=4,6
/proc/13478/task/13480/stat : 13480 (pb_competition_) R 13475 13478 13082 0 -1 4194368 2443 0 0 0 119682 300 0 0 20 0 2 0 30466966 85860352 2126 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
Current children cumulated CPU time: 2492.56 s
Current children cumulated vsize: 83848 KiB
Current children cumulated memory: 8504 KiB

[startup+1362.3 s]
/proc/loadavg: 6.95 7.26 6.80 6/253 13766
/proc/meminfo: memFree=130163920/131382120 swapFree=33010684/33010684
[pid=13478] ppid=13475 vsize=83848 memory=8632 CPUtime=2605.23 cores=4,6
/proc/13478/stat : 13478 (pb_competition_) R 13475 13478 13082 0 -1 4194304 11228 0 0 0 258412 2111 0 0 20 0 2 0 30466966 85860352 2158 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
/proc/13478/statm: 20962 2158 672 633 0 3826 0
[pid=13478/tid=13480] ppid=13475 vsize=83848 memory=8376 CPUtime=1252.89 cores=4,6
/proc/13478/task/13480/stat : 13480 (pb_competition_) R 13475 13478 13082 0 -1 4194368 2675 0 0 0 124979 310 0 0 20 0 2 0 30466966 85860352 2158 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
Current children cumulated CPU time: 2605.23 s
Current children cumulated vsize: 83848 KiB
Current children cumulated memory: 8632 KiB

[startup+1422.3 s]
/proc/loadavg: 7.21 7.26 6.83 8/253 13768
/proc/meminfo: memFree=130135484/131382120 swapFree=33010684/33010684
[pid=13478] ppid=13475 vsize=83980 memory=8632 CPUtime=2717.57 cores=4,6
/proc/13478/stat : 13478 (pb_competition_) R 13475 13478 13082 0 -1 4194304 11246 0 0 0 269583 2174 0 0 20 0 2 0 30466966 85995520 2158 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
/proc/13478/statm: 20995 2158 672 633 0 3859 0
[pid=13478/tid=13480] ppid=13475 vsize=83980 memory=8376 CPUtime=1305.7 cores=4,6
/proc/13478/task/13480/stat : 13480 (pb_competition_) R 13475 13478 13082 0 -1 4194368 2675 0 0 0 130248 322 0 0 20 0 2 0 30466966 85995520 2158 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
Current children cumulated CPU time: 2717.57 s
Current children cumulated vsize: 83980 KiB
Current children cumulated memory: 8632 KiB

[startup+1482.3 s]
/proc/loadavg: 7.27 7.25 6.85 7/253 13770
/proc/meminfo: memFree=130124532/131382120 swapFree=33010684/33010684
[pid=13478] ppid=13475 vsize=83980 memory=8760 CPUtime=2829.41 cores=4,6
/proc/13478/stat : 13478 (pb_competition_) R 13475 13478 13082 0 -1 4194304 11806 0 0 0 280701 2240 0 0 20 0 2 0 30466966 85995520 2190 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
/proc/13478/statm: 20995 2190 672 633 0 3859 0
[pid=13478/tid=13480] ppid=13475 vsize=83980 memory=8760 CPUtime=1357.99 cores=4,6
/proc/13478/task/13480/stat : 13480 (pb_competition_) R 13475 13478 13082 0 -1 4194368 2729 0 0 0 135463 336 0 0 20 0 2 0 30466966 85995520 2190 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
Current children cumulated CPU time: 2829.41 s
Current children cumulated vsize: 83980 KiB
Current children cumulated memory: 8760 KiB

[startup+1542.3 s]
/proc/loadavg: 7.20 7.23 6.87 6/253 13772
/proc/meminfo: memFree=130137028/131382120 swapFree=33010684/33010684
[pid=13478] ppid=13475 vsize=83980 memory=8760 CPUtime=2940.74 cores=4,6
/proc/13478/stat : 13478 (pb_competition_) R 13475 13478 13082 0 -1 4194304 12265 0 0 0 291772 2302 0 0 20 0 2 0 30466966 85995520 2190 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
/proc/13478/statm: 20995 2190 672 633 0 3859 0
[pid=13478/tid=13480] ppid=13475 vsize=83980 memory=5632 CPUtime=1409.84 cores=4,6
/proc/13478/task/13480/stat : 13480 (pb_competition_) R 13475 13478 13082 0 -1 4194368 2925 0 0 0 140636 348 0 0 20 0 2 0 30466966 85995520 2190 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
Current children cumulated CPU time: 2940.74 s
Current children cumulated vsize: 83980 KiB
Current children cumulated memory: 8760 KiB

[startup+1602.3 s]
/proc/loadavg: 7.21 7.22 6.90 8/253 13774
/proc/meminfo: memFree=130138040/131382120 swapFree=33010684/33010684
[pid=13478] ppid=13475 vsize=84116 memory=8760 CPUtime=3051.91 cores=4,6
/proc/13478/stat : 13478 (pb_competition_) R 13475 13478 13082 0 -1 4194304 12287 0 0 0 302826 2365 0 0 20 0 2 0 30466966 86134784 2190 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
/proc/13478/statm: 21029 2190 672 633 0 3893 0
[pid=13478/tid=13480] ppid=13475 vsize=84116 memory=8760 CPUtime=1461.52 cores=4,6
/proc/13478/task/13480/stat : 13480 (pb_competition_) R 13475 13478 13082 0 -1 4194368 2927 0 0 0 145792 360 0 0 20 0 2 0 30466966 86134784 2190 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
Current children cumulated CPU time: 3051.91 s
Current children cumulated vsize: 84116 KiB
Current children cumulated memory: 8760 KiB

[startup+1662.3 s]
/proc/loadavg: 7.12 7.20 6.91 7/254 13779
/proc/meminfo: memFree=130137552/131382120 swapFree=33010684/33010684
[pid=13478] ppid=13475 vsize=84116 memory=8888 CPUtime=3163.69 cores=4,6
/proc/13478/stat : 13478 (pb_competition_) R 13475 13478 13082 0 -1 4194304 12313 0 0 0 313948 2421 0 0 20 0 2 0 30466966 86134784 2222 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
/proc/13478/statm: 21029 2222 672 633 0 3893 0
[pid=13478/tid=13480] ppid=13475 vsize=84116 memory=8888 CPUtime=1513.77 cores=4,6
/proc/13478/task/13480/stat : 13480 (pb_competition_) R 13475 13478 13082 0 -1 4194368 2928 0 0 0 151006 371 0 0 20 0 2 0 30466966 86134784 2222 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
Current children cumulated CPU time: 3163.69 s
Current children cumulated vsize: 84116 KiB
Current children cumulated memory: 8888 KiB

[startup+1722.3 s]
/proc/loadavg: 7.68 7.33 6.98 7/254 13785
/proc/meminfo: memFree=130135304/131382120 swapFree=33010684/33010684
[pid=13478] ppid=13475 vsize=84116 memory=9016 CPUtime=3275.1 cores=4,6
/proc/13478/stat : 13478 (pb_competition_) R 13475 13478 13082 0 -1 4194304 12329 0 0 0 325033 2477 0 0 20 0 2 0 30466966 86134784 2254 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
/proc/13478/statm: 21029 2254 672 633 0 3893 0
[pid=13478/tid=13480] ppid=13475 vsize=84116 memory=4252 CPUtime=1565.67 cores=4,6
/proc/13478/task/13480/stat : 13480 (pb_competition_) R 13475 13478 13082 0 -1 4194368 2928 0 0 0 156184 383 0 0 20 0 2 0 30466966 86134784 2254 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
Current children cumulated CPU time: 3275.1 s
Current children cumulated vsize: 84116 KiB
Current children cumulated memory: 9016 KiB

[startup+1782.3 s]
/proc/loadavg: 7.52 7.36 7.01 7/254 13787
/proc/meminfo: memFree=130135860/131382120 swapFree=33010684/33010684
[pid=13478] ppid=13475 vsize=84252 memory=9016 CPUtime=3386.16 cores=4,6
/proc/13478/stat : 13478 (pb_competition_) R 13475 13478 13082 0 -1 4194304 13432 0 0 0 336080 2536 0 0 20 0 2 0 30466966 86274048 2254 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
/proc/13478/statm: 21063 2254 672 633 0 3927 0
[pid=13478/tid=13480] ppid=13475 vsize=84252 memory=16456 CPUtime=1617.2 cores=4,6
/proc/13478/task/13480/stat : 13480 (pb_competition_) R 13475 13478 13082 0 -1 4194368 3239 0 0 0 161325 395 0 0 20 0 2 0 30466966 86274048 2254 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
Current children cumulated CPU time: 3386.16 s
Current children cumulated vsize: 84252 KiB
Current children cumulated memory: 9016 KiB

[startup+1842.3 s]
/proc/loadavg: 7.60 7.41 7.05 9/254 13789
/proc/meminfo: memFree=130136336/131382120 swapFree=33010684/33010684
[pid=13478] ppid=13475 vsize=84252 memory=9144 CPUtime=3497.07 cores=4,6
/proc/13478/stat : 13478 (pb_competition_) R 13475 13478 13082 0 -1 4194304 13446 0 0 0 347107 2600 0 0 20 0 2 0 30466966 86274048 2286 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
/proc/13478/statm: 21063 2286 672 633 0 3927 0
[pid=13478/tid=13480] ppid=13475 vsize=84252 memory=9016 CPUtime=1668.64 cores=4,6
/proc/13478/task/13480/stat : 13480 (pb_competition_) R 13475 13478 13082 0 -1 4194368 3239 0 0 0 166456 408 0 0 20 0 2 0 30466966 86274048 2286 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
Current children cumulated CPU time: 3497.07 s
Current children cumulated vsize: 84252 KiB
Current children cumulated memory: 9144 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1898.2 s]
/proc/loadavg: 7.51 7.41 7.07 9/254 13791
/proc/meminfo: memFree=130126684/131382120 swapFree=33010684/33010684
[pid=13478] ppid=13475 vsize=84396 memory=9272 CPUtime=3600.17 cores=4,6
/proc/13478/stat : 13478 (pb_competition_) R 13475 13478 13082 0 -1 4194304 14566 0 0 0 357361 2656 0 0 20 0 2 0 30466966 86421504 2318 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
/proc/13478/statm: 21099 2318 672 633 0 3963 0
[pid=13478/tid=13480] ppid=13475 vsize=84396 memory=7971236681366519409 CPUtime=1716.31 cores=4,6
/proc/13478/task/13480/stat : 13480 (pb_competition_) R 13475 13478 13082 0 -1 4194368 3244 0 0 0 171212 419 0 0 20 0 2 0 30466966 86421504 2318 18446744073709551615 4198400 6788177 140735940846624 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 15523840 140735940852058 140735940852184 140735940852184 140735940857786 0
Current children cumulated CPU time: 3600.17 s
Current children cumulated vsize: 84396 KiB
Current children cumulated memory: 9272 KiB

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

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

# cumulated CPU time of all completed processes:  user=3573.63 s, system=26.5693 s

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

Child status: 0

Real time (s): 1898.21
CPU time (s): 3600.2
CPU user time (s): 3573.63
CPU system time (s): 26.5693
CPU usage (%): 189.663
Max. virtual memory (cumulated for all children) (KiB): 84396
Max. memory (cumulated for all children) (KiB): 9272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3573.63
system time used= 26.5693
maximum resident set size= 9272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14581
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= 92400
involuntary context switches= 44821


# summary of solver processes directly reported to runsolver:
#   pid: 13478
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3573.63
#   total CPU system time (s): 26.5693

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.90611 second user time and 8.43678 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-06-28 23:58:03
IDJOB=4492722
IDBENCH=147818
IDSOLVER=3347
FILE ID=nodeC003/4492722-1751147883
RUNJOBID= nodeC003-1751144447-13093
SLURM_JOB_ID= 9587440
Free space on /tmp= 433012 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-cardinality-15-10.opb
COMMAND LINE= pb_competition_2025_solver -k -1 -t -1.0 -j NBCORE -r RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492722-1751147883/watcher-4492722-1751147883 -o /tmp/evaluation-result-4492722-1751147883/solver-4492722-1751147883 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751144447-13093 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 398989376 HOME/instance-4492722-1751147883.opb

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

MD5SUM BENCH= b1beef5e60042f450a41b488443772ed
RANDOM SEED=398989376

nodeC003 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		: 3591.453
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.44
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		: 3662.299
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.44
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		: 3491.719
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.44
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.084
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.44
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.158
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.44
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.724
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.44
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.205
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.44
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		: 1197.279
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        129018804 kB
MemAvailable:   128635704 kB
Buffers:            3280 kB
Cached:           401116 kB
SwapCached:            0 kB
Active:          1618908 kB
Inactive:         187924 kB
Active(anon):    1420396 kB
Inactive(anon):        0 kB
Active(file):     198512 kB
Inactive(file):   187924 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4920 kB
Writeback:             0 kB
AnonPages:       1405728 kB
Mapped:           110312 kB
Shmem:             17960 kB
KReclaimable:      83240 kB
Slab:             161432 kB
SReclaimable:      83240 kB
SUnreclaim:        78192 kB
KernelStack:        4096 kB
PageTables:         5876 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    1758784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1075200 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:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433016 MiB
End job on nodeC003 at 2025-06-29 00:29:41