Trace number 4507183

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LSIPExact S1? (TO) 3600.12 2916.73

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K182.opb
MD5SUMa76bcc507230b7348cd315b0b6909f20
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark196.92
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21658
Total number of constraints22024
Number of constraints which are clauses21842
Number of constraints which are cardinality constraints (but not clauses)182
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint182
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 183
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1415.99/726.09	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1415.99/726.09	c numVar: 21658
1415.99/726.09	c numCon: 22024
1415.99/726.09	c numEqual: 0
1415.99/726.09	c intSize: 8
1415.99/726.09	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1415.99/726.09	c ------------------- Paras list -------------------
1415.99/726.09	c Name                	 Type      	 Now       	 Default   	 Comment
1415.99/726.09	c timeout             	 double    	 3600.000000	 3600      	 
1415.99/726.09	c mip_time            	 double    	 0.200000  	 0.5       	 
1415.99/726.09	c ls_time             	 double    	 10.000000 	 10        	 
1415.99/726.09	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1415.99/726.09	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1415.99/726.09	c random_seed         	 int       	 0         	 0         	 
1415.99/726.09	c sample_size         	 int       	 50        	 50        	 
1415.99/726.09	c sub_score           	 int       	 1         	 1         	 
1415.99/726.09	c tabu_base           	 int       	 3         	 3         	 
1415.99/726.09	c tabu_variation      	 int       	 1         	 1         	 
1415.99/726.09	c sub_div             	 int       	 4         	 4         	 
1415.99/726.09	c nbcore              	 int       	 2         	 1         	 
1415.99/726.09	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1415.99/726.09	c print_sol           	 int       	 1         	 1         	 
1415.99/726.09	c tmpdir              	 string		 .         	 "."       	 
1415.99/726.09	c home                	 string		 HOME	 "."       	 
1415.99/726.09	c benchname           	 string		 HOME/instance-4507183-1751135389.opb	 ""        	 
1415.99/726.09	c --------------------------------------------------
1415.99/726.09	c Local Search solver
1415.99/726.09	c MIP solver
1415.99/726.09	c use Exact solver
3600.06/2916.60	c receive signal 15, try to interrupt solver...
1416.16/2916.71	c Exact solver (PID 12650) interrupted gracefully.
1416.16/2916.72	s UNKNOWN
1416.16/2916.72	c Total time: 2917

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: 63708 MiB (62362 MiB free)
  memory of node 1: 64465 MiB (63411 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100062 s]*
/proc/loadavg: 5.25 6.04 5.74 6/267 12612
/proc/meminfo: memFree=128766432/131249996 swapFree=33010684/33010684
[pid=12611] ppid=12608 vsize=68964 memory=34176 CPUtime=0.09 cores=0,2
/proc/12611/stat : 12611 (LSIPExact) R 12608 12611 11659 0 -1 4194304 7558 0 0 0 8 1 0 0 20 0 1 0 29216378 70619136 8544 18446744073709551615 94672411017216 94672438273617 140735544678640 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94672446776456 94672447208064 94672464990208 140735544686938 140735544687114 140735544687114 140735544692716 0
/proc/12611/statm: 17241 8544 1152 6655 0 7476 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 68964 KiB
Current children cumulated memory: 34176 KiB

[startup+0.20583 s]*
/proc/loadavg: 5.25 6.04 5.74 6/267 12612
/proc/meminfo: memFree=128766432/131249996 swapFree=33010684/33010684
[pid=12611] ppid=12608 vsize=68964 memory=34176 CPUtime=0.19 cores=0,2
/proc/12611/stat : 12611 (LSIPExact) R 12608 12611 11659 0 -1 4194304 7558 0 0 0 18 1 0 0 20 0 1 0 29216378 70619136 8544 18446744073709551615 94672411017216 94672438273617 140735544678640 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94672446776456 94672447208064 94672464990208 140735544686938 140735544687114 140735544687114 140735544692716 0
/proc/12611/statm: 17241 8544 1152 6655 0 7476 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 68964 KiB
Current children cumulated memory: 34176 KiB

[startup+0.305722 s]*
/proc/loadavg: 5.25 6.04 5.74 6/267 12612
/proc/meminfo: memFree=128766432/131249996 swapFree=33010684/33010684
[pid=12611] ppid=12608 vsize=68964 memory=34176 CPUtime=0.29 cores=0,2
/proc/12611/stat : 12611 (LSIPExact) R 12608 12611 11659 0 -1 4194304 7558 0 0 0 28 1 0 0 20 0 1 0 29216378 70619136 8544 18446744073709551615 94672411017216 94672438273617 140735544678640 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94672446776456 94672447208064 94672464990208 140735544686938 140735544687114 140735544687114 140735544692716 0
/proc/12611/statm: 17241 8544 1152 6655 0 7476 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 68964 KiB
Current children cumulated memory: 34176 KiB

