Trace number 4510968

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.07 2548.44

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-almost3reg-l090-r089-n1.cnf-plain.pb.metafix.opb
MD5SUM60aa0ac85dc632e57e54cb255f142331
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4830
Total number of constraints15140
Number of constraints which are clauses15140
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

2139.55/1084.03	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2139.55/1084.03	c numVar: 4830
2139.55/1084.03	c numCon: 15140
2139.55/1084.03	c numEqual: 0
2139.55/1084.03	c intSize: 3
2139.55/1084.03	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2139.55/1084.03	c ------------------- Paras list -------------------
2139.55/1084.03	c Name                	 Type      	 Now       	 Default   	 Comment
2139.55/1084.03	c timeout             	 double    	 3600.000000	 3600      	 
2139.55/1084.03	c mip_time            	 double    	 0.300000  	 0.5       	 
2139.55/1084.03	c ls_time             	 double    	 10.000000 	 10        	 
2139.55/1084.03	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2139.55/1084.03	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2139.55/1084.03	c random_seed         	 int       	 0         	 0         	 
2139.55/1084.03	c sample_size         	 int       	 50        	 50        	 
2139.55/1084.03	c sub_score           	 int       	 1         	 1         	 
2139.55/1084.03	c tabu_base           	 int       	 3         	 3         	 
2139.55/1084.03	c tabu_variation      	 int       	 1         	 1         	 
2139.55/1084.03	c sub_div             	 int       	 4         	 4         	 
2139.55/1084.03	c nbcore              	 int       	 2         	 1         	 
2139.55/1084.03	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2139.55/1084.03	c print_sol           	 int       	 1         	 1         	 
2139.55/1084.03	c tmpdir              	 string		 .         	 "."       	 
2139.55/1084.03	c home                	 string		 HOME	 "."       	 
2139.55/1084.03	c benchname           	 string		 HOME/instance-4510968-1751185980.opb	 ""        	 
2139.55/1084.03	c --------------------------------------------------
2139.55/1084.03	c Local Search solver
2139.55/1084.03	c MIP solver
2139.55/1084.03	c use Exact solver
3600.02/2548.40	c receive signal 15, try to interrupt solver...
3600.02/2548.42	c Exact solver (PID 23346) interrupted gracefully.
3600.02/2548.43	s UNKNOWN
3600.02/2548.43	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: 63837 MiB (63169 MiB free)
  memory of node 1: 64465 MiB (63631 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510968-1751185980/watcher-4510968-1751185980 -o /tmp/evaluation-result-4510968-1751185980/solver-4510968-1751185980 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751180806-21023 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4510968-1751185980.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=22407, runsolver pid=22404

[startup+0.100099 s]*
/proc/loadavg: 7.48 7.02 6.67 8/254 22408
/proc/meminfo: memFree=129835924/131382116 swapFree=33010684/33010684
[pid=22407] ppid=22404 vsize=49152 memory=14464 CPUtime=0.1 cores=4,6
/proc/22407/stat : 22407 (LSIPExact) R 22404 22407 21012 0 -1 4194304 2648 0 0 0 9 1 0 0 20 0 1 0 34277469 50331648 3616 18446744073709551615 94882860244992 94882887501393 140728637085408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94882896004232 94882896435840 94882912182272 140728637090138 140728637090314 140728637090314 140728637095916 0
/proc/22407/statm: 12288 3616 1152 6655 0 2523 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 49152 KiB
Current children cumulated memory: 14464 KiB

[startup+0.213195 s]*
/proc/loadavg: 7.48 7.02 6.67 8/254 22408
/proc/meminfo: memFree=129836956/131382116 swapFree=33010684/33010684
[pid=22407] ppid=22404 vsize=49152 memory=14464 CPUtime=0.21 cores=4,6
/proc/22407/stat : 22407 (LSIPExact) R 22404 22407 21012 0 -1 4194304 2648 0 0 0 20 1 0 0 20 0 1 0 34277469 50331648 3616 18446744073709551615 94882860244992 94882887501393 140728637085408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94882896004232 94882896435840 94882912182272 140728637090138 140728637090314 140728637090314 140728637095916 0
/proc/22407/statm: 12288 3616 1152 6655 0 2523 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 49152 KiB
Current children cumulated memory: 14464 KiB

[startup+0.312815 s]*
/proc/loadavg: 7.48 7.02 6.67 8/254 22408
/proc/meminfo: memFree=129836956/131382116 swapFree=33010684/33010684
[pid=22407] ppid=22404 vsize=49152 memory=14464 CPUtime=0.31 cores=4,6
/proc/22407/stat : 22407 (LSIPExact) R 22404 22407 21012 0 -1 4194304 2648 0 0 0 30 1 0 0 20 0 1 0 34277469 50331648 3616 18446744073709551615 94882860244992 94882887501393 140728637085408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94882896004232 94882896435840 94882912182272 140728637090138 140728637090314 140728637090314 140728637095916 0
/proc/22407/statm: 12288 3616 1152 6655 0 2523 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 49152 KiB
Current children cumulated memory: 14464 KiB

[startup+0.700262 s]
/proc/loadavg: 7.48 7.02 6.67 8/254 22408
/proc/meminfo: memFree=129836956/131382116 swapFree=33010684/33010684
[pid=22407] ppid=22404 vsize=49152 memory=14464 CPUtime=0.68 cores=4,6
/proc/22407/stat : 22407 (LSIPExact) R 22404 22407 21012 0 -1 4194304 2648 0 0 0 67 1 0 0 20 0 1 0 34277469 50331648 3616 18446744073709551615 94882860244992 94882887501393 140728637085408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94882896004232 94882896435840 94882912182272 140728637090138 140728637090314 140728637090314 140728637095916 0
/proc/22407/statm: 12288 3616 1152 6655 0 2523 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 49152 KiB
Current children cumulated memory: 14464 KiB

[startup+1.50024 s]
/proc/loadavg: 7.48 7.02 6.67 8/254 22408
/proc/meminfo: memFree=129836956/131382116 swapFree=33010684/33010684
[pid=22407] ppid=22404 vsize=49152 memory=14464 CPUtime=1.48 cores=4,6
/proc/22407/stat : 22407 (LSIPExact) R 22404 22407 21012 0 -1 4194304 2648 0 0 0 147 1 0 0 20 0 1 0 34277469 50331648 3616 18446744073709551615 94882860244992 94882887501393 140728637085408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94882896004232 94882896435840 94882912182272 140728637090138 140728637090314 140728637090314 140728637095916 0
/proc/22407/statm: 12288 3616 1152 6655 0 2523 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 49152 KiB
Current children cumulated memory: 14464 KiB

[startup+3.11229 s]
/proc/loadavg: 7.48 7.02 6.67 8/254 22408
/proc/meminfo: memFree=129837208/131382116 swapFree=33010684/33010684
[pid=22407] ppid=22404 vsize=49152 memory=14464 CPUtime=3.09 cores=4,6
/proc/22407/stat : 22407 (LSIPExact) R 22404 22407 21012 0 -1 4194304 2648 0 0 0 308 1 0 0 20 0 1 0 34277469 50331648 3616 18446744073709551615 94882860244992 94882887501393 140728637085408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94882896004232 94882896435840 94882912182272 140728637090138 140728637090314 140728637090314 140728637095916 0
/proc/22407/statm: 12288 3616 1152 6655 0 2523 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 49152 KiB
Current children cumulated memory: 14464 KiB

[startup+6.30023 s]
/proc/loadavg: 7.44 7.02 6.67 8/254 22408
/proc/meminfo: memFree=129837696/131382116 swapFree=33010684/33010684
[pid=22407] ppid=22404 vsize=49152 memory=14464 CPUtime=6.27 cores=4,6
/proc/22407/stat : 22407 (LSIPExact) R 22404 22407 21012 0 -1 4194304 2648 0 0 0 626 1 0 0 20 0 1 0 34277469 50331648 3616 18446744073709551615 94882860244992 94882887501393 140728637085408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94882896004232 94882896435840 94882912182272 140728637090138 140728637090314 140728637090314 140728637095916 0
/proc/22407/statm: 12288 3616 1152 6655 0 2523 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 49152 KiB
Current children cumulated memory: 14464 KiB

[startup+12.7002 s]
/proc/loadavg: 7.41 7.02 6.67 9/255 22409
/proc/meminfo: memFree=129798448/131382116 swapFree=33010684/33010684
[pid=22407] ppid=22404 vsize=161728 memory=70436 CPUtime=15.16 cores=4,6
/proc/22407/stat : 22407 (LSIPExact) R 22404 22407 21012 0 -1 4194304 14224 0 0 0 1513 3 0 0 20 0 2 0 34277469 165609472 17609 18446744073709551615 94882860244992 94882887501393 140728637085408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94882896004232 94882896435840 94882912182272 140728637090138 140728637090314 140728637090314 140728637095916 0
/proc/22407/statm: 40432 17609 3328 6655 0 17059 0
[pid=22407/tid=22409] ppid=22404 vsize=161728 memory=70436 CPUtime=2.49 cores=4,6
/proc/22407/task/22409/stat : 22409 (LSIPExact) R 22404 22407 21012 0 -1 4194368 2875 0 0 0 249 0 0 0 20 0 2 0 34278473 165609472 17609 18446744073709551615 94882860244992 94882887501393 140728637085408 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94882896004232 94882896435840 94882912182272 140728637090138 140728637090314 140728637090314 140728637095916 0
Current children cumulated CPU time: 15.16 s
Current children cumulated vsize: 161728 KiB
Current children cumulated memory: 70436 KiB

[startup+25.5002 s]
/proc/loadavg: 7.54 7.07 6.69 9/254 22410
/proc/meminfo: memFree=129751192/131382116 swapFree=33010684/33010684
[pid=22407] ppid=22404 vsize=183652 memory=98340 CPUtime=40.6 cores=4,6
/proc/22407/stat : 22407 (LSIPExact) R 22404 22407 21012 0 -1 4194304 38110 0 0 0 4054 6 0 0 20 0 2 0 34277469 188059648 24585 18446744073709551615 94882860244992 94882887501393 140728637085408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94882896004232 94882896435840 94882912182272 140728637090138 140728637090314 140728637090314 140728637095916 0
/proc/22407/statm: 45913 24585 3360 6655 0 23812 0
[pid=22407/tid=22409] ppid=22404 vsize=183652 memory=98340 CPUtime=15.16 cores=4,6
/proc/22407/task/22409/stat : 22409 (LSIPExact) R 22404 22407 21012 0 -1 4194368 11461 0 0 0 1515 1 0 0 20 0 2 0 34278473 188059648 24585 18446744073709551615 94882860244992 94882887501393 140728637085408 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94882896004232 94882896435840 94882912182272 140728637090138 140728637090314 140728637090314 140728637095916 0
Current children cumulated CPU time: 40.6 s
Current children cumulated vsize: 183652 KiB
Current children cumulated memory: 98340 KiB

[startup+51.105 s]
/proc/loadavg: 7.70 7.15 6.73 9/254 22410
/proc/meminfo: memFree=129733740/131382116 swapFree=33010684/33010684
[pid=22407] ppid=22404 vsize=183652 memory=98980 CPUtime=91.51 cores=4,6
/proc/22407/stat : 22407 (LSIPExact) R 22404 22407 21012 0 -1 4194304 56636 0 0 0 9144 7 0 0 20 0 2 0 34277469 188059648 24745 18446744073709551615 94882860244992 94882887501393 140728637085408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94882896004232 94882896435840 94882912182272 140728637090138 140728637090314 140728637090314 140728637095916 0
/proc/22407/statm: 45913 24745 3360 6655 0 23812 0
[pid=22407/tid=22409] ppid=22404 vsize=183652 memory=98980 CPUtime=40.53 cores=4,6
/proc/22407/task/22409/stat : 22409 (LSIPExact) R 22404 22407 21012 0 -1 4194368 19764 0 0 0 4051 2 0 0 20 0 2 0 34278473 188059648 24745 18446744073709551615 94882860244992 94882887501393 140728637085408 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94882896004232 94882896435840 94882912182272 140728637090138 140728637090314 140728637090314 140728637095916 0
Current children cumulated CPU time: 91.51 s
Current children cumulated vsize: 183652 KiB
Current children cumulated memory: 98980 KiB

[startup+102.3 s]
/proc/loadavg: 7.91 7.30 6.80 9/254 22417
/proc/meminfo: memFree=129678652/131382116 swapFree=33010684/33010684
[pid=22407] ppid=22404 vsize=183652 memory=101924 CPUtime=193.33 cores=4,6
/proc/22407/stat : 22407 (LSIPExact) R 22404 22407 21012 0 -1 4194304 56744 0 0 0 19326 7 0 0 20 0 2 0 34277469 188059648 25481 18446744073709551615 94882860244992 94882887501393 140728637085408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94882896004232 94882896435840 94882912182272 140728637090138 140728637090314 140728637090314 140728637095916 0
/proc/22407/statm: 45913 25481 3360 6655 0 23812 0
[pid=22407/tid=22409] ppid=22404 vsize=183652 memory=101924 CPUtime=91.27 cores=4,6
/proc/22407/task/22409/stat : 22409 (LSIPExact) R 22404 22407 21012 0 -1 4194368 19785 0 0 0 9125 2 0 0 20 0 2 0 34278473 188059648 25481 18446744073709551615 94882860244992 94882887501393 140728637085408 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94882896004232 94882896435840 94882912182272 140728637090138 140728637090314 140728637090314 140728637095916 0
Current children cumulated CPU time: 193.33 s
Current children cumulated vsize: 183652 KiB
Current children cumulated memory: 101924 KiB

[startup+162.3 s]
/proc/loadavg: 8.08 7.46 6.89 9/254 22419
/proc/meminfo: memFree=129693512/131382116 swapFree=33010684/33010684
[pid=22407] ppid=22404 vsize=183652 memory=101924 CPUtime=312.69 cores=4,6
/proc/22407/stat : 22407 (LSIPExact) R 22404 22407 21012 0 -1 4194304 57042 0 0 0 31262 7 0 0 20 0 2 0 34277469 188059648 25481 18446744073709551615 94882860244992 94882887501393 140728637085408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94882896004232 94882896435840 94882912182272 140728637090138 140728637090314 140728637090314 140728637095916 0
/proc/22407/statm: 45913 25481 3360 6655 0 23812 0
[pid=22407/tid=22409] ppid=22404 vsize=183652 memory=101924 CPUtime=150.75 cores=4,6
/proc/22407/task/22409/stat : 22409 (LSIPExact) R 22404 22407 21012 0 -1 4194368 20009 0 0 0 15073 2 0 0 20 0 2 0 34278473 188059648 25481 18446744073709551615 94882860244992 94882887501393 140728637085408 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94882896004232 94882896435840 94882912182272 140728637090138 140728637090314 140728637090314 140728637095916 0
Current children cumulated CPU time: 312.69 s
Current children cumulated vsize: 183652 KiB
Current children cumulated memory: 101924 KiB

[startup+222.3 s]
/proc/loadavg: 8.01 7.56 6.96 9/254 22421
/proc/meminfo: memFree=129699848/131382116 swapFree=33010684/33010684
[pid=22407] ppid=22404 vsize=183652 memory=102052 CPUtime=428.41 cores=4,6
/proc/22407/stat : 22407 (LSIPExact) R 22404 22407 21012 0 -1 4194304 57188 0 0 0 42834 7 0 0 20 0 2 0 34277469 188059648 25513 18446744073709551615 94882860244992 94882887501393 140728637085408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94882896004232 94882896435840 94882912182272 140728637090138 140728637090314 140728637090314 140728637095916 0
/proc/22407/statm: 45913 25513 3392 6655 0 23812 0
[pid=22407/tid=22409] ppid=22404 vsize=183652 memory=101924 CPUtime=209.97 cores=4,6
/proc/22407/task/22409/stat : 22409 (LSIPExact) R 22404 22407 21012 0 -1 4194368 20147 0 0 0 20995 2 0 0 20 0 2 0 34278473 188059648 25513 18446744073709551615 94882860244992 94882887501393 140728637085408 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94882896004232 94882896435840 94882912182272 140728637090138 140728637090314 140728637090314 140728637095916 0
Current children cumulated CPU time: 428.41 s
Current children cumulated vsize: 183652 KiB
Current children cumulated memory: 102052 KiB

[startup+282.3 s]
/proc/loadavg: 7.76 7.56 7.01 9/254 22516
/proc/meminfo: memFree=129782656/131382116 swapFree=33010684/33010684
[pid=22407] ppid=22404 vsize=190060 memory=109092 CPUtime=547.72 cores=4,6
/proc/22407/stat : 22407 (LSIPExact) R 22404 22407 21012 0 -1 4194304 63788 0 0 0 54764 8 0 0 20 0 2 0 34277469 194621440 27273 18446744073709551615 94882860244992 94882887501393 140728637085408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94882896004232 94882896435840 94882912182272 140728637090138 140728637090314 140728637090314 140728637095916 0
/proc/22407/statm: 47515 27273 3392 6655 0 25557 0
[pid=22407/tid=22409] ppid=22404 vsize=190060 memory=108708 CPUtime=269.41 cores=4,6
/proc/22407/task/22409/stat : 22409 (LSIPExact) R 22404 22407 21012 0 -1 4194368 21289 0 0 0 26939 2 0 0 20 0 2 0 34278473 194621440 27273 18446744073709551615 94882860244992 94882887501393 140728637085408 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94882896004232 94882896435840 94882912182272 140728637090138 140728637090314 140728637090314 140728637095916 0
Current children cumulated CPU time: 547.72 s
Current children cumulated vsize: 190060 KiB
Current children cumulated memory: 109092 KiB

[startup+342.3 s]
/proc/loadavg: 7.84 7.63 7.06 9/255 22565
/proc/meminfo: memFree=129768060/131382116 swapFree=33010684/33010684
[pid=22407] ppid=22404 vsize=190060 memory=109092 CPUtime=667.08 cores=4,6
/proc/22407/stat : 22407 (LSIPExact) R 22404 22407 21012 0 -1 4194304 63812 0 0 0 66700 8 0 0 20 0 2 0 34277469 194621440 27273 18446744073709551615 94882860244992 94882887501393 140728637085408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94882896004232 94882896435840 94882912182272 140728637090138 140728637090314 140728637090314 140728637095916 0
/proc/22407/statm: 47515 27273 3392 6655 0 25557 0
[pid=22407/tid=22409] ppid=22404 vsize=190060 memory=108708 CPUtime=328.9 cores=4,6
/proc/22407/task/22409/stat : 22409 (LSIPExact) R 22404 22407 21012 0 -1 4194368 21302 0 0 0 32888 2 0 0 20 0 2 0 34278473 194621440 27273 18446744073709551615 94882860244992 94882887501393 140728637085408 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94882896004232 94882896435840 94882912182272 140728637090138 140728637090314 140728637090314 140728637095916 0
Current children cumulated CPU time: 667.08 s
Current children cumulated vsize: 190060 KiB
Current children cumulated memory: 109092 KiB

[startup+402.3 s]

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

/proc/loadavg: 6.26 6.33 6.62 7/254 23586
/proc/meminfo: memFree=104380904/131382116 swapFree=33010684/33010684
[pid=22407] ppid=22404 vsize=195712 memory=111108 CPUtime=2139.61 cores=4,6
/proc/22407/stat : 22407 (LSIPExact) S 22404 22407 21012 0 -1 4194304 74871 0 0 0 213951 10 0 0 20 0 1 0 34277469 200409088 27777 18446744073709551615 94882860244992 94882887501393 140728637085408 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94882896004232 94882896435840 94882912182272 140728637090138 140728637090314 140728637090314 140728637095916 0
/proc/22407/statm: 48928 27777 3424 6655 0 33215 0
[pid=23346] ppid=22407 vsize=104636 memory=97828 CPUtime=875.8 cores=4,6
/proc/23346/stat : 23346 (Exact) R 22407 23346 23346 0 -1 4194304 17495 0 0 0 87428 152 0 0 20 0 1 0 34385873 107147264 24457 18446744073709551615 4198400 8335837 140727149598928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22933504 140727149607099 140727149607453 140727149607453 140727149613007 0
/proc/23346/statm: 26159 24457 1120 1011 0 24926 0
Current children cumulated CPU time: 3015.41 s
Current children cumulated vsize: 300348 KiB
Current children cumulated memory: 208936 KiB

[startup+2022.3 s]
/proc/loadavg: 6.17 6.30 6.59 7/255 23589
/proc/meminfo: memFree=96842092/131382116 swapFree=33010684/33010684
[pid=22407] ppid=22404 vsize=195712 memory=111108 CPUtime=2139.61 cores=4,6
/proc/22407/stat : 22407 (LSIPExact) S 22404 22407 21012 0 -1 4194304 74871 0 0 0 213951 10 0 0 20 0 1 0 34277469 200409088 27777 18446744073709551615 94882860244992 94882887501393 140728637085408 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94882896004232 94882896435840 94882912182272 140728637090138 140728637090314 140728637090314 140728637095916 0
/proc/22407/statm: 48928 27777 3424 6655 0 33215 0
[pid=23346] ppid=22407 vsize=128340 memory=102480 CPUtime=935.64 cores=4,6
/proc/23346/stat : 23346 (Exact) R 22407 23346 23346 0 -1 4194304 18545 0 0 0 93403 161 0 0 20 0 1 0 34385873 131420160 25620 18446744073709551615 4198400 8335837 140727149598928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22933504 140727149607099 140727149607453 140727149607453 140727149613007 0
/proc/23346/statm: 32085 25620 1120 1011 0 30852 0
Current children cumulated CPU time: 3075.25 s
Current children cumulated vsize: 324052 KiB
Current children cumulated memory: 213588 KiB

[startup+2082.3 s]
/proc/loadavg: 6.11 6.26 6.55 7/255 23591
/proc/meminfo: memFree=94306256/131382116 swapFree=33010684/33010684
[pid=22407] ppid=22404 vsize=195712 memory=111108 CPUtime=2139.61 cores=4,6
/proc/22407/stat : 22407 (LSIPExact) S 22404 22407 21012 0 -1 4194304 74871 0 0 0 213951 10 0 0 20 0 1 0 34277469 200409088 27777 18446744073709551615 94882860244992 94882887501393 140728637085408 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94882896004232 94882896435840 94882912182272 140728637090138 140728637090314 140728637090314 140728637095916 0
/proc/22407/statm: 48928 27777 3424 6655 0 33215 0
[pid=23346] ppid=22407 vsize=129496 memory=103632 CPUtime=995.47 cores=4,6
/proc/23346/stat : 23346 (Exact) R 22407 23346 23346 0 -1 4194304 18835 0 0 0 99377 170 0 0 20 0 1 0 34385873 132603904 25908 18446744073709551615 4198400 8335837 140727149598928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22933504 140727149607099 140727149607453 140727149607453 140727149613007 0
/proc/23346/statm: 32374 25908 1120 1011 0 31141 0
Current children cumulated CPU time: 3135.08 s
Current children cumulated vsize: 325208 KiB
Current children cumulated memory: 214740 KiB

[startup+2142.3 s]
/proc/loadavg: 6.15 6.24 6.53 7/255 23593
/proc/meminfo: memFree=93985232/131382116 swapFree=33010684/33010684
[pid=22407] ppid=22404 vsize=195712 memory=111108 CPUtime=2139.61 cores=4,6
/proc/22407/stat : 22407 (LSIPExact) S 22404 22407 21012 0 -1 4194304 74871 0 0 0 213951 10 0 0 20 0 1 0 34277469 200409088 27777 18446744073709551615 94882860244992 94882887501393 140728637085408 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94882896004232 94882896435840 94882912182272 140728637090138 140728637090314 140728637090314 140728637095916 0
/proc/22407/statm: 48928 27777 3424 6655 0 33215 0
[pid=23346] ppid=22407 vsize=130428 memory=104656 CPUtime=1055.32 cores=4,6
/proc/23346/stat : 23346 (Exact) R 22407 23346 23346 0 -1 4194304 19070 0 0 0 105353 179 0 0 20 0 1 0 34385873 133558272 26164 18446744073709551615 4198400 8335837 140727149598928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22933504 140727149607099 140727149607453 140727149607453 140727149613007 0
/proc/23346/statm: 32607 26164 1120 1011 0 31374 0
Current children cumulated CPU time: 3194.93 s
Current children cumulated vsize: 326140 KiB
Current children cumulated memory: 215764 KiB

[startup+2202.3 s]
/proc/loadavg: 6.26 6.24 6.51 8/255 23642
/proc/meminfo: memFree=117824492/131382116 swapFree=33010684/33010684
[pid=22407] ppid=22404 vsize=195712 memory=111108 CPUtime=2139.61 cores=4,6
/proc/22407/stat : 22407 (LSIPExact) S 22404 22407 21012 0 -1 4194304 74871 0 0 0 213951 10 0 0 20 0 1 0 34277469 200409088 27777 18446744073709551615 94882860244992 94882887501393 140728637085408 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94882896004232 94882896435840 94882912182272 140728637090138 140728637090314 140728637090314 140728637095916 0
/proc/22407/statm: 48928 27777 3424 6655 0 33215 0
[pid=23346] ppid=22407 vsize=131956 memory=106960 CPUtime=1115.14 cores=4,6
/proc/23346/stat : 23346 (Exact) R 22407 23346 23346 0 -1 4194304 19464 0 0 0 111327 187 0 0 20 0 1 0 34385873 135122944 26740 18446744073709551615 4198400 8335837 140727149598928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22933504 140727149607099 140727149607453 140727149607453 140727149613007 0
/proc/23346/statm: 32989 26740 1120 1011 0 31756 0
Current children cumulated CPU time: 3254.75 s
Current children cumulated vsize: 327668 KiB
Current children cumulated memory: 218068 KiB

[startup+2262.3 s]
/proc/loadavg: 6.85 6.41 6.56 8/254 23646
/proc/meminfo: memFree=117820656/131382116 swapFree=33010684/33010684
[pid=22407] ppid=22404 vsize=195712 memory=111108 CPUtime=2139.61 cores=4,6
/proc/22407/stat : 22407 (LSIPExact) S 22404 22407 21012 0 -1 4194304 74871 0 0 0 213951 10 0 0 20 0 1 0 34277469 200409088 27777 18446744073709551615 94882860244992 94882887501393 140728637085408 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94882896004232 94882896435840 94882912182272 140728637090138 140728637090314 140728637090314 140728637095916 0
/proc/22407/statm: 48928 27777 3424 6655 0 33215 0
[pid=23346] ppid=22407 vsize=132856 memory=107856 CPUtime=1174.98 cores=4,6
/proc/23346/stat : 23346 (Exact) R 22407 23346 23346 0 -1 4194304 19704 0 0 0 117302 196 0 0 20 0 1 0 34385873 136044544 26964 18446744073709551615 4198400 8335837 140727149598928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22933504 140727149607099 140727149607453 140727149607453 140727149613007 0
/proc/23346/statm: 33214 26964 1120 1011 0 31981 0
Current children cumulated CPU time: 3314.59 s
Current children cumulated vsize: 328568 KiB
Current children cumulated memory: 218964 KiB

[startup+2322.3 s]
/proc/loadavg: 7.01 6.54 6.59 8/254 23649
/proc/meminfo: memFree=117824920/131382116 swapFree=33010684/33010684
[pid=22407] ppid=22404 vsize=195712 memory=111108 CPUtime=2139.61 cores=4,6
/proc/22407/stat : 22407 (LSIPExact) S 22404 22407 21012 0 -1 4194304 74871 0 0 0 213951 10 0 0 20 0 1 0 34277469 200409088 27777 18446744073709551615 94882860244992 94882887501393 140728637085408 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94882896004232 94882896435840 94882912182272 140728637090138 140728637090314 140728637090314 140728637095916 0
/proc/22407/statm: 48928 27777 3424 6655 0 33215 0
[pid=23346] ppid=22407 vsize=133300 memory=108368 CPUtime=1234.85 cores=4,6
/proc/23346/stat : 23346 (Exact) R 22407 23346 23346 0 -1 4194304 19816 0 0 0 123279 206 0 0 20 0 1 0 34385873 136499200 27092 18446744073709551615 4198400 8335837 140727149598928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22933504 140727149607099 140727149607453 140727149607453 140727149613007 0
/proc/23346/statm: 33325 27092 1120 1011 0 32092 0
Current children cumulated CPU time: 3374.46 s
Current children cumulated vsize: 329012 KiB
Current children cumulated memory: 219476 KiB

[startup+2382.3 s]
/proc/loadavg: 7.05 6.64 6.63 8/254 23651
/proc/meminfo: memFree=117846472/131382116 swapFree=33010684/33010684
[pid=22407] ppid=22404 vsize=195712 memory=111108 CPUtime=2139.61 cores=4,6
/proc/22407/stat : 22407 (LSIPExact) S 22404 22407 21012 0 -1 4194304 74871 0 0 0 213951 10 0 0 20 0 1 0 34277469 200409088 27777 18446744073709551615 94882860244992 94882887501393 140728637085408 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94882896004232 94882896435840 94882912182272 140728637090138 140728637090314 140728637090314 140728637095916 0
/proc/22407/statm: 48928 27777 3424 6655 0 33215 0
[pid=23346] ppid=22407 vsize=134320 memory=111404 CPUtime=1294.71 cores=4,6
/proc/23346/stat : 23346 (Exact) R 22407 23346 23346 0 -1 4194304 20070 0 0 0 129256 215 0 0 20 0 1 0 34385873 137543680 27851 18446744073709551615 4198400 8335837 140727149598928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22933504 140727149607099 140727149607453 140727149607453 140727149613007 0
/proc/23346/statm: 33580 27851 1120 1011 0 32347 0
Current children cumulated CPU time: 3434.32 s
Current children cumulated vsize: 330032 KiB
Current children cumulated memory: 222512 KiB

[startup+2442.3 s]
/proc/loadavg: 6.71 6.64 6.63 7/255 23655
/proc/meminfo: memFree=112826764/131382116 swapFree=33010684/33010684
[pid=22407] ppid=22404 vsize=195712 memory=111108 CPUtime=2139.61 cores=4,6
/proc/22407/stat : 22407 (LSIPExact) S 22404 22407 21012 0 -1 4194304 74871 0 0 0 213951 10 0 0 20 0 1 0 34277469 200409088 27777 18446744073709551615 94882860244992 94882887501393 140728637085408 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94882896004232 94882896435840 94882912182272 140728637090138 140728637090314 140728637090314 140728637095916 0
/proc/22407/statm: 48928 27777 3424 6655 0 33215 0
[pid=23346] ppid=22407 vsize=135428 memory=112556 CPUtime=1354.57 cores=4,6
/proc/23346/stat : 23346 (Exact) R 22407 23346 23346 0 -1 4194304 20352 0 0 0 135233 224 0 0 20 0 1 0 34385873 138678272 28139 18446744073709551615 4198400 8335837 140727149598928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22933504 140727149607099 140727149607453 140727149607453 140727149613007 0
/proc/23346/statm: 33857 28139 1120 1011 0 32624 0
Current children cumulated CPU time: 3494.18 s
Current children cumulated vsize: 331140 KiB
Current children cumulated memory: 223664 KiB

[startup+2502.3 s]
/proc/loadavg: 6.36 6.55 6.60 7/255 23657
/proc/meminfo: memFree=103435624/131382116 swapFree=33010684/33010684
[pid=22407] ppid=22404 vsize=195712 memory=111108 CPUtime=2139.61 cores=4,6
/proc/22407/stat : 22407 (LSIPExact) S 22404 22407 21012 0 -1 4194304 74871 0 0 0 213951 10 0 0 20 0 1 0 34277469 200409088 27777 18446744073709551615 94882860244992 94882887501393 140728637085408 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94882896004232 94882896435840 94882912182272 140728637090138 140728637090314 140728637090314 140728637095916 0
/proc/22407/statm: 48928 27777 3424 6655 0 33215 0
[pid=23346] ppid=22407 vsize=136480 memory=113580 CPUtime=1414.42 cores=4,6
/proc/23346/stat : 23346 (Exact) R 22407 23346 23346 0 -1 4194304 20610 0 0 0 141209 233 0 0 20 0 1 0 34385873 139755520 28395 18446744073709551615 4198400 8335837 140727149598928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22933504 140727149607099 140727149607453 140727149607453 140727149613007 0
/proc/23346/statm: 34120 28395 1120 1011 0 32887 0
Current children cumulated CPU time: 3554.03 s
Current children cumulated vsize: 332192 KiB
Current children cumulated memory: 224688 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2548.4 s]
/proc/loadavg: 6.51 6.55 6.60 8/256 23706
/proc/meminfo: memFree=128983060/131382116 swapFree=33010684/33010684
[pid=22407] ppid=22404 vsize=195712 memory=111108 CPUtime=2139.61 cores=4,6
/proc/22407/stat : 22407 (LSIPExact) S 22404 22407 21012 0 -1 4194304 74871 0 0 0 213951 10 0 0 20 0 1 0 34277469 200409088 27777 18446744073709551615 94882860244992 94882887501393 140728637085408 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94882896004232 94882896435840 94882912182272 140728637090138 140728637090314 140728637090314 140728637095916 0
/proc/22407/statm: 48928 27777 3424 6655 0 33215 0
[pid=23346] ppid=22407 vsize=137272 memory=114348 CPUtime=1460.41 cores=4,6
/proc/23346/stat : 23346 (Exact) R 22407 23346 23346 0 -1 4194304 20808 0 0 0 145802 239 0 0 20 0 1 0 34385873 140566528 28587 18446744073709551615 4198400 8335837 140727149598928 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22933504 140727149607099 140727149607453 140727149607453 140727149613007 0
/proc/23346/statm: 34318 28587 1120 1011 0 33085 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 332984 KiB
Current children cumulated memory: 225456 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.56 s, system=2.51371 s

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

