Trace number 4495985

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.04 3615.71

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-cuww5.opb
MD5SUMf50ea280ec2253a5ba14d185d456771a
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.019044
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables86
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 constraint86
Maximum length of a constraint86
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 45094584
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 553509859
Number of bits of the biggest sum of numbers30
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: 63837 MiB (62719 MiB free)
  memory of node 1: 64465 MiB (63884 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4495985-1751159884/watcher-4495985-1751159884 -o /tmp/evaluation-result-4495985-1751159884/solver-4495985-1751159884 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751156266-17202 --watchdog 3760 HOME/solve.sh HOME/instance-4495985-1751159884.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
Current StackSize limit: 8192 KiB

solver pid=17792, runsolver pid=17789

[startup+0.100103 s]*
/proc/loadavg: 4.21 4.13 4.10 5/257 17796
/proc/meminfo: memFree=129642440/131382116 swapFree=33010684/33010684
[pid=17792] ppid=17789 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/17792/stat : 17792 (bash) S 17789 17792 17189 0 -1 4194304 307 223 0 0 0 0 0 0 20 0 1 0 31667833 4292608 736 18446744073709551615 93996857315328 93996858209861 140732490926656 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93996858448912 93996858496656 93996862033920 140732490930580 140732490930696 140732490930696 140732490936298 0
/proc/17792/statm: 1048 736 672 219 0 110 0
[pid=17796] ppid=17792 vsize=7760 memory=3840 CPUtime=0.06 cores=5,7
/proc/17796/stat : 17796 (solve_pb) R 17792 17792 17189 0 -1 4194304 519 0 0 0 6 0 0 0 20 0 1 0 31667836 7946240 960 18446744073709551615 93989425107968 93989425546112 140721858220560 0 0 0 0 4096 1088 0 0 0 17 5 0 0 0 0 0 93989425574832 93989425577248 93989457997824 140721858222468 140721858222532 140721858222532 140721858228152 0
/proc/17796/statm: 1940 960 544 108 0 457 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 11952 KiB
Current children cumulated memory: 6784 KiB

[startup+0.213731 s]*
/proc/loadavg: 4.21 4.13 4.10 5/257 17796
/proc/meminfo: memFree=129642440/131382116 swapFree=33010684/33010684
[pid=17792] ppid=17789 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/17792/stat : 17792 (bash) S 17789 17792 17189 0 -1 4194304 307 223 0 0 0 0 0 0 20 0 1 0 31667833 4292608 736 18446744073709551615 93996857315328 93996858209861 140732490926656 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93996858448912 93996858496656 93996862033920 140732490930580 140732490930696 140732490930696 140732490936298 0
/proc/17792/statm: 1048 736 672 219 0 110 0
[pid=17796] ppid=17792 vsize=9548 memory=5504 CPUtime=0.18 cores=5,7
/proc/17796/stat : 17796 (solve_pb) R 17792 17792 17189 0 -1 4194304 948 0 0 0 17 1 0 0 20 0 1 0 31667836 9777152 1376 18446744073709551615 93989425107968 93989425546112 140721858220560 0 0 0 0 4096 1088 0 0 0 17 5 0 0 0 0 0 93989425574832 93989425577248 93989457997824 140721858222468 140721858222532 140721858222532 140721858228152 0
/proc/17796/statm: 2387 1376 544 108 0 904 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 13740 KiB
Current children cumulated memory: 8448 KiB

[startup+0.313097 s]*
/proc/loadavg: 4.21 4.13 4.10 5/257 17796
/proc/meminfo: memFree=129642440/131382116 swapFree=33010684/33010684
[pid=17792] ppid=17789 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/17792/stat : 17792 (bash) S 17789 17792 17189 0 -1 4194304 307 223 0 0 0 0 0 0 20 0 1 0 31667833 4292608 736 18446744073709551615 93996857315328 93996858209861 140732490926656 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93996858448912 93996858496656 93996862033920 140732490930580 140732490930696 140732490930696 140732490936298 0
/proc/17792/statm: 1048 736 672 219 0 110 0
[pid=17796] ppid=17792 vsize=11088 memory=6784 CPUtime=0.28 cores=5,7
/proc/17796/stat : 17796 (solve_pb) R 17792 17792 17189 0 -1 4194304 1266 0 0 0 27 1 0 0 20 0 1 0 31667836 11354112 1696 18446744073709551615 93989425107968 93989425546112 140721858220560 0 0 0 0 4096 1088 0 0 0 17 5 0 0 0 0 0 93989425574832 93989425577248 93989457997824 140721858222468 140721858222532 140721858222532 140721858228152 0
/proc/17796/statm: 2772 1696 544 108 0 1289 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 15280 KiB
Current children cumulated memory: 9728 KiB

[startup+0.700342 s]
/proc/loadavg: 4.21 4.13 4.10 5/257 17796
/proc/meminfo: memFree=129640676/131382116 swapFree=33010684/33010684
[pid=17792] ppid=17789 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/17792/stat : 17792 (bash) S 17789 17792 17189 0 -1 4194304 307 223 0 0 0 0 0 0 20 0 1 0 31667833 4292608 736 18446744073709551615 93996857315328 93996858209861 140732490926656 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93996858448912 93996858496656 93996862033920 140732490930580 140732490930696 140732490930696 140732490936298 0
/proc/17792/statm: 1048 736 672 219 0 110 0
[pid=17796] ppid=17792 vsize=15216 memory=10496 CPUtime=0.65 cores=5,7
/proc/17796/stat : 17796 (solve_pb) R 17792 17792 17189 0 -1 4194304 2185 0 0 0 64 1 0 0 20 0 1 0 31667836 15581184 2624 18446744073709551615 93989425107968 93989425546112 140721858220560 0 0 0 0 4096 1088 0 0 0 17 5 0 0 0 0 0 93989425574832 93989425577248 93989457997824 140721858222468 140721858222532 140721858222532 140721858228152 0
/proc/17796/statm: 3804 2624 544 108 0 2321 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 19408 KiB
Current children cumulated memory: 13440 KiB

[startup+1.50034 s]
/proc/loadavg: 4.21 4.13 4.10 5/257 17796
/proc/meminfo: memFree=129634628/131382116 swapFree=33010684/33010684
[pid=17792] ppid=17789 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/17792/stat : 17792 (bash) S 17789 17792 17189 0 -1 4194304 307 223 0 0 0 0 0 0 20 0 1 0 31667833 4292608 736 18446744073709551615 93996857315328 93996858209861 140732490926656 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93996858448912 93996858496656 93996862033920 140732490930580 140732490930696 140732490930696 140732490936298 0
/proc/17792/statm: 1048 736 672 219 0 110 0
[pid=17796] ppid=17792 vsize=25024 memory=18816 CPUtime=1.45 cores=5,7
/proc/17796/stat : 17796 (solve_pb) R 17792 17792 17189 0 -1 4194304 4287 0 0 0 143 2 0 0 20 0 1 0 31667836 25624576 4704 18446744073709551615 93989425107968 93989425546112 140721858220560 0 0 0 0 4096 1088 0 0 0 17 5 0 0 0 0 0 93989425574832 93989425577248 93989457997824 140721858222468 140721858222532 140721858222532 140721858228152 0
/proc/17796/statm: 6256 4704 544 108 0 4773 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 29216 KiB
Current children cumulated memory: 21760 KiB

[startup+3.11269 s]
/proc/loadavg: 4.21 4.13 4.10 5/257 17796
/proc/meminfo: memFree=129595392/131382116 swapFree=33010684/33010684
[pid=17792] ppid=17789 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/17792/stat : 17792 (bash) S 17789 17792 17189 0 -1 4194304 307 223 0 0 0 0 0 0 20 0 1 0 31667833 4292608 736 18446744073709551615 93996857315328 93996858209861 140732490926656 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93996858448912 93996858496656 93996862033920 140732490930580 140732490930696 140732490930696 140732490936298 0
/proc/17792/statm: 1048 736 672 219 0 110 0
[pid=17796] ppid=17792 vsize=33524 memory=26112 CPUtime=3.05 cores=5,7
/proc/17796/stat : 17796 (solve_pb) R 17792 17792 17189 0 -1 4194304 6090 0 0 0 303 2 0 0 20 0 1 0 31667836 34328576 6528 18446744073709551615 93989425107968 93989425546112 140721858220560 0 0 0 0 4096 1088 0 0 0 17 5 0 0 0 0 0 93989425574832 93989425577248 93989457997824 140721858222468 140721858222532 140721858222532 140721858228152 0
/proc/17796/statm: 8381 6528 544 108 0 6898 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 37716 KiB
Current children cumulated memory: 29056 KiB

[startup+6.30036 s]
/proc/loadavg: 4.19 4.13 4.10 5/257 17797
/proc/meminfo: memFree=129570696/131382116 swapFree=33010684/33010684
[pid=17792] ppid=17789 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/17792/stat : 17792 (bash) S 17789 17792 17189 0 -1 4194304 307 223 0 0 0 0 0 0 20 0 1 0 31667833 4292608 736 18446744073709551615 93996857315328 93996858209861 140732490926656 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93996858448912 93996858496656 93996862033920 140732490930580 140732490930696 140732490930696 140732490936298 0
/proc/17792/statm: 1048 736 672 219 0 110 0
[pid=17796] ppid=17792 vsize=46360 memory=37632 CPUtime=6.23 cores=5,7
/proc/17796/stat : 17796 (solve_pb) R 17792 17792 17189 0 -1 4194304 9024 0 0 0 620 3 0 0 20 0 1 0 31667836 47472640 9408 18446744073709551615 93989425107968 93989425546112 140721858220560 0 0 0 0 4096 1088 0 0 0 17 5 0 0 0 0 0 93989425574832 93989425577248 93989457997824 140721858222468 140721858222532 140721858222532 140721858228152 0
/proc/17796/statm: 11590 9408 544 108 0 10107 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 50552 KiB
Current children cumulated memory: 40576 KiB

[startup+12.7003 s]
/proc/loadavg: 4.17 4.13 4.10 4/254 17801
/proc/meminfo: memFree=129578160/131382116 swapFree=33010684/33010684
[pid=17792] ppid=17789 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/17792/stat : 17792 (bash) S 17789 17792 17189 0 -1 4194304 307 223 0 0 0 0 0 0 20 0 1 0 31667833 4292608 736 18446744073709551615 93996857315328 93996858209861 140732490926656 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93996858448912 93996858496656 93996862033920 140732490930580 140732490930696 140732490930696 140732490936298 0
/proc/17792/statm: 1048 736 672 219 0 110 0
[pid=17796] ppid=17792 vsize=56772 memory=44800 CPUtime=12.6 cores=5,7
/proc/17796/stat : 17796 (solve_pb) R 17792 17792 17189 0 -1 4194304 10841 0 0 0 1255 5 0 0 20 0 1 0 31667836 58134528 11200 18446744073709551615 93989425107968 93989425546112 140721858220560 0 0 0 0 4096 1088 0 0 0 17 5 0 0 0 0 0 93989425574832 93989425577248 93989457997824 140721858222468 140721858222532 140721858222532 140721858228152 0
/proc/17796/statm: 14193 11200 544 108 0 12710 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 60964 KiB
Current children cumulated memory: 47744 KiB

[startup+25.5004 s]
/proc/loadavg: 4.15 4.12 4.09 5/257 17845
/proc/meminfo: memFree=129522292/131382116 swapFree=33010684/33010684
[pid=17792] ppid=17789 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/17792/stat : 17792 (bash) S 17789 17792 17189 0 -1 4194304 307 223 0 0 0 0 0 0 20 0 1 0 31667833 4292608 736 18446744073709551615 93996857315328 93996858209861 140732490926656 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93996858448912 93996858496656 93996862033920 140732490930580 140732490930696 140732490930696 140732490936298 0
/proc/17792/statm: 1048 736 672 219 0 110 0
[pid=17796] ppid=17792 vsize=71916 memory=56960 CPUtime=25.35 cores=5,7
/proc/17796/stat : 17796 (solve_pb) R 17792 17792 17189 0 -1 4194304 13876 0 0 0 2529 6 0 0 20 0 1 0 31667836 73641984 14240 18446744073709551615 93989425107968 93989425546112 140721858220560 0 0 0 0 4096 1088 0 0 0 17 5 0 0 0 0 0 93989425574832 93989425577248 93989457997824 140721858222468 140721858222532 140721858222532 140721858228152 0
/proc/17796/statm: 17979 14240 544 108 0 16496 0
Current children cumulated CPU time: 25.35 s
Current children cumulated vsize: 76108 KiB
Current children cumulated memory: 59904 KiB

[startup+51.1132 s]
/proc/loadavg: 4.16 4.13 4.09 5/257 17845
/proc/meminfo: memFree=129469380/131382116 swapFree=33010684/33010684
[pid=17792] ppid=17789 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/17792/stat : 17792 (bash) S 17789 17792 17189 0 -1 4194304 307 223 0 0 0 0 0 0 20 0 1 0 31667833 4292608 736 18446744073709551615 93996857315328 93996858209861 140732490926656 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93996858448912 93996858496656 93996862033920 140732490930580 140732490930696 140732490930696 140732490936298 0
/proc/17792/statm: 1048 736 672 219 0 110 0
[pid=17796] ppid=17792 vsize=83948 memory=70784 CPUtime=50.88 cores=5,7
/proc/17796/stat : 17796 (solve_pb) R 17792 17792 17189 0 -1 4194304 17365 0 0 0 5081 7 0 0 20 0 1 0 31667836 85962752 17696 18446744073709551615 93989425107968 93989425546112 140721858220560 0 0 0 0 4096 1088 0 0 0 17 5 0 0 0 0 0 93989425574832 93989425577248 93989457997824 140721858222468 140721858222532 140721858222532 140721858228152 0
/proc/17796/statm: 20987 17696 544 108 0 19504 0
Current children cumulated CPU time: 50.88 s
Current children cumulated vsize: 88140 KiB
Current children cumulated memory: 73728 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/257 17895
/proc/meminfo: memFree=129966016/131382116 swapFree=33010684/33010684
[pid=17792] ppid=17789 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/17792/stat : 17792 (bash) S 17789 17792 17189 0 -1 4194304 307 223 0 0 0 0 0 0 20 0 1 0 31667833 4292608 736 18446744073709551615 93996857315328 93996858209861 140732490926656 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93996858448912 93996858496656 93996862033920 140732490930580 140732490930696 140732490930696 140732490936298 0
/proc/17792/statm: 1048 736 672 219 0 110 0
[pid=17796] ppid=17792 vsize=107640 memory=88184 CPUtime=101.91 cores=5,7
/proc/17796/stat : 17796 (solve_pb) R 17792 17792 17189 0 -1 4194304 21224 0 0 0 10181 10 0 0 20 0 1 0 31667836 110223360 22046 18446744073709551615 93989425107968 93989425546112 140721858220560 0 0 0 0 4096 1088 0 0 0 17 5 0 0 0 0 0 93989425574832 93989425577248 93989457997824 140721858222468 140721858222532 140721858222532 140721858228152 0
/proc/17796/statm: 26910 22046 544 108 0 25427 0
Current children cumulated CPU time: 101.91 s
Current children cumulated vsize: 111832 KiB
Current children cumulated memory: 91128 KiB

[startup+162.3 s]
/proc/loadavg: 4.18 4.13 4.10 5/256 17899
/proc/meminfo: memFree=129856372/131382116 swapFree=33010684/33010684
[pid=17792] ppid=17789 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/17792/stat : 17792 (bash) S 17789 17792 17189 0 -1 4194304 307 223 0 0 0 0 0 0 20 0 1 0 31667833 4292608 736 18446744073709551615 93996857315328 93996858209861 140732490926656 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93996858448912 93996858496656 93996862033920 140732490930580 140732490930696 140732490930696 140732490936298 0
/proc/17792/statm: 1048 736 672 219 0 110 0
[pid=17796] ppid=17792 vsize=131316 memory=108920 CPUtime=161.72 cores=5,7
/proc/17796/stat : 17796 (solve_pb) R 17792 17792 17189 0 -1 4194304 26389 0 0 0 16160 12 0 0 20 0 1 0 31667836 134467584 27230 18446744073709551615 93989425107968 93989425546112 140721858220560 0 0 0 0 4096 1088 0 0 0 17 5 0 0 0 0 0 93989425574832 93989425577248 93989457997824 140721858222468 140721858222532 140721858222532 140721858228152 0
/proc/17796/statm: 32829 27230 544 108 0 31346 0
Current children cumulated CPU time: 161.72 s
Current children cumulated vsize: 135508 KiB
Current children cumulated memory: 111864 KiB

[startup+222.3 s]
/proc/loadavg: 4.17 4.13 4.10 5/257 17949
/proc/meminfo: memFree=129876872/131382116 swapFree=33010684/33010684
[pid=17792] ppid=17789 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/17792/stat : 17792 (bash) S 17789 17792 17189 0 -1 4194304 307 223 0 0 0 0 0 0 20 0 1 0 31667833 4292608 736 18446744073709551615 93996857315328 93996858209861 140732490926656 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93996858448912 93996858496656 93996862033920 140732490930580 140732490930696 140732490930696 140732490936298 0
/proc/17792/statm: 1048 736 672 219 0 110 0
[pid=17796] ppid=17792 vsize=148156 memory=131496 CPUtime=221.49 cores=5,7
/proc/17796/stat : 17796 (solve_pb) R 17792 17792 17189 0 -1 4194304 30520 0 0 0 22135 14 0 0 20 0 1 0 31667836 151711744 32874 18446744073709551615 93989425107968 93989425546112 140721858220560 0 0 0 0 4096 1088 0 0 0 17 5 0 0 0 0 0 93989425574832 93989425577248 93989457997824 140721858222468 140721858222532 140721858222532 140721858228152 0
/proc/17796/statm: 37039 32874 544 108 0 35556 0
Current children cumulated CPU time: 221.49 s
Current children cumulated vsize: 152348 KiB

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

/proc/17796/statm: 110053 94307 544 108 0 108570 0
Current children cumulated CPU time: 3088.83 s
Current children cumulated vsize: 444404 KiB
Current children cumulated memory: 380172 KiB

[startup+3162.3 s]
/proc/loadavg: 4.31 4.28 4.20 5/255 18155
/proc/meminfo: memFree=128485484/131382116 swapFree=33010684/33010684
[pid=17792] ppid=17789 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/17792/stat : 17792 (bash) S 17789 17792 17189 0 -1 4194304 307 223 0 0 0 0 0 0 20 0 1 0 31667833 4292608 736 18446744073709551615 93996857315328 93996858209861 140732490926656 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93996858448912 93996858496656 93996862033920 140732490930580 140732490930696 140732490930696 140732490936298 0
/proc/17792/statm: 1048 736 672 219 0 110 0
[pid=17796] ppid=17792 vsize=443268 memory=379660 CPUtime=3148.58 cores=5,7
/proc/17796/stat : 17796 (solve_pb) R 17792 17792 17189 0 -1 4194304 82223 0 0 0 314806 52 0 0 20 0 1 0 31667836 453906432 94915 18446744073709551615 93989425107968 93989425546112 140721858220560 0 0 0 0 4096 1088 0 0 0 17 5 0 0 0 0 0 93989425574832 93989425577248 93989457997824 140721858222468 140721858222532 140721858222532 140721858228152 0
/proc/17796/statm: 110817 94915 544 108 0 109334 0
Current children cumulated CPU time: 3148.58 s
Current children cumulated vsize: 447460 KiB
Current children cumulated memory: 382604 KiB

[startup+3222.3 s]
/proc/loadavg: 4.20 4.25 4.20 5/255 18159
/proc/meminfo: memFree=128457952/131382116 swapFree=33010684/33010684
[pid=17792] ppid=17789 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/17792/stat : 17792 (bash) S 17789 17792 17189 0 -1 4194304 307 223 0 0 0 0 0 0 20 0 1 0 31667833 4292608 736 18446744073709551615 93996857315328 93996858209861 140732490926656 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93996858448912 93996858496656 93996862033920 140732490930580 140732490930696 140732490930696 140732490936298 0
/proc/17792/statm: 1048 736 672 219 0 110 0
[pid=17796] ppid=17792 vsize=448288 memory=382476 CPUtime=3208.31 cores=5,7
/proc/17796/stat : 17796 (solve_pb) R 17792 17792 17189 0 -1 4194304 82926 0 0 0 320778 53 0 0 20 0 1 0 31667836 459046912 95619 18446744073709551615 93989425107968 93989425546112 140721858220560 0 0 0 0 4096 1088 0 0 0 17 5 0 0 0 0 0 93989425574832 93989425577248 93989457997824 140721858222468 140721858222532 140721858222532 140721858228152 0
/proc/17796/statm: 112072 95619 544 108 0 110589 0
Current children cumulated CPU time: 3208.31 s
Current children cumulated vsize: 452480 KiB
Current children cumulated memory: 385420 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.23 4.19 5/255 18166
/proc/meminfo: memFree=128447556/131382116 swapFree=33010684/33010684
[pid=17792] ppid=17789 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/17792/stat : 17792 (bash) S 17789 17792 17189 0 -1 4194304 307 223 0 0 0 0 0 0 20 0 1 0 31667833 4292608 736 18446744073709551615 93996857315328 93996858209861 140732490926656 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93996858448912 93996858496656 93996862033920 140732490930580 140732490930696 140732490930696 140732490936298 0
/proc/17792/statm: 1048 736 672 219 0 110 0
[pid=17796] ppid=17792 vsize=456052 memory=391820 CPUtime=3268.04 cores=5,7
/proc/17796/stat : 17796 (solve_pb) R 17792 17792 17189 0 -1 4194304 85270 0 0 0 326749 55 0 0 20 0 1 0 31667836 466997248 97955 18446744073709551615 93989425107968 93989425546112 140721858220560 0 0 0 0 4096 1088 0 0 0 17 5 0 0 0 0 0 93989425574832 93989425577248 93989457997824 140721858222468 140721858222532 140721858222532 140721858228152 0
/proc/17796/statm: 114013 97955 544 108 0 112530 0
Current children cumulated CPU time: 3268.04 s
Current children cumulated vsize: 460244 KiB
Current children cumulated memory: 394764 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.20 4.18 5/255 18168
/proc/meminfo: memFree=128434044/131382116 swapFree=33010684/33010684
[pid=17792] ppid=17789 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/17792/stat : 17792 (bash) S 17789 17792 17189 0 -1 4194304 307 223 0 0 0 0 0 0 20 0 1 0 31667833 4292608 736 18446744073709551615 93996857315328 93996858209861 140732490926656 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93996858448912 93996858496656 93996862033920 140732490930580 140732490930696 140732490930696 140732490936298 0
/proc/17792/statm: 1048 736 672 219 0 110 0
[pid=17796] ppid=17792 vsize=472832 memory=406560 CPUtime=3327.78 cores=5,7
/proc/17796/stat : 17796 (solve_pb) R 17792 17792 17189 0 -1 4194304 88444 0 0 0 332721 57 0 0 20 0 1 0 31667836 484179968 101640 18446744073709551615 93989425107968 93989425546112 140721858220560 0 0 0 0 4096 1088 0 0 0 17 5 0 0 0 0 0 93989425574832 93989425577248 93989457997824 140721858222468 140721858222532 140721858222532 140721858228152 0
/proc/17796/statm: 118208 101640 544 108 0 116725 0
Current children cumulated CPU time: 3327.78 s
Current children cumulated vsize: 477024 KiB
Current children cumulated memory: 409504 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.20 4.18 5/255 18170
/proc/meminfo: memFree=128403748/131382116 swapFree=33010684/33010684
[pid=17792] ppid=17789 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/17792/stat : 17792 (bash) S 17789 17792 17189 0 -1 4194304 307 223 0 0 0 0 0 0 20 0 1 0 31667833 4292608 736 18446744073709551615 93996857315328 93996858209861 140732490926656 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93996858448912 93996858496656 93996862033920 140732490930580 140732490930696 140732490930696 140732490936298 0
/proc/17792/statm: 1048 736 672 219 0 110 0
[pid=17796] ppid=17792 vsize=476560 memory=410936 CPUtime=3387.53 cores=5,7
/proc/17796/stat : 17796 (solve_pb) R 17792 17792 17189 0 -1 4194304 89797 0 0 0 338695 58 0 0 20 0 1 0 31667836 487997440 102734 18446744073709551615 93989425107968 93989425546112 140721858220560 0 0 0 0 4096 1088 0 0 0 17 5 0 0 0 0 0 93989425574832 93989425577248 93989457997824 140721858222468 140721858222532 140721858222532 140721858228152 0
/proc/17796/statm: 119140 102734 544 108 0 117657 0
Current children cumulated CPU time: 3387.53 s
Current children cumulated vsize: 480752 KiB
Current children cumulated memory: 413880 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.17 4.17 5/254 18172
/proc/meminfo: memFree=128405156/131382116 swapFree=33010684/33010684
[pid=17792] ppid=17789 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/17792/stat : 17792 (bash) S 17789 17792 17189 0 -1 4194304 307 223 0 0 0 0 0 0 20 0 1 0 31667833 4292608 736 18446744073709551615 93996857315328 93996858209861 140732490926656 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93996858448912 93996858496656 93996862033920 140732490930580 140732490930696 140732490930696 140732490936298 0
/proc/17792/statm: 1048 736 672 219 0 110 0
[pid=17796] ppid=17792 vsize=476560 memory=411192 CPUtime=3447.27 cores=5,7
/proc/17796/stat : 17796 (solve_pb) R 17792 17792 17189 0 -1 4194304 89889 0 0 0 344669 58 0 0 20 0 1 0 31667836 487997440 102798 18446744073709551615 93989425107968 93989425546112 140721858220560 0 0 0 0 4096 1088 0 0 0 17 5 0 0 0 0 0 93989425574832 93989425577248 93989457997824 140721858222468 140721858222532 140721858222532 140721858228152 0
/proc/17796/statm: 119140 102798 544 108 0 117657 0
Current children cumulated CPU time: 3447.27 s
Current children cumulated vsize: 480752 KiB
Current children cumulated memory: 414136 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.16 4.17 5/255 18175
/proc/meminfo: memFree=128365808/131382116 swapFree=33010684/33010684
[pid=17792] ppid=17789 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/17792/stat : 17792 (bash) S 17789 17792 17189 0 -1 4194304 307 223 0 0 0 0 0 0 20 0 1 0 31667833 4292608 736 18446744073709551615 93996857315328 93996858209861 140732490926656 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93996858448912 93996858496656 93996862033920 140732490930580 140732490930696 140732490930696 140732490936298 0
/proc/17792/statm: 1048 736 672 219 0 110 0
[pid=17796] ppid=17792 vsize=476560 memory=411448 CPUtime=3507 cores=5,7
/proc/17796/stat : 17796 (solve_pb) R 17792 17792 17189 0 -1 4194304 89934 0 0 0 350642 58 0 0 20 0 1 0 31667836 487997440 102862 18446744073709551615 93989425107968 93989425546112 140721858220560 0 0 0 0 4096 1088 0 0 0 17 5 0 0 0 0 0 93989425574832 93989425577248 93989457997824 140721858222468 140721858222532 140721858222532 140721858228152 0
/proc/17796/statm: 119140 102862 544 108 0 117657 0
Current children cumulated CPU time: 3507 s
Current children cumulated vsize: 480752 KiB
Current children cumulated memory: 414392 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.16 4.17 5/254 18177
/proc/meminfo: memFree=128324516/131382116 swapFree=33010684/33010684
[pid=17792] ppid=17789 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/17792/stat : 17792 (bash) S 17789 17792 17189 0 -1 4194304 307 223 0 0 0 0 0 0 20 0 1 0 31667833 4292608 736 18446744073709551615 93996857315328 93996858209861 140732490926656 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93996858448912 93996858496656 93996862033920 140732490930580 140732490930696 140732490930696 140732490936298 0
/proc/17792/statm: 1048 736 672 219 0 110 0
[pid=17796] ppid=17792 vsize=478608 memory=411576 CPUtime=3566.74 cores=5,7
/proc/17796/stat : 17796 (solve_pb) R 17792 17792 17189 0 -1 4194304 89963 0 0 0 356616 58 0 0 20 0 1 0 31667836 490094592 102894 18446744073709551615 93989425107968 93989425546112 140721858220560 0 0 0 0 4096 1088 0 0 0 17 5 0 0 0 0 0 93989425574832 93989425577248 93989457997824 140721858222468 140721858222532 140721858222532 140721858228152 0
/proc/17796/statm: 119652 102894 544 108 0 118169 0
Current children cumulated CPU time: 3566.74 s
Current children cumulated vsize: 482800 KiB
Current children cumulated memory: 414520 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3615.7 s]
/proc/loadavg: 4.14 4.15 4.17 5/254 18177
/proc/meminfo: memFree=128326904/131382116 swapFree=33010684/33010684
[pid=17792] ppid=17789 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/17792/stat : 17792 (bash) S 17789 17792 17189 0 -1 4194304 307 223 0 0 0 0 0 0 20 0 1 0 31667833 4292608 736 18446744073709551615 93996857315328 93996858209861 140732490926656 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93996858448912 93996858496656 93996862033920 140732490930580 140732490930696 140732490930696 140732490936298 0
/proc/17792/statm: 1048 736 672 219 0 110 0
[pid=17796] ppid=17792 vsize=478608 memory=411576 CPUtime=3600 cores=5,7
/proc/17796/stat : 17796 (solve_pb) R 17792 17792 17189 0 -1 4194304 89975 0 0 0 359942 58 0 0 20 0 1 0 31667836 490094592 102894 18446744073709551615 93989425107968 93989425546112 140721858220560 0 0 0 0 4096 1088 0 0 0 17 5 0 0 0 0 0 93989425574832 93989425577248 93989457997824 140721858222468 140721858222532 140721858222532 140721858228152 0
/proc/17796/statm: 119652 102894 544 108 0 118169 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 482800 KiB
Current children cumulated memory: 414520 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.003298 s, system=0.013038 s

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

