Trace number 4492506

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.23 2011.46

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/
FPGA_SAT05/normalized-chnl40_45_pb.cnf.cr.opb
MD5SUM6044de22cb53e30f42c02ea5aa70d3e7
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.015698
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3600
Total number of constraints170
Number of constraints which are clauses90
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint45
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 46
Number of bits of the biggest sum of numbers6
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.00	c #variable: 3600
0.00/0.00	c #constraint: 170
0.00/0.00	c #equal: 0
0.00/0.00	c intsize: 6
0.00/0.00	c sizeproduct: 0
0.00/0.00	c #soft: 0
0.00/0.00	c mincost: 0
0.00/0.00	c maxcost: 0
0.00/0.00	c sumcost: 0
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: 789008217
3600.16/2011.44	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: 63665 MiB (63103 MiB free)
  memory of node 1: 64507 MiB (63776 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492506-1751146787/watcher-4492506-1751146787 -o /tmp/evaluation-result-4492506-1751146787/solver-4492506-1751146787 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751146786-17678 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 789008217 HOME/instance-4492506-1751146787.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=17874, runsolver pid=17866

[startup+0.100057 s]*
/proc/loadavg: 0.67 1.88 3.03 7/268 17876
/proc/meminfo: memFree=129925472/131249996 swapFree=33010684/33010684
[pid=17874] ppid=17866 vsize=83372 memory=9212 CPUtime=0.17 cores=5,7
/proc/17874/stat : 17874 (pb_competition_) R 17866 17874 17665 0 -1 4194304 1800 0 0 0 17 0 0 0 20 0 2 0 30356436 85372928 2303 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
/proc/17874/statm: 20843 2303 672 633 0 3808 0
[pid=17874/tid=17876] ppid=17866 vsize=83372 memory=4026532124 CPUtime=0.08 cores=5,7
/proc/17874/task/17876/stat : 17876 (pb_competition_) R 17866 17874 17665 0 -1 4194368 137 0 0 0 8 0 0 0 20 0 2 0 30356436 85372928 2303 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 83372 KiB
Current children cumulated memory: 9212 KiB

[startup+0.204595 s]*
/proc/loadavg: 0.67 1.88 3.03 7/266 17884
/proc/meminfo: memFree=129924264/131249996 swapFree=33010684/33010684
[pid=17874] ppid=17866 vsize=83372 memory=9340 CPUtime=0.38 cores=5,7
/proc/17874/stat : 17874 (pb_competition_) R 17866 17874 17665 0 -1 4194304 1827 0 0 0 38 0 0 0 20 0 2 0 30356436 85372928 2335 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
/proc/17874/statm: 20843 2335 672 633 0 3808 0
[pid=17874/tid=17876] ppid=17866 vsize=83372 memory=5983648042466672759 CPUtime=0.18 cores=5,7
/proc/17874/task/17876/stat : 17876 (pb_competition_) R 17866 17874 17665 0 -1 4194368 137 0 0 0 18 0 0 0 20 0 2 0 30356436 85372928 2335 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 83372 KiB
Current children cumulated memory: 9340 KiB

[startup+0.305202 s]*
/proc/loadavg: 0.67 1.88 3.03 8/266 17884
/proc/meminfo: memFree=129924024/131249996 swapFree=33010684/33010684
[pid=17874] ppid=17866 vsize=83372 memory=9340 CPUtime=0.57 cores=5,7
/proc/17874/stat : 17874 (pb_competition_) R 17866 17874 17665 0 -1 4194304 1843 0 0 0 56 1 0 0 20 0 2 0 30356436 85372928 2335 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
/proc/17874/statm: 20843 2335 672 633 0 3808 0
[pid=17874/tid=17876] ppid=17866 vsize=83372 memory=-6000919476967859566 CPUtime=0.28 cores=5,7
/proc/17874/task/17876/stat : 17876 (pb_competition_) R 17866 17874 17665 0 -1 4194368 137 0 0 0 28 0 0 0 20 0 2 0 30356436 85372928 2335 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 83372 KiB
Current children cumulated memory: 9340 KiB

[startup+0.700134 s]
/proc/loadavg: 0.67 1.88 3.03 6/268 17890
/proc/meminfo: memFree=129923772/131249996 swapFree=33010684/33010684
[pid=17874] ppid=17866 vsize=84016 memory=9724 CPUtime=1.22 cores=5,7
/proc/17874/stat : 17874 (pb_competition_) R 17866 17874 17665 0 -1 4194304 1950 0 0 0 121 1 0 0 20 0 2 0 30356436 86032384 2431 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
/proc/17874/statm: 21004 2431 672 633 0 3969 0
[pid=17874/tid=17876] ppid=17866 vsize=84016 memory=17536 CPUtime=0.54 cores=5,7
/proc/17874/task/17876/stat : 17876 (pb_competition_) S 17866 17874 17665 0 -1 4194368 137 0 0 0 54 0 0 0 20 0 2 0 30356436 86032384 2431 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 84016 KiB
Current children cumulated memory: 9724 KiB

[startup+1.50013 s]
/proc/loadavg: 0.67 1.88 3.03 5/269 17930
/proc/meminfo: memFree=129922164/131249996 swapFree=33010684/33010684
[pid=17874] ppid=17866 vsize=84016 memory=9980 CPUtime=2.47 cores=5,7
/proc/17874/stat : 17874 (pb_competition_) R 17866 17874 17665 0 -1 4194304 3486 0 0 0 244 3 0 0 20 0 2 0 30356436 86032384 2495 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
/proc/17874/statm: 21004 2495 672 633 0 3969 0
[pid=17874/tid=17876] ppid=17866 vsize=84016 memory=17536 CPUtime=1 cores=5,7
/proc/17874/task/17876/stat : 17876 (pb_competition_) R 17866 17874 17665 0 -1 4194368 200 0 0 0 100 0 0 0 20 0 2 0 30356436 86032384 2495 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 84016 KiB
Current children cumulated memory: 9980 KiB

[startup+3.10516 s]
/proc/loadavg: 1.18 1.96 3.05 8/271 18014
/proc/meminfo: memFree=129909584/131249996 swapFree=33010684/33010684
[pid=17874] ppid=17866 vsize=85088 memory=10728 CPUtime=5.52 cores=5,7
/proc/17874/stat : 17874 (pb_competition_) R 17866 17874 17665 0 -1 4194304 5288 0 0 0 547 5 0 0 20 0 2 0 30356436 87130112 2682 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
/proc/17874/statm: 21272 2682 672 633 0 4237 0
[pid=17874/tid=17876] ppid=17866 vsize=85088 memory=10176 CPUtime=2.44 cores=5,7
/proc/17874/task/17876/stat : 17876 (pb_competition_) R 17866 17874 17665 0 -1 4194368 359 0 0 0 244 0 0 0 20 0 2 0 30356436 87130112 2682 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
Current children cumulated CPU time: 5.52 s
Current children cumulated vsize: 85088 KiB
Current children cumulated memory: 10728 KiB

[startup+6.30018 s]
/proc/loadavg: 1.18 1.96 3.05 9/271 18014
/proc/meminfo: memFree=129906208/131249996 swapFree=33010684/33010684
[pid=17874] ppid=17866 vsize=87112 memory=11996 CPUtime=11.59 cores=5,7
/proc/17874/stat : 17874 (pb_competition_) R 17866 17874 17665 0 -1 4194304 7686 0 0 0 1150 9 0 0 20 0 2 0 30356436 89202688 2999 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
/proc/17874/statm: 21778 2999 672 633 0 4743 0
[pid=17874/tid=17876] ppid=17866 vsize=87112 memory=7971237785239896178 CPUtime=5.34 cores=5,7
/proc/17874/task/17876/stat : 17876 (pb_competition_) S 17866 17874 17665 0 -1 4194368 963 0 0 0 533 1 0 0 20 0 2 0 30356436 89202688 2999 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
Current children cumulated CPU time: 11.59 s
Current children cumulated vsize: 87112 KiB
Current children cumulated memory: 11996 KiB

[startup+12.7002 s]
/proc/loadavg: 2.08 2.13 3.10 9/271 18014
/proc/meminfo: memFree=129900948/131249996 swapFree=33010684/33010684
[pid=17874] ppid=17866 vsize=88004 memory=13276 CPUtime=23.46 cores=5,7
/proc/17874/stat : 17874 (pb_competition_) R 17866 17874 17665 0 -1 4194304 10442 0 0 0 2332 14 0 0 20 0 2 0 30356436 90116096 3319 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
/proc/17874/statm: 22001 3319 672 633 0 4966 0
[pid=17874/tid=17876] ppid=17866 vsize=88004 memory=13276 CPUtime=10.86 cores=5,7
/proc/17874/task/17876/stat : 17876 (pb_competition_) R 17866 17874 17665 0 -1 4194368 1447 0 0 0 1083 3 0 0 20 0 2 0 30356436 90116096 3319 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
Current children cumulated CPU time: 23.46 s
Current children cumulated vsize: 88004 KiB
Current children cumulated memory: 13276 KiB

[startup+25.5002 s]
/proc/loadavg: 2.91 2.31 3.14 8/271 18014
/proc/meminfo: memFree=129893576/131249996 swapFree=33010684/33010684
[pid=17874] ppid=17866 vsize=91932 memory=15532 CPUtime=47.09 cores=5,7
/proc/17874/stat : 17874 (pb_competition_) R 17866 17874 17665 0 -1 4194304 13684 0 0 0 4684 25 0 0 20 0 2 0 30356436 94138368 3883 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
/proc/17874/statm: 22983 3883 672 633 0 5948 0
[pid=17874/tid=17876] ppid=17866 vsize=91932 memory=17536 CPUtime=21.8 cores=5,7
/proc/17874/task/17876/stat : 17876 (pb_competition_) R 17866 17874 17665 0 -1 4194368 2290 0 0 0 2175 5 0 0 20 0 2 0 30356436 94138368 3883 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
Current children cumulated CPU time: 47.09 s
Current children cumulated vsize: 91932 KiB
Current children cumulated memory: 15532 KiB

[startup+51.1056 s]
/proc/loadavg: 4.42 2.72 3.26 9/271 18016
/proc/meminfo: memFree=129887268/131249996 swapFree=33010684/33010684
[pid=17874] ppid=17866 vsize=93104 memory=18868 CPUtime=93.54 cores=5,7
/proc/17874/stat : 17874 (pb_competition_) R 17866 17874 17665 0 -1 4194304 18952 0 0 0 9313 41 0 0 20 0 2 0 30356436 95338496 4717 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
/proc/17874/statm: 23276 4717 672 633 0 6241 0
[pid=17874/tid=17876] ppid=17866 vsize=93104 memory=18612 CPUtime=42.85 cores=5,7
/proc/17874/task/17876/stat : 17876 (pb_competition_) R 17866 17874 17665 0 -1 4194368 2982 0 0 0 4274 11 0 0 20 0 2 0 30356436 95338496 4717 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
Current children cumulated CPU time: 93.54 s
Current children cumulated vsize: 93104 KiB
Current children cumulated memory: 18868 KiB

[startup+102.3 s]
/proc/loadavg: 6.47 3.58 3.52 9/272 18019
/proc/meminfo: memFree=129871800/131249996 swapFree=33010684/33010684
[pid=17874] ppid=17866 vsize=94640 memory=20276 CPUtime=185.12 cores=5,7
/proc/17874/stat : 17874 (pb_competition_) R 17866 17874 17665 0 -1 4194304 24982 0 0 0 18446 66 0 0 20 0 2 0 30356436 96911360 5069 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
/proc/17874/statm: 23660 5069 672 633 0 6625 0
[pid=17874/tid=17876] ppid=17866 vsize=94640 memory=20148 CPUtime=83.79 cores=5,7
/proc/17874/task/17876/stat : 17876 (pb_competition_) R 17866 17874 17665 0 -1 4194368 4072 0 0 0 8358 21 0 0 20 0 2 0 30356436 96911360 5069 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
Current children cumulated CPU time: 185.12 s
Current children cumulated vsize: 94640 KiB
Current children cumulated memory: 20276 KiB

[startup+162.3 s]
/proc/loadavg: 6.83 4.22 3.75 8/271 18021
/proc/meminfo: memFree=129845520/131249996 swapFree=33010684/33010684
[pid=17874] ppid=17866 vsize=95528 memory=21556 CPUtime=292 cores=5,7
/proc/17874/stat : 17874 (pb_competition_) R 17866 17874 17665 0 -1 4194304 28886 0 0 0 29107 93 0 0 20 0 2 0 30356436 97820672 5389 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
/proc/17874/statm: 23882 5389 672 633 0 6847 0
[pid=17874/tid=17876] ppid=17866 vsize=95528 memory=14592 CPUtime=131.31 cores=5,7
/proc/17874/task/17876/stat : 17876 (pb_competition_) R 17866 17874 17665 0 -1 4194368 4383 0 0 0 13100 31 0 0 20 0 2 0 30356436 97820672 5389 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
Current children cumulated CPU time: 292 s
Current children cumulated vsize: 95528 KiB
Current children cumulated memory: 21556 KiB

[startup+222.3 s]
/proc/loadavg: 7.30 4.84 4.00 7/270 18023
/proc/meminfo: memFree=129841228/131249996 swapFree=33010684/33010684
[pid=17874] ppid=17866 vsize=101628 memory=24192 CPUtime=398.31 cores=5,7
/proc/17874/stat : 17874 (pb_competition_) R 17866 17874 17665 0 -1 4194304 29908 0 0 0 39720 111 0 0 20 0 2 0 30356436 104067072 6048 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
/proc/17874/statm: 25407 6048 672 633 0 8372 0
[pid=17874/tid=17876] ppid=17866 vsize=101628 memory=17536 CPUtime=178.27 cores=5,7
/proc/17874/task/17876/stat : 17876 (pb_competition_) R 17866 17874 17665 0 -1 4194368 4431 0 0 0 17789 38 0 0 20 0 2 0 30356436 104067072 6048 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
Current children cumulated CPU time: 398.31 s
Current children cumulated vsize: 101628 KiB
Current children cumulated memory: 24192 KiB

[startup+282.3 s]
/proc/loadavg: 7.60 5.39 4.24 8/270 18027
/proc/meminfo: memFree=129839884/131249996 swapFree=33010684/33010684
[pid=17874] ppid=17866 vsize=102056 memory=24576 CPUtime=505.14 cores=5,7
/proc/17874/stat : 17874 (pb_competition_) R 17866 17874 17665 0 -1 4194304 30792 0 0 0 50385 129 0 0 20 0 2 0 30356436 104505344 6144 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
/proc/17874/statm: 25514 6144 672 633 0 8479 0
[pid=17874/tid=17876] ppid=17866 vsize=102056 memory=24576 CPUtime=225.73 cores=5,7
/proc/17874/task/17876/stat : 17876 (pb_competition_) R 17866 17874 17665 0 -1 4194368 4482 0 0 0 22527 46 0 0 20 0 2 0 30356436 104505344 6144 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
Current children cumulated CPU time: 505.14 s
Current children cumulated vsize: 102056 KiB

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

/proc/meminfo: memFree=129839280/131249996 swapFree=33010684/33010684
[pid=17874] ppid=17866 vsize=105048 memory=29688 CPUtime=2436.83 cores=5,7
/proc/17874/stat : 17874 (pb_competition_) R 17866 17874 17665 0 -1 4194304 37807 0 0 0 243313 370 0 0 20 0 2 0 30356436 107569152 7422 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
/proc/17874/statm: 26262 7422 672 633 0 9227 0
[pid=17874/tid=17876] ppid=17866 vsize=105048 memory=29688 CPUtime=1088.13 cores=5,7
/proc/17874/task/17876/stat : 17876 (pb_competition_) R 17866 17874 17665 0 -1 4194368 4809 0 0 0 108664 149 0 0 20 0 2 0 30356436 107569152 7422 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
Current children cumulated CPU time: 2436.83 s
Current children cumulated vsize: 105048 KiB
Current children cumulated memory: 29688 KiB

[startup+1422.3 s]
/proc/loadavg: 6.88 7.31 6.51 9/270 18126
/proc/meminfo: memFree=129840420/131249996 swapFree=33010684/33010684
[pid=17874] ppid=17866 vsize=105048 memory=29688 CPUtime=2544.3 cores=5,7
/proc/17874/stat : 17874 (pb_competition_) R 17866 17874 17665 0 -1 4194304 37807 0 0 0 254047 383 0 0 20 0 2 0 30356436 107569152 7422 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
/proc/17874/statm: 26262 7422 672 633 0 9227 0
[pid=17874/tid=17876] ppid=17866 vsize=105048 memory=29688 CPUtime=1136.17 cores=5,7
/proc/17874/task/17876/stat : 17876 (pb_competition_) R 17866 17874 17665 0 -1 4194368 4809 0 0 0 113462 155 0 0 20 0 2 0 30356436 107569152 7422 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
Current children cumulated CPU time: 2544.3 s
Current children cumulated vsize: 105048 KiB
Current children cumulated memory: 29688 KiB

[startup+1482.3 s]
/proc/loadavg: 6.91 7.23 6.54 9/270 18128
/proc/meminfo: memFree=129842984/131249996 swapFree=33010684/33010684
[pid=17874] ppid=17866 vsize=105048 memory=29688 CPUtime=2651.72 cores=5,7
/proc/17874/stat : 17874 (pb_competition_) R 17866 17874 17665 0 -1 4194304 38397 0 0 0 264778 394 0 0 20 0 2 0 30356436 107569152 7422 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
/proc/17874/statm: 26262 7422 672 633 0 9227 0
[pid=17874/tid=17876] ppid=17866 vsize=105048 memory=14592 CPUtime=1184.17 cores=5,7
/proc/17874/task/17876/stat : 17876 (pb_competition_) R 17866 17874 17665 0 -1 4194368 4874 0 0 0 118257 160 0 0 20 0 2 0 30356436 107569152 7422 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
Current children cumulated CPU time: 2651.72 s
Current children cumulated vsize: 105048 KiB
Current children cumulated memory: 29688 KiB

[startup+1542.3 s]
/proc/loadavg: 7.39 7.31 6.61 9/270 18130
/proc/meminfo: memFree=129843268/131249996 swapFree=33010684/33010684
[pid=17874] ppid=17866 vsize=105048 memory=29688 CPUtime=2759.31 cores=5,7
/proc/17874/stat : 17874 (pb_competition_) R 17866 17874 17665 0 -1 4194304 38397 0 0 0 275526 405 0 0 20 0 2 0 30356436 107569152 7422 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
/proc/17874/statm: 26262 7422 672 633 0 9227 0
[pid=17874/tid=17876] ppid=17866 vsize=105048 memory=29688 CPUtime=1232.33 cores=5,7
/proc/17874/task/17876/stat : 17876 (pb_competition_) R 17866 17874 17665 0 -1 4194368 4874 0 0 0 123068 165 0 0 20 0 2 0 30356436 107569152 7422 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
Current children cumulated CPU time: 2759.31 s
Current children cumulated vsize: 105048 KiB
Current children cumulated memory: 29688 KiB

[startup+1602.3 s]
/proc/loadavg: 7.28 7.29 6.65 8/268 18132
/proc/meminfo: memFree=129843516/131249996 swapFree=33010684/33010684
[pid=17874] ppid=17866 vsize=105048 memory=29688 CPUtime=2866.72 cores=5,7
/proc/17874/stat : 17874 (pb_competition_) R 17866 17874 17665 0 -1 4194304 38978 0 0 0 286255 417 0 0 20 0 2 0 30356436 107569152 7422 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
/proc/17874/statm: 26262 7422 672 633 0 9227 0
[pid=17874/tid=17876] ppid=17866 vsize=105048 memory=29688 CPUtime=1280.34 cores=5,7
/proc/17874/task/17876/stat : 17876 (pb_competition_) S 17866 17874 17665 0 -1 4194368 4911 0 0 0 127863 171 0 0 20 0 2 0 30356436 107569152 7422 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
Current children cumulated CPU time: 2866.72 s
Current children cumulated vsize: 105048 KiB
Current children cumulated memory: 29688 KiB

[startup+1662.3 s]
/proc/loadavg: 7.22 7.27 6.68 7/268 18136
/proc/meminfo: memFree=129843572/131249996 swapFree=33010684/33010684
[pid=17874] ppid=17866 vsize=105048 memory=29688 CPUtime=2974.19 cores=5,7
/proc/17874/stat : 17874 (pb_competition_) R 17866 17874 17665 0 -1 4194304 38987 0 0 0 296989 430 0 0 20 0 2 0 30356436 107569152 7422 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
/proc/17874/statm: 26262 7422 672 633 0 9227 0
[pid=17874/tid=17876] ppid=17866 vsize=105048 memory=29688 CPUtime=1328.4 cores=5,7
/proc/17874/task/17876/stat : 17876 (pb_competition_) S 17866 17874 17665 0 -1 4194368 4911 0 0 0 132662 178 0 0 20 0 2 0 30356436 107569152 7422 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
Current children cumulated CPU time: 2974.19 s
Current children cumulated vsize: 105048 KiB
Current children cumulated memory: 29688 KiB

[startup+1722.3 s]
/proc/loadavg: 7.17 7.25 6.72 9/267 18139
/proc/meminfo: memFree=129843452/131249996 swapFree=33010684/33010684
[pid=17874] ppid=17866 vsize=105048 memory=29688 CPUtime=3081.64 cores=5,7
/proc/17874/stat : 17874 (pb_competition_) R 17866 17874 17665 0 -1 4194304 38987 0 0 0 307724 440 0 0 20 0 2 0 30356436 107569152 7422 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
/proc/17874/statm: 26262 7422 672 633 0 9227 0
[pid=17874/tid=17876] ppid=17866 vsize=105048 memory=17536 CPUtime=1376.45 cores=5,7
/proc/17874/task/17876/stat : 17876 (pb_competition_) R 17866 17874 17665 0 -1 4194368 4911 0 0 0 137463 182 0 0 20 0 2 0 30356436 107569152 7422 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
Current children cumulated CPU time: 3081.64 s
Current children cumulated vsize: 105048 KiB
Current children cumulated memory: 29688 KiB

[startup+1782.3 s]
/proc/loadavg: 7.32 7.28 6.76 8/269 18147
/proc/meminfo: memFree=129843212/131249996 swapFree=33010684/33010684
[pid=17874] ppid=17866 vsize=105048 memory=29688 CPUtime=3189.12 cores=5,7
/proc/17874/stat : 17874 (pb_competition_) R 17866 17874 17665 0 -1 4194304 39587 0 0 0 318459 453 0 0 20 0 2 0 30356436 107569152 7422 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
/proc/17874/statm: 26262 7422 672 633 0 9227 0
[pid=17874/tid=17876] ppid=17866 vsize=105048 memory=17536 CPUtime=1424.53 cores=5,7
/proc/17874/task/17876/stat : 17876 (pb_competition_) R 17866 17874 17665 0 -1 4194368 4957 0 0 0 142265 188 0 0 20 0 2 0 30356436 107569152 7422 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
Current children cumulated CPU time: 3189.12 s
Current children cumulated vsize: 105048 KiB
Current children cumulated memory: 29688 KiB

[startup+1842.3 s]
/proc/loadavg: 7.39 7.29 6.80 7/269 18149
/proc/meminfo: memFree=129843456/131249996 swapFree=33010684/33010684
[pid=17874] ppid=17866 vsize=105048 memory=29688 CPUtime=3296.64 cores=5,7
/proc/17874/stat : 17874 (pb_competition_) R 17866 17874 17665 0 -1 4194304 40178 0 0 0 329198 466 0 0 20 0 2 0 30356436 107569152 7422 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
/proc/17874/statm: 26262 7422 672 633 0 9227 0
[pid=17874/tid=17876] ppid=17866 vsize=105048 memory=29688 CPUtime=1472.65 cores=5,7
/proc/17874/task/17876/stat : 17876 (pb_competition_) S 17866 17874 17665 0 -1 4194368 5015 0 0 0 147072 193 0 0 20 0 2 0 30356436 107569152 7422 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
Current children cumulated CPU time: 3296.64 s
Current children cumulated vsize: 105048 KiB
Current children cumulated memory: 29688 KiB

[startup+1902.3 s]
/proc/loadavg: 7.28 7.27 6.83 9/269 18152
/proc/meminfo: memFree=129843328/131249996 swapFree=33010684/33010684
[pid=17874] ppid=17866 vsize=105048 memory=29688 CPUtime=3404.18 cores=5,7
/proc/17874/stat : 17874 (pb_competition_) R 17866 17874 17665 0 -1 4194304 40178 0 0 0 339937 481 0 0 20 0 2 0 30356436 107569152 7422 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
/proc/17874/statm: 26262 7422 672 633 0 9227 0
[pid=17874/tid=17876] ppid=17866 vsize=105048 memory=29688 CPUtime=1520.77 cores=5,7
/proc/17874/task/17876/stat : 17876 (pb_competition_) R 17866 17874 17665 0 -1 4194368 5015 0 0 0 151877 200 0 0 20 0 2 0 30356436 107569152 7422 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
Current children cumulated CPU time: 3404.18 s
Current children cumulated vsize: 105048 KiB
Current children cumulated memory: 29688 KiB

[startup+1962.3 s]
/proc/loadavg: 7.49 7.33 6.87 7/269 18154
/proc/meminfo: memFree=129843432/131249996 swapFree=33010684/33010684
[pid=17874] ppid=17866 vsize=105048 memory=29688 CPUtime=3511.64 cores=5,7
/proc/17874/stat : 17874 (pb_competition_) R 17866 17874 17665 0 -1 4194304 40760 0 0 0 350670 494 0 0 20 0 2 0 30356436 107569152 7422 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
/proc/17874/statm: 26262 7422 672 633 0 9227 0
[pid=17874/tid=17876] ppid=17866 vsize=105048 memory=29688 CPUtime=1568.83 cores=5,7
/proc/17874/task/17876/stat : 17876 (pb_competition_) S 17866 17874 17665 0 -1 4194368 5064 0 0 0 156676 207 0 0 20 0 2 0 30356436 107569152 7422 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
Current children cumulated CPU time: 3511.64 s
Current children cumulated vsize: 105048 KiB
Current children cumulated memory: 29688 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2011.4 s]
/proc/loadavg: 7.33 7.31 6.89 7/269 18295
/proc/meminfo: memFree=129066768/131249996 swapFree=33010684/33010684
[pid=17874] ppid=17866 vsize=105048 memory=29688 CPUtime=3600.16 cores=5,7
/proc/17874/stat : 17874 (pb_competition_) R 17866 17874 17665 0 -1 4194304 40770 0 0 0 359512 504 0 0 20 0 2 0 30356436 107569152 7422 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
/proc/17874/statm: 26262 7422 672 633 0 9227 0
[pid=17874/tid=17876] ppid=17866 vsize=105048 memory=17892 CPUtime=1608.73 cores=5,7
/proc/17874/task/17876/stat : 17876 (pb_competition_) R 17866 17874 17665 0 -1 4194368 5065 0 0 0 160662 211 0 0 20 0 2 0 30356436 107569152 7422 18446744073709551615 4198400 6788177 140724279737568 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 25071616 140724279740762 140724279740888 140724279740888 140724279746490 0
Current children cumulated CPU time: 3600.16 s
Current children cumulated vsize: 105048 KiB
Current children cumulated memory: 29688 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.19 s, system=5.04647 s

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

