Trace number 4545714

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SynLSCD 2025-07-23? (TO) 3602.08 3612.7

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-85-80.opb
MD5SUMb66aa0ca883b9987dbaf460c58c6223e
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 benchmark3.15765
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6800
Total number of constraints285685
Number of constraints which are clauses285685
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint80
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 81
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.99/1.62	c #vars 6800 #constraints 285685 42.0125 1
0.99/1.62	c intsize: 7
2.67/3.30	c 285685 constraints
2.67/3.30	c Finish cloning data from SAT to LS
2.67/3.30	c restart_num_ls  -100000 0
333.02/334.70	c Use LS-small
333.02/334.70	restart_num  0 304
333.02/334.70	c LS-restart 90 62
1324.44/1329.04	c Use LS-small
1324.44/1329.04	restart_num  304 605
1324.44/1329.04	c LS-restart 80 61
2272.37/2279.70	c Use LS-small
2272.37/2279.70	restart_num  605 921
2272.37/2279.70	c LS-restart 70 51

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (62670 MiB free)
  memory of node 1: 64465 MiB (63350 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100103 s]*
/proc/loadavg: 0.43 0.15 0.11 2/244 169914
/proc/meminfo: memFree=129016964/131382112 swapFree=33000116/33010684
[pid=169912] ppid=169908 vsize=17104 memory=640 CPUtime=0 cores=1,3
/proc/169912/stat : 169912 (SynLSCD) D 169908 169912 169834 0 -1 4194304 84 0 0 0 0 0 0 0 20 0 1 0 241649426 17514496 160 18446744073709551615 94603404562432 94603406997033 140721797070368 0 0 0 0 0 0 1 0 0 17 1 0 0 0 0 0 94603407478008 94603407511040 94603427000320 140721797077379 140721797077514 140721797077514 140721797083118 0
/proc/169912/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.212704 s]*
/proc/loadavg: 0.43 0.15 0.11 2/245 169915
/proc/meminfo: memFree=129016964/131382112 swapFree=33000116/33010684
[pid=169912] ppid=169908 vsize=17104 memory=640 CPUtime=0 cores=1,3
/proc/169912/stat : 169912 (SynLSCD) D 169908 169912 169834 0 -1 4456448 84 0 0 0 0 0 0 0 20 0 1 0 241649426 17514496 160 18446744073709551615 94603404562432 94603406997033 140721797070368 0 0 0 0 0 0 1 0 0 17 1 0 0 0 0 0 94603407478008 94603407511040 94603427000320 140721797077379 140721797077514 140721797077514 140721797083118 0
/proc/169912/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.31244 s]*
/proc/loadavg: 0.43 0.15 0.11 2/246 169916
/proc/meminfo: memFree=129016964/131382112 swapFree=33000116/33010684
[pid=169912] ppid=169908 vsize=17104 memory=640 CPUtime=0 cores=1,3
/proc/169912/stat : 169912 (SynLSCD) D 169908 169912 169834 0 -1 4456448 84 0 0 0 0 0 0 0 20 0 1 0 241649426 17514496 160 18446744073709551615 94603404562432 94603406997033 140721797070368 0 0 0 0 0 0 1 0 0 17 1 0 0 0 0 0 94603407478008 94603407511040 94603427000320 140721797077379 140721797077514 140721797077514 140721797083118 0
/proc/169912/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.700246 s]
/proc/loadavg: 0.43 0.15 0.11 2/248 169918
/proc/meminfo: memFree=129016964/131382112 swapFree=33000116/33010684
[pid=169912] ppid=169908 vsize=90092 memory=19488 CPUtime=0.11 cores=1,3
/proc/169912/stat : 169912 (SynLSCD) R 169908 169912 169834 0 -1 4194304 2345 0 0 0 9 2 0 0 20 0 1 0 241649426 92254208 4872 18446744073709551615 94603404562432 94603406997033 140721797070368 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 94603407478008 94603407511040 94603427000320 140721797077379 140721797077514 140721797077514 140721797083118 0
/proc/169912/statm: 22523 4872 2272 595 0 7190 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 90092 KiB
Current children cumulated memory: 19488 KiB