# cumulated CPU time of all completed processes:  user=3599.43 s, system=0.61033 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

[startup+3615.7 s]
/proc/loadavg: 4.14 4.15 4.17 5/254 18177
/proc/meminfo: memFree=128326904/131382116 swapFree=33010684/33010684
[pid=17792] ppid=17789 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/17792/stat : 17792 (bash) S 17789 17792 17189 0 -1 4194304 307 223 0 0 0 0 0 0 20 0 1 0 31667833 4292608 736 18446744073709551615 93996857315328 93996858209861 140732490926656 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93996858448912 93996858496656 93996862033920 140732490930580 140732490930696 140732490930696 140732490936298 0
/proc/17792/statm: 1048 736 672 219 0 110 0
[pid=17796] ppid=17792 vsize=478608 memory=411576 CPUtime=3600 cores=5,7
/proc/17796/stat : 17796 (solve_pb) R 17792 17792 17189 0 -1 4194304 89975 0 0 0 359942 58 0 0 20 0 1 0 31667836 490094592 102894 18446744073709551615 93989425107968 93989425546112 140721858220560 0 0 0 0 4096 1088 0 0 0 17 5 0 0 0 0 0 93989425574832 93989425577248 93989457997824 140721858222468 140721858222532 140721858222532 140721858228152 0
/proc/17796/statm: 119652 102894 544 108 0 118169 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 482800 KiB
Current children cumulated memory: 414520 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3615.71
CPU time (s): 3600.04
CPU user time (s): 3599.43
CPU system time (s): 0.61033
CPU usage (%): 99.5665
Max. virtual memory (cumulated for all children) (KiB): 482800
Max. memory (cumulated for all children) (KiB): 414520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.43
system time used= 0.61033
maximum resident set size= 411680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90505
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= 463
involuntary context switches= 4420


