Trace number 4506991

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.03 3611.8

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K159.opb
MD5SUM27d58ce279c297ab3aeba38d0412d1d9
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 benchmark2789.9
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables18921
Total number of constraints19241
Number of constraints which are clauses19082
Number of constraints which are cardinality constraints (but not clauses)159
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint159
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 160
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.10	c #vars 18921 #constraints 19241 1.01691 1
0.76/0.80	c 19241 constraints
0.76/0.80	c Finish cloning data from SAT to LS
0.76/0.80	c restart_num_ls  -100000 0
28.40/28.58	c Use LS-small
28.40/28.58	c update_LS_target_phase-runLS
211.38/212.03	c restart_num  0 302
211.38/212.03	c LS-restart 90 39
243.10/243.80	c Use LS-small
243.10/243.80	c target lsphase phase save
243.10/243.80	c update_LS_target_phase-runLS-restart
915.95/918.53	c restart_num  302 603
915.95/918.53	c LS-restart 80 22
1584.86/1589.22	c Use LS-small
1584.86/1589.22	c restart_num  603 904
1584.86/1589.22	c LS-restart 70 22
3125.22/3133.80	c Use LS-small
3125.22/3133.80	c restart_num  904 1205
3125.22/3133.80	c LS-restart 60 41

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=23534, runsolver pid=23531

[startup+0.100049 s]*
/proc/loadavg: 4.11 4.09 4.09 5/264 23535
/proc/meminfo: memFree=111428648/131249996 swapFree=33010684/33010684
[pid=23534] ppid=23531 vsize=107208 memory=36180 CPUtime=0.08 cores=4,6
/proc/23534/stat : 23534 (SynLSCD-PS) R 23531 23534 23149 0 -1 4194304 5609 0 0 0 7 1 0 0 20 0 1 0 33046279 109780992 9045 18446744073709551615 94628351139840 94628353574841 140727163111760 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 94628354055416 94628354088448 94628382957568 140727163115872 140727163116008 140727163116008 140727163121610 0
/proc/23534/statm: 26802 9045 2208 595 0 11469 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 107208 KiB
Current children cumulated memory: 36180 KiB

[startup+0.205644 s]*
/proc/loadavg: 4.11 4.09 4.09 5/264 23535
/proc/meminfo: memFree=111404456/131249996 swapFree=33010684/33010684
[pid=23534] ppid=23531 vsize=112060 memory=41300 CPUtime=0.18 cores=4,6
/proc/23534/stat : 23534 (SynLSCD-PS) R 23531 23534 23149 0 -1 4194304 6864 0 0 0 17 1 0 0 20 0 1 0 33046279 114749440 10325 18446744073709551615 94628351139840 94628353574841 140727163111760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94628354055416 94628354088448 94628382957568 140727163115872 140727163116008 140727163116008 140727163121610 0
/proc/23534/statm: 28015 10325 2304 595 0 12682 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 112060 KiB
Current children cumulated memory: 41300 KiB

[startup+0.305605 s]*
/proc/loadavg: 4.11 4.09 4.09 5/264 23535
/proc/meminfo: memFree=111380768/131249996 swapFree=33010684/33010684
[pid=23534] ppid=23531 vsize=136876 memory=65288 CPUtime=0.28 cores=4,6
/proc/23534/stat : 23534 (SynLSCD-PS) R 23531 23534 23149 0 -1 4194304 13119 0 0 0 26 2 0 0 20 0 1 0 33046279 140161024 16322 18446744073709551615 94628351139840 94628353574841 140727163111760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94628354055416 94628354088448 94628382957568 140727163115872 140727163116008 140727163116008 140727163121610 0
/proc/23534/statm: 34219 16322 2432 595 0 18886 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 136876 KiB
Current children cumulated memory: 65288 KiB

[startup+0.700174 s]
/proc/loadavg: 4.11 4.09 4.09 5/264 23535
/proc/meminfo: memFree=111356576/131249996 swapFree=33010684/33010684
[pid=23534] ppid=23531 vsize=139144 memory=66440 CPUtime=0.66 cores=4,6
/proc/23534/stat : 23534 (SynLSCD-PS) R 23531 23534 23149 0 -1 4194304 13418 0 0 0 64 2 0 0 20 0 1 0 33046279 142483456 16610 18446744073709551615 94628351139840 94628353574841 140727163111760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94628354055416 94628354088448 94628382957568 140727163115872 140727163116008 140727163116008 140727163121610 0
/proc/23534/statm: 34786 16610 2432 595 0 19453 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 139144 KiB
Current children cumulated memory: 66440 KiB

