Trace number 4499072

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 NameAnswerobjective functionCPU timeWall clock time
PRINTEMPS 2025-05-28? (TO) 3600.09 2005.65

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx49.opb
MD5SUMbb00c8681178995acecbc2b6e4ec1a1a
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/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 benchmark2410.16
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2130
Total number of constraints2495
Number of constraints which are clauses2125
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints320
Minimum length of a constraint2
Maximum length of a constraint320
Number of terms in the objective function 5
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 5
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 636
Number of bits of the biggest sum of numbers10
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.02	c #variable: 2130
0.00/0.02	c #constraint: 2495
0.00/0.02	c #equal: 49
0.00/0.02	c intsize: 10
0.00/0.02	c sizeproduct: 0
0.00/0.02	c #soft: 0
0.00/0.02	c mincost: 0
0.00/0.02	c maxcost: 0
0.00/0.02	c sumcost: 0
0.00/0.02	c iteration_max: -1
0.00/0.02	c time_max: -1
0.00/0.02	c number_of_threads(move update): 2
0.00/0.02	c number_of_threads(move evaluation): 2
0.00/0.02	c seed: 16240880
3600.02/2005.62	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 (59195 MiB free)
  memory of node 1: 64507 MiB (47423 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4499072-1751398082/watcher-4499072-1751398082 -o /tmp/evaluation-result-4499072-1751398082/solver-4499072-1751398082 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751395822-56306 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 16240880 HOME/instance-4499072-1751398082.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=56890, runsolver pid=56887

[startup+0.100064 s]*
/proc/loadavg: 5.40 5.70 5.80 7/267 56892
/proc/meminfo: memFree=109160632/131249988 swapFree=33010160/33010684
[pid=56890] ppid=56887 vsize=89432 memory=17536 CPUtime=0.13 cores=4,6
/proc/56890/stat : 56890 (pb_competition_) S 56887 56890 56290 0 -1 4194304 3892 0 0 0 13 0 0 0 20 0 2 0 55487099 91578368 4384 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
/proc/56890/statm: 22358 4384 672 633 0 5848 0
[pid=56890/tid=56892] ppid=56887 vsize=89432 memory=4026531960 CPUtime=0.05 cores=4,6
/proc/56890/task/56892/stat : 56892 (pb_competition_) R 56887 56890 56290 0 -1 4194368 661 0 0 0 5 0 0 0 20 0 2 0 55487099 91578368 4384 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 89432 KiB
Current children cumulated memory: 17536 KiB

[startup+0.205642 s]*
/proc/loadavg: 5.40 5.70 5.80 7/267 56892
/proc/meminfo: memFree=109160632/131249988 swapFree=33010160/33010684
[pid=56890] ppid=56887 vsize=89696 memory=17664 CPUtime=0.33 cores=4,6
/proc/56890/stat : 56890 (pb_competition_) S 56887 56890 56290 0 -1 4194304 3938 0 0 0 33 0 0 0 20 0 2 0 55487099 91848704 4416 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
/proc/56890/statm: 22424 4416 672 633 0 5914 0
[pid=56890/tid=56892] ppid=56887 vsize=89696 memory=4208735117501333788 CPUtime=0.14 cores=4,6
/proc/56890/task/56892/stat : 56892 (pb_competition_) R 56887 56890 56290 0 -1 4194368 661 0 0 0 14 0 0 0 20 0 2 0 55487099 91848704 4416 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 89696 KiB
Current children cumulated memory: 17664 KiB

[startup+0.305633 s]*
/proc/loadavg: 5.40 5.70 5.80 6/267 56892
/proc/meminfo: memFree=109160632/131249988 swapFree=33010160/33010684
[pid=56890] ppid=56887 vsize=89612 memory=17920 CPUtime=0.48 cores=4,6
/proc/56890/stat : 56890 (pb_competition_) R 56887 56890 56290 0 -1 4194304 3991 0 0 0 48 0 0 0 20 0 2 0 55487099 91762688 4480 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
/proc/56890/statm: 22403 4480 672 633 0 5893 0
[pid=56890/tid=56892] ppid=56887 vsize=89612 memory=7971521459223085682 CPUtime=0.2 cores=4,6
/proc/56890/task/56892/stat : 56892 (pb_competition_) R 56887 56890 56290 0 -1 4194368 661 0 0 0 20 0 0 0 20 0 2 0 55487099 91762688 4480 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 89612 KiB
Current children cumulated memory: 17920 KiB

[startup+0.700215 s]
/proc/loadavg: 5.40 5.70 5.80 6/267 56892
/proc/meminfo: memFree=109160128/131249988 swapFree=33010160/33010684
[pid=56890] ppid=56887 vsize=90168 memory=18432 CPUtime=1.17 cores=4,6
/proc/56890/stat : 56890 (pb_competition_) R 56887 56890 56290 0 -1 4194304 4192 0 0 0 116 1 0 0 20 0 2 0 55487099 92332032 4608 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
/proc/56890/statm: 22542 4608 672 633 0 6032 0
[pid=56890/tid=56892] ppid=56887 vsize=90168 memory=18432 CPUtime=0.51 cores=4,6
/proc/56890/task/56892/stat : 56892 (pb_competition_) R 56887 56890 56290 0 -1 4194368 661 0 0 0 51 0 0 0 20 0 2 0 55487099 92332032 4608 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 90168 KiB
Current children cumulated memory: 18432 KiB

[startup+1.5002 s]
/proc/loadavg: 5.40 5.70 5.80 7/267 56892
/proc/meminfo: memFree=109159876/131249988 swapFree=33010160/33010684
[pid=56890] ppid=56887 vsize=90620 memory=18816 CPUtime=2.66 cores=4,6
/proc/56890/stat : 56890 (pb_competition_) R 56887 56890 56290 0 -1 4194304 7329 0 0 0 264 2 0 0 20 0 2 0 55487099 92794880 4704 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
/proc/56890/statm: 22655 4704 672 633 0 6145 0
[pid=56890/tid=56892] ppid=56887 vsize=90620 memory=18432 CPUtime=1.2 cores=4,6
/proc/56890/task/56892/stat : 56892 (pb_competition_) S 56887 56890 56290 0 -1 4194368 1271 0 0 0 120 0 0 0 20 0 2 0 55487099 92794880 4704 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 1 0 0 -1 4 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 90620 KiB
Current children cumulated memory: 18816 KiB

[startup+3.10544 s]
/proc/loadavg: 5.40 5.70 5.80 7/267 56892
/proc/meminfo: memFree=109158892/131249988 swapFree=33010160/33010684
[pid=56890] ppid=56887 vsize=91340 memory=19472 CPUtime=5.67 cores=4,6
/proc/56890/stat : 56890 (pb_competition_) R 56887 56890 56290 0 -1 4194304 12625 0 0 0 561 6 0 0 20 0 2 0 55487099 93532160 4868 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
/proc/56890/statm: 22835 4868 672 633 0 6325 0
[pid=56890/tid=56892] ppid=56887 vsize=91340 memory=18932 CPUtime=2.63 cores=4,6
/proc/56890/task/56892/stat : 56892 (pb_competition_) S 56887 56890 56290 0 -1 4194368 2053 0 0 0 262 1 0 0 20 0 2 0 55487099 93532160 4868 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 1 0 0 -1 4 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
Current children cumulated CPU time: 5.67 s
Current children cumulated vsize: 91340 KiB
Current children cumulated memory: 19472 KiB

[startup+6.3002 s]
/proc/loadavg: 5.45 5.71 5.80 7/267 56892
/proc/meminfo: memFree=109158136/131249988 swapFree=33010160/33010684
[pid=56890] ppid=56887 vsize=92116 memory=20368 CPUtime=11.59 cores=4,6
/proc/56890/stat : 56890 (pb_competition_) R 56887 56890 56290 0 -1 4194304 16344 0 0 0 1148 11 0 0 20 0 2 0 55487099 94326784 5092 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
/proc/56890/statm: 23029 5092 672 633 0 6519 0
[pid=56890/tid=56892] ppid=56887 vsize=92116 memory=18432 CPUtime=5.38 cores=4,6
/proc/56890/task/56892/stat : 56892 (pb_competition_) R 56887 56890 56290 0 -1 4194368 3181 0 0 0 536 2 0 0 20 0 2 0 55487099 94326784 5092 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
Current children cumulated CPU time: 11.59 s
Current children cumulated vsize: 92116 KiB
Current children cumulated memory: 20368 KiB

[startup+12.7002 s]
/proc/loadavg: 5.49 5.71 5.80 7/267 56892
/proc/meminfo: memFree=109157884/131249988 swapFree=33010160/33010684
[pid=56890] ppid=56887 vsize=93636 memory=21400 CPUtime=23.55 cores=4,6
/proc/56890/stat : 56890 (pb_competition_) R 56887 56890 56290 0 -1 4194304 20355 0 0 0 2337 18 0 0 20 0 2 0 55487099 95883264 5350 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
/proc/56890/statm: 23409 5350 672 633 0 6899 0
[pid=56890/tid=56892] ppid=56887 vsize=93636 memory=21272 CPUtime=11.02 cores=4,6
/proc/56890/task/56892/stat : 56892 (pb_competition_) R 56887 56890 56290 0 -1 4194368 4236 0 0 0 1098 4 0 0 20 0 2 0 55487099 95883264 5350 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
Current children cumulated CPU time: 23.55 s
Current children cumulated vsize: 93636 KiB
Current children cumulated memory: 21400 KiB

[startup+25.5002 s]
/proc/loadavg: 5.49 5.71 5.80 7/267 56893
/proc/meminfo: memFree=109157884/131249988 swapFree=33010160/33010684
[pid=56890] ppid=56887 vsize=94576 memory=22552 CPUtime=47.26 cores=4,6
/proc/56890/stat : 56890 (pb_competition_) R 56887 56890 56290 0 -1 4194304 27352 0 0 0 4693 33 0 0 20 0 2 0 55487099 96845824 5638 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
/proc/56890/statm: 23644 5638 672 633 0 7134 0
[pid=56890/tid=56892] ppid=56887 vsize=94576 memory=22296 CPUtime=22.07 cores=4,6
/proc/56890/task/56892/stat : 56892 (pb_competition_) R 56887 56890 56290 0 -1 4194368 6195 0 0 0 2198 9 0 0 20 0 2 0 55487099 96845824 5638 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
Current children cumulated CPU time: 47.26 s
Current children cumulated vsize: 94576 KiB
Current children cumulated memory: 22552 KiB

[startup+51.1055 s]
/proc/loadavg: 5.58 5.70 5.79 7/267 56893
/proc/meminfo: memFree=109150472/131249988 swapFree=33010160/33010684
[pid=56890] ppid=56887 vsize=97024 memory=24048 CPUtime=94.6 cores=4,6
/proc/56890/stat : 56890 (pb_competition_) R 56887 56890 56290 0 -1 4194304 32672 0 0 0 9400 60 0 0 20 0 2 0 55487099 99352576 6012 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
/proc/56890/statm: 24256 6012 672 633 0 7746 0
[pid=56890/tid=56892] ppid=56887 vsize=97024 memory=18432 CPUtime=44.11 cores=4,6
/proc/56890/task/56892/stat : 56892 (pb_competition_) R 56887 56890 56290 0 -1 4194368 7976 0 0 0 4392 19 0 0 20 0 2 0 55487099 99352576 6012 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
Current children cumulated CPU time: 94.6 s
Current children cumulated vsize: 97024 KiB
Current children cumulated memory: 24048 KiB

[startup+102.3 s]
/proc/loadavg: 5.88 5.77 5.81 7/267 56895
/proc/meminfo: memFree=109143004/131249988 swapFree=33010160/33010684
[pid=56890] ppid=56887 vsize=98272 memory=25712 CPUtime=188.38 cores=4,6
/proc/56890/stat : 56890 (pb_competition_) R 56887 56890 56290 0 -1 4194304 37713 0 0 0 18737 101 0 0 20 0 2 0 55487099 100630528 6428 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
/proc/56890/statm: 24568 6428 672 633 0 8058 0
[pid=56890/tid=56892] ppid=56887 vsize=98272 memory=18432 CPUtime=87.23 cores=4,6
/proc/56890/task/56892/stat : 56892 (pb_competition_) R 56887 56890 56290 0 -1 4194368 9289 0 0 0 8691 32 0 0 20 0 2 0 55487099 100630528 6428 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
Current children cumulated CPU time: 188.38 s
Current children cumulated vsize: 98272 KiB
Current children cumulated memory: 25712 KiB

[startup+162.3 s]
/proc/loadavg: 5.63 5.72 5.79 7/267 56897
/proc/meminfo: memFree=109143192/131249988 swapFree=33010160/33010684
[pid=56890] ppid=56887 vsize=99204 memory=27120 CPUtime=297.17 cores=4,6
/proc/56890/stat : 56890 (pb_competition_) R 56887 56890 56290 0 -1 4194304 43451 0 0 0 29580 137 0 0 20 0 2 0 55487099 101584896 6780 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
/proc/56890/statm: 24801 6780 672 633 0 8291 0
[pid=56890/tid=56892] ppid=56887 vsize=99204 memory=5632 CPUtime=136.61 cores=4,6
/proc/56890/task/56892/stat : 56892 (pb_competition_) R 56887 56890 56290 0 -1 4194368 10684 0 0 0 13617 44 0 0 20 0 2 0 55487099 101584896 6780 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
Current children cumulated CPU time: 297.17 s
Current children cumulated vsize: 99204 KiB
Current children cumulated memory: 27120 KiB

[startup+222.3 s]
/proc/loadavg: 5.75 5.74 5.80 6/268 56904
/proc/meminfo: memFree=109137688/131249988 swapFree=33010160/33010684
[pid=56890] ppid=56887 vsize=102596 memory=28708 CPUtime=405.06 cores=4,6
/proc/56890/stat : 56890 (pb_competition_) R 56887 56890 56290 0 -1 4194304 45629 0 0 0 40334 172 0 0 20 0 2 0 55487099 105058304 7177 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
/proc/56890/statm: 25649 7177 672 633 0 9139 0
[pid=56890/tid=56892] ppid=56887 vsize=102596 memory=28324 CPUtime=185.09 cores=4,6
/proc/56890/task/56892/stat : 56892 (pb_competition_) R 56887 56890 56290 0 -1 4194368 10856 0 0 0 18456 53 0 0 20 0 2 0 55487099 105058304 7177 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
Current children cumulated CPU time: 405.06 s
Current children cumulated vsize: 102596 KiB
Current children cumulated memory: 28708 KiB

[startup+282.3 s]
/proc/loadavg: 5.81 5.75 5.80 6/268 56906
/proc/meminfo: memFree=109129724/131249988 swapFree=33010160/33010684
[pid=56890] ppid=56887 vsize=103328 memory=29348 CPUtime=512.27 cores=4,6
/proc/56890/stat : 56890 (pb_competition_) R 56887 56890 56290 0 -1 4194304 47592 0 0 0 51023 204 0 0 20 0 2 0 55487099 105807872 7337 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
/proc/56890/statm: 25832 7337 672 633 0 9322 0
[pid=56890/tid=56892] ppid=56887 vsize=103328 memory=29220 CPUtime=232.89 cores=4,6
/proc/56890/task/56892/stat : 56892 (pb_competition_) R 56887 56890 56290 0 -1 4194368 10889 0 0 0 23228 61 0 0 20 0 2 0 55487099 105807872 7337 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
Current children cumulated CPU time: 512.27 s
Current children cumulated vsize: 103328 KiB

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

/proc/meminfo: memFree=109128440/131249988 swapFree=33010160/33010684
[pid=56890] ppid=56887 vsize=107664 memory=35816 CPUtime=2444.16 cores=4,6
/proc/56890/stat : 56890 (pb_competition_) R 56887 56890 56290 0 -1 4194304 60061 0 0 0 243784 632 0 0 20 0 2 0 55487099 110247936 8954 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
/proc/56890/statm: 26916 8954 672 633 0 10406 0
[pid=56890/tid=56892] ppid=56887 vsize=107664 memory=35816 CPUtime=1095.61 cores=4,6
/proc/56890/task/56892/stat : 56892 (pb_competition_) R 56887 56890 56290 0 -1 4194368 12068 0 0 0 109386 175 0 0 20 0 2 0 55487099 110247936 8954 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
Current children cumulated CPU time: 2444.16 s
Current children cumulated vsize: 107664 KiB
Current children cumulated memory: 35816 KiB

[startup+1422.3 s]
/proc/loadavg: 6.43 5.98 5.87 8/267 57050
/proc/meminfo: memFree=109137540/131249988 swapFree=33010160/33010684
[pid=56890] ppid=56887 vsize=107832 memory=35816 CPUtime=2551.39 cores=4,6
/proc/56890/stat : 56890 (pb_competition_) R 56887 56890 56290 0 -1 4194304 61568 0 0 0 254483 656 0 0 20 0 2 0 55487099 110419968 8954 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
/proc/56890/statm: 26958 8954 672 633 0 10448 0
[pid=56890/tid=56892] ppid=56887 vsize=107832 memory=35816 CPUtime=1143.49 cores=4,6
/proc/56890/task/56892/stat : 56892 (pb_competition_) S 56887 56890 56290 0 -1 4194368 12176 0 0 0 114166 183 0 0 20 0 2 0 55487099 110419968 8954 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 1 0 0 -1 4 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
Current children cumulated CPU time: 2551.39 s
Current children cumulated vsize: 107832 KiB
Current children cumulated memory: 35816 KiB

[startup+1482.3 s]
/proc/loadavg: 6.51 6.09 5.92 8/269 57058
/proc/meminfo: memFree=109114896/131249988 swapFree=33010160/33010684
[pid=56890] ppid=56887 vsize=107964 memory=35944 CPUtime=2658.41 cores=4,6
/proc/56890/stat : 56890 (pb_competition_) R 56887 56890 56290 0 -1 4194304 61620 0 0 0 265165 676 0 0 20 0 2 0 55487099 110555136 8986 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
/proc/56890/statm: 26991 8986 672 633 0 10481 0
[pid=56890/tid=56892] ppid=56887 vsize=107964 memory=14444 CPUtime=1191.13 cores=4,6
/proc/56890/task/56892/stat : 56892 (pb_competition_) R 56887 56890 56290 0 -1 4194368 12176 0 0 0 118923 190 0 0 20 0 2 0 55487099 110555136 8986 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
Current children cumulated CPU time: 2658.41 s
Current children cumulated vsize: 107964 KiB
Current children cumulated memory: 35944 KiB

[startup+1542.3 s]
/proc/loadavg: 6.54 6.18 5.96 8/268 57060
/proc/meminfo: memFree=109117308/131249988 swapFree=33010160/33010684
[pid=56890] ppid=56887 vsize=107964 memory=36072 CPUtime=2765.64 cores=4,6
/proc/56890/stat : 56890 (pb_competition_) R 56887 56890 56290 0 -1 4194304 63188 0 0 0 275870 694 0 0 20 0 2 0 55487099 110555136 9018 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
/proc/56890/statm: 26991 9018 672 633 0 10481 0
[pid=56890/tid=56892] ppid=56887 vsize=107964 memory=14444 CPUtime=1238.96 cores=4,6
/proc/56890/task/56892/stat : 56892 (pb_competition_) R 56887 56890 56290 0 -1 4194368 12310 0 0 0 123701 195 0 0 20 0 2 0 55487099 110555136 9018 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
Current children cumulated CPU time: 2765.64 s
Current children cumulated vsize: 107964 KiB
Current children cumulated memory: 36072 KiB

[startup+1602.3 s]
/proc/loadavg: 6.48 6.22 5.99 8/268 57062
/proc/meminfo: memFree=109116688/131249988 swapFree=33010160/33010684
[pid=56890] ppid=56887 vsize=108248 memory=36328 CPUtime=2872.15 cores=4,6
/proc/56890/stat : 56890 (pb_competition_) R 56887 56890 56290 0 -1 4194304 63270 0 0 0 286501 714 0 0 20 0 2 0 55487099 110845952 9082 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
/proc/56890/statm: 27062 9082 672 633 0 10552 0
[pid=56890/tid=56892] ppid=56887 vsize=108248 memory=36072 CPUtime=1286.13 cores=4,6
/proc/56890/task/56892/stat : 56892 (pb_competition_) R 56887 56890 56290 0 -1 4194368 12311 0 0 0 128412 201 0 0 20 0 2 0 55487099 110845952 9082 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
Current children cumulated CPU time: 2872.15 s
Current children cumulated vsize: 108248 KiB
Current children cumulated memory: 36328 KiB

[startup+1662.3 s]
/proc/loadavg: 6.27 6.20 6.00 8/268 57064
/proc/meminfo: memFree=109112156/131249988 swapFree=33010160/33010684
[pid=56890] ppid=56887 vsize=108420 memory=36456 CPUtime=2979.57 cores=4,6
/proc/56890/stat : 56890 (pb_competition_) R 56887 56890 56290 0 -1 4194304 63306 0 0 0 297226 731 0 0 20 0 2 0 55487099 111022080 9114 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
/proc/56890/statm: 27105 9114 672 633 0 10595 0
[pid=56890/tid=56892] ppid=56887 vsize=108420 memory=36072 CPUtime=1334.16 cores=4,6
/proc/56890/task/56892/stat : 56892 (pb_competition_) R 56887 56890 56290 0 -1 4194368 12311 0 0 0 133209 207 0 0 20 0 2 0 55487099 111022080 9114 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
Current children cumulated CPU time: 2979.57 s
Current children cumulated vsize: 108420 KiB
Current children cumulated memory: 36456 KiB

[startup+1722.3 s]
/proc/loadavg: 6.58 6.29 6.04 8/268 57066
/proc/meminfo: memFree=109117544/131249988 swapFree=33010160/33010684
[pid=56890] ppid=56887 vsize=108420 memory=36456 CPUtime=3087.26 cores=4,6
/proc/56890/stat : 56890 (pb_competition_) R 56887 56890 56290 0 -1 4194304 64453 0 0 0 307976 750 0 0 20 0 2 0 55487099 111022080 9114 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
/proc/56890/statm: 27105 9114 672 633 0 10595 0
[pid=56890/tid=56892] ppid=56887 vsize=108420 memory=36072 CPUtime=1382.49 cores=4,6
/proc/56890/task/56892/stat : 56892 (pb_competition_) S 56887 56890 56290 0 -1 4194368 12478 0 0 0 138037 212 0 0 20 0 2 0 55487099 111022080 9114 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
Current children cumulated CPU time: 3087.26 s
Current children cumulated vsize: 108420 KiB
Current children cumulated memory: 36456 KiB

[startup+1782.3 s]
/proc/loadavg: 6.15 6.23 6.04 8/267 57068
/proc/meminfo: memFree=109116992/131249988 swapFree=33010160/33010684
[pid=56890] ppid=56887 vsize=108560 memory=36584 CPUtime=3194.92 cores=4,6
/proc/56890/stat : 56890 (pb_competition_) R 56887 56890 56290 0 -1 4194304 65687 0 0 0 318723 769 0 0 20 0 2 0 55487099 111165440 9146 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
/proc/56890/statm: 27140 9146 672 633 0 10630 0
[pid=56890/tid=56892] ppid=56887 vsize=108560 memory=36584 CPUtime=1430.84 cores=4,6
/proc/56890/task/56892/stat : 56892 (pb_competition_) S 56887 56890 56290 0 -1 4194368 12503 0 0 0 142866 218 0 0 20 0 2 0 55487099 111165440 9146 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 1 0 0 -1 4 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
Current children cumulated CPU time: 3194.92 s
Current children cumulated vsize: 108560 KiB
Current children cumulated memory: 36584 KiB

[startup+1842.3 s]
/proc/loadavg: 6.32 6.27 6.06 8/269 57212
/proc/meminfo: memFree=109162068/131249988 swapFree=33010160/33010684
[pid=56890] ppid=56887 vsize=114016 memory=38860 CPUtime=3303.33 cores=4,6
/proc/56890/stat : 56890 (pb_competition_) R 56887 56890 56290 0 -1 4194304 66033 0 0 0 329541 792 0 0 20 0 2 0 55487099 116752384 9715 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
/proc/56890/statm: 28504 9715 672 633 0 11994 0
[pid=56890/tid=56892] ppid=56887 vsize=114016 memory=38860 CPUtime=1479.82 cores=4,6
/proc/56890/task/56892/stat : 56892 (pb_competition_) R 56887 56890 56290 0 -1 4194368 12503 0 0 0 147756 226 0 0 20 0 2 0 55487099 116752384 9715 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
Current children cumulated CPU time: 3303.33 s
Current children cumulated vsize: 114016 KiB
Current children cumulated memory: 38860 KiB

[startup+1902.3 s]
/proc/loadavg: 6.35 6.29 6.09 7/270 57215
/proc/meminfo: memFree=109132324/131249988 swapFree=33010160/33010684
[pid=56890] ppid=56887 vsize=114016 memory=38988 CPUtime=3412.11 cores=4,6
/proc/56890/stat : 56890 (pb_competition_) R 56887 56890 56290 0 -1 4194304 67309 0 0 0 340402 809 0 0 20 0 2 0 55487099 116752384 9747 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
/proc/56890/statm: 28504 9747 672 633 0 11994 0
[pid=56890/tid=56892] ppid=56887 vsize=114016 memory=38860 CPUtime=1529.19 cores=4,6
/proc/56890/task/56892/stat : 56892 (pb_competition_) S 56887 56890 56290 0 -1 4194368 12526 0 0 0 152690 229 0 0 20 0 2 0 55487099 116752384 9747 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
Current children cumulated CPU time: 3412.11 s
Current children cumulated vsize: 114016 KiB
Current children cumulated memory: 38988 KiB

[startup+1962.3 s]
/proc/loadavg: 6.50 6.35 6.12 6/270 57217
/proc/meminfo: memFree=109130368/131249988 swapFree=33010160/33010684
[pid=56890] ppid=56887 vsize=114168 memory=39116 CPUtime=3521.3 cores=4,6
/proc/56890/stat : 56890 (pb_competition_) R 56887 56890 56290 0 -1 4194304 67344 0 0 0 351306 824 0 0 20 0 2 0 55487099 116908032 9779 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
/proc/56890/statm: 28542 9779 672 633 0 12032 0
[pid=56890/tid=56892] ppid=56887 vsize=114168 memory=39116 CPUtime=1579 cores=4,6
/proc/56890/task/56892/stat : 56892 (pb_competition_) R 56887 56890 56290 0 -1 4194368 12526 0 0 0 157665 235 0 0 20 0 2 0 55487099 116908032 9779 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
Current children cumulated CPU time: 3521.3 s
Current children cumulated vsize: 114168 KiB
Current children cumulated memory: 39116 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2005.6 s]
/proc/loadavg: 6.48 6.36 6.13 8/270 57230
/proc/meminfo: memFree=109130508/131249988 swapFree=33010160/33010684
[pid=56890] ppid=56887 vsize=114168 memory=39244 CPUtime=3600.02 cores=4,6
/proc/56890/stat : 56890 (pb_competition_) R 56887 56890 56290 0 -1 4194304 68655 0 0 0 359167 835 0 0 20 0 2 0 55487099 116908032 9811 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
/proc/56890/statm: 28542 9811 672 633 0 12032 0
[pid=56890/tid=56892] ppid=56887 vsize=114168 memory=39244 CPUtime=1614.82 cores=4,6
/proc/56890/task/56892/stat : 56892 (pb_competition_) R 56887 56890 56290 0 -1 4194368 12735 0 0 0 161243 239 0 0 20 0 2 0 55487099 116908032 9811 18446744073709551615 4198400 6788177 140725345612368 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 25501696 140725345614171 140725345614296 140725345614296 140725345619898 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 114168 KiB
Current children cumulated memory: 39244 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.73 s, system=8.35721 s

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

