Trace number 4527045

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.15 2912.73

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K150.opb
MD5SUMde861f201885d7430b03c8868c66597b
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 variables17850
Total number of constraints18152
Number of constraints which are clauses18002
Number of constraints which are cardinality constraints (but not clauses)150
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint150
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 151
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1419.10/726.08	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1419.10/726.08	c numVar: 17850
1419.10/726.08	c numCon: 18152
1419.10/726.08	c numEqual: 0
1419.10/726.08	c intSize: 8
1419.10/726.08	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1419.10/726.08	c ------------------- Paras list -------------------
1419.10/726.08	c Name                	 Type      	 Now       	 Default   	 Comment
1419.10/726.08	c timeout             	 double    	 3600.000000	 3600      	 
1419.10/726.08	c mip_time            	 double    	 0.200000  	 0.5       	 
1419.10/726.08	c ls_time             	 double    	 10.000000 	 10        	 
1419.10/726.08	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1419.10/726.08	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1419.10/726.08	c random_seed         	 int       	 0         	 0         	 
1419.10/726.08	c sample_size         	 int       	 50        	 50        	 
1419.10/726.08	c sub_score           	 int       	 1         	 1         	 
1419.10/726.08	c tabu_base           	 int       	 3         	 3         	 
1419.10/726.08	c tabu_variation      	 int       	 1         	 1         	 
1419.10/726.08	c sub_div             	 int       	 4         	 4         	 
1419.10/726.08	c nbcore              	 int       	 2         	 1         	 
1419.10/726.08	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1419.10/726.08	c print_sol           	 int       	 1         	 1         	 
1419.10/726.08	c tmpdir              	 string		 .         	 "."       	 
1419.10/726.08	c home                	 string		 HOME	 "."       	 
1419.10/726.08	c benchname           	 string		 HOME/instance-4527045-1752234078.opb	 ""        	 
1419.10/726.08	c --------------------------------------------------
1419.10/726.08	c Local Search solver
1419.10/726.08	c MIP solver
1419.10/726.08	c use Exact solver
3600.09/2912.60	c receive signal 15, try to interrupt solver...
1419.24/2912.71	c Exact solver (PID 115731) interrupted gracefully.
1419.24/2912.72	s UNKNOWN
1419.24/2912.72	c Total time: 2912

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527045-1752234078/watcher-4527045-1752234078 -o /tmp/evaluation-result-4527045-1752234078/solver-4527045-1752234078 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1752232205-115259 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527045-1752234078.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=115692, runsolver pid=115689

[startup+0.100068 s]*
/proc/loadavg: 6.62 6.90 6.00 6/269 115693
/proc/meminfo: memFree=123768208/131249996 swapFree=33010160/33010684
[pid=115692] ppid=115689 vsize=63668 memory=29056 CPUtime=0.09 cores=4,6
/proc/115692/stat : 115692 (LSIPExact) R 115689 115692 115241 0 -1 4194304 6232 0 0 0 8 1 0 0 20 0 1 0 139086286 65196032 7264 18446744073709551615 94161424568320 94161451825489 140720703193440 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94161460327560 94161460759168 94161462796288 140720703199576 140720703199752 140720703199752 140720703205356 0
/proc/115692/statm: 15917 7264 1184 6655 0 6152 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 63668 KiB
Current children cumulated memory: 29056 KiB

[startup+0.205966 s]*
/proc/loadavg: 6.62 6.90 6.00 6/269 115693
/proc/meminfo: memFree=123768208/131249996 swapFree=33010160/33010684
[pid=115692] ppid=115689 vsize=63668 memory=29056 CPUtime=0.2 cores=4,6
/proc/115692/stat : 115692 (LSIPExact) R 115689 115692 115241 0 -1 4194304 6232 0 0 0 19 1 0 0 20 0 1 0 139086286 65196032 7264 18446744073709551615 94161424568320 94161451825489 140720703193440 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94161460327560 94161460759168 94161462796288 140720703199576 140720703199752 140720703199752 140720703205356 0
/proc/115692/statm: 15917 7264 1184 6655 0 6152 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 63668 KiB
Current children cumulated memory: 29056 KiB

[startup+0.305948 s]*
/proc/loadavg: 6.62 6.90 6.00 6/269 115693
/proc/meminfo: memFree=123768208/131249996 swapFree=33010160/33010684
[pid=115692] ppid=115689 vsize=63668 memory=29056 CPUtime=0.3 cores=4,6
/proc/115692/stat : 115692 (LSIPExact) R 115689 115692 115241 0 -1 4194304 6232 0 0 0 29 1 0 0 20 0 1 0 139086286 65196032 7264 18446744073709551615 94161424568320 94161451825489 140720703193440 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94161460327560 94161460759168 94161462796288 140720703199576 140720703199752 140720703199752 140720703205356 0
/proc/115692/statm: 15917 7264 1184 6655 0 6152 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 63668 KiB
Current children cumulated memory: 29056 KiB

