Trace number 4503130

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.13 1866.82

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
heinz/normalized-neos-820157.opb
MD5SUM9baf2ba48863e92d1cef7cf6d2cd6be7
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 benchmark207.372
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1200
Total number of constraints1015
Number of constraints which are clauses835
Number of constraints which are cardinality constraints (but not clauses)180
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c PRINTEMPS v2.7.0 (https://snowberryfield.github.io/printemps/)
0.00/0.01	c #variable: 1200
0.00/0.01	c #constraint: 1015
0.00/0.01	c #equal: 120
0.00/0.01	c intsize: 5
0.00/0.01	c sizeproduct: 0
0.00/0.01	c #soft: 0
0.00/0.01	c mincost: 0
0.00/0.01	c maxcost: 0
0.00/0.01	c sumcost: 0
0.00/0.01	c iteration_max: -1
0.00/0.01	c time_max: -1
0.00/0.01	c number_of_threads(move update): 2
0.00/0.01	c number_of_threads(move evaluation): 2
0.00/0.01	c seed: 2039957712
3600.10/1866.81	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503130-1751154322/watcher-4503130-1751154322 -o /tmp/evaluation-result-4503130-1751154322/solver-4503130-1751154322 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751145166-15172 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 2039957712 HOME/instance-4503130-1751154322.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100063 s]*
/proc/loadavg: 6.36 7.02 7.46 8/253 16961
/proc/meminfo: memFree=130341468/131382120 swapFree=33010684/33010684
[pid=16959] ppid=16956 vsize=81780 memory=7808 CPUtime=0.17 cores=0,2
/proc/16959/stat : 16959 (pb_competition_) R 16956 16959 15162 0 -1 4194304 1403 0 0 0 17 0 0 0 20 0 2 0 31111285 83742720 1952 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
/proc/16959/statm: 20445 1952 672 633 0 3411 0
[pid=16959/tid=16961] ppid=16956 vsize=81780 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/16959/task/16961/stat : 16961 (pb_competition_) R 16956 16959 15162 0 -1 4194368 138 0 0 0 8 0 0 0 20 0 2 0 31111285 83742720 1952 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 81780 KiB
Current children cumulated memory: 7808 KiB

[startup+0.213825 s]*
/proc/loadavg: 6.36 7.02 7.46 7/253 16961
/proc/meminfo: memFree=130341468/131382120 swapFree=33010684/33010684
[pid=16959] ppid=16956 vsize=81792 memory=7808 CPUtime=0.36 cores=0,2
/proc/16959/stat : 16959 (pb_competition_) R 16956 16959 15162 0 -1 4194304 1424 0 0 0 36 0 0 0 20 0 2 0 31111285 83755008 1952 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
/proc/16959/statm: 20448 1952 672 633 0 3414 0
[pid=16959/tid=16961] ppid=16956 vsize=81792 memory=664958721904869660 CPUtime=0.15 cores=0,2
/proc/16959/task/16961/stat : 16961 (pb_competition_) S 16956 16959 15162 0 -1 4194368 138 0 0 0 15 0 0 0 20 0 2 0 31111285 83755008 1952 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 81792 KiB
Current children cumulated memory: 7808 KiB

[startup+0.312172 s]*
/proc/loadavg: 6.36 7.02 7.46 8/253 16961
/proc/meminfo: memFree=130341468/131382120 swapFree=33010684/33010684
[pid=16959] ppid=16956 vsize=81800 memory=7936 CPUtime=0.52 cores=0,2
/proc/16959/stat : 16959 (pb_competition_) R 16956 16959 15162 0 -1 4194304 1433 0 0 0 51 1 0 0 20 0 2 0 31111285 83763200 1984 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
/proc/16959/statm: 20450 1984 672 633 0 3416 0
[pid=16959/tid=16961] ppid=16956 vsize=81800 memory=7971236690006785651 CPUtime=0.21 cores=0,2
/proc/16959/task/16961/stat : 16961 (pb_competition_) R 16956 16959 15162 0 -1 4194368 138 0 0 0 21 0 0 0 20 0 2 0 31111285 83763200 1984 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 81800 KiB
Current children cumulated memory: 7936 KiB

