Trace number 4495920

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 S2SAT 2145.43 1084.06

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-cuww4.opb
MD5SUM13439fe0222d33319b9169d149c100b9
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.005377
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables82
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint82
Maximum length of a constraint82
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 104723596
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 1078440737
Number of bits of the biggest sum of numbers31
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2145.37/1084.04	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2145.37/1084.04	c numVar: 82
2145.37/1084.04	c numCon: 2
2145.37/1084.04	c numEqual: 0
2145.37/1084.04	c intSize: 31
2145.37/1084.04	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2145.37/1084.04	c ------------------- Paras list -------------------
2145.37/1084.04	c Name                	 Type      	 Now       	 Default   	 Comment
2145.37/1084.04	c timeout             	 double    	 3600.000000	 3600      	 
2145.37/1084.04	c mip_time            	 double    	 0.300000  	 0.5       	 
2145.37/1084.04	c ls_time             	 double    	 10.000000 	 10        	 
2145.37/1084.04	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2145.37/1084.04	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2145.37/1084.04	c random_seed         	 int       	 0         	 0         	 
2145.37/1084.04	c sample_size         	 int       	 50        	 50        	 
2145.37/1084.04	c sub_score           	 int       	 1         	 1         	 
2145.37/1084.04	c tabu_base           	 int       	 3         	 3         	 
2145.37/1084.04	c tabu_variation      	 int       	 1         	 1         	 
2145.37/1084.04	c sub_div             	 int       	 4         	 4         	 
2145.37/1084.04	c nbcore              	 int       	 2         	 1         	 
2145.37/1084.04	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2145.37/1084.04	c print_sol           	 int       	 1         	 1         	 
2145.37/1084.04	c tmpdir              	 string		 .         	 "."       	 
2145.37/1084.04	c home                	 string		 HOME	 "."       	 
2145.37/1084.04	c benchname           	 string		 HOME/instance-4495920-1751136947.opb	 ""        	 
2145.37/1084.04	c --------------------------------------------------
2145.37/1084.04	c Local Search solver
2145.37/1084.04	c MIP solver
2145.37/1084.04	c use Exact solver
2145.37/1084.06	c Exact find optimal solution
2145.37/1084.06	c Exact find feasible solution for PBS
2145.37/1084.06	o 0
2145.37/1084.06	s SATISFIABLE
2145.37/1084.06	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 -x30 x31 -x32 x33 -x34 -x35 x36 -x37 x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 
2145.37/1084.06	c Total time: 1084

Verifier Data

OK	0

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4495920-1751136947/watcher-4495920-1751136947 -o /tmp/evaluation-result-4495920-1751136947/solver-4495920-1751136947 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751133631-11284 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4495920-1751136947.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=13559, runsolver pid=13556
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 5.78 6.07 6.20 6/266 13560
/proc/meminfo: memFree=126979296/131249988 swapFree=33010684/33010684
[pid=13559] ppid=13556 vsize=39772 memory=5248 CPUtime=0.09 cores=4,6
/proc/13559/stat : 13559 (LSIPExact) R 13556 13559 11267 0 -1 4194304 288 0 0 0 9 0 0 0 20 0 1 0 29373561 40726528 1312 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
/proc/13559/statm: 9943 1312 1184 6655 0 178 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 39772 KiB
Current children cumulated memory: 5248 KiB

[startup+0.205507 s]*
/proc/loadavg: 5.78 6.07 6.20 6/266 13560
/proc/meminfo: memFree=126979296/131249988 swapFree=33010684/33010684
[pid=13559] ppid=13556 vsize=39772 memory=5248 CPUtime=0.2 cores=4,6
/proc/13559/stat : 13559 (LSIPExact) R 13556 13559 11267 0 -1 4194304 288 0 0 0 20 0 0 0 20 0 1 0 29373561 40726528 1312 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
/proc/13559/statm: 9943 1312 1184 6655 0 178 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 39772 KiB
Current children cumulated memory: 5248 KiB