[startup+1.5002 s]
/proc/loadavg: 0.43 0.15 0.11 3/248 169920
/proc/meminfo: memFree=128981132/131382112 swapFree=33000116/33010684
[pid=169912] ppid=169908 vsize=106960 memory=46464 CPUtime=0.89 cores=1,3
/proc/169912/stat : 169912 (SynLSCD) R 169908 169912 169834 0 -1 4194304 6778 0 0 0 83 6 0 0 20 0 1 0 241649426 109527040 11616 18446744073709551615 94603404562432 94603406997033 140721797070368 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 94603407478008 94603407511040 94603427000320 140721797077379 140721797077514 140721797077514 140721797083118 0
/proc/169912/statm: 26740 11616 2272 595 0 11407 0
Current children cumulated CPU time: 0.89 s
Current children cumulated vsize: 106960 KiB
Current children cumulated memory: 46464 KiB

[startup+3.11393 s]
/proc/loadavg: 0.43 0.15 0.11 2/248 169932
/proc/meminfo: memFree=128606240/131382112 swapFree=33000116/33010684
[pid=169912] ppid=169908 vsize=609112 memory=444692 CPUtime=2.49 cores=1,3
/proc/169912/stat : 169912 (SynLSCD) R 169908 169912 169834 0 -1 4194304 78071 0 0 0 215 34 0 0 20 0 1 0 241649426 623730688 111173 18446744073709551615 94603404562432 94603406997033 140721797070368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94603407478008 94603407511040 94603427000320 140721797077379 140721797077514 140721797077514 140721797083118 0
/proc/169912/statm: 152278 111173 2496 595 0 136945 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 609112 KiB
Current children cumulated memory: 444692 KiB
heavy processes:

[startup+6.30034 s]
/proc/loadavg: 0.87 0.25 0.14 2/243 169936
/proc/meminfo: memFree=128464316/131382112 swapFree=33000116/33010684
[pid=169912] ppid=169908 vsize=691108 memory=574600 CPUtime=5.66 cores=1,3
/proc/169912/stat : 169912 (SynLSCD) R 169908 169912 169834 0 -1 4194304 103942 0 0 0 523 43 0 0 20 0 1 0 241649426 707694592 143650 18446744073709551615 94603404562432 94603406997033 140721797070368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94603407478008 94603407511040 94603427000320 140721797077379 140721797077514 140721797077514 140721797083118 0
/proc/169912/statm: 172777 143650 2496 595 0 157444 0
Current children cumulated CPU time: 5.66 s
Current children cumulated vsize: 691108 KiB
Current children cumulated memory: 574600 KiB

[startup+12.7004 s]
/proc/loadavg: 1.12 0.31 0.16 2/241 169937
/proc/meminfo: memFree=128465476/131382112 swapFree=33000116/33010684
[pid=169912] ppid=169908 vsize=691108 memory=574600 CPUtime=12.03 cores=1,3
/proc/169912/stat : 169912 (SynLSCD) R 169908 169912 169834 0 -1 4194304 103959 0 0 0 1154 49 0 0 20 0 1 0 241649426 707694592 143650 18446744073709551615 94603404562432 94603406997033 140721797070368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94603407478008 94603407511040 94603427000320 140721797077379 140721797077514 140721797077514 140721797083118 0
/proc/169912/statm: 172777 143650 2496 595 0 157444 0
Current children cumulated CPU time: 12.03 s
Current children cumulated vsize: 691108 KiB
Current children cumulated memory: 574600 KiB

[startup+25.5003 s]
/proc/loadavg: 1.92 0.53 0.24 2/245 169992
/proc/meminfo: memFree=128462348/131382112 swapFree=33000116/33010684
[pid=169912] ppid=169908 vsize=691108 memory=574600 CPUtime=24.76 cores=1,3
/proc/169912/stat : 169912 (SynLSCD) R 169908 169912 169834 0 -1 4194304 103966 0 0 0 2416 60 0 0 20 0 1 0 241649426 707694592 143650 18446744073709551615 94603404562432 94603406997033 140721797070368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94603407478008 94603407511040 94603427000320 140721797077379 140721797077514 140721797077514 140721797083118 0
/proc/169912/statm: 172777 143650 2496 595 0 157444 0
Current children cumulated CPU time: 24.76 s
Current children cumulated vsize: 691108 KiB
Current children cumulated memory: 574600 KiB

