Trace number 4544281

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.32 3614.21

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/
random_norational_opb/normalized-ec_random_norational_random4reg_split_350.opb
MD5SUM7a60842b33cead3593177bf84a5f4859
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.040427
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2103
Total number of constraints1754
Number of constraints which are clauses1402
Number of constraints which are cardinality constraints (but not clauses)351
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint1402
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 1401
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4205
Number of bits of the biggest sum of numbers13
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 (50112 MiB free)
  memory of node 1: 64465 MiB (52761 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544281-1753228042/watcher-4544281-1753228042 -o /tmp/evaluation-result-4544281-1753228042/solver-4544281-1753228042 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1753224419-160938 --watchdog 3760 HOME/solve.sh HOME/instance-4544281-1753228042.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100074 s]*
/proc/loadavg: 4.58 4.26 4.17 5/254 161627
/proc/meminfo: memFree=105339072/131382112 swapFree=33001664/33010684
[pid=161623] ppid=161620 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/161623/stat : 161623 (bash) S 161620 161623 160926 0 -1 4194304 309 235 0 0 0 0 0 0 20 0 1 0 238483601 4292608 736 18446744073709551615 94029054042112 94029054936645 140736483449776 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94029055175696 94029055223440 94029072162816 140736483453330 140736483453446 140736483453446 140736483459050 0
/proc/161623/statm: 1048 736 672 219 0 110 0
[pid=161627] ppid=161623 vsize=10988 memory=6144 CPUtime=0.05 cores=1,3
/proc/161627/stat : 161627 (solve_pb) R 161623 161623 160926 0 -1 4194304 1144 0 0 0 5 0 0 0 20 0 1 0 238483603 11251712 1536 18446744073709551615 94042634060800 94042634498944 140723495042880 0 0 0 0 4096 1088 0 0 0 17 3 0 0 0 0 0 94042634527664 94042634530080 94042660892672 140723495049602 140723495049666 140723495049666 140723495055288 0
/proc/161627/statm: 2747 1536 512 108 0 1264 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 15180 KiB
Current children cumulated memory: 9088 KiB

[startup+0.21718 s]*
/proc/loadavg: 4.58 4.26 4.17 5/254 161627
/proc/meminfo: memFree=105327984/131382112 swapFree=33001664/33010684
[pid=161623] ppid=161620 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/161623/stat : 161623 (bash) S 161620 161623 160926 0 -1 4194304 309 235 0 0 0 0 0 0 20 0 1 0 238483601 4292608 736 18446744073709551615 94029054042112 94029054936645 140736483449776 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94029055175696 94029055223440 94029072162816 140736483453330 140736483453446 140736483453446 140736483459050 0
/proc/161623/statm: 1048 736 672 219 0 110 0
[pid=161627] ppid=161623 vsize=14088 memory=9088 CPUtime=0.17 cores=1,3
/proc/161627/stat : 161627 (solve_pb) R 161623 161623 160926 0 -1 4194304 1840 0 0 0 16 1 0 0 20 0 1 0 238483603 14426112 2272 18446744073709551615 94042634060800 94042634498944 140723495042880 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94042634527664 94042634530080 94042660892672 140723495049602 140723495049666 140723495049666 140723495055288 0
/proc/161627/statm: 3522 2272 576 108 0 2039 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 18280 KiB
Current children cumulated memory: 12032 KiB

[startup+0.314142 s]*
/proc/loadavg: 4.58 4.26 4.17 5/254 161627
/proc/meminfo: memFree=105327228/131382112 swapFree=33001664/33010684
[pid=161623] ppid=161620 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/161623/stat : 161623 (bash) S 161620 161623 160926 0 -1 4194304 309 235 0 0 0 0 0 0 20 0 1 0 238483601 4292608 736 18446744073709551615 94029054042112 94029054936645 140736483449776 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94029055175696 94029055223440 94029072162816 140736483453330 140736483453446 140736483453446 140736483459050 0
/proc/161623/statm: 1048 736 672 219 0 110 0
[pid=161627] ppid=161623 vsize=14764 memory=9728 CPUtime=0.27 cores=1,3
/proc/161627/stat : 161627 (solve_pb) R 161623 161623 160926 0 -1 4194304 2000 0 0 0 26 1 0 0 20 0 1 0 238483603 15118336 2432 18446744073709551615 94042634060800 94042634498944 140723495042880 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94042634527664 94042634530080 94042660892672 140723495049602 140723495049666 140723495049666 140723495055288 0
/proc/161627/statm: 3691 2432 576 108 0 2208 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18956 KiB
Current children cumulated memory: 12672 KiB

