Trace number 4545068

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
LSIPExact S2? (MO) 2190.77 1174.61

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-SolitairePattern-table-3-3-9.opb
MD5SUM297c2237af667ea8e386e1666cb34677
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 benchmark146.963
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables625728
Total number of constraints628780
Number of constraints which are clauses6288
Number of constraints which are cardinality constraints (but not clauses)56
Number of constraints which are nor clauses,nor cardinality constraints622436
Minimum length of a constraint1
Maximum length of a constraint2712
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 75
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 2977
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2103.67/1087.22	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2103.67/1087.22	c numVar: 625728
2103.67/1087.22	c numCon: 628780
2103.67/1087.22	c numEqual: 84
2103.67/1087.22	c intSize: 12
2103.67/1087.22	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2103.67/1087.22	c ------------------- Paras list -------------------
2103.67/1087.22	c Name                	 Type      	 Now       	 Default   	 Comment
2103.67/1087.22	c timeout             	 double    	 3600.000000	 3600      	 
2103.67/1087.22	c mip_time            	 double    	 0.300000  	 0.5       	 
2103.67/1087.22	c ls_time             	 double    	 10.000000 	 10        	 
2103.67/1087.22	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2103.67/1087.22	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2103.67/1087.22	c random_seed         	 int       	 0         	 0         	 
2103.67/1087.22	c sample_size         	 int       	 50        	 50        	 
2103.67/1087.22	c sub_score           	 int       	 1         	 1         	 
2103.67/1087.22	c tabu_base           	 int       	 3         	 3         	 
2103.67/1087.22	c tabu_variation      	 int       	 1         	 1         	 
2103.67/1087.22	c sub_div             	 int       	 4         	 4         	 
2103.67/1087.22	c nbcore              	 int       	 2         	 1         	 
2103.67/1087.22	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2103.67/1087.22	c print_sol           	 int       	 1         	 1         	 
2103.67/1087.22	c tmpdir              	 string		 .         	 "."       	 
2103.67/1087.22	c home                	 string		 HOME	 "."       	 
2103.67/1087.22	c benchname           	 string		 HOME/instance-4545068-1753223773.opb	 ""        	 
2103.67/1087.22	c --------------------------------------------------
2103.67/1087.22	c Local Search solver
2103.67/1087.22	c MIP solver
2103.67/1087.22	c use Exact solver
2189.28/1173.11	c receive signal 15, try to interrupt solver...
2103.69/1173.62	c Exact solver (PID 199926) interrupted gracefully.
2190.64/1174.53	s UNKNOWN
2190.64/1174.53	c Total time: 1175

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545068-1753223773/watcher-4545068-1753223773 -o /tmp/evaluation-result-4545068-1753223773/solver-4545068-1753223773 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1753220119-197389 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4545068-1753223773.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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
Current StackSize limit: 8192 KiB

solver pid=199688, runsolver pid=199685

[startup+0.100078 s]*
/proc/loadavg: 8.16 7.65 6.90 9/253 199689
/proc/meminfo: memFree=125276804/131382112 swapFree=33010416/33010684
[pid=199688] ppid=199685 vsize=150760 memory=91816 CPUtime=0.1 cores=1,3
/proc/199688/stat : 199688 (LSIPExact) R 199685 199688 197377 0 -1 4194304 16296 0 0 0 6 4 0 0 20 0 1 0 238057097 154378240 22954 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
/proc/199688/statm: 37723 22954 1184 6655 0 27958 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 150760 KiB
Current children cumulated memory: 91816 KiB

[startup+0.212677 s]*
/proc/loadavg: 8.06 7.64 6.90 8/253 199689
/proc/meminfo: memFree=125191812/131382112 swapFree=33010416/33010684
[pid=199688] ppid=199685 vsize=206392 memory=163368 CPUtime=0.21 cores=1,3
/proc/199688/stat : 199688 (LSIPExact) R 199685 199688 197377 0 -1 4194304 30624 0 0 0 13 8 0 0 20 0 1 0 238057097 211345408 40842 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
/proc/199688/statm: 51598 40842 1184 6655 0 41833 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 206392 KiB
Current children cumulated memory: 163368 KiB