[startup+0.305451 s]*
/proc/loadavg: 5.78 6.07 6.20 6/266 13560
/proc/meminfo: memFree=126979296/131249988 swapFree=33010684/33010684
[pid=13559] ppid=13556 vsize=39772 memory=5248 CPUtime=0.3 cores=4,6
/proc/13559/stat : 13559 (LSIPExact) R 13556 13559 11267 0 -1 4194304 288 0 0 0 30 0 0 0 20 0 1 0 29373561 40726528 1312 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
/proc/13559/statm: 9943 1312 1184 6655 0 178 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 39772 KiB
Current children cumulated memory: 5248 KiB

[startup+0.700165 s]
/proc/loadavg: 5.78 6.07 6.20 6/266 13560
/proc/meminfo: memFree=126979296/131249988 swapFree=33010684/33010684
[pid=13559] ppid=13556 vsize=39772 memory=5248 CPUtime=0.69 cores=4,6
/proc/13559/stat : 13559 (LSIPExact) R 13556 13559 11267 0 -1 4194304 288 0 0 0 69 0 0 0 20 0 1 0 29373561 40726528 1312 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
/proc/13559/statm: 9943 1312 1184 6655 0 178 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 39772 KiB
Current children cumulated memory: 5248 KiB

[startup+1.50011 s]
/proc/loadavg: 5.78 6.07 6.20 6/266 13560
/proc/meminfo: memFree=126979296/131249988 swapFree=33010684/33010684
[pid=13559] ppid=13556 vsize=39772 memory=5248 CPUtime=1.49 cores=4,6
/proc/13559/stat : 13559 (LSIPExact) R 13556 13559 11267 0 -1 4194304 288 0 0 0 149 0 0 0 20 0 1 0 29373561 40726528 1312 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
/proc/13559/statm: 9943 1312 1184 6655 0 178 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 39772 KiB
Current children cumulated memory: 5248 KiB

[startup+3.10442 s]
/proc/loadavg: 5.78 6.07 6.20 6/266 13560
/proc/meminfo: memFree=126979548/131249988 swapFree=33010684/33010684
[pid=13559] ppid=13556 vsize=39772 memory=5248 CPUtime=3.09 cores=4,6
/proc/13559/stat : 13559 (LSIPExact) R 13556 13559 11267 0 -1 4194304 288 0 0 0 309 0 0 0 20 0 1 0 29373561 40726528 1312 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
/proc/13559/statm: 9943 1312 1184 6655 0 178 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 39772 KiB
Current children cumulated memory: 5248 KiB

[startup+6.3001 s]
/proc/loadavg: 5.72 6.05 6.19 6/266 13560
/proc/meminfo: memFree=126979548/131249988 swapFree=33010684/33010684
[pid=13559] ppid=13556 vsize=39772 memory=5248 CPUtime=6.28 cores=4,6
/proc/13559/stat : 13559 (LSIPExact) R 13556 13559 11267 0 -1 4194304 288 0 0 0 628 0 0 0 20 0 1 0 29373561 40726528 1312 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
/proc/13559/statm: 9943 1312 1184 6655 0 178 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 39772 KiB
Current children cumulated memory: 5248 KiB

[startup+12.7001 s]
/proc/loadavg: 5.66 6.04 6.18 7/267 13561
/proc/meminfo: memFree=126980496/131249988 swapFree=33010684/33010684
[pid=13559] ppid=13556 vsize=118368 memory=20736 CPUtime=15.32 cores=4,6
/proc/13559/stat : 13559 (LSIPExact) R 13556 13559 11267 0 -1 4194304 1988 0 0 0 1532 0 0 0 20 0 2 0 29373561 121208832 5184 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
/proc/13559/statm: 29592 5184 3552 6655 0 3966 0
[pid=13559/tid=13561] ppid=13556 vsize=118368 memory=20736 CPUtime=2.65 cores=4,6
/proc/13559/task/13561/stat : 13561 (LSIPExact) R 13556 13559 11267 0 -1 4194368 645 0 0 0 265 0 0 0 20 0 2 0 29374562 121208832 5184 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
Current children cumulated CPU time: 15.32 s
Current children cumulated vsize: 118368 KiB
Current children cumulated memory: 20736 KiB