[startup+0.700185 s]
/proc/loadavg: 5.25 6.04 5.74 6/267 12612
/proc/meminfo: memFree=128766432/131249996 swapFree=33010684/33010684
[pid=12611] ppid=12608 vsize=68964 memory=34176 CPUtime=0.68 cores=0,2
/proc/12611/stat : 12611 (LSIPExact) R 12608 12611 11659 0 -1 4194304 7558 0 0 0 67 1 0 0 20 0 1 0 29216378 70619136 8544 18446744073709551615 94672411017216 94672438273617 140735544678640 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94672446776456 94672447208064 94672464990208 140735544686938 140735544687114 140735544687114 140735544692716 0
/proc/12611/statm: 17241 8544 1152 6655 0 7476 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 68964 KiB
Current children cumulated memory: 34176 KiB

[startup+1.50018 s]
/proc/loadavg: 5.25 6.04 5.74 6/267 12612
/proc/meminfo: memFree=128782560/131249996 swapFree=33010684/33010684
[pid=12611] ppid=12608 vsize=68964 memory=34176 CPUtime=1.48 cores=0,2
/proc/12611/stat : 12611 (LSIPExact) R 12608 12611 11659 0 -1 4194304 7558 0 0 0 147 1 0 0 20 0 1 0 29216378 70619136 8544 18446744073709551615 94672411017216 94672438273617 140735544678640 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94672446776456 94672447208064 94672464990208 140735544686938 140735544687114 140735544687114 140735544692716 0
/proc/12611/statm: 17241 8544 1152 6655 0 7476 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 68964 KiB
Current children cumulated memory: 34176 KiB

[startup+3.10553 s]
/proc/loadavg: 5.25 6.04 5.74 6/267 12612
/proc/meminfo: memFree=128782812/131249996 swapFree=33010684/33010684
[pid=12611] ppid=12608 vsize=68964 memory=34176 CPUtime=3.08 cores=0,2
/proc/12611/stat : 12611 (LSIPExact) R 12608 12611 11659 0 -1 4194304 7558 0 0 0 307 1 0 0 20 0 1 0 29216378 70619136 8544 18446744073709551615 94672411017216 94672438273617 140735544678640 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94672446776456 94672447208064 94672464990208 140735544686938 140735544687114 140735544687114 140735544692716 0
/proc/12611/statm: 17241 8544 1152 6655 0 7476 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 68964 KiB
Current children cumulated memory: 34176 KiB

[startup+6.30017 s]
/proc/loadavg: 5.23 6.02 5.73 6/267 12612
/proc/meminfo: memFree=128770788/131249996 swapFree=33010684/33010684
[pid=12611] ppid=12608 vsize=68964 memory=34176 CPUtime=6.27 cores=0,2
/proc/12611/stat : 12611 (LSIPExact) R 12608 12611 11659 0 -1 4194304 7558 0 0 0 626 1 0 0 20 0 1 0 29216378 70619136 8544 18446744073709551615 94672411017216 94672438273617 140735544678640 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94672446776456 94672447208064 94672464990208 140735544686938 140735544687114 140735544687114 140735544692716 0
/proc/12611/statm: 17241 8544 1152 6655 0 7476 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 68964 KiB
Current children cumulated memory: 34176 KiB

[startup+12.7002 s]
/proc/loadavg: 5.29 6.02 5.73 7/268 12613
/proc/meminfo: memFree=128674432/131249996 swapFree=33010684/33010684
[pid=12611] ppid=12608 vsize=233556 memory=155972 CPUtime=14.79 cores=0,2
/proc/12611/stat : 12611 (LSIPExact) R 12608 12611 11659 0 -1 4194304 36727 0 0 0 1474 5 0 0 20 0 2 0 29216378 239161344 38993 18446744073709551615 94672411017216 94672438273617 140735544678640 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94672446776456 94672447208064 94672464990208 140735544686938 140735544687114 140735544687114 140735544692716 0
/proc/12611/statm: 58389 38993 3328 6655 0 38894 0
[pid=12611/tid=12613] ppid=12608 vsize=233556 memory=152772 CPUtime=2.15 cores=0,2
/proc/12611/task/12613/stat : 12613 (LSIPExact) R 12608 12611 11659 0 -1 4194368 6027 0 0 0 215 0 0 0 20 0 2 0 29217383 239161344 38993 18446744073709551615 94672411017216 94672438273617 140735544678640 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94672446776456 94672447208064 94672464990208 140735544686938 140735544687114 140735544687114 140735544692716 0
Current children cumulated CPU time: 14.79 s
Current children cumulated vsize: 233556 KiB
Current children cumulated memory: 155972 KiB

