Trace number 4507328

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

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathTate/normalized-TateBritain_K84.opb
MD5SUM5fb93660b547b6cc9dd610c04b6e276e
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 variables5712
Total number of constraints5882
Number of constraints which are clauses5798
Number of constraints which are cardinality constraints (but not clauses)84
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint84
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 85
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4507328-1751179202/watcher-4507328-1751179202 -o /tmp/evaluation-result-4507328-1751179202/solver-4507328-1751179202 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751179186-29165 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4507328-1751179202.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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.el
Current StackSize limit: 8192 KiB

solver pid=29269, runsolver pid=29266

[startup+0.10006 s]*
/proc/loadavg: 2.15 1.55 2.47 8/268 29270
/proc/meminfo: memFree=129544460/131250000 swapFree=33010684/33010684
[pid=29269] ppid=29266 vsize=47300 memory=12928 CPUtime=0.08 cores=5,7
/proc/29269/stat : 29269 (LSIPExact) R 29266 29269 29149 0 -1 4194304 2182 0 0 0 8 0 0 0 20 0 1 0 33597724 48435200 3232 18446744073709551615 94465605988352 94465633244753 140732816956352 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94465641747592 94465642179200 94465665306624 140732816959834 140732816960010 140732816960010 140732816965612 0
/proc/29269/statm: 11825 3232 1216 6655 0 2060 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 47300 KiB
Current children cumulated memory: 12928 KiB

[startup+0.205515 s]*
/proc/loadavg: 2.15 1.55 2.47 8/268 29270
/proc/meminfo: memFree=129544460/131250000 swapFree=33010684/33010684
[pid=29269] ppid=29266 vsize=47300 memory=12928 CPUtime=0.18 cores=5,7
/proc/29269/stat : 29269 (LSIPExact) R 29266 29269 29149 0 -1 4194304 2182 0 0 0 18 0 0 0 20 0 1 0 33597724 48435200 3232 18446744073709551615 94465605988352 94465633244753 140732816956352 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94465641747592 94465642179200 94465665306624 140732816959834 140732816960010 140732816960010 140732816965612 0
/proc/29269/statm: 11825 3232 1216 6655 0 2060 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 47300 KiB
Current children cumulated memory: 12928 KiB

[startup+0.305245 s]*
/proc/loadavg: 2.15 1.55 2.47 8/268 29270
/proc/meminfo: memFree=129544460/131250000 swapFree=33010684/33010684
[pid=29269] ppid=29266 vsize=47300 memory=12928 CPUtime=0.28 cores=5,7
/proc/29269/stat : 29269 (LSIPExact) R 29266 29269 29149 0 -1 4194304 2182 0 0 0 28 0 0 0 20 0 1 0 33597724 48435200 3232 18446744073709551615 94465605988352 94465633244753 140732816956352 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94465641747592 94465642179200 94465665306624 140732816959834 140732816960010 140732816960010 140732816965612 0
/proc/29269/statm: 11825 3232 1216 6655 0 2060 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 47300 KiB
Current children cumulated memory: 12928 KiB

[startup+0.70016 s]
/proc/loadavg: 2.15 1.55 2.47 8/268 29270
/proc/meminfo: memFree=129544460/131250000 swapFree=33010684/33010684
[pid=29269] ppid=29266 vsize=47300 memory=12928 CPUtime=0.67 cores=5,7
/proc/29269/stat : 29269 (LSIPExact) R 29266 29269 29149 0 -1 4194304 2182 0 0 0 67 0 0 0 20 0 1 0 33597724 48435200 3232 18446744073709551615 94465605988352 94465633244753 140732816956352 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94465641747592 94465642179200 94465665306624 140732816959834 140732816960010 140732816960010 140732816965612 0
/proc/29269/statm: 11825 3232 1216 6655 0 2060 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 47300 KiB
Current children cumulated memory: 12928 KiB

[startup+1.50011 s]
/proc/loadavg: 2.15 1.55 2.47 8/268 29270
/proc/meminfo: memFree=129545004/131250000 swapFree=33010684/33010684
[pid=29269] ppid=29266 vsize=47300 memory=12928 CPUtime=1.47 cores=5,7
/proc/29269/stat : 29269 (LSIPExact) R 29266 29269 29149 0 -1 4194304 2182 0 0 0 147 0 0 0 20 0 1 0 33597724 48435200 3232 18446744073709551615 94465605988352 94465633244753 140732816956352 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94465641747592 94465642179200 94465665306624 140732816959834 140732816960010 140732816960010 140732816965612 0
/proc/29269/statm: 11825 3232 1216 6655 0 2060 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 47300 KiB
Current children cumulated memory: 12928 KiB

