Trace number 4526910

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LSIPExact S1UNSAT 1448.92 744.5

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900551347.opb
MD5SUM0e77a06dde1d23cd3307fd4f28b5c64b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.917121
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 745
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4526910-1752232260/watcher-4526910-1752232260 -o /tmp/evaluation-result-4526910-1752232260/solver-4526910-1752232260 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1752232205-113727 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4526910-1752232260.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=113971, runsolver pid=113968

[startup+0.100056 s]*
/proc/loadavg: 4.15 1.20 0.47 7/267 113972
/proc/meminfo: memFree=124836996/131249992 swapFree=33009392/33010684
[pid=113971] ppid=113968 vsize=41404 memory=6656 CPUtime=0.09 cores=5,7
/proc/113971/stat : 113971 (LSIPExact) R 113968 113971 113707 0 -1 4194304 704 0 0 0 9 0 0 0 20 0 1 0 138900528 42397696 1664 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
/proc/113971/statm: 10351 1664 1120 6655 0 586 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6656 KiB

[startup+0.20532 s]*
/proc/loadavg: 4.15 1.20 0.47 7/267 113972
/proc/meminfo: memFree=124812804/131249992 swapFree=33009392/33010684
[pid=113971] ppid=113968 vsize=41404 memory=6656 CPUtime=0.19 cores=5,7
/proc/113971/stat : 113971 (LSIPExact) R 113968 113971 113707 0 -1 4194304 704 0 0 0 19 0 0 0 20 0 1 0 138900528 42397696 1664 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
/proc/113971/statm: 10351 1664 1120 6655 0 586 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6656 KiB

[startup+0.304428 s]*
/proc/loadavg: 4.15 1.20 0.47 7/267 113972
/proc/meminfo: memFree=124796676/131249992 swapFree=33009392/33010684
[pid=113971] ppid=113968 vsize=41404 memory=6656 CPUtime=0.29 cores=5,7
/proc/113971/stat : 113971 (LSIPExact) R 113968 113971 113707 0 -1 4194304 704 0 0 0 29 0 0 0 20 0 1 0 138900528 42397696 1664 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
/proc/113971/statm: 10351 1664 1120 6655 0 586 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6656 KiB

[startup+0.700103 s]
/proc/loadavg: 4.15 1.20 0.47 7/267 113972
/proc/meminfo: memFree=124740228/131249992 swapFree=33009392/33010684
[pid=113971] ppid=113968 vsize=41404 memory=6656 CPUtime=0.68 cores=5,7
/proc/113971/stat : 113971 (LSIPExact) R 113968 113971 113707 0 -1 4194304 704 0 0 0 68 0 0 0 20 0 1 0 138900528 42397696 1664 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
/proc/113971/statm: 10351 1664 1120 6655 0 586 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6656 KiB

[startup+1.5001 s]
/proc/loadavg: 4.15 1.20 0.47 7/267 113972
/proc/meminfo: memFree=124627432/131249992 swapFree=33009392/33010684
[pid=113971] ppid=113968 vsize=41404 memory=6656 CPUtime=1.48 cores=5,7
/proc/113971/stat : 113971 (LSIPExact) R 113968 113971 113707 0 -1 4194304 704 0 0 0 148 0 0 0 20 0 1 0 138900528 42397696 1664 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
/proc/113971/statm: 10351 1664 1120 6655 0 586 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6656 KiB

[startup+3.10475 s]
/proc/loadavg: 4.30 1.28 0.50 7/267 113972
/proc/meminfo: memFree=124208452/131249992 swapFree=33009392/33010684
[pid=113971] ppid=113968 vsize=41404 memory=6656 CPUtime=3.08 cores=5,7
/proc/113971/stat : 113971 (LSIPExact) R 113968 113971 113707 0 -1 4194304 704 0 0 0 308 0 0 0 20 0 1 0 138900528 42397696 1664 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
/proc/113971/statm: 10351 1664 1120 6655 0 586 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6656 KiB

