Trace number 4514906

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 S2? (TO) 3600.13 2549.72

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib3/normalized-seymour.0.u.opb
MD5SUM8ef3131177365cbfba34b2238fc87839
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 variables1372
Total number of constraints4945
Number of constraints which are clauses4944
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint1372
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 422
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1794
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2138.67/1084.02	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2138.67/1084.02	c numVar: 1372
2138.67/1084.02	c numCon: 4945
2138.67/1084.02	c numEqual: 0
2138.67/1084.02	c intSize: 11
2138.67/1084.02	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2138.67/1084.02	c ------------------- Paras list -------------------
2138.67/1084.02	c Name                	 Type      	 Now       	 Default   	 Comment
2138.67/1084.02	c timeout             	 double    	 3600.000000	 3600      	 
2138.67/1084.02	c mip_time            	 double    	 0.300000  	 0.5       	 
2138.67/1084.02	c ls_time             	 double    	 10.000000 	 10        	 
2138.67/1084.02	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2138.67/1084.02	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2138.67/1084.02	c random_seed         	 int       	 0         	 0         	 
2138.67/1084.02	c sample_size         	 int       	 50        	 50        	 
2138.67/1084.02	c sub_score           	 int       	 1         	 1         	 
2138.67/1084.02	c tabu_base           	 int       	 3         	 3         	 
2138.67/1084.02	c tabu_variation      	 int       	 1         	 1         	 
2138.67/1084.02	c sub_div             	 int       	 4         	 4         	 
2138.67/1084.02	c nbcore              	 int       	 2         	 1         	 
2138.67/1084.02	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2138.67/1084.02	c print_sol           	 int       	 1         	 1         	 
2138.67/1084.02	c tmpdir              	 string		 .         	 "."       	 
2138.67/1084.02	c home                	 string		 HOME	 "."       	 
2138.67/1084.02	c benchname           	 string		 HOME/instance-4514906-1751217793.opb	 ""        	 
2138.67/1084.02	c --------------------------------------------------
2138.67/1084.02	c Local Search solver
2138.67/1084.02	c MIP solver
2138.67/1084.02	c use Exact solver
3600.07/2549.60	c receive signal 15, try to interrupt solver...
2138.69/2549.71	c Exact solver (PID 30656) interrupted gracefully.
2138.69/2549.71	s UNKNOWN
2138.69/2549.71	c Total time: 2550

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514906-1751217793/watcher-4514906-1751217793 -o /tmp/evaluation-result-4514906-1751217793/solver-4514906-1751217793 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751208587-27661 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4514906-1751217793.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=30414, runsolver pid=30411

[startup+0.100056 s]*
/proc/loadavg: 6.59 7.17 6.70 7/267 30415
/proc/meminfo: memFree=129090664/131250000 swapFree=33010684/33010684
[pid=30414] ppid=30411 vsize=45464 memory=11136 CPUtime=0.09 cores=0,2
/proc/30414/stat : 30414 (LSIPExact) R 30411 30414 27651 0 -1 4194304 1715 0 0 0 9 0 0 0 20 0 1 0 37455860 46555136 2784 18446744073709551615 94251382501376 94251409757777 140737285045472 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94251418260616 94251418692224 94251451240448 140737285048666 140737285048842 140737285048842 140737285054444 0
/proc/30414/statm: 11366 2784 1216 6655 0 1601 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 45464 KiB
Current children cumulated memory: 11136 KiB

[startup+0.205307 s]*
/proc/loadavg: 6.59 7.17 6.70 7/267 30415
/proc/meminfo: memFree=129090664/131250000 swapFree=33010684/33010684
[pid=30414] ppid=30411 vsize=45464 memory=11136 CPUtime=0.19 cores=0,2
/proc/30414/stat : 30414 (LSIPExact) R 30411 30414 27651 0 -1 4194304 1715 0 0 0 19 0 0 0 20 0 1 0 37455860 46555136 2784 18446744073709551615 94251382501376 94251409757777 140737285045472 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94251418260616 94251418692224 94251451240448 140737285048666 140737285048842 140737285048842 140737285054444 0
/proc/30414/statm: 11366 2784 1216 6655 0 1601 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 45464 KiB
Current children cumulated memory: 11136 KiB

