Trace number 4505709

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
LSIPExact S1? (TO) 3602.16 1843.91

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_unif_10null0mast_rapportOE2.0_TMAX180_K67_cod3.opb
MD5SUMb261ca8837cd3a85e5e1f3e7a937d60a
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-52506
Best CPU time to get the best result obtained on this benchmark3600.05
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 28908
Biggest coefficient in the objective function 994
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 14671668
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 994
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 14671668
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.18/1841.90	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.18/1841.90	c numVar: 40451
3600.18/1841.90	c numCon: 40950
3600.18/1841.90	c numEqual: 0
3600.18/1841.90	c intSize: 24
3600.18/1841.90	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.18/1841.90	c ------------------- Paras list -------------------
3600.18/1841.90	c Name                	 Type      	 Now       	 Default   	 Comment
3600.18/1841.90	c timeout             	 double    	 3600.000000	 3600      	 
3600.18/1841.90	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.18/1841.90	c ls_time             	 double    	 10.000000 	 10        	 
3600.18/1841.90	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.18/1841.90	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.18/1841.90	c random_seed         	 int       	 0         	 0         	 
3600.18/1841.90	c sample_size         	 int       	 50        	 50        	 
3600.18/1841.90	c sub_score           	 int       	 1         	 1         	 
3600.18/1841.90	c tabu_base           	 int       	 3         	 3         	 
3600.18/1841.90	c tabu_variation      	 int       	 1         	 1         	 
3600.18/1841.90	c sub_div             	 int       	 4         	 4         	 
3600.18/1841.90	c nbcore              	 int       	 2         	 1         	 
3600.18/1841.90	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.18/1841.90	c print_sol           	 int       	 1         	 1         	 
3600.18/1841.90	c tmpdir              	 string		 .         	 "."       	 
3600.18/1841.90	c home                	 string		 HOME	 "."       	 
3600.18/1841.90	c benchname           	 string		 HOME/instance-4505709-1751449698.opb	 ""        	 
3600.18/1841.90	c --------------------------------------------------
3600.18/1841.90	c Local Search solver
3600.18/1841.90	c MIP solver
3600.18/1841.90	c receive signal 15, try to interrupt solver...
3600.18/1841.93	c MIP solver find feasible solution
3600.18/1841.93	c MIP solver objective value: -46998
3600.18/1841.98	c MIP find feasible solution for PBO with objective value -46998
3600.18/1841.98	c copy file: 0
3600.18/1841.98	c gen ub file: HOME/instance-4505709-1751449698.opb_ub.opb
3600.18/1841.98	c use Exact solver

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505709-1751449698/watcher-4505709-1751449698 -o /tmp/evaluation-result-4505709-1751449698/solver-4505709-1751449698 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751440305-68011 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4505709-1751449698.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=69537, runsolver pid=69534

[startup+0.100067 s]*
/proc/loadavg: 7.86 8.05 7.90 8/266 69538
/proc/meminfo: memFree=117224112/131250000 swapFree=33010684/33010684
[pid=69537] ppid=69534 vsize=88380 memory=53648 CPUtime=0.08 cores=5,7
/proc/69537/stat : 69537 (LSIPExact) R 69534 69537 67998 0 -1 4194304 12638 0 0 0 7 1 0 0 20 0 1 0 60650070 90501120 13412 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
/proc/69537/statm: 22095 13412 1120 6655 0 12330 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 88380 KiB
Current children cumulated memory: 53648 KiB

[startup+0.206031 s]*
/proc/loadavg: 7.86 8.05 7.90 8/266 69538
/proc/meminfo: memFree=117224368/131250000 swapFree=33010684/33010684
[pid=69537] ppid=69534 vsize=90624 memory=55824 CPUtime=0.19 cores=5,7
/proc/69537/stat : 69537 (LSIPExact) R 69534 69537 67998 0 -1 4194304 13185 0 0 0 18 1 0 0 20 0 1 0 60650070 92798976 13956 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
/proc/69537/statm: 22656 13956 1120 6655 0 12891 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 90624 KiB
Current children cumulated memory: 55824 KiB

