Trace number 4545067

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 S1? (MO) 1483.3 811.927

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

1399.14/727.56	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1399.14/727.56	c numVar: 625728
1399.14/727.56	c numCon: 628780
1399.14/727.56	c numEqual: 84
1399.14/727.56	c intSize: 12
1399.14/727.56	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1399.14/727.56	c ------------------- Paras list -------------------
1399.14/727.56	c Name                	 Type      	 Now       	 Default   	 Comment
1399.14/727.56	c timeout             	 double    	 3600.000000	 3600      	 
1399.14/727.56	c mip_time            	 double    	 0.200000  	 0.5       	 
1399.14/727.56	c ls_time             	 double    	 10.000000 	 10        	 
1399.14/727.56	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1399.14/727.56	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1399.14/727.56	c random_seed         	 int       	 0         	 0         	 
1399.14/727.56	c sample_size         	 int       	 50        	 50        	 
1399.14/727.56	c sub_score           	 int       	 1         	 1         	 
1399.14/727.56	c tabu_base           	 int       	 3         	 3         	 
1399.14/727.56	c tabu_variation      	 int       	 1         	 1         	 
1399.14/727.56	c sub_div             	 int       	 4         	 4         	 
1399.14/727.56	c nbcore              	 int       	 2         	 1         	 
1399.14/727.56	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1399.14/727.56	c print_sol           	 int       	 1         	 1         	 
1399.14/727.56	c tmpdir              	 string		 .         	 "."       	 
1399.14/727.56	c home                	 string		 HOME	 "."       	 
1399.14/727.56	c benchname           	 string		 HOME/instance-4545067-1753223567.opb	 ""        	 
1399.14/727.56	c --------------------------------------------------
1399.14/727.56	c Local Search solver
1399.14/727.56	c MIP solver
1399.14/727.56	c use Exact solver
1481.99/810.60	c receive signal 15, try to interrupt solver...
1399.20/811.11	c Exact solver (PID 167751) interrupted gracefully.
1483.16/811.84	s UNKNOWN
1483.16/811.84	c Total time: 811

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: 63665 MiB (61705 MiB free)
  memory of node 1: 64507 MiB (40104 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545067-1753223567/watcher-4545067-1753223567 -o /tmp/evaluation-result-4545067-1753223567/solver-4545067-1753223567 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1753221043-166588 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4545067-1753223567.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100064 s]*
/proc/loadavg: 6.08 5.99 5.53 7/265 167624
/proc/meminfo: memFree=104112128/131249988 swapFree=33010160/33010684
[pid=167623] ppid=167620 vsize=207588 memory=164136 CPUtime=0.09 cores=5,7
/proc/167623/stat : 167623 (LSIPExact) R 167620 167623 166575 0 -1 4194304 30841 0 0 0 5 4 0 0 20 0 1 0 238035599 212570112 41034 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
/proc/167623/statm: 51897 41034 1152 6655 0 42132 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 207588 KiB
Current children cumulated memory: 164136 KiB

[startup+0.205581 s]*
/proc/loadavg: 6.08 5.99 5.53 7/265 167624
/proc/meminfo: memFree=104104064/131249988 swapFree=33010160/33010684
[pid=167623] ppid=167620 vsize=216300 memory=172840 CPUtime=0.19 cores=5,7
/proc/167623/stat : 167623 (LSIPExact) R 167620 167623 166575 0 -1 4194304 33014 0 0 0 14 5 0 0 20 0 1 0 238035599 221491200 43210 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
/proc/167623/statm: 54075 43210 1152 6655 0 44310 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 216300 KiB
Current children cumulated memory: 172840 KiB

[startup+0.305459 s]*
/proc/loadavg: 6.08 5.99 5.53 7/265 167624
/proc/meminfo: memFree=103950064/131249988 swapFree=33010160/33010684
[pid=167623] ppid=167620 vsize=361712 memory=326528 CPUtime=0.29 cores=5,7
/proc/167623/stat : 167623 (LSIPExact) R 167620 167623 166575 0 -1 4194304 43313 0 0 0 20 9 0 0 20 0 1 0 238035599 370393088 81632 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
/proc/167623/statm: 90428 81632 1184 6655 0 80663 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 361712 KiB
Current children cumulated memory: 326528 KiB

