Trace number 4507507

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.11 2899.82

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathTate/normalized-TateBritain_K81.opb
MD5SUMa76247625d06f26dbfcd47fe69513f4b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5508
Total number of constraints5672
Number of constraints which are clauses5591
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint81
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 82
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1432.56/726.03	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1432.56/726.03	c numVar: 5508
1432.56/726.03	c numCon: 5672
1432.56/726.03	c numEqual: 0
1432.56/726.03	c intSize: 7
1432.56/726.03	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1432.56/726.03	c ------------------- Paras list -------------------
1432.56/726.03	c Name                	 Type      	 Now       	 Default   	 Comment
1432.56/726.03	c timeout             	 double    	 3600.000000	 3600      	 
1432.56/726.03	c mip_time            	 double    	 0.200000  	 0.5       	 
1432.56/726.03	c ls_time             	 double    	 10.000000 	 10        	 
1432.56/726.03	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1432.56/726.03	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1432.56/726.03	c random_seed         	 int       	 0         	 0         	 
1432.56/726.03	c sample_size         	 int       	 50        	 50        	 
1432.56/726.03	c sub_score           	 int       	 1         	 1         	 
1432.56/726.03	c tabu_base           	 int       	 3         	 3         	 
1432.56/726.03	c tabu_variation      	 int       	 1         	 1         	 
1432.56/726.03	c sub_div             	 int       	 4         	 4         	 
1432.56/726.03	c nbcore              	 int       	 2         	 1         	 
1432.56/726.03	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1432.56/726.03	c print_sol           	 int       	 1         	 1         	 
1432.56/726.03	c tmpdir              	 string		 .         	 "."       	 
1432.56/726.03	c home                	 string		 HOME	 "."       	 
1432.56/726.03	c benchname           	 string		 HOME/instance-4507507-1751136320.opb	 ""        	 
1432.56/726.03	c --------------------------------------------------
1432.56/726.03	c Local Search solver
1432.56/726.03	c MIP solver
1432.56/726.03	c use Exact solver
3600.08/2899.80	c receive signal 15, try to interrupt solver...
3600.08/2899.81	c Exact solver (PID 12871) interrupted gracefully.
3600.08/2899.81	s UNKNOWN
3600.08/2899.81	c Total time: 2900

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=12787, runsolver pid=12784

[startup+0.100065 s]*
/proc/loadavg: 4.98 5.00 5.29 5/254 12788
/proc/meminfo: memFree=127779128/131382112 swapFree=33010684/33010684
[pid=12787] ppid=12784 vsize=47044 memory=12416 CPUtime=0.09 cores=4,6
/proc/12787/stat : 12787 (LSIPExact) R 12784 12787 11065 0 -1 4194304 2114 0 0 0 9 0 0 0 20 0 1 0 29311807 48173056 3104 18446744073709551615 93887827992576 93887855248977 140724100747360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93887863751816 93887864183424 93887885918208 140724100749658 140724100749834 140724100749834 140724100755436 0
/proc/12787/statm: 11761 3104 1152 6655 0 1996 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 47044 KiB
Current children cumulated memory: 12416 KiB

[startup+0.210631 s]*
/proc/loadavg: 4.98 5.00 5.29 5/254 12788
/proc/meminfo: memFree=127779128/131382112 swapFree=33010684/33010684
[pid=12787] ppid=12784 vsize=47044 memory=12416 CPUtime=0.2 cores=4,6
/proc/12787/stat : 12787 (LSIPExact) R 12784 12787 11065 0 -1 4194304 2114 0 0 0 20 0 0 0 20 0 1 0 29311807 48173056 3104 18446744073709551615 93887827992576 93887855248977 140724100747360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93887863751816 93887864183424 93887885918208 140724100749658 140724100749834 140724100749834 140724100755436 0
/proc/12787/statm: 11761 3104 1152 6655 0 1996 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 47044 KiB
Current children cumulated memory: 12416 KiB

[startup+0.313506 s]*
/proc/loadavg: 4.98 5.00 5.29 5/254 12788
/proc/meminfo: memFree=127779128/131382112 swapFree=33010684/33010684
[pid=12787] ppid=12784 vsize=47044 memory=12416 CPUtime=0.3 cores=4,6
/proc/12787/stat : 12787 (LSIPExact) R 12784 12787 11065 0 -1 4194304 2114 0 0 0 30 0 0 0 20 0 1 0 29311807 48173056 3104 18446744073709551615 93887827992576 93887855248977 140724100747360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93887863751816 93887864183424 93887885918208 140724100749658 140724100749834 140724100749834 140724100755436 0
/proc/12787/statm: 11761 3104 1152 6655 0 1996 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 47044 KiB
Current children cumulated memory: 12416 KiB

