Trace number 4506774

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.45 3611.58

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K169.opb
MD5SUMe3ebae4cd87024085ca08d92094a2c8e
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 benchmark604.662
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20111
Total number of constraints20451
Number of constraints which are clauses20282
Number of constraints which are cardinality constraints (but not clauses)169
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint169
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 170
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.10/0.16	c #vars 20111 #constraints 20451 1.01691 1
1.17/1.20	c 20451 constraints
1.17/1.20	c Finish cloning data from SAT to LS
1.17/1.20	c restart_num_ls  -100000 0
266.90/267.84	c Use LS-small
266.90/267.84	restart_num  0 301
266.90/267.84	LS-restart 90 56
828.81/831.58	c Use LS-small
828.81/831.58	restart_num  301 602
828.81/831.58	LS-restart 80 69
1599.03/1604.15	c Use LS-small
1599.03/1604.15	restart_num  602 903
1599.03/1604.15	LS-restart 70 95
1599.03/1604.15	c similarity no use LS 0.992691
3131.01/3140.61	restart_num  903 1204
3131.01/3140.61	LS-restart 70 86
3131.01/3140.61	c similarity no use LS 0.994331
3600.06/3611.20	c Program interrupted by user.
3600.06/3611.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: 63837 MiB (62559 MiB free)
  memory of node 1: 64465 MiB (62730 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=20198, runsolver pid=20195

[startup+0.100105 s]*
/proc/loadavg: 4.08 4.10 4.12 5/249 20199
/proc/meminfo: memFree=128281204/131382120 swapFree=33010684/33010684
[pid=20198] ppid=20195 vsize=106728 memory=35872 CPUtime=0.1 cores=5,7
/proc/20198/stat : 20198 (SynLSCD) R 20195 20198 19723 0 -1 4194304 5499 0 0 0 9 1 0 0 20 0 1 0 32924217 109289472 8968 18446744073709551615 94445920157696 94445922591849 140721321675072 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94445923073272 94445923106304 94445942886400 140721321683302 140721321683435 140721321683435 140721321689037 0
/proc/20198/statm: 26682 8968 2240 595 0 11349 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 106728 KiB
Current children cumulated memory: 35872 KiB

[startup+0.21326 s]*
/proc/loadavg: 4.08 4.10 4.12 5/249 20199
/proc/meminfo: memFree=128280448/131382120 swapFree=33010684/33010684
[pid=20198] ppid=20195 vsize=108972 memory=38304 CPUtime=0.2 cores=5,7
/proc/20198/stat : 20198 (SynLSCD) R 20195 20198 19723 0 -1 4194304 6110 0 0 0 19 1 0 0 20 0 1 0 32924217 111587328 9576 18446744073709551615 94445920157696 94445922591849 140721321675072 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94445923073272 94445923106304 94445942886400 140721321683302 140721321683435 140721321683435 140721321689037 0
/proc/20198/statm: 27243 9576 2272 595 0 11910 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 108972 KiB
Current children cumulated memory: 38304 KiB

[startup+0.313315 s]*
/proc/loadavg: 4.08 4.10 4.12 5/249 20199
/proc/meminfo: memFree=128272888/131382120 swapFree=33010684/33010684
[pid=20198] ppid=20195 vsize=113372 memory=42528 CPUtime=0.31 cores=5,7
/proc/20198/stat : 20198 (SynLSCD) R 20195 20198 19723 0 -1 4194304 7208 0 0 0 29 2 0 0 20 0 1 0 32924217 116092928 10632 18446744073709551615 94445920157696 94445922591849 140721321675072 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94445923073272 94445923106304 94445942886400 140721321683302 140721321683435 140721321683435 140721321689037 0
/proc/20198/statm: 28343 10632 2272 595 0 13010 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 113372 KiB
Current children cumulated memory: 42528 KiB

[startup+0.700321 s]
/proc/loadavg: 4.08 4.10 4.12 5/249 20199
/proc/meminfo: memFree=128252980/131382120 swapFree=33010684/33010684
[pid=20198] ppid=20195 vsize=142992 memory=68984 CPUtime=0.68 cores=5,7
/proc/20198/stat : 20198 (SynLSCD) R 20195 20198 19723 0 -1 4194304 13548 0 0 0 64 4 0 0 20 0 1 0 32924217 146423808 17246 18446744073709551615 94445920157696 94445922591849 140721321675072 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94445923073272 94445923106304 94445942886400 140721321683302 140721321683435 140721321683435 140721321689037 0
/proc/20198/statm: 35748 17246 2464 595 0 20415 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 142992 KiB
Current children cumulated memory: 68984 KiB

[startup+1.50033 s]
/proc/loadavg: 4.08 4.10 4.12 5/249 20199
/proc/meminfo: memFree=128244916/131382120 swapFree=33010684/33010684
[pid=20198] ppid=20195 vsize=183628 memory=109176 CPUtime=1.48 cores=5,7
/proc/20198/stat : 20198 (SynLSCD) R 20195 20198 19723 0 -1 4194304 23600 0 0 0 139 9 0 0 20 0 1 0 32924217 188035072 27294 18446744073709551615 94445920157696 94445922591849 140721321675072 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94445923073272 94445923106304 94445942886400 140721321683302 140721321683435 140721321683435 140721321689037 0
/proc/20198/statm: 45907 27294 2464 595 0 30574 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 183628 KiB
Current children cumulated memory: 109176 KiB

[startup+3.11296 s]
/proc/loadavg: 4.08 4.10 4.12 5/249 20199
/proc/meminfo: memFree=128196536/131382120 swapFree=33010684/33010684
[pid=20198] ppid=20195 vsize=183628 memory=109176 CPUtime=3.08 cores=5,7
/proc/20198/stat : 20198 (SynLSCD) R 20195 20198 19723 0 -1 4194304 23611 0 0 0 288 20 0 0 20 0 1 0 32924217 188035072 27294 18446744073709551615 94445920157696 94445922591849 140721321675072 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94445923073272 94445923106304 94445942886400 140721321683302 140721321683435 140721321683435 140721321689037 0
/proc/20198/statm: 45907 27294 2464 595 0 30574 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 183628 KiB
Current children cumulated memory: 109176 KiB

[startup+6.30032 s]
/proc/loadavg: 4.08 4.10 4.12 5/249 20199
/proc/meminfo: memFree=128180312/131382120 swapFree=33010684/33010684
[pid=20198] ppid=20195 vsize=183628 memory=109176 CPUtime=6.26 cores=5,7
/proc/20198/stat : 20198 (SynLSCD) R 20195 20198 19723 0 -1 4194304 23611 0 0 0 584 42 0 0 20 0 1 0 32924217 188035072 27294 18446744073709551615 94445920157696 94445922591849 140721321675072 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94445923073272 94445923106304 94445942886400 140721321683302 140721321683435 140721321683435 140721321689037 0
/proc/20198/statm: 45907 27294 2464 595 0 30574 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 183628 KiB
Current children cumulated memory: 109176 KiB

[startup+12.7003 s]
/proc/loadavg: 4.07 4.10 4.12 5/249 20199
/proc/meminfo: memFree=128180312/131382120 swapFree=33010684/33010684
[pid=20198] ppid=20195 vsize=183628 memory=109176 CPUtime=12.64 cores=5,7
/proc/20198/stat : 20198 (SynLSCD) R 20195 20198 19723 0 -1 4194304 23611 0 0 0 1175 89 0 0 20 0 1 0 32924217 188035072 27294 18446744073709551615 94445920157696 94445922591849 140721321675072 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94445923073272 94445923106304 94445942886400 140721321683302 140721321683435 140721321683435 140721321689037 0
/proc/20198/statm: 45907 27294 2464 595 0 30574 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 183628 KiB
Current children cumulated memory: 109176 KiB

[startup+25.5003 s]
/proc/loadavg: 4.05 4.09 4.12 5/249 20199
/proc/meminfo: memFree=128164184/131382120 swapFree=33010684/33010684
[pid=20198] ppid=20195 vsize=185004 memory=110712 CPUtime=25.41 cores=5,7
/proc/20198/stat : 20198 (SynLSCD) R 20195 20198 19723 0 -1 4194304 23961 0 0 0 2361 180 0 0 20 0 1 0 32924217 189444096 27678 18446744073709551615 94445920157696 94445922591849 140721321675072 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94445923073272 94445923106304 94445942886400 140721321683302 140721321683435 140721321683435 140721321689037 0
/proc/20198/statm: 46251 27678 2496 595 0 30918 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 185004 KiB
Current children cumulated memory: 110712 KiB

[startup+51.1129 s]
/proc/loadavg: 4.10 4.10 4.12 5/249 20200
/proc/meminfo: memFree=127974192/131382120 swapFree=33010684/33010684
[pid=20198] ppid=20195 vsize=256064 memory=186372 CPUtime=50.93 cores=5,7
/proc/20198/stat : 20198 (SynLSCD) R 20195 20198 19723 0 -1 4194304 33343 0 0 0 4907 186 0 0 20 0 1 0 32924217 262209536 46593 18446744073709551615 94445920157696 94445922591849 140721321675072 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94445923073272 94445923106304 94445942886400 140721321683302 140721321683435 140721321683435 140721321689037 0
/proc/20198/statm: 64016 46593 2496 595 0 48683 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 256064 KiB
Current children cumulated memory: 186372 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.10 4.12 5/250 20205
/proc/meminfo: memFree=127906624/131382120 swapFree=33010684/33010684
[pid=20198] ppid=20195 vsize=315588 memory=221140 CPUtime=101.94 cores=5,7
/proc/20198/stat : 20198 (SynLSCD) R 20195 20198 19723 0 -1 4194304 38874 0 0 0 10002 192 0 0 20 0 1 0 32924217 323162112 55285 18446744073709551615 94445920157696 94445922591849 140721321675072 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94445923073272 94445923106304 94445942886400 140721321683302 140721321683435 140721321683435 140721321689037 0
/proc/20198/statm: 78897 55285 2496 595 0 63564 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 315588 KiB
Current children cumulated memory: 221140 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.09 4.11 5/251 20209
/proc/meminfo: memFree=127869116/131382120 swapFree=33010684/33010684
[pid=20198] ppid=20195 vsize=328832 memory=233812 CPUtime=161.75 cores=5,7
/proc/20198/stat : 20198 (SynLSCD) R 20195 20198 19723 0 -1 4194304 42070 0 0 0 15981 194 0 0 20 0 1 0 32924217 336723968 58453 18446744073709551615 94445920157696 94445922591849 140721321675072 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94445923073272 94445923106304 94445942886400 140721321683302 140721321683435 140721321683435 140721321689037 0
/proc/20198/statm: 82208 58453 2496 595 0 66875 0
Current children cumulated CPU time: 161.75 s
Current children cumulated vsize: 328832 KiB
Current children cumulated memory: 233812 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 4.09 4.10 5/251 20212
/proc/meminfo: memFree=127852056/131382120 swapFree=33010684/33010684
[pid=20198] ppid=20195 vsize=342692 memory=247764 CPUtime=221.54 cores=5,7
/proc/20198/stat : 20198 (SynLSCD) R 20195 20198 19723 0 -1 4194304 45508 0 0 0 21954 200 0 0 20 0 1 0 32924217 350916608 61941 18446744073709551615 94445920157696 94445922591849 140721321675072 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94445923073272 94445923106304 94445942886400 140721321683302 140721321683435 140721321683435 140721321689037 0
/proc/20198/statm: 85673 61941 2528 595 0 70340 0
Current children cumulated CPU time: 221.54 s
Current children cumulated vsize: 342692 KiB
Current children cumulated memory: 247764 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.10 4.10 5/251 20258
/proc/meminfo: memFree=128334852/131382120 swapFree=33010684/33010684
[pid=20198] ppid=20195 vsize=346288 memory=251348 CPUtime=281.35 cores=5,7
/proc/20198/stat : 20198 (SynLSCD) R 20195 20198 19723 0 -1 4194304 46420 0 0 0 27821 314 0 0 20 0 1 0 32924217 354598912 62837 18446744073709551615 94445920157696 94445922591849 140721321675072 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94445923073272 94445923106304 94445942886400 140721321683302 140721321683435 140721321683435 140721321689037 0
/proc/20198/statm: 86572 62837 2528 595 0 71239 0
Current children cumulated CPU time: 281.35 s
Current children cumulated vsize: 346288 KiB
Current children cumulated memory: 251348 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.11 4.10 5/251 20260
/proc/meminfo: memFree=128282460/131382120 swapFree=33010684/33010684
[pid=20198] ppid=20195 vsize=354992 memory=260308 CPUtime=341.17 cores=5,7
/proc/20198/stat : 20198 (SynLSCD) R 20195 20198 19723 0 -1 4194304 48667 0 0 0 33651 466 0 0 20 0 1 0 32924217 363511808 65077 18446744073709551615 94445920157696 94445922591849 140721321675072 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94445923073272 94445923106304 94445942886400 140721321683302 140721321683435 140721321683435 140721321689037 0
/proc/20198/statm: 88748 65077 2528 595 0 73415 0
Current children cumulated CPU time: 341.17 s
Current children cumulated vsize: 354992 KiB
Current children cumulated memory: 260308 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 4.12 4.10 5/250 20262
/proc/meminfo: memFree=128186384/131382120 swapFree=33010684/33010684
[pid=20198] ppid=20195 vsize=361068 memory=265940 CPUtime=400.98 cores=5,7
/proc/20198/stat : 20198 (SynLSCD) R 20195 20198 19723 0 -1 4194304 50100 0 0 0 39623 475 0 0 20 0 1 0 32924217 369733632 66485 18446744073709551615 94445920157696 94445922591849 140721321675072 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94445923073272 94445923106304 94445942886400 140721321683302 140721321683435 140721321683435 140721321689037 0
/proc/20198/statm: 90267 66485 2528 595 0 74934 0
Current children cumulated CPU time: 400.98 s
Current children cumulated vsize: 361068 KiB
Current children cumulated memory: 265940 KiB

[startup+462.3 s]
/proc/loadavg: 4.05 4.09 4.09 5/249 20264
/proc/meminfo: memFree=128135244/131382120 swapFree=33010684/33010684
[pid=20198] ppid=20195 vsize=368708 memory=274132 CPUtime=460.78 cores=5,7
/proc/20198/stat : 20198 (SynLSCD) R 20195 20198 19723 0 -1 4194304 52154 0 0 0 45603 475 0 0 20 0 1 0 32924217 377556992 68533 18446744073709551615 94445920157696 94445922591849 140721321675072 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94445923073272 94445923106304 94445942886400 140721321683302 140721321683435 140721321683435 140721321689037 0
/proc/20198/statm: 92177 68533 2528 595 0 76844 0

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

Current children cumulated memory: 371748 KiB

[startup+2982.3 s]
/proc/loadavg: 4.12 4.12 4.12 5/251 20440
/proc/meminfo: memFree=128905016/131382120 swapFree=33010684/33010684
[pid=20198] ppid=20195 vsize=442552 memory=372644 CPUtime=2973.24 cores=5,7
/proc/20198/stat : 20198 (SynLSCD) R 20195 20198 19723 0 -1 4194304 70719 0 0 0 296577 747 0 0 20 0 1 0 32924217 453173248 93161 18446744073709551615 94445920157696 94445922591849 140721321675072 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94445923073272 94445923106304 94445942886400 140721321683302 140721321683435 140721321683435 140721321689037 0
/proc/20198/statm: 110638 93161 2528 595 0 95305 0
Current children cumulated CPU time: 2973.24 s
Current children cumulated vsize: 442552 KiB
Current children cumulated memory: 372644 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.11 4.11 5/250 20442
/proc/meminfo: memFree=128900260/131382120 swapFree=33010684/33010684
[pid=20198] ppid=20195 vsize=443392 memory=373156 CPUtime=3033.04 cores=5,7
/proc/20198/stat : 20198 (SynLSCD) R 20195 20198 19723 0 -1 4194304 70866 0 0 0 302557 747 0 0 20 0 1 0 32924217 454033408 93289 18446744073709551615 94445920157696 94445922591849 140721321675072 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94445923073272 94445923106304 94445942886400 140721321683302 140721321683435 140721321683435 140721321689037 0
/proc/20198/statm: 110848 93289 2528 595 0 95515 0
Current children cumulated CPU time: 3033.04 s
Current children cumulated vsize: 443392 KiB
Current children cumulated memory: 373156 KiB

[startup+3102.3 s]
/proc/loadavg: 4.14 4.12 4.11 6/250 20444
/proc/meminfo: memFree=128893456/131382120 swapFree=33010684/33010684
[pid=20198] ppid=20195 vsize=443392 memory=373156 CPUtime=3092.84 cores=5,7
/proc/20198/stat : 20198 (SynLSCD) R 20195 20198 19723 0 -1 4194304 70872 0 0 0 308537 747 0 0 20 0 1 0 32924217 454033408 93289 18446744073709551615 94445920157696 94445922591849 140721321675072 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94445923073272 94445923106304 94445942886400 140721321683302 140721321683435 140721321683435 140721321689037 0
/proc/20198/statm: 110848 93289 2528 595 0 95515 0
Current children cumulated CPU time: 3092.84 s
Current children cumulated vsize: 443392 KiB
Current children cumulated memory: 373156 KiB

[startup+3162.3 s]
/proc/loadavg: 4.39 4.18 4.13 5/251 20449
/proc/meminfo: memFree=128893976/131382120 swapFree=33010684/33010684
[pid=20198] ppid=20195 vsize=444316 memory=374308 CPUtime=3152.64 cores=5,7
/proc/20198/stat : 20198 (SynLSCD) R 20195 20198 19723 0 -1 4194304 71140 0 0 0 314517 747 0 0 20 0 1 0 32924217 454979584 93577 18446744073709551615 94445920157696 94445922591849 140721321675072 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94445923073272 94445923106304 94445942886400 140721321683302 140721321683435 140721321683435 140721321689037 0
/proc/20198/statm: 111079 93577 2528 595 0 95746 0
Current children cumulated CPU time: 3152.64 s
Current children cumulated vsize: 444316 KiB
Current children cumulated memory: 374308 KiB

[startup+3222.3 s]
/proc/loadavg: 4.60 4.29 4.18 5/252 20454
/proc/meminfo: memFree=128874648/131382120 swapFree=33010684/33010684
[pid=20198] ppid=20195 vsize=446068 memory=375844 CPUtime=3212.43 cores=5,7
/proc/20198/stat : 20198 (SynLSCD) R 20195 20198 19723 0 -1 4194304 71528 0 0 0 320493 750 0 0 20 0 1 0 32924217 456773632 93961 18446744073709551615 94445920157696 94445922591849 140721321675072 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94445923073272 94445923106304 94445942886400 140721321683302 140721321683435 140721321683435 140721321689037 0
/proc/20198/statm: 111517 93961 2528 595 0 96184 0
Current children cumulated CPU time: 3212.43 s
Current children cumulated vsize: 446068 KiB
Current children cumulated memory: 375844 KiB

[startup+3282.3 s]
/proc/loadavg: 4.79 4.40 4.22 5/252 20456
/proc/meminfo: memFree=128832600/131382120 swapFree=33010684/33010684
[pid=20198] ppid=20195 vsize=446676 memory=376612 CPUtime=3272.22 cores=5,7
/proc/20198/stat : 20198 (SynLSCD) R 20195 20198 19723 0 -1 4194304 71727 0 0 0 326472 750 0 0 20 0 1 0 32924217 457396224 94153 18446744073709551615 94445920157696 94445922591849 140721321675072 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94445923073272 94445923106304 94445942886400 140721321683302 140721321683435 140721321683435 140721321689037 0
/proc/20198/statm: 111669 94153 2528 595 0 96336 0
Current children cumulated CPU time: 3272.22 s
Current children cumulated vsize: 446676 KiB
Current children cumulated memory: 376612 KiB

[startup+3342.3 s]
/proc/loadavg: 4.53 4.41 4.24 6/251 20458
/proc/meminfo: memFree=128769852/131382120 swapFree=33010684/33010684
[pid=20198] ppid=20195 vsize=447376 memory=377124 CPUtime=3332.04 cores=5,7
/proc/20198/stat : 20198 (SynLSCD) R 20195 20198 19723 0 -1 4194304 71863 0 0 0 332453 751 0 0 20 0 1 0 32924217 458113024 94281 18446744073709551615 94445920157696 94445922591849 140721321675072 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94445923073272 94445923106304 94445942886400 140721321683302 140721321683435 140721321683435 140721321689037 0
/proc/20198/statm: 111844 94281 2528 595 0 96511 0
Current children cumulated CPU time: 3332.04 s
Current children cumulated vsize: 447376 KiB
Current children cumulated memory: 377124 KiB

[startup+3402.3 s]
/proc/loadavg: 4.31 4.36 4.23 5/251 20460
/proc/meminfo: memFree=128741284/131382120 swapFree=33010684/33010684
[pid=20198] ppid=20195 vsize=448424 memory=378148 CPUtime=3391.83 cores=5,7
/proc/20198/stat : 20198 (SynLSCD) R 20195 20198 19723 0 -1 4194304 72125 0 0 0 338429 754 0 0 20 0 1 0 32924217 459186176 94537 18446744073709551615 94445920157696 94445922591849 140721321675072 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94445923073272 94445923106304 94445942886400 140721321683302 140721321683435 140721321683435 140721321689037 0
/proc/20198/statm: 112106 94537 2528 595 0 96773 0
Current children cumulated CPU time: 3391.83 s
Current children cumulated vsize: 448424 KiB
Current children cumulated memory: 378148 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.31 4.22 5/250 20462
/proc/meminfo: memFree=128687292/131382120 swapFree=33010684/33010684
[pid=20198] ppid=20195 vsize=449528 memory=379428 CPUtime=3451.63 cores=5,7
/proc/20198/stat : 20198 (SynLSCD) R 20195 20198 19723 0 -1 4194304 72425 0 0 0 344409 754 0 0 20 0 1 0 32924217 460316672 94857 18446744073709551615 94445920157696 94445922591849 140721321675072 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94445923073272 94445923106304 94445942886400 140721321683302 140721321683435 140721321683435 140721321689037 0
/proc/20198/statm: 112382 94857 2528 595 0 97049 0
Current children cumulated CPU time: 3451.63 s
Current children cumulated vsize: 449528 KiB
Current children cumulated memory: 379428 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.25 4.20 5/250 20464
/proc/meminfo: memFree=128663732/131382120 swapFree=33010684/33010684
[pid=20198] ppid=20195 vsize=450356 memory=380580 CPUtime=3511.43 cores=5,7
/proc/20198/stat : 20198 (SynLSCD) R 20195 20198 19723 0 -1 4194304 72729 0 0 0 350389 754 0 0 20 0 1 0 32924217 461164544 95145 18446744073709551615 94445920157696 94445922591849 140721321675072 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94445923073272 94445923106304 94445942886400 140721321683302 140721321683435 140721321683435 140721321689037 0
/proc/20198/statm: 112589 95145 2528 595 0 97256 0
Current children cumulated CPU time: 3511.43 s
Current children cumulated vsize: 450356 KiB
Current children cumulated memory: 380580 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.25 4.20 5/250 20514
/proc/meminfo: memFree=128908868/131382120 swapFree=33010684/33010684
[pid=20198] ppid=20195 vsize=451152 memory=381092 CPUtime=3571.25 cores=5,7
/proc/20198/stat : 20198 (SynLSCD) R 20195 20198 19723 0 -1 4194304 72845 0 0 0 356371 754 0 0 20 0 1 0 32924217 461979648 95273 18446744073709551615 94445920157696 94445922591849 140721321675072 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94445923073272 94445923106304 94445942886400 140721321683302 140721321683435 140721321683435 140721321689037 0
/proc/20198/statm: 112788 95273 2528 595 0 97455 0
Current children cumulated CPU time: 3571.25 s
Current children cumulated vsize: 451152 KiB
Current children cumulated memory: 381092 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.2 s]
/proc/loadavg: 4.10 4.22 4.19 5/250 20515
/proc/meminfo: memFree=128851132/131382120 swapFree=33010684/33010684
[pid=20198] ppid=20195 vsize=451572 memory=381732 CPUtime=3600.06 cores=5,7
/proc/20198/stat : 20198 (SynLSCD) R 20195 20198 19723 0 -1 4194304 73004 0 0 0 359252 754 0 0 20 0 1 0 32924217 462409728 95433 18446744073709551615 94445920157696 94445922591849 140721321675072 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94445923073272 94445923106304 94445942886400 140721321683302 140721321683435 140721321683435 140721321689037 0
/proc/20198/statm: 112893 95433 2528 595 0 97560 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 451572 KiB
Current children cumulated memory: 381732 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.9 s, system=7.54925 s

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

