Trace number 4505065

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
LSIPExact S1? (TO) 3602.2 1828.64

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
IC/normalized-minisat50_6_9_3_ic.opb
MD5SUM1a585859cd518f3581f5f80c37fe0c7b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14659783
Best CPU time to get the best result obtained on this benchmark72002.9
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables125200
Total number of constraints250157
Number of constraints which are clauses120150
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints130000
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 7400
Biggest coefficient in the objective function 99897344
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 45563322036
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 99897344
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 45563322036
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.16/1826.60	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.16/1826.60	c numVar: 125200
3600.16/1826.60	c numCon: 250157
3600.16/1826.60	c numEqual: 7357
3600.16/1826.60	c intSize: 36
3600.16/1826.60	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.16/1826.60	c ------------------- Paras list -------------------
3600.16/1826.60	c Name                	 Type      	 Now       	 Default   	 Comment
3600.16/1826.60	c timeout             	 double    	 3600.000000	 3600      	 
3600.16/1826.60	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.16/1826.60	c ls_time             	 double    	 10.000000 	 10        	 
3600.16/1826.60	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.16/1826.60	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.16/1826.60	c random_seed         	 int       	 0         	 0         	 
3600.16/1826.60	c sample_size         	 int       	 50        	 50        	 
3600.16/1826.60	c sub_score           	 int       	 1         	 1         	 
3600.16/1826.60	c tabu_base           	 int       	 3         	 3         	 
3600.16/1826.60	c tabu_variation      	 int       	 1         	 1         	 
3600.16/1826.60	c sub_div             	 int       	 4         	 4         	 
3600.16/1826.60	c nbcore              	 int       	 2         	 1         	 
3600.16/1826.60	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.16/1826.60	c print_sol           	 int       	 1         	 1         	 
3600.16/1826.60	c tmpdir              	 string		 .         	 "."       	 
3600.16/1826.60	c home                	 string		 HOME	 "."       	 
3600.16/1826.60	c benchname           	 string		 HOME/instance-4505065-1751442288.opb	 ""        	 
3600.16/1826.60	c --------------------------------------------------
3600.16/1826.60	c Local Search solver
3600.16/1826.60	c MIP solver
3600.16/1826.60	c receive signal 15, try to interrupt solver...
3600.16/1826.67	c MIP solver find feasible solution
3600.16/1826.69	c MIP solver objective value: 9.62128e+07
3600.32/1826.77	c MIP find feasible solution for PBO with objective value 96212843
3600.32/1826.77	c copy file: 0
3600.32/1826.77	c gen ub file: HOME/instance-4505065-1751442288.opb_ub.opb
3600.32/1826.77	c use Exact solver

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (60393 MiB free)
  memory of node 1: 64507 MiB (58551 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505065-1751442288/watcher-4505065-1751442288 -o /tmp/evaluation-result-4505065-1751442288/solver-4505065-1751442288 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751440305-68009 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4505065-1751442288.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=68498, runsolver pid=68495

[startup+0.100064 s]*
/proc/loadavg: 7.14 7.39 7.11 8/267 68499
/proc/meminfo: memFree=121716604/131250000 swapFree=33010684/33010684
[pid=68498] ppid=68495 vsize=140432 memory=101884 CPUtime=0.09 cores=4,6
/proc/68498/stat : 68498 (LSIPExact) R 68495 68498 67998 0 -1 4194304 18359 0 0 0 6 3 0 0 20 0 1 0 59909106 143802368 25471 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
/proc/68498/statm: 35108 25471 1120 6655 0 25343 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 140432 KiB
Current children cumulated memory: 101884 KiB

[startup+0.205765 s]*
/proc/loadavg: 7.14 7.39 7.11 8/267 68499
/proc/meminfo: memFree=121684472/131250000 swapFree=33010684/33010684
[pid=68498] ppid=68495 vsize=179636 memory=144892 CPUtime=0.19 cores=4,6
/proc/68498/stat : 68498 (LSIPExact) R 68495 68498 67998 0 -1 4194304 28623 0 0 0 15 4 0 0 20 0 1 0 59909106 183947264 36223 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
/proc/68498/statm: 44909 36223 1120 6655 0 35144 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 179636 KiB
Current children cumulated memory: 144892 KiB

[startup+0.305739 s]*
/proc/loadavg: 7.14 7.39 7.11 8/267 68499
/proc/meminfo: memFree=121668344/131250000 swapFree=33010684/33010684
[pid=68498] ppid=68495 vsize=196532 memory=161788 CPUtime=0.29 cores=4,6
/proc/68498/stat : 68498 (LSIPExact) R 68495 68498 67998 0 -1 4194304 32854 0 0 0 24 5 0 0 20 0 1 0 59909106 201248768 40447 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
/proc/68498/statm: 49133 40447 1120 6655 0 39368 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 196532 KiB
Current children cumulated memory: 161788 KiB

[startup+0.700168 s]
/proc/loadavg: 7.14 7.39 7.11 8/267 68499
/proc/meminfo: memFree=121603832/131250000 swapFree=33010684/33010684
[pid=68498] ppid=68495 vsize=261680 memory=226940 CPUtime=0.68 cores=4,6
/proc/68498/stat : 68498 (LSIPExact) R 68495 68498 67998 0 -1 4194304 49138 0 0 0 61 7 0 0 20 0 1 0 59909106 267960320 56735 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
/proc/68498/statm: 65420 56735 1120 6655 0 55655 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 261680 KiB
Current children cumulated memory: 226940 KiB

[startup+1.50018 s]
/proc/loadavg: 7.14 7.39 7.11 8/267 68499
/proc/meminfo: memFree=121603832/131250000 swapFree=33010684/33010684
[pid=68498] ppid=68495 vsize=261680 memory=226940 CPUtime=1.48 cores=4,6
/proc/68498/stat : 68498 (LSIPExact) R 68495 68498 67998 0 -1 4194304 49139 0 0 0 141 7 0 0 20 0 1 0 59909106 267960320 56735 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
/proc/68498/statm: 65420 56735 1120 6655 0 55655 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 261680 KiB
Current children cumulated memory: 226940 KiB

[startup+3.10548 s]
/proc/loadavg: 7.14 7.39 7.11 8/267 68499
/proc/meminfo: memFree=121595284/131250000 swapFree=33010684/33010684
[pid=68498] ppid=68495 vsize=261680 memory=226940 CPUtime=3.08 cores=4,6
/proc/68498/stat : 68498 (LSIPExact) R 68495 68498 67998 0 -1 4194304 49152 0 0 0 301 7 0 0 20 0 1 0 59909106 267960320 56735 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
/proc/68498/statm: 65420 56735 1120 6655 0 55655 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 261680 KiB
Current children cumulated memory: 226940 KiB

[startup+6.30017 s]
/proc/loadavg: 7.05 7.37 7.11 7/267 68499
/proc/meminfo: memFree=121595284/131250000 swapFree=33010684/33010684
[pid=68498] ppid=68495 vsize=261680 memory=226940 CPUtime=6.26 cores=4,6
/proc/68498/stat : 68498 (LSIPExact) R 68495 68498 67998 0 -1 4194304 49165 0 0 0 619 7 0 0 20 0 1 0 59909106 267960320 56735 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
/proc/68498/statm: 65420 56735 1120 6655 0 55655 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 261680 KiB
Current children cumulated memory: 226940 KiB

[startup+12.7002 s]
/proc/loadavg: 7.04 7.37 7.10 8/267 68500
/proc/meminfo: memFree=121178460/131250000 swapFree=33010684/33010684
[pid=68498] ppid=68495 vsize=841636 memory=713908 CPUtime=12.64 cores=4,6
/proc/68498/stat : 68498 (LSIPExact) R 68495 68498 67998 0 -1 4194304 122516 0 0 0 1241 23 0 0 20 0 2 0 59909106 861835264 178477 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
/proc/68498/statm: 210409 178477 2880 6655 0 184292 0
[pid=68498/tid=68500] ppid=68495 vsize=841636 memory=681220 CPUtime=0 cores=4,6
/proc/68498/task/68500/stat : 68500 (LSIPExact) S 68495 68498 67998 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 59910153 861835264 178477 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 841636 KiB
Current children cumulated memory: 713908 KiB

[startup+25.5002 s]
/proc/loadavg: 7.26 7.40 7.12 9/267 68500
/proc/meminfo: memFree=120675024/131250000 swapFree=33010684/33010684
[pid=68498] ppid=68495 vsize=1280604 memory=1138260 CPUtime=32.66 cores=4,6
/proc/68498/stat : 68498 (LSIPExact) R 68495 68498 67998 0 -1 4194304 206822 0 0 0 3225 41 0 0 20 0 2 0 59909106 1311338496 284565 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
/proc/68498/statm: 320151 284565 3328 6655 0 302197 0
[pid=68498/tid=68500] ppid=68495 vsize=1280604 memory=1137876 CPUtime=7.29 cores=4,6
/proc/68498/task/68500/stat : 68500 (LSIPExact) R 68495 68498 67998 0 -1 4194368 27231 0 0 0 724 5 0 0 20 0 2 0 59910153 1311338496 284565 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
Current children cumulated CPU time: 32.66 s
Current children cumulated vsize: 1280604 KiB
Current children cumulated memory: 1138260 KiB

[startup+51.1058 s]
/proc/loadavg: 7.51 7.45 7.14 9/267 68501
/proc/meminfo: memFree=120135012/131250000 swapFree=33010684/33010684
[pid=68498] ppid=68495 vsize=1645540 memory=1500328 CPUtime=83.24 cores=4,6
/proc/68498/stat : 68498 (LSIPExact) R 68495 68498 67998 0 -1 4194304 345985 0 0 0 8259 65 0 0 20 0 2 0 59909106 1685032960 375082 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
/proc/68498/statm: 411385 375082 3424 6655 0 396444 0
[pid=68498/tid=68500] ppid=68495 vsize=1645540 memory=1497128 CPUtime=32.39 cores=4,6
/proc/68498/task/68500/stat : 68500 (LSIPExact) R 68495 68498 67998 0 -1 4194368 49839 0 0 0 3228 11 0 0 20 0 2 0 59910153 1685032960 375082 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
Current children cumulated CPU time: 83.24 s
Current children cumulated vsize: 1645540 KiB
Current children cumulated memory: 1500328 KiB

[startup+102.3 s]
/proc/loadavg: 7.84 7.55 7.20 9/267 68503
/proc/meminfo: memFree=120195056/131250000 swapFree=33010684/33010684
[pid=68498] ppid=68495 vsize=1672120 memory=1545668 CPUtime=184.84 cores=4,6
/proc/68498/stat : 68498 (LSIPExact) R 68495 68498 67998 0 -1 4194304 427402 0 0 0 18410 74 0 0 20 0 2 0 59909106 1712250880 386417 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
/proc/68498/statm: 418030 386417 3424 6655 0 403198 0
[pid=68498/tid=68500] ppid=68495 vsize=1672120 memory=1545028 CPUtime=83.01 cores=4,6
/proc/68498/task/68500/stat : 68500 (LSIPExact) R 68495 68498 67998 0 -1 4194368 79131 0 0 0 8287 14 0 0 20 0 2 0 59910153 1712250880 386417 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
Current children cumulated CPU time: 184.84 s
Current children cumulated vsize: 1672120 KiB
Current children cumulated memory: 1545668 KiB

[startup+162.3 s]
/proc/loadavg: 8.00 7.65 7.25 9/267 68505
/proc/meminfo: memFree=120130324/131250000 swapFree=33010684/33010684
[pid=68498] ppid=68495 vsize=1672120 memory=1566928 CPUtime=303.85 cores=4,6
/proc/68498/stat : 68498 (LSIPExact) R 68495 68498 67998 0 -1 4194304 502984 0 0 0 30301 84 0 0 20 0 2 0 59909106 1712250880 391732 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
/proc/68498/statm: 418030 391732 3424 6655 0 405113 0
[pid=68498/tid=68500] ppid=68495 vsize=1672120 memory=1555656 CPUtime=142.32 cores=4,6
/proc/68498/task/68500/stat : 68500 (LSIPExact) R 68495 68498 67998 0 -1 4194368 102277 0 0 0 14215 17 0 0 20 0 2 0 59910153 1712250880 391732 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
Current children cumulated CPU time: 303.85 s
Current children cumulated vsize: 1672120 KiB
Current children cumulated memory: 1566928 KiB

[startup+222.3 s]
/proc/loadavg: 8.06 7.73 7.31 9/267 68507
/proc/meminfo: memFree=119941720/131250000 swapFree=33010684/33010684
[pid=68498] ppid=68495 vsize=1676444 memory=1567052 CPUtime=422.87 cores=4,6
/proc/68498/stat : 68498 (LSIPExact) R 68495 68498 67998 0 -1 4194304 541860 0 0 0 42196 91 0 0 20 0 2 0 59909106 1716678656 391763 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
/proc/68498/statm: 419111 391763 3424 6655 0 406194 0
[pid=68498/tid=68500] ppid=68495 vsize=1676444 memory=1567052 CPUtime=201.62 cores=4,6
/proc/68498/task/68500/stat : 68500 (LSIPExact) R 68495 68498 67998 0 -1 4194368 112957 0 0 0 20141 21 0 0 20 0 2 0 59910153 1716678656 391763 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
Current children cumulated CPU time: 422.87 s
Current children cumulated vsize: 1676444 KiB
Current children cumulated memory: 1567052 KiB

[startup+282.3 s]
/proc/loadavg: 8.08 7.80 7.36 9/268 68510
/proc/meminfo: memFree=119929824/131250000 swapFree=33010684/33010684
[pid=68498] ppid=68495 vsize=1610908 memory=1554336 CPUtime=536.18 cores=4,6
/proc/68498/stat : 68498 (LSIPExact) R 68495 68498 67998 0 -1 4194304 621052 0 0 0 53518 100 0 0 20 0 2 0 59909106 1649569792 388584 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
/proc/68498/statm: 402727 388584 3520 6655 0 392347 0
[pid=68498/tid=68500] ppid=68495 vsize=1610908 memory=1551092 CPUtime=255.19 cores=4,6
/proc/68498/task/68500/stat : 68500 (LSIPExact) R 68495 68498 67998 0 -1 4194368 130949 0 0 0 25495 24 0 0 20 0 2 0 59910153 1649569792 388584 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
Current children cumulated CPU time: 536.18 s
Current children cumulated vsize: 1610908 KiB
Current children cumulated memory: 1554336 KiB

[startup+342.3 s]
/proc/loadavg: 8.09 7.85 7.41 9/268 68514
/proc/meminfo: memFree=120081716/131250000 swapFree=33010684/33010684
[pid=68498] ppid=68495 vsize=1610908 memory=1558176 CPUtime=655.22 cores=4,6
/proc/68498/stat : 68498 (LSIPExact) R 68495 68498 67998 0 -1 4194304 667246 0 0 0 65418 104 0 0 20 0 2 0 59909106 1649569792 389544 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
/proc/68498/statm: 402727 389544 3520 6655 0 392347 0
[pid=68498/tid=68500] ppid=68495 vsize=1610908 memory=1554336 CPUtime=314.49 cores=4,6
/proc/68498/task/68500/stat : 68500 (LSIPExact) R 68495 68498 67998 0 -1 4194368 150147 0 0 0 31423 26 0 0 20 0 2 0 59910153 1649569792 389544 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
Current children cumulated CPU time: 655.22 s
Current children cumulated vsize: 1610908 KiB
Current children cumulated memory: 1558176 KiB


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

[pid=68498] ppid=68495 vsize=1676444 memory=1592332 CPUtime=2916.64 cores=4,6
/proc/68498/stat : 68498 (LSIPExact) R 68495 68498 67998 0 -1 4194304 1057947 0 0 0 291506 158 0 0 20 0 2 0 59909106 1716678656 398083 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
/proc/68498/statm: 419111 398083 3520 6655 0 400550 0
[pid=68498/tid=68500] ppid=68495 vsize=1676444 memory=1592332 CPUtime=1440.45 cores=4,6
/proc/68498/task/68500/stat : 68500 (LSIPExact) R 68495 68498 67998 0 -1 4194368 320611 0 0 0 143989 56 0 0 20 0 2 0 59910153 1716678656 398083 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
Current children cumulated CPU time: 2916.64 s
Current children cumulated vsize: 1676444 KiB
Current children cumulated memory: 1592332 KiB

[startup+1542.3 s]
/proc/loadavg: 7.13 7.20 7.37 8/267 68582
/proc/meminfo: memFree=118528044/131250000 swapFree=33010684/33010684
[pid=68498] ppid=68495 vsize=1676444 memory=1592716 CPUtime=3035.72 cores=4,6
/proc/68498/stat : 68498 (LSIPExact) R 68495 68498 67998 0 -1 4194304 1068059 0 0 0 303412 160 0 0 20 0 2 0 59909106 1716678656 398179 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
/proc/68498/statm: 419111 398179 3520 6655 0 400550 0
[pid=68498/tid=68500] ppid=68495 vsize=1676444 memory=1592716 CPUtime=1499.78 cores=4,6
/proc/68498/task/68500/stat : 68500 (LSIPExact) R 68495 68498 67998 0 -1 4194368 322644 0 0 0 149921 57 0 0 20 0 2 0 59910153 1716678656 398179 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
Current children cumulated CPU time: 3035.72 s
Current children cumulated vsize: 1676444 KiB
Current children cumulated memory: 1592716 KiB

[startup+1602.3 s]
/proc/loadavg: 6.75 7.10 7.33 7/267 68584
/proc/meminfo: memFree=118550484/131250000 swapFree=33010684/33010684
[pid=68498] ppid=68495 vsize=1676444 memory=1592972 CPUtime=3154.83 cores=4,6
/proc/68498/stat : 68498 (LSIPExact) R 68495 68498 67998 0 -1 4194304 1094438 0 0 0 315320 163 0 0 20 0 2 0 59909106 1716678656 398243 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
/proc/68498/statm: 419111 398243 3520 6655 0 400550 0
[pid=68498/tid=68500] ppid=68495 vsize=1676444 memory=1592716 CPUtime=1559.12 cores=4,6
/proc/68498/task/68500/stat : 68500 (LSIPExact) R 68495 68498 67998 0 -1 4194368 325216 0 0 0 155855 57 0 0 20 0 2 0 59910153 1716678656 398243 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
Current children cumulated CPU time: 3154.83 s
Current children cumulated vsize: 1676444 KiB
Current children cumulated memory: 1592972 KiB

[startup+1662.3 s]
/proc/loadavg: 6.39 6.92 7.25 7/267 68586
/proc/meminfo: memFree=118455012/131250000 swapFree=33010684/33010684
[pid=68498] ppid=68495 vsize=1676444 memory=1593356 CPUtime=3273.98 cores=4,6
/proc/68498/stat : 68498 (LSIPExact) R 68495 68498 67998 0 -1 4194304 1137103 0 0 0 327231 167 0 0 20 0 2 0 59909106 1716678656 398339 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
/proc/68498/statm: 419111 398339 3520 6655 0 400550 0
[pid=68498/tid=68500] ppid=68495 vsize=1676444 memory=1593356 CPUtime=1618.49 cores=4,6
/proc/68498/task/68500/stat : 68500 (LSIPExact) R 68495 68498 67998 0 -1 4194368 349109 0 0 0 161789 60 0 0 20 0 2 0 59910153 1716678656 398339 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
Current children cumulated CPU time: 3273.98 s
Current children cumulated vsize: 1676444 KiB
Current children cumulated memory: 1593356 KiB

[startup+1722.3 s]
/proc/loadavg: 6.05 6.74 7.16 6/266 68634
/proc/meminfo: memFree=123362100/131250000 swapFree=33010684/33010684
[pid=68498] ppid=68495 vsize=1676444 memory=1593740 CPUtime=3393.14 cores=4,6
/proc/68498/stat : 68498 (LSIPExact) R 68495 68498 67998 0 -1 4194304 1152866 0 0 0 339145 169 0 0 20 0 2 0 59909106 1716678656 398435 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
/proc/68498/statm: 419111 398435 3520 6655 0 400550 0
[pid=68498/tid=68500] ppid=68495 vsize=1676444 memory=1593612 CPUtime=1677.86 cores=4,6
/proc/68498/task/68500/stat : 68500 (LSIPExact) R 68495 68498 67998 0 -1 4194368 355550 0 0 0 167725 61 0 0 20 0 2 0 59910153 1716678656 398435 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
Current children cumulated CPU time: 3393.14 s
Current children cumulated vsize: 1676444 KiB
Current children cumulated memory: 1593740 KiB

[startup+1782.3 s]
/proc/loadavg: 5.78 6.51 7.06 7/267 68683
/proc/meminfo: memFree=119476228/131250000 swapFree=33010684/33010684
[pid=68498] ppid=68495 vsize=1676444 memory=1593868 CPUtime=3512.21 cores=4,6
/proc/68498/stat : 68498 (LSIPExact) R 68495 68498 67998 0 -1 4194304 1164989 0 0 0 351047 174 0 0 20 0 2 0 59909106 1716678656 398467 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
/proc/68498/statm: 419111 398467 3520 6655 0 400550 0
[pid=68498/tid=68500] ppid=68495 vsize=1676444 memory=1593740 CPUtime=1737.17 cores=4,6
/proc/68498/task/68500/stat : 68500 (LSIPExact) R 68495 68498 67998 0 -1 4194368 358839 0 0 0 173653 64 0 0 20 0 2 0 59910153 1716678656 398467 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
Current children cumulated CPU time: 3512.21 s
Current children cumulated vsize: 1676444 KiB
Current children cumulated memory: 1593868 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1826.6 s]
/proc/loadavg: 5.77 6.42 7.00 6/266 68732
/proc/meminfo: memFree=115041164/131250000 swapFree=33010684/33010684
[pid=68498] ppid=68495 vsize=1676444 memory=1593996 CPUtime=3600.16 cores=4,6
/proc/68498/stat : 68498 (LSIPExact) R 68495 68498 67998 0 -1 4194304 1191540 0 0 0 359840 176 0 0 20 0 2 0 59909106 1716678656 398499 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
/proc/68498/statm: 419111 398499 3520 6655 0 400550 0
[pid=68498/tid=68500] ppid=68495 vsize=1676444 memory=5760 CPUtime=1780.99 cores=4,6
/proc/68498/task/68500/stat : 68500 (LSIPExact) R 68495 68498 67998 0 -1 4194368 379988 0 0 0 178034 65 0 0 20 0 2 0 59910153 1716678656 398499 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
Current children cumulated CPU time: 3600.16 s
Current children cumulated vsize: 1676444 KiB
Current children cumulated memory: 1593996 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

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

