Trace number 4504513

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 NameAnswerobjective functionCPU timeWall clock time
LSIPExact S1? (TO) 3602.16 1835.21

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat25_6_4_2_mh.opb
MD5SUM4dd157bac1f926ce7283cc7b9966021e
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6102808
Best CPU time to get the best result obtained on this benchmark1316.45
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31350
Total number of constraints73332
Number of constraints which are clauses57050
Number of constraints which are cardinality constraints (but not clauses)32
Number of constraints which are nor clauses,nor cardinality constraints16250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 16825
Biggest coefficient in the objective function 122763473
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 13620914685
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 122763473
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 13620914685
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.16/1833.20	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.16/1833.20	c numVar: 31350
3600.16/1833.20	c numCon: 73332
3600.16/1833.20	c numEqual: 1207
3600.16/1833.20	c intSize: 34
3600.16/1833.20	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.16/1833.20	c ------------------- Paras list -------------------
3600.16/1833.20	c Name                	 Type      	 Now       	 Default   	 Comment
3600.16/1833.20	c timeout             	 double    	 3600.000000	 3600      	 
3600.16/1833.20	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.16/1833.20	c ls_time             	 double    	 10.000000 	 10        	 
3600.16/1833.20	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.16/1833.20	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.16/1833.20	c random_seed         	 int       	 0         	 0         	 
3600.16/1833.20	c sample_size         	 int       	 50        	 50        	 
3600.16/1833.20	c sub_score           	 int       	 1         	 1         	 
3600.16/1833.20	c tabu_base           	 int       	 3         	 3         	 
3600.16/1833.20	c tabu_variation      	 int       	 1         	 1         	 
3600.16/1833.20	c sub_div             	 int       	 4         	 4         	 
3600.16/1833.20	c nbcore              	 int       	 2         	 1         	 
3600.16/1833.20	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.16/1833.20	c print_sol           	 int       	 1         	 1         	 
3600.16/1833.20	c tmpdir              	 string		 .         	 "."       	 
3600.16/1833.20	c home                	 string		 HOME	 "."       	 
3600.16/1833.20	c benchname           	 string		 HOME/instance-4504513-1751438073.opb	 ""        	 
3600.16/1833.20	c --------------------------------------------------
3600.16/1833.20	c Local Search solver
3600.16/1833.20	c LS find feasible solution for PBO with objective value 488135331
3600.16/1833.20	c MIP solver
3600.16/1833.20	c receive signal 15, try to interrupt solver...
3600.16/1833.21	c MIP solver find feasible solution
3600.16/1833.22	c MIP solver objective value: 6.12179e+06
3600.16/1833.25	c MIP find feasible solution for PBO with objective value 6121789
3600.16/1833.25	c copy file: 0
3600.16/1833.25	c gen ub file: HOME/instance-4504513-1751438073.opb_ub.opb
3600.16/1833.25	c use Exact solver

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4504513-1751438073/watcher-4504513-1751438073 -o /tmp/evaluation-result-4504513-1751438073/solver-4504513-1751438073 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751434073-56807 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4504513-1751438073.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=57283, runsolver pid=57280

[startup+0.100065 s]*
/proc/loadavg: 2.06 2.08 2.02 2/247 57284
/proc/meminfo: memFree=128189628/131250000 swapFree=33007332/33010684
[pid=57283] ppid=57280 vsize=98124 memory=63096 CPUtime=0.09 cores=5,7
/proc/57283/stat : 57283 (LSIPExact) R 57280 57283 56367 0 -1 4194304 14416 0 0 0 7 2 0 0 20 0 1 0 59484874 100478976 15774 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
/proc/57283/statm: 24531 15774 1152 6655 0 14766 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 98124 KiB
Current children cumulated memory: 63096 KiB

[startup+0.205362 s]*
/proc/loadavg: 2.06 2.08 2.02 2/247 57284
/proc/meminfo: memFree=128189628/131250000 swapFree=33007332/33010684
[pid=57283] ppid=57280 vsize=98124 memory=63096 CPUtime=0.2 cores=5,7
/proc/57283/stat : 57283 (LSIPExact) R 57280 57283 56367 0 -1 4194304 14417 0 0 0 18 2 0 0 20 0 1 0 59484874 100478976 15774 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
/proc/57283/statm: 24531 15774 1152 6655 0 14766 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 98124 KiB
Current children cumulated memory: 63096 KiB