Child status: 0

Real time (s): 2011.46
CPU time (s): 3600.23
CPU user time (s): 3595.19
CPU system time (s): 5.04647
CPU usage (%): 178.986
Max. virtual memory (cumulated for all children) (KiB): 105048
Max. memory (cumulated for all children) (KiB): 29688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.19
system time used= 5.04647
maximum resident set size= 29688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40800
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= 16355
involuntary context switches= 92836


# summary of solver processes directly reported to runsolver:
#   pid: 17874
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3595.19
#   total CPU system time (s): 5.04647

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.61934 second user time and 10.6906 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-28 23:39:47
IDJOB=4492506
IDBENCH=147799
IDSOLVER=3347
FILE ID=nodeC021/4492506-1751146787
RUNJOBID= nodeC021-1751146786-17678
SLURM_JOB_ID= 9587467
Free space on /tmp= 433052 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl40_45_pb.cnf.cr.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-4492506-1751146787/watcher-4492506-1751146787 -o /tmp/evaluation-result-4492506-1751146787/solver-4492506-1751146787 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751146786-17678 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 789008217 HOME/instance-4492506-1751146787.opb

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

MD5SUM BENCH= 6044de22cb53e30f42c02ea5aa70d3e7
RANDOM SEED=789008217

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129937800 kB
MemAvailable:   129807776 kB
Buffers:            3280 kB
Cached:           679812 kB
SwapCached:            0 kB
Active:           309208 kB
Inactive:         457892 kB
Active(anon):     102068 kB
Inactive(anon):        0 kB
Active(file):     207140 kB
Inactive(file):   457892 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             20548 kB
Writeback:            52 kB
AnonPages:         87092 kB
Mapped:           105760 kB
Shmem:             18060 kB
KReclaimable:      87964 kB
Slab:             173080 kB
SReclaimable:      87964 kB
SUnreclaim:        85116 kB
KernelStack:        4304 kB
PageTables:         3040 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     381716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433036 MiB
End job on nodeC021 at 2025-06-29 00:13:19