# cumulated CPU time of all completed processes:  user=3598.59 s, system=1.82165 s

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

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

Solver just ended.
Dumping a history of the last processes samples

[startup+1827.2 s]
/proc/loadavg: 5.77 6.42 7.00 5/267 68739
/proc/meminfo: memFree=114914108/131250000 swapFree=33010684/33010684
[pid=68498] ppid=68495 vsize=1441236 memory=1391768 CPUtime=3600.36 cores=4,6
/proc/68498/stat : 68498 (LSIPExact) S 68495 68498 67998 0 -1 4194304 1236438 229 0 0 359858 178 0 0 20 0 1 0 59909106 1475825664 347942 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
/proc/68498/statm: 360309 347942 3552 6655 0 350378 0
[pid=68739] ppid=68498 vsize=131660 memory=118308 CPUtime=0.39 cores=4,6
/proc/68739/stat : 68739 (Exact) R 68498 68739 68739 0 -1 4194304 18095 0 0 0 35 4 0 0 20 0 1 0 60091784 134819840 29577 18446744073709551615 4198400 8335837 140728367594944 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 9148648 9230840 46039040 140728367597748 140728367598109 140728367598109 140728367603663 0
/proc/68739/statm: 32915 29577 960 1011 0 31682 0
Current children cumulated CPU time: 3600.75 s
Current children cumulated vsize: 1572896 KiB
Current children cumulated memory: 1510076 KiB