[startup+3.10483 s]
/proc/loadavg: 2.15 1.55 2.47 8/268 29270
/proc/meminfo: memFree=129553156/131250000 swapFree=33010684/33010684
[pid=29269] ppid=29266 vsize=47300 memory=12928 CPUtime=3.07 cores=5,7
/proc/29269/stat : 29269 (LSIPExact) R 29266 29269 29149 0 -1 4194304 2182 0 0 0 307 0 0 0 20 0 1 0 33597724 48435200 3232 18446744073709551615 94465605988352 94465633244753 140732816956352 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94465641747592 94465642179200 94465665306624 140732816959834 140732816960010 140732816960010 140732816965612 0
/proc/29269/statm: 11825 3232 1216 6655 0 2060 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 47300 KiB
Current children cumulated memory: 12928 KiB

[startup+6.3001 s]
/proc/loadavg: 2.62 1.66 2.50 8/269 29271
/proc/meminfo: memFree=129553336/131250000 swapFree=33010684/33010684
[pid=29269] ppid=29266 vsize=47300 memory=12928 CPUtime=6.26 cores=5,7
/proc/29269/stat : 29269 (LSIPExact) R 29266 29269 29149 0 -1 4194304 2182 0 0 0 626 0 0 0 20 0 1 0 33597724 48435200 3232 18446744073709551615 94465605988352 94465633244753 140732816956352 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94465641747592 94465642179200 94465665306624 140732816959834 140732816960010 140732816960010 140732816965612 0
/proc/29269/statm: 11825 3232 1216 6655 0 2060 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 47300 KiB
Current children cumulated memory: 12928 KiB

[startup+12.7001 s]
/proc/loadavg: 2.97 1.75 2.53 9/270 29272
/proc/meminfo: memFree=129513772/131250000 swapFree=33010684/33010684
[pid=29269] ppid=29266 vsize=158316 memory=65180 CPUtime=15.14 cores=5,7
/proc/29269/stat : 29269 (LSIPExact) R 29266 29269 29149 0 -1 4194304 12768 0 0 0 1512 2 0 0 20 0 2 0 33597724 162115584 16295 18446744073709551615 94465605988352 94465633244753 140732816956352 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94465641747592 94465642179200 94465665306624 140732816959834 140732816960010 140732816960010 140732816965612 0
/proc/29269/statm: 39579 16295 3456 6655 0 15139 0
[pid=29269/tid=29272] ppid=29266 vsize=158316 memory=6388 CPUtime=2.5 cores=5,7
/proc/29269/task/29272/stat : 29272 (LSIPExact) R 29266 29269 29149 0 -1 4194368 1955 0 0 0 250 0 0 0 20 0 2 0 33598726 162115584 16295 18446744073709551615 94465605988352 94465633244753 140732816956352 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94465641747592 94465642179200 94465665306624 140732816959834 140732816960010 140732816960010 140732816965612 0
Current children cumulated CPU time: 15.14 s
Current children cumulated vsize: 158316 KiB
Current children cumulated memory: 65180 KiB

[startup+25.5002 s]
/proc/loadavg: 3.43 1.89 2.56 7/270 29272
/proc/meminfo: memFree=129515032/131250000 swapFree=33010684/33010684
[pid=29269] ppid=29266 vsize=165208 memory=71964 CPUtime=40.58 cores=5,7
/proc/29269/stat : 29269 (LSIPExact) R 29266 29269 29149 0 -1 4194304 27955 0 0 0 4055 3 0 0 20 0 2 0 33597724 169172992 17991 18446744073709551615 94465605988352 94465633244753 140732816956352 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94465641747592 94465642179200 94465665306624 140732816959834 140732816960010 140732816960010 140732816965612 0
/proc/29269/statm: 41302 17991 3488 6655 0 16986 0
[pid=29269/tid=29272] ppid=29266 vsize=165208 memory=14432 CPUtime=15.17 cores=5,7
/proc/29269/task/29272/stat : 29272 (LSIPExact) R 29266 29269 29149 0 -1 4194368 7503 0 0 0 1517 0 0 0 20 0 2 0 33598726 169172992 17991 18446744073709551615 94465605988352 94465633244753 140732816956352 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94465641747592 94465642179200 94465665306624 140732816959834 140732816960010 140732816960010 140732816965612 0
Current children cumulated CPU time: 40.58 s
Current children cumulated vsize: 165208 KiB
Current children cumulated memory: 71964 KiB

