Trace number 4542204

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SynLSCD-PS 2025-06-01? (TO) 3602.13 3611.35

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height38_pigeons37_holes36.opb
MD5SUM883a1a775d6309f3a96fbb0c62b71064
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark366.876
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1040520
Total number of constraints61390
Number of constraints which are clauses31085
Number of constraints which are cardinality constraints (but not clauses)27302
Number of constraints which are nor clauses,nor cardinality constraints3003
Minimum length of a constraint36
Maximum length of a constraint41
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 44
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.37/1.41	c #vars 1040520 #constraints 61390 0.0589993 1
21.92/22.01	c 61390 constraints
21.92/22.01	c Finish cloning data from SAT to LS
21.92/22.01	c restart_num_ls  -100000 0
81.85/82.19	c Use LS-small
81.85/82.19	c update_LS_target_phase-runLS
3600.07/3609.30	c Program interrupted by user.
3600.07/3609.30	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: 63708 MiB (62150 MiB free)
  memory of node 1: 64465 MiB (51038 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542204-1753214667/watcher-4542204-1753214667 -o /tmp/evaluation-result-4542204-1753214667/solver-4542204-1753214667 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1753211019-191860 --watchdog 3760 SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4542204-1753214667.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=192344, runsolver pid=192341

[startup+0.100063 s]*
/proc/loadavg: 4.19 4.13 4.06 5/265 192345
/proc/meminfo: memFree=115653228/131250000 swapFree=33010160/33010684
[pid=192344] ppid=192341 vsize=364740 memory=264148 CPUtime=0.09 cores=5,7
/proc/192344/stat : 192344 (SynLSCD-PS) R 192341 192344 191847 0 -1 4194304 10959 0 0 0 3 6 0 0 20 0 1 0 237144317 373493760 66037 18446744073709551615 94813491449856 94813493884857 140729569673504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94813494365432 94813494398464 94813510197248 140729569675614 140729569675750 140729569675750 140729569681354 0
/proc/192344/statm: 91185 66037 2176 595 0 75852 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 364740 KiB
Current children cumulated memory: 264148 KiB

[startup+0.2056 s]*
/proc/loadavg: 4.19 4.13 4.06 5/265 192345
/proc/meminfo: memFree=115420456/131250000 swapFree=33010160/33010684
[pid=192344] ppid=192341 vsize=594372 memory=495700 CPUtime=0.19 cores=5,7
/proc/192344/stat : 192344 (SynLSCD-PS) R 192341 192344 191847 0 -1 4194304 12126 0 0 0 9 10 0 0 20 0 1 0 237144317 608636928 123925 18446744073709551615 94813491449856 94813493884857 140729569673504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94813494365432 94813494398464 94813510197248 140729569675614 140729569675750 140729569675750 140729569681354 0
/proc/192344/statm: 148593 123925 2176 595 0 133260 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 594372 KiB
Current children cumulated memory: 495700 KiB

[startup+0.305553 s]*
/proc/loadavg: 4.19 4.13 4.06 5/265 192345
/proc/meminfo: memFree=115282024/131250000 swapFree=33010160/33010684
[pid=192344] ppid=192341 vsize=668856 memory=595708 CPUtime=0.29 cores=5,7
/proc/192344/stat : 192344 (SynLSCD-PS) R 192341 192344 191847 0 -1 4194304 19825 0 0 0 17 12 0 0 20 0 1 0 237144317 684908544 148927 18446744073709551615 94813491449856 94813493884857 140729569673504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94813494365432 94813494398464 94813510197248 140729569675614 140729569675750 140729569675750 140729569681354 0
/proc/192344/statm: 167214 148927 2208 595 0 151881 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 668856 KiB
Current children cumulated memory: 595708 KiB

[startup+0.700165 s]
/proc/loadavg: 4.19 4.13 4.06 5/265 192345
/proc/meminfo: memFree=115173600/131250000 swapFree=33010160/33010684
[pid=192344] ppid=192341 vsize=803872 memory=734960 CPUtime=0.68 cores=5,7
/proc/192344/stat : 192344 (SynLSCD-PS) R 192341 192344 191847 0 -1 4194304 54022 0 0 0 50 18 0 0 20 0 1 0 237144317 823164928 183740 18446744073709551615 94813491449856 94813493884857 140729569673504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94813494365432 94813494398464 94813510197248 140729569675614 140729569675750 140729569675750 140729569681354 0
/proc/192344/statm: 200968 183740 2208 595 0 185635 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 803872 KiB
Current children cumulated memory: 734960 KiB

[startup+1.50016 s]
/proc/loadavg: 4.19 4.13 4.06 5/265 192345
/proc/meminfo: memFree=114879828/131250000 swapFree=33010160/33010684
[pid=192344] ppid=192341 vsize=1054760 memory=994276 CPUtime=1.48 cores=5,7
/proc/192344/stat : 192344 (SynLSCD-PS) R 192341 192344 191847 0 -1 4194304 115710 0 0 0 119 29 0 0 20 0 1 0 237144317 1080074240 248569 18446744073709551615 94813491449856 94813493884857 140729569673504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94813494365432 94813494398464 94813510197248 140729569675614 140729569675750 140729569675750 140729569681354 0
/proc/192344/statm: 263690 248569 2272 595 0 248357 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1054760 KiB
Current children cumulated memory: 994276 KiB

[startup+3.10539 s]
/proc/loadavg: 4.18 4.13 4.06 5/265 192345
/proc/meminfo: memFree=113873224/131250000 swapFree=33010160/33010684
[pid=192344] ppid=192341 vsize=1537528 memory=1419704 CPUtime=3.08 cores=5,7
/proc/192344/stat : 192344 (SynLSCD-PS) R 192341 192344 191847 0 -1 4194304 176285 0 0 0 264 44 0 0 20 0 1 0 237144317 1574428672 354926 18446744073709551615 94813491449856 94813493884857 140729569673504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94813494365432 94813494398464 94813510197248 140729569675614 140729569675750 140729569675750 140729569681354 0
/proc/192344/statm: 384382 354926 2272 595 0 369049 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1537528 KiB
Current children cumulated memory: 1419704 KiB

[startup+6.30016 s]
/proc/loadavg: 4.18 4.13 4.06 5/265 192345
/proc/meminfo: memFree=111403068/131250000 swapFree=33010160/33010684
[pid=192344] ppid=192341 vsize=2728668 memory=2466664 CPUtime=6.26 cores=5,7
/proc/192344/stat : 192344 (SynLSCD-PS) R 192341 192344 191847 0 -1 4194304 321053 0 0 0 540 86 0 0 20 0 1 0 237144317 2794156032 616666 18446744073709551615 94813491449856 94813493884857 140729569673504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94813494365432 94813494398464 94813510197248 140729569675614 140729569675750 140729569675750 140729569681354 0
/proc/192344/statm: 682167 616666 2272 595 0 666834 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2728668 KiB
Current children cumulated memory: 2466664 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 4.12 4.06 5/265 192345
/proc/meminfo: memFree=108050716/131250000 swapFree=33010160/33010684
[pid=192344] ppid=192341 vsize=4401220 memory=4153412 CPUtime=12.65 cores=5,7
/proc/192344/stat : 192344 (SynLSCD-PS) R 192341 192344 191847 0 -1 4194304 615016 0 0 0 1108 157 0 0 20 0 1 0 237144317 4506849280 1038353 18446744073709551615 94813491449856 94813493884857 140729569673504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94813494365432 94813494398464 94813510197248 140729569675614 140729569675750 140729569675750 140729569681354 0
/proc/192344/statm: 1100305 1038353 2272 595 0 1084972 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 4401220 KiB
Current children cumulated memory: 4153412 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 4.12 4.06 5/265 192346
/proc/meminfo: memFree=98738160/131250000 swapFree=33010160/33010684
[pid=192344] ppid=192341 vsize=11956752 memory=10762980 CPUtime=25.41 cores=5,7
/proc/192344/stat : 192344 (SynLSCD-PS) R 192341 192344 191847 0 -1 4194304 1485202 0 0 0 2195 346 0 0 20 0 1 0 237144317 12243714048 2690745 18446744073709551615 94813491449856 94813493884857 140729569673504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94813494365432 94813494398464 94813510197248 140729569675614 140729569675750 140729569675750 140729569681354 0
/proc/192344/statm: 2989188 2690745 2432 595 0 2973855 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 11956752 KiB
Current children cumulated memory: 10762980 KiB

[startup+51.1055 s]
/proc/loadavg: 4.15 4.12 4.07 5/266 192393
/proc/meminfo: memFree=116587816/131250000 swapFree=33010160/33010684
[pid=192344] ppid=192341 vsize=11956752 memory=10762980 CPUtime=50.94 cores=5,7
/proc/192344/stat : 192344 (SynLSCD-PS) R 192341 192344 191847 0 -1 4194304 1485482 0 0 0 4745 349 0 0 20 0 1 0 237144317 12243714048 2690745 18446744073709551615 94813491449856 94813493884857 140729569673504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94813494365432 94813494398464 94813510197248 140729569675614 140729569675750 140729569675750 140729569681354 0
/proc/192344/statm: 2989188 2690745 2432 595 0 2973855 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 11956752 KiB
Current children cumulated memory: 10762980 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.12 4.07 5/267 192442
/proc/meminfo: memFree=113225632/131250000 swapFree=33010160/33010684
[pid=192344] ppid=192341 vsize=11960816 memory=10779292 CPUtime=101.98 cores=5,7
/proc/192344/stat : 192344 (SynLSCD-PS) R 192341 192344 191847 0 -1 4194304 1487612 0 0 0 9718 480 0 0 20 0 1 0 237144317 12247875584 2694823 18446744073709551615 94813491449856 94813493884857 140729569673504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94813494365432 94813494398464 94813510197248 140729569675614 140729569675750 140729569675750 140729569681354 0
/proc/192344/statm: 2990204 2694823 2432 595 0 2974871 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 11960816 KiB
Current children cumulated memory: 10779292 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.11 4.07 5/267 192448
/proc/meminfo: memFree=109004288/131250000 swapFree=33010160/33010684
[pid=192344] ppid=192341 vsize=11960816 memory=10779292 CPUtime=161.72 cores=5,7
/proc/192344/stat : 192344 (SynLSCD-PS) R 192341 192344 191847 0 -1 4194304 1488468 0 0 0 15690 482 0 0 20 0 1 0 237144317 12247875584 2694823 18446744073709551615 94813491449856 94813493884857 140729569673504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94813494365432 94813494398464 94813510197248 140729569675614 140729569675750 140729569675750 140729569681354 0
/proc/192344/statm: 2990204 2694823 2432 595 0 2974871 0
Current children cumulated CPU time: 161.72 s
Current children cumulated vsize: 11960816 KiB
Current children cumulated memory: 10779292 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.10 4.07 5/266 192450
/proc/meminfo: memFree=108968448/131250000 swapFree=33010160/33010684
[pid=192344] ppid=192341 vsize=11960816 memory=10779292 CPUtime=221.46 cores=5,7
/proc/192344/stat : 192344 (SynLSCD-PS) R 192341 192344 191847 0 -1 4194304 1489009 0 0 0 21663 483 0 0 20 0 1 0 237144317 12247875584 2694823 18446744073709551615 94813491449856 94813493884857 140729569673504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94813494365432 94813494398464 94813510197248 140729569675614 140729569675750 140729569675750 140729569681354 0
/proc/192344/statm: 2990204 2694823 2432 595 0 2974871 0
Current children cumulated CPU time: 221.46 s
Current children cumulated vsize: 11960816 KiB
Current children cumulated memory: 10779292 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.10 4.07 5/265 192452
/proc/meminfo: memFree=108952916/131250000 swapFree=33010160/33010684
[pid=192344] ppid=192341 vsize=11960816 memory=10779292 CPUtime=281.18 cores=5,7
/proc/192344/stat : 192344 (SynLSCD-PS) R 192341 192344 191847 0 -1 4194304 1489491 0 0 0 27634 484 0 0 20 0 1 0 237144317 12247875584 2694823 18446744073709551615 94813491449856 94813493884857 140729569673504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94813494365432 94813494398464 94813510197248 140729569675614 140729569675750 140729569675750 140729569681354 0
/proc/192344/statm: 2990204 2694823 2432 595 0 2974871 0
Current children cumulated CPU time: 281.18 s
Current children cumulated vsize: 11960816 KiB
Current children cumulated memory: 10779292 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 4.09 4.07 5/265 192455
/proc/meminfo: memFree=108940756/131250000 swapFree=33010160/33010684
[pid=192344] ppid=192341 vsize=11960816 memory=10779292 CPUtime=340.92 cores=5,7
/proc/192344/stat : 192344 (SynLSCD-PS) R 192341 192344 191847 0 -1 4194304 1489868 0 0 0 33607 485 0 0 20 0 1 0 237144317 12247875584 2694823 18446744073709551615 94813491449856 94813493884857 140729569673504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94813494365432 94813494398464 94813510197248 140729569675614 140729569675750 140729569675750 140729569681354 0
/proc/192344/statm: 2990204 2694823 2432 595 0 2974871 0
Current children cumulated CPU time: 340.92 s
Current children cumulated vsize: 11960816 KiB
Current children cumulated memory: 10779292 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 4.09 4.07 5/264 192457
/proc/meminfo: memFree=108951492/131250000 swapFree=33010160/33010684
[pid=192344] ppid=192341 vsize=11960816 memory=10779292 CPUtime=400.67 cores=5,7
/proc/192344/stat : 192344 (SynLSCD-PS) R 192341 192344 191847 0 -1 4194304 1490406 0 0 0 39581 486 0 0 20 0 1 0 237144317 12247875584 2694823 18446744073709551615 94813491449856 94813493884857 140729569673504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94813494365432 94813494398464 94813510197248 140729569675614 140729569675750 140729569675750 140729569681354 0
/proc/192344/statm: 2990204 2694823 2432 595 0 2974871 0
Current children cumulated CPU time: 400.67 s
Current children cumulated vsize: 11960816 KiB
Current children cumulated memory: 10779292 KiB

[startup+462.3 s]
/proc/loadavg: 4.07 4.08 4.07 5/263 192459
/proc/meminfo: memFree=108954200/131250000 swapFree=33010160/33010684
[pid=192344] ppid=192341 vsize=11964912 memory=10781756 CPUtime=460.44 cores=5,7
/proc/192344/stat : 192344 (SynLSCD-PS) R 192341 192344 191847 0 -1 4194304 1491153 0 0 0 45557 487 0 0 20 0 1 0 237144317 12252069888 2695439 18446744073709551615 94813491449856 94813493884857 140729569673504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94813494365432 94813494398464 94813510197248 140729569675614 140729569675750 140729569675750 140729569681354 0
/proc/192344/statm: 2991228 2695439 2432 595 0 2975895 0

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

[startup+3162.3 s]
/proc/loadavg: 4.22 4.16 4.11 5/265 192600
/proc/meminfo: memFree=108616952/131250000 swapFree=33010160/33010684
[pid=192344] ppid=192341 vsize=12656016 memory=10858592 CPUtime=3154.03 cores=5,7
/proc/192344/stat : 192344 (SynLSCD-PS) R 192341 192344 191847 0 -1 4194304 1550793 0 0 0 314865 538 0 0 20 0 1 0 237144317 12959760384 2714648 18446744073709551615 94813491449856 94813493884857 140729569673504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94813494365432 94813494398464 94813510197248 140729569675614 140729569675750 140729569675750 140729569681354 0
/proc/192344/statm: 3164004 2714648 2464 595 0 3148671 0
Current children cumulated CPU time: 3154.03 s
Current children cumulated vsize: 12656016 KiB
Current children cumulated memory: 10858592 KiB

[startup+3222.3 s]
/proc/loadavg: 4.19 4.16 4.11 5/265 192602
/proc/meminfo: memFree=108619148/131250000 swapFree=33010160/33010684
[pid=192344] ppid=192341 vsize=12656016 memory=10860648 CPUtime=3213.9 cores=5,7
/proc/192344/stat : 192344 (SynLSCD-PS) R 192341 192344 191847 0 -1 4194304 1552881 0 0 0 320851 539 0 0 20 0 1 0 237144317 12959760384 2715162 18446744073709551615 94813491449856 94813493884857 140729569673504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94813494365432 94813494398464 94813510197248 140729569675614 140729569675750 140729569675750 140729569681354 0
/proc/192344/statm: 3164004 2715162 2464 595 0 3148671 0
Current children cumulated CPU time: 3213.9 s
Current children cumulated vsize: 12656016 KiB
Current children cumulated memory: 10860648 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.15 4.11 5/266 192605
/proc/meminfo: memFree=108619040/131250000 swapFree=33010160/33010684
[pid=192344] ppid=192341 vsize=12656016 memory=10860648 CPUtime=3273.78 cores=5,7
/proc/192344/stat : 192344 (SynLSCD-PS) R 192341 192344 191847 0 -1 4194304 1554878 0 0 0 326838 540 0 0 20 0 1 0 237144317 12959760384 2715162 18446744073709551615 94813491449856 94813493884857 140729569673504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94813494365432 94813494398464 94813510197248 140729569675614 140729569675750 140729569675750 140729569681354 0
/proc/192344/statm: 3164004 2715162 2464 595 0 3148671 0
Current children cumulated CPU time: 3273.78 s
Current children cumulated vsize: 12656016 KiB
Current children cumulated memory: 10860648 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.13 4.10 5/265 192607
/proc/meminfo: memFree=108618684/131250000 swapFree=33010160/33010684
[pid=192344] ppid=192341 vsize=12656016 memory=10860648 CPUtime=3333.65 cores=5,7
/proc/192344/stat : 192344 (SynLSCD-PS) R 192341 192344 191847 0 -1 4194304 1555471 0 0 0 332825 540 0 0 20 0 1 0 237144317 12959760384 2715162 18446744073709551615 94813491449856 94813493884857 140729569673504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94813494365432 94813494398464 94813510197248 140729569675614 140729569675750 140729569675750 140729569681354 0
/proc/192344/statm: 3164004 2715162 2464 595 0 3148671 0
Current children cumulated CPU time: 3333.65 s
Current children cumulated vsize: 12656016 KiB
Current children cumulated memory: 10860648 KiB

[startup+3402.3 s]
/proc/loadavg: 4.70 4.30 4.16 5/264 192619
/proc/meminfo: memFree=108619588/131250000 swapFree=33010160/33010684
[pid=192344] ppid=192341 vsize=12656016 memory=10860648 CPUtime=3393.52 cores=5,7
/proc/192344/stat : 192344 (SynLSCD-PS) R 192341 192344 191847 0 -1 4194304 1556480 0 0 0 338812 540 0 0 20 0 1 0 237144317 12959760384 2715162 18446744073709551615 94813491449856 94813493884857 140729569673504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94813494365432 94813494398464 94813510197248 140729569675614 140729569675750 140729569675750 140729569681354 0
/proc/192344/statm: 3164004 2715162 2464 595 0 3148671 0
Current children cumulated CPU time: 3393.52 s
Current children cumulated vsize: 12656016 KiB
Current children cumulated memory: 10860648 KiB

[startup+3462.3 s]
/proc/loadavg: 4.34 4.27 4.16 5/264 192622
/proc/meminfo: memFree=108619228/131250000 swapFree=33010160/33010684
[pid=192344] ppid=192341 vsize=12656016 memory=10860648 CPUtime=3453.39 cores=5,7
/proc/192344/stat : 192344 (SynLSCD-PS) R 192341 192344 191847 0 -1 4194304 1557648 0 0 0 344798 541 0 0 20 0 1 0 237144317 12959760384 2715162 18446744073709551615 94813491449856 94813493884857 140729569673504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94813494365432 94813494398464 94813510197248 140729569675614 140729569675750 140729569675750 140729569681354 0
/proc/192344/statm: 3164004 2715162 2464 595 0 3148671 0
Current children cumulated CPU time: 3453.39 s
Current children cumulated vsize: 12656016 KiB
Current children cumulated memory: 10860648 KiB

[startup+3522.3 s]
/proc/loadavg: 4.24 4.25 4.16 5/264 192624
/proc/meminfo: memFree=108620092/131250000 swapFree=33010160/33010684
[pid=192344] ppid=192341 vsize=12656016 memory=10860648 CPUtime=3513.26 cores=5,7
/proc/192344/stat : 192344 (SynLSCD-PS) R 192341 192344 191847 0 -1 4194304 1559281 0 0 0 350785 541 0 0 20 0 1 0 237144317 12959760384 2715162 18446744073709551615 94813491449856 94813493884857 140729569673504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94813494365432 94813494398464 94813510197248 140729569675614 140729569675750 140729569675750 140729569681354 0
/proc/192344/statm: 3164004 2715162 2464 595 0 3148671 0
Current children cumulated CPU time: 3513.26 s
Current children cumulated vsize: 12656016 KiB
Current children cumulated memory: 10860648 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.22 4.15 5/264 192715
/proc/meminfo: memFree=109255116/131250000 swapFree=33010160/33010684
[pid=192344] ppid=192341 vsize=12656016 memory=10860648 CPUtime=3573.13 cores=5,7
/proc/192344/stat : 192344 (SynLSCD-PS) R 192341 192344 191847 0 -1 4194304 1560711 0 0 0 356772 541 0 0 20 0 1 0 237144317 12959760384 2715162 18446744073709551615 94813491449856 94813493884857 140729569673504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94813494365432 94813494398464 94813510197248 140729569675614 140729569675750 140729569675750 140729569681354 0
/proc/192344/statm: 3164004 2715162 2464 595 0 3148671 0
Current children cumulated CPU time: 3573.13 s
Current children cumulated vsize: 12656016 KiB
Current children cumulated memory: 10860648 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.3 s]
/proc/loadavg: 4.10 4.20 4.15 5/264 192717
/proc/meminfo: memFree=109252648/131250000 swapFree=33010160/33010684
[pid=192344] ppid=192341 vsize=12656016 memory=10860648 CPUtime=3600.07 cores=5,7
/proc/192344/stat : 192344 (SynLSCD-PS) R 192341 192344 191847 0 -1 4194304 1561237 0 0 0 359466 541 0 0 20 0 1 0 237144317 12959760384 2715162 18446744073709551615 94813491449856 94813493884857 140729569673504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94813494365432 94813494398464 94813510197248 140729569675614 140729569675750 140729569675750 140729569681354 0
/proc/192344/statm: 3164004 2715162 2464 595 0 3148671 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 12656016 KiB
Current children cumulated memory: 10860648 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3596.65 s, system=5.47786 s

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