[startup+1.50019 s]
/proc/loadavg: 4.11 4.09 4.09 5/264 23535
/proc/meminfo: memFree=111324320/131249996 swapFree=33010684/33010684
[pid=23534] ppid=23531 vsize=174680 memory=101256 CPUtime=1.47 cores=4,6
/proc/23534/stat : 23534 (SynLSCD-PS) R 23531 23534 23149 0 -1 4194304 22072 0 0 0 136 11 0 0 20 0 1 0 33046279 178872320 25314 18446744073709551615 94628351139840 94628353574841 140727163111760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94628354055416 94628354088448 94628382957568 140727163115872 140727163116008 140727163116008 140727163121610 0
/proc/23534/statm: 43670 25314 2464 595 0 28337 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 174680 KiB
Current children cumulated memory: 101256 KiB

[startup+3.10551 s]
/proc/loadavg: 4.11 4.09 4.09 5/264 23535
/proc/meminfo: memFree=115750024/131249996 swapFree=33010684/33010684
[pid=23534] ppid=23531 vsize=174680 memory=101256 CPUtime=3.07 cores=4,6
/proc/23534/stat : 23534 (SynLSCD-PS) R 23531 23534 23149 0 -1 4194304 22072 0 0 0 286 21 0 0 20 0 1 0 33046279 178872320 25314 18446744073709551615 94628351139840 94628353574841 140727163111760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94628354055416 94628354088448 94628382957568 140727163115872 140727163116008 140727163116008 140727163121610 0
/proc/23534/statm: 43670 25314 2464 595 0 28337 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 174680 KiB
Current children cumulated memory: 101256 KiB

