Trace number 4483927

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.14 1838.62

General information on the benchmark

NamePB24/normalized-extraPB12/OPT-LIN/sroussel/benchsMusee/opb_Equals1_cod2_product/
normalized-BA_RDC4.dot_luby_10null20mast_rapportOE2.0_TMAX300_K67_cod2_pbEq1_newVersion_product.opb
MD5SUM45fe61862ea6af1146fa753dc4b3b822
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 benchmark-7184
Best CPU time to get the best result obtained on this benchmark1515.42
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables57510
Total number of constraints149401
Number of constraints which are clauses149400
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 438
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 26095
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 26095
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.12/1836.60	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.12/1836.60	c numVar: 57510
3600.12/1836.60	c numCon: 149401
3600.12/1836.60	c numEqual: 0
3600.12/1836.60	c intSize: 15
3600.12/1836.60	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.12/1836.60	c ------------------- Paras list -------------------
3600.12/1836.60	c Name                	 Type      	 Now       	 Default   	 Comment
3600.12/1836.60	c timeout             	 double    	 3600.000000	 3600      	 
3600.12/1836.60	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.12/1836.60	c ls_time             	 double    	 10.000000 	 10        	 
3600.12/1836.60	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.12/1836.60	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.12/1836.60	c random_seed         	 int       	 0         	 0         	 
3600.12/1836.60	c sample_size         	 int       	 50        	 50        	 
3600.12/1836.60	c sub_score           	 int       	 1         	 1         	 
3600.12/1836.60	c tabu_base           	 int       	 3         	 3         	 
3600.12/1836.60	c tabu_variation      	 int       	 1         	 1         	 
3600.12/1836.60	c sub_div             	 int       	 4         	 4         	 
3600.12/1836.60	c nbcore              	 int       	 2         	 1         	 
3600.12/1836.60	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.12/1836.60	c print_sol           	 int       	 1         	 1         	 
3600.12/1836.60	c tmpdir              	 string		 .         	 "."       	 
3600.12/1836.60	c home                	 string		 HOME	 "."       	 
3600.12/1836.60	c benchname           	 string		 HOME/instance-4483927-1751279578.opb	 ""        	 
3600.12/1836.60	c --------------------------------------------------
3600.12/1836.60	c Local Search solver
3600.12/1836.60	c MIP solver
3600.12/1836.60	c receive signal 15, try to interrupt solver...
3600.12/1836.65	c MIP solver find feasible solution
3600.12/1836.66	c MIP solver objective value: -6660
3600.25/1836.71	c MIP find feasible solution for PBO with objective value -6660
3600.25/1836.71	c copy file: 0
3600.25/1836.71	c gen ub file: HOME/instance-4483927-1751279578.opb_ub.opb
3600.25/1836.71	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: 63665 MiB (62413 MiB free)
  memory of node 1: 64507 MiB (59389 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4483927-1751279578/watcher-4483927-1751279578 -o /tmp/evaluation-result-4483927-1751279578/solver-4483927-1751279578 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751279512-40523 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4483927-1751279578.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100061 s]*
/proc/loadavg: 5.38 4.00 4.01 8/269 40632
/proc/meminfo: memFree=124649620/131249996 swapFree=33010684/33010684
[pid=40631] ppid=40628 vsize=120996 memory=86444 CPUtime=0.09 cores=4,6
/proc/40631/stat : 40631 (LSIPExact) R 40628 40631 40512 0 -1 4194304 18082 0 0 0 6 3 0 0 20 0 1 0 43635588 123899904 21611 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
/proc/40631/statm: 30282 21611 1152 6655 0 20517 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 120996 KiB
Current children cumulated memory: 86444 KiB

[startup+0.205728 s]*
/proc/loadavg: 5.38 4.00 4.01 8/269 40632
/proc/meminfo: memFree=124625428/131249996 swapFree=33010684/33010684
[pid=40631] ppid=40628 vsize=144696 memory=110124 CPUtime=0.2 cores=4,6
/proc/40631/stat : 40631 (LSIPExact) R 40628 40631 40512 0 -1 4194304 24006 0 0 0 16 4 0 0 20 0 1 0 43635588 148168704 27531 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
/proc/40631/statm: 36174 27531 1152 6655 0 26409 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 144696 KiB
Current children cumulated memory: 110124 KiB