[startup+0.304541 s]*
/proc/loadavg: 6.59 7.17 6.70 7/267 30415
/proc/meminfo: memFree=129090416/131250000 swapFree=33010684/33010684
[pid=30414] ppid=30411 vsize=45464 memory=11136 CPUtime=0.29 cores=0,2
/proc/30414/stat : 30414 (LSIPExact) R 30411 30414 27651 0 -1 4194304 1715 0 0 0 29 0 0 0 20 0 1 0 37455860 46555136 2784 18446744073709551615 94251382501376 94251409757777 140737285045472 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94251418260616 94251418692224 94251451240448 140737285048666 140737285048842 140737285048842 140737285054444 0
/proc/30414/statm: 11366 2784 1216 6655 0 1601 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 45464 KiB
Current children cumulated memory: 11136 KiB

[startup+0.700122 s]
/proc/loadavg: 6.59 7.17 6.70 7/267 30415
/proc/meminfo: memFree=129090416/131250000 swapFree=33010684/33010684
[pid=30414] ppid=30411 vsize=45464 memory=11136 CPUtime=0.68 cores=0,2
/proc/30414/stat : 30414 (LSIPExact) R 30411 30414 27651 0 -1 4194304 1715 0 0 0 68 0 0 0 20 0 1 0 37455860 46555136 2784 18446744073709551615 94251382501376 94251409757777 140737285045472 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94251418260616 94251418692224 94251451240448 140737285048666 140737285048842 140737285048842 140737285054444 0
/proc/30414/statm: 11366 2784 1216 6655 0 1601 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 45464 KiB
Current children cumulated memory: 11136 KiB

[startup+1.50011 s]
/proc/loadavg: 6.59 7.17 6.70 7/267 30415
/proc/meminfo: memFree=129090416/131250000 swapFree=33010684/33010684
[pid=30414] ppid=30411 vsize=45464 memory=11136 CPUtime=1.48 cores=0,2
/proc/30414/stat : 30414 (LSIPExact) R 30411 30414 27651 0 -1 4194304 1715 0 0 0 148 0 0 0 20 0 1 0 37455860 46555136 2784 18446744073709551615 94251382501376 94251409757777 140737285045472 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94251418260616 94251418692224 94251451240448 140737285048666 140737285048842 140737285048842 140737285054444 0
/proc/30414/statm: 11366 2784 1216 6655 0 1601 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 45464 KiB
Current children cumulated memory: 11136 KiB

[startup+3.10499 s]
/proc/loadavg: 6.54 7.15 6.70 7/268 30417
/proc/meminfo: memFree=129106796/131250000 swapFree=33010684/33010684
[pid=30414] ppid=30411 vsize=45464 memory=11136 CPUtime=3.08 cores=0,2
/proc/30414/stat : 30414 (LSIPExact) R 30411 30414 27651 0 -1 4194304 1715 0 0 0 308 0 0 0 20 0 1 0 37455860 46555136 2784 18446744073709551615 94251382501376 94251409757777 140737285045472 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94251418260616 94251418692224 94251451240448 140737285048666 140737285048842 140737285048842 140737285054444 0
/proc/30414/statm: 11366 2784 1216 6655 0 1601 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 45464 KiB
Current children cumulated memory: 11136 KiB

[startup+6.3001 s]
/proc/loadavg: 6.54 7.15 6.70 7/268 30417
/proc/meminfo: memFree=129106812/131250000 swapFree=33010684/33010684
[pid=30414] ppid=30411 vsize=45464 memory=11136 CPUtime=6.27 cores=0,2
/proc/30414/stat : 30414 (LSIPExact) R 30411 30414 27651 0 -1 4194304 1715 0 0 0 627 0 0 0 20 0 1 0 37455860 46555136 2784 18446744073709551615 94251382501376 94251409757777 140737285045472 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94251418260616 94251418692224 94251451240448 140737285048666 140737285048842 140737285048842 140737285054444 0
/proc/30414/statm: 11366 2784 1216 6655 0 1601 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 45464 KiB
Current children cumulated memory: 11136 KiB

[startup+12.7002 s]
/proc/loadavg: 6.54 7.13 6.70 8/269 30418
/proc/meminfo: memFree=129059056/131250000 swapFree=33010684/33010684
[pid=30414] ppid=30411 vsize=141048 memory=48716 CPUtime=15.21 cores=0,2
/proc/30414/stat : 30414 (LSIPExact) R 30411 30414 27651 0 -1 4194304 8545 0 0 0 1520 1 0 0 20 0 2 0 37455860 144433152 12179 18446744073709551615 94251382501376 94251409757777 140737285045472 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94251418260616 94251418692224 94251451240448 140737285048666 140737285048842 140737285048842 140737285054444 0
/proc/30414/statm: 35262 12179 3456 6655 0 10729 0
[pid=30414/tid=30418] ppid=30411 vsize=141048 memory=-6658128308153192806 CPUtime=2.56 cores=0,2
/proc/30414/task/30418/stat : 30418 (LSIPExact) R 30411 30414 27651 0 -1 4194368 1503 0 0 0 256 0 0 0 20 0 2 0 37456861 144433152 12179 18446744073709551615 94251382501376 94251409757777 140737285045472 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94251418260616 94251418692224 94251451240448 140737285048666 140737285048842 140737285048842 140737285054444 0
Current children cumulated CPU time: 15.21 s
Current children cumulated vsize: 141048 KiB
Current children cumulated memory: 48716 KiB