[startup+6.30017 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 23580
/proc/meminfo: memFree=128405012/131249996 swapFree=33010684/33010684
[pid=23534] ppid=23531 vsize=174680 memory=101256 CPUtime=6.25 cores=4,6
/proc/23534/stat : 23534 (SynLSCD-PS) R 23531 23534 23149 0 -1 4194304 22072 0 0 0 581 44 0 0 20 0 1 0 33046279 178872320 25314 18446744073709551615 94628351139840 94628353574841 140727163111760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94628354055416 94628354088448 94628382957568 140727163115872 140727163116008 140727163116008 140727163121610 0
/proc/23534/statm: 43670 25314 2464 595 0 28337 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 174680 KiB
Current children cumulated memory: 101256 KiB

[startup+12.7002 s]
/proc/loadavg: 4.09 4.09 4.09 5/262 23580
/proc/meminfo: memFree=128405236/131249996 swapFree=33010684/33010684
[pid=23534] ppid=23531 vsize=174680 memory=101256 CPUtime=12.64 cores=4,6
/proc/23534/stat : 23534 (SynLSCD-PS) R 23531 23534 23149 0 -1 4194304 22072 0 0 0 1170 94 0 0 20 0 1 0 33046279 178872320 25314 18446744073709551615 94628351139840 94628353574841 140727163111760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94628354055416 94628354088448 94628382957568 140727163115872 140727163116008 140727163116008 140727163121610 0
/proc/23534/statm: 43670 25314 2464 595 0 28337 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 174680 KiB
Current children cumulated memory: 101256 KiB

[startup+25.5002 s]
/proc/loadavg: 4.07 4.08 4.09 5/262 23580
/proc/meminfo: memFree=128341168/131249996 swapFree=33010684/33010684
[pid=23534] ppid=23531 vsize=174680 memory=101256 CPUtime=25.41 cores=4,6
/proc/23534/stat : 23534 (SynLSCD-PS) R 23531 23534 23149 0 -1 4194304 22072 0 0 0 2351 190 0 0 20 0 1 0 33046279 178872320 25314 18446744073709551615 94628351139840 94628353574841 140727163111760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94628354055416 94628354088448 94628382957568 140727163115872 140727163116008 140727163116008 140727163121610 0
/proc/23534/statm: 43670 25314 2464 595 0 28337 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 174680 KiB
Current children cumulated memory: 101256 KiB

[startup+51.1054 s]
/proc/loadavg: 4.10 4.09 4.09 5/262 23581
/proc/meminfo: memFree=128131020/131249996 swapFree=33010684/33010684
[pid=23534] ppid=23531 vsize=241096 memory=181208 CPUtime=50.94 cores=4,6
/proc/23534/stat : 23534 (SynLSCD-PS) R 23531 23534 23149 0 -1 4194304 30450 0 0 0 4876 218 0 0 20 0 1 0 33046279 246882304 45302 18446744073709551615 94628351139840 94628353574841 140727163111760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94628354055416 94628354088448 94628382957568 140727163115872 140727163116008 140727163116008 140727163121610 0
/proc/23534/statm: 60274 45302 2496 595 0 44941 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 241096 KiB
Current children cumulated memory: 181208 KiB

[startup+102.3 s]
/proc/loadavg: 4.04 4.08 4.08 5/262 23582
/proc/meminfo: memFree=128048392/131249996 swapFree=33010684/33010684
[pid=23534] ppid=23531 vsize=266568 memory=206936 CPUtime=101.99 cores=4,6
/proc/23534/stat : 23534 (SynLSCD-PS) R 23531 23534 23149 0 -1 4194304 36886 0 0 0 9977 222 0 0 20 0 1 0 33046279 272965632 51734 18446744073709551615 94628351139840 94628353574841 140727163111760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94628354055416 94628354088448 94628382957568 140727163115872 140727163116008 140727163116008 140727163121610 0
/proc/23534/statm: 66642 51734 2496 595 0 51309 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 266568 KiB
Current children cumulated memory: 206936 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/262 23584
/proc/meminfo: memFree=128041364/131249996 swapFree=33010684/33010684
[pid=23534] ppid=23531 vsize=281980 memory=222168 CPUtime=161.82 cores=4,6
/proc/23534/stat : 23534 (SynLSCD-PS) R 23531 23534 23149 0 -1 4194304 40691 0 0 0 15955 227 0 0 20 0 1 0 33046279 288747520 55542 18446744073709551615 94628351139840 94628353574841 140727163111760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94628354055416 94628354088448 94628382957568 140727163115872 140727163116008 140727163116008 140727163121610 0
/proc/23534/statm: 70495 55542 2528 595 0 55162 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 281980 KiB
Current children cumulated memory: 222168 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/262 23587
/proc/meminfo: memFree=127982136/131249996 swapFree=33010684/33010684
[pid=23534] ppid=23531 vsize=287732 memory=228312 CPUtime=221.65 cores=4,6
/proc/23534/stat : 23534 (SynLSCD-PS) R 23531 23534 23149 0 -1 4194304 42208 0 0 0 21859 306 0 0 20 0 1 0 33046279 294637568 57078 18446744073709551615 94628351139840 94628353574841 140727163111760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94628354055416 94628354088448 94628382957568 140727163115872 140727163116008 140727163116008 140727163121610 0
/proc/23534/statm: 71933 57078 2528 595 0 56600 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 287732 KiB
Current children cumulated memory: 228312 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/263 23594
/proc/meminfo: memFree=127964128/131249996 swapFree=33010684/33010684
[pid=23534] ppid=23531 vsize=294964 memory=235224 CPUtime=281.49 cores=4,6
/proc/23534/stat : 23534 (SynLSCD-PS) R 23531 23534 23149 0 -1 4194304 43947 0 0 0 27664 485 0 0 20 0 1 0 33046279 302043136 58806 18446744073709551615 94628351139840 94628353574841 140727163111760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94628354055416 94628354088448 94628382957568 140727163115872 140727163116008 140727163116008 140727163121610 0
/proc/23534/statm: 73741 58806 2528 595 0 58408 0
Current children cumulated CPU time: 281.49 s
Current children cumulated vsize: 294964 KiB
Current children cumulated memory: 235224 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/263 23596
/proc/meminfo: memFree=127948448/131249996 swapFree=33010684/33010684
[pid=23534] ppid=23531 vsize=303240 memory=243544 CPUtime=341.33 cores=4,6
/proc/23534/stat : 23534 (SynLSCD-PS) R 23531 23534 23149 0 -1 4194304 46012 0 0 0 33642 491 0 0 20 0 1 0 33046279 310517760 60886 18446744073709551615 94628351139840 94628353574841 140727163111760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94628354055416 94628354088448 94628382957568 140727163115872 140727163116008 140727163116008 140727163121610 0
/proc/23534/statm: 75810 60886 2528 595 0 60477 0
Current children cumulated CPU time: 341.33 s
Current children cumulated vsize: 303240 KiB
Current children cumulated memory: 243544 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/264 23599
/proc/meminfo: memFree=127912776/131249996 swapFree=33010684/33010684
[pid=23534] ppid=23531 vsize=311808 memory=251736 CPUtime=401.16 cores=4,6
/proc/23534/stat : 23534 (SynLSCD-PS) R 23531 23534 23149 0 -1 4194304 48065 0 0 0 39625 491 0 0 20 0 1 0 33046279 319291392 62934 18446744073709551615 94628351139840 94628353574841 140727163111760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94628354055416 94628354088448 94628382957568 140727163115872 140727163116008 140727163116008 140727163121610 0
/proc/23534/statm: 77952 62934 2528 595 0 62619 0
Current children cumulated CPU time: 401.16 s
Current children cumulated vsize: 311808 KiB
Current children cumulated memory: 251736 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/264 23601
/proc/meminfo: memFree=127858712/131249996 swapFree=33010684/33010684
[pid=23534] ppid=23531 vsize=357500 memory=260408 CPUtime=460.99 cores=4,6
/proc/23534/stat : 23534 (SynLSCD-PS) R 23531 23534 23149 0 -1 4194304 50156 0 0 0 45607 492 0 0 20 0 1 0 33046279 366080000 65102 18446744073709551615 94628351139840 94628353574841 140727163111760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94628354055416 94628354088448 94628382957568 140727163115872 140727163116008 140727163116008 140727163121610 0
/proc/23534/statm: 89375 65102 2528 595 0 74042 0
Current children cumulated CPU time: 460.99 s

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

[startup+3042.3 s]
/proc/loadavg: 4.15 4.14 4.11 6/263 23769
/proc/meminfo: memFree=128750008/131249996 swapFree=33010684/33010684
[pid=23534] ppid=23531 vsize=439112 memory=370796 CPUtime=3033.98 cores=4,6
/proc/23534/stat : 23534 (SynLSCD-PS) R 23531 23534 23149 0 -1 4194304 70474 0 0 0 302474 924 0 0 20 0 1 0 33046279 449650688 92699 18446744073709551615 94628351139840 94628353574841 140727163111760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94628354055416 94628354088448 94628382957568 140727163115872 140727163116008 140727163116008 140727163121610 0
/proc/23534/statm: 109778 92699 2528 595 0 94445 0
Current children cumulated CPU time: 3033.98 s
Current children cumulated vsize: 439112 KiB
Current children cumulated memory: 370796 KiB

[startup+3102.3 s]
/proc/loadavg: 4.12 4.13 4.10 6/262 23771
/proc/meminfo: memFree=128734020/131249996 swapFree=33010684/33010684
[pid=23534] ppid=23531 vsize=439112 memory=370796 CPUtime=3093.82 cores=4,6
/proc/23534/stat : 23534 (SynLSCD-PS) R 23531 23534 23149 0 -1 4194304 70573 0 0 0 308458 924 0 0 20 0 1 0 33046279 449650688 92699 18446744073709551615 94628351139840 94628353574841 140727163111760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94628354055416 94628354088448 94628382957568 140727163115872 140727163116008 140727163116008 140727163121610 0
/proc/23534/statm: 109778 92699 2528 595 0 94445 0
Current children cumulated CPU time: 3093.82 s
Current children cumulated vsize: 439112 KiB
Current children cumulated memory: 370796 KiB

[startup+3162.3 s]
/proc/loadavg: 4.04 4.10 4.09 6/265 23777
/proc/meminfo: memFree=128737736/131249996 swapFree=33010684/33010684
[pid=23534] ppid=23531 vsize=443320 memory=376052 CPUtime=3153.65 cores=4,6
/proc/23534/stat : 23534 (SynLSCD-PS) R 23531 23534 23149 0 -1 4194304 70883 0 0 0 314211 1154 0 0 20 0 1 0 33046279 453959680 94013 18446744073709551615 94628351139840 94628353574841 140727163111760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94628354055416 94628354088448 94628382957568 140727163115872 140727163116008 140727163116008 140727163121610 0
/proc/23534/statm: 110830 94013 2528 595 0 95497 0
Current children cumulated CPU time: 3153.65 s
Current children cumulated vsize: 443320 KiB
Current children cumulated memory: 376052 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.11 4.09 6/265 23790
/proc/meminfo: memFree=128737284/131249996 swapFree=33010684/33010684
[pid=23534] ppid=23531 vsize=443320 memory=376052 CPUtime=3213.47 cores=4,6
/proc/23534/stat : 23534 (SynLSCD-PS) R 23531 23534 23149 0 -1 4194304 70883 0 0 0 320183 1164 0 0 20 0 1 0 33046279 453959680 94013 18446744073709551615 94628351139840 94628353574841 140727163111760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94628354055416 94628354088448 94628382957568 140727163115872 140727163116008 140727163116008 140727163121610 0
/proc/23534/statm: 110830 94013 2528 595 0 95497 0
Current children cumulated CPU time: 3213.47 s
Current children cumulated vsize: 443320 KiB
Current children cumulated memory: 376052 KiB

[startup+3282.3 s]
/proc/loadavg: 4.81 4.33 4.17 6/266 23797
/proc/meminfo: memFree=128725652/131249996 swapFree=33010684/33010684
[pid=23534] ppid=23531 vsize=443320 memory=376052 CPUtime=3273.3 cores=4,6
/proc/23534/stat : 23534 (SynLSCD-PS) R 23531 23534 23149 0 -1 4194304 70890 0 0 0 326166 1164 0 0 20 0 1 0 33046279 453959680 94013 18446744073709551615 94628351139840 94628353574841 140727163111760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94628354055416 94628354088448 94628382957568 140727163115872 140727163116008 140727163116008 140727163121610 0
/proc/23534/statm: 110830 94013 2528 595 0 95497 0
Current children cumulated CPU time: 3273.3 s
Current children cumulated vsize: 443320 KiB
Current children cumulated memory: 376052 KiB

[startup+3342.3 s]
/proc/loadavg: 4.34 4.28 4.16 6/266 23799
/proc/meminfo: memFree=128718440/131249996 swapFree=33010684/33010684
[pid=23534] ppid=23531 vsize=443320 memory=376052 CPUtime=3333.16 cores=4,6
/proc/23534/stat : 23534 (SynLSCD-PS) R 23531 23534 23149 0 -1 4194304 70890 0 0 0 332152 1164 0 0 20 0 1 0 33046279 453959680 94013 18446744073709551615 94628351139840 94628353574841 140727163111760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94628354055416 94628354088448 94628382957568 140727163115872 140727163116008 140727163116008 140727163121610 0
/proc/23534/statm: 110830 94013 2528 595 0 95497 0
Current children cumulated CPU time: 3333.16 s
Current children cumulated vsize: 443320 KiB
Current children cumulated memory: 376052 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.25 4.16 6/266 23801
/proc/meminfo: memFree=128709140/131249996 swapFree=33010684/33010684
[pid=23534] ppid=23531 vsize=443320 memory=376052 CPUtime=3393.02 cores=4,6
/proc/23534/stat : 23534 (SynLSCD-PS) R 23531 23534 23149 0 -1 4194304 70893 0 0 0 338138 1164 0 0 20 0 1 0 33046279 453959680 94013 18446744073709551615 94628351139840 94628353574841 140727163111760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94628354055416 94628354088448 94628382957568 140727163115872 140727163116008 140727163116008 140727163121610 0
/proc/23534/statm: 110830 94013 2528 595 0 95497 0
Current children cumulated CPU time: 3393.02 s
Current children cumulated vsize: 443320 KiB
Current children cumulated memory: 376052 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.21 4.15 6/264 23804
/proc/meminfo: memFree=128707776/131249996 swapFree=33010684/33010684
[pid=23534] ppid=23531 vsize=443320 memory=376052 CPUtime=3452.88 cores=4,6
/proc/23534/stat : 23534 (SynLSCD-PS) R 23531 23534 23149 0 -1 4194304 70897 0 0 0 344124 1164 0 0 20 0 1 0 33046279 453959680 94013 18446744073709551615 94628351139840 94628353574841 140727163111760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94628354055416 94628354088448 94628382957568 140727163115872 140727163116008 140727163116008 140727163121610 0
/proc/23534/statm: 110830 94013 2528 595 0 95497 0
Current children cumulated CPU time: 3452.88 s
Current children cumulated vsize: 443320 KiB
Current children cumulated memory: 376052 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.20 4.15 6/264 23806
/proc/meminfo: memFree=128706908/131249996 swapFree=33010684/33010684
[pid=23534] ppid=23531 vsize=443320 memory=376052 CPUtime=3512.74 cores=4,6
/proc/23534/stat : 23534 (SynLSCD-PS) R 23531 23534 23149 0 -1 4194304 70897 0 0 0 350110 1164 0 0 20 0 1 0 33046279 453959680 94013 18446744073709551615 94628351139840 94628353574841 140727163111760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94628354055416 94628354088448 94628382957568 140727163115872 140727163116008 140727163116008 140727163121610 0
/proc/23534/statm: 110830 94013 2528 595 0 95497 0
Current children cumulated CPU time: 3512.74 s
Current children cumulated vsize: 443320 KiB
Current children cumulated memory: 376052 KiB

[startup+3582.3 s]
/proc/loadavg: 4.05 4.16 4.14 6/264 23808
/proc/meminfo: memFree=128695276/131249996 swapFree=33010684/33010684
[pid=23534] ppid=23531 vsize=445052 memory=377204 CPUtime=3572.6 cores=4,6
/proc/23534/stat : 23534 (SynLSCD-PS) R 23531 23534 23149 0 -1 4194304 71198 0 0 0 356092 1168 0 0 20 0 1 0 33046279 455733248 94301 18446744073709551615 94628351139840 94628353574841 140727163111760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94628354055416 94628354088448 94628382957568 140727163115872 140727163116008 140727163116008 140727163121610 0
/proc/23534/statm: 111263 94301 2528 595 0 95930 0
Current children cumulated CPU time: 3572.6 s
Current children cumulated vsize: 445052 KiB
Current children cumulated memory: 377204 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.8 s]
/proc/loadavg: 4.10 4.17 4.14 6/264 23809
/proc/meminfo: memFree=128687388/131249996 swapFree=33010684/33010684
[pid=23534] ppid=23531 vsize=445052 memory=377204 CPUtime=3600.03 cores=4,6
/proc/23534/stat : 23534 (SynLSCD-PS) R 23531 23534 23149 0 -1 4194304 71213 0 0 0 358823 1180 0 0 20 0 1 0 33046279 455733248 94301 18446744073709551615 94628351139840 94628353574841 140727163111760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94628354055416 94628354088448 94628382957568 140727163115872 140727163116008 140727163116008 140727163121610 0
/proc/23534/statm: 111263 94301 2528 595 0 95930 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 445052 KiB
Current children cumulated memory: 377204 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3590.23 s, system=11.8069 s

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