[startup+0.700186 s]
/proc/loadavg: 6.08 5.99 5.53 7/265 167624
/proc/meminfo: memFree=103853296/131249988 swapFree=33010160/33010684
[pid=167623] ppid=167620 vsize=536408 memory=500736 CPUtime=0.68 cores=5,7
/proc/167623/stat : 167623 (LSIPExact) R 167620 167623 166575 0 -1 4194304 86865 0 0 0 52 16 0 0 20 0 1 0 238035599 549281792 125184 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
/proc/167623/statm: 134102 125184 1184 6655 0 124337 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 536408 KiB
Current children cumulated memory: 500736 KiB

[startup+1.50019 s]
/proc/loadavg: 6.08 5.99 5.53 7/265 167624
/proc/meminfo: memFree=103647796/131249988 swapFree=33010160/33010684
[pid=167623] ppid=167620 vsize=818024 memory=779804 CPUtime=1.48 cores=5,7
/proc/167623/stat : 167623 (LSIPExact) R 167620 167623 166575 0 -1 4194304 154586 0 0 0 122 26 0 0 20 0 1 0 238035599 837656576 194951 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
/proc/167623/statm: 204506 194951 1184 6655 0 194741 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 818024 KiB
Current children cumulated memory: 779804 KiB

[startup+3.10541 s]
/proc/loadavg: 6.08 5.99 5.53 7/265 167624
/proc/meminfo: memFree=103490532/131249988 swapFree=33010160/33010684
[pid=167623] ppid=167620 vsize=818024 memory=779804 CPUtime=3.08 cores=5,7
/proc/167623/stat : 167623 (LSIPExact) R 167620 167623 166575 0 -1 4194304 154661 0 0 0 282 26 0 0 20 0 1 0 238035599 837656576 194951 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
/proc/167623/statm: 204506 194951 1184 6655 0 194741 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 818024 KiB
Current children cumulated memory: 779804 KiB

[startup+6.30018 s]
/proc/loadavg: 6.15 6.00 5.54 7/265 167624
/proc/meminfo: memFree=103490952/131249988 swapFree=33010160/33010684
[pid=167623] ppid=167620 vsize=818024 memory=779804 CPUtime=6.27 cores=5,7
/proc/167623/stat : 167623 (LSIPExact) R 167620 167623 166575 0 -1 4194304 154811 0 0 0 600 27 0 0 20 0 1 0 238035599 837656576 194951 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
/proc/167623/statm: 204506 194951 1184 6655 0 194741 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 818024 KiB
Current children cumulated memory: 779804 KiB

[startup+12.7002 s]
/proc/loadavg: 6.14 6.00 5.54 7/266 167625
/proc/meminfo: memFree=102753948/131249988 swapFree=33010160/33010684
[pid=167623] ppid=167620 vsize=1773040 memory=1603684 CPUtime=12.65 cores=5,7
/proc/167623/stat : 167623 (LSIPExact) R 167620 167623 166575 0 -1 4194304 254960 0 0 0 1212 53 0 0 20 0 2 0 238035599 1815592960 400921 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
/proc/167623/statm: 443260 400921 2752 6655 0 417143 0
[pid=167623/tid=167625] ppid=167620 vsize=1773040 memory=1505900 CPUtime=0 cores=5,7
/proc/167623/task/167625/stat : 167625 (LSIPExact) S 167620 167623 166575 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 238036717 1815592960 400921 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1773040 KiB
Current children cumulated memory: 1603684 KiB

[startup+25.5002 s]
/proc/loadavg: 6.20 6.02 5.55 8/266 167625
/proc/meminfo: memFree=101566820/131249988 swapFree=33010160/33010684
[pid=167623] ppid=167620 vsize=3128296 memory=2700760 CPUtime=33.55 cores=5,7
/proc/167623/stat : 167623 (LSIPExact) R 167620 167623 166575 0 -1 4194304 398925 0 0 0 3258 97 0 0 20 0 2 0 238035599 3203375104 675190 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
/proc/167623/statm: 782074 675190 2912 6655 0 746758 0
[pid=167623/tid=167625] ppid=167620 vsize=3128296 memory=2686404 CPUtime=8.13 cores=5,7
/proc/167623/task/167625/stat : 167625 (LSIPExact) R 167620 167623 166575 0 -1 4194368 24552 0 0 0 804 9 0 0 20 0 2 0 238036717 3203375104 675190 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
Current children cumulated CPU time: 33.55 s
Current children cumulated vsize: 3128296 KiB
Current children cumulated memory: 2700760 KiB