[startup+0.30588 s]*
/proc/loadavg: 7.86 8.05 7.90 8/266 69538
/proc/meminfo: memFree=117224368/131250000 swapFree=33010684/33010684
[pid=69537] ppid=69534 vsize=90624 memory=55824 CPUtime=0.29 cores=5,7
/proc/69537/stat : 69537 (LSIPExact) R 69534 69537 67998 0 -1 4194304 13185 0 0 0 28 1 0 0 20 0 1 0 60650070 92798976 13956 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
/proc/69537/statm: 22656 13956 1120 6655 0 12891 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 90624 KiB
Current children cumulated memory: 55824 KiB

[startup+0.700247 s]
/proc/loadavg: 7.86 8.05 7.90 8/266 69538
/proc/meminfo: memFree=117224368/131250000 swapFree=33010684/33010684
[pid=69537] ppid=69534 vsize=90624 memory=55824 CPUtime=0.68 cores=5,7
/proc/69537/stat : 69537 (LSIPExact) R 69534 69537 67998 0 -1 4194304 13185 0 0 0 67 1 0 0 20 0 1 0 60650070 92798976 13956 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
/proc/69537/statm: 22656 13956 1120 6655 0 12891 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 90624 KiB
Current children cumulated memory: 55824 KiB

[startup+1.50021 s]
/proc/loadavg: 7.79 8.03 7.90 8/266 69538
/proc/meminfo: memFree=117224368/131250000 swapFree=33010684/33010684
[pid=69537] ppid=69534 vsize=90624 memory=55824 CPUtime=1.47 cores=5,7
/proc/69537/stat : 69537 (LSIPExact) R 69534 69537 67998 0 -1 4194304 13185 0 0 0 146 1 0 0 20 0 1 0 60650070 92798976 13956 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
/proc/69537/statm: 22656 13956 1120 6655 0 12891 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 90624 KiB
Current children cumulated memory: 55824 KiB

[startup+3.10599 s]
/proc/loadavg: 7.79 8.03 7.90 8/266 69538
/proc/meminfo: memFree=117224612/131250000 swapFree=33010684/33010684
[pid=69537] ppid=69534 vsize=90624 memory=55824 CPUtime=3.07 cores=5,7
/proc/69537/stat : 69537 (LSIPExact) R 69534 69537 67998 0 -1 4194304 13185 0 0 0 306 1 0 0 20 0 1 0 60650070 92798976 13956 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
/proc/69537/statm: 22656 13956 1120 6655 0 12891 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 90624 KiB
Current children cumulated memory: 55824 KiB

[startup+6.30021 s]
/proc/loadavg: 7.72 8.01 7.89 8/266 69538
/proc/meminfo: memFree=117224616/131250000 swapFree=33010684/33010684
[pid=69537] ppid=69534 vsize=90624 memory=55824 CPUtime=6.25 cores=5,7
/proc/69537/stat : 69537 (LSIPExact) R 69534 69537 67998 0 -1 4194304 13186 0 0 0 624 1 0 0 20 0 1 0 60650070 92798976 13956 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
/proc/69537/statm: 22656 13956 1120 6655 0 12891 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 90624 KiB
Current children cumulated memory: 55824 KiB

[startup+12.7002 s]
/proc/loadavg: 7.75 8.01 7.89 9/267 69539
/proc/meminfo: memFree=117084184/131250000 swapFree=33010684/33010684
[pid=69537] ppid=69534 vsize=292384 memory=203868 CPUtime=13.56 cores=5,7
/proc/69537/stat : 69537 (LSIPExact) R 69534 69537 67998 0 -1 4194304 42013 0 0 0 1348 8 0 0 20 0 2 0 60650070 299401216 50967 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
/proc/69537/statm: 73096 50967 3392 6655 0 54014 0
[pid=69537/tid=69539] ppid=69534 vsize=292384 memory=203868 CPUtime=0.92 cores=5,7
/proc/69537/task/69539/stat : 69539 (LSIPExact) R 69534 69537 67998 0 -1 4194368 3678 0 0 0 92 0 0 0 20 0 2 0 60651084 299401216 50967 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
Current children cumulated CPU time: 13.56 s
Current children cumulated vsize: 292384 KiB
Current children cumulated memory: 203868 KiB

