Trace number 4546576

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.06 3610.42

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
inequalities/OPB/ineq6/normalized-20array_ineq6.opb
MD5SUM3fc1fa6fafd20a9b1fe100c4dc12e1ea
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 benchmark72.4891
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2520
Total number of constraints3361
Number of constraints which are clauses2460
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints881
Minimum length of a constraint1
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 549755813888
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 2199023255551
Number of bits of the biggest sum of numbers41
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.04	c intsize: 41
0.08/0.14	c 3430 constraints
0.08/0.14	c Finish cloning data from SAT to LS
0.08/0.14	c restart_num_ls  -100000 0
5.09/5.29	c Use LS-small
5.09/5.29	c update_LS_target_phase-runLS-restart
1191.01/1194.91	c restart_num  0 301
1191.01/1194.91	c LS-restart 90 95
1193.90/1197.88	c Use LS-small
1193.90/1197.88	c update_LS_target_phase-runLS-restart
3600.03/3610.40	c Program interrupted by user.
3600.03/3610.40	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100071 s]*
/proc/loadavg: 4.14 4.13 4.02 5/251 168372
/proc/meminfo: memFree=103010860/131382120 swapFree=33010160/33010684
[pid=168371] ppid=168368 vsize=86800 memory=13312 CPUtime=0.08 cores=5,7
/proc/168371/stat : 168371 (SynLSCD-PS) R 168368 168371 167733 0 -1 4194304 1375 0 0 0 7 1 0 0 20 0 1 0 241951210 88883200 3328 18446744073709551615 94611009400832 94611011836249 140730915233648 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 94611012316408 94611012349440 94611028566016 140730915240317 140730915240455 140730915240455 140730915246059 0
/proc/168371/statm: 21700 3328 2240 595 0 6367 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 86800 KiB
Current children cumulated memory: 13312 KiB

[startup+0.210183 s]*
/proc/loadavg: 4.14 4.13 4.02 5/251 168372
/proc/meminfo: memFree=103005064/131382120 swapFree=33010160/33010684
[pid=168371] ppid=168368 vsize=92008 memory=19032 CPUtime=0.18 cores=5,7
/proc/168371/stat : 168371 (SynLSCD-PS) R 168368 168371 167733 0 -1 4194304 2689 0 0 0 17 1 0 0 20 0 1 0 241951210 94216192 4758 18446744073709551615 94611009400832 94611011836249 140730915233648 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 94611012316408 94611012349440 94611028566016 140730915240317 140730915240455 140730915240455 140730915246059 0
/proc/168371/statm: 23002 4758 2432 595 0 7669 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 92008 KiB
Current children cumulated memory: 19032 KiB

[startup+0.312713 s]*
/proc/loadavg: 4.14 4.13 4.02 5/251 168372
/proc/meminfo: memFree=103005064/131382120 swapFree=33010160/33010684
[pid=168371] ppid=168368 vsize=92008 memory=19032 CPUtime=0.27 cores=5,7
/proc/168371/stat : 168371 (SynLSCD-PS) R 168368 168371 167733 0 -1 4194304 2689 0 0 0 26 1 0 0 20 0 1 0 241951210 94216192 4758 18446744073709551615 94611009400832 94611011836249 140730915233648 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 94611012316408 94611012349440 94611028566016 140730915240317 140730915240455 140730915240455 140730915246059 0
/proc/168371/statm: 23002 4758 2432 595 0 7669 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 92008 KiB
Current children cumulated memory: 19032 KiB

[startup+0.700217 s]
/proc/loadavg: 4.14 4.13 4.02 5/251 168372
/proc/meminfo: memFree=103005064/131382120 swapFree=33010160/33010684
[pid=168371] ppid=168368 vsize=92008 memory=19032 CPUtime=0.62 cores=5,7
/proc/168371/stat : 168371 (SynLSCD-PS) R 168368 168371 167733 0 -1 4194304 2689 0 0 0 61 1 0 0 20 0 1 0 241951210 94216192 4758 18446744073709551615 94611009400832 94611011836249 140730915233648 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 94611012316408 94611012349440 94611028566016 140730915240317 140730915240455 140730915240455 140730915246059 0
/proc/168371/statm: 23002 4758 2432 595 0 7669 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 92008 KiB
Current children cumulated memory: 19032 KiB

