Trace number 4543943

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.14 2016.54

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-exit/normalized-phpexit_v1_10_016.opb
MD5SUMa1449aeb0ea4317e9a99ca91ee17eb22
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.024216
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2730
Total number of constraints331
Number of constraints which are clauses171
Number of constraints which are cardinality constraints (but not clauses)160
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint17
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 19
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.00	c #variable: 2730
0.00/0.00	c #constraint: 331
0.00/0.00	c #equal: 0
0.00/0.00	c intsize: 5
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: 1385049241
3600.09/2016.52	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 (59172 MiB free)
  memory of node 1: 64507 MiB (53216 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4543943-1753205999/watcher-4543943-1753205999 -o /tmp/evaluation-result-4543943-1753205999/solver-4543943-1753205999 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1753198973-173104 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1385049241 HOME/instance-4543943-1753205999.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=174425, runsolver pid=174422

[startup+0.100073 s]*
/proc/loadavg: 5.93 6.22 6.63 6/268 174427
/proc/meminfo: memFree=115085028/131250000 swapFree=33010416/33010684
[pid=174425] ppid=174422 vsize=82696 memory=8448 CPUtime=0.14 cores=1,3
/proc/174425/stat : 174425 (pb_competition_) R 174422 174425 173087 0 -1 4194304 1622 0 0 0 14 0 0 0 20 0 2 0 236279828 84680704 2112 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
/proc/174425/statm: 20674 2112 672 633 0 3607 0
[pid=174425/tid=174427] ppid=174422 vsize=82696 memory=4026531960 CPUtime=0.05 cores=1,3
/proc/174425/task/174427/stat : 174427 (pb_competition_) S 174422 174425 173087 0 -1 4194368 105 0 0 0 5 0 0 0 20 0 2 0 236279828 84680704 2112 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 1 0 0 -1 1 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 82696 KiB
Current children cumulated memory: 8448 KiB

[startup+0.20606 s]*
/proc/loadavg: 5.93 6.22 6.63 8/268 174427
/proc/meminfo: memFree=115084776/131250000 swapFree=33010416/33010684
[pid=174425] ppid=174422 vsize=83160 memory=8732 CPUtime=0.32 cores=1,3
/proc/174425/stat : 174425 (pb_competition_) R 174422 174425 173087 0 -1 4194304 1779 0 0 0 32 0 0 0 20 0 2 0 236279828 85155840 2183 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
/proc/174425/statm: 20790 2183 672 633 0 3723 0
[pid=174425/tid=174427] ppid=174422 vsize=83160 memory=4830728736883343644 CPUtime=0.12 cores=1,3
/proc/174425/task/174427/stat : 174427 (pb_competition_) R 174422 174425 173087 0 -1 4194368 105 0 0 0 12 0 0 0 20 0 2 0 236279828 85155840 2183 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 83160 KiB
Current children cumulated memory: 8732 KiB

[startup+0.305945 s]*
/proc/loadavg: 5.93 6.22 6.63 6/268 174427
/proc/meminfo: memFree=115084776/131250000 swapFree=33010416/33010684
[pid=174425] ppid=174422 vsize=83292 memory=9116 CPUtime=0.48 cores=1,3
/proc/174425/stat : 174425 (pb_competition_) R 174422 174425 173087 0 -1 4194304 1879 0 0 0 48 0 0 0 20 0 2 0 236279828 85291008 2279 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
/proc/174425/statm: 20823 2279 672 633 0 3756 0
[pid=174425/tid=174427] ppid=174422 vsize=83292 memory=-8897915056437684064 CPUtime=0.19 cores=1,3
/proc/174425/task/174427/stat : 174427 (pb_competition_) R 174422 174425 173087 0 -1 4194368 105 0 0 0 19 0 0 0 20 0 2 0 236279828 85291008 2279 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 83292 KiB
Current children cumulated memory: 9116 KiB

[startup+0.700163 s]
/proc/loadavg: 5.93 6.22 6.63 8/268 174427
/proc/meminfo: memFree=115084776/131250000 swapFree=33010416/33010684
[pid=174425] ppid=174422 vsize=84480 memory=9904 CPUtime=1.2 cores=1,3
/proc/174425/stat : 174425 (pb_competition_) R 174422 174425 173087 0 -1 4194304 2247 0 0 0 119 1 0 0 20 0 2 0 236279828 86507520 2476 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
/proc/174425/statm: 21120 2476 672 633 0 4053 0
[pid=174425/tid=174427] ppid=174422 vsize=84480 memory=27136 CPUtime=0.52 cores=1,3
/proc/174425/task/174427/stat : 174427 (pb_competition_) R 174422 174425 173087 0 -1 4194368 105 0 0 0 52 0 0 0 20 0 2 0 236279828 86507520 2476 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 84480 KiB
Current children cumulated memory: 9904 KiB

[startup+1.50023 s]
/proc/loadavg: 5.93 6.22 6.63 7/268 174427
/proc/meminfo: memFree=115084524/131250000 swapFree=33010416/33010684
[pid=174425] ppid=174422 vsize=86564 memory=11384 CPUtime=2.65 cores=1,3
/proc/174425/stat : 174425 (pb_competition_) R 174422 174425 173087 0 -1 4194304 4546 0 0 0 262 3 0 0 20 0 2 0 236279828 88641536 2846 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
/proc/174425/statm: 21641 2846 672 633 0 4574 0
[pid=174425/tid=174427] ppid=174422 vsize=86564 memory=27136 CPUtime=1.17 cores=1,3
/proc/174425/task/174427/stat : 174427 (pb_competition_) R 174422 174425 173087 0 -1 4194368 513 0 0 0 117 0 0 0 20 0 2 0 236279828 88641536 2846 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 86564 KiB
Current children cumulated memory: 11384 KiB

[startup+3.10576 s]
/proc/loadavg: 5.93 6.22 6.63 9/268 174427
/proc/meminfo: memFree=115084776/131250000 swapFree=33010416/33010684
[pid=174425] ppid=174422 vsize=87468 memory=12792 CPUtime=5.44 cores=1,3
/proc/174425/stat : 174425 (pb_competition_) R 174422 174425 173087 0 -1 4194304 7017 0 0 0 540 4 0 0 20 0 2 0 236279828 89567232 3198 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
/proc/174425/statm: 21867 3198 672 633 0 4800 0
[pid=174425/tid=174427] ppid=174422 vsize=87468 memory=11768 CPUtime=2.37 cores=1,3
/proc/174425/task/174427/stat : 174427 (pb_competition_) R 174422 174425 173087 0 -1 4194368 904 0 0 0 237 0 0 0 20 0 2 0 236279828 89567232 3198 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
Current children cumulated CPU time: 5.44 s
Current children cumulated vsize: 87468 KiB
Current children cumulated memory: 12792 KiB

[startup+6.30022 s]
/proc/loadavg: 6.01 6.23 6.63 7/268 174427
/proc/meminfo: memFree=115085280/131250000 swapFree=33010416/33010684
[pid=174425] ppid=174422 vsize=91256 memory=16860 CPUtime=11.13 cores=1,3
/proc/174425/stat : 174425 (pb_competition_) R 174422 174425 173087 0 -1 4194304 9954 0 0 0 1105 8 0 0 20 0 2 0 236279828 93446144 4215 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
/proc/174425/statm: 22814 4215 672 633 0 5747 0
[pid=174425/tid=174427] ppid=174422 vsize=91256 memory=27136 CPUtime=4.89 cores=1,3
/proc/174425/task/174427/stat : 174427 (pb_competition_) R 174422 174425 173087 0 -1 4194368 1532 0 0 0 488 1 0 0 20 0 2 0 236279828 93446144 4215 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
Current children cumulated CPU time: 11.13 s
Current children cumulated vsize: 91256 KiB
Current children cumulated memory: 16860 KiB

[startup+12.7002 s]
/proc/loadavg: 6.01 6.23 6.63 9/268 174427
/proc/meminfo: memFree=115085864/131250000 swapFree=33010416/33010684
[pid=174425] ppid=174422 vsize=92964 memory=18396 CPUtime=22.01 cores=1,3
/proc/174425/stat : 174425 (pb_competition_) R 174422 174425 173087 0 -1 4194304 12814 0 0 0 2189 12 0 0 20 0 2 0 236279828 95195136 4599 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
/proc/174425/statm: 23241 4599 672 633 0 6174 0
[pid=174425/tid=174427] ppid=174422 vsize=92964 memory=18396 CPUtime=9.44 cores=1,3
/proc/174425/task/174427/stat : 174427 (pb_competition_) R 174422 174425 173087 0 -1 4194368 1671 0 0 0 942 2 0 0 20 0 2 0 236279828 95195136 4599 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
Current children cumulated CPU time: 22.01 s
Current children cumulated vsize: 92964 KiB
Current children cumulated memory: 18396 KiB

[startup+25.5002 s]
/proc/loadavg: 6.15 6.25 6.63 6/268 174427
/proc/meminfo: memFree=115087876/131250000 swapFree=33010416/33010684
[pid=174425] ppid=174422 vsize=93896 memory=19420 CPUtime=43.87 cores=1,3
/proc/174425/stat : 174425 (pb_competition_) R 174422 174425 173087 0 -1 4194304 15548 0 0 0 4367 20 0 0 20 0 2 0 236279828 96149504 4855 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
/proc/174425/statm: 23474 4855 672 633 0 6407 0
[pid=174425/tid=174427] ppid=174422 vsize=93896 memory=19036 CPUtime=18.63 cores=1,3
/proc/174425/task/174427/stat : 174427 (pb_competition_) R 174422 174425 173087 0 -1 4194368 2472 0 0 0 1860 3 0 0 20 0 2 0 236279828 96149504 4855 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
Current children cumulated CPU time: 43.87 s
Current children cumulated vsize: 93896 KiB
Current children cumulated memory: 19420 KiB

[startup+51.1057 s]
/proc/loadavg: 6.17 6.24 6.62 8/267 174428
/proc/meminfo: memFree=115090648/131250000 swapFree=33010416/33010684
[pid=174425] ppid=174422 vsize=94760 memory=20572 CPUtime=88.13 cores=1,3
/proc/174425/stat : 174425 (pb_competition_) R 174422 174425 173087 0 -1 4194304 18711 0 0 0 8780 33 0 0 20 0 2 0 236279828 97034240 5143 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
/proc/174425/statm: 23690 5143 672 633 0 6623 0
[pid=174425/tid=174427] ppid=174422 vsize=94760 memory=27136 CPUtime=37.6 cores=1,3
/proc/174425/task/174427/stat : 174427 (pb_competition_) R 174422 174425 173087 0 -1 4194368 3241 0 0 0 3753 7 0 0 20 0 2 0 236279828 97034240 5143 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
Current children cumulated CPU time: 88.13 s
Current children cumulated vsize: 94760 KiB
Current children cumulated memory: 20572 KiB

[startup+102.3 s]
/proc/loadavg: 6.56 6.33 6.63 8/267 174430
/proc/meminfo: memFree=115095968/131250000 swapFree=33010416/33010684
[pid=174425] ppid=174422 vsize=101092 memory=23472 CPUtime=178.46 cores=1,3
/proc/174425/stat : 174425 (pb_competition_) R 174422 174425 173087 0 -1 4194304 25684 0 0 0 17789 57 0 0 20 0 2 0 236279828 103518208 5868 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
/proc/174425/statm: 25273 5868 672 633 0 8206 0
[pid=174425/tid=174427] ppid=174422 vsize=101092 memory=27136 CPUtime=77.31 cores=1,3
/proc/174425/task/174427/stat : 174427 (pb_competition_) R 174422 174425 173087 0 -1 4194368 4266 0 0 0 7716 15 0 0 20 0 2 0 236279828 103518208 5868 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
Current children cumulated CPU time: 178.46 s
Current children cumulated vsize: 101092 KiB
Current children cumulated memory: 23472 KiB

[startup+162.3 s]
/proc/loadavg: 6.96 6.49 6.67 7/267 174432
/proc/meminfo: memFree=115098016/131250000 swapFree=33010416/33010684
[pid=174425] ppid=174422 vsize=101664 memory=24112 CPUtime=284.98 cores=1,3
/proc/174425/stat : 174425 (pb_competition_) R 174422 174425 173087 0 -1 4194304 36002 0 0 0 28418 80 0 0 20 0 2 0 236279828 104103936 6028 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
/proc/174425/statm: 25416 6028 672 633 0 8349 0
[pid=174425/tid=174427] ppid=174422 vsize=101664 memory=5760 CPUtime=124.51 cores=1,3
/proc/174425/task/174427/stat : 174427 (pb_competition_) S 174422 174425 173087 0 -1 4194368 6678 0 0 0 12429 22 0 0 20 0 2 0 236279828 104103936 6028 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
Current children cumulated CPU time: 284.98 s
Current children cumulated vsize: 101664 KiB
Current children cumulated memory: 24112 KiB

[startup+222.3 s]
/proc/loadavg: 6.60 6.47 6.65 8/267 174434
/proc/meminfo: memFree=115104088/131250000 swapFree=33010416/33010684
[pid=174425] ppid=174422 vsize=101940 memory=24496 CPUtime=391.59 cores=1,3
/proc/174425/stat : 174425 (pb_competition_) R 174422 174425 173087 0 -1 4194304 39606 0 0 0 39054 105 0 0 20 0 2 0 236279828 104386560 6124 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
/proc/174425/statm: 25485 6124 672 633 0 8418 0
[pid=174425/tid=174427] ppid=174422 vsize=101940 memory=27136 CPUtime=171.76 cores=1,3
/proc/174425/task/174427/stat : 174427 (pb_competition_) S 174422 174425 173087 0 -1 4194368 7630 0 0 0 17147 29 0 0 20 0 2 0 236279828 104386560 6124 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
Current children cumulated CPU time: 391.59 s
Current children cumulated vsize: 101940 KiB
Current children cumulated memory: 24496 KiB

[startup+282.3 s]
/proc/loadavg: 6.45 6.46 6.63 7/267 174436
/proc/meminfo: memFree=115105612/131250000 swapFree=33010416/33010684
[pid=174425] ppid=174422 vsize=101940 memory=24496 CPUtime=497.93 cores=1,3
/proc/174425/stat : 174425 (pb_competition_) R 174422 174425 173087 0 -1 4194304 43226 0 0 0 49663 130 0 0 20 0 2 0 236279828 104386560 6124 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
/proc/174425/statm: 25485 6124 672 633 0 8418 0
[pid=174425/tid=174427] ppid=174422 vsize=101940 memory=24496 CPUtime=218.78 cores=1,3
/proc/174425/task/174427/stat : 174427 (pb_competition_) R 174422 174425 173087 0 -1 4194368 8639 0 0 0 21841 37 0 0 20 0 2 0 236279828 104386560 6124 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
Current children cumulated CPU time: 497.93 s
Current children cumulated vsize: 101940 KiB

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

/proc/meminfo: memFree=115104732/131250000 swapFree=33010416/33010684
[pid=174425] ppid=174422 vsize=102520 memory=25008 CPUtime=2531.98 cores=1,3
/proc/174425/stat : 174425 (pb_competition_) R 174422 174425 173087 0 -1 4194304 54235 0 0 0 252757 441 0 0 20 0 2 0 236279828 104980480 6252 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
/proc/174425/statm: 25630 6252 672 633 0 8563 0
[pid=174425/tid=174427] ppid=174422 vsize=102520 memory=25008 CPUtime=1124.47 cores=1,3
/proc/174425/task/174427/stat : 174427 (pb_competition_) R 174422 174425 173087 0 -1 4194368 10461 0 0 0 112300 147 0 0 20 0 2 0 236279828 104980480 6252 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
Current children cumulated CPU time: 2531.98 s
Current children cumulated vsize: 102520 KiB
Current children cumulated memory: 25008 KiB

[startup+1482.3 s]
/proc/loadavg: 7.34 7.36 7.10 8/266 174499
/proc/meminfo: memFree=115106008/131250000 swapFree=33010416/33010684
[pid=174425] ppid=174422 vsize=102520 memory=25008 CPUtime=2639.1 cores=1,3
/proc/174425/stat : 174425 (pb_competition_) R 174422 174425 173087 0 -1 4194304 54236 0 0 0 263454 456 0 0 20 0 2 0 236279828 104980480 6252 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
/proc/174425/statm: 25630 6252 672 633 0 8563 0
[pid=174425/tid=174427] ppid=174422 vsize=102520 memory=25008 CPUtime=1172.16 cores=1,3
/proc/174425/task/174427/stat : 174427 (pb_competition_) S 174422 174425 173087 0 -1 4194368 10461 0 0 0 117065 151 0 0 20 0 2 0 236279828 104980480 6252 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 1 0 0 -1 1 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
Current children cumulated CPU time: 2639.1 s
Current children cumulated vsize: 102520 KiB
Current children cumulated memory: 25008 KiB

[startup+1542.3 s]
/proc/loadavg: 7.18 7.31 7.09 7/268 174549
/proc/meminfo: memFree=115509004/131250000 swapFree=33010416/33010684
[pid=174425] ppid=174422 vsize=102520 memory=25008 CPUtime=2746.32 cores=1,3
/proc/174425/stat : 174425 (pb_competition_) R 174422 174425 173087 0 -1 4194304 55046 0 0 0 274161 471 0 0 20 0 2 0 236279828 104980480 6252 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
/proc/174425/statm: 25630 6252 672 633 0 8563 0
[pid=174425/tid=174427] ppid=174422 vsize=102520 memory=14720 CPUtime=1220 cores=1,3
/proc/174425/task/174427/stat : 174427 (pb_competition_) R 174422 174425 173087 0 -1 4194368 10504 0 0 0 121844 156 0 0 20 0 2 0 236279828 104980480 6252 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
Current children cumulated CPU time: 2746.32 s
Current children cumulated vsize: 102520 KiB
Current children cumulated memory: 25008 KiB

[startup+1602.3 s]
/proc/loadavg: 7.09 7.27 7.09 7/268 174555
/proc/meminfo: memFree=115506036/131250000 swapFree=33010416/33010684
[pid=174425] ppid=174422 vsize=102520 memory=25008 CPUtime=2853.64 cores=1,3
/proc/174425/stat : 174425 (pb_competition_) R 174422 174425 173087 0 -1 4194304 55865 0 0 0 284876 488 0 0 20 0 2 0 236279828 104980480 6252 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
/proc/174425/statm: 25630 6252 672 633 0 8563 0
[pid=174425/tid=174427] ppid=174422 vsize=102520 memory=27136 CPUtime=1267.9 cores=1,3
/proc/174425/task/174427/stat : 174427 (pb_competition_) R 174422 174425 173087 0 -1 4194368 10614 0 0 0 126629 161 0 0 20 0 2 0 236279828 104980480 6252 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
Current children cumulated CPU time: 2853.64 s
Current children cumulated vsize: 102520 KiB
Current children cumulated memory: 25008 KiB

[startup+1662.3 s]
/proc/loadavg: 7.29 7.30 7.11 9/268 174557
/proc/meminfo: memFree=115506592/131250000 swapFree=33010416/33010684
[pid=174425] ppid=174422 vsize=102520 memory=25008 CPUtime=2960.85 cores=1,3
/proc/174425/stat : 174425 (pb_competition_) R 174422 174425 173087 0 -1 4194304 56656 0 0 0 295581 504 0 0 20 0 2 0 236279828 104980480 6252 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
/proc/174425/statm: 25630 6252 672 633 0 8563 0
[pid=174425/tid=174427] ppid=174422 vsize=102520 memory=27136 CPUtime=1315.71 cores=1,3
/proc/174425/task/174427/stat : 174427 (pb_competition_) R 174422 174425 173087 0 -1 4194368 10815 0 0 0 131405 166 0 0 20 0 2 0 236279828 104980480 6252 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
Current children cumulated CPU time: 2960.85 s
Current children cumulated vsize: 102520 KiB
Current children cumulated memory: 25008 KiB

[startup+1722.3 s]
/proc/loadavg: 7.27 7.28 7.11 6/264 174614
/proc/meminfo: memFree=115638536/131250000 swapFree=33010416/33010684
[pid=174425] ppid=174422 vsize=102520 memory=25008 CPUtime=3068.02 cores=1,3
/proc/174425/stat : 174425 (pb_competition_) R 174422 174425 173087 0 -1 4194304 56688 0 0 0 306281 521 0 0 20 0 2 0 236279828 104980480 6252 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
/proc/174425/statm: 25630 6252 672 633 0 8563 0
[pid=174425/tid=174427] ppid=174422 vsize=102520 memory=27136 CPUtime=1363.48 cores=1,3
/proc/174425/task/174427/stat : 174427 (pb_competition_) R 174422 174425 173087 0 -1 4194368 10815 0 0 0 136175 173 0 0 20 0 2 0 236279828 104980480 6252 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
Current children cumulated CPU time: 3068.02 s
Current children cumulated vsize: 102520 KiB
Current children cumulated memory: 25008 KiB

[startup+1782.3 s]
/proc/loadavg: 7.41 7.32 7.14 9/269 174653
/proc/meminfo: memFree=115640852/131250000 swapFree=33010416/33010684
[pid=174425] ppid=174422 vsize=102520 memory=25008 CPUtime=3176.42 cores=1,3
/proc/174425/stat : 174425 (pb_competition_) R 174422 174425 173087 0 -1 4194304 57500 0 0 0 317103 539 0 0 20 0 2 0 236279828 104980480 6252 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
/proc/174425/statm: 25630 6252 672 633 0 8563 0
[pid=174425/tid=174427] ppid=174422 vsize=102520 memory=25008 CPUtime=1412.46 cores=1,3
/proc/174425/task/174427/stat : 174427 (pb_competition_) R 174422 174425 173087 0 -1 4194368 10931 0 0 0 141068 178 0 0 20 0 2 0 236279828 104980480 6252 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
Current children cumulated CPU time: 3176.42 s
Current children cumulated vsize: 102520 KiB
Current children cumulated memory: 25008 KiB

[startup+1842.3 s]
/proc/loadavg: 7.50 7.35 7.16 7/268 174656
/proc/meminfo: memFree=115619676/131250000 swapFree=33010416/33010684
[pid=174425] ppid=174422 vsize=102520 memory=25008 CPUtime=3284.84 cores=1,3
/proc/174425/stat : 174425 (pb_competition_) R 174422 174425 173087 0 -1 4194304 57510 0 0 0 327924 560 0 0 20 0 2 0 236279828 104980480 6252 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
/proc/174425/statm: 25630 6252 672 633 0 8563 0
[pid=174425/tid=174427] ppid=174422 vsize=102520 memory=25008 CPUtime=1461.48 cores=1,3
/proc/174425/task/174427/stat : 174427 (pb_competition_) R 174422 174425 173087 0 -1 4194368 10931 0 0 0 145961 187 0 0 20 0 2 0 236279828 104980480 6252 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
Current children cumulated CPU time: 3284.84 s
Current children cumulated vsize: 102520 KiB
Current children cumulated memory: 25008 KiB

[startup+1902.3 s]
/proc/loadavg: 7.16 7.30 7.15 9/270 174662
/proc/meminfo: memFree=115625364/131250000 swapFree=33010416/33010684
[pid=174425] ppid=174422 vsize=102520 memory=25008 CPUtime=3393.47 cores=1,3
/proc/174425/stat : 174425 (pb_competition_) R 174422 174425 173087 0 -1 4194304 57510 0 0 0 338770 577 0 0 20 0 2 0 236279828 104980480 6252 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
/proc/174425/statm: 25630 6252 672 633 0 8563 0
[pid=174425/tid=174427] ppid=174422 vsize=102520 memory=25008 CPUtime=1510.7 cores=1,3
/proc/174425/task/174427/stat : 174427 (pb_competition_) R 174422 174425 173087 0 -1 4194368 10931 0 0 0 150878 192 0 0 20 0 2 0 236279828 104980480 6252 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
Current children cumulated CPU time: 3393.47 s
Current children cumulated vsize: 102520 KiB
Current children cumulated memory: 25008 KiB

[startup+1962.3 s]
/proc/loadavg: 7.30 7.32 7.17 8/270 174664
/proc/meminfo: memFree=115629280/131250000 swapFree=33010416/33010684
[pid=174425] ppid=174422 vsize=102520 memory=25008 CPUtime=3502.03 cores=1,3
/proc/174425/stat : 174425 (pb_competition_) R 174422 174425 173087 0 -1 4194304 58337 0 0 0 349607 596 0 0 20 0 2 0 236279828 104980480 6252 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
/proc/174425/statm: 25630 6252 672 633 0 8563 0
[pid=174425/tid=174427] ppid=174422 vsize=102520 memory=25008 CPUtime=1559.82 cores=1,3
/proc/174425/task/174427/stat : 174427 (pb_competition_) S 174422 174425 173087 0 -1 4194368 11055 0 0 0 155782 200 0 0 20 0 2 0 236279828 104980480 6252 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
Current children cumulated CPU time: 3502.03 s
Current children cumulated vsize: 102520 KiB
Current children cumulated memory: 25008 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2016.5 s]
/proc/loadavg: 7.44 7.36 7.19 9/270 174667
/proc/meminfo: memFree=115632396/131250000 swapFree=33010416/33010684
[pid=174425] ppid=174422 vsize=102520 memory=25008 CPUtime=3600.09 cores=1,3
/proc/174425/stat : 174425 (pb_competition_) R 174422 174425 173087 0 -1 4194304 58337 0 0 0 359398 611 0 0 20 0 2 0 236279828 104980480 6252 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
/proc/174425/statm: 25630 6252 672 633 0 8563 0
[pid=174425/tid=174427] ppid=174422 vsize=102520 memory=14720 CPUtime=1604.22 cores=1,3
/proc/174425/task/174427/stat : 174427 (pb_competition_) R 174422 174425 173087 0 -1 4194368 11055 0 0 0 160217 205 0 0 20 0 2 0 236279828 104980480 6252 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 102520 KiB
Current children cumulated memory: 25008 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.03 s, system=6.11323 s

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