[startup+0.700195 s]
/proc/loadavg: 6.49 6.87 5.99 6/269 115693
/proc/meminfo: memFree=123768208/131249996 swapFree=33010160/33010684
[pid=115692] ppid=115689 vsize=63668 memory=29056 CPUtime=0.69 cores=4,6
/proc/115692/stat : 115692 (LSIPExact) R 115689 115692 115241 0 -1 4194304 6232 0 0 0 68 1 0 0 20 0 1 0 139086286 65196032 7264 18446744073709551615 94161424568320 94161451825489 140720703193440 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94161460327560 94161460759168 94161462796288 140720703199576 140720703199752 140720703199752 140720703205356 0
/proc/115692/statm: 15917 7264 1184 6655 0 6152 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 63668 KiB
Current children cumulated memory: 29056 KiB

[startup+1.50018 s]
/proc/loadavg: 6.49 6.87 5.99 7/269 115693
/proc/meminfo: memFree=123768116/131249996 swapFree=33010160/33010684
[pid=115692] ppid=115689 vsize=63668 memory=29056 CPUtime=1.48 cores=4,6
/proc/115692/stat : 115692 (LSIPExact) R 115689 115692 115241 0 -1 4194304 6232 0 0 0 147 1 0 0 20 0 1 0 139086286 65196032 7264 18446744073709551615 94161424568320 94161451825489 140720703193440 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94161460327560 94161460759168 94161462796288 140720703199576 140720703199752 140720703199752 140720703205356 0
/proc/115692/statm: 15917 7264 1184 6655 0 6152 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 63668 KiB
Current children cumulated memory: 29056 KiB

[startup+3.10551 s]
/proc/loadavg: 6.49 6.87 5.99 7/269 115693
/proc/meminfo: memFree=123767612/131249996 swapFree=33010160/33010684
[pid=115692] ppid=115689 vsize=63668 memory=29056 CPUtime=3.08 cores=4,6
/proc/115692/stat : 115692 (LSIPExact) R 115689 115692 115241 0 -1 4194304 6232 0 0 0 307 1 0 0 20 0 1 0 139086286 65196032 7264 18446744073709551615 94161424568320 94161451825489 140720703193440 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94161460327560 94161460759168 94161462796288 140720703199576 140720703199752 140720703199752 140720703205356 0
/proc/115692/statm: 15917 7264 1184 6655 0 6152 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 63668 KiB
Current children cumulated memory: 29056 KiB

[startup+6.30019 s]
/proc/loadavg: 6.45 6.85 6.00 7/269 115693
/proc/meminfo: memFree=123776400/131249996 swapFree=33010160/33010684
[pid=115692] ppid=115689 vsize=63668 memory=29056 CPUtime=6.27 cores=4,6
/proc/115692/stat : 115692 (LSIPExact) R 115689 115692 115241 0 -1 4194304 6232 0 0 0 626 1 0 0 20 0 1 0 139086286 65196032 7264 18446744073709551615 94161424568320 94161451825489 140720703193440 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94161460327560 94161460759168 94161462796288 140720703199576 140720703199752 140720703199752 140720703205356 0
/proc/115692/statm: 15917 7264 1184 6655 0 6152 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 63668 KiB
Current children cumulated memory: 29056 KiB

[startup+12.7002 s]
/proc/loadavg: 6.41 6.84 6.00 8/270 115694
/proc/meminfo: memFree=123724448/131249996 swapFree=33010160/33010684
[pid=115692] ppid=115689 vsize=211168 memory=126192 CPUtime=14.75 cores=4,6
/proc/115692/stat : 115692 (LSIPExact) R 115689 115692 115241 0 -1 4194304 30323 0 0 0 1470 5 0 0 20 0 2 0 139086286 216236032 31548 18446744073709551615 94161424568320 94161451825489 140720703193440 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94161460327560 94161460759168 94161462796288 140720703199576 140720703199752 140720703199752 140720703205356 0
/proc/115692/statm: 52792 31548 3072 6655 0 32238 0
[pid=115692/tid=115694] ppid=115689 vsize=211168 memory=123120 CPUtime=2.1 cores=4,6
/proc/115692/task/115694/stat : 115694 (LSIPExact) R 115689 115692 115241 0 -1 4194368 5541 0 0 0 210 0 0 0 20 0 2 0 139087291 216236032 31548 18446744073709551615 94161424568320 94161451825489 140720703193440 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94161460327560 94161460759168 94161462796288 140720703199576 140720703199752 140720703199752 140720703205356 0
Current children cumulated CPU time: 14.75 s
Current children cumulated vsize: 211168 KiB
Current children cumulated memory: 126192 KiB

