Trace number 4545028

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/
wallon/normalized-FRB-53-24-1-mgd_c18.opb
MD5SUMaa4c4c17affaea5fdc372b8ff9588da4
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 variables5363
Total number of constraints78421
Number of constraints which are clauses74437
Number of constraints which are cardinality constraints (but not clauses)53
Number of constraints which are nor clauses,nor cardinality constraints3931
Minimum length of a constraint1
Maximum length of a constraint250
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 23
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 307
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1430.30/726.11	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1430.30/726.11	c numVar: 5363
1430.30/726.11	c numCon: 78421
1430.30/726.11	c numEqual: 106
1430.30/726.11	c intSize: 9
1430.30/726.11	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1430.30/726.11	c ------------------- Paras list -------------------
1430.30/726.11	c Name                	 Type      	 Now       	 Default   	 Comment
1430.30/726.11	c timeout             	 double    	 3600.000000	 3600      	 
1430.30/726.11	c mip_time            	 double    	 0.200000  	 0.5       	 
1430.30/726.11	c ls_time             	 double    	 10.000000 	 10        	 
1430.30/726.11	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1430.30/726.11	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1430.30/726.11	c random_seed         	 int       	 0         	 0         	 
1430.30/726.11	c sample_size         	 int       	 50        	 50        	 
1430.30/726.11	c sub_score           	 int       	 1         	 1         	 
1430.30/726.11	c tabu_base           	 int       	 3         	 3         	 
1430.30/726.11	c tabu_variation      	 int       	 1         	 1         	 
1430.30/726.11	c sub_div             	 int       	 4         	 4         	 
1430.30/726.11	c nbcore              	 int       	 2         	 1         	 
1430.30/726.11	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1430.30/726.11	c print_sol           	 int       	 1         	 1         	 
1430.30/726.11	c tmpdir              	 string		 .         	 "."       	 
1430.30/726.11	c home                	 string		 HOME	 "."       	 
1430.30/726.11	c benchname           	 string		 HOME/instance-4545028-1753223170.opb	 ""        	 
1430.30/726.11	c --------------------------------------------------
1430.30/726.11	c Local Search solver
1430.30/726.11	c MIP solver
1430.30/726.11	c use Exact solver
3600.06/2901.60	c receive signal 15, try to interrupt solver...
1430.32/2901.71	c Exact solver (PID 167690) interrupted gracefully.
1430.32/2901.74	s UNKNOWN
1430.32/2901.74	c Total time: 2902

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (61952 MiB free)
  memory of node 1: 64507 MiB (19118 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545028-1753223170/watcher-4545028-1753223170 -o /tmp/evaluation-result-4545028-1753223170/solver-4545028-1753223170 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1753221043-166585 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4545028-1753223170.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=167556, runsolver pid=167553

[startup+0.100065 s]*
/proc/loadavg: 6.07 5.63 5.20 6/268 167557
/proc/meminfo: memFree=82982376/131249988 swapFree=33010160/33010684
[pid=167556] ppid=167553 vsize=82148 memory=47672 CPUtime=0.09 cores=0,2
/proc/167556/stat : 167556 (LSIPExact) R 167553 167556 166575 0 -1 4194304 10398 0 0 0 8 1 0 0 20 0 1 0 237995839 84119552 11918 18446744073709551615 94113677623296 94113704879697 140735039157776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94113713382536 94113713814144 94113714655232 140735039162712 140735039162888 140735039162888 140735039168492 0
/proc/167556/statm: 20570 11918 1152 6655 0 10805 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 82148 KiB
Current children cumulated memory: 47672 KiB

[startup+0.205785 s]*
/proc/loadavg: 6.07 5.63 5.20 6/268 167557
/proc/meminfo: memFree=82982376/131249988 swapFree=33010160/33010684
[pid=167556] ppid=167553 vsize=83736 memory=49080 CPUtime=0.19 cores=0,2
/proc/167556/stat : 167556 (LSIPExact) R 167553 167556 166575 0 -1 4194304 10771 0 0 0 18 1 0 0 20 0 1 0 237995839 85745664 12270 18446744073709551615 94113677623296 94113704879697 140735039157776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94113713382536 94113713814144 94113714655232 140735039162712 140735039162888 140735039162888 140735039168492 0
/proc/167556/statm: 20934 12270 1152 6655 0 11169 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 83736 KiB
Current children cumulated memory: 49080 KiB

[startup+0.305682 s]*
/proc/loadavg: 6.07 5.63 5.20 6/268 167557
/proc/meminfo: memFree=82982376/131249988 swapFree=33010160/33010684
[pid=167556] ppid=167553 vsize=83736 memory=49080 CPUtime=0.29 cores=0,2
/proc/167556/stat : 167556 (LSIPExact) R 167553 167556 166575 0 -1 4194304 10771 0 0 0 28 1 0 0 20 0 1 0 237995839 85745664 12270 18446744073709551615 94113677623296 94113704879697 140735039157776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94113713382536 94113713814144 94113714655232 140735039162712 140735039162888 140735039162888 140735039168492 0
/proc/167556/statm: 20934 12270 1152 6655 0 11169 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 83736 KiB
Current children cumulated memory: 49080 KiB

[startup+0.70013 s]
/proc/loadavg: 6.07 5.63 5.20 6/268 167557
/proc/meminfo: memFree=82982160/131249988 swapFree=33010160/33010684
[pid=167556] ppid=167553 vsize=83736 memory=49080 CPUtime=0.68 cores=0,2
/proc/167556/stat : 167556 (LSIPExact) R 167553 167556 166575 0 -1 4194304 10771 0 0 0 67 1 0 0 20 0 1 0 237995839 85745664 12270 18446744073709551615 94113677623296 94113704879697 140735039157776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94113713382536 94113713814144 94113714655232 140735039162712 140735039162888 140735039162888 140735039168492 0
/proc/167556/statm: 20934 12270 1152 6655 0 11169 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 83736 KiB
Current children cumulated memory: 49080 KiB

[startup+1.50014 s]
/proc/loadavg: 6.07 5.63 5.20 6/268 167557
/proc/meminfo: memFree=82978064/131249988 swapFree=33010160/33010684
[pid=167556] ppid=167553 vsize=83736 memory=49080 CPUtime=1.48 cores=0,2
/proc/167556/stat : 167556 (LSIPExact) R 167553 167556 166575 0 -1 4194304 10771 0 0 0 147 1 0 0 20 0 1 0 237995839 85745664 12270 18446744073709551615 94113677623296 94113704879697 140735039157776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94113713382536 94113713814144 94113714655232 140735039162712 140735039162888 140735039162888 140735039168492 0
/proc/167556/statm: 20934 12270 1152 6655 0 11169 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 83736 KiB
Current children cumulated memory: 49080 KiB

[startup+3.10566 s]
/proc/loadavg: 5.98 5.62 5.20 6/268 167558
/proc/meminfo: memFree=82969876/131249988 swapFree=33010160/33010684
[pid=167556] ppid=167553 vsize=83736 memory=49080 CPUtime=3.08 cores=0,2
/proc/167556/stat : 167556 (LSIPExact) R 167553 167556 166575 0 -1 4194304 10772 0 0 0 307 1 0 0 20 0 1 0 237995839 85745664 12270 18446744073709551615 94113677623296 94113704879697 140735039157776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94113713382536 94113713814144 94113714655232 140735039162712 140735039162888 140735039162888 140735039168492 0
/proc/167556/statm: 20934 12270 1152 6655 0 11169 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 83736 KiB
Current children cumulated memory: 49080 KiB

[startup+6.30013 s]
/proc/loadavg: 5.98 5.62 5.20 6/268 167558
/proc/meminfo: memFree=82961468/131249988 swapFree=33010160/33010684
[pid=167556] ppid=167553 vsize=83736 memory=49080 CPUtime=6.26 cores=0,2
/proc/167556/stat : 167556 (LSIPExact) R 167553 167556 166575 0 -1 4194304 10773 0 0 0 625 1 0 0 20 0 1 0 237995839 85745664 12270 18446744073709551615 94113677623296 94113704879697 140735039157776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94113713382536 94113713814144 94113714655232 140735039162712 140735039162888 140735039162888 140735039168492 0
/proc/167556/statm: 20934 12270 1152 6655 0 11169 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 83736 KiB
Current children cumulated memory: 49080 KiB

[startup+12.7002 s]
/proc/loadavg: 5.90 5.61 5.20 7/269 167559
/proc/meminfo: memFree=82812500/131249988 swapFree=33010160/33010684
[pid=167556] ppid=167553 vsize=256756 memory=174452 CPUtime=14.43 cores=0,2
/proc/167556/stat : 167556 (LSIPExact) R 167553 167556 166575 0 -1 4194304 37792 0 0 0 1438 5 0 0 20 0 2 0 237995839 262918144 43613 18446744073709551615 94113677623296 94113704879697 140735039157776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94113713382536 94113713814144 94113714655232 140735039162712 140735039162888 140735039162888 140735039168492 0
/proc/167556/statm: 64189 43613 3424 6655 0 42896 0
[pid=167556/tid=167559] ppid=167553 vsize=256756 memory=167156 CPUtime=1.78 cores=0,2
/proc/167556/task/167559/stat : 167559 (LSIPExact) R 167553 167556 166575 0 -1 4194368 5224 0 0 0 178 0 0 0 20 0 2 0 237996849 262918144 43613 18446744073709551615 94113677623296 94113704879697 140735039157776 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94113713382536 94113713814144 94113714655232 140735039162712 140735039162888 140735039162888 140735039168492 0
Current children cumulated CPU time: 14.43 s
Current children cumulated vsize: 256756 KiB
Current children cumulated memory: 174452 KiB

[startup+25.5002 s]
/proc/loadavg: 6.00 5.65 5.22 7/269 167559
/proc/meminfo: memFree=82791672/131249988 swapFree=33010160/33010684
[pid=167556] ppid=167553 vsize=259436 memory=178420 CPUtime=39.85 cores=0,2
/proc/167556/stat : 167556 (LSIPExact) R 167553 167556 166575 0 -1 4194304 50266 0 0 0 3978 7 0 0 20 0 2 0 237995839 265662464 44605 18446744073709551615 94113677623296 94113704879697 140735039157776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94113713382536 94113713814144 94113714655232 140735039162712 140735039162888 140735039162888 140735039168492 0
/proc/167556/statm: 64859 44605 3424 6655 0 43791 0
[pid=167556/tid=167559] ppid=167553 vsize=259436 memory=177140 CPUtime=14.44 cores=0,2
/proc/167556/task/167559/stat : 167559 (LSIPExact) R 167553 167556 166575 0 -1 4194368 12026 0 0 0 1443 1 0 0 20 0 2 0 237996849 265662464 44605 18446744073709551615 94113677623296 94113704879697 140735039157776 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94113713382536 94113713814144 94113714655232 140735039162712 140735039162888 140735039162888 140735039168492 0
Current children cumulated CPU time: 39.85 s
Current children cumulated vsize: 259436 KiB
Current children cumulated memory: 178420 KiB

[startup+51.1056 s]
/proc/loadavg: 6.00 5.68 5.24 7/271 167562
/proc/meminfo: memFree=82704412/131249988 swapFree=33010160/33010684
[pid=167556] ppid=167553 vsize=301340 memory=220440 CPUtime=90.66 cores=0,2
/proc/167556/stat : 167556 (LSIPExact) R 167553 167556 166575 0 -1 4194304 82307 0 0 0 9056 10 0 0 20 0 2 0 237995839 308572160 55110 18446744073709551615 94113677623296 94113704879697 140735039157776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94113713382536 94113713814144 94113714655232 140735039162712 140735039162888 140735039162888 140735039168492 0
/proc/167556/statm: 75335 55110 3424 6655 0 54267 0
[pid=167556/tid=167559] ppid=167553 vsize=301340 memory=220312 CPUtime=39.76 cores=0,2
/proc/167556/task/167559/stat : 167559 (LSIPExact) R 167553 167556 166575 0 -1 4194368 22624 0 0 0 3974 2 0 0 20 0 2 0 237996849 308572160 55110 18446744073709551615 94113677623296 94113704879697 140735039157776 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94113713382536 94113713814144 94113714655232 140735039162712 140735039162888 140735039162888 140735039168492 0
Current children cumulated CPU time: 90.66 s
Current children cumulated vsize: 301340 KiB
Current children cumulated memory: 220440 KiB

[startup+102.3 s]
/proc/loadavg: 6.12 5.76 5.29 7/272 167569
/proc/meminfo: memFree=82563756/131249988 swapFree=33010160/33010684
[pid=167556] ppid=167553 vsize=301340 memory=222360 CPUtime=192.33 cores=0,2
/proc/167556/stat : 167556 (LSIPExact) R 167553 167556 166575 0 -1 4194304 92937 0 0 0 19221 12 0 0 20 0 2 0 237995839 308572160 55590 18446744073709551615 94113677623296 94113704879697 140735039157776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94113713382536 94113713814144 94113714655232 140735039162712 140735039162888 140735039162888 140735039168492 0
/proc/167556/statm: 75335 55590 3424 6655 0 54707 0
[pid=167556/tid=167559] ppid=167553 vsize=301340 memory=222360 CPUtime=90.41 cores=0,2
/proc/167556/task/167559/stat : 167559 (LSIPExact) R 167553 167556 166575 0 -1 4194368 24923 0 0 0 9038 3 0 0 20 0 2 0 237996849 308572160 55590 18446744073709551615 94113677623296 94113704879697 140735039157776 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94113713382536 94113713814144 94113714655232 140735039162712 140735039162888 140735039162888 140735039168492 0
Current children cumulated CPU time: 192.33 s
Current children cumulated vsize: 301340 KiB
Current children cumulated memory: 222360 KiB

[startup+162.3 s]
/proc/loadavg: 6.11 5.82 5.35 7/272 167571
/proc/meminfo: memFree=82441232/131249988 swapFree=33010160/33010684
[pid=167556] ppid=167553 vsize=312180 memory=233496 CPUtime=311.38 cores=0,2
/proc/167556/stat : 167556 (LSIPExact) R 167553 167556 166575 0 -1 4194304 99595 0 0 0 31123 15 0 0 20 0 2 0 237995839 319672320 58374 18446744073709551615 94113677623296 94113704879697 140735039157776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94113713382536 94113713814144 94113714655232 140735039162712 140735039162888 140735039162888 140735039168492 0
/proc/167556/statm: 78045 58374 3424 6655 0 57417 0
[pid=167556/tid=167559] ppid=167553 vsize=312180 memory=-7520064403595688569 CPUtime=149.71 cores=0,2
/proc/167556/task/167559/stat : 167559 (LSIPExact) R 167553 167556 166575 0 -1 4194368 24925 0 0 0 14967 4 0 0 20 0 2 0 237996849 319672320 58374 18446744073709551615 94113677623296 94113704879697 140735039157776 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94113713382536 94113713814144 94113714655232 140735039162712 140735039162888 140735039162888 140735039168492 0
Current children cumulated CPU time: 311.38 s
Current children cumulated vsize: 312180 KiB
Current children cumulated memory: 233496 KiB

[startup+222.3 s]
/proc/loadavg: 6.09 5.87 5.40 7/272 167573
/proc/meminfo: memFree=82335224/131249988 swapFree=33010160/33010684
[pid=167556] ppid=167553 vsize=312180 memory=233496 CPUtime=430.45 cores=0,2
/proc/167556/stat : 167556 (LSIPExact) R 167553 167556 166575 0 -1 4194304 133681 0 0 0 43025 20 0 0 20 0 2 0 237995839 319672320 58374 18446744073709551615 94113677623296 94113704879697 140735039157776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94113713382536 94113713814144 94113714655232 140735039162712 140735039162888 140735039162888 140735039168492 0
/proc/167556/statm: 78045 58374 3424 6655 0 57417 0
[pid=167556/tid=167559] ppid=167553 vsize=312180 memory=233496 CPUtime=209.04 cores=0,2
/proc/167556/task/167559/stat : 167559 (LSIPExact) R 167553 167556 166575 0 -1 4194368 34890 0 0 0 20897 7 0 0 20 0 2 0 237996849 319672320 58374 18446744073709551615 94113677623296 94113704879697 140735039157776 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94113713382536 94113713814144 94113714655232 140735039162712 140735039162888 140735039162888 140735039168492 0
Current children cumulated CPU time: 430.45 s
Current children cumulated vsize: 312180 KiB
Current children cumulated memory: 233496 KiB

[startup+282.3 s]
/proc/loadavg: 6.15 5.93 5.45 7/270 167575
/proc/meminfo: memFree=82187268/131249988 swapFree=33010160/33010684
[pid=167556] ppid=167553 vsize=312180 memory=244504 CPUtime=548.48 cores=0,2
/proc/167556/stat : 167556 (LSIPExact) R 167553 167556 166575 0 -1 4194304 157989 0 0 0 54824 24 0 0 20 0 2 0 237995839 319672320 61126 18446744073709551615 94113677623296 94113704879697 140735039157776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94113713382536 94113713814144 94113714655232 140735039162712 140735039162888 140735039162888 140735039168492 0
/proc/167556/statm: 78045 61126 3424 6655 0 60226 0
[pid=167556/tid=167559] ppid=167553 vsize=312180 memory=244504 CPUtime=267.33 cores=0,2
/proc/167556/task/167559/stat : 167559 (LSIPExact) R 167553 167556 166575 0 -1 4194368 45751 0 0 0 26724 9 0 0 20 0 2 0 237996849 319672320 61126 18446744073709551615 94113677623296 94113704879697 140735039157776 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94113713382536 94113713814144 94113714655232 140735039162712 140735039162888 140735039162888 140735039168492 0
Current children cumulated CPU time: 548.48 s
Current children cumulated vsize: 312180 KiB
Current children cumulated memory: 244504 KiB

[startup+342.3 s]
/proc/loadavg: 6.10 5.96 5.49 7/269 167577
/proc/meminfo: memFree=82121996/131249988 swapFree=33010160/33010684
[pid=167556] ppid=167553 vsize=312180 memory=246040 CPUtime=667.58 cores=0,2
/proc/167556/stat : 167556 (LSIPExact) R 167553 167556 166575 0 -1 4194304 159909 0 0 0 66733 25 0 0 20 0 2 0 237995839 319672320 61510 18446744073709551615 94113677623296 94113704879697 140735039157776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94113713382536 94113713814144 94113714655232 140735039162712 140735039162888 140735039162888 140735039168492 0
/proc/167556/statm: 78045 61510 3424 6655 0 60226 0
[pid=167556/tid=167559] ppid=167553 vsize=312180 memory=244504 CPUtime=326.66 cores=0,2
/proc/167556/task/167559/stat : 167559 (LSIPExact) R 167553 167556 166575 0 -1 4194368 45868 0 0 0 32656 10 0 0 20 0 2 0 237996849 319672320 61510 18446744073709551615 94113677623296 94113704879697 140735039157776 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94113713382536 94113713814144 94113714655232 140735039162712 140735039162888 140735039162888 140735039168492 0
Current children cumulated CPU time: 667.58 s
Current children cumulated vsize: 312180 KiB
Current children cumulated memory: 246040 KiB

[startup+402.3 s]

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

Current children cumulated memory: 551756 KiB

[startup+2382.3 s]
/proc/loadavg: 5.08 5.27 5.60 6/266 167918
/proc/meminfo: memFree=112594740/131249988 swapFree=33010160/33010684
[pid=167556] ppid=167553 vsize=312180 memory=250212 CPUtime=1430.32 cores=0,2
/proc/167556/stat : 167556 (LSIPExact) S 167553 167556 166575 0 -1 4194304 218811 0 0 0 142989 43 0 0 20 0 1 0 237995839 319672320 62553 18446744073709551615 94113677623296 94113704879697 140735039157776 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94113713382536 94113713814144 94113714655232 140735039162712 140735039162888 140735039162888 140735039168492 0
/proc/167556/statm: 78045 62553 3456 6655 0 60845 0
[pid=167690] ppid=167556 vsize=337104 memory=302568 CPUtime=1651.78 cores=0,2
/proc/167690/stat : 167690 (Exact) R 167556 167690 167690 0 -1 4194304 49205 0 0 0 165129 49 0 0 20 0 1 0 238068451 345194496 75642 18446744073709551615 4198400 8335837 140724757874256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31387648 140724757883065 140724757883419 140724757883419 140724757888975 0
/proc/167690/statm: 84276 75642 1120 1011 0 83043 0
Current children cumulated CPU time: 3082.1 s
Current children cumulated vsize: 649284 KiB
Current children cumulated memory: 552780 KiB

[startup+2442.3 s]
/proc/loadavg: 5.13 5.25 5.57 6/266 167920
/proc/meminfo: memFree=112587272/131249988 swapFree=33010160/33010684
[pid=167556] ppid=167553 vsize=312180 memory=250212 CPUtime=1430.32 cores=0,2
/proc/167556/stat : 167556 (LSIPExact) S 167553 167556 166575 0 -1 4194304 218811 0 0 0 142989 43 0 0 20 0 1 0 237995839 319672320 62553 18446744073709551615 94113677623296 94113704879697 140735039157776 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94113713382536 94113713814144 94113714655232 140735039162712 140735039162888 140735039162888 140735039168492 0
/proc/167556/statm: 78045 62553 3456 6655 0 60845 0
[pid=167690] ppid=167556 vsize=338192 memory=305788 CPUtime=1711.62 cores=0,2
/proc/167690/stat : 167690 (Exact) R 167556 167690 167690 0 -1 4194304 49603 0 0 0 171112 50 0 0 20 0 1 0 238068451 346308608 76447 18446744073709551615 4198400 8335837 140724757874256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31387648 140724757883065 140724757883419 140724757883419 140724757888975 0
/proc/167690/statm: 84548 76447 1120 1011 0 83315 0
Current children cumulated CPU time: 3141.94 s
Current children cumulated vsize: 650372 KiB
Current children cumulated memory: 556000 KiB

[startup+2502.3 s]
/proc/loadavg: 5.05 5.20 5.53 6/267 167925
/proc/meminfo: memFree=112546996/131249988 swapFree=33010160/33010684
[pid=167556] ppid=167553 vsize=312180 memory=250212 CPUtime=1430.32 cores=0,2
/proc/167556/stat : 167556 (LSIPExact) S 167553 167556 166575 0 -1 4194304 218811 0 0 0 142989 43 0 0 20 0 1 0 237995839 319672320 62553 18446744073709551615 94113677623296 94113704879697 140735039157776 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94113713382536 94113713814144 94113714655232 140735039162712 140735039162888 140735039162888 140735039168492 0
/proc/167556/statm: 78045 62553 3456 6655 0 60845 0
[pid=167690] ppid=167556 vsize=339360 memory=306940 CPUtime=1771.47 cores=0,2
/proc/167690/stat : 167690 (Exact) R 167556 167690 167690 0 -1 4194304 49895 0 0 0 177096 51 0 0 20 0 1 0 238068451 347504640 76735 18446744073709551615 4198400 8335837 140724757874256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31387648 140724757883065 140724757883419 140724757883419 140724757888975 0
/proc/167690/statm: 84840 76735 1120 1011 0 83607 0
Current children cumulated CPU time: 3201.79 s
Current children cumulated vsize: 651540 KiB
Current children cumulated memory: 557152 KiB

[startup+2562.3 s]
/proc/loadavg: 5.12 5.19 5.51 6/267 167931
/proc/meminfo: memFree=112554936/131249988 swapFree=33010160/33010684
[pid=167556] ppid=167553 vsize=312180 memory=250212 CPUtime=1430.32 cores=0,2
/proc/167556/stat : 167556 (LSIPExact) S 167553 167556 166575 0 -1 4194304 218811 0 0 0 142989 43 0 0 20 0 1 0 237995839 319672320 62553 18446744073709551615 94113677623296 94113704879697 140735039157776 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94113713382536 94113713814144 94113714655232 140735039162712 140735039162888 140735039162888 140735039168492 0
/proc/167556/statm: 78045 62553 3456 6655 0 60845 0
[pid=167690] ppid=167556 vsize=339976 memory=307452 CPUtime=1831.32 cores=0,2
/proc/167690/stat : 167690 (Exact) R 167556 167690 167690 0 -1 4194304 50173 0 0 0 183079 53 0 0 20 0 1 0 238068451 348135424 76863 18446744073709551615 4198400 8335837 140724757874256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31387648 140724757883065 140724757883419 140724757883419 140724757888975 0
/proc/167690/statm: 84994 76863 1120 1011 0 83761 0
Current children cumulated CPU time: 3261.64 s
Current children cumulated vsize: 652156 KiB
Current children cumulated memory: 557664 KiB

[startup+2622.3 s]
/proc/loadavg: 5.10 5.17 5.48 6/267 167933
/proc/meminfo: memFree=112512472/131249988 swapFree=33010160/33010684
[pid=167556] ppid=167553 vsize=312180 memory=250212 CPUtime=1430.32 cores=0,2
/proc/167556/stat : 167556 (LSIPExact) S 167553 167556 166575 0 -1 4194304 218811 0 0 0 142989 43 0 0 20 0 1 0 237995839 319672320 62553 18446744073709551615 94113677623296 94113704879697 140735039157776 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94113713382536 94113713814144 94113714655232 140735039162712 140735039162888 140735039162888 140735039168492 0
/proc/167556/statm: 78045 62553 3456 6655 0 60845 0
[pid=167690] ppid=167556 vsize=340504 memory=308092 CPUtime=1891.16 cores=0,2
/proc/167690/stat : 167690 (Exact) R 167556 167690 167690 0 -1 4194304 50307 0 0 0 189062 54 0 0 20 0 1 0 238068451 348676096 77023 18446744073709551615 4198400 8335837 140724757874256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31387648 140724757883065 140724757883419 140724757883419 140724757888975 0
/proc/167690/statm: 85126 77023 1120 1011 0 83893 0
Current children cumulated CPU time: 3321.48 s
Current children cumulated vsize: 652684 KiB
Current children cumulated memory: 558304 KiB

[startup+2682.3 s]
/proc/loadavg: 4.29 4.96 5.39 4/260 167965
/proc/meminfo: memFree=112570464/131249988 swapFree=33010160/33010684
[pid=167556] ppid=167553 vsize=312180 memory=250212 CPUtime=1430.32 cores=0,2
/proc/167556/stat : 167556 (LSIPExact) S 167553 167556 166575 0 -1 4194304 218811 0 0 0 142989 43 0 0 20 0 1 0 237995839 319672320 62553 18446744073709551615 94113677623296 94113704879697 140735039157776 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94113713382536 94113713814144 94113714655232 140735039162712 140735039162888 140735039162888 140735039168492 0
/proc/167556/statm: 78045 62553 3456 6655 0 60845 0
[pid=167690] ppid=167556 vsize=340960 memory=308604 CPUtime=1950.99 cores=0,2
/proc/167690/stat : 167690 (Exact) R 167556 167690 167690 0 -1 4194304 50579 0 0 0 195042 57 0 0 20 0 1 0 238068451 349143040 77151 18446744073709551615 4198400 8335837 140724757874256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31387648 140724757883065 140724757883419 140724757883419 140724757888975 0
/proc/167690/statm: 85240 77151 1120 1011 0 84007 0
Current children cumulated CPU time: 3381.31 s
Current children cumulated vsize: 653140 KiB
Current children cumulated memory: 558816 KiB

[startup+2742.3 s]
/proc/loadavg: 3.57 4.63 5.25 4/261 167968
/proc/meminfo: memFree=112539524/131249988 swapFree=33010160/33010684
[pid=167556] ppid=167553 vsize=312180 memory=250212 CPUtime=1430.32 cores=0,2
/proc/167556/stat : 167556 (LSIPExact) S 167553 167556 166575 0 -1 4194304 218811 0 0 0 142989 43 0 0 20 0 1 0 237995839 319672320 62553 18446744073709551615 94113677623296 94113704879697 140735039157776 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94113713382536 94113713814144 94113714655232 140735039162712 140735039162888 140735039162888 140735039168492 0
/proc/167556/statm: 78045 62553 3456 6655 0 60845 0
[pid=167690] ppid=167556 vsize=342336 memory=309884 CPUtime=2010.85 cores=0,2
/proc/167690/stat : 167690 (Exact) R 167556 167690 167690 0 -1 4194304 50897 0 0 0 201027 58 0 0 20 0 1 0 238068451 350552064 77471 18446744073709551615 4198400 8335837 140724757874256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31387648 140724757883065 140724757883419 140724757883419 140724757888975 0
/proc/167690/statm: 85584 77471 1120 1011 0 84351 0
Current children cumulated CPU time: 3441.17 s
Current children cumulated vsize: 654516 KiB
Current children cumulated memory: 560096 KiB

[startup+2802.3 s]
/proc/loadavg: 3.26 4.35 5.11 4/261 167970
/proc/meminfo: memFree=112525920/131249988 swapFree=33010160/33010684
[pid=167556] ppid=167553 vsize=312180 memory=250212 CPUtime=1430.32 cores=0,2
/proc/167556/stat : 167556 (LSIPExact) S 167553 167556 166575 0 -1 4194304 218811 0 0 0 142989 43 0 0 20 0 1 0 237995839 319672320 62553 18446744073709551615 94113677623296 94113704879697 140735039157776 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94113713382536 94113713814144 94113714655232 140735039162712 140735039162888 140735039162888 140735039168492 0
/proc/167556/statm: 78045 62553 3456 6655 0 60845 0
[pid=167690] ppid=167556 vsize=342336 memory=309884 CPUtime=2070.69 cores=0,2
/proc/167690/stat : 167690 (Exact) R 167556 167690 167690 0 -1 4194304 51029 0 0 0 207010 59 0 0 20 0 1 0 238068451 350552064 77471 18446744073709551615 4198400 8335837 140724757874256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31387648 140724757883065 140724757883419 140724757883419 140724757888975 0
/proc/167690/statm: 85584 77471 1120 1011 0 84351 0
Current children cumulated CPU time: 3501.01 s
Current children cumulated vsize: 654516 KiB
Current children cumulated memory: 560096 KiB

[startup+2862.3 s]
/proc/loadavg: 3.21 4.13 4.98 4/262 167973
/proc/meminfo: memFree=112513916/131249988 swapFree=33010160/33010684
[pid=167556] ppid=167553 vsize=312180 memory=250212 CPUtime=1430.32 cores=0,2
/proc/167556/stat : 167556 (LSIPExact) S 167553 167556 166575 0 -1 4194304 218811 0 0 0 142989 43 0 0 20 0 1 0 237995839 319672320 62553 18446744073709551615 94113677623296 94113704879697 140735039157776 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94113713382536 94113713814144 94113714655232 140735039162712 140735039162888 140735039162888 140735039168492 0
/proc/167556/statm: 78045 62553 3456 6655 0 60845 0
[pid=167690] ppid=167556 vsize=342884 memory=310396 CPUtime=2130.54 cores=0,2
/proc/167690/stat : 167690 (Exact) R 167556 167690 167690 0 -1 4194304 51165 0 0 0 212994 60 0 0 20 0 1 0 238068451 351113216 77599 18446744073709551615 4198400 8335837 140724757874256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31387648 140724757883065 140724757883419 140724757883419 140724757888975 0
/proc/167690/statm: 85721 77599 1120 1011 0 84488 0
Current children cumulated CPU time: 3560.86 s
Current children cumulated vsize: 655064 KiB
Current children cumulated memory: 560608 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2901.6 s]
/proc/loadavg: 3.11 3.99 4.90 4/262 167975
/proc/meminfo: memFree=112515132/131249988 swapFree=33010160/33010684
[pid=167556] ppid=167553 vsize=312180 memory=250212 CPUtime=1430.32 cores=0,2
/proc/167556/stat : 167556 (LSIPExact) S 167553 167556 166575 0 -1 4194304 218811 0 0 0 142989 43 0 0 20 0 1 0 237995839 319672320 62553 18446744073709551615 94113677623296 94113704879697 140735039157776 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94113713382536 94113713814144 94113714655232 140735039162712 140735039162888 140735039162888 140735039168492 0
/proc/167556/statm: 78045 62553 3456 6655 0 60845 0
[pid=167690] ppid=167556 vsize=342884 memory=310524 CPUtime=2169.74 cores=0,2
/proc/167690/stat : 167690 (Exact) R 167556 167690 167690 0 -1 4194304 51308 0 0 0 216913 61 0 0 20 0 1 0 238068451 351113216 77631 18446744073709551615 4198400 8335837 140724757874256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31387648 140724757883065 140724757883419 140724757883419 140724757888975 0
/proc/167690/statm: 85721 77631 1120 1011 0 84488 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 655064 KiB
Current children cumulated memory: 560736 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.06 s, system=1.05456 s

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