[startup+51.1055 s]
/proc/loadavg: 5.20 2.46 2.73 9/270 29274
/proc/meminfo: memFree=129418768/131250000 swapFree=33010684/33010684
[pid=29269] ppid=29266 vsize=165692 memory=78748 CPUtime=91.38 cores=5,7
/proc/29269/stat : 29269 (LSIPExact) R 29266 29269 29149 0 -1 4194304 38550 0 0 0 9134 4 0 0 20 0 2 0 33597724 169668608 19687 18446744073709551615 94465605988352 94465633244753 140732816956352 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94465641747592 94465642179200 94465665306624 140732816959834 140732816960010 140732816960010 140732816965612 0
/proc/29269/statm: 41423 19687 3520 6655 0 18277 0
[pid=29269/tid=29272] ppid=29266 vsize=165692 memory=76316 CPUtime=40.44 cores=5,7
/proc/29269/task/29272/stat : 29272 (LSIPExact) R 29266 29269 29149 0 -1 4194368 11764 0 0 0 4043 1 0 0 20 0 2 0 33598726 169668608 19687 18446744073709551615 94465605988352 94465633244753 140732816956352 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94465641747592 94465642179200 94465665306624 140732816959834 140732816960010 140732816960010 140732816965612 0
Current children cumulated CPU time: 91.38 s
Current children cumulated vsize: 165692 KiB
Current children cumulated memory: 78748 KiB

[startup+102.3 s]
/proc/loadavg: 6.85 3.33 3.02 9/270 29275
/proc/meminfo: memFree=129381688/131250000 swapFree=33010684/33010684
[pid=29269] ppid=29266 vsize=165692 memory=81436 CPUtime=193.14 cores=5,7
/proc/29269/stat : 29269 (LSIPExact) R 29266 29269 29149 0 -1 4194304 50690 0 0 0 19309 5 0 0 20 0 2 0 33597724 169668608 20359 18446744073709551615 94465605988352 94465633244753 140732816956352 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94465641747592 94465642179200 94465665306624 140732816959834 140732816960010 140732816960010 140732816965612 0
/proc/29269/statm: 41423 20359 3520 6655 0 18980 0
[pid=29269/tid=29272] ppid=29266 vsize=165692 memory=14432 CPUtime=91.16 cores=5,7
/proc/29269/task/29272/stat : 29272 (LSIPExact) R 29266 29269 29149 0 -1 4194368 17859 0 0 0 9114 2 0 0 20 0 2 0 33598726 169668608 20359 18446744073709551615 94465605988352 94465633244753 140732816956352 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94465641747592 94465642179200 94465665306624 140732816959834 140732816960010 140732816960010 140732816965612 0
Current children cumulated CPU time: 193.14 s
Current children cumulated vsize: 165692 KiB
Current children cumulated memory: 81436 KiB

[startup+162.3 s]
/proc/loadavg: 7.63 4.20 3.34 9/272 29281
/proc/meminfo: memFree=129340616/131250000 swapFree=33010684/33010684
[pid=29269] ppid=29266 vsize=165692 memory=81564 CPUtime=312.41 cores=5,7
/proc/29269/stat : 29269 (LSIPExact) R 29266 29269 29149 0 -1 4194304 52166 0 0 0 31235 6 0 0 20 0 2 0 33597724 169668608 20391 18446744073709551615 94465605988352 94465633244753 140732816956352 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94465641747592 94465642179200 94465665306624 140732816959834 140732816960010 140732816960010 140732816965612 0
/proc/29269/statm: 41423 20391 3520 6655 0 18980 0
[pid=29269/tid=29272] ppid=29266 vsize=165692 memory=81436 CPUtime=150.6 cores=5,7
/proc/29269/task/29272/stat : 29272 (LSIPExact) R 29266 29269 29149 0 -1 4194368 18303 0 0 0 15058 2 0 0 20 0 2 0 33598726 169668608 20391 18446744073709551615 94465605988352 94465633244753 140732816956352 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94465641747592 94465642179200 94465665306624 140732816959834 140732816960010 140732816960010 140732816965612 0
Current children cumulated CPU time: 312.41 s
Current children cumulated vsize: 165692 KiB
Current children cumulated memory: 81564 KiB

