Trace number 4526911

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LSIPExact S1UNSAT 1171.09 595.688

General information on the benchmark

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

Solver Data

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4526911-1752232260/watcher-4526911-1752232260 -o /tmp/evaluation-result-4526911-1752232260/solver-4526911-1752232260 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1752232205-108306 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4526911-1752232260.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=108551, runsolver pid=108548

[startup+0.100056 s]*
/proc/loadavg: 3.83 1.12 0.44 8/268 108552
/proc/meminfo: memFree=105949620/131249988 swapFree=33010416/33010684
[pid=108551] ppid=108548 vsize=41404 memory=6784 CPUtime=0.09 cores=4,6
/proc/108551/stat : 108551 (LSIPExact) R 108548 108551 108288 0 -1 4194304 703 0 0 0 9 0 0 0 20 0 1 0 138904552 42397696 1696 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
/proc/108551/statm: 10351 1696 1152 6655 0 586 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6784 KiB

[startup+0.205358 s]*
/proc/loadavg: 3.83 1.12 0.44 8/268 108552
/proc/meminfo: memFree=105949620/131249988 swapFree=33010416/33010684
[pid=108551] ppid=108548 vsize=41404 memory=6784 CPUtime=0.2 cores=4,6
/proc/108551/stat : 108551 (LSIPExact) R 108548 108551 108288 0 -1 4194304 703 0 0 0 20 0 0 0 20 0 1 0 138904552 42397696 1696 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
/proc/108551/statm: 10351 1696 1152 6655 0 586 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6784 KiB

[startup+0.304877 s]*
/proc/loadavg: 3.83 1.12 0.44 8/268 108552
/proc/meminfo: memFree=105949620/131249988 swapFree=33010416/33010684
[pid=108551] ppid=108548 vsize=41404 memory=6784 CPUtime=0.29 cores=4,6
/proc/108551/stat : 108551 (LSIPExact) R 108548 108551 108288 0 -1 4194304 703 0 0 0 29 0 0 0 20 0 1 0 138904552 42397696 1696 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
/proc/108551/statm: 10351 1696 1152 6655 0 586 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6784 KiB

[startup+0.700116 s]
/proc/loadavg: 3.83 1.12 0.44 8/268 108552
/proc/meminfo: memFree=105949620/131249988 swapFree=33010416/33010684
[pid=108551] ppid=108548 vsize=41404 memory=6784 CPUtime=0.68 cores=4,6
/proc/108551/stat : 108551 (LSIPExact) R 108548 108551 108288 0 -1 4194304 703 0 0 0 68 0 0 0 20 0 1 0 138904552 42397696 1696 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
/proc/108551/statm: 10351 1696 1152 6655 0 586 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6784 KiB

[startup+1.5001 s]
/proc/loadavg: 3.83 1.12 0.44 8/268 108552
/proc/meminfo: memFree=105949620/131249988 swapFree=33010416/33010684
[pid=108551] ppid=108548 vsize=41404 memory=6784 CPUtime=1.48 cores=4,6
/proc/108551/stat : 108551 (LSIPExact) R 108548 108551 108288 0 -1 4194304 703 0 0 0 148 0 0 0 20 0 1 0 138904552 42397696 1696 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
/proc/108551/statm: 10351 1696 1152 6655 0 586 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6784 KiB

[startup+3.10454 s]
/proc/loadavg: 4.08 1.22 0.48 8/268 108552
/proc/meminfo: memFree=105945776/131249988 swapFree=33010416/33010684
[pid=108551] ppid=108548 vsize=41404 memory=6784 CPUtime=3.08 cores=4,6
/proc/108551/stat : 108551 (LSIPExact) R 108548 108551 108288 0 -1 4194304 703 0 0 0 308 0 0 0 20 0 1 0 138904552 42397696 1696 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
/proc/108551/statm: 10351 1696 1152 6655 0 586 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6784 KiB

[startup+6.3001 s]
/proc/loadavg: 4.08 1.22 0.48 8/268 108552
/proc/meminfo: memFree=105818800/131249988 swapFree=33010416/33010684
[pid=108551] ppid=108548 vsize=41404 memory=6784 CPUtime=6.27 cores=4,6
/proc/108551/stat : 108551 (LSIPExact) R 108548 108551 108288 0 -1 4194304 703 0 0 0 627 0 0 0 20 0 1 0 138904552 42397696 1696 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
/proc/108551/statm: 10351 1696 1152 6655 0 586 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 41404 KiB
Current children cumulated memory: 6784 KiB