[startup+2901.7 s]
/proc/loadavg: 3.11 3.99 4.90 4/262 167975
/proc/meminfo: memFree=112515132/131249988 swapFree=33010160/33010684
[pid=167556] ppid=167553 vsize=312180 memory=250212 CPUtime=1430.32 cores=0,2
/proc/167556/stat : 167556 (LSIPExact) S 167553 167556 166575 0 -1 4194304 218812 135 0 0 142989 43 0 0 20 0 1 0 237995839 319672320 62553 18446744073709551615 94113677623296 94113704879697 140735039157776 0 0 0 16384 0 16386 1 0 0 17 2 0 0 0 0 0 94113713382536 94113713814144 94113714655232 140735039162712 140735039162888 140735039162888 140735039168492 0
/proc/167556/statm: 78045 62553 3456 6655 0 60845 0
Current children cumulated CPU time: 1430.32 s
Current children cumulated vsize: 312180 KiB
Current children cumulated memory: 250212 KiB

Child status: 0

Real time (s): 2901.74
CPU time (s): 3600.12
CPU user time (s): 3599.06
CPU system time (s): 1.05456
CPU usage (%): 124.067
Max. virtual memory (cumulated for all children) (KiB): 655064
Max. memory (cumulated for all children) (KiB): 560736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.06
system time used= 1.05455
maximum resident set size= 310524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 277141
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= 406
involuntary context switches= 26436