[startup+0.700405 s]
/proc/loadavg: 4.58 4.26 4.17 5/254 161627
/proc/meminfo: memFree=105295224/131382112 swapFree=33001664/33010684
[pid=161623] ppid=161620 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/161623/stat : 161623 (bash) S 161620 161623 160926 0 -1 4194304 309 235 0 0 0 0 0 0 20 0 1 0 238483601 4292608 736 18446744073709551615 94029054042112 94029054936645 140736483449776 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94029055175696 94029055223440 94029072162816 140736483453330 140736483453446 140736483453446 140736483459050 0
/proc/161623/statm: 1048 736 672 219 0 110 0
[pid=161627] ppid=161623 vsize=20760 memory=15104 CPUtime=0.63 cores=1,3
/proc/161627/stat : 161627 (solve_pb) R 161623 161623 160926 0 -1 4194304 3332 0 0 0 62 1 0 0 20 0 1 0 238483603 21258240 3776 18446744073709551615 94042634060800 94042634498944 140723495042880 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94042634527664 94042634530080 94042660892672 140723495049602 140723495049666 140723495049666 140723495055288 0
/proc/161627/statm: 5190 3776 576 108 0 3707 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 24952 KiB
Current children cumulated memory: 18048 KiB

[startup+1.5004 s]
/proc/loadavg: 4.69 4.29 4.18 5/254 161627
/proc/meminfo: memFree=105268120/131382112 swapFree=33001664/33010684
[pid=161623] ppid=161620 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/161623/stat : 161623 (bash) S 161620 161623 160926 0 -1 4194304 309 235 0 0 0 0 0 0 20 0 1 0 238483601 4292608 736 18446744073709551615 94029054042112 94029054936645 140736483449776 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94029055175696 94029055223440 94029072162816 140736483453330 140736483453446 140736483453446 140736483459050 0
/proc/161623/statm: 1048 736 672 219 0 110 0
[pid=161627] ppid=161623 vsize=34204 memory=27136 CPUtime=1.43 cores=1,3
/proc/161627/stat : 161627 (solve_pb) R 161623 161623 160926 0 -1 4194304 6328 0 0 0 141 2 0 0 20 0 1 0 238483603 35024896 6784 18446744073709551615 94042634060800 94042634498944 140723495042880 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94042634527664 94042634530080 94042660892672 140723495049602 140723495049666 140723495049666 140723495055288 0
/proc/161627/statm: 8551 6784 576 108 0 7068 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 38396 KiB
Current children cumulated memory: 30080 KiB

[startup+3.11348 s]
/proc/loadavg: 4.69 4.29 4.18 5/254 161627
/proc/meminfo: memFree=105112036/131382112 swapFree=33001664/33010684
[pid=161623] ppid=161620 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/161623/stat : 161623 (bash) S 161620 161623 160926 0 -1 4194304 309 235 0 0 0 0 0 0 20 0 1 0 238483601 4292608 736 18446744073709551615 94029054042112 94029054936645 140736483449776 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94029055175696 94029055223440 94029072162816 140736483453330 140736483453446 140736483453446 140736483459050 0
/proc/161623/statm: 1048 736 672 219 0 110 0
[pid=161627] ppid=161623 vsize=91560 memory=72704 CPUtime=3.04 cores=1,3
/proc/161627/stat : 161627 (solve_pb) R 161623 161623 160926 0 -1 4194304 17732 0 0 0 300 4 0 0 20 0 1 0 238483603 93757440 18176 18446744073709551615 94042634060800 94042634498944 140723495042880 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94042634527664 94042634530080 94042660892672 140723495049602 140723495049666 140723495049666 140723495055288 0
/proc/161627/statm: 22890 18176 576 108 0 21407 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 95752 KiB
Current children cumulated memory: 75648 KiB