[startup+0.312674 s]*
/proc/loadavg: 8.06 7.64 6.90 8/253 199689
/proc/meminfo: memFree=125191812/131382112 swapFree=33010416/33010684
[pid=199688] ppid=199685 vsize=209304 memory=166056 CPUtime=0.31 cores=1,3
/proc/199688/stat : 199688 (LSIPExact) R 199685 199688 197377 0 -1 4194304 31274 0 0 0 22 9 0 0 20 0 1 0 238057097 214327296 41514 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
/proc/199688/statm: 52326 41514 1184 6655 0 42561 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 209304 KiB
Current children cumulated memory: 166056 KiB

[startup+0.700372 s]
/proc/loadavg: 8.06 7.64 6.90 8/253 199689
/proc/meminfo: memFree=125183748/131382112 swapFree=33010416/33010684
[pid=199688] ppid=199685 vsize=353132 memory=317952 CPUtime=0.68 cores=1,3
/proc/199688/stat : 199688 (LSIPExact) R 199685 199688 197377 0 -1 4194304 42702 0 0 0 53 15 0 0 20 0 1 0 238057097 361607168 79488 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
/proc/199688/statm: 88283 79488 1184 6655 0 78518 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 353132 KiB
Current children cumulated memory: 317952 KiB

[startup+1.50034 s]
/proc/loadavg: 8.06 7.64 6.90 8/253 199689
/proc/meminfo: memFree=124949236/131382112 swapFree=33010416/33010684
[pid=199688] ppid=199685 vsize=595272 memory=558080 CPUtime=1.48 cores=1,3
/proc/199688/stat : 199688 (LSIPExact) R 199685 199688 197377 0 -1 4194304 102720 0 0 0 120 28 0 0 20 0 1 0 238057097 609558528 139520 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
/proc/199688/statm: 148818 139520 1184 6655 0 139053 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 595272 KiB
Current children cumulated memory: 558080 KiB

[startup+3.1135 s]
/proc/loadavg: 8.06 7.64 6.90 8/253 199689
/proc/meminfo: memFree=124537584/131382112 swapFree=33010416/33010684
[pid=199688] ppid=199685 vsize=818024 memory=779164 CPUtime=3.08 cores=1,3
/proc/199688/stat : 199688 (LSIPExact) R 199685 199688 197377 0 -1 4194304 156026 0 0 0 271 37 0 0 20 0 1 0 238057097 837656576 194791 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
/proc/199688/statm: 204506 194791 1184 6655 0 194741 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 818024 KiB
Current children cumulated memory: 779164 KiB

[startup+6.30034 s]
/proc/loadavg: 7.98 7.63 6.90 8/253 199689
/proc/meminfo: memFree=124538340/131382112 swapFree=33010416/33010684
[pid=199688] ppid=199685 vsize=818024 memory=779164 CPUtime=6.26 cores=1,3
/proc/199688/stat : 199688 (LSIPExact) R 199685 199688 197377 0 -1 4194304 157127 0 0 0 588 38 0 0 20 0 1 0 238057097 837656576 194791 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
/proc/199688/statm: 204506 194791 1184 6655 0 194741 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 818024 KiB
Current children cumulated memory: 779164 KiB

[startup+12.7004 s]
/proc/loadavg: 7.90 7.62 6.91 8/254 199690
/proc/meminfo: memFree=123798288/131382112 swapFree=33010416/33010684
[pid=199688] ppid=199685 vsize=1682444 memory=1539324 CPUtime=12.64 cores=1,3
/proc/199688/stat : 199688 (LSIPExact) R 199685 199688 197377 0 -1 4194304 245055 0 0 0 1202 62 0 0 20 0 2 0 238057097 1722822656 384831 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
/proc/199688/statm: 420611 384831 2784 6655 0 394494 0
[pid=199688/tid=199690] ppid=199685 vsize=1682444 memory=1421856 CPUtime=0 cores=1,3
/proc/199688/task/199690/stat : 199690 (LSIPExact) S 199685 199688 197377 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 238058258 1722822656 384831 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1682444 KiB
Current children cumulated memory: 1539324 KiB