[startup+25.5002 s]
/proc/loadavg: 6.50 6.84 6.01 7/270 115694
/proc/meminfo: memFree=123714000/131249996 swapFree=33010160/33010684
[pid=115692] ppid=115689 vsize=221572 memory=141856 CPUtime=38.07 cores=4,6
/proc/115692/stat : 115692 (LSIPExact) R 115689 115692 115241 0 -1 4194304 44798 0 0 0 3800 7 0 0 20 0 2 0 139086286 226889728 35464 18446744073709551615 94161424568320 94161451825489 140720703193440 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94161460327560 94161460759168 94161462796288 140720703199576 140720703199752 140720703199752 140720703205356 0
/proc/115692/statm: 55393 35464 3488 6655 0 34998 0
[pid=115692/tid=115694] ppid=115689 vsize=221572 memory=141856 CPUtime=12.69 cores=4,6
/proc/115692/task/115694/stat : 115694 (LSIPExact) S 115689 115692 115241 0 -1 4194368 7864 0 0 0 1268 1 0 0 20 0 2 0 139087291 226889728 35464 18446744073709551615 94161424568320 94161451825489 140720703193440 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94161460327560 94161460759168 94161462796288 140720703199576 140720703199752 140720703199752 140720703205356 0
Current children cumulated CPU time: 38.07 s
Current children cumulated vsize: 221572 KiB
Current children cumulated memory: 141856 KiB

[startup+51.1058 s]
/proc/loadavg: 6.58 6.83 6.03 8/270 115695
/proc/meminfo: memFree=123673252/131249996 swapFree=33010160/33010684
[pid=115692] ppid=115689 vsize=259552 memory=175776 CPUtime=78.82 cores=4,6
/proc/115692/stat : 115692 (LSIPExact) R 115689 115692 115241 0 -1 4194304 69578 0 0 0 7872 10 0 0 20 0 2 0 139086286 265781248 43944 18446744073709551615 94161424568320 94161451825489 140720703193440 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94161460327560 94161460759168 94161462796288 140720703199576 140720703199752 140720703199752 140720703205356 0
/proc/115692/statm: 64888 43944 3520 6655 0 44777 0
[pid=115692/tid=115694] ppid=115689 vsize=259552 memory=175648 CPUtime=27.93 cores=4,6
/proc/115692/task/115694/stat : 115694 (LSIPExact) R 115689 115692 115241 0 -1 4194368 14716 0 0 0 2791 2 0 0 20 0 2 0 139087291 265781248 43944 18446744073709551615 94161424568320 94161451825489 140720703193440 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94161460327560 94161460759168 94161462796288 140720703199576 140720703199752 140720703199752 140720703205356 0
Current children cumulated CPU time: 78.82 s
Current children cumulated vsize: 259552 KiB
Current children cumulated memory: 175776 KiB

[startup+102.3 s]
/proc/loadavg: 6.33 6.73 6.03 7/270 115698
/proc/meminfo: memFree=123534404/131249996 swapFree=33010160/33010684
[pid=115692] ppid=115689 vsize=285416 memory=198008 CPUtime=180.42 cores=4,6
/proc/115692/stat : 115692 (LSIPExact) R 115689 115692 115241 0 -1 4194304 87135 0 0 0 18030 12 0 0 20 0 2 0 139086286 292265984 49502 18446744073709551615 94161424568320 94161451825489 140720703193440 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94161460327560 94161460759168 94161462796288 140720703199576 140720703199752 140720703199752 140720703205356 0
/proc/115692/statm: 71354 49502 3552 6655 0 51243 0
[pid=115692/tid=115694] ppid=115689 vsize=285416 memory=176544 CPUtime=78.55 cores=4,6
/proc/115692/task/115694/stat : 115694 (LSIPExact) R 115689 115692 115241 0 -1 4194368 17806 0 0 0 7852 3 0 0 20 0 2 0 139087291 292265984 49502 18446744073709551615 94161424568320 94161451825489 140720703193440 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94161460327560 94161460759168 94161462796288 140720703199576 140720703199752 140720703199752 140720703205356 0
Current children cumulated CPU time: 180.42 s
Current children cumulated vsize: 285416 KiB
Current children cumulated memory: 198008 KiB