[startup+6.30039 s]
/proc/loadavg: 4.72 4.30 4.19 5/254 161627
/proc/meminfo: memFree=104906340/131382112 swapFree=33001664/33010684
[pid=161623] ppid=161620 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/161623/stat : 161623 (bash) S 161620 161623 160926 0 -1 4194304 309 235 0 0 0 0 0 0 20 0 1 0 238483601 4292608 736 18446744073709551615 94029054042112 94029054936645 140736483449776 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94029055175696 94029055223440 94029072162816 140736483453330 140736483453446 140736483453446 140736483459050 0
/proc/161623/statm: 1048 736 672 219 0 110 0
[pid=161627] ppid=161623 vsize=173204 memory=138112 CPUtime=6.21 cores=1,3
/proc/161627/stat : 161627 (solve_pb) R 161623 161623 160926 0 -1 4194304 34079 0 0 0 614 7 0 0 20 0 1 0 238483603 177360896 34528 18446744073709551615 94042634060800 94042634498944 140723495042880 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94042634527664 94042634530080 94042660892672 140723495049602 140723495049666 140723495049666 140723495055288 0
/proc/161627/statm: 43301 34528 576 108 0 41818 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 177396 KiB
Current children cumulated memory: 141056 KiB

[startup+12.7004 s]
/proc/loadavg: 4.74 4.32 4.19 5/254 161627
/proc/meminfo: memFree=104575740/131382112 swapFree=33001664/33010684
[pid=161623] ppid=161620 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/161623/stat : 161623 (bash) S 161620 161623 160926 0 -1 4194304 309 235 0 0 0 0 0 0 20 0 1 0 238483601 4292608 736 18446744073709551615 94029054042112 94029054936645 140736483449776 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94029055175696 94029055223440 94029072162816 140736483453330 140736483453446 140736483453446 140736483459050 0
/proc/161623/statm: 1048 736 672 219 0 110 0
[pid=161627] ppid=161623 vsize=299040 memory=238080 CPUtime=12.6 cores=1,3
/proc/161627/stat : 161627 (solve_pb) R 161623 161623 160926 0 -1 4194304 59061 0 0 0 1248 12 0 0 20 0 1 0 238483603 306216960 59520 18446744073709551615 94042634060800 94042634498944 140723495042880 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94042634527664 94042634530080 94042660892672 140723495049602 140723495049666 140723495049666 140723495055288 0
/proc/161627/statm: 74760 59520 576 108 0 73277 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 303232 KiB
Current children cumulated memory: 241024 KiB

[startup+25.5004 s]
/proc/loadavg: 4.78 4.34 4.20 5/254 161627
/proc/meminfo: memFree=104277884/131382112 swapFree=33001664/33010684
[pid=161623] ppid=161620 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/161623/stat : 161623 (bash) S 161620 161623 160926 0 -1 4194304 309 235 0 0 0 0 0 0 20 0 1 0 238483601 4292608 736 18446744073709551615 94029054042112 94029054936645 140736483449776 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94029055175696 94029055223440 94029072162816 140736483453330 140736483453446 140736483453446 140736483459050 0
/proc/161623/statm: 1048 736 672 219 0 110 0
[pid=161627] ppid=161623 vsize=347456 memory=288000 CPUtime=25.36 cores=1,3
/proc/161627/stat : 161627 (solve_pb) R 161623 161623 160926 0 -1 4194304 71561 0 0 0 2521 15 0 0 20 0 1 0 238483603 355794944 72000 18446744073709551615 94042634060800 94042634498944 140723495042880 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94042634527664 94042634530080 94042660892672 140723495049602 140723495049666 140723495049666 140723495055288 0
/proc/161627/statm: 86864 72000 576 108 0 85381 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 351648 KiB
Current children cumulated memory: 290944 KiB