[startup+0.305764 s]*
/proc/loadavg: 5.38 4.00 4.01 8/269 40633
/proc/meminfo: memFree=124625428/131249996 swapFree=33010684/33010684
[pid=40631] ppid=40628 vsize=144696 memory=110124 CPUtime=0.3 cores=4,6
/proc/40631/stat : 40631 (LSIPExact) R 40628 40631 40512 0 -1 4194304 24006 0 0 0 26 4 0 0 20 0 1 0 43635588 148168704 27531 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
/proc/40631/statm: 36174 27531 1152 6655 0 26409 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 144696 KiB
Current children cumulated memory: 110124 KiB

[startup+0.700184 s]
/proc/loadavg: 5.38 4.00 4.01 8/269 40633
/proc/meminfo: memFree=124625428/131249996 swapFree=33010684/33010684
[pid=40631] ppid=40628 vsize=144696 memory=110124 CPUtime=0.68 cores=4,6
/proc/40631/stat : 40631 (LSIPExact) R 40628 40631 40512 0 -1 4194304 24006 0 0 0 64 4 0 0 20 0 1 0 43635588 148168704 27531 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
/proc/40631/statm: 36174 27531 1152 6655 0 26409 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 144696 KiB
Current children cumulated memory: 110124 KiB

[startup+1.50017 s]
/proc/loadavg: 5.38 4.00 4.01 8/269 40633
/proc/meminfo: memFree=124625428/131249996 swapFree=33010684/33010684
[pid=40631] ppid=40628 vsize=144828 memory=110124 CPUtime=1.48 cores=4,6
/proc/40631/stat : 40631 (LSIPExact) R 40628 40631 40512 0 -1 4194304 24012 0 0 0 144 4 0 0 20 0 1 0 43635588 148303872 27531 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
/proc/40631/statm: 36207 27531 1152 6655 0 26442 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 144828 KiB
Current children cumulated memory: 110124 KiB

[startup+3.10553 s]
/proc/loadavg: 5.59 4.06 4.03 8/269 40633
/proc/meminfo: memFree=124625460/131249996 swapFree=33010684/33010684
[pid=40631] ppid=40628 vsize=145348 memory=110636 CPUtime=3.08 cores=4,6
/proc/40631/stat : 40631 (LSIPExact) R 40628 40631 40512 0 -1 4194304 24132 0 0 0 304 4 0 0 20 0 1 0 43635588 148836352 27659 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
/proc/40631/statm: 36337 27659 1152 6655 0 26572 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 145348 KiB
Current children cumulated memory: 110636 KiB

[startup+6.30016 s]
/proc/loadavg: 5.59 4.06 4.03 8/269 40633
/proc/meminfo: memFree=124613300/131249996 swapFree=33010684/33010684
[pid=40631] ppid=40628 vsize=145348 memory=110636 CPUtime=6.26 cores=4,6
/proc/40631/stat : 40631 (LSIPExact) R 40628 40631 40512 0 -1 4194304 24137 0 0 0 622 4 0 0 20 0 1 0 43635588 148836352 27659 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
/proc/40631/statm: 36337 27659 1152 6655 0 26572 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 145348 KiB
Current children cumulated memory: 110636 KiB

[startup+12.7002 s]
/proc/loadavg: 5.96 4.19 4.07 9/270 40634
/proc/meminfo: memFree=124249440/131249996 swapFree=33010684/33010684
[pid=40631] ppid=40628 vsize=568028 memory=466388 CPUtime=13.81 cores=4,6
/proc/40631/stat : 40631 (LSIPExact) R 40628 40631 40512 0 -1 4194304 96856 0 0 0 1363 18 0 0 20 0 2 0 43635588 581660672 116597 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
/proc/40631/statm: 142007 116597 3040 6655 0 127352 0
[pid=40631/tid=40634] ppid=40628 vsize=568028 memory=17792 CPUtime=1.16 cores=4,6
/proc/40631/task/40634/stat : 40634 (LSIPExact) R 40628 40631 40512 0 -1 4194368 5461 0 0 0 115 1 0 0 20 0 2 0 43636612 581660672 116597 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
Current children cumulated CPU time: 13.81 s
Current children cumulated vsize: 568028 KiB
Current children cumulated memory: 466388 KiB

