Trace number 4490321

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 NameAnswerobjective functionCPU timeWall clock time
LSIPExact S1? (TO) 3602.08 1819.86

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_8_70_1.opb
MD5SUMb4b357048b7fd6a2befaa81502734110
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark3600.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables198
Total number of constraints16
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints16
Minimum length of a constraint85
Maximum length of a constraint86
Number of terms in the objective function 128
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 4080
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1884
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 6162
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.01/1817.80	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.01/1817.80	c numVar: 198
3600.01/1817.80	c numCon: 16
3600.01/1817.80	c numEqual: 0
3600.01/1817.80	c intSize: 13
3600.01/1817.80	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.01/1817.80	c ------------------- Paras list -------------------
3600.01/1817.80	c Name                	 Type      	 Now       	 Default   	 Comment
3600.01/1817.80	c timeout             	 double    	 3600.000000	 3600      	 
3600.01/1817.80	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.01/1817.80	c ls_time             	 double    	 10.000000 	 10        	 
3600.01/1817.80	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.01/1817.80	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.01/1817.80	c random_seed         	 int       	 0         	 0         	 
3600.01/1817.80	c sample_size         	 int       	 50        	 50        	 
3600.01/1817.80	c sub_score           	 int       	 1         	 1         	 
3600.01/1817.80	c tabu_base           	 int       	 3         	 3         	 
3600.01/1817.80	c tabu_variation      	 int       	 1         	 1         	 
3600.01/1817.80	c sub_div             	 int       	 4         	 4         	 
3600.01/1817.80	c nbcore              	 int       	 2         	 1         	 
3600.01/1817.80	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.01/1817.80	c print_sol           	 int       	 1         	 1         	 
3600.01/1817.80	c tmpdir              	 string		 .         	 "."       	 
3600.01/1817.80	c home                	 string		 HOME	 "."       	 
3600.01/1817.80	c benchname           	 string		 HOME/instance-4490321-1751365444.opb	 ""        	 
3600.01/1817.80	c --------------------------------------------------
3600.01/1817.80	c Local Search solver
3600.01/1817.80	c LS find feasible solution for PBO with objective value 384
3600.01/1817.80	c MIP solver
3600.01/1817.80	c receive signal 15, try to interrupt solver...
3600.01/1817.80	c MIP solver find feasible solution
3600.01/1817.80	c MIP solver objective value: 15

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (62242 MiB free)
  memory of node 1: 64465 MiB (63823 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=52355, runsolver pid=52343

[startup+0.100098 s]*
/proc/loadavg: 2.32 3.68 3.96 7/253 52360
/proc/meminfo: memFree=129086312/131382112 swapFree=33010684/33010684
[pid=52355] ppid=52343 vsize=39904 memory=5376 CPUtime=0.09 cores=4,6
/proc/52355/stat : 52355 (LSIPExact) R 52343 52355 52290 0 -1 4194304 340 0 0 0 9 0 0 0 20 0 1 0 52223901 40861696 1344 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
/proc/52355/statm: 9976 1344 1184 6655 0 211 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5376 KiB

[startup+0.212858 s]*
/proc/loadavg: 2.32 3.68 3.96 7/253 52360
/proc/meminfo: memFree=129086264/131382112 swapFree=33010684/33010684
[pid=52355] ppid=52343 vsize=39904 memory=5376 CPUtime=0.2 cores=4,6
/proc/52355/stat : 52355 (LSIPExact) R 52343 52355 52290 0 -1 4194304 340 0 0 0 20 0 0 0 20 0 1 0 52223901 40861696 1344 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
/proc/52355/statm: 9976 1344 1184 6655 0 211 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5376 KiB

[startup+0.312908 s]*
/proc/loadavg: 2.32 3.68 3.96 7/253 52360
/proc/meminfo: memFree=129086012/131382112 swapFree=33010684/33010684
[pid=52355] ppid=52343 vsize=39904 memory=5376 CPUtime=0.3 cores=4,6
/proc/52355/stat : 52355 (LSIPExact) R 52343 52355 52290 0 -1 4194304 340 0 0 0 30 0 0 0 20 0 1 0 52223901 40861696 1344 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
/proc/52355/statm: 9976 1344 1184 6655 0 211 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5376 KiB

[startup+0.700251 s]
/proc/loadavg: 2.46 3.68 3.96 7/253 52360
/proc/meminfo: memFree=129086012/131382112 swapFree=33010684/33010684
[pid=52355] ppid=52343 vsize=39904 memory=5376 CPUtime=0.67 cores=4,6
/proc/52355/stat : 52355 (LSIPExact) R 52343 52355 52290 0 -1 4194304 340 0 0 0 67 0 0 0 20 0 1 0 52223901 40861696 1344 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
/proc/52355/statm: 9976 1344 1184 6655 0 211 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5376 KiB

[startup+1.50024 s]
/proc/loadavg: 2.46 3.68 3.96 7/253 52360
/proc/meminfo: memFree=129086012/131382112 swapFree=33010684/33010684
[pid=52355] ppid=52343 vsize=39904 memory=5376 CPUtime=1.47 cores=4,6
/proc/52355/stat : 52355 (LSIPExact) R 52343 52355 52290 0 -1 4194304 340 0 0 0 147 0 0 0 20 0 1 0 52223901 40861696 1344 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
/proc/52355/statm: 9976 1344 1184 6655 0 211 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5376 KiB

[startup+3.11219 s]
/proc/loadavg: 2.46 3.68 3.96 7/253 52360
/proc/meminfo: memFree=129086548/131382112 swapFree=33010684/33010684
[pid=52355] ppid=52343 vsize=39904 memory=5376 CPUtime=3.08 cores=4,6
/proc/52355/stat : 52355 (LSIPExact) R 52343 52355 52290 0 -1 4194304 340 0 0 0 308 0 0 0 20 0 1 0 52223901 40861696 1344 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
/proc/52355/statm: 9976 1344 1184 6655 0 211 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5376 KiB

[startup+6.30023 s]
/proc/loadavg: 2.58 3.69 3.96 7/253 52360
/proc/meminfo: memFree=129086772/131382112 swapFree=33010684/33010684
[pid=52355] ppid=52343 vsize=39904 memory=5376 CPUtime=6.26 cores=4,6
/proc/52355/stat : 52355 (LSIPExact) R 52343 52355 52290 0 -1 4194304 340 0 0 0 626 0 0 0 20 0 1 0 52223901 40861696 1344 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
/proc/52355/statm: 9976 1344 1184 6655 0 211 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5376 KiB

[startup+12.7001 s]
/proc/loadavg: 3.18 3.79 3.99 10/257 52364
/proc/meminfo: memFree=129060312/131382112 swapFree=33010684/33010684
[pid=52355] ppid=52343 vsize=121332 memory=27536 CPUtime=15.23 cores=4,6
/proc/52355/stat : 52355 (LSIPExact) R 52343 52355 52290 0 -1 4194304 3247 0 0 0 1522 1 0 0 20 0 2 0 52223901 124243968 6884 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
/proc/52355/statm: 30333 6884 3520 6655 0 5199 0
[pid=52355/tid=52363] ppid=52343 vsize=121332 memory=27152 CPUtime=2.58 cores=4,6
/proc/52355/task/52363/stat : 52363 (LSIPExact) R 52343 52355 52290 0 -1 4194368 961 0 0 0 258 0 0 0 20 0 2 0 52224903 124243968 6884 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
Current children cumulated CPU time: 15.23 s
Current children cumulated vsize: 121332 KiB
Current children cumulated memory: 27536 KiB

[startup+25.5001 s]
/proc/loadavg: 3.92 3.93 4.04 10/257 52364
/proc/meminfo: memFree=128941040/131382112 swapFree=33010684/33010684
[pid=52355] ppid=52343 vsize=147040 memory=66988 CPUtime=40.64 cores=4,6
/proc/52355/stat : 52355 (LSIPExact) R 52343 52355 52290 0 -1 4194304 25118 0 0 0 4061 3 0 0 20 0 2 0 52223901 150568960 16747 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
/proc/52355/statm: 36760 16747 3520 6655 0 15305 0
[pid=52355/tid=52363] ppid=52343 vsize=147040 memory=59180 CPUtime=15.25 cores=4,6
/proc/52355/task/52363/stat : 52363 (LSIPExact) R 52343 52355 52290 0 -1 4194368 12354 0 0 0 1524 1 0 0 20 0 2 0 52224903 150568960 16747 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
Current children cumulated CPU time: 40.64 s
Current children cumulated vsize: 147040 KiB
Current children cumulated memory: 66988 KiB

[startup+51.1047 s]
/proc/loadavg: 5.32 4.27 4.15 10/257 52411
/proc/meminfo: memFree=128801604/131382112 swapFree=33010684/33010684
[pid=52355] ppid=52343 vsize=191344 memory=137840 CPUtime=91.48 cores=4,6
/proc/52355/stat : 52355 (LSIPExact) R 52343 52355 52290 0 -1 4194304 53266 0 0 0 9141 7 0 0 20 0 2 0 52223901 195936256 34460 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
/proc/52355/statm: 47836 34460 3520 6655 0 33131 0
[pid=52355/tid=52363] ppid=52343 vsize=191344 memory=14720 CPUtime=40.61 cores=4,6
/proc/52355/task/52363/stat : 52363 (LSIPExact) R 52343 52355 52290 0 -1 4194368 30236 0 0 0 4058 3 0 0 20 0 2 0 52224903 195936256 34460 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
Current children cumulated CPU time: 91.48 s
Current children cumulated vsize: 191344 KiB
Current children cumulated memory: 137840 KiB

[startup+102.3 s]
/proc/loadavg: 6.86 4.85 4.35 10/257 52458
/proc/meminfo: memFree=128518752/131382112 swapFree=33010684/33010684
[pid=52355] ppid=52343 vsize=337040 memory=258332 CPUtime=193.12 cores=4,6
/proc/52355/stat : 52355 (LSIPExact) R 52343 52355 52290 0 -1 4194304 129750 0 0 0 19296 16 0 0 20 0 2 0 52223901 345128960 64583 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
/proc/52355/statm: 84260 64583 3520 6655 0 63633 0
[pid=52355/tid=52363] ppid=52343 vsize=337040 memory=258204 CPUtime=91.31 cores=4,6
/proc/52355/task/52363/stat : 52363 (LSIPExact) R 52343 52355 52290 0 -1 4194368 58110 0 0 0 9122 9 0 0 20 0 2 0 52224903 345128960 64583 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
Current children cumulated CPU time: 193.12 s
Current children cumulated vsize: 337040 KiB
Current children cumulated memory: 258332 KiB

[startup+162.3 s]
/proc/loadavg: 7.64 5.44 4.59 10/257 52460
/proc/meminfo: memFree=128226668/131382112 swapFree=33010684/33010684
[pid=52355] ppid=52343 vsize=458912 memory=368836 CPUtime=312.27 cores=4,6
/proc/52355/stat : 52355 (LSIPExact) R 52343 52355 52290 0 -1 4194304 149974 0 0 0 31204 23 0 0 20 0 2 0 52223901 469925888 92209 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
/proc/52355/statm: 114728 92209 3520 6655 0 91017 0
[pid=52355/tid=52363] ppid=52343 vsize=458912 memory=258204 CPUtime=150.73 cores=4,6
/proc/52355/task/52363/stat : 52363 (LSIPExact) R 52343 52355 52290 0 -1 4194368 73942 0 0 0 15059 14 0 0 20 0 2 0 52224903 469925888 92209 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
Current children cumulated CPU time: 312.27 s
Current children cumulated vsize: 458912 KiB
Current children cumulated memory: 368836 KiB

[startup+222.3 s]
/proc/loadavg: 7.91 5.93 4.81 10/257 52462
/proc/meminfo: memFree=127998760/131382112 swapFree=33010684/33010684
[pid=52355] ppid=52343 vsize=537484 memory=496180 CPUtime=431.42 cores=4,6
/proc/52355/stat : 52355 (LSIPExact) R 52343 52355 52290 0 -1 4194304 212871 0 0 0 43109 33 0 0 20 0 2 0 52223901 550383616 124045 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
/proc/52355/statm: 134371 124045 3520 6655 0 123509 0
[pid=52355/tid=52363] ppid=52343 vsize=537484 memory=258204 CPUtime=210.17 cores=4,6
/proc/52355/task/52363/stat : 52363 (LSIPExact) R 52343 52355 52290 0 -1 4194368 115397 0 0 0 20995 22 0 0 20 0 2 0 52224903 550383616 124045 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
Current children cumulated CPU time: 431.42 s
Current children cumulated vsize: 537484 KiB
Current children cumulated memory: 496180 KiB

[startup+282.3 s]
/proc/loadavg: 8.07 6.34 5.02 10/257 52464
/proc/meminfo: memFree=127757892/131382112 swapFree=33010684/33010684
[pid=52355] ppid=52343 vsize=699044 memory=638988 CPUtime=550.59 cores=4,6
/proc/52355/stat : 52355 (LSIPExact) R 52343 52355 52290 0 -1 4194304 272658 0 0 0 55015 44 0 0 20 0 2 0 52223901 715821056 159747 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
/proc/52355/statm: 174761 159747 3520 6655 0 161468 0
[pid=52355/tid=52363] ppid=52343 vsize=699044 memory=258204 CPUtime=269.62 cores=4,6
/proc/52355/task/52363/stat : 52363 (LSIPExact) R 52343 52355 52290 0 -1 4194368 141275 0 0 0 26935 27 0 0 20 0 2 0 52224903 715821056 159747 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
Current children cumulated CPU time: 550.59 s
Current children cumulated vsize: 699044 KiB
Current children cumulated memory: 638988 KiB

[startup+342.3 s]
/proc/loadavg: 8.07 6.66 5.22 10/253 52465
/proc/meminfo: memFree=127474384/131382112 swapFree=33010684/33010684
[pid=52355] ppid=52343 vsize=846480 memory=776940 CPUtime=669.77 cores=4,6
/proc/52355/stat : 52355 (LSIPExact) R 52343 52355 52290 0 -1 4194304 314879 0 0 0 66923 54 0 0 20 0 2 0 52223901 866795520 194235 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
/proc/52355/statm: 211620 194235 3520 6655 0 195540 0
[pid=52355/tid=52363] ppid=52343 vsize=846480 memory=14720 CPUtime=329.06 cores=4,6
/proc/52355/task/52363/stat : 52363 (LSIPExact) R 52343 52355 52290 0 -1 4194368 163731 0 0 0 32874 32 0 0 20 0 2 0 52224903 866795520 194235 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
Current children cumulated CPU time: 669.77 s
Current children cumulated vsize: 846480 KiB
Current children cumulated memory: 776940 KiB

[startup+402.3 s]

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

Current children cumulated memory: 2741484 KiB

[startup+1362.3 s]
/proc/loadavg: 8.11 8.08 7.19 10/254 52559
/proc/meminfo: memFree=123704760/131382112 swapFree=33010684/33010684
[pid=52355] ppid=52343 vsize=2828028 memory=2741484 CPUtime=2695.44 cores=4,6
/proc/52355/stat : 52355 (LSIPExact) R 52343 52355 52290 0 -1 4194304 1601864 0 0 0 269297 247 0 0 20 0 2 0 52223901 2895900672 685371 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
/proc/52355/statm: 707007 685371 3520 6655 0 693494 0
[pid=52355/tid=52363] ppid=52343 vsize=2828028 memory=11264 CPUtime=1342.91 cores=4,6
/proc/52355/task/52363/stat : 52363 (LSIPExact) R 52343 52355 52290 0 -1 4194368 778286 0 0 0 134159 132 0 0 20 0 2 0 52224903 2895900672 685371 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
Current children cumulated CPU time: 2695.44 s
Current children cumulated vsize: 2828028 KiB
Current children cumulated memory: 2741484 KiB

[startup+1422.3 s]
/proc/loadavg: 8.04 8.06 7.24 10/253 52561
/proc/meminfo: memFree=123556112/131382112 swapFree=33010684/33010684
[pid=52355] ppid=52343 vsize=2828028 memory=2741484 CPUtime=2814.62 cores=4,6
/proc/52355/stat : 52355 (LSIPExact) R 52343 52355 52290 0 -1 4194304 1711592 0 0 0 281202 260 0 0 20 0 2 0 52223901 2895900672 685371 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
/proc/52355/statm: 707007 685371 3520 6655 0 693494 0
[pid=52355/tid=52363] ppid=52343 vsize=2828028 memory=2741484 CPUtime=1402.65 cores=4,6
/proc/52355/task/52363/stat : 52363 (LSIPExact) R 52343 52355 52290 0 -1 4194368 825994 0 0 0 140128 137 0 0 20 0 2 0 52224903 2895900672 685371 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
Current children cumulated CPU time: 2814.62 s
Current children cumulated vsize: 2828028 KiB
Current children cumulated memory: 2741484 KiB

[startup+1482.3 s]
/proc/loadavg: 8.11 8.08 7.30 10/253 52563
/proc/meminfo: memFree=123470716/131382112 swapFree=33010684/33010684
[pid=52355] ppid=52343 vsize=2828028 memory=2741484 CPUtime=2933.76 cores=4,6
/proc/52355/stat : 52355 (LSIPExact) R 52343 52355 52290 0 -1 4194304 1760440 0 0 0 293109 267 0 0 20 0 2 0 52223901 2895900672 685371 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
/proc/52355/statm: 707007 685371 3520 6655 0 693494 0
[pid=52355/tid=52363] ppid=52343 vsize=2828028 memory=2741484 CPUtime=1462.36 cores=4,6
/proc/52355/task/52363/stat : 52363 (LSIPExact) R 52343 52355 52290 0 -1 4194368 853882 0 0 0 146094 142 0 0 20 0 2 0 52224903 2895900672 685371 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
Current children cumulated CPU time: 2933.76 s
Current children cumulated vsize: 2828028 KiB
Current children cumulated memory: 2741484 KiB

[startup+1542.3 s]
/proc/loadavg: 8.09 8.08 7.36 10/253 52565
/proc/meminfo: memFree=123386712/131382112 swapFree=33010684/33010684
[pid=52355] ppid=52343 vsize=2914144 memory=2782104 CPUtime=3052.89 cores=4,6
/proc/52355/stat : 52355 (LSIPExact) R 52343 52355 52290 0 -1 4194304 1779850 0 0 0 305017 272 0 0 20 0 2 0 52223901 2984083456 695526 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
/proc/52355/statm: 728536 695526 3520 6655 0 703470 0
[pid=52355/tid=52363] ppid=52343 vsize=2914144 memory=2765932 CPUtime=1522.04 cores=4,6
/proc/52355/task/52363/stat : 52363 (LSIPExact) R 52343 52355 52290 0 -1 4194368 863267 0 0 0 152060 144 0 0 20 0 2 0 52224903 2984083456 695526 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
Current children cumulated CPU time: 3052.89 s
Current children cumulated vsize: 2914144 KiB
Current children cumulated memory: 2782104 KiB

[startup+1602.3 s]
/proc/loadavg: 8.07 8.08 7.40 10/253 52568
/proc/meminfo: memFree=123251456/131382112 swapFree=33010684/33010684
[pid=52355] ppid=52343 vsize=2936836 memory=2831480 CPUtime=3172.04 cores=4,6
/proc/52355/stat : 52355 (LSIPExact) R 52343 52355 52290 0 -1 4194304 1798568 0 0 0 316927 277 0 0 20 0 2 0 52223901 3007320064 707870 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
/proc/52355/statm: 734209 707870 3520 6655 0 714791 0
[pid=52355/tid=52363] ppid=52343 vsize=2936836 memory=2779928 CPUtime=1581.74 cores=4,6
/proc/52355/task/52363/stat : 52363 (LSIPExact) R 52343 52355 52290 0 -1 4194368 871982 0 0 0 158028 146 0 0 20 0 2 0 52224903 3007320064 707870 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
Current children cumulated CPU time: 3172.04 s
Current children cumulated vsize: 2936836 KiB
Current children cumulated memory: 2831480 KiB

[startup+1662.3 s]
/proc/loadavg: 8.45 8.17 7.48 10/253 52570
/proc/meminfo: memFree=123105152/131382112 swapFree=33010684/33010684
[pid=52355] ppid=52343 vsize=2960256 memory=2886108 CPUtime=3291.19 cores=4,6
/proc/52355/stat : 52355 (LSIPExact) R 52343 52355 52290 0 -1 4194304 1813388 0 0 0 328839 280 0 0 20 0 2 0 52223901 3031302144 721527 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
/proc/52355/statm: 740064 721527 3520 6655 0 726386 0
[pid=52355/tid=52363] ppid=52343 vsize=2960256 memory=2779928 CPUtime=1641.46 cores=4,6
/proc/52355/task/52363/stat : 52363 (LSIPExact) R 52343 52355 52290 0 -1 4194368 879270 0 0 0 163998 148 0 0 20 0 2 0 52224903 3031302144 721527 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
Current children cumulated CPU time: 3291.19 s
Current children cumulated vsize: 2960256 KiB
Current children cumulated memory: 2886108 KiB

[startup+1722.3 s]
/proc/loadavg: 8.21 8.15 7.52 10/255 52576
/proc/meminfo: memFree=123001156/131382112 swapFree=33010684/33010684
[pid=52355] ppid=52343 vsize=3048184 memory=2939936 CPUtime=3410.37 cores=4,6
/proc/52355/stat : 52355 (LSIPExact) R 52343 52355 52290 0 -1 4194304 1832076 0 0 0 340752 285 0 0 20 0 2 0 52223901 3121340416 734984 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
/proc/52355/statm: 762046 734984 3520 6655 0 737905 0
[pid=52355/tid=52363] ppid=52343 vsize=3048184 memory=2779928 CPUtime=1701.2 cores=4,6
/proc/52355/task/52363/stat : 52363 (LSIPExact) R 52343 52355 52290 0 -1 4194368 889071 0 0 0 169969 151 0 0 20 0 2 0 52224903 3121340416 734984 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
Current children cumulated CPU time: 3410.37 s
Current children cumulated vsize: 3048184 KiB
Current children cumulated memory: 2939936 KiB

[startup+1782.3 s]
/proc/loadavg: 8.18 8.15 7.56 10/255 52578
/proc/meminfo: memFree=122874908/131382112 swapFree=33010684/33010684
[pid=52355] ppid=52343 vsize=3072252 memory=2992040 CPUtime=3529.52 cores=4,6
/proc/52355/stat : 52355 (LSIPExact) R 52343 52355 52290 0 -1 4194304 1981300 0 0 0 352653 299 0 0 20 0 2 0 52223901 3145986048 748010 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
/proc/52355/statm: 768063 748010 3520 6655 0 749867 0
[pid=52355/tid=52363] ppid=52343 vsize=3072252 memory=2969380 CPUtime=1760.92 cores=4,6
/proc/52355/task/52363/stat : 52363 (LSIPExact) R 52343 52355 52290 0 -1 4194368 966530 0 0 0 175933 159 0 0 20 0 2 0 52224903 3145986048 748010 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
Current children cumulated CPU time: 3529.52 s
Current children cumulated vsize: 3072252 KiB
Current children cumulated memory: 2992040 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.8 s]
/proc/loadavg: 8.10 8.14 7.58 10/255 52580
/proc/meminfo: memFree=122776496/131382112 swapFree=33010684/33010684
[pid=52355] ppid=52343 vsize=3085468 memory=3022148 CPUtime=3600.01 cores=4,6
/proc/52355/stat : 52355 (LSIPExact) R 52343 52355 52290 0 -1 4194304 2066936 0 0 0 359693 308 0 0 20 0 2 0 52223901 3159519232 755537 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
/proc/52355/statm: 771367 755537 3520 6655 0 756419 0
[pid=52355/tid=52363] ppid=52343 vsize=3085468 memory=18816 CPUtime=1796.26 cores=4,6
/proc/52355/task/52363/stat : 52363 (LSIPExact) R 52343 52355 52290 0 -1 4194368 987850 0 0 0 179464 162 0 0 20 0 2 0 52224903 3159519232 755537 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 3085468 KiB
Current children cumulated memory: 3022148 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+1819.86 s]
# the end of solver process 52355 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3598.85 s, system=3.2385 s