[startup+51.1056 s]
/proc/loadavg: 6.60 6.13 5.60 8/266 167626
/proc/meminfo: memFree=100563392/131249988 swapFree=33010160/33010684
[pid=167623] ppid=167620 vsize=4124128 memory=3679228 CPUtime=84.44 cores=5,7
/proc/167623/stat : 167623 (LSIPExact) R 167620 167623 166575 0 -1 4194304 439135 0 0 0 8324 120 0 0 20 0 2 0 238035599 4223107072 919807 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
/proc/167623/statm: 1031032 919807 2912 6655 0 1006120 0
[pid=167623/tid=167625] ppid=167620 vsize=4124128 memory=14444 CPUtime=33.48 cores=5,7
/proc/167623/task/167625/stat : 167625 (LSIPExact) R 167620 167623 166575 0 -1 4194368 44279 0 0 0 3328 20 0 0 20 0 2 0 238036717 4223107072 919807 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
Current children cumulated CPU time: 84.44 s
Current children cumulated vsize: 4124128 KiB
Current children cumulated memory: 3679228 KiB

[startup+102.3 s]
/proc/loadavg: 6.93 6.28 5.69 7/265 167674
/proc/meminfo: memFree=99111340/131249988 swapFree=33010160/33010684
[pid=167623] ppid=167620 vsize=6139380 memory=5525924 CPUtime=179.38 cores=5,7
/proc/167623/stat : 167623 (LSIPExact) R 167620 167623 166575 0 -1 4194304 496845 0 0 0 17776 162 0 0 20 0 2 0 238035599 6286725120 1381481 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
/proc/167623/statm: 1534845 1381481 2912 6655 0 1509933 0
[pid=167623/tid=167625] ppid=167620 vsize=6139380 memory=5525924 CPUtime=80.12 cores=5,7
/proc/167623/task/167625/stat : 167625 (LSIPExact) R 167620 167623 166575 0 -1 4194368 63651 0 0 0 7979 33 0 0 20 0 2 0 238036717 6286725120 1381481 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
Current children cumulated CPU time: 179.38 s
Current children cumulated vsize: 6139380 KiB
Current children cumulated memory: 5525924 KiB

[startup+162.3 s]
/proc/loadavg: 6.91 6.39 5.76 8/266 167677
/proc/meminfo: memFree=98685696/131249988 swapFree=33010160/33010684
[pid=167623] ppid=167620 vsize=6139380 memory=5781168 CPUtime=298.66 cores=5,7
/proc/167623/stat : 167623 (LSIPExact) R 167620 167623 166575 0 -1 4194304 544600 0 0 0 29694 172 0 0 20 0 2 0 238035599 6286725120 1445292 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
/proc/167623/statm: 1534845 1445292 2912 6655 0 1509933 0
[pid=167623/tid=167625] ppid=167620 vsize=6139380 memory=5781168 CPUtime=139.97 cores=5,7
/proc/167623/task/167625/stat : 167625 (LSIPExact) R 167620 167623 166575 0 -1 4194368 83787 0 0 0 13959 38 0 0 20 0 2 0 238036717 6286725120 1445292 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
Current children cumulated CPU time: 298.66 s
Current children cumulated vsize: 6139380 KiB
Current children cumulated memory: 5781168 KiB