[startup+25.5002 s]
/proc/loadavg: 5.74 6.03 6.18 7/267 13561
/proc/meminfo: memFree=126971676/131249988 swapFree=33010684/33010684
[pid=13559] ppid=13556 vsize=121092 memory=23040 CPUtime=40.7 cores=4,6
/proc/13559/stat : 13559 (LSIPExact) R 13556 13559 11267 0 -1 4194304 5669 0 0 0 4069 1 0 0 20 0 2 0 29373561 123998208 5760 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
/proc/13559/statm: 30273 5760 3552 6655 0 4683 0
[pid=13559/tid=13561] ppid=13556 vsize=121092 memory=23040 CPUtime=15.33 cores=4,6
/proc/13559/task/13561/stat : 13561 (LSIPExact) R 13556 13559 11267 0 -1 4194368 1707 0 0 0 1533 0 0 0 20 0 2 0 29374562 123998208 5760 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
Current children cumulated CPU time: 40.7 s
Current children cumulated vsize: 121092 KiB
Current children cumulated memory: 23040 KiB

[startup+51.1049 s]
/proc/loadavg: 5.90 6.05 6.18 7/267 13562
/proc/meminfo: memFree=126971468/131249988 swapFree=33010684/33010684
[pid=13559] ppid=13556 vsize=121092 memory=23040 CPUtime=91.63 cores=4,6
/proc/13559/stat : 13559 (LSIPExact) R 13556 13559 11267 0 -1 4194304 6781 0 0 0 9162 1 0 0 20 0 2 0 29373561 123998208 5760 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
/proc/13559/statm: 30273 5760 3552 6655 0 4683 0
[pid=13559/tid=13561] ppid=13556 vsize=121092 memory=23040 CPUtime=40.71 cores=4,6
/proc/13559/task/13561/stat : 13561 (LSIPExact) R 13556 13559 11267 0 -1 4194368 2268 0 0 0 4071 0 0 0 20 0 2 0 29374562 123998208 5760 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
Current children cumulated CPU time: 91.63 s
Current children cumulated vsize: 121092 KiB
Current children cumulated memory: 23040 KiB

[startup+102.3 s]
/proc/loadavg: 6.03 6.05 6.18 7/267 13564
/proc/meminfo: memFree=126945676/131249988 swapFree=33010684/33010684
[pid=13559] ppid=13556 vsize=121092 memory=24064 CPUtime=193.47 cores=4,6
/proc/13559/stat : 13559 (LSIPExact) R 13556 13559 11267 0 -1 4194304 9666 0 0 0 19345 2 0 0 20 0 2 0 29373561 123998208 6016 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
/proc/13559/statm: 30273 6016 3552 6655 0 4910 0
[pid=13559/tid=13561] ppid=13556 vsize=121092 memory=24064 CPUtime=91.47 cores=4,6
/proc/13559/task/13561/stat : 13561 (LSIPExact) R 13556 13559 11267 0 -1 4194368 3856 0 0 0 9147 0 0 0 20 0 2 0 29374562 123998208 6016 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
Current children cumulated CPU time: 193.47 s
Current children cumulated vsize: 121092 KiB
Current children cumulated memory: 24064 KiB