Solver just ended.
Dumping a history of the last processes samples

[startup+1819.2 s]
/proc/loadavg: 8.10 8.14 7.58 8/253 52580
/proc/meminfo: memFree=122767808/131382112 swapFree=33010684/33010684
[pid=52355] ppid=52343 vsize=3085468 memory=3020316 CPUtime=3601.41 cores=4,6
/proc/52355/stat : 52355 (LSIPExact) R 52343 52355 52290 0 -1 4194304 2160504 0 0 0 359827 314 0 0 20 0 1 0 52223901 3159519232 755079 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
/proc/52355/statm: 771367 755079 3552 6655 0 756419 0
Current children cumulated CPU time: 3601.41 s
Current children cumulated vsize: 3085468 KiB
Current children cumulated memory: 3020316 KiB

[startup+1819.6 s]
/proc/loadavg: 8.10 8.14 7.58 8/253 52580
/proc/meminfo: memFree=122767808/131382112 swapFree=33010684/33010684
[pid=52355] ppid=52343 vsize=3085468 memory=3020316 CPUtime=3601.81 cores=4,6
/proc/52355/stat : 52355 (LSIPExact) R 52343 52355 52290 0 -1 4194304 2175720 0 0 0 359865 316 0 0 20 0 1 0 52223901 3159519232 755079 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
/proc/52355/statm: 771367 755079 3552 6655 0 756419 0
Current children cumulated CPU time: 3601.81 s
Current children cumulated vsize: 3085468 KiB
Current children cumulated memory: 3020316 KiB