[startup+0.305288 s]*
/proc/loadavg: 1.97 2.06 2.01 2/247 57284
/proc/meminfo: memFree=128189628/131250000 swapFree=33007332/33010684
[pid=57283] ppid=57280 vsize=98124 memory=63096 CPUtime=0.3 cores=5,7
/proc/57283/stat : 57283 (LSIPExact) R 57280 57283 56367 0 -1 4194304 14417 0 0 0 28 2 0 0 20 0 1 0 59484874 100478976 15774 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
/proc/57283/statm: 24531 15774 1152 6655 0 14766 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 98124 KiB
Current children cumulated memory: 63096 KiB

[startup+0.700172 s]
/proc/loadavg: 1.97 2.06 2.01 2/247 57284
/proc/meminfo: memFree=128189628/131250000 swapFree=33007332/33010684
[pid=57283] ppid=57280 vsize=98124 memory=63096 CPUtime=0.68 cores=5,7
/proc/57283/stat : 57283 (LSIPExact) R 57280 57283 56367 0 -1 4194304 14419 0 0 0 66 2 0 0 20 0 1 0 59484874 100478976 15774 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
/proc/57283/statm: 24531 15774 1152 6655 0 14766 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 98124 KiB
Current children cumulated memory: 63096 KiB

[startup+1.50016 s]
/proc/loadavg: 1.97 2.06 2.01 2/247 57284
/proc/meminfo: memFree=128189628/131250000 swapFree=33007332/33010684
[pid=57283] ppid=57280 vsize=98296 memory=63224 CPUtime=1.48 cores=5,7
/proc/57283/stat : 57283 (LSIPExact) R 57280 57283 56367 0 -1 4194304 14448 0 0 0 146 2 0 0 20 0 1 0 59484874 100655104 15806 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
/proc/57283/statm: 24574 15806 1152 6655 0 14809 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 98296 KiB
Current children cumulated memory: 63224 KiB

[startup+3.10501 s]
/proc/loadavg: 1.97 2.06 2.01 2/247 57284
/proc/meminfo: memFree=128206008/131250000 swapFree=33007332/33010684
[pid=57283] ppid=57280 vsize=98296 memory=63224 CPUtime=3.08 cores=5,7
/proc/57283/stat : 57283 (LSIPExact) R 57280 57283 56367 0 -1 4194304 14449 0 0 0 306 2 0 0 20 0 1 0 59484874 100655104 15806 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
/proc/57283/statm: 24574 15806 1152 6655 0 14809 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 98296 KiB
Current children cumulated memory: 63224 KiB

[startup+6.30009 s]
/proc/loadavg: 1.89 2.04 2.01 2/247 57284
/proc/meminfo: memFree=128230200/131250000 swapFree=33007332/33010684
[pid=57283] ppid=57280 vsize=98296 memory=63224 CPUtime=6.27 cores=5,7
/proc/57283/stat : 57283 (LSIPExact) R 57280 57283 56367 0 -1 4194304 14449 0 0 0 625 2 0 0 20 0 1 0 59484874 100655104 15806 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
/proc/57283/statm: 24574 15806 1152 6655 0 14809 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 98296 KiB
Current children cumulated memory: 63224 KiB

[startup+12.7002 s]
/proc/loadavg: 1.82 2.02 2.00 2/248 57285
/proc/meminfo: memFree=128139348/131250000 swapFree=33007332/33010684
[pid=57283] ppid=57280 vsize=358696 memory=277452 CPUtime=12.73 cores=5,7
/proc/57283/stat : 57283 (LSIPExact) R 57280 57283 56367 0 -1 4194304 65997 0 0 0 1261 12 0 0 20 0 2 0 59484874 367304704 69363 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
/proc/57283/statm: 89674 69363 3264 6655 0 72070 0
[pid=57283/tid=57285] ppid=57280 vsize=358696 memory=251968 CPUtime=0.08 cores=5,7
/proc/57283/task/57285/stat : 57285 (LSIPExact) R 57280 57283 56367 0 -1 4194368 7405 0 0 0 7 1 0 0 20 0 2 0 59485886 367304704 69363 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
Current children cumulated CPU time: 12.73 s
Current children cumulated vsize: 358696 KiB
Current children cumulated memory: 277452 KiB

