Trace number 4527202

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 S1? (TO) 3600.11 2905.63

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size128-round23-3.opb
MD5SUM9ddf61ddf9175117d21c5f59d371263b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2684.38
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9504
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1427.99/726.04	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1427.99/726.04	c numVar: 4288
1427.99/726.04	c numCon: 9504
1427.99/726.04	c numEqual: 1312
1427.99/726.04	c intSize: 4
1427.99/726.04	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1427.99/726.04	c ------------------- Paras list -------------------
1427.99/726.04	c Name                	 Type      	 Now       	 Default   	 Comment
1427.99/726.04	c timeout             	 double    	 3600.000000	 3600      	 
1427.99/726.04	c mip_time            	 double    	 0.200000  	 0.5       	 
1427.99/726.04	c ls_time             	 double    	 10.000000 	 10        	 
1427.99/726.04	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1427.99/726.04	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1427.99/726.04	c random_seed         	 int       	 0         	 0         	 
1427.99/726.04	c sample_size         	 int       	 50        	 50        	 
1427.99/726.04	c sub_score           	 int       	 1         	 1         	 
1427.99/726.04	c tabu_base           	 int       	 3         	 3         	 
1427.99/726.04	c tabu_variation      	 int       	 1         	 1         	 
1427.99/726.04	c sub_div             	 int       	 4         	 4         	 
1427.99/726.04	c nbcore              	 int       	 2         	 1         	 
1427.99/726.04	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1427.99/726.04	c print_sol           	 int       	 1         	 1         	 
1427.99/726.04	c tmpdir              	 string		 .         	 "."       	 
1427.99/726.04	c home                	 string		 HOME	 "."       	 
1427.99/726.04	c benchname           	 string		 HOME/instance-4527202-1752235446.opb	 ""        	 
1427.99/726.04	c --------------------------------------------------
1427.99/726.04	c Local Search solver
1427.99/726.04	c MIP solver
1427.99/726.04	c use Exact solver
3600.05/2905.50	c receive signal 15, try to interrupt solver...
1428.06/2905.61	c Exact solver (PID 121943) interrupted gracefully.
1428.06/2905.62	s UNKNOWN
1428.06/2905.62	c Total time: 2905

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527202-1752235446/watcher-4527202-1752235446 -o /tmp/evaluation-result-4527202-1752235446/solver-4527202-1752235446 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1752232205-120803 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527202-1752235446.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=121490, runsolver pid=121487

[startup+0.100106 s]*
/proc/loadavg: 7.17 6.55 6.41 8/253 121491
/proc/meminfo: memFree=113380776/131382116 swapFree=33010684/33010684
[pid=121490] ppid=121487 vsize=48288 memory=13824 CPUtime=0.1 cores=5,7
/proc/121490/stat : 121490 (LSIPExact) R 121487 121490 120784 0 -1 4194304 2435 0 0 0 9 1 0 0 20 0 1 0 139224370 49446912 3456 18446744073709551615 94310081462272 94310108719441 140734146215200 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94310117221512 94310117653120 94310132387840 140734146222424 140734146222600 140734146222600 140734146228204 0
/proc/121490/statm: 12072 3456 1184 6655 0 2307 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 48288 KiB
Current children cumulated memory: 13824 KiB

[startup+0.213553 s]*
/proc/loadavg: 7.17 6.55 6.41 8/253 121491
/proc/meminfo: memFree=113381028/131382116 swapFree=33010684/33010684
[pid=121490] ppid=121487 vsize=48288 memory=13824 CPUtime=0.21 cores=5,7
/proc/121490/stat : 121490 (LSIPExact) R 121487 121490 120784 0 -1 4194304 2435 0 0 0 20 1 0 0 20 0 1 0 139224370 49446912 3456 18446744073709551615 94310081462272 94310108719441 140734146215200 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94310117221512 94310117653120 94310132387840 140734146222424 140734146222600 140734146222600 140734146228204 0
/proc/121490/statm: 12072 3456 1184 6655 0 2307 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 48288 KiB
Current children cumulated memory: 13824 KiB

[startup+0.313414 s]*
/proc/loadavg: 7.17 6.55 6.41 8/253 121491
/proc/meminfo: memFree=113381028/131382116 swapFree=33010684/33010684
[pid=121490] ppid=121487 vsize=48288 memory=13824 CPUtime=0.31 cores=5,7
/proc/121490/stat : 121490 (LSIPExact) R 121487 121490 120784 0 -1 4194304 2435 0 0 0 30 1 0 0 20 0 1 0 139224370 49446912 3456 18446744073709551615 94310081462272 94310108719441 140734146215200 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94310117221512 94310117653120 94310132387840 140734146222424 140734146222600 140734146222600 140734146228204 0
/proc/121490/statm: 12072 3456 1184 6655 0 2307 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 48288 KiB
Current children cumulated memory: 13824 KiB