[startup+25.5002 s]
/proc/loadavg: 5.45 6.02 5.74 7/268 12613
/proc/meminfo: memFree=128649740/131249996 swapFree=33010684/33010684
[pid=12611] ppid=12608 vsize=237808 memory=160452 CPUtime=40.24 cores=0,2
/proc/12611/stat : 12611 (LSIPExact) R 12608 12611 11659 0 -1 4194304 51112 0 0 0 4017 7 0 0 20 0 2 0 29216378 243515392 40113 18446744073709551615 94672411017216 94672438273617 140735544678640 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94672446776456 94672447208064 94672464990208 140735544686938 140735544687114 140735544687114 140735544692716 0
/proc/12611/statm: 59452 40113 3328 6655 0 39957 0
[pid=12611/tid=12613] ppid=12608 vsize=237808 memory=14848 CPUtime=14.84 cores=0,2
/proc/12611/task/12613/stat : 12613 (LSIPExact) R 12608 12611 11659 0 -1 4194368 8469 0 0 0 1483 1 0 0 20 0 2 0 29217383 243515392 40113 18446744073709551615 94672411017216 94672438273617 140735544678640 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94672446776456 94672447208064 94672464990208 140735544686938 140735544687114 140735544687114 140735544692716 0
Current children cumulated CPU time: 40.24 s
Current children cumulated vsize: 237808 KiB
Current children cumulated memory: 160452 KiB

[startup+51.1059 s]
/proc/loadavg: 5.51 5.99 5.73 7/268 12614
/proc/meminfo: memFree=128589048/131249996 swapFree=33010684/33010684
[pid=12611] ppid=12608 vsize=280720 memory=200004 CPUtime=75.73 cores=0,2
/proc/12611/stat : 12611 (LSIPExact) R 12608 12611 11659 0 -1 4194304 75545 0 0 0 7563 10 0 0 20 0 2 0 29216378 287457280 50001 18446744073709551615 94672411017216 94672438273617 140735544678640 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94672446776456 94672447208064 94672464990208 140735544686938 140735544687114 140735544687114 140735544692716 0
/proc/12611/statm: 70180 50001 3360 6655 0 51585 0
[pid=12611/tid=12613] ppid=12608 vsize=280720 memory=193220 CPUtime=24.79 cores=0,2
/proc/12611/task/12613/stat : 12613 (LSIPExact) R 12608 12611 11659 0 -1 4194368 13957 0 0 0 2478 1 0 0 20 0 2 0 29217383 287457280 50001 18446744073709551615 94672411017216 94672438273617 140735544678640 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94672446776456 94672447208064 94672464990208 140735544686938 140735544687114 140735544687114 140735544692716 0
Current children cumulated CPU time: 75.73 s
Current children cumulated vsize: 280720 KiB
Current children cumulated memory: 200004 KiB

[startup+102.3 s]
/proc/loadavg: 5.31 5.86 5.70 6/267 12616
/proc/meminfo: memFree=128571768/131249996 swapFree=33010684/33010684
[pid=12611] ppid=12608 vsize=281432 memory=201540 CPUtime=177.34 cores=0,2
/proc/12611/stat : 12611 (LSIPExact) R 12608 12611 11659 0 -1 4194304 103491 0 0 0 17721 13 0 0 20 0 2 0 29216378 288186368 50385 18446744073709551615 94672411017216 94672438273617 140735544678640 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94672446776456 94672447208064 94672464990208 140735544686938 140735544687114 140735544687114 140735544692716 0
/proc/12611/statm: 70358 50385 3360 6655 0 51763 0
[pid=12611/tid=12613] ppid=12608 vsize=281432 memory=201540 CPUtime=75.42 cores=0,2
/proc/12611/task/12613/stat : 12613 (LSIPExact) R 12608 12611 11659 0 -1 4194368 25457 0 0 0 7539 3 0 0 20 0 2 0 29217383 288186368 50385 18446744073709551615 94672411017216 94672438273617 140735544678640 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94672446776456 94672447208064 94672464990208 140735544686938 140735544687114 140735544687114 140735544692716 0
Current children cumulated CPU time: 177.34 s
Current children cumulated vsize: 281432 KiB
Current children cumulated memory: 201540 KiB