# summary of solver processes directly reported to runsolver:
#   pid: 17792,17796
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3599.43
#   total CPU system time (s): 0.61033

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.5236 second user time and 38.4086 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-29 03:18:04
IDJOB=4495985
IDBENCH=148104
IDSOLVER=3321
FILE ID=nodeC010/4495985-1751159884
RUNJOBID= nodeC010-1751156266-17202
SLURM_JOB_ID= 9587477
Free space on /tmp= 433060 MiB

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

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

MD5SUM BENCH= f50ea280ec2253a5ba14d185d456771a
RANDOM SEED=928429786

nodeC010 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		: 1795.732
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.36
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		: 1795.722
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.36
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.526
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.36
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.382
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.36
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		: 3662.094
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.36
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.150
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129642440 kB
MemAvailable:   129301472 kB
Buffers:            3280 kB
Cached:           470944 kB
SwapCached:            0 kB
Active:          1018328 kB
Inactive:         179580 kB
Active(anon):     741644 kB
Inactive(anon):        0 kB
Active(file):     276684 kB
Inactive(file):   179580 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2324 kB
Writeback:             0 kB
AnonPages:        726248 kB
Mapped:           104336 kB
Shmem:             17960 kB
KReclaimable:      84792 kB
Slab:             163740 kB
SReclaimable:      84792 kB
SUnreclaim:        78948 kB
KernelStack:        4124 kB
PageTables:         4812 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1120284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149512 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    440320 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC010 at 2025-06-29 04:18:20