[startup+162.3 s]
/proc/loadavg: 6.22 6.62 6.04 7/269 115700
/proc/meminfo: memFree=123497672/131249996 swapFree=33010160/33010684
[pid=115692] ppid=115689 vsize=286540 memory=202232 CPUtime=299.57 cores=4,6
/proc/115692/stat : 115692 (LSIPExact) R 115689 115692 115241 0 -1 4194304 104599 0 0 0 29943 14 0 0 20 0 2 0 139086286 293416960 50558 18446744073709551615 94161424568320 94161451825489 140720703193440 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94161460327560 94161460759168 94161462796288 140720703199576 140720703199752 140720703199752 140720703205356 0
/proc/115692/statm: 71635 50558 3552 6655 0 51524 0
[pid=115692/tid=115694] ppid=115689 vsize=286540 memory=202104 CPUtime=137.91 cores=4,6
/proc/115692/task/115694/stat : 115694 (LSIPExact) R 115689 115692 115241 0 -1 4194368 25699 0 0 0 13787 4 0 0 20 0 2 0 139087291 293416960 50558 18446744073709551615 94161424568320 94161451825489 140720703193440 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94161460327560 94161460759168 94161462796288 140720703199576 140720703199752 140720703199752 140720703205356 0
Current children cumulated CPU time: 299.57 s
Current children cumulated vsize: 286540 KiB
Current children cumulated memory: 202232 KiB

[startup+222.3 s]
/proc/loadavg: 6.13 6.52 6.04 7/268 115703
/proc/meminfo: memFree=123486692/131249996 swapFree=33010160/33010684
[pid=115692] ppid=115689 vsize=288800 memory=204152 CPUtime=418.73 cores=4,6
/proc/115692/stat : 115692 (LSIPExact) R 115689 115692 115241 0 -1 4194304 107513 0 0 0 41857 16 0 0 20 0 2 0 139086286 295731200 51038 18446744073709551615 94161424568320 94161451825489 140720703193440 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94161460327560 94161460759168 94161462796288 140720703199576 140720703199752 140720703199752 140720703205356 0
/proc/115692/statm: 72200 51038 3552 6655 0 52089 0
[pid=115692/tid=115694] ppid=115689 vsize=288800 memory=204152 CPUtime=197.27 cores=4,6
/proc/115692/task/115694/stat : 115694 (LSIPExact) R 115689 115692 115241 0 -1 4194368 26319 0 0 0 19722 5 0 0 20 0 2 0 139087291 295731200 51038 18446744073709551615 94161424568320 94161451825489 140720703193440 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94161460327560 94161460759168 94161462796288 140720703199576 140720703199752 140720703199752 140720703205356 0
Current children cumulated CPU time: 418.73 s
Current children cumulated vsize: 288800 KiB
Current children cumulated memory: 204152 KiB

[startup+282.3 s]
/proc/loadavg: 6.09 6.44 6.04 7/267 115704
/proc/meminfo: memFree=123471188/131249996 swapFree=33010160/33010684
[pid=115692] ppid=115689 vsize=288800 memory=204408 CPUtime=537.87 cores=4,6
/proc/115692/stat : 115692 (LSIPExact) R 115689 115692 115241 0 -1 4194304 121195 0 0 0 53770 17 0 0 20 0 2 0 139086286 295731200 51102 18446744073709551615 94161424568320 94161451825489 140720703193440 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94161460327560 94161460759168 94161462796288 140720703199576 140720703199752 140720703199752 140720703205356 0
/proc/115692/statm: 72200 51102 3552 6655 0 52566 0
[pid=115692/tid=115694] ppid=115689 vsize=288800 memory=204408 CPUtime=256.62 cores=4,6
/proc/115692/task/115694/stat : 115694 (LSIPExact) R 115689 115692 115241 0 -1 4194368 33305 0 0 0 25656 6 0 0 20 0 2 0 139087291 295731200 51102 18446744073709551615 94161424568320 94161451825489 140720703193440 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94161460327560 94161460759168 94161462796288 140720703199576 140720703199752 140720703199752 140720703205356 0
Current children cumulated CPU time: 537.87 s
Current children cumulated vsize: 288800 KiB
Current children cumulated memory: 204408 KiB

