Trace number 4513178

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.12 2547.92

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size128-round22-0.opb
MD5SUM3e8b284557ab3bc728bad30e424c83e1
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1199.44
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8704
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513178-1751208588/watcher-4513178-1751208588 -o /tmp/evaluation-result-4513178-1751208588/solver-4513178-1751208588 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751208587-27664 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4513178-1751208588.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.el9_5.x86_64
Starting watchdog thread
solver pid=27719, runsolver pid=27704
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 0.55 1.78 2.78 6/267 27721
/proc/meminfo: memFree=129555048/131250000 swapFree=33010684/33010684
[pid=27719] ppid=27704 vsize=47620 memory=13184 CPUtime=0.09 cores=5,7
/proc/27719/stat : 27719 (LSIPExact) R 27704 27719 27651 0 -1 4194304 2258 0 0 0 9 0 0 0 20 0 1 0 36535399 48762880 3296 18446744073709551615 94477848829952 94477876086353 140724361269232 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94477884589192 94477885020800 94477915910144 140724361271642 140724361271818 140724361271818 140724361277420 0
/proc/27719/statm: 11905 3296 1216 6655 0 2140 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 47620 KiB
Current children cumulated memory: 13184 KiB

[startup+0.205829 s]*
/proc/loadavg: 0.55 1.78 2.78 6/267 27721
/proc/meminfo: memFree=129555048/131250000 swapFree=33010684/33010684
[pid=27719] ppid=27704 vsize=47620 memory=13184 CPUtime=0.19 cores=5,7
/proc/27719/stat : 27719 (LSIPExact) R 27704 27719 27651 0 -1 4194304 2258 0 0 0 19 0 0 0 20 0 1 0 36535399 48762880 3296 18446744073709551615 94477848829952 94477876086353 140724361269232 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94477884589192 94477885020800 94477915910144 140724361271642 140724361271818 140724361271818 140724361277420 0
/proc/27719/statm: 11905 3296 1216 6655 0 2140 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 47620 KiB
Current children cumulated memory: 13184 KiB

[startup+0.30547 s]*
/proc/loadavg: 0.55 1.78 2.78 6/267 27721
/proc/meminfo: memFree=129555048/131250000 swapFree=33010684/33010684
[pid=27719] ppid=27704 vsize=47620 memory=13184 CPUtime=0.29 cores=5,7
/proc/27719/stat : 27719 (LSIPExact) R 27704 27719 27651 0 -1 4194304 2258 0 0 0 29 0 0 0 20 0 1 0 36535399 48762880 3296 18446744073709551615 94477848829952 94477876086353 140724361269232 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94477884589192 94477885020800 94477915910144 140724361271642 140724361271818 140724361271818 140724361277420 0
/proc/27719/statm: 11905 3296 1216 6655 0 2140 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 47620 KiB
Current children cumulated memory: 13184 KiB

[startup+0.700117 s]
/proc/loadavg: 0.55 1.78 2.78 6/267 27721
/proc/meminfo: memFree=129555048/131250000 swapFree=33010684/33010684
[pid=27719] ppid=27704 vsize=47620 memory=13184 CPUtime=0.68 cores=5,7
/proc/27719/stat : 27719 (LSIPExact) R 27704 27719 27651 0 -1 4194304 2258 0 0 0 68 0 0 0 20 0 1 0 36535399 48762880 3296 18446744073709551615 94477848829952 94477876086353 140724361269232 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94477884589192 94477885020800 94477915910144 140724361271642 140724361271818 140724361271818 140724361277420 0
/proc/27719/statm: 11905 3296 1216 6655 0 2140 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 47620 KiB
Current children cumulated memory: 13184 KiB

[startup+1.5001 s]
/proc/loadavg: 0.55 1.78 2.78 6/267 27721
/proc/meminfo: memFree=129555048/131250000 swapFree=33010684/33010684
[pid=27719] ppid=27704 vsize=47620 memory=13184 CPUtime=1.48 cores=5,7
/proc/27719/stat : 27719 (LSIPExact) R 27704 27719 27651 0 -1 4194304 2258 0 0 0 148 0 0 0 20 0 1 0 36535399 48762880 3296 18446744073709551615 94477848829952 94477876086353 140724361269232 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94477884589192 94477885020800 94477915910144 140724361271642 140724361271818 140724361271818 140724361277420 0
/proc/27719/statm: 11905 3296 1216 6655 0 2140 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 47620 KiB
Current children cumulated memory: 13184 KiB