[startup+222.3 s]
/proc/loadavg: 7.08 6.53 5.85 8/268 167683
/proc/meminfo: memFree=98245456/131249988 swapFree=33010160/33010684
[pid=167623] ppid=167620 vsize=6139380 memory=5781168 CPUtime=417.92 cores=5,7
/proc/167623/stat : 167623 (LSIPExact) R 167620 167623 166575 0 -1 4194304 575646 0 0 0 41617 175 0 0 20 0 2 0 238035599 6286725120 1445292 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
/proc/167623/statm: 1534845 1445292 2912 6655 0 1509933 0
[pid=167623/tid=167625] ppid=167620 vsize=6139380 memory=5781168 CPUtime=199.82 cores=5,7
/proc/167623/task/167625/stat : 167625 (LSIPExact) R 167620 167623 166575 0 -1 4194368 100685 0 0 0 19942 40 0 0 20 0 2 0 238036717 6286725120 1445292 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
Current children cumulated CPU time: 417.92 s
Current children cumulated vsize: 6139380 KiB
Current children cumulated memory: 5781168 KiB

[startup+282.3 s]
/proc/loadavg: 7.09 6.64 5.93 8/268 167689
/proc/meminfo: memFree=98529668/131249988 swapFree=33010160/33010684
[pid=167623] ppid=167620 vsize=6139380 memory=5781168 CPUtime=537.19 cores=5,7
/proc/167623/stat : 167623 (LSIPExact) R 167620 167623 166575 0 -1 4194304 624524 0 0 0 53539 180 0 0 20 0 2 0 238035599 6286725120 1445292 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
/proc/167623/statm: 1534845 1445292 2912 6655 0 1509933 0
[pid=167623/tid=167625] ppid=167620 vsize=6139380 memory=27648 CPUtime=259.67 cores=5,7
/proc/167623/task/167625/stat : 167625 (LSIPExact) R 167620 167623 166575 0 -1 4194368 123090 0 0 0 25925 42 0 0 20 0 2 0 238036717 6286725120 1445292 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
Current children cumulated CPU time: 537.19 s
Current children cumulated vsize: 6139380 KiB
Current children cumulated memory: 5781168 KiB

[startup+342.3 s]
/proc/loadavg: 6.86 6.67 5.99 7/268 167691
/proc/meminfo: memFree=98257236/131249988 swapFree=33010160/33010684
[pid=167623] ppid=167620 vsize=6139380 memory=5781168 CPUtime=656.45 cores=5,7
/proc/167623/stat : 167623 (LSIPExact) R 167620 167623 166575 0 -1 4194304 649597 0 0 0 65462 183 0 0 20 0 2 0 238035599 6286725120 1445292 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
/proc/167623/statm: 1534845 1445292 2912 6655 0 1509933 0
[pid=167623/tid=167625] ppid=167620 vsize=6139380 memory=27648 CPUtime=319.51 cores=5,7
/proc/167623/task/167625/stat : 167625 (LSIPExact) R 167620 167623 166575 0 -1 4194368 135266 0 0 0 31908 43 0 0 20 0 2 0 238036717 6286725120 1445292 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
Current children cumulated CPU time: 656.45 s
Current children cumulated vsize: 6139380 KiB
Current children cumulated memory: 5781168 KiB

[startup+402.3 s]
/proc/loadavg: 6.38 6.56 6.00 8/269 167693
/proc/meminfo: memFree=98154576/131249988 swapFree=33010160/33010684
[pid=167623] ppid=167620 vsize=6139380 memory=5781168 CPUtime=775.7 cores=5,7
/proc/167623/stat : 167623 (LSIPExact) R 167620 167623 166575 0 -1 4194304 674762 0 0 0 77384 186 0 0 20 0 2 0 238035599 6286725120 1445292 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
/proc/167623/statm: 1534845 1445292 2912 6655 0 1509933 0
[pid=167623/tid=167625] ppid=167620 vsize=6139380 memory=27648 CPUtime=379.35 cores=5,7
/proc/167623/task/167625/stat : 167625 (LSIPExact) R 167620 167623 166575 0 -1 4194368 147185 0 0 0 37891 44 0 0 20 0 2 0 238036717 6286725120 1445292 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
Current children cumulated CPU time: 775.7 s
Current children cumulated vsize: 6139380 KiB
Current children cumulated memory: 5781168 KiB