[startup+342.3 s]
/proc/loadavg: 6.09 6.37 6.04 7/266 115706
/proc/meminfo: memFree=123463648/131249996 swapFree=33010160/33010684
[pid=115692] ppid=115689 vsize=289140 memory=204920 CPUtime=657.04 cores=4,6
/proc/115692/stat : 115692 (LSIPExact) R 115689 115692 115241 0 -1 4194304 125459 0 0 0 65685 19 0 0 20 0 2 0 139086286 296079360 51230 18446744073709551615 94161424568320 94161451825489 140720703193440 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94161460327560 94161460759168 94161462796288 140720703199576 140720703199752 140720703199752 140720703205356 0
/proc/115692/statm: 72285 51230 3552 6655 0 52651 0
[pid=115692/tid=115694] ppid=115689 vsize=289140 memory=204920 CPUtime=316 cores=4,6
/proc/115692/task/115694/stat : 115694 (LSIPExact) R 115689 115692 115241 0 -1 4194368 35347 0 0 0 31592 8 0 0 20 0 2 0 139087291 296079360 51230 18446744073709551615 94161424568320 94161451825489 140720703193440 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94161460327560 94161460759168 94161462796288 140720703199576 140720703199752 140720703199752 140720703205356 0
Current children cumulated CPU time: 657.04 s
Current children cumulated vsize: 289140 KiB
Current children cumulated memory: 204920 KiB


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

Current children cumulated memory: 732504 KiB

[startup+2382.3 s]
/proc/loadavg: 4.09 5.37 5.54 4/253 116105
/proc/meminfo: memFree=123690748/131249996 swapFree=33010160/33010684
[pid=115692] ppid=115689 vsize=296680 memory=225336 CPUtime=1419.24 cores=4,6
/proc/115692/stat : 115692 (LSIPExact) S 115689 115692 115241 0 -1 4194304 185685 0 0 0 141895 29 0 0 20 0 1 0 139086286 303800320 56334 18446744073709551615 94161424568320 94161451825489 140720703193440 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94161460327560 94161460759168 94161462796288 140720703199576 140720703199752 140720703199752 140720703205356 0
/proc/115692/statm: 74170 56334 3616 6655 0 54873 0
[pid=115731] ppid=115692 vsize=610128 memory=508576 CPUtime=1651.89 cores=4,6
/proc/115731/stat : 115731 (Exact) R 115692 115731 115731 0 -1 4194304 63040 0 0 0 165044 145 0 0 20 0 1 0 139158894 624771072 127144 18446744073709551615 4198400 8335837 140732042559680 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 25821184 140732042561721 140732042562075 140732042562075 140732042567631 0
/proc/115731/statm: 152532 127144 1152 1011 0 151299 0
Current children cumulated CPU time: 3071.13 s
Current children cumulated vsize: 906808 KiB
Current children cumulated memory: 733912 KiB

[startup+2442.3 s]
/proc/loadavg: 3.51 4.96 5.39 4/253 116107
/proc/meminfo: memFree=123691036/131249996 swapFree=33010160/33010684
[pid=115692] ppid=115689 vsize=296680 memory=225336 CPUtime=1419.24 cores=4,6
/proc/115692/stat : 115692 (LSIPExact) S 115689 115692 115241 0 -1 4194304 185685 0 0 0 141895 29 0 0 20 0 1 0 139086286 303800320 56334 18446744073709551615 94161424568320 94161451825489 140720703193440 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94161460327560 94161460759168 94161462796288 140720703199576 140720703199752 140720703199752 140720703205356 0
/proc/115692/statm: 74170 56334 3616 6655 0 54873 0
[pid=115731] ppid=115692 vsize=612352 memory=510752 CPUtime=1711.72 cores=4,6
/proc/115731/stat : 115731 (Exact) R 115692 115731 115731 0 -1 4194304 63679 0 0 0 171027 145 0 0 20 0 1 0 139158894 627048448 127688 18446744073709551615 4198400 8335837 140732042559680 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 25821184 140732042561721 140732042562075 140732042562075 140732042567631 0
/proc/115731/statm: 153088 127688 1152 1011 0 151855 0
Current children cumulated CPU time: 3130.96 s
Current children cumulated vsize: 909032 KiB
Current children cumulated memory: 736088 KiB