[startup+25.5002 s]
/proc/loadavg: 1.93 2.04 2.01 3/248 57285
/proc/meminfo: memFree=127985456/131250000 swapFree=33007332/33010684
[pid=57283] ppid=57280 vsize=501028 memory=456332 CPUtime=38.1 cores=5,7
/proc/57283/stat : 57283 (LSIPExact) R 57280 57283 56367 0 -1 4194304 154861 0 0 0 3773 37 0 0 20 0 2 0 59484874 513052672 114083 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
/proc/57283/statm: 125257 114083 3392 6655 0 115466 0
[pid=57283/tid=57285] ppid=57280 vsize=501028 memory=456204 CPUtime=12.69 cores=5,7
/proc/57283/task/57285/stat : 57285 (LSIPExact) R 57280 57283 56367 0 -1 4194368 35076 0 0 0 1257 12 0 0 20 0 2 0 59485886 513052672 114083 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
Current children cumulated CPU time: 38.1 s
Current children cumulated vsize: 501028 KiB
Current children cumulated memory: 456332 KiB

[startup+51.1052 s]
/proc/loadavg: 1.96 2.03 2.00 3/248 57286
/proc/meminfo: memFree=127964332/131250000 swapFree=33007332/33010684
[pid=57283] ppid=57280 vsize=576160 memory=510480 CPUtime=88.72 cores=5,7
/proc/57283/stat : 57283 (LSIPExact) R 57280 57283 56367 0 -1 4194304 215600 0 0 0 8827 45 0 0 20 0 2 0 59484874 589987840 127620 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
/proc/57283/statm: 144040 127620 3392 6655 0 128229 0
[pid=57283/tid=57285] ppid=57280 vsize=576160 memory=510480 CPUtime=37.8 cores=5,7
/proc/57283/task/57285/stat : 57285 (LSIPExact) R 57280 57283 56367 0 -1 4194368 68248 0 0 0 3763 17 0 0 20 0 2 0 59485886 589987840 127620 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
Current children cumulated CPU time: 88.72 s
Current children cumulated vsize: 576160 KiB
Current children cumulated memory: 510480 KiB

[startup+102.3 s]
/proc/loadavg: 2.03 2.04 2.01 2/249 57289
/proc/meminfo: memFree=127927156/131250000 swapFree=33007332/33010684
[pid=57283] ppid=57280 vsize=641696 memory=558912 CPUtime=188.96 cores=5,7
/proc/57283/stat : 57283 (LSIPExact) R 57280 57283 56367 0 -1 4194304 327259 0 0 0 18840 56 0 0 20 0 2 0 59484874 657096704 139728 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
/proc/57283/statm: 160424 139728 3392 6655 0 138608 0
[pid=57283/tid=57285] ppid=57280 vsize=641696 memory=558656 CPUtime=87.05 cores=5,7
/proc/57283/task/57285/stat : 57285 (LSIPExact) S 57280 57283 56367 0 -1 4194368 128814 0 0 0 8681 24 0 0 20 0 2 0 59485886 657096704 139728 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
Current children cumulated CPU time: 188.96 s
Current children cumulated vsize: 641696 KiB
Current children cumulated memory: 558912 KiB

[startup+162.3 s]
/proc/loadavg: 1.81 1.98 1.99 2/249 57291
/proc/meminfo: memFree=127902428/131250000 swapFree=33007332/33010684
[pid=57283] ppid=57280 vsize=645852 memory=564128 CPUtime=286.97 cores=5,7
/proc/57283/stat : 57283 (LSIPExact) R 57280 57283 56367 0 -1 4194304 362746 0 0 0 28634 63 0 0 20 0 2 0 59484874 661352448 141032 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
/proc/57283/statm: 161463 141032 3424 6655 0 139647 0
[pid=57283/tid=57285] ppid=57280 vsize=645852 memory=5632 CPUtime=125.59 cores=5,7
/proc/57283/task/57285/stat : 57285 (LSIPExact) S 57280 57283 56367 0 -1 4194368 134038 0 0 0 12534 25 0 0 20 0 2 0 59485886 661352448 141032 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
Current children cumulated CPU time: 286.97 s
Current children cumulated vsize: 645852 KiB
Current children cumulated memory: 564128 KiB

