Trace number 4507206

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 2025-06-01? (TO) 3600.46 3610.72

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K182.opb
MD5SUMa76bcc507230b7348cd315b0b6909f20
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 benchmark196.92
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21658
Total number of constraints22024
Number of constraints which are clauses21842
Number of constraints which are cardinality constraints (but not clauses)182
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint182
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 183
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.21/0.27	c #vars 21658 #constraints 22024 1.0169 1
1.37/1.44	c 22024 constraints
1.37/1.44	c Finish cloning data from SAT to LS
1.37/1.44	c restart_num_ls  -100000 0
290.69/291.51	c Use LS-small
290.69/291.51	restart_num  0 301
290.69/291.51	LS-restart 90 17
1071.80/1074.82	c Use LS-small
1071.80/1074.82	restart_num  301 602
1071.80/1074.82	LS-restart 80 94
1071.80/1074.82	c similarity no use LS 0.993397
1756.54/1761.66	restart_num  602 904
1756.54/1761.66	LS-restart 80 5
3345.78/3355.44	c Use LS-small
3345.78/3355.44	restart_num  904 1205
3345.78/3355.44	LS-restart 70 27
3600.03/3610.31	c Use LS-small
3600.03/3610.31	c Program interrupted by user.
3600.03/3610.31	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: 63837 MiB (62694 MiB free)
  memory of node 1: 64465 MiB (63610 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4507206-1751175496/watcher-4507206-1751175496 -o /tmp/evaluation-result-4507206-1751175496/solver-4507206-1751175496 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751170366-18596 --watchdog 3760 SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4507206-1751175496.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
solver pid=19263, runsolver pid=19260
Current StackSize limit: 8192 KiB


[startup+0.100099 s]*
/proc/loadavg: 4.16 4.11 4.09 5/250 19264
/proc/meminfo: memFree=129327248/131382120 swapFree=33010684/33010684
[pid=19263] ppid=19260 vsize=104508 memory=31428 CPUtime=0.09 cores=1,3
/proc/19263/stat : 19263 (SynLSCD) R 19260 19263 18584 0 -1 4194304 4877 0 0 0 7 2 0 0 20 0 1 0 33228378 107016192 7857 18446744073709551615 94398782767104 94398785201257 140735882444144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94398785682680 94398785715712 94398818082816 140735882447206 140735882447339 140735882447339 140735882452941 0
/proc/19263/statm: 26127 7857 2240 595 0 10794 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 104508 KiB
Current children cumulated memory: 31428 KiB

[startup+0.213294 s]*
/proc/loadavg: 4.16 4.11 4.09 5/250 19264
/proc/meminfo: memFree=129321200/131382120 swapFree=33010684/33010684
[pid=19263] ppid=19260 vsize=108440 memory=37692 CPUtime=0.21 cores=1,3
/proc/19263/stat : 19263 (SynLSCD) R 19260 19263 18584 0 -1 4194304 5938 0 0 0 18 3 0 0 20 0 1 0 33228378 111042560 9423 18446744073709551615 94398782767104 94398785201257 140735882444144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94398785682680 94398785715712 94398818082816 140735882447206 140735882447339 140735882447339 140735882452941 0
/proc/19263/statm: 27110 9423 2240 595 0 11777 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 108440 KiB
Current children cumulated memory: 37692 KiB

[startup+0.313164 s]*
/proc/loadavg: 4.16 4.11 4.09 5/250 19264
/proc/meminfo: memFree=129321200/131382120 swapFree=33010684/33010684
[pid=19263] ppid=19260 vsize=109656 memory=39100 CPUtime=0.31 cores=1,3
/proc/19263/stat : 19263 (SynLSCD) R 19260 19263 18584 0 -1 4194304 6256 0 0 0 28 3 0 0 20 0 1 0 33228378 112287744 9775 18446744073709551615 94398782767104 94398785201257 140735882444144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94398785682680 94398785715712 94398818082816 140735882447206 140735882447339 140735882447339 140735882452941 0
/proc/19263/statm: 27414 9775 2304 595 0 12081 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 109656 KiB
Current children cumulated memory: 39100 KiB

[startup+0.700316 s]
/proc/loadavg: 4.16 4.11 4.09 5/250 19264
/proc/meminfo: memFree=129317672/131382120 swapFree=33010684/33010684
[pid=19263] ppid=19260 vsize=139016 memory=67388 CPUtime=0.68 cores=1,3
/proc/19263/stat : 19263 (SynLSCD) R 19260 19263 18584 0 -1 4194304 13685 0 0 0 63 5 0 0 20 0 1 0 33228378 142352384 16847 18446744073709551615 94398782767104 94398785201257 140735882444144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94398785682680 94398785715712 94398818082816 140735882447206 140735882447339 140735882447339 140735882452941 0
/proc/19263/statm: 34754 16847 2464 595 0 19421 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 139016 KiB
Current children cumulated memory: 67388 KiB

[startup+1.50031 s]
/proc/loadavg: 4.16 4.11 4.09 5/250 19264
/proc/meminfo: memFree=129285920/131382120 swapFree=33010684/33010684
[pid=19263] ppid=19260 vsize=190576 memory=116156 CPUtime=1.48 cores=1,3
/proc/19263/stat : 19263 (SynLSCD) R 19260 19263 18584 0 -1 4194304 25867 0 0 0 140 8 0 0 20 0 1 0 33228378 195149824 29039 18446744073709551615 94398782767104 94398785201257 140735882444144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94398785682680 94398785715712 94398818082816 140735882447206 140735882447339 140735882447339 140735882452941 0
/proc/19263/statm: 47644 29039 2496 595 0 32311 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 190576 KiB
Current children cumulated memory: 116156 KiB

[startup+3.11396 s]
/proc/loadavg: 4.15 4.11 4.09 5/250 19264
/proc/meminfo: memFree=129245852/131382120 swapFree=33010684/33010684
[pid=19263] ppid=19260 vsize=190576 memory=116284 CPUtime=3.08 cores=1,3
/proc/19263/stat : 19263 (SynLSCD) R 19260 19263 18584 0 -1 4194304 25912 0 0 0 288 20 0 0 20 0 1 0 33228378 195149824 29071 18446744073709551615 94398782767104 94398785201257 140735882444144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94398785682680 94398785715712 94398818082816 140735882447206 140735882447339 140735882447339 140735882452941 0
/proc/19263/statm: 47644 29071 2496 595 0 32311 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 190576 KiB
Current children cumulated memory: 116284 KiB

[startup+6.3003 s]
/proc/loadavg: 4.15 4.11 4.09 5/250 19264
/proc/meminfo: memFree=129245852/131382120 swapFree=33010684/33010684
[pid=19263] ppid=19260 vsize=190576 memory=116284 CPUtime=6.26 cores=1,3
/proc/19263/stat : 19263 (SynLSCD) R 19260 19263 18584 0 -1 4194304 25912 0 0 0 584 42 0 0 20 0 1 0 33228378 195149824 29071 18446744073709551615 94398782767104 94398785201257 140735882444144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94398785682680 94398785715712 94398818082816 140735882447206 140735882447339 140735882447339 140735882452941 0
/proc/19263/statm: 47644 29071 2496 595 0 32311 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 190576 KiB
Current children cumulated memory: 116284 KiB

[startup+12.7003 s]
/proc/loadavg: 4.14 4.11 4.09 5/250 19265
/proc/meminfo: memFree=129245860/131382120 swapFree=33010684/33010684
[pid=19263] ppid=19260 vsize=190576 memory=116284 CPUtime=12.65 cores=1,3
/proc/19263/stat : 19263 (SynLSCD) R 19260 19263 18584 0 -1 4194304 25912 0 0 0 1176 89 0 0 20 0 1 0 33228378 195149824 29071 18446744073709551615 94398782767104 94398785201257 140735882444144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94398785682680 94398785715712 94398818082816 140735882447206 140735882447339 140735882447339 140735882452941 0
/proc/19263/statm: 47644 29071 2496 595 0 32311 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 190576 KiB
Current children cumulated memory: 116284 KiB

[startup+25.5003 s]
/proc/loadavg: 4.10 4.10 4.09 5/250 19265
/proc/meminfo: memFree=129245884/131382120 swapFree=33010684/33010684
[pid=19263] ppid=19260 vsize=190576 memory=116284 CPUtime=25.41 cores=1,3
/proc/19263/stat : 19263 (SynLSCD) R 19260 19263 18584 0 -1 4194304 25912 0 0 0 2346 195 0 0 20 0 1 0 33228378 195149824 29071 18446744073709551615 94398782767104 94398785201257 140735882444144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94398785682680 94398785715712 94398818082816 140735882447206 140735882447339 140735882447339 140735882452941 0
/proc/19263/statm: 47644 29071 2496 595 0 32311 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 190576 KiB
Current children cumulated memory: 116284 KiB

[startup+51.113 s]
/proc/loadavg: 4.14 4.11 4.09 5/250 19265
/proc/meminfo: memFree=129158988/131382120 swapFree=33010684/33010684
[pid=19263] ppid=19260 vsize=262872 memory=181568 CPUtime=50.95 cores=1,3
/proc/19263/stat : 19263 (SynLSCD) R 19260 19263 18584 0 -1 4194304 36236 0 0 0 4864 231 0 0 20 0 1 0 33228378 269180928 45392 18446744073709551615 94398782767104 94398785201257 140735882444144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94398785682680 94398785715712 94398818082816 140735882447206 140735882447339 140735882447339 140735882452941 0
/proc/19263/statm: 65718 45392 2528 595 0 50385 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 262872 KiB
Current children cumulated memory: 181568 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/250 19267
/proc/meminfo: memFree=129141252/131382120 swapFree=33010684/33010684
[pid=19263] ppid=19260 vsize=281536 memory=221540 CPUtime=102 cores=1,3
/proc/19263/stat : 19263 (SynLSCD) R 19260 19263 18584 0 -1 4194304 41133 0 0 0 9964 236 0 0 20 0 1 0 33228378 288292864 55385 18446744073709551615 94398782767104 94398785201257 140735882444144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94398785682680 94398785715712 94398818082816 140735882447206 140735882447339 140735882447339 140735882452941 0
/proc/19263/statm: 70384 55385 2528 595 0 55051 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 281536 KiB
Current children cumulated memory: 221540 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/250 19269
/proc/meminfo: memFree=129095540/131382120 swapFree=33010684/33010684
[pid=19263] ppid=19260 vsize=337240 memory=243204 CPUtime=161.84 cores=1,3
/proc/19263/stat : 19263 (SynLSCD) R 19260 19263 18584 0 -1 4194304 45434 0 0 0 15939 245 0 0 20 0 1 0 33228378 345333760 60801 18446744073709551615 94398782767104 94398785201257 140735882444144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94398785682680 94398785715712 94398818082816 140735882447206 140735882447339 140735882447339 140735882452941 0
/proc/19263/statm: 84310 60801 2528 595 0 68977 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 337240 KiB
Current children cumulated memory: 243204 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/250 19271
/proc/meminfo: memFree=128988608/131382120 swapFree=33010684/33010684
[pid=19263] ppid=19260 vsize=408600 memory=336160 CPUtime=221.68 cores=1,3
/proc/19263/stat : 19263 (SynLSCD) R 19260 19263 18584 0 -1 4194304 46820 0 0 0 21919 249 0 0 20 0 1 0 33228378 418406400 84040 18446744073709551615 94398782767104 94398785201257 140735882444144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94398785682680 94398785715712 94398818082816 140735882447206 140735882447339 140735882447339 140735882452941 0
/proc/19263/statm: 102150 84040 2528 595 0 86817 0
Current children cumulated CPU time: 221.68 s
Current children cumulated vsize: 408600 KiB
Current children cumulated memory: 336160 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/249 19275
/proc/meminfo: memFree=128955520/131382120 swapFree=33010684/33010684
[pid=19263] ppid=19260 vsize=424764 memory=359712 CPUtime=281.51 cores=1,3
/proc/19263/stat : 19263 (SynLSCD) R 19260 19263 18584 0 -1 4194304 50687 0 0 0 27900 251 0 0 20 0 1 0 33228378 434958336 89928 18446744073709551615 94398782767104 94398785201257 140735882444144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94398785682680 94398785715712 94398818082816 140735882447206 140735882447339 140735882447339 140735882452941 0
/proc/19263/statm: 106191 89928 2528 595 0 90858 0
Current children cumulated CPU time: 281.51 s
Current children cumulated vsize: 424764 KiB
Current children cumulated memory: 359712 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/251 19283
/proc/meminfo: memFree=128919060/131382120 swapFree=33010684/33010684
[pid=19263] ppid=19260 vsize=430720 memory=368288 CPUtime=341.34 cores=1,3
/proc/19263/stat : 19263 (SynLSCD) R 19260 19263 18584 0 -1 4194304 52176 0 0 0 33670 464 0 0 20 0 1 0 33228378 441057280 92072 18446744073709551615 94398782767104 94398785201257 140735882444144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94398785682680 94398785715712 94398818082816 140735882447206 140735882447339 140735882447339 140735882452941 0
/proc/19263/statm: 107680 92072 2528 595 0 92347 0
Current children cumulated CPU time: 341.34 s
Current children cumulated vsize: 430720 KiB
Current children cumulated memory: 368288 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/251 19285
/proc/meminfo: memFree=128877632/131382120 swapFree=33010684/33010684
[pid=19263] ppid=19260 vsize=441496 memory=379168 CPUtime=401.15 cores=1,3
/proc/19263/stat : 19263 (SynLSCD) R 19260 19263 18584 0 -1 4194304 54878 0 0 0 39640 475 0 0 20 0 1 0 33228378 452091904 94792 18446744073709551615 94398782767104 94398785201257 140735882444144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94398785682680 94398785715712 94398818082816 140735882447206 140735882447339 140735882447339 140735882452941 0
/proc/19263/statm: 110374 94792 2528 595 0 95041 0
Current children cumulated CPU time: 401.15 s
Current children cumulated vsize: 441496 KiB
Current children cumulated memory: 379168 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/251 19287
/proc/meminfo: memFree=128869868/131382120 swapFree=33010684/33010684
[pid=19263] ppid=19260 vsize=445580 memory=383776 CPUtime=460.97 cores=1,3
/proc/19263/stat : 19263 (SynLSCD) R 19260 19263 18584 0 -1 4194304 55863 0 0 0 45622 475 0 0 20 0 1 0 33228378 456273920 95944 18446744073709551615 94398782767104 94398785201257 140735882444144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94398785682680 94398785715712 94398818082816 140735882447206 140735882447339 140735882447339 140735882452941 0
/proc/19263/statm: 111395 95944 2528 595 0 96062 0
Current children cumulated CPU time: 460.97 s

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

Current children cumulated memory: 489016 KiB

[startup+3042.3 s]
/proc/loadavg: 4.05 4.08 4.10 5/252 19865
/proc/meminfo: memFree=129547852/131382120 swapFree=33010684/33010684
[pid=19263] ppid=19260 vsize=656728 memory=494136 CPUtime=3033.48 cores=1,3
/proc/19263/stat : 19263 (SynLSCD) R 19260 19263 18584 0 -1 4194304 78724 0 0 0 302613 735 0 0 20 0 1 0 33228378 672489472 123534 18446744073709551615 94398782767104 94398785201257 140735882444144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94398785682680 94398785715712 94398818082816 140735882447206 140735882447339 140735882447339 140735882452941 0
/proc/19263/statm: 164182 123534 2528 595 0 148849 0
Current children cumulated CPU time: 3033.48 s
Current children cumulated vsize: 656728 KiB
Current children cumulated memory: 494136 KiB

[startup+3102.3 s]
/proc/loadavg: 4.17 4.11 4.10 5/251 19867
/proc/meminfo: memFree=129548876/131382120 swapFree=33010684/33010684
[pid=19263] ppid=19260 vsize=656728 memory=494136 CPUtime=3093.32 cores=1,3
/proc/19263/stat : 19263 (SynLSCD) R 19260 19263 18584 0 -1 4194304 78724 0 0 0 308597 735 0 0 20 0 1 0 33228378 672489472 123534 18446744073709551615 94398782767104 94398785201257 140735882444144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94398785682680 94398785715712 94398818082816 140735882447206 140735882447339 140735882447339 140735882452941 0
/proc/19263/statm: 164182 123534 2528 595 0 148849 0
Current children cumulated CPU time: 3093.32 s
Current children cumulated vsize: 656728 KiB
Current children cumulated memory: 494136 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.10 4.10 5/251 19869
/proc/meminfo: memFree=129551444/131382120 swapFree=33010684/33010684
[pid=19263] ppid=19260 vsize=657396 memory=494904 CPUtime=3153.18 cores=1,3
/proc/19263/stat : 19263 (SynLSCD) R 19260 19263 18584 0 -1 4194304 79023 0 0 0 314578 740 0 0 20 0 1 0 33228378 673173504 123726 18446744073709551615 94398782767104 94398785201257 140735882444144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94398785682680 94398785715712 94398818082816 140735882447206 140735882447339 140735882447339 140735882452941 0
/proc/19263/statm: 164349 123726 2528 595 0 149016 0
Current children cumulated CPU time: 3153.18 s
Current children cumulated vsize: 657396 KiB
Current children cumulated memory: 494904 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/251 19871
/proc/meminfo: memFree=129556940/131382120 swapFree=33010684/33010684
[pid=19263] ppid=19260 vsize=658420 memory=495672 CPUtime=3213.02 cores=1,3
/proc/19263/stat : 19263 (SynLSCD) R 19260 19263 18584 0 -1 4194304 79256 0 0 0 320556 746 0 0 20 0 1 0 33228378 674222080 123918 18446744073709551615 94398782767104 94398785201257 140735882444144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94398785682680 94398785715712 94398818082816 140735882447206 140735882447339 140735882447339 140735882452941 0
/proc/19263/statm: 164605 123918 2528 595 0 149272 0
Current children cumulated CPU time: 3213.02 s
Current children cumulated vsize: 658420 KiB
Current children cumulated memory: 495672 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/252 19876
/proc/meminfo: memFree=129572472/131382120 swapFree=33010684/33010684
[pid=19263] ppid=19260 vsize=658932 memory=496184 CPUtime=3272.86 cores=1,3
/proc/19263/stat : 19263 (SynLSCD) R 19260 19263 18584 0 -1 4194304 79398 0 0 0 326540 746 0 0 20 0 1 0 33228378 674746368 124046 18446744073709551615 94398782767104 94398785201257 140735882444144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94398785682680 94398785715712 94398818082816 140735882447206 140735882447339 140735882447339 140735882452941 0
/proc/19263/statm: 164733 124046 2528 595 0 149400 0
Current children cumulated CPU time: 3272.86 s
Current children cumulated vsize: 658932 KiB
Current children cumulated memory: 496184 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/250 19878
/proc/meminfo: memFree=129562572/131382120 swapFree=33010684/33010684
[pid=19263] ppid=19260 vsize=659800 memory=496952 CPUtime=3332.71 cores=1,3
/proc/19263/stat : 19263 (SynLSCD) R 19260 19263 18584 0 -1 4194304 79585 0 0 0 332525 746 0 0 20 0 1 0 33228378 675635200 124238 18446744073709551615 94398782767104 94398785201257 140735882444144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94398785682680 94398785715712 94398818082816 140735882447206 140735882447339 140735882447339 140735882452941 0
/proc/19263/statm: 164950 124238 2528 595 0 149617 0
Current children cumulated CPU time: 3332.71 s
Current children cumulated vsize: 659800 KiB
Current children cumulated memory: 496952 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/251 19885
/proc/meminfo: memFree=129551820/131382120 swapFree=33010684/33010684
[pid=19263] ppid=19260 vsize=661144 memory=498616 CPUtime=3392.56 cores=1,3
/proc/19263/stat : 19263 (SynLSCD) R 19260 19263 18584 0 -1 4194304 80019 0 0 0 338335 921 0 0 20 0 1 0 33228378 677011456 124654 18446744073709551615 94398782767104 94398785201257 140735882444144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94398785682680 94398785715712 94398818082816 140735882447206 140735882447339 140735882447339 140735882452941 0
/proc/19263/statm: 165286 124654 2528 595 0 149953 0
Current children cumulated CPU time: 3392.56 s
Current children cumulated vsize: 661144 KiB
Current children cumulated memory: 498616 KiB

[startup+3462.3 s]
/proc/loadavg: 4.66 4.25 4.14 5/251 19887
/proc/meminfo: memFree=129551016/131382120 swapFree=33010684/33010684
[pid=19263] ppid=19260 vsize=661144 memory=498616 CPUtime=3452.41 cores=1,3
/proc/19263/stat : 19263 (SynLSCD) R 19260 19263 18584 0 -1 4194304 80020 0 0 0 344320 921 0 0 20 0 1 0 33228378 677011456 124654 18446744073709551615 94398782767104 94398785201257 140735882444144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94398785682680 94398785715712 94398818082816 140735882447206 140735882447339 140735882447339 140735882452941 0
/proc/19263/statm: 165286 124654 2528 595 0 149953 0
Current children cumulated CPU time: 3452.41 s
Current children cumulated vsize: 661144 KiB
Current children cumulated memory: 498616 KiB

[startup+3522.3 s]
/proc/loadavg: 4.43 4.27 4.16 5/251 19889
/proc/meminfo: memFree=129553808/131382120 swapFree=33010684/33010684
[pid=19263] ppid=19260 vsize=661344 memory=498616 CPUtime=3512.25 cores=1,3
/proc/19263/stat : 19263 (SynLSCD) R 19260 19263 18584 0 -1 4194304 80030 0 0 0 350304 921 0 0 20 0 1 0 33228378 677216256 124654 18446744073709551615 94398782767104 94398785201257 140735882444144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94398785682680 94398785715712 94398818082816 140735882447206 140735882447339 140735882447339 140735882452941 0
/proc/19263/statm: 165336 124654 2528 595 0 150003 0
Current children cumulated CPU time: 3512.25 s
Current children cumulated vsize: 661344 KiB
Current children cumulated memory: 498616 KiB

[startup+3582.3 s]
/proc/loadavg: 4.32 4.27 4.16 5/251 19891
/proc/meminfo: memFree=129552572/131382120 swapFree=33010684/33010684
[pid=19263] ppid=19260 vsize=662528 memory=499768 CPUtime=3572.1 cores=1,3
/proc/19263/stat : 19263 (SynLSCD) R 19260 19263 18584 0 -1 4194304 80303 0 0 0 356288 922 0 0 20 0 1 0 33228378 678428672 124942 18446744073709551615 94398782767104 94398785201257 140735882444144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94398785682680 94398785715712 94398818082816 140735882447206 140735882447339 140735882447339 140735882452941 0
/proc/19263/statm: 165632 124942 2528 595 0 150299 0
Current children cumulated CPU time: 3572.1 s
Current children cumulated vsize: 662528 KiB
Current children cumulated memory: 499768 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.3 s]
/proc/loadavg: 4.19 4.24 4.16 5/251 19891
/proc/meminfo: memFree=129553076/131382120 swapFree=33010684/33010684
[pid=19263] ppid=19260 vsize=662924 memory=500280 CPUtime=3600.03 cores=1,3
/proc/19263/stat : 19263 (SynLSCD) R 19260 19263 18584 0 -1 4194304 80438 0 0 0 359081 922 0 0 20 0 1 0 33228378 678834176 125070 18446744073709551615 94398782767104 94398785201257 140735882444144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94398785682680 94398785715712 94398818082816 140735882447206 140735882447339 140735882447339 140735882452941 0
/proc/19263/statm: 165731 125070 2528 595 0 150398 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 662924 KiB
Current children cumulated memory: 500280 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.23 s, system=9.22884 s

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

