Trace number 4502146

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LSIPExact S2? (TO) 3600.2 3589.71

General information on the benchmark

NamePB24/normalized-PB10/DEC-LIN/oliveras/
j120/normalized-j12011_3-sat.opb
MD5SUMf7b2b496c30aa17fcbe59599d08153aa
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables49368
Total number of constraints158090
Number of constraints which are clauses157278
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints812
Minimum length of a constraint1
Maximum length of a constraint93
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 546
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1116.65/1097.17	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1116.65/1097.17	c numVar: 49368
1116.65/1097.17	c numCon: 158090
1116.65/1097.17	c numEqual: 0
1116.65/1097.17	c intSize: 10
1116.65/1097.17	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
1116.65/1097.17	c ------------------- Paras list -------------------
1116.65/1097.17	c Name                	 Type      	 Now       	 Default   	 Comment
1116.65/1097.17	c timeout             	 double    	 3600.000000	 3600      	 
1116.65/1097.17	c mip_time            	 double    	 0.300000  	 0.5       	 
1116.65/1097.17	c ls_time             	 double    	 10.000000 	 10        	 
1116.65/1097.17	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
1116.65/1097.17	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1116.65/1097.17	c random_seed         	 int       	 0         	 0         	 
1116.65/1097.17	c sample_size         	 int       	 50        	 50        	 
1116.65/1097.17	c sub_score           	 int       	 1         	 1         	 
1116.65/1097.17	c tabu_base           	 int       	 3         	 3         	 
1116.65/1097.17	c tabu_variation      	 int       	 1         	 1         	 
1116.65/1097.17	c sub_div             	 int       	 4         	 4         	 
1116.65/1097.17	c nbcore              	 int       	 2         	 1         	 
1116.65/1097.17	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1116.65/1097.17	c print_sol           	 int       	 1         	 1         	 
1116.65/1097.17	c tmpdir              	 string		 .         	 "."       	 
1116.65/1097.17	c home                	 string		 HOME	 "."       	 
1116.65/1097.17	c benchname           	 string		 HOME/instance-4502146-1751137593.opb	 ""        	 
1116.65/1097.17	c --------------------------------------------------
1116.65/1097.17	c Local Search solver
1116.65/1097.17	c MIP solver
1116.65/1097.17	c use Exact solver
3600.05/3589.50	c receive signal 15, try to interrupt solver...
1116.72/3589.61	c Exact solver (PID 14066) interrupted gracefully.
3600.16/3589.70	s UNKNOWN
3600.16/3589.70	c Total time: 3589

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 (62924 MiB free)
  memory of node 1: 64507 MiB (63709 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=13967, runsolver pid=13964

[startup+0.100059 s]*
/proc/loadavg: 6.79 6.55 6.34 7/266 13968
/proc/meminfo: memFree=129597724/131249988 swapFree=33010684/33010684
[pid=13967] ppid=13964 vsize=124412 memory=89924 CPUtime=0.09 cores=0,2
/proc/13967/stat : 13967 (LSIPExact) R 13964 13967 11267 0 -1 4194304 18913 0 0 0 6 3 0 0 20 0 1 0 29438210 127397888 22481 18446744073709551615 93923631120384 93923658376785 140721990270928 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93923666879624 93923667311232 93923676000256 140721990273370 140721990273546 140721990273546 140721990279148 0
/proc/13967/statm: 31103 22481 1184 6655 0 21338 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 124412 KiB
Current children cumulated memory: 89924 KiB

[startup+0.205466 s]*
/proc/loadavg: 6.79 6.55 6.34 7/266 13968
/proc/meminfo: memFree=129573532/131249988 swapFree=33010684/33010684
[pid=13967] ppid=13964 vsize=146140 memory=111684 CPUtime=0.2 cores=0,2
/proc/13967/stat : 13967 (LSIPExact) R 13964 13967 11267 0 -1 4194304 24349 0 0 0 16 4 0 0 20 0 1 0 29438210 149647360 27921 18446744073709551615 93923631120384 93923658376785 140721990270928 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93923666879624 93923667311232 93923676000256 140721990273370 140721990273546 140721990273546 140721990279148 0
/proc/13967/statm: 36535 27921 1184 6655 0 26770 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 146140 KiB
Current children cumulated memory: 111684 KiB

[startup+0.305344 s]*
/proc/loadavg: 6.79 6.55 6.34 7/266 13968
/proc/meminfo: memFree=129573532/131249988 swapFree=33010684/33010684
[pid=13967] ppid=13964 vsize=146140 memory=111684 CPUtime=0.3 cores=0,2
/proc/13967/stat : 13967 (LSIPExact) R 13964 13967 11267 0 -1 4194304 24349 0 0 0 26 4 0 0 20 0 1 0 29438210 149647360 27921 18446744073709551615 93923631120384 93923658376785 140721990270928 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93923666879624 93923667311232 93923676000256 140721990273370 140721990273546 140721990273546 140721990279148 0
/proc/13967/statm: 36535 27921 1184 6655 0 26770 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 146140 KiB
Current children cumulated memory: 111684 KiB

[startup+0.700161 s]
/proc/loadavg: 6.79 6.55 6.34 7/266 13968
/proc/meminfo: memFree=129573532/131249988 swapFree=33010684/33010684
[pid=13967] ppid=13964 vsize=146140 memory=111684 CPUtime=0.69 cores=0,2
/proc/13967/stat : 13967 (LSIPExact) R 13964 13967 11267 0 -1 4194304 24349 0 0 0 65 4 0 0 20 0 1 0 29438210 149647360 27921 18446744073709551615 93923631120384 93923658376785 140721990270928 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93923666879624 93923667311232 93923676000256 140721990273370 140721990273546 140721990273546 140721990279148 0
/proc/13967/statm: 36535 27921 1184 6655 0 26770 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 146140 KiB
Current children cumulated memory: 111684 KiB

[startup+1.50016 s]
/proc/loadavg: 6.79 6.55 6.34 7/266 13968
/proc/meminfo: memFree=129573556/131249988 swapFree=33010684/33010684
[pid=13967] ppid=13964 vsize=146140 memory=111684 CPUtime=1.48 cores=0,2
/proc/13967/stat : 13967 (LSIPExact) R 13964 13967 11267 0 -1 4194304 24349 0 0 0 144 4 0 0 20 0 1 0 29438210 149647360 27921 18446744073709551615 93923631120384 93923658376785 140721990270928 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93923666879624 93923667311232 93923676000256 140721990273370 140721990273546 140721990273546 140721990279148 0
/proc/13967/statm: 36535 27921 1184 6655 0 26770 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 146140 KiB
Current children cumulated memory: 111684 KiB

[startup+3.10523 s]
/proc/loadavg: 6.73 6.54 6.34 7/266 13968
/proc/meminfo: memFree=129573688/131249988 swapFree=33010684/33010684
[pid=13967] ppid=13964 vsize=146140 memory=111684 CPUtime=3.08 cores=0,2
/proc/13967/stat : 13967 (LSIPExact) R 13964 13967 11267 0 -1 4194304 24354 0 0 0 304 4 0 0 20 0 1 0 29438210 149647360 27921 18446744073709551615 93923631120384 93923658376785 140721990270928 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93923666879624 93923667311232 93923676000256 140721990273370 140721990273546 140721990273546 140721990279148 0
/proc/13967/statm: 36535 27921 1184 6655 0 26770 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 146140 KiB
Current children cumulated memory: 111684 KiB

[startup+6.30013 s]
/proc/loadavg: 6.73 6.54 6.34 7/266 13968
/proc/meminfo: memFree=129572680/131249988 swapFree=33010684/33010684
[pid=13967] ppid=13964 vsize=146140 memory=111684 CPUtime=6.27 cores=0,2
/proc/13967/stat : 13967 (LSIPExact) R 13964 13967 11267 0 -1 4194304 24359 0 0 0 623 4 0 0 20 0 1 0 29438210 149647360 27921 18446744073709551615 93923631120384 93923658376785 140721990270928 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93923666879624 93923667311232 93923676000256 140721990273370 140721990273546 140721990273546 140721990279148 0
/proc/13967/statm: 36535 27921 1184 6655 0 26770 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 146140 KiB
Current children cumulated memory: 111684 KiB

[startup+12.7002 s]
/proc/loadavg: 6.70 6.54 6.34 8/267 13969
/proc/meminfo: memFree=129346200/131249988 swapFree=33010684/33010684
[pid=13967] ppid=13964 vsize=425160 memory=334316 CPUtime=13.73 cores=0,2
/proc/13967/stat : 13967 (LSIPExact) R 13964 13967 11267 0 -1 4194304 66439 0 0 0 1362 11 0 0 20 0 2 0 29438210 435363840 83579 18446744073709551615 93923631120384 93923658376785 140721990270928 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93923666879624 93923667311232 93923676000256 140721990273370 140721990273546 140721990273546 140721990279148 0
/proc/13967/statm: 106290 83579 2944 6655 0 86364 0
[pid=13967/tid=13969] ppid=13964 vsize=425160 memory=-6296429673135051107 CPUtime=1.08 cores=0,2
/proc/13967/task/13969/stat : 13969 (LSIPExact) S 13964 13967 11267 0 -1 4194368 3164 0 0 0 108 0 0 0 20 0 2 0 29439232 435363840 83579 18446744073709551615 93923631120384 93923658376785 140721990270928 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 93923666879624 93923667311232 93923676000256 140721990273370 140721990273546 140721990273546 140721990279148 0
Current children cumulated CPU time: 13.73 s
Current children cumulated vsize: 425160 KiB
Current children cumulated memory: 334316 KiB

[startup+25.5002 s]
/proc/loadavg: 6.74 6.55 6.35 8/267 13969
/proc/meminfo: memFree=129218360/131249988 swapFree=33010684/33010684
[pid=13967] ppid=13964 vsize=501544 memory=436724 CPUtime=39.1 cores=0,2
/proc/13967/stat : 13967 (LSIPExact) R 13964 13967 11267 0 -1 4194304 98179 0 0 0 3894 16 0 0 20 0 2 0 29438210 513581056 109181 18446744073709551615 93923631120384 93923658376785 140721990270928 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93923666879624 93923667311232 93923676000256 140721990273370 140721990273546 140721990273546 140721990279148 0
/proc/13967/statm: 125386 109181 3456 6655 0 113333 0
[pid=13967/tid=13969] ppid=13964 vsize=501544 memory=436724 CPUtime=13.69 cores=0,2
/proc/13967/task/13969/stat : 13969 (LSIPExact) R 13964 13967 11267 0 -1 4194368 12422 0 0 0 1368 1 0 0 20 0 2 0 29439232 513581056 109181 18446744073709551615 93923631120384 93923658376785 140721990270928 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93923666879624 93923667311232 93923676000256 140721990273370 140721990273546 140721990273546 140721990279148 0
Current children cumulated CPU time: 39.1 s
Current children cumulated vsize: 501544 KiB
Current children cumulated memory: 436724 KiB

[startup+51.1052 s]
/proc/loadavg: 6.68 6.56 6.36 7/267 13969
/proc/meminfo: memFree=129181356/131249988 swapFree=33010684/33010684
[pid=13967] ppid=13964 vsize=501692 memory=436852 CPUtime=74.47 cores=0,2
/proc/13967/stat : 13967 (LSIPExact) R 13964 13967 11267 0 -1 4194304 100350 0 0 0 7431 16 0 0 20 0 2 0 29438210 513732608 109213 18446744073709551615 93923631120384 93923658376785 140721990270928 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93923666879624 93923667311232 93923676000256 140721990273370 140721990273546 140721990273546 140721990279148 0
/proc/13967/statm: 125423 109213 3456 6655 0 113370 0
[pid=13967/tid=13969] ppid=13964 vsize=501692 memory=436852 CPUtime=23.54 cores=0,2
/proc/13967/task/13969/stat : 13969 (LSIPExact) S 13964 13967 11267 0 -1 4194368 14319 0 0 0 2353 1 0 0 20 0 2 0 29439232 513732608 109213 18446744073709551615 93923631120384 93923658376785 140721990270928 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 93923666879624 93923667311232 93923676000256 140721990273370 140721990273546 140721990273546 140721990279148 0
Current children cumulated CPU time: 74.47 s
Current children cumulated vsize: 501692 KiB
Current children cumulated memory: 436852 KiB

[startup+102.3 s]
/proc/loadavg: 6.33 6.48 6.34 7/268 13972
/proc/meminfo: memFree=129186852/131249988 swapFree=33010684/33010684
[pid=13967] ppid=13964 vsize=501692 memory=436980 CPUtime=125.52 cores=0,2
/proc/13967/stat : 13967 (LSIPExact) R 13964 13967 11267 0 -1 4194304 101189 0 0 0 12535 17 0 0 20 0 2 0 29438210 513732608 109245 18446744073709551615 93923631120384 93923658376785 140721990270928 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93923666879624 93923667311232 93923676000256 140721990273370 140721990273546 140721990273546 140721990279148 0
/proc/13967/statm: 125423 109245 3456 6655 0 113370 0
[pid=13967/tid=13969] ppid=13964 vsize=501692 memory=436980 CPUtime=23.54 cores=0,2
/proc/13967/task/13969/stat : 13969 (LSIPExact) S 13964 13967 11267 0 -1 4194368 14319 0 0 0 2353 1 0 0 20 0 2 0 29439232 513732608 109245 18446744073709551615 93923631120384 93923658376785 140721990270928 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 93923666879624 93923667311232 93923676000256 140721990273370 140721990273546 140721990273546 140721990279148 0
Current children cumulated CPU time: 125.52 s
Current children cumulated vsize: 501692 KiB
Current children cumulated memory: 436980 KiB

[startup+162.3 s]
/proc/loadavg: 6.17 6.40 6.32 7/267 13974
/proc/meminfo: memFree=129209620/131249988 swapFree=33010684/33010684
[pid=13967] ppid=13964 vsize=501832 memory=437748 CPUtime=185.34 cores=0,2
/proc/13967/stat : 13967 (LSIPExact) R 13964 13967 11267 0 -1 4194304 117656 0 0 0 18516 18 0 0 20 0 2 0 29438210 513875968 109437 18446744073709551615 93923631120384 93923658376785 140721990270928 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93923666879624 93923667311232 93923676000256 140721990273370 140721990273546 140721990273546 140721990279148 0
/proc/13967/statm: 125458 109437 3456 6655 0 113405 0
[pid=13967/tid=13969] ppid=13964 vsize=501832 memory=437620 CPUtime=23.54 cores=0,2
/proc/13967/task/13969/stat : 13969 (LSIPExact) S 13964 13967 11267 0 -1 4194368 14319 0 0 0 2353 1 0 0 20 0 2 0 29439232 513875968 109437 18446744073709551615 93923631120384 93923658376785 140721990270928 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 93923666879624 93923667311232 93923676000256 140721990273370 140721990273546 140721990273546 140721990279148 0
Current children cumulated CPU time: 185.34 s
Current children cumulated vsize: 501832 KiB
Current children cumulated memory: 437748 KiB

[startup+222.3 s]
/proc/loadavg: 6.43 6.44 6.34 7/267 13976
/proc/meminfo: memFree=129193600/131249988 swapFree=33010684/33010684
[pid=13967] ppid=13964 vsize=501832 memory=438388 CPUtime=245.16 cores=0,2
/proc/13967/stat : 13967 (LSIPExact) R 13964 13967 11267 0 -1 4194304 117861 0 0 0 24498 18 0 0 20 0 2 0 29438210 513875968 109597 18446744073709551615 93923631120384 93923658376785 140721990270928 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93923666879624 93923667311232 93923676000256 140721990273370 140721990273546 140721990273546 140721990279148 0
/proc/13967/statm: 125458 109597 3456 6655 0 113405 0
[pid=13967/tid=13969] ppid=13964 vsize=501832 memory=438260 CPUtime=23.54 cores=0,2
/proc/13967/task/13969/stat : 13969 (LSIPExact) S 13964 13967 11267 0 -1 4194368 14319 0 0 0 2353 1 0 0 20 0 2 0 29439232 513875968 109597 18446744073709551615 93923631120384 93923658376785 140721990270928 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 93923666879624 93923667311232 93923676000256 140721990273370 140721990273546 140721990273546 140721990279148 0
Current children cumulated CPU time: 245.16 s
Current children cumulated vsize: 501832 KiB
Current children cumulated memory: 438388 KiB

[startup+282.3 s]
/proc/loadavg: 6.21 6.37 6.32 7/267 13979
/proc/meminfo: memFree=129178336/131249988 swapFree=33010684/33010684
[pid=13967] ppid=13964 vsize=501832 memory=439540 CPUtime=304.97 cores=0,2
/proc/13967/stat : 13967 (LSIPExact) R 13964 13967 11267 0 -1 4194304 125735 0 0 0 30479 18 0 0 20 0 2 0 29438210 513875968 109885 18446744073709551615 93923631120384 93923658376785 140721990270928 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93923666879624 93923667311232 93923676000256 140721990273370 140721990273546 140721990273546 140721990279148 0
/proc/13967/statm: 125458 109885 3456 6655 0 113405 0
[pid=13967/tid=13969] ppid=13964 vsize=501832 memory=439540 CPUtime=23.54 cores=0,2
/proc/13967/task/13969/stat : 13969 (LSIPExact) S 13964 13967 11267 0 -1 4194368 14319 0 0 0 2353 1 0 0 20 0 2 0 29439232 513875968 109885 18446744073709551615 93923631120384 93923658376785 140721990270928 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 93923666879624 93923667311232 93923676000256 140721990273370 140721990273546 140721990273546 140721990279148 0
Current children cumulated CPU time: 304.97 s
Current children cumulated vsize: 501832 KiB
Current children cumulated memory: 439540 KiB

[startup+342.3 s]
/proc/loadavg: 6.12 6.31 6.30 7/268 13982
/proc/meminfo: memFree=129130696/131249988 swapFree=33010684/33010684
[pid=13967] ppid=13964 vsize=501980 memory=452852 CPUtime=364.79 cores=0,2
/proc/13967/stat : 13967 (LSIPExact) R 13964 13967 11267 0 -1 4194304 131145 0 0 0 36461 18 0 0 20 0 2 0 29438210 514027520 113213 18446744073709551615 93923631120384 93923658376785 140721990270928 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93923666879624 93923667311232 93923676000256 140721990273370 140721990273546 140721990273546 140721990279148 0
/proc/13967/statm: 125495 113213 3456 6655 0 113442 0
[pid=13967/tid=13969] ppid=13964 vsize=501980 memory=439540 CPUtime=23.54 cores=0,2
/proc/13967/task/13969/stat : 13969 (LSIPExact) S 13964 13967 11267 0 -1 4194368 14319 0 0 0 2353 1 0 0 20 0 2 0 29439232 514027520 113213 18446744073709551615 93923631120384 93923658376785 140721990270928 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 93923666879624 93923667311232 93923676000256 140721990273370 140721990273546 140721990273546 140721990279148 0
Current children cumulated CPU time: 364.79 s
Current children cumulated vsize: 501980 KiB
Current children cumulated memory: 452852 KiB


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

/proc/14066/statm: 110770 101301 1120 1011 0 109537 0
Current children cumulated CPU time: 3114.7 s
Current children cumulated vsize: 849852 KiB
Current children cumulated memory: 711056 KiB

[startup+3162.3 s]
/proc/loadavg: 6.12 6.09 6.01 7/267 14356
/proc/meminfo: memFree=125757436/131249988 swapFree=33010684/33010684
[pid=13967] ppid=13964 vsize=406772 memory=305852 CPUtime=1116.72 cores=0,2
/proc/13967/stat : 13967 (LSIPExact) S 13964 13967 11267 0 -1 4194304 151789 0 0 0 111651 21 0 0 20 0 1 0 29438210 416534528 76463 18446744073709551615 93923631120384 93923658376785 140721990270928 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 93923666879624 93923667311232 93923676000256 140721990273370 140721990273546 140721990273546 140721990279148 0
/proc/13967/statm: 101693 76463 3488 6655 0 89640 0
[pid=14066] ppid=13967 vsize=444200 memory=406356 CPUtime=2057.75 cores=0,2
/proc/14066/stat : 14066 (Exact) R 13967 14066 14066 0 -1 4194304 76228 0 0 0 205682 93 0 0 20 0 1 0 29547928 454860800 101589 18446744073709551615 4198400 8335837 140728698172736 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 41578496 140728698177723 140728698178077 140728698178077 140728698183631 0
/proc/14066/statm: 111050 101589 1120 1011 0 109817 0
Current children cumulated CPU time: 3174.47 s
Current children cumulated vsize: 850972 KiB
Current children cumulated memory: 712208 KiB

[startup+3222.3 s]
/proc/loadavg: 6.09 6.08 6.01 7/267 14358
/proc/meminfo: memFree=125755260/131249988 swapFree=33010684/33010684
[pid=13967] ppid=13964 vsize=406772 memory=305852 CPUtime=1116.72 cores=0,2
/proc/13967/stat : 13967 (LSIPExact) S 13964 13967 11267 0 -1 4194304 151789 0 0 0 111651 21 0 0 20 0 1 0 29438210 416534528 76463 18446744073709551615 93923631120384 93923658376785 140721990270928 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 93923666879624 93923667311232 93923676000256 140721990273370 140721990273546 140721990273546 140721990279148 0
/proc/13967/statm: 101693 76463 3488 6655 0 89640 0
[pid=14066] ppid=13967 vsize=448224 memory=410324 CPUtime=2117.51 cores=0,2
/proc/14066/stat : 14066 (Exact) R 13967 14066 14066 0 -1 4194304 77363 0 0 0 211658 93 0 0 20 0 1 0 29547928 458981376 102581 18446744073709551615 4198400 8335837 140728698172736 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 41578496 140728698177723 140728698178077 140728698178077 140728698183631 0
/proc/14066/statm: 112056 102581 1120 1011 0 110823 0
Current children cumulated CPU time: 3234.23 s
Current children cumulated vsize: 854996 KiB
Current children cumulated memory: 716176 KiB

[startup+3282.3 s]
/proc/loadavg: 6.14 6.10 6.02 7/267 14371
/proc/meminfo: memFree=125730924/131249988 swapFree=33010684/33010684
[pid=13967] ppid=13964 vsize=406772 memory=305852 CPUtime=1116.72 cores=0,2
/proc/13967/stat : 13967 (LSIPExact) S 13964 13967 11267 0 -1 4194304 151789 0 0 0 111651 21 0 0 20 0 1 0 29438210 416534528 76463 18446744073709551615 93923631120384 93923658376785 140721990270928 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 93923666879624 93923667311232 93923676000256 140721990273370 140721990273546 140721990273546 140721990279148 0
/proc/13967/statm: 101693 76463 3488 6655 0 89640 0
[pid=14066] ppid=13967 vsize=450608 memory=416936 CPUtime=2177.28 cores=0,2
/proc/14066/stat : 14066 (Exact) R 13967 14066 14066 0 -1 4194304 77475 0 0 0 217635 93 0 0 20 0 1 0 29547928 461422592 104234 18446744073709551615 4198400 8335837 140728698172736 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 41578496 140728698177723 140728698178077 140728698178077 140728698183631 0
/proc/14066/statm: 112652 104234 1120 1011 0 111419 0
Current children cumulated CPU time: 3294 s
Current children cumulated vsize: 857380 KiB
Current children cumulated memory: 722788 KiB

[startup+3342.3 s]
/proc/loadavg: 6.26 6.13 6.03 7/267 14373
/proc/meminfo: memFree=125720976/131249988 swapFree=33010684/33010684
[pid=13967] ppid=13964 vsize=406772 memory=305852 CPUtime=1116.72 cores=0,2
/proc/13967/stat : 13967 (LSIPExact) S 13964 13967 11267 0 -1 4194304 151789 0 0 0 111651 21 0 0 20 0 1 0 29438210 416534528 76463 18446744073709551615 93923631120384 93923658376785 140721990270928 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 93923666879624 93923667311232 93923676000256 140721990273370 140721990273546 140721990273546 140721990279148 0
/proc/13967/statm: 101693 76463 3488 6655 0 89640 0
[pid=14066] ppid=13967 vsize=452280 memory=418472 CPUtime=2237.04 cores=0,2
/proc/14066/stat : 14066 (Exact) R 13967 14066 14066 0 -1 4194304 78002 0 0 0 223611 93 0 0 20 0 1 0 29547928 463134720 104618 18446744073709551615 4198400 8335837 140728698172736 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 41578496 140728698177723 140728698178077 140728698178077 140728698183631 0
/proc/14066/statm: 113070 104618 1120 1011 0 111837 0
Current children cumulated CPU time: 3353.76 s
Current children cumulated vsize: 859052 KiB
Current children cumulated memory: 724324 KiB

[startup+3402.3 s]
/proc/loadavg: 6.24 6.16 6.04 7/267 14375
/proc/meminfo: memFree=125597092/131249988 swapFree=33010684/33010684
[pid=13967] ppid=13964 vsize=406772 memory=305852 CPUtime=1116.72 cores=0,2
/proc/13967/stat : 13967 (LSIPExact) S 13964 13967 11267 0 -1 4194304 151789 0 0 0 111651 21 0 0 20 0 1 0 29438210 416534528 76463 18446744073709551615 93923631120384 93923658376785 140721990270928 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 93923666879624 93923667311232 93923676000256 140721990273370 140721990273546 140721990273546 140721990279148 0
/proc/13967/statm: 101693 76463 3488 6655 0 89640 0
[pid=14066] ppid=13967 vsize=454524 memory=420776 CPUtime=2296.83 cores=0,2
/proc/14066/stat : 14066 (Exact) R 13967 14066 14066 0 -1 4194304 78568 0 0 0 229589 94 0 0 20 0 1 0 29547928 465432576 105194 18446744073709551615 4198400 8335837 140728698172736 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 41578496 140728698177723 140728698178077 140728698178077 140728698183631 0
/proc/14066/statm: 113631 105194 1120 1011 0 112398 0
Current children cumulated CPU time: 3413.55 s
Current children cumulated vsize: 861296 KiB
Current children cumulated memory: 726628 KiB

[startup+3462.3 s]
/proc/loadavg: 5.66 6.02 6.00 6/267 14378
/proc/meminfo: memFree=125600504/131249988 swapFree=33010684/33010684
[pid=13967] ppid=13964 vsize=406772 memory=305852 CPUtime=1116.72 cores=0,2
/proc/13967/stat : 13967 (LSIPExact) S 13964 13967 11267 0 -1 4194304 151789 0 0 0 111651 21 0 0 20 0 1 0 29438210 416534528 76463 18446744073709551615 93923631120384 93923658376785 140721990270928 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 93923666879624 93923667311232 93923676000256 140721990273370 140721990273546 140721990273546 140721990279148 0
/proc/13967/statm: 101693 76463 3488 6655 0 89640 0
[pid=14066] ppid=13967 vsize=456212 memory=422440 CPUtime=2356.62 cores=0,2
/proc/14066/stat : 14066 (Exact) R 13967 14066 14066 0 -1 4194304 79004 0 0 0 235561 101 0 0 20 0 1 0 29547928 467161088 105610 18446744073709551615 4198400 8335837 140728698172736 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 41578496 140728698177723 140728698178077 140728698178077 140728698183631 0
/proc/14066/statm: 114053 105610 1120 1011 0 112820 0
Current children cumulated CPU time: 3473.34 s
Current children cumulated vsize: 862984 KiB
Current children cumulated memory: 728292 KiB

[startup+3522.3 s]
/proc/loadavg: 5.24 5.83 5.94 6/267 14382
/proc/meminfo: memFree=125577520/131249988 swapFree=33010684/33010684
[pid=13967] ppid=13964 vsize=406772 memory=305852 CPUtime=1116.72 cores=0,2
/proc/13967/stat : 13967 (LSIPExact) S 13964 13967 11267 0 -1 4194304 151789 0 0 0 111651 21 0 0 20 0 1 0 29438210 416534528 76463 18446744073709551615 93923631120384 93923658376785 140721990270928 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 93923666879624 93923667311232 93923676000256 140721990273370 140721990273546 140721990273546 140721990279148 0
/proc/13967/statm: 101693 76463 3488 6655 0 89640 0
[pid=14066] ppid=13967 vsize=456212 memory=422440 CPUtime=2416.4 cores=0,2
/proc/14066/stat : 14066 (Exact) R 13967 14066 14066 0 -1 4194304 79017 0 0 0 241537 103 0 0 20 0 1 0 29547928 467161088 105610 18446744073709551615 4198400 8335837 140728698172736 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 41578496 140728698177723 140728698178077 140728698178077 140728698183631 0
/proc/14066/statm: 114053 105610 1120 1011 0 112820 0
Current children cumulated CPU time: 3533.12 s
Current children cumulated vsize: 862984 KiB
Current children cumulated memory: 728292 KiB

[startup+3582.3 s]
/proc/loadavg: 5.49 5.79 5.91 6/267 14389
/proc/meminfo: memFree=125549632/131249988 swapFree=33010684/33010684
[pid=13967] ppid=13964 vsize=406772 memory=305852 CPUtime=1116.72 cores=0,2
/proc/13967/stat : 13967 (LSIPExact) S 13964 13967 11267 0 -1 4194304 151789 0 0 0 111651 21 0 0 20 0 1 0 29438210 416534528 76463 18446744073709551615 93923631120384 93923658376785 140721990270928 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 93923666879624 93923667311232 93923676000256 140721990273370 140721990273546 140721990273546 140721990279148 0
/proc/13967/statm: 101693 76463 3488 6655 0 89640 0
[pid=14066] ppid=13967 vsize=459248 memory=431648 CPUtime=2476.16 cores=0,2
/proc/14066/stat : 14066 (Exact) R 13967 14066 14066 0 -1 4194304 79922 0 0 0 247513 103 0 0 20 0 1 0 29547928 470269952 107912 18446744073709551615 4198400 8335837 140728698172736 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 41578496 140728698177723 140728698178077 140728698178077 140728698183631 0
/proc/14066/statm: 114812 107912 1120 1011 0 113579 0
Current children cumulated CPU time: 3592.88 s
Current children cumulated vsize: 866020 KiB
Current children cumulated memory: 737500 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3589.5 s]
/proc/loadavg: 5.41 5.76 5.90 6/267 14389
/proc/meminfo: memFree=125541440/131249988 swapFree=33010684/33010684
[pid=13967] ppid=13964 vsize=406772 memory=305852 CPUtime=1116.72 cores=0,2
/proc/13967/stat : 13967 (LSIPExact) S 13964 13967 11267 0 -1 4194304 151789 0 0 0 111651 21 0 0 20 0 1 0 29438210 416534528 76463 18446744073709551615 93923631120384 93923658376785 140721990270928 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 93923666879624 93923667311232 93923676000256 140721990273370 140721990273546 140721990273546 140721990279148 0
/proc/13967/statm: 101693 76463 3488 6655 0 89640 0
[pid=14066] ppid=13967 vsize=459248 memory=431648 CPUtime=2483.33 cores=0,2
/proc/14066/stat : 14066 (Exact) R 13967 14066 14066 0 -1 4194304 79922 0 0 0 248230 103 0 0 20 0 1 0 29547928 470269952 107912 18446744073709551615 4198400 8335837 140728698172736 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 41578496 140728698177723 140728698178077 140728698178077 140728698183631 0
/proc/14066/statm: 114812 107912 1120 1011 0 113579 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 866020 KiB
Current children cumulated memory: 737500 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.92 s, system=1.27677 s

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

