Trace number 4495805

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
AI448PBSolver 2025-05-31? (TO) 3600.13 3617.02

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob7.opb
MD5SUM0da7938cd78b604d95ed37ad5ec78200
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.039555
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables96
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint96
Maximum length of a constraint96
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 27267752
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 410674921
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data


Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62596 MiB free)
  memory of node 1: 64465 MiB (63820 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4495805-1751159399/watcher-4495805-1751159399 -o /tmp/evaluation-result-4495805-1751159399/solver-4495805-1751159399 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751157946-17363 --watchdog 3760 HOME/solve.sh HOME/instance-4495805-1751159399.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100062 s]*
/proc/loadavg: 4.11 4.08 3.81 5/270 19047
/proc/meminfo: memFree=129447408/131249996 swapFree=33010684/33010684
[pid=19043] ppid=19040 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19043/stat : 19043 (bash) S 19040 19043 17353 0 -1 4194304 309 222 0 0 0 0 0 0 20 0 1 0 31617375 4292608 736 18446744073709551615 94581268561920 94581269456453 140722139082048 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94581269695504 94581269743248 94581292953600 140722139085204 140722139085320 140722139085320 140722139090922 0
/proc/19043/statm: 1048 736 672 219 0 110 0
[pid=19047] ppid=19043 vsize=10588 memory=6528 CPUtime=0.07 cores=0,2
/proc/19047/stat : 19047 (solve_pb) R 19043 19043 17353 0 -1 4194304 1191 0 0 0 7 0 0 0 20 0 1 0 31617377 10842112 1632 18446744073709551615 94519976535040 94519976973184 140737005135760 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94519977001904 94519977004320 94519990333440 140737005144452 140737005144516 140737005144516 140737005150136 0
/proc/19047/statm: 2647 1632 576 108 0 1164 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 14780 KiB
Current children cumulated memory: 9472 KiB

[startup+0.20585 s]*
/proc/loadavg: 4.11 4.08 3.81 5/270 19047
/proc/meminfo: memFree=129443376/131249996 swapFree=33010684/33010684
[pid=19043] ppid=19040 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19043/stat : 19043 (bash) S 19040 19043 17353 0 -1 4194304 309 222 0 0 0 0 0 0 20 0 1 0 31617375 4292608 736 18446744073709551615 94581268561920 94581269456453 140722139082048 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94581269695504 94581269743248 94581292953600 140722139085204 140722139085320 140722139085320 140722139090922 0
/proc/19043/statm: 1048 736 672 219 0 110 0
[pid=19047] ppid=19043 vsize=14324 memory=9856 CPUtime=0.18 cores=0,2
/proc/19047/stat : 19047 (solve_pb) R 19043 19043 17353 0 -1 4194304 2026 0 0 0 18 0 0 0 20 0 1 0 31617377 14667776 2464 18446744073709551615 94519976535040 94519976973184 140737005135760 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94519977001904 94519977004320 94519990333440 140737005144452 140737005144516 140737005144516 140737005150136 0
/proc/19047/statm: 3581 2464 576 108 0 2098 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 18516 KiB
Current children cumulated memory: 12800 KiB

[startup+0.305789 s]*
/proc/loadavg: 4.11 4.08 3.81 5/270 19047
/proc/meminfo: memFree=129443376/131249996 swapFree=33010684/33010684
[pid=19043] ppid=19040 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19043/stat : 19043 (bash) S 19040 19043 17353 0 -1 4194304 309 222 0 0 0 0 0 0 20 0 1 0 31617375 4292608 736 18446744073709551615 94581268561920 94581269456453 140722139082048 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94581269695504 94581269743248 94581292953600 140722139085204 140722139085320 140722139085320 140722139090922 0
/proc/19043/statm: 1048 736 672 219 0 110 0
[pid=19047] ppid=19043 vsize=15136 memory=10752 CPUtime=0.28 cores=0,2
/proc/19047/stat : 19047 (solve_pb) R 19043 19043 17353 0 -1 4194304 2249 0 0 0 28 0 0 0 20 0 1 0 31617377 15499264 2688 18446744073709551615 94519976535040 94519976973184 140737005135760 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94519977001904 94519977004320 94519990333440 140737005144452 140737005144516 140737005144516 140737005150136 0
/proc/19047/statm: 3784 2688 576 108 0 2301 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 19328 KiB
Current children cumulated memory: 13696 KiB