[startup+25.5002 s]
/proc/loadavg: 7.79 8.01 7.90 9/267 69539
/proc/meminfo: memFree=117029380/131250000 swapFree=33010684/33010684
[pid=69537] ppid=69534 vsize=308020 memory=255144 CPUtime=38.31 cores=5,7
/proc/69537/stat : 69537 (LSIPExact) R 69534 69537 67998 0 -1 4194304 94212 0 0 0 3817 14 0 0 20 0 2 0 60650070 315412480 63786 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
/proc/69537/statm: 77005 63786 3456 6655 0 65504 0
[pid=69537/tid=69539] ppid=69534 vsize=308020 memory=264488 CPUtime=13.08 cores=5,7
/proc/69537/task/69539/stat : 69539 (LSIPExact) R 69534 69537 67998 0 -1 4194368 20228 0 0 0 1305 3 0 0 20 0 2 0 60651084 315412480 63786 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
Current children cumulated CPU time: 38.31 s
Current children cumulated vsize: 308020 KiB
Current children cumulated memory: 255144 KiB

[startup+51.1061 s]
/proc/loadavg: 7.87 8.01 7.90 9/267 69539
/proc/meminfo: memFree=116955576/131250000 swapFree=33010684/33010684
[pid=69537] ppid=69534 vsize=393452 memory=326148 CPUtime=88.94 cores=5,7
/proc/69537/stat : 69537 (LSIPExact) R 69534 69537 67998 0 -1 4194304 165828 0 0 0 8870 24 0 0 20 0 2 0 60650070 402894848 81537 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
/proc/69537/statm: 98363 81537 3520 6655 0 86862 0
[pid=69537/tid=69539] ppid=69534 vsize=393452 memory=315840 CPUtime=38.46 cores=5,7
/proc/69537/task/69539/stat : 69539 (LSIPExact) R 69534 69537 67998 0 -1 4194368 40194 0 0 0 3841 5 0 0 20 0 2 0 60651084 402894848 81537 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
Current children cumulated CPU time: 88.94 s
Current children cumulated vsize: 393452 KiB
Current children cumulated memory: 326148 KiB

[startup+102.3 s]
/proc/loadavg: 7.99 8.02 7.91 9/267 69541
/proc/meminfo: memFree=116917216/131250000 swapFree=33010684/33010684
[pid=69537] ppid=69534 vsize=401604 memory=346220 CPUtime=190.33 cores=5,7
/proc/69537/stat : 69537 (LSIPExact) R 69534 69537 67998 0 -1 4194304 206304 0 0 0 19004 29 0 0 20 0 2 0 60650070 411242496 86555 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
/proc/69537/statm: 100401 86555 3584 6655 0 89299 0
[pid=69537/tid=69539] ppid=69534 vsize=401604 memory=346220 CPUtime=89.38 cores=5,7
/proc/69537/task/69539/stat : 69539 (LSIPExact) R 69534 69537 67998 0 -1 4194368 53444 0 0 0 8932 6 0 0 20 0 2 0 60651084 411242496 86555 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
Current children cumulated CPU time: 190.33 s
Current children cumulated vsize: 401604 KiB
Current children cumulated memory: 346220 KiB

[startup+162.3 s]
/proc/loadavg: 8.06 8.03 7.92 9/267 69544
/proc/meminfo: memFree=116902996/131250000 swapFree=33010684/33010684
[pid=69537] ppid=69534 vsize=390572 memory=336308 CPUtime=309.12 cores=5,7
/proc/69537/stat : 69537 (LSIPExact) R 69534 69537 67998 0 -1 4194304 249588 0 0 0 30878 34 0 0 20 0 2 0 60650070 399945728 84077 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
/proc/69537/statm: 97643 84077 3584 6655 0 86541 0
[pid=69537/tid=69539] ppid=69534 vsize=390572 memory=335796 CPUtime=149.04 cores=5,7
/proc/69537/task/69539/stat : 69539 (LSIPExact) R 69534 69537 67998 0 -1 4194368 71041 0 0 0 14896 8 0 0 20 0 2 0 60651084 399945728 84077 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
Current children cumulated CPU time: 309.12 s
Current children cumulated vsize: 390572 KiB
Current children cumulated memory: 336308 KiB

[startup+222.3 s]
/proc/loadavg: 8.02 8.02 7.93 9/267 69546
/proc/meminfo: memFree=116878796/131250000 swapFree=33010684/33010684
[pid=69537] ppid=69534 vsize=464964 memory=360868 CPUtime=423.82 cores=5,7
/proc/69537/stat : 69537 (LSIPExact) R 69534 69537 67998 0 -1 4194304 299909 0 0 0 42343 39 0 0 20 0 2 0 60650070 476123136 90217 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
/proc/69537/statm: 116241 90217 3584 6655 0 91899 0
[pid=69537/tid=69539] ppid=69534 vsize=464964 memory=360100 CPUtime=204.56 cores=5,7
/proc/69537/task/69539/stat : 69539 (LSIPExact) R 69534 69537 67998 0 -1 4194368 87133 0 0 0 20446 10 0 0 20 0 2 0 60651084 476123136 90217 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
Current children cumulated CPU time: 423.82 s
Current children cumulated vsize: 464964 KiB
Current children cumulated memory: 360868 KiB