[startup+25.5002 s]
/proc/loadavg: 6.50 4.37 4.13 8/270 40634
/proc/meminfo: memFree=124156460/131249996 swapFree=33010684/33010684
[pid=40631] ppid=40628 vsize=644964 memory=581704 CPUtime=32.85 cores=4,6
/proc/40631/stat : 40631 (LSIPExact) R 40628 40631 40512 0 -1 4194304 157349 0 0 0 3257 28 0 0 20 0 2 0 43635588 660443136 145426 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
/proc/40631/statm: 161241 145426 3264 6655 0 151473 0
[pid=40631/tid=40634] ppid=40628 vsize=644964 memory=466644 CPUtime=7.77 cores=4,6
/proc/40631/task/40634/stat : 40634 (LSIPExact) S 40628 40631 40512 0 -1 4194368 27408 0 0 0 772 5 0 0 20 0 2 0 43636612 660443136 145426 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
Current children cumulated CPU time: 32.85 s
Current children cumulated vsize: 644964 KiB
Current children cumulated memory: 581704 KiB

[startup+51.1059 s]
/proc/loadavg: 6.86 4.63 4.22 9/270 40634
/proc/meminfo: memFree=124012816/131249996 swapFree=33010684/33010684
[pid=40631] ppid=40628 vsize=865640 memory=757620 CPUtime=66.35 cores=4,6
/proc/40631/stat : 40631 (LSIPExact) R 40628 40631 40512 0 -1 4194304 242881 0 0 0 6595 40 0 0 20 0 2 0 43635588 886415360 189405 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
/proc/40631/statm: 216410 189405 3328 6655 0 196233 0
[pid=40631/tid=40634] ppid=40628 vsize=865640 memory=466644 CPUtime=15.74 cores=4,6
/proc/40631/task/40634/stat : 40634 (LSIPExact) R 40628 40631 40512 0 -1 4194368 44071 0 0 0 1567 7 0 0 20 0 2 0 43636612 886415360 189405 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
Current children cumulated CPU time: 66.35 s
Current children cumulated vsize: 865640 KiB
Current children cumulated memory: 757620 KiB

[startup+102.3 s]
/proc/loadavg: 7.66 5.23 4.45 9/270 40636
/proc/meminfo: memFree=123700384/131249996 swapFree=33010684/33010684
[pid=40631] ppid=40628 vsize=865640 memory=781176 CPUtime=167.8 cores=4,6
/proc/40631/stat : 40631 (LSIPExact) R 40628 40631 40512 0 -1 4194304 310500 0 0 0 16734 46 0 0 20 0 2 0 43635588 886415360 195294 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
/proc/40631/statm: 216410 195294 3328 6655 0 201450 0
[pid=40631/tid=40634] ppid=40628 vsize=865640 memory=14824 CPUtime=66.26 cores=4,6
/proc/40631/task/40634/stat : 40634 (LSIPExact) R 40628 40631 40512 0 -1 4194368 67120 0 0 0 6616 10 0 0 20 0 2 0 43636612 886415360 195294 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
Current children cumulated CPU time: 167.8 s
Current children cumulated vsize: 865640 KiB
Current children cumulated memory: 781176 KiB

[startup+162.3 s]
/proc/loadavg: 7.90 5.74 4.68 9/269 40638
/proc/meminfo: memFree=123632828/131249996 swapFree=33010684/33010684
[pid=40631] ppid=40628 vsize=866908 memory=793560 CPUtime=286.77 cores=4,6
/proc/40631/stat : 40631 (LSIPExact) R 40628 40631 40512 0 -1 4194304 400135 0 0 0 28623 54 0 0 20 0 2 0 43635588 887713792 198390 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
/proc/40631/statm: 216727 198390 3328 6655 0 202515 0
[pid=40631/tid=40634] ppid=40628 vsize=866908 memory=793560 CPUtime=125.5 cores=4,6
/proc/40631/task/40634/stat : 40634 (LSIPExact) R 40628 40631 40512 0 -1 4194368 110369 0 0 0 12536 14 0 0 20 0 2 0 43636612 887713792 198390 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
Current children cumulated CPU time: 286.77 s
Current children cumulated vsize: 866908 KiB
Current children cumulated memory: 793560 KiB

