Trace number 4546215

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-23? (TO) 3600.11 3610.52

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-55-50.opb
MD5SUM447851c4fd40c5c34c03bb94532f1e8d
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 benchmark0.916974
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2750
Total number of constraints74305
Number of constraints which are clauses74305
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 constraint50
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 51
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.27/0.89	c intsize: 6
0.86/1.44	c 74305 constraints
0.86/1.44	c Finish cloning data from SAT to LS
0.86/1.44	c restart_num_ls  -100000 0
60.87/61.69	c Use LS-small
60.87/61.69	c update_LS_target_phase-runLS-restart
293.73/295.11	c restart_num  0 310
293.73/295.11	c LS-restart 90 55
353.94/355.58	c Use LS-small
353.94/355.58	c update_LS_target_phase-runLS-restart
835.20/838.25	c restart_num  310 613
835.20/838.25	c LS-restart 80 84
835.20/838.25	c similarity no use LS 0.979636
1267.68/1272.05	c restart_num  613 914
1267.68/1272.05	c LS-restart 80 8
1327.84/1332.35	c Use LS-small
1327.84/1332.35	c update_LS_target_phase-runLS-restart
2300.33/2307.25	c restart_num  914 1215
2300.33/2307.25	c LS-restart 70 0
2360.29/2367.37	c Use LS-small
2360.29/2367.37	c update_LS_target_phase-runLS-restart
2958.37/2966.95	c restart_num  1215 1525
2958.37/2966.95	c LS-restart 60 87
2958.37/2966.95	c similarity no use LS 0.986182
3600.08/3610.50	c Program interrupted by user.
3600.08/3610.50	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (59235 MiB free)
  memory of node 1: 64507 MiB (39413 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=164595, runsolver pid=164585
Current StackSize limit: 8192 KiB


[startup+0.100066 s]*
/proc/loadavg: 0.15 0.11 0.09 2/249 164596
/proc/meminfo: memFree=101004252/131382112 swapFree=33009904/33010684
[pid=164595] ppid=164585 vsize=17104 memory=512 CPUtime=0 cores=4,6
/proc/164595/stat : 164595 (SynLSCD-PS) D 164585 164595 164516 0 -1 4456448 80 0 0 0 0 0 0 0 20 0 1 0 241649193 17514496 128 18446744073709551615 94505628090368 94505630525785 140736596213776 0 0 0 0 0 0 1 0 0 17 4 0 0 0 0 0 94505631005944 94505631038976 94505635389440 140736596216189 140736596216327 140736596216327 140736596221931 0
/proc/164595/statm: 4276 128 128 595 0 1074 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 17104 KiB
Current children cumulated memory: 512 KiB

[startup+0.212749 s]*
/proc/loadavg: 0.15 0.11 0.09 3/249 164597
/proc/meminfo: memFree=100983780/131382112 swapFree=33009904/33010684
[pid=164595] ppid=164585 vsize=17104 memory=512 CPUtime=0 cores=4,6
/proc/164595/stat : 164595 (SynLSCD-PS) D 164585 164595 164516 0 -1 4456448 80 0 0 0 0 0 0 0 20 0 1 0 241649193 17514496 128 18446744073709551615 94505628090368 94505630525785 140736596213776 0 0 0 0 0 0 1 0 0 17 4 0 0 0 0 0 94505631005944 94505631038976 94505635389440 140736596216189 140736596216327 140736596216327 140736596221931 0
/proc/164595/statm: 4276 128 128 595 0 1074 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 17104 KiB
Current children cumulated memory: 512 KiB

[startup+0.313134 s]*
/proc/loadavg: 0.15 0.11 0.09 4/249 164597
/proc/meminfo: memFree=100975464/131382112 swapFree=33009904/33010684
[pid=164595] ppid=164585 vsize=17104 memory=512 CPUtime=0 cores=4,6
/proc/164595/stat : 164595 (SynLSCD-PS) D 164585 164595 164516 0 -1 4456448 80 0 0 0 0 0 0 0 20 0 1 0 241649193 17514496 128 18446744073709551615 94505628090368 94505630525785 140736596213776 0 0 0 0 0 0 1 0 0 17 4 0 0 0 0 0 94505631005944 94505631038976 94505635389440 140736596216189 140736596216327 140736596216327 140736596221931 0
/proc/164595/statm: 4276 128 128 595 0 1074 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 17104 KiB
Current children cumulated memory: 512 KiB

[startup+0.700312 s]
/proc/loadavg: 0.15 0.11 0.09 2/246 164597
/proc/meminfo: memFree=100965860/131382112 swapFree=33009904/33010684
[pid=164595] ppid=164585 vsize=88360 memory=17580 CPUtime=0.16 cores=4,6
/proc/164595/stat : 164595 (SynLSCD-PS) R 164585 164595 164516 0 -1 4194304 1894 0 0 0 14 2 0 0 20 0 1 0 241649193 90480640 4395 18446744073709551615 94505628090368 94505630525785 140736596213776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94505631005944 94505631038976 94505635389440 140736596216189 140736596216327 140736596216327 140736596221931 0
/proc/164595/statm: 22090 4395 2240 595 0 6757 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 88360 KiB
Current children cumulated memory: 17580 KiB

[startup+1.50035 s]
/proc/loadavg: 0.15 0.11 0.09 2/242 164600
/proc/meminfo: memFree=100947656/131382112 swapFree=33009904/33010684
[pid=164595] ppid=164585 vsize=222548 memory=142376 CPUtime=0.96 cores=4,6
/proc/164595/stat : 164595 (SynLSCD-PS) R 164585 164595 164516 0 -1 4194304 31391 0 0 0 82 14 0 0 20 0 1 0 241649193 227889152 35594 18446744073709551615 94505628090368 94505630525785 140736596213776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94505631005944 94505631038976 94505635389440 140736596216189 140736596216327 140736596216327 140736596221931 0
/proc/164595/statm: 55637 35594 2432 595 0 40304 0
Current children cumulated CPU time: 0.96 s
Current children cumulated vsize: 222548 KiB
Current children cumulated memory: 142376 KiB

[startup+3.11313 s]
/proc/loadavg: 0.46 0.17 0.11 2/246 164609
/proc/meminfo: memFree=100858828/131382112 swapFree=33009904/33010684
[pid=164595] ppid=164585 vsize=222548 memory=142760 CPUtime=2.56 cores=4,6
/proc/164595/stat : 164595 (SynLSCD-PS) R 164585 164595 164516 0 -1 4194304 31492 0 0 0 242 14 0 0 20 0 1 0 241649193 227889152 35690 18446744073709551615 94505628090368 94505630525785 140736596213776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94505631005944 94505631038976 94505635389440 140736596216189 140736596216327 140736596216327 140736596221931 0
/proc/164595/statm: 55637 35690 2432 595 0 40304 0
Current children cumulated CPU time: 2.56 s
Current children cumulated vsize: 222548 KiB
Current children cumulated memory: 142760 KiB

[startup+6.3003 s]
/proc/loadavg: 0.46 0.17 0.11 2/242 164614
/proc/meminfo: memFree=100882764/131382112 swapFree=33009904/33010684
[pid=164595] ppid=164585 vsize=222548 memory=142760 CPUtime=5.74 cores=4,6
/proc/164595/stat : 164595 (SynLSCD-PS) R 164585 164595 164516 0 -1 4194304 31493 0 0 0 560 14 0 0 20 0 1 0 241649193 227889152 35690 18446744073709551615 94505628090368 94505630525785 140736596213776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94505631005944 94505631038976 94505635389440 140736596216189 140736596216327 140736596216327 140736596221931 0
/proc/164595/statm: 55637 35690 2432 595 0 40304 0
Current children cumulated CPU time: 5.74 s
Current children cumulated vsize: 222548 KiB
Current children cumulated memory: 142760 KiB

[startup+12.7003 s]
/proc/loadavg: 1.08 0.31 0.16 2/239 164617
/proc/meminfo: memFree=100887612/131382112 swapFree=33009904/33010684
[pid=164595] ppid=164585 vsize=222548 memory=142760 CPUtime=12.12 cores=4,6
/proc/164595/stat : 164595 (SynLSCD-PS) R 164585 164595 164516 0 -1 4194304 31494 0 0 0 1198 14 0 0 20 0 1 0 241649193 227889152 35690 18446744073709551615 94505628090368 94505630525785 140736596213776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94505631005944 94505631038976 94505635389440 140736596216189 140736596216327 140736596216327 140736596221931 0
/proc/164595/statm: 55637 35690 2432 595 0 40304 0
Current children cumulated CPU time: 12.12 s
Current children cumulated vsize: 222548 KiB
Current children cumulated memory: 142760 KiB

[startup+25.5003 s]
/proc/loadavg: 1.53 0.44 0.20 2/242 164672
/proc/meminfo: memFree=100875060/131382112 swapFree=33009904/33010684
[pid=164595] ppid=164585 vsize=222548 memory=142760 CPUtime=24.88 cores=4,6
/proc/164595/stat : 164595 (SynLSCD-PS) R 164585 164595 164516 0 -1 4194304 31495 0 0 0 2474 14 0 0 20 0 1 0 241649193 227889152 35690 18446744073709551615 94505628090368 94505630525785 140736596213776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94505631005944 94505631038976 94505635389440 140736596216189 140736596216327 140736596216327 140736596221931 0
/proc/164595/statm: 55637 35690 2432 595 0 40304 0
Current children cumulated CPU time: 24.88 s
Current children cumulated vsize: 222548 KiB
Current children cumulated memory: 142760 KiB

[startup+51.1127 s]
/proc/loadavg: 2.45 0.74 0.31 5/251 164774
/proc/meminfo: memFree=99873560/131382112 swapFree=33009904/33010684
[pid=164595] ppid=164585 vsize=222548 memory=143016 CPUtime=50.41 cores=4,6
/proc/164595/stat : 164595 (SynLSCD-PS) R 164585 164595 164516 0 -1 4194304 31500 0 0 0 5027 14 0 0 20 0 1 0 241649193 227889152 35754 18446744073709551615 94505628090368 94505630525785 140736596213776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94505631005944 94505631038976 94505635389440 140736596216189 140736596216327 140736596216327 140736596221931 0
/proc/164595/statm: 55637 35754 2432 595 0 40304 0
Current children cumulated CPU time: 50.41 s
Current children cumulated vsize: 222548 KiB
Current children cumulated memory: 143016 KiB

[startup+102.3 s]
/proc/loadavg: 3.51 1.32 0.54 5/250 164924
/proc/meminfo: memFree=100645616/131382112 swapFree=33009904/33010684
[pid=164595] ppid=164585 vsize=387908 memory=263084 CPUtime=101.45 cores=4,6
/proc/164595/stat : 164595 (SynLSCD-PS) R 164585 164595 164516 0 -1 4194304 38928 0 0 0 10122 23 0 0 20 0 1 0 241649193 397217792 65771 18446744073709551615 94505628090368 94505630525785 140736596213776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94505631005944 94505631038976 94505635389440 140736596216189 140736596216327 140736596216327 140736596221931 0
/proc/164595/statm: 96977 65771 2464 595 0 81644 0
Current children cumulated CPU time: 101.45 s
Current children cumulated vsize: 387908 KiB
Current children cumulated memory: 263084 KiB

[startup+162.3 s]
/proc/loadavg: 3.90 1.84 0.77 5/251 164956
/proc/meminfo: memFree=100558236/131382112 swapFree=33009904/33010684
[pid=164595] ppid=164585 vsize=414940 memory=290236 CPUtime=161.26 cores=4,6
/proc/164595/stat : 164595 (SynLSCD-PS) R 164585 164595 164516 0 -1 4194304 45281 0 0 0 16100 26 0 0 20 0 1 0 241649193 424898560 72559 18446744073709551615 94505628090368 94505630525785 140736596213776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94505631005944 94505631038976 94505635389440 140736596216189 140736596216327 140736596216327 140736596221931 0
/proc/164595/statm: 103735 72559 2464 595 0 88402 0
Current children cumulated CPU time: 161.26 s
Current children cumulated vsize: 414940 KiB
Current children cumulated memory: 290236 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 2.28 0.99 5/251 164958
/proc/meminfo: memFree=100543812/131382112 swapFree=33009904/33010684
[pid=164595] ppid=164585 vsize=430040 memory=317640 CPUtime=221.11 cores=4,6
/proc/164595/stat : 164595 (SynLSCD-PS) R 164585 164595 164516 0 -1 4194304 49078 0 0 0 22081 30 0 0 20 0 1 0 241649193 440360960 79410 18446744073709551615 94505628090368 94505630525785 140736596213776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94505631005944 94505631038976 94505635389440 140736596216189 140736596216327 140736596216327 140736596221931 0
/proc/164595/statm: 107510 79410 2464 595 0 92177 0
Current children cumulated CPU time: 221.11 s
Current children cumulated vsize: 430040 KiB
Current children cumulated memory: 317640 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 2.61 1.18 5/251 164960
/proc/meminfo: memFree=100450320/131382112 swapFree=33009904/33010684
[pid=164595] ppid=164585 vsize=452668 memory=378852 CPUtime=280.95 cores=4,6
/proc/164595/stat : 164595 (SynLSCD-PS) R 164585 164595 164516 0 -1 4194304 54649 0 0 0 28062 33 0 0 20 0 1 0 241649193 463532032 94713 18446744073709551615 94505628090368 94505630525785 140736596213776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94505631005944 94505631038976 94505635389440 140736596216189 140736596216327 140736596216327 140736596221931 0
/proc/164595/statm: 113167 94713 2464 595 0 97834 0
Current children cumulated CPU time: 280.95 s
Current children cumulated vsize: 452668 KiB
Current children cumulated memory: 378852 KiB

[startup+342.3 s]
/proc/loadavg: 4.26 2.93 1.38 5/249 164962
/proc/meminfo: memFree=100406036/131382112 swapFree=33009904/33010684
[pid=164595] ppid=164585 vsize=464416 memory=389732 CPUtime=340.78 cores=4,6
/proc/164595/stat : 164595 (SynLSCD-PS) R 164585 164595 164516 0 -1 4194304 57384 0 0 0 34044 34 0 0 20 0 1 0 241649193 475561984 97433 18446744073709551615 94505628090368 94505630525785 140736596213776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94505631005944 94505631038976 94505635389440 140736596216189 140736596216327 140736596216327 140736596221931 0
/proc/164595/statm: 116104 97433 2464 595 0 100771 0
Current children cumulated CPU time: 340.78 s
Current children cumulated vsize: 464416 KiB
Current children cumulated memory: 389732 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 3.14 1.56 5/249 164964
/proc/meminfo: memFree=100367184/131382112 swapFree=33009904/33010684
[pid=164595] ppid=164585 vsize=486328 memory=411236 CPUtime=400.58 cores=4,6
/proc/164595/stat : 164595 (SynLSCD-PS) R 164585 164595 164516 0 -1 4194304 62846 0 0 0 40022 36 0 0 20 0 1 0 241649193 497999872 102809 18446744073709551615 94505628090368 94505630525785 140736596213776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94505631005944 94505631038976 94505635389440 140736596216189 140736596216327 140736596216327 140736596221931 0
/proc/164595/statm: 121582 102809 2464 595 0 106249 0
Current children cumulated CPU time: 400.58 s
Current children cumulated vsize: 486328 KiB
Current children cumulated memory: 411236 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 3.32 1.72 5/249 164966
/proc/meminfo: memFree=100333288/131382112 swapFree=33009904/33010684
[pid=164595] ppid=164585 vsize=504576 memory=430504 CPUtime=460.38 cores=4,6
/proc/164595/stat : 164595 (SynLSCD-PS) R 164585 164595 164516 0 -1 4194304 65621 0 0 0 46000 38 0 0 20 0 1 0 241649193 516685824 107626 18446744073709551615 94505628090368 94505630525785 140736596213776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94505631005944 94505631038976 94505635389440 140736596216189 140736596216327 140736596216327 140736596221931 0
/proc/164595/statm: 126144 107626 2464 595 0 110811 0
Current children cumulated CPU time: 460.38 s

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

Current children cumulated memory: 596476 KiB

[startup+2922.3 s]
/proc/loadavg: 4.07 4.08 4.00 5/251 165238
/proc/meminfo: memFree=100100848/131382112 swapFree=33009904/33010684
[pid=164595] ppid=164585 vsize=776312 memory=597116 CPUtime=2913.89 cores=4,6
/proc/164595/stat : 164595 (SynLSCD-PS) R 164585 164595 164516 0 -1 4194304 102895 0 0 0 291260 129 0 0 20 0 1 0 241649193 794943488 149279 18446744073709551615 94505628090368 94505630525785 140736596213776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94505631005944 94505631038976 94505635389440 140736596216189 140736596216327 140736596216327 140736596221931 0
/proc/164595/statm: 194078 149279 2528 595 0 178745 0
Current children cumulated CPU time: 2913.89 s
Current children cumulated vsize: 776312 KiB
Current children cumulated memory: 597116 KiB

[startup+2982.3 s]
/proc/loadavg: 4.11 4.10 4.01 5/251 165240
/proc/meminfo: memFree=100102908/131382112 swapFree=33009904/33010684
[pid=164595] ppid=164585 vsize=776696 memory=597372 CPUtime=2973.74 cores=4,6
/proc/164595/stat : 164595 (SynLSCD-PS) R 164585 164595 164516 0 -1 4194304 103191 0 0 0 297243 131 0 0 20 0 1 0 241649193 795336704 149343 18446744073709551615 94505628090368 94505630525785 140736596213776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94505631005944 94505631038976 94505635389440 140736596216189 140736596216327 140736596216327 140736596221931 0
/proc/164595/statm: 194174 149343 2528 595 0 178841 0
Current children cumulated CPU time: 2973.74 s
Current children cumulated vsize: 776696 KiB
Current children cumulated memory: 597372 KiB

[startup+3042.3 s]
/proc/loadavg: 4.08 4.09 4.01 5/251 165242
/proc/meminfo: memFree=100102352/131382112 swapFree=33009904/33010684
[pid=164595] ppid=164585 vsize=776696 memory=597372 CPUtime=3033.58 cores=4,6
/proc/164595/stat : 164595 (SynLSCD-PS) R 164585 164595 164516 0 -1 4194304 103213 0 0 0 303226 132 0 0 20 0 1 0 241649193 795336704 149343 18446744073709551615 94505628090368 94505630525785 140736596213776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94505631005944 94505631038976 94505635389440 140736596216189 140736596216327 140736596216327 140736596221931 0
/proc/164595/statm: 194174 149343 2528 595 0 178841 0
Current children cumulated CPU time: 3033.58 s
Current children cumulated vsize: 776696 KiB
Current children cumulated memory: 597372 KiB

[startup+3102.3 s]
/proc/loadavg: 4.14 4.10 4.01 5/251 165250
/proc/meminfo: memFree=100109184/131382112 swapFree=33009904/33010684
[pid=164595] ppid=164585 vsize=777080 memory=597756 CPUtime=3093.41 cores=4,6
/proc/164595/stat : 164595 (SynLSCD-PS) R 164585 164595 164516 0 -1 4194304 103316 0 0 0 309207 134 0 0 20 0 1 0 241649193 795729920 149439 18446744073709551615 94505628090368 94505630525785 140736596213776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94505631005944 94505631038976 94505635389440 140736596216189 140736596216327 140736596216327 140736596221931 0
/proc/164595/statm: 194270 149439 2528 595 0 178937 0
Current children cumulated CPU time: 3093.41 s
Current children cumulated vsize: 777080 KiB
Current children cumulated memory: 597756 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.10 4.01 5/251 165252
/proc/meminfo: memFree=100102392/131382112 swapFree=33009904/33010684
[pid=164595] ppid=164585 vsize=781176 memory=601852 CPUtime=3153.22 cores=4,6
/proc/164595/stat : 164595 (SynLSCD-PS) R 164585 164595 164516 0 -1 4194304 104341 0 0 0 315185 137 0 0 20 0 1 0 241649193 799924224 150463 18446744073709551615 94505628090368 94505630525785 140736596213776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94505631005944 94505631038976 94505635389440 140736596216189 140736596216327 140736596216327 140736596221931 0
/proc/164595/statm: 195294 150463 2528 595 0 179961 0
Current children cumulated CPU time: 3153.22 s
Current children cumulated vsize: 781176 KiB
Current children cumulated memory: 601852 KiB

[startup+3222.3 s]
/proc/loadavg: 4.16 4.11 4.02 5/251 165254
/proc/meminfo: memFree=100103652/131382112 swapFree=33009904/33010684
[pid=164595] ppid=164585 vsize=781176 memory=601852 CPUtime=3213.03 cores=4,6
/proc/164595/stat : 164595 (SynLSCD-PS) R 164585 164595 164516 0 -1 4194304 104341 0 0 0 321165 138 0 0 20 0 1 0 241649193 799924224 150463 18446744073709551615 94505628090368 94505630525785 140736596213776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94505631005944 94505631038976 94505635389440 140736596216189 140736596216327 140736596216327 140736596221931 0
/proc/164595/statm: 195294 150463 2528 595 0 179961 0
Current children cumulated CPU time: 3213.03 s
Current children cumulated vsize: 781176 KiB
Current children cumulated memory: 601852 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.10 4.02 5/251 165256
/proc/meminfo: memFree=100104660/131382112 swapFree=33009904/33010684
[pid=164595] ppid=164585 vsize=781176 memory=601852 CPUtime=3272.84 cores=4,6
/proc/164595/stat : 164595 (SynLSCD-PS) R 164585 164595 164516 0 -1 4194304 104341 0 0 0 327144 140 0 0 20 0 1 0 241649193 799924224 150463 18446744073709551615 94505628090368 94505630525785 140736596213776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94505631005944 94505631038976 94505635389440 140736596216189 140736596216327 140736596216327 140736596221931 0
/proc/164595/statm: 195294 150463 2528 595 0 179961 0
Current children cumulated CPU time: 3272.84 s
Current children cumulated vsize: 781176 KiB
Current children cumulated memory: 601852 KiB

[startup+3342.3 s]
/proc/loadavg: 4.59 4.22 4.06 6/252 165259
/proc/meminfo: memFree=100105668/131382112 swapFree=33009904/33010684
[pid=164595] ppid=164585 vsize=781432 memory=602108 CPUtime=3332.65 cores=4,6
/proc/164595/stat : 164595 (SynLSCD-PS) R 164585 164595 164516 0 -1 4194304 104407 0 0 0 333123 142 0 0 20 0 1 0 241649193 800186368 150527 18446744073709551615 94505628090368 94505630525785 140736596213776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94505631005944 94505631038976 94505635389440 140736596216189 140736596216327 140736596216327 140736596221931 0
/proc/164595/statm: 195358 150527 2528 595 0 180025 0
Current children cumulated CPU time: 3332.65 s
Current children cumulated vsize: 781432 KiB
Current children cumulated memory: 602108 KiB

[startup+3402.3 s]
/proc/loadavg: 4.51 4.28 4.10 5/250 165262
/proc/meminfo: memFree=100114024/131382112 swapFree=33009904/33010684
[pid=164595] ppid=164585 vsize=781816 memory=602492 CPUtime=3392.46 cores=4,6
/proc/164595/stat : 164595 (SynLSCD-PS) R 164585 164595 164516 0 -1 4194304 104504 0 0 0 339102 144 0 0 20 0 1 0 241649193 800579584 150623 18446744073709551615 94505628090368 94505630525785 140736596213776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94505631005944 94505631038976 94505635389440 140736596216189 140736596216327 140736596216327 140736596221931 0
/proc/164595/statm: 195454 150623 2528 595 0 180121 0
Current children cumulated CPU time: 3392.46 s
Current children cumulated vsize: 781816 KiB
Current children cumulated memory: 602492 KiB

[startup+3462.3 s]
/proc/loadavg: 4.24 4.25 4.09 5/250 165264
/proc/meminfo: memFree=100115536/131382112 swapFree=33009904/33010684
[pid=164595] ppid=164585 vsize=781816 memory=602492 CPUtime=3452.27 cores=4,6
/proc/164595/stat : 164595 (SynLSCD-PS) R 164585 164595 164516 0 -1 4194304 104504 0 0 0 345081 146 0 0 20 0 1 0 241649193 800579584 150623 18446744073709551615 94505628090368 94505630525785 140736596213776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94505631005944 94505631038976 94505635389440 140736596216189 140736596216327 140736596216327 140736596221931 0
/proc/164595/statm: 195454 150623 2528 595 0 180121 0
Current children cumulated CPU time: 3452.27 s
Current children cumulated vsize: 781816 KiB
Current children cumulated memory: 602492 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.21 4.09 5/250 165266
/proc/meminfo: memFree=100104872/131382112 swapFree=33009904/33010684
[pid=164595] ppid=164585 vsize=782072 memory=603388 CPUtime=3512.1 cores=4,6
/proc/164595/stat : 164595 (SynLSCD-PS) R 164585 164595 164516 0 -1 4194304 104506 0 0 0 351063 147 0 0 20 0 1 0 241649193 800841728 150847 18446744073709551615 94505628090368 94505630525785 140736596213776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94505631005944 94505631038976 94505635389440 140736596216189 140736596216327 140736596216327 140736596221931 0
/proc/164595/statm: 195518 150847 2528 595 0 180185 0
Current children cumulated CPU time: 3512.1 s
Current children cumulated vsize: 782072 KiB
Current children cumulated memory: 603388 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.20 4.09 5/250 165268
/proc/meminfo: memFree=100105880/131382112 swapFree=33009904/33010684
[pid=164595] ppid=164585 vsize=782072 memory=603388 CPUtime=3571.95 cores=4,6
/proc/164595/stat : 164595 (SynLSCD-PS) R 164585 164595 164516 0 -1 4194304 104506 0 0 0 357046 149 0 0 20 0 1 0 241649193 800841728 150847 18446744073709551615 94505628090368 94505630525785 140736596213776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94505631005944 94505631038976 94505635389440 140736596216189 140736596216327 140736596216327 140736596221931 0
/proc/164595/statm: 195518 150847 2528 595 0 180185 0
Current children cumulated CPU time: 3571.95 s
Current children cumulated vsize: 782072 KiB
Current children cumulated memory: 603388 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.5 s]
/proc/loadavg: 4.17 4.20 4.09 5/250 165270
/proc/meminfo: memFree=100106132/131382112 swapFree=33009904/33010684
[pid=164595] ppid=164585 vsize=782072 memory=603388 CPUtime=3600.08 cores=4,6
/proc/164595/stat : 164595 (SynLSCD-PS) R 164585 164595 164516 0 -1 4194304 104506 0 0 0 359858 150 0 0 20 0 1 0 241649193 800841728 150847 18446744073709551615 94505628090368 94505630525785 140736596213776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94505631005944 94505631038976 94505635389440 140736596216189 140736596216327 140736596216327 140736596221931 0
/proc/164595/statm: 195518 150847 2528 595 0 180185 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 782072 KiB
Current children cumulated memory: 603388 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.6 s, system=1.50409 s

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