[startup+25.5002 s]
/proc/loadavg: 6.61 7.12 6.70 8/269 30418
/proc/meminfo: memFree=129027804/131250000 swapFree=33010684/33010684
[pid=30414] ppid=30411 vsize=150056 memory=59592 CPUtime=40.65 cores=0,2
/proc/30414/stat : 30414 (LSIPExact) R 30411 30414 27651 0 -1 4194304 22500 0 0 0 4063 2 0 0 20 0 2 0 37455860 153657344 14898 18446744073709551615 94251382501376 94251409757777 140737285045472 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94251418260616 94251418692224 94251451240448 140737285048666 140737285048842 140737285048842 140737285054444 0
/proc/30414/statm: 37514 14898 3520 6655 0 13039 0
[pid=30414/tid=30418] ppid=30411 vsize=150056 memory=59592 CPUtime=15.32 cores=0,2
/proc/30414/task/30418/stat : 30418 (LSIPExact) R 30411 30414 27651 0 -1 4194368 6440 0 0 0 1532 0 0 0 20 0 2 0 37456861 153657344 14898 18446744073709551615 94251382501376 94251409757777 140737285045472 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94251418260616 94251418692224 94251451240448 140737285048666 140737285048842 140737285048842 140737285054444 0
Current children cumulated CPU time: 40.65 s
Current children cumulated vsize: 150056 KiB
Current children cumulated memory: 59592 KiB

[startup+51.1056 s]
/proc/loadavg: 6.81 7.13 6.71 8/269 30418
/proc/meminfo: memFree=129014632/131250000 swapFree=33010684/33010684
[pid=30414] ppid=30411 vsize=150056 memory=62408 CPUtime=91.57 cores=0,2
/proc/30414/stat : 30414 (LSIPExact) R 30411 30414 27651 0 -1 4194304 24475 0 0 0 9154 3 0 0 20 0 2 0 37455860 153657344 15602 18446744073709551615 94251382501376 94251409757777 140737285045472 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94251418260616 94251418692224 94251451240448 140737285048666 140737285048842 140737285048842 140737285054444 0
/proc/30414/statm: 37514 15602 3520 6655 0 13834 0
[pid=30414/tid=30418] ppid=30411 vsize=150056 memory=62408 CPUtime=40.86 cores=0,2
/proc/30414/task/30418/stat : 30418 (LSIPExact) R 30411 30414 27651 0 -1 4194368 7910 0 0 0 4086 0 0 0 20 0 2 0 37456861 153657344 15602 18446744073709551615 94251382501376 94251409757777 140737285045472 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94251418260616 94251418692224 94251451240448 140737285048666 140737285048842 140737285048842 140737285054444 0
Current children cumulated CPU time: 91.57 s
Current children cumulated vsize: 150056 KiB
Current children cumulated memory: 62408 KiB

[startup+102.3 s]
/proc/loadavg: 6.98 7.12 6.74 8/269 30421
/proc/meminfo: memFree=129005236/131250000 swapFree=33010684/33010684
[pid=30414] ppid=30411 vsize=150056 memory=65352 CPUtime=193.39 cores=0,2
/proc/30414/stat : 30414 (LSIPExact) R 30411 30414 27651 0 -1 4194304 25210 0 0 0 19336 3 0 0 20 0 2 0 37455860 153657344 16338 18446744073709551615 94251382501376 94251409757777 140737285045472 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94251418260616 94251418692224 94251451240448 140737285048666 140737285048842 140737285048842 140737285054444 0
/proc/30414/statm: 37514 16338 3520 6655 0 14486 0
[pid=30414/tid=30418] ppid=30411 vsize=150056 memory=65352 CPUtime=91.92 cores=0,2
/proc/30414/task/30418/stat : 30418 (LSIPExact) R 30411 30414 27651 0 -1 4194368 8638 0 0 0 9192 0 0 0 20 0 2 0 37456861 153657344 16338 18446744073709551615 94251382501376 94251409757777 140737285045472 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94251418260616 94251418692224 94251451240448 140737285048666 140737285048842 140737285048842 140737285054444 0
Current children cumulated CPU time: 193.39 s
Current children cumulated vsize: 150056 KiB
Current children cumulated memory: 65352 KiB