[startup+222.3 s]
/proc/loadavg: 8.01 6.16 4.90 9/268 40647
/proc/meminfo: memFree=123564868/131249996 swapFree=33010684/33010684
[pid=40631] ppid=40628 vsize=866908 memory=797656 CPUtime=405.73 cores=4,6
/proc/40631/stat : 40631 (LSIPExact) R 40628 40631 40512 0 -1 4194304 416165 0 0 0 40517 56 0 0 20 0 2 0 43635588 887713792 199414 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
/proc/40631/statm: 216727 199414 3328 6655 0 203038 0
[pid=40631/tid=40634] ppid=40628 vsize=866908 memory=796248 CPUtime=184.74 cores=4,6
/proc/40631/task/40634/stat : 40634 (LSIPExact) R 40628 40631 40512 0 -1 4194368 117440 0 0 0 18460 14 0 0 20 0 2 0 43636612 887713792 199414 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
Current children cumulated CPU time: 405.73 s
Current children cumulated vsize: 866908 KiB
Current children cumulated memory: 797656 KiB

[startup+282.3 s]
/proc/loadavg: 8.01 6.50 5.09 9/268 40649
/proc/meminfo: memFree=123538036/131249996 swapFree=33010684/33010684
[pid=40631] ppid=40628 vsize=882884 memory=828124 CPUtime=518.04 cores=4,6
/proc/40631/stat : 40631 (LSIPExact) R 40628 40631 40512 0 -1 4194304 483293 0 0 0 51740 64 0 0 20 0 2 0 43635588 904073216 207031 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
/proc/40631/statm: 220721 207031 3328 6655 0 209175 0
[pid=40631/tid=40634] ppid=40628 vsize=882884 memory=799524 CPUtime=237.37 cores=4,6
/proc/40631/task/40634/stat : 40634 (LSIPExact) R 40628 40631 40512 0 -1 4194368 143841 0 0 0 23719 18 0 0 20 0 2 0 43636612 904073216 207031 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
Current children cumulated CPU time: 518.04 s
Current children cumulated vsize: 882884 KiB
Current children cumulated memory: 828124 KiB

[startup+342.3 s]
/proc/loadavg: 8.05 6.79 5.28 9/268 40651
/proc/meminfo: memFree=123563144/131249996 swapFree=33010684/33010684
[pid=40631] ppid=40628 vsize=882884 memory=829660 CPUtime=636.96 cores=4,6
/proc/40631/stat : 40631 (LSIPExact) R 40628 40631 40512 0 -1 4194304 484353 0 0 0 63631 65 0 0 20 0 2 0 43635588 904073216 207415 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
/proc/40631/statm: 220721 207415 3328 6655 0 209175 0
[pid=40631/tid=40634] ppid=40628 vsize=882884 memory=799524 CPUtime=296.6 cores=4,6
/proc/40631/task/40634/stat : 40634 (LSIPExact) R 40628 40631 40512 0 -1 4194368 144523 0 0 0 29642 18 0 0 20 0 2 0 43636612 904073216 207415 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
Current children cumulated CPU time: 636.96 s
Current children cumulated vsize: 882884 KiB
Current children cumulated memory: 829660 KiB


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

[startup+1482.3 s]
/proc/loadavg: 8.03 8.00 7.27 9/267 40706
/proc/meminfo: memFree=123170912/131249996 swapFree=33010684/33010684
[pid=40631] ppid=40628 vsize=934312 memory=890248 CPUtime=2897.49 cores=4,6
/proc/40631/stat : 40631 (LSIPExact) R 40628 40631 40512 0 -1 4194304 887110 0 0 0 289584 165 0 0 20 0 2 0 43635588 956735488 222562 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
/proc/40631/statm: 233578 222562 3424 6655 0 222124 0
[pid=40631/tid=40634] ppid=40628 vsize=934312 memory=884400 CPUtime=1422.49 cores=4,6
/proc/40631/task/40634/stat : 40634 (LSIPExact) R 40628 40631 40512 0 -1 4194368 337928 0 0 0 142166 83 0 0 20 0 2 0 43636612 956735488 222562 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
Current children cumulated CPU time: 2897.49 s
Current children cumulated vsize: 934312 KiB
Current children cumulated memory: 890248 KiB