[startup+6.3001 s]
/proc/loadavg: 4.30 1.28 0.50 7/267 113972
/proc/meminfo: memFree=124087588/131249992 swapFree=33009392/33010684
[pid=113971] ppid=113968 vsize=41404 memory=6656 CPUtime=6.27 cores=5,7
/proc/113971/stat : 113971 (LSIPExact) R 113968 113971 113707 0 -1 4194304 704 0 0 0 627 0 0 0 20 0 1 0 138900528 42397696 1664 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
/proc/113971/statm: 10351 1664 1120 6655 0 586 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6656 KiB

[startup+12.7001 s]
/proc/loadavg: 4.44 1.36 0.53 8/267 113987
/proc/meminfo: memFree=125237480/131249992 swapFree=33009392/33010684
[pid=113971] ppid=113968 vsize=129104 memory=33912 CPUtime=15.29 cores=5,7
/proc/113971/stat : 113971 (LSIPExact) R 113968 113971 113707 0 -1 4194304 5039 0 0 0 1529 0 0 0 20 0 2 0 138900528 132202496 8478 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
/proc/113971/statm: 32276 8478 3360 6655 0 6863 0
[pid=113971/tid=113987] ppid=113968 vsize=129104 memory=33400 CPUtime=2.64 cores=5,7
/proc/113971/task/113987/stat : 113987 (LSIPExact) R 113968 113971 113707 0 -1 4194368 781 0 0 0 264 0 0 0 20 0 2 0 138901530 132202496 8478 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
Current children cumulated CPU time: 15.29 s
Current children cumulated vsize: 129104 KiB
Current children cumulated memory: 33912 KiB

[startup+25.5001 s]
/proc/loadavg: 5.01 1.64 0.63 8/268 114018
/proc/meminfo: memFree=125415280/131249992 swapFree=33009392/33010684
[pid=113971] ppid=113968 vsize=129516 memory=36472 CPUtime=40.75 cores=5,7
/proc/113971/stat : 113971 (LSIPExact) R 113968 113971 113707 0 -1 4194304 10545 0 0 0 4074 1 0 0 20 0 2 0 138900528 132624384 9118 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
/proc/113971/statm: 32379 9118 3360 6655 0 7444 0
[pid=113971/tid=113987] ppid=113968 vsize=129516 memory=36472 CPUtime=15.32 cores=5,7
/proc/113971/task/113987/stat : 113987 (LSIPExact) R 113968 113971 113707 0 -1 4194368 2701 0 0 0 1532 0 0 0 20 0 2 0 138901530 132624384 9118 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
Current children cumulated CPU time: 40.75 s
Current children cumulated vsize: 129516 KiB
Current children cumulated memory: 36472 KiB

[startup+51.1051 s]
/proc/loadavg: 5.75 2.08 0.81 8/268 114110
/proc/meminfo: memFree=125512492/131249992 swapFree=33009392/33010684
[pid=113971] ppid=113968 vsize=129516 memory=37112 CPUtime=91.68 cores=5,7
/proc/113971/stat : 113971 (LSIPExact) R 113968 113971 113707 0 -1 4194304 18130 0 0 0 9167 1 0 0 20 0 2 0 138900528 132624384 9278 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
/proc/113971/statm: 32379 9278 3360 6655 0 7615 0
[pid=113971/tid=113987] ppid=113968 vsize=129516 memory=36856 CPUtime=40.71 cores=5,7
/proc/113971/task/113987/stat : 113987 (LSIPExact) R 113968 113971 113707 0 -1 4194368 6082 0 0 0 4071 0 0 0 20 0 2 0 138901530 132624384 9278 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
Current children cumulated CPU time: 91.68 s
Current children cumulated vsize: 129516 KiB
Current children cumulated memory: 37112 KiB

[startup+102.3 s]
/proc/loadavg: 6.97 2.98 1.18 9/269 114112
/proc/meminfo: memFree=125251616/131249992 swapFree=33009392/33010684
[pid=113971] ppid=113968 vsize=131548 memory=40312 CPUtime=191.66 cores=5,7
/proc/113971/stat : 113971 (LSIPExact) R 113968 113971 113707 0 -1 4194304 20299 0 0 0 19165 1 0 0 20 0 2 0 138900528 134705152 10078 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
/proc/113971/statm: 32887 10078 3360 6655 0 8393 0
[pid=113971/tid=113987] ppid=113968 vsize=131548 memory=20608 CPUtime=89.61 cores=5,7
/proc/113971/task/113987/stat : 113987 (LSIPExact) R 113968 113971 113707 0 -1 4194368 6517 0 0 0 8961 0 0 0 20 0 2 0 138901530 134705152 10078 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
Current children cumulated CPU time: 191.66 s
Current children cumulated vsize: 131548 KiB
Current children cumulated memory: 40312 KiB

