Trace number 4506919

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.44 3609.58

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K166.opb
MD5SUM50117bf6e22b142cc615b717d0d3b45a
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 benchmark462.134
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19754
Total number of constraints20088
Number of constraints which are clauses19922
Number of constraints which are cardinality constraints (but not clauses)166
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint166
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 167
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.09/0.10	c #vars 19754 #constraints 20088 1.01691 1
0.88/0.96	c 20088 constraints
0.88/0.96	c Finish cloning data from SAT to LS
0.88/0.96	c restart_num_ls  -100000 0
24.93/25.00	c Use LS-small
24.93/25.00	c update_LS_target_phase-runLS
214.91/215.51	c restart_num  0 301
214.91/215.51	c LS-restart 90 84
727.61/729.54	c Use LS-small
727.61/729.54	c restart_num  301 602
727.61/729.54	c LS-restart 80 39
1280.65/1284.09	c Use LS-small
1280.65/1284.09	c restart_num  602 903
1280.65/1284.09	c LS-restart 70 40
1306.07/1309.56	c Use LS-small
1306.07/1309.56	c target lsphase phase save
1306.07/1309.56	c update_LS_target_phase-runLS-restart
3111.59/3119.50	c restart_num  903 1204
3111.59/3119.50	c LS-restart 60 91
3111.59/3119.50	c similarity no use LS 0.991597
3600.06/3609.20	c Program interrupted by user.
3600.06/3609.20	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62539 MiB free)
  memory of node 1: 64465 MiB (63633 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4506919-1751172919/watcher-4506919-1751172919 -o /tmp/evaluation-result-4506919-1751172919/solver-4506919-1751172919 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751172827-22273 --watchdog 3760 SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4506919-1751172919.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=22422, runsolver pid=22419
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 3.39 2.11 2.08 5/266 22423
/proc/meminfo: memFree=129184140/131249988 swapFree=33010684/33010684
[pid=22422] ppid=22419 vsize=107648 memory=36968 CPUtime=0.09 cores=1,3
/proc/22422/stat : 22422 (SynLSCD-PS) R 22419 22422 22261 0 -1 4194304 5762 0 0 0 8 1 0 0 20 0 1 0 32969495 110231552 9242 18446744073709551615 94409163173888 94409165608889 140722060271792 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94409166089464 94409166122496 94409200619520 140722060278112 140722060278248 140722060278248 140722060283850 0
/proc/22422/statm: 26912 9242 2240 595 0 11579 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 107648 KiB
Current children cumulated memory: 36968 KiB

[startup+0.205598 s]*
/proc/loadavg: 3.39 2.11 2.08 5/266 22423
/proc/meminfo: memFree=129177336/131249988 swapFree=33010684/33010684
[pid=22422] ppid=22419 vsize=113908 memory=43240 CPUtime=0.19 cores=1,3
/proc/22422/stat : 22422 (SynLSCD-PS) R 22419 22422 22261 0 -1 4194304 7343 0 0 0 18 1 0 0 20 0 1 0 32969495 116641792 10810 18446744073709551615 94409163173888 94409165608889 140722060271792 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94409166089464 94409166122496 94409200619520 140722060278112 140722060278248 140722060278248 140722060283850 0
/proc/22422/statm: 28477 10810 2272 595 0 13144 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 113908 KiB
Current children cumulated memory: 43240 KiB

[startup+0.30549 s]*
/proc/loadavg: 3.39 2.11 2.08 5/266 22423
/proc/meminfo: memFree=129149364/131249988 swapFree=33010684/33010684
[pid=22422] ppid=22419 vsize=140736 memory=67124 CPUtime=0.29 cores=1,3
/proc/22422/stat : 22422 (SynLSCD-PS) R 22419 22422 22261 0 -1 4194304 13545 0 0 0 27 2 0 0 20 0 1 0 32969495 144113664 16781 18446744073709551615 94409163173888 94409165608889 140722060271792 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94409166089464 94409166122496 94409200619520 140722060278112 140722060278248 140722060278248 140722060283850 0
/proc/22422/statm: 35184 16781 2464 595 0 19851 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 140736 KiB
Current children cumulated memory: 67124 KiB

[startup+0.700165 s]
/proc/loadavg: 3.39 2.11 2.08 5/266 22423
/proc/meminfo: memFree=129149116/131249988 swapFree=33010684/33010684
[pid=22422] ppid=22419 vsize=142508 memory=69940 CPUtime=0.68 cores=1,3
/proc/22422/stat : 22422 (SynLSCD-PS) R 22419 22422 22261 0 -1 4194304 14228 0 0 0 65 3 0 0 20 0 1 0 32969495 145928192 17485 18446744073709551615 94409163173888 94409165608889 140722060271792 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94409166089464 94409166122496 94409200619520 140722060278112 140722060278248 140722060278248 140722060283850 0
/proc/22422/statm: 35627 17485 2464 595 0 20294 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 142508 KiB
Current children cumulated memory: 69940 KiB

[startup+1.50012 s]
/proc/loadavg: 3.39 2.11 2.08 5/266 22423
/proc/meminfo: memFree=129108804/131249988 swapFree=33010684/33010684
[pid=22422] ppid=22419 vsize=180524 memory=106676 CPUtime=1.48 cores=1,3
/proc/22422/stat : 22422 (SynLSCD-PS) R 22419 22422 22261 0 -1 4194304 23420 0 0 0 139 9 0 0 20 0 1 0 32969495 184856576 26669 18446744073709551615 94409163173888 94409165608889 140722060271792 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94409166089464 94409166122496 94409200619520 140722060278112 140722060278248 140722060278248 140722060283850 0
/proc/22422/statm: 45131 26669 2464 595 0 29798 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 180524 KiB
Current children cumulated memory: 106676 KiB

[startup+3.10571 s]
/proc/loadavg: 3.44 2.14 2.09 5/266 22423
/proc/meminfo: memFree=129108932/131249988 swapFree=33010684/33010684
[pid=22422] ppid=22419 vsize=180524 memory=106676 CPUtime=3.08 cores=1,3
/proc/22422/stat : 22422 (SynLSCD-PS) R 22419 22422 22261 0 -1 4194304 23420 0 0 0 285 23 0 0 20 0 1 0 32969495 184856576 26669 18446744073709551615 94409163173888 94409165608889 140722060271792 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94409166089464 94409166122496 94409200619520 140722060278112 140722060278248 140722060278248 140722060283850 0
/proc/22422/statm: 45131 26669 2464 595 0 29798 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 180524 KiB
Current children cumulated memory: 106676 KiB

[startup+6.30015 s]
/proc/loadavg: 3.44 2.14 2.09 5/266 22423
/proc/meminfo: memFree=129092704/131249988 swapFree=33010684/33010684
[pid=22422] ppid=22419 vsize=180524 memory=106676 CPUtime=6.26 cores=1,3
/proc/22422/stat : 22422 (SynLSCD-PS) R 22419 22422 22261 0 -1 4194304 23420 0 0 0 584 42 0 0 20 0 1 0 32969495 184856576 26669 18446744073709551615 94409163173888 94409165608889 140722060271792 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94409166089464 94409166122496 94409200619520 140722060278112 140722060278248 140722060278248 140722060283850 0
/proc/22422/statm: 45131 26669 2464 595 0 29798 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 180524 KiB
Current children cumulated memory: 106676 KiB

[startup+12.7001 s]
/proc/loadavg: 3.52 2.20 2.11 5/266 22423
/proc/meminfo: memFree=129093316/131249988 swapFree=33010684/33010684
[pid=22422] ppid=22419 vsize=180524 memory=106676 CPUtime=12.65 cores=1,3
/proc/22422/stat : 22422 (SynLSCD-PS) R 22419 22422 22261 0 -1 4194304 23420 0 0 0 1171 94 0 0 20 0 1 0 32969495 184856576 26669 18446744073709551615 94409163173888 94409165608889 140722060271792 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94409166089464 94409166122496 94409200619520 140722060278112 140722060278248 140722060278248 140722060283850 0
/proc/22422/statm: 45131 26669 2464 595 0 29798 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 180524 KiB
Current children cumulated memory: 106676 KiB

[startup+25.5001 s]
/proc/loadavg: 3.60 2.26 2.13 5/267 22425
/proc/meminfo: memFree=129068204/131249988 swapFree=33010684/33010684
[pid=22422] ppid=22419 vsize=183408 memory=111676 CPUtime=25.42 cores=1,3
/proc/22422/stat : 22422 (SynLSCD-PS) R 22419 22422 22261 0 -1 4194304 24143 0 0 0 2358 184 0 0 20 0 1 0 32969495 187809792 27919 18446744073709551615 94409163173888 94409165608889 140722060271792 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94409166089464 94409166122496 94409200619520 140722060278112 140722060278248 140722060278248 140722060283850 0
/proc/22422/statm: 45852 27919 2496 595 0 30519 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 183408 KiB
Current children cumulated memory: 111676 KiB

[startup+51.1058 s]
/proc/loadavg: 3.79 2.42 2.19 5/267 22425
/proc/meminfo: memFree=128961756/131249988 swapFree=33010684/33010684
[pid=22422] ppid=22419 vsize=284012 memory=192124 CPUtime=50.95 cores=1,3
/proc/22422/stat : 22422 (SynLSCD-PS) R 22419 22422 22261 0 -1 4194304 31494 0 0 0 4905 190 0 0 20 0 1 0 32969495 290828288 48031 18446744073709551615 94409163173888 94409165608889 140722060271792 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94409166089464 94409166122496 94409200619520 140722060278112 140722060278248 140722060278248 140722060283850 0
/proc/22422/statm: 71003 48031 2496 595 0 55670 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 284012 KiB
Current children cumulated memory: 192124 KiB

[startup+102.3 s]
/proc/loadavg: 3.97 2.70 2.30 5/267 22428
/proc/meminfo: memFree=128896192/131249988 swapFree=33010684/33010684
[pid=22422] ppid=22419 vsize=311228 memory=218908 CPUtime=102.01 cores=1,3
/proc/22422/stat : 22422 (SynLSCD-PS) R 22419 22422 22261 0 -1 4194304 38265 0 0 0 10005 196 0 0 20 0 1 0 32969495 318697472 54727 18446744073709551615 94409163173888 94409165608889 140722060271792 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94409166089464 94409166122496 94409200619520 140722060278112 140722060278248 140722060278248 140722060283850 0
/proc/22422/statm: 77807 54727 2496 595 0 62474 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 311228 KiB
Current children cumulated memory: 218908 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 2.97 2.42 5/266 22432
/proc/meminfo: memFree=128861000/131249988 swapFree=33010684/33010684
[pid=22422] ppid=22419 vsize=327180 memory=234908 CPUtime=161.84 cores=1,3
/proc/22422/stat : 22422 (SynLSCD-PS) R 22419 22422 22261 0 -1 4194304 42222 0 0 0 15985 199 0 0 20 0 1 0 32969495 335032320 58727 18446744073709551615 94409163173888 94409165608889 140722060271792 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94409166089464 94409166122496 94409200619520 140722060278112 140722060278248 140722060278248 140722060283850 0
/proc/22422/statm: 81795 58727 2528 595 0 66462 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 327180 KiB
Current children cumulated memory: 234908 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 3.18 2.53 5/265 22434
/proc/meminfo: memFree=128829056/131249988 swapFree=33010684/33010684
[pid=22422] ppid=22419 vsize=332868 memory=240668 CPUtime=221.68 cores=1,3
/proc/22422/stat : 22422 (SynLSCD-PS) R 22419 22422 22261 0 -1 4194304 43663 0 0 0 21915 253 0 0 20 0 1 0 32969495 340856832 60167 18446744073709551615 94409163173888 94409165608889 140722060271792 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94409166089464 94409166122496 94409200619520 140722060278112 140722060278248 140722060278248 140722060283850 0
/proc/22422/statm: 83217 60167 2528 595 0 67884 0
Current children cumulated CPU time: 221.68 s
Current children cumulated vsize: 332868 KiB
Current children cumulated memory: 240668 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 3.34 2.63 5/265 22436
/proc/meminfo: memFree=128783716/131249988 swapFree=33010684/33010684
[pid=22422] ppid=22419 vsize=341688 memory=248348 CPUtime=281.53 cores=1,3
/proc/22422/stat : 22422 (SynLSCD-PS) R 22419 22422 22261 0 -1 4194304 45625 0 0 0 27802 351 0 0 20 0 1 0 32969495 349888512 62087 18446744073709551615 94409163173888 94409165608889 140722060271792 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94409166089464 94409166122496 94409200619520 140722060278112 140722060278248 140722060278248 140722060283850 0
/proc/22422/statm: 85422 62087 2528 595 0 70089 0
Current children cumulated CPU time: 281.53 s
Current children cumulated vsize: 341688 KiB
Current children cumulated memory: 248348 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 3.50 2.73 5/263 22449
/proc/meminfo: memFree=128729316/131249988 swapFree=33010684/33010684
[pid=22422] ppid=22419 vsize=348364 memory=255388 CPUtime=341.38 cores=1,3
/proc/22422/stat : 22422 (SynLSCD-PS) R 22419 22422 22261 0 -1 4194304 47391 0 0 0 33782 356 0 0 20 0 1 0 32969495 356724736 63847 18446744073709551615 94409163173888 94409165608889 140722060271792 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94409166089464 94409166122496 94409200619520 140722060278112 140722060278248 140722060278248 140722060283850 0
/proc/22422/statm: 87091 63847 2528 595 0 71758 0
Current children cumulated CPU time: 341.38 s
Current children cumulated vsize: 348364 KiB
Current children cumulated memory: 255388 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 3.61 2.81 5/263 22454
/proc/meminfo: memFree=128728540/131249988 swapFree=33010684/33010684
[pid=22422] ppid=22419 vsize=354156 memory=267748 CPUtime=401.23 cores=1,3
/proc/22422/stat : 22422 (SynLSCD-PS) R 22419 22422 22261 0 -1 4194304 48958 0 0 0 39766 357 0 0 20 0 1 0 32969495 362655744 66937 18446744073709551615 94409163173888 94409165608889 140722060271792 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94409166089464 94409166122496 94409200619520 140722060278112 140722060278248 140722060278248 140722060283850 0
/proc/22422/statm: 88539 66937 2528 595 0 73206 0
Current children cumulated CPU time: 401.23 s
Current children cumulated vsize: 354156 KiB
Current children cumulated memory: 267748 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 3.71 2.90 5/263 22458
/proc/meminfo: memFree=128696600/131249988 swapFree=33010684/33010684
[pid=22422] ppid=22419 vsize=361768 memory=277604 CPUtime=461.07 cores=1,3
/proc/22422/stat : 22422 (SynLSCD-PS) R 22419 22422 22261 0 -1 4194304 50714 0 0 0 45750 357 0 0 20 0 1 0 32969495 370450432 69401 18446744073709551615 94409163173888 94409165608889 140722060271792 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94409166089464 94409166122496 94409200619520 140722060278112 140722060278248 140722060278248 140722060283850 0
/proc/22422/statm: 90442 69401 2528 595 0 75109 0
Current children cumulated CPU time: 461.07 s

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

Current children cumulated memory: 565920 KiB

[startup+2982.3 s]
/proc/loadavg: 4.09 4.09 4.01 5/263 22578
/proc/meminfo: memFree=128213820/131249988 swapFree=33010684/33010684
[pid=22422] ppid=22419 vsize=636612 memory=565920 CPUtime=2974.72 cores=1,3
/proc/22422/stat : 22422 (SynLSCD-PS) R 22419 22422 22261 0 -1 4194304 72458 0 0 0 296626 846 0 0 20 0 1 0 32969495 651890688 141480 18446744073709551615 94409163173888 94409165608889 140722060271792 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94409166089464 94409166122496 94409200619520 140722060278112 140722060278248 140722060278248 140722060283850 0
/proc/22422/statm: 159153 141480 2528 595 0 143820 0
Current children cumulated CPU time: 2974.72 s
Current children cumulated vsize: 636612 KiB
Current children cumulated memory: 565920 KiB

[startup+3042.3 s]
/proc/loadavg: 4.07 4.08 4.01 5/263 22580
/proc/meminfo: memFree=128213384/131249988 swapFree=33010684/33010684
[pid=22422] ppid=22419 vsize=636944 memory=567072 CPUtime=3034.57 cores=1,3
/proc/22422/stat : 22422 (SynLSCD-PS) R 22419 22422 22261 0 -1 4194304 72771 0 0 0 302609 848 0 0 20 0 1 0 32969495 652230656 141768 18446744073709551615 94409163173888 94409165608889 140722060271792 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94409166089464 94409166122496 94409200619520 140722060278112 140722060278248 140722060278248 140722060283850 0
/proc/22422/statm: 159236 141768 2528 595 0 143903 0
Current children cumulated CPU time: 3034.57 s
Current children cumulated vsize: 636944 KiB
Current children cumulated memory: 567072 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.08 4.01 5/262 22582
/proc/meminfo: memFree=128205080/131249988 swapFree=33010684/33010684
[pid=22422] ppid=22419 vsize=638276 memory=568608 CPUtime=3094.43 cores=1,3
/proc/22422/stat : 22422 (SynLSCD-PS) R 22419 22422 22261 0 -1 4194304 73154 0 0 0 308595 848 0 0 20 0 1 0 32969495 653594624 142152 18446744073709551615 94409163173888 94409165608889 140722060271792 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94409166089464 94409166122496 94409200619520 140722060278112 140722060278248 140722060278248 140722060283850 0
/proc/22422/statm: 159569 142152 2528 595 0 144236 0
Current children cumulated CPU time: 3094.43 s
Current children cumulated vsize: 638276 KiB
Current children cumulated memory: 568608 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.08 4.01 5/263 22587
/proc/meminfo: memFree=128198200/131249988 swapFree=33010684/33010684
[pid=22422] ppid=22419 vsize=638884 memory=568992 CPUtime=3154.28 cores=1,3
/proc/22422/stat : 22422 (SynLSCD-PS) R 22419 22422 22261 0 -1 4194304 73232 0 0 0 314580 848 0 0 20 0 1 0 32969495 654217216 142248 18446744073709551615 94409163173888 94409165608889 140722060271792 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94409166089464 94409166122496 94409200619520 140722060278112 140722060278248 140722060278248 140722060283850 0
/proc/22422/statm: 159721 142248 2528 595 0 144388 0
Current children cumulated CPU time: 3154.28 s
Current children cumulated vsize: 638884 KiB
Current children cumulated memory: 568992 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.10 4.02 5/263 22589
/proc/meminfo: memFree=128198356/131249988 swapFree=33010684/33010684
[pid=22422] ppid=22419 vsize=639496 memory=569504 CPUtime=3214.13 cores=1,3
/proc/22422/stat : 22422 (SynLSCD-PS) R 22419 22422 22261 0 -1 4194304 73367 0 0 0 320565 848 0 0 20 0 1 0 32969495 654843904 142376 18446744073709551615 94409163173888 94409165608889 140722060271792 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94409166089464 94409166122496 94409200619520 140722060278112 140722060278248 140722060278248 140722060283850 0
/proc/22422/statm: 159874 142376 2528 595 0 144541 0
Current children cumulated CPU time: 3214.13 s
Current children cumulated vsize: 639496 KiB
Current children cumulated memory: 569504 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.09 4.02 5/263 22591
/proc/meminfo: memFree=128197456/131249988 swapFree=33010684/33010684
[pid=22422] ppid=22419 vsize=641824 memory=572064 CPUtime=3273.99 cores=1,3
/proc/22422/stat : 22422 (SynLSCD-PS) R 22419 22422 22261 0 -1 4194304 73992 0 0 0 326551 848 0 0 20 0 1 0 32969495 657227776 143016 18446744073709551615 94409163173888 94409165608889 140722060271792 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94409166089464 94409166122496 94409200619520 140722060278112 140722060278248 140722060278248 140722060283850 0
/proc/22422/statm: 160456 143016 2528 595 0 145123 0
Current children cumulated CPU time: 3273.99 s
Current children cumulated vsize: 641824 KiB
Current children cumulated memory: 572064 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.10 4.02 5/263 22593
/proc/meminfo: memFree=128197580/131249988 swapFree=33010684/33010684
[pid=22422] ppid=22419 vsize=642132 memory=572064 CPUtime=3333.85 cores=1,3
/proc/22422/stat : 22422 (SynLSCD-PS) R 22419 22422 22261 0 -1 4194304 74001 0 0 0 332530 855 0 0 20 0 1 0 32969495 657543168 143016 18446744073709551615 94409163173888 94409165608889 140722060271792 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94409166089464 94409166122496 94409200619520 140722060278112 140722060278248 140722060278248 140722060283850 0
/proc/22422/statm: 160533 143016 2528 595 0 145200 0
Current children cumulated CPU time: 3333.85 s
Current children cumulated vsize: 642132 KiB
Current children cumulated memory: 572064 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.10 4.02 5/263 22597
/proc/meminfo: memFree=128202656/131249988 swapFree=33010684/33010684
[pid=22422] ppid=22419 vsize=642132 memory=572064 CPUtime=3393.72 cores=1,3
/proc/22422/stat : 22422 (SynLSCD-PS) R 22419 22422 22261 0 -1 4194304 74001 0 0 0 338517 855 0 0 20 0 1 0 32969495 657543168 143016 18446744073709551615 94409163173888 94409165608889 140722060271792 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94409166089464 94409166122496 94409200619520 140722060278112 140722060278248 140722060278248 140722060283850 0
/proc/22422/statm: 160533 143016 2528 595 0 145200 0
Current children cumulated CPU time: 3393.72 s
Current children cumulated vsize: 642132 KiB
Current children cumulated memory: 572064 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.09 4.02 5/263 22601
/proc/meminfo: memFree=128194076/131249988 swapFree=33010684/33010684
[pid=22422] ppid=22419 vsize=642132 memory=572064 CPUtime=3453.58 cores=1,3
/proc/22422/stat : 22422 (SynLSCD-PS) R 22419 22422 22261 0 -1 4194304 74001 0 0 0 344503 855 0 0 20 0 1 0 32969495 657543168 143016 18446744073709551615 94409163173888 94409165608889 140722060271792 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94409166089464 94409166122496 94409200619520 140722060278112 140722060278248 140722060278248 140722060283850 0
/proc/22422/statm: 160533 143016 2528 595 0 145200 0
Current children cumulated CPU time: 3453.58 s
Current children cumulated vsize: 642132 KiB
Current children cumulated memory: 572064 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.10 4.03 5/263 22739
/proc/meminfo: memFree=128878036/131249988 swapFree=33010684/33010684
[pid=22422] ppid=22419 vsize=642600 memory=573344 CPUtime=3513.43 cores=1,3
/proc/22422/stat : 22422 (SynLSCD-PS) R 22419 22422 22261 0 -1 4194304 74249 0 0 0 350488 855 0 0 20 0 1 0 32969495 658022400 143336 18446744073709551615 94409163173888 94409165608889 140722060271792 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94409166089464 94409166122496 94409200619520 140722060278112 140722060278248 140722060278248 140722060283850 0
/proc/22422/statm: 160650 143336 2528 595 0 145317 0
Current children cumulated CPU time: 3513.43 s
Current children cumulated vsize: 642600 KiB
Current children cumulated memory: 573344 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.10 4.03 5/264 22876
/proc/meminfo: memFree=128856472/131249988 swapFree=33010684/33010684
[pid=22422] ppid=22419 vsize=645088 memory=575776 CPUtime=3573.25 cores=1,3
/proc/22422/stat : 22422 (SynLSCD-PS) R 22419 22422 22261 0 -1 4194304 74861 0 0 0 356470 855 0 0 20 0 1 0 32969495 660570112 143944 18446744073709551615 94409163173888 94409165608889 140722060271792 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94409166089464 94409166122496 94409200619520 140722060278112 140722060278248 140722060278248 140722060283850 0
/proc/22422/statm: 161272 143944 2528 595 0 145939 0
Current children cumulated CPU time: 3573.25 s
Current children cumulated vsize: 645088 KiB
Current children cumulated memory: 575776 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.2 s]
/proc/loadavg: 4.14 4.10 4.03 5/264 22876
/proc/meminfo: memFree=128760308/131249988 swapFree=33010684/33010684
[pid=22422] ppid=22419 vsize=645544 memory=576032 CPUtime=3600.06 cores=1,3
/proc/22422/stat : 22422 (SynLSCD-PS) R 22419 22422 22261 0 -1 4194304 74917 0 0 0 359151 855 0 0 20 0 1 0 32969495 661037056 144008 18446744073709551615 94409163173888 94409165608889 140722060271792 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94409166089464 94409166122496 94409200619520 140722060278112 140722060278248 140722060278248 140722060283850 0
/proc/22422/statm: 161386 144008 2528 595 0 146053 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 645544 KiB
Current children cumulated memory: 576032 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.89 s, system=8.55906 s

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