[startup+51.1134 s]
/proc/loadavg: 2.70 0.82 0.34 5/253 170049
/proc/meminfo: memFree=125404676/131382112 swapFree=33000116/33010684
[pid=169912] ppid=169908 vsize=691108 memory=574728 CPUtime=50.28 cores=1,3
/proc/169912/stat : 169912 (SynLSCD) R 169908 169912 169834 0 -1 4194304 103987 0 0 0 4954 74 0 0 20 0 1 0 241649426 707694592 143682 18446744073709551615 94603404562432 94603406997033 140721797070368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94603407478008 94603407511040 94603427000320 140721797077379 140721797077514 140721797077514 140721797083118 0
/proc/169912/statm: 172777 143682 2496 595 0 157444 0
Current children cumulated CPU time: 50.28 s
Current children cumulated vsize: 691108 KiB
Current children cumulated memory: 574728 KiB

[startup+102.3 s]
/proc/loadavg: 3.54 1.35 0.55 5/252 170154
/proc/meminfo: memFree=127810216/131382112 swapFree=33000116/33010684
[pid=169912] ppid=169908 vsize=787652 memory=667528 CPUtime=101.3 cores=1,3
/proc/169912/stat : 169912 (SynLSCD) R 169908 169912 169834 0 -1 4194304 108969 0 0 0 10043 87 0 0 20 0 1 0 241649426 806555648 166882 18446744073709551615 94603404562432 94603406997033 140721797070368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94603407478008 94603407511040 94603427000320 140721797077379 140721797077514 140721797077514 140721797083118 0
/proc/169912/statm: 196913 166882 2528 595 0 181580 0
Current children cumulated CPU time: 101.3 s
Current children cumulated vsize: 787652 KiB
Current children cumulated memory: 667528 KiB

[startup+162.3 s]
/proc/loadavg: 3.95 1.87 0.78 5/253 170276
/proc/meminfo: memFree=127756144/131382112 swapFree=33000116/33010684
[pid=169912] ppid=169908 vsize=863708 memory=735124 CPUtime=161.12 cores=1,3
/proc/169912/stat : 169912 (SynLSCD) R 169908 169912 169834 0 -1 4194304 111433 0 0 0 16020 92 0 0 20 0 1 0 241649426 884436992 183781 18446744073709551615 94603404562432 94603406997033 140721797070368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94603407478008 94603407511040 94603427000320 140721797077379 140721797077514 140721797077514 140721797083118 0
/proc/169912/statm: 215927 183781 2528 595 0 200594 0
Current children cumulated CPU time: 161.12 s
Current children cumulated vsize: 863708 KiB
Current children cumulated memory: 735124 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 2.28 0.99 5/253 170278
/proc/meminfo: memFree=127599936/131382112 swapFree=33000116/33010684
[pid=169912] ppid=169908 vsize=990504 memory=820252 CPUtime=220.95 cores=1,3
/proc/169912/stat : 169912 (SynLSCD) R 169908 169912 169834 0 -1 4194304 112573 0 0 0 21997 98 0 0 20 0 1 0 241649426 1014276096 205063 18446744073709551615 94603404562432 94603406997033 140721797070368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94603407478008 94603407511040 94603427000320 140721797077379 140721797077514 140721797077514 140721797083118 0
/proc/169912/statm: 247626 205063 2528 595 0 232293 0
Current children cumulated CPU time: 220.95 s
Current children cumulated vsize: 990504 KiB
Current children cumulated memory: 820252 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 2.61 1.19 5/253 170280
/proc/meminfo: memFree=127532840/131382112 swapFree=33000116/33010684
[pid=169912] ppid=169908 vsize=994916 memory=828640 CPUtime=280.78 cores=1,3
/proc/169912/stat : 169912 (SynLSCD) R 169908 169912 169834 0 -1 4194304 113287 0 0 0 27979 99 0 0 20 0 1 0 241649426 1018793984 207160 18446744073709551615 94603404562432 94603406997033 140721797070368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94603407478008 94603407511040 94603427000320 140721797077379 140721797077514 140721797077514 140721797083118 0
/proc/169912/statm: 248729 207160 2528 595 0 233396 0
Current children cumulated CPU time: 280.78 s
Current children cumulated vsize: 994916 KiB
Current children cumulated memory: 828640 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 2.88 1.37 5/250 170282
/proc/meminfo: memFree=127439480/131382112 swapFree=33000116/33010684
[pid=169912] ppid=169908 vsize=997812 memory=830688 CPUtime=340.6 cores=1,3
/proc/169912/stat : 169912 (SynLSCD) R 169908 169912 169834 0 -1 4194304 113405 0 0 0 33955 105 0 0 20 0 1 0 241649426 1021759488 207672 18446744073709551615 94603404562432 94603406997033 140721797070368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94603407478008 94603407511040 94603427000320 140721797077379 140721797077514 140721797077514 140721797083118 0
/proc/169912/statm: 249453 207672 2528 595 0 234120 0
Current children cumulated CPU time: 340.6 s
Current children cumulated vsize: 997812 KiB
Current children cumulated memory: 830688 KiB