[startup+0.700214 s]
/proc/loadavg: 4.11 4.08 3.81 5/270 19047
/proc/meminfo: memFree=129435312/131249996 swapFree=33010684/33010684
[pid=19043] ppid=19040 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19043/stat : 19043 (bash) S 19040 19043 17353 0 -1 4194304 309 222 0 0 0 0 0 0 20 0 1 0 31617375 4292608 736 18446744073709551615 94581268561920 94581269456453 140722139082048 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94581269695504 94581269743248 94581292953600 140722139085204 140722139085320 140722139085320 140722139090922 0
/proc/19043/statm: 1048 736 672 219 0 110 0
[pid=19047] ppid=19043 vsize=19776 memory=14720 CPUtime=0.66 cores=0,2
/proc/19047/stat : 19047 (solve_pb) R 19043 19043 17353 0 -1 4194304 3214 0 0 0 66 0 0 0 20 0 1 0 31617377 20250624 3680 18446744073709551615 94519976535040 94519976973184 140737005135760 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94519977001904 94519977004320 94519990333440 140737005144452 140737005144516 140737005144516 140737005150136 0
/proc/19047/statm: 4944 3680 576 108 0 3461 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 23968 KiB
Current children cumulated memory: 17664 KiB

[startup+1.50021 s]
/proc/loadavg: 4.11 4.08 3.81 5/270 19047
/proc/meminfo: memFree=129435312/131249996 swapFree=33010684/33010684
[pid=19043] ppid=19040 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19043/stat : 19043 (bash) S 19040 19043 17353 0 -1 4194304 309 222 0 0 0 0 0 0 20 0 1 0 31617375 4292608 736 18446744073709551615 94581268561920 94581269456453 140722139082048 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94581269695504 94581269743248 94581292953600 140722139085204 140722139085320 140722139085320 140722139090922 0
/proc/19043/statm: 1048 736 672 219 0 110 0
[pid=19047] ppid=19043 vsize=24740 memory=19456 CPUtime=1.46 cores=0,2
/proc/19047/stat : 19047 (solve_pb) R 19043 19043 17353 0 -1 4194304 4402 0 0 0 145 1 0 0 20 0 1 0 31617377 25333760 4864 18446744073709551615 94519976535040 94519976973184 140737005135760 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94519977001904 94519977004320 94519990333440 140737005144452 140737005144516 140737005144516 140737005150136 0
/proc/19047/statm: 6185 4864 576 108 0 4702 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 28932 KiB
Current children cumulated memory: 22400 KiB

[startup+3.10572 s]
/proc/loadavg: 4.11 4.08 3.81 5/270 19048
/proc/meminfo: memFree=129419208/131249996 swapFree=33010684/33010684
[pid=19043] ppid=19040 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19043/stat : 19043 (bash) S 19040 19043 17353 0 -1 4194304 309 222 0 0 0 0 0 0 20 0 1 0 31617375 4292608 736 18446744073709551615 94581268561920 94581269456453 140722139082048 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94581269695504 94581269743248 94581292953600 140722139085204 140722139085320 140722139085320 140722139090922 0
/proc/19043/statm: 1048 736 672 219 0 110 0
[pid=19047] ppid=19043 vsize=39804 memory=31872 CPUtime=3.06 cores=0,2
/proc/19047/stat : 19047 (solve_pb) R 19043 19043 17353 0 -1 4194304 7538 0 0 0 304 2 0 0 20 0 1 0 31617377 40759296 7968 18446744073709551615 94519976535040 94519976973184 140737005135760 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94519977001904 94519977004320 94519990333440 140737005144452 140737005144516 140737005144516 140737005150136 0
/proc/19047/statm: 9951 7968 576 108 0 8468 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 43996 KiB
Current children cumulated memory: 34816 KiB