[startup+25.5002 s]
/proc/loadavg: 7.84 7.61 6.91 10/254 199691
/proc/meminfo: memFree=122206048/131382112 swapFree=33010416/33010684
[pid=199688] ppid=199685 vsize=3128296 memory=2690308 CPUtime=32.49 cores=1,3
/proc/199688/stat : 199688 (LSIPExact) R 199685 199688 197377 0 -1 4194304 391761 0 0 0 3135 114 0 0 20 0 2 0 238057097 3203375104 672577 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
/proc/199688/statm: 782074 672577 2912 6655 0 746758 0
[pid=199688/tid=199690] ppid=199685 vsize=3128296 memory=2518232 CPUtime=7.36 cores=1,3
/proc/199688/task/199690/stat : 199690 (LSIPExact) R 199685 199688 197377 0 -1 4194368 26610 0 0 0 723 13 0 0 20 0 2 0 238058258 3203375104 672577 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
Current children cumulated CPU time: 32.49 s
Current children cumulated vsize: 3128296 KiB
Current children cumulated memory: 2690308 KiB

[startup+51.1056 s]
/proc/loadavg: 7.97 7.67 6.95 10/253 199691
/proc/meminfo: memFree=120935576/131382112 swapFree=33010416/33010684
[pid=199688] ppid=199685 vsize=4124128 memory=3618360 CPUtime=83.25 cores=1,3
/proc/199688/stat : 199688 (LSIPExact) R 199685 199688 197377 0 -1 4194304 449748 0 0 0 8185 140 0 0 20 0 2 0 238057097 4223107072 904590 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
/proc/199688/statm: 1031032 904590 2912 6655 0 1006120 0
[pid=199688/tid=199690] ppid=199685 vsize=4124128 memory=3577388 CPUtime=32.64 cores=1,3
/proc/199688/task/199690/stat : 199690 (LSIPExact) R 199685 199688 197377 0 -1 4194368 54217 0 0 0 3237 27 0 0 20 0 2 0 238058258 4223107072 904590 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
Current children cumulated CPU time: 83.25 s
Current children cumulated vsize: 4124128 KiB
Current children cumulated memory: 3618360 KiB

[startup+102.3 s]
/proc/loadavg: 8.00 7.72 7.01 10/254 199696
/proc/meminfo: memFree=119415740/131382112 swapFree=33010416/33010684
[pid=199688] ppid=199685 vsize=6139380 memory=5523680 CPUtime=175.5 cores=1,3
/proc/199688/stat : 199688 (LSIPExact) R 199685 199688 197377 0 -1 4194304 540998 0 0 0 17354 196 0 0 20 0 2 0 238057097 6286725120 1380920 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
/proc/199688/statm: 1534845 1380920 2912 6655 0 1509933 0
[pid=199688/tid=199690] ppid=199685 vsize=6139380 memory=5523680 CPUtime=77.81 cores=1,3
/proc/199688/task/199690/stat : 199690 (LSIPExact) R 199685 199688 197377 0 -1 4194368 84784 0 0 0 7735 46 0 0 20 0 2 0 238058258 6286725120 1380920 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
Current children cumulated CPU time: 175.5 s
Current children cumulated vsize: 6139380 KiB
Current children cumulated memory: 5523680 KiB

[startup+162.3 s]
/proc/loadavg: 7.97 7.77 7.08 9/254 199789
/proc/meminfo: memFree=118791156/131382112 swapFree=33010416/33010684
[pid=199688] ppid=199685 vsize=6139380 memory=5779088 CPUtime=294.48 cores=1,3
/proc/199688/stat : 199688 (LSIPExact) R 199685 199688 197377 0 -1 4194304 580763 0 0 0 29240 208 0 0 20 0 2 0 238057097 6286725120 1444772 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
/proc/199688/statm: 1534845 1444772 2912 6655 0 1509933 0
[pid=199688/tid=199690] ppid=199685 vsize=6139380 memory=5552376 CPUtime=137.08 cores=1,3
/proc/199688/task/199690/stat : 199690 (LSIPExact) R 199685 199688 197377 0 -1 4194368 101268 0 0 0 13656 52 0 0 20 0 2 0 238058258 6286725120 1444772 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
Current children cumulated CPU time: 294.48 s
Current children cumulated vsize: 6139380 KiB
Current children cumulated memory: 5779088 KiB

[startup+222.3 s]
/proc/loadavg: 8.02 7.82 7.14 9/254 199791
/proc/meminfo: memFree=118484684/131382112 swapFree=33010416/33010684
[pid=199688] ppid=199685 vsize=6139380 memory=5779088 CPUtime=413.55 cores=1,3
/proc/199688/stat : 199688 (LSIPExact) R 199685 199688 197377 0 -1 4194304 610835 0 0 0 41140 215 0 0 20 0 2 0 238057097 6286725120 1444772 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
/proc/199688/statm: 1534845 1444772 2912 6655 0 1509933 0
[pid=199688/tid=199690] ppid=199685 vsize=6139380 memory=27392 CPUtime=196.37 cores=1,3
/proc/199688/task/199690/stat : 199690 (LSIPExact) R 199685 199688 197377 0 -1 4194368 116746 0 0 0 19581 56 0 0 20 0 2 0 238058258 6286725120 1444772 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
Current children cumulated CPU time: 413.55 s
Current children cumulated vsize: 6139380 KiB
Current children cumulated memory: 5779088 KiB

