Trace number 4504641

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
ExactPR 2025-06-01? (TO) 3602.34 3614.24

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat50_6_9_0_mh.opb
MD5SUM1805785d49293ee7708f7a2cbbe3381b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4336688
Best CPU time to get the best result obtained on this benchmark71257.4
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129900
Biggest coefficient in the objective function 145531576
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 65051092014
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 145531576
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 65051092014
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

7.25/7.39	c 610311 constraints
7.25/7.39	c after presolve  3734113
9.84/10.00	c Finish cloning data from SAT to LS
9.84/10.00	c intsize: 36
69.95/70.28	c Use LS-small
69.95/70.28	o 457121557
69.95/70.28	o 32492077
69.95/70.28	o 32128781
69.95/70.28	o 12599545
69.95/70.28	o 12100937
69.95/70.28	o 12076052
69.95/70.28	o 11387957
69.95/70.28	o 11311563
69.95/70.28	o 11303187
69.95/70.28	o 11245389
69.95/70.28	o 11212937
69.95/70.28	o 11117096
69.95/70.28	o 11074647
69.95/70.28	o 10980313
69.95/70.28	o 6320386
69.95/70.28	o 6284198
69.95/70.28	o 6143176
69.95/70.28	o 6129282
69.95/70.28	o 6082460
69.95/70.28	o 6020303
69.95/70.28	o 5853605
69.95/70.28	o 5266630
69.95/70.28	o 5070669
69.95/70.28	o 5007787
69.95/70.28	o 4956909
69.95/70.28	o 4942131
69.95/70.28	o 4938771
69.95/70.28	c SAT by LS-small
69.95/70.28	o 4938771

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 (62443 MiB free)
  memory of node 1: 64465 MiB (59402 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4504641-1751442412/watcher-4504641-1751442412 -o /tmp/evaluation-result-4504641-1751442412/solver-4504641-1751442412 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751442346-59363 --watchdog 3760 ./ExactPR --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4504641-1751442412.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=59468, runsolver pid=59465

[startup+0.100066 s]*
/proc/loadavg: 3.01 1.65 1.30 5/249 59469
/proc/meminfo: memFree=124665336/131382120 swapFree=33010160/33010684
[pid=59468] ppid=59465 vsize=173948 memory=128860 CPUtime=0.09 cores=0,2
/proc/59468/stat : 59468 (ExactPR) R 59465 59468 59353 0 -1 4194304 7799 0 0 0 5 4 0 0 20 0 1 0 59920419 178122752 32215 18446744073709551615 94290451460096 94290460759941 140723002218544 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94290462546240 94290462585320 94290496114688 140723002227077 140723002227212 140723002227212 140723002232814 0
/proc/59468/statm: 43487 32215 1600 2271 0 38125 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 173948 KiB
Current children cumulated memory: 128860 KiB

[startup+0.210249 s]*
/proc/loadavg: 3.01 1.65 1.30 5/249 59469
/proc/meminfo: memFree=124647632/131382120 swapFree=33010160/33010684
[pid=59468] ppid=59465 vsize=202320 memory=160736 CPUtime=0.2 cores=0,2
/proc/59468/stat : 59468 (ExactPR) R 59465 59468 59353 0 -1 4194304 14158 0 0 0 13 7 0 0 20 0 1 0 59920419 207175680 40184 18446744073709551615 94290451460096 94290460759941 140723002218544 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94290462546240 94290462585320 94290496114688 140723002227077 140723002227212 140723002227212 140723002232814 0
/proc/59468/statm: 50580 40184 1600 2271 0 45218 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 202320 KiB
Current children cumulated memory: 160736 KiB

[startup+0.310071 s]*
/proc/loadavg: 3.01 1.65 1.30 5/249 59469
/proc/meminfo: memFree=124619596/131382120 swapFree=33010160/33010684
[pid=59468] ppid=59465 vsize=229128 memory=187228 CPUtime=0.29 cores=0,2
/proc/59468/stat : 59468 (ExactPR) R 59465 59468 59353 0 -1 4194304 19258 0 0 0 21 8 0 0 20 0 1 0 59920419 234627072 46807 18446744073709551615 94290451460096 94290460759941 140723002218544 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94290462546240 94290462585320 94290496114688 140723002227077 140723002227212 140723002227212 140723002232814 0
/proc/59468/statm: 57282 46807 1600 2271 0 51920 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 229128 KiB
Current children cumulated memory: 187228 KiB

[startup+0.700303 s]
/proc/loadavg: 3.01 1.65 1.30 6/249 59469
/proc/meminfo: memFree=124575304/131382120 swapFree=33010160/33010684
[pid=59468] ppid=59465 vsize=283040 memory=244552 CPUtime=0.67 cores=0,2
/proc/59468/stat : 59468 (ExactPR) R 59465 59468 59353 0 -1 4194304 32980 0 0 0 55 12 0 0 20 0 1 0 59920419 289832960 61138 18446744073709551615 94290451460096 94290460759941 140723002218544 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94290462546240 94290462585320 94290496114688 140723002227077 140723002227212 140723002227212 140723002232814 0
/proc/59468/statm: 70760 61138 1632 2271 0 65398 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 283040 KiB
Current children cumulated memory: 244552 KiB

[startup+1.50031 s]
/proc/loadavg: 3.09 1.69 1.31 5/249 59469
/proc/meminfo: memFree=124469800/131382120 swapFree=33010160/33010684
[pid=59468] ppid=59465 vsize=315464 memory=287548 CPUtime=1.47 cores=0,2
/proc/59468/stat : 59468 (ExactPR) R 59465 59468 59353 0 -1 4194304 40675 0 0 0 132 15 0 0 20 0 1 0 59920419 323035136 71887 18446744073709551615 94290451460096 94290460759941 140723002218544 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94290462546240 94290462585320 94290496114688 140723002227077 140723002227212 140723002227212 140723002232814 0
/proc/59468/statm: 78866 71887 1632 2271 0 73504 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 315464 KiB
Current children cumulated memory: 287548 KiB

[startup+3.11273 s]
/proc/loadavg: 3.09 1.69 1.31 5/249 59469
/proc/meminfo: memFree=124286360/131382120 swapFree=33010160/33010684
[pid=59468] ppid=59465 vsize=523456 memory=462020 CPUtime=3.08 cores=0,2
/proc/59468/stat : 59468 (ExactPR) R 59465 59468 59353 0 -1 4194304 73118 0 0 0 284 24 0 0 20 0 1 0 59920419 536018944 115505 18446744073709551615 94290451460096 94290460759941 140723002218544 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94290462546240 94290462585320 94290496114688 140723002227077 140723002227212 140723002227212 140723002232814 0
/proc/59468/statm: 130864 115505 1632 2271 0 125502 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 523456 KiB
Current children cumulated memory: 462020 KiB

[startup+6.30031 s]
/proc/loadavg: 3.16 1.73 1.33 5/249 59469
/proc/meminfo: memFree=123245556/131382120 swapFree=33010160/33010684
[pid=59468] ppid=59465 vsize=1617884 memory=1434440 CPUtime=6.26 cores=0,2
/proc/59468/stat : 59468 (ExactPR) R 59465 59468 59353 0 -1 4194304 183801 0 0 0 564 62 0 0 20 0 1 0 59920419 1656713216 358578 18446744073709551615 94290451460096 94290460759941 140723002218544 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94290462546240 94290462585320 94290496114688 140723002227077 140723002227212 140723002227212 140723002232814 0
/proc/59468/statm: 404471 358578 1792 2271 0 399109 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1617884 KiB
Current children cumulated memory: 1434440 KiB

[startup+12.7003 s]
/proc/loadavg: 3.23 1.77 1.34 5/249 59469
/proc/meminfo: memFree=120403680/131382120 swapFree=33010160/33010684
[pid=59468] ppid=59465 vsize=4305940 memory=3926052 CPUtime=12.64 cores=0,2
/proc/59468/stat : 59468 (ExactPR) R 59465 59468 59353 0 -1 4194304 674541 0 0 0 1116 148 0 0 20 0 1 0 59920419 4409282560 981513 18446744073709551615 94290451460096 94290460759941 140723002218544 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94290462546240 94290462585320 94290496114688 140723002227077 140723002227212 140723002227212 140723002232814 0
/proc/59468/statm: 1076485 981513 1824 2271 0 1071123 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 4305940 KiB
Current children cumulated memory: 3926052 KiB

[startup+25.5003 s]
/proc/loadavg: 3.35 1.84 1.37 5/249 59469
/proc/meminfo: memFree=120307492/131382120 swapFree=33010160/33010684
[pid=59468] ppid=59465 vsize=4305940 memory=3927332 CPUtime=25.4 cores=0,2
/proc/59468/stat : 59468 (ExactPR) R 59465 59468 59353 0 -1 4194304 674830 0 0 0 2381 159 0 0 20 0 1 0 59920419 4409282560 981833 18446744073709551615 94290451460096 94290460759941 140723002218544 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94290462546240 94290462585320 94290496114688 140723002227077 140723002227212 140723002227212 140723002232814 0
/proc/59468/statm: 1076485 981833 1856 2271 0 1071123 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 4305940 KiB
Current children cumulated memory: 3927332 KiB

[startup+51.1127 s]
/proc/loadavg: 3.61 2.05 1.46 5/249 59470
/proc/meminfo: memFree=119860356/131382120 swapFree=33010160/33010684
[pid=59468] ppid=59465 vsize=4305940 memory=3927588 CPUtime=50.93 cores=0,2
/proc/59468/stat : 59468 (ExactPR) R 59465 59468 59353 0 -1 4194304 675018 0 0 0 4918 175 0 0 20 0 1 0 59920419 4409282560 981897 18446744073709551615 94290451460096 94290460759941 140723002218544 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94290462546240 94290462585320 94290496114688 140723002227077 140723002227212 140723002227212 140723002232814 0
/proc/59468/statm: 1076485 981897 1856 2271 0 1071123 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 4305940 KiB
Current children cumulated memory: 3927588 KiB

[startup+102.3 s]
/proc/loadavg: 3.88 2.37 1.60 5/249 59516
/proc/meminfo: memFree=117670140/131382120 swapFree=33010160/33010684
[pid=59468] ppid=59465 vsize=4695556 memory=4222924 CPUtime=101.94 cores=0,2
/proc/59468/stat : 59468 (ExactPR) R 59465 59468 59353 0 -1 4194304 718700 0 0 0 9992 202 0 0 20 0 1 0 59920419 4808249344 1055731 18446744073709551615 94290451460096 94290460759941 140723002218544 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94290462546240 94290462585320 94290496114688 140723002227077 140723002227212 140723002227212 140723002232814 0
/proc/59468/statm: 1173889 1055731 1856 2271 0 1168527 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 4695556 KiB
Current children cumulated memory: 4222924 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 2.70 1.76 5/249 59518
/proc/meminfo: memFree=116063924/131382120 swapFree=33010160/33010684
[pid=59468] ppid=59465 vsize=4890476 memory=4522428 CPUtime=161.75 cores=0,2
/proc/59468/stat : 59468 (ExactPR) R 59465 59468 59353 0 -1 4194304 767722 0 0 0 15961 214 0 0 20 0 1 0 59920419 5007847424 1130607 18446744073709551615 94290451460096 94290460759941 140723002218544 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94290462546240 94290462585320 94290496114688 140723002227077 140723002227212 140723002227212 140723002232814 0
/proc/59468/statm: 1222619 1130607 1856 2271 0 1217257 0
Current children cumulated CPU time: 161.75 s
Current children cumulated vsize: 4890476 KiB
Current children cumulated memory: 4522428 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 2.95 1.91 5/249 59520
/proc/meminfo: memFree=114811900/131382120 swapFree=33010160/33010684
[pid=59468] ppid=59465 vsize=5688184 memory=5140872 CPUtime=221.56 cores=0,2
/proc/59468/stat : 59468 (ExactPR) R 59465 59468 59353 0 -1 4194304 852005 0 0 0 21909 247 0 0 20 0 1 0 59920419 5824700416 1285218 18446744073709551615 94290451460096 94290460759941 140723002218544 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94290462546240 94290462585320 94290496114688 140723002227077 140723002227212 140723002227212 140723002232814 0
/proc/59468/statm: 1422046 1285218 1856 2271 0 1416684 0
Current children cumulated CPU time: 221.56 s
Current children cumulated vsize: 5688184 KiB
Current children cumulated memory: 5140872 KiB

[startup+282.3 s]
/proc/loadavg: 4.03 3.15 2.04 5/249 59522
/proc/meminfo: memFree=114213008/131382120 swapFree=33010160/33010684
[pid=59468] ppid=59465 vsize=5688184 memory=5141896 CPUtime=281.35 cores=0,2
/proc/59468/stat : 59468 (ExactPR) R 59465 59468 59353 0 -1 4194304 852538 0 0 0 27888 247 0 0 20 0 1 0 59920419 5824700416 1285474 18446744073709551615 94290451460096 94290460759941 140723002218544 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94290462546240 94290462585320 94290496114688 140723002227077 140723002227212 140723002227212 140723002232814 0
/proc/59468/statm: 1422046 1285474 1856 2271 0 1416684 0
Current children cumulated CPU time: 281.35 s
Current children cumulated vsize: 5688184 KiB
Current children cumulated memory: 5141896 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 3.33 2.18 5/250 59526
/proc/meminfo: memFree=113841348/131382120 swapFree=33010160/33010684
[pid=59468] ppid=59465 vsize=5872560 memory=5518364 CPUtime=341.16 cores=0,2
/proc/59468/stat : 59468 (ExactPR) R 59465 59468 59353 0 -1 4194304 900047 0 0 0 33855 261 0 0 20 0 1 0 59920419 6013501440 1379591 18446744073709551615 94290451460096 94290460759941 140723002218544 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94290462546240 94290462585320 94290496114688 140723002227077 140723002227212 140723002227212 140723002232814 0
/proc/59468/statm: 1468140 1379591 1856 2271 0 1462778 0
Current children cumulated CPU time: 341.16 s
Current children cumulated vsize: 5872560 KiB
Current children cumulated memory: 5518364 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 3.47 2.30 5/250 59528
/proc/meminfo: memFree=113572568/131382120 swapFree=33010160/33010684
[pid=59468] ppid=59465 vsize=6613352 memory=5656744 CPUtime=400.97 cores=0,2
/proc/59468/stat : 59468 (ExactPR) R 59465 59468 59353 0 -1 4194304 913101 0 0 0 39811 286 0 0 20 0 1 0 59920419 6772072448 1414186 18446744073709551615 94290451460096 94290460759941 140723002218544 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94290462546240 94290462585320 94290496114688 140723002227077 140723002227212 140723002227212 140723002232814 0
/proc/59468/statm: 1653338 1414186 1856 2271 0 1647976 0
Current children cumulated CPU time: 400.97 s
Current children cumulated vsize: 6613352 KiB
Current children cumulated memory: 5656744 KiB

[startup+462.3 s]
/proc/loadavg: 4.07 3.59 2.41 5/251 59533
/proc/meminfo: memFree=112072148/131382120 swapFree=33010160/33010684
[pid=59468] ppid=59465 vsize=7486124 memory=6956832 CPUtime=460.77 cores=0,2
/proc/59468/stat : 59468 (ExactPR) R 59465 59468 59353 0 -1 4194304 1091923 0 0 0 45744 333 0 0 20 0 1 0 59920419 7665790976 1739208 18446744073709551615 94290451460096 94290460759941 140723002218544 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94290462546240 94290462585320 94290496114688 140723002227077 140723002227212 140723002227212 140723002232814 0
/proc/59468/statm: 1871531 1739208 1856 2271 0 1866169 0

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

[startup+3042.3 s]
/proc/loadavg: 4.11 4.14 4.09 6/250 59662
/proc/meminfo: memFree=105133196/131382120 swapFree=33010160/33010684
[pid=59468] ppid=59465 vsize=10140008 memory=9111396 CPUtime=3032.28 cores=0,2
/proc/59468/stat : 59468 (ExactPR) R 59465 59468 59353 0 -1 4194304 1406043 0 0 0 302697 531 0 0 20 0 1 0 59920419 10383368192 2277849 18446744073709551615 94290451460096 94290460759941 140723002218544 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94290462546240 94290462585320 94290496114688 140723002227077 140723002227212 140723002227212 140723002232814 0
/proc/59468/statm: 2535002 2277849 1856 2271 0 2529640 0
Current children cumulated CPU time: 3032.28 s
Current children cumulated vsize: 10140008 KiB
Current children cumulated memory: 9111396 KiB

[startup+3102.3 s]
/proc/loadavg: 4.07 4.13 4.09 5/250 59664
/proc/meminfo: memFree=105117568/131382120 swapFree=33010160/33010684
[pid=59468] ppid=59465 vsize=10140008 memory=9111396 CPUtime=3092.07 cores=0,2
/proc/59468/stat : 59468 (ExactPR) R 59465 59468 59353 0 -1 4194304 1406981 0 0 0 308675 532 0 0 20 0 1 0 59920419 10383368192 2277849 18446744073709551615 94290451460096 94290460759941 140723002218544 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94290462546240 94290462585320 94290496114688 140723002227077 140723002227212 140723002227212 140723002232814 0
/proc/59468/statm: 2535002 2277849 1856 2271 0 2529640 0
Current children cumulated CPU time: 3092.07 s
Current children cumulated vsize: 10140008 KiB
Current children cumulated memory: 9111396 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.11 4.09 5/250 59666
/proc/meminfo: memFree=105062912/131382120 swapFree=33010160/33010684
[pid=59468] ppid=59465 vsize=10151744 memory=9140968 CPUtime=3151.88 cores=0,2
/proc/59468/stat : 59468 (ExactPR) R 59465 59468 59353 0 -1 4194304 1414353 0 0 0 314651 537 0 0 20 0 1 0 59920419 10395385856 2285242 18446744073709551615 94290451460096 94290460759941 140723002218544 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94290462546240 94290462585320 94290496114688 140723002227077 140723002227212 140723002227212 140723002232814 0
/proc/59468/statm: 2537936 2285242 1856 2271 0 2532574 0
Current children cumulated CPU time: 3151.88 s
Current children cumulated vsize: 10151744 KiB
Current children cumulated memory: 9140968 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/250 59668
/proc/meminfo: memFree=105069700/131382120 swapFree=33010160/33010684
[pid=59468] ppid=59465 vsize=10151744 memory=9140968 CPUtime=3211.68 cores=0,2
/proc/59468/stat : 59468 (ExactPR) R 59465 59468 59353 0 -1 4194304 1414810 0 0 0 320630 538 0 0 20 0 1 0 59920419 10395385856 2285242 18446744073709551615 94290451460096 94290460759941 140723002218544 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94290462546240 94290462585320 94290496114688 140723002227077 140723002227212 140723002227212 140723002232814 0
/proc/59468/statm: 2537936 2285242 1856 2271 0 2532574 0
Current children cumulated CPU time: 3211.68 s
Current children cumulated vsize: 10151744 KiB
Current children cumulated memory: 9140968 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/250 59670
/proc/meminfo: memFree=105059604/131382120 swapFree=33010160/33010684
[pid=59468] ppid=59465 vsize=10151744 memory=9140968 CPUtime=3271.49 cores=0,2
/proc/59468/stat : 59468 (ExactPR) R 59465 59468 59353 0 -1 4194304 1415721 0 0 0 326609 540 0 0 20 0 1 0 59920419 10395385856 2285242 18446744073709551615 94290451460096 94290460759941 140723002218544 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94290462546240 94290462585320 94290496114688 140723002227077 140723002227212 140723002227212 140723002232814 0
/proc/59468/statm: 2537936 2285242 1856 2271 0 2532574 0
Current children cumulated CPU time: 3271.49 s
Current children cumulated vsize: 10151744 KiB
Current children cumulated memory: 9140968 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/250 59672
/proc/meminfo: memFree=105049456/131382120 swapFree=33010160/33010684
[pid=59468] ppid=59465 vsize=10151744 memory=9140968 CPUtime=3331.29 cores=0,2
/proc/59468/stat : 59468 (ExactPR) R 59465 59468 59353 0 -1 4194304 1416573 0 0 0 332588 541 0 0 20 0 1 0 59920419 10395385856 2285242 18446744073709551615 94290451460096 94290460759941 140723002218544 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94290462546240 94290462585320 94290496114688 140723002227077 140723002227212 140723002227212 140723002232814 0
/proc/59468/statm: 2537936 2285242 1856 2271 0 2532574 0
Current children cumulated CPU time: 3331.29 s
Current children cumulated vsize: 10151744 KiB
Current children cumulated memory: 9140968 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/250 59674
/proc/meminfo: memFree=105042524/131382120 swapFree=33010160/33010684
[pid=59468] ppid=59465 vsize=10151744 memory=9140968 CPUtime=3391.08 cores=0,2
/proc/59468/stat : 59468 (ExactPR) R 59465 59468 59353 0 -1 4194304 1417816 0 0 0 338566 542 0 0 20 0 1 0 59920419 10395385856 2285242 18446744073709551615 94290451460096 94290460759941 140723002218544 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94290462546240 94290462585320 94290496114688 140723002227077 140723002227212 140723002227212 140723002232814 0
/proc/59468/statm: 2537936 2285242 1856 2271 0 2532574 0
Current children cumulated CPU time: 3391.08 s
Current children cumulated vsize: 10151744 KiB
Current children cumulated memory: 9140968 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/250 59678
/proc/meminfo: memFree=105000424/131382120 swapFree=33010160/33010684
[pid=59468] ppid=59465 vsize=10151744 memory=9140968 CPUtime=3450.88 cores=0,2
/proc/59468/stat : 59468 (ExactPR) R 59465 59468 59353 0 -1 4194304 1418418 0 0 0 344545 543 0 0 20 0 1 0 59920419 10395385856 2285242 18446744073709551615 94290451460096 94290460759941 140723002218544 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94290462546240 94290462585320 94290496114688 140723002227077 140723002227212 140723002227212 140723002232814 0
/proc/59468/statm: 2537936 2285242 1856 2271 0 2532574 0
Current children cumulated CPU time: 3450.88 s
Current children cumulated vsize: 10151744 KiB
Current children cumulated memory: 9140968 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.12 4.10 5/250 59685
/proc/meminfo: memFree=104883484/131382120 swapFree=33010160/33010684
[pid=59468] ppid=59465 vsize=10266796 memory=9223144 CPUtime=3510.69 cores=0,2
/proc/59468/stat : 59468 (ExactPR) R 59465 59468 59353 0 -1 4194304 1440205 0 0 0 350519 550 0 0 20 0 1 0 59920419 10513199104 2305786 18446744073709551615 94290451460096 94290460759941 140723002218544 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94290462546240 94290462585320 94290496114688 140723002227077 140723002227212 140723002227212 140723002232814 0
/proc/59468/statm: 2566699 2305786 1856 2271 0 2561337 0
Current children cumulated CPU time: 3510.69 s
Current children cumulated vsize: 10266796 KiB
Current children cumulated memory: 9223144 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/252 59779
/proc/meminfo: memFree=115374036/131382120 swapFree=33010160/33010684
[pid=59468] ppid=59465 vsize=10578776 memory=9791852 CPUtime=3570.49 cores=0,2
/proc/59468/stat : 59468 (ExactPR) R 59465 59468 59353 0 -1 4194304 1513197 0 0 0 356478 571 0 0 20 0 1 0 59920419 10832666624 2447963 18446744073709551615 94290451460096 94290460759941 140723002218544 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94290462546240 94290462585320 94290496114688 140723002227077 140723002227212 140723002227212 140723002232814 0
/proc/59468/statm: 2644694 2447963 1856 2271 0 2639332 0
Current children cumulated CPU time: 3570.49 s
Current children cumulated vsize: 10578776 KiB
Current children cumulated memory: 9791852 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612 s]*
/proc/loadavg: 4.14 4.12 4.09 5/252 59781
/proc/meminfo: memFree=114975136/131382120 swapFree=33010160/33010684
[pid=59468] ppid=59465 vsize=12696444 memory=10110600 CPUtime=3600.1 cores=0,2
/proc/59468/stat : 59468 (ExactPR) R 59465 59468 59353 0 -1 4194304 1551832 0 0 0 359378 632 0 0 20 0 1 0 59920419 13001158656 2527650 18446744073709551615 94290451460096 94290460759941 140723002218544 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94290462546240 94290462585320 94290496114688 140723002227077 140723002227212 140723002227212 140723002232814 0
/proc/59468/statm: 3174111 2527650 1856 2271 0 3168749 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 12696444 KiB
Current children cumulated memory: 10110600 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+3614.24 s]
# the end of solver process 59468 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3595.78 s, system=6.55796 s