[startup+282.3 s]
/proc/loadavg: 7.82 7.95 7.91 9/268 69645
/proc/meminfo: memFree=125985032/131250000 swapFree=33010684/33010684
[pid=69537] ppid=69534 vsize=464964 memory=373308 CPUtime=542.66 cores=5,7
/proc/69537/stat : 69537 (LSIPExact) R 69534 69537 67998 0 -1 4194304 312306 0 0 0 54225 41 0 0 20 0 2 0 60650070 476123136 93327 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
/proc/69537/statm: 116241 93327 3584 6655 0 92528 0
[pid=69537/tid=69539] ppid=69534 vsize=464964 memory=14720 CPUtime=264.22 cores=5,7
/proc/69537/task/69539/stat : 69539 (LSIPExact) R 69534 69537 67998 0 -1 4194368 96595 0 0 0 26411 11 0 0 20 0 2 0 60651084 476123136 93327 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
Current children cumulated CPU time: 542.66 s
Current children cumulated vsize: 464964 KiB
Current children cumulated memory: 373308 KiB

[startup+342.3 s]
/proc/loadavg: 7.87 7.94 7.91 9/268 69647
/proc/meminfo: memFree=125532408/131250000 swapFree=33010684/33010684
[pid=69537] ppid=69534 vsize=464964 memory=373308 CPUtime=661.47 cores=5,7
/proc/69537/stat : 69537 (LSIPExact) R 69534 69537 67998 0 -1 4194304 312570 0 0 0 66106 41 0 0 20 0 2 0 60650070 476123136 93327 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
/proc/69537/statm: 116241 93327 3584 6655 0 92528 0
[pid=69537/tid=69539] ppid=69534 vsize=464964 memory=373308 CPUtime=323.89 cores=5,7
/proc/69537/task/69539/stat : 69539 (LSIPExact) R 69534 69537 67998 0 -1 4194368 96776 0 0 0 32378 11 0 0 20 0 2 0 60651084 476123136 93327 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
Current children cumulated CPU time: 661.47 s
Current children cumulated vsize: 464964 KiB
Current children cumulated memory: 373308 KiB


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

/proc/69537/stat : 69537 (LSIPExact) R 69534 69537 67998 0 -1 4194304 441736 0 0 0 301776 64 0 0 20 0 2 0 60650070 477937664 97046 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
/proc/69537/statm: 116684 97046 3584 6655 0 97656 0
[pid=69537/tid=69539] ppid=69534 vsize=466736 memory=388184 CPUtime=1488.68 cores=5,7
/proc/69537/task/69539/stat : 69539 (LSIPExact) R 69534 69537 67998 0 -1 4194368 145755 0 0 0 148848 20 0 0 20 0 2 0 60651084 477937664 97046 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
Current children cumulated CPU time: 3018.4 s
Current children cumulated vsize: 466736 KiB
Current children cumulated memory: 388184 KiB

[startup+1602.3 s]
/proc/loadavg: 7.88 8.00 7.99 9/266 69716
/proc/meminfo: memFree=124769476/131250000 swapFree=33010684/33010684
[pid=69537] ppid=69534 vsize=465788 memory=387356 CPUtime=3137.43 cores=5,7
/proc/69537/stat : 69537 (LSIPExact) R 69534 69537 67998 0 -1 4194304 459950 0 0 0 313675 68 0 0 20 0 2 0 60650070 476966912 96839 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
/proc/69537/statm: 116447 96839 3584 6655 0 97419 0
[pid=69537/tid=69539] ppid=69534 vsize=465788 memory=388184 CPUtime=1547.96 cores=5,7
/proc/69537/task/69539/stat : 69539 (LSIPExact) R 69534 69537 67998 0 -1 4194368 147280 0 0 0 154775 21 0 0 20 0 2 0 60651084 476966912 96839 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
Current children cumulated CPU time: 3137.43 s
Current children cumulated vsize: 465788 KiB
Current children cumulated memory: 387356 KiB