[startup+1.50016 s]
/proc/loadavg: 4.14 4.13 4.02 5/251 168372
/proc/meminfo: memFree=103005064/131382120 swapFree=33010160/33010684
[pid=168371] ppid=168368 vsize=92008 memory=19032 CPUtime=1.4 cores=5,7
/proc/168371/stat : 168371 (SynLSCD-PS) R 168368 168371 167733 0 -1 4194304 2689 0 0 0 139 1 0 0 20 0 1 0 241951210 94216192 4758 18446744073709551615 94611009400832 94611011836249 140730915233648 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 94611012316408 94611012349440 94611028566016 140730915240317 140730915240455 140730915240455 140730915246059 0
/proc/168371/statm: 23002 4758 2432 595 0 7669 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 92008 KiB
Current children cumulated memory: 19032 KiB

[startup+3.11318 s]
/proc/loadavg: 4.13 4.13 4.02 5/251 168372
/proc/meminfo: memFree=103005072/131382120 swapFree=33010160/33010684
[pid=168371] ppid=168368 vsize=92008 memory=19032 CPUtime=3.01 cores=5,7
/proc/168371/stat : 168371 (SynLSCD-PS) R 168368 168371 167733 0 -1 4194304 2689 0 0 0 300 1 0 0 20 0 1 0 241951210 94216192 4758 18446744073709551615 94611009400832 94611011836249 140730915233648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94611012316408 94611012349440 94611028566016 140730915240317 140730915240455 140730915240455 140730915246059 0
/proc/168371/statm: 23002 4758 2432 595 0 7669 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 92008 KiB
Current children cumulated memory: 19032 KiB

[startup+6.30028 s]
/proc/loadavg: 4.13 4.13 4.02 5/251 168372
/proc/meminfo: memFree=103005336/131382120 swapFree=33010160/33010684
[pid=168371] ppid=168368 vsize=94480 memory=24156 CPUtime=6.19 cores=5,7
/proc/168371/stat : 168371 (SynLSCD-PS) R 168368 168371 167733 0 -1 4194304 3421 0 0 0 617 2 0 0 20 0 1 0 241951210 96747520 6039 18446744073709551615 94611009400832 94611011836249 140730915233648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94611012316408 94611012349440 94611028566016 140730915240317 140730915240455 140730915240455 140730915246059 0
/proc/168371/statm: 23620 6039 2464 595 0 8287 0
Current children cumulated CPU time: 6.19 s
Current children cumulated vsize: 94480 KiB
Current children cumulated memory: 24156 KiB

[startup+12.7003 s]
/proc/loadavg: 4.18 4.14 4.02 5/251 168372
/proc/meminfo: memFree=102998280/131382120 swapFree=33010160/33010684
[pid=168371] ppid=168368 vsize=98736 memory=39316 CPUtime=12.57 cores=5,7
/proc/168371/stat : 168371 (SynLSCD-PS) R 168368 168371 167733 0 -1 4194304 4496 0 0 0 1251 6 0 0 20 0 1 0 241951210 101105664 9829 18446744073709551615 94611009400832 94611011836249 140730915233648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94611012316408 94611012349440 94611028566016 140730915240317 140730915240455 140730915240455 140730915246059 0
/proc/168371/statm: 24684 9829 2656 595 0 9351 0
Current children cumulated CPU time: 12.57 s
Current children cumulated vsize: 98736 KiB
Current children cumulated memory: 39316 KiB

[startup+25.5003 s]
/proc/loadavg: 4.15 4.13 4.02 5/251 168373
/proc/meminfo: memFree=102966580/131382120 swapFree=33010160/33010684
[pid=168371] ppid=168368 vsize=116956 memory=53108 CPUtime=25.33 cores=5,7
/proc/168371/stat : 168371 (SynLSCD-PS) R 168368 168371 167733 0 -1 4194304 6126 0 0 0 2520 13 0 0 20 0 1 0 241951210 119762944 13277 18446744073709551615 94611009400832 94611011836249 140730915233648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94611012316408 94611012349440 94611028566016 140730915240317 140730915240455 140730915240455 140730915246059 0
/proc/168371/statm: 29239 13277 2656 595 0 13906 0
Current children cumulated CPU time: 25.33 s
Current children cumulated vsize: 116956 KiB
Current children cumulated memory: 53108 KiB