[startup+6.3002 s]
/proc/loadavg: 4.10 4.08 3.82 5/270 19048
/proc/meminfo: memFree=129419460/131249996 swapFree=33010684/33010684
[pid=19043] ppid=19040 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19043/stat : 19043 (bash) S 19040 19043 17353 0 -1 4194304 309 222 0 0 0 0 0 0 20 0 1 0 31617375 4292608 736 18446744073709551615 94581268561920 94581269456453 140722139082048 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94581269695504 94581269743248 94581292953600 140722139085204 140722139085320 140722139085320 140722139090922 0
/proc/19043/statm: 1048 736 672 219 0 110 0
[pid=19047] ppid=19043 vsize=42388 memory=34432 CPUtime=6.25 cores=0,2
/proc/19047/stat : 19047 (solve_pb) R 19043 19043 17353 0 -1 4194304 8200 0 0 0 622 3 0 0 20 0 1 0 31617377 43405312 8608 18446744073709551615 94519976535040 94519976973184 140737005135760 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94519977001904 94519977004320 94519990333440 140737005144452 140737005144516 140737005144516 140737005150136 0
/proc/19047/statm: 10597 8608 576 108 0 9114 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 46580 KiB
Current children cumulated memory: 37376 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.08 3.82 5/270 19048
/proc/meminfo: memFree=129379644/131249996 swapFree=33010684/33010684
[pid=19043] ppid=19040 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19043/stat : 19043 (bash) S 19040 19043 17353 0 -1 4194304 309 222 0 0 0 0 0 0 20 0 1 0 31617375 4292608 736 18446744073709551615 94581268561920 94581269456453 140722139082048 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94581269695504 94581269743248 94581292953600 140722139085204 140722139085320 140722139085320 140722139090922 0
/proc/19043/statm: 1048 736 672 219 0 110 0
[pid=19047] ppid=19043 vsize=74972 memory=62976 CPUtime=12.62 cores=0,2
/proc/19047/stat : 19047 (solve_pb) R 19043 19043 17353 0 -1 4194304 15336 0 0 0 1257 5 0 0 20 0 1 0 31617377 76771328 15744 18446744073709551615 94519976535040 94519976973184 140737005135760 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94519977001904 94519977004320 94519990333440 140737005144452 140737005144516 140737005144516 140737005150136 0
/proc/19047/statm: 18743 15744 576 108 0 17260 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 79164 KiB
Current children cumulated memory: 65920 KiB

[startup+25.5002 s]
/proc/loadavg: 4.07 4.07 3.82 5/270 19048
/proc/meminfo: memFree=129351164/131249996 swapFree=33010684/33010684
[pid=19043] ppid=19040 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19043/stat : 19043 (bash) S 19040 19043 17353 0 -1 4194304 309 222 0 0 0 0 0 0 20 0 1 0 31617375 4292608 736 18446744073709551615 94581268561920 94581269456453 140722139082048 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94581269695504 94581269743248 94581292953600 140722139085204 140722139085320 140722139085320 140722139090922 0
/proc/19043/statm: 1048 736 672 219 0 110 0
[pid=19047] ppid=19043 vsize=89128 memory=73600 CPUtime=25.37 cores=0,2
/proc/19047/stat : 19047 (solve_pb) R 19043 19043 17353 0 -1 4194304 18070 0 0 0 2530 7 0 0 20 0 1 0 31617377 91267072 18400 18446744073709551615 94519976535040 94519976973184 140737005135760 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94519977001904 94519977004320 94519990333440 140737005144452 140737005144516 140737005144516 140737005150136 0
/proc/19047/statm: 22282 18400 576 108 0 20799 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 93320 KiB
Current children cumulated memory: 76544 KiB