[startup+51.1137 s]
/proc/loadavg: 4.99 4.43 4.24 5/254 161627
/proc/meminfo: memFree=103706144/131382112 swapFree=33001664/33010684
[pid=161623] ppid=161620 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/161623/stat : 161623 (bash) S 161620 161623 160926 0 -1 4194304 309 235 0 0 0 0 0 0 20 0 1 0 238483601 4292608 736 18446744073709551615 94029054042112 94029054936645 140736483449776 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94029055175696 94029055223440 94029072162816 140736483453330 140736483453446 140736483453446 140736483459050 0
/proc/161623/statm: 1048 736 672 219 0 110 0
[pid=161627] ppid=161623 vsize=507604 memory=418160 CPUtime=50.9 cores=1,3
/proc/161627/stat : 161627 (solve_pb) R 161623 161623 160926 0 -1 4194304 104175 0 0 0 5068 22 0 0 20 0 1 0 238483603 519786496 104540 18446744073709551615 94042634060800 94042634498944 140723495042880 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94042634527664 94042634530080 94042660892672 140723495049602 140723495049666 140723495049666 140723495055288 0
/proc/161627/statm: 126901 104540 576 108 0 125418 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 511796 KiB
Current children cumulated memory: 421104 KiB

[startup+102.3 s]
/proc/loadavg: 4.53 4.40 4.24 5/254 161629
/proc/meminfo: memFree=103280784/131382112 swapFree=33001664/33010684
[pid=161623] ppid=161620 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/161623/stat : 161623 (bash) S 161620 161623 160926 0 -1 4194304 309 235 0 0 0 0 0 0 20 0 1 0 238483601 4292608 736 18446744073709551615 94029054042112 94029054936645 140736483449776 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94029055175696 94029055223440 94029072162816 140736483453330 140736483453446 140736483453446 140736483459050 0
/proc/161623/statm: 1048 736 672 219 0 110 0
[pid=161627] ppid=161623 vsize=656816 memory=513160 CPUtime=101.94 cores=1,3
/proc/161627/stat : 161627 (solve_pb) R 161623 161623 160926 0 -1 4194304 128260 0 0 0 10164 30 0 0 20 0 1 0 238483603 672579584 128290 18446744073709551615 94042634060800 94042634498944 140723495042880 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94042634527664 94042634530080 94042660892672 140723495049602 140723495049666 140723495049666 140723495055288 0
/proc/161627/statm: 164204 128290 576 108 0 162721 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 661008 KiB
Current children cumulated memory: 516104 KiB

[startup+162.3 s]
/proc/loadavg: 4.24 4.34 4.22 5/254 161631
/proc/meminfo: memFree=102870792/131382112 swapFree=33001664/33010684
[pid=161623] ppid=161620 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/161623/stat : 161623 (bash) S 161620 161623 160926 0 -1 4194304 309 235 0 0 0 0 0 0 20 0 1 0 238483601 4292608 736 18446744073709551615 94029054042112 94029054936645 140736483449776 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94029055175696 94029055223440 94029072162816 140736483453330 140736483453446 140736483453446 140736483459050 0
/proc/161623/statm: 1048 736 672 219 0 110 0
[pid=161627] ppid=161623 vsize=823080 memory=638820 CPUtime=161.76 cores=1,3
/proc/161627/stat : 161627 (solve_pb) R 161623 161623 160926 0 -1 4194304 159815 0 0 0 16136 40 0 0 20 0 1 0 238483603 842833920 159705 18446744073709551615 94042634060800 94042634498944 140723495042880 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94042634527664 94042634530080 94042660892672 140723495049602 140723495049666 140723495049666 140723495055288 0
/proc/161627/statm: 205770 159705 576 108 0 204287 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 827272 KiB
Current children cumulated memory: 641764 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.30 4.22 5/254 161633
/proc/meminfo: memFree=102068416/131382112 swapFree=33001664/33010684
[pid=161623] ppid=161620 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/161623/stat : 161623 (bash) S 161620 161623 160926 0 -1 4194304 309 235 0 0 0 0 0 0 20 0 1 0 238483601 4292608 736 18446744073709551615 94029054042112 94029054936645 140736483449776 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94029055175696 94029055223440 94029072162816 140736483453330 140736483453446 140736483453446 140736483459050 0
/proc/161623/statm: 1048 736 672 219 0 110 0
[pid=161627] ppid=161623 vsize=1051340 memory=753236 CPUtime=221.59 cores=1,3
/proc/161627/stat : 161627 (solve_pb) R 161623 161623 160926 0 -1 4194304 188475 0 0 0 22109 50 0 0 20 0 1 0 238483603 1076572160 188309 18446744073709551615 94042634060800 94042634498944 140723495042880 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94042634527664 94042634530080 94042660892672 140723495049602 140723495049666 140723495049666 140723495055288 0
/proc/161627/statm: 262835 188309 576 108 0 261352 0
Current children cumulated CPU time: 221.59 s

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