[startup+162.3 s]
/proc/loadavg: 5.15 5.72 5.66 6/268 12620
/proc/meminfo: memFree=128374424/131249996 swapFree=33010684/33010684
[pid=12611] ppid=12608 vsize=313100 memory=228292 CPUtime=296.42 cores=0,2
/proc/12611/stat : 12611 (LSIPExact) R 12608 12611 11659 0 -1 4194304 132909 0 0 0 29626 16 0 0 20 0 2 0 29216378 320614400 57073 18446744073709551615 94672411017216 94672438273617 140735544678640 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94672446776456 94672447208064 94672464990208 140735544686938 140735544687114 140735544687114 140735544692716 0
/proc/12611/statm: 78275 57073 3424 6655 0 59680 0
[pid=12611/tid=12613] ppid=12608 vsize=313100 memory=201796 CPUtime=134.74 cores=0,2
/proc/12611/task/12613/stat : 12613 (LSIPExact) R 12608 12611 11659 0 -1 4194368 30275 0 0 0 13471 3 0 0 20 0 2 0 29217383 320614400 57073 18446744073709551615 94672411017216 94672438273617 140735544678640 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94672446776456 94672447208064 94672464990208 140735544686938 140735544687114 140735544687114 140735544692716 0
Current children cumulated CPU time: 296.42 s
Current children cumulated vsize: 313100 KiB
Current children cumulated memory: 228292 KiB

[startup+222.3 s]
/proc/loadavg: 5.11 5.60 5.62 6/268 12627
/proc/meminfo: memFree=128345208/131249996 swapFree=33010684/33010684
[pid=12611] ppid=12608 vsize=313364 memory=231876 CPUtime=415.52 cores=0,2
/proc/12611/stat : 12611 (LSIPExact) R 12608 12611 11659 0 -1 4194304 142215 0 0 0 41535 17 0 0 20 0 2 0 29216378 320884736 57969 18446744073709551615 94672411017216 94672438273617 140735544678640 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94672446776456 94672447208064 94672464990208 140735544686938 140735544687114 140735544687114 140735544692716 0
/proc/12611/statm: 78341 57969 3424 6655 0 59746 0
[pid=12611/tid=12613] ppid=12608 vsize=313364 memory=231876 CPUtime=194.09 cores=0,2
/proc/12611/task/12613/stat : 12613 (LSIPExact) R 12608 12611 11659 0 -1 4194368 34079 0 0 0 19405 4 0 0 20 0 2 0 29217383 320884736 57969 18446744073709551615 94672411017216 94672438273617 140735544678640 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94672446776456 94672447208064 94672464990208 140735544686938 140735544687114 140735544687114 140735544692716 0
Current children cumulated CPU time: 415.52 s
Current children cumulated vsize: 313364 KiB
Current children cumulated memory: 231876 KiB

[startup+282.3 s]
/proc/loadavg: 5.08 5.50 5.59 6/268 12631
/proc/meminfo: memFree=128305920/131249996 swapFree=33010684/33010684
[pid=12611] ppid=12608 vsize=313364 memory=231876 CPUtime=534.63 cores=0,2
/proc/12611/stat : 12611 (LSIPExact) R 12608 12611 11659 0 -1 4194304 142632 0 0 0 53446 17 0 0 20 0 2 0 29216378 320884736 57969 18446744073709551615 94672411017216 94672438273617 140735544678640 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94672446776456 94672447208064 94672464990208 140735544686938 140735544687114 140735544687114 140735544692716 0
/proc/12611/statm: 78341 57969 3424 6655 0 59746 0
[pid=12611/tid=12613] ppid=12608 vsize=313364 memory=231876 CPUtime=253.43 cores=0,2
/proc/12611/task/12613/stat : 12613 (LSIPExact) R 12608 12611 11659 0 -1 4194368 34109 0 0 0 25339 4 0 0 20 0 2 0 29217383 320884736 57969 18446744073709551615 94672411017216 94672438273617 140735544678640 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94672446776456 94672447208064 94672464990208 140735544686938 140735544687114 140735544687114 140735544692716 0
Current children cumulated CPU time: 534.63 s
Current children cumulated vsize: 313364 KiB
Current children cumulated memory: 231876 KiB

