Trace number 4506739

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.37 3610.13

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K134.opb
MD5SUM963edb3c79c326322e0bda3e585d3232
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15946
Total number of constraints16216
Number of constraints which are clauses16082
Number of constraints which are cardinality constraints (but not clauses)134
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint134
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 135
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.00/0.09	c #vars 15946 #constraints 16216 1.01693 1
0.77/0.85	c 16216 constraints
0.77/0.85	c Finish cloning data from SAT to LS
0.77/0.85	c restart_num_ls  -100000 0
26.41/26.52	c Use LS-small
26.41/26.52	c update_LS_target_phase-runLS
209.04/209.67	c restart_num  0 301
209.04/209.67	c LS-restart 90 93
209.04/209.67	c similarity no use LS 0.995046
588.34/589.95	c restart_num  301 607
588.34/589.95	c LS-restart 90 63
1002.76/1005.49	c Use LS-small
1002.76/1005.49	c restart_num  607 909
1002.76/1005.49	c LS-restart 80 9
1023.21/1025.99	c Use LS-small
1023.21/1025.99	c target lsphase phase save
1023.21/1025.99	c update_LS_target_phase-runLS-restart
2112.07/2117.64	c restart_num  909 1210
2112.07/2117.64	c LS-restart 70 11
2711.88/2719.12	c Use LS-small
2711.88/2719.12	c restart_num  1210 1511
2711.88/2719.12	c LS-restart 60 99
2711.88/2719.12	c similarity no use LS 0.995485
3600.03/3609.80	c Program interrupted by user.
3600.03/3609.80	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 (62909 MiB free)
  memory of node 1: 64465 MiB (63773 MiB free)
  node distances:
     10  21
     21  10

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


[startup+0.100057 s]*
/proc/loadavg: 0.75 1.40 1.87 6/265 22331
/proc/meminfo: memFree=129661404/131249988 swapFree=33010684/33010684
[pid=22326] ppid=22313 vsize=99576 memory=28972 CPUtime=0.08 cores=5,7
/proc/22326/stat : 22326 (SynLSCD-PS) R 22313 22326 22261 0 -1 4194304 4735 0 0 0 7 1 0 0 20 0 1 0 32960236 101965824 7243 18446744073709551615 94560561168384 94560563603385 140737092666000 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94560564083960 94560564116992 94560599789568 140737092671840 140737092671976 140737092671976 140737092677578 0
/proc/22326/statm: 24894 7243 2272 595 0 9561 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 99576 KiB
Current children cumulated memory: 28972 KiB

[startup+0.205527 s]*
/proc/loadavg: 0.75 1.40 1.87 6/265 22331
/proc/meminfo: memFree=129624108/131249988 swapFree=33010684/33010684
[pid=22326] ppid=22313 vsize=121980 memory=51132 CPUtime=0.18 cores=5,7
/proc/22326/stat : 22326 (SynLSCD-PS) R 22313 22326 22261 0 -1 4194304 10815 0 0 0 16 2 0 0 20 0 1 0 32960236 124907520 12783 18446744073709551615 94560561168384 94560563603385 140737092666000 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94560564083960 94560564116992 94560599789568 140737092671840 140737092671976 140737092671976 140737092677578 0
/proc/22326/statm: 30495 12783 2432 595 0 15162 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 121980 KiB
Current children cumulated memory: 51132 KiB

[startup+0.305514 s]*
/proc/loadavg: 0.75 1.40 1.87 6/265 22331
/proc/meminfo: memFree=129552300/131249988 swapFree=33010684/33010684
[pid=22326] ppid=22313 vsize=125248 memory=52796 CPUtime=0.28 cores=5,7
/proc/22326/stat : 22326 (SynLSCD-PS) R 22313 22326 22261 0 -1 4194304 11239 0 0 0 26 2 0 0 20 0 1 0 32960236 128253952 13199 18446744073709551615 94560561168384 94560563603385 140737092666000 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94560564083960 94560564116992 94560599789568 140737092671840 140737092671976 140737092671976 140737092677578 0
/proc/22326/statm: 31312 13199 2432 595 0 15979 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 125248 KiB
Current children cumulated memory: 52796 KiB