[startup+462.3 s]
/proc/loadavg: 6.11 6.46 6.00 6/268 167694
/proc/meminfo: memFree=98130548/131249988 swapFree=33010160/33010684
[pid=167623] ppid=167620 vsize=6139380 memory=5781168 CPUtime=892.61 cores=5,7
/proc/167623/stat : 167623 (LSIPExact) R 167620 167623 166575 0 -1 4194304 699887 0 0 0 89072 189 0 0 20 0 2 0 238035599 6286725120 1445292 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
/proc/167623/statm: 1534845 1445292 2912 6655 0 1509933 0
[pid=167623/tid=167625] ppid=167620 vsize=6139380 memory=27648 CPUtime=436.82 cores=5,7
/proc/167623/task/167625/stat : 167625 (LSIPExact) S 167620 167623 166575 0 -1 4194368 158970 0 0 0 43636 46 0 0 20 0 2 0 238036717 6286725120 1445292 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 1 0 0 -1 5 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
Current children cumulated CPU time: 892.61 s
Current children cumulated vsize: 6139380 KiB
Current children cumulated memory: 5781168 KiB

[startup+522.3 s]
/proc/loadavg: 5.93 6.33 5.99 7/268 167696
/proc/meminfo: memFree=99633392/131249988 swapFree=33010160/33010684
[pid=167623] ppid=167620 vsize=4678784 memory=4225332 CPUtime=991.95 cores=5,7
/proc/167623/stat : 167623 (LSIPExact) R 167620 167623 166575 0 -1 4194304 1046575 0 0 0 98882 313 0 0 20 0 2 0 238035599 4791074816 1056333 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
/proc/167623/statm: 1169696 1056333 3488 6655 0 1145416 0
[pid=167623/tid=167625] ppid=167620 vsize=4678784 memory=4225332 CPUtime=477.95 cores=5,7
/proc/167623/task/167625/stat : 167625 (LSIPExact) R 167620 167623 166575 0 -1 4194368 260573 0 0 0 47717 78 0 0 20 0 2 0 238036717 4791074816 1056333 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
Current children cumulated CPU time: 991.95 s
Current children cumulated vsize: 4678784 KiB
Current children cumulated memory: 4225332 KiB

[startup+582.3 s]
/proc/loadavg: 6.01 6.28 6.00 7/266 167698
/proc/meminfo: memFree=99326464/131249988 swapFree=33010160/33010684
[pid=167623] ppid=167620 vsize=4898964 memory=4502884 CPUtime=1111.13 cores=5,7
/proc/167623/stat : 167623 (LSIPExact) R 167620 167623 166575 0 -1 4194304 1273186 0 0 0 110720 393 0 0 20 0 2 0 238035599 5016539136 1125721 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
/proc/167623/statm: 1224741 1125721 3520 6655 0 1200461 0
[pid=167623/tid=167625] ppid=167620 vsize=4898964 memory=4225332 CPUtime=537.33 cores=5,7
/proc/167623/task/167625/stat : 167625 (LSIPExact) R 167620 167623 166575 0 -1 4194368 296400 0 0 0 53646 87 0 0 20 0 2 0 238036717 5016539136 1125721 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
Current children cumulated CPU time: 1111.13 s
Current children cumulated vsize: 4898964 KiB
Current children cumulated memory: 4502884 KiB

[startup+642.3 s]
/proc/loadavg: 6.09 6.26 6.01 7/266 167700
/proc/meminfo: memFree=98487512/131249988 swapFree=33010160/33010684
[pid=167623] ppid=167620 vsize=5707896 memory=5346808 CPUtime=1230.28 cores=5,7
/proc/167623/stat : 167623 (LSIPExact) R 167620 167623 166575 0 -1 4194304 1394308 0 0 0 122585 443 0 0 20 0 2 0 238035599 5844885504 1336702 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
/proc/167623/statm: 1426974 1336702 3520 6655 0 1402694 0
[pid=167623/tid=167625] ppid=167620 vsize=5707896 memory=4225332 CPUtime=596.69 cores=5,7
/proc/167623/task/167625/stat : 167625 (LSIPExact) R 167620 167623 166575 0 -1 4194368 333858 0 0 0 59555 114 0 0 20 0 2 0 238036717 5844885504 1336702 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
Current children cumulated CPU time: 1230.28 s
Current children cumulated vsize: 5707896 KiB
Current children cumulated memory: 5346808 KiB