[startup+162.3 s]
/proc/loadavg: 7.73 3.93 1.62 9/269 114114
/proc/meminfo: memFree=124904732/131249992 swapFree=33009392/33010684
[pid=113971] ppid=113968 vsize=141708 memory=51192 CPUtime=309.53 cores=5,7
/proc/113971/stat : 113971 (LSIPExact) R 113968 113971 113707 0 -1 4194304 32564 0 0 0 30950 3 0 0 20 0 2 0 138900528 145108992 12798 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
/proc/113971/statm: 35427 12798 3360 6655 0 11115 0
[pid=113971/tid=113987] ppid=113968 vsize=141708 memory=50552 CPUtime=147.61 cores=5,7
/proc/113971/task/113987/stat : 113987 (LSIPExact) R 113968 113971 113707 0 -1 4194368 10112 0 0 0 14760 1 0 0 20 0 2 0 138901530 145108992 12798 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
Current children cumulated CPU time: 309.53 s
Current children cumulated vsize: 141708 KiB
Current children cumulated memory: 51192 KiB

[startup+222.3 s]
/proc/loadavg: 7.96 4.69 2.03 9/268 114116
/proc/meminfo: memFree=124623276/131249992 swapFree=33009392/33010684
[pid=113971] ppid=113968 vsize=141708 memory=51320 CPUtime=428.85 cores=5,7
/proc/113971/stat : 113971 (LSIPExact) R 113968 113971 113707 0 -1 4194304 36640 0 0 0 42882 3 0 0 20 0 2 0 138900528 145108992 12830 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
/proc/113971/statm: 35427 12830 3360 6655 0 11208 0
[pid=113971/tid=113987] ppid=113968 vsize=141708 memory=51192 CPUtime=207.06 cores=5,7
/proc/113971/task/113987/stat : 113987 (LSIPExact) R 113968 113971 113707 0 -1 4194368 12206 0 0 0 20705 1 0 0 20 0 2 0 138901530 145108992 12830 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
Current children cumulated CPU time: 428.85 s
Current children cumulated vsize: 141708 KiB
Current children cumulated memory: 51320 KiB

[startup+282.3 s]
/proc/loadavg: 8.03 5.31 2.41 9/266 114118
/proc/meminfo: memFree=124328992/131249992 swapFree=33009392/33010684
[pid=113971] ppid=113968 vsize=141708 memory=51320 CPUtime=548.16 cores=5,7
/proc/113971/stat : 113971 (LSIPExact) R 113968 113971 113707 0 -1 4194304 37180 0 0 0 54813 3 0 0 20 0 2 0 138900528 145108992 12830 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
/proc/113971/statm: 35427 12830 3360 6655 0 11208 0
[pid=113971/tid=113987] ppid=113968 vsize=141708 memory=51320 CPUtime=266.51 cores=5,7
/proc/113971/task/113987/stat : 113987 (LSIPExact) R 113968 113971 113707 0 -1 4194368 12609 0 0 0 26650 1 0 0 20 0 2 0 138901530 145108992 12830 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
Current children cumulated CPU time: 548.16 s
Current children cumulated vsize: 141708 KiB
Current children cumulated memory: 51320 KiB

[startup+342.3 s]
/proc/loadavg: 8.07 5.82 2.77 9/266 114120
/proc/meminfo: memFree=123998232/131249992 swapFree=33009392/33010684
[pid=113971] ppid=113968 vsize=141708 memory=51704 CPUtime=667.47 cores=5,7
/proc/113971/stat : 113971 (LSIPExact) R 113968 113971 113707 0 -1 4194304 45168 0 0 0 66743 4 0 0 20 0 2 0 138900528 145108992 12926 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
/proc/113971/statm: 35427 12926 3360 6655 0 11390 0
[pid=113971/tid=113987] ppid=113968 vsize=141708 memory=14720 CPUtime=325.96 cores=5,7
/proc/113971/task/113987/stat : 113987 (LSIPExact) R 113968 113971 113707 0 -1 4194368 16188 0 0 0 32595 1 0 0 20 0 2 0 138901530 145108992 12926 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
Current children cumulated CPU time: 667.47 s
Current children cumulated vsize: 141708 KiB
Current children cumulated memory: 51704 KiB