[startup+0.700266 s]
/proc/loadavg: 4.98 5.00 5.29 5/254 12788
/proc/meminfo: memFree=127779128/131382112 swapFree=33010684/33010684
[pid=12787] ppid=12784 vsize=47044 memory=12416 CPUtime=0.67 cores=4,6
/proc/12787/stat : 12787 (LSIPExact) R 12784 12787 11065 0 -1 4194304 2114 0 0 0 67 0 0 0 20 0 1 0 29311807 48173056 3104 18446744073709551615 93887827992576 93887855248977 140724100747360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93887863751816 93887864183424 93887885918208 140724100749658 140724100749834 140724100749834 140724100755436 0
/proc/12787/statm: 11761 3104 1152 6655 0 1996 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 47044 KiB
Current children cumulated memory: 12416 KiB

[startup+1.50031 s]
/proc/loadavg: 4.90 4.98 5.28 5/254 12788
/proc/meminfo: memFree=127779380/131382112 swapFree=33010684/33010684
[pid=12787] ppid=12784 vsize=47044 memory=12416 CPUtime=1.47 cores=4,6
/proc/12787/stat : 12787 (LSIPExact) R 12784 12787 11065 0 -1 4194304 2114 0 0 0 147 0 0 0 20 0 1 0 29311807 48173056 3104 18446744073709551615 93887827992576 93887855248977 140724100747360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93887863751816 93887864183424 93887885918208 140724100749658 140724100749834 140724100749834 140724100755436 0
/proc/12787/statm: 11761 3104 1152 6655 0 1996 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 47044 KiB
Current children cumulated memory: 12416 KiB

[startup+3.11336 s]
/proc/loadavg: 4.90 4.98 5.28 5/254 12788
/proc/meminfo: memFree=127779380/131382112 swapFree=33010684/33010684
[pid=12787] ppid=12784 vsize=47044 memory=12416 CPUtime=3.08 cores=4,6
/proc/12787/stat : 12787 (LSIPExact) R 12784 12787 11065 0 -1 4194304 2114 0 0 0 308 0 0 0 20 0 1 0 29311807 48173056 3104 18446744073709551615 93887827992576 93887855248977 140724100747360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93887863751816 93887864183424 93887885918208 140724100749658 140724100749834 140724100749834 140724100755436 0
/proc/12787/statm: 11761 3104 1152 6655 0 1996 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 47044 KiB
Current children cumulated memory: 12416 KiB

[startup+6.30029 s]
/proc/loadavg: 4.91 4.98 5.28 5/254 12788
/proc/meminfo: memFree=127779384/131382112 swapFree=33010684/33010684
[pid=12787] ppid=12784 vsize=47044 memory=12416 CPUtime=6.26 cores=4,6
/proc/12787/stat : 12787 (LSIPExact) R 12784 12787 11065 0 -1 4194304 2114 0 0 0 626 0 0 0 20 0 1 0 29311807 48173056 3104 18446744073709551615 93887827992576 93887855248977 140724100747360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93887863751816 93887864183424 93887885918208 140724100749658 140724100749834 140724100749834 140724100755436 0
/proc/12787/statm: 11761 3104 1152 6655 0 1996 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 47044 KiB
Current children cumulated memory: 12416 KiB

[startup+12.7002 s]
/proc/loadavg: 4.84 4.97 5.27 6/255 12789
/proc/meminfo: memFree=127748628/131382112 swapFree=33010684/33010684
[pid=12787] ppid=12784 vsize=156884 memory=63876 CPUtime=14.75 cores=4,6
/proc/12787/stat : 12787 (LSIPExact) R 12784 12787 11065 0 -1 4194304 12596 0 0 0 1472 3 0 0 20 0 2 0 29311807 160649216 15969 18446744073709551615 93887827992576 93887855248977 140724100747360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93887863751816 93887864183424 93887885918208 140724100749658 140724100749834 140724100749834 140724100755436 0
/proc/12787/statm: 39221 15969 3328 6655 0 15062 0
[pid=12787/tid=12789] ppid=12784 vsize=156884 memory=6216 CPUtime=2.48 cores=4,6
/proc/12787/task/12789/stat : 12789 (LSIPExact) R 12784 12787 11065 0 -1 4194368 2194 0 0 0 247 1 0 0 20 0 2 0 29312810 160649216 15969 18446744073709551615 93887827992576 93887855248977 140724100747360 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93887863751816 93887864183424 93887885918208 140724100749658 140724100749834 140724100749834 140724100755436 0
Current children cumulated CPU time: 14.75 s
Current children cumulated vsize: 156884 KiB
Current children cumulated memory: 63876 KiB