[startup+0.700347 s]
/proc/loadavg: 7.17 6.55 6.41 8/253 121491
/proc/meminfo: memFree=113383316/131382116 swapFree=33010684/33010684
[pid=121490] ppid=121487 vsize=48288 memory=13824 CPUtime=0.68 cores=5,7
/proc/121490/stat : 121490 (LSIPExact) R 121487 121490 120784 0 -1 4194304 2435 0 0 0 67 1 0 0 20 0 1 0 139224370 49446912 3456 18446744073709551615 94310081462272 94310108719441 140734146215200 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94310117221512 94310117653120 94310132387840 140734146222424 140734146222600 140734146222600 140734146228204 0
/proc/121490/statm: 12072 3456 1184 6655 0 2307 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 48288 KiB
Current children cumulated memory: 13824 KiB

[startup+1.50033 s]
/proc/loadavg: 7.17 6.55 6.41 8/253 121491
/proc/meminfo: memFree=113383316/131382116 swapFree=33010684/33010684
[pid=121490] ppid=121487 vsize=48288 memory=13824 CPUtime=1.48 cores=5,7
/proc/121490/stat : 121490 (LSIPExact) R 121487 121490 120784 0 -1 4194304 2435 0 0 0 147 1 0 0 20 0 1 0 139224370 49446912 3456 18446744073709551615 94310081462272 94310108719441 140734146215200 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94310117221512 94310117653120 94310132387840 140734146222424 140734146222600 140734146222600 140734146228204 0
/proc/121490/statm: 12072 3456 1184 6655 0 2307 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 48288 KiB
Current children cumulated memory: 13824 KiB

[startup+3.11359 s]
/proc/loadavg: 7.17 6.55 6.41 8/253 121491
/proc/meminfo: memFree=113383580/131382116 swapFree=33010684/33010684
[pid=121490] ppid=121487 vsize=48288 memory=13824 CPUtime=3.09 cores=5,7
/proc/121490/stat : 121490 (LSIPExact) R 121487 121490 120784 0 -1 4194304 2435 0 0 0 308 1 0 0 20 0 1 0 139224370 49446912 3456 18446744073709551615 94310081462272 94310108719441 140734146215200 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94310117221512 94310117653120 94310132387840 140734146222424 140734146222600 140734146222600 140734146228204 0
/proc/121490/statm: 12072 3456 1184 6655 0 2307 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 48288 KiB
Current children cumulated memory: 13824 KiB

[startup+6.30034 s]
/proc/loadavg: 7.16 6.56 6.42 8/253 121491
/proc/meminfo: memFree=113383832/131382116 swapFree=33010684/33010684
[pid=121490] ppid=121487 vsize=48288 memory=13824 CPUtime=6.26 cores=5,7
/proc/121490/stat : 121490 (LSIPExact) R 121487 121490 120784 0 -1 4194304 2435 0 0 0 625 1 0 0 20 0 1 0 139224370 49446912 3456 18446744073709551615 94310081462272 94310108719441 140734146215200 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94310117221512 94310117653120 94310132387840 140734146222424 140734146222600 140734146222600 140734146228204 0
/proc/121490/statm: 12072 3456 1184 6655 0 2307 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 48288 KiB
Current children cumulated memory: 13824 KiB

[startup+12.7002 s]
/proc/loadavg: 7.14 6.57 6.42 9/254 121492
/proc/meminfo: memFree=113343768/131382116 swapFree=33010684/33010684
[pid=121490] ppid=121487 vsize=165092 memory=76488 CPUtime=15.13 cores=5,7
/proc/121490/stat : 121490 (LSIPExact) R 121487 121490 120784 0 -1 4194304 15735 0 0 0 1510 3 0 0 20 0 2 0 139224370 169054208 19122 18446744073709551615 94310081462272 94310108719441 140734146215200 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94310117221512 94310117653120 94310132387840 140734146222424 140734146222600 140734146222600 140734146228204 0
/proc/121490/statm: 41273 19122 3520 6655 0 17701 0
[pid=121490/tid=121492] ppid=121487 vsize=165092 memory=75848 CPUtime=2.5 cores=5,7
/proc/121490/task/121492/stat : 121492 (LSIPExact) R 121487 121490 120784 0 -1 4194368 2649 0 0 0 249 1 0 0 20 0 2 0 139225373 169054208 19122 18446744073709551615 94310081462272 94310108719441 140734146215200 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94310117221512 94310117653120 94310132387840 140734146222424 140734146222600 140734146222600 140734146228204 0
Current children cumulated CPU time: 15.13 s
Current children cumulated vsize: 165092 KiB
Current children cumulated memory: 76488 KiB