[startup+222.3 s]
/proc/loadavg: 1.90 1.97 1.99 3/248 57296
/proc/meminfo: memFree=127894540/131250000 swapFree=33007332/33010684
[pid=57283] ppid=57280 vsize=664676 memory=583328 CPUtime=398.93 cores=5,7
/proc/57283/stat : 57283 (LSIPExact) R 57280 57283 56367 0 -1 4194304 385781 0 0 0 39827 66 0 0 20 0 2 0 59484874 680628224 145832 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
/proc/57283/statm: 166169 145832 3424 6655 0 144353 0
[pid=57283/tid=57285] ppid=57280 vsize=664676 memory=14432 CPUtime=177.74 cores=5,7
/proc/57283/task/57285/stat : 57285 (LSIPExact) R 57280 57283 56367 0 -1 4194368 142497 0 0 0 17748 26 0 0 20 0 2 0 59485886 680628224 145832 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
Current children cumulated CPU time: 398.93 s
Current children cumulated vsize: 664676 KiB
Current children cumulated memory: 583328 KiB

[startup+282.3 s]
/proc/loadavg: 2.08 2.01 2.00 3/247 57299
/proc/meminfo: memFree=127818572/131250000 swapFree=33007332/33010684
[pid=57283] ppid=57280 vsize=699204 memory=666604 CPUtime=518.13 cores=5,7
/proc/57283/stat : 57283 (LSIPExact) R 57280 57283 56367 0 -1 4194304 433721 0 0 0 51731 82 0 0 20 0 2 0 59484874 715984896 166651 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
/proc/57283/statm: 174801 166651 3424 6655 0 164955 0
[pid=57283/tid=57285] ppid=57280 vsize=699204 memory=14432 CPUtime=237.14 cores=5,7
/proc/57283/task/57285/stat : 57285 (LSIPExact) R 57280 57283 56367 0 -1 4194368 180306 0 0 0 23674 40 0 0 20 0 2 0 59485886 715984896 166651 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
Current children cumulated CPU time: 518.13 s
Current children cumulated vsize: 699204 KiB
Current children cumulated memory: 666604 KiB

[startup+342.3 s]
/proc/loadavg: 2.09 2.02 2.00 3/247 57301
/proc/meminfo: memFree=127792732/131250000 swapFree=33007332/33010684
[pid=57283] ppid=57280 vsize=726212 memory=693344 CPUtime=637.33 cores=5,7
/proc/57283/stat : 57283 (LSIPExact) R 57280 57283 56367 0 -1 4194304 443369 0 0 0 63634 99 0 0 20 0 2 0 59484874 743641088 173336 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
/proc/57283/statm: 181553 173336 3424 6655 0 171720 0
[pid=57283/tid=57285] ppid=57280 vsize=726212 memory=14432 CPUtime=296.55 cores=5,7
/proc/57283/task/57285/stat : 57285 (LSIPExact) R 57280 57283 56367 0 -1 4194368 187906 0 0 0 29598 57 0 0 20 0 2 0 59485886 743641088 173336 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
Current children cumulated CPU time: 637.33 s
Current children cumulated vsize: 726212 KiB
Current children cumulated memory: 693344 KiB


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

[startup+1482.3 s]
/proc/loadavg: 2.08 2.09 2.03 3/247 57358
/proc/meminfo: memFree=127659720/131250000 swapFree=33007332/33010684
[pid=57283] ppid=57280 vsize=859856 memory=826292 CPUtime=2902.8 cores=5,7
/proc/57283/stat : 57283 (LSIPExact) R 57280 57283 56367 0 -1 4194304 709886 0 0 0 289238 1042 0 0 20 0 2 0 59484874 880492544 206573 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
/proc/57283/statm: 214964 206573 3424 6655 0 205187 0
[pid=57283/tid=57285] ppid=57280 vsize=859856 memory=826292 CPUtime=1425.29 cores=5,7
/proc/57283/task/57285/stat : 57285 (LSIPExact) R 57280 57283 56367 0 -1 4194368 348429 0 0 0 141555 974 0 0 20 0 2 0 59485886 880492544 206573 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
Current children cumulated CPU time: 2902.8 s
Current children cumulated vsize: 859856 KiB
Current children cumulated memory: 826292 KiB