[startup+3611.4 s]
/proc/loadavg: 4.10 4.22 4.19 5/250 20515
/proc/meminfo: memFree=128851132/131382120 swapFree=33010684/33010684
[pid=20198] ppid=20195 vsize=359100 memory=303960 CPUtime=3600.26 cores=5,7
/proc/20198/stat : 20198 (SynLSCD) R 20195 20198 19723 0 -1 4194304 73009 0 0 0 359272 754 0 0 20 0 1 0 32924217 367718400 75990 18446744073709551615 94445920157696 94445922591849 140721321675072 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94445923073272 94445923106304 94445942886400 140721321683302 140721321683435 140721321683435 140721321689037 0
/proc/20198/statm: 89775 75990 2624 595 0 74442 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 359100 KiB
Current children cumulated memory: 303960 KiB

[startup+3611.5 s]
/proc/loadavg: 4.10 4.22 4.19 5/250 20515
/proc/meminfo: memFree=128851132/131382120 swapFree=33010684/33010684
[pid=20198] ppid=20195 vsize=359100 memory=303960 CPUtime=3600.36 cores=5,7
/proc/20198/stat : 20198 (SynLSCD) R 20195 20198 19723 0 -1 4194304 73009 0 0 0 359282 754 0 0 20 0 1 0 32924217 367718400 75990 18446744073709551615 94445920157696 94445922591849 140721321675072 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94445923073272 94445923106304 94445942886400 140721321683302 140721321683435 140721321683435 140721321689037 0
/proc/20198/statm: 89775 75990 2624 595 0 74442 0
Current children cumulated CPU time: 3600.36 s
Current children cumulated vsize: 359100 KiB
Current children cumulated memory: 303960 KiB