[startup+3609.6 s]
/proc/loadavg: 4.10 4.20 4.15 5/264 192717
/proc/meminfo: memFree=109252648/131250000 swapFree=33010160/33010684
[pid=192344] ppid=192341 vsize=10751248 memory=9603716 CPUtime=3600.37 cores=5,7
/proc/192344/stat : 192344 (SynLSCD-PS) R 192341 192344 191847 0 -1 4194304 1562234 0 0 0 359495 542 0 0 20 0 1 0 237144317 11009277952 2400929 18446744073709551615 94813491449856 94813493884857 140729569673504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94813494365432 94813494398464 94813510197248 140729569675614 140729569675750 140729569675750 140729569681354 0
/proc/192344/statm: 2687812 2400929 2560 595 0 2672479 0
Current children cumulated CPU time: 3600.37 s
Current children cumulated vsize: 10751248 KiB
Current children cumulated memory: 9603716 KiB

[startup+3610.4 s]
/proc/loadavg: 4.10 4.20 4.15 5/264 192717
/proc/meminfo: memFree=110517468/131250000 swapFree=33010160/33010684
[pid=192344] ppid=192341 vsize=10751248 memory=9603716 CPUtime=3601.17 cores=5,7
/proc/192344/stat : 192344 (SynLSCD-PS) R 192341 192344 191847 0 -1 4194304 1562277 0 0 0 359575 542 0 0 20 0 1 0 237144317 11009277952 2400929 18446744073709551615 94813491449856 94813493884857 140729569673504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94813494365432 94813494398464 94813510197248 140729569675614 140729569675750 140729569675750 140729569681354 0
/proc/192344/statm: 2687812 2400929 2560 595 0 2672479 0
Current children cumulated CPU time: 3601.17 s
Current children cumulated vsize: 10751248 KiB
Current children cumulated memory: 9603716 KiB