[startup+162.3 s]
/proc/loadavg: 6.64 7.01 6.73 7/268 30424
/proc/meminfo: memFree=129040764/131250000 swapFree=33010684/33010684
[pid=30414] ppid=30411 vsize=150056 memory=66376 CPUtime=312.71 cores=0,2
/proc/30414/stat : 30414 (LSIPExact) R 30411 30414 27651 0 -1 4194304 27511 0 0 0 31268 3 0 0 20 0 2 0 37455860 153657344 16594 18446744073709551615 94251382501376 94251409757777 140737285045472 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94251418260616 94251418692224 94251451240448 140737285048666 140737285048842 140737285048842 140737285054444 0
/proc/30414/statm: 37514 16594 3520 6655 0 14737 0
[pid=30414/tid=30418] ppid=30411 vsize=150056 memory=66376 CPUtime=151.77 cores=0,2
/proc/30414/task/30418/stat : 30418 (LSIPExact) R 30411 30414 27651 0 -1 4194368 10877 0 0 0 15177 0 0 0 20 0 2 0 37456861 153657344 16594 18446744073709551615 94251382501376 94251409757777 140737285045472 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94251418260616 94251418692224 94251451240448 140737285048666 140737285048842 140737285048842 140737285054444 0
Current children cumulated CPU time: 312.71 s
Current children cumulated vsize: 150056 KiB
Current children cumulated memory: 66376 KiB

[startup+222.3 s]
/proc/loadavg: 6.30 6.84 6.69 7/268 30426
/proc/meminfo: memFree=129029424/131250000 swapFree=33010684/33010684
[pid=30414] ppid=30411 vsize=150056 memory=68552 CPUtime=432.04 cores=0,2
/proc/30414/stat : 30414 (LSIPExact) R 30411 30414 27651 0 -1 4194304 30009 0 0 0 43200 4 0 0 20 0 2 0 37455860 153657344 17138 18446744073709551615 94251382501376 94251409757777 140737285045472 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94251418260616 94251418692224 94251451240448 140737285048666 140737285048842 140737285048842 140737285054444 0
/proc/30414/statm: 37514 17138 3520 6655 0 15277 0
[pid=30414/tid=30418] ppid=30411 vsize=150056 memory=17920 CPUtime=211.63 cores=0,2
/proc/30414/task/30418/stat : 30418 (LSIPExact) R 30411 30414 27651 0 -1 4194368 12663 0 0 0 21162 1 0 0 20 0 2 0 37456861 153657344 17138 18446744073709551615 94251382501376 94251409757777 140737285045472 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94251418260616 94251418692224 94251451240448 140737285048666 140737285048842 140737285048842 140737285054444 0
Current children cumulated CPU time: 432.04 s
Current children cumulated vsize: 150056 KiB
Current children cumulated memory: 68552 KiB

[startup+282.3 s]
/proc/loadavg: 6.16 6.70 6.64 7/269 30429
/proc/meminfo: memFree=129015616/131250000 swapFree=33010684/33010684
[pid=30414] ppid=30411 vsize=152028 memory=73032 CPUtime=551.36 cores=0,2
/proc/30414/stat : 30414 (LSIPExact) R 30411 30414 27651 0 -1 4194304 33050 0 0 0 55132 4 0 0 20 0 2 0 37455860 155676672 18258 18446744073709551615 94251382501376 94251409757777 140737285045472 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94251418260616 94251418692224 94251451240448 140737285048666 140737285048842 140737285048842 140737285054444 0
/proc/30414/statm: 38007 18258 3520 6655 0 16322 0
[pid=30414/tid=30418] ppid=30411 vsize=152028 memory=72904 CPUtime=271.48 cores=0,2
/proc/30414/task/30418/stat : 30418 (LSIPExact) R 30411 30414 27651 0 -1 4194368 14641 0 0 0 27147 1 0 0 20 0 2 0 37456861 155676672 18258 18446744073709551615 94251382501376 94251409757777 140737285045472 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94251418260616 94251418692224 94251451240448 140737285048666 140737285048842 140737285048842 140737285054444 0
Current children cumulated CPU time: 551.36 s
Current children cumulated vsize: 152028 KiB
Current children cumulated memory: 73032 KiB