[startup+342.3 s]
/proc/loadavg: 5.14 5.44 5.56 6/269 12634
/proc/meminfo: memFree=128281432/131249996 swapFree=33010684/33010684
[pid=12611] ppid=12608 vsize=315680 memory=237892 CPUtime=653.75 cores=0,2
/proc/12611/stat : 12611 (LSIPExact) R 12608 12611 11659 0 -1 4194304 152348 0 0 0 65357 18 0 0 20 0 2 0 29216378 323256320 59473 18446744073709551615 94672411017216 94672438273617 140735544678640 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94672446776456 94672447208064 94672464990208 140735544686938 140735544687114 140735544687114 140735544692716 0
/proc/12611/statm: 78920 59473 3424 6655 0 60325 0
[pid=12611/tid=12613] ppid=12608 vsize=315680 memory=235716 CPUtime=312.77 cores=0,2
/proc/12611/task/12613/stat : 12613 (LSIPExact) R 12608 12611 11659 0 -1 4194368 37928 0 0 0 31273 4 0 0 20 0 2 0 29217383 323256320 59473 18446744073709551615 94672411017216 94672438273617 140735544678640 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94672446776456 94672447208064 94672464990208 140735544686938 140735544687114 140735544687114 140735544692716 0
Current children cumulated CPU time: 653.75 s
Current children cumulated vsize: 315680 KiB
Current children cumulated memory: 237892 KiB

[startup+402.3 s]

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

Current children cumulated memory: 759140 KiB

[startup+2382.3 s]
/proc/loadavg: 4.10 3.86 3.92 5/260 12800
/proc/meminfo: memFree=128509028/131249996 swapFree=33010684/33010684
[pid=12611] ppid=12608 vsize=315680 memory=247088 CPUtime=1416.16 cores=0,2
/proc/12611/stat : 12611 (LSIPExact) S 12608 12611 11659 0 -1 4194304 159261 0 0 0 141598 18 0 0 20 0 1 0 29216378 323256320 61772 18446744073709551615 94672411017216 94672438273617 140735544678640 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94672446776456 94672447208064 94672464990208 140735544686938 140735544687114 140735544687114 140735544692716 0
/proc/12611/statm: 78920 61772 3456 6655 0 60325 0
[pid=12650] ppid=12611 vsize=626544 memory=513332 CPUtime=1651.02 cores=0,2
/proc/12650/stat : 12650 (Exact) R 12611 12650 12650 0 -1 4194304 70238 0 0 0 164971 131 0 0 20 0 1 0 29288987 641581056 128333 18446744073709551615 4198400 8335837 140736831151552 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 38465536 140736831158459 140736831158813 140736831158813 140736831164367 0
/proc/12650/statm: 156636 128333 1152 1011 0 155403 0
Current children cumulated CPU time: 3067.18 s
Current children cumulated vsize: 942224 KiB
Current children cumulated memory: 760420 KiB

[startup+2442.3 s]
/proc/loadavg: 4.60 4.03 3.98 6/260 12848
/proc/meminfo: memFree=129141824/131249996 swapFree=33010684/33010684
[pid=12611] ppid=12608 vsize=315680 memory=247088 CPUtime=1416.16 cores=0,2
/proc/12611/stat : 12611 (LSIPExact) S 12608 12611 11659 0 -1 4194304 159261 0 0 0 141598 18 0 0 20 0 1 0 29216378 323256320 61772 18446744073709551615 94672411017216 94672438273617 140735544678640 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94672446776456 94672447208064 94672464990208 140735544686938 140735544687114 140735544687114 140735544692716 0
/proc/12611/statm: 78920 61772 3456 6655 0 60325 0
[pid=12650] ppid=12611 vsize=631016 memory=517812 CPUtime=1710.87 cores=0,2
/proc/12650/stat : 12650 (Exact) R 12611 12650 12650 0 -1 4194304 71362 0 0 0 170947 140 0 0 20 0 1 0 29288987 646160384 129453 18446744073709551615 4198400 8335837 140736831151552 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 38465536 140736831158459 140736831158813 140736831158813 140736831164367 0
/proc/12650/statm: 157754 129453 1152 1011 0 156521 0
Current children cumulated CPU time: 3127.03 s
Current children cumulated vsize: 946696 KiB
Current children cumulated memory: 764900 KiB

[startup+2502.3 s]
/proc/loadavg: 4.92 4.22 4.05 6/260 12851
/proc/meminfo: memFree=129133236/131249996 swapFree=33010684/33010684
[pid=12611] ppid=12608 vsize=315680 memory=247088 CPUtime=1416.16 cores=0,2
/proc/12611/stat : 12611 (LSIPExact) S 12608 12611 11659 0 -1 4194304 159261 0 0 0 141598 18 0 0 20 0 1 0 29216378 323256320 61772 18446744073709551615 94672411017216 94672438273617 140735544678640 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94672446776456 94672447208064 94672464990208 140735544686938 140735544687114 140735544687114 140735544692716 0
/proc/12611/statm: 78920 61772 3456 6655 0 60325 0
[pid=12650] ppid=12611 vsize=634392 memory=521268 CPUtime=1770.71 cores=0,2
/proc/12650/stat : 12650 (Exact) R 12611 12650 12650 0 -1 4194304 72207 0 0 0 176931 140 0 0 20 0 1 0 29288987 649617408 130317 18446744073709551615 4198400 8335837 140736831151552 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 38465536 140736831158459 140736831158813 140736831158813 140736831164367 0
/proc/12650/statm: 158598 130317 1152 1011 0 157365 0
Current children cumulated CPU time: 3186.87 s
Current children cumulated vsize: 950072 KiB
Current children cumulated memory: 768356 KiB