Solver just ended.
Dumping a history of the last processes samples

[startup+3612.8 s]
/proc/loadavg: 4.14 4.12 4.09 5/252 59781
/proc/meminfo: memFree=114975136/131382120 swapFree=33010160/33010684
[pid=59468] ppid=59465 vsize=12696444 memory=10110600 CPUtime=3600.89 cores=0,2
/proc/59468/stat : 59468 (ExactPR) R 59465 59468 59353 0 -1 4194304 1552600 0 0 0 359457 632 0 0 20 0 1 0 59920419 13001158656 2527650 18446744073709551615 94290451460096 94290460759941 140723002218544 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94290462546240 94290462585320 94290496114688 140723002227077 140723002227212 140723002227212 140723002232814 0
/proc/59468/statm: 3174111 2527650 1856 2271 0 3168749 0
Current children cumulated CPU time: 3600.89 s
Current children cumulated vsize: 12696444 KiB
Current children cumulated memory: 10110600 KiB

[startup+3613.6 s]
/proc/loadavg: 4.14 4.12 4.09 5/252 59781
/proc/meminfo: memFree=114967324/131382120 swapFree=33010160/33010684
[pid=59468] ppid=59465 vsize=12696444 memory=10110600 CPUtime=3601.69 cores=0,2
/proc/59468/stat : 59468 (ExactPR) R 59465 59468 59353 0 -1 4194304 1552600 0 0 0 359537 632 0 0 20 0 1 0 59920419 13001158656 2527650 18446744073709551615 94290451460096 94290460759941 140723002218544 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94290462546240 94290462585320 94290496114688 140723002227077 140723002227212 140723002227212 140723002232814 0
/proc/59468/statm: 3174111 2527650 1856 2271 0 3168749 0
Current children cumulated CPU time: 3601.69 s
Current children cumulated vsize: 12696444 KiB
Current children cumulated memory: 10110600 KiB

