Trace number 4503327

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) 3600.07 3609.74

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-90.opb
MD5SUM44a09c98c00ea73bd3c28d44044dc987
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark104.761
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12587
Total number of constraints283937
Number of constraints which are clauses255125
Number of constraints which are cardinality constraints (but not clauses)903
Number of constraints which are nor clauses,nor cardinality constraints27909
Minimum length of a constraint2
Maximum length of a constraint270
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 271
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.68/0.76	c #vars 12587 #constraints 284398 22.5946 1
1.78/1.82	c 284398 constraints
1.78/1.82	c Finish cloning data from SAT to LS
1.78/1.82	c restart_num_ls  -100000 0
61.71/61.98	c Use LS-small
61.71/61.98	c update_LS_target_phase-runLS
205.00/205.66	c restart_num_ls  0 3578
205.00/205.66	c LS 90 36
265.03/265.82	c Use LS-small
265.03/265.82	c update_LS_target_phase-runLS
489.39/490.86	c restart_num_ls  3578 6561
489.39/490.86	c LS 80 35
549.44/551.01	c Use LS-small
549.44/551.01	c update_LS_target_phase-runLS
678.58/680.58	c restart_num_ls  6561 8188
678.58/680.58	c LS 70 10
956.96/959.61	c Use LS-small
956.96/959.61	c restart_num_ls  8188 9466
956.96/959.61	c LS 60 45
1278.02/1281.52	c Use LS-small
1278.02/1281.52	c restart_num_ls  9466 12025
1278.02/1281.52	c LS 50 47
1666.10/1670.60	c Use LS-small
1666.10/1670.60	c restart_num_ls  12025 14332
1666.10/1670.60	c LS 40 96
2945.95/2953.87	c Use LS-small
2945.95/2953.87	c restart_num_ls  14332 22524
2945.95/2953.87	c LS 30 98
3600.02/3609.70	c Use LS-small
3600.02/3609.70	c Program interrupted by user.
3600.02/3609.70	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62586 MiB free)
  memory of node 1: 64507 MiB (64027 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=21771, runsolver pid=21768

[startup+0.100061 s]*
/proc/loadavg: 4.14 4.18 4.12 5/264 21772
/proc/meminfo: memFree=129653224/131250000 swapFree=33010684/33010684
[pid=21771] ppid=21768 vsize=95708 memory=24908 CPUtime=0.08 cores=0,2
/proc/21771/stat : 21771 (SynLSCD-PS) R 21768 21771 20557 0 -1 4194304 3763 0 0 0 8 0 0 0 20 0 1 0 31988975 98004992 6227 18446744073709551615 94259148156928 94259150591929 140720593082480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94259151072504 94259151105536 94259157532672 140720593090912 140720593091048 140720593091048 140720593096650 0
/proc/21771/statm: 23927 6227 2240 595 0 8594 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 95708 KiB
Current children cumulated memory: 24908 KiB

[startup+0.20539 s]*
/proc/loadavg: 4.14 4.18 4.12 5/264 21772
/proc/meminfo: memFree=129649444/131250000 swapFree=33010684/33010684
[pid=21771] ppid=21768 vsize=100984 memory=31944 CPUtime=0.19 cores=0,2
/proc/21771/stat : 21771 (SynLSCD-PS) R 21768 21771 20557 0 -1 4194304 5101 0 0 0 19 0 0 0 20 0 1 0 31988975 103407616 7986 18446744073709551615 94259148156928 94259150591929 140720593082480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94259151072504 94259151105536 94259157532672 140720593090912 140720593091048 140720593091048 140720593096650 0
/proc/21771/statm: 25246 7986 2240 595 0 9913 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 100984 KiB
Current children cumulated memory: 31944 KiB

[startup+0.305295 s]*
/proc/loadavg: 4.14 4.18 4.12 5/264 21772
/proc/meminfo: memFree=129641632/131250000 swapFree=33010684/33010684
[pid=21771] ppid=21768 vsize=105804 memory=38904 CPUtime=0.29 cores=0,2
/proc/21771/stat : 21771 (SynLSCD-PS) R 21768 21771 20557 0 -1 4194304 6346 0 0 0 28 1 0 0 20 0 1 0 31988975 108343296 9726 18446744073709551615 94259148156928 94259150591929 140720593082480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94259151072504 94259151105536 94259157532672 140720593090912 140720593091048 140720593091048 140720593096650 0
/proc/21771/statm: 26451 9726 2240 595 0 11118 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 105804 KiB
Current children cumulated memory: 38904 KiB

[startup+0.700153 s]
/proc/loadavg: 4.14 4.18 4.12 5/264 21772
/proc/meminfo: memFree=129633568/131250000 swapFree=33010684/33010684
[pid=21771] ppid=21768 vsize=124404 memory=67712 CPUtime=0.68 cores=0,2
/proc/21771/stat : 21771 (SynLSCD-PS) R 21768 21771 20557 0 -1 4194304 11126 0 0 0 66 2 0 0 20 0 1 0 31988975 127389696 16928 18446744073709551615 94259148156928 94259150591929 140720593082480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94259151072504 94259151105536 94259157532672 140720593090912 140720593091048 140720593091048 140720593096650 0
/proc/21771/statm: 31101 16928 2240 595 0 15768 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 124404 KiB
Current children cumulated memory: 67712 KiB

[startup+1.50018 s]
/proc/loadavg: 4.14 4.18 4.12 5/264 21772
/proc/meminfo: memFree=129528472/131250000 swapFree=33010684/33010684
[pid=21771] ppid=21768 vsize=475288 memory=336508 CPUtime=1.48 cores=0,2
/proc/21771/stat : 21771 (SynLSCD-PS) R 21768 21771 20557 0 -1 4194304 45598 0 0 0 136 12 0 0 20 0 1 0 31988975 486694912 84127 18446744073709551615 94259148156928 94259150591929 140720593082480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94259151072504 94259151105536 94259157532672 140720593090912 140720593091048 140720593091048 140720593096650 0
/proc/21771/statm: 118822 84127 2464 595 0 103489 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 475288 KiB
Current children cumulated memory: 336508 KiB

[startup+3.10523 s]
/proc/loadavg: 4.14 4.18 4.12 5/264 21772
/proc/meminfo: memFree=129063560/131250000 swapFree=33010684/33010684
[pid=21771] ppid=21768 vsize=716372 memory=607744 CPUtime=3.07 cores=0,2
/proc/21771/stat : 21771 (SynLSCD-PS) R 21768 21771 20557 0 -1 4194304 110872 0 0 0 285 22 0 0 20 0 1 0 31988975 733564928 151936 18446744073709551615 94259148156928 94259150591929 140720593082480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94259151072504 94259151105536 94259157532672 140720593090912 140720593091048 140720593091048 140720593096650 0
/proc/21771/statm: 179093 151936 2464 595 0 163760 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 716372 KiB
Current children cumulated memory: 607744 KiB

[startup+6.30016 s]
/proc/loadavg: 4.13 4.17 4.12 5/264 21772
/proc/meminfo: memFree=129063608/131250000 swapFree=33010684/33010684
[pid=21771] ppid=21768 vsize=716372 memory=607744 CPUtime=6.26 cores=0,2
/proc/21771/stat : 21771 (SynLSCD-PS) R 21768 21771 20557 0 -1 4194304 110886 0 0 0 601 25 0 0 20 0 1 0 31988975 733564928 151936 18446744073709551615 94259148156928 94259150591929 140720593082480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94259151072504 94259151105536 94259157532672 140720593090912 140720593091048 140720593091048 140720593096650 0
/proc/21771/statm: 179093 151936 2464 595 0 163760 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 716372 KiB
Current children cumulated memory: 607744 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.17 4.11 5/264 21772
/proc/meminfo: memFree=129051328/131250000 swapFree=33010684/33010684
[pid=21771] ppid=21768 vsize=716372 memory=607744 CPUtime=12.65 cores=0,2
/proc/21771/stat : 21771 (SynLSCD-PS) R 21768 21771 20557 0 -1 4194304 110900 0 0 0 1233 32 0 0 20 0 1 0 31988975 733564928 151936 18446744073709551615 94259148156928 94259150591929 140720593082480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94259151072504 94259151105536 94259157532672 140720593090912 140720593091048 140720593091048 140720593096650 0
/proc/21771/statm: 179093 151936 2464 595 0 163760 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 716372 KiB
Current children cumulated memory: 607744 KiB

[startup+25.5002 s]
/proc/loadavg: 4.17 4.18 4.12 5/264 21772
/proc/meminfo: memFree=129046752/131250000 swapFree=33010684/33010684
[pid=21771] ppid=21768 vsize=716372 memory=607744 CPUtime=25.41 cores=0,2
/proc/21771/stat : 21771 (SynLSCD-PS) R 21768 21771 20557 0 -1 4194304 110900 0 0 0 2497 44 0 0 20 0 1 0 31988975 733564928 151936 18446744073709551615 94259148156928 94259150591929 140720593082480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94259151072504 94259151105536 94259157532672 140720593090912 140720593091048 140720593091048 140720593096650 0
/proc/21771/statm: 179093 151936 2464 595 0 163760 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 716372 KiB
Current children cumulated memory: 607744 KiB

[startup+51.1054 s]
/proc/loadavg: 4.11 4.16 4.11 5/264 21772
/proc/meminfo: memFree=129031200/131250000 swapFree=33010684/33010684
[pid=21771] ppid=21768 vsize=716372 memory=607744 CPUtime=50.95 cores=0,2
/proc/21771/stat : 21771 (SynLSCD-PS) R 21768 21771 20557 0 -1 4194304 110900 0 0 0 5019 76 0 0 20 0 1 0 31988975 733564928 151936 18446744073709551615 94259148156928 94259150591929 140720593082480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94259151072504 94259151105536 94259157532672 140720593090912 140720593091048 140720593091048 140720593096650 0
/proc/21771/statm: 179093 151936 2464 595 0 163760 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 716372 KiB
Current children cumulated memory: 607744 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.15 4.11 5/264 21774
/proc/meminfo: memFree=128986892/131250000 swapFree=33010684/33010684
[pid=21771] ppid=21768 vsize=769800 memory=648684 CPUtime=101.99 cores=0,2
/proc/21771/stat : 21771 (SynLSCD-PS) R 21768 21771 20557 0 -1 4194304 117368 0 0 0 10108 91 0 0 20 0 1 0 31988975 788275200 162171 18446744073709551615 94259148156928 94259150591929 140720593082480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94259151072504 94259151105536 94259157532672 140720593090912 140720593091048 140720593091048 140720593096650 0
/proc/21771/statm: 192450 162171 2528 595 0 177117 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 769800 KiB
Current children cumulated memory: 648684 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.15 4.11 5/263 21776
/proc/meminfo: memFree=128965524/131250000 swapFree=33010684/33010684
[pid=21771] ppid=21768 vsize=773788 memory=652632 CPUtime=161.82 cores=0,2
/proc/21771/stat : 21771 (SynLSCD-PS) R 21768 21771 20557 0 -1 4194304 117887 0 0 0 16090 92 0 0 20 0 1 0 31988975 792358912 163158 18446744073709551615 94259148156928 94259150591929 140720593082480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94259151072504 94259151105536 94259157532672 140720593090912 140720593091048 140720593091048 140720593096650 0
/proc/21771/statm: 193447 163158 2528 595 0 178114 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 773788 KiB
Current children cumulated memory: 652632 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.14 4.10 5/263 21780
/proc/meminfo: memFree=128965596/131250000 swapFree=33010684/33010684
[pid=21771] ppid=21768 vsize=774044 memory=652888 CPUtime=221.65 cores=0,2
/proc/21771/stat : 21771 (SynLSCD-PS) R 21768 21771 20557 0 -1 4194304 117968 0 0 0 22054 111 0 0 20 0 1 0 31988975 792621056 163222 18446744073709551615 94259148156928 94259150591929 140720593082480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94259151072504 94259151105536 94259157532672 140720593090912 140720593091048 140720593091048 140720593096650 0
/proc/21771/statm: 193511 163222 2528 595 0 178178 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 774044 KiB
Current children cumulated memory: 652888 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.12 4.10 5/262 21782
/proc/meminfo: memFree=128961124/131250000 swapFree=33010684/33010684
[pid=21771] ppid=21768 vsize=774764 memory=653912 CPUtime=281.48 cores=0,2
/proc/21771/stat : 21771 (SynLSCD-PS) R 21768 21771 20557 0 -1 4194304 118203 0 0 0 27988 160 0 0 20 0 1 0 31988975 793358336 163478 18446744073709551615 94259148156928 94259150591929 140720593082480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94259151072504 94259151105536 94259157532672 140720593090912 140720593091048 140720593091048 140720593096650 0
/proc/21771/statm: 193691 163478 2528 595 0 178358 0
Current children cumulated CPU time: 281.48 s
Current children cumulated vsize: 774764 KiB
Current children cumulated memory: 653912 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.12 4.09 5/262 21784
/proc/meminfo: memFree=128960392/131250000 swapFree=33010684/33010684
[pid=21771] ppid=21768 vsize=778760 memory=660228 CPUtime=341.31 cores=0,2
/proc/21771/stat : 21771 (SynLSCD-PS) R 21768 21771 20557 0 -1 4194304 119269 0 0 0 33971 160 0 0 20 0 1 0 31988975 797450240 165057 18446744073709551615 94259148156928 94259150591929 140720593082480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94259151072504 94259151105536 94259157532672 140720593090912 140720593091048 140720593091048 140720593096650 0
/proc/21771/statm: 194690 165057 2528 595 0 179357 0
Current children cumulated CPU time: 341.31 s
Current children cumulated vsize: 778760 KiB
Current children cumulated memory: 660228 KiB

[startup+402.3 s]
/proc/loadavg: 4.07 4.11 4.09 5/262 21786
/proc/meminfo: memFree=128944316/131250000 swapFree=33010684/33010684
[pid=21771] ppid=21768 vsize=778760 memory=677124 CPUtime=401.14 cores=0,2
/proc/21771/stat : 21771 (SynLSCD-PS) R 21768 21771 20557 0 -1 4194304 119270 0 0 0 39954 160 0 0 20 0 1 0 31988975 797450240 169281 18446744073709551615 94259148156928 94259150591929 140720593082480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94259151072504 94259151105536 94259157532672 140720593090912 140720593091048 140720593091048 140720593096650 0
/proc/21771/statm: 194690 169281 2528 595 0 179357 0
Current children cumulated CPU time: 401.14 s
Current children cumulated vsize: 778760 KiB
Current children cumulated memory: 677124 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/262 21788
/proc/meminfo: memFree=128950160/131250000 swapFree=33010684/33010684
[pid=21771] ppid=21768 vsize=779032 memory=677380 CPUtime=460.97 cores=0,2
/proc/21771/stat : 21771 (SynLSCD-PS) R 21768 21771 20557 0 -1 4194304 119404 0 0 0 45937 160 0 0 20 0 1 0 31988975 797728768 169345 18446744073709551615 94259148156928 94259150591929 140720593082480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94259151072504 94259151105536 94259157532672 140720593090912 140720593091048 140720593091048 140720593096650 0
/proc/21771/statm: 194758 169345 2528 595 0 179425 0
Current children cumulated CPU time: 460.97 s

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

Current children cumulated memory: 711656 KiB

[startup+2922.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/263 21905
/proc/meminfo: memFree=128893768/131250000 swapFree=33010684/33010684
[pid=21771] ppid=21768 vsize=808792 memory=711656 CPUtime=2914.53 cores=0,2
/proc/21771/stat : 21771 (SynLSCD-PS) R 21768 21771 20557 0 -1 4194304 123843 0 0 0 290900 553 0 0 20 0 1 0 31988975 828203008 177914 18446744073709551615 94259148156928 94259150591929 140720593082480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94259151072504 94259151105536 94259157532672 140720593090912 140720593091048 140720593091048 140720593096650 0
/proc/21771/statm: 202198 177914 2528 595 0 186865 0
Current children cumulated CPU time: 2914.53 s
Current children cumulated vsize: 808792 KiB
Current children cumulated memory: 711656 KiB

[startup+2982.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/264 21921
/proc/meminfo: memFree=128893696/131250000 swapFree=33010684/33010684
[pid=21771] ppid=21768 vsize=808792 memory=711656 CPUtime=2974.38 cores=0,2
/proc/21771/stat : 21771 (SynLSCD-PS) R 21768 21771 20557 0 -1 4194304 124015 0 0 0 296849 589 0 0 20 0 1 0 31988975 828203008 177914 18446744073709551615 94259148156928 94259150591929 140720593082480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94259151072504 94259151105536 94259157532672 140720593090912 140720593091048 140720593091048 140720593096650 0
/proc/21771/statm: 202198 177914 2528 595 0 186865 0
Current children cumulated CPU time: 2974.38 s
Current children cumulated vsize: 808792 KiB
Current children cumulated memory: 711656 KiB

[startup+3042.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/264 21923
/proc/meminfo: memFree=128892988/131250000 swapFree=33010684/33010684
[pid=21771] ppid=21768 vsize=808792 memory=711656 CPUtime=3034.23 cores=0,2
/proc/21771/stat : 21771 (SynLSCD-PS) R 21768 21771 20557 0 -1 4194304 124015 0 0 0 302790 633 0 0 20 0 1 0 31988975 828203008 177914 18446744073709551615 94259148156928 94259150591929 140720593082480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94259151072504 94259151105536 94259157532672 140720593090912 140720593091048 140720593091048 140720593096650 0
/proc/21771/statm: 202198 177914 2528 595 0 186865 0
Current children cumulated CPU time: 3034.23 s
Current children cumulated vsize: 808792 KiB
Current children cumulated memory: 711656 KiB

[startup+3102.3 s]
/proc/loadavg: 4.16 4.11 4.10 5/264 21925
/proc/meminfo: memFree=128869548/131250000 swapFree=33010684/33010684
[pid=21771] ppid=21768 vsize=808792 memory=711656 CPUtime=3094.08 cores=0,2
/proc/21771/stat : 21771 (SynLSCD-PS) R 21768 21771 20557 0 -1 4194304 124015 0 0 0 308775 633 0 0 20 0 1 0 31988975 828203008 177914 18446744073709551615 94259148156928 94259150591929 140720593082480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94259151072504 94259151105536 94259157532672 140720593090912 140720593091048 140720593091048 140720593096650 0
/proc/21771/statm: 202198 177914 2528 595 0 186865 0
Current children cumulated CPU time: 3094.08 s
Current children cumulated vsize: 808792 KiB
Current children cumulated memory: 711656 KiB

[startup+3162.3 s]
/proc/loadavg: 4.18 4.12 4.10 5/264 21927
/proc/meminfo: memFree=128869376/131250000 swapFree=33010684/33010684
[pid=21771] ppid=21768 vsize=808792 memory=711656 CPUtime=3153.92 cores=0,2
/proc/21771/stat : 21771 (SynLSCD-PS) R 21768 21771 20557 0 -1 4194304 124015 0 0 0 314759 633 0 0 20 0 1 0 31988975 828203008 177914 18446744073709551615 94259148156928 94259150591929 140720593082480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94259151072504 94259151105536 94259157532672 140720593090912 140720593091048 140720593091048 140720593096650 0
/proc/21771/statm: 202198 177914 2528 595 0 186865 0
Current children cumulated CPU time: 3153.92 s
Current children cumulated vsize: 808792 KiB
Current children cumulated memory: 711656 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/263 21931
/proc/meminfo: memFree=128869976/131250000 swapFree=33010684/33010684
[pid=21771] ppid=21768 vsize=808792 memory=711656 CPUtime=3213.77 cores=0,2
/proc/21771/stat : 21771 (SynLSCD-PS) R 21768 21771 20557 0 -1 4194304 124015 0 0 0 320744 633 0 0 20 0 1 0 31988975 828203008 177914 18446744073709551615 94259148156928 94259150591929 140720593082480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94259151072504 94259151105536 94259157532672 140720593090912 140720593091048 140720593091048 140720593096650 0
/proc/21771/statm: 202198 177914 2528 595 0 186865 0
Current children cumulated CPU time: 3213.77 s
Current children cumulated vsize: 808792 KiB
Current children cumulated memory: 711656 KiB

[startup+3282.3 s]
/proc/loadavg: 4.57 4.26 4.14 5/263 21934
/proc/meminfo: memFree=128869540/131250000 swapFree=33010684/33010684
[pid=21771] ppid=21768 vsize=808792 memory=711656 CPUtime=3273.62 cores=0,2
/proc/21771/stat : 21771 (SynLSCD-PS) R 21768 21771 20557 0 -1 4194304 124015 0 0 0 326728 634 0 0 20 0 1 0 31988975 828203008 177914 18446744073709551615 94259148156928 94259150591929 140720593082480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94259151072504 94259151105536 94259157532672 140720593090912 140720593091048 140720593091048 140720593096650 0
/proc/21771/statm: 202198 177914 2528 595 0 186865 0
Current children cumulated CPU time: 3273.62 s
Current children cumulated vsize: 808792 KiB
Current children cumulated memory: 711656 KiB

[startup+3342.3 s]
/proc/loadavg: 4.31 4.24 4.14 5/263 21936
/proc/meminfo: memFree=128869452/131250000 swapFree=33010684/33010684
[pid=21771] ppid=21768 vsize=808792 memory=711656 CPUtime=3333.46 cores=0,2
/proc/21771/stat : 21771 (SynLSCD-PS) R 21768 21771 20557 0 -1 4194304 124015 0 0 0 332712 634 0 0 20 0 1 0 31988975 828203008 177914 18446744073709551615 94259148156928 94259150591929 140720593082480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94259151072504 94259151105536 94259157532672 140720593090912 140720593091048 140720593091048 140720593096650 0
/proc/21771/statm: 202198 177914 2528 595 0 186865 0
Current children cumulated CPU time: 3333.46 s
Current children cumulated vsize: 808792 KiB
Current children cumulated memory: 711656 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.21 4.14 5/263 21938
/proc/meminfo: memFree=128869436/131250000 swapFree=33010684/33010684
[pid=21771] ppid=21768 vsize=808792 memory=711656 CPUtime=3393.31 cores=0,2
/proc/21771/stat : 21771 (SynLSCD-PS) R 21768 21771 20557 0 -1 4194304 124015 0 0 0 338697 634 0 0 20 0 1 0 31988975 828203008 177914 18446744073709551615 94259148156928 94259150591929 140720593082480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94259151072504 94259151105536 94259157532672 140720593090912 140720593091048 140720593091048 140720593096650 0
/proc/21771/statm: 202198 177914 2528 595 0 186865 0
Current children cumulated CPU time: 3393.31 s
Current children cumulated vsize: 808792 KiB
Current children cumulated memory: 711656 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.18 4.13 5/263 22119
/proc/meminfo: memFree=128565676/131250000 swapFree=33010684/33010684
[pid=21771] ppid=21768 vsize=808792 memory=711656 CPUtime=3453.1 cores=0,2
/proc/21771/stat : 21771 (SynLSCD-PS) R 21768 21771 20557 0 -1 4194304 124015 0 0 0 344675 635 0 0 20 0 1 0 31988975 828203008 177914 18446744073709551615 94259148156928 94259150591929 140720593082480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94259151072504 94259151105536 94259157532672 140720593090912 140720593091048 140720593091048 140720593096650 0
/proc/21771/statm: 202198 177914 2528 595 0 186865 0
Current children cumulated CPU time: 3453.1 s
Current children cumulated vsize: 808792 KiB
Current children cumulated memory: 711656 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.18 4.13 5/264 22124
/proc/meminfo: memFree=128514056/131250000 swapFree=33010684/33010684
[pid=21771] ppid=21768 vsize=808792 memory=711656 CPUtime=3512.9 cores=0,2
/proc/21771/stat : 21771 (SynLSCD-PS) R 21768 21771 20557 0 -1 4194304 124016 0 0 0 350655 635 0 0 20 0 1 0 31988975 828203008 177914 18446744073709551615 94259148156928 94259150591929 140720593082480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94259151072504 94259151105536 94259157532672 140720593090912 140720593091048 140720593091048 140720593096650 0
/proc/21771/statm: 202198 177914 2528 595 0 186865 0
Current children cumulated CPU time: 3512.9 s
Current children cumulated vsize: 808792 KiB
Current children cumulated memory: 711656 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.16 4.13 5/263 22128
/proc/meminfo: memFree=128494180/131250000 swapFree=33010684/33010684
[pid=21771] ppid=21768 vsize=808792 memory=711656 CPUtime=3572.71 cores=0,2
/proc/21771/stat : 21771 (SynLSCD-PS) R 21768 21771 20557 0 -1 4194304 124088 0 0 0 356635 636 0 0 20 0 1 0 31988975 828203008 177914 18446744073709551615 94259148156928 94259150591929 140720593082480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94259151072504 94259151105536 94259157532672 140720593090912 140720593091048 140720593091048 140720593096650 0
/proc/21771/statm: 202198 177914 2528 595 0 186865 0
Current children cumulated CPU time: 3572.71 s
Current children cumulated vsize: 808792 KiB
Current children cumulated memory: 711656 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.7 s]
/proc/loadavg: 4.49 4.24 4.16 5/263 22128
/proc/meminfo: memFree=128460584/131250000 swapFree=33010684/33010684
[pid=21771] ppid=21768 vsize=808792 memory=711656 CPUtime=3600.02 cores=0,2
/proc/21771/stat : 21771 (SynLSCD-PS) R 21768 21771 20557 0 -1 4194304 124148 0 0 0 359363 639 0 0 20 0 1 0 31988975 828203008 177914 18446744073709551615 94259148156928 94259150591929 140720593082480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94259151072504 94259151105536 94259157532672 140720593090912 140720593091048 140720593091048 140720593096650 0
/proc/21771/statm: 202198 177914 2528 595 0 186865 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 808792 KiB
Current children cumulated memory: 711656 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.68 s, system=6.39321 s

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

[startup+3609.7 s]
/proc/loadavg: 4.49 4.24 4.16 5/263 22128
/proc/meminfo: memFree=128460584/131250000 swapFree=33010684/33010684
[pid=21771] ppid=21768 vsize=808792 memory=711656 CPUtime=3600.02 cores=0,2
/proc/21771/stat : 21771 (SynLSCD-PS) R 21768 21771 20557 0 -1 4194304 124148 0 0 0 359363 639 0 0 20 0 1 0 31988975 828203008 177914 18446744073709551615 94259148156928 94259150591929 140720593082480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94259151072504 94259151105536 94259157532672 140720593090912 140720593091048 140720593091048 140720593096650 0
/proc/21771/statm: 202198 177914 2528 595 0 186865 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 808792 KiB
Current children cumulated memory: 711656 KiB

Child status: 0

Real time (s): 3609.74
CPU time (s): 3600.07
CPU user time (s): 3593.68
CPU system time (s): 6.39321
CPU usage (%): 99.732
Max. virtual memory (cumulated for all children) (KiB): 808792
Max. memory (cumulated for all children) (KiB): 711656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.68
system time used= 6.39321
maximum resident set size= 712040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124182
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= 159
involuntary context switches= 4576


# summary of solver processes directly reported to runsolver:
#   pid: 21771
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3593.68
#   total CPU system time (s): 6.39321

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.05229 second user time and 13.0355 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-06-29 04:11:27
IDJOB=4503327
IDBENCH=155421
IDSOLVER=3370
FILE ID=nodeC013/4503327-1751163087
RUNJOBID= nodeC013-1751159266-20570
SLURM_JOB_ID= 9587499
Free space on /tmp= 433028 MiB

SOLVER NAME= SynLSCD-PS 2025-06-01
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-90.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-4503327-1751163087/watcher-4503327-1751163087 -o /tmp/evaluation-result-4503327-1751163087/solver-4503327-1751163087 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751159266-20570 --watchdog 3760  SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4503327-1751163087.opb

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

MD5SUM BENCH= 44a09c98c00ea73bd3c28d44044dc987
RANDOM SEED=1077046406

nodeC013 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		: 3276.313
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.67
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.822
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129653476 kB
MemAvailable:   129269608 kB
Buffers:            3280 kB
Cached:           391108 kB
SwapCached:            0 kB
Active:           804700 kB
Inactive:         182284 kB
Active(anon):     605880 kB
Inactive(anon):        0 kB
Active(file):     198820 kB
Inactive(file):   182284 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             15348 kB
Writeback:             0 kB
AnonPages:        595728 kB
Mapped:           109724 kB
Shmem:             13284 kB
KReclaimable:      86120 kB
Slab:             168980 kB
SReclaimable:      86120 kB
SUnreclaim:        82860 kB
KernelStack:        4288 kB
PageTables:         4180 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     971744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    270336 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433008 MiB
End job on nodeC013 at 2025-06-29 05:11:37