[pid=161623] ppid=161620 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/161623/stat : 161623 (bash) S 161620 161623 160926 0 -1 4194304 309 235 0 0 0 0 0 0 20 0 1 0 238483601 4292608 736 18446744073709551615 94029054042112 94029054936645 140736483449776 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94029055175696 94029055223440 94029072162816 140736483453330 140736483453446 140736483453446 140736483459050 0
/proc/161623/statm: 1048 736 672 219 0 110 0
[pid=161627] ppid=161623 vsize=3519048 memory=2819188 CPUtime=3091.34 cores=1,3
/proc/161627/stat : 161627 (solve_pb) R 161623 161623 160926 0 -1 4194304 702503 0 0 0 308868 266 0 0 20 0 1 0 238483603 3603505152 704797 18446744073709551615 94042634060800 94042634498944 140723495042880 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94042634527664 94042634530080 94042660892672 140723495049602 140723495049666 140723495049666 140723495055288 0
/proc/161627/statm: 879762 704797 576 108 0 878279 0
Current children cumulated CPU time: 3091.34 s
Current children cumulated vsize: 3523240 KiB
Current children cumulated memory: 2822132 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.14 4.16 5/254 161837
/proc/meminfo: memFree=89935188/131382112 swapFree=33001664/33010684
[pid=161623] ppid=161620 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/161623/stat : 161623 (bash) S 161620 161623 160926 0 -1 4194304 309 235 0 0 0 0 0 0 20 0 1 0 238483601 4292608 736 18446744073709551615 94029054042112 94029054936645 140736483449776 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94029055175696 94029055223440 94029072162816 140736483453330 140736483453446 140736483453446 140736483459050 0
/proc/161623/statm: 1048 736 672 219 0 110 0
[pid=161627] ppid=161623 vsize=3549780 memory=2832116 CPUtime=3151.07 cores=1,3
/proc/161627/stat : 161627 (solve_pb) R 161623 161623 160926 0 -1 4194304 705717 0 0 0 314838 269 0 0 20 0 1 0 238483603 3634974720 708029 18446744073709551615 94042634060800 94042634498944 140723495042880 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94042634527664 94042634530080 94042660892672 140723495049602 140723495049666 140723495049666 140723495055288 0
/proc/161627/statm: 887445 708029 576 108 0 885962 0
Current children cumulated CPU time: 3151.07 s
Current children cumulated vsize: 3553972 KiB
Current children cumulated memory: 2835060 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.13 4.16 5/254 161839
/proc/meminfo: memFree=89366456/131382112 swapFree=33001664/33010684
[pid=161623] ppid=161620 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/161623/stat : 161623 (bash) S 161620 161623 160926 0 -1 4194304 309 235 0 0 0 0 0 0 20 0 1 0 238483601 4292608 736 18446744073709551615 94029054042112 94029054936645 140736483449776 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94029055175696 94029055223440 94029072162816 140736483453330 140736483453446 140736483453446 140736483459050 0
/proc/161623/statm: 1048 736 672 219 0 110 0
[pid=161627] ppid=161623 vsize=3592812 memory=2847732 CPUtime=3210.74 cores=1,3
/proc/161627/stat : 161627 (solve_pb) R 161623 161623 160926 0 -1 4194304 709633 0 0 0 320803 271 0 0 20 0 1 0 238483603 3679039488 711933 18446744073709551615 94042634060800 94042634498944 140723495042880 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94042634527664 94042634530080 94042660892672 140723495049602 140723495049666 140723495049666 140723495055288 0
/proc/161627/statm: 898203 711933 576 108 0 896720 0
Current children cumulated CPU time: 3210.74 s
Current children cumulated vsize: 3597004 KiB
Current children cumulated memory: 2850676 KiB