[startup+402.3 s]

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

/proc/meminfo: memFree=122634988/131249992 swapFree=33009392/33010684
[pid=113971] ppid=113968 vsize=143548 memory=54648 CPUtime=1025.42 cores=5,7
/proc/113971/stat : 113971 (LSIPExact) R 113968 113971 113707 0 -1 4194304 47550 0 0 0 102537 5 0 0 20 0 2 0 138900528 146993152 13662 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
/proc/113971/statm: 35887 13662 3360 6655 0 12509 0
[pid=113971/tid=113987] ppid=113968 vsize=143548 memory=54648 CPUtime=504.31 cores=5,7
/proc/113971/task/113987/stat : 113987 (LSIPExact) R 113968 113971 113707 0 -1 4194368 17678 0 0 0 50429 2 0 0 20 0 2 0 138901530 146993152 13662 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
Current children cumulated CPU time: 1025.42 s
Current children cumulated vsize: 143548 KiB
Current children cumulated memory: 54648 KiB

[startup+582.3 s]
/proc/loadavg: 8.06 7.07 3.99 9/268 114130
/proc/meminfo: memFree=122153224/131249992 swapFree=33009392/33010684
[pid=113971] ppid=113968 vsize=143548 memory=54904 CPUtime=1144.72 cores=5,7
/proc/113971/stat : 113971 (LSIPExact) R 113968 113971 113707 0 -1 4194304 51254 0 0 0 114467 5 0 0 20 0 2 0 138900528 146993152 13726 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
/proc/113971/statm: 35887 13726 3360 6655 0 12509 0
[pid=113971/tid=113987] ppid=113968 vsize=143548 memory=54776 CPUtime=563.75 cores=5,7
/proc/113971/task/113987/stat : 113987 (LSIPExact) R 113968 113971 113707 0 -1 4194368 19484 0 0 0 56373 2 0 0 20 0 2 0 138901530 146993152 13726 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
Current children cumulated CPU time: 1144.72 s
Current children cumulated vsize: 143548 KiB
Current children cumulated memory: 54904 KiB

[startup+642.3 s]
/proc/loadavg: 8.12 7.28 4.25 9/269 114139
/proc/meminfo: memFree=121774236/131249992 swapFree=33009392/33010684
[pid=113971] ppid=113968 vsize=143548 memory=55160 CPUtime=1264.04 cores=5,7
/proc/113971/stat : 113971 (LSIPExact) R 113968 113971 113707 0 -1 4194304 55997 0 0 0 126398 6 0 0 20 0 2 0 138900528 146993152 13790 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
/proc/113971/statm: 35887 13790 3360 6655 0 12509 0
[pid=113971/tid=113987] ppid=113968 vsize=143548 memory=55160 CPUtime=623.2 cores=5,7
/proc/113971/task/113987/stat : 113987 (LSIPExact) R 113968 113971 113707 0 -1 4194368 21744 0 0 0 62317 3 0 0 20 0 2 0 138901530 146993152 13790 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
Current children cumulated CPU time: 1264.04 s
Current children cumulated vsize: 143548 KiB
Current children cumulated memory: 55160 KiB

[startup+702.3 s]
/proc/loadavg: 8.16 7.44 4.50 9/269 114141
/proc/meminfo: memFree=121402780/131249992 swapFree=33009392/33010684
[pid=113971] ppid=113968 vsize=143548 memory=55288 CPUtime=1383.34 cores=5,7
/proc/113971/stat : 113971 (LSIPExact) R 113968 113971 113707 0 -1 4194304 57501 0 0 0 138328 6 0 0 20 0 2 0 138900528 146993152 13822 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
/proc/113971/statm: 35887 13822 3360 6655 0 12509 0
[pid=113971/tid=113987] ppid=113968 vsize=143548 memory=55160 CPUtime=682.64 cores=5,7
/proc/113971/task/113987/stat : 113987 (LSIPExact) R 113968 113971 113707 0 -1 4194368 22491 0 0 0 68261 3 0 0 20 0 2 0 138901530 146993152 13822 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
Current children cumulated CPU time: 1383.34 s
Current children cumulated vsize: 143548 KiB
Current children cumulated memory: 55288 KiB

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