[startup+0.700153 s]
/proc/loadavg: 0.75 1.40 1.87 6/265 22331
/proc/meminfo: memFree=129536708/131249988 swapFree=33010684/33010684
[pid=22326] ppid=22313 vsize=126472 memory=54716 CPUtime=0.67 cores=5,7
/proc/22326/stat : 22326 (SynLSCD-PS) R 22313 22326 22261 0 -1 4194304 11722 0 0 0 65 2 0 0 20 0 1 0 32960236 129507328 13679 18446744073709551615 94560561168384 94560563603385 140737092666000 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94560564083960 94560564116992 94560599789568 140737092671840 140737092671976 140737092671976 140737092677578 0
/proc/22326/statm: 31618 13679 2432 595 0 16285 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 126472 KiB
Current children cumulated memory: 54716 KiB

[startup+1.50016 s]
/proc/loadavg: 0.75 1.40 1.87 6/265 22331
/proc/meminfo: memFree=129399876/131249988 swapFree=33010684/33010684
[pid=22326] ppid=22313 vsize=154012 memory=81468 CPUtime=1.47 cores=5,7
/proc/22326/stat : 22326 (SynLSCD-PS) R 22313 22326 22261 0 -1 4194304 18389 0 0 0 139 8 0 0 20 0 1 0 32960236 157708288 20367 18446744073709551615 94560561168384 94560563603385 140737092666000 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94560564083960 94560564116992 94560599789568 140737092671840 140737092671976 140737092671976 140737092677578 0
/proc/22326/statm: 38503 20367 2464 595 0 23170 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 154012 KiB
Current children cumulated memory: 81468 KiB

[startup+3.10531 s]
/proc/loadavg: 0.75 1.40 1.87 6/265 22331
/proc/meminfo: memFree=129400024/131249988 swapFree=33010684/33010684
[pid=22326] ppid=22313 vsize=154012 memory=81468 CPUtime=3.07 cores=5,7
/proc/22326/stat : 22326 (SynLSCD-PS) R 22313 22326 22261 0 -1 4194304 18389 0 0 0 286 21 0 0 20 0 1 0 32960236 157708288 20367 18446744073709551615 94560561168384 94560563603385 140737092666000 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94560564083960 94560564116992 94560599789568 140737092671840 140737092671976 140737092671976 140737092677578 0
/proc/22326/statm: 38503 20367 2464 595 0 23170 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 154012 KiB
Current children cumulated memory: 81468 KiB

[startup+6.30015 s]
/proc/loadavg: 1.02 1.44 1.88 6/265 22331
/proc/meminfo: memFree=129400464/131249988 swapFree=33010684/33010684
[pid=22326] ppid=22313 vsize=154012 memory=81468 CPUtime=6.26 cores=5,7
/proc/22326/stat : 22326 (SynLSCD-PS) R 22313 22326 22261 0 -1 4194304 18389 0 0 0 578 48 0 0 20 0 1 0 32960236 157708288 20367 18446744073709551615 94560561168384 94560563603385 140737092666000 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94560564083960 94560564116992 94560599789568 140737092671840 140737092671976 140737092671976 140737092677578 0
/proc/22326/statm: 38503 20367 2464 595 0 23170 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 154012 KiB
Current children cumulated memory: 81468 KiB

[startup+12.7001 s]
/proc/loadavg: 1.25 1.48 1.89 6/265 22331
/proc/meminfo: memFree=129400496/131249988 swapFree=33010684/33010684
[pid=22326] ppid=22313 vsize=154012 memory=81468 CPUtime=12.64 cores=5,7
/proc/22326/stat : 22326 (SynLSCD-PS) R 22313 22326 22261 0 -1 4194304 18389 0 0 0 1165 99 0 0 20 0 1 0 32960236 157708288 20367 18446744073709551615 94560561168384 94560563603385 140737092666000 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94560564083960 94560564116992 94560599789568 140737092671840 140737092671976 140737092671976 140737092677578 0
/proc/22326/statm: 38503 20367 2464 595 0 23170 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 154012 KiB
Current children cumulated memory: 81468 KiB