[startup+1662.3 s]
/proc/loadavg: 8.06 8.03 8.00 9/266 69718
/proc/meminfo: memFree=124708160/131250000 swapFree=33010684/33010684
[pid=69537] ppid=69534 vsize=465788 memory=387356 CPUtime=3256.43 cores=5,7
/proc/69537/stat : 69537 (LSIPExact) R 69534 69537 67998 0 -1 4194304 460180 0 0 0 325575 68 0 0 20 0 2 0 60650070 476966912 96839 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
/proc/69537/statm: 116447 96839 3584 6655 0 97419 0
[pid=69537/tid=69539] ppid=69534 vsize=465788 memory=388184 CPUtime=1607.21 cores=5,7
/proc/69537/task/69539/stat : 69539 (LSIPExact) R 69534 69537 67998 0 -1 4194368 147399 0 0 0 160700 21 0 0 20 0 2 0 60651084 476966912 96839 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
Current children cumulated CPU time: 3256.43 s
Current children cumulated vsize: 465788 KiB
Current children cumulated memory: 387356 KiB

[startup+1722.3 s]
/proc/loadavg: 7.92 7.99 8.00 9/266 69720
/proc/meminfo: memFree=124692128/131250000 swapFree=33010684/33010684
[pid=69537] ppid=69534 vsize=481948 memory=404692 CPUtime=3362.79 cores=5,7
/proc/69537/stat : 69537 (LSIPExact) R 69534 69537 67998 0 -1 4194304 471613 0 0 0 336209 70 0 0 20 0 2 0 60650070 493514752 101173 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
/proc/69537/statm: 120487 101173 3584 6655 0 101459 0
[pid=69537/tid=69539] ppid=69534 vsize=481948 memory=388184 CPUtime=1653.86 cores=5,7
/proc/69537/task/69539/stat : 69539 (LSIPExact) R 69534 69537 67998 0 -1 4194368 148596 0 0 0 165365 21 0 0 20 0 2 0 60651084 493514752 101173 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
Current children cumulated CPU time: 3362.79 s
Current children cumulated vsize: 481948 KiB
Current children cumulated memory: 404692 KiB

[startup+1782.3 s]
/proc/loadavg: 7.59 7.91 7.97 6/260 69757
/proc/meminfo: memFree=125087648/131250000 swapFree=33010684/33010684
[pid=69537] ppid=69534 vsize=490072 memory=412792 CPUtime=3481.73 cores=5,7
/proc/69537/stat : 69537 (LSIPExact) R 69534 69537 67998 0 -1 4194304 473137 0 0 0 348102 71 0 0 20 0 2 0 60650070 501833728 103198 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
/proc/69537/statm: 122518 103198 3584 6655 0 103490 0
[pid=69537/tid=69539] ppid=69534 vsize=490072 memory=412792 CPUtime=1713.1 cores=5,7
/proc/69537/task/69539/stat : 69539 (LSIPExact) R 69534 69537 67998 0 -1 4194368 148597 0 0 0 171288 22 0 0 20 0 2 0 60651084 501833728 103198 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
Current children cumulated CPU time: 3481.73 s
Current children cumulated vsize: 490072 KiB
Current children cumulated memory: 412792 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1841.9 s]
/proc/loadavg: 6.58 7.56 7.85 7/261 69763
/proc/meminfo: memFree=125041828/131250000 swapFree=33010684/33010684
[pid=69537] ppid=69534 vsize=491644 memory=409884 CPUtime=3600.18 cores=5,7
/proc/69537/stat : 69537 (LSIPExact) R 69534 69537 67998 0 -1 4194304 475497 0 0 0 359946 72 0 0 20 0 2 0 60650070 503443456 102471 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
/proc/69537/statm: 122911 102471 3584 6655 0 104556 0
[pid=69537/tid=69539] ppid=69534 vsize=491644 memory=14720 CPUtime=1772.08 cores=5,7
/proc/69537/task/69539/stat : 69539 (LSIPExact) R 69534 69537 67998 0 -1 4194368 150561 0 0 0 177186 22 0 0 20 0 2 0 60651084 503443456 102471 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 491644 KiB
Current children cumulated memory: 409884 KiB

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