[startup+162.3 s]
/proc/loadavg: 6.06 6.06 6.17 7/267 13566
/proc/meminfo: memFree=126915872/131249988 swapFree=33010684/33010684
[pid=13559] ppid=13556 vsize=122688 memory=27264 CPUtime=312.8 cores=4,6
/proc/13559/stat : 13559 (LSIPExact) R 13556 13559 11267 0 -1 4194304 12133 0 0 0 31278 2 0 0 20 0 2 0 29373561 125632512 6816 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
/proc/13559/statm: 30672 6816 3552 6655 0 5585 0
[pid=13559/tid=13561] ppid=13556 vsize=122688 memory=-6369613167079821665 CPUtime=150.96 cores=4,6
/proc/13559/task/13561/stat : 13561 (LSIPExact) R 13556 13559 11267 0 -1 4194368 4978 0 0 0 15095 1 0 0 20 0 2 0 29374562 125632512 6816 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
Current children cumulated CPU time: 312.8 s
Current children cumulated vsize: 122688 KiB
Current children cumulated memory: 27264 KiB

[startup+222.3 s]
/proc/loadavg: 6.14 6.08 6.17 7/266 13568
/proc/meminfo: memFree=126915568/131249988 swapFree=33010684/33010684
[pid=13559] ppid=13556 vsize=124264 memory=30080 CPUtime=432.13 cores=4,6
/proc/13559/stat : 13559 (LSIPExact) R 13556 13559 11267 0 -1 4194304 15749 0 0 0 43210 3 0 0 20 0 2 0 29373561 127246336 7520 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
/proc/13559/statm: 31066 7520 3552 6655 0 6298 0
[pid=13559/tid=13561] ppid=13556 vsize=124264 memory=28928 CPUtime=210.44 cores=4,6
/proc/13559/task/13561/stat : 13561 (LSIPExact) R 13556 13559 11267 0 -1 4194368 6566 0 0 0 21043 1 0 0 20 0 2 0 29374562 127246336 7520 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
Current children cumulated CPU time: 432.13 s
Current children cumulated vsize: 124264 KiB
Current children cumulated memory: 30080 KiB

[startup+282.3 s]
/proc/loadavg: 6.10 6.07 6.17 7/266 13570
/proc/meminfo: memFree=126913408/131249988 swapFree=33010684/33010684
[pid=13559] ppid=13556 vsize=127280 memory=33792 CPUtime=551.47 cores=4,6
/proc/13559/stat : 13559 (LSIPExact) R 13556 13559 11267 0 -1 4194304 16975 0 0 0 55144 3 0 0 20 0 2 0 29373561 130334720 8448 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
/proc/13559/statm: 31820 8448 3552 6655 0 7297 0
[pid=13559/tid=13561] ppid=13556 vsize=127280 memory=31360 CPUtime=269.95 cores=4,6
/proc/13559/task/13561/stat : 13561 (LSIPExact) R 13556 13559 11267 0 -1 4194368 7117 0 0 0 26993 2 0 0 20 0 2 0 29374562 130334720 8448 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
Current children cumulated CPU time: 551.47 s
Current children cumulated vsize: 127280 KiB
Current children cumulated memory: 33792 KiB

[startup+342.3 s]
/proc/loadavg: 6.08 6.07 6.16 7/266 13583
/proc/meminfo: memFree=126912796/131249988 swapFree=33010684/33010684
[pid=13559] ppid=13556 vsize=128324 memory=36096 CPUtime=670.8 cores=4,6
/proc/13559/stat : 13559 (LSIPExact) R 13556 13559 11267 0 -1 4194304 19647 0 0 0 67076 4 0 0 20 0 2 0 29373561 131403776 9024 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
/proc/13559/statm: 32081 9024 3552 6655 0 7822 0
[pid=13559/tid=13561] ppid=13556 vsize=128324 memory=31360 CPUtime=329.42 cores=4,6
/proc/13559/task/13561/stat : 13561 (LSIPExact) R 13556 13559 11267 0 -1 4194368 8376 0 0 0 32940 2 0 0 20 0 2 0 29374562 131403776 9024 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
Current children cumulated CPU time: 670.8 s
Current children cumulated vsize: 128324 KiB
Current children cumulated memory: 36096 KiB


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