[startup+3.10529 s]
/proc/loadavg: 0.55 1.78 2.78 6/267 27721
/proc/meminfo: memFree=129555352/131250000 swapFree=33010684/33010684
[pid=27719] ppid=27704 vsize=47620 memory=13184 CPUtime=3.08 cores=5,7
/proc/27719/stat : 27719 (LSIPExact) R 27704 27719 27651 0 -1 4194304 2258 0 0 0 308 0 0 0 20 0 1 0 36535399 48762880 3296 18446744073709551615 94477848829952 94477876086353 140724361269232 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94477884589192 94477885020800 94477915910144 140724361271642 140724361271818 140724361271818 140724361277420 0
/proc/27719/statm: 11905 3296 1216 6655 0 2140 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 47620 KiB
Current children cumulated memory: 13184 KiB

[startup+6.30009 s]
/proc/loadavg: 0.83 1.82 2.79 6/267 27721
/proc/meminfo: memFree=129555608/131250000 swapFree=33010684/33010684
[pid=27719] ppid=27704 vsize=47620 memory=13184 CPUtime=6.27 cores=5,7
/proc/27719/stat : 27719 (LSIPExact) R 27704 27719 27651 0 -1 4194304 2258 0 0 0 627 0 0 0 20 0 1 0 36535399 48762880 3296 18446744073709551615 94477848829952 94477876086353 140724361269232 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94477884589192 94477885020800 94477915910144 140724361271642 140724361271818 140724361271818 140724361277420 0
/proc/27719/statm: 11905 3296 1216 6655 0 2140 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 47620 KiB
Current children cumulated memory: 13184 KiB

[startup+12.7002 s]
/proc/loadavg: 1.08 1.86 2.80 10/271 27725
/proc/meminfo: memFree=129359088/131250000 swapFree=33010684/33010684
[pid=27719] ppid=27704 vsize=160404 memory=71676 CPUtime=15.15 cores=5,7
/proc/27719/stat : 27719 (LSIPExact) R 27704 27719 27651 0 -1 4194304 14436 0 0 0 1512 3 0 0 20 0 2 0 36535399 164253696 17919 18446744073709551615 94477848829952 94477876086353 140724361269232 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94477884589192 94477885020800 94477915910144 140724361271642 140724361271818 140724361271818 140724361277420 0
/proc/27719/statm: 40101 17919 3552 6655 0 16396 0
[pid=27719/tid=27724] ppid=27704 vsize=160404 memory=71292 CPUtime=2.5 cores=5,7
/proc/27719/task/27724/stat : 27724 (LSIPExact) R 27704 27719 27651 0 -1 4194368 2570 0 0 0 249 1 0 0 20 0 2 0 36536401 164253696 17919 18446744073709551615 94477848829952 94477876086353 140724361269232 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94477884589192 94477885020800 94477915910144 140724361271642 140724361271818 140724361271818 140724361277420 0
Current children cumulated CPU time: 15.15 s
Current children cumulated vsize: 160404 KiB
Current children cumulated memory: 71676 KiB

[startup+25.5002 s]
/proc/loadavg: 2.61 2.16 2.88 10/271 27725
/proc/meminfo: memFree=129326644/131250000 swapFree=33010684/33010684
[pid=27719] ppid=27704 vsize=165908 memory=77436 CPUtime=40.59 cores=5,7
/proc/27719/stat : 27719 (LSIPExact) R 27704 27719 27651 0 -1 4194304 34676 0 0 0 4054 5 0 0 20 0 2 0 36535399 169889792 19359 18446744073709551615 94477848829952 94477876086353 140724361269232 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94477884589192 94477885020800 94477915910144 140724361271642 140724361271818 140724361271818 140724361277420 0
/proc/27719/statm: 41477 19359 3552 6655 0 17847 0
[pid=27719/tid=27724] ppid=27704 vsize=165908 memory=14248 CPUtime=15.17 cores=5,7
/proc/27719/task/27724/stat : 27724 (LSIPExact) R 27704 27719 27651 0 -1 4194368 8430 0 0 0 1516 1 0 0 20 0 2 0 36536401 169889792 19359 18446744073709551615 94477848829952 94477876086353 140724361269232 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94477884589192 94477885020800 94477915910144 140724361271642 140724361271818 140724361271818 140724361277420 0
Current children cumulated CPU time: 40.59 s
Current children cumulated vsize: 165908 KiB
Current children cumulated memory: 77436 KiB