# cumulated CPU time of all completed processes:  user=1448.72 s, system=0.197266 s

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

[startup+716.8 s]
/proc/loadavg: 8.13 7.47 4.56 9/269 114142
/proc/meminfo: memFree=121331600/131249992 swapFree=33009392/33010684
[pid=113971] ppid=113968 vsize=147548 memory=58612 CPUtime=1412.17 cores=5,7
/proc/113971/stat : 113971 (LSIPExact) R 113968 113971 113707 0 -1 4194304 58612 0 0 0 141211 6 0 0 20 0 2 0 138900528 151089152 14653 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
/proc/113971/statm: 36887 14653 3360 6655 0 13509 0
[pid=113971/tid=113987] ppid=113968 vsize=147548 memory=55416 CPUtime=697 cores=5,7
/proc/113971/task/113987/stat : 113987 (LSIPExact) R 113968 113971 113707 0 -1 4194368 23480 0 0 0 69697 3 0 0 20 0 2 0 138901530 151089152 14653 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
Current children cumulated CPU time: 1412.17 s
Current children cumulated vsize: 147548 KiB
Current children cumulated memory: 58612 KiB

[startup+729.6 s]
/proc/loadavg: 8.02 7.48 4.61 8/269 114143
/proc/meminfo: memFree=121194752/131249992 swapFree=33009392/33010684
[pid=113971] ppid=113968 vsize=147548 memory=56872 CPUtime=1430.49 cores=5,7
/proc/113971/stat : 113971 (LSIPExact) S 113968 113971 113707 0 -1 4194304 59226 0 0 0 143043 6 0 0 20 0 1 0 138900528 151089152 14218 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
/proc/113971/statm: 36887 14218 3392 6655 0 13509 0
[pid=114143] ppid=113971 vsize=34864 memory=17464 CPUtime=3.55 cores=5,7
/proc/114143/stat : 114143 (Exact) R 113971 114143 114143 0 -1 4194304 2809 0 0 0 351 4 0 0 20 0 1 0 138973130 35700736 4366 18446744073709551615 4198400 8335837 140726410416256 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 14049280 140726410418361 140726410418715 140726410418715 140726410424271 0
/proc/114143/statm: 8716 4366 1120 1011 0 7483 0
Current children cumulated CPU time: 1434.04 s
Current children cumulated vsize: 182412 KiB
Current children cumulated memory: 74336 KiB

[startup+736 s]*
/proc/loadavg: 7.94 7.47 4.62 8/269 114144
/proc/meminfo: memFree=121148300/131249992 swapFree=33009392/33010684
[pid=113971] ppid=113968 vsize=147548 memory=56872 CPUtime=1430.49 cores=5,7
/proc/113971/stat : 113971 (LSIPExact) S 113968 113971 113707 0 -1 4194304 59226 0 0 0 143043 6 0 0 20 0 1 0 138900528 151089152 14218 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
/proc/113971/statm: 36887 14218 3392 6655 0 13509 0
[pid=114143] ppid=113971 vsize=37916 memory=22468 CPUtime=9.94 cores=5,7
/proc/114143/stat : 114143 (Exact) R 113971 114143 114143 0 -1 4194304 3557 0 0 0 987 7 0 0 20 0 1 0 138973130 38825984 5617 18446744073709551615 4198400 8335837 140726410416256 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 14049280 140726410418361 140726410418715 140726410418715 140726410424271 0
/proc/114143/statm: 9479 5617 1120 1011 0 8246 0
Current children cumulated CPU time: 1440.43 s
Current children cumulated vsize: 185464 KiB
Current children cumulated memory: 79340 KiB