/proc/13559/task/13561/stat : 13561 (LSIPExact) R 13556 13559 11267 0 -1 4194368 14391 0 0 0 74548 12 0 0 20 0 2 0 29374562 145518592 14592 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
Current children cumulated CPU time: 1505.93 s
Current children cumulated vsize: 142108 KiB
Current children cumulated memory: 58368 KiB

[startup+822.3 s]
/proc/loadavg: 6.14 6.39 6.32 7/267 13974
/proc/meminfo: memFree=129207864/131249988 swapFree=33010684/33010684
[pid=13559] ppid=13556 vsize=145376 memory=62592 CPUtime=1625.2 cores=4,6
/proc/13559/stat : 13559 (LSIPExact) R 13556 13559 11267 0 -1 4194304 30293 0 0 0 162501 19 0 0 20 0 2 0 29373561 148865024 15648 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
/proc/13559/statm: 36344 15648 3552 6655 0 14315 0
[pid=13559/tid=13561] ppid=13556 vsize=145376 memory=14444 CPUtime=805.02 cores=4,6
/proc/13559/task/13561/stat : 13561 (LSIPExact) R 13556 13559 11267 0 -1 4194368 15231 0 0 0 80489 13 0 0 20 0 2 0 29374562 148865024 15648 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
Current children cumulated CPU time: 1625.2 s
Current children cumulated vsize: 145376 KiB
Current children cumulated memory: 62592 KiB

[startup+882.3 s]
/proc/loadavg: 6.37 6.42 6.34 7/267 13976
/proc/meminfo: memFree=129186408/131249988 swapFree=33010684/33010684
[pid=13559] ppid=13556 vsize=145376 memory=63744 CPUtime=1744.47 cores=4,6
/proc/13559/stat : 13559 (LSIPExact) R 13556 13559 11267 0 -1 4194304 30664 0 0 0 174427 20 0 0 20 0 2 0 29373561 148865024 15936 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
/proc/13559/statm: 36344 15936 3552 6655 0 14562 0
[pid=13559/tid=13561] ppid=13556 vsize=145376 memory=14444 CPUtime=864.44 cores=4,6
/proc/13559/task/13561/stat : 13561 (LSIPExact) R 13556 13559 11267 0 -1 4194368 15543 0 0 0 86430 14 0 0 20 0 2 0 29374562 148865024 15936 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
Current children cumulated CPU time: 1744.47 s
Current children cumulated vsize: 145376 KiB
Current children cumulated memory: 63744 KiB

[startup+942.3 s]
/proc/loadavg: 6.18 6.36 6.32 7/267 13979
/proc/meminfo: memFree=129161708/131249988 swapFree=33010684/33010684
[pid=13559] ppid=13556 vsize=145908 memory=65664 CPUtime=1863.72 cores=4,6
/proc/13559/stat : 13559 (LSIPExact) R 13556 13559 11267 0 -1 4194304 31214 0 0 0 186350 22 0 0 20 0 2 0 29373561 149409792 16416 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
/proc/13559/statm: 36477 16416 3552 6655 0 14984 0
[pid=13559/tid=13561] ppid=13556 vsize=145908 memory=65024 CPUtime=923.84 cores=4,6
/proc/13559/task/13561/stat : 13561 (LSIPExact) R 13556 13559 11267 0 -1 4194368 15898 0 0 0 92369 15 0 0 20 0 2 0 29374562 149409792 16416 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
Current children cumulated CPU time: 1863.72 s
Current children cumulated vsize: 145908 KiB
Current children cumulated memory: 65664 KiB