[startup+222.3 s]
/proc/loadavg: 7.90 4.89 3.63 9/272 29328
/proc/meminfo: memFree=129255632/131250000 swapFree=33010684/33010684
[pid=29269] ppid=29266 vsize=165692 memory=81820 CPUtime=431.71 cores=5,7
/proc/29269/stat : 29269 (LSIPExact) R 29266 29269 29149 0 -1 4194304 59017 0 0 0 43165 6 0 0 20 0 2 0 33597724 169668608 20455 18446744073709551615 94465605988352 94465633244753 140732816956352 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94465641747592 94465642179200 94465665306624 140732816959834 140732816960010 140732816960010 140732816965612 0
/proc/29269/statm: 41423 20455 3520 6655 0 18980 0
[pid=29269/tid=29272] ppid=29266 vsize=165692 memory=81820 CPUtime=210.07 cores=5,7
/proc/29269/task/29272/stat : 29272 (LSIPExact) R 29266 29269 29149 0 -1 4194368 21154 0 0 0 21005 2 0 0 20 0 2 0 33598726 169668608 20455 18446744073709551615 94465605988352 94465633244753 140732816956352 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94465641747592 94465642179200 94465665306624 140732816959834 140732816960010 140732816960010 140732816965612 0
Current children cumulated CPU time: 431.71 s
Current children cumulated vsize: 165692 KiB
Current children cumulated memory: 81820 KiB

[startup+282.3 s]
/proc/loadavg: 7.86 5.43 3.90 9/272 29377
/proc/meminfo: memFree=129240772/131250000 swapFree=33010684/33010684
[pid=29269] ppid=29266 vsize=165692 memory=81948 CPUtime=550.99 cores=5,7
/proc/29269/stat : 29269 (LSIPExact) R 29266 29269 29149 0 -1 4194304 63454 0 0 0 55092 7 0 0 20 0 2 0 33597724 169668608 20487 18446744073709551615 94465605988352 94465633244753 140732816956352 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94465641747592 94465642179200 94465665306624 140732816959834 140732816960010 140732816960010 140732816965612 0
/proc/29269/statm: 41423 20487 3520 6655 0 18980 0
[pid=29269/tid=29272] ppid=29266 vsize=165692 memory=81820 CPUtime=269.52 cores=5,7
/proc/29269/task/29272/stat : 29272 (LSIPExact) R 29266 29269 29149 0 -1 4194368 22924 0 0 0 26950 2 0 0 20 0 2 0 33598726 169668608 20487 18446744073709551615 94465605988352 94465633244753 140732816956352 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94465641747592 94465642179200 94465665306624 140732816959834 140732816960010 140732816960010 140732816965612 0
Current children cumulated CPU time: 550.99 s
Current children cumulated vsize: 165692 KiB
Current children cumulated memory: 81948 KiB

[startup+342.3 s]
/proc/loadavg: 8.05 5.93 4.17 9/270 29379
/proc/meminfo: memFree=129229636/131250000 swapFree=33010684/33010684
[pid=29269] ppid=29266 vsize=165692 memory=81948 CPUtime=670.26 cores=5,7
/proc/29269/stat : 29269 (LSIPExact) R 29266 29269 29149 0 -1 4194304 73314 0 0 0 67018 8 0 0 20 0 2 0 33597724 169668608 20487 18446744073709551615 94465605988352 94465633244753 140732816956352 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94465641747592 94465642179200 94465665306624 140732816959834 140732816960010 140732816960010 140732816965612 0
/proc/29269/statm: 41423 20487 3520 6655 0 18980 0
[pid=29269/tid=29272] ppid=29266 vsize=165692 memory=81820 CPUtime=328.98 cores=5,7
/proc/29269/task/29272/stat : 29272 (LSIPExact) R 29266 29269 29149 0 -1 4194368 27680 0 0 0 32895 3 0 0 20 0 2 0 33598726 169668608 20487 18446744073709551615 94465605988352 94465633244753 140732816956352 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94465641747592 94465642179200 94465665306624 140732816959834 140732816960010 140732816960010 140732816965612 0
Current children cumulated CPU time: 670.26 s
Current children cumulated vsize: 165692 KiB
Current children cumulated memory: 81948 KiB