[startup+3610.4 s]
/proc/loadavg: 4.19 4.24 4.16 5/251 19891
/proc/meminfo: memFree=129553076/131382120 swapFree=33010684/33010684
[pid=19263] ppid=19260 vsize=379728 memory=324420 CPUtime=3600.13 cores=1,3
/proc/19263/stat : 19263 (SynLSCD) R 19260 19263 18584 0 -1 4194304 80442 0 0 0 359091 922 0 0 20 0 1 0 33228378 388841472 81105 18446744073709551615 94398782767104 94398785201257 140735882444144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94398785682680 94398785715712 94398818082816 140735882447206 140735882447339 140735882447339 140735882452941 0
/proc/19263/statm: 94932 81105 2592 595 0 79599 0
Current children cumulated CPU time: 3600.13 s
Current children cumulated vsize: 379728 KiB
Current children cumulated memory: 324420 KiB

[startup+3610.6 s]
/proc/loadavg: 4.19 4.24 4.16 5/251 19891
/proc/meminfo: memFree=129553076/131382120 swapFree=33010684/33010684
[pid=19263] ppid=19260 vsize=379728 memory=324420 CPUtime=3600.33 cores=1,3
/proc/19263/stat : 19263 (SynLSCD) R 19260 19263 18584 0 -1 4194304 80442 0 0 0 359111 922 0 0 20 0 1 0 33228378 388841472 81105 18446744073709551615 94398782767104 94398785201257 140735882444144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94398785682680 94398785715712 94398818082816 140735882447206 140735882447339 140735882447339 140735882452941 0
/proc/19263/statm: 94932 81105 2592 595 0 79599 0
Current children cumulated CPU time: 3600.33 s
Current children cumulated vsize: 379728 KiB
Current children cumulated memory: 324420 KiB