[startup+51.1132 s]
/proc/loadavg: 4.10 4.12 4.02 5/249 168373
/proc/meminfo: memFree=102984592/131382120 swapFree=33010160/33010684
[pid=168371] ppid=168368 vsize=121332 memory=57588 CPUtime=50.87 cores=5,7
/proc/168371/stat : 168371 (SynLSCD-PS) R 168368 168371 167733 0 -1 4194304 7241 0 0 0 5062 25 0 0 20 0 1 0 241951210 124243968 14397 18446744073709551615 94611009400832 94611011836249 140730915233648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94611012316408 94611012349440 94611028566016 140730915240317 140730915240455 140730915240455 140730915246059 0
/proc/168371/statm: 30333 14397 2656 595 0 15000 0
Current children cumulated CPU time: 50.87 s
Current children cumulated vsize: 121332 KiB
Current children cumulated memory: 57588 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.13 4.02 5/250 168380
/proc/meminfo: memFree=102955628/131382120 swapFree=33010160/33010684
[pid=168371] ppid=168368 vsize=131808 memory=76724 CPUtime=101.89 cores=5,7
/proc/168371/stat : 168371 (SynLSCD-PS) R 168368 168371 167733 0 -1 4194304 9848 0 0 0 10138 51 0 0 20 0 1 0 241951210 134971392 19181 18446744073709551615 94611009400832 94611011836249 140730915233648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94611012316408 94611012349440 94611028566016 140730915240317 140730915240455 140730915240455 140730915246059 0
/proc/168371/statm: 32952 19181 2656 595 0 17619 0
Current children cumulated CPU time: 101.89 s
Current children cumulated vsize: 131808 KiB
Current children cumulated memory: 76724 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.12 4.02 5/250 168382
/proc/meminfo: memFree=102944588/131382120 swapFree=33010160/33010684
[pid=168371] ppid=168368 vsize=157628 memory=81592 CPUtime=161.74 cores=5,7
/proc/168371/stat : 168371 (SynLSCD-PS) R 168368 168371 167733 0 -1 4194304 10945 0 0 0 16094 80 0 0 20 0 1 0 241951210 161411072 20398 18446744073709551615 94611009400832 94611011836249 140730915233648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94611012316408 94611012349440 94611028566016 140730915240317 140730915240455 140730915240455 140730915246059 0
/proc/168371/statm: 39407 20398 2656 595 0 24074 0
Current children cumulated CPU time: 161.74 s
Current children cumulated vsize: 157628 KiB
Current children cumulated memory: 81592 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.12 4.03 5/250 168384
/proc/meminfo: memFree=102945960/131382120 swapFree=33010160/33010684
[pid=168371] ppid=168368 vsize=161304 memory=87176 CPUtime=221.56 cores=5,7
/proc/168371/stat : 168371 (SynLSCD-PS) R 168368 168371 167733 0 -1 4194304 11825 0 0 0 22050 106 0 0 20 0 1 0 241951210 165175296 21794 18446744073709551615 94611009400832 94611011836249 140730915233648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94611012316408 94611012349440 94611028566016 140730915240317 140730915240455 140730915240455 140730915246059 0
/proc/168371/statm: 40326 21794 2656 595 0 24993 0
Current children cumulated CPU time: 221.56 s
Current children cumulated vsize: 161304 KiB
Current children cumulated memory: 87176 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 4.12 4.03 5/250 168386
/proc/meminfo: memFree=102948732/131382120 swapFree=33010160/33010684
[pid=168371] ppid=168368 vsize=165276 memory=99380 CPUtime=281.4 cores=5,7
/proc/168371/stat : 168371 (SynLSCD-PS) R 168368 168371 167733 0 -1 4194304 12841 0 0 0 28006 134 0 0 20 0 1 0 241951210 169242624 24845 18446744073709551615 94611009400832 94611011836249 140730915233648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94611012316408 94611012349440 94611028566016 140730915240317 140730915240455 140730915240455 140730915246059 0
/proc/168371/statm: 41319 24845 2656 595 0 25986 0
Current children cumulated CPU time: 281.4 s
Current children cumulated vsize: 165276 KiB
Current children cumulated memory: 99380 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.11 4.03 5/250 168388
/proc/meminfo: memFree=102964764/131382120 swapFree=33010160/33010684
[pid=168371] ppid=168368 vsize=165640 memory=99764 CPUtime=341.23 cores=5,7
/proc/168371/stat : 168371 (SynLSCD-PS) R 168368 168371 167733 0 -1 4194304 12934 0 0 0 33961 162 0 0 20 0 1 0 241951210 169615360 24941 18446744073709551615 94611009400832 94611011836249 140730915233648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94611012316408 94611012349440 94611028566016 140730915240317 140730915240455 140730915240455 140730915246059 0
/proc/168371/statm: 41410 24941 2656 595 0 26077 0
Current children cumulated CPU time: 341.23 s
Current children cumulated vsize: 165640 KiB
Current children cumulated memory: 99764 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 4.12 4.04 5/248 168390
/proc/meminfo: memFree=102944784/131382120 swapFree=33010160/33010684
[pid=168371] ppid=168368 vsize=166680 memory=100788 CPUtime=401.07 cores=5,7
/proc/168371/stat : 168371 (SynLSCD-PS) R 168368 168371 167733 0 -1 4194304 13231 0 0 0 39919 188 0 0 20 0 1 0 241951210 170680320 25197 18446744073709551615 94611009400832 94611011836249 140730915233648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94611012316408 94611012349440 94611028566016 140730915240317 140730915240455 140730915240455 140730915246059 0
/proc/168371/statm: 41670 25197 2656 595 0 26337 0
Current children cumulated CPU time: 401.07 s
Current children cumulated vsize: 166680 KiB
Current children cumulated memory: 100788 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.11 4.04 5/248 168392
/proc/meminfo: memFree=102943176/131382120 swapFree=33010160/33010684
[pid=168371] ppid=168368 vsize=168348 memory=102580 CPUtime=460.9 cores=5,7
/proc/168371/stat : 168371 (SynLSCD-PS) R 168368 168371 167733 0 -1 4194304 13658 0 0 0 45879 211 0 0 20 0 1 0 241951210 172388352 25645 18446744073709551615 94611009400832 94611011836249 140730915233648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94611012316408 94611012349440 94611028566016 140730915240317 140730915240455 140730915240455 140730915246059 0
/proc/168371/statm: 42087 25645 2656 595 0 26754 0
Current children cumulated CPU time: 460.9 s

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

