Trace number 4510787

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LSIPExact S1? (TO) 3600.07 2901.92

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-almost3reg-l060-r059-n1.cnf-plain.pb.metafix.opb
MD5SUMdcac64736f2fac2889802971ff74db2d
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark415.773
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3288
Total number of constraints10282
Number of constraints which are clauses10282
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (63099 MiB free)
  memory of node 1: 64465 MiB (63706 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510787-1751137676/watcher-4510787-1751137676 -o /tmp/evaluation-result-4510787-1751137676/solver-4510787-1751137676 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751133631-11169 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4510787-1751137676.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=12318, runsolver pid=12315

[startup+0.100057 s]*
/proc/loadavg: 6.83 6.37 5.58 7/265 12319
/proc/meminfo: memFree=129849592/131250000 swapFree=33010684/33010684
[pid=12318] ppid=12315 vsize=46116 memory=11520 CPUtime=0.09 cores=0,2
/proc/12318/stat : 12318 (LSIPExact) R 12315 12318 11154 0 -1 4194304 1889 0 0 0 9 0 0 0 20 0 1 0 29446213 47222784 2880 18446744073709551615 93890995277824 93891022534225 140724676263488 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93891031037064 93891031468672 93891061694464 140724676266330 140724676266506 140724676266506 140724676272108 0
/proc/12318/statm: 11529 2880 1152 6655 0 1764 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 46116 KiB
Current children cumulated memory: 11520 KiB

[startup+0.204769 s]*
/proc/loadavg: 6.83 6.37 5.58 7/265 12319
/proc/meminfo: memFree=129849592/131250000 swapFree=33010684/33010684
[pid=12318] ppid=12315 vsize=46116 memory=11520 CPUtime=0.19 cores=0,2
/proc/12318/stat : 12318 (LSIPExact) R 12315 12318 11154 0 -1 4194304 1889 0 0 0 19 0 0 0 20 0 1 0 29446213 47222784 2880 18446744073709551615 93890995277824 93891022534225 140724676263488 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93891031037064 93891031468672 93891061694464 140724676266330 140724676266506 140724676266506 140724676272108 0
/proc/12318/statm: 11529 2880 1152 6655 0 1764 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 46116 KiB
Current children cumulated memory: 11520 KiB

[startup+0.304802 s]*
/proc/loadavg: 6.83 6.37 5.58 7/265 12319
/proc/meminfo: memFree=129849592/131250000 swapFree=33010684/33010684
[pid=12318] ppid=12315 vsize=46116 memory=11520 CPUtime=0.29 cores=0,2
/proc/12318/stat : 12318 (LSIPExact) R 12315 12318 11154 0 -1 4194304 1889 0 0 0 29 0 0 0 20 0 1 0 29446213 47222784 2880 18446744073709551615 93890995277824 93891022534225 140724676263488 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93891031037064 93891031468672 93891061694464 140724676266330 140724676266506 140724676266506 140724676272108 0
/proc/12318/statm: 11529 2880 1152 6655 0 1764 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 46116 KiB
Current children cumulated memory: 11520 KiB

[startup+0.700099 s]
/proc/loadavg: 6.83 6.37 5.58 7/265 12319
/proc/meminfo: memFree=129850408/131250000 swapFree=33010684/33010684
[pid=12318] ppid=12315 vsize=46116 memory=11520 CPUtime=0.68 cores=0,2
/proc/12318/stat : 12318 (LSIPExact) R 12315 12318 11154 0 -1 4194304 1889 0 0 0 68 0 0 0 20 0 1 0 29446213 47222784 2880 18446744073709551615 93890995277824 93891022534225 140724676263488 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93891031037064 93891031468672 93891061694464 140724676266330 140724676266506 140724676266506 140724676272108 0
/proc/12318/statm: 11529 2880 1152 6655 0 1764 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 46116 KiB
Current children cumulated memory: 11520 KiB

[startup+1.50009 s]
/proc/loadavg: 6.83 6.37 5.58 7/265 12319
/proc/meminfo: memFree=129850660/131250000 swapFree=33010684/33010684
[pid=12318] ppid=12315 vsize=46116 memory=11520 CPUtime=1.48 cores=0,2
/proc/12318/stat : 12318 (LSIPExact) R 12315 12318 11154 0 -1 4194304 1889 0 0 0 148 0 0 0 20 0 1 0 29446213 47222784 2880 18446744073709551615 93890995277824 93891022534225 140724676263488 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93891031037064 93891031468672 93891061694464 140724676266330 140724676266506 140724676266506 140724676272108 0
/proc/12318/statm: 11529 2880 1152 6655 0 1764 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 46116 KiB
Current children cumulated memory: 11520 KiB

[startup+3.10468 s]
/proc/loadavg: 6.76 6.36 5.59 7/265 12319
/proc/meminfo: memFree=129858724/131250000 swapFree=33010684/33010684
[pid=12318] ppid=12315 vsize=46116 memory=11520 CPUtime=3.08 cores=0,2
/proc/12318/stat : 12318 (LSIPExact) R 12315 12318 11154 0 -1 4194304 1889 0 0 0 308 0 0 0 20 0 1 0 29446213 47222784 2880 18446744073709551615 93890995277824 93891022534225 140724676263488 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93891031037064 93891031468672 93891061694464 140724676266330 140724676266506 140724676266506 140724676272108 0
/proc/12318/statm: 11529 2880 1152 6655 0 1764 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 46116 KiB
Current children cumulated memory: 11520 KiB

[startup+6.3001 s]
/proc/loadavg: 6.76 6.36 5.59 7/265 12319
/proc/meminfo: memFree=129858728/131250000 swapFree=33010684/33010684
[pid=12318] ppid=12315 vsize=46116 memory=11520 CPUtime=6.27 cores=0,2
/proc/12318/stat : 12318 (LSIPExact) R 12315 12318 11154 0 -1 4194304 1889 0 0 0 627 0 0 0 20 0 1 0 29446213 47222784 2880 18446744073709551615 93890995277824 93891022534225 140724676263488 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93891031037064 93891031468672 93891061694464 140724676266330 140724676266506 140724676266506 140724676272108 0
/proc/12318/statm: 11529 2880 1152 6655 0 1764 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 46116 KiB
Current children cumulated memory: 11520 KiB

[startup+12.7001 s]
/proc/loadavg: 6.80 6.38 5.60 8/266 12320
/proc/meminfo: memFree=129825100/131250000 swapFree=33010684/33010684
[pid=12318] ppid=12315 vsize=145864 memory=51768 CPUtime=15.24 cores=0,2
/proc/12318/stat : 12318 (LSIPExact) R 12315 12318 11154 0 -1 4194304 9535 0 0 0 1523 1 0 0 20 0 2 0 29446213 149364736 12942 18446744073709551615 93890995277824 93891022534225 140724676263488 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93891031037064 93891031468672 93891061694464 140724676266330 140724676266506 140724676266506 140724676272108 0
/proc/12318/statm: 36466 12942 3296 6655 0 11910 0
[pid=12318/tid=12320] ppid=12315 vsize=145864 memory=6260 CPUtime=2.57 cores=0,2
/proc/12318/task/12320/stat : 12320 (LSIPExact) R 12315 12318 11154 0 -1 4194368 1675 0 0 0 257 0 0 0 20 0 2 0 29447215 149364736 12942 18446744073709551615 93890995277824 93891022534225 140724676263488 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93891031037064 93891031468672 93891061694464 140724676266330 140724676266506 140724676266506 140724676272108 0
Current children cumulated CPU time: 15.24 s
Current children cumulated vsize: 145864 KiB
Current children cumulated memory: 51768 KiB

[startup+25.5002 s]
/proc/loadavg: 6.83 6.41 5.62 8/266 12320
/proc/meminfo: memFree=129810180/131250000 swapFree=33010684/33010684
[pid=12318] ppid=12315 vsize=161988 memory=68408 CPUtime=40.68 cores=0,2
/proc/12318/stat : 12318 (LSIPExact) R 12315 12318 11154 0 -1 4194304 25582 0 0 0 4066 2 0 0 20 0 2 0 29446213 165875712 17102 18446744073709551615 93890995277824 93891022534225 140724676263488 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93891031037064 93891031468672 93891061694464 140724676266330 140724676266506 140724676266506 140724676272108 0
/proc/12318/statm: 40497 17102 3328 6655 0 15962 0
[pid=12318/tid=12320] ppid=12315 vsize=161988 memory=68280 CPUtime=15.24 cores=0,2
/proc/12318/task/12320/stat : 12320 (LSIPExact) R 12315 12318 11154 0 -1 4194368 6424 0 0 0 1524 0 0 0 20 0 2 0 29447215 165875712 17102 18446744073709551615 93890995277824 93891022534225 140724676263488 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93891031037064 93891031468672 93891061694464 140724676266330 140724676266506 140724676266506 140724676272108 0
Current children cumulated CPU time: 40.68 s
Current children cumulated vsize: 161988 KiB
Current children cumulated memory: 68408 KiB

[startup+51.1057 s]
/proc/loadavg: 6.89 6.45 5.66 8/266 12321
/proc/meminfo: memFree=129817076/131250000 swapFree=33010684/33010684
[pid=12318] ppid=12315 vsize=161988 memory=72376 CPUtime=91.62 cores=0,2
/proc/12318/stat : 12318 (LSIPExact) R 12315 12318 11154 0 -1 4194304 33662 0 0 0 9159 3 0 0 20 0 2 0 29446213 165875712 18094 18446744073709551615 93890995277824 93891022534225 140724676263488 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93891031037064 93891031468672 93891061694464 140724676266330 140724676266506 140724676266506 140724676272108 0
/proc/12318/statm: 40497 18094 3328 6655 0 16889 0
[pid=12318/tid=12320] ppid=12315 vsize=161988 memory=72376 CPUtime=40.64 cores=0,2
/proc/12318/task/12320/stat : 12320 (LSIPExact) R 12315 12318 11154 0 -1 4194368 10809 0 0 0 4063 1 0 0 20 0 2 0 29447215 165875712 18094 18446744073709551615 93890995277824 93891022534225 140724676263488 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93891031037064 93891031468672 93891061694464 140724676266330 140724676266506 140724676266506 140724676272108 0
Current children cumulated CPU time: 91.62 s
Current children cumulated vsize: 161988 KiB
Current children cumulated memory: 72376 KiB

[startup+102.3 s]
/proc/loadavg: 6.58 6.45 5.70 7/266 12324
/proc/meminfo: memFree=129780848/131250000 swapFree=33010684/33010684
[pid=12318] ppid=12315 vsize=161988 memory=74552 CPUtime=193.42 cores=0,2
/proc/12318/stat : 12318 (LSIPExact) R 12315 12318 11154 0 -1 4194304 35371 0 0 0 19338 4 0 0 20 0 2 0 29446213 165875712 18638 18446744073709551615 93890995277824 93891022534225 140724676263488 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93891031037064 93891031468672 93891061694464 140724676266330 140724676266506 140724676266506 140724676272108 0
/proc/12318/statm: 40497 18638 3328 6655 0 17006 0
[pid=12318/tid=12320] ppid=12315 vsize=161988 memory=14720 CPUtime=91.38 cores=0,2
/proc/12318/task/12320/stat : 12320 (LSIPExact) R 12315 12318 11154 0 -1 4194368 12349 0 0 0 9137 1 0 0 20 0 2 0 29447215 165875712 18638 18446744073709551615 93890995277824 93891022534225 140724676263488 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93891031037064 93891031468672 93891061694464 140724676266330 140724676266506 140724676266506 140724676272108 0
Current children cumulated CPU time: 193.42 s
Current children cumulated vsize: 161988 KiB
Current children cumulated memory: 74552 KiB

[startup+162.3 s]
/proc/loadavg: 6.27 6.38 5.73 7/266 12326
/proc/meminfo: memFree=129795208/131250000 swapFree=33010684/33010684
[pid=12318] ppid=12315 vsize=161988 memory=74936 CPUtime=312.75 cores=0,2
/proc/12318/stat : 12318 (LSIPExact) R 12315 12318 11154 0 -1 4194304 35466 0 0 0 31271 4 0 0 20 0 2 0 29446213 165875712 18734 18446744073709551615 93890995277824 93891022534225 140724676263488 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93891031037064 93891031468672 93891061694464 140724676266330 140724676266506 140724676266506 140724676272108 0
/proc/12318/statm: 40497 18734 3328 6655 0 17076 0
[pid=12318/tid=12320] ppid=12315 vsize=161988 memory=74936 CPUtime=150.86 cores=0,2
/proc/12318/task/12320/stat : 12320 (LSIPExact) R 12315 12318 11154 0 -1 4194368 12436 0 0 0 15085 1 0 0 20 0 2 0 29447215 165875712 18734 18446744073709551615 93890995277824 93891022534225 140724676263488 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93891031037064 93891031468672 93891061694464 140724676266330 140724676266506 140724676266506 140724676272108 0
Current children cumulated CPU time: 312.75 s
Current children cumulated vsize: 161988 KiB
Current children cumulated memory: 74936 KiB

[startup+222.3 s]
/proc/loadavg: 6.18 6.33 5.75 7/266 12329
/proc/meminfo: memFree=129771312/131250000 swapFree=33010684/33010684
[pid=12318] ppid=12315 vsize=161988 memory=75064 CPUtime=432.08 cores=0,2
/proc/12318/stat : 12318 (LSIPExact) R 12315 12318 11154 0 -1 4194304 35694 0 0 0 43203 5 0 0 20 0 2 0 29446213 165875712 18766 18446744073709551615 93890995277824 93891022534225 140724676263488 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93891031037064 93891031468672 93891061694464 140724676266330 140724676266506 140724676266506 140724676272108 0
/proc/12318/statm: 40497 18766 3328 6655 0 17115 0
[pid=12318/tid=12320] ppid=12315 vsize=161988 memory=75064 CPUtime=210.34 cores=0,2
/proc/12318/task/12320/stat : 12320 (LSIPExact) R 12315 12318 11154 0 -1 4194368 12638 0 0 0 21033 1 0 0 20 0 2 0 29447215 165875712 18766 18446744073709551615 93890995277824 93891022534225 140724676263488 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93891031037064 93891031468672 93891061694464 140724676266330 140724676266506 140724676266506 140724676272108 0
Current children cumulated CPU time: 432.08 s
Current children cumulated vsize: 161988 KiB
Current children cumulated memory: 75064 KiB

[startup+282.3 s]
/proc/loadavg: 6.13 6.28 5.78 7/267 12332
/proc/meminfo: memFree=129757788/131250000 swapFree=33010684/33010684
[pid=12318] ppid=12315 vsize=168584 memory=82232 CPUtime=550.11 cores=0,2
/proc/12318/stat : 12318 (LSIPExact) R 12315 12318 11154 0 -1 4194304 38155 0 0 0 55006 5 0 0 20 0 2 0 29446213 172630016 20558 18446744073709551615 93890995277824 93891022534225 140724676263488 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93891031037064 93891031468672 93891061694464 140724676266330 140724676266506 140724676266506 140724676272108 0
/proc/12318/statm: 42146 20558 3328 6655 0 18940 0
[pid=12318/tid=12320] ppid=12315 vsize=168584 memory=82232 CPUtime=269.98 cores=0,2
/proc/12318/task/12320/stat : 12320 (LSIPExact) R 12315 12318 11154 0 -1 4194368 13184 0 0 0 26997 1 0 0 20 0 2 0 29447215 172630016 20558 18446744073709551615 93890995277824 93891022534225 140724676263488 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93891031037064 93891031468672 93891061694464 140724676266330 140724676266506 140724676266506 140724676272108 0
Current children cumulated CPU time: 550.11 s
Current children cumulated vsize: 168584 KiB
Current children cumulated memory: 82232 KiB

[startup+342.3 s]
/proc/loadavg: 6.03 6.23 5.79 7/268 12337
/proc/meminfo: memFree=129756476/131250000 swapFree=33010684/33010684
[pid=12318] ppid=12315 vsize=169236 memory=83384 CPUtime=667.17 cores=0,2
/proc/12318/stat : 12318 (LSIPExact) R 12315 12318 11154 0 -1 4194304 40300 0 0 0 66711 6 0 0 20 0 2 0 29446213 173297664 20846 18446744073709551615 93890995277824 93891022534225 140724676263488 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93891031037064 93891031468672 93891061694464 140724676266330 140724676266506 140724676266506 140724676272108 0
/proc/12318/statm: 42309 20846 3328 6655 0 19154 0
[pid=12318/tid=12320] ppid=12315 vsize=169236 memory=82360 CPUtime=329.66 cores=0,2
/proc/12318/task/12320/stat : 12320 (LSIPExact) R 12315 12318 11154 0 -1 4194368 13266 0 0 0 32964 2 0 0 20 0 2 0 29447215 173297664 20846 18446744073709551615 93890995277824 93891022534225 140724676263488 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93891031037064 93891031468672 93891061694464 140724676266330 140724676266506 140724676266506 140724676272108 0
Current children cumulated CPU time: 667.17 s
Current children cumulated vsize: 169236 KiB
Current children cumulated memory: 83384 KiB


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

/proc/loadavg: 6.01 5.95 5.62 7/268 12845
/proc/meminfo: memFree=113795076/131250000 swapFree=33010684/33010684
[pid=12318] ppid=12315 vsize=171396 memory=88520 CPUtime=1430.19 cores=0,2
/proc/12318/stat : 12318 (LSIPExact) S 12315 12318 11154 0 -1 4194304 43322 0 0 0 143010 9 0 0 20 0 1 0 29446213 175509504 22130 18446744073709551615 93890995277824 93891022534225 140724676263488 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93891031037064 93891031468672 93891061694464 140724676266330 140724676266506 140724676266506 140724676272108 0
/proc/12318/statm: 42849 22130 3360 6655 0 20636 0
[pid=12356] ppid=12318 vsize=135868 memory=117804 CPUtime=1651.68 cores=0,2
/proc/12356/stat : 12356 (Exact) R 12318 12356 12356 0 -1 4194304 21043 0 0 0 164847 321 0 0 20 0 1 0 29518815 139128832 29451 18446744073709551615 4198400 8335837 140727220362272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 27713536 140727220365499 140727220365853 140727220365853 140727220371407 0
/proc/12356/statm: 33967 29451 1120 1011 0 32734 0
Current children cumulated CPU time: 3081.87 s
Current children cumulated vsize: 307264 KiB
Current children cumulated memory: 206324 KiB

[startup+2442.3 s]
/proc/loadavg: 6.06 5.98 5.65 7/268 12847
/proc/meminfo: memFree=113795712/131250000 swapFree=33010684/33010684
[pid=12318] ppid=12315 vsize=171396 memory=88520 CPUtime=1430.19 cores=0,2
/proc/12318/stat : 12318 (LSIPExact) S 12315 12318 11154 0 -1 4194304 43322 0 0 0 143010 9 0 0 20 0 1 0 29446213 175509504 22130 18446744073709551615 93890995277824 93891022534225 140724676263488 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93891031037064 93891031468672 93891061694464 140724676266330 140724676266506 140724676266506 140724676272108 0
/proc/12318/statm: 42849 22130 3360 6655 0 20636 0
[pid=12356] ppid=12318 vsize=137588 memory=119468 CPUtime=1711.52 cores=0,2
/proc/12356/stat : 12356 (Exact) R 12318 12356 12356 0 -1 4194304 21473 0 0 0 170821 331 0 0 20 0 1 0 29518815 140890112 29867 18446744073709551615 4198400 8335837 140727220362272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 27713536 140727220365499 140727220365853 140727220365853 140727220371407 0
/proc/12356/statm: 34397 29867 1120 1011 0 33164 0
Current children cumulated CPU time: 3141.71 s
Current children cumulated vsize: 308984 KiB
Current children cumulated memory: 207988 KiB

[startup+2502.3 s]
/proc/loadavg: 6.07 6.00 5.68 6/269 12851
/proc/meminfo: memFree=113776704/131250000 swapFree=33010684/33010684
[pid=12318] ppid=12315 vsize=171396 memory=88520 CPUtime=1430.19 cores=0,2
/proc/12318/stat : 12318 (LSIPExact) S 12315 12318 11154 0 -1 4194304 43322 0 0 0 143010 9 0 0 20 0 1 0 29446213 175509504 22130 18446744073709551615 93890995277824 93891022534225 140724676263488 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93891031037064 93891031468672 93891061694464 140724676266330 140724676266506 140724676266506 140724676272108 0
/proc/12318/statm: 42849 22130 3360 6655 0 20636 0
[pid=12356] ppid=12318 vsize=138496 memory=122532 CPUtime=1771.35 cores=0,2
/proc/12356/stat : 12356 (Exact) R 12318 12356 12356 0 -1 4194304 21701 0 0 0 176796 339 0 0 20 0 1 0 29518815 141819904 30633 18446744073709551615 4198400 8335837 140727220362272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 27713536 140727220365499 140727220365853 140727220365853 140727220371407 0
/proc/12356/statm: 34624 30633 1120 1011 0 33391 0
Current children cumulated CPU time: 3201.54 s
Current children cumulated vsize: 309892 KiB
Current children cumulated memory: 211052 KiB

[startup+2562.3 s]
/proc/loadavg: 5.53 5.86 5.65 6/269 12854
/proc/meminfo: memFree=113752088/131250000 swapFree=33010684/33010684
[pid=12318] ppid=12315 vsize=171396 memory=88520 CPUtime=1430.19 cores=0,2
/proc/12318/stat : 12318 (LSIPExact) S 12315 12318 11154 0 -1 4194304 43322 0 0 0 143010 9 0 0 20 0 1 0 29446213 175509504 22130 18446744073709551615 93890995277824 93891022534225 140724676263488 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93891031037064 93891031468672 93891061694464 140724676266330 140724676266506 140724676266506 140724676272108 0
/proc/12318/statm: 42849 22130 3360 6655 0 20636 0
[pid=12356] ppid=12318 vsize=138688 memory=122660 CPUtime=1831.18 cores=0,2
/proc/12356/stat : 12356 (Exact) R 12318 12356 12356 0 -1 4194304 21750 0 0 0 182771 347 0 0 20 0 1 0 29518815 142016512 30665 18446744073709551615 4198400 8335837 140727220362272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 27713536 140727220365499 140727220365853 140727220365853 140727220371407 0
/proc/12356/statm: 34672 30665 1120 1011 0 33439 0
Current children cumulated CPU time: 3261.37 s
Current children cumulated vsize: 310084 KiB
Current children cumulated memory: 211180 KiB

[startup+2622.3 s]
/proc/loadavg: 5.23 5.72 5.61 6/269 12858
/proc/meminfo: memFree=113759772/131250000 swapFree=33010684/33010684
[pid=12318] ppid=12315 vsize=171396 memory=88520 CPUtime=1430.19 cores=0,2
/proc/12318/stat : 12318 (LSIPExact) S 12315 12318 11154 0 -1 4194304 43322 0 0 0 143010 9 0 0 20 0 1 0 29446213 175509504 22130 18446744073709551615 93890995277824 93891022534225 140724676263488 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93891031037064 93891031468672 93891061694464 140724676266330 140724676266506 140724676266506 140724676272108 0
/proc/12318/statm: 42849 22130 3360 6655 0 20636 0
[pid=12356] ppid=12318 vsize=140276 memory=124324 CPUtime=1891.02 cores=0,2
/proc/12356/stat : 12356 (Exact) R 12318 12356 12356 0 -1 4194304 22160 0 0 0 188746 356 0 0 20 0 1 0 29518815 143642624 31081 18446744073709551615 4198400 8335837 140727220362272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 27713536 140727220365499 140727220365853 140727220365853 140727220371407 0
/proc/12356/statm: 35069 31081 1120 1011 0 33836 0
Current children cumulated CPU time: 3321.21 s
Current children cumulated vsize: 311672 KiB
Current children cumulated memory: 212844 KiB

[startup+2682.3 s]
/proc/loadavg: 5.20 5.62 5.58 6/269 12860
/proc/meminfo: memFree=113753588/131250000 swapFree=33010684/33010684
[pid=12318] ppid=12315 vsize=171396 memory=88520 CPUtime=1430.19 cores=0,2
/proc/12318/stat : 12318 (LSIPExact) S 12315 12318 11154 0 -1 4194304 43322 0 0 0 143010 9 0 0 20 0 1 0 29446213 175509504 22130 18446744073709551615 93890995277824 93891022534225 140724676263488 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93891031037064 93891031468672 93891061694464 140724676266330 140724676266506 140724676266506 140724676272108 0
/proc/12318/statm: 42849 22130 3360 6655 0 20636 0
[pid=12356] ppid=12318 vsize=140908 memory=124836 CPUtime=1950.85 cores=0,2
/proc/12356/stat : 12356 (Exact) R 12318 12356 12356 0 -1 4194304 22336 0 0 0 194721 364 0 0 20 0 1 0 29518815 144289792 31209 18446744073709551615 4198400 8335837 140727220362272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 27713536 140727220365499 140727220365853 140727220365853 140727220371407 0
/proc/12356/statm: 35227 31209 1120 1011 0 33994 0
Current children cumulated CPU time: 3381.04 s
Current children cumulated vsize: 312304 KiB
Current children cumulated memory: 213356 KiB

[startup+2742.3 s]
/proc/loadavg: 5.13 5.52 5.55 6/269 12862
/proc/meminfo: memFree=113744872/131250000 swapFree=33010684/33010684
[pid=12318] ppid=12315 vsize=171396 memory=88520 CPUtime=1430.19 cores=0,2
/proc/12318/stat : 12318 (LSIPExact) S 12315 12318 11154 0 -1 4194304 43322 0 0 0 143010 9 0 0 20 0 1 0 29446213 175509504 22130 18446744073709551615 93890995277824 93891022534225 140724676263488 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93891031037064 93891031468672 93891061694464 140724676266330 140724676266506 140724676266506 140724676272108 0
/proc/12318/statm: 42849 22130 3360 6655 0 20636 0
[pid=12356] ppid=12318 vsize=141100 memory=127132 CPUtime=2010.68 cores=0,2
/proc/12356/stat : 12356 (Exact) R 12318 12356 12356 0 -1 4194304 22405 0 0 0 200696 372 0 0 20 0 1 0 29518815 144486400 31783 18446744073709551615 4198400 8335837 140727220362272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 27713536 140727220365499 140727220365853 140727220365853 140727220371407 0
/proc/12356/statm: 35275 31783 1120 1011 0 34042 0
Current children cumulated CPU time: 3440.87 s
Current children cumulated vsize: 312496 KiB
Current children cumulated memory: 215652 KiB

[startup+2802.3 s]
/proc/loadavg: 5.10 5.44 5.52 6/269 12867
/proc/meminfo: memFree=113733224/131250000 swapFree=33010684/33010684
[pid=12318] ppid=12315 vsize=171396 memory=88520 CPUtime=1430.19 cores=0,2
/proc/12318/stat : 12318 (LSIPExact) S 12315 12318 11154 0 -1 4194304 43322 0 0 0 143010 9 0 0 20 0 1 0 29446213 175509504 22130 18446744073709551615 93890995277824 93891022534225 140724676263488 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93891031037064 93891031468672 93891061694464 140724676266330 140724676266506 140724676266506 140724676272108 0
/proc/12318/statm: 42849 22130 3360 6655 0 20636 0
[pid=12356] ppid=12318 vsize=145972 memory=132000 CPUtime=2070.52 cores=0,2
/proc/12356/stat : 12356 (Exact) R 12318 12356 12356 0 -1 4194304 23112 0 0 0 206672 380 0 0 20 0 1 0 29518815 149475328 33000 18446744073709551615 4198400 8335837 140727220362272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 27713536 140727220365499 140727220365853 140727220365853 140727220371407 0
/proc/12356/statm: 36493 33000 1120 1011 0 35260 0
Current children cumulated CPU time: 3500.71 s
Current children cumulated vsize: 317368 KiB
Current children cumulated memory: 220520 KiB

[startup+2862.3 s]
/proc/loadavg: 5.10 5.37 5.49 6/268 12874
/proc/meminfo: memFree=113646768/131250000 swapFree=33010684/33010684
[pid=12318] ppid=12315 vsize=171396 memory=88520 CPUtime=1430.19 cores=0,2
/proc/12318/stat : 12318 (LSIPExact) S 12315 12318 11154 0 -1 4194304 43322 0 0 0 143010 9 0 0 20 0 1 0 29446213 175509504 22130 18446744073709551615 93890995277824 93891022534225 140724676263488 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93891031037064 93891031468672 93891061694464 140724676266330 140724676266506 140724676266506 140724676272108 0
/proc/12318/statm: 42849 22130 3360 6655 0 20636 0
[pid=12356] ppid=12318 vsize=146604 memory=132640 CPUtime=2130.35 cores=0,2
/proc/12356/stat : 12356 (Exact) R 12318 12356 12356 0 -1 4194304 23270 0 0 0 212646 389 0 0 20 0 1 0 29518815 150122496 33160 18446744073709551615 4198400 8335837 140727220362272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 27713536 140727220365499 140727220365853 140727220365853 140727220371407 0
/proc/12356/statm: 36651 33160 1120 1011 0 35418 0
Current children cumulated CPU time: 3560.54 s
Current children cumulated vsize: 318000 KiB
Current children cumulated memory: 221160 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2901.9 s]
/proc/loadavg: 4.84 5.27 5.45 5/267 12876
/proc/meminfo: memFree=112662228/131250000 swapFree=33010684/33010684
[pid=12318] ppid=12315 vsize=171396 memory=88520 CPUtime=1430.19 cores=0,2
/proc/12318/stat : 12318 (LSIPExact) S 12315 12318 11154 0 -1 4194304 43322 0 0 0 143010 9 0 0 20 0 1 0 29446213 175509504 22130 18446744073709551615 93890995277824 93891022534225 140724676263488 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93891031037064 93891031468672 93891061694464 140724676266330 140724676266506 140724676266506 140724676272108 0
/proc/12318/statm: 42849 22130 3360 6655 0 20636 0
[pid=12356] ppid=12318 vsize=147376 memory=133408 CPUtime=2169.84 cores=0,2
/proc/12356/stat : 12356 (Exact) R 12318 12356 12356 0 -1 4194304 23463 0 0 0 216588 396 0 0 20 0 1 0 29518815 150913024 33352 18446744073709551615 4198400 8335837 140727220362272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 27713536 140727220365499 140727220365853 140727220365853 140727220371407 0
/proc/12356/statm: 36844 33352 1120 1011 0 35611 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 318772 KiB
Current children cumulated memory: 221928 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596 s, system=4.06553 s

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

