Trace number 4545379

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 S1UNSAT 1434 732.461

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-MisteryShopper-mini-5-08-2-6-0_c24.opb
MD5SUM4a1d9056c3b02bcfb80521d72596a62f
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.08009
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables34391
Total number of constraints25309
Number of constraints which are clauses7791
Number of constraints which are cardinality constraints (but not clauses)1558
Number of constraints which are nor clauses,nor cardinality constraints15960
Minimum length of a constraint1
Maximum length of a constraint43
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 37
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 766
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1427.67/726.13	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1427.67/726.13	c numVar: 34391
1427.67/726.13	c numCon: 25309
1427.67/726.13	c numEqual: 1520
1427.67/726.13	c intSize: 10
1427.67/726.13	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1427.67/726.13	c ------------------- Paras list -------------------
1427.67/726.13	c Name                	 Type      	 Now       	 Default   	 Comment
1427.67/726.13	c timeout             	 double    	 3600.000000	 3600      	 
1427.67/726.13	c mip_time            	 double    	 0.200000  	 0.5       	 
1427.67/726.13	c ls_time             	 double    	 10.000000 	 10        	 
1427.67/726.13	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1427.67/726.13	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1427.67/726.13	c random_seed         	 int       	 0         	 0         	 
1427.67/726.13	c sample_size         	 int       	 50        	 50        	 
1427.67/726.13	c sub_score           	 int       	 1         	 1         	 
1427.67/726.13	c tabu_base           	 int       	 3         	 3         	 
1427.67/726.13	c tabu_variation      	 int       	 1         	 1         	 
1427.67/726.13	c sub_div             	 int       	 4         	 4         	 
1427.67/726.13	c nbcore              	 int       	 2         	 1         	 
1427.67/726.13	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1427.67/726.13	c print_sol           	 int       	 1         	 1         	 
1427.67/726.13	c tmpdir              	 string		 .         	 "."       	 
1427.67/726.13	c home                	 string		 HOME	 "."       	 
1427.67/726.13	c benchname           	 string		 HOME/instance-4545379-1753224380.opb	 ""        	 
1427.67/726.13	c --------------------------------------------------
1427.67/726.13	c Local Search solver
1427.67/726.13	c MIP solver
1427.67/726.13	c use Exact solver
1433.93/732.42	c Exact infeasible
1433.93/732.44	s UNSATISFIABLE
1433.93/732.44	c Total time: 733

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (61689 MiB free)
  memory of node 1: 64507 MiB (61302 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=167799, runsolver pid=167796

[startup+0.100066 s]*
/proc/loadavg: 5.94 6.13 6.00 7/265 167800
/proc/meminfo: memFree=125904476/131249988 swapFree=33010160/33010684
[pid=167799] ppid=167796 vsize=74424 memory=39808 CPUtime=0.08 cores=5,7
/proc/167799/stat : 167799 (LSIPExact) R 167796 167799 166575 0 -1 4194304 8941 0 0 0 7 1 0 0 20 0 1 0 238116866 76210176 9952 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
/proc/167799/statm: 18606 9952 1184 6655 0 8841 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 74424 KiB
Current children cumulated memory: 39808 KiB

[startup+0.205904 s]*
/proc/loadavg: 5.94 6.13 6.00 7/265 167800
/proc/meminfo: memFree=125912620/131249988 swapFree=33010160/33010684
[pid=167799] ppid=167796 vsize=74424 memory=39808 CPUtime=0.19 cores=5,7
/proc/167799/stat : 167799 (LSIPExact) R 167796 167799 166575 0 -1 4194304 8941 0 0 0 18 1 0 0 20 0 1 0 238116866 76210176 9952 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
/proc/167799/statm: 18606 9952 1184 6655 0 8841 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 74424 KiB
Current children cumulated memory: 39808 KiB

[startup+0.305937 s]*
/proc/loadavg: 5.94 6.13 6.00 7/265 167800
/proc/meminfo: memFree=125912620/131249988 swapFree=33010160/33010684
[pid=167799] ppid=167796 vsize=74424 memory=39808 CPUtime=0.29 cores=5,7
/proc/167799/stat : 167799 (LSIPExact) R 167796 167799 166575 0 -1 4194304 8941 0 0 0 28 1 0 0 20 0 1 0 238116866 76210176 9952 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
/proc/167799/statm: 18606 9952 1184 6655 0 8841 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 74424 KiB
Current children cumulated memory: 39808 KiB

[startup+0.700199 s]
/proc/loadavg: 5.94 6.13 6.00 7/265 167800
/proc/meminfo: memFree=125912620/131249988 swapFree=33010160/33010684
[pid=167799] ppid=167796 vsize=74424 memory=39808 CPUtime=0.68 cores=5,7
/proc/167799/stat : 167799 (LSIPExact) R 167796 167799 166575 0 -1 4194304 8941 0 0 0 67 1 0 0 20 0 1 0 238116866 76210176 9952 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
/proc/167799/statm: 18606 9952 1184 6655 0 8841 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 74424 KiB
Current children cumulated memory: 39808 KiB

[startup+1.50017 s]
/proc/loadavg: 5.94 6.13 6.00 8/265 167800
/proc/meminfo: memFree=125912620/131249988 swapFree=33010160/33010684
[pid=167799] ppid=167796 vsize=74424 memory=39808 CPUtime=1.47 cores=5,7
/proc/167799/stat : 167799 (LSIPExact) R 167796 167799 166575 0 -1 4194304 8941 0 0 0 146 1 0 0 20 0 1 0 238116866 76210176 9952 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
/proc/167799/statm: 18606 9952 1184 6655 0 8841 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 74424 KiB
Current children cumulated memory: 39808 KiB

[startup+3.10569 s]
/proc/loadavg: 5.94 6.13 6.00 8/265 167800
/proc/meminfo: memFree=125928460/131249988 swapFree=33010160/33010684
[pid=167799] ppid=167796 vsize=74424 memory=39808 CPUtime=3.07 cores=5,7
/proc/167799/stat : 167799 (LSIPExact) R 167796 167799 166575 0 -1 4194304 8941 0 0 0 306 1 0 0 20 0 1 0 238116866 76210176 9952 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
/proc/167799/statm: 18606 9952 1184 6655 0 8841 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 74424 KiB
Current children cumulated memory: 39808 KiB

[startup+6.30017 s]
/proc/loadavg: 5.94 6.13 6.00 8/265 167800
/proc/meminfo: memFree=125965508/131249988 swapFree=33010160/33010684
[pid=167799] ppid=167796 vsize=74424 memory=39808 CPUtime=6.26 cores=5,7
/proc/167799/stat : 167799 (LSIPExact) R 167796 167799 166575 0 -1 4194304 8941 0 0 0 625 1 0 0 20 0 1 0 238116866 76210176 9952 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
/proc/167799/statm: 18606 9952 1184 6655 0 8841 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 74424 KiB
Current children cumulated memory: 39808 KiB

[startup+12.7002 s]
/proc/loadavg: 6.03 6.14 6.01 9/266 167801
/proc/meminfo: memFree=125990812/131249988 swapFree=33010160/33010684
[pid=167799] ppid=167796 vsize=347416 memory=261852 CPUtime=14.65 cores=5,7
/proc/167799/stat : 167799 (LSIPExact) R 167796 167799 166575 0 -1 4194304 60805 0 0 0 1453 12 0 0 20 0 2 0 238116866 355753984 65463 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
/proc/167799/statm: 86854 65463 3392 6655 0 70157 0
[pid=167799/tid=167801] ppid=167796 vsize=347416 memory=6388 CPUtime=2.01 cores=5,7
/proc/167799/task/167801/stat : 167801 (LSIPExact) R 167796 167799 166575 0 -1 4194368 8926 0 0 0 200 1 0 0 20 0 2 0 238117873 355753984 65463 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
Current children cumulated CPU time: 14.65 s
Current children cumulated vsize: 347416 KiB
Current children cumulated memory: 261852 KiB

[startup+25.5002 s]
/proc/loadavg: 6.09 6.15 6.01 8/266 167803
/proc/meminfo: memFree=126001548/131249988 swapFree=33010160/33010684
[pid=167799] ppid=167796 vsize=417044 memory=338428 CPUtime=40.04 cores=5,7
/proc/167799/stat : 167799 (LSIPExact) R 167796 167799 166575 0 -1 4194304 135328 0 0 0 3985 19 0 0 20 0 2 0 238116866 427053056 84607 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
/proc/167799/statm: 104261 84607 3424 6655 0 89441 0
[pid=167799/tid=167801] ppid=167796 vsize=417044 memory=14444 CPUtime=14.66 cores=5,7
/proc/167799/task/167801/stat : 167801 (LSIPExact) R 167796 167799 166575 0 -1 4194368 28695 0 0 0 1463 3 0 0 20 0 2 0 238117873 427053056 84607 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
Current children cumulated CPU time: 40.04 s
Current children cumulated vsize: 417044 KiB
Current children cumulated memory: 338428 KiB

[startup+51.1058 s]
/proc/loadavg: 6.06 6.14 6.01 8/266 167803
/proc/meminfo: memFree=126210944/131249988 swapFree=33010160/33010684
[pid=167799] ppid=167796 vsize=417044 memory=348796 CPUtime=90.84 cores=5,7
/proc/167799/stat : 167799 (LSIPExact) R 167796 167799 166575 0 -1 4194304 188227 0 0 0 9060 24 0 0 20 0 2 0 238116866 427053056 87199 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
/proc/167799/statm: 104261 87199 3424 6655 0 91328 0
[pid=167799/tid=167801] ppid=167796 vsize=417044 memory=347516 CPUtime=39.97 cores=5,7
/proc/167799/task/167801/stat : 167801 (LSIPExact) R 167796 167799 166575 0 -1 4194368 50530 0 0 0 3992 5 0 0 20 0 2 0 238117873 427053056 87199 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
Current children cumulated CPU time: 90.84 s
Current children cumulated vsize: 417044 KiB
Current children cumulated memory: 348796 KiB

[startup+102.3 s]
/proc/loadavg: 6.14 6.15 6.01 7/267 167808
/proc/meminfo: memFree=126439060/131249988 swapFree=33010160/33010684
[pid=167799] ppid=167796 vsize=482580 memory=384144 CPUtime=190.46 cores=5,7
/proc/167799/stat : 167799 (LSIPExact) R 167796 167799 166575 0 -1 4194304 239317 0 0 0 19016 30 0 0 20 0 2 0 238116866 494161920 96036 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
/proc/167799/statm: 120645 96036 3424 6655 0 100400 0
[pid=167799/tid=167801] ppid=167796 vsize=482580 memory=382736 CPUtime=88.65 cores=5,7
/proc/167799/task/167801/stat : 167801 (LSIPExact) R 167796 167799 166575 0 -1 4194368 70926 0 0 0 8855 10 0 0 20 0 2 0 238117873 494161920 96036 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
Current children cumulated CPU time: 190.46 s
Current children cumulated vsize: 482580 KiB
Current children cumulated memory: 384144 KiB

[startup+162.3 s]
/proc/loadavg: 6.08 6.12 6.01 8/267 167814
/proc/meminfo: memFree=126240576/131249988 swapFree=33010160/33010684
[pid=167799] ppid=167796 vsize=528244 memory=440724 CPUtime=309.45 cores=5,7
/proc/167799/stat : 167799 (LSIPExact) R 167796 167799 166575 0 -1 4194304 289300 0 0 0 30908 37 0 0 20 0 2 0 238116866 540921856 110181 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
/proc/167799/statm: 132061 110181 3424 6655 0 111816 0
[pid=167799/tid=167801] ppid=167796 vsize=528244 memory=437268 CPUtime=147.91 cores=5,7
/proc/167799/task/167801/stat : 167801 (LSIPExact) R 167796 167799 166575 0 -1 4194368 82365 0 0 0 14779 12 0 0 20 0 2 0 238117873 540921856 110181 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
Current children cumulated CPU time: 309.45 s
Current children cumulated vsize: 528244 KiB
Current children cumulated memory: 440724 KiB

[startup+222.3 s]
/proc/loadavg: 6.03 6.10 6.00 8/267 167816
/proc/meminfo: memFree=126212496/131249988 swapFree=33010160/33010684
[pid=167799] ppid=167796 vsize=528244 memory=440724 CPUtime=428.39 cores=5,7
/proc/167799/stat : 167799 (LSIPExact) R 167796 167799 166575 0 -1 4194304 322188 0 0 0 42799 40 0 0 20 0 2 0 238116866 540921856 110181 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
/proc/167799/statm: 132061 110181 3424 6655 0 111816 0
[pid=167799/tid=167801] ppid=167796 vsize=528244 memory=440724 CPUtime=207.13 cores=5,7
/proc/167799/task/167801/stat : 167801 (LSIPExact) R 167796 167799 166575 0 -1 4194368 95059 0 0 0 20700 13 0 0 20 0 2 0 238117873 540921856 110181 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
Current children cumulated CPU time: 428.39 s
Current children cumulated vsize: 528244 KiB
Current children cumulated memory: 440724 KiB

[startup+282.3 s]
/proc/loadavg: 6.11 6.11 6.01 8/267 167818
/proc/meminfo: memFree=126208860/131249988 swapFree=33010160/33010684
[pid=167799] ppid=167796 vsize=528200 memory=440460 CPUtime=547.35 cores=5,7
/proc/167799/stat : 167799 (LSIPExact) R 167796 167799 166575 0 -1 4194304 355475 0 0 0 54692 43 0 0 20 0 2 0 238116866 540876800 110115 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
/proc/167799/statm: 132050 110115 3424 6655 0 111805 0
[pid=167799/tid=167801] ppid=167796 vsize=528200 memory=0 CPUtime=266.35 cores=5,7
/proc/167799/task/167801/stat : 167801 (LSIPExact) R 167796 167799 166575 0 -1 4194368 99625 0 0 0 26622 13 0 0 20 0 2 0 238117873 540876800 110115 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
Current children cumulated CPU time: 547.35 s
Current children cumulated vsize: 528200 KiB
Current children cumulated memory: 440460 KiB

[startup+342.3 s]
/proc/loadavg: 6.09 6.10 6.01 8/267 167820
/proc/meminfo: memFree=126216632/131249988 swapFree=33010160/33010684
[pid=167799] ppid=167796 vsize=528200 memory=440460 CPUtime=666.32 cores=5,7
/proc/167799/stat : 167799 (LSIPExact) R 167796 167799 166575 0 -1 4194304 374283 0 0 0 66586 46 0 0 20 0 2 0 238116866 540876800 110115 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
/proc/167799/statm: 132050 110115 3424 6655 0 111805 0
[pid=167799/tid=167801] ppid=167796 vsize=528200 memory=440460 CPUtime=325.56 cores=5,7
/proc/167799/task/167801/stat : 167801 (LSIPExact) R 167796 167799 166575 0 -1 4194368 107556 0 0 0 32542 14 0 0 20 0 2 0 238117873 540876800 110115 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
Current children cumulated CPU time: 666.32 s
Current children cumulated vsize: 528200 KiB
Current children cumulated memory: 440460 KiB


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

Current children cumulated vsize: 528200 KiB
Current children cumulated memory: 440460 KiB

[startup+462.3 s]
/proc/loadavg: 6.08 6.09 6.01 8/266 167824
/proc/meminfo: memFree=126228560/131249988 swapFree=33010160/33010684
[pid=167799] ppid=167796 vsize=528200 memory=440460 CPUtime=904.3 cores=5,7
/proc/167799/stat : 167799 (LSIPExact) R 167796 167799 166575 0 -1 4194304 397362 0 0 0 90382 48 0 0 20 0 2 0 238116866 540876800 110115 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
/proc/167799/statm: 132050 110115 3424 6655 0 111805 0
[pid=167799/tid=167801] ppid=167796 vsize=528200 memory=440460 CPUtime=444.05 cores=5,7
/proc/167799/task/167801/stat : 167801 (LSIPExact) R 167796 167799 166575 0 -1 4194368 115194 0 0 0 44389 16 0 0 20 0 2 0 238117873 540876800 110115 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
Current children cumulated CPU time: 904.3 s
Current children cumulated vsize: 528200 KiB
Current children cumulated memory: 440460 KiB

[startup+522.3 s]
/proc/loadavg: 6.07 6.09 6.01 8/266 167826
/proc/meminfo: memFree=126213888/131249988 swapFree=33010160/33010684
[pid=167799] ppid=167796 vsize=528200 memory=442608 CPUtime=1023.26 cores=5,7
/proc/167799/stat : 167799 (LSIPExact) R 167796 167799 166575 0 -1 4194304 402485 0 0 0 102278 48 0 0 20 0 2 0 238116866 540876800 110652 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
/proc/167799/statm: 132050 110652 3424 6655 0 111805 0
[pid=167799/tid=167801] ppid=167796 vsize=528200 memory=442608 CPUtime=503.27 cores=5,7
/proc/167799/task/167801/stat : 167801 (LSIPExact) R 167796 167799 166575 0 -1 4194368 119937 0 0 0 50311 16 0 0 20 0 2 0 238117873 540876800 110652 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
Current children cumulated CPU time: 1023.26 s
Current children cumulated vsize: 528200 KiB
Current children cumulated memory: 442608 KiB

[startup+582.3 s]
/proc/loadavg: 6.13 6.10 6.01 8/266 167828
/proc/meminfo: memFree=126211432/131249988 swapFree=33010160/33010684
[pid=167799] ppid=167796 vsize=528200 memory=442608 CPUtime=1142.28 cores=5,7
/proc/167799/stat : 167799 (LSIPExact) R 167796 167799 166575 0 -1 4194304 406945 0 0 0 114179 49 0 0 20 0 2 0 238116866 540876800 110652 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
/proc/167799/statm: 132050 110652 3424 6655 0 111805 0
[pid=167799/tid=167801] ppid=167796 vsize=528200 memory=27648 CPUtime=562.52 cores=5,7
/proc/167799/task/167801/stat : 167801 (LSIPExact) R 167796 167799 166575 0 -1 4194368 120168 0 0 0 56236 16 0 0 20 0 2 0 238117873 540876800 110652 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
Current children cumulated CPU time: 1142.28 s
Current children cumulated vsize: 528200 KiB
Current children cumulated memory: 442608 KiB

[startup+642.3 s]
/proc/loadavg: 5.89 6.04 6.00 7/266 167831
/proc/meminfo: memFree=123744392/131249988 swapFree=33010160/33010684
[pid=167799] ppid=167796 vsize=593736 memory=484888 CPUtime=1261.3 cores=5,7
/proc/167799/stat : 167799 (LSIPExact) R 167796 167799 166575 0 -1 4194304 457110 0 0 0 126076 54 0 0 20 0 2 0 238116866 607985664 121222 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
/proc/167799/statm: 148434 121222 3424 6655 0 123381 0
[pid=167799/tid=167801] ppid=167796 vsize=593736 memory=27648 CPUtime=621.77 cores=5,7
/proc/167799/task/167801/stat : 167801 (LSIPExact) R 167796 167799 166575 0 -1 4194368 147642 0 0 0 62158 19 0 0 20 0 2 0 238117873 607985664 121222 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
Current children cumulated CPU time: 1261.3 s
Current children cumulated vsize: 593736 KiB
Current children cumulated memory: 484888 KiB

[startup+702.3 s]
/proc/loadavg: 5.45 5.88 5.95 7/267 167836
/proc/meminfo: memFree=113552896/131249988 swapFree=33010160/33010684
[pid=167799] ppid=167796 vsize=593736 memory=484888 CPUtime=1380.43 cores=5,7
/proc/167799/stat : 167799 (LSIPExact) R 167796 167799 166575 0 -1 4194304 479741 0 0 0 137987 56 0 0 20 0 2 0 238116866 607985664 121222 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
/proc/167799/statm: 148434 121222 3424 6655 0 123381 0
[pid=167799/tid=167801] ppid=167796 vsize=593736 memory=27648 CPUtime=681.09 cores=5,7
/proc/167799/task/167801/stat : 167801 (LSIPExact) R 167796 167799 166575 0 -1 4194368 157597 0 0 0 68089 20 0 0 20 0 2 0 238117873 607985664 121222 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
Current children cumulated CPU time: 1380.43 s
Current children cumulated vsize: 593736 KiB
Current children cumulated memory: 484888 KiB

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

# cumulated CPU time of all completed processes:  user=1433.32 s, system=0.679638 s

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

[startup+716.8 s]
/proc/loadavg: 5.35 5.84 5.93 7/267 167836
/proc/meminfo: memFree=112762976/131249988 swapFree=33010160/33010684
[pid=167799] ppid=167796 vsize=593736 memory=484888 CPUtime=1409.22 cores=5,7
/proc/167799/stat : 167799 (LSIPExact) R 167796 167799 166575 0 -1 4194304 479812 0 0 0 140866 56 0 0 20 0 2 0 238116866 607985664 121222 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
/proc/167799/statm: 148434 121222 3424 6655 0 123381 0
[pid=167799/tid=167801] ppid=167796 vsize=593736 memory=10624 CPUtime=695.42 cores=5,7
/proc/167799/task/167801/stat : 167801 (LSIPExact) R 167796 167799 166575 0 -1 4194368 157601 0 0 0 69522 20 0 0 20 0 2 0 238117873 607985664 121222 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
Current children cumulated CPU time: 1409.22 s
Current children cumulated vsize: 593736 KiB
Current children cumulated memory: 484888 KiB

[startup+723.2 s]
/proc/loadavg: 5.29 5.81 5.92 7/267 167841
/proc/meminfo: memFree=112763196/131249988 swapFree=33010160/33010684
[pid=167799] ppid=167796 vsize=593736 memory=484888 CPUtime=1421.9 cores=5,7
/proc/167799/stat : 167799 (LSIPExact) R 167796 167799 166575 0 -1 4194304 479814 0 0 0 142134 56 0 0 20 0 2 0 238116866 607985664 121222 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
/proc/167799/statm: 148434 121222 3424 6655 0 123381 0
[pid=167799/tid=167801] ppid=167796 vsize=593736 memory=484888 CPUtime=701.73 cores=5,7
/proc/167799/task/167801/stat : 167801 (LSIPExact) R 167796 167799 166575 0 -1 4194368 157603 0 0 0 70153 20 0 0 20 0 2 0 238117873 607985664 121222 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
Current children cumulated CPU time: 1421.9 s
Current children cumulated vsize: 593736 KiB
Current children cumulated memory: 484888 KiB

[startup+726.4 s]
/proc/loadavg: 5.29 5.81 5.92 7/267 167841
/proc/meminfo: memFree=112755436/131249988 swapFree=33010160/33010684
[pid=167799] ppid=167796 vsize=462664 memory=381120 CPUtime=1427.71 cores=5,7
/proc/167799/stat : 167799 (LSIPExact) S 167796 167799 166575 0 -1 4194304 487934 0 0 0 142714 57 0 0 20 0 1 0 238116866 473767936 95280 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
/proc/167799/statm: 115666 95280 3456 6655 0 105884 0
Current children cumulated CPU time: 1427.71 s
Current children cumulated vsize: 462664 KiB
Current children cumulated memory: 381120 KiB

[startup+729.6 s]
/proc/loadavg: 5.19 5.78 5.91 6/267 167842
/proc/meminfo: memFree=112703256/131249988 swapFree=33010160/33010684
[pid=167799] ppid=167796 vsize=462664 memory=381120 CPUtime=1427.71 cores=5,7
/proc/167799/stat : 167799 (LSIPExact) S 167796 167799 166575 0 -1 4194304 487934 0 0 0 142714 57 0 0 20 0 1 0 238116866 473767936 95280 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
/proc/167799/statm: 115666 95280 3456 6655 0 105884 0
[pid=167842] ppid=167799 vsize=177404 memory=159048 CPUtime=3.42 cores=5,7
/proc/167842/stat : 167842 (Exact) R 167799 167842 167842 0 -1 4194304 32218 0 0 0 335 7 0 0 20 0 1 0 238189479 181661696 39762 18446744073709551615 4198400 8335837 140737190715568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 31293440 140737190717625 140737190717979 140737190717979 140737190723535 0
/proc/167842/statm: 44351 39762 1120 1011 0 43118 0
Current children cumulated CPU time: 1431.13 s
Current children cumulated vsize: 640068 KiB
Current children cumulated memory: 540168 KiB

[startup+731.2 s]
/proc/loadavg: 5.19 5.78 5.91 6/267 167842
/proc/meminfo: memFree=112684768/131249988 swapFree=33010160/33010684
[pid=167799] ppid=167796 vsize=462664 memory=381120 CPUtime=1427.71 cores=5,7
/proc/167799/stat : 167799 (LSIPExact) S 167796 167799 166575 0 -1 4194304 487934 0 0 0 142714 57 0 0 20 0 1 0 238116866 473767936 95280 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
/proc/167799/statm: 115666 95280 3456 6655 0 105884 0
[pid=167842] ppid=167799 vsize=188544 memory=174232 CPUtime=5.02 cores=5,7
/proc/167842/stat : 167842 (Exact) R 167799 167842 167842 0 -1 4194304 34001 0 0 0 495 7 0 0 20 0 1 0 238189479 193069056 43558 18446744073709551615 4198400 8335837 140737190715568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 31293440 140737190717625 140737190717979 140737190717979 140737190723535 0
/proc/167842/statm: 47136 43558 1120 1011 0 45903 0
Current children cumulated CPU time: 1432.73 s
Current children cumulated vsize: 651208 KiB
Current children cumulated memory: 555352 KiB

[startup+732 s]*
/proc/loadavg: 5.19 5.78 5.91 6/267 167842
/proc/meminfo: memFree=112680672/131249988 swapFree=33010160/33010684
[pid=167799] ppid=167796 vsize=462664 memory=381120 CPUtime=1427.71 cores=5,7
/proc/167799/stat : 167799 (LSIPExact) S 167796 167799 166575 0 -1 4194304 487934 0 0 0 142714 57 0 0 20 0 1 0 238116866 473767936 95280 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
/proc/167799/statm: 115666 95280 3456 6655 0 105884 0
[pid=167842] ppid=167799 vsize=188544 memory=174360 CPUtime=5.82 cores=5,7
/proc/167842/stat : 167842 (Exact) R 167799 167842 167842 0 -1 4194304 34002 0 0 0 575 7 0 0 20 0 1 0 238189479 193069056 43590 18446744073709551615 4198400 8335837 140737190715568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 31293440 140737190717625 140737190717979 140737190717979 140737190723535 0
/proc/167842/statm: 47136 43590 1120 1011 0 45903 0
Current children cumulated CPU time: 1433.53 s
Current children cumulated vsize: 651208 KiB
Current children cumulated memory: 555480 KiB

[startup+732.4 s]
/proc/loadavg: 5.19 5.78 5.91 6/267 167842
/proc/meminfo: memFree=112680672/131249988 swapFree=33010160/33010684
[pid=167799] ppid=167796 vsize=462664 memory=381120 CPUtime=1427.71 cores=5,7
/proc/167799/stat : 167799 (LSIPExact) S 167796 167799 166575 0 -1 4194304 487934 0 0 0 142714 57 0 0 20 0 1 0 238116866 473767936 95280 18446744073709551615 94216852148224 94216879404625 140730401697392 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94216887907464 94216888339072 94216902561792 140730401704280 140730401704456 140730401704456 140730401710060 0
/proc/167799/statm: 115666 95280 3456 6655 0 105884 0
[pid=167842] ppid=167799 vsize=146828 memory=139888 CPUtime=6.22 cores=5,7
/proc/167842/stat : 167842 (Exact) R 167799 167842 167842 0 -1 4194304 34657 0 0 0 614 8 0 0 20 0 1 0 238189479 150351872 34972 18446744073709551615 4198400 8335837 140737190715568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 31293440 140737190717625 140737190717979 140737190717979 140737190723535 0
/proc/167842/statm: 36707 34972 1120 1011 0 35474 0
Current children cumulated CPU time: 1433.93 s
Current children cumulated vsize: 609492 KiB
Current children cumulated memory: 521008 KiB

Child status: 0

Real time (s): 732.461
CPU time (s): 1434
CPU user time (s): 1433.32
CPU system time (s): 0.679638
CPU usage (%): 195.779
Max. virtual memory (cumulated for all children) (KiB): 655844
Max. memory (cumulated for all children) (KiB): 560028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1433.32
system time used= 0.679638
maximum resident set size= 485144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 530562
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= 379
involuntary context switches= 16701


# summary of solver processes directly reported to runsolver:
#   pid: 167799
#   total CPU time (s): 1434
#   total CPU user time (s): 1433.32
#   total CPU system time (s): 0.679638

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.49645 second user time and 3.48414 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-07-23 00:46:20
IDJOB=4545379
IDBENCH=180853
IDSOLVER=3336
FILE ID=nodeC034/4545379-1753224380
RUNJOBID= nodeC034-1753221043-166588
SLURM_JOB_ID= 9687808
Free space on /tmp= 432900 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-MisteryShopper-mini-5-08-2-6-0_c24.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545379-1753224380/watcher-4545379-1753224380 -o /tmp/evaluation-result-4545379-1753224380/solver-4545379-1753224380 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1753221043-166588 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4545379-1753224380.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 4a1d9056c3b02bcfb80521d72596a62f
RANDOM SEED=1965747512

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        125943728 kB
MemAvailable:   126785716 kB
Buffers:            2128 kB
Cached:          1580856 kB
SwapCached:           32 kB
Active:          3095160 kB
Inactive:         460216 kB
Active(anon):    1996504 kB
Inactive(anon):     2152 kB
Active(file):    1098656 kB
Inactive(file):   458064 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             46100 kB
Writeback:            60 kB
AnonPages:       1973488 kB
Mapped:           149016 kB
Shmem:             26264 kB
KReclaimable:     248612 kB
Slab:             347292 kB
SReclaimable:     248612 kB
SUnreclaim:        98680 kB
KernelStack:        4272 kB
PageTables:         7076 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    2413052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    755712 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= 432856 MiB
End job on nodeC034 at 2025-07-23 00:58:33