[startup+1828 s]*
/proc/loadavg: 5.77 6.42 7.00 5/268 68740
/proc/meminfo: memFree=114543632/131250000 swapFree=33010684/33010684
[pid=68498] ppid=68495 vsize=1441236 memory=1391768 CPUtime=3600.36 cores=4,6
/proc/68498/stat : 68498 (LSIPExact) S 68495 68498 67998 0 -1 4194304 1236438 229 0 0 359858 178 0 0 20 0 1 0 59909106 1475825664 347942 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
/proc/68498/statm: 360309 347942 3552 6655 0 350378 0
[pid=68739] ppid=68498 vsize=354124 memory=296956 CPUtime=1.19 cores=4,6
/proc/68739/stat : 68739 (Exact) R 68498 68739 68739 0 -1 4194304 39958 0 0 0 109 10 0 0 20 0 1 0 60091784 362622976 74239 18446744073709551615 4198400 8335837 140728367594944 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 9148648 9230840 46039040 140728367597748 140728367598109 140728367598109 140728367603663 0
/proc/68739/statm: 88531 74239 1056 1011 0 87298 0
Current children cumulated CPU time: 3601.55 s
Current children cumulated vsize: 1795360 KiB
Current children cumulated memory: 1688724 KiB

[startup+1828.4 s]
/proc/loadavg: 5.77 6.42 7.00 5/268 68740
/proc/meminfo: memFree=114543632/131250000 swapFree=33010684/33010684
[pid=68498] ppid=68495 vsize=1441236 memory=1391768 CPUtime=3600.36 cores=4,6
/proc/68498/stat : 68498 (LSIPExact) S 68495 68498 67998 0 -1 4194304 1236438 229 0 0 359858 178 0 0 20 0 1 0 59909106 1475825664 347942 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
/proc/68498/statm: 360309 347942 3552 6655 0 350378 0
[pid=68739] ppid=68498 vsize=422004 memory=397296 CPUtime=1.58 cores=4,6
/proc/68739/stat : 68739 (Exact) R 68498 68739 68739 0 -1 4194304 51675 0 0 0 145 13 0 0 20 0 1 0 60091784 432132096 99324 18446744073709551615 4198400 8335837 140728367594944 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 9148648 9230840 46039040 140728367597748 140728367598109 140728367598109 140728367603663 0
/proc/68739/statm: 105501 99324 1120 1011 0 104268 0
Current children cumulated CPU time: 3601.94 s
Current children cumulated vsize: 1863240 KiB
Current children cumulated memory: 1789064 KiB