[startup+1542.3 s]
/proc/loadavg: 2.13 2.10 2.04 3/247 57360
/proc/meminfo: memFree=127654368/131250000 swapFree=33007332/33010684
[pid=57283] ppid=57280 vsize=859852 memory=826128 CPUtime=3022.03 cores=5,7
/proc/57283/stat : 57283 (LSIPExact) R 57280 57283 56367 0 -1 4194304 719583 0 0 0 301102 1101 0 0 20 0 2 0 59484874 880488448 206532 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
/proc/57283/statm: 214963 206532 3424 6655 0 205186 0
[pid=57283/tid=57285] ppid=57280 vsize=859852 memory=14432 CPUtime=1484.69 cores=5,7
/proc/57283/task/57285/stat : 57285 (LSIPExact) R 57280 57283 56367 0 -1 4194368 356152 0 0 0 147436 1033 0 0 20 0 2 0 59485886 880488448 206532 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
Current children cumulated CPU time: 3022.03 s
Current children cumulated vsize: 859852 KiB
Current children cumulated memory: 826128 KiB

[startup+1602.3 s]
/proc/loadavg: 2.09 2.10 2.04 3/248 57375
/proc/meminfo: memFree=127626912/131250000 swapFree=33007332/33010684
[pid=57283] ppid=57280 vsize=926548 memory=887316 CPUtime=3141.28 cores=5,7
/proc/57283/stat : 57283 (LSIPExact) R 57280 57283 56367 0 -1 4194304 742301 0 0 0 313000 1128 0 0 20 0 2 0 59484874 948785152 221829 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
/proc/57283/statm: 231637 221829 3424 6655 0 221204 0
[pid=57283/tid=57285] ppid=57280 vsize=926548 memory=10752 CPUtime=1544.1 cores=5,7
/proc/57283/task/57285/stat : 57285 (LSIPExact) R 57280 57283 56367 0 -1 4194368 378864 0 0 0 153351 1059 0 0 20 0 2 0 59485886 948785152 221829 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
Current children cumulated CPU time: 3141.28 s
Current children cumulated vsize: 926548 KiB
Current children cumulated memory: 887316 KiB

[startup+1662.3 s]
/proc/loadavg: 2.15 2.11 2.05 3/248 57377
/proc/meminfo: memFree=127619748/131250000 swapFree=33007332/33010684
[pid=57283] ppid=57280 vsize=926548 memory=890260 CPUtime=3260.52 cores=5,7
/proc/57283/stat : 57283 (LSIPExact) R 57280 57283 56367 0 -1 4194304 743326 0 0 0 324924 1128 0 0 20 0 2 0 59484874 948785152 222565 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
/proc/57283/statm: 231637 222565 3424 6655 0 221725 0
[pid=57283/tid=57285] ppid=57280 vsize=926548 memory=17920 CPUtime=1603.5 cores=5,7
/proc/57283/task/57285/stat : 57285 (LSIPExact) R 57280 57283 56367 0 -1 4194368 379706 0 0 0 159291 1059 0 0 20 0 2 0 59485886 948785152 222565 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
Current children cumulated CPU time: 3260.52 s
Current children cumulated vsize: 926548 KiB
Current children cumulated memory: 890260 KiB

[startup+1722.3 s]
/proc/loadavg: 2.12 2.10 2.05 3/247 57379
/proc/meminfo: memFree=127621356/131250000 swapFree=33007332/33010684
[pid=57283] ppid=57280 vsize=926548 memory=891716 CPUtime=3379.76 cores=5,7
/proc/57283/stat : 57283 (LSIPExact) R 57280 57283 56367 0 -1 4194304 749692 0 0 0 336844 1132 0 0 20 0 2 0 59484874 948785152 222929 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
/proc/57283/statm: 231637 222929 3424 6655 0 221850 0
[pid=57283/tid=57285] ppid=57280 vsize=926548 memory=10752 CPUtime=1662.9 cores=5,7
/proc/57283/task/57285/stat : 57285 (LSIPExact) R 57280 57283 56367 0 -1 4194368 382901 0 0 0 165228 1062 0 0 20 0 2 0 59485886 948785152 222929 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
Current children cumulated CPU time: 3379.76 s
Current children cumulated vsize: 926548 KiB
Current children cumulated memory: 891716 KiB