[startup+25.5002 s]
/proc/loadavg: 1.86 1.61 1.93 6/265 22331
/proc/meminfo: memFree=129392336/131249988 swapFree=33010684/33010684
[pid=22326] ppid=22313 vsize=154012 memory=81468 CPUtime=25.41 cores=5,7
/proc/22326/stat : 22326 (SynLSCD-PS) R 22313 22326 22261 0 -1 4194304 18389 0 0 0 2338 203 0 0 20 0 1 0 32960236 157708288 20367 18446744073709551615 94560561168384 94560563603385 140737092666000 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94560564083960 94560564116992 94560599789568 140737092671840 140737092671976 140737092671976 140737092677578 0
/proc/22326/statm: 38503 20367 2464 595 0 23170 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 154012 KiB
Current children cumulated memory: 81468 KiB

[startup+51.1057 s]
/proc/loadavg: 2.66 1.82 1.99 6/266 22378
/proc/meminfo: memFree=129184448/131249988 swapFree=33010684/33010684
[pid=22326] ppid=22313 vsize=219668 memory=155940 CPUtime=50.95 cores=5,7
/proc/22326/stat : 22326 (SynLSCD-PS) R 22313 22326 22261 0 -1 4194304 26384 0 0 0 4878 217 0 0 20 0 1 0 32960236 224940032 38985 18446744073709551615 94560561168384 94560563603385 140737092666000 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94560564083960 94560564116992 94560599789568 140737092671840 140737092671976 140737092671976 140737092677578 0
/proc/22326/statm: 54917 38985 2496 595 0 39584 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 219668 KiB
Current children cumulated memory: 155940 KiB

[startup+102.3 s]
/proc/loadavg: 3.48 2.17 2.10 6/266 22423
/proc/meminfo: memFree=129093008/131249988 swapFree=33010684/33010684
[pid=22326] ppid=22313 vsize=244248 memory=182840 CPUtime=102.01 cores=5,7
/proc/22326/stat : 22326 (SynLSCD-PS) R 22313 22326 22261 0 -1 4194304 32551 0 0 0 9979 222 0 0 20 0 1 0 32960236 250109952 45710 18446744073709551615 94560561168384 94560563603385 140737092666000 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94560564083960 94560564116992 94560599789568 140737092671840 140737092671976 140737092671976 140737092677578 0
/proc/22326/statm: 61062 45710 2528 595 0 45729 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 244248 KiB
Current children cumulated memory: 182840 KiB