[startup+1002.3 s]
/proc/loadavg: 6.17 6.32 6.31 7/268 13982
/proc/meminfo: memFree=129130452/131249988 swapFree=33010684/33010684
[pid=13559] ppid=13556 vsize=149580 memory=70144 CPUtime=1982.97 cores=4,6
/proc/13559/stat : 13559 (LSIPExact) R 13556 13559 11267 0 -1 4194304 32382 0 0 0 198274 23 0 0 20 0 2 0 29373561 153169920 17536 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
/proc/13559/statm: 37395 17536 3552 6655 0 16147 0
[pid=13559/tid=13561] ppid=13556 vsize=149580 memory=70016 CPUtime=983.25 cores=4,6
/proc/13559/task/13561/stat : 13561 (LSIPExact) R 13556 13559 11267 0 -1 4194368 16210 0 0 0 98309 16 0 0 20 0 2 0 29374562 153169920 17536 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
Current children cumulated CPU time: 1982.97 s
Current children cumulated vsize: 149580 KiB
Current children cumulated memory: 70144 KiB

[startup+1062.3 s]
/proc/loadavg: 6.12 6.28 6.29 7/268 13984
/proc/meminfo: memFree=129121276/131249988 swapFree=33010684/33010684
[pid=13559] ppid=13556 vsize=149580 memory=71424 CPUtime=2102.23 cores=4,6
/proc/13559/stat : 13559 (LSIPExact) R 13556 13559 11267 0 -1 4194304 32748 0 0 0 210199 24 0 0 20 0 2 0 29373561 153169920 17856 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
/proc/13559/statm: 37395 17856 3552 6655 0 16397 0
[pid=13559/tid=13561] ppid=13556 vsize=149580 memory=70400 CPUtime=1042.65 cores=4,6
/proc/13559/task/13561/stat : 13561 (LSIPExact) R 13556 13559 11267 0 -1 4194368 16525 0 0 0 104249 16 0 0 20 0 2 0 29374562 153169920 17856 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
Current children cumulated CPU time: 2102.23 s
Current children cumulated vsize: 149580 KiB
Current children cumulated memory: 71424 KiB

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

# cumulated CPU time of all completed processes:  user=2145.17 s, system=0.259289 s

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

[startup+1062.4 s]
/proc/loadavg: 6.12 6.28 6.29 7/268 13984
/proc/meminfo: memFree=129121276/131249988 swapFree=33010684/33010684
[pid=13559] ppid=13556 vsize=149580 memory=71424 CPUtime=2102.42 cores=4,6
/proc/13559/stat : 13559 (LSIPExact) R 13556 13559 11267 0 -1 4194304 32748 0 0 0 210218 24 0 0 20 0 2 0 29373561 153169920 17856 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
/proc/13559/statm: 37395 17856 3552 6655 0 16397 0
[pid=13559/tid=13561] ppid=13556 vsize=149580 memory=71168 CPUtime=1042.75 cores=4,6
/proc/13559/task/13561/stat : 13561 (LSIPExact) R 13556 13559 11267 0 -1 4194368 16525 0 0 0 104259 16 0 0 20 0 2 0 29374562 153169920 17856 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
Current children cumulated CPU time: 2102.42 s
Current children cumulated vsize: 149580 KiB
Current children cumulated memory: 71424 KiB

[startup+1075.2 s]
/proc/loadavg: 6.09 6.26 6.28 7/268 13985
/proc/meminfo: memFree=129120804/131249988 swapFree=33010684/33010684
[pid=13559] ppid=13556 vsize=149580 memory=71680 CPUtime=2127.87 cores=4,6
/proc/13559/stat : 13559 (LSIPExact) R 13556 13559 11267 0 -1 4194304 32823 0 0 0 212762 25 0 0 20 0 2 0 29373561 153169920 17920 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
/proc/13559/statm: 37395 17920 3552 6655 0 16452 0
[pid=13559/tid=13561] ppid=13556 vsize=149580 memory=70016 CPUtime=1055.43 cores=4,6
/proc/13559/task/13561/stat : 13561 (LSIPExact) R 13556 13559 11267 0 -1 4194368 16587 0 0 0 105526 17 0 0 20 0 2 0 29374562 153169920 17920 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
Current children cumulated CPU time: 2127.87 s
Current children cumulated vsize: 149580 KiB
Current children cumulated memory: 71680 KiB