[startup+12.7001 s]
/proc/loadavg: 4.31 1.32 0.51 9/269 108554
/proc/meminfo: memFree=105800020/131249988 swapFree=33010416/33010684
[pid=108551] ppid=108548 vsize=128628 memory=34628 CPUtime=15.29 cores=4,6
/proc/108551/stat : 108551 (LSIPExact) R 108548 108551 108288 0 -1 4194304 5181 0 0 0 1529 0 0 0 20 0 2 0 138904552 131715072 8657 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
/proc/108551/statm: 32157 8657 3392 6655 0 7027 0
[pid=108551/tid=108553] ppid=108548 vsize=128628 memory=33604 CPUtime=2.64 cores=4,6
/proc/108551/task/108553/stat : 108553 (LSIPExact) R 108548 108551 108288 0 -1 4194368 1061 0 0 0 264 0 0 0 20 0 2 0 138905553 131715072 8657 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
Current children cumulated CPU time: 15.29 s
Current children cumulated vsize: 128628 KiB
Current children cumulated memory: 34628 KiB

[startup+25.5001 s]
/proc/loadavg: 5.21 1.66 0.64 9/269 108554
/proc/meminfo: memFree=105797184/131249988 swapFree=33010416/33010684
[pid=108551] ppid=108548 vsize=128628 memory=35524 CPUtime=40.77 cores=4,6
/proc/108551/stat : 108551 (LSIPExact) R 108548 108551 108288 0 -1 4194304 11656 0 0 0 4076 1 0 0 20 0 2 0 138904552 131715072 8881 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
/proc/108551/statm: 32157 8881 3392 6655 0 7210 0
[pid=108551/tid=108553] ppid=108548 vsize=128628 memory=35524 CPUtime=15.34 cores=4,6
/proc/108551/task/108553/stat : 108553 (LSIPExact) R 108548 108551 108288 0 -1 4194368 3403 0 0 0 1534 0 0 0 20 0 2 0 138905553 131715072 8881 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
Current children cumulated CPU time: 40.77 s
Current children cumulated vsize: 128628 KiB
Current children cumulated memory: 35524 KiB

[startup+51.105 s]
/proc/loadavg: 6.10 2.16 0.83 9/269 108554
/proc/meminfo: memFree=105488936/131249988 swapFree=33010416/33010684
[pid=108551] ppid=108548 vsize=128628 memory=36292 CPUtime=91.7 cores=4,6
/proc/108551/stat : 108551 (LSIPExact) R 108548 108551 108288 0 -1 4194304 12259 0 0 0 9169 1 0 0 20 0 2 0 138904552 131715072 9073 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
/proc/108551/statm: 32157 9073 3392 6655 0 7416 0
[pid=108551/tid=108553] ppid=108548 vsize=128628 memory=36292 CPUtime=40.74 cores=4,6
/proc/108551/task/108553/stat : 108553 (LSIPExact) R 108548 108551 108288 0 -1 4194368 3685 0 0 0 4074 0 0 0 20 0 2 0 138905553 131715072 9073 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
Current children cumulated CPU time: 91.7 s
Current children cumulated vsize: 128628 KiB
Current children cumulated memory: 36292 KiB

[startup+102.3 s]
/proc/loadavg: 7.23 3.07 1.21 9/269 108556
/proc/meminfo: memFree=105365996/131249988 swapFree=33010416/33010684
[pid=108551] ppid=108548 vsize=129588 memory=37700 CPUtime=193.56 cores=4,6
/proc/108551/stat : 108551 (LSIPExact) R 108548 108551 108288 0 -1 4194304 18800 0 0 0 19354 2 0 0 20 0 2 0 138904552 132698112 9425 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
/proc/108551/statm: 32397 9425 3392 6655 0 7911 0
[pid=108551/tid=108553] ppid=108548 vsize=129588 memory=37700 CPUtime=91.53 cores=4,6
/proc/108551/task/108553/stat : 108553 (LSIPExact) R 108548 108551 108288 0 -1 4194368 6917 0 0 0 9153 0 0 0 20 0 2 0 138905553 132698112 9425 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
Current children cumulated CPU time: 193.56 s
Current children cumulated vsize: 129588 KiB
Current children cumulated memory: 37700 KiB