Child status: 0

Real time (s): 2005.65
CPU time (s): 3600.09
CPU user time (s): 3591.73
CPU system time (s): 8.35721
CPU usage (%): 179.497
Max. virtual memory (cumulated for all children) (KiB): 114168
Max. memory (cumulated for all children) (KiB): 39244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.73
system time used= 8.35721
maximum resident set size= 43832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68816
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= 27354
involuntary context switches= 43847


# summary of solver processes directly reported to runsolver:
#   pid: 56890
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3591.73
#   total CPU system time (s): 8.35721

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.44514 second user time and 9.79247 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-07-01 21:28:02
IDJOB=4499072
IDBENCH=148770
IDSOLVER=3347
FILE ID=nodeC034/4499072-1751398082
RUNJOBID= nodeC034-1751395822-56306
SLURM_JOB_ID= 9598267
Free space on /tmp= 433040 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx49.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-4499072-1751398082/watcher-4499072-1751398082 -o /tmp/evaluation-result-4499072-1751398082/solver-4499072-1751398082 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751395822-56306 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 16240880 HOME/instance-4499072-1751398082.opb

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

MD5SUM BENCH= bb00c8681178995acecbc2b6e4ec1a1a
RANDOM SEED=16240880

nodeC034 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.728
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.53
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.757
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.53
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.377
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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        109177768 kB
MemAvailable:   129598628 kB
Buffers:            2128 kB
Cached:         21161464 kB
SwapCached:           36 kB
Active:           607180 kB
Inactive:       20721368 kB
Active(anon):     178816 kB
Inactive(anon):     4208 kB
Active(file):     428364 kB
Inactive(file): 20717160 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5272 kB
Writeback:             0 kB
AnonPages:        168020 kB
Mapped:           112188 kB
Shmem:             18068 kB
KReclaimable:     228752 kB
Slab:             319552 kB
SReclaimable:     228752 kB
SUnreclaim:        90800 kB
KernelStack:        4320 kB
PageTables:         3260 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     518628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     83968 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:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433032 MiB
End job on nodeC034 at 2025-07-01 22:01:28