[startup+402.3 s]
/proc/loadavg: 4.05 3.10 1.55 5/250 170284
/proc/meminfo: memFree=127409620/131382112 swapFree=33000116/33010684
[pid=169912] ppid=169908 vsize=998484 memory=830688 CPUtime=400.46 cores=1,3
/proc/169912/stat : 169912 (SynLSCD) R 169908 169912 169834 0 -1 4194304 113407 0 0 0 39911 135 0 0 20 0 1 0 241649426 1022447616 207672 18446744073709551615 94603404562432 94603406997033 140721797070368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94603407478008 94603407511040 94603427000320 140721797077379 140721797077514 140721797077514 140721797083118 0
/proc/169912/statm: 249621 207672 2528 595 0 234288 0
Current children cumulated CPU time: 400.46 s
Current children cumulated vsize: 998484 KiB
Current children cumulated memory: 830688 KiB

[startup+462.3 s]
/proc/loadavg: 4.06 3.28 1.71 5/250 170286
/proc/meminfo: memFree=127410820/131382112 swapFree=33000116/33010684
[pid=169912] ppid=169908 vsize=1000604 memory=832748 CPUtime=460.29 cores=1,3
/proc/169912/stat : 169912 (SynLSCD) R 169908 169912 169834 0 -1 4194304 113568 0 0 0 45894 135 0 0 20 0 1 0 241649426 1024618496 208187 18446744073709551615 94603404562432 94603406997033 140721797070368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94603407478008 94603407511040 94603427000320 140721797077379 140721797077514 140721797077514 140721797083118 0
/proc/169912/statm: 250151 208187 2528 595 0 234818 0

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

[startup+3162.3 s]
/proc/loadavg: 4.10 4.11 4.01 5/250 170440
/proc/meminfo: memFree=126874956/131382112 swapFree=33000116/33010684
[pid=169912] ppid=169908 vsize=1330936 memory=1066236 CPUtime=3152.82 cores=1,3
/proc/169912/stat : 169912 (SynLSCD) R 169908 169912 169834 0 -1 4194304 130305 0 0 0 315042 240 0 0 20 0 1 0 241649426 1362878464 266559 18446744073709551615 94603404562432 94603406997033 140721797070368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94603407478008 94603407511040 94603427000320 140721797077379 140721797077514 140721797077514 140721797083118 0
/proc/169912/statm: 332734 266559 2528 595 0 317401 0
Current children cumulated CPU time: 3152.82 s
Current children cumulated vsize: 1330936 KiB
Current children cumulated memory: 1066236 KiB

[startup+3222.3 s]
/proc/loadavg: 4.53 4.22 4.05 5/250 170441
/proc/meminfo: memFree=126869160/131382112 swapFree=33000116/33010684
[pid=169912] ppid=169908 vsize=1330936 memory=1066236 CPUtime=3212.67 cores=1,3
/proc/169912/stat : 169912 (SynLSCD) R 169908 169912 169834 0 -1 4194304 130310 0 0 0 321026 241 0 0 20 0 1 0 241649426 1362878464 266559 18446744073709551615 94603404562432 94603406997033 140721797070368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94603407478008 94603407511040 94603427000320 140721797077379 140721797077514 140721797077514 140721797083118 0
/proc/169912/statm: 332734 266559 2528 595 0 317401 0
Current children cumulated CPU time: 3212.67 s
Current children cumulated vsize: 1330936 KiB
Current children cumulated memory: 1066236 KiB