[startup+25.5002 s]
/proc/loadavg: 4.86 4.97 5.27 6/255 12789
/proc/meminfo: memFree=127733352/131382112 swapFree=33010684/33010684
[pid=12787] ppid=12784 vsize=164124 memory=71172 CPUtime=40.19 cores=4,6
/proc/12787/stat : 12787 (LSIPExact) R 12784 12787 11065 0 -1 4194304 22760 0 0 0 4016 3 0 0 20 0 2 0 29311807 168062976 17793 18446744073709551615 93887827992576 93887855248977 140724100747360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93887863751816 93887864183424 93887885918208 140724100749658 140724100749834 140724100749834 140724100755436 0
/proc/12787/statm: 41031 17793 3360 6655 0 16872 0
[pid=12787/tid=12789] ppid=12784 vsize=164124 memory=70660 CPUtime=15.16 cores=4,6
/proc/12787/task/12789/stat : 12789 (LSIPExact) R 12784 12787 11065 0 -1 4194368 5261 0 0 0 1515 1 0 0 20 0 2 0 29312810 168062976 17793 18446744073709551615 93887827992576 93887855248977 140724100747360 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93887863751816 93887864183424 93887885918208 140724100749658 140724100749834 140724100749834 140724100755436 0
Current children cumulated CPU time: 40.19 s
Current children cumulated vsize: 164124 KiB
Current children cumulated memory: 71172 KiB

[startup+51.1055 s]
/proc/loadavg: 5.00 4.99 5.27 6/255 12790
/proc/meminfo: memFree=127701596/131382112 swapFree=33010684/33010684
[pid=12787] ppid=12784 vsize=166596 memory=73988 CPUtime=91.1 cores=4,6
/proc/12787/stat : 12787 (LSIPExact) R 12784 12787 11065 0 -1 4194304 31583 0 0 0 9106 4 0 0 20 0 2 0 29311807 170594304 18497 18446744073709551615 93887827992576 93887855248977 140724100747360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93887863751816 93887864183424 93887885918208 140724100749658 140724100749834 140724100749834 140724100755436 0
/proc/12787/statm: 41649 18497 3360 6655 0 17613 0
[pid=12787/tid=12789] ppid=12784 vsize=166596 memory=73988 CPUtime=40.52 cores=4,6
/proc/12787/task/12789/stat : 12789 (LSIPExact) R 12784 12787 11065 0 -1 4194368 8435 0 0 0 4051 1 0 0 20 0 2 0 29312810 170594304 18497 18446744073709551615 93887827992576 93887855248977 140724100747360 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93887863751816 93887864183424 93887885918208 140724100749658 140724100749834 140724100749834 140724100755436 0
Current children cumulated CPU time: 91.1 s
Current children cumulated vsize: 166596 KiB
Current children cumulated memory: 73988 KiB

[startup+102.3 s]
/proc/loadavg: 5.07 5.01 5.26 6/255 12791
/proc/meminfo: memFree=127678736/131382112 swapFree=33010684/33010684
[pid=12787] ppid=12784 vsize=166896 memory=79364 CPUtime=192.53 cores=4,6
/proc/12787/stat : 12787 (LSIPExact) R 12784 12787 11065 0 -1 4194304 40388 0 0 0 19248 5 0 0 20 0 2 0 29311807 170901504 19841 18446744073709551615 93887827992576 93887855248977 140724100747360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93887863751816 93887864183424 93887885918208 140724100749658 140724100749834 140724100749834 140724100755436 0
/proc/12787/statm: 41724 19841 3360 6655 0 18674 0
[pid=12787/tid=12789] ppid=12784 vsize=166896 memory=17024 CPUtime=90.89 cores=4,6
/proc/12787/task/12789/stat : 12789 (LSIPExact) R 12784 12787 11065 0 -1 4194368 12718 0 0 0 9087 2 0 0 20 0 2 0 29312810 170901504 19841 18446744073709551615 93887827992576 93887855248977 140724100747360 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93887863751816 93887864183424 93887885918208 140724100749658 140724100749834 140724100749834 140724100755436 0
Current children cumulated CPU time: 192.53 s
Current children cumulated vsize: 166896 KiB
Current children cumulated memory: 79364 KiB