[startup+3589.6 s]
/proc/loadavg: 5.41 5.76 5.90 6/267 14389
/proc/meminfo: memFree=125541440/131249988 swapFree=33010684/33010684
[pid=13967] ppid=13964 vsize=406772 memory=305852 CPUtime=1116.72 cores=0,2
/proc/13967/stat : 13967 (LSIPExact) S 13964 13967 11267 0 -1 4194304 151789 135 0 0 111651 21 0 0 20 0 1 0 29438210 416534528 76463 18446744073709551615 93923631120384 93923658376785 140721990270928 0 0 0 16384 0 16386 1 0 0 17 2 0 0 0 0 0 93923666879624 93923667311232 93923676000256 140721990273370 140721990273546 140721990273546 140721990279148 0
/proc/13967/statm: 101693 76463 3488 6655 0 89640 0
Current children cumulated CPU time: 1116.72 s
Current children cumulated vsize: 406772 KiB
Current children cumulated memory: 305852 KiB

[startup+3589.7 s]
/proc/loadavg: 5.41 5.76 5.90 6/267 14389
/proc/meminfo: memFree=125541440/131249988 swapFree=33010684/33010684
[pid=13967] ppid=13964 vsize=406772 memory=305852 CPUtime=3600.16 cores=0,2
/proc/13967/stat : 13967 (LSIPExact) R 13964 13967 11267 0 -1 4194304 173172 80059 0 0 111659 22 248231 104 20 0 1 0 29438210 416534528 76463 18446744073709551615 93923631120384 93923658376785 140721990270928 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93923666879624 93923667311232 93923676000256 140721990273370 140721990273546 140721990273546 140721990279148 0
/proc/13967/statm: 101693 76463 3488 6655 0 89640 0
Current children cumulated CPU time: 3600.16 s
Current children cumulated vsize: 406772 KiB
Current children cumulated memory: 305852 KiB