[startup+25.5002 s]
/proc/loadavg: 7.33 6.64 6.45 9/254 121493
/proc/meminfo: memFree=113336972/131382116 swapFree=33010684/33010684
[pid=121490] ppid=121487 vsize=169016 memory=82376 CPUtime=40.51 cores=5,7
/proc/121490/stat : 121490 (LSIPExact) R 121487 121490 120784 0 -1 4194304 35972 0 0 0 4046 5 0 0 20 0 2 0 139224370 173072384 20594 18446744073709551615 94310081462272 94310108719441 140734146215200 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94310117221512 94310117653120 94310132387840 140734146222424 140734146222600 140734146222600 140734146228204 0
/proc/121490/statm: 42254 20594 3520 6655 0 19283 0
[pid=121490/tid=121492] ppid=121487 vsize=169016 memory=82376 CPUtime=15.13 cores=5,7
/proc/121490/task/121492/stat : 121492 (LSIPExact) R 121487 121490 120784 0 -1 4194368 9727 0 0 0 1512 1 0 0 20 0 2 0 139225373 173072384 20594 18446744073709551615 94310081462272 94310108719441 140734146215200 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94310117221512 94310117653120 94310132387840 140734146222424 140734146222600 140734146222600 140734146228204 0
Current children cumulated CPU time: 40.51 s
Current children cumulated vsize: 169016 KiB
Current children cumulated memory: 82376 KiB

[startup+51.1054 s]
/proc/loadavg: 7.63 6.76 6.49 9/253 121493
/proc/meminfo: memFree=113335720/131382116 swapFree=33010684/33010684
[pid=121490] ppid=121487 vsize=172356 memory=90824 CPUtime=91.3 cores=5,7
/proc/121490/stat : 121490 (LSIPExact) R 121487 121490 120784 0 -1 4194304 51718 0 0 0 9123 7 0 0 20 0 2 0 139224370 176492544 22706 18446744073709551615 94310081462272 94310108719441 140734146215200 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94310117221512 94310117653120 94310132387840 140734146222424 140734146222600 140734146222600 140734146228204 0
/proc/121490/statm: 43089 22706 3520 6655 0 21205 0
[pid=121490/tid=121492] ppid=121487 vsize=172356 memory=90824 CPUtime=40.43 cores=5,7
/proc/121490/task/121492/stat : 121492 (LSIPExact) R 121487 121490 120784 0 -1 4194368 14301 0 0 0 4041 2 0 0 20 0 2 0 139225373 176492544 22706 18446744073709551615 94310081462272 94310108719441 140734146215200 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94310117221512 94310117653120 94310132387840 140734146222424 140734146222600 140734146222600 140734146228204 0
Current children cumulated CPU time: 91.3 s
Current children cumulated vsize: 172356 KiB
Current children cumulated memory: 90824 KiB

[startup+102.3 s]
/proc/loadavg: 7.90 6.97 6.58 9/253 121495
/proc/meminfo: memFree=113331256/131382116 swapFree=33010684/33010684
[pid=121490] ppid=121487 vsize=174752 memory=96328 CPUtime=191.92 cores=5,7
/proc/121490/stat : 121490 (LSIPExact) R 121487 121490 120784 0 -1 4194304 74477 0 0 0 19182 10 0 0 20 0 2 0 139224370 178946048 24082 18446744073709551615 94310081462272 94310108719441 140734146215200 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94310117221512 94310117653120 94310132387840 140734146222424 140734146222600 140734146222600 140734146228204 0
/proc/121490/statm: 43688 24082 3520 6655 0 22533 0
[pid=121490/tid=121492] ppid=121487 vsize=174752 memory=96328 CPUtime=90.56 cores=5,7
/proc/121490/task/121492/stat : 121492 (LSIPExact) R 121487 121490 120784 0 -1 4194368 21630 0 0 0 9052 4 0 0 20 0 2 0 139225373 178946048 24082 18446744073709551615 94310081462272 94310108719441 140734146215200 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94310117221512 94310117653120 94310132387840 140734146222424 140734146222600 140734146222600 140734146228204 0
Current children cumulated CPU time: 191.92 s
Current children cumulated vsize: 174752 KiB
Current children cumulated memory: 96328 KiB