[startup+2502.3 s]
/proc/loadavg: 3.23 4.62 5.24 4/253 116109
/proc/meminfo: memFree=123682772/131249996 swapFree=33010160/33010684
[pid=115692] ppid=115689 vsize=296680 memory=225336 CPUtime=1419.24 cores=4,6
/proc/115692/stat : 115692 (LSIPExact) S 115689 115692 115241 0 -1 4194304 185685 0 0 0 141895 29 0 0 20 0 1 0 139086286 303800320 56334 18446744073709551615 94161424568320 94161451825489 140720703193440 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94161460327560 94161460759168 94161462796288 140720703199576 140720703199752 140720703199752 140720703205356 0
/proc/115692/statm: 74170 56334 3616 6655 0 54873 0
[pid=115731] ppid=115692 vsize=614552 memory=512928 CPUtime=1771.55 cores=4,6
/proc/115731/stat : 115731 (Exact) R 115692 115731 115731 0 -1 4194304 64229 0 0 0 177010 145 0 0 20 0 1 0 139158894 629301248 128232 18446744073709551615 4198400 8335837 140732042559680 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 25821184 140732042561721 140732042562075 140732042562075 140732042567631 0
/proc/115731/statm: 153638 128232 1152 1011 0 152405 0
Current children cumulated CPU time: 3190.79 s
Current children cumulated vsize: 911232 KiB
Current children cumulated memory: 738264 KiB

[startup+2562.3 s]
/proc/loadavg: 3.49 4.42 5.13 4/253 116118
/proc/meminfo: memFree=123682556/131249996 swapFree=33010160/33010684
[pid=115692] ppid=115689 vsize=296680 memory=225336 CPUtime=1419.24 cores=4,6
/proc/115692/stat : 115692 (LSIPExact) S 115689 115692 115241 0 -1 4194304 185685 0 0 0 141895 29 0 0 20 0 1 0 139086286 303800320 56334 18446744073709551615 94161424568320 94161451825489 140720703193440 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94161460327560 94161460759168 94161462796288 140720703199576 140720703199752 140720703199752 140720703205356 0
/proc/115692/statm: 74170 56334 3616 6655 0 54873 0
[pid=115731] ppid=115692 vsize=616336 memory=514720 CPUtime=1831.4 cores=4,6
/proc/115731/stat : 115731 (Exact) R 115692 115731 115731 0 -1 4194304 64686 0 0 0 182995 145 0 0 20 0 1 0 139158894 631128064 128680 18446744073709551615 4198400 8335837 140732042559680 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 25821184 140732042561721 140732042562075 140732042562075 140732042567631 0
/proc/115731/statm: 154084 128680 1152 1011 0 152851 0
Current children cumulated CPU time: 3250.64 s
Current children cumulated vsize: 913016 KiB
Current children cumulated memory: 740056 KiB

[startup+2622.3 s]
/proc/loadavg: 3.31 4.20 5.01 4/253 116121
/proc/meminfo: memFree=123685204/131249996 swapFree=33010160/33010684
[pid=115692] ppid=115689 vsize=296680 memory=225336 CPUtime=1419.24 cores=4,6
/proc/115692/stat : 115692 (LSIPExact) S 115689 115692 115241 0 -1 4194304 185685 0 0 0 141895 29 0 0 20 0 1 0 139086286 303800320 56334 18446744073709551615 94161424568320 94161451825489 140720703193440 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94161460327560 94161460759168 94161462796288 140720703199576 140720703199752 140720703199752 140720703205356 0
/proc/115692/statm: 74170 56334 3616 6655 0 54873 0
[pid=115731] ppid=115692 vsize=618152 memory=516512 CPUtime=1891.26 cores=4,6
/proc/115731/stat : 115731 (Exact) R 115692 115731 115731 0 -1 4194304 65141 0 0 0 188980 146 0 0 20 0 1 0 139158894 632987648 129128 18446744073709551615 4198400 8335837 140732042559680 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 25821184 140732042561721 140732042562075 140732042562075 140732042567631 0
/proc/115731/statm: 154538 129128 1152 1011 0 153305 0
Current children cumulated CPU time: 3310.5 s
Current children cumulated vsize: 914832 KiB
Current children cumulated memory: 741848 KiB

[startup+2682.3 s]
/proc/loadavg: 3.16 3.99 4.89 4/253 116123
/proc/meminfo: memFree=123684560/131249996 swapFree=33010160/33010684
[pid=115692] ppid=115689 vsize=296680 memory=225336 CPUtime=1419.24 cores=4,6
/proc/115692/stat : 115692 (LSIPExact) S 115689 115692 115241 0 -1 4194304 185685 0 0 0 141895 29 0 0 20 0 1 0 139086286 303800320 56334 18446744073709551615 94161424568320 94161451825489 140720703193440 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94161460327560 94161460759168 94161462796288 140720703199576 140720703199752 140720703199752 140720703205356 0
/proc/115692/statm: 74170 56334 3616 6655 0 54873 0
[pid=115731] ppid=115692 vsize=619080 memory=517536 CPUtime=1951.11 cores=4,6
/proc/115731/stat : 115731 (Exact) R 115692 115731 115731 0 -1 4194304 65444 0 0 0 194948 163 0 0 20 0 1 0 139158894 633937920 129384 18446744073709551615 4198400 8335837 140732042559680 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 25821184 140732042561721 140732042562075 140732042562075 140732042567631 0
/proc/115731/statm: 154770 129384 1152 1011 0 153537 0
Current children cumulated CPU time: 3370.35 s
Current children cumulated vsize: 915760 KiB
Current children cumulated memory: 742872 KiB