[startup+1782.3 s]
/proc/loadavg: 2.08 2.09 2.05 3/247 57381
/proc/meminfo: memFree=127616444/131250000 swapFree=33007332/33010684
[pid=57283] ppid=57280 vsize=926548 memory=891752 CPUtime=3499 cores=5,7
/proc/57283/stat : 57283 (LSIPExact) R 57280 57283 56367 0 -1 4194304 764042 0 0 0 348766 1134 0 0 20 0 2 0 59484874 948785152 222938 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
/proc/57283/statm: 231637 222938 3424 6655 0 221858 0
[pid=57283/tid=57285] ppid=57280 vsize=926548 memory=891752 CPUtime=1722.31 cores=5,7
/proc/57283/task/57285/stat : 57285 (LSIPExact) R 57280 57283 56367 0 -1 4194368 394487 0 0 0 171167 1064 0 0 20 0 2 0 59485886 948785152 222938 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
Current children cumulated CPU time: 3499 s
Current children cumulated vsize: 926548 KiB
Current children cumulated memory: 891752 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1833.2 s]
/proc/loadavg: 2.15 2.11 2.05 3/248 57386
/proc/meminfo: memFree=127620004/131250000 swapFree=33007332/33010684
[pid=57283] ppid=57280 vsize=926548 memory=891828 CPUtime=3600.16 cores=5,7
/proc/57283/stat : 57283 (LSIPExact) R 57280 57283 56367 0 -1 4194304 776511 0 0 0 358880 1136 0 0 20 0 2 0 59484874 948785152 222957 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
/proc/57283/statm: 231637 222957 3424 6655 0 221858 0
[pid=57283/tid=57285] ppid=57280 vsize=926548 memory=250017 CPUtime=1772.71 cores=5,7
/proc/57283/task/57285/stat : 57285 (LSIPExact) R 57280 57283 56367 0 -1 4194368 405433 0 0 0 176205 1066 0 0 20 0 2 0 59485886 948785152 222957 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
Current children cumulated CPU time: 3600.16 s
Current children cumulated vsize: 926548 KiB
Current children cumulated memory: 891828 KiB

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

Sending SIGKILL to process tree (bottom up)

[startup+1835.21 s]
# the end of solver process 57283 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3588.84 s, system=11.3856 s

[startup+1835.21 s]
# the end of solver process 57388 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3590.69 s, system=11.4656 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+1833.6 s]
/proc/loadavg: 2.15 2.11 2.05 3/248 57386
/proc/meminfo: memFree=127620004/131250000 swapFree=33007332/33010684
[pid=57283] ppid=57280 vsize=745800 memory=657764 CPUtime=3600.21 cores=5,7
/proc/57283/stat : 57283 (LSIPExact) S 57280 57283 56367 0 -1 4194304 783962 228 0 0 358884 1137 0 0 20 0 1 0 59484874 763699200 164441 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
/proc/57283/statm: 186450 164441 3456 6655 0 176680 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 745800 KiB
Current children cumulated memory: 657764 KiB

[startup+1834.4 s]
/proc/loadavg: 2.15 2.11 2.05 2/248 57388
/proc/meminfo: memFree=127693592/131250000 swapFree=33007332/33010684
[pid=57283] ppid=57280 vsize=745800 memory=657764 CPUtime=3600.21 cores=5,7
/proc/57283/stat : 57283 (LSIPExact) S 57280 57283 56367 0 -1 4194304 783962 228 0 0 358884 1137 0 0 20 0 1 0 59484874 763699200 164441 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
/proc/57283/statm: 186450 164441 3456 6655 0 176680 0
[pid=57388] ppid=57283 vsize=162988 memory=148636 CPUtime=1.11 cores=5,7
/proc/57388/stat : 57388 (Exact) R 57283 57388 57388 0 -1 4194304 30150 0 0 0 105 6 0 0 20 0 1 0 59668200 166899712 37159 18446744073709551615 4198400 8335837 140737464649488 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 45903872 140737464654004 140737464654365 140737464654365 140737464659919 0
/proc/57388/statm: 40747 37159 1120 1011 0 39514 0
Current children cumulated CPU time: 3601.32 s
Current children cumulated vsize: 908788 KiB
Current children cumulated memory: 806400 KiB