[startup+1842.3 s]
/proc/loadavg: 6.54 7.53 7.84 6/261 69765
/proc/meminfo: memFree=125050808/131250000 swapFree=33010684/33010684
[pid=69537] ppid=69534 vsize=426108 memory=373116 CPUtime=3600.24 cores=5,7
/proc/69537/stat : 69537 (LSIPExact) S 69534 69537 67998 0 -1 4194304 482210 227 0 0 359952 72 0 0 20 0 1 0 60650070 436334592 93279 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
/proc/69537/statm: 106527 93279 3616 6655 0 96704 0
[pid=69765] ppid=69537 vsize=96336 memory=77656 CPUtime=0.28 cores=5,7
/proc/69765/stat : 69765 (Exact) R 69537 69765 69765 0 -1 4194304 18180 0 0 0 25 3 0 0 20 0 1 0 60834268 98648064 19414 18446744073709551615 4198400 8335837 140724923736672 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 13463552 140724923738292 140724923738653 140724923738653 140724923744207 0
/proc/69765/statm: 24084 19414 960 1011 0 22851 0
Current children cumulated CPU time: 3600.52 s
Current children cumulated vsize: 522444 KiB
Current children cumulated memory: 450772 KiB

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.52 s, system=0.740324 s

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

# cumulated CPU time of all completed processes:  user=3601.35 s, system=0.807223 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+1843.2 s]
/proc/loadavg: 6.54 7.53 7.84 6/261 69766
/proc/meminfo: memFree=124927456/131250000 swapFree=33010684/33010684
[pid=69537] ppid=69534 vsize=426108 memory=373116 CPUtime=3600.24 cores=5,7
/proc/69537/stat : 69537 (LSIPExact) S 69534 69537 67998 0 -1 4194304 482210 227 0 0 359952 72 0 0 20 0 1 0 60650070 436334592 93279 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
/proc/69537/statm: 106527 93279 3616 6655 0 96704 0
[pid=69765] ppid=69537 vsize=155556 memory=138640 CPUtime=1.18 cores=5,7
/proc/69765/stat : 69765 (Exact) R 69537 69765 69765 0 -1 4194304 29940 0 0 0 113 5 0 0 20 0 1 0 60834268 159289344 34660 18446744073709551615 4198400 8335837 140724923736672 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 13463552 140724923738292 140724923738653 140724923738653 140724923744207 0
/proc/69765/statm: 38889 34660 1120 1011 0 37656 0
Current children cumulated CPU time: 3601.42 s
Current children cumulated vsize: 581664 KiB
Current children cumulated memory: 511756 KiB

[startup+1843.6 s]
/proc/loadavg: 6.54 7.53 7.84 6/261 69766
/proc/meminfo: memFree=124927456/131250000 swapFree=33010684/33010684
[pid=69537] ppid=69534 vsize=426108 memory=373116 CPUtime=3600.24 cores=5,7
/proc/69537/stat : 69537 (LSIPExact) S 69534 69537 67998 0 -1 4194304 482210 227 0 0 359952 72 0 0 20 0 1 0 60650070 436334592 93279 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
/proc/69537/statm: 106527 93279 3616 6655 0 96704 0
[pid=69765] ppid=69537 vsize=155556 memory=142920 CPUtime=1.58 cores=5,7
/proc/69765/stat : 69765 (Exact) R 69537 69765 69765 0 -1 4194304 29988 0 0 0 152 6 0 0 20 0 1 0 60834268 159289344 35730 18446744073709551615 4198400 8335837 140724923736672 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 13463552 140724923738292 140724923738653 140724923738653 140724923744207 0
/proc/69765/statm: 38889 35730 1120 1011 0 37656 0
Current children cumulated CPU time: 3601.82 s
Current children cumulated vsize: 581664 KiB
Current children cumulated memory: 516036 KiB

[startup+1843.8 s]
/proc/loadavg: 6.54 7.53 7.84 6/261 69766
/proc/meminfo: memFree=124927456/131250000 swapFree=33010684/33010684
[pid=69537] ppid=69534 vsize=426108 memory=373116 CPUtime=3600.24 cores=5,7
/proc/69537/stat : 69537 (LSIPExact) S 69534 69537 67998 0 -1 4194304 482210 227 0 0 359952 72 0 0 20 0 1 0 60650070 436334592 93279 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
/proc/69537/statm: 106527 93279 3616 6655 0 96704 0
[pid=69765] ppid=69537 vsize=155556 memory=144968 CPUtime=1.78 cores=5,7
/proc/69765/stat : 69765 (Exact) R 69537 69765 69765 0 -1 4194304 29989 0 0 0 172 6 0 0 20 0 1 0 60834268 159289344 36242 18446744073709551615 4198400 8335837 140724923736672 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 13463552 140724923738292 140724923738653 140724923738653 140724923744207 0
/proc/69765/statm: 38889 36242 1120 1011 0 37656 0
Current children cumulated CPU time: 3602.02 s
Current children cumulated vsize: 581664 KiB
Current children cumulated memory: 518084 KiB