[startup+2742.3 s]
/proc/loadavg: 3.16 3.84 4.78 4/253 116125
/proc/meminfo: memFree=123684672/131249996 swapFree=33010160/33010684
[pid=115692] ppid=115689 vsize=296680 memory=225336 CPUtime=1419.24 cores=4,6
/proc/115692/stat : 115692 (LSIPExact) S 115689 115692 115241 0 -1 4194304 185685 0 0 0 141895 29 0 0 20 0 1 0 139086286 303800320 56334 18446744073709551615 94161424568320 94161451825489 140720703193440 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94161460327560 94161460759168 94161462796288 140720703199576 140720703199752 140720703199752 140720703205356 0
/proc/115692/statm: 74170 56334 3616 6655 0 54873 0
[pid=115731] ppid=115692 vsize=619080 memory=517536 CPUtime=2010.97 cores=4,6
/proc/115731/stat : 115731 (Exact) R 115692 115731 115731 0 -1 4194304 65575 0 0 0 200921 176 0 0 20 0 1 0 139158894 633937920 129384 18446744073709551615 4198400 8335837 140732042559680 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 25821184 140732042561721 140732042562075 140732042562075 140732042567631 0
/proc/115731/statm: 154770 129384 1152 1011 0 153537 0
Current children cumulated CPU time: 3430.21 s
Current children cumulated vsize: 915760 KiB
Current children cumulated memory: 742872 KiB

[startup+2802.3 s]
/proc/loadavg: 3.11 3.70 4.67 4/253 116126
/proc/meminfo: memFree=123676472/131249996 swapFree=33010160/33010684
[pid=115692] ppid=115689 vsize=296680 memory=225336 CPUtime=1419.24 cores=4,6
/proc/115692/stat : 115692 (LSIPExact) S 115689 115692 115241 0 -1 4194304 185685 0 0 0 141895 29 0 0 20 0 1 0 139086286 303800320 56334 18446744073709551615 94161424568320 94161451825489 140720703193440 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94161460327560 94161460759168 94161462796288 140720703199576 140720703199752 140720703199752 140720703205356 0
/proc/115692/statm: 74170 56334 3616 6655 0 54873 0
[pid=115731] ppid=115692 vsize=621656 memory=520096 CPUtime=2070.82 cores=4,6
/proc/115731/stat : 115731 (Exact) R 115692 115731 115731 0 -1 4194304 66419 0 0 0 206906 176 0 0 20 0 1 0 139158894 636575744 130024 18446744073709551615 4198400 8335837 140732042559680 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 25821184 140732042561721 140732042562075 140732042562075 140732042567631 0
/proc/115731/statm: 155414 130024 1152 1011 0 154181 0
Current children cumulated CPU time: 3490.06 s
Current children cumulated vsize: 918336 KiB
Current children cumulated memory: 745432 KiB