[startup+282.3 s]
/proc/loadavg: 8.06 7.87 7.20 9/254 199797
/proc/meminfo: memFree=118654780/131382112 swapFree=33010416/33010684
[pid=199688] ppid=199685 vsize=6139380 memory=5779088 CPUtime=532.68 cores=1,3
/proc/199688/stat : 199688 (LSIPExact) R 199685 199688 197377 0 -1 4194304 647879 0 0 0 53047 221 0 0 20 0 2 0 238057097 6286725120 1444772 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
/proc/199688/statm: 1534845 1444772 2912 6655 0 1509933 0
[pid=199688/tid=199690] ppid=199685 vsize=6139380 memory=5779088 CPUtime=255.72 cores=1,3
/proc/199688/task/199690/stat : 199690 (LSIPExact) R 199685 199688 197377 0 -1 4194368 134624 0 0 0 25511 61 0 0 20 0 2 0 238058258 6286725120 1444772 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
Current children cumulated CPU time: 532.68 s
Current children cumulated vsize: 6139380 KiB
Current children cumulated memory: 5779088 KiB

[startup+342.3 s]
/proc/loadavg: 8.06 7.91 7.26 9/254 199799
/proc/meminfo: memFree=118621292/131382112 swapFree=33010416/33010684
[pid=199688] ppid=199685 vsize=6139380 memory=5779088 CPUtime=651.86 cores=1,3
/proc/199688/stat : 199688 (LSIPExact) R 199685 199688 197377 0 -1 4194304 687432 0 0 0 64959 227 0 0 20 0 2 0 238057097 6286725120 1444772 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
/proc/199688/statm: 1534845 1444772 2912 6655 0 1509933 0
[pid=199688/tid=199690] ppid=199685 vsize=6139380 memory=14636 CPUtime=315.07 cores=1,3
/proc/199688/task/199690/stat : 199690 (LSIPExact) R 199685 199688 197377 0 -1 4194368 153953 0 0 0 31444 63 0 0 20 0 2 0 238058258 6286725120 1444772 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
Current children cumulated CPU time: 651.86 s
Current children cumulated vsize: 6139380 KiB
Current children cumulated memory: 5779088 KiB


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

Current children cumulated CPU time: 1342.08 s
Current children cumulated vsize: 5746168 KiB
Current children cumulated memory: 5309176 KiB

[startup+762.3 s]
/proc/loadavg: 7.95 7.92 7.51 9/255 199864
/proc/meminfo: memFree=118390212/131382112 swapFree=33010416/33010684
[pid=199688] ppid=199685 vsize=5665124 memory=5340600 CPUtime=1460.92 cores=1,3
/proc/199688/stat : 199688 (LSIPExact) R 199685 199688 197377 0 -1 4194304 1560385 0 0 0 145569 523 0 0 20 0 2 0 238057097 5801086976 1335150 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
/proc/199688/statm: 1416281 1335150 3520 6655 0 1392001 0
[pid=199688/tid=199690] ppid=199685 vsize=5665124 memory=5340588 CPUtime=714.46 cores=1,3
/proc/199688/task/199690/stat : 199690 (LSIPExact) R 199685 199688 197377 0 -1 4194368 456415 0 0 0 71274 172 0 0 20 0 2 0 238058258 5801086976 1335150 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
Current children cumulated CPU time: 1460.92 s
Current children cumulated vsize: 5665124 KiB
Current children cumulated memory: 5340600 KiB