[startup+51.1057 s]
/proc/loadavg: 4.51 2.64 3.02 10/268 27725
/proc/meminfo: memFree=129291016/131250000 swapFree=33010684/33010684
[pid=27719] ppid=27704 vsize=167768 memory=91644 CPUtime=91.45 cores=5,7
/proc/27719/stat : 27719 (LSIPExact) R 27704 27719 27651 0 -1 4194304 48972 0 0 0 9138 7 0 0 20 0 2 0 36535399 171794432 22911 18446744073709551615 94477848829952 94477876086353 140724361269232 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94477884589192 94477885020800 94477915910144 140724361271642 140724361271818 140724361271818 140724361277420 0
/proc/27719/statm: 41942 22911 3552 6655 0 21304 0
[pid=27719/tid=27724] ppid=27704 vsize=167768 memory=14248 CPUtime=40.51 cores=5,7
/proc/27719/task/27724/stat : 27724 (LSIPExact) R 27704 27719 27651 0 -1 4194368 14637 0 0 0 4049 2 0 0 20 0 2 0 36536401 171794432 22911 18446744073709551615 94477848829952 94477876086353 140724361269232 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94477884589192 94477885020800 94477915910144 140724361271642 140724361271818 140724361271818 140724361277420 0
Current children cumulated CPU time: 91.45 s
Current children cumulated vsize: 167768 KiB
Current children cumulated memory: 91644 KiB

[startup+102.3 s]
/proc/loadavg: 6.54 3.49 3.29 10/269 27728
/proc/meminfo: memFree=129259092/131250000 swapFree=33010684/33010684
[pid=27719] ppid=27704 vsize=170916 memory=102908 CPUtime=193.14 cores=5,7
/proc/27719/stat : 27719 (LSIPExact) R 27704 27719 27651 0 -1 4194304 68523 0 0 0 19305 9 0 0 20 0 2 0 36535399 175017984 25727 18446744073709551615 94477848829952 94477876086353 140724361269232 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94477884589192 94477885020800 94477915910144 140724361271642 140724361271818 140724361271818 140724361277420 0
/proc/27719/statm: 42729 25727 3552 6655 0 23963 0
[pid=27719/tid=27724] ppid=27704 vsize=170916 memory=14248 CPUtime=91.18 cores=5,7
/proc/27719/task/27724/stat : 27724 (LSIPExact) R 27704 27719 27651 0 -1 4194368 24643 0 0 0 9115 3 0 0 20 0 2 0 36536401 175017984 25727 18446744073709551615 94477848829952 94477876086353 140724361269232 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94477884589192 94477885020800 94477915910144 140724361271642 140724361271818 140724361271818 140724361277420 0
Current children cumulated CPU time: 193.14 s
Current children cumulated vsize: 170916 KiB
Current children cumulated memory: 102908 KiB

[startup+162.3 s]
/proc/loadavg: 7.51 4.33 3.60 10/271 27733
/proc/meminfo: memFree=129181096/131250000 swapFree=33010684/33010684
[pid=27719] ppid=27704 vsize=172728 memory=106748 CPUtime=309.83 cores=5,7
/proc/27719/stat : 27719 (LSIPExact) R 27704 27719 27651 0 -1 4194304 78342 0 0 0 30973 10 0 0 20 0 2 0 36535399 176873472 26687 18446744073709551615 94477848829952 94477876086353 140724361269232 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94477884589192 94477885020800 94477915910144 140724361271642 140724361271818 140724361271818 140724361277420 0
/proc/27719/statm: 43182 26687 3552 6655 0 25059 0
[pid=27719/tid=27724] ppid=27704 vsize=172728 memory=106620 CPUtime=150.36 cores=5,7
/proc/27719/task/27724/stat : 27724 (LSIPExact) R 27704 27719 27651 0 -1 4194368 28093 0 0 0 15032 4 0 0 20 0 2 0 36536401 176873472 26687 18446744073709551615 94477848829952 94477876086353 140724361269232 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94477884589192 94477885020800 94477915910144 140724361271642 140724361271818 140724361271818 140724361277420 0
Current children cumulated CPU time: 309.83 s
Current children cumulated vsize: 172728 KiB
Current children cumulated memory: 106748 KiB