[startup+0.700212 s]
/proc/loadavg: 6.36 7.02 7.46 8/253 16961
/proc/meminfo: memFree=130341468/131382120 swapFree=33010684/33010684
[pid=16959] ppid=16956 vsize=81792 memory=7936 CPUtime=1.19 cores=0,2
/proc/16959/stat : 16959 (pb_competition_) R 16956 16959 15162 0 -1 4194304 1524 0 0 0 117 2 0 0 20 0 2 0 31111285 83755008 1984 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
/proc/16959/statm: 20448 1984 672 633 0 3414 0
[pid=16959/tid=16961] ppid=16956 vsize=81792 memory=17152 CPUtime=0.52 cores=0,2
/proc/16959/task/16961/stat : 16961 (pb_competition_) R 16956 16959 15162 0 -1 4194368 138 0 0 0 52 0 0 0 20 0 2 0 31111285 83755008 1984 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 81792 KiB
Current children cumulated memory: 7936 KiB

[startup+1.50013 s]
/proc/loadavg: 6.36 7.02 7.46 8/253 16961
/proc/meminfo: memFree=130341220/131382120 swapFree=33010684/33010684
[pid=16959] ppid=16956 vsize=82184 memory=8192 CPUtime=2.77 cores=0,2
/proc/16959/stat : 16959 (pb_competition_) R 16956 16959 15162 0 -1 4194304 2647 0 0 0 271 6 0 0 20 0 2 0 31111285 84156416 2048 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
/proc/16959/statm: 20546 2048 672 633 0 3512 0
[pid=16959/tid=16961] ppid=16956 vsize=82184 memory=17152 CPUtime=1.31 cores=0,2
/proc/16959/task/16961/stat : 16961 (pb_competition_) R 16956 16959 15162 0 -1 4194368 379 0 0 0 128 3 0 0 20 0 2 0 31111285 84156416 2048 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 82184 KiB
Current children cumulated memory: 8192 KiB

[startup+3.10445 s]
/proc/loadavg: 6.36 7.02 7.46 8/253 16961
/proc/meminfo: memFree=130341368/131382120 swapFree=33010684/33010684
[pid=16959] ppid=16956 vsize=82292 memory=8448 CPUtime=5.96 cores=0,2
/proc/16959/stat : 16959 (pb_competition_) R 16956 16959 15162 0 -1 4194304 3834 0 0 0 585 11 0 0 20 0 2 0 31111285 84267008 2112 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
/proc/16959/statm: 20573 2112 672 633 0 3539 0
[pid=16959/tid=16961] ppid=16956 vsize=82292 memory=8192 CPUtime=2.91 cores=0,2
/proc/16959/task/16961/stat : 16961 (pb_competition_) R 16956 16959 15162 0 -1 4194368 466 0 0 0 287 4 0 0 20 0 2 0 31111285 84267008 2112 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
Current children cumulated CPU time: 5.96 s
Current children cumulated vsize: 82292 KiB
Current children cumulated memory: 8448 KiB

[startup+6.30013 s]
/proc/loadavg: 6.41 7.02 7.46 8/253 16961
/proc/meminfo: memFree=130341368/131382120 swapFree=33010684/33010684
[pid=16959] ppid=16956 vsize=82780 memory=8704 CPUtime=12.3 cores=0,2
/proc/16959/stat : 16959 (pb_competition_) R 16956 16959 15162 0 -1 4194304 5065 0 0 0 1211 19 0 0 20 0 2 0 31111285 84766720 2176 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
/proc/16959/statm: 20695 2176 672 633 0 3661 0
[pid=16959/tid=16961] ppid=16956 vsize=82780 memory=17152 CPUtime=6.08 cores=0,2
/proc/16959/task/16961/stat : 16961 (pb_competition_) R 16956 16959 15162 0 -1 4194368 749 0 0 0 603 5 0 0 20 0 2 0 31111285 84766720 2176 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
Current children cumulated CPU time: 12.3 s
Current children cumulated vsize: 82780 KiB
Current children cumulated memory: 8704 KiB