[startup+402.3 s]

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

/proc/loadavg: 4.17 4.62 5.26 5/269 29616
/proc/meminfo: memFree=128088348/131250000 swapFree=33010684/33010684
[pid=29269] ppid=29266 vsize=171644 memory=98296 CPUtime=2131.77 cores=5,7
/proc/29269/stat : 29269 (LSIPExact) S 29266 29269 29149 0 -1 4194304 81214 0 0 0 213166 11 0 0 20 0 1 0 33597724 175763456 24574 18446744073709551615 94465605988352 94465633244753 140732816956352 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94465641747592 94465642179200 94465665306624 140732816959834 140732816960010 140732816960010 140732816965612 0
/proc/29269/statm: 42911 24574 3584 6655 0 22619 0
[pid=29560] ppid=29269 vsize=219156 memory=184892 CPUtime=875.98 cores=5,7
/proc/29560/stat : 29560 (Exact) R 29269 29560 29560 0 -1 4194304 28715 0 0 0 87449 149 0 0 20 0 1 0 33706126 224415744 46223 18446744073709551615 4198400 8335837 140731182768544 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 20746240 140731182770363 140731182770717 140731182770717 140731182776271 0
/proc/29560/statm: 54789 46223 1120 1011 0 53556 0
Current children cumulated CPU time: 3007.75 s
Current children cumulated vsize: 390800 KiB
Current children cumulated memory: 283188 KiB

[startup+2022.3 s]
/proc/loadavg: 4.14 4.52 5.18 5/269 29621
/proc/meminfo: memFree=128080240/131250000 swapFree=33010684/33010684
[pid=29269] ppid=29266 vsize=171644 memory=98296 CPUtime=2131.77 cores=5,7
/proc/29269/stat : 29269 (LSIPExact) S 29266 29269 29149 0 -1 4194304 81214 0 0 0 213166 11 0 0 20 0 1 0 33597724 175763456 24574 18446744073709551615 94465605988352 94465633244753 140732816956352 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94465641747592 94465642179200 94465665306624 140732816959834 140732816960010 140732816960010 140732816965612 0
/proc/29269/statm: 42911 24574 3584 6655 0 22619 0
[pid=29560] ppid=29269 vsize=226260 memory=200128 CPUtime=935.82 cores=5,7
/proc/29560/stat : 29560 (Exact) R 29269 29560 29560 0 -1 4194304 29991 0 0 0 93422 160 0 0 20 0 1 0 33706126 231690240 50032 18446744073709551615 4198400 8335837 140731182768544 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 20746240 140731182770363 140731182770717 140731182770717 140731182776271 0
/proc/29560/statm: 56565 50032 1120 1011 0 55332 0
Current children cumulated CPU time: 3067.59 s
Current children cumulated vsize: 397904 KiB
Current children cumulated memory: 298424 KiB

[startup+2082.3 s]
/proc/loadavg: 4.11 4.44 5.11 5/269 29623
/proc/meminfo: memFree=128059876/131250000 swapFree=33010684/33010684
[pid=29269] ppid=29266 vsize=171644 memory=98296 CPUtime=2131.77 cores=5,7
/proc/29269/stat : 29269 (LSIPExact) S 29266 29269 29149 0 -1 4194304 81214 0 0 0 213166 11 0 0 20 0 1 0 33597724 175763456 24574 18446744073709551615 94465605988352 94465633244753 140732816956352 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94465641747592 94465642179200 94465665306624 140732816959834 140732816960010 140732816960010 140732816965612 0
/proc/29269/statm: 42911 24574 3584 6655 0 22619 0
[pid=29560] ppid=29269 vsize=227072 memory=201024 CPUtime=995.66 cores=5,7
/proc/29560/stat : 29560 (Exact) R 29269 29560 29560 0 -1 4194304 30194 0 0 0 99398 168 0 0 20 0 1 0 33706126 232521728 50256 18446744073709551615 4198400 8335837 140731182768544 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 20746240 140731182770363 140731182770717 140731182770717 140731182776271 0
/proc/29560/statm: 56768 50256 1120 1011 0 55535 0
Current children cumulated CPU time: 3127.43 s
Current children cumulated vsize: 398716 KiB
Current children cumulated memory: 299320 KiB