[startup+822.3 s]
/proc/loadavg: 7.59 7.84 7.51 8/255 199867
/proc/meminfo: memFree=118558452/131382112 swapFree=33010416/33010684
[pid=199688] ppid=199685 vsize=5665124 memory=5340976 CPUtime=1579.84 cores=1,3
/proc/199688/stat : 199688 (LSIPExact) R 199685 199688 197377 0 -1 4194304 1593950 0 0 0 157452 532 0 0 20 0 2 0 238057097 5801086976 1335244 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
/proc/199688/statm: 1416281 1335244 3520 6655 0 1392001 0
[pid=199688/tid=199690] ppid=199685 vsize=5665124 memory=4601404 CPUtime=773.66 cores=1,3
/proc/199688/task/199690/stat : 199690 (LSIPExact) R 199685 199688 197377 0 -1 4194368 478475 0 0 0 77188 178 0 0 20 0 2 0 238058258 5801086976 1335244 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
Current children cumulated CPU time: 1579.84 s
Current children cumulated vsize: 5665124 KiB
Current children cumulated memory: 5340976 KiB

[startup+882.3 s]
/proc/loadavg: 7.61 7.78 7.51 9/255 199914
/proc/meminfo: memFree=120329900/131382112 swapFree=33010416/33010684
[pid=199688] ppid=199685 vsize=5884900 memory=5525680 CPUtime=1698.85 cores=1,3
/proc/199688/stat : 199688 (LSIPExact) R 199685 199688 197377 0 -1 4194304 1698782 0 0 0 169324 561 0 0 20 0 2 0 238057097 6026137600 1381420 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
/proc/199688/statm: 1471225 1381420 3552 6655 0 1446945 0
[pid=199688/tid=199690] ppid=199685 vsize=5884900 memory=14636 CPUtime=832.95 cores=1,3
/proc/199688/task/199690/stat : 199690 (LSIPExact) R 199685 199688 197377 0 -1 4194368 492586 0 0 0 83104 191 0 0 20 0 2 0 238058258 6026137600 1381420 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
Current children cumulated CPU time: 1698.85 s
Current children cumulated vsize: 5884900 KiB
Current children cumulated memory: 5525680 KiB

[startup+942.3 s]
/proc/loadavg: 7.72 7.78 7.52 9/254 199920
/proc/meminfo: memFree=120139572/131382112 swapFree=33010416/33010684
[pid=199688] ppid=199685 vsize=5884992 memory=5526028 CPUtime=1817.86 cores=1,3
/proc/199688/stat : 199688 (LSIPExact) R 199685 199688 197377 0 -1 4194304 1750387 0 0 0 181209 577 0 0 20 0 2 0 238057097 6026231808 1381507 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
/proc/199688/statm: 1471248 1381507 3552 6655 0 1446968 0
[pid=199688/tid=199690] ppid=199685 vsize=5884992 memory=5525680 CPUtime=892.24 cores=1,3
/proc/199688/task/199690/stat : 199690 (LSIPExact) R 199685 199688 197377 0 -1 4194368 500670 0 0 0 89021 203 0 0 20 0 2 0 238058258 6026231808 1381507 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
Current children cumulated CPU time: 1817.86 s
Current children cumulated vsize: 5884992 KiB
Current children cumulated memory: 5526028 KiB

[startup+1002.3 s]
/proc/loadavg: 8.00 7.85 7.57 9/254 199922
/proc/meminfo: memFree=119872136/131382112 swapFree=33010416/33010684
[pid=199688] ppid=199685 vsize=5886160 memory=5527196 CPUtime=1936.73 cores=1,3
/proc/199688/stat : 199688 (LSIPExact) R 199685 199688 197377 0 -1 4194304 1823891 0 0 0 193076 597 0 0 20 0 2 0 238057097 6027427840 1381799 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
/proc/199688/statm: 1471540 1381799 3552 6655 0 1447260 0
[pid=199688/tid=199690] ppid=199685 vsize=5886160 memory=5526748 CPUtime=951.44 cores=1,3
/proc/199688/task/199690/stat : 199690 (LSIPExact) R 199685 199688 197377 0 -1 4194368 538114 0 0 0 94924 220 0 0 20 0 2 0 238058258 6027427840 1381799 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
Current children cumulated CPU time: 1936.73 s
Current children cumulated vsize: 5886160 KiB
Current children cumulated memory: 5527196 KiB