[startup+162.3 s]
/proc/loadavg: 5.08 5.02 5.25 6/254 12793
/proc/meminfo: memFree=127654420/131382112 swapFree=33010684/33010684
[pid=12787] ppid=12784 vsize=166896 memory=80132 CPUtime=311.82 cores=4,6
/proc/12787/stat : 12787 (LSIPExact) R 12784 12787 11065 0 -1 4194304 53796 0 0 0 31176 6 0 0 20 0 2 0 29311807 170901504 20033 18446744073709551615 93887827992576 93887855248977 140724100747360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93887863751816 93887864183424 93887885918208 140724100749658 140724100749834 140724100749834 140724100755436 0
/proc/12787/statm: 41724 20033 3360 6655 0 18805 0
[pid=12787/tid=12789] ppid=12784 vsize=166896 memory=80004 CPUtime=150.35 cores=4,6
/proc/12787/task/12789/stat : 12789 (LSIPExact) R 12784 12787 11065 0 -1 4194368 20071 0 0 0 15032 3 0 0 20 0 2 0 29312810 170901504 20033 18446744073709551615 93887827992576 93887855248977 140724100747360 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93887863751816 93887864183424 93887885918208 140724100749658 140724100749834 140724100749834 140724100755436 0
Current children cumulated CPU time: 311.82 s
Current children cumulated vsize: 166896 KiB
Current children cumulated memory: 80132 KiB

[startup+222.3 s]
/proc/loadavg: 5.15 5.05 5.24 6/253 12795
/proc/meminfo: memFree=127658488/131382112 swapFree=33010684/33010684
[pid=12787] ppid=12784 vsize=166896 memory=80388 CPUtime=431.12 cores=4,6
/proc/12787/stat : 12787 (LSIPExact) R 12784 12787 11065 0 -1 4194304 59126 0 0 0 43105 7 0 0 20 0 2 0 29311807 170901504 20097 18446744073709551615 93887827992576 93887855248977 140724100747360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93887863751816 93887864183424 93887885918208 140724100749658 140724100749834 140724100749834 140724100755436 0
/proc/12787/statm: 41724 20097 3360 6655 0 18906 0
[pid=12787/tid=12789] ppid=12784 vsize=166896 memory=80388 CPUtime=209.8 cores=4,6
/proc/12787/task/12789/stat : 12789 (LSIPExact) R 12784 12787 11065 0 -1 4194368 23229 0 0 0 20977 3 0 0 20 0 2 0 29312810 170901504 20097 18446744073709551615 93887827992576 93887855248977 140724100747360 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93887863751816 93887864183424 93887885918208 140724100749658 140724100749834 140724100749834 140724100755436 0
Current children cumulated CPU time: 431.12 s
Current children cumulated vsize: 166896 KiB
Current children cumulated memory: 80388 KiB

[startup+282.3 s]
/proc/loadavg: 5.12 5.05 5.23 6/253 12797
/proc/meminfo: memFree=127621300/131382112 swapFree=33010684/33010684
[pid=12787] ppid=12784 vsize=166896 memory=80516 CPUtime=550.41 cores=4,6
/proc/12787/stat : 12787 (LSIPExact) R 12784 12787 11065 0 -1 4194304 60969 0 0 0 55034 7 0 0 20 0 2 0 29311807 170901504 20129 18446744073709551615 93887827992576 93887855248977 140724100747360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93887863751816 93887864183424 93887885918208 140724100749658 140724100749834 140724100749834 140724100755436 0
/proc/12787/statm: 41724 20129 3360 6655 0 18923 0
[pid=12787/tid=12789] ppid=12784 vsize=166896 memory=80132 CPUtime=269.25 cores=4,6
/proc/12787/task/12789/stat : 12789 (LSIPExact) R 12784 12787 11065 0 -1 4194368 23660 0 0 0 26922 3 0 0 20 0 2 0 29312810 170901504 20129 18446744073709551615 93887827992576 93887855248977 140724100747360 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93887863751816 93887864183424 93887885918208 140724100749658 140724100749834 140724100749834 140724100755436 0
Current children cumulated CPU time: 550.41 s
Current children cumulated vsize: 166896 KiB
Current children cumulated memory: 80516 KiB