[startup+2142.3 s]
/proc/loadavg: 4.09 4.37 5.04 5/267 29625
/proc/meminfo: memFree=128041584/131250000 swapFree=33010684/33010684
[pid=29269] ppid=29266 vsize=171644 memory=98296 CPUtime=2131.77 cores=5,7
/proc/29269/stat : 29269 (LSIPExact) S 29266 29269 29149 0 -1 4194304 81214 0 0 0 213166 11 0 0 20 0 1 0 33597724 175763456 24574 18446744073709551615 94465605988352 94465633244753 140732816956352 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94465641747592 94465642179200 94465665306624 140732816959834 140732816960010 140732816960010 140732816965612 0
/proc/29269/statm: 42911 24574 3584 6655 0 22619 0
[pid=29560] ppid=29269 vsize=227480 memory=201536 CPUtime=1055.49 cores=5,7
/proc/29560/stat : 29560 (Exact) R 29269 29560 29560 0 -1 4194304 30350 0 0 0 105373 176 0 0 20 0 1 0 33706126 232939520 50384 18446744073709551615 4198400 8335837 140731182768544 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 20746240 140731182770363 140731182770717 140731182770717 140731182776271 0
/proc/29560/statm: 56870 50384 1120 1011 0 55637 0
Current children cumulated CPU time: 3187.26 s
Current children cumulated vsize: 399124 KiB
Current children cumulated memory: 299832 KiB

[startup+2202.3 s]
/proc/loadavg: 4.07 4.32 4.98 5/267 29627
/proc/meminfo: memFree=127985824/131250000 swapFree=33010684/33010684
[pid=29269] ppid=29266 vsize=171644 memory=98296 CPUtime=2131.77 cores=5,7
/proc/29269/stat : 29269 (LSIPExact) S 29266 29269 29149 0 -1 4194304 81214 0 0 0 213166 11 0 0 20 0 1 0 33597724 175763456 24574 18446744073709551615 94465605988352 94465633244753 140732816956352 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94465641747592 94465642179200 94465665306624 140732816959834 140732816960010 140732816960010 140732816965612 0
/proc/29269/statm: 42911 24574 3584 6655 0 22619 0
[pid=29560] ppid=29269 vsize=228824 memory=204224 CPUtime=1115.31 cores=5,7
/proc/29560/stat : 29560 (Exact) R 29269 29560 29560 0 -1 4194304 30709 0 0 0 111349 182 0 0 20 0 1 0 33706126 234315776 51056 18446744073709551615 4198400 8335837 140731182768544 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 20746240 140731182770363 140731182770717 140731182770717 140731182776271 0
/proc/29560/statm: 57206 51056 1120 1011 0 55973 0
Current children cumulated CPU time: 3247.08 s
Current children cumulated vsize: 400468 KiB
Current children cumulated memory: 302520 KiB

[startup+2262.3 s]
/proc/loadavg: 4.08 4.27 4.92 5/268 29632
/proc/meminfo: memFree=128028696/131250000 swapFree=33010684/33010684
[pid=29269] ppid=29266 vsize=171644 memory=98296 CPUtime=2131.77 cores=5,7
/proc/29269/stat : 29269 (LSIPExact) S 29266 29269 29149 0 -1 4194304 81214 0 0 0 213166 11 0 0 20 0 1 0 33597724 175763456 24574 18446744073709551615 94465605988352 94465633244753 140732816956352 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94465641747592 94465642179200 94465665306624 140732816959834 140732816960010 140732816960010 140732816965612 0
/proc/29269/statm: 42911 24574 3584 6655 0 22619 0
[pid=29560] ppid=29269 vsize=229472 memory=204864 CPUtime=1175.15 cores=5,7
/proc/29560/stat : 29560 (Exact) R 29269 29560 29560 0 -1 4194304 30875 0 0 0 117329 186 0 0 20 0 1 0 33706126 234979328 51216 18446744073709551615 4198400 8335837 140731182768544 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 20746240 140731182770363 140731182770717 140731182770717 140731182776271 0
/proc/29560/statm: 57368 51216 1120 1011 0 56135 0
Current children cumulated CPU time: 3306.92 s
Current children cumulated vsize: 401116 KiB
Current children cumulated memory: 303160 KiB

