Trace number 4504559

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.15 1875.72

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat25_6_4_4_mh.opb
MD5SUMfab5e62eb964e75ef5bb4e0d05cd3bf1
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 benchmark3938224
Best CPU time to get the best result obtained on this benchmark1573.85
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 116930169
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 14114941895
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 116930169
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 14114941895
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.15/1873.70	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.15/1873.70	c numVar: 31350
3600.15/1873.70	c numCon: 73332
3600.15/1873.70	c numEqual: 1207
3600.15/1873.70	c intSize: 34
3600.15/1873.70	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.15/1873.70	c ------------------- Paras list -------------------
3600.15/1873.70	c Name                	 Type      	 Now       	 Default   	 Comment
3600.15/1873.70	c timeout             	 double    	 3600.000000	 3600      	 
3600.15/1873.70	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.15/1873.70	c ls_time             	 double    	 10.000000 	 10        	 
3600.15/1873.70	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.15/1873.70	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.15/1873.70	c random_seed         	 int       	 0         	 0         	 
3600.15/1873.70	c sample_size         	 int       	 50        	 50        	 
3600.15/1873.70	c sub_score           	 int       	 1         	 1         	 
3600.15/1873.70	c tabu_base           	 int       	 3         	 3         	 
3600.15/1873.70	c tabu_variation      	 int       	 1         	 1         	 
3600.15/1873.70	c sub_div             	 int       	 4         	 4         	 
3600.15/1873.70	c nbcore              	 int       	 2         	 1         	 
3600.15/1873.70	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.15/1873.70	c print_sol           	 int       	 1         	 1         	 
3600.15/1873.70	c tmpdir              	 string		 .         	 "."       	 
3600.15/1873.70	c home                	 string		 HOME	 "."       	 
3600.15/1873.70	c benchname           	 string		 HOME/instance-4504559-1751439911.opb	 ""        	 
3600.15/1873.70	c --------------------------------------------------
3600.15/1873.70	c Local Search solver
3600.15/1873.70	c LS find feasible solution for PBO with objective value 372212548
3600.15/1873.70	c MIP solver
3600.15/1873.70	c receive signal 15, try to interrupt solver...
3600.15/1873.72	c MIP solver find feasible solution
3600.15/1873.72	c MIP solver objective value: 3.93849e+06
3600.15/1873.78	c MIP find feasible solution for PBO with objective value 3938492
3600.15/1873.78	c copy file: 0
3600.15/1873.78	c gen ub file: HOME/instance-4504559-1751439911.opb_ub.opb
3600.15/1873.78	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 (61946 MiB free)
  memory of node 1: 64465 MiB (63473 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4504559-1751439911/watcher-4504559-1751439911 -o /tmp/evaluation-result-4504559-1751439911/solver-4504559-1751439911 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751434073-56807 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4504559-1751439911.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=57432, runsolver pid=57429

[startup+0.100062 s]*
/proc/loadavg: 2.06 2.09 2.05 2/247 57433
/proc/meminfo: memFree=128406112/131250000 swapFree=33007332/33010684
[pid=57432] ppid=57429 vsize=98124 memory=63348 CPUtime=0.09 cores=5,7
/proc/57432/stat : 57432 (LSIPExact) R 57429 57432 56367 0 -1 4194304 14413 0 0 0 7 2 0 0 20 0 1 0 59668640 100478976 15837 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
/proc/57432/statm: 24531 15837 1216 6655 0 14766 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 98124 KiB
Current children cumulated memory: 63348 KiB

[startup+0.205238 s]*
/proc/loadavg: 2.06 2.09 2.05 2/247 57433
/proc/meminfo: memFree=128406112/131250000 swapFree=33007332/33010684
[pid=57432] ppid=57429 vsize=98124 memory=63348 CPUtime=0.19 cores=5,7
/proc/57432/stat : 57432 (LSIPExact) R 57429 57432 56367 0 -1 4194304 14415 0 0 0 17 2 0 0 20 0 1 0 59668640 100478976 15837 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
/proc/57432/statm: 24531 15837 1216 6655 0 14766 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 98124 KiB
Current children cumulated memory: 63348 KiB

[startup+0.305171 s]*
/proc/loadavg: 2.06 2.09 2.05 2/247 57433
/proc/meminfo: memFree=128406112/131250000 swapFree=33007332/33010684
[pid=57432] ppid=57429 vsize=98124 memory=63348 CPUtime=0.29 cores=5,7
/proc/57432/stat : 57432 (LSIPExact) R 57429 57432 56367 0 -1 4194304 14415 0 0 0 27 2 0 0 20 0 1 0 59668640 100478976 15837 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
/proc/57432/statm: 24531 15837 1216 6655 0 14766 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 98124 KiB
Current children cumulated memory: 63348 KiB

[startup+0.700174 s]
/proc/loadavg: 2.06 2.09 2.05 2/247 57433
/proc/meminfo: memFree=128406304/131250000 swapFree=33007332/33010684
[pid=57432] ppid=57429 vsize=98124 memory=63348 CPUtime=0.68 cores=5,7
/proc/57432/stat : 57432 (LSIPExact) R 57429 57432 56367 0 -1 4194304 14417 0 0 0 66 2 0 0 20 0 1 0 59668640 100478976 15837 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
/proc/57432/statm: 24531 15837 1216 6655 0 14766 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 98124 KiB
Current children cumulated memory: 63348 KiB

[startup+1.50017 s]
/proc/loadavg: 2.06 2.09 2.05 2/247 57433
/proc/meminfo: memFree=128406304/131250000 swapFree=33007332/33010684
[pid=57432] ppid=57429 vsize=98296 memory=63476 CPUtime=1.48 cores=5,7
/proc/57432/stat : 57432 (LSIPExact) R 57429 57432 56367 0 -1 4194304 14446 0 0 0 146 2 0 0 20 0 1 0 59668640 100655104 15869 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
/proc/57432/statm: 24574 15869 1216 6655 0 14809 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 98296 KiB
Current children cumulated memory: 63476 KiB

[startup+3.10499 s]
/proc/loadavg: 1.97 2.07 2.04 2/247 57433
/proc/meminfo: memFree=128406320/131250000 swapFree=33007332/33010684
[pid=57432] ppid=57429 vsize=98296 memory=63476 CPUtime=3.08 cores=5,7
/proc/57432/stat : 57432 (LSIPExact) R 57429 57432 56367 0 -1 4194304 14447 0 0 0 306 2 0 0 20 0 1 0 59668640 100655104 15869 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
/proc/57432/statm: 24574 15869 1216 6655 0 14809 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 98296 KiB
Current children cumulated memory: 63476 KiB

[startup+6.30015 s]
/proc/loadavg: 1.97 2.07 2.04 2/247 57433
/proc/meminfo: memFree=128406320/131250000 swapFree=33007332/33010684
[pid=57432] ppid=57429 vsize=98296 memory=63476 CPUtime=6.27 cores=5,7
/proc/57432/stat : 57432 (LSIPExact) R 57429 57432 56367 0 -1 4194304 14448 0 0 0 625 2 0 0 20 0 1 0 59668640 100655104 15869 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
/proc/57432/statm: 24574 15869 1216 6655 0 14809 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 98296 KiB
Current children cumulated memory: 63476 KiB

[startup+12.7002 s]
/proc/loadavg: 1.90 2.05 2.03 3/248 57434
/proc/meminfo: memFree=128245032/131250000 swapFree=33007332/33010684
[pid=57432] ppid=57429 vsize=358840 memory=275764 CPUtime=12.75 cores=5,7
/proc/57432/stat : 57432 (LSIPExact) R 57429 57432 56367 0 -1 4194304 66348 0 0 0 1264 11 0 0 20 0 2 0 59668640 367452160 68941 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
/proc/57432/statm: 89710 68941 3360 6655 0 72106 0
[pid=57432/tid=57434] ppid=57429 vsize=358840 memory=250116 CPUtime=0.1 cores=5,7
/proc/57432/task/57434/stat : 57434 (LSIPExact) R 57429 57432 56367 0 -1 4194368 7370 0 0 0 10 0 0 0 20 0 2 0 59669652 367452160 68941 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
Current children cumulated CPU time: 12.75 s
Current children cumulated vsize: 358840 KiB
Current children cumulated memory: 275764 KiB

[startup+25.5002 s]
/proc/loadavg: 1.85 2.03 2.03 3/247 57434
/proc/meminfo: memFree=127993944/131250000 swapFree=33007332/33010684
[pid=57432] ppid=57429 vsize=546588 memory=452564 CPUtime=38.13 cores=5,7
/proc/57432/stat : 57432 (LSIPExact) R 57429 57432 56367 0 -1 4194304 226475 0 0 0 3773 40 0 0 20 0 2 0 59668640 559706112 113141 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
/proc/57432/statm: 136647 113141 3520 6655 0 115759 0
[pid=57432/tid=57434] ppid=57429 vsize=546588 memory=452308 CPUtime=12.73 cores=5,7
/proc/57432/task/57434/stat : 57434 (LSIPExact) R 57429 57432 56367 0 -1 4194368 55121 0 0 0 1264 9 0 0 20 0 2 0 59669652 559706112 113141 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
Current children cumulated CPU time: 38.13 s
Current children cumulated vsize: 546588 KiB
Current children cumulated memory: 452564 KiB

[startup+51.1054 s]
/proc/loadavg: 1.97 2.05 2.03 3/247 57435
/proc/meminfo: memFree=127959964/131250000 swapFree=33007332/33010684
[pid=57432] ppid=57429 vsize=547312 memory=501868 CPUtime=88.69 cores=5,7
/proc/57432/stat : 57432 (LSIPExact) R 57429 57432 56367 0 -1 4194304 286359 0 0 0 8821 48 0 0 20 0 2 0 59668640 560447488 125467 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
/proc/57432/statm: 136828 125467 3520 6655 0 124565 0
[pid=57432/tid=57434] ppid=57429 vsize=547312 memory=501612 CPUtime=37.81 cores=5,7
/proc/57432/task/57434/stat : 57434 (LSIPExact) R 57429 57432 56367 0 -1 4194368 83411 0 0 0 3768 13 0 0 20 0 2 0 59669652 560447488 125467 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
Current children cumulated CPU time: 88.69 s
Current children cumulated vsize: 547312 KiB
Current children cumulated memory: 501868 KiB

[startup+102.3 s]
/proc/loadavg: 2.05 2.05 2.03 3/247 57437
/proc/meminfo: memFree=127946148/131250000 swapFree=33007332/33010684
[pid=57432] ppid=57429 vsize=534872 memory=502572 CPUtime=186.99 cores=5,7
/proc/57432/stat : 57432 (LSIPExact) R 57429 57432 56367 0 -1 4194304 385748 0 0 0 18633 66 0 0 20 0 2 0 59668640 547708928 125643 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
/proc/57432/statm: 133718 125643 3520 6655 0 123852 0
[pid=57432/tid=57434] ppid=57429 vsize=534872 memory=502444 CPUtime=85.16 cores=5,7
/proc/57432/task/57434/stat : 57434 (LSIPExact) R 57429 57432 56367 0 -1 4194368 113602 0 0 0 8496 20 0 0 20 0 2 0 59669652 547708928 125643 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
Current children cumulated CPU time: 186.99 s
Current children cumulated vsize: 534872 KiB
Current children cumulated memory: 502572 KiB

[startup+162.3 s]
/proc/loadavg: 2.32 2.13 2.06 3/248 57440
/proc/meminfo: memFree=127944608/131250000 swapFree=33007332/33010684
[pid=57432] ppid=57429 vsize=536520 memory=503852 CPUtime=306.17 cores=5,7
/proc/57432/stat : 57432 (LSIPExact) R 57429 57432 56367 0 -1 4194304 416985 0 0 0 30548 69 0 0 20 0 2 0 59668640 549396480 125963 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
/proc/57432/statm: 134130 125963 3520 6655 0 124264 0
[pid=57432/tid=57434] ppid=57429 vsize=536520 memory=5632 CPUtime=144.54 cores=5,7
/proc/57432/task/57434/stat : 57434 (LSIPExact) R 57429 57432 56367 0 -1 4194368 132963 0 0 0 14432 22 0 0 20 0 2 0 59669652 549396480 125963 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
Current children cumulated CPU time: 306.17 s
Current children cumulated vsize: 536520 KiB
Current children cumulated memory: 503852 KiB

[startup+222.3 s]
/proc/loadavg: 2.21 2.14 2.07 3/249 57447
/proc/meminfo: memFree=127945936/131250000 swapFree=33007332/33010684
[pid=57432] ppid=57429 vsize=539664 memory=507180 CPUtime=425.37 cores=5,7
/proc/57432/stat : 57432 (LSIPExact) R 57429 57432 56367 0 -1 4194304 447092 0 0 0 42465 72 0 0 20 0 2 0 59668640 552615936 126795 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
/proc/57432/statm: 134916 126795 3520 6655 0 125050 0
[pid=57432/tid=57434] ppid=57429 vsize=539664 memory=507180 CPUtime=203.94 cores=5,7
/proc/57432/task/57434/stat : 57434 (LSIPExact) R 57429 57432 56367 0 -1 4194368 153702 0 0 0 20370 24 0 0 20 0 2 0 59669652 552615936 126795 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
Current children cumulated CPU time: 425.37 s
Current children cumulated vsize: 539664 KiB
Current children cumulated memory: 507180 KiB

[startup+282.3 s]
/proc/loadavg: 2.13 2.13 2.07 3/249 57449
/proc/meminfo: memFree=127948548/131250000 swapFree=33007332/33010684
[pid=57432] ppid=57429 vsize=539664 memory=507564 CPUtime=544.6 cores=5,7
/proc/57432/stat : 57432 (LSIPExact) R 57429 57432 56367 0 -1 4194304 468219 0 0 0 54387 73 0 0 20 0 2 0 59668640 552615936 126891 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
/proc/57432/statm: 134916 126891 3520 6655 0 125050 0
[pid=57432/tid=57434] ppid=57429 vsize=539664 memory=507564 CPUtime=263.36 cores=5,7
/proc/57432/task/57434/stat : 57434 (LSIPExact) R 57429 57432 56367 0 -1 4194368 173404 0 0 0 26311 25 0 0 20 0 2 0 59669652 552615936 126891 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
Current children cumulated CPU time: 544.6 s
Current children cumulated vsize: 539664 KiB
Current children cumulated memory: 507564 KiB

[startup+342.3 s]
/proc/loadavg: 2.09 2.11 2.07 3/249 57451
/proc/meminfo: memFree=127965296/131250000 swapFree=33007332/33010684
[pid=57432] ppid=57429 vsize=539664 memory=507564 CPUtime=663.85 cores=5,7
/proc/57432/stat : 57432 (LSIPExact) R 57429 57432 56367 0 -1 4194304 471295 0 0 0 66311 74 0 0 20 0 2 0 59668640 552615936 126891 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
/proc/57432/statm: 134916 126891 3520 6655 0 125050 0
[pid=57432/tid=57434] ppid=57429 vsize=539664 memory=10752 CPUtime=322.81 cores=5,7
/proc/57432/task/57434/stat : 57434 (LSIPExact) R 57429 57432 56367 0 -1 4194368 176399 0 0 0 32255 26 0 0 20 0 2 0 59669652 552615936 126891 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
Current children cumulated CPU time: 663.85 s
Current children cumulated vsize: 539664 KiB
Current children cumulated memory: 507564 KiB


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

[pid=57432] ppid=57429 vsize=1451404 memory=1415272 CPUtime=2941.76 cores=5,7
/proc/57432/stat : 57432 (LSIPExact) R 57429 57432 56367 0 -1 4194304 771691 0 0 0 293952 224 0 0 20 0 2 0 59668640 1486237696 353818 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
/proc/57432/statm: 362851 353818 3520 6655 0 352955 0
[pid=57432/tid=57434] ppid=57429 vsize=1451404 memory=1370444 CPUtime=1413.96 cores=5,7
/proc/57432/task/57434/stat : 57434 (LSIPExact) R 57429 57432 56367 0 -1 4194368 348381 0 0 0 141243 153 0 0 20 0 2 0 59669652 1486237696 353818 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
Current children cumulated CPU time: 2941.76 s
Current children cumulated vsize: 1451404 KiB
Current children cumulated memory: 1415272 KiB

[startup+1602.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/250 57516
/proc/meminfo: memFree=126829560/131250000 swapFree=33007332/33010684
[pid=57432] ppid=57429 vsize=1702416 memory=1651876 CPUtime=3060.96 cores=5,7
/proc/57432/stat : 57432 (LSIPExact) R 57429 57432 56367 0 -1 4194304 855665 0 0 0 305841 255 0 0 20 0 2 0 59668640 1743273984 412969 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
/proc/57432/statm: 425604 412969 3520 6655 0 412423 0
[pid=57432/tid=57434] ppid=57429 vsize=1702416 memory=1468528 CPUtime=1473.34 cores=5,7
/proc/57432/task/57434/stat : 57434 (LSIPExact) R 57429 57432 56367 0 -1 4194368 391224 0 0 0 147157 177 0 0 20 0 2 0 59669652 1743273984 412969 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
Current children cumulated CPU time: 3060.96 s
Current children cumulated vsize: 1702416 KiB
Current children cumulated memory: 1651876 KiB

[startup+1662.3 s]
/proc/loadavg: 2.04 2.04 2.01 3/249 57518
/proc/meminfo: memFree=126693092/131250000 swapFree=33007332/33010684
[pid=57432] ppid=57429 vsize=1795260 memory=1762564 CPUtime=3180.17 cores=5,7
/proc/57432/stat : 57432 (LSIPExact) R 57429 57432 56367 0 -1 4194304 911575 0 0 0 317749 268 0 0 20 0 2 0 59668640 1838346240 440641 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
/proc/57432/statm: 448815 440641 3520 6655 0 438906 0
[pid=57432/tid=57434] ppid=57429 vsize=1795260 memory=1468528 CPUtime=1532.76 cores=5,7
/proc/57432/task/57434/stat : 57434 (LSIPExact) R 57429 57432 56367 0 -1 4194368 427246 0 0 0 153089 187 0 0 20 0 2 0 59669652 1838346240 440641 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
Current children cumulated CPU time: 3180.17 s
Current children cumulated vsize: 1795260 KiB
Current children cumulated memory: 1762564 KiB

[startup+1722.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/249 57521
/proc/meminfo: memFree=126562412/131250000 swapFree=33007332/33010684
[pid=57432] ppid=57429 vsize=1937260 memory=1898740 CPUtime=3299.36 cores=5,7
/proc/57432/stat : 57432 (LSIPExact) R 57429 57432 56367 0 -1 4194304 959439 0 0 0 329650 286 0 0 20 0 2 0 59668640 1983754240 474685 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
/proc/57432/statm: 484315 474685 3520 6655 0 473034 0
[pid=57432/tid=57434] ppid=57429 vsize=1937260 memory=1468528 CPUtime=1592.15 cores=5,7
/proc/57432/task/57434/stat : 57434 (LSIPExact) R 57429 57432 56367 0 -1 4194368 452531 0 0 0 159013 202 0 0 20 0 2 0 59669652 1983754240 474685 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
Current children cumulated CPU time: 3299.36 s
Current children cumulated vsize: 1937260 KiB
Current children cumulated memory: 1898740 KiB

[startup+1782.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/249 57523
/proc/meminfo: memFree=126546192/131250000 swapFree=33007332/33010684
[pid=57432] ppid=57429 vsize=2007056 memory=1922064 CPUtime=3418.56 cores=5,7
/proc/57432/stat : 57432 (LSIPExact) R 57429 57432 56367 0 -1 4194304 976998 0 0 0 341563 293 0 0 20 0 2 0 59668640 2055225344 480516 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
/proc/57432/statm: 501764 480516 3520 6655 0 479265 0
[pid=57432/tid=57434] ppid=57429 vsize=2007056 memory=1922064 CPUtime=1651.53 cores=5,7
/proc/57432/task/57434/stat : 57434 (LSIPExact) R 57429 57432 56367 0 -1 4194368 466752 0 0 0 164945 208 0 0 20 0 2 0 59669652 2055225344 480516 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
Current children cumulated CPU time: 3418.56 s
Current children cumulated vsize: 2007056 KiB
Current children cumulated memory: 1922064 KiB

[startup+1842.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/247 57527
/proc/meminfo: memFree=126534704/131250000 swapFree=33007332/33010684
[pid=57432] ppid=57429 vsize=2007056 memory=1924112 CPUtime=3537.77 cores=5,7
/proc/57432/stat : 57432 (LSIPExact) R 57429 57432 56367 0 -1 4194304 994839 0 0 0 353482 295 0 0 20 0 2 0 59668640 2055225344 481028 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
/proc/57432/statm: 501764 481028 3520 6655 0 479265 0
[pid=57432/tid=57434] ppid=57429 vsize=2007056 memory=17920 CPUtime=1710.91 cores=5,7
/proc/57432/task/57434/stat : 57434 (LSIPExact) R 57429 57432 56367 0 -1 4194368 471574 0 0 0 170883 208 0 0 20 0 2 0 59669652 2055225344 481028 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
Current children cumulated CPU time: 3537.77 s
Current children cumulated vsize: 2007056 KiB
Current children cumulated memory: 1924112 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1873.7 s]
/proc/loadavg: 2.05 2.06 2.01 3/246 57528
/proc/meminfo: memFree=126547620/131250000 swapFree=33007332/33010684
[pid=57432] ppid=57429 vsize=1942848 memory=1910320 CPUtime=3600.15 cores=5,7
/proc/57432/stat : 57432 (LSIPExact) R 57429 57432 56367 0 -1 4194304 1022863 0 0 0 359710 305 0 0 20 0 2 0 59668640 1989476352 477580 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
/proc/57432/statm: 485712 477580 3520 6655 0 475817 0
[pid=57432/tid=57434] ppid=57429 vsize=1942848 memory=1924112 CPUtime=1741.99 cores=5,7
/proc/57432/task/57434/stat : 57434 (LSIPExact) R 57429 57432 56367 0 -1 4194368 486825 0 0 0 173983 216 0 0 20 0 2 0 59669652 1989476352 477580 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
Current children cumulated CPU time: 3600.15 s
Current children cumulated vsize: 1942848 KiB
Current children cumulated memory: 1910320 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3597.15 s, system=3.10354 s

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

# cumulated CPU time of all completed processes:  user=3598.98 s, system=3.17143 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+1874.4 s]
/proc/loadavg: 2.04 2.06 2.01 2/246 57530
/proc/meminfo: memFree=127209564/131250000 swapFree=33007332/33010684
[pid=57432] ppid=57429 vsize=1245852 memory=1212412 CPUtime=3600.22 cores=5,7
/proc/57432/stat : 57432 (LSIPExact) S 57429 57432 56367 0 -1 4194304 1034061 226 0 0 359714 308 0 0 20 0 1 0 59668640 1275752448 303103 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
/proc/57432/statm: 311463 303103 3552 6655 0 301667 0
[pid=57530] ppid=57432 vsize=158904 memory=145112 CPUtime=0.58 cores=5,7
/proc/57530/stat : 57530 (Exact) R 57432 57530 57530 0 -1 4194304 28062 0 0 0 53 5 0 0 20 0 1 0 59856019 162717696 36278 18446744073709551615 4198400 8335837 140736509353040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16015360 140736509356212 140736509356573 140736509356573 140736509362127 0
/proc/57530/statm: 39726 36278 1120 1011 0 38493 0
Current children cumulated CPU time: 3600.8 s
Current children cumulated vsize: 1404756 KiB
Current children cumulated memory: 1357524 KiB

[startup+1875.2 s]
/proc/loadavg: 2.04 2.06 2.01 2/246 57530
/proc/meminfo: memFree=127119656/131250000 swapFree=33007332/33010684
[pid=57432] ppid=57429 vsize=1245852 memory=1212412 CPUtime=3600.22 cores=5,7
/proc/57432/stat : 57432 (LSIPExact) S 57429 57432 56367 0 -1 4194304 1034061 226 0 0 359714 308 0 0 20 0 1 0 59668640 1275752448 303103 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
/proc/57432/statm: 311463 303103 3552 6655 0 301667 0
[pid=57530] ppid=57432 vsize=165688 memory=157536 CPUtime=1.39 cores=5,7
/proc/57530/stat : 57530 (Exact) R 57432 57530 57530 0 -1 4194304 30661 0 0 0 133 6 0 0 20 0 1 0 59856019 169664512 39384 18446744073709551615 4198400 8335837 140736509353040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16015360 140736509356212 140736509356573 140736509356573 140736509362127 0
/proc/57530/statm: 41422 39384 1120 1011 0 40189 0
Current children cumulated CPU time: 3601.61 s
Current children cumulated vsize: 1411540 KiB
Current children cumulated memory: 1369948 KiB

[startup+1875.6 s]
/proc/loadavg: 2.04 2.06 2.01 2/246 57530
/proc/meminfo: memFree=127119656/131250000 swapFree=33007332/33010684
[pid=57432] ppid=57429 vsize=1245852 memory=1212412 CPUtime=3600.22 cores=5,7
/proc/57432/stat : 57432 (LSIPExact) S 57429 57432 56367 0 -1 4194304 1034061 226 0 0 359714 308 0 0 20 0 1 0 59668640 1275752448 303103 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
/proc/57432/statm: 311463 303103 3552 6655 0 301667 0
[pid=57530] ppid=57432 vsize=167800 memory=159712 CPUtime=1.78 cores=5,7
/proc/57530/stat : 57530 (Exact) R 57432 57530 57530 0 -1 4194304 31206 0 0 0 172 6 0 0 20 0 1 0 59856019 171827200 39928 18446744073709551615 4198400 8335837 140736509353040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16015360 140736509356212 140736509356573 140736509356573 140736509362127 0
/proc/57530/statm: 41950 39928 1120 1011 0 40717 0
Current children cumulated CPU time: 3602 s
Current children cumulated vsize: 1413652 KiB
Current children cumulated memory: 1372124 KiB

[startup+1875.7 s]
/proc/loadavg: 2.04 2.06 2.01 2/246 57530
/proc/meminfo: memFree=127119656/131250000 swapFree=33007332/33010684
[pid=57432] ppid=57429 vsize=1245852 memory=1212412 CPUtime=3600.22 cores=5,7
/proc/57432/stat : 57432 (LSIPExact) S 57429 57432 56367 0 -1 4194304 1034061 226 0 0 359714 308 0 0 20 0 1 0 59668640 1275752448 303103 18446744073709551615 94914261835776 94914289092177 140727772553728 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94914297595016 94914298026624 94914313388032 140727772555610 140727772555786 140727772555786 140727772561388 0
/proc/57432/statm: 311463 303103 3552 6655 0 301667 0
[pid=57530] ppid=57432 vsize=167800 memory=159712 CPUtime=1.88 cores=5,7
/proc/57530/stat : 57530 (Exact) R 57432 57530 57530 0 -1 4194304 31207 0 0 0 182 6 0 0 20 0 1 0 59856019 171827200 39928 18446744073709551615 4198400 8335837 140736509353040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16015360 140736509356212 140736509356573 140736509356573 140736509362127 0
/proc/57530/statm: 41950 39928 1120 1011 0 40717 0
Current children cumulated CPU time: 3602.1 s
Current children cumulated vsize: 1413652 KiB
Current children cumulated memory: 1372124 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1875.72
CPU time (s): 3602.15
CPU user time (s): 3598.98
CPU system time (s): 3.17143
CPU usage (%): 192.041
Max. virtual memory (cumulated for all children) (KiB): 2007056
Max. memory (cumulated for all children) (KiB): 1924112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.98
system time used= 3.17143
maximum resident set size= 1924112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1065494
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= 691
involuntary context switches= 33638


# summary of solver processes directly reported to runsolver:
#   pid: 57432,57530
#   total CPU time (s): 3602.15
#   total CPU user time (s): 3598.98
#   total CPU system time (s): 3.17143

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.38324 second user time and 8.46187 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-07-02 09:05:11
IDJOB=4504559
IDBENCH=155664
IDSOLVER=3336
FILE ID=nodeC019/4504559-1751439911
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_4_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-4504559-1751439911/watcher-4504559-1751439911 -o /tmp/evaluation-result-4504559-1751439911/solver-4504559-1751439911 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751434073-56807 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4504559-1751439911.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= fab5e62eb964e75ef5bb4e0d05cd3bf1
RANDOM SEED=996252242

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.677
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:        128429988 kB
MemAvailable:   129716672 kB
Buffers:             904 kB
Cached:          2091616 kB
SwapCached:          440 kB
Active:           210664 kB
Inactive:        1947400 kB
Active(anon):      52956 kB
Inactive(anon):    27780 kB
Active(file):     157708 kB
Inactive(file):  1919620 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33007332 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             47544 kB
Writeback:            12 kB
AnonPages:         68180 kB
Mapped:           103016 kB
Shmem:             15192 kB
KReclaimable:      97188 kB
Slab:             184000 kB
SReclaimable:      97188 kB
SUnreclaim:        86812 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:      150264 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:36:27