[startup+1828.6 s]
/proc/loadavg: 5.77 6.42 7.00 5/268 68740
/proc/meminfo: memFree=114543632/131250000 swapFree=33010684/33010684
[pid=68498] ppid=68495 vsize=1441236 memory=1391768 CPUtime=3600.36 cores=4,6
/proc/68498/stat : 68498 (LSIPExact) S 68495 68498 67998 0 -1 4194304 1236438 229 0 0 359858 178 0 0 20 0 1 0 59909106 1475825664 347942 18446744073709551615 94650781466624 94650808723025 140720916835808 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94650817225864 94650817657472 94650818428928 140720916838746 140720916838922 140720916838922 140720916844524 0
/proc/68498/statm: 360309 347942 3552 6655 0 350378 0
[pid=68739] ppid=68498 vsize=439156 memory=400860 CPUtime=1.78 cores=4,6
/proc/68739/stat : 68739 (Exact) R 68498 68739 68739 0 -1 4194304 52042 0 0 0 164 14 0 0 20 0 1 0 60091784 449695744 100215 18446744073709551615 4198400 8335837 140728367594944 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 9148648 9230840 46039040 140728367597748 140728367598109 140728367598109 140728367603663 0
/proc/68739/statm: 109789 100215 1120 1011 0 108556 0
Current children cumulated CPU time: 3602.14 s
Current children cumulated vsize: 1880392 KiB
Current children cumulated memory: 1792628 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1828.64
CPU time (s): 3602.2
CPU user time (s): 3600.23
CPU system time (s): 1.971
CPU usage (%): 196.988
Max. virtual memory (cumulated for all children) (KiB): 1880392
Max. memory (cumulated for all children) (KiB): 1806932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3600.23
system time used= 1.971
maximum resident set size= 1595644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1288709
page faults= 0
swaps= 0
block input operations= 24120
block output operations= 240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 561
involuntary context switches= 83180