[startup+739.2 s]
/proc/loadavg: 7.86 7.46 4.63 8/269 114144
/proc/meminfo: memFree=121112012/131249992 swapFree=33009392/33010684
[pid=113971] ppid=113968 vsize=147548 memory=56872 CPUtime=1430.49 cores=5,7
/proc/113971/stat : 113971 (LSIPExact) S 113968 113971 113707 0 -1 4194304 59226 0 0 0 143043 6 0 0 20 0 1 0 138900528 151089152 14218 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
/proc/113971/statm: 36887 14218 3392 6655 0 13509 0
[pid=114143] ppid=113971 vsize=38728 memory=23236 CPUtime=13.13 cores=5,7
/proc/114143/stat : 114143 (Exact) R 113971 114143 114143 0 -1 4194304 3739 0 0 0 1304 9 0 0 20 0 1 0 138973130 39657472 5809 18446744073709551615 4198400 8335837 140726410416256 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 14049280 140726410418361 140726410418715 140726410418715 140726410424271 0
/proc/114143/statm: 9682 5809 1120 1011 0 8449 0
Current children cumulated CPU time: 1443.62 s
Current children cumulated vsize: 186276 KiB
Current children cumulated memory: 80108 KiB

[startup+742.4 s]
/proc/loadavg: 7.86 7.46 4.63 8/269 114144
/proc/meminfo: memFree=121095884/131249992 swapFree=33009392/33010684
[pid=113971] ppid=113968 vsize=147548 memory=56872 CPUtime=1430.49 cores=5,7
/proc/113971/stat : 113971 (LSIPExact) S 113968 113971 113707 0 -1 4194304 59226 0 0 0 143043 6 0 0 20 0 1 0 138900528 151089152 14218 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
/proc/113971/statm: 36887 14218 3392 6655 0 13509 0
[pid=114143] ppid=113971 vsize=39492 memory=24004 CPUtime=16.32 cores=5,7
/proc/114143/stat : 114143 (Exact) R 113971 114143 114143 0 -1 4194304 3927 0 0 0 1621 11 0 0 20 0 1 0 138973130 40439808 6001 18446744073709551615 4198400 8335837 140726410416256 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 14049280 140726410418361 140726410418715 140726410418715 140726410424271 0
/proc/114143/statm: 9873 6001 1120 1011 0 8640 0
Current children cumulated CPU time: 1446.81 s
Current children cumulated vsize: 187040 KiB
Current children cumulated memory: 80876 KiB

[startup+743.2 s]
/proc/loadavg: 7.79 7.45 4.65 8/269 114144
/proc/meminfo: memFree=121086812/131249992 swapFree=33009392/33010684
[pid=113971] ppid=113968 vsize=147548 memory=56872 CPUtime=1430.49 cores=5,7
/proc/113971/stat : 113971 (LSIPExact) S 113968 113971 113707 0 -1 4194304 59226 0 0 0 143043 6 0 0 20 0 1 0 138900528 151089152 14218 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
/proc/113971/statm: 36887 14218 3392 6655 0 13509 0
[pid=114143] ppid=113971 vsize=39492 memory=24004 CPUtime=17.11 cores=5,7
/proc/114143/stat : 114143 (Exact) R 113971 114143 114143 0 -1 4194304 3949 0 0 0 1700 11 0 0 20 0 1 0 138973130 40439808 6001 18446744073709551615 4198400 8335837 140726410416256 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 14049280 140726410418361 140726410418715 140726410418715 140726410424271 0
/proc/114143/statm: 9873 6001 1120 1011 0 8640 0
Current children cumulated CPU time: 1447.6 s
Current children cumulated vsize: 187040 KiB
Current children cumulated memory: 80876 KiB

[startup+744 s]*
/proc/loadavg: 7.79 7.45 4.65 8/269 114144
/proc/meminfo: memFree=121083788/131249992 swapFree=33009392/33010684
[pid=113971] ppid=113968 vsize=147548 memory=56872 CPUtime=1430.49 cores=5,7
/proc/113971/stat : 113971 (LSIPExact) S 113968 113971 113707 0 -1 4194304 59226 0 0 0 143043 6 0 0 20 0 1 0 138900528 151089152 14218 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
/proc/113971/statm: 36887 14218 3392 6655 0 13509 0
[pid=114143] ppid=113971 vsize=39876 memory=24516 CPUtime=17.92 cores=5,7
/proc/114143/stat : 114143 (Exact) R 113971 114143 114143 0 -1 4194304 4048 0 0 0 1780 12 0 0 20 0 1 0 138973130 40833024 6129 18446744073709551615 4198400 8335837 140726410416256 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 14049280 140726410418361 140726410418715 140726410418715 140726410424271 0
/proc/114143/statm: 9969 6129 1120 1011 0 8736 0
Current children cumulated CPU time: 1448.41 s
Current children cumulated vsize: 187424 KiB
Current children cumulated memory: 81388 KiB