[startup+12.7001 s]
/proc/loadavg: 6.46 7.02 7.46 8/253 16961
/proc/meminfo: memFree=130341472/131382120 swapFree=33010684/33010684
[pid=16959] ppid=16956 vsize=83012 memory=9088 CPUtime=25.02 cores=0,2
/proc/16959/stat : 16959 (pb_competition_) R 16956 16959 15162 0 -1 4194304 6541 0 0 0 2468 34 0 0 20 0 2 0 31111285 85004288 2272 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
/proc/16959/statm: 20753 2272 672 633 0 3719 0
[pid=16959/tid=16961] ppid=16956 vsize=83012 memory=8960 CPUtime=12.45 cores=0,2
/proc/16959/task/16961/stat : 16961 (pb_competition_) R 16956 16959 15162 0 -1 4194368 1288 0 0 0 1239 6 0 0 20 0 2 0 31111285 85004288 2272 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
Current children cumulated CPU time: 25.02 s
Current children cumulated vsize: 83012 KiB
Current children cumulated memory: 9088 KiB

[startup+25.5001 s]
/proc/loadavg: 6.65 7.03 7.45 8/253 16961
/proc/meminfo: memFree=130341236/131382120 swapFree=33010684/33010684
[pid=16959] ppid=16956 vsize=83372 memory=9472 CPUtime=50.34 cores=0,2
/proc/16959/stat : 16959 (pb_competition_) R 16956 16959 15162 0 -1 4194304 8873 0 0 0 4975 59 0 0 20 0 2 0 31111285 85372928 2368 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
/proc/16959/statm: 20843 2368 672 633 0 3809 0
[pid=16959/tid=16961] ppid=16956 vsize=83372 memory=9344 CPUtime=25.04 cores=0,2
/proc/16959/task/16961/stat : 16961 (pb_competition_) R 16956 16959 15162 0 -1 4194368 2056 0 0 0 2497 7 0 0 20 0 2 0 31111285 85372928 2368 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
Current children cumulated CPU time: 50.34 s
Current children cumulated vsize: 83372 KiB
Current children cumulated memory: 9472 KiB

[startup+51.1048 s]
/proc/loadavg: 6.85 7.05 7.45 8/254 16963
/proc/meminfo: memFree=130340616/131382120 swapFree=33010684/33010684
[pid=16959] ppid=16956 vsize=84384 memory=10212 CPUtime=100.72 cores=0,2
/proc/16959/stat : 16959 (pb_competition_) R 16956 16959 15162 0 -1 4194304 9435 0 0 0 9964 108 0 0 20 0 2 0 31111285 86409216 2553 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
/proc/16959/statm: 21096 2553 672 633 0 4062 0
[pid=16959/tid=16961] ppid=16956 vsize=84384 memory=17152 CPUtime=49.99 cores=0,2
/proc/16959/task/16961/stat : 16961 (pb_competition_) R 16956 16959 15162 0 -1 4194368 2100 0 0 0 4985 14 0 0 20 0 2 0 31111285 86409216 2553 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
Current children cumulated CPU time: 100.72 s
Current children cumulated vsize: 84384 KiB
Current children cumulated memory: 10212 KiB

[startup+102.3 s]
/proc/loadavg: 7.01 7.05 7.43 8/254 16964
/proc/meminfo: memFree=130340988/131382120 swapFree=33010684/33010684
[pid=16959] ppid=16956 vsize=85216 memory=11236 CPUtime=201.1 cores=0,2
/proc/16959/stat : 16959 (pb_competition_) R 16956 16959 15162 0 -1 4194304 12756 0 0 0 19927 183 0 0 20 0 2 0 31111285 87261184 2809 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
/proc/16959/statm: 21304 2809 672 633 0 4270 0
[pid=16959/tid=16961] ppid=16956 vsize=85216 memory=17152 CPUtime=99.53 cores=0,2
/proc/16959/task/16961/stat : 16961 (pb_competition_) R 16956 16959 15162 0 -1 4194368 2600 0 0 0 9927 26 0 0 20 0 2 0 31111285 87261184 2809 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
Current children cumulated CPU time: 201.1 s
Current children cumulated vsize: 85216 KiB
Current children cumulated memory: 11236 KiB

[startup+162.3 s]
/proc/loadavg: 7.01 7.04 7.40 8/254 16966
/proc/meminfo: memFree=130340420/131382120 swapFree=33010684/33010684
[pid=16959] ppid=16956 vsize=86752 memory=12120 CPUtime=318.4 cores=0,2
/proc/16959/stat : 16959 (pb_competition_) R 16956 16959 15162 0 -1 4194304 14416 0 0 0 31581 259 0 0 20 0 2 0 31111285 88834048 3030 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
/proc/16959/statm: 21688 3030 672 633 0 4654 0
[pid=16959/tid=16961] ppid=16956 vsize=86752 memory=11620 CPUtime=157.25 cores=0,2
/proc/16959/task/16961/stat : 16961 (pb_competition_) R 16956 16959 15162 0 -1 4194368 2686 0 0 0 15685 40 0 0 20 0 2 0 31111285 88834048 3030 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
Current children cumulated CPU time: 318.4 s
Current children cumulated vsize: 86752 KiB
Current children cumulated memory: 12120 KiB