[startup+162.3 s]
/proc/loadavg: 8.01 7.18 6.68 9/254 121499
/proc/meminfo: memFree=113292292/131382116 swapFree=33010684/33010684
[pid=121490] ppid=121487 vsize=181728 memory=113736 CPUtime=310.91 cores=5,7
/proc/121490/stat : 121490 (LSIPExact) R 121487 121490 120784 0 -1 4194304 83585 0 0 0 31080 11 0 0 20 0 2 0 139224370 186089472 28434 18446744073709551615 94310081462272 94310108719441 140734146215200 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94310117221512 94310117653120 94310132387840 140734146222424 140734146222600 140734146222600 140734146228204 0
/proc/121490/statm: 45432 28434 3520 6655 0 26720 0
[pid=121490/tid=121492] ppid=121487 vsize=181728 memory=97992 CPUtime=149.78 cores=5,7
/proc/121490/task/121492/stat : 121492 (LSIPExact) R 121487 121490 120784 0 -1 4194368 26074 0 0 0 14973 5 0 0 20 0 2 0 139225373 186089472 28434 18446744073709551615 94310081462272 94310108719441 140734146215200 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94310117221512 94310117653120 94310132387840 140734146222424 140734146222600 140734146222600 140734146228204 0
Current children cumulated CPU time: 310.91 s
Current children cumulated vsize: 181728 KiB
Current children cumulated memory: 113736 KiB

[startup+222.3 s]
/proc/loadavg: 8.15 7.37 6.78 9/254 121501
/proc/meminfo: memFree=113217044/131382116 swapFree=33010684/33010684
[pid=121490] ppid=121487 vsize=204372 memory=135240 CPUtime=429.97 cores=5,7
/proc/121490/stat : 121490 (LSIPExact) R 121487 121490 120784 0 -1 4194304 115021 0 0 0 42982 15 0 0 20 0 2 0 139224370 209276928 33810 18446744073709551615 94310081462272 94310108719441 140734146215200 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94310117221512 94310117653120 94310132387840 140734146222424 140734146222600 140734146222600 140734146228204 0
/proc/121490/statm: 51093 33810 3520 6655 0 32381 0
[pid=121490/tid=121492] ppid=121487 vsize=204372 memory=134984 CPUtime=209.09 cores=5,7
/proc/121490/task/121492/stat : 121492 (LSIPExact) R 121487 121490 120784 0 -1 4194368 38351 0 0 0 20903 6 0 0 20 0 2 0 139225373 209276928 33810 18446744073709551615 94310081462272 94310108719441 140734146215200 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94310117221512 94310117653120 94310132387840 140734146222424 140734146222600 140734146222600 140734146228204 0
Current children cumulated CPU time: 429.97 s
Current children cumulated vsize: 204372 KiB
Current children cumulated memory: 135240 KiB

[startup+282.3 s]
/proc/loadavg: 7.58 7.36 6.82 8/254 121504
/proc/meminfo: memFree=113114840/131382116 swapFree=33010684/33010684
[pid=121490] ppid=121487 vsize=204372 memory=135752 CPUtime=547.27 cores=5,7
/proc/121490/stat : 121490 (LSIPExact) R 121487 121490 120784 0 -1 4194304 125483 0 0 0 54710 17 0 0 20 0 2 0 139224370 209276928 33938 18446744073709551615 94310081462272 94310108719441 140734146215200 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94310117221512 94310117653120 94310132387840 140734146222424 140734146222600 140734146222600 140734146228204 0
/proc/121490/statm: 51093 33938 3520 6655 0 32593 0
[pid=121490/tid=121492] ppid=121487 vsize=204372 memory=135752 CPUtime=267.94 cores=5,7
/proc/121490/task/121492/stat : 121492 (LSIPExact) R 121487 121490 120784 0 -1 4194368 39945 0 0 0 26787 7 0 0 20 0 2 0 139225373 209276928 33938 18446744073709551615 94310081462272 94310108719441 140734146215200 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94310117221512 94310117653120 94310132387840 140734146222424 140734146222600 140734146222600 140734146228204 0
Current children cumulated CPU time: 547.27 s
Current children cumulated vsize: 204372 KiB
Current children cumulated memory: 135752 KiB