[startup+1078.4 s]
/proc/loadavg: 6.09 6.26 6.28 7/268 13986
/proc/meminfo: memFree=129120380/131249988 swapFree=33010684/33010684
[pid=13559] ppid=13556 vsize=149580 memory=71680 CPUtime=2134.23 cores=4,6
/proc/13559/stat : 13559 (LSIPExact) R 13556 13559 11267 0 -1 4194304 32831 0 0 0 213398 25 0 0 20 0 2 0 29373561 153169920 17920 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
/proc/13559/statm: 37395 17920 3552 6655 0 16452 0
[pid=13559/tid=13561] ppid=13556 vsize=149580 memory=17152 CPUtime=1058.59 cores=4,6
/proc/13559/task/13561/stat : 13561 (LSIPExact) R 13556 13559 11267 0 -1 4194368 16592 0 0 0 105842 17 0 0 20 0 2 0 29374562 153169920 17920 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
Current children cumulated CPU time: 2134.23 s
Current children cumulated vsize: 149580 KiB
Current children cumulated memory: 71680 KiB

[startup+1081.6 s]
/proc/loadavg: 6.08 6.26 6.28 7/268 13986
/proc/meminfo: memFree=129118616/131249988 swapFree=33010684/33010684
[pid=13559] ppid=13556 vsize=149580 memory=71808 CPUtime=2140.59 cores=4,6
/proc/13559/stat : 13559 (LSIPExact) R 13556 13559 11267 0 -1 4194304 32855 0 0 0 214034 25 0 0 20 0 2 0 29373561 153169920 17952 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
/proc/13559/statm: 37395 17952 3552 6655 0 16476 0
[pid=13559/tid=13561] ppid=13556 vsize=149580 memory=71680 CPUtime=1061.76 cores=4,6
/proc/13559/task/13561/stat : 13561 (LSIPExact) R 13556 13559 11267 0 -1 4194368 16614 0 0 0 106159 17 0 0 20 0 2 0 29374562 153169920 17952 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
Current children cumulated CPU time: 2140.59 s
Current children cumulated vsize: 149580 KiB
Current children cumulated memory: 71808 KiB

[startup+1083.2 s]
/proc/loadavg: 6.08 6.26 6.28 7/268 13986
/proc/meminfo: memFree=129118372/131249988 swapFree=33010684/33010684
[pid=13559] ppid=13556 vsize=149580 memory=71808 CPUtime=2143.77 cores=4,6
/proc/13559/stat : 13559 (LSIPExact) R 13556 13559 11267 0 -1 4194304 32863 0 0 0 214352 25 0 0 20 0 2 0 29373561 153169920 17952 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
/proc/13559/statm: 37395 17952 3552 6655 0 16476 0
[pid=13559/tid=13561] ppid=13556 vsize=149580 memory=71808 CPUtime=1063.34 cores=4,6
/proc/13559/task/13561/stat : 13561 (LSIPExact) R 13556 13559 11267 0 -1 4194368 16622 0 0 0 106317 17 0 0 20 0 2 0 29374562 153169920 17952 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
Current children cumulated CPU time: 2143.77 s
Current children cumulated vsize: 149580 KiB
Current children cumulated memory: 71808 KiB

[startup+1083.6 s]
/proc/loadavg: 6.08 6.26 6.28 7/268 13986
/proc/meminfo: memFree=129118372/131249988 swapFree=33010684/33010684
[pid=13559] ppid=13556 vsize=149580 memory=71808 CPUtime=2144.57 cores=4,6
/proc/13559/stat : 13559 (LSIPExact) R 13556 13559 11267 0 -1 4194304 32864 0 0 0 214432 25 0 0 20 0 2 0 29373561 153169920 17952 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
/proc/13559/statm: 37395 17952 3552 6655 0 16476 0
[pid=13559/tid=13561] ppid=13556 vsize=149580 memory=17152 CPUtime=1063.74 cores=4,6
/proc/13559/task/13561/stat : 13561 (LSIPExact) R 13556 13559 11267 0 -1 4194368 16623 0 0 0 106357 17 0 0 20 0 2 0 29374562 153169920 17952 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
Current children cumulated CPU time: 2144.57 s
Current children cumulated vsize: 149580 KiB
Current children cumulated memory: 71808 KiB