[startup+162.3 s]
/proc/loadavg: 7.84 4.00 1.65 8/268 108558
/proc/meminfo: memFree=105139272/131249988 swapFree=33010416/33010684
[pid=108551] ppid=108548 vsize=133140 memory=42692 CPUtime=310.39 cores=4,6
/proc/108551/stat : 108551 (LSIPExact) R 108548 108551 108288 0 -1 4194304 28423 0 0 0 31036 3 0 0 20 0 2 0 138904552 136335360 10673 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
/proc/108551/statm: 33285 10673 3392 6655 0 9101 0
[pid=108551/tid=108553] ppid=108548 vsize=133140 memory=38596 CPUtime=148.51 cores=4,6
/proc/108551/task/108553/stat : 108553 (LSIPExact) R 108548 108551 108288 0 -1 4194368 11081 0 0 0 14850 1 0 0 20 0 2 0 138905553 136335360 10673 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
Current children cumulated CPU time: 310.39 s
Current children cumulated vsize: 133140 KiB
Current children cumulated memory: 42692 KiB

[startup+222.3 s]
/proc/loadavg: 7.85 4.69 2.04 9/268 108560
/proc/meminfo: memFree=105091428/131249988 swapFree=33010416/33010684
[pid=108551] ppid=108548 vsize=134404 memory=54212 CPUtime=428.22 cores=4,6
/proc/108551/stat : 108551 (LSIPExact) R 108548 108551 108288 0 -1 4194304 33121 0 0 0 42818 4 0 0 20 0 2 0 138904552 137629696 13553 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
/proc/108551/statm: 33601 13553 3392 6655 0 12058 0
[pid=108551/tid=108553] ppid=108548 vsize=134404 memory=54212 CPUtime=206.49 cores=4,6
/proc/108551/task/108553/stat : 108553 (LSIPExact) R 108548 108551 108288 0 -1 4194368 14125 0 0 0 20648 1 0 0 20 0 2 0 138905553 137629696 13553 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
Current children cumulated CPU time: 428.22 s
Current children cumulated vsize: 134404 KiB
Current children cumulated memory: 54212 KiB

[startup+282.3 s]
/proc/loadavg: 7.99 5.31 2.42 9/266 108562
/proc/meminfo: memFree=104942200/131249988 swapFree=33010416/33010684
[pid=108551] ppid=108548 vsize=134404 memory=54340 CPUtime=547.63 cores=4,6
/proc/108551/stat : 108551 (LSIPExact) R 108548 108551 108288 0 -1 4194304 41275 0 0 0 54758 5 0 0 20 0 2 0 138904552 137629696 13585 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
/proc/108551/statm: 33601 13585 3392 6655 0 12058 0
[pid=108551/tid=108553] ppid=108548 vsize=134404 memory=54212 CPUtime=266.03 cores=4,6
/proc/108551/task/108553/stat : 108553 (LSIPExact) R 108548 108551 108288 0 -1 4194368 18545 0 0 0 26602 1 0 0 20 0 2 0 138905553 137629696 13585 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
Current children cumulated CPU time: 547.63 s
Current children cumulated vsize: 134404 KiB
Current children cumulated memory: 54340 KiB

[startup+342.3 s]
/proc/loadavg: 8.09 5.83 2.78 9/266 108564
/proc/meminfo: memFree=104728232/131249988 swapFree=33010416/33010684
[pid=108551] ppid=108548 vsize=134404 memory=54596 CPUtime=667.04 cores=4,6
/proc/108551/stat : 108551 (LSIPExact) R 108548 108551 108288 0 -1 4194304 42065 0 0 0 66698 6 0 0 20 0 2 0 138904552 137629696 13649 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
/proc/108551/statm: 33601 13649 3392 6655 0 12058 0
[pid=108551/tid=108553] ppid=108548 vsize=134404 memory=54468 CPUtime=325.57 cores=4,6
/proc/108551/task/108553/stat : 108553 (LSIPExact) R 108548 108551 108288 0 -1 4194368 18866 0 0 0 32555 2 0 0 20 0 2 0 138905553 137629696 13649 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
Current children cumulated CPU time: 667.04 s
Current children cumulated vsize: 134404 KiB
Current children cumulated memory: 54596 KiB