[startup+3282.3 s]
/proc/loadavg: 4.06 4.12 4.15 5/253 161841
/proc/meminfo: memFree=89016092/131382112 swapFree=33001664/33010684
[pid=161623] ppid=161620 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/161623/stat : 161623 (bash) S 161620 161623 160926 0 -1 4194304 309 235 0 0 0 0 0 0 20 0 1 0 238483601 4292608 736 18446744073709551615 94029054042112 94029054936645 140736483449776 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94029055175696 94029055223440 94029072162816 140736483453330 140736483453446 140736483453446 140736483459050 0
/proc/161623/statm: 1048 736 672 219 0 110 0
[pid=161627] ppid=161623 vsize=3610232 memory=2862324 CPUtime=3270.4 cores=1,3
/proc/161627/stat : 161627 (solve_pb) R 161623 161623 160926 0 -1 4194304 713263 0 0 0 326767 273 0 0 20 0 1 0 238483603 3696877568 715581 18446744073709551615 94042634060800 94042634498944 140723495042880 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94042634527664 94042634530080 94042660892672 140723495049602 140723495049666 140723495049666 140723495055288 0
/proc/161627/statm: 902558 715581 576 108 0 901075 0
Current children cumulated CPU time: 3270.4 s
Current children cumulated vsize: 3614424 KiB
Current children cumulated memory: 2865268 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.11 4.14 5/253 161843
/proc/meminfo: memFree=88845760/131382112 swapFree=33001664/33010684
[pid=161623] ppid=161620 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/161623/stat : 161623 (bash) S 161620 161623 160926 0 -1 4194304 309 235 0 0 0 0 0 0 20 0 1 0 238483601 4292608 736 18446744073709551615 94029054042112 94029054936645 140736483449776 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94029055175696 94029055223440 94029072162816 140736483453330 140736483453446 140736483453446 140736483459050 0
/proc/161623/statm: 1048 736 672 219 0 110 0
[pid=161627] ppid=161623 vsize=3636368 memory=2883700 CPUtime=3330.05 cores=1,3
/proc/161627/stat : 161627 (solve_pb) R 161623 161623 160926 0 -1 4194304 718613 0 0 0 332730 275 0 0 20 0 1 0 238483603 3723640832 720925 18446744073709551615 94042634060800 94042634498944 140723495042880 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94042634527664 94042634530080 94042660892672 140723495049602 140723495049666 140723495049666 140723495055288 0
/proc/161627/statm: 909092 720925 576 108 0 907609 0
Current children cumulated CPU time: 3330.05 s
Current children cumulated vsize: 3640560 KiB
Current children cumulated memory: 2886644 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.12 4.14 5/254 161846
/proc/meminfo: memFree=88746452/131382112 swapFree=33001664/33010684
[pid=161623] ppid=161620 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/161623/stat : 161623 (bash) S 161620 161623 160926 0 -1 4194304 309 235 0 0 0 0 0 0 20 0 1 0 238483601 4292608 736 18446744073709551615 94029054042112 94029054936645 140736483449776 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94029055175696 94029055223440 94029072162816 140736483453330 140736483453446 140736483453446 140736483459050 0
/proc/161623/statm: 1048 736 672 219 0 110 0
[pid=161627] ppid=161623 vsize=3651736 memory=2906868 CPUtime=3389.7 cores=1,3
/proc/161627/stat : 161627 (solve_pb) R 161623 161623 160926 0 -1 4194304 724404 0 0 0 338692 278 0 0 20 0 1 0 238483603 3739377664 726717 18446744073709551615 94042634060800 94042634498944 140723495042880 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94042634527664 94042634530080 94042660892672 140723495049602 140723495049666 140723495049666 140723495055288 0
/proc/161627/statm: 912934 726717 576 108 0 911451 0
Current children cumulated CPU time: 3389.7 s
Current children cumulated vsize: 3655928 KiB
Current children cumulated memory: 2909812 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.11 4.14 5/254 161849
/proc/meminfo: memFree=88660732/131382112 swapFree=33001664/33010684
[pid=161623] ppid=161620 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/161623/stat : 161623 (bash) S 161620 161623 160926 0 -1 4194304 309 235 0 0 0 0 0 0 20 0 1 0 238483601 4292608 736 18446744073709551615 94029054042112 94029054936645 140736483449776 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94029055175696 94029055223440 94029072162816 140736483453330 140736483453446 140736483453446 140736483459050 0
/proc/161623/statm: 1048 736 672 219 0 110 0
[pid=161627] ppid=161623 vsize=3656856 memory=2916212 CPUtime=3449.34 cores=1,3
/proc/161627/stat : 161627 (solve_pb) R 161623 161623 160926 0 -1 4194304 726762 0 0 0 344654 280 0 0 20 0 1 0 238483603 3744620544 729053 18446744073709551615 94042634060800 94042634498944 140723495042880 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94042634527664 94042634530080 94042660892672 140723495049602 140723495049666 140723495049666 140723495055288 0
/proc/161627/statm: 914214 729053 576 108 0 912731 0
Current children cumulated CPU time: 3449.34 s
Current children cumulated vsize: 3661048 KiB
Current children cumulated memory: 2919156 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.10 4.13 5/254 161851
/proc/meminfo: memFree=88574816/131382112 swapFree=33001664/33010684
[pid=161623] ppid=161620 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/161623/stat : 161623 (bash) S 161620 161623 160926 0 -1 4194304 309 235 0 0 0 0 0 0 20 0 1 0 238483601 4292608 736 18446744073709551615 94029054042112 94029054936645 140736483449776 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94029055175696 94029055223440 94029072162816 140736483453330 140736483453446 140736483453446 140736483459050 0
/proc/161623/statm: 1048 736 672 219 0 110 0
[pid=161627] ppid=161623 vsize=3666076 memory=2926836 CPUtime=3508.96 cores=1,3
/proc/161627/stat : 161627 (solve_pb) R 161623 161623 160926 0 -1 4194304 729402 0 0 0 350613 283 0 0 20 0 1 0 238483603 3754061824 731709 18446744073709551615 94042634060800 94042634498944 140723495042880 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94042634527664 94042634530080 94042660892672 140723495049602 140723495049666 140723495049666 140723495055288 0
/proc/161627/statm: 916519 731709 576 108 0 915036 0
Current children cumulated CPU time: 3508.96 s
Current children cumulated vsize: 3670268 KiB
Current children cumulated memory: 2929780 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.11 4.13 5/255 161860
/proc/meminfo: memFree=88420160/131382112 swapFree=33001664/33010684
[pid=161623] ppid=161620 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/161623/stat : 161623 (bash) S 161620 161623 160926 0 -1 4194304 309 235 0 0 0 0 0 0 20 0 1 0 238483601 4292608 736 18446744073709551615 94029054042112 94029054936645 140736483449776 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94029055175696 94029055223440 94029072162816 140736483453330 140736483453446 140736483453446 140736483459050 0
/proc/161623/statm: 1048 736 672 219 0 110 0
[pid=161627] ppid=161623 vsize=3671712 memory=2936436 CPUtime=3568.58 cores=1,3
/proc/161627/stat : 161627 (solve_pb) R 161623 161623 160926 0 -1 4194304 731822 0 0 0 356573 285 0 0 20 0 1 0 238483603 3759833088 734109 18446744073709551615 94042634060800 94042634498944 140723495042880 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94042634527664 94042634530080 94042660892672 140723495049602 140723495049666 140723495049666 140723495055288 0
/proc/161627/statm: 917928 734109 576 108 0 916445 0
Current children cumulated CPU time: 3568.58 s
Current children cumulated vsize: 3675904 KiB
Current children cumulated memory: 2939380 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3614 s]*
/proc/loadavg: 4.08 4.10 4.13 4/250 161869
/proc/meminfo: memFree=91310284/131382112 swapFree=33001664/33010684
[pid=161623] ppid=161620 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/161623/stat : 161623 (bash) S 161620 161623 160926 0 -1 4194304 309 235 0 0 0 0 0 0 20 0 1 0 238483601 4292608 736 18446744073709551615 94029054042112 94029054936645 140736483449776 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94029055175696 94029055223440 94029072162816 140736483453330 140736483453446 140736483453446 140736483459050 0
/proc/161623/statm: 1048 736 672 219 0 110 0
[pid=161627] ppid=161623 vsize=3677864 memory=2943220 CPUtime=3600.09 cores=1,3
/proc/161627/stat : 161627 (solve_pb) R 161623 161623 160926 0 -1 4194304 733499 0 0 0 359723 286 0 0 20 0 1 0 238483603 3766132736 735805 18446744073709551615 94042634060800 94042634498944 140723495042880 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94042634527664 94042634530080 94042660892672 140723495049602 140723495049666 140723495049666 140723495055288 0
/proc/161627/statm: 919466 735805 576 108 0 917983 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 3682056 KiB
Current children cumulated memory: 2946164 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