[startup+2322.3 s]
/proc/loadavg: 4.07 4.23 4.87 5/268 29634
/proc/meminfo: memFree=127950792/131250000 swapFree=33010684/33010684
[pid=29269] ppid=29266 vsize=171644 memory=98296 CPUtime=2131.77 cores=5,7
/proc/29269/stat : 29269 (LSIPExact) S 29266 29269 29149 0 -1 4194304 81214 0 0 0 213166 11 0 0 20 0 1 0 33597724 175763456 24574 18446744073709551615 94465605988352 94465633244753 140732816956352 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94465641747592 94465642179200 94465665306624 140732816959834 140732816960010 140732816960010 140732816965612 0
/proc/29269/statm: 42911 24574 3584 6655 0 22619 0
[pid=29560] ppid=29269 vsize=229948 memory=205504 CPUtime=1235 cores=5,7
/proc/29560/stat : 29560 (Exact) R 29269 29560 29560 0 -1 4194304 31009 0 0 0 123305 195 0 0 20 0 1 0 33706126 235466752 51376 18446744073709551615 4198400 8335837 140731182768544 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 20746240 140731182770363 140731182770717 140731182770717 140731182776271 0
/proc/29560/statm: 57487 51376 1120 1011 0 56254 0
Current children cumulated CPU time: 3366.77 s
Current children cumulated vsize: 401592 KiB
Current children cumulated memory: 303800 KiB

[startup+2382.3 s]
/proc/loadavg: 4.12 4.22 4.82 5/270 29640
/proc/meminfo: memFree=127937868/131250000 swapFree=33010684/33010684
[pid=29269] ppid=29266 vsize=171644 memory=98296 CPUtime=2131.77 cores=5,7
/proc/29269/stat : 29269 (LSIPExact) S 29266 29269 29149 0 -1 4194304 81214 0 0 0 213166 11 0 0 20 0 1 0 33597724 175763456 24574 18446744073709551615 94465605988352 94465633244753 140732816956352 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94465641747592 94465642179200 94465665306624 140732816959834 140732816960010 140732816960010 140732816965612 0
/proc/29269/statm: 42911 24574 3584 6655 0 22619 0
[pid=29560] ppid=29269 vsize=239768 memory=215236 CPUtime=1294.85 cores=5,7
/proc/29560/stat : 29560 (Exact) R 29269 29560 29560 0 -1 4194304 31405 0 0 0 129280 205 0 0 20 0 1 0 33706126 245522432 53809 18446744073709551615 4198400 8335837 140731182768544 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 20746240 140731182770363 140731182770717 140731182770717 140731182776271 0
/proc/29560/statm: 59942 53809 1120 1011 0 58709 0
Current children cumulated CPU time: 3426.62 s
Current children cumulated vsize: 411412 KiB
Current children cumulated memory: 313532 KiB

[startup+2442.3 s]
/proc/loadavg: 4.04 4.18 4.77 5/271 29645
/proc/meminfo: memFree=127952344/131250000 swapFree=33010684/33010684
[pid=29269] ppid=29266 vsize=171644 memory=98296 CPUtime=2131.77 cores=5,7
/proc/29269/stat : 29269 (LSIPExact) S 29266 29269 29149 0 -1 4194304 81214 0 0 0 213166 11 0 0 20 0 1 0 33597724 175763456 24574 18446744073709551615 94465605988352 94465633244753 140732816956352 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94465641747592 94465642179200 94465665306624 140732816959834 140732816960010 140732816960010 140732816965612 0
/proc/29269/statm: 42911 24574 3584 6655 0 22619 0
[pid=29560] ppid=29269 vsize=240328 memory=215876 CPUtime=1354.7 cores=5,7
/proc/29560/stat : 29560 (Exact) R 29269 29560 29560 0 -1 4194304 31607 0 0 0 135260 210 0 0 20 0 1 0 33706126 246095872 53969 18446744073709551615 4198400 8335837 140731182768544 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 20746240 140731182770363 140731182770717 140731182770717 140731182776271 0
/proc/29560/statm: 60082 53969 1120 1011 0 58849 0
Current children cumulated CPU time: 3486.47 s
Current children cumulated vsize: 411972 KiB
Current children cumulated memory: 314172 KiB