[startup+3614 s]*
/proc/loadavg: 4.14 4.12 4.09 5/252 59781
/proc/meminfo: memFree=114967324/131382120 swapFree=33010160/33010684
[pid=59468] ppid=59465 vsize=12696444 memory=10112676 CPUtime=3602.1 cores=0,2
/proc/59468/stat : 59468 (ExactPR) R 59465 59468 59353 0 -1 4194304 1552601 0 0 0 359578 632 0 0 20 0 1 0 59920419 13001158656 2528169 18446744073709551615 94290451460096 94290460759941 140723002218544 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94290462546240 94290462585320 94290496114688 140723002227077 140723002227212 140723002227212 140723002232814 0
/proc/59468/statm: 3174111 2528169 1856 2271 0 3168749 0
Current children cumulated CPU time: 3602.1 s
Current children cumulated vsize: 12696444 KiB
Current children cumulated memory: 10112676 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3614.24
CPU time (s): 3602.34
CPU user time (s): 3595.78
CPU system time (s): 6.55796
CPU usage (%): 99.6707
Max. virtual memory (cumulated for all children) (KiB): 15281456
Max. memory (cumulated for all children) (KiB): 12459656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.78
system time used= 6.55796
maximum resident set size= 12576392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1552601
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= 118
involuntary context switches= 7984