[startup+1542.3 s]
/proc/loadavg: 8.06 8.01 7.33 9/267 40708
/proc/meminfo: memFree=123181964/131249996 swapFree=33010684/33010684
[pid=40631] ppid=40628 vsize=908440 memory=864252 CPUtime=3016.48 cores=4,6
/proc/40631/stat : 40631 (LSIPExact) R 40628 40631 40512 0 -1 4194304 908486 0 0 0 301474 174 0 0 20 0 2 0 43635588 930242560 216063 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
/proc/40631/statm: 227110 216063 3424 6655 0 215656 0
[pid=40631/tid=40634] ppid=40628 vsize=908440 memory=864252 CPUtime=1481.74 cores=4,6
/proc/40631/task/40634/stat : 40634 (LSIPExact) R 40628 40631 40512 0 -1 4194368 343567 0 0 0 148086 88 0 0 20 0 2 0 43636612 930242560 216063 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
Current children cumulated CPU time: 3016.48 s
Current children cumulated vsize: 908440 KiB
Current children cumulated memory: 864252 KiB

[startup+1602.3 s]
/proc/loadavg: 8.10 8.03 7.38 9/267 40710
/proc/meminfo: memFree=123144840/131249996 swapFree=33010684/33010684
[pid=40631] ppid=40628 vsize=981484 memory=906936 CPUtime=3135.44 cores=4,6
/proc/40631/stat : 40631 (LSIPExact) R 40628 40631 40512 0 -1 4194304 954847 0 0 0 313365 179 0 0 20 0 2 0 43635588 1005039616 226734 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
/proc/40631/statm: 245371 226734 3424 6655 0 227250 0
[pid=40631/tid=40634] ppid=40628 vsize=981484 memory=864252 CPUtime=1540.98 cores=4,6
/proc/40631/task/40634/stat : 40634 (LSIPExact) R 40628 40631 40512 0 -1 4194368 368732 0 0 0 154007 91 0 0 20 0 2 0 43636612 1005039616 226734 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
Current children cumulated CPU time: 3135.44 s
Current children cumulated vsize: 981484 KiB
Current children cumulated memory: 906936 KiB

[startup+1662.3 s]
/proc/loadavg: 8.10 8.04 7.42 9/268 40713
/proc/meminfo: memFree=123148424/131249996 swapFree=33010684/33010684
[pid=40631] ppid=40628 vsize=915948 memory=872044 CPUtime=3254.48 cores=4,6
/proc/40631/stat : 40631 (LSIPExact) R 40628 40631 40512 0 -1 4194304 984044 0 0 0 325263 185 0 0 20 0 2 0 43635588 937930752 218011 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
/proc/40631/statm: 228987 218011 3424 6655 0 217533 0
[pid=40631/tid=40634] ppid=40628 vsize=915948 memory=864252 CPUtime=1600.26 cores=4,6
/proc/40631/task/40634/stat : 40634 (LSIPExact) R 40628 40631 40512 0 -1 4194368 385882 0 0 0 159931 95 0 0 20 0 2 0 43636612 937930752 218011 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
Current children cumulated CPU time: 3254.48 s
Current children cumulated vsize: 915948 KiB
Current children cumulated memory: 872044 KiB

[startup+1722.3 s]
/proc/loadavg: 8.08 8.04 7.47 9/267 40726
/proc/meminfo: memFree=123132156/131249996 swapFree=33010684/33010684
[pid=40631] ppid=40628 vsize=917436 memory=873664 CPUtime=3373.44 cores=4,6
/proc/40631/stat : 40631 (LSIPExact) R 40628 40631 40512 0 -1 4194304 993086 0 0 0 337152 192 0 0 20 0 2 0 43635588 939454464 218416 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
/proc/40631/statm: 229359 218416 3424 6655 0 217905 0
[pid=40631/tid=40634] ppid=40628 vsize=917436 memory=864252 CPUtime=1659.49 cores=4,6
/proc/40631/task/40634/stat : 40634 (LSIPExact) R 40628 40631 40512 0 -1 4194368 392554 0 0 0 165848 101 0 0 20 0 2 0 43636612 939454464 218416 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
Current children cumulated CPU time: 3373.44 s
Current children cumulated vsize: 917436 KiB
Current children cumulated memory: 873664 KiB