[startup+51.1058 s]
/proc/loadavg: 4.11 4.08 3.83 5/270 19049
/proc/meminfo: memFree=129241392/131249996 swapFree=33010684/33010684
[pid=19043] ppid=19040 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19043/stat : 19043 (bash) S 19040 19043 17353 0 -1 4194304 309 222 0 0 0 0 0 0 20 0 1 0 31617375 4292608 736 18446744073709551615 94581268561920 94581269456453 140722139082048 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94581269695504 94581269743248 94581292953600 140722139085204 140722139085320 140722139085320 140722139090922 0
/proc/19043/statm: 1048 736 672 219 0 110 0
[pid=19047] ppid=19043 vsize=124932 memory=101732 CPUtime=50.88 cores=0,2
/proc/19047/stat : 19047 (solve_pb) R 19043 19043 17353 0 -1 4194304 25145 0 0 0 5076 12 0 0 20 0 1 0 31617377 127930368 25433 18446744073709551615 94519976535040 94519976973184 140737005135760 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94519977001904 94519977004320 94519990333440 140737005144452 140737005144516 140737005144516 140737005150136 0
/proc/19047/statm: 31233 25433 576 108 0 29750 0
Current children cumulated CPU time: 50.88 s
Current children cumulated vsize: 129124 KiB
Current children cumulated memory: 104676 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.08 3.85 5/270 19051
/proc/meminfo: memFree=129174436/131249996 swapFree=33010684/33010684
[pid=19043] ppid=19040 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19043/stat : 19043 (bash) S 19040 19043 17353 0 -1 4194304 309 222 0 0 0 0 0 0 20 0 1 0 31617375 4292608 736 18446744073709551615 94581268561920 94581269456453 140722139082048 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94581269695504 94581269743248 94581292953600 140722139085204 140722139085320 140722139085320 140722139090922 0
/proc/19043/statm: 1048 736 672 219 0 110 0
[pid=19047] ppid=19043 vsize=155156 memory=128444 CPUtime=101.88 cores=0,2
/proc/19047/stat : 19047 (solve_pb) R 19043 19043 17353 0 -1 4194304 31409 0 0 0 10173 15 0 0 20 0 1 0 31617377 158879744 32111 18446744073709551615 94519976535040 94519976973184 140737005135760 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94519977001904 94519977004320 94519990333440 140737005144452 140737005144516 140737005144516 140737005150136 0
/proc/19047/statm: 38789 32111 576 108 0 37306 0
Current children cumulated CPU time: 101.88 s
Current children cumulated vsize: 159348 KiB
Current children cumulated memory: 131388 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.08 3.86 5/270 19103
/proc/meminfo: memFree=129277876/131249996 swapFree=33010684/33010684
[pid=19043] ppid=19040 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19043/stat : 19043 (bash) S 19040 19043 17353 0 -1 4194304 309 222 0 0 0 0 0 0 20 0 1 0 31617375 4292608 736 18446744073709551615 94581268561920 94581269456453 140722139082048 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94581269695504 94581269743248 94581292953600 140722139085204 140722139085320 140722139085320 140722139090922 0
/proc/19043/statm: 1048 736 672 219 0 110 0
[pid=19047] ppid=19043 vsize=166012 memory=144672 CPUtime=161.68 cores=0,2
/proc/19047/stat : 19047 (solve_pb) R 19043 19043 17353 0 -1 4194304 34958 0 0 0 16149 19 0 0 20 0 1 0 31617377 169996288 36168 18446744073709551615 94519976535040 94519976973184 140737005135760 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94519977001904 94519977004320 94519990333440 140737005144452 140737005144516 140737005144516 140737005150136 0
/proc/19047/statm: 41503 36168 576 108 0 40020 0
Current children cumulated CPU time: 161.68 s
Current children cumulated vsize: 170204 KiB
Current children cumulated memory: 147616 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.08 3.88 5/270 19108
/proc/meminfo: memFree=129170896/131249996 swapFree=33010684/33010684
[pid=19043] ppid=19040 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19043/stat : 19043 (bash) S 19040 19043 17353 0 -1 4194304 309 222 0 0 0 0 0 0 20 0 1 0 31617375 4292608 736 18446744073709551615 94581268561920 94581269456453 140722139082048 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94581269695504 94581269743248 94581292953600 140722139085204 140722139085320 140722139085320 140722139090922 0
/proc/19043/statm: 1048 736 672 219 0 110 0
[pid=19047] ppid=19043 vsize=223668 memory=181024 CPUtime=221.42 cores=0,2
/proc/19047/stat : 19047 (solve_pb) R 19043 19043 17353 0 -1 4194304 44036 0 0 0 22116 26 0 0 20 0 1 0 31617377 229036032 45256 18446744073709551615 94519976535040 94519976973184 140737005135760 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94519977001904 94519977004320 94519990333440 140737005144452 140737005144516 140737005144516 140737005150136 0
/proc/19047/statm: 55917 45256 576 108 0 54434 0
Current children cumulated CPU time: 221.42 s
Current children cumulated vsize: 227860 KiB

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