[startup+1843.9 s]
/proc/loadavg: 6.54 7.53 7.84 6/261 69766
/proc/meminfo: memFree=124927456/131250000 swapFree=33010684/33010684
[pid=69537] ppid=69534 vsize=426108 memory=373116 CPUtime=3600.24 cores=5,7
/proc/69537/stat : 69537 (LSIPExact) S 69534 69537 67998 0 -1 4194304 482210 227 0 0 359952 72 0 0 20 0 1 0 60650070 436334592 93279 18446744073709551615 93965050626048 93965077882449 140730646534928 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93965086385288 93965086816896 93965097947136 140730646542682 140730646542858 140730646542858 140730646548460 0
/proc/69537/statm: 106527 93279 3616 6655 0 96704 0
[pid=69765] ppid=69537 vsize=155556 memory=147016 CPUtime=1.88 cores=5,7
/proc/69765/stat : 69765 (Exact) R 69537 69765 69765 0 -1 4194304 29990 0 0 0 182 6 0 0 20 0 1 0 60834268 159289344 36754 18446744073709551615 4198400 8335837 140724923736672 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 13463552 140724923738292 140724923738653 140724923738653 140724923744207 0
/proc/69765/statm: 38889 36754 1120 1011 0 37656 0
Current children cumulated CPU time: 3602.12 s
Current children cumulated vsize: 581664 KiB
Current children cumulated memory: 520132 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1843.91
CPU time (s): 3602.16
CPU user time (s): 3601.35
CPU system time (s): 0.807223
CPU usage (%): 195.354
Max. virtual memory (cumulated for all children) (KiB): 581664
Max. memory (cumulated for all children) (KiB): 520132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3601.35
system time used= 0.807223
maximum resident set size= 420088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 512427
page faults= 0
swaps= 0
block input operations= 5488
block output operations= 656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 557
involuntary context switches= 103104


# summary of solver processes directly reported to runsolver:
#   pid: 69537,69765
#   total CPU time (s): 3602.16
#   total CPU user time (s): 3601.35
#   total CPU system time (s): 0.807223

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.92426 second user time and 9.24222 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-02 11:48:18
IDJOB=4505709
IDBENCH=156875
IDSOLVER=3336
FILE ID=nodeC013/4505709-1751449698
RUNJOBID= nodeC013-1751440305-68011
SLURM_JOB_ID= 9598399
Free space on /tmp= 432460 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/BA/normalized-BA_RDC4.dot_unif_10null0mast_rapportOE2.0_TMAX180_K67_cod3.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4505709-1751449698/watcher-4505709-1751449698 -o /tmp/evaluation-result-4505709-1751449698/solver-4505709-1751449698 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751440305-68011 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4505709-1751449698.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= b261ca8837cd3a85e5e1f3e7a937d60a
RANDOM SEED=48801606

nodeC013 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.801
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.67
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.837
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.914
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.67
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.844
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.67
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.457
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.67
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.829
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.67
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.441
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.67
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		: 3599.321
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        117264744 kB
MemAvailable:   118325872 kB
Buffers:            3280 kB
Cached:          1859844 kB
SwapCached:            0 kB
Active:         11707440 kB
Inactive:        1614924 kB
Active(anon):   11472524 kB
Inactive(anon):        0 kB
Active(file):     234916 kB
Inactive(file):  1614924 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             47380 kB
Writeback:            56 kB
AnonPages:      11457356 kB
Mapped:           135876 kB
Shmem:             13284 kB
KReclaimable:     100652 kB
Slab:             189920 kB
SReclaimable:     100652 kB
SUnreclaim:        89268 kB
KernelStack:        4288 kB
PageTables:        26108 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   13220832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7202816 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432532 MiB
End job on nodeC013 at 2025-07-02 12:19:02