[startup+3610.7 s]
/proc/loadavg: 4.19 4.24 4.16 5/251 19891
/proc/meminfo: memFree=129553076/131382120 swapFree=33010684/33010684
[pid=19263] ppid=19260 vsize=379728 memory=324420 CPUtime=3600.43 cores=1,3
/proc/19263/stat : 19263 (SynLSCD) R 19260 19263 18584 0 -1 4194304 80442 0 0 0 359121 922 0 0 20 0 1 0 33228378 388841472 81105 18446744073709551615 94398782767104 94398785201257 140735882444144 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94398785682680 94398785715712 94398818082816 140735882447206 140735882447339 140735882447339 140735882452941 0
/proc/19263/statm: 94932 81105 2592 595 0 79599 0
Current children cumulated CPU time: 3600.43 s
Current children cumulated vsize: 379728 KiB
Current children cumulated memory: 324420 KiB

Child status: 0

Real time (s): 3610.72
CPU time (s): 3600.46
CPU user time (s): 3591.23
CPU system time (s): 9.22884
CPU usage (%): 99.7158
Max. virtual memory (cumulated for all children) (KiB): 746520
Max. memory (cumulated for all children) (KiB): 500280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.23
system time used= 9.22884
maximum resident set size= 569140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80467
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= 224
involuntary context switches= 1682