[startup+2562.3 s]
/proc/loadavg: 5.02 4.38 4.12 6/261 12854
/proc/meminfo: memFree=129114708/131249996 swapFree=33010684/33010684
[pid=12611] ppid=12608 vsize=315680 memory=247088 CPUtime=1416.16 cores=0,2
/proc/12611/stat : 12611 (LSIPExact) S 12608 12611 11659 0 -1 4194304 159261 0 0 0 141598 18 0 0 20 0 1 0 29216378 323256320 61772 18446744073709551615 94672411017216 94672438273617 140735544678640 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94672446776456 94672447208064 94672464990208 140735544686938 140735544687114 140735544687114 140735544692716 0
/proc/12611/statm: 78920 61772 3456 6655 0 60325 0
[pid=12650] ppid=12611 vsize=638548 memory=525428 CPUtime=1830.55 cores=0,2
/proc/12650/stat : 12650 (Exact) R 12611 12650 12650 0 -1 4194304 73878 0 0 0 182914 141 0 0 20 0 1 0 29288987 653873152 131357 18446744073709551615 4198400 8335837 140736831151552 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 38465536 140736831158459 140736831158813 140736831158813 140736831164367 0
/proc/12650/statm: 159637 131357 1152 1011 0 158404 0
Current children cumulated CPU time: 3246.71 s
Current children cumulated vsize: 954228 KiB
Current children cumulated memory: 772516 KiB

[startup+2622.3 s]
/proc/loadavg: 5.10 4.53 4.19 6/261 12856
/proc/meminfo: memFree=129060372/131249996 swapFree=33010684/33010684
[pid=12611] ppid=12608 vsize=315680 memory=247088 CPUtime=1416.16 cores=0,2
/proc/12611/stat : 12611 (LSIPExact) S 12608 12611 11659 0 -1 4194304 159261 0 0 0 141598 18 0 0 20 0 1 0 29216378 323256320 61772 18446744073709551615 94672411017216 94672438273617 140735544678640 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94672446776456 94672447208064 94672464990208 140735544686938 140735544687114 140735544687114 140735544692716 0
/proc/12611/statm: 78920 61772 3456 6655 0 60325 0
[pid=12650] ppid=12611 vsize=640468 memory=527348 CPUtime=1890.41 cores=0,2
/proc/12650/stat : 12650 (Exact) R 12611 12650 12650 0 -1 4194304 75416 0 0 0 188898 143 0 0 20 0 1 0 29288987 655839232 131837 18446744073709551615 4198400 8335837 140736831151552 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 38465536 140736831158459 140736831158813 140736831158813 140736831164367 0
/proc/12650/statm: 160117 131837 1152 1011 0 158884 0
Current children cumulated CPU time: 3306.57 s
Current children cumulated vsize: 956148 KiB
Current children cumulated memory: 774436 KiB

[startup+2682.3 s]
/proc/loadavg: 5.09 4.63 4.24 6/262 12863
/proc/meminfo: memFree=129059564/131249996 swapFree=33010684/33010684
[pid=12611] ppid=12608 vsize=315680 memory=247088 CPUtime=1416.16 cores=0,2
/proc/12611/stat : 12611 (LSIPExact) S 12608 12611 11659 0 -1 4194304 159261 0 0 0 141598 18 0 0 20 0 1 0 29216378 323256320 61772 18446744073709551615 94672411017216 94672438273617 140735544678640 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94672446776456 94672447208064 94672464990208 140735544686938 140735544687114 140735544687114 140735544692716 0
/proc/12611/statm: 78920 61772 3456 6655 0 60325 0
[pid=12650] ppid=12611 vsize=642100 memory=528980 CPUtime=1950.26 cores=0,2
/proc/12650/stat : 12650 (Exact) R 12611 12650 12650 0 -1 4194304 76882 0 0 0 194871 155 0 0 20 0 1 0 29288987 657510400 132245 18446744073709551615 4198400 8335837 140736831151552 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 38465536 140736831158459 140736831158813 140736831158813 140736831164367 0
/proc/12650/statm: 160525 132245 1152 1011 0 159292 0
Current children cumulated CPU time: 3366.42 s
Current children cumulated vsize: 957780 KiB
Current children cumulated memory: 776068 KiB