/proc/19047/statm: 190278 154975 576 108 0 188795 0
Current children cumulated CPU time: 3027.94 s
Current children cumulated vsize: 765304 KiB
Current children cumulated memory: 622844 KiB

[startup+3102.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/267 19546
/proc/meminfo: memFree=128656708/131249996 swapFree=33010684/33010684
[pid=19043] ppid=19040 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19043/stat : 19043 (bash) S 19040 19043 17353 0 -1 4194304 309 222 0 0 0 0 0 0 20 0 1 0 31617375 4292608 736 18446744073709551615 94581268561920 94581269456453 140722139082048 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94581269695504 94581269743248 94581292953600 140722139085204 140722139085320 140722139085320 140722139090922 0
/proc/19043/statm: 1048 736 672 219 0 110 0
[pid=19047] ppid=19043 vsize=771940 memory=628476 CPUtime=3087.65 cores=0,2
/proc/19047/stat : 19047 (solve_pb) R 19043 19043 17353 0 -1 4194304 143062 0 0 0 308643 122 0 0 20 0 1 0 31617377 790466560 157119 18446744073709551615 94519976535040 94519976973184 140737005135760 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94519977001904 94519977004320 94519990333440 140737005144452 140737005144516 140737005144516 140737005150136 0
/proc/19047/statm: 192985 157119 576 108 0 191502 0
Current children cumulated CPU time: 3087.65 s
Current children cumulated vsize: 776132 KiB
Current children cumulated memory: 631420 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/267 19548
/proc/meminfo: memFree=128615436/131249996 swapFree=33010684/33010684
[pid=19043] ppid=19040 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19043/stat : 19043 (bash) S 19040 19043 17353 0 -1 4194304 309 222 0 0 0 0 0 0 20 0 1 0 31617375 4292608 736 18446744073709551615 94581268561920 94581269456453 140722139082048 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94581269695504 94581269743248 94581292953600 140722139085204 140722139085320 140722139085320 140722139090922 0
/proc/19043/statm: 1048 736 672 219 0 110 0
[pid=19047] ppid=19043 vsize=788052 memory=638716 CPUtime=3147.35 cores=0,2
/proc/19047/stat : 19047 (solve_pb) R 19043 19043 17353 0 -1 4194304 145640 0 0 0 314609 126 0 0 20 0 1 0 31617377 806965248 159679 18446744073709551615 94519976535040 94519976973184 140737005135760 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94519977001904 94519977004320 94519990333440 140737005144452 140737005144516 140737005144516 140737005150136 0
/proc/19047/statm: 197013 159679 576 108 0 195530 0
Current children cumulated CPU time: 3147.35 s
Current children cumulated vsize: 792244 KiB
Current children cumulated memory: 641660 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/267 19550
/proc/meminfo: memFree=128554444/131249996 swapFree=33010684/33010684
[pid=19043] ppid=19040 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19043/stat : 19043 (bash) S 19040 19043 17353 0 -1 4194304 309 222 0 0 0 0 0 0 20 0 1 0 31617375 4292608 736 18446744073709551615 94581268561920 94581269456453 140722139082048 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94581269695504 94581269743248 94581292953600 140722139085204 140722139085320 140722139085320 140722139090922 0
/proc/19043/statm: 1048 736 672 219 0 110 0
[pid=19047] ppid=19043 vsize=799672 memory=648828 CPUtime=3207.05 cores=0,2
/proc/19047/stat : 19047 (solve_pb) R 19043 19043 17353 0 -1 4194304 148167 0 0 0 320577 128 0 0 20 0 1 0 31617377 818864128 162207 18446744073709551615 94519976535040 94519976973184 140737005135760 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94519977001904 94519977004320 94519990333440 140737005144452 140737005144516 140737005144516 140737005150136 0
/proc/19047/statm: 199918 162207 576 108 0 198435 0
Current children cumulated CPU time: 3207.05 s
Current children cumulated vsize: 803864 KiB
Current children cumulated memory: 651772 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/268 19556
/proc/meminfo: memFree=128509332/131249996 swapFree=33010684/33010684
[pid=19043] ppid=19040 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19043/stat : 19043 (bash) S 19040 19043 17353 0 -1 4194304 309 222 0 0 0 0 0 0 20 0 1 0 31617375 4292608 736 18446744073709551615 94581268561920 94581269456453 140722139082048 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94581269695504 94581269743248 94581292953600 140722139085204 140722139085320 140722139085320 140722139090922 0
/proc/19043/statm: 1048 736 672 219 0 110 0
[pid=19047] ppid=19043 vsize=806472 memory=655228 CPUtime=3266.8 cores=0,2
/proc/19047/stat : 19047 (solve_pb) R 19043 19043 17353 0 -1 4194304 149745 0 0 0 326550 130 0 0 20 0 1 0 31617377 825827328 163807 18446744073709551615 94519976535040 94519976973184 140737005135760 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94519977001904 94519977004320 94519990333440 140737005144452 140737005144516 140737005144516 140737005150136 0
/proc/19047/statm: 201618 163807 576 108 0 200135 0
Current children cumulated CPU time: 3266.8 s
Current children cumulated vsize: 810664 KiB
Current children cumulated memory: 658172 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/268 19560
/proc/meminfo: memFree=128505752/131249996 swapFree=33010684/33010684
[pid=19043] ppid=19040 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19043/stat : 19043 (bash) S 19040 19043 17353 0 -1 4194304 309 222 0 0 0 0 0 0 20 0 1 0 31617375 4292608 736 18446744073709551615 94581268561920 94581269456453 140722139082048 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94581269695504 94581269743248 94581292953600 140722139085204 140722139085320 140722139085320 140722139090922 0
/proc/19043/statm: 1048 736 672 219 0 110 0
[pid=19047] ppid=19043 vsize=813456 memory=664188 CPUtime=3326.53 cores=0,2
/proc/19047/stat : 19047 (solve_pb) R 19043 19043 17353 0 -1 4194304 152004 0 0 0 332521 132 0 0 20 0 1 0 31617377 832978944 166047 18446744073709551615 94519976535040 94519976973184 140737005135760 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94519977001904 94519977004320 94519990333440 140737005144452 140737005144516 140737005144516 140737005150136 0
/proc/19047/statm: 203364 166047 576 108 0 201881 0
Current children cumulated CPU time: 3326.53 s
Current children cumulated vsize: 817648 KiB
Current children cumulated memory: 667132 KiB

[startup+3402.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/269 19565
/proc/meminfo: memFree=128494280/131249996 swapFree=33010684/33010684
[pid=19043] ppid=19040 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19043/stat : 19043 (bash) S 19040 19043 17353 0 -1 4194304 309 222 0 0 0 0 0 0 20 0 1 0 31617375 4292608 736 18446744073709551615 94581268561920 94581269456453 140722139082048 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94581269695504 94581269743248 94581292953600 140722139085204 140722139085320 140722139085320 140722139090922 0
/proc/19043/statm: 1048 736 672 219 0 110 0
[pid=19047] ppid=19043 vsize=813128 memory=664080 CPUtime=3386.29 cores=0,2
/proc/19047/stat : 19047 (solve_pb) R 19043 19043 17353 0 -1 4194304 152196 0 0 0 338497 132 0 0 20 0 1 0 31617377 832643072 166020 18446744073709551615 94519976535040 94519976973184 140737005135760 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94519977001904 94519977004320 94519990333440 140737005144452 140737005144516 140737005144516 140737005150136 0
/proc/19047/statm: 203282 166020 576 108 0 201799 0
Current children cumulated CPU time: 3386.29 s
Current children cumulated vsize: 817320 KiB
Current children cumulated memory: 667024 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/269 19567
/proc/meminfo: memFree=128432520/131249996 swapFree=33010684/33010684
[pid=19043] ppid=19040 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19043/stat : 19043 (bash) S 19040 19043 17353 0 -1 4194304 309 222 0 0 0 0 0 0 20 0 1 0 31617375 4292608 736 18446744073709551615 94581268561920 94581269456453 140722139082048 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94581269695504 94581269743248 94581292953600 140722139085204 140722139085320 140722139085320 140722139090922 0
/proc/19043/statm: 1048 736 672 219 0 110 0
[pid=19047] ppid=19043 vsize=813128 memory=664080 CPUtime=3446.01 cores=0,2
/proc/19047/stat : 19047 (solve_pb) R 19043 19043 17353 0 -1 4194304 152200 0 0 0 344469 132 0 0 20 0 1 0 31617377 832643072 166020 18446744073709551615 94519976535040 94519976973184 140737005135760 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94519977001904 94519977004320 94519990333440 140737005144452 140737005144516 140737005144516 140737005150136 0
/proc/19047/statm: 203282 166020 576 108 0 201799 0
Current children cumulated CPU time: 3446.01 s
Current children cumulated vsize: 817320 KiB
Current children cumulated memory: 667024 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/269 19569
/proc/meminfo: memFree=128371564/131249996 swapFree=33010684/33010684
[pid=19043] ppid=19040 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19043/stat : 19043 (bash) S 19040 19043 17353 0 -1 4194304 309 222 0 0 0 0 0 0 20 0 1 0 31617375 4292608 736 18446744073709551615 94581268561920 94581269456453 140722139082048 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94581269695504 94581269743248 94581292953600 140722139085204 140722139085320 140722139085320 140722139090922 0
/proc/19043/statm: 1048 736 672 219 0 110 0
[pid=19047] ppid=19043 vsize=813128 memory=664080 CPUtime=3505.76 cores=0,2
/proc/19047/stat : 19047 (solve_pb) R 19043 19043 17353 0 -1 4194304 152205 0 0 0 350444 132 0 0 20 0 1 0 31617377 832643072 166020 18446744073709551615 94519976535040 94519976973184 140737005135760 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94519977001904 94519977004320 94519990333440 140737005144452 140737005144516 140737005144516 140737005150136 0
/proc/19047/statm: 203282 166020 576 108 0 201799 0
Current children cumulated CPU time: 3505.76 s
Current children cumulated vsize: 817320 KiB
Current children cumulated memory: 667024 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/267 19571
/proc/meminfo: memFree=128340124/131249996 swapFree=33010684/33010684
[pid=19043] ppid=19040 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19043/stat : 19043 (bash) S 19040 19043 17353 0 -1 4194304 309 222 0 0 0 0 0 0 20 0 1 0 31617375 4292608 736 18446744073709551615 94581268561920 94581269456453 140722139082048 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94581269695504 94581269743248 94581292953600 140722139085204 140722139085320 140722139085320 140722139090922 0
/proc/19043/statm: 1048 736 672 219 0 110 0
[pid=19047] ppid=19043 vsize=813128 memory=664080 CPUtime=3565.53 cores=0,2
/proc/19047/stat : 19047 (solve_pb) R 19043 19043 17353 0 -1 4194304 152209 0 0 0 356421 132 0 0 20 0 1 0 31617377 832643072 166020 18446744073709551615 94519976535040 94519976973184 140737005135760 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94519977001904 94519977004320 94519990333440 140737005144452 140737005144516 140737005144516 140737005150136 0
/proc/19047/statm: 203282 166020 576 108 0 201799 0
Current children cumulated CPU time: 3565.53 s
Current children cumulated vsize: 817320 KiB
Current children cumulated memory: 667024 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617 s]*
/proc/loadavg: 4.06 4.08 4.09 5/267 19572
/proc/meminfo: memFree=128320444/131249996 swapFree=33010684/33010684
[pid=19043] ppid=19040 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19043/stat : 19043 (bash) S 19040 19043 17353 0 -1 4194304 309 222 0 0 0 0 0 0 20 0 1 0 31617375 4292608 736 18446744073709551615 94581268561920 94581269456453 140722139082048 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94581269695504 94581269743248 94581292953600 140722139085204 140722139085320 140722139085320 140722139090922 0
/proc/19043/statm: 1048 736 672 219 0 110 0
[pid=19047] ppid=19043 vsize=813128 memory=664080 CPUtime=3600.1 cores=0,2
/proc/19047/stat : 19047 (solve_pb) R 19043 19043 17353 0 -1 4194304 152212 0 0 0 359878 132 0 0 20 0 1 0 31617377 832643072 166020 18446744073709551615 94519976535040 94519976973184 140737005135760 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94519977001904 94519977004320 94519990333440 140737005144452 140737005144516 140737005144516 140737005150136 0
/proc/19047/statm: 203282 166020 576 108 0 201799 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 817320 KiB
Current children cumulated memory: 667024 KiB

Sending SIGTERM to process tree (bottom up)

[startup+3617.01 s]
# the end of solver process 19043 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=0.001962 s, system=0.004716 s
Sleeping 2 seconds

[startup+3617.02 s]
# the end of solver process 19047 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=3598.79 s, system=1.34 s
# this solver process was not waited by its parent and was adopted by runsolver

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3617.02
CPU time (s): 3600.13
CPU user time (s): 3598.79
CPU system time (s): 1.34
CPU usage (%): 99.533
Max. virtual memory (cumulated for all children) (KiB): 817780
Max. memory (cumulated for all children) (KiB): 667260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.79
system time used= 1.34
maximum resident set size= 664828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152743
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= 449
involuntary context switches= 4937


# summary of solver processes directly reported to runsolver:
#   pid: 19043,19047
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3598.79
#   total CPU system time (s): 1.34

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.33319 second user time and 18.1046 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-06-29 03:09:59
IDJOB=4495805
IDBENCH=148099
IDSOLVER=3321
FILE ID=nodeC015/4495805-1751159399
RUNJOBID= nodeC015-1751157946-17363
SLURM_JOB_ID= 9587491
Free space on /tmp= 433012 MiB

SOLVER NAME= AI448PBSolver 2025-05-31
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob7.opb
COMMAND LINE= HOME/solve.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4495805-1751159399/watcher-4495805-1751159399 -o /tmp/evaluation-result-4495805-1751159399/solver-4495805-1751159399 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751157946-17363 --watchdog 3760  HOME/solve.sh HOME/instance-4495805-1751159399.opb

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

MD5SUM BENCH= 0da7938cd78b604d95ed37ad5ec78200
RANDOM SEED=1650477737

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129451180 kB
MemAvailable:   129113256 kB
Buffers:            3280 kB
Cached:           473108 kB
SwapCached:            0 kB
Active:           974636 kB
Inactive:         254128 kB
Active(anon):     770452 kB
Inactive(anon):        0 kB
Active(file):     204184 kB
Inactive(file):   254128 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               776 kB
Writeback:             4 kB
AnonPages:        753368 kB
Mapped:           104428 kB
Shmem:             18076 kB
KReclaimable:      86004 kB
Slab:             168876 kB
SReclaimable:      86004 kB
SUnreclaim:        82872 kB
KernelStack:        4432 kB
PageTables:         4856 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1142420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    466944 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:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433016 MiB
End job on nodeC015 at 2025-06-29 04:10:16