[startup+342.3 s]
/proc/loadavg: 5.78 6.51 6.58 6/268 30432
/proc/meminfo: memFree=128988864/131250000 swapFree=33010684/33010684
[pid=30414] ppid=30411 vsize=157968 memory=78536 CPUtime=665.08 cores=0,2
/proc/30414/stat : 30414 (LSIPExact) R 30411 30414 27651 0 -1 4194304 34780 0 0 0 66503 5 0 0 20 0 2 0 37455860 161759232 19634 18446744073709551615 94251382501376 94251409757777 140737285045472 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94251418260616 94251418692224 94251451240448 140737285048666 140737285048842 140737285048842 140737285054444 0
/proc/30414/statm: 39492 19634 3520 6655 0 18179 0
[pid=30414/tid=30418] ppid=30411 vsize=157968 memory=73032 CPUtime=330.75 cores=0,2
/proc/30414/task/30418/stat : 30418 (LSIPExact) R 30411 30414 27651 0 -1 4194368 15256 0 0 0 33074 1 0 0 20 0 2 0 37456861 161759232 19634 18446744073709551615 94251382501376 94251409757777 140737285045472 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94251418260616 94251418692224 94251451240448 140737285048666 140737285048842 140737285048842 140737285054444 0
Current children cumulated CPU time: 665.08 s
Current children cumulated vsize: 157968 KiB
Current children cumulated memory: 78536 KiB


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

Current children cumulated memory: 403784 KiB

[startup+2022.3 s]
/proc/loadavg: 2.14 2.47 3.79 3/255 30764
/proc/meminfo: memFree=113438264/131250000 swapFree=33010684/33010684
[pid=30414] ppid=30411 vsize=199188 memory=159896 CPUtime=2138.69 cores=0,2
/proc/30414/stat : 30414 (LSIPExact) S 30411 30414 27651 0 -1 4194304 68382 0 0 0 213852 17 0 0 20 0 1 0 37455860 203968512 39974 18446744073709551615 94251382501376 94251409757777 140737285045472 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94251418260616 94251418692224 94251451240448 140737285048666 140737285048842 140737285048842 140737285054444 0
/proc/30414/statm: 49797 39974 3584 6655 0 37979 0
[pid=30656] ppid=30414 vsize=308596 memory=245296 CPUtime=935.54 cores=0,2
/proc/30656/stat : 30656 (Exact) R 30414 30656 30656 0 -1 4194304 46747 0 0 0 93325 229 0 0 20 0 1 0 37564262 316002304 61324 18446744073709551615 4198400 8335837 140725058776352 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 28049408 140725058783419 140725058783773 140725058783773 140725058789327 0
/proc/30656/statm: 77149 61324 1120 1011 0 75916 0
Current children cumulated CPU time: 3074.23 s
Current children cumulated vsize: 507784 KiB
Current children cumulated memory: 405192 KiB

[startup+2082.3 s]
/proc/loadavg: 2.11 2.40 3.68 3/255 30766
/proc/meminfo: memFree=113426452/131250000 swapFree=33010684/33010684
[pid=30414] ppid=30411 vsize=199188 memory=159896 CPUtime=2138.69 cores=0,2
/proc/30414/stat : 30414 (LSIPExact) S 30411 30414 27651 0 -1 4194304 68382 0 0 0 213852 17 0 0 20 0 1 0 37455860 203968512 39974 18446744073709551615 94251382501376 94251409757777 140737285045472 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94251418260616 94251418692224 94251451240448 140737285048666 140737285048842 140737285048842 140737285054444 0
/proc/30414/statm: 49797 39974 3584 6655 0 37979 0
[pid=30656] ppid=30414 vsize=310180 memory=247216 CPUtime=995.37 cores=0,2
/proc/30656/stat : 30656 (Exact) R 30414 30656 30656 0 -1 4194304 47191 0 0 0 99292 245 0 0 20 0 1 0 37564262 317624320 61804 18446744073709551615 4198400 8335837 140725058776352 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 28049408 140725058783419 140725058783773 140725058783773 140725058789327 0
/proc/30656/statm: 77545 61804 1152 1011 0 76312 0
Current children cumulated CPU time: 3134.06 s
Current children cumulated vsize: 509368 KiB
Current children cumulated memory: 407112 KiB