# summary of solver processes directly reported to runsolver:
#   pid: 167556
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3599.06
#   total CPU system time (s): 1.05456

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.58207 second user time and 13.1489 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-07-23 00:26:10
IDJOB=4545028
IDBENCH=180696
IDSOLVER=3336
FILE ID=nodeC034/4545028-1753223170
RUNJOBID= nodeC034-1753221043-166585
SLURM_JOB_ID= 9687808
Free space on /tmp= 432776 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-FRB-53-24-1-mgd_c18.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545028-1753223170/watcher-4545028-1753223170 -o /tmp/evaluation-result-4545028-1753223170/solver-4545028-1753223170 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1753221043-166585 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4545028-1753223170.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= aa4c4c17affaea5fdc372b8ff9588da4
RANDOM SEED=1747499185

nodeC034 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		: 3592.215
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.53
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.748
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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        83017468 kB
MemAvailable:   83979840 kB
Buffers:            2128 kB
Cached:          1701244 kB
SwapCached:           32 kB
Active:         46788072 kB
Inactive:         580604 kB
Active(anon):   45689416 kB
Inactive(anon):     2152 kB
Active(file):    1098656 kB
Inactive(file):   578452 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             46704 kB
Writeback:             4 kB
AnonPages:      45653344 kB
Mapped:           152000 kB
Shmem:             26264 kB
KReclaimable:     248604 kB
Slab:             347020 kB
SReclaimable:     248604 kB
SUnreclaim:        98416 kB
KernelStack:        4320 kB
PageTables:        93156 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:   50375296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  24414208 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:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432900 MiB
End job on nodeC034 at 2025-07-23 01:14:32