[startup+162.3 s]
/proc/loadavg: 3.85 2.52 2.23 6/267 22426
/proc/meminfo: memFree=128951396/131249988 swapFree=33010684/33010684
[pid=22326] ppid=22313 vsize=258344 memory=198072 CPUtime=161.86 cores=5,7
/proc/22326/stat : 22326 (SynLSCD-PS) R 22313 22326 22261 0 -1 4194304 36370 0 0 0 15955 231 0 0 20 0 1 0 32960236 264544256 49518 18446744073709551615 94560561168384 94560563603385 140737092666000 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94560564083960 94560564116992 94560599789568 140737092671840 140737092671976 140737092671976 140737092677578 0
/proc/22326/statm: 64586 49518 2528 595 0 49253 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 258344 KiB
Current children cumulated memory: 198072 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 2.82 2.35 6/266 22431
/proc/meminfo: memFree=128896008/131249988 swapFree=33010684/33010684
[pid=22326] ppid=22313 vsize=271200 memory=210488 CPUtime=221.7 cores=5,7
/proc/22326/stat : 22326 (SynLSCD-PS) R 22313 22326 22261 0 -1 4194304 39500 0 0 0 21939 231 0 0 20 0 1 0 32960236 277708800 52622 18446744073709551615 94560561168384 94560563603385 140737092666000 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94560564083960 94560564116992 94560599789568 140737092671840 140737092671976 140737092671976 140737092677578 0
/proc/22326/statm: 67800 52622 2528 595 0 52467 0
Current children cumulated CPU time: 221.7 s
Current children cumulated vsize: 271200 KiB
Current children cumulated memory: 210488 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 3.06 2.46 6/266 22433
/proc/meminfo: memFree=128855896/131249988 swapFree=33010684/33010684
[pid=22326] ppid=22313 vsize=276340 memory=215736 CPUtime=281.54 cores=5,7
/proc/22326/stat : 22326 (SynLSCD-PS) R 22313 22326 22261 0 -1 4194304 40811 0 0 0 27922 232 0 0 20 0 1 0 32960236 282972160 53934 18446744073709551615 94560561168384 94560563603385 140737092666000 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94560564083960 94560564116992 94560599789568 140737092671840 140737092671976 140737092671976 140737092677578 0
/proc/22326/statm: 69085 53934 2528 595 0 53752 0
Current children cumulated CPU time: 281.54 s
Current children cumulated vsize: 276340 KiB
Current children cumulated memory: 215736 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 3.26 2.57 6/265 22435
/proc/meminfo: memFree=128815140/131249988 swapFree=33010684/33010684
[pid=22326] ppid=22313 vsize=283792 memory=223160 CPUtime=341.39 cores=5,7
/proc/22326/stat : 22326 (SynLSCD-PS) R 22313 22326 22261 0 -1 4194304 42669 0 0 0 33902 237 0 0 20 0 1 0 32960236 290603008 55790 18446744073709551615 94560561168384 94560563603385 140737092666000 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94560564083960 94560564116992 94560599789568 140737092671840 140737092671976 140737092671976 140737092677578 0
/proc/22326/statm: 70948 55790 2528 595 0 55615 0
Current children cumulated CPU time: 341.39 s
Current children cumulated vsize: 283792 KiB
Current children cumulated memory: 223160 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 3.41 2.67 6/264 22437
/proc/meminfo: memFree=128767524/131249988 swapFree=33010684/33010684
[pid=22326] ppid=22313 vsize=287016 memory=228664 CPUtime=401.22 cores=5,7
/proc/22326/stat : 22326 (SynLSCD-PS) R 22313 22326 22261 0 -1 4194304 43505 0 0 0 39880 242 0 0 20 0 1 0 32960236 293904384 57166 18446744073709551615 94560561168384 94560563603385 140737092666000 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94560564083960 94560564116992 94560599789568 140737092671840 140737092671976 140737092671976 140737092677578 0
/proc/22326/statm: 71754 57166 2528 595 0 56421 0
Current children cumulated CPU time: 401.22 s
Current children cumulated vsize: 287016 KiB
Current children cumulated memory: 228664 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 3.54 2.76 6/264 22453
/proc/meminfo: memFree=128740796/131249988 swapFree=33010684/33010684
[pid=22326] ppid=22313 vsize=289768 memory=232120 CPUtime=461.06 cores=5,7
/proc/22326/stat : 22326 (SynLSCD-PS) R 22313 22326 22261 0 -1 4194304 44205 0 0 0 45863 243 0 0 20 0 1 0 32960236 296722432 58030 18446744073709551615 94560561168384 94560563603385 140737092666000 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94560564083960 94560564116992 94560599789568 140737092671840 140737092671976 140737092671976 140737092677578 0
/proc/22326/statm: 72442 58030 2528 595 0 57109 0
Current children cumulated CPU time: 461.06 s

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

Current children cumulated memory: 302784 KiB

[startup+2982.3 s]
/proc/loadavg: 4.08 4.09 4.01 6/264 22575
/proc/meminfo: memFree=128206468/131249988 swapFree=33010684/33010684
[pid=22326] ppid=22313 vsize=388756 memory=306368 CPUtime=2974.28 cores=5,7
/proc/22326/stat : 22326 (SynLSCD-PS) R 22313 22326 22261 0 -1 4194304 60203 0 0 0 296615 813 0 0 20 0 1 0 32960236 398086144 76592 18446744073709551615 94560561168384 94560563603385 140737092666000 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94560564083960 94560564116992 94560599789568 140737092671840 140737092671976 140737092671976 140737092677578 0
/proc/22326/statm: 97189 76592 2624 595 0 81856 0
Current children cumulated CPU time: 2974.28 s
Current children cumulated vsize: 388756 KiB
Current children cumulated memory: 306368 KiB