[startup+3609.4 s]
/proc/loadavg: 4.14 4.10 4.03 5/264 22876
/proc/meminfo: memFree=128760308/131249988 swapFree=33010684/33010684
[pid=22422] ppid=22419 vsize=362348 memory=307036 CPUtime=3600.26 cores=1,3
/proc/22422/stat : 22422 (SynLSCD-PS) R 22419 22422 22261 0 -1 4194304 74922 0 0 0 359171 855 0 0 20 0 1 0 32969495 371044352 76759 18446744073709551615 94409163173888 94409165608889 140722060271792 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94409166089464 94409166122496 94409200619520 140722060278112 140722060278248 140722060278248 140722060283850 0
/proc/22422/statm: 90587 76759 2624 595 0 75254 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 362348 KiB
Current children cumulated memory: 307036 KiB

[startup+3609.5 s]
/proc/loadavg: 4.14 4.10 4.03 5/264 22876
/proc/meminfo: memFree=128760308/131249988 swapFree=33010684/33010684
[pid=22422] ppid=22419 vsize=362348 memory=307036 CPUtime=3600.36 cores=1,3
/proc/22422/stat : 22422 (SynLSCD-PS) R 22419 22422 22261 0 -1 4194304 74922 0 0 0 359181 855 0 0 20 0 1 0 32969495 371044352 76759 18446744073709551615 94409163173888 94409165608889 140722060271792 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94409166089464 94409166122496 94409200619520 140722060278112 140722060278248 140722060278248 140722060283850 0
/proc/22422/statm: 90587 76759 2624 595 0 75254 0
Current children cumulated CPU time: 3600.36 s
Current children cumulated vsize: 362348 KiB
Current children cumulated memory: 307036 KiB