[startup+222.3 s]
/proc/loadavg: 7.05 7.05 7.38 8/254 16968
/proc/meminfo: memFree=130339380/131382120 swapFree=33010684/33010684
[pid=16959] ppid=16956 vsize=87160 memory=12632 CPUtime=435.64 cores=0,2
/proc/16959/stat : 16959 (pb_competition_) R 16956 16959 15162 0 -1 4194304 17032 0 0 0 43243 321 0 0 20 0 2 0 31111285 89251840 3158 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
/proc/16959/statm: 21790 3158 672 633 0 4756 0
[pid=16959/tid=16961] ppid=16956 vsize=87160 memory=17152 CPUtime=214.96 cores=0,2
/proc/16959/task/16961/stat : 16961 (pb_competition_) R 16956 16959 15162 0 -1 4194368 3282 0 0 0 21444 52 0 0 20 0 2 0 31111285 89251840 3158 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
Current children cumulated CPU time: 435.64 s
Current children cumulated vsize: 87160 KiB
Current children cumulated memory: 12632 KiB

[startup+282.3 s]
/proc/loadavg: 7.72 7.24 7.42 9/255 16971
/proc/meminfo: memFree=130338888/131382120 swapFree=33010684/33010684
[pid=16959] ppid=16956 vsize=87664 memory=13144 CPUtime=552.77 cores=0,2
/proc/16959/stat : 16959 (pb_competition_) R 16956 16959 15162 0 -1 4194304 18549 0 0 0 54898 379 0 0 20 0 2 0 31111285 89767936 3286 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
/proc/16959/statm: 21916 3286 672 633 0 4882 0
[pid=16959/tid=16961] ppid=16956 vsize=87664 memory=13016 CPUtime=272.49 cores=0,2
/proc/16959/task/16961/stat : 16961 (pb_competition_) R 16956 16959 15162 0 -1 4194368 3517 0 0 0 27187 62 0 0 20 0 2 0 31111285 89767936 3286 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
Current children cumulated CPU time: 552.77 s
Current children cumulated vsize: 87664 KiB
Current children cumulated memory: 13144 KiB

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

/proc/meminfo: memFree=128102348/131382120 swapFree=33010684/33010684
[pid=16959] ppid=16956 vsize=92924 memory=17936 CPUtime=2402.86 cores=0,2
/proc/16959/stat : 16959 (pb_competition_) R 16956 16959 15162 0 -1 4194304 34255 0 0 0 239186 1100 0 0 20 0 2 0 31111285 95154176 4484 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
/proc/16959/statm: 23231 4484 672 633 0 6197 0
[pid=16959/tid=16961] ppid=16956 vsize=92924 memory=17936 CPUtime=1169.56 cores=0,2
/proc/16959/task/16961/stat : 16961 (pb_competition_) R 16956 16959 15162 0 -1 4194368 7456 0 0 0 116732 224 0 0 20 0 2 0 31111285 95154176 4484 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
Current children cumulated CPU time: 2402.86 s
Current children cumulated vsize: 92924 KiB
Current children cumulated memory: 17936 KiB

[startup+1302.3 s]
/proc/loadavg: 6.70 6.75 7.01 6/255 17174
/proc/meminfo: memFree=128101924/131382120 swapFree=33010684/33010684
[pid=16959] ppid=16956 vsize=93080 memory=18064 CPUtime=2518 cores=0,2
/proc/16959/stat : 16959 (pb_competition_) R 16956 16959 15162 0 -1 4194304 36475 0 0 0 250661 1139 0 0 20 0 2 0 31111285 95313920 4516 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
/proc/16959/statm: 23270 4516 672 633 0 6236 0
[pid=16959/tid=16961] ppid=16956 vsize=93080 memory=18064 CPUtime=1225.2 cores=0,2
/proc/16959/task/16961/stat : 16961 (pb_competition_) R 16956 16959 15162 0 -1 4194368 8326 0 0 0 122287 233 0 0 20 0 2 0 31111285 95313920 4516 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
Current children cumulated CPU time: 2518 s
Current children cumulated vsize: 93080 KiB
Current children cumulated memory: 18064 KiB