[startup+3042.3 s]
/proc/loadavg: 4.07 4.08 4.01 6/263 22577
/proc/meminfo: memFree=128214032/131249988 swapFree=33010684/33010684
[pid=22326] ppid=22313 vsize=388756 memory=306624 CPUtime=3034.09 cores=5,7
/proc/22326/stat : 22326 (SynLSCD-PS) R 22313 22326 22261 0 -1 4194304 60251 0 0 0 302596 813 0 0 20 0 1 0 32960236 398086144 76656 18446744073709551615 94560561168384 94560563603385 140737092666000 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94560564083960 94560564116992 94560599789568 140737092671840 140737092671976 140737092671976 140737092677578 0
/proc/22326/statm: 97189 76656 2624 595 0 81856 0
Current children cumulated CPU time: 3034.09 s
Current children cumulated vsize: 388756 KiB
Current children cumulated memory: 306624 KiB

[startup+3102.3 s]
/proc/loadavg: 4.13 4.10 4.02 6/263 22579
/proc/meminfo: memFree=128213584/131249988 swapFree=33010684/33010684
[pid=22326] ppid=22313 vsize=388756 memory=306624 CPUtime=3093.91 cores=5,7
/proc/22326/stat : 22326 (SynLSCD-PS) R 22313 22326 22261 0 -1 4194304 60251 0 0 0 308578 813 0 0 20 0 1 0 32960236 398086144 76656 18446744073709551615 94560561168384 94560563603385 140737092666000 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94560564083960 94560564116992 94560599789568 140737092671840 140737092671976 140737092671976 140737092677578 0
/proc/22326/statm: 97189 76656 2624 595 0 81856 0
Current children cumulated CPU time: 3093.91 s
Current children cumulated vsize: 388756 KiB
Current children cumulated memory: 306624 KiB