[startup+3611.2 s]
/proc/loadavg: 4.09 4.16 4.14 6/264 23854
/proc/meminfo: memFree=128979416/131249996 swapFree=33010684/33010684
[pid=23534] ppid=23531 vsize=445052 memory=377204 CPUtime=3601.42 cores=4,6
/proc/23534/stat : 23534 (SynLSCD-PS) R 23531 23534 23149 0 -1 4194304 71213 0 0 0 358962 1180 0 0 20 0 1 0 33046279 455733248 94301 18446744073709551615 94628351139840 94628353574841 140727163111760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94628354055416 94628354088448 94628382957568 140727163115872 140727163116008 140727163116008 140727163121610 0
/proc/23534/statm: 111263 94301 2528 595 0 95930 0
Current children cumulated CPU time: 3601.42 s
Current children cumulated vsize: 445052 KiB
Current children cumulated memory: 377204 KiB

[startup+3611.6 s]
/proc/loadavg: 4.09 4.16 4.14 6/264 23854
/proc/meminfo: memFree=128979416/131249996 swapFree=33010684/33010684
[pid=23534] ppid=23531 vsize=445052 memory=377204 CPUtime=3601.82 cores=4,6
/proc/23534/stat : 23534 (SynLSCD-PS) R 23531 23534 23149 0 -1 4194304 71213 0 0 0 359002 1180 0 0 20 0 1 0 33046279 455733248 94301 18446744073709551615 94628351139840 94628353574841 140727163111760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94628354055416 94628354088448 94628382957568 140727163115872 140727163116008 140727163116008 140727163121610 0
/proc/23534/statm: 111263 94301 2528 595 0 95930 0
Current children cumulated CPU time: 3601.82 s
Current children cumulated vsize: 445052 KiB
Current children cumulated memory: 377204 KiB