Current children cumulated memory: 294460 KiB

[startup+2862.3 s]
/proc/loadavg: 3.13 3.17 3.30 4/243 168910
/proc/meminfo: memFree=102904500/131382120 swapFree=33010160/33010684
[pid=168371] ppid=168368 vsize=389876 memory=294460 CPUtime=2853.88 cores=5,7
/proc/168371/stat : 168371 (SynLSCD-PS) R 168368 168371 167733 0 -1 4194304 40506 0 0 0 284554 834 0 0 20 0 1 0 241951210 399233024 73615 18446744073709551615 94611009400832 94611011836249 140730915233648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94611012316408 94611012349440 94611028566016 140730915240317 140730915240455 140730915240455 140730915246059 0
/proc/168371/statm: 97469 73615 2656 595 0 82136 0
Current children cumulated CPU time: 2853.88 s
Current children cumulated vsize: 389876 KiB
Current children cumulated memory: 294460 KiB

[startup+2922.3 s]
/proc/loadavg: 3.05 3.13 3.28 4/243 168912
/proc/meminfo: memFree=102905372/131382120 swapFree=33010160/33010684
[pid=168371] ppid=168368 vsize=389876 memory=294460 CPUtime=2913.73 cores=5,7
/proc/168371/stat : 168371 (SynLSCD-PS) R 168368 168371 167733 0 -1 4194304 40506 0 0 0 290526 847 0 0 20 0 1 0 241951210 399233024 73615 18446744073709551615 94611009400832 94611011836249 140730915233648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94611012316408 94611012349440 94611028566016 140730915240317 140730915240455 140730915240455 140730915246059 0
/proc/168371/statm: 97469 73615 2656 595 0 82136 0
Current children cumulated CPU time: 2913.73 s
Current children cumulated vsize: 389876 KiB
Current children cumulated memory: 294460 KiB