[startup+1062.3 s]
/proc/loadavg: 8.00 7.88 7.60 9/253 199924
/proc/meminfo: memFree=119940932/131382112 swapFree=33010416/33010684
[pid=199688] ppid=199685 vsize=5887860 memory=5528896 CPUtime=2055.59 cores=1,3
/proc/199688/stat : 199688 (LSIPExact) R 199685 199688 197377 0 -1 4194304 1874223 0 0 0 204948 611 0 0 20 0 2 0 238057097 6029168640 1382224 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
/proc/199688/statm: 1471965 1382224 3552 6655 0 1447685 0
[pid=199688/tid=199690] ppid=199685 vsize=5887860 memory=5527612 CPUtime=1010.64 cores=1,3
/proc/199688/task/199690/stat : 199690 (LSIPExact) R 199685 199688 197377 0 -1 4194368 548628 0 0 0 100834 230 0 0 20 0 2 0 238058258 6029168640 1382224 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
Current children cumulated CPU time: 2055.59 s
Current children cumulated vsize: 5887860 KiB
Current children cumulated memory: 5528896 KiB

[startup+1122.3 s]
/proc/loadavg: 7.61 7.81 7.59 8/253 199926
/proc/meminfo: memFree=112484792/131382112 swapFree=33010416/33010684
[pid=199688] ppid=199685 vsize=3952956 memory=3709300 CPUtime=2103.69 cores=1,3
/proc/199688/stat : 199688 (LSIPExact) S 199685 199688 197377 0 -1 4194304 1982955 0 0 0 209745 624 0 0 20 0 1 0 238057097 4047826944 927325 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
/proc/199688/statm: 988239 927325 3584 6655 0 977604 0
[pid=199926] ppid=199688 vsize=9727004 memory=8920804 CPUtime=34.94 cores=1,3
/proc/199926/stat : 199926 (Exact) R 199688 199926 199926 0 -1 4194304 1396359 0 0 0 3102 392 0 0 20 0 1 0 238165820 9960452096 2230201 18446744073709551615 4198400 8335837 140735339113280 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 33918976 140735339116729 140735339117083 140735339117083 140735339122639 0
/proc/199926/statm: 2431751 2230201 960 1011 0 2430518 0
Current children cumulated CPU time: 2138.63 s
Current children cumulated vsize: 13679960 KiB
Current children cumulated memory: 12630104 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1173.11 s]
/proc/loadavg: 7.33 7.70 7.56 8/254 199929
/proc/meminfo: memFree=102344812/131382112 swapFree=33010416/33010684
[pid=199688] ppid=199685 vsize=3952956 memory=3709300 CPUtime=2103.69 cores=1,3
/proc/199688/stat : 199688 (LSIPExact) S 199685 199688 197377 0 -1 4194304 1982955 0 0 0 209745 624 0 0 20 0 1 0 238057097 4047826944 927325 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
/proc/199688/statm: 988239 927325 3584 6655 0 977604 0
[pid=199926] ppid=199688 vsize=28041008 memory=19500384 CPUtime=85.59 cores=1,3
/proc/199926/stat : 199926 (Exact) R 199688 199926 199926 0 -1 4194304 3091726 0 0 0 7739 820 0 0 20 0 1 0 238165820 28713992192 4875096 18446744073709551615 4198400 8335837 140735339113280 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 33918976 140735339116729 140735339117083 140735339117083 140735339122639 0
/proc/199926/statm: 7010252 4875096 960 1011 0 7009019 0
Current children cumulated CPU time: 2189.28 s
Current children cumulated vsize: 31993964 KiB
Current children cumulated memory: 23209684 KiB

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

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

# cumulated CPU time of all completed processes:  user=2175.64 s, system=15.1384 s

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

[startup+1173.6 s]
/proc/loadavg: 7.33 7.70 7.56 8/254 199929
/proc/meminfo: memFree=102344812/131382112 swapFree=33010416/33010684
[pid=199688] ppid=199685 vsize=3952956 memory=3709300 CPUtime=2103.69 cores=1,3
/proc/199688/stat : 199688 (LSIPExact) S 199685 199688 197377 0 -1 4194304 1982955 137 0 0 209745 624 0 0 20 0 1 0 238057097 4047826944 927325 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 16384 0 16386 1 0 0 17 3 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
/proc/199688/statm: 988239 927325 3584 6655 0 977604 0
Current children cumulated CPU time: 2103.69 s
Current children cumulated vsize: 3952956 KiB
Current children cumulated memory: 3709300 KiB