[startup+222.3 s]
/proc/loadavg: 7.85 5.01 3.88 10/270 27735
/proc/meminfo: memFree=129070348/131250000 swapFree=33010684/33010684
[pid=27719] ppid=27704 vsize=173728 memory=121596 CPUtime=429.02 cores=5,7
/proc/27719/stat : 27719 (LSIPExact) R 27704 27719 27651 0 -1 4194304 107552 0 0 0 42888 14 0 0 20 0 2 0 36535399 177897472 30399 18446744073709551615 94477848829952 94477876086353 140724361269232 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94477884589192 94477885020800 94477915910144 140724361271642 140724361271818 140724361271818 140724361277420 0
/proc/27719/statm: 43432 30399 3552 6655 0 28742 0
[pid=27719/tid=27724] ppid=27704 vsize=173728 memory=108028 CPUtime=210.13 cores=5,7
/proc/27719/task/27724/stat : 27724 (LSIPExact) R 27704 27719 27651 0 -1 4194368 45715 0 0 0 21008 5 0 0 20 0 2 0 36536401 177897472 30399 18446744073709551615 94477848829952 94477876086353 140724361269232 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94477884589192 94477885020800 94477915910144 140724361271642 140724361271818 140724361271818 140724361277420 0
Current children cumulated CPU time: 429.02 s
Current children cumulated vsize: 173728 KiB
Current children cumulated memory: 121596 KiB

[startup+282.3 s]
/proc/loadavg: 7.95 5.56 4.14 10/273 27740
/proc/meminfo: memFree=129074672/131250000 swapFree=33010684/33010684
[pid=27719] ppid=27704 vsize=183756 memory=128352 CPUtime=546.62 cores=5,7
/proc/27719/stat : 27719 (LSIPExact) R 27704 27719 27651 0 -1 4194304 113381 0 0 0 54648 14 0 0 20 0 2 0 36535399 188166144 32088 18446744073709551615 94477848829952 94477876086353 140724361269232 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94477884589192 94477885020800 94477915910144 140724361271642 140724361271818 140724361271818 140724361277420 0
/proc/27719/statm: 45939 32088 3552 6655 0 31249 0
[pid=27719/tid=27724] ppid=27704 vsize=183756 memory=127200 CPUtime=268.34 cores=5,7
/proc/27719/task/27724/stat : 27724 (LSIPExact) R 27704 27719 27651 0 -1 4194368 46633 0 0 0 26829 5 0 0 20 0 2 0 36536401 188166144 32088 18446744073709551615 94477848829952 94477876086353 140724361269232 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94477884589192 94477885020800 94477915910144 140724361271642 140724361271818 140724361271818 140724361277420 0
Current children cumulated CPU time: 546.62 s
Current children cumulated vsize: 183756 KiB
Current children cumulated memory: 128352 KiB

[startup+342.3 s]
/proc/loadavg: 8.09 6.04 4.39 10/272 27742
/proc/meminfo: memFree=129033164/131250000 swapFree=33010684/33010684
[pid=27719] ppid=27704 vsize=183756 memory=129760 CPUtime=665.71 cores=5,7
/proc/27719/stat : 27719 (LSIPExact) R 27704 27719 27651 0 -1 4194304 113747 0 0 0 66557 14 0 0 20 0 2 0 36535399 188166144 32440 18446744073709551615 94477848829952 94477876086353 140724361269232 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94477884589192 94477885020800 94477915910144 140724361271642 140724361271818 140724361271818 140724361277420 0
/proc/27719/statm: 45939 32440 3552 6655 0 31249 0
[pid=27719/tid=27724] ppid=27704 vsize=183756 memory=127200 CPUtime=328.12 cores=5,7
/proc/27719/task/27724/stat : 27724 (LSIPExact) R 27704 27719 27651 0 -1 4194368 46636 0 0 0 32807 5 0 0 20 0 2 0 36536401 188166144 32440 18446744073709551615 94477848829952 94477876086353 140724361269232 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94477884589192 94477885020800 94477915910144 140724361271642 140724361271818 140724361271818 140724361277420 0
Current children cumulated CPU time: 665.71 s
Current children cumulated vsize: 183756 KiB
Current children cumulated memory: 129760 KiB


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