# summary of solver processes directly reported to runsolver:
#   pid: 59468
#   total CPU time (s): 3602.34
#   total CPU user time (s): 3595.78
#   total CPU system time (s): 6.55796

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.4562 second user time and 33.1949 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-07-02 09:46:53
IDJOB=4504641
IDBENCH=155668
IDSOLVER=3324
FILE ID=nodeC008/4504641-1751442412
RUNJOBID= nodeC008-1751442346-59363
SLURM_JOB_ID= 9598411
Free space on /tmp= 432736 MiB

SOLVER NAME= ExactPR 2025-06-01
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Multihop/normalized-minisat50_6_9_0_mh.opb
COMMAND LINE= ./ExactPR --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4504641-1751442412/watcher-4504641-1751442412 -o /tmp/evaluation-result-4504641-1751442412/solver-4504641-1751442412 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751442346-59363 --watchdog 3760  ./ExactPR --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4504641-1751442412.opb

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

MD5SUM BENCH= 1805785d49293ee7708f7a2cbbe3381b
RANDOM SEED=1136628016

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		: 1197.343
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		: 3691.382
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.216
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		: 3700.000
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		: 3662.288
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		: 3691.414
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		: 3700.000
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		: 3700.000
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:        124770892 kB
MemAvailable:   125468064 kB
Buffers:            2144 kB
Cached:          1494160 kB
SwapCached:           16 kB
Active:          4698120 kB
Inactive:        1275620 kB
Active(anon):    4458728 kB
Inactive(anon):    36628 kB
Active(file):     239392 kB
Inactive(file):  1238992 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             37804 kB
Writeback:             4 kB
AnonPages:       4480540 kB
Mapped:           114388 kB
Shmem:             17920 kB
KReclaimable:     116832 kB
Slab:             200844 kB
SReclaimable:     116832 kB
SUnreclaim:        84012 kB
KernelStack:        4016 kB
PageTables:        11940 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    5227432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149352 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1353728 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= 432728 MiB
End job on nodeC008 at 2025-07-02 10:47:07