[startup+2742.3 s]
/proc/loadavg: 4.95 4.68 4.29 6/262 12914
/proc/meminfo: memFree=129110252/131249996 swapFree=33010684/33010684
[pid=12611] ppid=12608 vsize=315680 memory=247088 CPUtime=1416.16 cores=0,2
/proc/12611/stat : 12611 (LSIPExact) S 12608 12611 11659 0 -1 4194304 159261 0 0 0 141598 18 0 0 20 0 1 0 29216378 323256320 61772 18446744073709551615 94672411017216 94672438273617 140735544678640 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94672446776456 94672447208064 94672464990208 140735544686938 140735544687114 140735544687114 140735544692716 0
/proc/12611/statm: 78920 61772 3456 6655 0 60325 0
[pid=12650] ppid=12611 vsize=644748 memory=531628 CPUtime=2010.09 cores=0,2
/proc/12650/stat : 12650 (Exact) R 12611 12650 12650 0 -1 4194304 78727 0 0 0 200853 156 0 0 20 0 1 0 29288987 660221952 132907 18446744073709551615 4198400 8335837 140736831151552 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 38465536 140736831158459 140736831158813 140736831158813 140736831164367 0
/proc/12650/statm: 161187 132907 1152 1011 0 159954 0
Current children cumulated CPU time: 3426.25 s
Current children cumulated vsize: 960428 KiB
Current children cumulated memory: 778716 KiB

[startup+2802.3 s]
/proc/loadavg: 4.92 4.74 4.33 5/261 12961
/proc/meminfo: memFree=128598256/131249996 swapFree=33010684/33010684
[pid=12611] ppid=12608 vsize=315680 memory=247088 CPUtime=1416.16 cores=0,2
/proc/12611/stat : 12611 (LSIPExact) S 12608 12611 11659 0 -1 4194304 159261 0 0 0 141598 18 0 0 20 0 1 0 29216378 323256320 61772 18446744073709551615 94672411017216 94672438273617 140735544678640 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94672446776456 94672447208064 94672464990208 140735544686938 140735544687114 140735544687114 140735544692716 0
/proc/12611/statm: 78920 61772 3456 6655 0 60325 0
[pid=12650] ppid=12611 vsize=646868 memory=533748 CPUtime=2069.92 cores=0,2
/proc/12650/stat : 12650 (Exact) R 12611 12650 12650 0 -1 4194304 80423 0 0 0 206828 164 0 0 20 0 1 0 29288987 662392832 133437 18446744073709551615 4198400 8335837 140736831151552 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 38465536 140736831158459 140736831158813 140736831158813 140736831164367 0
/proc/12650/statm: 161717 133437 1152 1011 0 160484 0
Current children cumulated CPU time: 3486.08 s
Current children cumulated vsize: 962548 KiB
Current children cumulated memory: 780836 KiB

[startup+2862.3 s]
/proc/loadavg: 4.38 4.62 4.32 5/261 13053
/proc/meminfo: memFree=125112248/131249996 swapFree=33010684/33010684
[pid=12611] ppid=12608 vsize=315680 memory=247088 CPUtime=1416.16 cores=0,2
/proc/12611/stat : 12611 (LSIPExact) S 12608 12611 11659 0 -1 4194304 159261 0 0 0 141598 18 0 0 20 0 1 0 29216378 323256320 61772 18446744073709551615 94672411017216 94672438273617 140735544678640 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94672446776456 94672447208064 94672464990208 140735544686938 140735544687114 140735544687114 140735544692716 0
/proc/12611/statm: 78920 61772 3456 6655 0 60325 0
[pid=12650] ppid=12611 vsize=652664 memory=539544 CPUtime=2129.75 cores=0,2
/proc/12650/stat : 12650 (Exact) R 12611 12650 12650 0 -1 4194304 81384 0 0 0 212803 172 0 0 20 0 1 0 29288987 668327936 134886 18446744073709551615 4198400 8335837 140736831151552 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 38465536 140736831158459 140736831158813 140736831158813 140736831164367 0
/proc/12650/statm: 163166 134886 1152 1011 0 161933 0
Current children cumulated CPU time: 3545.91 s
Current children cumulated vsize: 968344 KiB
Current children cumulated memory: 786632 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2916.6 s]
/proc/loadavg: 4.27 4.54 4.31 5/261 13056
/proc/meminfo: memFree=123260564/131249996 swapFree=33010684/33010684
[pid=12611] ppid=12608 vsize=315680 memory=247088 CPUtime=1416.16 cores=0,2
/proc/12611/stat : 12611 (LSIPExact) S 12608 12611 11659 0 -1 4194304 159261 0 0 0 141598 18 0 0 20 0 1 0 29216378 323256320 61772 18446744073709551615 94672411017216 94672438273617 140735544678640 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94672446776456 94672447208064 94672464990208 140735544686938 140735544687114 140735544687114 140735544692716 0
/proc/12611/statm: 78920 61772 3456 6655 0 60325 0
[pid=12650] ppid=12611 vsize=654296 memory=543224 CPUtime=2183.9 cores=0,2
/proc/12650/stat : 12650 (Exact) R 12611 12650 12650 0 -1 4194304 82550 0 0 0 218217 173 0 0 20 0 1 0 29288987 669999104 135806 18446744073709551615 4198400 8335837 140736831151552 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 38465536 140736831158459 140736831158813 140736831158813 140736831164367 0
/proc/12650/statm: 163574 135806 1152 1011 0 162341 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 969976 KiB
Current children cumulated memory: 790312 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.19 s, system=1.92638 s

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