[startup+702.3 s]
/proc/loadavg: 6.14 6.24 6.01 7/266 167702
/proc/meminfo: memFree=98434812/131249988 swapFree=33010160/33010684
[pid=167623] ppid=167620 vsize=5707896 memory=5348452 CPUtime=1349.3 cores=5,7
/proc/167623/stat : 167623 (LSIPExact) R 167620 167623 166575 0 -1 4194304 1480333 0 0 0 134474 456 0 0 20 0 2 0 238035599 5844885504 1337113 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
/proc/167623/statm: 1426974 1337113 3520 6655 0 1402694 0
[pid=167623/tid=167625] ppid=167620 vsize=5707896 memory=4225332 CPUtime=655.97 cores=5,7
/proc/167623/task/167625/stat : 167625 (LSIPExact) R 167620 167623 166575 0 -1 4194368 392017 0 0 0 65473 124 0 0 20 0 2 0 238036717 5844885504 1337113 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
Current children cumulated CPU time: 1349.3 s
Current children cumulated vsize: 5707896 KiB
Current children cumulated memory: 5348452 KiB

[startup+762.3 s]
/proc/loadavg: 6.04 6.19 6.01 7/266 167752
/proc/meminfo: memFree=113375012/131249988 swapFree=33010160/33010684
[pid=167623] ppid=167620 vsize=4034276 memory=3766944 CPUtime=1399.2 cores=5,7
/proc/167623/stat : 167623 (LSIPExact) S 167620 167623 166575 0 -1 4194304 1579210 0 0 0 139449 471 0 0 20 0 1 0 238035599 4131098624 941736 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
/proc/167623/statm: 1008569 941736 3552 6655 0 997934 0
[pid=167751] ppid=167623 vsize=10337388 memory=9775804 CPUtime=34.61 cores=5,7
/proc/167751/stat : 167751 (Exact) R 167623 167751 167751 0 -1 4194304 1549593 0 0 0 3063 398 0 0 20 0 1 0 238108356 10585485312 2443951 18446744073709551615 4198400 8335837 140733462434016 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 36515840 140733462436025 140733462436379 140733462436379 140733462441935 0
/proc/167751/statm: 2584347 2443951 960 1011 0 2583114 0
Current children cumulated CPU time: 1433.81 s
Current children cumulated vsize: 14371664 KiB
Current children cumulated memory: 13542748 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+810.6 s]
/proc/loadavg: 5.93 6.13 6.00 7/266 167754
/proc/meminfo: memFree=103764496/131249988 swapFree=33010160/33010684
[pid=167623] ppid=167620 vsize=4034276 memory=3766944 CPUtime=1399.2 cores=5,7
/proc/167623/stat : 167623 (LSIPExact) S 167620 167623 166575 0 -1 4194304 1579210 0 0 0 139449 471 0 0 20 0 1 0 238035599 4131098624 941736 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
/proc/167623/statm: 1008569 941736 3552 6655 0 997934 0
[pid=167751] ppid=167623 vsize=28041008 memory=19616124 CPUtime=82.79 cores=5,7
/proc/167751/stat : 167751 (Exact) R 167623 167751 167751 0 -1 4194304 3090874 0 0 0 7494 785 0 0 20 0 1 0 238108356 28713992192 4904031 18446744073709551615 4198400 8335837 140733462434016 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 36515840 140733462436025 140733462436379 140733462436379 140733462441935 0
/proc/167751/statm: 7010252 4904031 960 1011 0 7009019 0
Current children cumulated CPU time: 1481.99 s
Current children cumulated vsize: 32075284 KiB
Current children cumulated memory: 23383068 KiB

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

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

# cumulated CPU time of all completed processes:  user=1470.11 s, system=13.1997 s

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

[startup+811.2 s]
/proc/loadavg: 5.94 6.13 6.00 7/266 167755
/proc/meminfo: memFree=112961024/131249988 swapFree=33010160/33010684
[pid=167623] ppid=167620 vsize=4019536 memory=3752208 CPUtime=1482.56 cores=5,7
/proc/167623/stat : 167623 (LSIPExact) R 167620 167623 166575 0 -1 4194304 1636127 3091046 0 0 139455 474 7494 833 20 0 1 0 238035599 4116004864 938052 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
/proc/167623/statm: 1004884 938052 3552 6655 0 994249 0
Current children cumulated CPU time: 1482.56 s
Current children cumulated vsize: 4019536 KiB
Current children cumulated memory: 3752208 KiB