[startup+2142.3 s]
/proc/loadavg: 2.16 2.36 3.58 3/255 30768
/proc/meminfo: memFree=113401268/131250000 swapFree=33010684/33010684
[pid=30414] ppid=30411 vsize=199188 memory=159896 CPUtime=2138.69 cores=0,2
/proc/30414/stat : 30414 (LSIPExact) S 30411 30414 27651 0 -1 4194304 68382 0 0 0 213852 17 0 0 20 0 1 0 37455860 203968512 39974 18446744073709551615 94251382501376 94251409757777 140737285045472 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94251418260616 94251418692224 94251451240448 140737285048666 140737285048842 140737285048842 140737285054444 0
/proc/30414/statm: 49797 39974 3584 6655 0 37979 0
[pid=30656] ppid=30414 vsize=311444 memory=248496 CPUtime=1055.21 cores=0,2
/proc/30656/stat : 30656 (Exact) R 30414 30656 30656 0 -1 4194304 47544 0 0 0 105261 260 0 0 20 0 1 0 37564262 318918656 62124 18446744073709551615 4198400 8335837 140725058776352 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 28049408 140725058783419 140725058783773 140725058783773 140725058789327 0
/proc/30656/statm: 77861 62124 1152 1011 0 76628 0
Current children cumulated CPU time: 3193.9 s
Current children cumulated vsize: 510632 KiB
Current children cumulated memory: 408392 KiB

[startup+2202.3 s]
/proc/loadavg: 2.12 2.31 3.49 3/254 30770
/proc/meminfo: memFree=113380112/131250000 swapFree=33010684/33010684
[pid=30414] ppid=30411 vsize=199188 memory=159896 CPUtime=2138.69 cores=0,2
/proc/30414/stat : 30414 (LSIPExact) S 30411 30414 27651 0 -1 4194304 68382 0 0 0 213852 17 0 0 20 0 1 0 37455860 203968512 39974 18446744073709551615 94251382501376 94251409757777 140737285045472 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94251418260616 94251418692224 94251451240448 140737285048666 140737285048842 140737285048842 140737285054444 0
/proc/30414/statm: 49797 39974 3584 6655 0 37979 0
[pid=30656] ppid=30414 vsize=312924 memory=250032 CPUtime=1115.06 cores=0,2
/proc/30656/stat : 30656 (Exact) R 30414 30656 30656 0 -1 4194304 47927 0 0 0 111235 271 0 0 20 0 1 0 37564262 320434176 62508 18446744073709551615 4198400 8335837 140725058776352 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 28049408 140725058783419 140725058783773 140725058783773 140725058789327 0
/proc/30656/statm: 78231 62508 1152 1011 0 76998 0
Current children cumulated CPU time: 3253.75 s
Current children cumulated vsize: 512112 KiB
Current children cumulated memory: 409928 KiB

[startup+2262.3 s]
/proc/loadavg: 2.09 2.26 3.40 3/253 30772
/proc/meminfo: memFree=113364456/131250000 swapFree=33010684/33010684
[pid=30414] ppid=30411 vsize=199188 memory=159896 CPUtime=2138.69 cores=0,2
/proc/30414/stat : 30414 (LSIPExact) S 30411 30414 27651 0 -1 4194304 68382 0 0 0 213852 17 0 0 20 0 1 0 37455860 203968512 39974 18446744073709551615 94251382501376 94251409757777 140737285045472 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94251418260616 94251418692224 94251451240448 140737285048666 140737285048842 140737285048842 140737285054444 0
/proc/30414/statm: 49797 39974 3584 6655 0 37979 0
[pid=30656] ppid=30414 vsize=314232 memory=251312 CPUtime=1174.89 cores=0,2
/proc/30656/stat : 30656 (Exact) R 30414 30656 30656 0 -1 4194304 48257 0 0 0 117206 283 0 0 20 0 1 0 37564262 321773568 62828 18446744073709551615 4198400 8335837 140725058776352 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 28049408 140725058783419 140725058783773 140725058783773 140725058789327 0
/proc/30656/statm: 78558 62828 1152 1011 0 77325 0
Current children cumulated CPU time: 3313.58 s
Current children cumulated vsize: 513420 KiB
Current children cumulated memory: 411208 KiB

[startup+2322.3 s]
/proc/loadavg: 2.15 2.25 3.32 3/254 30788
/proc/meminfo: memFree=113360972/131250000 swapFree=33010684/33010684
[pid=30414] ppid=30411 vsize=199188 memory=159896 CPUtime=2138.69 cores=0,2
/proc/30414/stat : 30414 (LSIPExact) S 30411 30414 27651 0 -1 4194304 68382 0 0 0 213852 17 0 0 20 0 1 0 37455860 203968512 39974 18446744073709551615 94251382501376 94251409757777 140737285045472 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94251418260616 94251418692224 94251451240448 140737285048666 140737285048842 140737285048842 140737285054444 0
/proc/30414/statm: 49797 39974 3584 6655 0 37979 0
[pid=30656] ppid=30414 vsize=316340 memory=253360 CPUtime=1234.72 cores=0,2
/proc/30656/stat : 30656 (Exact) R 30414 30656 30656 0 -1 4194304 48759 0 0 0 123175 297 0 0 20 0 1 0 37564262 323932160 63340 18446744073709551615 4198400 8335837 140725058776352 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 28049408 140725058783419 140725058783773 140725058783773 140725058789327 0
/proc/30656/statm: 79085 63340 1152 1011 0 77852 0
Current children cumulated CPU time: 3373.41 s
Current children cumulated vsize: 515528 KiB
Current children cumulated memory: 413256 KiB