[startup+2016.5 s]
/proc/loadavg: 7.44 7.36 7.19 9/270 174667
/proc/meminfo: memFree=115632396/131250000 swapFree=33010416/33010684
[pid=174425] ppid=174422 vsize=102520 memory=25008 CPUtime=3600.09 cores=1,3
/proc/174425/stat : 174425 (pb_competition_) R 174422 174425 173087 0 -1 4194304 58337 0 0 0 359398 611 0 0 20 0 2 0 236279828 104980480 6252 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
/proc/174425/statm: 25630 6252 672 633 0 8563 0
[pid=174425/tid=174427] ppid=174422 vsize=102520 memory=14720 CPUtime=1604.22 cores=1,3
/proc/174425/task/174427/stat : 174427 (pb_competition_) R 174422 174425 173087 0 -1 4194368 11055 0 0 0 160217 205 0 0 20 0 2 0 236279828 104980480 6252 18446744073709551615 4198400 6788177 140735417059808 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 14688256 140735417067863 140735417067990 140735417067990 140735417073594 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 102520 KiB
Current children cumulated memory: 25008 KiB

Child status: 0

Real time (s): 2016.54
CPU time (s): 3600.14
CPU user time (s): 3594.03
CPU system time (s): 6.11323
CPU usage (%): 178.531
Max. virtual memory (cumulated for all children) (KiB): 102520
Max. memory (cumulated for all children) (KiB): 25008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.03
system time used= 6.11323
maximum resident set size= 27572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58516
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= 17132
involuntary context switches= 74072