[startup+342.3 s]
/proc/loadavg: 5.16 5.07 5.22 6/255 12802
/proc/meminfo: memFree=127586616/131382112 swapFree=33010684/33010684
[pid=12787] ppid=12784 vsize=166896 memory=80644 CPUtime=669.71 cores=4,6
/proc/12787/stat : 12787 (LSIPExact) R 12784 12787 11065 0 -1 4194304 67748 0 0 0 66963 8 0 0 20 0 2 0 29311807 170901504 20161 18446744073709551615 93887827992576 93887855248977 140724100747360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93887863751816 93887864183424 93887885918208 140724100749658 140724100749834 140724100749834 140724100755436 0
/proc/12787/statm: 41724 20161 3360 6655 0 18976 0
[pid=12787/tid=12789] ppid=12784 vsize=166896 memory=80132 CPUtime=328.71 cores=4,6
/proc/12787/task/12789/stat : 12789 (LSIPExact) R 12784 12787 11065 0 -1 4194368 27408 0 0 0 32867 4 0 0 20 0 2 0 29312810 170901504 20161 18446744073709551615 93887827992576 93887855248977 140724100747360 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93887863751816 93887864183424 93887885918208 140724100749658 140724100749834 140724100749834 140724100755436 0
Current children cumulated CPU time: 669.71 s
Current children cumulated vsize: 166896 KiB
Current children cumulated memory: 80644 KiB


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

/proc/loadavg: 5.34 5.84 5.70 6/254 13104
/proc/meminfo: memFree=129597560/131382112 swapFree=33010684/33010684
[pid=12787] ppid=12784 vsize=166896 memory=84736 CPUtime=1432.61 cores=4,6
/proc/12787/stat : 12787 (LSIPExact) S 12784 12787 11065 0 -1 4194304 97295 0 0 0 143251 10 0 0 20 0 1 0 29311807 170901504 21184 18446744073709551615 93887827992576 93887855248977 140724100747360 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93887863751816 93887864183424 93887885918208 140724100749658 140724100749834 140724100749834 140724100755436 0
/proc/12787/statm: 41724 21184 3456 6655 0 19421 0
[pid=12871] ppid=12787 vsize=213776 memory=185576 CPUtime=1591.54 cores=4,6
/proc/12871/stat : 12871 (Exact) R 12787 12871 12871 0 -1 4194304 29507 0 0 0 158913 241 0 0 20 0 1 0 29384410 218906624 46394 18446744073709551615 4198400 8335837 140732590643600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 13996032 140732590651579 140732590651933 140732590651933 140732590657487 0
/proc/12871/statm: 53444 46394 1152 1011 0 52211 0
Current children cumulated CPU time: 3024.15 s
Current children cumulated vsize: 380672 KiB
Current children cumulated memory: 270312 KiB

[startup+2382.3 s]
/proc/loadavg: 5.22 5.71 5.67 6/254 13106
/proc/meminfo: memFree=129531188/131382112 swapFree=33010684/33010684
[pid=12787] ppid=12784 vsize=166896 memory=84736 CPUtime=1432.61 cores=4,6
/proc/12787/stat : 12787 (LSIPExact) S 12784 12787 11065 0 -1 4194304 97295 0 0 0 143251 10 0 0 20 0 1 0 29311807 170901504 21184 18446744073709551615 93887827992576 93887855248977 140724100747360 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93887863751816 93887864183424 93887885918208 140724100749658 140724100749834 140724100749834 140724100755436 0
/proc/12787/statm: 41724 21184 3456 6655 0 19421 0
[pid=12871] ppid=12787 vsize=214776 memory=186600 CPUtime=1651.39 cores=4,6
/proc/12871/stat : 12871 (Exact) R 12787 12871 12871 0 -1 4194304 29757 0 0 0 164890 249 0 0 20 0 1 0 29384410 219930624 46650 18446744073709551615 4198400 8335837 140732590643600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 13996032 140732590651579 140732590651933 140732590651933 140732590657487 0
/proc/12871/statm: 53694 46650 1152 1011 0 52461 0
Current children cumulated CPU time: 3084 s
Current children cumulated vsize: 381672 KiB
Current children cumulated memory: 271336 KiB

[startup+2442.3 s]
/proc/loadavg: 5.13 5.60 5.63 6/254 13107
/proc/meminfo: memFree=129544608/131382112 swapFree=33010684/33010684
[pid=12787] ppid=12784 vsize=166896 memory=84736 CPUtime=1432.61 cores=4,6
/proc/12787/stat : 12787 (LSIPExact) S 12784 12787 11065 0 -1 4194304 97295 0 0 0 143251 10 0 0 20 0 1 0 29311807 170901504 21184 18446744073709551615 93887827992576 93887855248977 140724100747360 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93887863751816 93887864183424 93887885918208 140724100749658 140724100749834 140724100749834 140724100755436 0
/proc/12787/statm: 41724 21184 3456 6655 0 19421 0
[pid=12871] ppid=12787 vsize=215584 memory=187368 CPUtime=1711.24 cores=4,6
/proc/12871/stat : 12871 (Exact) R 12787 12871 12871 0 -1 4194304 29961 0 0 0 170868 256 0 0 20 0 1 0 29384410 220758016 46842 18446744073709551615 4198400 8335837 140732590643600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 13996032 140732590651579 140732590651933 140732590651933 140732590657487 0
/proc/12871/statm: 53896 46842 1152 1011 0 52663 0
Current children cumulated CPU time: 3143.85 s
Current children cumulated vsize: 382480 KiB
Current children cumulated memory: 272104 KiB