[startup+2862.3 s]
/proc/loadavg: 3.08 3.59 4.57 4/253 116128
/proc/meminfo: memFree=123676512/131249996 swapFree=33010160/33010684
[pid=115692] ppid=115689 vsize=296680 memory=225336 CPUtime=1419.24 cores=4,6
/proc/115692/stat : 115692 (LSIPExact) S 115689 115692 115241 0 -1 4194304 185685 0 0 0 141895 29 0 0 20 0 1 0 139086286 303800320 56334 18446744073709551615 94161424568320 94161451825489 140720703193440 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94161460327560 94161460759168 94161462796288 140720703199576 140720703199752 140720703199752 140720703205356 0
/proc/115692/statm: 74170 56334 3616 6655 0 54873 0
[pid=115731] ppid=115692 vsize=623232 memory=521632 CPUtime=2130.68 cores=4,6
/proc/115731/stat : 115731 (Exact) R 115692 115731 115731 0 -1 4194304 66842 0 0 0 212892 176 0 0 20 0 1 0 139158894 638189568 130408 18446744073709551615 4198400 8335837 140732042559680 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 25821184 140732042561721 140732042562075 140732042562075 140732042567631 0
/proc/115731/statm: 155808 130408 1152 1011 0 154575 0
Current children cumulated CPU time: 3549.92 s
Current children cumulated vsize: 919912 KiB
Current children cumulated memory: 746968 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2912.6 s]
/proc/loadavg: 3.07 3.51 4.49 4/253 116130
/proc/meminfo: memFree=123672528/131249996 swapFree=33010160/33010684
[pid=115692] ppid=115689 vsize=296680 memory=225336 CPUtime=1419.24 cores=4,6
/proc/115692/stat : 115692 (LSIPExact) S 115689 115692 115241 0 -1 4194304 185685 0 0 0 141895 29 0 0 20 0 1 0 139086286 303800320 56334 18446744073709551615 94161424568320 94161451825489 140720703193440 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94161460327560 94161460759168 94161462796288 140720703199576 140720703199752 140720703199752 140720703205356 0
/proc/115692/statm: 74170 56334 3616 6655 0 54873 0
[pid=115731] ppid=115692 vsize=623788 memory=522144 CPUtime=2180.85 cores=4,6
/proc/115731/stat : 115731 (Exact) R 115692 115731 115731 0 -1 4194304 66982 0 0 0 217909 176 0 0 20 0 1 0 139158894 638758912 130536 18446744073709551615 4198400 8335837 140732042559680 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 25821184 140732042561721 140732042562075 140732042562075 140732042567631 0
/proc/115731/statm: 155947 130536 1152 1011 0 154714 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 920468 KiB
Current children cumulated memory: 747480 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.08 s, system=2.07529 s

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

[startup+2912.7 s]
/proc/loadavg: 3.07 3.51 4.49 4/253 116130
/proc/meminfo: memFree=123672528/131249996 swapFree=33010160/33010684
[pid=115692] ppid=115689 vsize=296680 memory=225464 CPUtime=1419.24 cores=4,6
/proc/115692/stat : 115692 (LSIPExact) S 115689 115692 115241 0 -1 4194304 185686 135 0 0 141895 29 0 0 20 0 1 0 139086286 303800320 56366 18446744073709551615 94161424568320 94161451825489 140720703193440 0 0 0 16384 0 16386 1 0 0 17 6 0 0 0 0 0 94161460327560 94161460759168 94161462796288 140720703199576 140720703199752 140720703199752 140720703205356 0
/proc/115692/statm: 74170 56366 3616 6655 0 54873 0
Current children cumulated CPU time: 1419.24 s
Current children cumulated vsize: 296680 KiB
Current children cumulated memory: 225464 KiB

Child status: 0

Real time (s): 2912.73
CPU time (s): 3600.15
CPU user time (s): 3598.08
CPU system time (s): 2.07529
CPU usage (%): 123.601
Max. virtual memory (cumulated for all children) (KiB): 1048104
Max. memory (cumulated for all children) (KiB): 747480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.08
system time used= 2.0753
maximum resident set size= 627348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 255841
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= 474
involuntary context switches= 12235


# summary of solver processes directly reported to runsolver:
#   pid: 115692
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3598.08
#   total CPU system time (s): 2.07529

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.83623 second user time and 13.4064 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-07-11 13:41:18
IDJOB=4527045
IDBENCH=158322
IDSOLVER=3384
FILE ID=nodeC029/4527045-1752234078
RUNJOBID= nodeC029-1752232205-115259
SLURM_JOB_ID= 9682540
Free space on /tmp= 432064 MiB

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

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

MD5SUM BENCH= de861f201885d7430b03c8868c66597b
RANDOM SEED=711647137

nodeC029 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.736
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.46
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.715
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.46
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.735
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.46
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		: 3604.978
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.46
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		: 3700.000
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        123791844 kB
MemAvailable:   127545776 kB
Buffers:            2128 kB
Cached:          4543348 kB
SwapCached:           40 kB
Active:          2606200 kB
Inactive:        4100116 kB
Active(anon):    2174096 kB
Inactive(anon):     4764 kB
Active(file):     432104 kB
Inactive(file):  4095352 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45848 kB
Writeback:             0 kB
AnonPages:       2164012 kB
Mapped:           148316 kB
Shmem:             18020 kB
KReclaimable:     131428 kB
Slab:             223868 kB
SReclaimable:     131428 kB
SUnreclaim:        92440 kB
KernelStack:        4400 kB
PageTables:         7420 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    2542320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3968 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1247232 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432108 MiB
End job on nodeC029 at 2025-07-11 14:29:51