# summary of solver processes directly reported to runsolver:
#   pid: 19263
#   total CPU time (s): 3600.46
#   total CPU user time (s): 3591.23
#   total CPU system time (s): 9.22884

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.7795 second user time and 34.9908 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-06-29 07:38:16
IDJOB=4507206
IDBENCH=158329
IDSOLVER=3369
FILE ID=nodeC002/4507206-1751175496
RUNJOBID= nodeC002-1751170366-18596
SLURM_JOB_ID= 9587526
Free space on /tmp= 433044 MiB

SOLVER NAME= SynLSCD 2025-06-01
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K182.opb
COMMAND LINE= SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4507206-1751175496/watcher-4507206-1751175496 -o /tmp/evaluation-result-4507206-1751175496/solver-4507206-1751175496 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751170366-18596 --watchdog 3760  SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4507206-1751175496.opb

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

MD5SUM BENCH= a76bcc507230b7348cd315b0b6909f20
RANDOM SEED=442124511

nodeC002 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.902
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.226
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.854
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.291
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.882
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.891
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.469
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.386
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        129336824 kB
MemAvailable:   128983200 kB
Buffers:            3280 kB
Cached:           458136 kB
SwapCached:            0 kB
Active:          1309184 kB
Inactive:         210980 kB
Active(anon):    1076708 kB
Inactive(anon):        0 kB
Active(file):     232476 kB
Inactive(file):   210980 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5128 kB
Writeback:             4 kB
AnonPages:       1061808 kB
Mapped:           113788 kB
Shmem:             17960 kB
KReclaimable:      85096 kB
Slab:             166576 kB
SReclaimable:      85096 kB
SUnreclaim:        81480 kB
KernelStack:        4048 kB
PageTables:         5216 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    1492492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    923648 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433044 MiB
End job on nodeC002 at 2025-06-29 08:38:27