[startup+3610.8 s]
/proc/loadavg: 4.10 4.20 4.15 5/264 192717
/proc/meminfo: memFree=110517468/131250000 swapFree=33010160/33010684
[pid=192344] ppid=192341 vsize=10360856 memory=9213324 CPUtime=3601.57 cores=5,7
/proc/192344/stat : 192344 (SynLSCD-PS) R 192341 192344 191847 0 -1 4194304 1562596 0 0 0 359615 542 0 0 20 0 1 0 237144317 10609516544 2303331 18446744073709551615 94813491449856 94813493884857 140729569673504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94813494365432 94813494398464 94813510197248 140729569675614 140729569675750 140729569675750 140729569681354 0
/proc/192344/statm: 2590214 2303331 2560 595 0 2574881 0
Current children cumulated CPU time: 3601.57 s
Current children cumulated vsize: 10360856 KiB
Current children cumulated memory: 9213324 KiB

[startup+3611.2 s]
/proc/loadavg: 4.10 4.20 4.15 5/264 192717
/proc/meminfo: memFree=110906588/131250000 swapFree=33010160/33010684
[pid=192344] ppid=192341 vsize=10360856 memory=9213324 CPUtime=3601.97 cores=5,7
/proc/192344/stat : 192344 (SynLSCD-PS) R 192341 192344 191847 0 -1 4194304 1562596 0 0 0 359655 542 0 0 20 0 1 0 237144317 10609516544 2303331 18446744073709551615 94813491449856 94813493884857 140729569673504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94813494365432 94813494398464 94813510197248 140729569675614 140729569675750 140729569675750 140729569681354 0
/proc/192344/statm: 2590214 2303331 2560 595 0 2574881 0
Current children cumulated CPU time: 3601.97 s
Current children cumulated vsize: 10360856 KiB
Current children cumulated memory: 9213324 KiB