/proc/loadavg: 4.10 4.26 4.93 6/266 27839
/proc/meminfo: memFree=128433360/131250000 swapFree=33010684/33010684
[pid=27719] ppid=27704 vsize=213100 memory=137052 CPUtime=2140.03 cores=5,7
/proc/27719/stat : 27719 (LSIPExact) S 27704 27719 27651 0 -1 4194304 131814 0 0 0 213985 18 0 0 20 0 1 0 36535399 218214400 34263 18446744073709551615 94477848829952 94477876086353 140724361269232 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94477884589192 94477885020800 94477915910144 140724361271642 140724361271818 140724361271818 140724361277420 0
/proc/27719/statm: 53275 34263 3584 6655 0 39725 0
[pid=27798] ppid=27719 vsize=157908 memory=138064 CPUtime=935.73 cores=5,7
/proc/27798/stat : 27798 (Exact) R 27719 27798 27798 0 -1 4194304 26461 0 0 0 93395 178 0 0 20 0 1 0 36643802 161697792 34516 18446744073709551615 4198400 8335837 140721329397088 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16891904 140721329399995 140721329400349 140721329400349 140721329405903 0
/proc/27798/statm: 39477 34516 1120 1011 0 38244 0
Current children cumulated CPU time: 3075.76 s
Current children cumulated vsize: 371008 KiB
Current children cumulated memory: 275116 KiB

[startup+2082.3 s]
/proc/loadavg: 4.09 4.23 4.88 6/267 27842
/proc/meminfo: memFree=128425248/131250000 swapFree=33010684/33010684
[pid=27719] ppid=27704 vsize=213100 memory=137052 CPUtime=2140.03 cores=5,7
/proc/27719/stat : 27719 (LSIPExact) S 27704 27719 27651 0 -1 4194304 131814 0 0 0 213985 18 0 0 20 0 1 0 36535399 218214400 34263 18446744073709551615 94477848829952 94477876086353 140724361269232 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94477884589192 94477885020800 94477915910144 140724361271642 140724361271818 140724361271818 140724361277420 0
/proc/27719/statm: 53275 34263 3584 6655 0 39725 0
[pid=27798] ppid=27719 vsize=161144 memory=141264 CPUtime=995.59 cores=5,7
/proc/27798/stat : 27798 (Exact) R 27719 27798 27798 0 -1 4194304 27270 0 0 0 99372 187 0 0 20 0 1 0 36643802 165011456 35316 18446744073709551615 4198400 8335837 140721329397088 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16891904 140721329399995 140721329400349 140721329400349 140721329405903 0
/proc/27798/statm: 40286 35316 1120 1011 0 39053 0
Current children cumulated CPU time: 3135.62 s
Current children cumulated vsize: 374244 KiB
Current children cumulated memory: 278316 KiB

[startup+2142.3 s]
/proc/loadavg: 4.07 4.20 4.83 6/268 27845
/proc/meminfo: memFree=128404932/131250000 swapFree=33010684/33010684
[pid=27719] ppid=27704 vsize=213100 memory=137052 CPUtime=2140.03 cores=5,7
/proc/27719/stat : 27719 (LSIPExact) S 27704 27719 27651 0 -1 4194304 131814 0 0 0 213985 18 0 0 20 0 1 0 36535399 218214400 34263 18446744073709551615 94477848829952 94477876086353 140724361269232 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94477884589192 94477885020800 94477915910144 140724361271642 140724361271818 140724361271818 140724361277420 0
/proc/27719/statm: 53275 34263 3584 6655 0 39725 0
[pid=27798] ppid=27719 vsize=163208 memory=151576 CPUtime=1055.45 cores=5,7
/proc/27798/stat : 27798 (Exact) R 27719 27798 27798 0 -1 4194304 27825 0 0 0 105343 202 0 0 20 0 1 0 36643802 167124992 37894 18446744073709551615 4198400 8335837 140721329397088 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16891904 140721329399995 140721329400349 140721329400349 140721329405903 0
/proc/27798/statm: 40802 37894 1120 1011 0 39569 0
Current children cumulated CPU time: 3195.48 s
Current children cumulated vsize: 376308 KiB
Current children cumulated memory: 288628 KiB