[startup+2382.3 s]
/proc/loadavg: 2.11 2.21 3.24 3/253 30794
/proc/meminfo: memFree=113337504/131250000 swapFree=33010684/33010684
[pid=30414] ppid=30411 vsize=199188 memory=159896 CPUtime=2138.69 cores=0,2
/proc/30414/stat : 30414 (LSIPExact) S 30411 30414 27651 0 -1 4194304 68382 0 0 0 213852 17 0 0 20 0 1 0 37455860 203968512 39974 18446744073709551615 94251382501376 94251409757777 140737285045472 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94251418260616 94251418692224 94251451240448 140737285048666 140737285048842 140737285048842 140737285054444 0
/proc/30414/statm: 49797 39974 3584 6655 0 37979 0
[pid=30656] ppid=30414 vsize=316836 memory=253744 CPUtime=1294.56 cores=0,2
/proc/30656/stat : 30656 (Exact) R 30414 30656 30656 0 -1 4194304 48857 0 0 0 129147 309 0 0 20 0 1 0 37564262 324440064 63436 18446744073709551615 4198400 8335837 140725058776352 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 28049408 140725058783419 140725058783773 140725058783773 140725058789327 0
/proc/30656/statm: 79209 63436 1152 1011 0 77976 0
Current children cumulated CPU time: 3433.25 s
Current children cumulated vsize: 516024 KiB
Current children cumulated memory: 413640 KiB

[startup+2442.3 s]
/proc/loadavg: 2.08 2.19 3.16 3/254 30797
/proc/meminfo: memFree=113305720/131250000 swapFree=33010684/33010684
[pid=30414] ppid=30411 vsize=199188 memory=159896 CPUtime=2138.69 cores=0,2
/proc/30414/stat : 30414 (LSIPExact) S 30411 30414 27651 0 -1 4194304 68382 0 0 0 213852 17 0 0 20 0 1 0 37455860 203968512 39974 18446744073709551615 94251382501376 94251409757777 140737285045472 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94251418260616 94251418692224 94251451240448 140737285048666 140737285048842 140737285048842 140737285054444 0
/proc/30414/statm: 49797 39974 3584 6655 0 37979 0
[pid=30656] ppid=30414 vsize=317660 memory=254640 CPUtime=1354.39 cores=0,2
/proc/30656/stat : 30656 (Exact) R 30414 30656 30656 0 -1 4194304 49084 0 0 0 135114 325 0 0 20 0 1 0 37564262 325283840 63660 18446744073709551615 4198400 8335837 140725058776352 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 28049408 140725058783419 140725058783773 140725058783773 140725058789327 0
/proc/30656/statm: 79415 63660 1152 1011 0 78182 0
Current children cumulated CPU time: 3493.08 s
Current children cumulated vsize: 516848 KiB
Current children cumulated memory: 414536 KiB

[startup+2502.3 s]
/proc/loadavg: 2.13 2.18 3.10 3/254 30799
/proc/meminfo: memFree=113239108/131250000 swapFree=33010684/33010684
[pid=30414] ppid=30411 vsize=199188 memory=159896 CPUtime=2138.69 cores=0,2
/proc/30414/stat : 30414 (LSIPExact) S 30411 30414 27651 0 -1 4194304 68382 0 0 0 213852 17 0 0 20 0 1 0 37455860 203968512 39974 18446744073709551615 94251382501376 94251409757777 140737285045472 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94251418260616 94251418692224 94251451240448 140737285048666 140737285048842 140737285048842 140737285054444 0
/proc/30414/statm: 49797 39974 3584 6655 0 37979 0
[pid=30656] ppid=30414 vsize=318660 memory=255792 CPUtime=1414.22 cores=0,2
/proc/30656/stat : 30656 (Exact) R 30414 30656 30656 0 -1 4194304 49358 0 0 0 141083 339 0 0 20 0 1 0 37564262 326307840 63948 18446744073709551615 4198400 8335837 140725058776352 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 28049408 140725058783419 140725058783773 140725058783773 140725058789327 0
/proc/30656/statm: 79665 63948 1152 1011 0 78432 0
Current children cumulated CPU time: 3552.91 s
Current children cumulated vsize: 517848 KiB
Current children cumulated memory: 415688 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2549.6 s]
/proc/loadavg: 2.13 2.17 3.05 3/254 30801
/proc/meminfo: memFree=113247224/131250000 swapFree=33010684/33010684
[pid=30414] ppid=30411 vsize=199188 memory=159896 CPUtime=2138.69 cores=0,2
/proc/30414/stat : 30414 (LSIPExact) S 30411 30414 27651 0 -1 4194304 68382 0 0 0 213852 17 0 0 20 0 1 0 37455860 203968512 39974 18446744073709551615 94251382501376 94251409757777 140737285045472 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94251418260616 94251418692224 94251451240448 140737285048666 140737285048842 140737285048842 140737285054444 0
/proc/30414/statm: 49797 39974 3584 6655 0 37979 0
[pid=30656] ppid=30414 vsize=319828 memory=257072 CPUtime=1461.38 cores=0,2
/proc/30656/stat : 30656 (Exact) R 30414 30656 30656 0 -1 4194304 49678 0 0 0 145789 349 0 0 20 0 1 0 37564262 327503872 64268 18446744073709551615 4198400 8335837 140725058776352 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 28049408 140725058783419 140725058783773 140725058783773 140725058789327 0
/proc/30656/statm: 79957 64268 1152 1011 0 78724 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 519016 KiB
Current children cumulated memory: 416968 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.44 s, system=3.68531 s

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