[startup+3282.3 s]
/proc/loadavg: 4.45 4.26 4.08 5/250 170443
/proc/meminfo: memFree=126845992/131382112 swapFree=33000116/33010684
[pid=169912] ppid=169908 vsize=1330936 memory=1066236 CPUtime=3272.51 cores=1,3
/proc/169912/stat : 169912 (SynLSCD) R 169908 169912 169834 0 -1 4194304 130313 0 0 0 327010 241 0 0 20 0 1 0 241649426 1362878464 266559 18446744073709551615 94603404562432 94603406997033 140721797070368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94603407478008 94603407511040 94603427000320 140721797077379 140721797077514 140721797077514 140721797083118 0
/proc/169912/statm: 332734 266559 2528 595 0 317401 0
Current children cumulated CPU time: 3272.51 s
Current children cumulated vsize: 1330936 KiB
Current children cumulated memory: 1066236 KiB

[startup+3342.3 s]
/proc/loadavg: 4.25 4.24 4.09 5/249 170445
/proc/meminfo: memFree=126847756/131382112 swapFree=33000116/33010684
[pid=169912] ppid=169908 vsize=1330936 memory=1066236 CPUtime=3332.35 cores=1,3
/proc/169912/stat : 169912 (SynLSCD) R 169908 169912 169834 0 -1 4194304 130313 0 0 0 332994 241 0 0 20 0 1 0 241649426 1362878464 266559 18446744073709551615 94603404562432 94603406997033 140721797070368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94603407478008 94603407511040 94603427000320 140721797077379 140721797077514 140721797077514 140721797083118 0
/proc/169912/statm: 332734 266559 2528 595 0 317401 0
Current children cumulated CPU time: 3332.35 s
Current children cumulated vsize: 1330936 KiB
Current children cumulated memory: 1066236 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.23 4.09 5/249 170448
/proc/meminfo: memFree=126852544/131382112 swapFree=33000116/33010684
[pid=169912] ppid=169908 vsize=1330936 memory=1066236 CPUtime=3392.2 cores=1,3
/proc/169912/stat : 169912 (SynLSCD) R 169908 169912 169834 0 -1 4194304 130550 0 0 0 338978 242 0 0 20 0 1 0 241649426 1362878464 266559 18446744073709551615 94603404562432 94603406997033 140721797070368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94603407478008 94603407511040 94603427000320 140721797077379 140721797077514 140721797077514 140721797083118 0
/proc/169912/statm: 332734 266559 2528 595 0 317401 0
Current children cumulated CPU time: 3392.2 s
Current children cumulated vsize: 1330936 KiB
Current children cumulated memory: 1066236 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.20 4.09 5/249 170450
/proc/meminfo: memFree=126839060/131382112 swapFree=33000116/33010684
[pid=169912] ppid=169908 vsize=1341948 memory=1076476 CPUtime=3452.05 cores=1,3
/proc/169912/stat : 169912 (SynLSCD) R 169908 169912 169834 0 -1 4194304 131615 0 0 0 344962 243 0 0 20 0 1 0 241649426 1374154752 269119 18446744073709551615 94603404562432 94603406997033 140721797070368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94603407478008 94603407511040 94603427000320 140721797077379 140721797077514 140721797077514 140721797083118 0
/proc/169912/statm: 335487 269119 2528 595 0 320154 0
Current children cumulated CPU time: 3452.05 s
Current children cumulated vsize: 1341948 KiB
Current children cumulated memory: 1076476 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.18 4.09 5/249 170452
/proc/meminfo: memFree=126842840/131382112 swapFree=33000116/33010684
[pid=169912] ppid=169908 vsize=1344000 memory=1078528 CPUtime=3511.9 cores=1,3
/proc/169912/stat : 169912 (SynLSCD) R 169908 169912 169834 0 -1 4194304 131617 0 0 0 350946 244 0 0 20 0 1 0 241649426 1376256000 269632 18446744073709551615 94603404562432 94603406997033 140721797070368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94603407478008 94603407511040 94603427000320 140721797077379 140721797077514 140721797077514 140721797083118 0
/proc/169912/statm: 336000 269632 2528 595 0 320667 0
Current children cumulated CPU time: 3511.9 s
Current children cumulated vsize: 1344000 KiB
Current children cumulated memory: 1078528 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.17 4.09 5/249 170454
/proc/meminfo: memFree=126847532/131382112 swapFree=33000116/33010684
[pid=169912] ppid=169908 vsize=1344000 memory=1078528 CPUtime=3571.74 cores=1,3
/proc/169912/stat : 169912 (SynLSCD) R 169908 169912 169834 0 -1 4194304 131617 0 0 0 356930 244 0 0 20 0 1 0 241649426 1376256000 269632 18446744073709551615 94603404562432 94603406997033 140721797070368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94603407478008 94603407511040 94603427000320 140721797077379 140721797077514 140721797077514 140721797083118 0
/proc/169912/statm: 336000 269632 2528 595 0 320667 0
Current children cumulated CPU time: 3571.74 s
Current children cumulated vsize: 1344000 KiB
Current children cumulated memory: 1078528 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.7 s]
/proc/loadavg: 4.08 4.15 4.09 5/250 170463
/proc/meminfo: memFree=126849376/131382112 swapFree=33000116/33010684
[pid=169912] ppid=169908 vsize=1344000 memory=1078528 CPUtime=3600.07 cores=1,3
/proc/169912/stat : 169912 (SynLSCD) R 169908 169912 169834 0 -1 4194304 131617 0 0 0 359763 244 0 0 20 0 1 0 241649426 1376256000 269632 18446744073709551615 94603404562432 94603406997033 140721797070368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94603407478008 94603407511040 94603427000320 140721797077379 140721797077514 140721797077514 140721797083118 0
/proc/169912/statm: 336000 269632 2528 595 0 320667 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 1344000 KiB
Current children cumulated memory: 1078528 KiB

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

