Trace number 4546165

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-07-23UNSAT 1321.12 1324.95

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900577940.opb
MD5SUM1e015d6c46c188cbdc8b67cd75b35286
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.10138
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 661
Number of bits of the biggest sum of numbers10
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.28	c intsize: 10
0.00/0.28	c 2707 constraints
0.00/0.28	c Finish cloning data from SAT to LS
0.00/0.28	c restart_num_ls  -100000 0
8.00/8.37	c Use LS-small
8.00/8.37	c update_LS_target_phase-runLS-restart
232.27/233.25	c restart_num  0 1222
232.27/233.25	c LS-restart 90 1
239.85/240.83	c Use LS-small
239.85/240.83	c update_LS_target_phase-runLS-restart
554.02/555.86	c restart_num  1222 2431
554.02/555.86	c LS-restart 80 88
561.51/563.31	c Use LS-small
561.51/563.31	c update_LS_target_phase-runLS-restart
848.36/850.95	c restart_num  2431 3653
848.36/850.95	c LS-restart 70 55
855.84/858.42	c Use LS-small
855.84/858.42	c update_LS_target_phase-runLS-restart
1287.97/1291.74	c restart_num  3653 4919
1287.97/1291.74	c LS-restart 60 17
1295.36/1299.17	c Use LS-small
1295.36/1299.17	c update_LS_target_phase-runLS-restart
1321.06/1324.94	s UNSATISFIABLE

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: 63665 MiB (62230 MiB free)
  memory of node 1: 64507 MiB (63272 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4546165-1753259729/watcher-4546165-1753259729 -o /tmp/evaluation-result-4546165-1753259729/solver-4546165-1753259729 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1753259701-203628 --watchdog 3760 ./SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546165-1753259729.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
Current StackSize limit: 8192 KiB

solver pid=203859, runsolver pid=203850

[startup+0.10006 s]*
/proc/loadavg: 1.61 0.46 0.22 1/267 203868
/proc/meminfo: memFree=128515300/131250000 swapFree=33008868/33010684
[pid=203859] ppid=203850 vsize=17104 memory=640 CPUtime=0 cores=1,3
/proc/203859/stat : 203859 (SynLSCD-PS) D 203850 203859 203609 0 -1 4194304 81 0 0 0 0 0 0 0 20 0 1 0 241653471 17514496 160 18446744073709551615 94234729029632 94234731465049 140737102122336 0 0 0 0 0 0 1 0 0 17 1 0 0 0 0 0 94234731945208 94234731978240 94234742812672 140737102125437 140737102125575 140737102125575 140737102131179 0
/proc/203859/statm: 4276 160 160 595 0 1074 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 17104 KiB
Current children cumulated memory: 640 KiB

[startup+0.204764 s]*
/proc/loadavg: 1.61 0.46 0.22 1/265 203868
/proc/meminfo: memFree=128516084/131250000 swapFree=33008868/33010684
[pid=203859] ppid=203850 vsize=17104 memory=640 CPUtime=0 cores=1,3
/proc/203859/stat : 203859 (SynLSCD-PS) D 203850 203859 203609 0 -1 4194304 81 0 0 0 0 0 0 0 20 0 1 0 241653471 17514496 160 18446744073709551615 94234729029632 94234731465049 140737102122336 0 0 0 0 0 0 1 0 0 17 1 0 0 0 0 0 94234731945208 94234731978240 94234742812672 140737102125437 140737102125575 140737102125575 140737102131179 0
/proc/203859/statm: 4276 160 160 595 0 1074 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 17104 KiB
Current children cumulated memory: 640 KiB

[startup+0.304751 s]*
/proc/loadavg: 1.61 0.46 0.22 2/263 203869
/proc/meminfo: memFree=128515844/131250000 swapFree=33008868/33010684
[pid=203859] ppid=203850 vsize=86704 memory=13688 CPUtime=0.03 cores=1,3
/proc/203859/stat : 203859 (SynLSCD-PS) R 203850 203859 203609 0 -1 4194304 1464 0 0 0 3 0 0 0 20 0 1 0 241653471 88784896 3422 18446744073709551615 94234729029632 94234731465049 140737102122336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94234731945208 94234731978240 94234742812672 140737102125437 140737102125575 140737102125575 140737102131179 0
/proc/203859/statm: 21676 3422 2432 595 0 6343 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 86704 KiB
Current children cumulated memory: 13688 KiB

[startup+0.700101 s]
/proc/loadavg: 1.61 0.46 0.22 3/261 203873
/proc/meminfo: memFree=128529220/131250000 swapFree=33008868/33010684
[pid=203859] ppid=203850 vsize=86704 memory=13688 CPUtime=0.42 cores=1,3
/proc/203859/stat : 203859 (SynLSCD-PS) R 203850 203859 203609 0 -1 4194304 1464 0 0 0 42 0 0 0 20 0 1 0 241653471 88784896 3422 18446744073709551615 94234729029632 94234731465049 140737102122336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94234731945208 94234731978240 94234742812672 140737102125437 140737102125575 140737102125575 140737102131179 0
/proc/203859/statm: 21676 3422 2432 595 0 6343 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 86704 KiB
Current children cumulated memory: 13688 KiB

[startup+1.50009 s]
/proc/loadavg: 1.61 0.46 0.22 3/262 203881
/proc/meminfo: memFree=128529032/131250000 swapFree=33008868/33010684
[pid=203859] ppid=203850 vsize=86704 memory=13688 CPUtime=1.21 cores=1,3
/proc/203859/stat : 203859 (SynLSCD-PS) R 203850 203859 203609 0 -1 4194304 1464 0 0 0 121 0 0 0 20 0 1 0 241653471 88784896 3422 18446744073709551615 94234729029632 94234731465049 140737102122336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94234731945208 94234731978240 94234742812672 140737102125437 140737102125575 140737102125575 140737102131179 0
/proc/203859/statm: 21676 3422 2432 595 0 6343 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 86704 KiB
Current children cumulated memory: 13688 KiB

[startup+3.10444 s]
/proc/loadavg: 1.61 0.46 0.22 3/259 203884
/proc/meminfo: memFree=128526788/131250000 swapFree=33008868/33010684
[pid=203859] ppid=203850 vsize=86704 memory=13688 CPUtime=2.81 cores=1,3
/proc/203859/stat : 203859 (SynLSCD-PS) R 203850 203859 203609 0 -1 4194304 1464 0 0 0 281 0 0 0 20 0 1 0 241653471 88784896 3422 18446744073709551615 94234729029632 94234731465049 140737102122336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94234731945208 94234731978240 94234742812672 140737102125437 140737102125575 140737102125575 140737102131179 0
/proc/203859/statm: 21676 3422 2432 595 0 6343 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 86704 KiB
Current children cumulated memory: 13688 KiB

[startup+6.30009 s]
/proc/loadavg: 1.81 0.52 0.24 3/259 203884
/proc/meminfo: memFree=128527408/131250000 swapFree=33008868/33010684
[pid=203859] ppid=203850 vsize=86704 memory=13688 CPUtime=6 cores=1,3
/proc/203859/stat : 203859 (SynLSCD-PS) R 203850 203859 203609 0 -1 4194304 1464 0 0 0 600 0 0 0 20 0 1 0 241653471 88784896 3422 18446744073709551615 94234729029632 94234731465049 140737102122336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94234731945208 94234731978240 94234742812672 140737102125437 140737102125575 140737102125575 140737102131179 0
/proc/203859/statm: 21676 3422 2432 595 0 6343 0
Current children cumulated CPU time: 6 s
Current children cumulated vsize: 86704 KiB
Current children cumulated memory: 13688 KiB

[startup+12.7001 s]
/proc/loadavg: 1.98 0.58 0.26 2/257 203908
/proc/meminfo: memFree=128556512/131250000 swapFree=33008868/33010684
[pid=203859] ppid=203850 vsize=89572 memory=21236 CPUtime=12.39 cores=1,3
/proc/203859/stat : 203859 (SynLSCD-PS) R 203850 203859 203609 0 -1 4194304 2307 0 0 0 1236 3 0 0 20 0 1 0 241653471 91721728 5309 18446744073709551615 94234729029632 94234731465049 140737102122336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94234731945208 94234731978240 94234742812672 140737102125437 140737102125575 140737102125575 140737102131179 0
/proc/203859/statm: 22393 5309 2464 595 0 7060 0
Current children cumulated CPU time: 12.39 s
Current children cumulated vsize: 89572 KiB
Current children cumulated memory: 21236 KiB

[startup+25.5002 s]
/proc/loadavg: 2.58 0.78 0.33 2/261 203961
/proc/meminfo: memFree=128548284/131250000 swapFree=33008868/33010684
[pid=203859] ppid=203850 vsize=91404 memory=25136 CPUtime=25.14 cores=1,3
/proc/203859/stat : 203859 (SynLSCD-PS) R 203850 203859 203609 0 -1 4194304 2764 0 0 0 2503 11 0 0 20 0 1 0 241653471 93597696 6284 18446744073709551615 94234729029632 94234731465049 140737102122336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94234731945208 94234731978240 94234742812672 140737102125437 140737102125575 140737102125575 140737102131179 0
/proc/203859/statm: 22851 6284 2464 595 0 7518 0
Current children cumulated CPU time: 25.14 s
Current children cumulated vsize: 91404 KiB
Current children cumulated memory: 25136 KiB

[startup+51.1054 s]
/proc/loadavg: 3.26 1.09 0.44 5/267 204094
/proc/meminfo: memFree=128046304/131250000 swapFree=33008868/33010684
[pid=203859] ppid=203850 vsize=92496 memory=26288 CPUtime=50.66 cores=1,3
/proc/203859/stat : 203859 (SynLSCD-PS) R 203850 203859 203609 0 -1 4194304 3045 0 0 0 5042 24 0 0 20 0 1 0 241653471 94715904 6572 18446744073709551615 94234729029632 94234731465049 140737102122336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94234731945208 94234731978240 94234742812672 140737102125437 140737102125575 140737102125575 140737102131179 0
/proc/203859/statm: 23124 6572 2464 595 0 7791 0
Current children cumulated CPU time: 50.66 s
Current children cumulated vsize: 92496 KiB
Current children cumulated memory: 26288 KiB

[startup+102.3 s]
/proc/loadavg: 3.78 1.57 0.64 5/268 204095
/proc/meminfo: memFree=127834920/131250000 swapFree=33008868/33010684
[pid=203859] ppid=203850 vsize=93260 memory=27372 CPUtime=101.71 cores=1,3
/proc/203859/stat : 203859 (SynLSCD-PS) R 203850 203859 203609 0 -1 4194304 4166 0 0 0 10120 51 0 0 20 0 1 0 241653471 95498240 6843 18446744073709551615 94234729029632 94234731465049 140737102122336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94234731945208 94234731978240 94234742812672 140737102125437 140737102125575 140737102125575 140737102131179 0
/proc/203859/statm: 23315 6843 2464 595 0 7982 0
Current children cumulated CPU time: 101.71 s
Current children cumulated vsize: 93260 KiB
Current children cumulated memory: 27372 KiB

[startup+162.3 s]
/proc/loadavg: 4.04 2.05 0.86 5/267 204097
/proc/meminfo: memFree=127802352/131250000 swapFree=33008868/33010684
[pid=203859] ppid=203850 vsize=93920 memory=28028 CPUtime=161.56 cores=1,3
/proc/203859/stat : 203859 (SynLSCD-PS) R 203850 203859 203609 0 -1 4194304 5643 0 0 0 16070 86 0 0 20 0 1 0 241653471 96174080 7007 18446744073709551615 94234729029632 94234731465049 140737102122336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94234731945208 94234731978240 94234742812672 140737102125437 140737102125575 140737102125575 140737102131179 0
/proc/203859/statm: 23480 7007 2464 595 0 8147 0
Current children cumulated CPU time: 161.56 s
Current children cumulated vsize: 93920 KiB
Current children cumulated memory: 28028 KiB

[startup+222.3 s]
/proc/loadavg: 4.01 2.41 1.06 5/267 204099
/proc/meminfo: memFree=127718116/131250000 swapFree=33008868/33010684
[pid=203859] ppid=203850 vsize=94776 memory=30932 CPUtime=221.39 cores=1,3
/proc/203859/stat : 203859 (SynLSCD-PS) R 203850 203859 203609 0 -1 4194304 7195 0 0 0 22022 117 0 0 20 0 1 0 241653471 97050624 7733 18446744073709551615 94234729029632 94234731465049 140737102122336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94234731945208 94234731978240 94234742812672 140737102125437 140737102125575 140737102125575 140737102131179 0
/proc/203859/statm: 23694 7733 2464 595 0 8361 0
Current children cumulated CPU time: 221.39 s
Current children cumulated vsize: 94776 KiB
Current children cumulated memory: 30932 KiB

[startup+282.3 s]
/proc/loadavg: 4.04 2.71 1.26 5/264 204101
/proc/meminfo: memFree=127691248/131250000 swapFree=33008868/33010684
[pid=203859] ppid=203850 vsize=95308 memory=31464 CPUtime=281.24 cores=1,3
/proc/203859/stat : 203859 (SynLSCD-PS) R 203850 203859 203609 0 -1 4194304 8546 0 0 0 27976 148 0 0 20 0 1 0 241653471 97595392 7866 18446744073709551615 94234729029632 94234731465049 140737102122336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94234731945208 94234731978240 94234742812672 140737102125437 140737102125575 140737102125575 140737102131179 0
/proc/203859/statm: 23827 7866 2464 595 0 8494 0
Current children cumulated CPU time: 281.24 s
Current children cumulated vsize: 95308 KiB
Current children cumulated memory: 31464 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 2.98 1.44 5/263 204103
/proc/meminfo: memFree=127656268/131250000 swapFree=33008868/33010684
[pid=203859] ppid=203850 vsize=95920 memory=32052 CPUtime=341.08 cores=1,3
/proc/203859/stat : 203859 (SynLSCD-PS) R 203850 203859 203609 0 -1 4194304 10465 0 0 0 33926 182 0 0 20 0 1 0 241653471 98222080 8013 18446744073709551615 94234729029632 94234731465049 140737102122336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94234731945208 94234731978240 94234742812672 140737102125437 140737102125575 140737102125575 140737102131179 0
/proc/203859/statm: 23980 8013 2464 595 0 8647 0
Current children cumulated CPU time: 341.08 s
Current children cumulated vsize: 95920 KiB
Current children cumulated memory: 32052 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 3.18 1.61 5/262 204105
/proc/meminfo: memFree=127618360/131250000 swapFree=33008868/33010684
[pid=203859] ppid=203850 vsize=96132 memory=32264 CPUtime=400.93 cores=1,3
/proc/203859/stat : 203859 (SynLSCD-PS) R 203850 203859 203609 0 -1 4194304 11622 0 0 0 39880 213 0 0 20 0 1 0 241653471 98439168 8066 18446744073709551615 94234729029632 94234731465049 140737102122336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94234731945208 94234731978240 94234742812672 140737102125437 140737102125575 140737102125575 140737102131179 0
/proc/203859/statm: 24033 8066 2464 595 0 8700 0
Current children cumulated CPU time: 400.93 s
Current children cumulated vsize: 96132 KiB
Current children cumulated memory: 32264 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 3.35 1.77 5/262 204107
/proc/meminfo: memFree=127604660/131250000 swapFree=33008868/33010684
[pid=203859] ppid=203850 vsize=96792 memory=32924 CPUtime=460.77 cores=1,3
/proc/203859/stat : 203859 (SynLSCD-PS) R 203850 203859 203609 0 -1 4194304 13341 0 0 0 45832 245 0 0 20 0 1 0 241653471 99115008 8231 18446744073709551615 94234729029632 94234731465049 140737102122336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94234731945208 94234731978240 94234742812672 140737102125437 140737102125575 140737102125575 140737102131179 0
/proc/203859/statm: 24198 8231 2464 595 0 8865 0
Current children cumulated CPU time: 460.77 s

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

/proc/loadavg: 4.11 3.96 2.72 5/262 204131
/proc/meminfo: memFree=127525072/131250000 swapFree=33008868/33010684
[pid=203859] ppid=203850 vsize=98404 memory=34536 CPUtime=939.52 cores=1,3
/proc/203859/stat : 203859 (SynLSCD-PS) R 203850 203859 203609 0 -1 4194304 23028 0 0 0 93456 496 0 0 20 0 1 0 241653471 100765696 8634 18446744073709551615 94234729029632 94234731465049 140737102122336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94234731945208 94234731978240 94234742812672 140737102125437 140737102125575 140737102125575 140737102131179 0
/proc/203859/statm: 24601 8634 2464 595 0 9268 0
Current children cumulated CPU time: 939.52 s
Current children cumulated vsize: 98404 KiB
Current children cumulated memory: 34536 KiB

[startup+1002.3 s]
/proc/loadavg: 4.09 3.99 2.81 5/262 204133
/proc/meminfo: memFree=127520276/131250000 swapFree=33008868/33010684
[pid=203859] ppid=203850 vsize=99148 memory=35204 CPUtime=999.37 cores=1,3
/proc/203859/stat : 203859 (SynLSCD-PS) R 203850 203859 203609 0 -1 4194304 24671 0 0 0 99409 528 0 0 20 0 1 0 241653471 101527552 8801 18446744073709551615 94234729029632 94234731465049 140737102122336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94234731945208 94234731978240 94234742812672 140737102125437 140737102125575 140737102125575 140737102131179 0
/proc/203859/statm: 24787 8801 2464 595 0 9454 0
Current children cumulated CPU time: 999.37 s
Current children cumulated vsize: 99148 KiB
Current children cumulated memory: 35204 KiB

[startup+1062.3 s]
/proc/loadavg: 4.07 4.00 2.89 5/262 204135
/proc/meminfo: memFree=127471028/131250000 swapFree=33008868/33010684
[pid=203859] ppid=203850 vsize=99196 memory=35328 CPUtime=1059.21 cores=1,3
/proc/203859/stat : 203859 (SynLSCD-PS) R 203850 203859 203609 0 -1 4194304 25243 0 0 0 105359 562 0 0 20 0 1 0 241653471 101576704 8832 18446744073709551615 94234729029632 94234731465049 140737102122336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94234731945208 94234731978240 94234742812672 140737102125437 140737102125575 140737102125575 140737102131179 0
/proc/203859/statm: 24799 8832 2464 595 0 9466 0
Current children cumulated CPU time: 1059.21 s
Current children cumulated vsize: 99196 KiB
Current children cumulated memory: 35328 KiB

[startup+1122.3 s]
/proc/loadavg: 4.08 4.01 2.97 5/262 204137
/proc/meminfo: memFree=127465948/131250000 swapFree=33008868/33010684
[pid=203859] ppid=203850 vsize=99712 memory=35844 CPUtime=1119.06 cores=1,3
/proc/203859/stat : 203859 (SynLSCD-PS) R 203850 203859 203609 0 -1 4194304 26268 0 0 0 111316 590 0 0 20 0 1 0 241653471 102105088 8961 18446744073709551615 94234729029632 94234731465049 140737102122336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94234731945208 94234731978240 94234742812672 140737102125437 140737102125575 140737102125575 140737102131179 0
/proc/203859/statm: 24928 8961 2464 595 0 9595 0
Current children cumulated CPU time: 1119.06 s
Current children cumulated vsize: 99712 KiB
Current children cumulated memory: 35844 KiB

[startup+1182.3 s]
/proc/loadavg: 4.07 4.03 3.04 5/262 204139
/proc/meminfo: memFree=127454348/131250000 swapFree=33008868/33010684
[pid=203859] ppid=203850 vsize=100204 memory=36100 CPUtime=1178.9 cores=1,3
/proc/203859/stat : 203859 (SynLSCD-PS) R 203850 203859 203609 0 -1 4194304 26474 0 0 0 117267 623 0 0 20 0 1 0 241653471 102608896 9025 18446744073709551615 94234729029632 94234731465049 140737102122336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94234731945208 94234731978240 94234742812672 140737102125437 140737102125575 140737102125575 140737102131179 0
/proc/203859/statm: 25051 9025 2464 595 0 9718 0
Current children cumulated CPU time: 1178.9 s
Current children cumulated vsize: 100204 KiB
Current children cumulated memory: 36100 KiB

[startup+1242.3 s]
/proc/loadavg: 4.13 4.05 3.12 5/263 204148
/proc/meminfo: memFree=127449080/131250000 swapFree=33008868/33010684
[pid=203859] ppid=203850 vsize=100348 memory=36356 CPUtime=1238.72 cores=1,3
/proc/203859/stat : 203859 (SynLSCD-PS) R 203850 203859 203609 0 -1 4194304 26527 0 0 0 123216 656 0 0 20 0 1 0 241653471 102756352 9089 18446744073709551615 94234729029632 94234731465049 140737102122336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94234731945208 94234731978240 94234742812672 140737102125437 140737102125575 140737102125575 140737102131179 0
/proc/203859/statm: 25087 9089 2464 595 0 9754 0
Current children cumulated CPU time: 1238.72 s
Current children cumulated vsize: 100348 KiB
Current children cumulated memory: 36356 KiB

[startup+1302.3 s]
/proc/loadavg: 4.05 4.04 3.18 5/263 204150
/proc/meminfo: memFree=127446264/131250000 swapFree=33008868/33010684
[pid=203859] ppid=203850 vsize=100348 memory=36356 CPUtime=1298.54 cores=1,3
/proc/203859/stat : 203859 (SynLSCD-PS) R 203850 203859 203609 0 -1 4194304 26530 0 0 0 129170 684 0 0 20 0 1 0 241653471 102756352 9089 18446744073709551615 94234729029632 94234731465049 140737102122336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94234731945208 94234731978240 94234742812672 140737102125437 140737102125575 140737102125575 140737102131179 0
/proc/203859/statm: 25087 9089 2464 595 0 9754 0
Current children cumulated CPU time: 1298.54 s
Current children cumulated vsize: 100348 KiB
Current children cumulated memory: 36356 KiB

[startup+1324.95 s]
# the end of solver process 203859 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=1314.15 s, system=6.9705 s

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

[startup+1305.6 s]
/proc/loadavg: 4.04 4.04 3.18 5/263 204150
/proc/meminfo: memFree=127446548/131250000 swapFree=33008868/33010684
[pid=203859] ppid=203850 vsize=100348 memory=36356 CPUtime=1301.83 cores=1,3
/proc/203859/stat : 203859 (SynLSCD-PS) R 203850 203859 203609 0 -1 4194304 26530 0 0 0 129498 685 0 0 20 0 1 0 241653471 102756352 9089 18446744073709551615 94234729029632 94234731465049 140737102122336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94234731945208 94234731978240 94234742812672 140737102125437 140737102125575 140737102125575 140737102131179 0
/proc/203859/statm: 25087 9089 2464 595 0 9754 0
Current children cumulated CPU time: 1301.83 s
Current children cumulated vsize: 100348 KiB
Current children cumulated memory: 36356 KiB

[startup+1318.4 s]
/proc/loadavg: 4.12 4.05 3.20 5/263 204151
/proc/meminfo: memFree=127446652/131250000 swapFree=33008868/33010684
[pid=203859] ppid=203850 vsize=100480 memory=36432 CPUtime=1314.58 cores=1,3
/proc/203859/stat : 203859 (SynLSCD-PS) R 203850 203859 203609 0 -1 4194304 26658 0 0 0 130766 692 0 0 20 0 1 0 241653471 102891520 9108 18446744073709551615 94234729029632 94234731465049 140737102122336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94234731945208 94234731978240 94234742812672 140737102125437 140737102125575 140737102125575 140737102131179 0
/proc/203859/statm: 25120 9108 2464 595 0 9787 0
Current children cumulated CPU time: 1314.58 s
Current children cumulated vsize: 100480 KiB
Current children cumulated memory: 36432 KiB

[startup+1321.6 s]
/proc/loadavg: 4.11 4.05 3.20 5/263 204151
/proc/meminfo: memFree=127446652/131250000 swapFree=33008868/33010684
[pid=203859] ppid=203850 vsize=100480 memory=36432 CPUtime=1317.78 cores=1,3
/proc/203859/stat : 203859 (SynLSCD-PS) R 203850 203859 203609 0 -1 4194304 26658 0 0 0 131083 695 0 0 20 0 1 0 241653471 102891520 9108 18446744073709551615 94234729029632 94234731465049 140737102122336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94234731945208 94234731978240 94234742812672 140737102125437 140737102125575 140737102125575 140737102131179 0
/proc/203859/statm: 25120 9108 2464 595 0 9787 0
Current children cumulated CPU time: 1317.78 s
Current children cumulated vsize: 100480 KiB
Current children cumulated memory: 36432 KiB

[startup+1323.2 s]
/proc/loadavg: 4.11 4.05 3.20 5/263 204151
/proc/meminfo: memFree=127446652/131250000 swapFree=33008868/33010684
[pid=203859] ppid=203850 vsize=100480 memory=36432 CPUtime=1319.38 cores=1,3
/proc/203859/stat : 203859 (SynLSCD-PS) R 203850 203859 203609 0 -1 4194304 26658 0 0 0 131242 696 0 0 20 0 1 0 241653471 102891520 9108 18446744073709551615 94234729029632 94234731465049 140737102122336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94234731945208 94234731978240 94234742812672 140737102125437 140737102125575 140737102125575 140737102131179 0
/proc/203859/statm: 25120 9108 2464 595 0 9787 0
Current children cumulated CPU time: 1319.38 s
Current children cumulated vsize: 100480 KiB
Current children cumulated memory: 36432 KiB

[startup+1324 s]*
/proc/loadavg: 4.10 4.05 3.20 5/263 204151
/proc/meminfo: memFree=127446400/131250000 swapFree=33008868/33010684
[pid=203859] ppid=203850 vsize=100480 memory=36432 CPUtime=1320.17 cores=1,3
/proc/203859/stat : 203859 (SynLSCD-PS) R 203850 203859 203609 0 -1 4194304 26658 0 0 0 131321 696 0 0 20 0 1 0 241653471 102891520 9108 18446744073709551615 94234729029632 94234731465049 140737102122336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94234731945208 94234731978240 94234742812672 140737102125437 140737102125575 140737102125575 140737102131179 0
/proc/203859/statm: 25120 9108 2464 595 0 9787 0
Current children cumulated CPU time: 1320.17 s
Current children cumulated vsize: 100480 KiB
Current children cumulated memory: 36432 KiB

[startup+1324.4 s]
/proc/loadavg: 4.10 4.05 3.20 5/263 204151
/proc/meminfo: memFree=127446400/131250000 swapFree=33008868/33010684
[pid=203859] ppid=203850 vsize=100480 memory=36432 CPUtime=1320.57 cores=1,3
/proc/203859/stat : 203859 (SynLSCD-PS) R 203850 203859 203609 0 -1 4194304 26658 0 0 0 131361 696 0 0 20 0 1 0 241653471 102891520 9108 18446744073709551615 94234729029632 94234731465049 140737102122336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94234731945208 94234731978240 94234742812672 140737102125437 140737102125575 140737102125575 140737102131179 0
/proc/203859/statm: 25120 9108 2464 595 0 9787 0
Current children cumulated CPU time: 1320.57 s
Current children cumulated vsize: 100480 KiB
Current children cumulated memory: 36432 KiB

[startup+1324.8 s]
/proc/loadavg: 4.10 4.05 3.20 5/263 204151
/proc/meminfo: memFree=127446400/131250000 swapFree=33008868/33010684
[pid=203859] ppid=203850 vsize=100480 memory=36432 CPUtime=1320.96 cores=1,3
/proc/203859/stat : 203859 (SynLSCD-PS) R 203850 203859 203609 0 -1 4194304 26658 0 0 0 131400 696 0 0 20 0 1 0 241653471 102891520 9108 18446744073709551615 94234729029632 94234731465049 140737102122336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94234731945208 94234731978240 94234742812672 140737102125437 140737102125575 140737102125575 140737102131179 0
/proc/203859/statm: 25120 9108 2464 595 0 9787 0
Current children cumulated CPU time: 1320.96 s
Current children cumulated vsize: 100480 KiB
Current children cumulated memory: 36432 KiB

[startup+1324.9 s]
/proc/loadavg: 4.10 4.05 3.20 5/263 204151
/proc/meminfo: memFree=127446400/131250000 swapFree=33008868/33010684
[pid=203859] ppid=203850 vsize=100480 memory=36432 CPUtime=1321.06 cores=1,3
/proc/203859/stat : 203859 (SynLSCD-PS) R 203850 203859 203609 0 -1 4194304 26658 0 0 0 131410 696 0 0 20 0 1 0 241653471 102891520 9108 18446744073709551615 94234729029632 94234731465049 140737102122336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94234731945208 94234731978240 94234742812672 140737102125437 140737102125575 140737102125575 140737102131179 0
/proc/203859/statm: 25120 9108 2464 595 0 9787 0
Current children cumulated CPU time: 1321.06 s
Current children cumulated vsize: 100480 KiB
Current children cumulated memory: 36432 KiB

Child status: 20

Real time (s): 1324.95
CPU time (s): 1321.12
CPU user time (s): 1314.15
CPU system time (s): 6.9705
CPU usage (%): 99.7114
Max. virtual memory (cumulated for all children) (KiB): 100480
Max. memory (cumulated for all children) (KiB): 36432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1314.15
system time used= 6.9705
maximum resident set size= 36816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26691
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= 217
involuntary context switches= 2279


# summary of solver processes directly reported to runsolver:
#   pid: 203859
#   total CPU time (s): 1321.12
#   total CPU user time (s): 1314.15
#   total CPU system time (s): 6.9705

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.37865 second user time and 5.63253 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-23 10:35:31
IDJOB=4546165
IDBENCH=147976
IDSOLVER=3422
FILE ID=nodeC013/4546165-1753259729
RUNJOBID= nodeC013-1753259701-203628
SLURM_JOB_ID= 9689168
Free space on /tmp= 433044 MiB

SOLVER NAME= SynLSCD-PS 2025-07-23
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900577940.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-4546165-1753259729/watcher-4546165-1753259729 -o /tmp/evaluation-result-4546165-1753259729/solver-4546165-1753259729 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1753259701-203628 --watchdog 3760  ./SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546165-1753259729.opb

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

MD5SUM BENCH= 1e015d6c46c188cbdc8b67cd75b35286
RANDOM SEED=554905260

nodeC013 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		: 1199.914
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.67
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		: 3601.522
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.67
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		: 1199.926
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.837
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.67
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		: 1443.995
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.67
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		: 3603.810
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.67
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		: 1200.071
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.67
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		: 3700.000
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128519736 kB
MemAvailable:   129600896 kB
Buffers:            1668 kB
Cached:          1821300 kB
SwapCached:           52 kB
Active:           927152 kB
Inactive:         963332 kB
Active(anon):      84068 kB
Inactive(anon):     4872 kB
Active(file):     843084 kB
Inactive(file):   958460 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008868 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7508 kB
Writeback:             0 kB
AnonPages:         70580 kB
Mapped:           104276 kB
Shmem:             21424 kB
KReclaimable:     237308 kB
Slab:             333868 kB
SReclaimable:     237308 kB
SUnreclaim:        96560 kB
KernelStack:        4128 kB
PageTables:         2944 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     328044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433020 MiB
End job on nodeC013 at 2025-07-23 10:57:37