[startup+2502.3 s]
/proc/loadavg: 4.12 4.17 4.73 5/271 29647
/proc/meminfo: memFree=127936696/131250000 swapFree=33010684/33010684
[pid=29269] ppid=29266 vsize=171644 memory=98296 CPUtime=2131.77 cores=5,7
/proc/29269/stat : 29269 (LSIPExact) S 29266 29269 29149 0 -1 4194304 81214 0 0 0 213166 11 0 0 20 0 1 0 33597724 175763456 24574 18446744073709551615 94465605988352 94465633244753 140732816956352 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94465641747592 94465642179200 94465665306624 140732816959834 140732816960010 140732816960010 140732816965612 0
/proc/29269/statm: 42911 24574 3584 6655 0 22619 0
[pid=29560] ppid=29269 vsize=241752 memory=217156 CPUtime=1414.55 cores=5,7
/proc/29560/stat : 29560 (Exact) R 29269 29560 29560 0 -1 4194304 31933 0 0 0 141237 218 0 0 20 0 1 0 33706126 247554048 54289 18446744073709551615 4198400 8335837 140731182768544 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 20746240 140731182770363 140731182770717 140731182770717 140731182776271 0
/proc/29560/statm: 60438 54289 1120 1011 0 59205 0
Current children cumulated CPU time: 3546.32 s
Current children cumulated vsize: 413396 KiB
Current children cumulated memory: 315452 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2556.2 s]
/proc/loadavg: 4.11 4.16 4.69 5/268 29740
/proc/meminfo: memFree=129364364/131250000 swapFree=33010684/33010684
[pid=29269] ppid=29266 vsize=171644 memory=98296 CPUtime=2131.77 cores=5,7
/proc/29269/stat : 29269 (LSIPExact) S 29266 29269 29149 0 -1 4194304 81214 0 0 0 213166 11 0 0 20 0 1 0 33597724 175763456 24574 18446744073709551615 94465605988352 94465633244753 140732816956352 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94465641747592 94465642179200 94465665306624 140732816959834 140732816960010 140732816960010 140732816965612 0
/proc/29269/statm: 42911 24574 3584 6655 0 22619 0
[pid=29560] ppid=29269 vsize=242404 memory=217924 CPUtime=1468.31 cores=5,7
/proc/29560/stat : 29560 (Exact) R 29269 29560 29560 0 -1 4194304 32108 0 0 0 146607 224 0 0 20 0 1 0 33706126 248221696 54481 18446744073709551615 4198400 8335837 140731182768544 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 20746240 140731182770363 140731182770717 140731182770717 140731182776271 0
/proc/29560/statm: 60601 54481 1120 1011 0 59368 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 414048 KiB
Current children cumulated memory: 316220 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.75 s, system=2.36266 s

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

Child status: 0

Real time (s): 2556.22
CPU time (s): 3600.11
CPU user time (s): 3597.75
CPU system time (s): 2.36266
CPU usage (%): 140.838
Max. virtual memory (cumulated for all children) (KiB): 414048
Max. memory (cumulated for all children) (KiB): 316220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.75
system time used= 2.36266
maximum resident set size= 217924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114289
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= 495
involuntary context switches= 50711


# summary of solver processes directly reported to runsolver:
#   pid: 29269
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3597.75
#   total CPU system time (s): 2.36266

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.47671 second user time and 10.7471 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-06-29 08:40:02
IDJOB=4507328
IDBENCH=158343
IDSOLVER=3337
FILE ID=nodeC016/4507328-1751179202
RUNJOBID= nodeC016-1751179186-29165
SLURM_JOB_ID= 9587543
Free space on /tmp= 432928 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K84.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4507328-1751179202/watcher-4507328-1751179202 -o /tmp/evaluation-result-4507328-1751179202/solver-4507328-1751179202 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751179186-29165 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4507328-1751179202.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 5fb93660b547b6cc9dd610c04b6e276e
RANDOM SEED=44298858

nodeC016 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.700
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.48
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.754
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129552224 kB
MemAvailable:   129428288 kB
Buffers:            3280 kB
Cached:           686272 kB
SwapCached:            0 kB
Active:           639652 kB
Inactive:         464508 kB
Active(anon):     432680 kB
Inactive(anon):        0 kB
Active(file):     206972 kB
Inactive(file):   464508 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45008 kB
Writeback:            48 kB
AnonPages:        417732 kB
Mapped:           137908 kB
Shmem:             18072 kB
KReclaimable:      87644 kB
Slab:             171472 kB
SReclaimable:      87644 kB
SUnreclaim:        83828 kB
KernelStack:        4320 kB
PageTables:         3892 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     785360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     53248 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432888 MiB
End job on nodeC016 at 2025-06-29 09:22:38