[startup+2982.3 s]
/proc/loadavg: 3.12 3.14 3.27 4/243 168914
/proc/meminfo: memFree=102905120/131382120 swapFree=33010160/33010684
[pid=168371] ppid=168368 vsize=389876 memory=294460 CPUtime=2973.57 cores=5,7
/proc/168371/stat : 168371 (SynLSCD-PS) R 168368 168371 167733 0 -1 4194304 40506 0 0 0 296495 862 0 0 20 0 1 0 241951210 399233024 73615 18446744073709551615 94611009400832 94611011836249 140730915233648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94611012316408 94611012349440 94611028566016 140730915240317 140730915240455 140730915240455 140730915246059 0
/proc/168371/statm: 97469 73615 2656 595 0 82136 0
Current children cumulated CPU time: 2973.57 s
Current children cumulated vsize: 389876 KiB
Current children cumulated memory: 294460 KiB

[startup+3042.3 s]
/proc/loadavg: 3.10 3.13 3.26 4/244 168919
/proc/meminfo: memFree=102901828/131382120 swapFree=33010160/33010684
[pid=168371] ppid=168368 vsize=389876 memory=294460 CPUtime=3033.42 cores=5,7
/proc/168371/stat : 168371 (SynLSCD-PS) R 168368 168371 167733 0 -1 4194304 40506 0 0 0 302466 876 0 0 20 0 1 0 241951210 399233024 73615 18446744073709551615 94611009400832 94611011836249 140730915233648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94611012316408 94611012349440 94611028566016 140730915240317 140730915240455 140730915240455 140730915246059 0
/proc/168371/statm: 97469 73615 2656 595 0 82136 0
Current children cumulated CPU time: 3033.42 s
Current children cumulated vsize: 389876 KiB
Current children cumulated memory: 294460 KiB

[startup+3102.3 s]
/proc/loadavg: 3.08 3.12 3.24 4/244 168921
/proc/meminfo: memFree=102902332/131382120 swapFree=33010160/33010684
[pid=168371] ppid=168368 vsize=392608 memory=296892 CPUtime=3093.26 cores=5,7
/proc/168371/stat : 168371 (SynLSCD-PS) R 168368 168371 167733 0 -1 4194304 41129 0 0 0 308439 887 0 0 20 0 1 0 241951210 402030592 74223 18446744073709551615 94611009400832 94611011836249 140730915233648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94611012316408 94611012349440 94611028566016 140730915240317 140730915240455 140730915240455 140730915246059 0
/proc/168371/statm: 98152 74223 2656 595 0 82819 0
Current children cumulated CPU time: 3093.26 s
Current children cumulated vsize: 392608 KiB
Current children cumulated memory: 296892 KiB

[startup+3162.3 s]
/proc/loadavg: 3.12 3.12 3.24 4/245 168928
/proc/meminfo: memFree=102898928/131382120 swapFree=33010160/33010684
[pid=168371] ppid=168368 vsize=395428 memory=299452 CPUtime=3153.1 cores=5,7
/proc/168371/stat : 168371 (SynLSCD-PS) R 168368 168371 167733 0 -1 4194304 41750 0 0 0 314416 894 0 0 20 0 1 0 241951210 404918272 74863 18446744073709551615 94611009400832 94611011836249 140730915233648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94611012316408 94611012349440 94611028566016 140730915240317 140730915240455 140730915240455 140730915246059 0
/proc/168371/statm: 98857 74863 2656 595 0 83524 0
Current children cumulated CPU time: 3153.1 s
Current children cumulated vsize: 395428 KiB
Current children cumulated memory: 299452 KiB

[startup+3222.3 s]
/proc/loadavg: 3.09 3.11 3.23 4/245 168930
/proc/meminfo: memFree=102899544/131382120 swapFree=33010160/33010684
[pid=168371] ppid=168368 vsize=396328 memory=300220 CPUtime=3212.95 cores=5,7
/proc/168371/stat : 168371 (SynLSCD-PS) R 168368 168371 167733 0 -1 4194304 41967 0 0 0 320392 903 0 0 20 0 1 0 241951210 405839872 75055 18446744073709551615 94611009400832 94611011836249 140730915233648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94611012316408 94611012349440 94611028566016 140730915240317 140730915240455 140730915240455 140730915246059 0
/proc/168371/statm: 99082 75055 2656 595 0 83749 0
Current children cumulated CPU time: 3212.95 s
Current children cumulated vsize: 396328 KiB
Current children cumulated memory: 300220 KiB