[startup+342.3 s]
/proc/loadavg: 7.25 7.31 6.83 8/254 121506
/proc/meminfo: memFree=113177472/131382116 swapFree=33010684/33010684
[pid=121490] ppid=121487 vsize=204372 memory=135752 CPUtime=666.35 cores=5,7
/proc/121490/stat : 121490 (LSIPExact) R 121487 121490 120784 0 -1 4194304 125834 0 0 0 66618 17 0 0 20 0 2 0 139224370 209276928 33938 18446744073709551615 94310081462272 94310108719441 140734146215200 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94310117221512 94310117653120 94310132387840 140734146222424 140734146222600 140734146222600 140734146228204 0
/proc/121490/statm: 51093 33938 3520 6655 0 32593 0
[pid=121490/tid=121492] ppid=121487 vsize=204372 memory=135752 CPUtime=327.26 cores=5,7
/proc/121490/task/121492/stat : 121492 (LSIPExact) R 121487 121490 120784 0 -1 4194368 39957 0 0 0 32719 7 0 0 20 0 2 0 139225373 209276928 33938 18446744073709551615 94310081462272 94310108719441 140734146215200 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94310117221512 94310117653120 94310132387840 140734146222424 140734146222600 140734146222600 140734146228204 0
Current children cumulated CPU time: 666.35 s
Current children cumulated vsize: 204372 KiB
Current children cumulated memory: 135752 KiB


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

Current children cumulated memory: 317300 KiB

[startup+2382.3 s]
/proc/loadavg: 5.12 5.09 5.40 6/249 122147
/proc/meminfo: memFree=120119376/131382116 swapFree=33010684/33010684
[pid=121490] ppid=121487 vsize=218608 memory=152756 CPUtime=1428.06 cores=5,7
/proc/121490/stat : 121490 (LSIPExact) S 121487 121490 120784 0 -1 4194304 185554 0 0 0 142761 45 0 0 20 0 1 0 139224370 223854592 38189 18446744073709551615 94310081462272 94310108719441 140734146215200 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94310117221512 94310117653120 94310132387840 140734146222424 140734146222600 140734146222600 140734146228204 0
/proc/121490/statm: 54652 38189 3552 6655 0 40555 0
[pid=121943] ppid=121490 vsize=180756 memory=166592 CPUtime=1650.44 cores=5,7
/proc/121943/stat : 121943 (Exact) R 121490 121943 121943 0 -1 4194304 31937 0 0 0 164761 283 0 0 20 0 1 0 139296974 185094144 41648 18446744073709551615 4198400 8335837 140729105766864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16846848 140729105770681 140729105771035 140729105771035 140729105776591 0
/proc/121943/statm: 45189 41648 1120 1011 0 43956 0
Current children cumulated CPU time: 3078.5 s
Current children cumulated vsize: 399364 KiB
Current children cumulated memory: 319348 KiB

[startup+2442.3 s]
/proc/loadavg: 3.85 4.74 5.26 4/242 122181
/proc/meminfo: memFree=122083132/131382116 swapFree=33010684/33010684
[pid=121490] ppid=121487 vsize=218608 memory=152756 CPUtime=1428.06 cores=5,7
/proc/121490/stat : 121490 (LSIPExact) S 121487 121490 120784 0 -1 4194304 185554 0 0 0 142761 45 0 0 20 0 1 0 139224370 223854592 38189 18446744073709551615 94310081462272 94310108719441 140734146215200 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94310117221512 94310117653120 94310132387840 140734146222424 140734146222600 140734146222600 140734146228204 0
/proc/121490/statm: 54652 38189 3552 6655 0 40555 0
[pid=121943] ppid=121490 vsize=183824 memory=169660 CPUtime=1710.28 cores=5,7
/proc/121943/stat : 121943 (Exact) R 121490 121943 121943 0 -1 4194304 32177 0 0 0 170733 295 0 0 20 0 1 0 139296974 188235776 42415 18446744073709551615 4198400 8335837 140729105766864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16846848 140729105770681 140729105771035 140729105771035 140729105776591 0
/proc/121943/statm: 45956 42415 1120 1011 0 44723 0
Current children cumulated CPU time: 3138.34 s
Current children cumulated vsize: 402432 KiB
Current children cumulated memory: 322416 KiB