[startup+2202.3 s]
/proc/loadavg: 4.06 4.17 4.78 6/269 27854
/proc/meminfo: memFree=128397536/131250000 swapFree=33010684/33010684
[pid=27719] ppid=27704 vsize=213100 memory=137052 CPUtime=2140.03 cores=5,7
/proc/27719/stat : 27719 (LSIPExact) S 27704 27719 27651 0 -1 4194304 131814 0 0 0 213985 18 0 0 20 0 1 0 36535399 218214400 34263 18446744073709551615 94477848829952 94477876086353 140724361269232 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94477884589192 94477885020800 94477915910144 140724361271642 140724361271818 140724361271818 140724361277420 0
/proc/27719/statm: 53275 34263 3584 6655 0 39725 0
[pid=27798] ppid=27719 vsize=165700 memory=154008 CPUtime=1115.31 cores=5,7
/proc/27798/stat : 27798 (Exact) R 27719 27798 27798 0 -1 4194304 28469 0 0 0 111323 208 0 0 20 0 1 0 36643802 169676800 38502 18446744073709551615 4198400 8335837 140721329397088 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16891904 140721329399995 140721329400349 140721329400349 140721329405903 0
/proc/27798/statm: 41425 38502 1120 1011 0 40192 0
Current children cumulated CPU time: 3255.34 s
Current children cumulated vsize: 378800 KiB
Current children cumulated memory: 291060 KiB

[startup+2262.3 s]
/proc/loadavg: 4.06 4.15 4.73 6/269 27855
/proc/meminfo: memFree=128396980/131250000 swapFree=33010684/33010684
[pid=27719] ppid=27704 vsize=213100 memory=137052 CPUtime=2140.03 cores=5,7
/proc/27719/stat : 27719 (LSIPExact) S 27704 27719 27651 0 -1 4194304 131814 0 0 0 213985 18 0 0 20 0 1 0 36535399 218214400 34263 18446744073709551615 94477848829952 94477876086353 140724361269232 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94477884589192 94477885020800 94477915910144 140724361271642 140724361271818 140724361271818 140724361277420 0
/proc/27719/statm: 53275 34263 3584 6655 0 39725 0
[pid=27798] ppid=27719 vsize=168000 memory=156312 CPUtime=1175.16 cores=5,7
/proc/27798/stat : 27798 (Exact) R 27719 27798 27798 0 -1 4194304 29044 0 0 0 117298 218 0 0 20 0 1 0 36643802 172032000 39078 18446744073709551615 4198400 8335837 140721329397088 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16891904 140721329399995 140721329400349 140721329400349 140721329405903 0
/proc/27798/statm: 42000 39078 1120 1011 0 40767 0
Current children cumulated CPU time: 3315.19 s
Current children cumulated vsize: 381100 KiB
Current children cumulated memory: 293364 KiB

[startup+2322.3 s]
/proc/loadavg: 4.13 4.15 4.70 6/269 27857
/proc/meminfo: memFree=128389140/131250000 swapFree=33010684/33010684
[pid=27719] ppid=27704 vsize=213100 memory=137052 CPUtime=2140.03 cores=5,7
/proc/27719/stat : 27719 (LSIPExact) S 27704 27719 27651 0 -1 4194304 131814 0 0 0 213985 18 0 0 20 0 1 0 36535399 218214400 34263 18446744073709551615 94477848829952 94477876086353 140724361269232 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94477884589192 94477885020800 94477915910144 140724361271642 140724361271818 140724361271818 140724361277420 0
/proc/27719/statm: 53275 34263 3584 6655 0 39725 0
[pid=27798] ppid=27719 vsize=168000 memory=156312 CPUtime=1235.02 cores=5,7
/proc/27798/stat : 27798 (Exact) R 27719 27798 27798 0 -1 4194304 29045 0 0 0 123272 230 0 0 20 0 1 0 36643802 172032000 39078 18446744073709551615 4198400 8335837 140721329397088 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16891904 140721329399995 140721329400349 140721329400349 140721329405903 0
/proc/27798/statm: 42000 39078 1120 1011 0 40767 0
Current children cumulated CPU time: 3375.05 s
Current children cumulated vsize: 381100 KiB
Current children cumulated memory: 293364 KiB