[startup+1174 s]*
/proc/loadavg: 7.33 7.70 7.56 8/253 199930
/proc/meminfo: memFree=120933868/131382112 swapFree=33010416/33010684
[pid=199688] ppid=199685 vsize=3938216 memory=3694568 CPUtime=2190.16 cores=1,3
/proc/199688/stat : 199688 (LSIPExact) R 199685 199688 197377 0 -1 4194304 2047398 3091906 0 0 209775 632 7740 869 20 0 1 0 238057097 4032733184 923642 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
/proc/199688/statm: 984554 923642 3584 6655 0 973919 0
Current children cumulated CPU time: 2190.16 s
Current children cumulated vsize: 3938216 KiB
Current children cumulated memory: 3694568 KiB

[startup+1174.4 s]
/proc/loadavg: 7.33 7.70 7.56 8/253 199930
/proc/meminfo: memFree=120933868/131382112 swapFree=33010416/33010684
[pid=199688] ppid=199685 vsize=3889328 memory=3645612 CPUtime=2190.55 cores=1,3
/proc/199688/stat : 199688 (LSIPExact) R 199685 199688 197377 0 -1 4194304 2096841 3091906 0 0 209811 635 7740 869 20 0 1 0 238057097 3982671872 911403 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
/proc/199688/statm: 972332 911403 3584 6655 0 961697 0
Current children cumulated CPU time: 2190.55 s
Current children cumulated vsize: 3889328 KiB
Current children cumulated memory: 3645612 KiB

[startup+1174.5 s]
/proc/loadavg: 7.33 7.70 7.56 8/253 199930
/proc/meminfo: memFree=120933868/131382112 swapFree=33010416/33010684
[pid=199688] ppid=199685 vsize=3855108 memory=3611392 CPUtime=2190.64 cores=1,3
/proc/199688/stat : 199688 (LSIPExact) R 199685 199688 197377 0 -1 4194304 2113810 3091906 0 0 209820 635 7740 869 20 0 1 0 238057097 3947630592 902848 18446744073709551615 94195422482432 94195449738833 140726134024608 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94195458241672 94195458673280 94195489906688 140726134032728 140726134032904 140726134032904 140726134038508 0
/proc/199688/statm: 963777 902848 3584 6655 0 953142 0
Current children cumulated CPU time: 2190.64 s
Current children cumulated vsize: 3855108 KiB
Current children cumulated memory: 3611392 KiB

Child status: 0

Real time (s): 1174.61
CPU time (s): 2190.77
CPU user time (s): 2175.64
CPU system time (s): 15.1384
CPU usage (%): 186.51
Max. virtual memory (cumulated for all children) (KiB): 31993964
Max. memory (cumulated for all children) (KiB): 23209684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2175.64
system time used= 15.1384
maximum resident set size= 19545440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5219568
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= 62871


# summary of solver processes directly reported to runsolver:
#   pid: 199688
#   total CPU time (s): 2190.77
#   total CPU user time (s): 2175.64
#   total CPU system time (s): 15.1384

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.9638 second user time and 6.38774 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-23 00:36:14
IDJOB=4545068
IDBENCH=180703
IDSOLVER=3337
FILE ID=nodeC012/4545068-1753223773
RUNJOBID= nodeC012-1753220119-197389
SLURM_JOB_ID= 9687805
Free space on /tmp= 432740 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-SolitairePattern-table-3-3-9.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545068-1753223773/watcher-4545068-1753223773 -o /tmp/evaluation-result-4545068-1753223773/solver-4545068-1753223773 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1753220119-197389 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4545068-1753223773.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 297c2237af667ea8e386e1666cb34677
RANDOM SEED=813325816

nodeC012 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.493
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.39
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.459
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.39
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		: 3500.295
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.39
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		: 1296.917
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.39
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		: 3492.155
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.39
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		: 3491.696
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.39
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		: 3582.196
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.39
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		: 3491.703
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.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        125333000 kB
MemAvailable:   126346892 kB
Buffers:            2136 kB
Cached:          1779424 kB
SwapCached:           12 kB
Active:          4736648 kB
Inactive:         575852 kB
Active(anon):    3552392 kB
Inactive(anon):     4688 kB
Active(file):    1184256 kB
Inactive(file):   571164 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             77732 kB
Writeback:             0 kB
AnonPages:       3530700 kB
Mapped:           144364 kB
Shmem:             26140 kB
KReclaimable:     195816 kB
Slab:             287592 kB
SReclaimable:     195816 kB
SUnreclaim:        91776 kB
KernelStack:        4080 kB
PageTables:        10180 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    4088180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1923072 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432696 MiB
End job on nodeC012 at 2025-07-23 00:55:49