[startup+2549.7 s]
/proc/loadavg: 2.13 2.17 3.05 3/254 30801
/proc/meminfo: memFree=113247224/131250000 swapFree=33010684/33010684
[pid=30414] ppid=30411 vsize=199188 memory=159896 CPUtime=2138.69 cores=0,2
/proc/30414/stat : 30414 (LSIPExact) S 30411 30414 27651 0 -1 4194304 68383 137 0 0 213852 17 0 0 20 0 1 0 37455860 203968512 39974 18446744073709551615 94251382501376 94251409757777 140737285045472 0 0 0 16384 0 16386 1 0 0 17 2 0 0 0 0 0 94251418260616 94251418692224 94251451240448 140737285048666 140737285048842 140737285048842 140737285054444 0
/proc/30414/statm: 49797 39974 3584 6655 0 37979 0
Current children cumulated CPU time: 2138.69 s
Current children cumulated vsize: 199188 KiB
Current children cumulated memory: 159896 KiB

Child status: 0

Real time (s): 2549.72
CPU time (s): 3600.13
CPU user time (s): 3596.44
CPU system time (s): 3.68531
CPU usage (%): 141.197
Max. virtual memory (cumulated for all children) (KiB): 519016
Max. memory (cumulated for all children) (KiB): 416968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.44
system time used= 3.68531
maximum resident set size= 257072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118648
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= 468
involuntary context switches= 24388


# summary of solver processes directly reported to runsolver:
#   pid: 30414
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3596.44
#   total CPU system time (s): 3.68531

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.57282 second user time and 11.5175 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-06-29 19:23:13
IDJOB=4514906
IDBENCH=163980
IDSOLVER=3337
FILE ID=nodeC014/4514906-1751217793
RUNJOBID= nodeC014-1751208587-27661
SLURM_JOB_ID= 9587642
Free space on /tmp= 432888 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib3/normalized-seymour.0.u.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514906-1751217793/watcher-4514906-1751217793 -o /tmp/evaluation-result-4514906-1751217793/solver-4514906-1751217793 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751208587-27661 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4514906-1751217793.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 8ef3131177365cbfba34b2238fc87839
RANDOM SEED=1906271102

nodeC014 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		: 3600.146
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	: 7000.23
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		: 3600.120
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	: 7000.23
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.124
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	: 7000.23
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	: 7000.23
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		: 3600.118
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	: 7000.23
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		: 3600.115
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	: 7000.23
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.129
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	: 7000.23
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		: 3600.091
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	: 7000.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129094444 kB
MemAvailable:   129299360 kB
Buffers:            3280 kB
Cached:          1013768 kB
SwapCached:            0 kB
Active:           745708 kB
Inactive:         804300 kB
Active(anon):     551028 kB
Inactive(anon):        0 kB
Active(file):     194680 kB
Inactive(file):   804300 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44956 kB
Writeback:             4 kB
AnonPages:        534252 kB
Mapped:           144216 kB
Shmem:             18068 kB
KReclaimable:      90352 kB
Slab:             176716 kB
SReclaimable:      90352 kB
SUnreclaim:        86364 kB
KernelStack:        4304 kB
PageTables:         4200 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     934856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    401408 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432496 MiB
End job on nodeC014 at 2025-06-29 20:05:43