# cumulated CPU time of all completed processes:  user=3597.24 s, system=3.07868 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+3614.21 s]
/proc/loadavg: 4.08 4.10 4.13 4/249 161869
/proc/meminfo: memFree=93192216/131382112 swapFree=33001664/33010684
Current cumulated CPU time of completed processes: 0.017072 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3614.21
CPU time (s): 3600.32
CPU user time (s): 3597.24
CPU system time (s): 3.07868
CPU usage (%): 99.6156
Max. virtual memory (cumulated for all children) (KiB): 3682056
Max. memory (cumulated for all children) (KiB): 2946164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.24
system time used= 3.07868
maximum resident set size= 2943220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 734043
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= 414
involuntary context switches= 4866


# summary of solver processes directly reported to runsolver:
#   pid: 161623,161627
#   total CPU time (s): 3600.32
#   total CPU user time (s): 3597.24
#   total CPU system time (s): 3.07868

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.2037 second user time and 38.6872 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-23 01:47:22
IDJOB=4544281
IDBENCH=175223
IDSOLVER=3321
FILE ID=nodeC005/4544281-1753228042
RUNJOBID= nodeC005-1753224419-160938
SLURM_JOB_ID= 9687834
Free space on /tmp= 433032 MiB

SOLVER NAME= AI448PBSolver 2025-05-31
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/random_norational_opb/normalized-ec_random_norational_random4reg_split_350.opb
COMMAND LINE= HOME/solve.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544281-1753228042/watcher-4544281-1753228042 -o /tmp/evaluation-result-4544281-1753228042/solver-4544281-1753228042 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1753224419-160938 --watchdog 3760  HOME/solve.sh HOME/instance-4544281-1753228042.opb

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

MD5SUM BENCH= 7a60842b33cead3593177bf84a5f4859
RANDOM SEED=1398762238

nodeC005 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		: 3491.920
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        105342852 kB
MemAvailable:   129413228 kB
Buffers:              12 kB
Cached:         24841780 kB
SwapCached:          776 kB
Active:           988404 kB
Inactive:       24426972 kB
Active(anon):     555764 kB
Inactive(anon):    38384 kB
Active(file):     432640 kB
Inactive(file): 24388588 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33001664 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2432 kB
Writeback:             0 kB
AnonPages:        571084 kB
Mapped:           104552 kB
Shmem:             20564 kB
KReclaimable:     177548 kB
Slab:             268660 kB
SReclaimable:     177548 kB
SUnreclaim:        91112 kB
KernelStack:        4096 kB
PageTables:         4324 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1002424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149480 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    374784 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433032 MiB
End job on nodeC005 at 2025-07-23 02:47:37