[startup+1362.3 s]
/proc/loadavg: 6.72 6.75 6.99 8/255 17177
/proc/meminfo: memFree=128111444/131382120 swapFree=33010684/33010684
[pid=16959] ppid=16956 vsize=93236 memory=18192 CPUtime=2633.2 cores=0,2
/proc/16959/stat : 16959 (pb_competition_) R 16956 16959 15162 0 -1 4194304 36523 0 0 0 262141 1179 0 0 20 0 2 0 31111285 95473664 4548 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
/proc/16959/statm: 23309 4548 672 633 0 6275 0
[pid=16959/tid=16961] ppid=16956 vsize=93236 memory=18064 CPUtime=1280.86 cores=0,2
/proc/16959/task/16961/stat : 16961 (pb_competition_) R 16956 16959 15162 0 -1 4194368 8326 0 0 0 127843 243 0 0 20 0 2 0 31111285 95473664 4548 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
Current children cumulated CPU time: 2633.2 s
Current children cumulated vsize: 93236 KiB
Current children cumulated memory: 18192 KiB

[startup+1422.3 s]
/proc/loadavg: 6.66 6.72 6.97 7/255 17179
/proc/meminfo: memFree=128122508/131382120 swapFree=33010684/33010684
[pid=16959] ppid=16956 vsize=93376 memory=18448 CPUtime=2748.27 cores=0,2
/proc/16959/stat : 16959 (pb_competition_) R 16956 16959 15162 0 -1 4194304 38822 0 0 0 273606 1221 0 0 20 0 2 0 31111285 95617024 4612 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
/proc/16959/statm: 23344 4612 672 633 0 6310 0
[pid=16959/tid=16961] ppid=16956 vsize=93376 memory=18064 CPUtime=1336.42 cores=0,2
/proc/16959/task/16961/stat : 16961 (pb_competition_) R 16956 16959 15162 0 -1 4194368 9087 0 0 0 133387 255 0 0 20 0 2 0 31111285 95617024 4612 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
Current children cumulated CPU time: 2748.27 s
Current children cumulated vsize: 93376 KiB
Current children cumulated memory: 18448 KiB

[startup+1482.3 s]
/proc/loadavg: 6.54 6.69 6.94 8/255 17181
/proc/meminfo: memFree=128129648/131382120 swapFree=33010684/33010684
[pid=16959] ppid=16956 vsize=93524 memory=18576 CPUtime=2862.95 cores=0,2
/proc/16959/stat : 16959 (pb_competition_) R 16956 16959 15162 0 -1 4194304 38874 0 0 0 285031 1264 0 0 20 0 2 0 31111285 95768576 4644 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
/proc/16959/statm: 23381 4644 672 633 0 6347 0
[pid=16959/tid=16961] ppid=16956 vsize=93524 memory=18448 CPUtime=1391.58 cores=0,2
/proc/16959/task/16961/stat : 16961 (pb_competition_) R 16956 16959 15162 0 -1 4194368 9087 0 0 0 138890 268 0 0 20 0 2 0 31111285 95768576 4644 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
Current children cumulated CPU time: 2862.95 s
Current children cumulated vsize: 93524 KiB
Current children cumulated memory: 18576 KiB

[startup+1542.3 s]
/proc/loadavg: 6.94 6.76 6.95 8/257 17187
/proc/meminfo: memFree=128136040/131382120 swapFree=33010684/33010684
[pid=16959] ppid=16956 vsize=93672 memory=18832 CPUtime=2978.12 cores=0,2
/proc/16959/stat : 16959 (pb_competition_) R 16956 16959 15162 0 -1 4194304 38909 0 0 0 296509 1303 0 0 20 0 2 0 31111285 95920128 4708 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
/proc/16959/statm: 23418 4708 672 633 0 6384 0
[pid=16959/tid=16961] ppid=16956 vsize=93672 memory=18832 CPUtime=1447.22 cores=0,2
/proc/16959/task/16961/stat : 16961 (pb_competition_) R 16956 16959 15162 0 -1 4194368 9087 0 0 0 144447 275 0 0 20 0 2 0 31111285 95920128 4708 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
Current children cumulated CPU time: 2978.12 s
Current children cumulated vsize: 93672 KiB
Current children cumulated memory: 18832 KiB