[startup+2901.9 s]
/proc/loadavg: 4.84 5.27 5.45 5/267 12876
/proc/meminfo: memFree=112662228/131250000 swapFree=33010684/33010684
[pid=12318] ppid=12315 vsize=171396 memory=88520 CPUtime=1430.19 cores=0,2
/proc/12318/stat : 12318 (LSIPExact) S 12315 12318 11154 0 -1 4194304 43322 0 0 0 143010 9 0 0 20 0 1 0 29446213 175509504 22130 18446744073709551615 93890995277824 93891022534225 140724676263488 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93891031037064 93891031468672 93891061694464 140724676266330 140724676266506 140724676266506 140724676272108 0
/proc/12318/statm: 42849 22130 3360 6655 0 20636 0
[pid=12356] ppid=12318 vsize=147376 memory=133408 CPUtime=2169.84 cores=0,2
/proc/12356/stat : 12356 (Exact) R 12318 12356 12356 0 -1 4194304 23463 0 0 0 216588 396 0 0 20 0 1 0 29518815 150913024 33352 18446744073709551615 4198400 8335837 140727220362272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 27713536 140727220365499 140727220365853 140727220365853 140727220371407 0
/proc/12356/statm: 36844 33352 1120 1011 0 35611 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 318772 KiB
Current children cumulated memory: 221928 KiB