[startup+2502.3 s]
/proc/loadavg: 3.42 4.45 5.12 4/243 122188
/proc/meminfo: memFree=122049924/131382116 swapFree=33010684/33010684
[pid=121490] ppid=121487 vsize=218608 memory=152756 CPUtime=1428.06 cores=5,7
/proc/121490/stat : 121490 (LSIPExact) S 121487 121490 120784 0 -1 4194304 185554 0 0 0 142761 45 0 0 20 0 1 0 139224370 223854592 38189 18446744073709551615 94310081462272 94310108719441 140734146215200 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94310117221512 94310117653120 94310132387840 140734146222424 140734146222600 140734146222600 140734146228204 0
/proc/121490/statm: 54652 38189 3552 6655 0 40555 0
[pid=121943] ppid=121490 vsize=184040 memory=169788 CPUtime=1770.12 cores=5,7
/proc/121943/stat : 121943 (Exact) R 121490 121943 121943 0 -1 4194304 32225 0 0 0 176706 306 0 0 20 0 1 0 139296974 188456960 42447 18446744073709551615 4198400 8335837 140729105766864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16846848 140729105770681 140729105771035 140729105771035 140729105776591 0
/proc/121943/statm: 46010 42447 1120 1011 0 44777 0
Current children cumulated CPU time: 3198.18 s
Current children cumulated vsize: 402648 KiB
Current children cumulated memory: 322544 KiB

[startup+2562.3 s]
/proc/loadavg: 3.15 4.18 4.99 4/243 122190
/proc/meminfo: memFree=121982016/131382116 swapFree=33010684/33010684
[pid=121490] ppid=121487 vsize=218608 memory=152756 CPUtime=1428.06 cores=5,7
/proc/121490/stat : 121490 (LSIPExact) S 121487 121490 120784 0 -1 4194304 185554 0 0 0 142761 45 0 0 20 0 1 0 139224370 223854592 38189 18446744073709551615 94310081462272 94310108719441 140734146215200 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94310117221512 94310117653120 94310132387840 140734146222424 140734146222600 140734146222600 140734146228204 0
/proc/121490/statm: 54652 38189 3552 6655 0 40555 0
[pid=121943] ppid=121490 vsize=184040 memory=169788 CPUtime=1829.98 cores=5,7
/proc/121943/stat : 121943 (Exact) R 121490 121943 121943 0 -1 4194304 32225 0 0 0 182684 314 0 0 20 0 1 0 139296974 188456960 42447 18446744073709551615 4198400 8335837 140729105766864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16846848 140729105770681 140729105771035 140729105771035 140729105776591 0
/proc/121943/statm: 46010 42447 1120 1011 0 44777 0
Current children cumulated CPU time: 3258.04 s
Current children cumulated vsize: 402648 KiB
Current children cumulated memory: 322544 KiB

[startup+2622.3 s]
/proc/loadavg: 2.44 3.82 4.81 2/235 122224
/proc/meminfo: memFree=123276944/131382116 swapFree=33010684/33010684
[pid=121490] ppid=121487 vsize=218608 memory=152756 CPUtime=1428.06 cores=5,7
/proc/121490/stat : 121490 (LSIPExact) S 121487 121490 120784 0 -1 4194304 185554 0 0 0 142761 45 0 0 20 0 1 0 139224370 223854592 38189 18446744073709551615 94310081462272 94310108719441 140734146215200 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94310117221512 94310117653120 94310132387840 140734146222424 140734146222600 140734146222600 140734146228204 0
/proc/121490/statm: 54652 38189 3552 6655 0 40555 0
[pid=121943] ppid=121490 vsize=185236 memory=171068 CPUtime=1889.8 cores=5,7
/proc/121943/stat : 121943 (Exact) R 121490 121943 121943 0 -1 4194304 32556 0 0 0 188656 324 0 0 20 0 1 0 139296974 189681664 42767 18446744073709551615 4198400 8335837 140729105766864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16846848 140729105770681 140729105771035 140729105771035 140729105776591 0
/proc/121943/statm: 46309 42767 1120 1011 0 45076 0
Current children cumulated CPU time: 3317.86 s
Current children cumulated vsize: 403844 KiB
Current children cumulated memory: 323824 KiB

[startup+2682.3 s]
/proc/loadavg: 1.59 3.32 4.58 2/234 122226
/proc/meminfo: memFree=123278852/131382116 swapFree=33010684/33010684
[pid=121490] ppid=121487 vsize=218608 memory=152756 CPUtime=1428.06 cores=5,7
/proc/121490/stat : 121490 (LSIPExact) S 121487 121490 120784 0 -1 4194304 185554 0 0 0 142761 45 0 0 20 0 1 0 139224370 223854592 38189 18446744073709551615 94310081462272 94310108719441 140734146215200 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94310117221512 94310117653120 94310132387840 140734146222424 140734146222600 140734146222600 140734146228204 0
/proc/121490/statm: 54652 38189 3552 6655 0 40555 0
[pid=121943] ppid=121490 vsize=186900 memory=172732 CPUtime=1949.59 cores=5,7
/proc/121943/stat : 121943 (Exact) R 121490 121943 121943 0 -1 4194304 32956 0 0 0 194624 335 0 0 20 0 1 0 139296974 191385600 43183 18446744073709551615 4198400 8335837 140729105766864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16846848 140729105770681 140729105771035 140729105771035 140729105776591 0
/proc/121943/statm: 46725 43183 1120 1011 0 45492 0
Current children cumulated CPU time: 3377.65 s
Current children cumulated vsize: 405508 KiB
Current children cumulated memory: 325488 KiB