[startup+1602.3 s]
/proc/loadavg: 6.77 6.75 6.93 7/257 17189
/proc/meminfo: memFree=128136544/131382120 swapFree=33010684/33010684
[pid=16959] ppid=16956 vsize=93804 memory=18960 CPUtime=3093.37 cores=0,2
/proc/16959/stat : 16959 (pb_competition_) R 16956 16959 15162 0 -1 4194304 41285 0 0 0 307994 1343 0 0 20 0 2 0 31111285 96055296 4740 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
/proc/16959/statm: 23451 4740 672 633 0 6417 0
[pid=16959/tid=16961] ppid=16956 vsize=93804 memory=18832 CPUtime=1502.92 cores=0,2
/proc/16959/task/16961/stat : 16961 (pb_competition_) R 16956 16959 15162 0 -1 4194368 9843 0 0 0 150007 285 0 0 20 0 2 0 31111285 96055296 4740 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
Current children cumulated CPU time: 3093.37 s
Current children cumulated vsize: 93804 KiB
Current children cumulated memory: 18960 KiB

[startup+1662.3 s]
/proc/loadavg: 6.84 6.77 6.93 8/257 17195
/proc/meminfo: memFree=128109840/131382120 swapFree=33010684/33010684
[pid=16959] ppid=16956 vsize=93980 memory=19088 CPUtime=3208.4 cores=0,2
/proc/16959/stat : 16959 (pb_competition_) R 16956 16959 15162 0 -1 4194304 41323 0 0 0 319454 1386 0 0 20 0 2 0 31111285 96235520 4772 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
/proc/16959/statm: 23495 4772 672 633 0 6461 0
[pid=16959/tid=16961] ppid=16956 vsize=93980 memory=18832 CPUtime=1558.44 cores=0,2
/proc/16959/task/16961/stat : 16961 (pb_competition_) R 16956 16959 15162 0 -1 4194368 9843 0 0 0 155548 296 0 0 20 0 2 0 31111285 96235520 4772 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
Current children cumulated CPU time: 3208.4 s
Current children cumulated vsize: 93980 KiB
Current children cumulated memory: 19088 KiB

[startup+1722.3 s]
/proc/loadavg: 6.45 6.67 6.88 8/256 17197
/proc/meminfo: memFree=128128980/131382120 swapFree=33010684/33010684
[pid=16959] ppid=16956 vsize=93980 memory=19216 CPUtime=3323.28 cores=0,2
/proc/16959/stat : 16959 (pb_competition_) R 16956 16959 15162 0 -1 4194304 43749 0 0 0 330899 1429 0 0 20 0 2 0 31111285 96235520 4804 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
/proc/16959/statm: 23495 4804 672 633 0 6461 0
[pid=16959/tid=16961] ppid=16956 vsize=93980 memory=18832 CPUtime=1613.79 cores=0,2
/proc/16959/task/16961/stat : 16961 (pb_competition_) R 16956 16959 15162 0 -1 4194368 10741 0 0 0 161073 306 0 0 20 0 2 0 31111285 96235520 4804 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
Current children cumulated CPU time: 3323.28 s
Current children cumulated vsize: 93980 KiB
Current children cumulated memory: 19216 KiB

[startup+1782.3 s]
/proc/loadavg: 6.50 6.65 6.86 7/256 17199
/proc/meminfo: memFree=128132080/131382120 swapFree=33010684/33010684
[pid=16959] ppid=16956 vsize=94128 memory=19472 CPUtime=3438.19 cores=0,2
/proc/16959/stat : 16959 (pb_competition_) R 16956 16959 15162 0 -1 4194304 43804 0 0 0 342348 1471 0 0 20 0 2 0 31111285 96387072 4868 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
/proc/16959/statm: 23532 4868 672 633 0 6498 0
[pid=16959/tid=16961] ppid=16956 vsize=94128 memory=16352 CPUtime=1669.2 cores=0,2
/proc/16959/task/16961/stat : 16961 (pb_competition_) S 16956 16959 15162 0 -1 4194368 10741 0 0 0 166603 317 0 0 20 0 2 0 31111285 96387072 4868 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
Current children cumulated CPU time: 3438.19 s
Current children cumulated vsize: 94128 KiB
Current children cumulated memory: 19472 KiB