[startup+3162.3 s]
/proc/loadavg: 4.05 4.08 4.01 6/262 22581
/proc/meminfo: memFree=128201048/131249988 swapFree=33010684/33010684
[pid=22326] ppid=22313 vsize=389768 memory=307392 CPUtime=3153.73 cores=5,7
/proc/22326/stat : 22326 (SynLSCD-PS) R 22313 22326 22261 0 -1 4194304 60449 0 0 0 314560 813 0 0 20 0 1 0 32960236 399122432 76848 18446744073709551615 94560561168384 94560563603385 140737092666000 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94560564083960 94560564116992 94560599789568 140737092671840 140737092671976 140737092671976 140737092677578 0
/proc/22326/statm: 97442 76848 2624 595 0 82109 0
Current children cumulated CPU time: 3153.73 s
Current children cumulated vsize: 389768 KiB
Current children cumulated memory: 307392 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.09 4.02 6/263 22586
/proc/meminfo: memFree=128214484/131249988 swapFree=33010684/33010684
[pid=22326] ppid=22313 vsize=389768 memory=307392 CPUtime=3213.54 cores=5,7
/proc/22326/stat : 22326 (SynLSCD-PS) R 22313 22326 22261 0 -1 4194304 60450 0 0 0 320536 818 0 0 20 0 1 0 32960236 399122432 76848 18446744073709551615 94560561168384 94560563603385 140737092666000 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94560564083960 94560564116992 94560599789568 140737092671840 140737092671976 140737092671976 140737092677578 0
/proc/22326/statm: 97442 76848 2624 595 0 82109 0
Current children cumulated CPU time: 3213.54 s
Current children cumulated vsize: 389768 KiB
Current children cumulated memory: 307392 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.09 4.02 6/263 22588
/proc/meminfo: memFree=128198928/131249988 swapFree=33010684/33010684
[pid=22326] ppid=22313 vsize=392308 memory=309952 CPUtime=3273.35 cores=5,7
/proc/22326/stat : 22326 (SynLSCD-PS) R 22313 22326 22261 0 -1 4194304 61111 0 0 0 326517 818 0 0 20 0 1 0 32960236 401723392 77488 18446744073709551615 94560561168384 94560563603385 140737092666000 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94560564083960 94560564116992 94560599789568 140737092671840 140737092671976 140737092671976 140737092677578 0
/proc/22326/statm: 98077 77488 2624 595 0 82744 0
Current children cumulated CPU time: 3273.35 s
Current children cumulated vsize: 392308 KiB
Current children cumulated memory: 309952 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.09 4.02 6/263 22590
/proc/meminfo: memFree=128197996/131249988 swapFree=33010684/33010684
[pid=22326] ppid=22313 vsize=392308 memory=310080 CPUtime=3333.16 cores=5,7
/proc/22326/stat : 22326 (SynLSCD-PS) R 22313 22326 22261 0 -1 4194304 61160 0 0 0 332498 818 0 0 20 0 1 0 32960236 401723392 77520 18446744073709551615 94560561168384 94560563603385 140737092666000 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94560564083960 94560564116992 94560599789568 140737092671840 140737092671976 140737092671976 140737092677578 0
/proc/22326/statm: 98077 77520 2624 595 0 82744 0
Current children cumulated CPU time: 3333.16 s
Current children cumulated vsize: 392308 KiB
Current children cumulated memory: 310080 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.10 4.02 6/263 22592
/proc/meminfo: memFree=128197888/131249988 swapFree=33010684/33010684
[pid=22326] ppid=22313 vsize=392608 memory=310080 CPUtime=3393.01 cores=5,7
/proc/22326/stat : 22326 (SynLSCD-PS) R 22313 22326 22261 0 -1 4194304 61168 0 0 0 338483 818 0 0 20 0 1 0 32960236 402030592 77520 18446744073709551615 94560561168384 94560563603385 140737092666000 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94560564083960 94560564116992 94560599789568 140737092671840 140737092671976 140737092671976 140737092677578 0
/proc/22326/statm: 98152 77520 2624 595 0 82819 0
Current children cumulated CPU time: 3393.01 s
Current children cumulated vsize: 392608 KiB
Current children cumulated memory: 310080 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.09 4.02 6/263 22596
/proc/meminfo: memFree=128202560/131249988 swapFree=33010684/33010684
[pid=22326] ppid=22313 vsize=393096 memory=310464 CPUtime=3452.87 cores=5,7
/proc/22326/stat : 22326 (SynLSCD-PS) R 22313 22326 22261 0 -1 4194304 61264 0 0 0 344469 818 0 0 20 0 1 0 32960236 402530304 77616 18446744073709551615 94560561168384 94560563603385 140737092666000 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94560564083960 94560564116992 94560599789568 140737092671840 140737092671976 140737092671976 140737092677578 0
/proc/22326/statm: 98274 77616 2624 595 0 82941 0
Current children cumulated CPU time: 3452.87 s
Current children cumulated vsize: 393096 KiB
Current children cumulated memory: 310464 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.09 4.02 6/263 22600
/proc/meminfo: memFree=128202092/131249988 swapFree=33010684/33010684
[pid=22326] ppid=22313 vsize=393096 memory=310464 CPUtime=3512.73 cores=5,7
/proc/22326/stat : 22326 (SynLSCD-PS) R 22313 22326 22261 0 -1 4194304 61264 0 0 0 350455 818 0 0 20 0 1 0 32960236 402530304 77616 18446744073709551615 94560561168384 94560563603385 140737092666000 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94560564083960 94560564116992 94560599789568 140737092671840 140737092671976 140737092671976 140737092677578 0
/proc/22326/statm: 98274 77616 2624 595 0 82941 0
Current children cumulated CPU time: 3512.73 s
Current children cumulated vsize: 393096 KiB
Current children cumulated memory: 310464 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.10 4.03 6/263 22603
/proc/meminfo: memFree=128185920/131249988 swapFree=33010684/33010684
[pid=22326] ppid=22313 vsize=393096 memory=310592 CPUtime=3572.6 cores=5,7
/proc/22326/stat : 22326 (SynLSCD-PS) R 22313 22326 22261 0 -1 4194304 61284 0 0 0 356442 818 0 0 20 0 1 0 32960236 402530304 77648 18446744073709551615 94560561168384 94560563603385 140737092666000 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94560564083960 94560564116992 94560599789568 140737092671840 140737092671976 140737092671976 140737092677578 0
/proc/22326/statm: 98274 77648 2624 595 0 82941 0
Current children cumulated CPU time: 3572.6 s
Current children cumulated vsize: 393096 KiB
Current children cumulated memory: 310592 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.8 s]
/proc/loadavg: 4.16 4.11 4.03 6/263 22604
/proc/meminfo: memFree=128161708/131249988 swapFree=33010684/33010684
[pid=22326] ppid=22313 vsize=394180 memory=311616 CPUtime=3600.03 cores=5,7
/proc/22326/stat : 22326 (SynLSCD-PS) R 22313 22326 22261 0 -1 4194304 61563 0 0 0 359180 823 0 0 20 0 1 0 32960236 403640320 77904 18446744073709551615 94560561168384 94560563603385 140737092666000 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94560564083960 94560564116992 94560599789568 140737092671840 140737092671976 140737092671976 140737092677578 0
/proc/22326/statm: 98545 77904 2624 595 0 83212 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 394180 KiB
Current children cumulated memory: 311616 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.13 s, system=8.23655 s

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