Child status: 0

Real time (s): 3589.71
CPU time (s): 3600.2
CPU user time (s): 3598.92
CPU system time (s): 1.27677
CPU usage (%): 100.292
Max. virtual memory (cumulated for all children) (KiB): 866020
Max. memory (cumulated for all children) (KiB): 737500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.92
system time used= 1.27677
maximum resident set size= 506844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 253356
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 531
involuntary context switches= 8484


# summary of solver processes directly reported to runsolver:
#   pid: 13967
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3598.92
#   total CPU system time (s): 1.27677

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.96251 second user time and 17.2855 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-06-28 21:06:34
IDJOB=4502146
IDBENCH=154773
IDSOLVER=3337
FILE ID=nodeC034/4502146-1751137593
RUNJOBID= nodeC034-1751133631-11283
SLURM_JOB_ID= 9587434
Free space on /tmp= 432924 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB10/DEC-LIN/oliveras/j120/normalized-j12011_3-sat.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4502146-1751137593/watcher-4502146-1751137593 -o /tmp/evaluation-result-4502146-1751137593/solver-4502146-1751137593 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751133631-11283 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4502146-1751137593.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= f7b2b496c30aa17fcbe59599d08153aa
RANDOM SEED=1408545748

nodeC034 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.067
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.53
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.762
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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129673136 kB
MemAvailable:   129414600 kB
Buffers:            3280 kB
Cached:           552880 kB
SwapCached:            0 kB
Active:           650564 kB
Inactive:         344084 kB
Active(anon):     456592 kB
Inactive(anon):        0 kB
Active(file):     193972 kB
Inactive(file):   344084 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             49664 kB
Writeback:             4 kB
AnonPages:        439564 kB
Mapped:           144304 kB
Shmem:             18104 kB
KReclaimable:      84896 kB
Slab:             167804 kB
SReclaimable:      84896 kB
SUnreclaim:        82908 kB
KernelStack:        4288 kB
PageTables:         3920 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     806228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    192512 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:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432852 MiB
End job on nodeC034 at 2025-06-28 22:06:24