[startup+1842.3 s]
/proc/loadavg: 6.74 6.69 6.86 7/255 17201
/proc/meminfo: memFree=128120872/131382120 swapFree=33010684/33010684
[pid=16959] ppid=16956 vsize=94304 memory=19472 CPUtime=3553.22 cores=0,2
/proc/16959/stat : 16959 (pb_competition_) R 16956 16959 15162 0 -1 4194304 43855 0 0 0 353814 1508 0 0 20 0 2 0 31111285 96567296 4868 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
/proc/16959/statm: 23576 4868 672 633 0 6542 0
[pid=16959/tid=16961] ppid=16956 vsize=94304 memory=16352 CPUtime=1724.7 cores=0,2
/proc/16959/task/16961/stat : 16961 (pb_competition_) R 16956 16959 15162 0 -1 4194368 10744 0 0 0 172145 325 0 0 20 0 2 0 31111285 96567296 4868 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
Current children cumulated CPU time: 3553.22 s
Current children cumulated vsize: 94304 KiB
Current children cumulated memory: 19472 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1866.8 s]
/proc/loadavg: 6.78 6.70 6.86 7/255 17202
/proc/meminfo: memFree=128123964/131382120 swapFree=33010684/33010684
[pid=16959] ppid=16956 vsize=94304 memory=19472 CPUtime=3600.1 cores=0,2
/proc/16959/stat : 16959 (pb_competition_) R 16956 16959 15162 0 -1 4194304 44856 0 0 0 358489 1521 0 0 20 0 2 0 31111285 96567296 4868 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
/proc/16959/statm: 23576 4868 672 633 0 6542 0
[pid=16959/tid=16961] ppid=16956 vsize=94304 memory=245635481903 CPUtime=1747.25 cores=0,2
/proc/16959/task/16961/stat : 16961 (pb_competition_) R 16956 16959 15162 0 -1 4194368 11096 0 0 0 174397 328 0 0 20 0 2 0 31111285 96567296 4868 18446744073709551615 4198400 6788177 140732476361584 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 11005952 140732476365145 140732476365272 140732476365272 140732476370874 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 94304 KiB
Current children cumulated memory: 19472 KiB

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

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

# cumulated CPU time of all completed processes:  user=3584.92 s, system=15.2124 s

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

Child status: 0

Real time (s): 1866.82
CPU time (s): 3600.13
CPU user time (s): 3584.92
CPU system time (s): 15.2124
CPU usage (%): 192.849
Max. virtual memory (cumulated for all children) (KiB): 94304
Max. memory (cumulated for all children) (KiB): 19472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3584.92
system time used= 15.2124
maximum resident set size= 19472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45027
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= 40559
involuntary context switches= 36595


# summary of solver processes directly reported to runsolver:
#   pid: 16959
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3584.92
#   total CPU system time (s): 15.2124

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.27177 second user time and 8.14856 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-06-29 01:45:22
IDJOB=4503130
IDBENCH=155406
IDSOLVER=3347
FILE ID=nodeC008/4503130-1751154322
RUNJOBID= nodeC008-1751145166-15172
SLURM_JOB_ID= 9587445
Free space on /tmp= 433044 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB11/DEC-LIN/heinz/normalized-neos-820157.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-4503130-1751154322/watcher-4503130-1751154322 -o /tmp/evaluation-result-4503130-1751154322/solver-4503130-1751154322 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751145166-15172 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 2039957712 HOME/instance-4503130-1751154322.opb

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

MD5SUM BENCH= 9baf2ba48863e92d1cef7cf6d2cd6be7
RANDOM SEED=2039957712

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        130341420 kB
MemAvailable:   129953564 kB
Buffers:            3280 kB
Cached:           390576 kB
SwapCached:            0 kB
Active:           289972 kB
Inactive:         192428 kB
Active(anon):     106500 kB
Inactive(anon):        0 kB
Active(file):     183472 kB
Inactive(file):   192428 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5236 kB
Writeback:             4 kB
AnonPages:         91656 kB
Mapped:           110496 kB
Shmem:             17956 kB
KReclaimable:      84264 kB
Slab:             162492 kB
SReclaimable:      84264 kB
SUnreclaim:        78228 kB
KernelStack:        4096 kB
PageTables:         3116 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     442280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 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:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433016 MiB
End job on nodeC008 at 2025-06-29 02:16:29