Sending SIGKILL to process tree (bottom up)

[startup+3612.7 s]
# the end of solver process 169912 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3599.63 s, system=2.44867 s

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

[startup+3611.2 s]
/proc/loadavg: 4.08 4.15 4.09 5/250 170463
/proc/meminfo: memFree=126849376/131382112 swapFree=33000116/33010684
[pid=169912] ppid=169908 vsize=1344000 memory=1078528 CPUtime=3600.57 cores=1,3
/proc/169912/stat : 169912 (SynLSCD) R 169908 169912 169834 0 -1 4194304 131617 0 0 0 359813 244 0 0 20 0 1 0 241649426 1376256000 269632 18446744073709551615 94603404562432 94603406997033 140721797070368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94603407478008 94603407511040 94603427000320 140721797077379 140721797077514 140721797077514 140721797083118 0
/proc/169912/statm: 336000 269632 2528 595 0 320667 0
Current children cumulated CPU time: 3600.57 s
Current children cumulated vsize: 1344000 KiB
Current children cumulated memory: 1078528 KiB

[startup+3612 s]*
/proc/loadavg: 4.08 4.15 4.09 5/250 170463
/proc/meminfo: memFree=126849376/131382112 swapFree=33000116/33010684
[pid=169912] ppid=169908 vsize=1344000 memory=1078528 CPUtime=3601.38 cores=1,3
/proc/169912/stat : 169912 (SynLSCD) R 169908 169912 169834 0 -1 4194304 131617 0 0 0 359894 244 0 0 20 0 1 0 241649426 1376256000 269632 18446744073709551615 94603404562432 94603406997033 140721797070368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94603407478008 94603407511040 94603427000320 140721797077379 140721797077514 140721797077514 140721797083118 0
/proc/169912/statm: 336000 269632 2528 595 0 320667 0
Current children cumulated CPU time: 3601.38 s
Current children cumulated vsize: 1344000 KiB
Current children cumulated memory: 1078528 KiB

[startup+3612.4 s]
/proc/loadavg: 4.08 4.15 4.09 5/250 170463
/proc/meminfo: memFree=126849376/131382112 swapFree=33000116/33010684
[pid=169912] ppid=169908 vsize=1344000 memory=1078528 CPUtime=3601.77 cores=1,3
/proc/169912/stat : 169912 (SynLSCD) R 169908 169912 169834 0 -1 4194304 131617 0 0 0 359933 244 0 0 20 0 1 0 241649426 1376256000 269632 18446744073709551615 94603404562432 94603406997033 140721797070368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94603407478008 94603407511040 94603427000320 140721797077379 140721797077514 140721797077514 140721797083118 0
/proc/169912/statm: 336000 269632 2528 595 0 320667 0
Current children cumulated CPU time: 3601.77 s
Current children cumulated vsize: 1344000 KiB
Current children cumulated memory: 1078528 KiB