[startup+2382.3 s]
/proc/loadavg: 4.10 4.14 4.65 6/268 27859
/proc/meminfo: memFree=128406852/131250000 swapFree=33010684/33010684
[pid=27719] ppid=27704 vsize=213100 memory=137052 CPUtime=2140.03 cores=5,7
/proc/27719/stat : 27719 (LSIPExact) S 27704 27719 27651 0 -1 4194304 131814 0 0 0 213985 18 0 0 20 0 1 0 36535399 218214400 34263 18446744073709551615 94477848829952 94477876086353 140724361269232 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94477884589192 94477885020800 94477915910144 140724361271642 140724361271818 140724361271818 140724361277420 0
/proc/27719/statm: 53275 34263 3584 6655 0 39725 0
[pid=27798] ppid=27719 vsize=168644 memory=156952 CPUtime=1294.87 cores=5,7
/proc/27798/stat : 27798 (Exact) R 27719 27798 27798 0 -1 4194304 29207 0 0 0 129250 237 0 0 20 0 1 0 36643802 172691456 39238 18446744073709551615 4198400 8335837 140721329397088 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16891904 140721329399995 140721329400349 140721329400349 140721329405903 0
/proc/27798/statm: 42161 39238 1120 1011 0 40928 0
Current children cumulated CPU time: 3434.9 s
Current children cumulated vsize: 381744 KiB
Current children cumulated memory: 294004 KiB

[startup+2442.3 s]
/proc/loadavg: 4.12 4.13 4.62 6/268 27861
/proc/meminfo: memFree=128398800/131250000 swapFree=33010684/33010684
[pid=27719] ppid=27704 vsize=213100 memory=137052 CPUtime=2140.03 cores=5,7
/proc/27719/stat : 27719 (LSIPExact) S 27704 27719 27651 0 -1 4194304 131814 0 0 0 213985 18 0 0 20 0 1 0 36535399 218214400 34263 18446744073709551615 94477848829952 94477876086353 140724361269232 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94477884589192 94477885020800 94477915910144 140724361271642 140724361271818 140724361271818 140724361277420 0
/proc/27719/statm: 53275 34263 3584 6655 0 39725 0
[pid=27798] ppid=27719 vsize=170516 memory=158872 CPUtime=1354.73 cores=5,7
/proc/27798/stat : 27798 (Exact) R 27719 27798 27798 0 -1 4194304 29678 0 0 0 135222 251 0 0 20 0 1 0 36643802 174608384 39718 18446744073709551615 4198400 8335837 140721329397088 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16891904 140721329399995 140721329400349 140721329400349 140721329405903 0
/proc/27798/statm: 42629 39718 1120 1011 0 41396 0
Current children cumulated CPU time: 3494.76 s
Current children cumulated vsize: 383616 KiB
Current children cumulated memory: 295924 KiB

[startup+2502.3 s]
/proc/loadavg: 4.10 4.12 4.58 6/267 27865
/proc/meminfo: memFree=128391296/131250000 swapFree=33010684/33010684
[pid=27719] ppid=27704 vsize=213100 memory=137052 CPUtime=2140.03 cores=5,7
/proc/27719/stat : 27719 (LSIPExact) S 27704 27719 27651 0 -1 4194304 131814 0 0 0 213985 18 0 0 20 0 1 0 36535399 218214400 34263 18446744073709551615 94477848829952 94477876086353 140724361269232 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94477884589192 94477885020800 94477915910144 140724361271642 140724361271818 140724361271818 140724361277420 0
/proc/27719/statm: 53275 34263 3584 6655 0 39725 0
[pid=27798] ppid=27719 vsize=170516 memory=159000 CPUtime=1414.58 cores=5,7
/proc/27798/stat : 27798 (Exact) R 27719 27798 27798 0 -1 4194304 29698 0 0 0 141191 267 0 0 20 0 1 0 36643802 174608384 39750 18446744073709551615 4198400 8335837 140721329397088 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16891904 140721329399995 140721329400349 140721329400349 140721329405903 0
/proc/27798/statm: 42629 39750 1120 1011 0 41396 0
Current children cumulated CPU time: 3554.61 s
Current children cumulated vsize: 383616 KiB
Current children cumulated memory: 296052 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2547.9 s]
/proc/loadavg: 4.11 4.12 4.56 5/262 27946
/proc/meminfo: memFree=128997260/131250000 swapFree=33010684/33010684
[pid=27719] ppid=27704 vsize=213100 memory=137052 CPUtime=2140.03 cores=5,7
/proc/27719/stat : 27719 (LSIPExact) S 27704 27719 27651 0 -1 4194304 131814 0 0 0 213985 18 0 0 20 0 1 0 36535399 218214400 34263 18446744073709551615 94477848829952 94477876086353 140724361269232 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94477884589192 94477885020800 94477915910144 140724361271642 140724361271818 140724361271818 140724361277420 0
/proc/27719/statm: 53275 34263 3584 6655 0 39725 0
[pid=27798] ppid=27719 vsize=172080 memory=160536 CPUtime=1460.06 cores=5,7
/proc/27798/stat : 27798 (Exact) R 27719 27798 27798 0 -1 4194304 30097 0 0 0 145736 270 0 0 20 0 1 0 36643802 176209920 40134 18446744073709551615 4198400 8335837 140721329397088 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16891904 140721329399995 140721329400349 140721329400349 140721329405903 0
/proc/27798/statm: 43020 40134 1120 1011 0 41787 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 385180 KiB
Current children cumulated memory: 297588 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.23 s, system=2.88957 s

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