[startup+1834.8 s]
/proc/loadavg: 2.15 2.11 2.05 2/248 57388
/proc/meminfo: memFree=127693592/131250000 swapFree=33007332/33010684
[pid=57283] ppid=57280 vsize=745800 memory=657764 CPUtime=3600.21 cores=5,7
/proc/57283/stat : 57283 (LSIPExact) S 57280 57283 56367 0 -1 4194304 783962 228 0 0 358884 1137 0 0 20 0 1 0 59484874 763699200 164441 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
/proc/57283/statm: 186450 164441 3456 6655 0 176680 0
[pid=57388] ppid=57283 vsize=167212 memory=158312 CPUtime=1.51 cores=5,7
/proc/57388/stat : 57388 (Exact) R 57283 57388 57388 0 -1 4194304 32042 0 0 0 145 6 0 0 20 0 1 0 59668200 171225088 39578 18446744073709551615 4198400 8335837 140737464649488 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 45903872 140737464654004 140737464654365 140737464654365 140737464659919 0
/proc/57388/statm: 41803 39578 1120 1011 0 40570 0
Current children cumulated CPU time: 3601.72 s
Current children cumulated vsize: 913012 KiB
Current children cumulated memory: 816076 KiB

[startup+1835.2 s]
/proc/loadavg: 2.15 2.11 2.05 2/248 57388
/proc/meminfo: memFree=127685692/131250000 swapFree=33007332/33010684
[pid=57283] ppid=57280 vsize=745800 memory=657764 CPUtime=3600.21 cores=5,7
/proc/57283/stat : 57283 (LSIPExact) S 57280 57283 56367 0 -1 4194304 783962 228 0 0 358884 1137 0 0 20 0 1 0 59484874 763699200 164441 18446744073709551615 94150302310400 94150329566801 140720809806736 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94150338069640 94150338501248 94150346772480 140720809814362 140720809814538 140720809814538 140720809820140 0
/proc/57283/statm: 186450 164441 3456 6655 0 176680 0
[pid=57388] ppid=57283 vsize=185696 memory=165856 CPUtime=1.91 cores=5,7
/proc/57388/stat : 57388 (Exact) R 57283 57388 57388 0 -1 4194304 34150 0 0 0 184 7 0 0 20 0 1 0 59668200 190152704 41464 18446744073709551615 4198400 8335837 140737464649488 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 45903872 140737464654004 140737464654365 140737464654365 140737464659919 0
/proc/57388/statm: 46424 41464 1120 1011 0 45191 0
Current children cumulated CPU time: 3602.12 s
Current children cumulated vsize: 931496 KiB
Current children cumulated memory: 823620 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1835.21
CPU time (s): 3602.16
CPU user time (s): 3590.69
CPU system time (s): 11.4656
CPU usage (%): 196.28
Max. virtual memory (cumulated for all children) (KiB): 992084
Max. memory (cumulated for all children) (KiB): 895160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.69
system time used= 11.4656
maximum resident set size= 895416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 818340
page faults= 0
swaps= 0
block input operations= 5816
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 715
involuntary context switches= 33532


# summary of solver processes directly reported to runsolver:
#   pid: 57283,57388
#   total CPU time (s): 3602.16
#   total CPU user time (s): 3590.69
#   total CPU system time (s): 11.4656

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.6277 second user time and 7.80111 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-07-02 08:34:34
IDJOB=4504513
IDBENCH=155663
IDSOLVER=3336
FILE ID=nodeC019/4504513-1751438073
RUNJOBID= nodeC019-1751434073-56807
SLURM_JOB_ID= 9598371
Free space on /tmp= 431740 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Multihop/normalized-minisat25_6_4_2_mh.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4504513-1751438073/watcher-4504513-1751438073 -o /tmp/evaluation-result-4504513-1751438073/solver-4504513-1751438073 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751434073-56807 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4504513-1751438073.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 4dd157bac1f926ce7283cc7b9966021e
RANDOM SEED=1387501645

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128245508 kB
MemAvailable:   129531464 kB
Buffers:             904 kB
Cached:          2090916 kB
SwapCached:          440 kB
Active:           210664 kB
Inactive:        1946700 kB
Active(anon):      52956 kB
Inactive(anon):    27780 kB
Active(file):     157708 kB
Inactive(file):  1918920 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33007332 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             47544 kB
Writeback:             0 kB
AnonPages:         68180 kB
Mapped:           103016 kB
Shmem:             15192 kB
KReclaimable:      97132 kB
Slab:             183840 kB
SReclaimable:      97132 kB
SUnreclaim:        86708 kB
KernelStack:        3984 kB
PageTables:         2592 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     326012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150296 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431696 MiB
End job on nodeC019 at 2025-07-02 09:05:09