[startup+3612.6 s]
/proc/loadavg: 4.08 4.15 4.09 5/250 170463
/proc/meminfo: memFree=126849376/131382112 swapFree=33000116/33010684
[pid=169912] ppid=169908 vsize=1344000 memory=1078528 CPUtime=3601.96 cores=1,3
/proc/169912/stat : 169912 (SynLSCD) R 169908 169912 169834 0 -1 4194304 131617 0 0 0 359952 244 0 0 20 0 1 0 241649426 1376256000 269632 18446744073709551615 94603404562432 94603406997033 140721797070368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94603407478008 94603407511040 94603427000320 140721797077379 140721797077514 140721797077514 140721797083118 0
/proc/169912/statm: 336000 269632 2528 595 0 320667 0
Current children cumulated CPU time: 3601.96 s
Current children cumulated vsize: 1344000 KiB
Current children cumulated memory: 1078528 KiB

[startup+3612.7 s]
/proc/loadavg: 4.08 4.15 4.09 5/250 170463
/proc/meminfo: memFree=126849376/131382112 swapFree=33000116/33010684
[pid=169912] ppid=169908 vsize=1344000 memory=1078528 CPUtime=3602.06 cores=1,3
/proc/169912/stat : 169912 (SynLSCD) R 169908 169912 169834 0 -1 4194304 131617 0 0 0 359962 244 0 0 20 0 1 0 241649426 1376256000 269632 18446744073709551615 94603404562432 94603406997033 140721797070368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94603407478008 94603407511040 94603427000320 140721797077379 140721797077514 140721797077514 140721797083118 0
/proc/169912/statm: 336000 269632 2528 595 0 320667 0
Current children cumulated CPU time: 3602.06 s
Current children cumulated vsize: 1344000 KiB
Current children cumulated memory: 1078528 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3612.7
CPU time (s): 3602.08
CPU user time (s): 3599.63
CPU system time (s): 2.44867
CPU usage (%): 99.7059
Max. virtual memory (cumulated for all children) (KiB): 1496700
Max. memory (cumulated for all children) (KiB): 1107964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.63
system time used= 2.44867
maximum resident set size= 1196028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131617
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= 169
involuntary context switches= 1434


# summary of solver processes directly reported to runsolver:
#   pid: 169912
#   total CPU time (s): 3602.08
#   total CPU user time (s): 3599.63
#   total CPU system time (s): 2.44867

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.8425 second user time and 33.1296 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-07-23 10:35:02
IDJOB=4545714
IDBENCH=147848
IDSOLVER=3421
FILE ID=nodeC007/4545714-1753259701
RUNJOBID= nodeC007-1753259701-169854
SLURM_JOB_ID= 9689162
Free space on /tmp= 432972 MiB

SOLVER NAME= SynLSCD 2025-07-23
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-85-80.opb
COMMAND LINE= ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545714-1753259701/watcher-4545714-1753259701 -o /tmp/evaluation-result-4545714-1753259701/solver-4545714-1753259701 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1753259701-169854 --watchdog 3760  ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4545714-1753259701.opb

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

MD5SUM BENCH= b66aa0ca883b9987dbaf460c58c6223e
RANDOM SEED=1977601264

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129067380 kB
MemAvailable:   129839112 kB
Buffers:              16 kB
Cached:          1442832 kB
SwapCached:         2612 kB
Active:           894604 kB
Inactive:         619348 kB
Active(anon):      58116 kB
Inactive(anon):    33312 kB
Active(file):     836488 kB
Inactive(file):   586036 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000116 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             23052 kB
Writeback:             0 kB
AnonPages:         71764 kB
Mapped:           103024 kB
Shmem:             20308 kB
KReclaimable:     377668 kB
Slab:             471812 kB
SReclaimable:     377668 kB
SUnreclaim:        94144 kB
KernelStack:        4048 kB
PageTables:         3140 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     410608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149384 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432964 MiB
End job on nodeC007 at 2025-07-23 11:35:16