[startup+2547.9 s]
/proc/loadavg: 4.11 4.12 4.56 5/262 27946
/proc/meminfo: memFree=128997260/131250000 swapFree=33010684/33010684
[pid=27719] ppid=27704 vsize=213100 memory=137052 CPUtime=2140.03 cores=5,7
/proc/27719/stat : 27719 (LSIPExact) S 27704 27719 27651 0 -1 4194304 131814 0 0 0 213985 18 0 0 20 0 1 0 36535399 218214400 34263 18446744073709551615 94477848829952 94477876086353 140724361269232 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94477884589192 94477885020800 94477915910144 140724361271642 140724361271818 140724361271818 140724361277420 0
/proc/27719/statm: 53275 34263 3584 6655 0 39725 0
[pid=27798] ppid=27719 vsize=172080 memory=160536 CPUtime=1460.06 cores=5,7
/proc/27798/stat : 27798 (Exact) R 27719 27798 27798 0 -1 4194304 30097 0 0 0 145736 270 0 0 20 0 1 0 36643802 176209920 40134 18446744073709551615 4198400 8335837 140721329397088 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16891904 140721329399995 140721329400349 140721329400349 140721329405903 0
/proc/27798/statm: 43020 40134 1120 1011 0 41787 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 385180 KiB
Current children cumulated memory: 297588 KiB

Child status: 0

Real time (s): 2547.92
CPU time (s): 3600.12
CPU user time (s): 3597.23
CPU system time (s): 2.88957
CPU usage (%): 141.297
Max. virtual memory (cumulated for all children) (KiB): 385180
Max. memory (cumulated for all children) (KiB): 297588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.23
system time used= 2.88957
maximum resident set size= 164704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162669
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= 655
involuntary context switches= 45723


# summary of solver processes directly reported to runsolver:
#   pid: 27719
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3597.23
#   total CPU system time (s): 2.88957

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.92378 second user time and 12.0361 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-06-29 16:49:48
IDJOB=4513178
IDBENCH=162289
IDSOLVER=3337
FILE ID=nodeC014/4513178-1751208588
RUNJOBID= nodeC014-1751208587-27664
SLURM_JOB_ID= 9587642
Free space on /tmp= 433016 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size128-round22-0.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513178-1751208588/watcher-4513178-1751208588 -o /tmp/evaluation-result-4513178-1751208588/solver-4513178-1751208588 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751208587-27664 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4513178-1751208588.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 3e8b284557ab3bc728bad30e424c83e1
RANDOM SEED=1351818093

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.866
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.127
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.168
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.099
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		: 3700.000
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		: 3700.000
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.127
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:        129589240 kB
MemAvailable:   129789588 kB
Buffers:            3280 kB
Cached:          1009472 kB
SwapCached:            0 kB
Active:           286964 kB
Inactive:         799992 kB
Active(anon):      92300 kB
Inactive(anon):        0 kB
Active(file):     194664 kB
Inactive(file):   799992 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            180124 kB
Writeback:             0 kB
AnonPages:         77304 kB
Mapped:           103200 kB
Shmem:             18068 kB
KReclaimable:      89864 kB
Slab:             175992 kB
SReclaimable:      89864 kB
SUnreclaim:        86128 kB
KernelStack:        4064 kB
PageTables:         2784 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     340096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150440 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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= 432840 MiB
End job on nodeC014 at 2025-06-29 17:32:16