[startup+744.4 s]
/proc/loadavg: 7.79 7.45 4.65 8/269 114144
/proc/meminfo: memFree=121083788/131249992 swapFree=33009392/33010684
[pid=113971] ppid=113968 vsize=147548 memory=56872 CPUtime=1430.49 cores=5,7
/proc/113971/stat : 113971 (LSIPExact) S 113968 113971 113707 0 -1 4194304 59226 0 0 0 143043 6 0 0 20 0 1 0 138900528 151089152 14218 18446744073709551615 94566247165952 94566274423121 140730143659216 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94566282925192 94566283356800 94566310645760 140730143668568 140730143668744 140730143668744 140730143674348 0
/proc/113971/statm: 36887 14218 3392 6655 0 13509 0
[pid=114143] ppid=113971 vsize=39876 memory=24516 CPUtime=18.31 cores=5,7
/proc/114143/stat : 114143 (Exact) R 113971 114143 114143 0 -1 4194304 4048 0 0 0 1819 12 0 0 20 0 1 0 138973130 40833024 6129 18446744073709551615 4198400 8335837 140726410416256 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 14049280 140726410418361 140726410418715 140726410418715 140726410424271 0
/proc/114143/statm: 9969 6129 1120 1011 0 8736 0
Current children cumulated CPU time: 1448.8 s
Current children cumulated vsize: 187424 KiB
Current children cumulated memory: 81388 KiB

Child status: 0

Real time (s): 744.5
CPU time (s): 1448.92
CPU user time (s): 1448.72
CPU system time (s): 0.197266
CPU usage (%): 194.617
Max. virtual memory (cumulated for all children) (KiB): 187424
Max. memory (cumulated for all children) (KiB): 81388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1448.72
system time used= 0.197266
maximum resident set size= 58868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63696
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= 303
involuntary context switches= 50657


# summary of solver processes directly reported to runsolver:
#   pid: 113971
#   total CPU time (s): 1448.92
#   total CPU user time (s): 1448.72
#   total CPU system time (s): 0.197266

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.23202 second user time and 3.22018 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-07-11 13:11:00
IDJOB=4526910
IDBENCH=147918
IDSOLVER=3384
FILE ID=nodeC035/4526910-1752232260
RUNJOBID= nodeC035-1752232205-113727
SLURM_JOB_ID= 9682546
Free space on /tmp= 432496 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900551347.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4526910-1752232260/watcher-4526910-1752232260 -o /tmp/evaluation-result-4526910-1752232260/solver-4526910-1752232260 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1752232205-113727 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4526910-1752232260.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 0e77a06dde1d23cd3307fd4f28b5c64b
RANDOM SEED=291300059

nodeC035 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.893
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.51
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.754
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.51
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.724
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.51
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.749
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.51
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.777
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.51
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		: 3483.071
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.51
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		: 3514.093
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.51
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.063
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        124869540 kB
MemAvailable:   127963400 kB
Buffers:             664 kB
Cached:          3841856 kB
SwapCached:          332 kB
Active:          2106592 kB
Inactive:        3527260 kB
Active(anon):    1788004 kB
Inactive(anon):    21028 kB
Active(file):     318588 kB
Inactive(file):  3506232 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009392 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            178100 kB
Writeback:            44 kB
AnonPages:       1794124 kB
Mapped:           132452 kB
Shmem:             17700 kB
KReclaimable:     216556 kB
Slab:             309804 kB
SReclaimable:     216556 kB
SUnreclaim:        93248 kB
KernelStack:        4304 kB
PageTables:         6560 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    2172764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    563200 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:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432540 MiB
End job on nodeC035 at 2025-07-11 13:23:25