[startup+2742.3 s]
/proc/loadavg: 1.26 2.91 4.36 2/234 122228
/proc/meminfo: memFree=123278100/131382116 swapFree=33010684/33010684
[pid=121490] ppid=121487 vsize=218608 memory=152756 CPUtime=1428.06 cores=5,7
/proc/121490/stat : 121490 (LSIPExact) S 121487 121490 120784 0 -1 4194304 185554 0 0 0 142761 45 0 0 20 0 1 0 139224370 223854592 38189 18446744073709551615 94310081462272 94310108719441 140734146215200 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94310117221512 94310117653120 94310132387840 140734146222424 140734146222600 140734146222600 140734146228204 0
/proc/121490/statm: 54652 38189 3552 6655 0 40555 0
[pid=121943] ppid=121490 vsize=187512 memory=173244 CPUtime=2009.37 cores=5,7
/proc/121943/stat : 121943 (Exact) R 121490 121943 121943 0 -1 4194304 33115 0 0 0 200592 345 0 0 20 0 1 0 139296974 192012288 43311 18446744073709551615 4198400 8335837 140729105766864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16846848 140729105770681 140729105771035 140729105771035 140729105776591 0
/proc/121943/statm: 46878 43311 1120 1011 0 45645 0
Current children cumulated CPU time: 3437.43 s
Current children cumulated vsize: 406120 KiB
Current children cumulated memory: 326000 KiB

[startup+2802.3 s]
/proc/loadavg: 1.16 2.58 4.15 2/233 122230
/proc/meminfo: memFree=123277848/131382116 swapFree=33010684/33010684
[pid=121490] ppid=121487 vsize=218608 memory=152756 CPUtime=1428.06 cores=5,7
/proc/121490/stat : 121490 (LSIPExact) S 121487 121490 120784 0 -1 4194304 185554 0 0 0 142761 45 0 0 20 0 1 0 139224370 223854592 38189 18446744073709551615 94310081462272 94310108719441 140734146215200 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94310117221512 94310117653120 94310132387840 140734146222424 140734146222600 140734146222600 140734146228204 0
/proc/121490/statm: 54652 38189 3552 6655 0 40555 0
[pid=121943] ppid=121490 vsize=191164 memory=176956 CPUtime=2069.16 cores=5,7
/proc/121943/stat : 121943 (Exact) R 121490 121943 121943 0 -1 4194304 34022 0 0 0 206562 354 0 0 20 0 1 0 139296974 195751936 44239 18446744073709551615 4198400 8335837 140729105766864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16846848 140729105770681 140729105771035 140729105771035 140729105776591 0
/proc/121943/statm: 47791 44239 1120 1011 0 46558 0
Current children cumulated CPU time: 3497.22 s
Current children cumulated vsize: 409772 KiB
Current children cumulated memory: 329712 KiB