[startup+402.3 s]
/proc/loadavg: 8.09 6.24 3.12 9/266 108566
/proc/meminfo: memFree=104470252/131249988 swapFree=33010416/33010684
[pid=108551] ppid=108548 vsize=138696 memory=57284 CPUtime=786.44 cores=4,6
/proc/108551/stat : 108551 (LSIPExact) R 108548 108551 108288 0 -1 4194304 43885 0 0 0 78638 6 0 0 20 0 2 0 138904552 142024704 14321 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
/proc/108551/statm: 34674 14321 3392 6655 0 13221 0
[pid=108551/tid=108553] ppid=108548 vsize=138696 memory=56004 CPUtime=385.11 cores=4,6
/proc/108551/task/108553/stat : 108553 (LSIPExact) R 108548 108551 108288 0 -1 4194368 20013 0 0 0 38509 2 0 0 20 0 2 0 138905553 142024704 14321 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
Current children cumulated CPU time: 786.44 s
Current children cumulated vsize: 138696 KiB
Current children cumulated memory: 57284 KiB

[startup+462.3 s]
/proc/loadavg: 8.07 6.58 3.43 9/266 108568
/proc/meminfo: memFree=104254144/131249988 swapFree=33010416/33010684
[pid=108551] ppid=108548 vsize=138696 memory=57668 CPUtime=905.86 cores=4,6
/proc/108551/stat : 108551 (LSIPExact) R 108548 108551 108288 0 -1 4194304 48707 0 0 0 90579 7 0 0 20 0 2 0 138904552 142024704 14417 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
/proc/108551/statm: 34674 14417 3392 6655 0 13221 0
[pid=108551/tid=108553] ppid=108548 vsize=138696 memory=14344 CPUtime=444.64 cores=4,6
/proc/108551/task/108553/stat : 108553 (LSIPExact) R 108548 108551 108288 0 -1 4194368 22634 0 0 0 44462 2 0 0 20 0 2 0 138905553 142024704 14417 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
Current children cumulated CPU time: 905.86 s
Current children cumulated vsize: 138696 KiB
Current children cumulated memory: 57668 KiB

[startup+522.3 s]
/proc/loadavg: 8.08 6.86 3.72 9/266 108570
/proc/meminfo: memFree=104049008/131249988 swapFree=33010416/33010684
[pid=108551] ppid=108548 vsize=138696 memory=57924 CPUtime=1025.27 cores=4,6
/proc/108551/stat : 108551 (LSIPExact) R 108548 108551 108288 0 -1 4194304 53996 0 0 0 102519 8 0 0 20 0 2 0 138904552 142024704 14481 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
/proc/108551/statm: 34674 14481 3392 6655 0 13221 0
[pid=108551/tid=108553] ppid=108548 vsize=138696 memory=57924 CPUtime=504.18 cores=4,6
/proc/108551/task/108553/stat : 108553 (LSIPExact) R 108548 108551 108288 0 -1 4194368 25484 0 0 0 50416 2 0 0 20 0 2 0 138905553 142024704 14481 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
Current children cumulated CPU time: 1025.27 s
Current children cumulated vsize: 138696 KiB
Current children cumulated memory: 57924 KiB

[startup+582.3 s]
/proc/loadavg: 7.98 7.05 3.99 9/267 108573
/proc/meminfo: memFree=103854772/131249988 swapFree=33010416/33010684
[pid=108551] ppid=108548 vsize=138696 memory=58308 CPUtime=1144.65 cores=4,6
/proc/108551/stat : 108551 (LSIPExact) R 108548 108551 108288 0 -1 4194304 54437 0 0 0 114457 8 0 0 20 0 2 0 138904552 142024704 14577 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
/proc/108551/statm: 34674 14577 3392 6655 0 13221 0
[pid=108551/tid=108553] ppid=108548 vsize=138696 memory=58180 CPUtime=563.69 cores=4,6
/proc/108551/task/108553/stat : 108553 (LSIPExact) R 108548 108551 108288 0 -1 4194368 25669 0 0 0 56367 2 0 0 20 0 2 0 138905553 142024704 14577 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
Current children cumulated CPU time: 1144.65 s
Current children cumulated vsize: 138696 KiB
Current children cumulated memory: 58308 KiB

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