Child status: 0

Real time (s): 2901.92
CPU time (s): 3600.07
CPU user time (s): 3596
CPU system time (s): 4.06553
CPU usage (%): 124.058
Max. virtual memory (cumulated for all children) (KiB): 327008
Max. memory (cumulated for all children) (KiB): 221928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596
system time used= 4.06553
maximum resident set size= 133408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67566
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= 479
involuntary context switches= 16253


# summary of solver processes directly reported to runsolver:
#   pid: 12318
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3596
#   total CPU system time (s): 4.06553

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.41233 second user time and 13.4459 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-06-28 21:07:56
IDJOB=4510787
IDBENCH=160386
IDSOLVER=3336
FILE ID=nodeC026/4510787-1751137676
RUNJOBID= nodeC026-1751133631-11169
SLURM_JOB_ID= 9587426
Free space on /tmp= 432928 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-almost3reg-l060-r059-n1.cnf-plain.pb.metafix.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510787-1751137676/watcher-4510787-1751137676 -o /tmp/evaluation-result-4510787-1751137676/solver-4510787-1751137676 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751133631-11169 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4510787-1751137676.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= dcac64736f2fac2889802971ff74db2d
RANDOM SEED=1309337057

nodeC026 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.590
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.59
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.813
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.59
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.774
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.59
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		: 3602.194
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.59
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.777
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129849592 kB
MemAvailable:   129571948 kB
Buffers:            3280 kB
Cached:           534180 kB
SwapCached:            0 kB
Active:           475976 kB
Inactive:         327468 kB
Active(anon):     284064 kB
Inactive(anon):        0 kB
Active(file):     191912 kB
Inactive(file):   327468 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44912 kB
Writeback:             4 kB
AnonPages:        269072 kB
Mapped:           143148 kB
Shmem:             18080 kB
KReclaimable:      84428 kB
Slab:             166904 kB
SReclaimable:      84428 kB
SUnreclaim:        82476 kB
KernelStack:        4272 kB
PageTables:         3644 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     627620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:    141312 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432448 MiB
End job on nodeC026 at 2025-06-28 21:56:18