[startup+1084 s]*
/proc/loadavg: 6.08 6.25 6.28 7/268 13986
/proc/meminfo: memFree=129118372/131249988 swapFree=33010684/33010684
[pid=13559] ppid=13556 vsize=149580 memory=71808 CPUtime=2145.37 cores=4,6
/proc/13559/stat : 13559 (LSIPExact) R 13556 13559 11267 0 -1 4194304 32868 0 0 0 214512 25 0 0 20 0 2 0 29373561 153169920 17952 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
/proc/13559/statm: 37395 17952 3552 6655 0 16476 0
[pid=13559/tid=13561] ppid=13556 vsize=149580 memory=-6296429673135051107 CPUtime=1064.14 cores=4,6
/proc/13559/task/13561/stat : 13561 (LSIPExact) R 13556 13559 11267 0 -1 4194368 16623 0 0 0 106397 17 0 0 20 0 2 0 29374562 153169920 17952 18446744073709551615 94152661221376 94152688477777 140724535984512 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94152696980616 94152697412224 94152719708160 140724535990618 140724535990794 140724535990794 140724535996396 0
Current children cumulated CPU time: 2145.37 s
Current children cumulated vsize: 149580 KiB
Current children cumulated memory: 71808 KiB

Child status: 0

Real time (s): 1084.06
CPU time (s): 2145.43
CPU user time (s): 2145.17
CPU system time (s): 0.259289
CPU usage (%): 197.906
Max. virtual memory (cumulated for all children) (KiB): 149580
Max. memory (cumulated for all children) (KiB): 71808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2145.17
system time used= 0.259289
maximum resident set size= 72192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34128
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= 321
involuntary context switches= 21086


# summary of solver processes directly reported to runsolver:
#   pid: 13559
#   total CPU time (s): 2145.43
#   total CPU user time (s): 2145.17
#   total CPU system time (s): 0.259289

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.19002 second user time and 4.47942 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-06-28 20:55:47
IDJOB=4495920
IDBENCH=148102
IDSOLVER=3337
FILE ID=nodeC034/4495920-1751136947
RUNJOBID= nodeC034-1751133631-11284
SLURM_JOB_ID= 9587434
Free space on /tmp= 432912 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-cuww4.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4495920-1751136947/watcher-4495920-1751136947 -o /tmp/evaluation-result-4495920-1751136947/solver-4495920-1751136947 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751133631-11284 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4495920-1751136947.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 13439fe0222d33319b9169d149c100b9
RANDOM SEED=570101883

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.758
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.519
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		: 3680.120
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.512
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.752
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.749
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		: 3600.417
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		: 3583.260
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:        126979296 kB
MemAvailable:   126734792 kB
Buffers:            3280 kB
Cached:           566880 kB
SwapCached:            0 kB
Active:          3302020 kB
Inactive:         358084 kB
Active(anon):    3108048 kB
Inactive(anon):        0 kB
Active(file):     193972 kB
Inactive(file):   358084 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44644 kB
Writeback:             0 kB
AnonPages:       3088344 kB
Mapped:           147328 kB
Shmem:             18104 kB
KReclaimable:      84960 kB
Slab:             167656 kB
SReclaimable:      84960 kB
SUnreclaim:        82696 kB
KernelStack:        4288 kB
PageTables:         9192 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    3508736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2152448 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= 432880 MiB
End job on nodeC034 at 2025-06-28 21:13:51