[startup+3611.8 s]
/proc/loadavg: 4.09 4.16 4.14 6/264 23854
/proc/meminfo: memFree=128979416/131249996 swapFree=33010684/33010684
[pid=23534] ppid=23531 vsize=445052 memory=377204 CPUtime=3602.02 cores=4,6
/proc/23534/stat : 23534 (SynLSCD-PS) R 23531 23534 23149 0 -1 4194304 71213 0 0 0 359022 1180 0 0 20 0 1 0 33046279 455733248 94301 18446744073709551615 94628351139840 94628353574841 140727163111760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94628354055416 94628354088448 94628382957568 140727163115872 140727163116008 140727163116008 140727163121610 0
/proc/23534/statm: 111263 94301 2528 595 0 95930 0
Current children cumulated CPU time: 3602.02 s
Current children cumulated vsize: 445052 KiB
Current children cumulated memory: 377204 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3611.8
CPU time (s): 3602.03
CPU user time (s): 3590.23
CPU system time (s): 11.8069
CPU usage (%): 99.7295
Max. virtual memory (cumulated for all children) (KiB): 445052
Max. memory (cumulated for all children) (KiB): 377204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.23
system time used= 11.8069
maximum resident set size= 377204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71213
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= 229
involuntary context switches= 3265


# summary of solver processes directly reported to runsolver:
#   pid: 23534
#   total CPU time (s): 3602.03
#   total CPU user time (s): 3590.23
#   total CPU system time (s): 11.8069

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.75557 second user time and 16.0555 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-06-29 07:07:58
IDJOB=4506991
IDBENCH=158311
IDSOLVER=3370
FILE ID=nodeC029/4506991-1751173678
RUNJOBID= nodeC029-1751170067-23160
SLURM_JOB_ID= 9587525
Free space on /tmp= 432760 MiB