[startup+3610 s]*
/proc/loadavg: 4.15 4.10 4.03 5/261 22604
/proc/meminfo: memFree=128604896/131249988 swapFree=33010684/33010684
[pid=22326] ppid=22313 vsize=301708 memory=246272 CPUtime=3600.24 cores=5,7
/proc/22326/stat : 22326 (SynLSCD-PS) R 22313 22326 22261 0 -1 4194304 61563 0 0 0 359201 823 0 0 20 0 1 0 32960236 308948992 61568 18446744073709551615 94560561168384 94560563603385 140737092666000 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94560564083960 94560564116992 94560599789568 140737092671840 140737092671976 140737092671976 140737092677578 0
/proc/22326/statm: 75427 61568 2624 595 0 60094 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 301708 KiB
Current children cumulated memory: 246272 KiB

[startup+3610.11 s]
/proc/loadavg: 4.15 4.10 4.03 5/261 22604
/proc/meminfo: memFree=128604896/131249988 swapFree=33010684/33010684
[pid=22326] ppid=22313 vsize=301708 memory=246272 CPUtime=3600.34 cores=5,7
/proc/22326/stat : 22326 (SynLSCD-PS) R 22313 22326 22261 0 -1 4194304 61563 0 0 0 359211 823 0 0 20 0 1 0 32960236 308948992 61568 18446744073709551615 94560561168384 94560563603385 140737092666000 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94560564083960 94560564116992 94560599789568 140737092671840 140737092671976 140737092671976 140737092677578 0
/proc/22326/statm: 75427 61568 2624 595 0 60094 0
Current children cumulated CPU time: 3600.34 s
Current children cumulated vsize: 301708 KiB
Current children cumulated memory: 246272 KiB

Child status: 0

Real time (s): 3610.13
CPU time (s): 3600.37
CPU user time (s): 3592.13
CPU system time (s): 8.23655
CPU usage (%): 99.7297
Max. virtual memory (cumulated for all children) (KiB): 394180
Max. memory (cumulated for all children) (KiB): 311616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.13
system time used= 8.23655
maximum resident set size= 311616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61588
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= 293
involuntary context switches= 1546


# summary of solver processes directly reported to runsolver:
#   pid: 22326
#   total CPU time (s): 3600.37
#   total CPU user time (s): 3592.13
#   total CPU system time (s): 8.23655

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.6272 second user time and 16.4348 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-06-29 06:53:47
IDJOB=4506739
IDBENCH=158262
IDSOLVER=3370
FILE ID=nodeC020/4506739-1751172827
RUNJOBID= nodeC020-1751172827-22274
SLURM_JOB_ID= 9587540
Free space on /tmp= 433060 MiB

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

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

MD5SUM BENCH= 963edb3c79c326322e0bda3e585d3232
RANDOM SEED=257519822

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.797
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.900
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		: 3599.958
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		: 2583.080
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.850
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		: 3607.516
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		: 3600.075
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		: 3599.492
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:        129724100 kB
MemAvailable:   129754000 kB
Buffers:            3280 kB
Cached:           837220 kB
SwapCached:            0 kB
Active:           386904 kB
Inactive:         529940 kB
Active(anon):      94400 kB
Inactive(anon):        0 kB
Active(file):     292504 kB
Inactive(file):   529940 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             17496 kB
Writeback:             0 kB
AnonPages:         79396 kB
Mapped:           102248 kB
Shmem:             18056 kB
KReclaimable:      93388 kB
Slab:             179764 kB
SReclaimable:      93388 kB
SUnreclaim:        86376 kB
KernelStack:        4108 kB
PageTables:         2696 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     341576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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:53:57