# summary of solver processes directly reported to runsolver:
#   pid: 68498,68739
#   total CPU time (s): 3602.2
#   total CPU user time (s): 3600.23
#   total CPU system time (s): 1.971

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.63751 second user time and 8.50109 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-02 09:44:48
IDJOB=4505065
IDBENCH=155733
IDSOLVER=3336
FILE ID=nodeC013/4505065-1751442288
RUNJOBID= nodeC013-1751440305-68009
SLURM_JOB_ID= 9598399
Free space on /tmp= 432500 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/IC/normalized-minisat50_6_9_3_ic.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4505065-1751442288/watcher-4505065-1751442288 -o /tmp/evaluation-result-4505065-1751442288/solver-4505065-1751442288 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751440305-68009 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4505065-1751442288.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 1a585859cd518f3581f5f80c37fe0c7b
RANDOM SEED=800044856

nodeC013 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		: 3599.624
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.67
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.590
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.67
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.834
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.67
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		: 3599.613
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.67
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.854
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.67
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.811
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.67
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		: 3612.915
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.67
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.837
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        121800208 kB
MemAvailable:   122788644 kB
Buffers:            3280 kB
Cached:          1787392 kB
SwapCached:            0 kB
Active:          7227776 kB
Inactive:        1542472 kB
Active(anon):    6992860 kB
Inactive(anon):        0 kB
Active(file):     234916 kB
Inactive(file):  1542472 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             56696 kB
Writeback:             4 kB
AnonPages:       6979108 kB
Mapped:           136960 kB
Shmem:             13284 kB
KReclaimable:     100172 kB
Slab:             189036 kB
SReclaimable:     100172 kB
SUnreclaim:        88864 kB
KernelStack:        4304 kB
PageTables:        17148 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7672064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3622912 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432308 MiB
End job on nodeC013 at 2025-07-02 10:15:17