[startup+3610.5 s]
/proc/loadavg: 4.17 4.20 4.09 5/250 165270
/proc/meminfo: memFree=100106132/131382112 swapFree=33009904/33010684
[pid=164595] ppid=164585 vsize=782072 memory=603388 CPUtime=3600.08 cores=4,6
/proc/164595/stat : 164595 (SynLSCD-PS) R 164585 164595 164516 0 -1 4194304 104506 0 0 0 359858 150 0 0 20 0 1 0 241649193 800841728 150847 18446744073709551615 94505628090368 94505630525785 140736596213776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94505631005944 94505631038976 94505635389440 140736596216189 140736596216327 140736596216327 140736596221931 0
/proc/164595/statm: 195518 150847 2528 595 0 180185 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 782072 KiB
Current children cumulated memory: 603388 KiB

Child status: 0

Real time (s): 3610.52
CPU time (s): 3600.11
CPU user time (s): 3598.6
CPU system time (s): 1.50409
CPU usage (%): 99.7117
Max. virtual memory (cumulated for all children) (KiB): 929256
Max. memory (cumulated for all children) (KiB): 608412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.6
system time used= 1.50409
maximum resident set size= 745628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104539
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= 210
involuntary context switches= 1611


# summary of solver processes directly reported to runsolver:
#   pid: 164595
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3598.6
#   total CPU system time (s): 1.50409

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.4325 second user time and 33.7299 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-23 10:35:02
IDJOB=4546215
IDBENCH=147856
IDSOLVER=3422
FILE ID=nodeC001/4546215-1753259701
RUNJOBID= nodeC001-1753259701-164534
SLURM_JOB_ID= 9689156
Free space on /tmp= 432664 MiB