[startup+2916.7 s]
/proc/loadavg: 4.27 4.54 4.31 5/261 13056
/proc/meminfo: memFree=123260564/131249996 swapFree=33010684/33010684
[pid=12611] ppid=12608 vsize=315680 memory=247088 CPUtime=1416.16 cores=0,2
/proc/12611/stat : 12611 (LSIPExact) S 12608 12611 11659 0 -1 4194304 159262 136 0 0 141598 18 0 0 20 0 1 0 29216378 323256320 61772 18446744073709551615 94672411017216 94672438273617 140735544678640 0 0 0 16384 0 16386 1 0 0 17 2 0 0 0 0 0 94672446776456 94672447208064 94672464990208 140735544686938 140735544687114 140735544687114 140735544692716 0
/proc/12611/statm: 78920 61772 3456 6655 0 60325 0
Current children cumulated CPU time: 1416.16 s
Current children cumulated vsize: 315680 KiB
Current children cumulated memory: 247088 KiB

Child status: 0

Real time (s): 2916.73
CPU time (s): 3600.12
CPU user time (s): 3598.19
CPU system time (s): 1.92638
CPU usage (%): 123.43
Max. virtual memory (cumulated for all children) (KiB): 1096536
Max. memory (cumulated for all children) (KiB): 825132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.19
system time used= 1.92638
maximum resident set size= 655444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 246487
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= 530
involuntary context switches= 12703


# summary of solver processes directly reported to runsolver:
#   pid: 12611
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3598.19
#   total CPU system time (s): 1.92638

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.03005 second user time and 13.1472 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-06-28 20:29:49
IDJOB=4507183
IDBENCH=158329
IDSOLVER=3336
FILE ID=nodeC015/4507183-1751135389
RUNJOBID= nodeC015-1751133631-11673
SLURM_JOB_ID= 9587415
Free space on /tmp= 432928 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K182.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4507183-1751135389/watcher-4507183-1751135389 -o /tmp/evaluation-result-4507183-1751135389/solver-4507183-1751135389 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751133631-11673 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4507183-1751135389.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= a76bcc507230b7348cd315b0b6909f20
RANDOM SEED=1054116676

nodeC015 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		: 3600.322
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	: 7000.14
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		: 3600.071
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	: 7000.14
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		: 3600.066
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	: 7000.14
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		: 3700.000
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	: 7000.14
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		: 3600.078
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	: 7000.14
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		: 3600.075
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	: 7000.14
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.843
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	: 7000.14
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.970
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	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128791872 kB
MemAvailable:   128519384 kB
Buffers:            3280 kB
Cached:           539380 kB
SwapCached:            0 kB
Active:          1516896 kB
Inactive:         332860 kB
Active(anon):    1325172 kB
Inactive(anon):        0 kB
Active(file):     191724 kB
Inactive(file):   332860 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             46008 kB
Writeback:             0 kB
AnonPages:       1308188 kB
Mapped:           148260 kB
Shmem:             18076 kB
KReclaimable:      84336 kB
Slab:             166452 kB
SReclaimable:      84336 kB
SUnreclaim:        82116 kB
KernelStack:        4316 kB
PageTables:         5856 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1733504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    821248 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:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432760 MiB
End job on nodeC015 at 2025-06-28 21:18:26