Child status: 0

Real time (s): 3611.58
CPU time (s): 3600.45
CPU user time (s): 3592.9
CPU system time (s): 7.54925
CPU usage (%): 99.6919
Max. virtual memory (cumulated for all children) (KiB): 451572
Max. memory (cumulated for all children) (KiB): 381732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.9
system time used= 7.54925
maximum resident set size= 382116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73035
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= 234
involuntary context switches= 19909


# summary of solver processes directly reported to runsolver:
#   pid: 20198
#   total CPU time (s): 3600.45
#   total CPU user time (s): 3592.9
#   total CPU system time (s): 7.54925

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.5156 second user time and 31.7254 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-06-29 06:47:31
IDJOB=4506774
IDBENCH=158263
IDSOLVER=3369
FILE ID=nodeC008/4506774-1751172451
RUNJOBID= nodeC008-1751168806-19736
SLURM_JOB_ID= 9587514
Free space on /tmp= 433000 MiB

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

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

MD5SUM BENCH= e3ebae4cd87024085ca08d92094a2c8e
RANDOM SEED=290069676

nodeC008 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		: 3661.785
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.72
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		: 3491.908
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.72
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.334
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.72
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.134
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.72
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		: 3661.818
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.72
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		: 3492.612
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.72
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.593
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.72
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.141
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.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        128298556 kB
MemAvailable:   127960308 kB
Buffers:            3280 kB
Cached:           473620 kB
SwapCached:            0 kB
Active:          2284768 kB
Inactive:         260340 kB
Active(anon):    2086164 kB
Inactive(anon):        0 kB
Active(file):     198604 kB
Inactive(file):   260340 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             46172 kB
Writeback:             0 kB
AnonPages:       2071340 kB
Mapped:           113520 kB
Shmem:             17956 kB
KReclaimable:      84872 kB
Slab:             163520 kB
SReclaimable:      84872 kB
SUnreclaim:        78648 kB
KernelStack:        4096 kB
PageTables:         7144 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    2567764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149320 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1312768 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:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433044 MiB
End job on nodeC008 at 2025-06-29 07:47:43