[startup+1782.3 s]
/proc/loadavg: 7.65 7.95 7.47 8/266 40868
/proc/meminfo: memFree=124801964/131249996 swapFree=33010684/33010684
[pid=40631] ppid=40628 vsize=917436 memory=875840 CPUtime=3492.38 cores=4,6
/proc/40631/stat : 40631 (LSIPExact) R 40628 40631 40512 0 -1 4194304 995673 0 0 0 349034 204 0 0 20 0 2 0 43635588 939454464 218960 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
/proc/40631/statm: 229359 218960 3424 6655 0 217905 0
[pid=40631/tid=40634] ppid=40628 vsize=917436 memory=875840 CPUtime=1718.77 cores=4,6
/proc/40631/task/40634/stat : 40634 (LSIPExact) R 40628 40631 40512 0 -1 4194368 394130 0 0 0 171770 107 0 0 20 0 2 0 43636612 939454464 218960 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
Current children cumulated CPU time: 3492.38 s
Current children cumulated vsize: 917436 KiB
Current children cumulated memory: 875840 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1836.6 s]
/proc/loadavg: 6.90 7.69 7.41 8/267 41240
/proc/meminfo: memFree=125464128/131249996 swapFree=33010684/33010684
[pid=40631] ppid=40628 vsize=921668 memory=880400 CPUtime=3600.12 cores=4,6
/proc/40631/stat : 40631 (LSIPExact) R 40628 40631 40512 0 -1 4194304 1006489 0 0 0 359788 224 0 0 20 0 2 0 43635588 943788032 220100 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
/proc/40631/statm: 230417 220100 3424 6655 0 218963 0
[pid=40631/tid=40634] ppid=40628 vsize=921668 memory=4380 CPUtime=1772.51 cores=4,6
/proc/40631/task/40634/stat : 40634 (LSIPExact) R 40628 40631 40512 0 -1 4194368 394258 0 0 0 177140 111 0 0 20 0 2 0 43636612 943788032 220100 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
Current children cumulated CPU time: 3600.12 s
Current children cumulated vsize: 921668 KiB
Current children cumulated memory: 880400 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3598 s, system=2.28057 s

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

# cumulated CPU time of all completed processes:  user=3599.68 s, system=2.46775 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+1836.8 s]
/proc/loadavg: 6.90 7.69 7.41 8/267 41240
/proc/meminfo: memFree=125464128/131249996 swapFree=33010684/33010684
[pid=40631] ppid=40628 vsize=904916 memory=861884 CPUtime=3600.25 cores=4,6
/proc/40631/stat : 40631 (LSIPExact) S 40628 40631 40512 0 -1 4194304 1029359 229 0 0 359800 225 0 0 20 0 1 0 43635588 926633984 215471 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
/proc/40631/statm: 226229 215471 3424 6655 0 214775 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 904916 KiB
Current children cumulated memory: 861884 KiB

[startup+1837.6 s]
/proc/loadavg: 6.74 7.65 7.40 5/262 41250
/proc/meminfo: memFree=125429360/131249996 swapFree=33010684/33010684
[pid=40631] ppid=40628 vsize=904916 memory=861884 CPUtime=3600.25 cores=4,6
/proc/40631/stat : 40631 (LSIPExact) S 40628 40631 40512 0 -1 4194304 1029359 229 0 0 359800 225 0 0 20 0 1 0 43635588 926633984 215471 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
/proc/40631/statm: 226229 215471 3424 6655 0 214775 0
[pid=41242] ppid=40631 vsize=266352 memory=248624 CPUtime=0.85 cores=4,6
/proc/41242/stat : 41242 (Exact) R 40631 41242 41242 0 -1 4194304 43600 0 0 0 74 11 0 0 20 0 1 0 43819259 272744448 62156 18446744073709551615 4198400 8335837 140732585790896 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 28831744 140732585793716 140732585794077 140732585794077 140732585799631 0
/proc/41242/statm: 66588 62156 960 1011 0 65355 0
Current children cumulated CPU time: 3601.1 s
Current children cumulated vsize: 1171268 KiB
Current children cumulated memory: 1110508 KiB

[startup+1838.4 s]
/proc/loadavg: 6.74 7.65 7.40 6/266 41287
/proc/meminfo: memFree=125137908/131249996 swapFree=33010684/33010684
[pid=40631] ppid=40628 vsize=904916 memory=861884 CPUtime=3600.25 cores=4,6
/proc/40631/stat : 40631 (LSIPExact) S 40628 40631 40512 0 -1 4194304 1029359 229 0 0 359800 225 0 0 20 0 1 0 43635588 926633984 215471 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
/proc/40631/statm: 226229 215471 3424 6655 0 214775 0
[pid=41242] ppid=40631 vsize=464700 memory=424968 CPUtime=1.64 cores=4,6
/proc/41242/stat : 41242 (Exact) R 40631 41242 41242 0 -1 4194304 65033 0 0 0 147 17 0 0 20 0 1 0 43819259 475852800 106242 18446744073709551615 4198400 8335837 140732585790896 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 28831744 140732585793716 140732585794077 140732585794077 140732585799631 0
/proc/41242/statm: 116175 106242 1088 1011 0 114942 0
Current children cumulated CPU time: 3601.89 s
Current children cumulated vsize: 1369616 KiB
Current children cumulated memory: 1286852 KiB