[startup+3611.3 s]
/proc/loadavg: 4.10 4.20 4.15 5/264 192717
/proc/meminfo: memFree=110906588/131250000 swapFree=33010160/33010684
[pid=192344] ppid=192341 vsize=10360856 memory=9213324 CPUtime=3602.07 cores=5,7
/proc/192344/stat : 192344 (SynLSCD-PS) R 192341 192344 191847 0 -1 4194304 1562596 0 0 0 359665 542 0 0 20 0 1 0 237144317 10609516544 2303331 18446744073709551615 94813491449856 94813493884857 140729569673504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94813494365432 94813494398464 94813510197248 140729569675614 140729569675750 140729569675750 140729569681354 0
/proc/192344/statm: 2590214 2303331 2560 595 0 2574881 0
Current children cumulated CPU time: 3602.07 s
Current children cumulated vsize: 10360856 KiB
Current children cumulated memory: 9213324 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3611.35
CPU time (s): 3602.13
CPU user time (s): 3596.65
CPU system time (s): 5.47786
CPU usage (%): 99.7446
Max. virtual memory (cumulated for all children) (KiB): 13523296
Max. memory (cumulated for all children) (KiB): 11588268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.65
system time used= 5.47786
maximum resident set size= 11692716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1562596
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= 157
involuntary context switches= 1789