SOLVER NAME= SynLSCD-PS 2025-07-23
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-55-50.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-4546215-1753259701/watcher-4546215-1753259701 -o /tmp/evaluation-result-4546215-1753259701/solver-4546215-1753259701 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1753259701-164534 --watchdog 3760  ./SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546215-1753259701.opb

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

MD5SUM BENCH= 447851c4fd40c5c34c03bb94532f1e8d
RANDOM SEED=1977601264

nodeC001 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.533
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.49
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.147
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.49
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.172
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.49
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.075
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.49
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		: 1197.620
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.49
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		: 1196.815
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.49
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.167
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.49
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		: 1193.793
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        101048436 kB
MemAvailable:   129708740 kB
Buffers:            1668 kB
Cached:         27311704 kB
SwapCached:          136 kB
Active:           957892 kB
Inactive:       26425372 kB
Active(anon):      79260 kB
Inactive(anon):    16604 kB
Active(file):     878632 kB
Inactive(file): 26408768 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16504 kB
Writeback:             0 kB
AnonPages:         73076 kB
Mapped:           108132 kB
Shmem:             25972 kB
KReclaimable:    2434032 kB
Slab:            2563892 kB
SReclaimable:    2434032 kB
SUnreclaim:       129860 kB
KernelStack:        3936 kB
PageTables:         3112 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     381456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149320 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432652 MiB
End job on nodeC001 at 2025-07-23 11:35:14