Child status: 0

Real time (s): 2548.44
CPU time (s): 3600.07
CPU user time (s): 3597.56
CPU system time (s): 2.51371
CPU usage (%): 141.266
Max. virtual memory (cumulated for all children) (KiB): 353192
Max. memory (cumulated for all children) (KiB): 236744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.56
system time used= 2.51371
maximum resident set size= 139428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97358
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= 511
involuntary context switches= 37838


# summary of solver processes directly reported to runsolver:
#   pid: 22407
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3597.56
#   total CPU system time (s): 2.51371

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.21411 second user time and 19.6651 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-29 10:33:00
IDJOB=4510968
IDBENCH=160409
IDSOLVER=3337
FILE ID=nodeC010/4510968-1751185980
RUNJOBID= nodeC010-1751180806-21023
SLURM_JOB_ID= 9587551
Free space on /tmp= 432928 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-almost3reg-l090-r089-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-4510968-1751185980/watcher-4510968-1751185980 -o /tmp/evaluation-result-4510968-1751185980/solver-4510968-1751185980 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751180806-21023 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4510968-1751185980.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 60aa0ac85dc632e57e54cb255f142331
RANDOM SEED=1118532756

nodeC010 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	: 0xb00001f
cpu MHz		: 3591.433
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 3591.445
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 3591.444
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 3591.439
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.348
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 3591.430
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.152
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 3591.467
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129843504 kB
MemAvailable:   129747460 kB
Buffers:            3280 kB
Cached:           715200 kB
SwapCached:            0 kB
Active:           533316 kB
Inactive:         423836 kB
Active(anon):     256632 kB
Inactive(anon):        0 kB
Active(file):     276684 kB
Inactive(file):   423836 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45020 kB
Writeback:            60 kB
AnonPages:        241744 kB
Mapped:           138424 kB
Shmem:             17960 kB
KReclaimable:      86124 kB
Slab:             165328 kB
SReclaimable:      86124 kB
SUnreclaim:        79204 kB
KernelStack:        4096 kB
PageTables:         3560 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     596676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    112640 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432884 MiB
End job on nodeC010 at 2025-06-29 11:15:29