# summary of solver processes directly reported to runsolver:
#   pid: 192344
#   total CPU time (s): 3602.13
#   total CPU user time (s): 3596.65
#   total CPU system time (s): 5.47786

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.35142 second user time and 14.5694 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-22 22:04:28
IDJOB=4542204
IDBENCH=163905
IDSOLVER=3370
FILE ID=nodeC016/4542204-1753214667
RUNJOBID= nodeC016-1753211019-191860
SLURM_JOB_ID= 9687787
Free space on /tmp= 432916 MiB

SOLVER NAME= SynLSCD-PS 2025-06-01
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/normalized-composed_pebbling_php_pyramid_height38_pigeons37_holes36.opb
COMMAND LINE= SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542204-1753214667/watcher-4542204-1753214667 -o /tmp/evaluation-result-4542204-1753214667/solver-4542204-1753214667 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1753211019-191860 --watchdog 3760  SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4542204-1753214667.opb

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

MD5SUM BENCH= 883a1a775d6309f3a96fbb0c62b71064
RANDOM SEED=363921476

nodeC016 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.717
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.48
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.737
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.48
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		: 3598.620
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.48
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		: 3599.766
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        115913984 kB
MemAvailable:   116839604 kB
Buffers:            2144 kB
Cached:          1641232 kB
SwapCached:           24 kB
Active:         13405444 kB
Inactive:         404332 kB
Active(anon):   12190532 kB
Inactive(anon):     2108 kB
Active(file):    1214912 kB
Inactive(file):   402224 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             28220 kB
Writeback:             0 kB
AnonPages:      12169384 kB
Mapped:           119552 kB
Shmem:             26240 kB
KReclaimable:     295444 kB
Slab:             394496 kB
SReclaimable:     295444 kB
SUnreclaim:        99052 kB
KernelStack:        4272 kB
PageTables:        26900 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   13190976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5408768 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432968 MiB
End job on nodeC016 at 2025-07-22 23:04:39