[startup+2502.3 s]
/proc/loadavg: 5.09 5.50 5.59 6/254 13109
/proc/meminfo: memFree=129538556/131382112 swapFree=33010684/33010684
[pid=12787] ppid=12784 vsize=166896 memory=84736 CPUtime=1432.61 cores=4,6
/proc/12787/stat : 12787 (LSIPExact) S 12784 12787 11065 0 -1 4194304 97295 0 0 0 143251 10 0 0 20 0 1 0 29311807 170901504 21184 18446744073709551615 93887827992576 93887855248977 140724100747360 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93887863751816 93887864183424 93887885918208 140724100749658 140724100749834 140724100749834 140724100755436 0
/proc/12787/statm: 41724 21184 3456 6655 0 19421 0
[pid=12871] ppid=12787 vsize=216724 memory=188520 CPUtime=1771.09 cores=4,6
/proc/12871/stat : 12871 (Exact) R 12787 12871 12871 0 -1 4194304 30246 0 0 0 176848 261 0 0 20 0 1 0 29384410 221925376 47130 18446744073709551615 4198400 8335837 140732590643600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 13996032 140732590651579 140732590651933 140732590651933 140732590657487 0
/proc/12871/statm: 54181 47130 1152 1011 0 52948 0
Current children cumulated CPU time: 3203.7 s
Current children cumulated vsize: 383620 KiB
Current children cumulated memory: 273256 KiB

[startup+2562.3 s]
/proc/loadavg: 5.17 5.45 5.57 6/253 13111
/proc/meminfo: memFree=129537508/131382112 swapFree=33010684/33010684
[pid=12787] ppid=12784 vsize=166896 memory=84736 CPUtime=1432.61 cores=4,6
/proc/12787/stat : 12787 (LSIPExact) S 12784 12787 11065 0 -1 4194304 97295 0 0 0 143251 10 0 0 20 0 1 0 29311807 170901504 21184 18446744073709551615 93887827992576 93887855248977 140724100747360 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93887863751816 93887864183424 93887885918208 140724100749658 140724100749834 140724100749834 140724100755436 0
/proc/12787/statm: 41724 21184 3456 6655 0 19421 0
[pid=12871] ppid=12787 vsize=218800 memory=190568 CPUtime=1830.94 cores=4,6
/proc/12871/stat : 12871 (Exact) R 12787 12871 12871 0 -1 4194304 30797 0 0 0 182822 272 0 0 20 0 1 0 29384410 224051200 47642 18446744073709551615 4198400 8335837 140732590643600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 13996032 140732590651579 140732590651933 140732590651933 140732590657487 0
/proc/12871/statm: 54700 47642 1152 1011 0 53467 0
Current children cumulated CPU time: 3263.55 s
Current children cumulated vsize: 385696 KiB
Current children cumulated memory: 275304 KiB

[startup+2622.3 s]
/proc/loadavg: 5.06 5.37 5.53 6/253 13113
/proc/meminfo: memFree=129534996/131382112 swapFree=33010684/33010684
[pid=12787] ppid=12784 vsize=166896 memory=84736 CPUtime=1432.61 cores=4,6
/proc/12787/stat : 12787 (LSIPExact) S 12784 12787 11065 0 -1 4194304 97295 0 0 0 143251 10 0 0 20 0 1 0 29311807 170901504 21184 18446744073709551615 93887827992576 93887855248977 140724100747360 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93887863751816 93887864183424 93887885918208 140724100749658 140724100749834 140724100749834 140724100755436 0
/proc/12787/statm: 41724 21184 3456 6655 0 19421 0
[pid=12871] ppid=12787 vsize=219836 memory=193624 CPUtime=1890.79 cores=4,6
/proc/12871/stat : 12871 (Exact) R 12787 12871 12871 0 -1 4194304 31058 0 0 0 188798 281 0 0 20 0 1 0 29384410 225112064 48406 18446744073709551615 4198400 8335837 140732590643600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 13996032 140732590651579 140732590651933 140732590651933 140732590657487 0
/proc/12871/statm: 54959 48406 1152 1011 0 53726 0
Current children cumulated CPU time: 3323.4 s
Current children cumulated vsize: 386732 KiB
Current children cumulated memory: 278360 KiB