# cumulated CPU time of all completed processes:  user=1171 s, system=0.092346 s

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

[startup+588.8 s]
/proc/loadavg: 8.07 7.10 4.04 9/267 108573
/proc/meminfo: memFree=103843180/131249988 swapFree=33010416/33010684
[pid=108551] ppid=108548 vsize=138696 memory=58436 CPUtime=1157.58 cores=4,6
/proc/108551/stat : 108551 (LSIPExact) R 108548 108551 108288 0 -1 4194304 54489 0 0 0 115750 8 0 0 20 0 2 0 138904552 142024704 14609 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
/proc/108551/statm: 34674 14609 3392 6655 0 13221 0
[pid=108551/tid=108553] ppid=108548 vsize=138696 memory=58180 CPUtime=570.14 cores=4,6
/proc/108551/task/108553/stat : 108553 (LSIPExact) R 108548 108551 108288 0 -1 4194368 25713 0 0 0 57012 2 0 0 20 0 2 0 138905553 142024704 14609 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
Current children cumulated CPU time: 1157.58 s
Current children cumulated vsize: 138696 KiB
Current children cumulated memory: 58436 KiB

[startup+592 s]*
/proc/loadavg: 8.07 7.10 4.04 9/267 108573
/proc/meminfo: memFree=103826988/131249988 swapFree=33010416/33010684
[pid=108551] ppid=108548 vsize=138696 memory=58436 CPUtime=1163.95 cores=4,6
/proc/108551/stat : 108551 (LSIPExact) R 108548 108551 108288 0 -1 4194304 54506 0 0 0 116387 8 0 0 20 0 2 0 138904552 142024704 14609 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
/proc/108551/statm: 34674 14609 3392 6655 0 13221 0
[pid=108551/tid=108553] ppid=108548 vsize=138696 memory=-7952409967739435640 CPUtime=573.31 cores=4,6
/proc/108551/task/108553/stat : 108553 (LSIPExact) R 108548 108551 108288 0 -1 4194368 25721 0 0 0 57329 2 0 0 20 0 2 0 138905553 142024704 14609 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
Current children cumulated CPU time: 1163.95 s
Current children cumulated vsize: 138696 KiB
Current children cumulated memory: 58436 KiB

[startup+593.6 s]
/proc/loadavg: 8.06 7.12 4.06 9/267 108573
/proc/meminfo: memFree=103818924/131249988 swapFree=33010416/33010684
[pid=108551] ppid=108548 vsize=138696 memory=58436 CPUtime=1167.13 cores=4,6
/proc/108551/stat : 108551 (LSIPExact) R 108548 108551 108288 0 -1 4194304 54508 0 0 0 116705 8 0 0 20 0 2 0 138904552 142024704 14609 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
/proc/108551/statm: 34674 14609 3392 6655 0 13221 0
[pid=108551/tid=108553] ppid=108548 vsize=138696 memory=14344 CPUtime=574.9 cores=4,6
/proc/108551/task/108553/stat : 108553 (LSIPExact) R 108548 108551 108288 0 -1 4194368 25721 0 0 0 57488 2 0 0 20 0 2 0 138905553 142024704 14609 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
Current children cumulated CPU time: 1167.13 s
Current children cumulated vsize: 138696 KiB
Current children cumulated memory: 58436 KiB

[startup+594.4 s]
/proc/loadavg: 8.06 7.12 4.06 9/267 108573
/proc/meminfo: memFree=103819176/131249988 swapFree=33010416/33010684
[pid=108551] ppid=108548 vsize=138696 memory=58436 CPUtime=1168.72 cores=4,6
/proc/108551/stat : 108551 (LSIPExact) R 108548 108551 108288 0 -1 4194304 54553 0 0 0 116864 8 0 0 20 0 2 0 138904552 142024704 14609 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
/proc/108551/statm: 34674 14609 3392 6655 0 13221 0
[pid=108551/tid=108553] ppid=108548 vsize=138696 memory=58436 CPUtime=575.69 cores=4,6
/proc/108551/task/108553/stat : 108553 (LSIPExact) R 108548 108551 108288 0 -1 4194368 25756 0 0 0 57567 2 0 0 20 0 2 0 138905553 142024704 14609 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
Current children cumulated CPU time: 1168.72 s
Current children cumulated vsize: 138696 KiB
Current children cumulated memory: 58436 KiB