[startup+1838.6 s]
/proc/loadavg: 6.74 7.65 7.40 6/266 41287
/proc/meminfo: memFree=125137908/131249996 swapFree=33010684/33010684
[pid=40631] ppid=40628 vsize=904916 memory=861884 CPUtime=3600.25 cores=4,6
/proc/40631/stat : 40631 (LSIPExact) S 40628 40631 40512 0 -1 4194304 1029359 229 0 0 359800 225 0 0 20 0 1 0 43635588 926633984 215471 18446744073709551615 94260258197504 94260285453905 140726703928480 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94260293956744 94260294388352 94260304650240 140726703933786 140726703933962 140726703933962 140726703939564 0
/proc/40631/statm: 226229 215471 3424 6655 0 214775 0
[pid=41242] ppid=40631 vsize=471532 memory=427912 CPUtime=1.84 cores=4,6
/proc/41242/stat : 41242 (Exact) R 40631 41242 41242 0 -1 4194304 65768 0 0 0 167 17 0 0 20 0 1 0 43819259 482848768 106978 18446744073709551615 4198400 8335837 140732585790896 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 28831744 140732585793716 140732585794077 140732585794077 140732585799631 0
/proc/41242/statm: 117883 106978 1088 1011 0 116650 0
Current children cumulated CPU time: 3602.09 s
Current children cumulated vsize: 1376448 KiB
Current children cumulated memory: 1289796 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1838.62
CPU time (s): 3602.14
CPU user time (s): 3599.68
CPU system time (s): 2.46775
CPU usage (%): 195.915
Max. virtual memory (cumulated for all children) (KiB): 1376448
Max. memory (cumulated for all children) (KiB): 1289796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.68
system time used= 2.46775
maximum resident set size= 929292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1095356
page faults= 0
swaps= 0
block input operations= 9784
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 516
involuntary context switches= 88261


# summary of solver processes directly reported to runsolver:
#   pid: 40631,41242
#   total CPU time (s): 3602.14
#   total CPU user time (s): 3599.68
#   total CPU system time (s): 2.46775

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.88146 second user time and 8.74073 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-30 12:32:58
IDJOB=4483927
IDBENCH=146011
IDSOLVER=3336
FILE ID=nodeC017/4483927-1751279578
RUNJOBID= nodeC017-1751279512-40523
SLURM_JOB_ID= 9594216
Free space on /tmp= 432860 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-extraPB12/OPT-LIN/sroussel/benchsMusee/opb_Equals1_cod2_product/normalized-BA_RDC4.dot_luby_10null20mast_rapportOE2.0_TMAX300_K67_cod2_pbEq1_newVersion_product.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4483927-1751279578/watcher-4483927-1751279578 -o /tmp/evaluation-result-4483927-1751279578/solver-4483927-1751279578 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751279512-40523 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4483927-1751279578.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 45fe61862ea6af1146fa753dc4b3b822
RANDOM SEED=1621834132

nodeC017 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        124726028 kB
MemAvailable:   127704368 kB
Buffers:            2380 kB
Cached:          3749736 kB
SwapCached:            0 kB
Active:          2403844 kB
Inactive:        3444408 kB
Active(anon):    2114204 kB
Inactive(anon):       12 kB
Active(file):     289640 kB
Inactive(file):  3444396 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             49540 kB
Writeback:             0 kB
AnonPages:       2097640 kB
Mapped:           140232 kB
Shmem:             18080 kB
KReclaimable:     166688 kB
Slab:             254964 kB
SReclaimable:     166688 kB
SUnreclaim:        88276 kB
KernelStack:        4336 kB
PageTables:         7312 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    2549728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    651264 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:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432836 MiB
End job on nodeC017 at 2025-06-30 13:03:37