# summary of solver processes directly reported to runsolver:
#   pid: 174425
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3594.03
#   total CPU system time (s): 6.11323

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.93143 second user time and 9.22195 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-22 19:39:59
IDJOB=4543943
IDBENCH=174721
IDSOLVER=3347
FILE ID=nodeC027/4543943-1753205999
RUNJOBID= nodeC027-1753198973-173104
SLURM_JOB_ID= 9687760
Free space on /tmp= 432972 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/php-exit/normalized-phpexit_v1_10_016.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-4543943-1753205999/watcher-4543943-1753205999 -o /tmp/evaluation-result-4543943-1753205999/solver-4543943-1753205999 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1753198973-173104 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1385049241 HOME/instance-4543943-1753205999.opb

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

MD5SUM BENCH= a1449aeb0ea4317e9a99ca91ee17eb22
RANDOM SEED=1385049241

nodeC027 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		: 3599.908
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.29
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.868
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.29
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.651
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.29
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		: 3601.030
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.29
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        115086536 kB
MemAvailable:   129018244 kB
Buffers:            2488 kB
Cached:         14697824 kB
SwapCached:            8 kB
Active:          1843352 kB
Inactive:       13601076 kB
Active(anon):     767580 kB
Inactive(anon):     2788 kB
Active(file):    1075772 kB
Inactive(file): 13598288 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5236 kB
Writeback:            36 kB
AnonPages:        747208 kB
Mapped:           117048 kB
Shmem:             26252 kB
KReclaimable:     193376 kB
Slab:             288904 kB
SReclaimable:     193376 kB
SUnreclaim:        95528 kB
KernelStack:        4320 kB
PageTables:         4488 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1121580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    532480 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432976 MiB
End job on nodeC027 at 2025-07-22 20:13:36