[startup+595.2 s]
/proc/loadavg: 8.06 7.12 4.06 9/267 108573
/proc/meminfo: memFree=103819176/131249988 swapFree=33010416/33010684
[pid=108551] ppid=108548 vsize=138696 memory=58436 CPUtime=1170.31 cores=4,6
/proc/108551/stat : 108551 (LSIPExact) R 108548 108551 108288 0 -1 4194304 54558 0 0 0 117023 8 0 0 20 0 2 0 138904552 142024704 14609 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
/proc/108551/statm: 34674 14609 3392 6655 0 13221 0
[pid=108551/tid=108553] ppid=108548 vsize=138696 memory=58436 CPUtime=576.48 cores=4,6
/proc/108551/task/108553/stat : 108553 (LSIPExact) R 108548 108551 108288 0 -1 4194368 25761 0 0 0 57646 2 0 0 20 0 2 0 138905553 142024704 14609 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
Current children cumulated CPU time: 1170.31 s
Current children cumulated vsize: 138696 KiB
Current children cumulated memory: 58436 KiB

[startup+595.6 s]
/proc/loadavg: 8.06 7.12 4.06 9/267 108573
/proc/meminfo: memFree=103819176/131249988 swapFree=33010416/33010684
[pid=108551] ppid=108548 vsize=138696 memory=58436 CPUtime=1170.99 cores=4,6
/proc/108551/stat : 108551 (LSIPExact) R 108548 108551 108288 0 -1 4194304 54572 0 0 0 117091 8 0 0 20 0 2 0 138904552 142024704 14609 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
/proc/108551/statm: 34674 14609 3392 6655 0 13221 0
[pid=108551/tid=108553] ppid=108548 vsize=138696 memory=20352 CPUtime=576.76 cores=4,6
/proc/108551/task/108553/stat : 108553 (LSIPExact) S 108548 108551 108288 0 -1 4194368 25773 0 0 0 57674 2 0 0 20 0 2 0 138905553 142024704 14609 18446744073709551615 94393152368640 94393179625809 140724239987504 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94393188127880 94393188559488 94393209765888 140724239993176 140724239993352 140724239993352 140724239998956 0
Current children cumulated CPU time: 1170.99 s
Current children cumulated vsize: 138696 KiB
Current children cumulated memory: 58436 KiB

Child status: 0

Real time (s): 595.688
CPU time (s): 1171.09
CPU user time (s): 1171
CPU system time (s): 0.092346
CPU usage (%): 196.595
Max. virtual memory (cumulated for all children) (KiB): 138696
Max. memory (cumulated for all children) (KiB): 58436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1171
system time used= 0.092346
maximum resident set size= 58564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55550
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= 108
involuntary context switches= 22401


# summary of solver processes directly reported to runsolver:
#   pid: 108551
#   total CPU time (s): 1171.09
#   total CPU user time (s): 1171
#   total CPU system time (s): 0.092346

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.15917 second user time and 2.18087 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-07-11 13:11:00
IDJOB=4526911
IDBENCH=147924
IDSOLVER=3384
FILE ID=nodeC031/4526911-1752232260
RUNJOBID= nodeC031-1752232205-108306
SLURM_JOB_ID= 9682542
Free space on /tmp= 430780 MiB

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

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

MD5SUM BENCH= 83979afc30a856316c8a6ffdd1ef6d89
RANDOM SEED=711647137

nodeC031 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.883
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.78
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.890
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.78
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.885
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        105953716 kB
MemAvailable:   128505940 kB
Buffers:            2128 kB
Cached:         23233656 kB
SwapCached:           12 kB
Active:          1598872 kB
Inactive:       22823228 kB
Active(anon):    1193900 kB
Inactive(anon):    10468 kB
Active(file):     404972 kB
Inactive(file): 22812760 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44732 kB
Writeback:             4 kB
AnonPages:       1188024 kB
Mapped:           140384 kB
Shmem:             18052 kB
KReclaimable:     347464 kB
Slab:             444064 kB
SReclaimable:     347464 kB
SUnreclaim:        96600 kB
KernelStack:        4320 kB
PageTables:         5504 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    1608816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:    581632 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 430736 MiB
End job on nodeC031 at 2025-07-11 13:20:56