[startup+2682.3 s]
/proc/loadavg: 5.13 5.33 5.51 6/253 13115
/proc/meminfo: memFree=129528064/131382112 swapFree=33010684/33010684
[pid=12787] ppid=12784 vsize=166896 memory=84736 CPUtime=1432.61 cores=4,6
/proc/12787/stat : 12787 (LSIPExact) S 12784 12787 11065 0 -1 4194304 97295 0 0 0 143251 10 0 0 20 0 1 0 29311807 170901504 21184 18446744073709551615 93887827992576 93887855248977 140724100747360 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93887863751816 93887864183424 93887885918208 140724100749658 140724100749834 140724100749834 140724100755436 0
/proc/12787/statm: 41724 21184 3456 6655 0 19421 0
[pid=12871] ppid=12787 vsize=220660 memory=194520 CPUtime=1950.64 cores=4,6
/proc/12871/stat : 12871 (Exact) R 12787 12871 12871 0 -1 4194304 31266 0 0 0 194778 286 0 0 20 0 1 0 29384410 225955840 48630 18446744073709551615 4198400 8335837 140732590643600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 13996032 140732590651579 140732590651933 140732590651933 140732590657487 0
/proc/12871/statm: 55165 48630 1152 1011 0 53932 0
Current children cumulated CPU time: 3383.25 s
Current children cumulated vsize: 387556 KiB
Current children cumulated memory: 279256 KiB

[startup+2742.3 s]
/proc/loadavg: 4.88 5.23 5.46 5/254 13121
/proc/meminfo: memFree=129519728/131382112 swapFree=33010684/33010684
[pid=12787] ppid=12784 vsize=166896 memory=84736 CPUtime=1432.61 cores=4,6
/proc/12787/stat : 12787 (LSIPExact) S 12784 12787 11065 0 -1 4194304 97295 0 0 0 143251 10 0 0 20 0 1 0 29311807 170901504 21184 18446744073709551615 93887827992576 93887855248977 140724100747360 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93887863751816 93887864183424 93887885918208 140724100749658 140724100749834 140724100749834 140724100755436 0
/proc/12787/statm: 41724 21184 3456 6655 0 19421 0
[pid=12871] ppid=12787 vsize=221896 memory=195800 CPUtime=2010.48 cores=4,6
/proc/12871/stat : 12871 (Exact) R 12787 12871 12871 0 -1 4194304 31575 0 0 0 200752 296 0 0 20 0 1 0 29384410 227221504 48950 18446744073709551615 4198400 8335837 140732590643600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 13996032 140732590651579 140732590651933 140732590651933 140732590657487 0
/proc/12871/statm: 55474 48950 1152 1011 0 54241 0
Current children cumulated CPU time: 3443.09 s
Current children cumulated vsize: 388792 KiB
Current children cumulated memory: 280536 KiB

[startup+2802.3 s]
/proc/loadavg: 4.37 5.02 5.37 5/254 13123
/proc/meminfo: memFree=129483812/131382112 swapFree=33010684/33010684
[pid=12787] ppid=12784 vsize=166896 memory=84736 CPUtime=1432.61 cores=4,6
/proc/12787/stat : 12787 (LSIPExact) S 12784 12787 11065 0 -1 4194304 97295 0 0 0 143251 10 0 0 20 0 1 0 29311807 170901504 21184 18446744073709551615 93887827992576 93887855248977 140724100747360 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93887863751816 93887864183424 93887885918208 140724100749658 140724100749834 140724100749834 140724100755436 0
/proc/12787/statm: 41724 21184 3456 6655 0 19421 0
[pid=12871] ppid=12787 vsize=222592 memory=196440 CPUtime=2070.28 cores=4,6
/proc/12871/stat : 12871 (Exact) R 12787 12871 12871 0 -1 4194304 31749 0 0 0 206726 302 0 0 20 0 1 0 29384410 227934208 49110 18446744073709551615 4198400 8335837 140732590643600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 13996032 140732590651579 140732590651933 140732590651933 140732590657487 0
/proc/12871/statm: 55648 49110 1152 1011 0 54415 0
Current children cumulated CPU time: 3502.89 s
Current children cumulated vsize: 389488 KiB
Current children cumulated memory: 281176 KiB