Child status: 0

Real time (s): 3609.58
CPU time (s): 3600.44
CPU user time (s): 3591.89
CPU system time (s): 8.55906
CPU usage (%): 99.7469
Max. virtual memory (cumulated for all children) (KiB): 645544
Max. memory (cumulated for all children) (KiB): 576032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.89
system time used= 8.55906
maximum resident set size= 601908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74947
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= 230
involuntary context switches= 5292


# summary of solver processes directly reported to runsolver:
#   pid: 22422
#   total CPU time (s): 3600.44
#   total CPU user time (s): 3591.89
#   total CPU system time (s): 8.55906

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.00045 second user time and 15.3588 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-06-29 06:55:19
IDJOB=4506919
IDBENCH=158308
IDSOLVER=3370
FILE ID=nodeC020/4506919-1751172919
RUNJOBID= nodeC020-1751172827-22273
SLURM_JOB_ID= 9587540
Free space on /tmp= 433048 MiB

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

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

MD5SUM BENCH= 50117bf6e22b142cc615b717d0d3b45a
RANDOM SEED=188610430

nodeC020 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.796
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.79
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.897
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.79
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		: 3600.654
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.79
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		: 3621.340
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.79
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.934
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.79
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.975
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.79
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.250
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.79
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		: 3598.573
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129200436 kB
MemAvailable:   129232304 kB
Buffers:            3280 kB
Cached:           839156 kB
SwapCached:            0 kB
Active:           924040 kB
Inactive:         531856 kB
Active(anon):     631516 kB
Inactive(anon):        0 kB
Active(file):     292524 kB
Inactive(file):   531856 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4904 kB
Writeback:             0 kB
AnonPages:        616692 kB
Mapped:           113876 kB
Shmem:             18056 kB
KReclaimable:      93452 kB
Slab:             179996 kB
SReclaimable:      93452 kB
SUnreclaim:        86544 kB
KernelStack:        4320 kB
PageTables:         4404 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     988948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    182272 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433044 MiB
End job on nodeC020 at 2025-06-29 07:55:29