[startup+1819.8 s]
/proc/loadavg: 8.10 8.14 7.58 8/253 52580
/proc/meminfo: memFree=122767808/131382112 swapFree=33010684/33010684
[pid=52355] ppid=52343 vsize=3085468 memory=3020316 CPUtime=3602.01 cores=4,6
/proc/52355/stat : 52355 (LSIPExact) R 52343 52355 52290 0 -1 4194304 2190376 0 0 0 359884 317 0 0 20 0 1 0 52223901 3159519232 755079 18446744073709551615 94441607299072 94441634555473 140723149949280 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94441643058312 94441643489920 94441677103104 140723149957466 140723149957642 140723149957642 140723149963244 0
/proc/52355/statm: 771367 755079 3552 6655 0 756419 0
Current children cumulated CPU time: 3602.01 s
Current children cumulated vsize: 3085468 KiB
Current children cumulated memory: 3020316 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1819.86
CPU time (s): 3602.08
CPU user time (s): 3598.85
CPU system time (s): 3.2385
CPU usage (%): 197.931
Max. virtual memory (cumulated for all children) (KiB): 3085468
Max. memory (cumulated for all children) (KiB): 3022148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.85
system time used= 3.2385
maximum resident set size= 3022276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2190376
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= 2874
involuntary context switches= 83509