[startup+2862.3 s]
/proc/loadavg: 4.20 4.85 5.29 5/255 13128
/proc/meminfo: memFree=129472048/131382112 swapFree=33010684/33010684
[pid=12787] ppid=12784 vsize=166896 memory=84736 CPUtime=1432.61 cores=4,6
/proc/12787/stat : 12787 (LSIPExact) S 12784 12787 11065 0 -1 4194304 97295 0 0 0 143251 10 0 0 20 0 1 0 29311807 170901504 21184 18446744073709551615 93887827992576 93887855248977 140724100747360 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93887863751816 93887864183424 93887885918208 140724100749658 140724100749834 140724100749834 140724100755436 0
/proc/12787/statm: 41724 21184 3456 6655 0 19421 0
[pid=12871] ppid=12787 vsize=224072 memory=197976 CPUtime=2130.09 cores=4,6
/proc/12871/stat : 12871 (Exact) R 12787 12871 12871 0 -1 4194304 32149 0 0 0 212700 309 0 0 20 0 1 0 29384410 229449728 49494 18446744073709551615 4198400 8335837 140732590643600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 13996032 140732590651579 140732590651933 140732590651933 140732590657487 0
/proc/12871/statm: 56018 49494 1152 1011 0 54785 0
Current children cumulated CPU time: 3562.7 s
Current children cumulated vsize: 390968 KiB
Current children cumulated memory: 282712 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2899.8 s]
/proc/loadavg: 4.18 4.77 5.24 5/255 13129
/proc/meminfo: memFree=129445896/131382112 swapFree=33010684/33010684
[pid=12787] ppid=12784 vsize=166896 memory=84736 CPUtime=1432.61 cores=4,6
/proc/12787/stat : 12787 (LSIPExact) S 12784 12787 11065 0 -1 4194304 97295 0 0 0 143251 10 0 0 20 0 1 0 29311807 170901504 21184 18446744073709551615 93887827992576 93887855248977 140724100747360 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93887863751816 93887864183424 93887885918208 140724100749658 140724100749834 140724100749834 140724100755436 0
/proc/12787/statm: 41724 21184 3456 6655 0 19421 0
[pid=12871] ppid=12787 vsize=224248 memory=198232 CPUtime=2167.47 cores=4,6
/proc/12871/stat : 12871 (Exact) R 12787 12871 12871 0 -1 4194304 32225 0 0 0 216433 314 0 0 20 0 1 0 29384410 229629952 49558 18446744073709551615 4198400 8335837 140732590643600 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 13996032 140732590651579 140732590651933 140732590651933 140732590657487 0
/proc/12871/statm: 56062 49558 1152 1011 0 54829 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 391144 KiB
Current children cumulated memory: 282968 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.86 s, system=3.24513 s

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

Child status: 0

Real time (s): 2899.82
CPU time (s): 3600.11
CPU user time (s): 3596.86
CPU system time (s): 3.24513
CPU usage (%): 124.149
Max. virtual memory (cumulated for all children) (KiB): 391144
Max. memory (cumulated for all children) (KiB): 282968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.86
system time used= 3.24513
maximum resident set size= 207844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129885
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= 419
involuntary context switches= 12905


# summary of solver processes directly reported to runsolver:
#   pid: 12787
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3596.86
#   total CPU system time (s): 3.24513

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.5455 second user time and 24.8277 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-28 20:45:20
IDJOB=4507507
IDBENCH=158357
IDSOLVER=3336
FILE ID=nodeC009/4507507-1751136320
RUNJOBID= nodeC009-1751133631-11081
SLURM_JOB_ID= 9587409
Free space on /tmp= 432916 MiB

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

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

MD5SUM BENCH= a76247625d06f26dbfcd47fe69513f4b
RANDOM SEED=570101883

nodeC009 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	: 0xb00001f
cpu MHz		: 3662.385
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 3691.436
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.394
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.555
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.111
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 3691.491
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1596.414
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        127788640 kB
MemAvailable:   127514752 kB
Buffers:            3280 kB
Cached:           538532 kB
SwapCached:            0 kB
Active:          2675904 kB
Inactive:         340472 kB
Active(anon):    2492524 kB
Inactive(anon):        0 kB
Active(file):     183380 kB
Inactive(file):   340472 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44980 kB
Writeback:             0 kB
AnonPages:       2472700 kB
Mapped:           151856 kB
Shmem:             17960 kB
KReclaimable:      83392 kB
Slab:             161516 kB
SReclaimable:      83392 kB
SUnreclaim:        78124 kB
KernelStack:        4096 kB
PageTables:         8076 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    2968864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1529856 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432884 MiB
End job on nodeC009 at 2025-06-28 21:33:40