[startup+3282.3 s]
/proc/loadavg: 3.15 3.12 3.22 4/245 168932
/proc/meminfo: memFree=102888012/131382120 swapFree=33010160/33010684
[pid=168371] ppid=168368 vsize=396328 memory=301372 CPUtime=3272.79 cores=5,7
/proc/168371/stat : 168371 (SynLSCD-PS) R 168368 168371 167733 0 -1 4194304 41968 0 0 0 326358 921 0 0 20 0 1 0 241951210 405839872 75343 18446744073709551615 94611009400832 94611011836249 140730915233648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94611012316408 94611012349440 94611028566016 140730915240317 140730915240455 140730915240455 140730915246059 0
/proc/168371/statm: 99082 75343 2656 595 0 83749 0
Current children cumulated CPU time: 3272.79 s
Current children cumulated vsize: 396328 KiB
Current children cumulated memory: 301372 KiB

[startup+3342.3 s]
/proc/loadavg: 3.12 3.11 3.21 4/244 168934
/proc/meminfo: memFree=102881712/131382120 swapFree=33010160/33010684
[pid=168371] ppid=168368 vsize=396328 memory=301372 CPUtime=3332.64 cores=5,7
/proc/168371/stat : 168371 (SynLSCD-PS) R 168368 168371 167733 0 -1 4194304 42078 0 0 0 332333 931 0 0 20 0 1 0 241951210 405839872 75343 18446744073709551615 94611009400832 94611011836249 140730915233648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94611012316408 94611012349440 94611028566016 140730915240317 140730915240455 140730915240455 140730915246059 0
/proc/168371/statm: 99082 75343 2656 595 0 83749 0
Current children cumulated CPU time: 3332.64 s
Current children cumulated vsize: 396328 KiB
Current children cumulated memory: 301372 KiB

[startup+3402.3 s]
/proc/loadavg: 3.08 3.11 3.20 4/244 168936
/proc/meminfo: memFree=102883224/131382120 swapFree=33010160/33010684
[pid=168371] ppid=168368 vsize=396328 memory=301372 CPUtime=3392.48 cores=5,7
/proc/168371/stat : 168371 (SynLSCD-PS) R 168368 168371 167733 0 -1 4194304 42083 0 0 0 338306 942 0 0 20 0 1 0 241951210 405839872 75343 18446744073709551615 94611009400832 94611011836249 140730915233648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94611012316408 94611012349440 94611028566016 140730915240317 140730915240455 140730915240455 140730915246059 0
/proc/168371/statm: 99082 75343 2656 595 0 83749 0
Current children cumulated CPU time: 3392.48 s
Current children cumulated vsize: 396328 KiB
Current children cumulated memory: 301372 KiB

[startup+3462.3 s]
/proc/loadavg: 3.13 3.12 3.19 4/244 168938
/proc/meminfo: memFree=102876544/131382120 swapFree=33010160/33010684
[pid=168371] ppid=168368 vsize=396328 memory=301372 CPUtime=3452.32 cores=5,7
/proc/168371/stat : 168371 (SynLSCD-PS) R 168368 168371 167733 0 -1 4194304 42088 0 0 0 344282 950 0 0 20 0 1 0 241951210 405839872 75343 18446744073709551615 94611009400832 94611011836249 140730915233648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94611012316408 94611012349440 94611028566016 140730915240317 140730915240455 140730915240455 140730915246059 0
/proc/168371/statm: 99082 75343 2656 595 0 83749 0
Current children cumulated CPU time: 3452.32 s
Current children cumulated vsize: 396328 KiB
Current children cumulated memory: 301372 KiB

[startup+3522.3 s]
/proc/loadavg: 3.25 3.15 3.20 4/244 168940
/proc/meminfo: memFree=102877552/131382120 swapFree=33010160/33010684
[pid=168371] ppid=168368 vsize=396708 memory=301884 CPUtime=3512.17 cores=5,7
/proc/168371/stat : 168371 (SynLSCD-PS) R 168368 168371 167733 0 -1 4194304 42206 0 0 0 350256 961 0 0 20 0 1 0 241951210 406228992 75471 18446744073709551615 94611009400832 94611011836249 140730915233648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94611012316408 94611012349440 94611028566016 140730915240317 140730915240455 140730915240455 140730915246059 0
/proc/168371/statm: 99177 75471 2656 595 0 83844 0
Current children cumulated CPU time: 3512.17 s
Current children cumulated vsize: 396708 KiB
Current children cumulated memory: 301884 KiB