# summary of solver processes directly reported to runsolver:
#   pid: 52355
#   total CPU time (s): 3602.08
#   total CPU user time (s): 3598.85
#   total CPU system time (s): 3.2385

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.1215 second user time and 6.79939 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-01 12:24:05
IDJOB=4490321
IDBENCH=147578
IDSOLVER=3336
FILE ID=nodeC005/4490321-1751365444
RUNJOBID= nodeC005-1751365444-52301
SLURM_JOB_ID= 9598182
Free space on /tmp= 430672 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-opt-market-split_8_70_1.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4490321-1751365444/watcher-4490321-1751365444 -o /tmp/evaluation-result-4490321-1751365444/solver-4490321-1751365444 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751365444-52301 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4490321-1751365444.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= b4b357048b7fd6a2befaa81502734110
RANDOM SEED=300635513

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129093260 kB
MemAvailable:   129959744 kB
Buffers:            2752 kB
Cached:          1665660 kB
SwapCached:            0 kB
Active:           416488 kB
Inactive:        1317016 kB
Active(anon):      74900 kB
Inactive(anon):     8164 kB
Active(file):     341588 kB
Inactive(file):  1308852 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            178604 kB
Writeback:             0 kB
AnonPages:         68176 kB
Mapped:           103276 kB
Shmem:             17960 kB
KReclaimable:     111344 kB
Slab:             195428 kB
SReclaimable:     111344 kB
SUnreclaim:        84084 kB
KernelStack:        3840 kB
PageTables:         2772 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     339060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149272 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430496 MiB
End job on nodeC005 at 2025-07-01 12:54:25