SOLVER NAME= SynLSCD-PS 2025-06-01
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K159.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-4506991-1751173678/watcher-4506991-1751173678 -o /tmp/evaluation-result-4506991-1751173678/solver-4506991-1751173678 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751170067-23160 --watchdog 3760  SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4506991-1751173678.opb

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

MD5SUM BENCH= 27d58ce279c297ab3aeba38d0412d1d9
RANDOM SEED=1461290742

nodeC029 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.779
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.46
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		: 3600.464
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.46
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		: 3601.205
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.46
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.719
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.46
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		: 3609.667
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.46
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.781
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.46
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		: 3599.730
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.46
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.603
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        111447916 kB
MemAvailable:   111420540 kB
Buffers:            3280 kB
Cached:           782792 kB
SwapCached:            0 kB
Active:         18651876 kB
Inactive:         526604 kB
Active(anon):   18410468 kB
Inactive(anon):        0 kB
Active(file):     241408 kB
Inactive(file):   526604 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              9628 kB
Writeback:            80 kB
AnonPages:      18395028 kB
Mapped:           113512 kB
Shmem:             18060 kB
KReclaimable:      87700 kB
Slab:             171296 kB
SReclaimable:      87700 kB
SUnreclaim:        83596 kB
KernelStack:        4336 kB
PageTables:        39576 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   21732240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10690560 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433044 MiB
End job on nodeC029 at 2025-06-29 08:08:10