[startup+2862.3 s]
/proc/loadavg: 1.11 2.30 3.95 2/235 122234
/proc/meminfo: memFree=123285436/131382116 swapFree=33010684/33010684
[pid=121490] ppid=121487 vsize=218608 memory=152756 CPUtime=1428.06 cores=5,7
/proc/121490/stat : 121490 (LSIPExact) S 121487 121490 120784 0 -1 4194304 185554 0 0 0 142761 45 0 0 20 0 1 0 139224370 223854592 38189 18446744073709551615 94310081462272 94310108719441 140734146215200 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94310117221512 94310117653120 94310132387840 140734146222424 140734146222600 140734146222600 140734146228204 0
/proc/121490/statm: 54652 38189 3552 6655 0 40555 0
[pid=121943] ppid=121490 vsize=191164 memory=176956 CPUtime=2128.95 cores=5,7
/proc/121943/stat : 121943 (Exact) R 121490 121943 121943 0 -1 4194304 34027 0 0 0 212527 368 0 0 20 0 1 0 139296974 195751936 44239 18446744073709551615 4198400 8335837 140729105766864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16846848 140729105770681 140729105771035 140729105771035 140729105776591 0
/proc/121943/statm: 47791 44239 1120 1011 0 46558 0
Current children cumulated CPU time: 3557.01 s
Current children cumulated vsize: 409772 KiB
Current children cumulated memory: 329712 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2905.5 s]
/proc/loadavg: 1.11 2.15 3.83 2/235 122235
/proc/meminfo: memFree=123301336/131382116 swapFree=33010684/33010684
[pid=121490] ppid=121487 vsize=218608 memory=152756 CPUtime=1428.06 cores=5,7
/proc/121490/stat : 121490 (LSIPExact) S 121487 121490 120784 0 -1 4194304 185554 0 0 0 142761 45 0 0 20 0 1 0 139224370 223854592 38189 18446744073709551615 94310081462272 94310108719441 140734146215200 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94310117221512 94310117653120 94310132387840 140734146222424 140734146222600 140734146222600 140734146228204 0
/proc/121490/statm: 54652 38189 3552 6655 0 40555 0
[pid=121943] ppid=121490 vsize=191304 memory=177084 CPUtime=2171.99 cores=5,7
/proc/121943/stat : 121943 (Exact) R 121490 121943 121943 0 -1 4194304 34062 0 0 0 216824 375 0 0 20 0 1 0 139296974 195895296 44271 18446744073709551615 4198400 8335837 140729105766864 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 16846848 140729105770681 140729105771035 140729105771035 140729105776591 0
/proc/121943/statm: 47826 44271 1120 1011 0 46593 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 409912 KiB
Current children cumulated memory: 329840 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.89 s, system=4.22434 s

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

[startup+2905.6 s]
/proc/loadavg: 1.11 2.15 3.83 2/235 122235
/proc/meminfo: memFree=123301336/131382116 swapFree=33010684/33010684
[pid=121490] ppid=121487 vsize=218608 memory=152756 CPUtime=1428.06 cores=5,7
/proc/121490/stat : 121490 (LSIPExact) S 121487 121490 120784 0 -1 4194304 185555 137 0 0 142761 45 0 0 20 0 1 0 139224370 223854592 38189 18446744073709551615 94310081462272 94310108719441 140734146215200 0 0 0 16384 0 16386 1 0 0 17 7 0 0 0 0 0 94310117221512 94310117653120 94310132387840 140734146222424 140734146222600 140734146222600 140734146228204 0
/proc/121490/statm: 54652 38189 3552 6655 0 40555 0
Current children cumulated CPU time: 1428.06 s
Current children cumulated vsize: 218608 KiB
Current children cumulated memory: 152756 KiB

Child status: 0

Real time (s): 2905.63
CPU time (s): 3600.11
CPU user time (s): 3595.89
CPU system time (s): 4.22434
CPU usage (%): 123.901
Max. virtual memory (cumulated for all children) (KiB): 409912
Max. memory (cumulated for all children) (KiB): 329840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.89
system time used= 4.22434
maximum resident set size= 177084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220568
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= 481
involuntary context switches= 43679


# summary of solver processes directly reported to runsolver:
#   pid: 121490
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3595.89
#   total CPU system time (s): 4.22434

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1478 second user time and 23.4791 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-11 14:04:06
IDJOB=4527202
IDBENCH=162283
IDSOLVER=3384
FILE ID=nodeC011/4527202-1752235446
RUNJOBID= nodeC011-1752232205-120803
SLURM_JOB_ID= 9682522
Free space on /tmp= 430084 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size128-round23-3.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527202-1752235446/watcher-4527202-1752235446 -o /tmp/evaluation-result-4527202-1752235446/solver-4527202-1752235446 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1752232205-120803 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527202-1752235446.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 9ddf61ddf9175117d21c5f59d371263b
RANDOM SEED=1101230875

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        113388588 kB
MemAvailable:   119842908 kB
Buffers:            3276 kB
Cached:          7224608 kB
SwapCached:            0 kB
Active:         10486136 kB
Inactive:        6779140 kB
Active(anon):   10053248 kB
Inactive(anon):     2104 kB
Active(file):     432888 kB
Inactive(file):  6777036 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45052 kB
Writeback:             8 kB
AnonPages:      10034480 kB
Mapped:           143672 kB
Shmem:             17960 kB
KReclaimable:     167660 kB
Slab:             257120 kB
SReclaimable:     167660 kB
SUnreclaim:        89460 kB
KernelStack:        4080 kB
PageTables:        22964 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   10639052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5070848 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430304 MiB
End job on nodeC011 at 2025-07-11 14:52:32