[startup+811.6 s]
/proc/loadavg: 5.94 6.13 6.00 7/266 167755
/proc/meminfo: memFree=112961024/131249988 swapFree=33010160/33010684
[pid=167623] ppid=167620 vsize=3985316 memory=3717988 CPUtime=1482.95 cores=5,7
/proc/167623/stat : 167623 (LSIPExact) R 167620 167623 166575 0 -1 4194304 1645889 3091046 0 0 139494 474 7494 833 20 0 1 0 238035599 4080963584 929497 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
/proc/167623/statm: 996329 929497 3552 6655 0 985694 0
Current children cumulated CPU time: 1482.95 s
Current children cumulated vsize: 3985316 KiB
Current children cumulated memory: 3717988 KiB

[startup+811.8 s]
/proc/loadavg: 5.94 6.13 6.00 7/266 167755
/proc/meminfo: memFree=112961024/131249988 swapFree=33010160/33010684
[pid=167623] ppid=167620 vsize=3936428 memory=3669100 CPUtime=1483.16 cores=5,7
/proc/167623/stat : 167623 (LSIPExact) R 167620 167623 166575 0 -1 4194304 1702485 3091046 0 0 139512 477 7494 833 20 0 1 0 238035599 4030902272 917275 18446744073709551615 94835727765504 94835755021905 140736060051360 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94835763524744 94835763956352 94835789094912 140736060053848 140736060054024 140736060054024 140736060059628 0
/proc/167623/statm: 984107 917275 3552 6655 0 973472 0
Current children cumulated CPU time: 1483.16 s
Current children cumulated vsize: 3936428 KiB
Current children cumulated memory: 3669100 KiB

[startup+811.9 s]*
/proc/loadavg: 5.94 6.13 6.00 7/265 167755
/proc/meminfo: memFree=124314160/131249988 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 811.927
CPU time (s): 1483.3
CPU user time (s): 1470.11
CPU system time (s): 13.1997
CPU usage (%): 182.69
Max. virtual memory (cumulated for all children) (KiB): 32075284
Max. memory (cumulated for all children) (KiB): 23383068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1470.11
system time used= 13.1997
maximum resident set size= 19655036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4816580
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= 493
involuntary context switches= 12393


# summary of solver processes directly reported to runsolver:
#   pid: 167623
#   total CPU time (s): 1483.3
#   total CPU user time (s): 1470.11
#   total CPU system time (s): 13.1997

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.65093 second user time and 3.78279 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-07-23 00:32:47
IDJOB=4545067
IDBENCH=180703
IDSOLVER=3336
FILE ID=nodeC034/4545067-1753223567
RUNJOBID= nodeC034-1753221043-166588
SLURM_JOB_ID= 9687808
Free space on /tmp= 432804 MiB

SOLVER NAME= LSIPExact S1
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-4545067-1753223567/watcher-4545067-1753223567 -o /tmp/evaluation-result-4545067-1753223567/solver-4545067-1753223567 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1753221043-166588 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4545067-1753223567.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 297c2237af667ea8e386e1666cb34677
RANDOM SEED=1240392458

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        104253640 kB
MemAvailable:   105191004 kB
Buffers:            2128 kB
Cached:          1676236 kB
SwapCached:           32 kB
Active:         25607084 kB
Inactive:         555596 kB
Active(anon):   24508428 kB
Inactive(anon):     2152 kB
Active(file):    1098656 kB
Inactive(file):   553444 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             77720 kB
Writeback:             4 kB
AnonPages:      24480920 kB
Mapped:           147556 kB
Shmem:             26264 kB
KReclaimable:     248608 kB
Slab:             346872 kB
SReclaimable:     248608 kB
SUnreclaim:        98264 kB
KernelStack:        4272 kB
PageTables:        51332 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:   26609272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12582912 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:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432824 MiB
End job on nodeC034 at 2025-07-23 00:46:20