[startup+3582.3 s]
/proc/loadavg: 3.21 3.15 3.19 4/244 168943
/proc/meminfo: memFree=102879092/131382120 swapFree=33010160/33010684
[pid=168371] ppid=168368 vsize=397796 memory=302908 CPUtime=3572.01 cores=5,7
/proc/168371/stat : 168371 (SynLSCD-PS) R 168368 168371 167733 0 -1 4194304 42465 0 0 0 356232 969 0 0 20 0 1 0 241951210 407343104 75727 18446744073709551615 94611009400832 94611011836249 140730915233648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94611012316408 94611012349440 94611028566016 140730915240317 140730915240455 140730915240455 140730915246059 0
/proc/168371/statm: 99449 75727 2656 595 0 84116 0
Current children cumulated CPU time: 3572.01 s
Current children cumulated vsize: 397796 KiB
Current children cumulated memory: 302908 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.4 s]
/proc/loadavg: 3.12 3.14 3.18 4/244 168943
/proc/meminfo: memFree=102875752/131382120 swapFree=33010160/33010684
[pid=168371] ppid=168368 vsize=398804 memory=303676 CPUtime=3600.03 cores=5,7
/proc/168371/stat : 168371 (SynLSCD-PS) R 168368 168371 167733 0 -1 4194304 42667 0 0 0 359030 973 0 0 20 0 1 0 241951210 408375296 75919 18446744073709551615 94611009400832 94611011836249 140730915233648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94611012316408 94611012349440 94611028566016 140730915240317 140730915240455 140730915240455 140730915246059 0
/proc/168371/statm: 99701 75919 2656 595 0 84368 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 398804 KiB
Current children cumulated memory: 303676 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.32 s, system=9.73773 s

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

Child status: 0

Real time (s): 3610.42
CPU time (s): 3600.06
CPU user time (s): 3590.32
CPU system time (s): 9.73773
CPU usage (%): 99.7131
Max. virtual memory (cumulated for all children) (KiB): 443820
Max. memory (cumulated for all children) (KiB): 303676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.32
system time used= 9.73773
maximum resident set size= 315012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42691
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= 206
involuntary context switches= 2562


# summary of solver processes directly reported to runsolver:
#   pid: 168371
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3590.32
#   total CPU system time (s): 9.73773

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.3498 second user time and 35.3044 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-23 11:25:25
IDJOB=4546576
IDBENCH=163188
IDSOLVER=3422
FILE ID=nodeC003/4546576-1753262725
RUNJOBID= nodeC003-1753259701-167753
SLURM_JOB_ID= 9689158
Free space on /tmp= 432252 MiB

SOLVER NAME= SynLSCD-PS 2025-07-23
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/inequalities/OPB/ineq6/normalized-20array_ineq6.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-4546576-1753262725/watcher-4546576-1753262725 -o /tmp/evaluation-result-4546576-1753262725/solver-4546576-1753262725 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1753259701-167753 --watchdog 3760  ./SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546576-1753262725.opb

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

MD5SUM BENCH= 3fc1fa6fafd20a9b1fe100c4dc12e1ea
RANDOM SEED=1834945035

nodeC003 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		: 3662.004
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.44
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		: 3661.335
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.44
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.254
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.44
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.201
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3661.302
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.44
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		: 1197.540
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.44
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		: 3700.000
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.44
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		: 1695.983
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        103018960 kB
MemAvailable:   129335972 kB
Buffers:            2736 kB
Cached:         27076940 kB
SwapCached:           36 kB
Active:          1691564 kB
Inactive:       25971620 kB
Active(anon):     602020 kB
Inactive(anon):     7604 kB
Active(file):    1089544 kB
Inactive(file): 25964016 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3500 kB
Writeback:             0 kB
AnonPages:        585744 kB
Mapped:           119680 kB
Shmem:             26116 kB
KReclaimable:     206160 kB
Slab:             297576 kB
SReclaimable:     206160 kB
SUnreclaim:        91416 kB
KernelStack:        4080 kB
PageTables:         4368 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     973972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    483328 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:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432252 MiB
End job on nodeC003 at 2025-07-23 12:25:36